.clear{
	clear:both;
}

*{
	outline: 0;
}

img{
    border:none;
    max-width: 100%;
    height: auto;
}

iframe{
    max-width: 100%;
    width:100%;
}

.nowrap{
    white-space: nowrap;
}

.hidden{
    visibility: hidden;
}

a{
    color:inherit;
}

.uppercase{
    text-transform: uppercase;
}

.alert{
	padding: 20px;
	margin-bottom: 20px;
}

.back-success, tr.back-success td{
	color:#fff;
	background-color: #96D457;
}

.back-warning, tr.back-warning td{
	color:#fff;
	background-color: #FFAC56;
}

.back-danger, tr.back-danger td{
	color:#fff;
	background-color: #FF565C;
}

.back-success a, .back-warning a, .back-danger a, tr.back-success td a, tr.back-warning td a, tr.back-danger td a{
    color:#fff;
}

:not(b).button, button{
    text-decoration: none;
    display: inline-block;
    background-color: #231C7E;
    color:#fff;
    border: 1px solid #231C7E;
    font-family: 'BrandonGrotesqueWeb';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    cursor:pointer;
    letter-spacing: 2.23px;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button[type=submit]{
    margin-top: 15px;
}



:not(b).button.outline, button.outline{
    color: #231C7E;
    background-color:transparent;
    border: 2px solid #231C7E;
    padding-left:15px;
}

:not(b).button:hover, button:hover, #contactform button:hover{
    background-color: #00AF9A;
    color:#fff;
    border: 1px solid #00AF9A;
}

:not(b).button.outline:hover, button.outline:hover{
    border: 2px solid #00AF9A;
}

:not(b).button.bluerollover:hover, button.bluerollover:hover{
    background-color: #fff;
    color: #231C7E;
}

:not(b).button i, button i{
    margin-right:13px;
}

.owl-nav button i{
    margin: 0px;
}

.owl-nav .owl-next i{
    margin-left: 3px;
}



:not(b).button.full, button.full{
    width:100%;
    box-sizing: border-box;
    text-align: center;
}

.selectric{
    background: #FFFFFF;
    border:transparent;
    margin-bottom:14px;
}

.selectric .label{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #7A746C;
    padding-top: .7em;
    padding-bottom: .8em;
    line-height: 1;
    height:auto;
    padding-left: 1em;
    margin-left: 0px;
}



.selectric .button{
    background: #FFFFFF;
    color:#00AF9A;
}

.selectric .button:after{
    border-top-color:#00AF9A;
}

.selectric-grey .selectric{
    background: #F1EBE4;
}

.selectric-grey  .selectric .button{
    background: #F1EBE4;
}

.selectric-items ul, .selectric-items li{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
	color: #7A746C;
}

.selectric-items li.highlighted{
    background-color:#00AF9A;
    color:#fff;
}



html{
	padding:0px;
	margin:0px;
	min-height:100%;
	height: 100%;
    text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body{
	padding:0px;
	margin:0px;
	min-height:100%;
	width:100%;
    height: 100%;
    max-width: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #7A746C;
    font-weight:normal;
    background-color: #fff;
    overflow-x: hidden;
}

#overlay{
	position: fixed;
	background: rgba(0,0,0,0.77);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
    z-index: 30000000;
    overflow-y: auto;
}

#overlay .popup{
	position: relative;
	width:calc(100% - 40px);
	box-sizing: border-box;
	margin: auto;
	padding-left:48px;
	padding-right: 68px;
	padding-top: 180px;
	padding-bottom: 60px;
	background: #00AF9A;
	margin-top: 145px;
	max-width: 750px;
	color:#fff;
}

#overlay .popup:before{
	display: block;
	content:"";
	width:77px;
	height:60px;
	position: absolute;
	left:28px;
	top:73px;
	background-image: url(../img/popup_picto.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#overlay .popup strong, #overlay .popup b{
	color:#fff;
} 


#overlay .popup .popupclose{
	display: block;
	position: absolute;
	right:26px;
	top:26px;
	display: block;
	width:31px;
	height:31px;
	background-image: url(../img/icon_close.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;

}

#overlay .popup .button{
    margin-bottom:0px;
}

#overlay .popup .button:hover{
    background-color: #fff;
    color:#231C7E !important;
}

#overlay .popup h1{
    color:inherit;
    font-size: 32px;
}


.inside{
    position: relative;
    width:calc(100% - 30px);
    max-width: 1170px;
    margin: auto;
}

.inside.small{
    max-width:880px;
}

input[name=reference]{
    height:40px;
}

#header{
    height:140px;
    position: absolute;
    width:100%;
    top:0px;
    left: 0px;
    z-index: 200;
}

#header .inside, .menuheader .inside, .contactheader .inside{
    min-height: 100%;
    box-sizing: border-box;
    padding-top:20px;
}

#header .logo{
    width:255px;
    height:69px;
    background-image: url(../img/logo.svg);
    background-size: 255px 69px;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -400000px;
    display: block;
    position:absolute;
    top:20px;
    left:0px;
}

