/** Generated: Friday, 2nd of January 2026, 07:01:59 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'cat_pfeileregular';
  src: url('/site/templates/css/fonts/catpfeile-webfont.woff2') format('woff2'),
       url('/site/templates/css/fonts/catpfeile-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  overflow-y: scroll;
}

body {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
	word-spacing: -.5px;
  color: rgba(0,0,0,.9);
  max-width: 1700px;
  margin: 0 auto;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

img {
  display: block;
}

/* Header
========================================== */

header {
	font-weight: 500;
 	overflow: hidden;
  padding: 20px 60px 0 60px;
  background: white;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  max-width: 1700px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: .5px;
}

#headerWrapper {
  overflow: hidden;
  padding: 0 0 20px 0;
}

/* #headerWrapper.show {
  border-bottom: 1px solid rgba(0,0,0,.2);
} */


header.show {
  -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

/* header.index {
  border-top: 1px solid rgba(0,0,0,.2);
} */

header img.logo {
  height: 45px;
  float: left;
  display: block;
  -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

header img.logo.show {
  height: 30px;
  -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.logo-wrapper img:last-child {
  display:none
}

.logo-wrapper:hover img:first-child {
  display:none
}

.logo-wrapper:hover img:last-child {
  display:inline-block
}

/* Header > nav
========================================== */

.nav-trigger {
  display: none;
  text-align: center;
  height: 30px;
}

.nav-trigger span img{
  height: 17px;
  float: right;
}

nav.nav-main ul {
  float: right;
}

nav.nav-main li {
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
}

nav.nav-main li.holding,
nav.nav-main li.holding.current {
  color: #f33;
	margin: 0 20px 0 20px
}



nav.nav-main li a.holding:hover{
  color: #f33;
	background: white;
}
/* nav.nav-main li a:not(.holding):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ff3333;
  visibility: visible;
  transform: scaleX(0);
  transition: .25s linear;
} */
nav.nav-main li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ff3333;
  visibility: visible;
  transform: scaleX(0);
  transition: .25s linear;
}
nav.nav-main li a:hover:before,
nav.nav-main li a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

nav.nav-main li:last-child {
  display: inline-block;
  margin: 0 0 0 40px;
}

nav.nav-mobile ul {
  position: relative;
  display: none;
  padding: 0 30px 0 30px;
}

nav.nav-mobile  {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  background: white;
  z-index: 999;
  margin: 15px 0 0 0;
  top: 70px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  word-spacing: .8px;
	font-weight: 500;
}

nav.nav-mobile li {
  border-bottom: solid 1px rgba(0,0,0,.2);
}

nav.nav-mobile li:first-child {
  border-top: solid 1px rgba(0,0,0,.2);
}

nav.nav-mobile a {
  display: block;
  padding: 10px;
}

nav li.language {
  margin: 0 0 0 60px;
}

/* Page : "Index" > animation
========================================== */

.text-intro {
  background: white;
  z-index: 99;
  width: auto;
  position: absolute;
  left: 70px;
  margin: 10px 0 0 0;
  top: 0;
  padding: 22px;
  background: rgba(250, 250, 250, 0.9);
}

.text-intro h3 {
	font-size: 30px;
  line-height: 1.2em;
  margin: 22px 0 0 0;
}

.text-intro h3:first-child {
  font-weight: 500;
  margin: 0;
}

.royalSlider-wrapper {
  position: relative;
  top: 85px;
  left: 0;
  height: calc((100% - 85px) - 20px);
  width: 100%;
}

.royalSlider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  padding: 0 60px 0 60px;
}

/* Basic template
========================================== */

main {
  padding: 130px 60px 30px 60px;
  overflow: hidden;
}

.wrapper-img-right {
  width: calc(50% - 15px);
  height: auto;
  float: right;
  overflow: hidden;
}

.wrapper-img-right img {
  width: 100%;
  height: auto;
}

.fade {
  opacity: 0.3 !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-wrapper {
  width: 100%;
  max-width: calc(50% - 15px);
  float: left;
	font-size: 20px;
	line-height: 1.35em
}

.text-wrapper h3.project-title {
  margin: 0 0 11px 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.5);
}

.text-wrapper p{
  margin: 0 0 22px 0;
}

.text-wrapper p:last-child{
  margin: 0 0 0 0;
}

span.client:after{
content: " | ";
}

span.client:last-of-type:after{
content: "";
}

.text-wrapper.col {
  width: 100%;
  max-width: 100%;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
}

.descr-wrapper {
  overflow: hidden;
  padding: 11px 0 11px 0;
  border-bottom: 1px solid rgba(0,0,0,.5);
}

.descr-wrapper p {
  margin: 0 0 22px 0;
  padding: none;
}
.descr-wrapper p:last-child {
  margin: 0 0 0 0;
}

.text-wrapper h3 {
  font-weight: 500;
  margin: 0 0 22px 0;
}

.info-wrapper ul.link li:before {
  content: "▸";
  color: #ff3333;
  margin-right: 11.5px;
}

.info-wrapper ul.link {
  border-top: none;
}

h3.project-title {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	word-spacing: .5px;
  font-size: 30px;
  line-height: 1.2em;
  color: #ff3333;
  padding: 0 0 11px 0;
  margin: 0 0 0 0 !important;
}

.img-wrapper {
  width: calc(100% - 380px);
  float: right;
}

.carousel {
  /* background: gray; */
	margin: 0 0 11px 0;
	/* min-height: 500px; */
	float: left;
	display: block;
	width: 100%;te
}

.carousel-cell {
  width: 100%;
  height: auto;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}



.button--previous,
.button--next {
	font-family: 'cat_pfeileregular';
	width: 33px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	border: 1px solid #ff3333;
	text-align: center
}

.button--previous {
	margin: 0 5.5px 0 0
}






/* ---- button-group ---- */






/* ---- button-row ---- */



.carousel-status {
	float: right;
	font-size: 14px;
	line-height: 20px;
}

.carousel-info {
	float: left;
	width: 100%;
	margin: 0 0 22px 0;
}







.img-wrapper section {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  display: block;
  float: left;
	margin: 0 0 22px 0;
}

.img-wrapper section.droite {
  width: calc(50% - 11.5px);
  float: right;
}

.img-wrapper section.gauche {
  width: calc(50% - 11.5px);
}

.social-networks-footer,
.social-networks img:hover {
  cursor: pointer;
}

.img-wrapper section:hover .share-social-networks {
  display: block;
}

.social-networks-footer {
float: right;
}

.share-social-networks {
  background: white;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 0 5px 5px;
  /* border-radius: 4px; */
  font-size: 11.5.8px;
  line-height: 15px;
  display: none;
}

.share-social-networks img.share {
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
  /* border-radius: 2px; */
  display: inline-block;
  float: left;
}

.share-social-networks span:hover {
  border-bottom: 1px solid #333;
  cursor: pointer;
}

.share-social-networks span:first-child {
  margin: 0;
}

.sibling {
  float: left;
  width: 100%;
/* border-top: 1px solid rgba(0,0,0,.2); */
margin: 60px 0 30px 0;
width: 100%;
overflow: hidden;
font-weight: 500;
float: left;
/* font-size: 14px; */
text-transform: uppercase;
letter-spacing: .5px;
/* word-spacing: .8px; */

}

.sibling-right,
.sibling-left {
  width: 50%;
  float: left;
}

.sibling-right {
  text-align:right;
}

.sibling-right a {
  text-align:right;
  margin: 0 5.75px 0 0;
}

.sibling-left {
  text-align:left;
}

.main-color {
  color: #ff3333;

}


.sibling-right a {
  text-align:left;
  margin: 0 0 0 5.75px;
}


/* Page : "Projets"
========================================== */

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 200ms;
}

