<?php
include dirname(dirname(dirname(dirname(dirname(__FILE__))))).'/immoWEB/bootstrap.php';

header('Content-Type: text/css');
header('Cache-Control: max-age=' . (7*24*3600));
header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 7*24*3600) . ' GMT');
header('Pragma: cache'); ?>

/* CSS Document */

/*-------------------------------------------------------------------------*/
/*---------------------------   CSS INFINITY  ---------------------------*/
/*-------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: "arrow_font";
      src:  url('fonts/icomoon2.eot?soyk93');
  src:  url('fonts/icomoon2.eot?soyk93#iefix') format('embedded-opentype'),
    url('fonts/icomoon2.woff?soyk93') format('woff'),
    url('fonts/icomoon2.svg?soyk93#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    font-family: 'Open Sans', sans-serif;
}

body{
    font-size: 16px;
    line-height: 24px;
    color: #7e8890;
    margin:0;
    padding: 0;
    border:0;
}

#global{
    position: relative;
    width: 100%;
    margin:0;
    padding: 0;
    border:0;
}

h1, h2, h3, h4, h5{
    color: #333c4e;
}

h1.cms_text_content {
    font-size: 3em;
    line-height: 1.5em;
    font-weight: lighter;
}

h2 {
    font-size: 2.6em;
    line-height: 1.5em;
    font-weight: lighter;
}

ul, ol{
    list-style-position: outside;
    margin-left: 20px;
}

svg{
    width: 20px;
    height: 20px;
}

img{
    max-width: 100%;
}

.hidden{
    display: none !important;
}

#template_chooser{
    background: #fff;
}

#template_chooser .title {
    padding: 0em 1em 1em 0;
    background-color: #b5121b;
    color: #FFFFFF;
    border: none;
    margin-bottom: 1em;
    margin-top: 13px;
}

#template_chooser h2 {
    padding-top: 20px;
    color: #FFFFFF;
    font-size: 2em;
}

#template_chooser .template_link{
    padding: 10px;
}

#template_chooser .template_link .template_price{
    text-transform: none;
    margin: -20px 0 20px;
    display: block;
}

#template_chooser .mfp-close{
    color: #fff;
    font-size: 34px;
    padding: 0.1em 0.4em;
}


#template_chooser .template_link .template_descr{
    text-transform: uppercase;
    color: #b5121b;
}

.center_content {
    max-width: 1400px;
}

.body_objects_detail #error_container {
    max-width:1400px;
    margin:0 auto;
}

.content{
    clear: both;
}

.box_content{
    padding: 0;
}

.body_objects_sale .main_center_content,
.body_objects_rent .main_center_content,
.body_objects_index .main_center_content,
.body_projects_index .main_center_content{
    max-width: none;
    width: 100%;
}

#header, .box{
    margin-bottom: 10vh;
}

#container{
    position: relative;
}

.body_main_index #header{
    height: 40vh;
}

#banner_img{
    position: absolute;
    height: 50vh;
    min-height: 540px;
    top: 100px;
    border: 0;
}

.body_main_login #banner_img {
    display: none;
}

#banner_img.banner_lenght_1 .banner_image_desc{
    display: inline-block !important;
}

.baseline .banner_image_desc{
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -ms-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
}

#anchor_top {
    position: fixed;
    z-index: 200;
   bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
}

#anchor_top.active {
    display: block;
}

#anchor_top svg {
    width: 40px;
    height: 40px;
}

#header{
    height: 100px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    width: 100%;
}

body:not(.body_main_index) #header:not(.nav_fixed_on_top){
    z-index: 60;
}


#header_background{
    display: none;
}

#header.navigationFixed #header_box{
    position: fixed;
    width: 100%;
    height: auto;
    padding: 5px 0;
    top: 0;
    z-index: 41;
}

#header.navigationFixed #logo{
    padding: 3% 0 2%;
    max-height: none;
    height: auto;
}

#header.navigationFixed #logo svg {
    min-width: 65px;
    min-height: 40px;
    width: 70%;
}

#header.navigationFixed #navigation {
    padding-top:20px;
}

#header.navigationFixed .navigation_content{
    height: 30px;
}

#header_box{
    z-index: 20;
}

.body_main_index #header{
    height: 94vh;
}

.body_main_index #header,
.body_main_index #banner_img{
    min-height: 540px;
}

.body_main_index #header_box{
    padding-top: 10vh;
}
.body_main_index #header:not(.navigationFixed) #header_box{
    background: none !important;
}

.body_main_index #header:not(.navigationFixed) .logo_home_fixed,
.body_main_index #header.navigationFixed .logo_home{
    display: none;
}

.body_main_index #header.navigationFixed .logo_home_fixed
.body_main_index #header:not(.navigationFixed) .logo_home,{
   display: block;
}

.body_main_index #banner_img{
    height: 94vh;
    top: 0;
}


#banner_img .banner_picture{
    background-position: center;
}


.body_main_index  #banner_img::after{
    background-image: -ms-linear-gradient(to top,rgba(255, 255, 255, 0) 40%, rgba(255,255,255,0.9) 90%);
    background-image: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0) 40%, rgba(255,255,255,0.9) 90%);
    background-image: -o-linear-gradient(to top, rgba(255, 255, 255, 0) 40%, rgba(255,255,255,0.9) 90%);
    background-image: linear-gradient(to top, rgba(255,255,255, 0) 40%, rgba(255,255,255, 0.9) 90%);
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 70%;
    z-index: 25;
}


.body_main_index  #banner_img .banner_picture::after{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
     background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25)50%, rgba(0, 0, 0, 0) 100%);
    z-index: 20;

}

body:not(.body_main_index) #banner_img .banner_picture::after{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 20;

}

.dark_wrapper{
    background: #f8f8f7;
}

#loading_icon svg path, 
#loading_icon svg rect, 
#loading_icon svg circle, 
#loading_icon svg polygon, 
.loading_icon svg path, 
.loading_icon svg rect, 
.loading_icon svg circle, 
.loading_icon svg polygon {
    fill: none;
}

/*
.Rectangle_598 {
 
  position: absolute;
  left: 864px;
  top: 514px;
  width: 1554px;
  height: 447px;
  z-index: 232;
}*/


#menu_top {
    right: 1.2em;
    font-size: 0.8em;
    position: absolute;
    z-index: 100;
}

.body_main_index #menu_top{
    padding: 20px;
}


#menu_top a{
    border-width: 1px;
    border-style: solid;
    padding: 0px 7px;
    position: relative;
}

#menu_top a:hover{
    background-color:#48b79d;
    color: #fff;
    border:1px solid #48b79d;
    text-decoration: none;
}

#menu_top .ui-state-default {
    border: 0;
    padding: 0 10px 0 0;
    margin: -5px 0;
    text-transform: uppercase;
    background:none;
    font-size: 0.85em; 
}

#menu_top .ui-menu .ui-menu-item{
    text-transform: uppercase;
}

#menu_top .ui-selectmenu-menu .ui-menu{
    border: 0;
}
#menu_top .ui-selectmenu-button span.ui-selectmenu-text{
    text-align: left;
    padding: 0.4em 2.1em 0.4em 0em;
}

#menu_top .ui-selectmenu-button span.ui-icon {
    right: 0;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    background-size: 13px;
}

#menu_top .ui-selectmenu-button span.ui-icon::before{
    font-size: 15px;
    margin-top: -4px;
    margin-left: 7px;
}

#menu_top .ui-widget {
    text-align: left;
    padding:0  4px;
    width: auto!important;
}


.body_main_index #menu_top .ui-state-default .ui-icon{
    font-family: 'arrow_font';
    background:none;
    background-repeat: no-repeat;
    background-size: 13px;
    width: 30px;
}
.body_main_index #menu_top .ui-state-default .ui-icon::before{
    font-family: 'arrow_font';
    content: "\e901";
}

#logo_box {
    padding: 0;
    text-align: left;
    float: left;
    width: 20vw;
    max-width: 250px;
}

.body_main_index #logo_box{
    width: 40%;
}

#logo{
   padding-right:30px;
   max-height: 100px;
   height: 100px;
   position: relative;
   display: flex;
   align-items:flex-end;
   justify-content: flex-start;
   flex-wrap: wrap;
    padding: 5% 0;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.body_main_index #logo{
   max-height: 140px;
   height: 140px;
   align-items:flex-end;
}

