/* General */

html, body{
  min-width: 300px !important;
}
p{
  font-size: 1.1em;
}
ul, li {
  display: block;
}
a, a:hover, a:visited{
  color:inherit;
  text-decoration: none;
  opacity:1;
}
h1.animate_title, h2.h1 {
  font-size: 2.4em;
  line-height: 1.1em;
}
.citation_international p{
  font-size: 2em;
  line-height: 1.1em;
}
.color-white {
  color: white;
}
.color-blue{
  color:#050f30;
}
.bg-white {
  background: white;
}
.bg-blue{
  background:#050f30;
  color:white;
}
.bg-grey{
  background: #e3e3e3;
}

/* Header */
#header_international{
  z-index:50;
  -webkit-transition: .5s;
  transition: .5s;
  color:white;
}
#menu_international{
  width: 300px;
  color: white;
  background:#050f30;
  left:-300px;
  top:0;
  z-index:100;
  display: inline-block;
}
#menu_international ul li a {
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
#menu_international ul li a:hover{
  text-decoration: underline;
}
.burger {
  width: 25px;
  cursor: pointer;
}
.burger hr, .close_menu hr{
  margin:0;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 2px;
  left: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  padding-bottom: 4px;
  position: relative;
}
.burger:hover hr:nth-child(1), .burger:hover hr:nth-child(3){
  left: 5px;
}
.close_menu{
  position:relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.close_menu hr{
  position: absolute;
  padding-bottom:0px;
  top: 9px;
  width: 25px;
  transform: rotate(20deg);
}
.logo_immobilier svg{
  width: 70px;
  height:auto;
  -webkit-transition: .3s;
  transition: .3s;
}
nav.contact{
  font-size: .8em;
}
/* Slider */
#slider_container{
  color: white;
  font-weight: 500;
  font-size: 1.1em;
}
#slider_container .slide{
  position: absolute;
  top: 0px;
  left: 100%;
  background-size: auto 60px;
  background-repeat: no-repeat;
  background-position: center bottom 50px;
  overflow:hidden;

}
#slider_container .slide .inside_slide, .full_bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content_background {
  position: absolute;
  top: 0px;
  background-color: #050f30;
  pointer-events: none;
}

#slider_container .slide iframe {
   width: 100vw;
   height: 70vw;
   min-height: 100vh;
   min-width: 177.77vh;
   position: absolute;
   opacity: .75;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index:0;
}
#slider_container .slide:first-of-type{
  left: 0%;
  opacity:0;
}
#slider_container .slide h1, #slider_container .slide h2, #slider_container .slide p, #slider_container .slide a {
  overflow: hidden;
  position: relative;
}
#slider_container .slide h1 span, #slider_container .slide h2 span, h3.h1{
  font-size: 1.4em;
  top:0;
  position: relative;
}
p.subtitle{
  font-size: 1.2em;
}
a.project_transition{
  -webkit-transition: .5s;
  transition: .5s;
  background-color:white;
  color:#050f30;
  opacity:0;
  font-size: .8em;
  display: inline-block;
}
a.project_transition:hover{
  background-color:#050f30;
  color:white;
}
a.project_transition.project_loading, a.project_transition.project_loading:hover{
  background-position: center;
  background-image: url('../img/loader.gif');
  background-size: auto 60%;
  background-color: white;
  background-repeat: no-repeat;
  -webkit-transition: 0s;
  transition: 0s;
}

#content_international header{
  background: #050f30;
  height: 90vh;
  min-height: 500px;
}
.single-international #content_international header{
  height: calc(100vh + 4.5rem + 50px);
}

.timer{
  position:absolute;
  z-index:40;
  bottom:0;
  left:0;
  height:10px;
  background: #050f30;
}
.nav_international{
    top: 50%;
    position: absolute;
    background: #050f30;
    height: 60px;
    cursor: pointer;
}
.nav_international .intern_box{
  width: 40px;
  height: 60px;
  position: relative;
  background: #050f30;
  z-index: 10;
  padding: 15px;
}
.nav_international .intern_box svg{
  height: 15px;
  width:auto;
}
.nav_international .intern_box polygon{
    fill: white;
}
.nav_international span{
  position: absolute;
  top:0px;
  width: 140px;
  height: 60px;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 15px 20px;
  background: #050f30;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: .85em;
}
#next.nav_international span{
  right:-100px;
}


#prev.nav_international span{
  left:-100px;
}

