/* Generated by less 2.2.0 */
/* LESS Document Caravele Webiste */
/* DEFINITION GENERALES */
html,
body {
  height: 100%;
  color: #172f53;
  font-family: 'Roboto', sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 1.2em;
  transition: 0.2s;
  overflow-x: hidden;
}
/* FLEX DEFINITIONS */
.flexContainer {
  /*height: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: @white 1px solid;

	& .flexContainer > div {
	margin: auto;
	max-width: 700px;
	padding: 0 20px;
	}*/
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
/* TYPO */
h1 {
  font-size: 5em;
  font-weight: 700;
}
h2 {
  font-size: 4.5em;
  font-weight: 700;
}
h3 {
  font-size: 2.75em;
  font-weight: 700;
}
p {
  font-size: 1.25em;
  margin: 1em 0;
}
li {
  font-size: 1.25em;
  margin: 0.5em;
}
/* Links */
.transition {
  transition: all 0.3s;
}
a {
  transition: all 0.3s;
  text-decoration: none;
}
/* Titles with a stroke above */
.top-stroke-orange,
.top-stroke-blue {
  margin-top: 40px;
  position: relative;
}
.top-stroke-orange:before,
.top-stroke-blue:before {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  left: 0px;
  width: 30px;
  height: 7px;
  background: #ef9404;
}
.top-stroke-blue:before {
  background: #172f53;
}
/* Images */
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-portrait {
  height: auto;
  max-width: 100%;
}
/* Text colours */
.white {
  color: white;
}
.blue {
  color: #172f53;
}
.orange {
  color: #ef9404;
}
/* Background colours */
.bkg-white {
  background: white;
}
.bkg-blue {
  background: #172f53;
}
.bkg-grey {
  background: #f0f0f0;
}
/*  Borders */
.border-top-white {
  border-top: white 2px solid;
}
/* Push */
.push-10 {
  height: 10px;
}
.push-15 {
  height: 15px;
}
.push-20 {
  height: 20px;
}
.push-25 {
  height: 25px;
}
.push-50 {
  height: 50px;
}
.push-75 {
  height: 75px;
}
.push-100 {
  height: 100px;
}
.push-under-title {
  height: 75px;
}
/* Page padding */
.page-padding {
  padding-top: 100px;
  padding-bottom: 80px;
}
.page-padding-top {
  padding-top: 100px;
}
/* PAGES **************************************** */
/* ********************************************** */
/* MENU */
.btn-menu {
  position: fixed;
  top: 50px;
  left: 50px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.btn-menu-on-blue-bkg {
  color: white;
}
/* PAGE 1 */
.page-1 {
  background-size: cover;
  padding: 0;
  position: relative;
}
@media (orientation: landscape) {
  .page-1 {
    background-image: url(../img/content/home_bkg_landscape.jpg);
  }
}
@media (orientation: portrait) {
  .page-1 {
    background-image: url(../img/content/home_bkg_portrait.jpg);
  }
}
.page-1 .logo {
  max-width: 350px;
  height: auto;
  margin-top: 50px;
}
.page-1 .texture {
  width: 100%;
  height: 100%;
  background: url(../img/content/texture.png);
  opacity: 0.1;
  position: absolute;
}
.page-1 .baseline {
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-1 h3 {
  font-size: 3em;
  font-weight: 100;
}
.btn-scroll {
  position: absolute;
  bottom: -1px;
  width: 80px;
  height: 40px;
  border-radius: 50px 50px 0 0;
  border: #f0f0f0 1px solid;
  left: 50%;
  margin-left: -40px;
  font-size: 20px;
  text-align: center;
}
.btn-scroll a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: white;
  text-decoration: none;
}
.btn-scroll a:hover {
  color: #ef9404;
}
/* PAGE 2 */
.chiffres-cles .chiffres-cles-item {
  border-left: white 2px solid;
  margin: 30px 0;
}
.chiffres-cles .chiffres-cles-item:last-of-type {
  border-right: white 2px solid;
}
.chiffres-cles .number {
  font-size: 4em;
  font-weight: 700;
  color: #ef9404;
}
.chiffres-cles .caption {
  font-size: 1.5em;
  line-height: 1.15em;
  font-weight: 400;
}
/* PAGE 3 - CLIENTS LOGOS */
.carousel,
.carousel div {
  /*outline: grey 1px dotted;*/
}
.slick-arrow {
  text-shadow: none;
  color: #ef9404;
  opacity: 1;
}
.slick-arrow:hover {
  color: #172f53;
}
.slick-arrow.slick-next {
  background: none;
  text-align: left;
}
.slick-arrow.slick-prev {
  background: none;
  text-align: right;
}
.slick-arrow i {
  position: absolute;
  top: 30%;
}
.logo-carousel-inner {
  padding: 0 70px;
}
/* SLICK SLIDER */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/** Slick Slider arrows **/
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 2em;
  line-height: 0;
  position: absolute;
  top: 33%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.slick-next {
  right: 0px;
}
.slick-next[dir="rtl"] {
  left: 0px;
  right: auto;
}
.slick-prev {
  left: 0px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 0px;
}
@media (max-width: 1280px) {
  .slick-next {
    right: 35px;
  }
  .slick-prev {
    left: 0px;
  }
}
@media (max-width: 980px) {
  .slick-slide img {
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .logo-carousel-inner {
    padding: 0 30px;
  }
  .slick-list img {
    width: 100%;
  }
  .slick-slide img {
    text-align: center;
    margin: auto;
  }
  .slick-next {
    right: -2px;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-prev,
  .slick-next {
    font-size: 1em;
  }
}
/* PAGE 5 REALISATIONS */
.item-realisation {
  position: relative;
  padding: 15px;
  margin-bottom: 40px;
  cursor: pointer;
}
.item-realisation .wrapper {
  padding: 0px;
  position: relative;
}
@media (min-width: 600px) {
  .item-realisation:hover .realisation-content {
    opacity: 1;
  }
  .item-realisation:hover .realisation-caption {
    background: #ef9404;
  }
}
.img-realisation {
  width: 100%;
  height: auto;
}
.realisation-content {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
  background: rgba(23, 47, 83, 0.95);
  color: white;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.realisation-content h3 {
  font-size: 2em;
}
.realisation-content p,
.realisation-content li {
  font-size: 1.20em;
  line-height: 1.15em;
}
.realisation-content ul {
  padding-left: 0px;
}
.realisation-content li {
  list-style-type: none;
  margin-bottom: 0.5em;
}
.realisation-caption {
  position: absolute;
  left: 30px;
  background: #172f53;
  bottom: -25px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: white;
  font-weight: 700;
  width: 70%;
  padding: 0 20px;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
.realisation-caption i {
  float: right;
  margin-top: 10px;
  opacity: 0;
  /* Hide for non-touch devices */
}
.touchDevice .realisation-caption i {
  opacity: 1;
  /* Show for touch devices */
}
@media (max-width: 1200px) and (min-width: 992px) {
  .realisation-content {
    padding: 20px 15px 15px;
  }
  .realisation-content h3 {
    font-size: 1.5em;
  }
  .realisation-content h3.top-stroke-orange {
    margin-top: 0;
  }
  .realisation-content h3.top-stroke-orange:before {
    display: none;
  }
  .realisation-content p,
  .realisation-content li {
    font-size: 1.20em;
    line-height: 1.15em;
  }
  .realisation-content li {
    margin-bottom: 0.35em;
  }
}
@media (max-width: 600px) {
  .realisation-content {
    position: relative;
    display: none;
    transition: all 0.3s ease-in-out;
  }
  .item-realisation.open {
    transition: all 0.3s ease-in-out;
  }
  .item-realisation.open .realisation-content {
    opacity: 1;
    display: block;
    padding-bottom: 40px;
  }
  .item-realisation.open .realisation-caption {
    background: #ef9404;
  }
}
.btn-display-more {
  display: block;
  margin-top: 50px;
  font-size: 1.4em;
  font-weight: 700;
  color: #172f53;
  border-top: #f0f0f0 2px solid;
  position: relative;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-display-more:before {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  top: -2px;
  left: 50%;
  margin-left: -100px;
  background: #172f53;
}
.btn-display-more:hover {
  color: #ef9404;
  text-decoration: none;
}
.btn-display-more:hover:before {
  background: #ef9404;
}
/* PAGE 6 CONTACT */
.contact-item .fonction {
  font-size: 0.85em;
  display: block;
  color: #90caf9;
  margin-bottom: 0.5em;
}
.contact-item a {
  color: white;
  margin: 0.25em;
}
.contact-item a:hover {
  color: #ef9404;
}
#map {
  width: 100%;
  height: 300px;
}
/* FOOTER **************************************** */
#mentions-legales-toggle {
  display: none;
}
/* MEDIA QUERIES ******************************** */
/* ********************************************** */
@media (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .logo {
    width: 40%;
  }
  h1 {
    font-size: 4.5em;
    padding: 0 5%;
  }
  .page-1 h3 {
    font-size: 2.5em;
    padding: 0 5%;
  }
  h2 {
    font-size: 3.5em;
  }
  /* Chiffres clé - borders */
  .chiffres-cles .chiffres-cles-item:nth-child(odd) {
    border-left: none;
  }
  .chiffres-cles .chiffres-cles-item:last-of-type {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .page-padding-top {
    padding-top: 30px;
  }
  .page-padding {
    padding-top: 30px;
  }
  .push-under-title {
    height: 30px;
  }
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.95em;
  }
  h3 {
    font-size: 2.25em;
  }
  .page-1 .logo {
    margin-top: 15px;
  }
  .logo {
    width: 55%;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 3em;
  }
  .page-1 h3 {
    font-size: 2.2em;
    padding: 0 3%;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 2em;
  }
}
.nav_btn_container {
  top: 53px;
  left: 50px;
  position: fixed;
  height: 36px;
  width: 31px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.nav_btn_container:hover {
  opacity: .7;
}
.nav_btn_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #ffffff;
}
.nav_btn_container.active .middle {
  opacity: 0;
  background: #ffffff;
}
.nav_btn_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #ffffff;
}
.nav_btn_container span {
  background: #172f53;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.nav_btn_container span:nth-of-type(2) {
  top: 11px;
}
.nav_btn_container span:nth-of-type(3) {
  top: 21px;
}
.menu {
  position: fixed;
  background: #172f53;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.menu.open-menu {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.menu.open-menu li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.menu.open-menu li:nth-of-type(2) {
  animation-delay: .4s;
}
.menu.open-menu li:nth-of-type(3) {
  animation-delay: .45s;
}
.menu.open-menu li:nth-of-type(4) {
  animation-delay: .50s;
}
.menu.open-menu li:nth-of-type(5) {
  animation-delay: .55s;
}
.menu.open-menu li:nth-of-type(6) {
  animation-delay: .60s;
}
.menu.close-menu {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.menu.close-menu li {
  animation: fadeInLeft .5s ease backwards;
  animation-delay: .65s;
}
.menu.close-menu li:nth-of-type(2) {
  animation-delay: .55s;
}
.menu.close-menu li:nth-of-type(3) {
  animation-delay: .50s;
}
.menu.close-menu li:nth-of-type(4) {
  animation-delay: .45s;
}
.menu.close-menu li:nth-of-type(5) {
  animation-delay: .4s;
}
.menu.close-menu li:nth-of-type(6) {
  animation-delay: .35s;
}
.menu nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-size: 1.75em;
  font-weight: 300;
  text-align: center;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.menu ul li {
  position: relative;
  opacity: 0;
  list-style-type: none;
  border-top: white 1px solid;
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  text-align: center;
  display: block;
}
.menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px 70px 12px;
}
.menu ul li:last-of-type {
  border-bottom: white 1px solid;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 1;
    left: 0%;
  }
  100% {
    opacity: 0;
    left: 20%;
  }
}
@keyframes fadeMenuContainer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
/* CONTENT ANIMATION */
.item-realisation-hidden {
  display: none;
}
.invisible {
  opacity: 0;
}
.reveal-motion-fade-effect {
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: .80s;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: .80s;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .nav_btn_container {
    top: 12px;
    left: 12px;
  }
}