#logo svg, #logo img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
}

#logo svg{
    width: 100%;
}


* #logo svg {
    min-width: 100px;
    min-height: 75px;
    width: 100%;
}


.body_main_index #logo svg, 
.body_main_index #logo img{
    max-height: 115px;
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 0;
}

.body_main_index #logo svg {
    height: 100%;
}

.logo_on_banner #menu_top a{
    text-shadow: none;
}

#navigation{
    padding-top: 40px;
    max-width: calc(100% - 250px);
    float: right;
    text-align: left;
}

#navigation .submenu_content{
    top: 1.6em;
}


#menu_top, #menu_top a{
    color: #333;
}

.navigation_link.selected, 
.navigation_link:hover {
    color: #48b79d;
}



.navigation_content {
    justify-content: center;
    align-items: flex-end;
    height: 50px;

}

.navigation_link{
    text-transform: uppercase;
    font-size: 0.8em;
    color: #333;
    font-weight: 600;
}

.body_main_index .navigation_link{
    font-size: 0.9em;
}

#navigation .submenu_content2{
    background: #fff;
}

.body_main_index #navigation .submenu_content2{
    background: transparent;
}

.navigation_content:not(.team_included) .navigation_link.navigation_name_team,
.navigation_content:not(.home_included) .navigation_link.navigation_name_home {
    display: none !important;
}

.box .title, #results_top .box_content {
    padding: 0.5em 1em 2em 0;
}

.successful_msg {
   /* width: 300px;*/
    background: url(/global/interface/standard2//icon_success.png) 10px center no-repeat rgba(158, 255, 140, 0.4);
}

#error_container .box,
#forgotten_login_container .box{
    background: none;
}

.successful_msg,
.account_container .error_box, #newsletter_error, .login_box .error_box, #newsletter_popup .error_box .alerte, .contact_form_include .error_box .alerte, #contact_form_container .error_box .alerte, #profile_container .alerte, #login_container #form_error, #detail_container .error_box .alerte, #booking_container .error_box .alerte, .failure_box {
    background-position:50% 25px;
    border:none;
    background-size:32px;
    padding:70px 20px 15px;
    font-size:15px;
    text-align: center;
    width:100%;
}

.std_container:not(#links_container) > .box_title:not(.box_objects):not(.box_blog) .title,
#contact_container .box_title .title,
#blog_container .box_title .title,
#error_container .box .title, 
#forgotten_login_container .box .title, 
#simulation_container .box .title, 
#financing_container .box .title,
body:not(.body_main_presentation) #team_container .box_title .title,
#newsletter_confirmation_content .box .title,
#unsubscribe_content .box .title,
#redir_container .box .title,
.body_cms_content .std_container:not(.cms_team_container):not(.cms_cms3_container) .box .title {
    height: 50vh;
    min-height: 540px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom:10vh;
}

.body_cms_content .cms_box .cms_box_title {
    padding:0;
}

.cms_banner .cms_slider + .cms_text h1,
.cms_banner .cms_picture + .cms_text h1,
.cms_banner .cms_video + .cms_text h1,
.cms_banner .cms_slider + .cms_text h2,
.cms_banner .cms_picture + .cms_text h2,
.cms_banner .cms_video + .cms_text h2 {
    font-weight: 200;
    display:block;
    font-size: 3em;
}

.cms_banner .cms_picture + .cms_text {
    z-index:10;
}

/*.cms_banner .cms_text_title {
    height:100%;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.std_container:not(#links_container) > .box_title:not(.box_objects):not(.box_blog) .title h2,
#contact_container .box_title .title h2,
#blog_container .box_title .title h2,
#error_container .box .title h2, 
#forgotten_login_container .box .title h2, 
#simulation_container .box .title h2, 
#financing_container .box .title h2,
body:not(.body_main_presentation) #team_container .box_title .title h2,
.body_cms_content .content:not(.cms_team_container) .box:not(.cms_box) .title h2,
#newsletter_confirmation_content .box .title h2,
#unsubscribe_content .box .title h2,
#redir_container .box .title h2 {
    font-size: 3em;
    font-weight: 200;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
    z-index: 60;
}

body.no_banner .std_container:not(#links_container) > .box_title:not(.box_objects):not(.box_blog) .title,
body.no_banner .box .title,
body.no_banner .box_title .title,
body.no_banner #blog_container .box_title .title,
body.no_banner #error_container .box .title, 
body.no_banner #forgotten_login_container .box .title, 
body.no_banner #simulation_container .box .title, 
body.no_banner #financing_container .box .title,
body.no_banner:not(.body_main_presentation) #team_container .box_title .title h2,
body..no_banner.body_cms_content .box .title h2{
    position: relative;
    margin: 6vh 0 2vh;
    height: auto;
    min-height: 0;
}
body.no_banner .std_container:not(#links_container) > .box_title:not(.box_objects):not(.box_blog) .title h2,
body.no_banner .content:not(.dark_wrapper) > .box .title h2,
body.no_banner .content:not(.dark_wrapper) > .box_title .title h2,
body.no_banner #blog_container .box_title .title h2,
body.no_banner #error_container .box .title h2, 
body.no_banner #forgotten_login_container .box .title h2, 
body.no_banner #simulation_container .box .title h2, 
body.no_banner #financing_container .box .title h2
body.no_banner:not(.body_main_presentation) #team_container .box_title .title h2,
body.no_banner.body_cms_content .box .title h2{
    position: relative;
    text-shadow: none;
    color: #333;
}


.news_content_box .box .title {
    padding: 1em 1em 0;
}

.news_content_box h2 {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    text-align: left;
}

.news_content_box .box.box_small .box_infos, 
.news_content_box .box_objects.box_objects_small .object_infos{
    font-size: 0.9em;
}

.news_content_box .text_content {
    text-align: left;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: relative;
    display: block;
}

.news_content_box .text_content{
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.news_content_box .text_content.display_all .small_text,
.news_content_box .text_content .complete_text{
    display: none;
}

.news_content_box .text_content.display_all .complete_text,
.news_content_box .text_content .small_text{
    display: inline;
}

.news_content_box .text_content .icon_more{
    position: absolute;
    bottom: -28px;
    border-radius: 2px;
    right: 50%;
    height: 20px;
    width: 20px;
    cursor: pointer;
    transform: rotate(45deg);
}

.news_content_box .text_content.display_all .icon_more{
    transform: rotate(0deg);
}

.news_content_box .text_content .icon_more,
.news_content_box .text_content .icon_more:hover{
  border-bottom: none !important;
}

.news_content_box .text_content .icon_more svg{
    padding: 5px;
}

.main_container_content#home_society {
    background: #ddd;
    margin: 60px 0;
}


#home_society .text{
    width: 50%;
    float: left;
}


#home_society.no_pic_box:not(.pres_col_1) .text_intro{
    column-count: 2;
    column-gap: 6em;
    margin-bottom: 10vh;
}

#home_society.no_pic_box .text{

    width: 100%;
}

#home_society .text h2{
    margin-bottom: 20px;
}

#home_society .box_pic{
    width: 50%;
    padding-left: 50px;
    float: right;
}

#home_society .box_pic img{
    float: right;
}

#home_society .button_box{
    margin-top: 40px;
}

#home_society.no_pic_box .button_box{
    text-align: center;
}

#home_society a.button svg{
    width: 16px;
    margin-left: 15px;
    height: 16px;
}

.main_container_content#home_society .box_pic img{
    max-width: 100%;
}

#home_blog a.box_blog{
    float: right;
    width: calc(50% - 22.5px);
    margin-bottom: 20px;
}


#home_blog a .box_pic{
    width: calc(50% - 22.5px);

}

#home_blog a.box_blog h2{
    font-size: 1.1em;
    line-height: 1.1em;
}

#home_blog .news_content_box a:nth-child(2) .blog_date,
#home_blog .news_content_box a:nth-child(3) .blog_date{
    display: block;
    width: 100%;
}

#home_blog .blog_n_article_3 .news_content_box a:nth-child(2),
#home_blog .blog_n_article_3 .news_content_box a:nth-child(3){
    display: flex;
}




#home_blog a.no_pic_box .box_infos{
    width: 100%;
}

#home_blog a.box_blog:nth-child(1){
    float: left;
}
#home_blog a.box:nth-child(1) .box_pic{
    width: 100%;
}

#home_blog a.box_blog:nth-child(1) .box_infos{
    width: 100%;
    float: left;
}

#home_blog a.box_blog:nth-child(1) .title,
.blog_n_article_2 a.box_blog .title{
    width:100%;
    float: right;
}

#home_blog .button_box{
    float: left;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

#home_blog .blog_n_article_1 a.box_blog{
    width: 100%;
}

#home_blog .blog_n_article_1 a.box:nth-child(1) .box_pic,
#home_blog .blog_n_article_1 a.box:nth-child(1) .title,
#home_blog .blog_n_article_1 a.box_blog:nth-child(1) .box_infos {
     width: 50%;
     float:left;
}

#home_blog .blog_n_article_1 a.box.no_pic_box .title,
#home_blog .blog_n_article_1 a.box.no_pic_box .box_infos{
    width: 100%;
}

#home_blog .blog_n_article_2 a .box_pic,
#home_blog .blog_n_article_2 a .box_infos{
    width: 100%;
}

#home_blog .blog_n_article_3 a.box:nth-child(2),
#home_blog .blog_n_article_3 a.box:nth-child(3){
    display: block;
}

#home_blog .blog_n_article_3 a.box:nth-child(2) .box_pic,
#home_blog .blog_n_article_3 a.box:nth-child(3) .box_pic{
    width: 50%;
     float:left;
}

#home_blog .blog_n_article_3 a.box:nth-child(2) .title,
#home_blog .blog_n_article_3 a.box_blog:nth-child(2) .box_infos,
#home_blog .blog_n_article_3 a.box:nth-child(3) .title,
#home_blog .blog_n_article_3 a.box_blog:nth-child(3) .box_infos {
     width: 50%;
     float:right;
}

#home_blog .blog_n_article_3 a.box:nth-child(2) .title,
#home_blog .blog_n_article_3 a.box:nth-child(3) .title{
    padding: 0em 1em;
    margin-top: 0;
}

#home_blog .blog_n_article_3 a.box:nth-child(2) .title h2,
#home_blog .blog_n_article_3 a.box:nth-child(3) .title h2{
    margin-top: 0;
}

.map-icon-label .map-icon {
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
    width: 200px;   
}
/* Flashing */
a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }
    60% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity:1;
    }
}