#next.nav_international{
    right: 0px;
}
#prev.nav_international{
    left: 0px;
    text-align: right;
}
#slide_number{
  display: inline-block;
  position: absolute;
  bottom: 130px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 40;
  width: 100px;
  text-align: center;
  font-size: 2em;
  height: 30px;
  line-height: 30px;
}

/* Scroll */
#scroll{
  position: absolute;
  display: inline-block;
  bottom: -30px;
  left:calc(50% - 50px);
  width: 100px;
}
#scroll span{
  color: #050f30;
  font-size: .9em;
}
.scroll {
    width: 2px;
    overflow:hidden;
    height:70px;
    margin: 0 auto 30px;
    position: relative;
}
#scroll.single_scroll{
  bottom: 135px;
}
#scroll.single_scroll span{
  color:white;
}
#scroll.single_scroll .scroll {
    margin: 0 auto 10px;
}
.inner_scroll{
  position: absolute;
  left:0;
  width:100%;
  height: 100%;
  background: white;
}
.figure_scroll, .image_scroll {
  width: 0%;
  height: calc(100% + 10px);
  min-height: 250px;
  margin:0 auto;
  position: relative;
}
/*
.groupe .figure_scroll,.groupe  .image_scroll {
  height: 350px;
}
*/
#footer-groupe .figure_scroll {
	position: relative;
	padding-bottom: 80%;
}
#footer-groupe .image_scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cover {
  background-size: cover;
  background-position: center;	
}
.figure_scroll.m_negative{
  top: -50px;
}
.image_scroll{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.background_top .image_scroll{
  background-position: top center;
}
.background_width .figure_scroll{
  height: 100%;
}
.background_width .image_scroll{
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.world, .globe_background{
  background: url('../img/world.jpg') right bottom / 100% auto no-repeat;
}
.v_logo{
  background: url('../img/V.jpg') left top / 17% auto no-repeat;
}
.padding_home{
  padding: 50px 0px 100px;
}

.container-bigger {
	max-width: 1280px !important;
	margin: 0 auto;
}
h1.bigger {
	color: #ffffff;
    font-size: 46px;
    font-weight: 400;
}
h3.normal{
	font-weight: normal;
    font-size: 24px;
    margin: 0px 0px 30px 0px;
}
/* Contact */
#contact{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acc9de+0,f1f2ee+100 */
  background: #acc9de; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #acc9de 0%, #f1f2ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #acc9de 0%,#f1f2ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #acc9de 0%,#f1f2ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acc9de', endColorstr='#f1f2ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#field_1_5 label.gfield_label, #field_2_5 label.gfield_label{ display: none !important;}
body .gform_wrapper ul li#field_1_5  div.ginput_container_checkbox,
body .gform_wrapper ul li#field_2_5  div.ginput_container_checkbox{
  margin-top: 0;
}

.gform_wrapper #gform_1 .top_label .gfield_label, .gform_wrapper #gform_2 .top_label .gfield_label {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 2px solid #050f30;
  font-weight: normal;
  font-size: 1.1em;
}
#gform_1 input[type="text"], #gform_1 textarea, #gform_2 input[type="text"], #gform_2 textarea{
  background: transparent;
  border: none;
  outline: none;
  color: #050f30;
  padding: 0;
}
#gform_1 .gform_button,#gform_2 .gform_button, a.button_download{
  -webkit-transition: .5s;
  transition: .5s;
  background:#050f30;
  color:white;
  font-size: .8rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  border: none;
  outline: none;
  cursor: pointer;
  width: auto;
}
#gform_1 .gform_button:hover,#gform_2 .gform_button:hover, a.button_download:hover{
  background:white;
  color:#050f30;
}
svg.download_brochure{
  width: 40px;
  height: auto;
  cursor: pointer;
}
svg.download_brochure polygon{
  fill: #050f30;
}

#gform_1 input[type="checkbox"]:checked,
#gform_1 input[type="checkbox"]:not(:checked),
#gform_2 input[type="checkbox"]:checked,
#gform_2 input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#gform_1 input[type="checkbox"]:checked + label,
#gform_1 input[type="checkbox"]:not(:checked) + label,
#gform_2 input[type="checkbox"]:checked + label,
#gform_2 input[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: normal;
}

#gform_1 input[type="checkbox"]:checked + label:before,
#gform_1 input[type="checkbox"]:not(:checked) + label:before,
#gform_2 input[type="checkbox"]:checked + label:before,
#gform_2 input[type="checkbox"]:not(:checked) + label:before