.grid {
  float: left;
  width: 100%;
  padding: 50px 20px 0 60px;
}

.grid:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.video-wrapper {
  margin: 0 0 20px 0;
}

.filters-container {
  height: auto;
  margin: 130px 30px 30px 60px;
}

.grid .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.grid .grid-item,
.grid .grid-sizer {
  width: calc(33.33333333% - 40px);
  float: left;
  margin: 0 40px 40px 0;
}

.image-wrapper {
	padding-top: 66.69%;
	position: relative;
	overflow: hidden;
}



.image-wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.sticker-left,
.sticker-right {
	width: 50%;
	display: block;
	float: left;
	max-width: 95px;
	margin: 22px 11.5px 0 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition:         transform .2s ease-in-out;
	/* transform: rotate(-7deg); */
	/* -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1); */
	border-radius: 100px;
}
/* .sticker-left:hover,
.sticker-right:hover {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
-webkit-transition: -webkit-transform .2s ease-in-out;
transition:         transform .2s ease-in-out;
} */
/* Footer
========================================== */

footer {
  border-top: 1px solid rgba(0,0,0,.5);
  padding: 10px 0 30px 0;
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  float: left;
}

footer.smaller {
  width: calc(100% - 30px);
  margin-top: 30px;
}

footer.project {
  margin-top: 10px;
  padding: 10px 0 30px 0;
}