/* BLOG */
#blog_container .box.box_blog .box_pic,
#blog_container .box.box_blog .box_infos,
#blog_container .box.box_blog .title {
    width: 100%;
    float: left;
    clear: both;
}

#blog_container #filter {
    padding:20px 0 10px;
}


.box_blog .box_infos {
    padding:  0.2em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
    width: 54%;
}

.box.box_blog h2 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.box.box_blog .blog_date {
    display: block;
    font-size: 0.9em;
    width: 100%;
}

.box.box_blog .title {
    text-align: left;
    text-transform: uppercase;
    padding:1em;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
}

.baseline{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 25;
}

.baseline.baseline_top{
    height: 20vh;
}

.baseline.baseline_bottom{
    height: 30vh;
    bottom: 0;
}

.baseline.baseline_left{
    width: 40vw;
    left:0;
    padding: 5vw;
    text-align: left;
}

.baseline.baseline_right{
    width: 40vw;
    right:0;
     padding: 5vw;
    text-align: right;
}

.baseline h2{
    font-size: 3em;
    font-weight: 200;
    color: #fff;
   text-shadow: 0px 0px 6px rgba(150, 150, 150, 1);
}
.button_box{
     -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -ms-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
}

button, button.button,
a.button, input.button, span.button {
    background: #48b79d;
    border:0;
    margin: 0 20px 0 0;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    padding: 15px 40px;
    color: #fff;
    border-bottom: 4px #eee solid;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -ms-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;

}

.std_container .box .box_button, 
#presentation_container .box .box_button{
    width: 100%;
    text-align: center;
    clear: both;
}

.std_container .box_button  button.button,
.std_container .box_button .button,
.std_container .box_button .button_bottom{
    float: none;
    margin: 60px 0 0 0px;
    width: auto;
    display: inline-block;
}

#form_contact input.button{
    margin: 0;
}

button svg *,
button.button svg *,
a.button svg *{
    fill: #fff;
}

button: hover,
button.button: hover,
a.button:hover,
input.button:hover,
span.button:hover {
    background: #ddd;
    color: #666;
    border-bottom: 4px #eee solid;

}
button: hover svg *,
button.button: hover svg *,
a.button:hover svg *{
    fill: #fff;
}

.home_deal_buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: -60px;
    z-index: 40;
}

.home_deal_buttons a.button{
     width: 23vw;
    padding: 30px 60px;
    margin: 0 4em;
} 

.box .title{
    padding: 0.5em 1em 3em 0;
}

.box:not(.box_blog):not(.box_promo):not(.presses_box):not(.news_box) .box_infos{
    padding: 0em 1em 1em 0;
}

.slogan {
    background: #48b79d;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
    top: 4vh;
    position: absolute;
}

.box_objects.box_objects_small .title {
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 0;
    min-height: 90px;
    display: block;
}

.box_objects.box_objects_small h2 {
    font-size: 0.87em;
    font-weight: normal;
    margin-top: 6px;
}

.box_objects.box_objects_small h3 {
    font-size: 1.12em;
    font-weight: 600;
}

.box_objects.box_objects_small .object_infos{
    padding: 0 10px;
}

.box_objects.box_objects_small .infos_row .infos_label,
.box_objects.box_objects_small .infos_row .infos_value {
    text-align: left;
    float: none;
    width: auto;
    display: inline;
    font-size:0.9em;
}

.box_objects.box_objects_small .infos_row {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
}

.box_objects.box_objects_small .infos_row:first-child{
    border-top: 1px solid #ddd;
}

.title.withlink{
    display: flex;
    justify-content: space-between;
}

.title.withlink a.link, 
.title .lookingfor_link a{
    flex-basis: 20%;
    text-align: right;
    margin-top: 50px;
    color: #48b79d;
}

.body_main_index .title.withlink a.link{
    flex-basis: 35%;
    text-align: right;
    margin-top: 30px;
    color: #48b79d;
}

.body_main_index .title.withlink,
.body_main_index #home_society .title{
    margin-bottom: 10vh;
}

.title.withlink a.link span{
    padding-left: 20px;
    transition-delay: initial;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-out;
}

 .title.withlink a.link svg{
    width: 22px;
    vertical-align: middle;
}

 .title.withlink a.link svg *{
    fill: #48b79d;
 }

.title.withlink a.link:hover span{
    padding-left: 10px;
}

body:not(.body_main_team) .wrapper:not(.map_box):not(.searchcriteria_box_content),
.cms_section {
    padding: 10vh 0;
    clear: both;
}

.team_list_content.col_flex .clear {
    display:block;
}

.body_main_index .wrapper:nth-child(odd){
    background: #f8f8f7
}

.wrapper .box{
    margin-bottom: 0;
}

.wrapper .box.box_objects{
    margin-bottom: 40px;
}

.body_main_index .home_container,
#detail_container .wrapper:last-of-type{
    margin-bottom: -10vh;
}

/*------- FILTER --------*/
#filter{
  background: #f8f8f7;
  padding: 20px 0 40px;
  margin-bottom: 50px;
}

.filter_top #search_results {
    margin: 0 auto;
    max-width: 1400px;
    width: 80%;
    position: relative;
    float: none;
    margin-top: 50px;
}

.filter_top #search_results {
    max-width: 1400px;
    width: 80%;
    position: relative;
    float: none;
    padding: 0;
}

#filter .box_content{
     margin: 0 auto;
    max-width: 1400px;
    width: 80%;
    position: relative;
    float: none;
    padding: 0;
}

.filter_top #filter .module_menu_top .search_module#categories,
.filter_top #filter .module_menu_top #filter_location .search_module#location_search {
    width: 100%;
    margin:0;
}

#filter h2{
    font-size: 1.5em;
}
#blog_container #filter h2,
#filter h4,
#searchBanner h4 {
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
}

#filter h5 {
    font-size: 0.8em;
    line-height: 0.8em;
    margin-top: 20px;
    font-weight: 600;
}

#filter .title.withlink{
    padding-bottom: 0;    
    display: flex;
    justify-content: space-between;
}

#filter .title.withlink a.link{
    flex-basis: 40%;
    text-align: right;
    margin-top: 12px;
    color: #48b79d;
}