body.lan_fr #header .logo{
    background-image: url(../img/logo_fr.svg);
}

#header .menu{
    width:115px;
    height:59px;
    background-image: url(../img/menu.svg);
    background-size: 115px 49px;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -400000px;
    display: block;
    position:absolute;
    top:26px;
    right:0px;
}

#header .contact{
    width:48px;
    height:48px;
    background-image: url(../img/email.svg);
    background-size: 48px 48px;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -400000px;
    display: block;
    position:absolute;
    top:100px;
    right:0px;
}

#header.negative .logo{
    background-image: url(../img/logo_negatif.svg);
}

body.lan_fr #header.negative .logo{
    background-image: url(../img/logo_negatif_fr.svg);
}

#header.negative .menu{
    background-image: url(../img/menu_neg.svg);
}

#header.negative .contact{
    background-image: url(../img/email_neg.svg);
}

#footer{
    background-color: #080532;
    color:#fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer .inside{
    display: flex;
    justify-content: space-between;
}

.footerlogo{
    width:255px;
    height:69px;
    background-image: url(../img/logo_negatif.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 255px 69px;
}

body.lan_fr .footerlogo{
    background-image: url(../img/logo_negatif_fr.svg);
}

.footernav{
    font-size: 12px;
    line-height: 16px;
}

.footernav ul, .footernav li{
    list-style: none;
    padding:0px;
    margin: 0px;
}

.footernav li{
    margin-bottom: 4px;
}

.footernav li a{
    text-decoration: none;
}

.footercontact{
    background-color:#231C7E;
    color:#fff;
    padding-top:37px;
    padding-bottom: 33px;
    position: relative;
    overflow: hidden;
}

.footercontact .backgroundimage{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

.footercontact h2{
    color: inherit;
    text-align: inherit;
    font-size: 24px;
    line-height: 40px;
}

.footercontact .contactwithpicto{
    font-size: 16px;
    margin-right: 20px;
    white-space: nowrap;
    font-family: 'BrandonGrotesqueWeb';
    font-weight: normal;
}

.footercontact .contactwithpicto i{
    color:#fff;
    font-size: 0.875em;
}

a.espacepro{
    font-size: 13px;
    color:inherit;
    text-decoration: none;
    padding-left: 23px;
    background-image: url(../img/user_color.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: left center;
}

#footer a.espacepro{
    background-image: url(../img/user_white.svg);
    font-size: 12px;
}

#header .espacepro{
    position: absolute;
    right:143px;
    top:43px;
    font-size: 13px;
    color:#231C7E;
}

#header.negative a.espacepro{
    background-image: url(../img/user_white.svg);
    color:#fff;
}

.menuheader, .contactheader{
    position:fixed; width:100%; top:0px; left:0px;
}

.menuheader .espacepro{
    position: absolute;
    top:43px;
    font-size: 13px;
    color:#fff;
    background-image: url(../img/user_white.svg);

    position: absolute;
    right:143px;
    top:43px;
    font-size: 13px;
   
}

.menucontainer .social{
    position: absolute;
    left:68px;
    bottom:23px;
    font-size: 18px;
}

.menucontainer .social a{
    margin-right: 20px;
}

.menuoverlay{
    position: fixed;
    top:0px;
    left:0px;
    background-color: #7A746C;
    opacity: .5;
    width:100vw;
    height: 100vh;
    z-index: 2000;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

body.menuopened .menuoverlay{
    opacity: .5;
    pointer-events: all;
}

.menucontainer{
    position: fixed;
    top:0px;
    right:0px;
    width:100vw;
    max-width: calc((100vw - (100vw - 1170px)/2));
    height:100vh;
    background-color: #231C7E;
    /*transform:translateX(100%);*/
    opacity:0;
    color:#fff;
    box-sizing: border-box;
    padding-top: 89px;
    padding-left:68px;
    padding-bottom: 73px;
    padding-right: calc((100vw - 1170px)/2);
    z-index: 20000;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    overflow-y: auto;
}

.menuheader, .contactheader{
    opacity:0;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    z-index: 20110;
}

.contactheader{
}

body.menuopened .menucontainer{
    transform:translateX(0%);
    opacity:1;
    pointer-events: all;
}

body.menuopened .menuheader{
    opacity:1;
    pointer-events: all;
}

.menucontainer ul, .menucontainer ul li{
    padding:0px;
    margin: 0px;
    list-style: none;
}

.menucontainer ul li{
    line-height: normal;
    margin-top:12px;
    margin-bottom: 12px;
}



.menucontainer a{
    text-decoration: none;
    color:inherit;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menucontainer a:hover, .active a{
    color:#00AF9A;
}

.menucontainer .menuservices{
    font-family: 'BrandonGrotesqueWeb';
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
    
}

.menucontainer .menumain{
    font-size: 16px;
    line-height: 40px;
    margin-top: 40px;
}

.menucontainer .menuannexes{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 29px;
    position: absolute;
    right: calc((100vw - 1170px)/2);
    bottom:23px;
}

.menucontainer .menuannexes ul{
    display: flex;
}

.menucontainer .menuannexes ul li{
    margin-left: 20px;
}

.menuheader .closebutton{
    width: 115px;
    height: 59px;
    background-image: url(../img/close.svg);
    background-size: 115px 49px;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -400000px;
    display: block;
    position: absolute;
    top: 26px;
    right: 0px;
}

body.lan_en .menuheader .closebutton{
    background-image: url(../img/close_en.svg);
}

.contactheader .closebutton{
    display: block;
    position: absolute;
    right: 0px;
    top:26px;
    width:48px;
    height:48px;
    background-image: url(../img/close_contact.svg);
    background-size: 48px 48px;
    background-repeat: no-repeat;
}



.menuheader .emailbutton{
    width:48px;
    height:48px;
    background-image: url(../img/email_menu.svg);
    background-size: 48px 48px;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -400000px;
    display: block;
    position:absolute;
    top:100px;
    right: 0px;
}

.lannav{
    position: absolute;
    top:178px;
    right:0px;
}

#footer .lannav{
        position: relative;
        display: inline-block;
        top:auto;
        right:auto;
}

.lannav, .lannav li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    color:#fff;
}