footer ul li{
  float: left;
  margin: 0 30px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}


footer ul li.right{
  float: right;
  margin: 0 0 0 0;
}

  /* Filter
========================================== */

form {
  border-radius: 0;
  overflow: hidden;
  height: auto;
  margin: 130px 30px 0 60px;
}

fieldset {
  color: #ff3333;
}

button {
  width: calc(25% - 30px);
  float: left;
  margin: 0 30px 0 0;
  border-radius: 0;
  display: block;
}

button {
  height: 46px;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #ff3333;
  padding: 10px;
  cursor: pointer;
  display: block;
  font-weight: normal;
  outline: none;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: .5px;
  border-radius: 0;
	font-family: "Gotham A", "Gotham B";
	color: #ff3333;
}

select {
  height: 46px;
  text-transform: uppercase ;
	font-family: "Gotham A", "Gotham B";
	width: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #ff3333;
  clear: both;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 11.5px;
  outline: none;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: .06em;
  word-spacing: .8px;
  width: 100%;
  outline: 0;
  box-shadow: none;
  background-image: none;
  border-radius: 0px;
  font-size: 14px;
  letter-spacing: .5px;
  color: #ff3333;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #ff3333 !important;
}

option {
	font-family: 'gotham-book';
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select::-ms-expand {
  display: none; /* remove default arrow on ie10 and ie11 */
}

option {
  color: black !important;
  line-height: 40px;
}

select:hover,
button:hover {
  color: black !important;
  border: 1px solid black;
}

.select:hover:after {
  color: black !important;
}

.select {
  position: relative;
  width: calc(25% - 30px);
  float: left;
  margin: 0 30px 0 0;
  border-radius: 0;
  display: block;
  color: #ff3333 !important;
}

.select:after {
  content: '▾';
  right: 10px;
  top: 10px;
  color: #ff3333;
  position: absolute;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

/* Page : "Projets" > image overlay
========================================== */

.project-wrapper {
  position: relative;
}

.project-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #ff3333;
	padding: 50px
}

 .overlay:hover {
  opacity: 1;
  cursor: pointer;
}

h3.thumbnail-title {
	text-align: center;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: .5px;
  word-spacing: .5px;
  color: #ff3333;
	font-weight: 500;
	color: white;
	text-transform: uppercase;
}

/* Page : page of one project;
========================================== */

.img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

h3.project-title.hidden {
	display: none;
}

.info-wrapper {
  width: 350px;
  float: left;
}

.info-wrapper h3.project-title {
  margin: 0 0 11px 0;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.2em;
	color: #ff3333;
	margin: 0 0 11.5px 0;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: .5px;
	word-spacing: .5px;
	text-transform: uppercase;
}

.credits {
  margin: 11.5px 0 0 0;
  font-size: 14px
}

.info-wrapper p.no-strip {
  padding: 0 0 0 0;
  border-bottom: none;
}

.info-wrapper ul {
	padding: 11px 0 11px 0;
	border-top: 1px solid rgba(0,0,0,.5);
	border-bottom: 1px solid rgba(0,0,0,.5);
}

.info-wrapper ul li:last-child {
  margin: 0;
}

.img-wrapper img.sm {
  height: 20px;
  width: 20px;
  margin: 0 0 0 5px;
  padding: 0;
  display: block;
  float: left;
  opacity: 1 !important;
  border: 1px solid blue;
}

img.sm:hover {
  cursor: pointer;
}

span.medium {
  font-weight: 500;
}

/* Page : "Équipe"
========================================== */

main.team {
  padding: 130px 30px 30px 60px;
}

.grid-team.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s;
}

.grid-team {
  opacity: 1;
  transition: 0.8s opacity;
  visibility: visible;
}