#slider_radius_containder{
    width: 100%;
}

input, select, textarea{
    width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus,
.scroll_checklist:focus, input[placeholder]:focus,
[placeholder]:focus, [placeholder]:focus,
input:focus,
select:focus,
textarea:focus {
    border: 1px solid #48b79d;
    background: #fcfcfc;
    color: #7e8890;
}

#simulation_container input{
    width: auto;
}

#simulation_container .colsim4,
#simulation_container .colsim6{
    text-align: right;
}

#simulation_container .bgcelldark{
    background: #fafafa;
}

#simulation_container .total{
    text-decoration: underline;
    background: #f2f2f2;
}

#results_top{
    margin-bottom: 0;
}

#results_top .box_content {
    padding: 0;
}

#results_top.hide{
    display:none;
}

.sorting, .display_mode{
    opacity: 0.3;
}

.sorting.selected, .display_mode.selected{
    opacity: 1;
}

#nbr_results {
    font-size: 1.8em;
    margin-bottom: 30px;
    width: 100%;
}

#sorting_dropdown_select{
    float: left;
    width: 40%;
    margin-bottom:20px;
}

#sorting_dropdown-button{
    max-width: 300px;
}


.pagination#pagination_list_top{
    margin: 0px 0 20px;
}

.pagination,
#pagination_list_bottom, #pagination_bottom{
    margin: 40px 0;
}

.pagination a, 
.pagination .number_page,
.pagination .arrow{
    padding: 0 0.7em;
    color: #48b79d;
}
.pagination a:hover{
    opacity: 0.5;
}

.pagination svg {
    width: 15px;
    height: 15px;
}
.pagination .arrow svg {
    vertical-align: sub;
}

.pagination a svg *{
    stroke: #48b79d;
} 

.pagination .arrow svg *{
    fill: #48b79d;
}

.pagination a.blog-article-back-button svg,
.pagination a.first svg,
.pagination a.preview svg{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}


#list_results{
    clear: both;
}

#filter #filter_categories .search_module_content,
#filter .regions_multiselect_content{
    width: 100%;
    margin: 20px 0 14px;
}

#filter #filter_country button{
    margin: 20px 0 0;
}

.search_location input[type=text] {
    float: right;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 14px;
    width: 100%;
}

.filter_top #filter_content_mobile > .search_module,
.filter_top #filter_content_mobile #filter_categories,
.filter_top #filter_content_mobile #filter_subcategories,
.filter_top #filter .module_menu_top .search_module,
.filter_top #filter_content_mobile #filter_location {
    width:calc(33.33% - 45px);
    margin:22.5px;
    padding: 0;
}

p.value_display,
#searchBanner .slider_values {
    font-size: 0.8em;
}

.slider_box .slider_base {
    height: 0.5em;
    top: 0.6em;
    background: #ddd;
    border: 1px solid #ddd;
}
.slider_box .slider_base .slider_full{
    background: #ddd;
}

.slider_box .slider_handler{
    margin: -3px 0;
}

.slider_box .slider_handler::after {
    background: #48b79d;
    border: 2px solid #48b79d;
}

.filter_top #filter #filter_content_mobile{
    width:auto;
}

.filter_top #filter_content_mobile > .search_module, 
.filter_top #filter_content_mobile #filter_categories, 
.filter_top #filter_content_mobile #filter_subcategories {
    width:calc(33.33% - 45px);
    margin:22.5px;
}

#filter #filter_categories .search_module_content .ui-multiselect-menu{
    width: 100%! important;
}

.scroll_checklist,
.ui-state-default {
    background-image: none;
    filter: none;
    background-color: #ffffff;
    border-color: #dddddd;
    color: #333333;
    font-size: 1em;
    max-width: 100%;
}

#filter .ui-multiselect,
#searchBanner .ui-multiselect,
.ui-selectmenu-button span.ui-selectmenu-text {
    padding:0.5em 0.7em;
}

#filter  .ui-multiselect-checkboxes label input{
    display: block;
}

.col_flex .no_result{
    border: 1px solid rgba(0,0,0,0.05);
    padding: 20px;
    margin: 10vh auto;
    justify-content: flex-start;
    background: rgba(0,0,0,0.05);
    min-width: 50%;
}

.no_result_text {
    font-size: 0.8em;
    padding-left: 20px;
    width: auto;
    flex-basis: 80%;
}

input[type="text"], input.text, input, input[type="password"], textarea, .scroll_checklist,
input[placeholder], [placeholder], *[placeholder]  {
    color: #333;
    border: 1px solid #ddd;
}

.row .value select {
    margin-top: 0.2em;
    border: 1px solid #ddd;
    padding: 5px 8px;
    color: #333;
}

.ui-state-hover,
.ui-state-focus {
    background-image:none;
    filter:none;
    background-color:#fff;
    border: 1px solid #ccc;
    color:#333333;
}

.ui-widget-content .ui-state-hover,
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    border: none;
    background: #f8f8f7;
    margin: 0px;
    border: none;
    background: #f8f8f7;
}
.ui-multiselect-checkboxes label{
    border: 0;
}

.ui-selectmenu-button span.ui-icon{
    margin-top: -10px;
}

.ui-multiselect-menu,
.ui-menu {
    background:#ffffff;
    border-color:#dddddd;
    color:#333333;
    max-height: 30vh;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 0px;
}

.ui-state-default .ui-icon{
    background: none;
    background-position: right 10px top 2px;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 30px;
}

.ui-state-default .ui-icon::before{
    font-family: 'arrow_font';
    content: "\e901";
    position: relative;
    text-indent:0px;
    display: block;
    font-size: 20px;
}

.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-menu-item.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-image: none;
    background: #FFFFFF;
    color: #28323c;
    border-radius: 0;
    margin: 0;
    border: 0;
}

.ui-multiselect-checkboxes li{
    position: relative;
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
    background: #dddddd;
    color: #FFFFFF;
}

.ui-multiselect-checkboxes label input {
    display: block;
    border: none;
    padding: 0;
    height: 0;
}

input.awesome-checkbox[type="checkbox"] + .lbl::before, input.awesome-checkbox[type="radio"] + .lbl::before {
    opacity: 1;
    border-radius: 2px;
    height: 20px;
    line-height: 18px;
    width: 20px;
    font-size: 0.8em;
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left:0px;
    margin: 0;
}

input.awesome-checkbox[type="checkbox"] + .lbl, input.awesome-checkbox[type="radio"] + .lbl {
    margin-left: 26px;
}

input.awesome-checkbox[type="checkbox"]:checked + .lbl::before, input.awesome-checkbox[type="radio"]:checked + .lbl::before {
    color: #FFFFFF;
    font-family: 'arrow_font';
    content: "\e900";
    text-align: center;
    color: #333;
    vertical-align: 1px;
}

.ui-widget-content .ui-state-hover input.awesome-checkbox[type="checkbox"]:checked + .lbl::before, 
.ui-widget-content .ui-state-focus input.awesome-checkbox[type="checkbox"]:checked + .lbl::before {
    background: #dddddd;
    color: #FFFFFF;
}

.checkBoxParent .checkBoxDyn {
    width: 1em;
    height: 1em;
    border-radius: 1em;
    border: 1px solid #d0d0d0;
}

.checkBoxParent .checkBoxDyn.checked {
    background: #d0d0d0;
}

#form_user .content_box{
    max-width: 700px;
    margin: 0 auto;
}

fieldset{
    padding: 40px 0;
}

.form_placeholder .form_tooltip{
    position: absolute;
    right: 1px;
    padding: 0.4em 1.5em;
    background: #f8f8f7;
    z-index: 20;
    display: block;
    top: 1px;
    height: 38px;
}

.form_placeholder .obligatory_row .form_tooltip{
    right: 2px;
}

.form_placeholder .row .value{
    position: relative;
}

#form_contact .row_form_contact_type .label,
.obligatory{
    display: none;
}

#form_contact .row_form_contact_type.obligatory_field,
#form_contact .obligatory_field .ui-state-default,
.obligatory_field input,
#form_user .obligatory_row input, 
#form_user .obligatory_row .ui-state-default, 
#form_user .row_contacttype.obligatory_row{
    border-right:2px solid #CC1111 !important;
}


#contact_form_container .row .value{
    width: 100%;
    float: left;
    text-align: left;
}