.lannav li a{
    display: block;
    border:1px solid;
    text-transform: uppercase;
    border-radius: 50%;
    text-decoration: none;
    width:48px;
    height:48px;
    line-height: 48px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
}

.lannav li a:hover{
    color:#00AF9A;
    
}


.contactoverlay{
    position: fixed;
    top:0px;
    left:0px;
    background-color: #7A746C;
    opacity: .5;
    width:100vw;
    height: 100vh;
    z-index: 2000;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

body.contactopened .contactoverlay{
    opacity: .5;
    pointer-events: all;
}

body.contactopened .contactheader{
    transform:translateX(0%);
    opacity:1;
    pointer-events: all;
}

.contactcontainer{
    position: fixed;
    top:0px;
    right:0px;
    width:100vw;
    width: 100vw;
    max-width: calc(((100vw - 1170px)/2) + 700px);
   
    height:100vh;
    background-color: #F1EBE4;
    /*transform:translateX(100%);*/
    opacity:0;
    color:#fff;
    box-sizing: border-box;
    padding-top: 89px;
    padding-left:68px;
    padding-bottom: 73px;
    padding-right: calc(((100vw - 1170px)/2));
    z-index: 20100;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    overflow-y: auto;
}

body.contactopened .contactcontainer{
    transform:translateX(0%);
    opacity:1;
    pointer-events: all;
}


h1{
    font-family: 'BrandonGrotesqueWeb';
    font-size: 46px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: inherit;
    color: #231C7E;
    margin: 0px;
}

h2{
    font-family: 'BrandonGrotesqueWeb';
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: inherit;
    color: #231C7E;
}

.pagetitre{
    padding-top:180px;
    padding-bottom:73px;
    text-align: center;
}

.pageintro{
    background-color: #00AF9A;
    color:#fff;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 53px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
}

.pageintro:before{
    display: block;
    content: "";
    position:absolute;
    top:-25px;
    left:50%;
    transform: translateX(-50%);
    width:68px;
    height:71px;
    background-image: url(../img/home_green.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

body.home .pageintro :not(b).button:hover, body.home .pageintro button:hover , body.onepage .pageintro :not(b).button:hover, body.onepage .pageintro button:hover{
    background-color: #fff;
    color: #231C7E;
}

body.home .pageintro:before {
    display: none;
}

.homeheader{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 110px;
    overflow: hidden;
}

.homeheader img.pictosgrand{
    width:257px;
    position: absolute;
    bottom:-10px;
    right:0px;
    z-index: 2;
}

.homeheader img.pictopetit{
    width:160px;
    position: absolute;
    bottom:-10px;
    right:128px;
    z-index: 6;
}

.homeheader h1{
    font-size: 44px;
    color: #231C7E;
    letter-spacing: 0;
    line-height: 1.3em;
}

.homeheader div.image{
    width:517px;
    position: relative;
    float: right;
    z-index: 4;
    margin-right: 153px;
    -webkit-mask-image: url("../img/home_gray.svg");
    mask-image: url("../img/home_gray.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-bottom: -10px;
}

.pageintro.inside{
    padding-top:32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    text-align: center;
}

#formfilters{
    display:flex;
    align-items:center;
    justify-content:space-between;
    z-index: 77;
    position:relative;
}

.pageintro.inside .selectcontainer, .orderby .selectcontainer,  .pageintro.inside input{
    display: inline-block;
    text-align: left;
    width: auto;
    vertical-align: top;
}

a.reset i{
    font-size: 22px;
}

.orderby{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top:40px;
    margin-bottom: 10px;
   
}

.orderbytitle{
    font-size: 22px;
    font-weight: bold;
    color:#231C7E;
    font-family: 'BrandonGrotesqueWeb';
    line-height: 24px;
    margin-right:20px;
}

.pageintro.inside .selectcontainer .selectric, .orderby .selectcontainer .selectric, .pageintro.inside input{
    margin-bottom: 0px;
}

.pageintro h2{
    color: #fff;
}

body.service .pagetitre{
    background-color: #231C7E;
}

body.service .pagetitre h1{
    color:#fff;
}

body.service .pageintro{
    color:inherit;
    background-color: #fff;
    padding-bottom:70px;
}

body.service .pageintro h2{
    color: #231C7E; 
    margin-top:0px;
}

body.service .pageintro:before{
    background-image: url(../img/home_white.svg);
}

.contactwithpicto{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    margin-bottom: 7px;
}

.contactwithpicto i{
    font-size:1.375em;
    color:#00AF9A;
    vertical-align: middle;
    margin-right: 10px;
}

.contactwithpicto i.white{
    color:#fff;
}



.teamlisting{
    background-color: #F1EBE4;
    padding-left: 100px;
    padding-right: 100px;
    padding-top:70px;
    padding-bottom: 0px;
    box-sizing: border-box;
    margin-bottom: 78px;
}

.teamlisting:before{
    display: block;
    content: "";
    position:absolute;
    top:-25px;
    left:50%;
    transform: translateX(-50%);
    width:68px;
    height:71px;
    background-image: url(../img/home_gray.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.teamlisting h2{
    margin-top: 0px;
    text-align: center;
}

.teambox .teamlisting:before{
    display: none;
}

.teamcontainer{
    margin-left: -76px;
    margin-right: -76px;
}

.teamitem{
    float: left;
    margin-left:76px;
    margin-right:76px;
    width:calc((100% - (6* 76px))/3);
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 58px;
}

.teamitem h2{
    text-align: left;
    text-transform: none;
    font-size: 22px;
    line-height: 24px;
    margin: 0px;
    margin-top: 27px;
    margin-bottom: 8px;
}

.teamitem h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin: 0px;
    color:#231C7E;
    margin-bottom: 19px;
}

.teamitem .contactwithpicto{
    font-family: 'BrandonGrotesqueWeb';
    font-size:18px;
    font-weight: bold;
    margin: 0px;
}
.teamitem .contactwithpicto i{
    font-size: 0.778em;
}

.teamgray{
    background-color: #F1EBE4;
    padding-top: 190px;
}

.teamgray.mobile{
    padding-bottom: 50px;
    padding-top: 130px;
}





.teamdetails{
   
    z-index: 15;
    position: relative;

    margin-bottom:129px;
}

.teamdetails h1{
    font-size: 46px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    margin-top: 85px;
}

.teamdetails h2{
    font-family: ;
    font-size: 26px;
    line-height: 24px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    text-transform: none;
}

.teamdetails h3{
    margin-top:46px;
    margin-bottom: 0px;
    color: #00AF9A;
    font-size: 26px;
    line-height: normal;
}

.teamdetails .portrait{
    position: absolute;
    z-index: 2;
    
}

.teamdetails .profileportrait{
    margin-bottom: 66px;
}

.teamdetails .portrait .button{
    margin-top: 62px;
}

.teamdetails .contactwithpicto{
    font-family: 'BrandonGrotesqueWeb';
    font-size:18px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 13px;
    display: block;
}
.teamdetails .contactwithpicto i{
    font-size: 1em;
    margin-right: 24px;
}

.teamdetails .temoignagebox{
    margin-top: 60px;
}

.temoignagemetier{
    display: flex;
    align-items: center;
}

.temoignagemetier .temoignage{
    width:50%;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.temoignagemetier .metier{
    color:#fff;
    background-color: #231C7E;
    width:50%;
    padding: 60px;
    box-sizing: border-box;
}

.temoignagemetier .metier h2{
    color:#fff;
    text-align: left;
    margin-top: 0px;
}

.temoignagebox{
    padding-left: 61px;
    background-image: url(../img/temoignage_quote.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 47px 30px;
    max-width: 670px;
}

.temoignagebox.centered{
    background-position: top center;
    padding-left: 0px;
    padding-top: 69px;
    text-align: center;
}


.temoignagebox h2{
    color: #00AF9A;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    text-transform: none;
    text-align: inherit;
    margin-top: 0px;
}

.temoignagebox h3{
    color: #231C7E;
    font-family: 'BrandonGrotesqueWeb';
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.temoignagebox h3 .fonction{
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.temoignagebox p{
    margin: auto;
}

.profileportrait{
    -webkit-mask-image: url("../img/mask_portrait.svg");
    mask-image: url("../img/mask_portrait.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #00AF9A;
    position: relative;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 320px;
  }

.profileportrait img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width:100%;
  }

  .profileportrait .discover{
      position: absolute;
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);
      color:#fff;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    font-size: 12px;
    text-transform: uppercase;
  }

  a:hover .profileportrait img{
      opacity: .3;
  }

  a:hover .profileportrait .discover{
    opacity: 1;
}

.teamdetails .servicesboxcontainer{
    margin-top:65px;
}


.servicesboxcontainer{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    display: flex;
    flex-wrap: wrap;
}
  
.servicebox{
    width:270px;
    height:180px;
    margin:15px;
    background-color: #231C7E;
    color:#fff;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.servicebox h1{
    text-align: left;
    color:#fff;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Ubuntu', sans-serif;
    box-sizing: border-box;
    padding: 30px;
    padding-right: 45px;
    margin: 0px;
}

.servicebox .chevron{
    display: block;
    background-color: #fff;
    color: #231C7E;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right:0px;
    bottom: 0px;
    font-size: 21px;
    width:50px;
    height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.servicebox:hover .chevron{
    color: #fff;
    background-color: #231C7E;
}

.page_onepage_metiers .onepagemetiers{
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}

.page_onepage_metiers .backgroundimage{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

.page_onepage_metiers .onepagemetiers h2{
    text-align: center;
}



.page_onepage_intro2col{
    padding-top:80px;
    padding-bottom: 30px;
}

.page_onepage_intro2col .intro{
    text-align: center;
}

.page_onepage_intro2col h2{
    margin-bottom: 0px;
}

.page_onepage_intro2col h3{
    color:#00AF9A;
    font-size: 26px;
    line-height: normal;
}

.page_onepage_intro2col .cols2 {
    display:flex;
    align-items:start;
    justify-content: space-between;
    max-width:830px;
}

.page_onepage_intro2col .cols2 div{
    margin:50px;
    flex:1;
}

.page_onepage_valeurs{
    margin-bottom: 75px;
}

.page_onepage_valeurs h2{
    text-align: center;
    margin-top:50px;
    margin-bottom: 60px;
}

.valeurbox{
    display: flex;
    width:100%;
    flex-direction: row;
}

.valeurbox{
    display: flex;
    width:100%;
    flex-direction: row;
}

.valeurbox:nth-child(4n){
    flex-direction: row-reverse;
}

.valeurpicto{
    background-size: 90% 90%;
    background-position: center center;
    background-repeat: no-repeat;
    width:50%;
    box-sizing: border-box;
}

.valeurcontenu{
    width:50%;
    box-sizing: border-box;
    color:#fff;
    padding:100px;
    position: relative;
    overflow: hidden;
}

.valeurcontenu .backgroundimage{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

.valeurcontenu h3{
    font-size: 26px;
}

.rounded_gallery{
    background-color: #F1EBE4;
    padding-top:65px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}

.page_onepage_rounded_gallery .content{
    display: flex;
    margin-bottom: 47px;
}

.page_onepage_rounded_gallery .round{
    max-width:270px;
    border-radius: 50%;
    margin-right:30px;
}

.page_onepage_rounded_gallery .legende{
    margin-top: 10px;
    margin-bottom: 10px;
}

.page_onepage_temoignages{
    padding-top:80px;
    padding-bottom: 40px;
}

.hometemoignages .owl-nav{
    padding-left: 61px;
    padding-top: 24px;
   
}

.hometemoignages .owl-nav button{
    display: inline-block;
    width:36px;
    height:36px;
    border: 2px solid #00AF9A !important;
    border-radius: 50%;
    color:#00AF9A !important;
    font-size:16px !important;
    margin-right: 6px;
}

.page_onepage_calltoaction h2{
    margin-top: 0px;
}

.page_onepage_calltoaction .inside{
    box-sizing: border-box;
    padding-top:100px;
    padding-left: 100px;
    padding-right: 70px;
    padding-bottom: 60px;
    margin-bottom:46px;
}

.page_onepage_calltoaction .content{
   
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page_onepage_calltoaction .content p{
    margin-top:0px;
}

.page_onepage_blue .pageintro{
    background-color: #231C7E;
    padding-top: 85px;
    padding-bottom: 67px;
}
.page_onepage_blue  .pageintro:before{
    display: none;
}

.page_onepage_blue .pageintro h2{
    margin-top: 0px;
}

.page_onepage_picto img{
    position: absolute;
    left:-300px;
    top:-100px;
    z-index: 22;
}

.page_onepage_picto img.droite{
    left:auto;
    right:-300px;
}

body.contact .page_onepage_picto img{
    transform: translate(-80px, -36px);
}

.contactmap{
    height:318px;
}

.contactimage{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height:300px;
}

#contactform .formcontainer{
    background-color: #231C7E;
    color:#fff;
    padding:100px;
    box-sizing: border-box;
}

.formcontainer h2{
    color:inherit;
    font-size: 24px;
    line-height: 40px;
}

.formcontainer h3{
    font-size: 16px;
    line-height: 29px;
    text-transform: uppercase;
}

#contactform button, .footercontact .button{
    background-color: #fff;
    color: #231C7E;
}

.footercontact .button{
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
}

.footerannexes {
    text-align: right;
}

.footerannexes .social{
    padding-top: 20px;
    padding-bottom: 20px;

}

.footerannexes .social a {
    margin-left: 20px;
}

.contactcontainer .formcontainer{
    background-color: #F1EBE4;
    color:#231C7E;
    padding:0px;
    box-sizing: border-box;
}

.contactcontainer .formcontainer h3{
    margin-top:30px;
}

.bienitem{
    font-size: 14px;
    line-height: 24px;
    background-color: #F1EBE4;
    text-decoration: none;
    position: relative;
}

.bienitem .vignette{
    width:100%;
    padding-bottom: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bienitem .vignette .vignetteimage{
    width:100%;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bienitem:hover .vignette .vignetteimage{
    transform: scale(1.2);
}

.bienitem .vignette h2{
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top:25px;
    left:25px;
    font-size: 14px;
    text-align: center;
    height:44px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bienitem:hover .vignette h2{
    background-color: #231C7E;
    color: #fff;
}

.bienitem .content, .bienitem .price{
    padding-left: 30px;
    padding-right: 30px;
}



.bienitem .content{
    padding-top:30px;
    padding-bottom: 20px;
}

.bienitem .content h2{
    font-size: 18px;
    text-transform: none;
    line-height: normal;
    font-family: 'Ubuntu', sans-serif;
}

.bienitem .specs{
    font-size: 16px;
    line-height: normal;
}

.bienitem .specs span{
    margin-right: 20px;
}

.bienitem .specs .withicon i{
    color: #EB996E;
    margin-right: 10px;
    font-size: 18px;
}

.bienitem .price{
    background-color: #EB996E;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'BrandonGrotesqueWeb';
    height:50px;
    line-height: 50px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bienitem .price:after{
    content:"\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.bienitem:hover .price{
    background-color: #231C7E;
}

body.biens.withitem .pagetitre{
    background-color: #F1EBE4;
    position: relative;
    overflow: hidden;
}

body.biens.withitem .pagetitre:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -46px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 71px;
    background-image: url(../img/home_white.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.temporairebiens{
    display: none;
}
.temporairebiens[v-cloak]{
    display: block;
}


.biens_details .images{
    float:left;
    width: calc(100% - 570px);
}

.biens_details{
    font-size: 16px;
    line-height: 24px;
}
.biens_details .back{
    margin-top: 15px;
    margin-bottom: 22px;
}

.biens_details  .content{
    float:right;
    width: 500px;
    box-sizing: border-box;
    padding-right: 67px;
}

.biens_details .content h2, .biens_details .images h2{
    font-size: 24px;
    line-height: 26px;
    text-transform: none;
    line-height: normal;
    margin-top: 0px;
    font-family: 'Ubuntu', sans-serif;
}

.biens_details .images h2 {
    margin-top: 40px;
}

.biens_details .price{
    background-color: #EB996E;
    color:#fff;
    font-weight: bold;
    font-size: 28px;
    font-weight: 500;
    height:60px;
    line-height: 60px;
    position: relative;
    padding-left: 30px;
}

.biens_details .insidecontent{
    padding: 30px;
    background-color: #F1EBE4;
}


.biens_details .specs{
    font-size: 18px;
    line-height: normal;
}

.biens_details .specs span{
    margin-right: 20px;
}

.biens_details .specs .withicon i{
    color: #EB996E;
    margin-right: 10px;
    font-size: 18px;
}

p.shortlinks{
    margin-top:1.5em;
    margin-bottom:1.5em;
}

a.shortlinks{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #231C7E;
    line-height: normal;
    margin-right: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.shortlinks i{
    font-size: 18px;
    margin-left: 5px;
    vertical-align: text-bottom;
}

a.shortlinks:hover{
    color:#00AF9A;
}

.bienslide{
    padding-top:60.8%;
    background-position: center center;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
}

.bienslide.landscape{
    background-size: cover;
}

.bienmap{
    width:100%;
    height:512px;
}

.biens_details .moreinfos{
    position: relative;
    z-index: 40;
}

.biens_details .moreinfos:before{
    content: "";
    display: block;
    width:50%;
    height:100%;
    background-color: #F1EBE4;
    position: absolute;
    top:0px;
    right:0px;

}

.biens_details .moreinfos h3{
    color:#231C7E;
    font-size: 26px;
    line-height: 40px;
    text-transform: uppercase;

}

.biens_details .moreinfos h4{
    color:#231C7E;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;

}

#allspecs{
    padding-right: 100px;
}

#demandeform{
    padding-left: 40px;
    padding-bottom:48px;
    padding-right: 30px;
}

.spectable tr td{
    padding:5px;
    padding-left: 20px;
    padding-right: 20px;
}

.spectable tr.odd td{
    background-color: #F1EBE4;
}

td.value{
    font-weight: bold;
    color:#EB996E;
}

.teamitemsmall{
    display: flex;
    align-items: center;
}

.teamitemsmall .profileportrait{
    width:100px;
    margin: 0px;
}

.teamitemsmall  .profiletext{
    margin-left:35px;
}

.teamitemsmall  .profiletext h3{
    text-transform: none;
    font-size: 22px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.teamitemsmall  .profiletext p{
    margin: 0px;
    font-size: 16px;
}

.teamitemsmall  .profiletext .contactwithpicto{
    margin: 0px;
    font-size: 16px;
    margin-right: 35px;
    white-space: nowrap;
}

.teamitemsmall  .profiletext .contactwithpicto i{
    font-size: 0.875em;
    margin-right: 10px;
}

.roudedicon{
    border-radius: 50%;
    color:#fff;
    border:1px solid #fff;
    background-color: #00AF9A;
    padding:13px;
    margin-top: 0px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.roudedicon:hover{
    background-color: #fff;
    color:#00AF9A;
}

.formulairepdf{
    color:#fff;
    background-color: #231C7E;
    padding:35px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
}

.formulairepdf p{
    margin-top: 0px;
}

.formulairepdf .button{
    background-color:#fff;
    color: #231C7E;
    padding-right:80px;
    position: relative;
}

.formulairepdf .button:after{
    content:"\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    font-size: 17px;
}

.formulairevente{
    margin-top: 15px;
    color:#fff;
    background-color: #231C7E;
    padding:35px;
    background-color: #00AF9A;
}

#filtertoggle{
    display: none;
    z-index: 90;
    position: relative;
}

#filtertoggle a{
    text-decoration: none;
}

#filtertoggle a.reset.mobile{
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
}

#filtertoggle a i.active{
    color:#231C7E;
}

.mobile, .mobilesmall{
    display: none;
}
.nomobile{
    display: block;
}

.page_onepage_slider, .slidercontainer {
    background-color: #231C7E;
    padding-top:50px;
    padding-bottom: 25px;
    position: relative;
}

.imageslider .owl-nav{
    color:#fff;
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    position: relative;
}

.imageslider .owl-nav button{
    margin-left: 68px;
    margin-right: 68px;
}


.imageslider .legende{
    position: absolute;
    display: flex;
    align-items: flex-end;
    min-height: 110px;
    bottom:0px;
    left:0px;
    width:100%;
    box-sizing: border-box;
    color:#fff;
    font-size: 12px;
    padding: 20px;
    background-image: linear-gradient(180deg, rgba(15,12,63,0.00) 0px, #0A0635 110px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.imageslider .owl-item.active.center .legende{
    opacity: 1;
}

.imageslider .slide-num{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-family: 'BrandonGrotesqueWeb';
}

.imageslider .slide-num .current{
    color:#00AF9A;
    font-weight: bold;
}

.page_onepage_valeurs{
    margin-bottom: 0px;
}

.owlthumb{
    width:141px;
    height: 101px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.owlthumb .overlay{
    opacity: 0.38;
    background: #00AF9A;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display: none;
}

.owl-item.current .owlthumb .overlay{
    display: block;
}


.biensthumbcarousel{
    margin-top: 14px;
}

@media screen and (max-width: 1200px) {
    .contactcontainer, .menucontainer{
        padding-right: 65px;
    }

}
@media screen and (max-width: 1100px) {
    .menucontainer .menuannexes{
        right: 15px;
    }

   #formfilters .selectric-wrapper{
        width: 100% !important;
    }

    
    #formfilters{
        display: none;
        margin-top: 30px;
    }

    
    .filtershown #formfilters{
        display: block;
    }

    .filtershown #formfilters > *{
        display: block;
        width:100%;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    #filtertoggle{
        display: block;
    }

    .reset.desktop{
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .page_onepage_calltoaction .content{
        flex-direction: column;
    }

    .page_onepage_calltoaction .content > *{
        max-width: 100%;
    }

    .bienstitle{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }
    
    .bienslinked{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    
}

@media screen and (max-width: 961px) {

    .contactcontainer, .menucontainer{
        padding-bottom: 30px;
    }

  

    .mobile{
        display: block;
    }
    .nomobile{
        display: none;
    }

    .servicebox{
        width:calc((100%/2) - 30px);
    }

    .teamitem{
        width:calc((100% - (4* 76px))/2)
    }

    .bienslist, .biensform{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    .biens_details .content{
        float: none;
        width:100%;
        padding:0px;
    }

    .biens_details .images{
        float: none;
        width:100%;
    }

    .teamlisting{
        padding-left: 50px;
        padding-right: 50px;
    }

    #allspecs{
        padding-right: 30px;
    }

    .teamdetails .col{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    .teamdetails{
        margin-bottom: 0px;
    }
    .teamdetails .button.back{
        margin-bottom: 40px;
        margin-top: 10px;
    }

    
}

@media screen and (max-width: 860px) {

    

    .page_onepage_picto{
        display: none;
    }
    #footer .inside{
        flex-direction: column;
    }

    #footer .inside > *{
        margin-bottom: 30px;
    }
    
    .page_onepage_rounded_gallery .content{
        flex-direction: column;
    }

    .page_onepage_rounded_gallery .col{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    .contactimage{
        display: none;
    }
    #contactform2 .colcontainer.no-margin{
        margin-left: -15px;
        margin-right: -15px;
    }
    #contactform .colcontainer.no-margin.colcontainer.no-margin .col{
        width: 100%;
    }

    #contactform .formcontainer{
        padding:30px;
    }

    .pageintro.inside{
        padding:30px;
    }

    .pageintro.inside .inside.small{
        width:100%;
    }

    .inside.small{
        max-width: none;
    }

    .page_onepage_temoignages{
        padding-top: 40px;
    }

    .homeheader{
        flex-direction: column;
        align-items: flex-start;
    }

    .homeheader > div{
        width:100%;
        padding-right: 60px;
        box-sizing: border-box;
    }

    .homeheader div.image {
        width: 65%;
        margin-right: 25%;
    }

    .homeheader img.pictopetit{
        width:20%;
        right: 15%;
    }

    .homeheader img.pictosgrand{
        width:35%;
    }

    .homeheader h1{
        margin-bottom: 20px;
    }

    .footerannexes {
        text-align: left;
    }
    
    
    .footerannexes .social a {
        margin-right: 20px;
        margin-left: 0px;
    }
    
    
}


@media screen and (max-width: 769px) {
    .mobilesmall{
        display: block;
    }
    .contactcontainer, .menucontainer{
        max-width: none;
    }
    
    .page_onepage_intro2col .cols2{
        flex-direction: column;
        max-width: auto;
    }
    .page_onepage_intro2col .cols2 div{
        margin: 0px;
    }

    .temoignagemetier{
        flex-direction: column-reverse;
    }
    .temoignagemetier .temoignage{
        width:100%;
        padding:30px;
    }

    .temoignagemetier .metier{
        width:100%;
        padding:30px;
    }

    .valeurbox{
        flex-direction: column;
        width: 100%;
    }

    .valeurcontenu{
        width: 100%;
    }

    .valeurpicto{
        width: 100%;
    }
    .valeurbox:nth-child(4n){
        flex-direction: column;
    }

    .teamdetails .servicesboxcontainer .servicebox{
        width: calc((100%) - 30px);
        height: auto;
    }

    .biens_details .moreinfos:before{
        display: none;
    }
    .biens_details .button.back{
        margin-bottom: 40px;
        margin-top: 25px;
    }

    #allspecs{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
        padding-right: 0px;
    }

    .spectable tr td{
        padding-left: 10px;
        padding-right: 10px;
    }

    #demandeform{
        width: calc(100% + 15px);
        margin-left: -15px;
        margin-right: -15px;
        background-color: #F1EBE4;
    }
    
}

@media screen and (max-width: 620px) {

    .homeheader h1 {
        font-size: 30px;
    }

    .menuheader .espacepro{
        left:15px;
        right: auto;
    }

    .contactcontainer, .menucontainer{
        padding-left:30px;
    }

    .menucontainer .social{
        left:30px;
    }
    #header .espacepro{
        display: none;
    }
    .servicebox{
        width:calc((100%) - 30px);
        height:auto;
    }
    .footercontact .button{
        position: relative;
        top:auto;
        transform: none;
        margin-top: 30px;
    }

    .rounded_gallery{
        padding-left: 30px;
        padding-right: 30px;
    }

    .bienslinked .col{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    .teamcontainer {
        margin-left: -15px;
        margin-right: -15px;
    }

    .teamitem{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
        margin-left: 15px;
        margin-right: 15px;
    }

    .bienslist .col{
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    .valeurcontenu{
        padding: 50px;
    }
    .page_onepage_calltoaction .inside{
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
    }
    .teamlisting{
        padding-left: 50px;
        padding-right: 50px;
    }

    h1{
        font-size: 36px;
    }

    h2{
        font-size: 28px;
        line-height: 32px;
    }

    .teamdetails h1{
        line-height: 1em;
    }

    .imageslider img{
        height:auto !important;
        width: 100% !important;
    }

    .contactcontainer .formcontainer{
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 420px) {
    #header .logo{
        width: 160px;
        height: auto;
        background-size: 160px auto;
        background-position: left center;
    }

    .orderby{
        flex-direction: column;
        align-items: flex-start;
    }
    .orderbytitle{
        margin-bottom:10px;
    }
}

@media screen and (max-height: 850px) {
    .menucontainer .menuservices{
        font-size: 20px;
    }

    .menucontainer .menuannexes ul{
        flex-direction: column;
    }

    .menucontainer .social{
        position: relative;
        bottom:auto;
        left: auto;
        margin-top: 30px;
        display: block;
    }

    .menucontainer .menuannexes{
        position: relative;
        bottom:auto;
        margin-top: 30px;
        display: block;
        right:auto;
    }
    .menucontainer .menuannexes ul li{ 
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 767px) {
    #overlay .popup{
        margin: 0px;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        padding: 30px;
        padding-top: 160px;
        position:fixed;
        left:20px;
        top:50%;
        transform: translateY(-50%);
    }

    #overlay .popup h1{
        font-size: 28px;
        line-height: normal;
    }
    #overlay .popup .button{
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .menucontainer .menuservices{
        font-size: 20px;
    }

    .menucontainer .menuannexes ul{
        flex-direction: column;
    }

    .menucontainer .social{
        position: relative;
        bottom:auto;
        left: auto;
        margin-top: 30px;
        display: block;
    }

    .menucontainer .menuannexes{
        position: relative;
        bottom:auto;
        margin-top: 30px;
        display: block;
        right:auto;
    }
    .menucontainer .menuannexes ul li{ 
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 6px;
        margin-bottom: 6px;
    }
}