.grid-team .grid-item {
  width: calc(25% - 30px);
  display: inline-block;
  vertical-align:top;
  margin: 0 30px 30px 0 ;
}
.grid-team .grid-item--width2 {
  width: calc(50% - 30px);
}

.grid-team .grid-item img {
  width: 100% ;
  display: block;
  height: auto;
}

.grid-team .grid-item img.sm {
  height: 20px;
  width: auto;
  display: block;
  float: right;
  margin: 11.5px 0 0 7.5px;
  padding: 0 !important;
}

.grid-team .grid-item img.sm.no-rounded {
  border-radius: 0;
}

.team-wrapper {
  overflow: hidden;
  display: block;
  clear: both;
  float: left;
  padding: 15px;
  border: 1px solid rgba(0,0,0,.25);
	border-top: none;
  /* margin-top: 15px; */
}

/* Page : "Contact"
========================================== */

.info-wrapper.contact div{
  padding: 0 0 15px 0;
  display: block;
}

#map_canvas {
  height: 500px;
}

main .info-wrapper.contact div {
  padding: 11px 0 11px 0;
}

.medium {
  font-weight: 500;

  padding: 0 0 0 0 !important;
    border: none !important;
    margin: 0;
}

main .info-wrapper.contact div.gray {
  border-bottom: 1px solid rgba(0,0,0,.5);
}

main .info-wrapper.contact div:first-child {
  padding: 0 0 11px 0;
}

img.sm {
  height: 23px;
  width: 23px;
  margin: 0 0 0 5px;
  padding: 0;
  display: block;
  float: left;
  /* border-radius: 3px; */
  opacity: 1 !important;
}

.img-wrapper img.sm {
  height: 25px;
  width: 25px;
  margin-left: 0 0 0 5px;
  /* border-radius: 2px; */
  display: inline-block;
  float: left;
}

.img-wrapper img.sm:first-child {
  margin: 0;
}

.img-wrapper img.sm:hover {
  cursor: pointer;
}

/* Page Holding
========================================== */

.container-holding {
  position: relative;
  width: 100%;
}

.container-holding img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-holding  {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: white;
}

.container-holding:hover .overlay-holding {
  opacity: 1;
}

.team-wrapper h2 {
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 500;
}
.team-wrapper h3 {
	margin: 0 0 22px 0;
	font-weight: 500;
}
.team-wrapper .link {
	margin: 22px 0 0 0;
	color: gray;
	text-transform: uppercase;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
	word-spacing: .8px;
}
.logo-image {
	width: 85% !important;
	margin: 0 auto;
}
.text-wrapper-wrapper {
	width: 100%;
	float: left;
	/* border-top: 1px solid rgba(0,0,0,.2); */
	padding: 0 0 90px 0;
	margin: 0 0 0 0;
}
.text-wrapper-wrapper .text-wrapper {
	float: none;
	max-width: calc(50% - 30px);
	font-size: 20px;
	line-height: 1.35em;
	background: rgba(0,0,0,.05);
	padding: 25px;
}
.team-wrapper .link a:hover {
	color: black !important;
}
.team-wrapper span.arrow {
	font-family: 'cat_pfeileregular';
	margin: 0 0 0 3px;
	font-size: 16.5px;
}
}

/* Typography & Links
========================================== */

sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

.current,
.red {
  color: #ff3333;
}

u {
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,.5);
}

nav.nav-main li a.current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ff3333;
  visibility: visible;
  transform: scaleX(1);
  transition: .25s linear;
}

strong {
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}
.arrow {
	margin: 0 0 0 10px;
	font-family: 'cat_pfeileregular';
	font-size: 14.5px;
}

.arrow-back {
	margin: 0 10px 0 0;
	font-family: 'cat_pfeileregular';
	font-size: 14.5px;
}

a:hover,
.scrollup:hover {
  cursor: pointer;
  color: #ff3333;
}

footer.footer-home {
	margin: 30px 120px 0 60px;
	width: calc(100% - 120px);
}