#contact_form_container span.obligatory {
    display:inline-block;
    margin-left:3px;
}

/*--------- MAP ------*/

#infosMap .box_objects {
    background: #fff;
}

#infosMap .box_objects.box_objects_small .object_infos{
    padding: 0.6em;
}

#infosMap.col_flex .box_objects {
    margin: 0;
    box-shadow: 0px 2px 7px #0000007d;
}

#object_container #infosMap {
    width: 600px;
}

#map_canvas{
    max-height: 50vh;
}

/*----------  DETAIL  --------------*/

#detail_container .owl-carousel,
#detail_container .owl-carousel iframe {
    height:50vh;
}

#detail_container .owl-carousel iframe {
    height:50vh;
}

#detail_container .owl-carousel img,
#detail_container .owl-carousel .owl-video-wrapper,
#detail_container .owl-video-frame, 
#detail_container .owl-video-frame iframe {
    max-height:50vh !important;
}

#detail_container .owl-carousel .youtube_button img {
    height:50vh;
}

#detail_container .owl-carousel .included_virtual_tour {
    height:50vh;
    background: rgb(176,225,250);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0% , rgba(176,225,250,1) 100%);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
#detail_container .owl-carousel .included_virtual_tour img{
    margin: 0 auto;
    max-height: 50vh;
    height: 100%;
    min-height: 100%;
}

#detail_container  .included_virtual_tour .virtual_tour_layer{
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg,rgba(255,255,255,0.7) 0%,rgba(176,225,250,0.7) 100%);
}

#detail_container  .included_virtual_tour.nologin iframe{
    filter: blur(4px);
    transform: scale(1.2);
}


.owl-carousel .owl_popup_link_mask {
    position:absolute;
    background:rgba(0,0,0,0);
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    cursor:pointer;
    z-index: 21;
}

.owl-carousel .youtube_button {
    position: relative;
    cursor: pointer;
}

.owl-carousel .video_play_arrow {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border:3px solid #ffffff;
    width:86px;
    height:86px;
    padding:18px 0;
    border-radius:100%;
    text-align: center;
    box-shadow:0 0 10px rgba(15,16,17,1), inset 0 0 10px rgba(15,16,17,1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .video_play_arrow svg {
    height:30px;
    width:30px;
    padding-left:5px;
}

.owl-carousel .video_play_arrow svg * {
    fill:#ffffff;
}

.mfp-iframe-holder .mfp-content {
    max-width:1500px;
}

.mfp-iframe-holder .mfp-content button:hover {
    background: none;
    border-bottom: 0;
}

.project_table .owl-container {
    height:225px;
    max-height:60vh;
}

#detail_container .slogan{
    position: absolute;
    z-index: 20;
}

#detail_container .title .title_left {
    width: 75%;
}

#detail_container .pagination .pagination_previous .arrow svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

#detail_container .wrapper:not(#similar_objects_box) .box .title {
    padding: 0 0 3vh 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3.5vh;
}
#detail_container  .wrapper:not(#similar_objects_box) .title h2,
#detail_container  .box_title h2, 
#detail_container .wrapper:not(#similar_objects_box) .project_table_box>h4,
#detail_container .project_table_box>h4{
    margin-bottom: 20px;
    width: 100%;
    float: left;
    font-size: 2.6em;
    line-height: 1.5em;
    font-weight: lighter;
}

#detail_container .wrapper:not(#similar_objects_box) .title h3{
      margin-top: -20px;
      clear: both;
}

#detail_container .title .price {
    font-size: 1.2em;
    float: right;
    font-weight: 500;
    color: #333c4e;
    margin-top: 28px;
    width: 24%;
    text-align: right;
}

#detail_container .title .price.price_table{
    font-size: 1em;
}

#detail_container .title .address {
    text-transform: uppercase;
}

#detail_container .detail_left {
    width: 62%;
}

#detail_container .detail_row {
    padding: 9px 0 10px;
    border-bottom: 1px solid #ddd;
}

#detail_container .caracteristics_box{
    margin-bottom: 60px;
}

#detail_container .detail_wrapper_button .buttons_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#detail_container .detail_wrapper_button .buttons_box .button{
    width: calc(33.33% - 45px);
    display: inline-block;
    margin: 22.5px;
}

#detail_container .map_box {
     margin-bottom:0;
}

#detail_container .map_box #map_canvas {
    height: 70vh;
    margin-top: 0;
}

.map_marker {
    width:28px;
    height:40px;
}

#detail_container .call_to_action {
    position: fixed;
    top: calc(  40vh);
    right: 0;
    background-color: #FFF;
    cursor: pointer;
    -webkit-box-shadow:0px 0px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0px 0px 6px 0 rgba(0,0,0,.2);
    z-index: 20;
}

#detail_container .share_container .shared_link_container{
    display: block;
    padding: 0.5em 0.2em;

}

#detail_container .descriptions_box > h4{
    margin-top: 0;
}

#detail_container .situation_box .desc{
    float: left;
    width: 45%;
    margin-bottom: 40px;
}

#detail_container .situation_box .desc.table_distances {
    width:100%;
    float:none;
}

#detail_container .conveniences_box,
#detail_container .other_descriptions,
#detail_container .situation_box > .desc{
    margin-top: 40px;
}

#detail_container .situation_box .desc:nth-child(even){
    float: right;
}

#detail_container .other_descriptions.several .desc:nth-child(2n+1), 
#detail_container .situation_box .desc:nth-child(2n+1){
    clear: both;
}

#detail_container .distances_box h4,
#detail_container .detail_wrapper_situation .desc h4{
    margin-top: 0;
}


#detail_container .project_table_box .buttons_box .button{
    width: 100%;
}

#detail_container .visit_box .buttons_box .button{
    width: auto;
}

#detail_container .project_table_box .pictures_slider_box{
    margin-bottom: 2vh;
}

#detail_container #contact_form_container  {
    float: right;
    max-width: 600px;
    width: calc(50% - 22.5px);
}

#detail_container h4#contact_concerne {
    margin: 0 0 1.5em;
    float: right;
    width: 100%;
    display: none;
}

#detail_container .detail_contact_visit,
#detail_container .opendoors_box {
    float: left;
    max-width: 400px;
    width: calc(50% - 22.5px);
    margin-bottom: 3vh;
}

#detail_container #contact_form_container #form_contact {
   width: 100%;
    margin: 0 0 70px;
    float: left;
}

#detail_container #contact_form_container  #form_contact.scroll_checklist, .ui-state-default{
    width: 100%;
}

#detail_container #contact_form_container .row .value input,
#contact_container2 #contact_form_container .row .value input,
#recommend_container #form_recommend input.button {
    margin: 0;
}

#recommend_container .form_placeholder .row .value {
    width:100%;
}

#form_contact .obligatory_row .value input, 
#form_contact .obligatory_row .value select, 
#form_contact .obligatory_row .value textarea, 
#form_contact .obligatory_row .value .scroll_checklist, 
#form_contact .obligatory_row .value .ui-selectmenu-button, 
#form_contact .obligatory_row.row_form_contact_type {
    border-right: 2px solid #FF0000;
}

#detail_container #contact_form_container .value{
    text-align: left;
}

.detail_contact_visit{
    float: left;
    width: 50%;
}
#detail_container .subtitle_visit{
    margin: 0;
}

#detail_container .visit_box h4,
#detail_container .visit_box h5,
#detail_container .visit_box.hideContact h5 {
    display: block;
    float: left;
    clear: both;
}

#detail_container .visit_box h5{
    padding: 1vh 0 2vh;
    font-size : 1.2em;  
    width: 100%;
}

#detail_container .visit_box .visit_pic_box{
    width: 100%;
    margin-bottom: 10px;
}

#detail_container #form_contact .tooltip.form_tooltip {
    top: 1px;
    right: 2px;
}

#detail_container .visit_box svg{
    vertical-align: sub;
}

#detail_container .visit_box svg *{
    fill: #48b79d;
}

#detail_container .visit_box .value {
    text-align: right;
    width: calc(100% - 50px);
    display: inline-block;
    clear: both;
}

#detail_container .visit_box .label {
    width: 40px;
    display: block;
    float: left;
}

#detail_container .visit_box .visit_detail .visit_row {
    border-bottom: 1px solid #ddd;
    padding: 1vh 0;
    max-width: 90%;
    width: 500px;
}