{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #050f30;
}

#gform_1 input[type="checkbox"]:checked + label:after,
#gform_1 input[type="checkbox"]:not(:checked) + label:after,
#gform_2 input[type="checkbox"]:checked + label:after,
#gform_2 input[type="checkbox"]:not(:checked) + label:after

{
    content: '';
    width: 18px;
    height: 18px;
    background: #050f30;
    position: absolute;
    top: 0px;
    left: 0px;
}

#gform_1 input[type="checkbox"]:not(:checked) + label:after,
#gform_2 input[type="checkbox"]:not(:checked) + label:after

{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#gform_1 input[type="checkbox"]:checked + label:after,
#gform_2 input[type="checkbox"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.animate_title, .animate_paragraphe, figure.animate{
	opacity:0;
}

/* Content */
/* .project_container{
  min-height: 100vh;
} */

/* Translate */

#header_international .wpml-ls-legacy-list-horizontal {
	display: none;
}
#header_international .contact .wpml-ls-legacy-list-horizontal ul{
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    
  width: 28px;
  height: 28px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
#header_international .contact .wpml-ls-legacy-list-horizontal ul:hover, #header_international .contact .wpml-ls-legacy-list-horizontal ul.high {
	height: 60px;
}

#header_international .wpml-ls-legacy-list-horizontal ul .wpml-ls-item{
	-ms-order: 2;
	-webkit-order: 2;
	order: 2;
}
#header_international .wpml-ls-legacy-list-horizontal ul .wpml-ls-current-language{
	-ms-order: 1;
	-webkit-order: 1;
	order: 1;
	margin-top: 0px;
}
#header_international .contact ul {
	display: inline-block;
}

#header_international .wpml-ls-legacy-list-horizontal a {
	padding: 5px 0px 5px 10px;
}

#header_international .wpml-ls-legacy-list-horizontal {
	padding: 0px;
}

/* Single */
.padding_slide {
  padding: 4.5rem 0rem 190px;
}
.next_project{
  padding: 150px 0px;
  background: #050f30;
  color: white;
}
.next_project svg, .next_project span{
  display: inline-block;
  transition: .3s;
  -webkit-transition: .3s;
}
.next_project:hover svg, .next_project:hover span{
  margin: 0 10px;
}

.next_project svg{
  display: inline-block;
  fill: white;
  width: 8px;
  position: relative; top:-2px;
}
.next_project > div{
  opacity: .5;
  top:0;
  left:0;
  background-size: cover;
  background-position: center;
  transition: .3s;
  -webkit-transition: .3s;
}
.next_project:hover > div{
  opacity: .8;
}
.next_project .no-barba{
  z-index: 10;
}

.project_slider {
    width: 80%;
    margin: 0 10%;
    height: 250px;
    background: #e3e3e3;
}
.plan_slider {
    width: 100%;
}
.plan_slider img{
  padding: 0 10%;
}
img {
  width: 100%;
  height: auto;
}
.project_slider .swiper-button-prev,.project_slider .swiper-button-next,
.plan_slider .swiper-button-prev,.plan_slider .swiper-button-next{
  background: #050f30;
  width: 40px;
  height: 40px;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 8px 15px;
}
.project_slider .swiper-button-prev svg, .project_slider .swiper-button-next svg,
.plan_slider .swiper-button-prev svg, .plan_slider .swiper-button-next svg{
  width: auto;
  height:20px;
}
.project_slider .swiper-button-prev:hover, .project_slider .swiper-button-next:hover,
.plan_slider .swiper-button-prev:hover, .plan_slider .swiper-button-next:hover{
  background: white;
}
.project_slider .swiper-button-prev polygon, .project_slider .swiper-button-next polygon,
.plan_slider .swiper-button-prev polygon, .plan_slider .swiper-button-next polygon{
  fill: white;
  -webkit-transition: .5s;
  transition: .5s;
}
.project_slider .swiper-button-prev:hover polygon, .project_slider .swiper-button-next:hover polygon,
.plan_slider .swiper-button-prev:hover polygon, .plan_slider .swiper-button-next:hover polygon{
  fill: #050f30;
}
.project_slider .swiper-button-prev{
    left: -40px;
    right: auto;
}
.project_slider .swiper-button-next{
    right: -40px;
    left: auto;
}
.plan_slider .swiper-button-prev{
    left: 0px;
    right: auto;
}
.plan_slider .swiper-button-next{
    right: 0px;
    left: auto;
}
.swiper-slide > div {
  background-size: cover;
  background-position: center;
}