@media all and (max-width: 1200px) {

	.social-networks-footer {
    float: left;
    margin: 20px 0 0 0;
}

	.text-wrapper-wrapper {
		width: calc(100% - 30px);
	}

  .royalSlider-wrapper {
    top: 70px;
    height: calc(100% - 70px);
}

  .current {
    border-bottom: none;
    padding-bottom: none;
  }

.grid {
  padding: 50px 30px 0 60px;

}
  form {
    margin: 100px 60px 0 60px;
  }
  .select,
  button {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .text-wrapper.col {
    width: 100%;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .img-wrapper {
    padding: 22px 0 0 0;
  }

  header nav li.language {
    margin: 0 0 0 30px;
  }

  main .img-wrapper {
    width: 100%;
    float: left;
  }

  main .info-wrapper {
    width: 100%;
    float: left;
  }

  h3.thumbnail-title {
    font-size: 20px;
    line-height: 27px;
    color: #ff3333;
  }

  #map_canvas {
    height: 400px;
  }

  .grid .grid-item,
  .grid .grid-sizer {
    width: calc(33.33333% - 30px);
    float: left;
    margin: 0 30px 30px 0;
  }

  .grid-team .grid-item {
    width: calc(33.33333% - 30px);
  }

  .grid-team .grid-item--width2 {
    width: calc(66.66666% - 30px);
  }
}

@media all and (max-width: 900px) {

  footer.smaller {
    width: calc(100% - 20px);
  }

	footer.footer-home {
		margin: 30px 20px 0 20px;
		width: calc(100% - 40px);
	}

  .wrapper-img-right {
    width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
    margin-top: 22px;
  }

  .text-intro {
    left: 30px;
  }

  .text-wrapper.col {
    width: 100%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .royalSlider {
    padding: 0 20px 20px 20px;
  }

  .intro-overlay {
    top: calc(100% - 70px);
  }

  .royalSlider-wrapper {
    height: calc(100% - 70px);
  }

  main.project {
    padding: 0 0 20px 20px;
    overflow: hidden;
    max-width: 1600px;
  }

  form {
    margin: 100px 20px 0 20px;
  }
  .grid {
    padding: 0px 0 0 20px;

  }

  .grid .grid-item,
  .grid .grid-sizer {
    width: calc(50% - 20px);
    float: left;
    margin: 0 20px 20px 0;
  }

  main.team {
    padding: 100px 0 30px 20px;
  }

  .grid-team .grid-item {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0 ;
  }

  .grid-team .grid-item--width2 {
    width: calc(100% - 20px);
  }

  header {
    padding: 20px 20px 0 20px;
  }

  header nav li.language {
    margin: 0;
  }

  main {
    padding: 20px;
  }

  .overlay {
    display: none;
  }

  header img.logo {
    height: 30px;
  }

  nav-trigger {
    display: block;
  }

  nav.nav-main {
    display: none;
  }

  nav.nav-mobile {
    display: block;
  }

  nav.nav-mobile ul{
    padding: 0 20px 0 20px;
  }

  .nav-trigger {
    display: block;
    text-align: right;
  }

  .nav-trigger span img:hover {
    cursor: pointer;
  }

  .animation-overlay  {
    font-size: 18px;
    line-height: 26px;
    padding: 20px;
  }

  .animation-overlay a {
    border-bottom: 1px solid #ff3333;
    padding: 0 0 0 0;
  }
}

@media all and (max-width: 500px) {

	.text-wrapper-wrapper {
		width: calc(100% - 20px);
		border-top: none;
		padding: 0 0 30px 0;
	}

	.text-wrapper-wrapper .text-wrapper {
		font-size: 16px;
		line-height: 22px;
	}

	h3.project-title.hidden {
		display: block;
	}

  .img-wrapper section.droite,
  .img-wrapper section.gauche {
    width: 100%;
    float: left;
  }

  footer {
    width: 100%;
    margin-top: 43px;
  }

  footer.smaller {
    margin-top: 22px;
  }

  footer ul li{
    float: none;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }


  footer ul li.right{
    float: left;
    margin: 0 0 0 0;
  }

  .text-intro {
    width: calc(100% - 40px);
    left: 20px;
    margin: 0 0 0 0;
    padding: 11.5px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-intro h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

  .text-intro h3:first-child {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }

  main.project {
    padding: 0 20px 0 20px;
  }
  main {
    padding: 100px 20px 20px 20px
  }

  .grid {
    padding: 0px 20px 0 20px
  }

  .grid .grid-item,
  .grid .grid-sizer {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
  }

  .grid-team .grid-item {
    width: calc(100% - 20px);
    margin: 0 20px 20px 0;
  }

}