#detail_container .detail_wrapper_contact .center_content .box > div:only-of-type{
    width: 100%;
    text-align: left;
    margin: 0 auto;
    float: none;
    clear: both;
}

#detail_container .detail_wrapper_contact .center_content .box > div:only-of-type#contact_form_container{
    float: none;
    margin: 0 auto;
}

#detail_container .detail_wrapper_contact h2{
    margin-bottom: 4vh;
}

#detail_container .detail_wrapper_contact .center_content .box > div:only-of-type#contact_form_container #form_contact{
    float: none;
    margin: 4vh auto;
}

#detail_container #contact_form_container{
    display: block;
    border: none;
    padding: 0;
}

#detail_container .detail_wrapper_contact .center_content .box > div:only-of-type .contact_form_include{
    float: none;
    margin: 0 auto;
}

#detail_container .energy_box svg{
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 20px;
}

#objects_container{
    clear: both;
}

table.distance {
    width:100%;
}

table.distances td{
    padding: 10px 5px;
}
/*---------------- CONTACT -----------------*/

#contact_container .contact_small_picture {
    width: calc(40% - 22.5px);
    float: right;
    clear: none;
    margin-top: 0;

}

#contact_container .contact_small_picture img{
    float: right;
}

#contact_container .contact_small_picture.colnumber_2{
    float: left;
}

#contact_container .contact_small_picture.colnumber_2 img{
    float: left;
    padding: 0 0 4vh;
}

#form_contact,
.body_main_opinion #contact_container #form_contact {
    max-width: 600px;
    margin: 0 auto;
}

#contact_container #contact_table{
    width: calc(60% - 22.5px);
    float: left;
}

#contact_container #contact_table.colnumber_2{
    width: 100%;
}

#contact_container .contact_row_societe{
    font-weight: bold;
}

#contact_container .box .box_pic,
#contact_container .box .object_pic{
    float: right;
}

#contact_container #contact_form_container {
    float: left;
    max-width: 800px;
    width: calc(50% - 22.5px);
}

#contact_container #form_contact{
    margin:0;
}

#form_contact .row .value .button {
    float:none;
}

#contact_container #contact_concerne {
    text-align: center;
}

/*----------------- PRESENTATION ---------------*/
#presentation_container .box .box_infos,
#jobs_container .box .box_infos{
    width: 100%;
}

#presentation_container .box_pic,
#jobs_container .box_pic {
    margin: 7px 40px 20px 0px;
}
/*---------------- LOOKING FOR -----------------*/

#lookingfor_container .box:not(.box_title) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

#lookingfor_container .box:last-child {
    border-bottom: 0;
}

#lookingfor_container table{
    border-spacing: 0px;
    border-collapse: collapse;
    background: #fff;
    color: #000;
}

#lookingfor_container .lookingfor_title td{
    padding: 1vh;
    background: #f8f8f7;
    margin: 0;
}
#lookingfor_container .lookingfor_col1,
#lookingfor_container .lookingfor_col2,
#lookingfor_container .lookingfor_col3{
    float: none;
    margin: 0;
    width: 25%;
}

#lookingfor_container .lookingfor_col3{
    width: 50%;
}


#lookingfor_container  .lookingfor_value td{
    padding: 1em;
    margin: 0;
}

#lookingfor_container .lookingfor_value .label{
    display: none;
}

/*-------------OTHER -------------*/
.box.presses_box h2, 
.box.box_promo h2
 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 1.2em;
    text-align: left;
}

.cms_box .cms_text{
    text-align: left;
}

.box.presses_box .title, 
.box.box_promo .title{
    text-align: left;
    text-transform: uppercase;
    padding: 1em 0 0.5em 0;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
    padding: 1em;
}

.cms_thumbnails_small_cols .cms_picture{
    margin-bottom: 0;
}

.cms_thumbnails_small_cols .cms_box .cms_text_subtitle h3{
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
     padding:1em 0 1em 0;
}

.box.box_promo .title .title_right{
    text-align: left;
    display: block;
    font-size: 0.9em;
    width: 100%;
    margin-top: 2px;
}

.box.presses_box .box_infos{
       padding: 1em;
}

#presses_container .presses_count_1 .box{
    width: 100%; 
    margin: 0;
}

#promotions_container .promotions_count_1 .box {
    width: calc(100% - 45px);
    padding: 20px;
}

#presses_container .presses_count_1 .box .box_pic{
    width: calc(50% - 22.5px); 
    float: left;
}

#promotions_container .promotions_count_1 .box .box_infos  {
    width: calc(50% - 22.5px); 
    float: left;
    padding:0;
}

#promotions_container .box .title {
    padding: 0 0 0.5em;
}

#promotions_container .promotions_count_1 .box .box_pic{
    margin: 7px 40px 20px 0px;
    width: calc(50% - 22.5px); 
    float: left;
}


#presses_container .presses_count_1 .box .title,
#presses_container .presses_count_1 .box .box_infos{
    width: calc(50% - 22.5px); 
    float: right;
}

#presses_container .promotions_count_1 .box .box_infos{
    padding-right: 2vw;
}

#promotions_container .promotions_count_1 .box.no_pic_box .title,
#promotions_container .promotions_count_1 .box.no_pic_box .box_infos,
#presses_container .presses_count_1 .box.no_pic_box .title,
#presses_container .presses_count_1 .box.no_pic_box .box_infos{
    width: 100%; 
    margin: 0;
}

#promotions_container .promotions_count_2 .box,
#presses_container .presses_count_2 .box{
    width: calc(50% - 45px);
    float: left;
}

#promotions_container .text_intro {
    margin-bottom:15px;
}

#promotions_container .button {
    margin-top:0;
}

#financing_container .row,
#contact_container .row{
    padding: 9px 0 10px;
    border-bottom: 1px solid #ddd;
}

#financing_container .row .label,
#contact_container .row .label{
    text-transform: uppercase; 
    font-size: 0.8em;
    font-weight: 400;
    width: calc(30% - 0.66em);
    opacity: 0.5;
}

#financing_container .row .value,
#contact_container .row .value{
    width: calc(70% - 0.33em);
}

#financing_container .text_content{
    float: left;
    clear: both;
    margin-top: 4vh;
}



/*---------------- ACCOUNT -----------------*/
#identification_popup, 
#delete_my_account_popup {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
}

.account_container fieldset{
    padding: 20px 0px 0 ;
}

#delete_my_account_popup .title{
    padding: 1em;
}

#delete_my_account_popup .title h2{
    font-size: 2em;
}

#delete_my_account_popup a.button{
    margin-top: 40px;
    font-size: 1em;
    padding: 10px 30px;
}


#identification_popup{
    padding: 0;
}

#identification_popup .title {
    display: none;
}

#identification_popup .box_content {
    padding: 0;
    background: #fff;
}

.identification_col.col_left{
    float: left;
    width: 60% ;
    padding: 20px;
}

.identification_col.col_right {
    float: left;
    width: 40% ;
    background: #48b79d;
    color: #fff;
    padding: 20px;
    /*min-height: 320px;*/
}

.identification_col.col_left{
    width: 40%;
    margin-right: 20%;
}

#identification_popup .identification_col.col_right  h4,
#invite_container .identification_col.col_right h4{
    color: #fff;
}

.login_box .form_row .remember_login,
.login_box .form_row .forgotten_login {
    font-size: 13px;
}

.login_box .form_row .value {
    width: 100%;
    float: right;
    padding: 6px 0;
}

input[type="text"], input[type="password"], textarea, input.text {
    padding: 0.5em 0.7em;
}

#identification_popup .loginform_container, 
#identification_popup .text_unregistred {
    text-align: left;
}

.identification_col .button {
    float: left;
    padding: 7px 22px;
    margin-top: 30px;
    font-size: 16px;
}

.identification_col.col_right .button {
    float: left;
    background: #fff;
    color: #454565;
    padding: 7px 22px;
    margin-top: 30px;
    font-size: 16px;
}

.account_container .box_title{
    background: #f8f8f7;
}

.account_container .box_title .title{ 
    margin: 0 auto;
    max-width: 1400px;
    width: 80%;
    position: relative;
    float: none;
    padding: 40px 0px;
}

.account_container .title .subtitle {
    display: block;
    font-size: 0.7em;
}

.account_container .account_right{
    border-left: 1px solid #ddd;
}