.decalage_bas .figure_scroll {
    bottom: -20px;
}
.decalage_haut .figure_scroll {
    top: -20px;
}
.decalage_small_bas .figure_scroll {
    bottom: -20px;
}
.decalage_small_haut .figure_scroll {
    top: -20px;
}

.small_image .figure_scroll, .image_scroll {
  height: 100%;
}
.contactform{
  margin-top: -150px;
}
.position_dessus{
  z-index:10;
}
.margin_top{
  margin-top: 80px;
}
.margin_top_small{
  margin-top: 50px;
}
.max_width{
  max-width: 475px;
}
.minheight-400{
  min-height: 400px;
}
.container {
  width: 90%;
}
.container.first_row{
  width: 100%;
}
.level{
  font-size: 1.2em;
}
.big_number{
  font-size: 2.5em;
  line-height: 1em;
}
.image_nomargin .image_scroll {
  height: 100%;
}

/* sm */
@media (min-width: 576px) {
  .container {
    width:100%;
  }
  .logo_immobilier svg{
    width: 120px;
  }
  #slider_container .slide h1 span,
  #slider_container .slide h2 span{
    font-size: 2em;
  }
  h3.h1{
    font-size: 4em;
  }
  .padding_slide {
    padding: 4.5rem 3rem 190px;
  }
  .container.first_row{
    max-width: 560px;
  }
  .world, .globe_background{
    background: url('../img/world.jpg') right bottom / 55% auto no-repeat;
  }
  .padding_home{
    padding: 200px 0px 300px;
  }
  .citation_international p{
    font-size: 2.5em;
  }
  h1.animate_title, h2.h1 {
    font-size: 2.8em;
  }
  .v_logo{
    background: url('../img/V.jpg') left top / 12% auto no-repeat;
  }
  .small_image .figure_scroll,.small_image .image_scroll {
    min-height: 250px;
  }

  .figure_scroll, .image_scroll {
    min-height: 500px;
  }
  .margin_top{
    margin-top: 120px;
  }
  .margin_top_small{
    margin-top: 60px;
  }
  .figure_scroll, .image_scroll {
    height: calc(100% + 50px);
  }
/*
  .groupe .figure_scroll,.groupe  .image_scroll {
    height: 500px;
  }
*/
  .decalage_bas .figure_scroll {
      bottom: -50px;
  }
  .decalage_haut .figure_scroll {
      top: -80px;
  }
  .decalage_small_bas .figure_scroll {
      bottom: -30px;
  }
  .decalage_small_haut .figure_scroll {
      top: -30px;
  }

}

/* md */
@media (min-width: 768px) {
  .container.first_row{
    max-width: 780px;
  }
  .contactform{
      margin-top:0px;
  }
  .project_slider {
      height: 500px;
  }
  .single-international #content_international header{
    height: calc(100vh + 4.5rem + 50px);
  }
  #next.nav_international:hover span{
    right:0px;
  }
  #prev.nav_international:hover span{
    left:0px;
  }
  .margin_mobile{
    margin-top: 60px;
  }
  #header_international .wpml-ls-legacy-list-horizontal {
	display: inline-block;
  }
}

/* sm */
@media (max-width: 767px) {
	.groupe .decalage_small_haut .figure_scroll {
		top: 0px;
		padding-top: 60px;
		padding-bottom: 30px;
	}
}

/* lg */
@media (min-width: 992px) {
  .container.first_row{
    max-width: 1000px;
  }
  .background_width .figure_scroll{
    height: calc(100% + 50px);
  }
}

@media screen and (max-width: 1100px) {
#menu_international ul li a {
		color: #ffffff !important;
		padding:12px 15px !important;
		font-size:18px !important;
		}
	
#menu_international ul li a .wpml-ls-flag {
    width: 25px !important;
	}
}

/* xl */
@media (min-width: 1200px) {
  .container.first_row{
    max-width: 1200px;
  }
  .world, .globe_background{
    background: url('../img/world.jpg') right bottom / auto 650px no-repeat;
  }
}
/* xl */
@media (min-width: 1500px) {
  .single-international #content_international header{
    height: calc(100vh + 4.5rem + 50px);
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