.account_container .box .box_content{ 
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
    position: relative;
    float: none;
    padding: 0px 0px;
}

#invite_container .box,
#registerconfirm_container .box {
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
    padding: 0;
}

.account_container .account_tabs{
    display: flex;
    justify-content: space-around;
}


.account_container .account_tab,
.account_container .login_container .title{
    text-align: center;
    flex-basis: 25%;
      position: relative;
}


.account_container .account_tab:not(:first-child)::before{
   content: '....';
    position: absolute;
    left: -4.5em;
    width: 300px;
    height: 10px;
    top: 10px;
    letter-spacing: 0.5em;
    color: #48b79d;
    font-size: 2em;
}


.account_container .account_tab ,
.account_container .login_container a:not('.button') {
    color: #48b79d;
}

.account_container .account_tab.selected{
    font-weight: 600;
}

.account_container .account_tab.selected svg{
    border: 2px solid #48b79d;
}

.account_container .account_tab svg *{
opacity: 0.7;

}

.account_container .account_tab.selected svg *{
opacity: 1;
}

.account_container .account_tab span {
    display:block;
    max-width: 110px;
    margin: 0 auto;
    align-self: flex-end;
    color: #48b79d;
}

.account_container .login_container span {
    max-width: 110px;
    margin: 0 auto;
    align-self: flex-end;
    color: #48b79d;
}

.account_container .login_container .label {
    display:block;
}

.account_container .account_tab svg,
.account_container .login_container svg {
    width: 60px;
    margin: 0 auto;
    height: 60px;
    border: 1px solid #48b79d;
    border-radius: 50px;
    padding: 10px;
}

.account_container .account_tab svg *,
.account_container .login_container svg *{
    fill: #48b79d;
}

.account_container .account_tab.button_inactive span {
    color: #7e8890;
}

.account_container .account_tab.button_inactive svg {
    border-color: #7e8890
}

.account_container .account_tab.button_inactive svg * {
    fill: #7e8890;
}

.account_container .account_tab.button_inactive:not(:first-child)::before{
    content: '....';
    position: absolute;
    left: -5.5em;
    width: 200px;
    height: 10px;
    top: 16px;
    letter-spacing: 1.4em;
    color: #7e8890;
    font-size: 1em;
}

.account_container .login_box #button_logout {
    margin:0;
    float: left;
    display:block;
}

.account_container .login_box #button_delete_my_account {
    display:block;
    float:none;
}

.account_container .footer_form .row .value {
    float:left;
}

#loginform .button {
    float:left;
}

.account_container a#button_delete_my_account,
a#new_criteria {
    background: transparent;
    color: #48b79d;
    text-align: left;
    padding: 0;
    float: left;
    text-transform: none;
    font-size: 1em;
    text-decoration: underline;
    margin-bottom: 20px;
    border: none;
}

.success_box, #newsletter_success, #profile_container .account_right .ok, #detail_container .success_box .alerte, #detail_container .successful_msg {
    width: 80%;
    margin: 0 10% 50px;
}

.account_container .button_top .validate_top_right,
.account_container .button_bottom .validate_bottom_right{
    margin-right: 0;
    float: right;
}

.account_container .form_placeholder .value.button_form{
    width: 100%;
}

.account_container .button_bottom .validate_bottom_right{
    margin-top: 2em;
}

.account_container .row .value .button {
    float: left;
}

.form_placeholder .footer_form .row .value.value_nolabel{
    width: 100%;
}

.form_rows_localities,
.row.row_multi.row_deadline,
.form_rows .searchcriteria_comment {
    margin-top: 40px;
}

.searchcriteria_box_content.dark_wrapper{
    padding: 0 2em;
    margin: 20px 0;
    background: #f8f8f7;
}

.searchcriteria_title h3 span {
    font-size: 0.8em;
}

#searchcriteria_container .success_box{
    margin: 0 0 50px;
    width: 100%;
}

.localities_include_exclude_table,
.localities_exclude_exclude_table {
    margin: 10px 0 20px;
}

.table_locality_include,
.table_locality_exclude{
    width: 100%;
      border-collapse: collapse;
    display: table;
}

.table_locality_include .table_col1,
.table_locality_exclude .table_col1{
    width: 60%;
    display: table-cell;
}

.table_locality_include .table_col2{
    display: table-cell;
}


.table_locality_include a,
.table_locality_exclude a{
    text-transform: lowercase;
    text-decoration: underline;
}

.table_locality_include a .icon_delete,
.table_locality_exclude a .icon_delete{
   vertical-align: middle;
}

.row_locality .value .button{
    font-size: 12px;
}

.form_placeholder .row .value{
    width: calc(66.66% - 0.33em);
    float: right;
}

fieldset.deal_container,
fieldset.price_container{
    padding-bottom: 0;
}

.account_container .row .value a.positive.button.validate{
    float: right;
    margin-right: 0;
}

.account_container .row .value .button {
    float: none;
}

.account_container .ui-corner-all {
    vertical-align: top;
    width: 100% !important;
}

.account_container .form_rows_localities .ui-state-default {
    vertical-align: top;
    width: auto !important;
    padding-right: 40px;
}

.scroll_checklist_arrow::after{
    content: url(svg/arrow-down.svg);
    width: 20px;
    height: 20px;
    top: -5px;
    right: 0px;
    position: absolute;
    background: #ffff;
    padding: 0 10px;
}

.scroll_checklist{
    padding: 7px 0px 7px 13px;
}


#forgotten_login_container .box .box_content{
    width: 100%;
}

#forgotten_login.form_rows {
    margin-bottom: -5px;
    max-width: 550px;
    margin: 2vh auto 0px;
}

#forgotten_login.form_rows .row .label,
#forgotten_login.form_rows .row .value{
  width: 100%;
  text-align: center;
  margin: 10px 0;
}


#forgotten_login .row .value .button {
    margin-top: 20px;
    width: auto;
}

#forgotten_login .value.button_form {
    text-align: center;
}

#objectsselection_container .box_objects.box_objects_small{
    font-size: 0.9em;
}

#objectsselection_container .box_objects.box_objects_small .title,
#agencypropositions_container .box_objects.box_objects_small .title{
    height: auto;
}

#agencypropositions_container .box_objects{
    position: relative;
}

.account_container h4 {
    margin-bottom: 30px;
}

.agencypropositions_title{
    color: #333c4e;
    border-bottom: 1px solid #333c4e;
    margin-bottom: 20px;
}

.agencypropositions_title svg{
    vertical-align: sub;
}

.agencypropositions_title svg *{
    fill: #333c4e;
}

#agencypropositions_container a.button.include,
#agencypropositions_container a.button.exclude{
    position: relative;
    border-bottom: 0;
    margin: 11px -38px;
    padding: 3px;
    width: 30px;
    height: 24px;
}
#agencypropositions_container a.button.include svg,
#agencypropositions_container a.button.exclude svg{
    width: 12px;
    height: 20px;
}

#agencypropositions_container a.button.include svg *,
#agencypropositions_container a.button.exclude svg *{
    fill: #fff;
}

.terms_data_processing.row .label,
.form_rows .terms_data_processing.row .label{
    width: calc(100% - 30px);
    float: none;
    display: inline-block;
    padding-top: 0;
}

.terms_data_processing.row .value .value{
    width: 30px !important;
    float: left;
    position: relative;
}

.terms_data_processing.row .checkBoxParent .checkBoxDyn,
.row_form_copytomyself.row_copytomyself.row .checkBoxParent .checkBoxDyn{
    border-radius: 0;
    margin-right: 5px;
}

.terms_data_processing.row .value svg,
.row_form_copytomyself.row .value svg{
    position: absolute;
    left: 2px;
    top: 3px;
    width: 15px;
    height: auto;
    display: none;
    pointer-events: none;
}

.terms_data_processing_container{
    margin-top: 50px;
}

.terms_data_processing_container .box {
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
    position: relative;
    float: none;
    padding: 0px 0px;
}

.account_container.terms_data_processing_container .box_content {
    width:auto;
    max-width:unset;
}

/*---------------- TEAM  -----------------*/
#contact_container2,
#team_container{
    margin-bottom: -10vh;
}

.team_box h2,
.body_cms_content .cms_team_container .team_box h2,
.cms_team_member .title .h2 {
    font-size: 1.5em;
    margin: 20px 0;
    text-align: left;
    text-shadow: none;
}

#team_container .team_box .box_pic,
#team_container .team_box .box_infos,
.cms_team_member .box_infos {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
    margin: 0;
}

.body_cms_content .cms_team_member .box_pic,
.cms_team_member .box_pic {
    width:auto;
    margin:0;
}

#team_container .team_box .box_pic img,
.cms_team_member .box_pic img {
    max-width:60%;
    margin:0;
}

#team_detail_container .team_box .title,
#team_detail_container .team_box .box_infos {
    float: left;
    margin-left: 45px;
    margin-right: 0;
    width: calc(50% - 22.5px);
    word-wrap: break-word;
}

#team_container .team_box h2,
.cms_team_member h2 {
    margin-bottom: 0;
}

#team_container .team_box h3,
.cms_team_member h3  {
    font-size: 0.87em;
    font-weight: normal;
    text-transform: uppercase;
}

#team_detail_container .team_box svg * {
    fill: #48b79d;
}

#team_container .team_box .title,
#team_detail_container .team_box .title,
.cms_team_member .title {
    padding: 0.5em 1em 1em 0;
}

#team_container .team_box h2,
#team_detail_container .team_box h2,
.cms_team_member .title h2 {
    text-transform: uppercase;
}


#team_container .team_box h3,
#team_detail_container .team_box h3,
.cms_team_member .title h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight:normal;
}

#team_container .row,
#team_detail_container .row,
.cms_team_member .row {
    border-bottom: 1px solid #ddd;
}

#team_container .row:first-child,
#team_detail_container .row:first-child,
.cms_team_member.row:first-child {
    border-top: 1px solid #ddd;
}

#team_container .row svg,
#team_detail_container .row svg,
.cms_team_member .row svg {
    vertical-align: text-top;
}

#team_container .row .label,
#team_detail_container .row .label,
.cms_team_member .row .label {
    width: 30px;
}

#team_container .row .value,
#team_detail_container .row .value,
.cms_team_member .row .value {
    width: calc(100% - 40px);
}

.team_box .team_lang,
.cms_team_member .team_lang {
    margin-right: 12px;
}

#team_detail_container .propositions_title {
    margin:0;
}

/*----------------- LINKS -------------------*/

#links_container .infos_links{
    display: none;
    position: absolute;
    width: calc(33.33% - 60px);
    top: calc(100% - 2em);
    background: #fff;
    z-index: 20;
    padding: 1em;
}

#links_container .pic_links {
    max-width: 100%;
    float: left;
}

#links_container .box_item:first-child,
#links_container .box_item {
     height: 150px;
    text-align: center;
    position: relative;
    padding-top: 1em;
    margin-top: 1em;
    display: block;
}

#links_container .links_group {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -ms-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;

}

#links_container .links_box img {
    width: auto;
    height: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#links_container .links_box .links_group:hover {
    //box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-bottom: 4px #eee solid;
    margin-top: -4px;
    margin-bottom: 4px;
}

/*---------------- RECOMMEND ----------------*/

#recommend_container .row_obligatory_button .label{
    width: 100%;
    margin: 10px 0 20px;
}

/*--------------- GALLERY -----------------*/

.title_right.gallery_select {
    margin: 40px 0px;
}

#gallery_container .gallery_pic{
    width:100%;
}

/*---------------- FOOTER  -----------------*/

#footer{
    background: #1e1e1e;
    color: #fff;
    margin-top:10vh;
    text-align: left;
}

.col_flex .footer_col{
    width: calc(25% - 22.5px);
    font-weight: 500;
    text-align: left;
}

.col_flex .footer_row{
    opacity: 0.7;
    font-size: 0.8em;
    text-align: left;
    padding: 0;
}

.col_flex .footer_row.title{
    opacity: 1;
}

#footer a, #footer{
    color: #fff;
    text-transform: uppercase;
}

#footer h3, 
#footer .title{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 0.9em;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 20px;
}

#footer .social_network_links{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 2vh;
}

#footer .social_network_links a{
   flex-basis: 10%;
    min-width: 40px;
    padding: 4px;
}

#footer .footer_col4 .text{
    text-align: left;
    text-transform: none;
    opacity: 0.7;
    font-size: 0.8em;
}

#footer .button{
    margin-top: 20px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    border: 0;

}

#footer .button:hover{
    margin-top: 20px;
    text-align: center;
    border: 0;
    color:rgba(0, 0, 0, 0.5);
    background: #fff;
    text-decoration: none;
}

#footer .social_network_links a svg{
    max-width: 100%;
    opacity: 0.7;
}

#footer .social_network_links a svg *{
    fill: #fff;
}

#footer .social_network_links a:hover svg{
    opacity: 1;
}

#footer_copyright, 
#footer_copyright a{
    text-transform: none;
}


/*----- CMS -----*/

.cms_accordion {
    background-color:#f5f5f6;
}

.cms_accordion .accordion_title {
    border-bottom:1px solid #ffffff;
}

.cms_accordion .accordion_title,
.cms_accordion .accordion_content {
    padding:1rem 1.2rem;
}

.cms_button_button_left a {
    margin-left:0;
    margin-right:auto;
}

.cms_button_button_right a {
    margin-left:auto;
    margin-right:0;
}

.cms_button_button_center a {
    margin-left:auto;
    margin-right:auto;
}

.cms_banner {
    min-height:540px;
}

.cms_section_content_over_last{
	position: relative;
	padding: 0;
	width: 100%;	
}

.cms_section_content_over_last{
	position: absolute;
	margin-top: -2vh;
	width: 100%;
	padding: 0 10vw;
	max-width: 100%;
}


.cms_section_content_over_last{
    position: relative;
    padding: 0;
    width: 100%;    
}

.cms_section_content_over_last{
    position: absolute;
    margin-top: -2vh;
    width: 100%;
    padding: 0 10vw;
    max-width: 100%;
}

.mfp-container .box{
    padding: 2em;
}

/*----- Holidays -----*/

.holiday_box table {
    width:100%;
}

.holiday_box table th {
    border-bottom:1px solid #CCCCCC;
    padding:3px 0;
}

.holiday_box table td {
    text-align:center;
}

.holiday_box .arrow_holiday {
    cursor:pointer;
}

.booking_title_concerne {
    margin-bottom:20px;
}

.prices_availability {
    margin-bottom:30px;
    width:100%;
    border-collapse:collapse;
}

.prices_availability tr th {
    border-bottom:1px solid #CCCCCC;
    padding:5px;
    font-weight:bold;
}

.prices_availability tr td {
    padding:5px;
    text-align:center;
}

.prices_availability .booking_free td {
    background-color:#99ff99;
}

.prices_availability .booking_booked td {
    background-color:#E6554E;
    color:#FFFFFF;
}

#reservation_arrival_label,
#reservation_departure_label{
    float:left;
    margin-right:5px;
}

.form_separator {
    height:30px;
}

#detail_container .holiday_box .detail_row:first-child {
    margin-top: 0;
    border: none;
    padding-top: 0;
}

#detail_container .holiday_box .detail_row {
    padding : 0;
}

/************ MANDATORY VISIT POPUP ***********/

#mandatoryvisit_popup {
    width:90%;
    max-width:640px;
    margin:0 auto;
    position:relative;
}

/************ /MANDATORY VISIT POPUP ***********/


/*---------- Cookies policy -------*/
#cookies_policy_container{
    width: 100%;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    padding: 1.8vh 5vw;
    z-index: 200;
    display: flex;
    flex-direction: row;
    margin: 0;
    align-items: center;
    display: none;
}
#cookies_policy_container.open{
    display: flex;
    flex-wrap: wrap;
}
#cookies_policy_container.mono{
    color: #333;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px -1px 16px rgb(0 0 0 / 34%);
}
#cookies_policy_container .cookies_content {
    position: relative;
    display: block;
    max-width: 100%;
    margin-right: 3em;
    line-height: 1.5em;
    overflow: hidden;
}
#cookies_policy_container .cookies_content span.button_svg,
#cookies_policy_container .cookies_content .small_text{
    display: none;
}
#cookies_policy_container.mono .cookies_button {
    display: flex;
    align-items: center;
    align-content: space-between;
    margin: 20px auto;
}
#cookies_policy_container.mono .cookies_button .button:active:not(.button_inactive){
    opacity: 0.8;
}