﻿/*=========================================================================*/
/*Header
/*=========================================================================*/
#header{
	position:fixed;
	width:100vw;
	top:0;
	z-index:15;
}

header .main_header .main_width>a{
	display:flex;
	align-items:center;
}

header .main_header .main_width{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
}

header .main_header{
    background-color:#ffffff;
	box-shadow: 3px 3px 6px #00000029;
}

header .desktop_nav{
	flex:1;
}
header .main_header a{
	font-family:'SegoeUI';
	text-decoration:none;
}

footer .btn_contact,
header .btn_contact{
    box-shadow: 0px 3px 6px #00000029;
	width: 45px;
    height: 35px;
    background-color: #51BDC4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 4px 5px;
    cursor: pointer;
}

header .btn_lang {
	margin: 20px 4px 5px;
}
header .btn_lang img {
	width: 20px;
}
header #btn_fr {
	margin-left: 15px;
}
header #btn_en {
	margin-left: 0;
}

.cta_footer div:hover{
	background-color:#fff;
}

footer .btn_contact,
header .btn_contact:hover{
	box-shadow: 3px 6px 12px #00000029;
}

footer .btn_contact.mail img,
header .btn_contact.mail img{
	width:22px;
}

header .btn_contact.phone img{
	width:19px;
}

header .btn_contact.phone{
	position:relative;
}

#show_tel{
	width: 110px;
    text-align: center;
    background-color: #EC6952;
    color: #fff;
    padding: 6px;
    position: absolute;
    z-index: 1;
    bottom: -40px;
	display:none;
}

#show_tel_fixed{
    width: 142px;
    text-align: center;
    background-color: #51BDC4;
    color: #fff;
    padding: 6px;
    position: absolute;
    z-index: 1;
    border-radius: 0;
    left: -155px;
    height: fit-content;
    font-size: 15px;
}

#show_tel_fixed:before{
    width: 1px;
    height: 1px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #51BDC4;
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    content: "";
}

#show_tel:before{
    width: 1px;
    height: 1px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #EC6952;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%);
    content: "";
}

header .main_header ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	color:#2C3E50;
	margin: 0 10px 0 70px;
	padding:0;
	font-size:14px;
}

header .main_header li{
	list-style:none;
}

.burger_nav li.current-menu-item{
	text-decoration: underline;
}

#menu-main-menu>li.current-menu-item::after,
header .main_header #menu-main-menu>li:hover::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #51BDC4;
    bottom: 5px;
    left: 0;
}

#menu-main-menu>li#menu-item-36.current-menu-item::after,
header .main_header li#menu-item-36:hover::after{
	height:0;
}

#menu-main-menu>li.current-menu-item,
header .main_header #menu-main-menu>li:hover{
	color:#2C3E50;
	text-shadow: 0 0 0.03px #2C3E50, 0 0 0.03px #2C3E50, 0 0 0.03px #2C3E50;
}

#menu-main-menu>li#menu-item-36.current-menu-item{
	color:#ffffff;
	text-shadow: 0 0 0.03px #ffffff, 0 0 0.03px #ffffff, 0 0 0.03px #ffffff;
}

header .main_header #menu-main-menu>li#menu-item-36:hover{
	text-shadow:none;
	color:#fff;
}

header .logo_header{
    width: auto;
	height:70px;
    margin: 8px 0;
}

header .header_right{
	flex:1;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
}

header .header_right .menu>li{
	margin:15px 10px 5px;
	position:relative;
	padding:7px 0;
}

header #menu-item-36{
    background-color: #EC6952;
    color: #ffffff;
    padding: 7px 85px 3px 20px;
    box-shadow: 0px 3px 6px #00000029;
    cursor: pointer;
    position: relative;
}

header #menu-item-36:hover{
	box-shadow: 3px 6px 12px #00000029;
}

header li#menu-item-36.current-menu-item{
	background-color:#51BDC4;
}

header .main_header li#menu-item-36:hover{
	font-weight:initial;
}

header #menu-item-36>a:after{
    background-image: url(../img/immo.png);
    background-position: center;
    width: 55px;
    background-repeat: no-repeat;
    height: 20px;
    background-size: 55px 20px;
    content: "";
    bottom: 12px;
    position: absolute;
    bottom: 7px;
    right: 20px;
}

header #menu-item-240{
	margin-left:41px;
	font-size:14px;
}

header #menu-item-240>a:before{
    background-image: url(../img/rosace.png);
    background-position: center;
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    background-size: 20px;
    display: inline-block;
    content: "";
    position: absolute;
    left: -24px;
    bottom: 9px;
}

header .header_right .sub-menu{
	flex-direction:column;
	position:absolute;
	background-color:#ffffff;
	display:none;
	margin-left:0;
	margin-top:0;
	width: 100%;
    left: 0;
	font-weight:initial;
    text-align: center;
	padding:0 0 5px;
	top:52px;
	box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
}

header .header_right .sub-menu li{
	padding:7px 5px;
	font-size:13px;
}

header .header_right .sub-menu li:hover{
	background:#51BDC4;
	color:#fff;
}

header .logo_gps_header{
	height: 43px;
    width: auto;
    margin: 0 0 0 10px;
}

.burger_nav{
	display:none;
}

.btn_fixed{
	position:fixed;
	bottom: 10%;
	right:30px;
	z-index:10;
}

.btn_fixed div{
	width:70px;
	height:70px;
	border-radius:50%;
	box-shadow: 0px 3px 6px #00000029;
	margin:15px 0;
	color:#ffffff;
	font-weight:bold;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	text-align:center;
	cursor:pointer;
}

.btn_fixed a{
	text-decoration:none;
}

.btn_up{
	background-color:#F0F0F0;
}

.btn_home{
	background-color:#B1DDE2;
}

.btn_immo{
	background-color:#51BDC4;
}

.btn_phone{
	background-color:#EF3E22;
	padding:15px;
}

.btn_up img,
.btn_phone img{
	height:30px;
	width:auto;
}

.btn_up,.btn_phone{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.btn_up{
    transform: rotate(-90deg);
}

.btn_fixed div:hover{
	box-shadow: 3px 6px 12px #00000029;
}
/*=========================================================================*/
/*Breadcrumb
/*=========================================================================*/

.breadcrumb .main_width{
	padding:10px 0;
}

.breadcrumb{
	background-color:#005674;
	color:#B1DDE2;
	margin-top:100px;
	margin:97px 0 6px;
}

#breadcrumbs{
	margin:0 0 3px;
	width:100%;
}

#breadcrumbs a:hover{
	font-family:'SegoeUI-bold';
}

#breadcrumbs a{
	text-decoration:none;
	font-family:'SegoeUI';
}
.breadcrumb h1{
	margin:0 0 3px;
	font-size:20px;
	color:#B1DDE2;
}

/*=========================================================================*/
/*Breadcrumb
/*=========================================================================*/

/*=========================================================================*/
/*Lightbox
/*=========================================================================*/
.foobox{
	position:relative;
	display:block;
}

.foobox:after{
	position: absolute;
    bottom: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    content: '';
    padding: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    background-image: url(../img/look.png);
    border-radius: 50%;
    box-shadow: 9px 3px 6px #00000029;
	background-color:#fff;
}


/*=========================================================================*/
/*Lightbox
/*=========================================================================*/



/*=========================================================================*/
/*Slider
/*=========================================================================*/
.metaslider.ms-theme-simply-dark div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active {
  background: #f4644a !important;
  width: 20px;
  height: 20px;
	border-radius: 20px;
}
.metaslider.ms-theme-simply-dark div.nivoSlider div.nivo-directionNav a {
	color: #fff !important;
}
.metaslider.ms-theme-simply-dark div.nivoSlider div.nivo-directionNav a:hover {
 	color: #f4644a !important;
}
/*=========================================================================*/
/*Slider
/*=========================================================================*/




/*=========================================================================*/
/*Single Offre
/*=========================================================================*/

.single_offre .breadcrumb{
	background: transparent linear-gradient(90deg, #B1DDE2 0%, #FFFFFF 100%);
	color:#00629B;
}

.single_offre .breadcrumb .main_width{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

.single_offre .breadcrumb .ariane{
	width:60%;
}

.single_offre .breadcrumb .atout_cont{
	width:40%;
}

.single_offre .breadcrumb .atout{
	color:#EF3E22;
	font-size:16px;
	margin:0;
	padding-left:30px;
	position:relative;
	line-height: 1.2;
}

.single_offre .breadcrumb .atout:before{
	content:'';
	background-image:url('../img/atout.png');
	display:inline-block;
	background-size:20px;
	width:20px;
	height:20px;
	position:absolute;
	top:3px;
	left:0;
}

.single_offre .breadcrumb .atout span{
	font-family:'SegoeUI-bold';
}

.single_offre .breadcrumb h1{
	color:#00629B;
}

.single_offre .ctabf{
	margin:0;
}

.single_offre .main_offre{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 60px;
}

.single_offre .content_offre{
	width:calc(100% - 490px);
}

.single_offre .sidebar_offre{
	width:400px;
	background-color:#B1DDE2;
	height:fit-content;
	height:-moz-fit-content;
	box-shadow: 0px 3px 6px #00000029;
	padding:30px;
	color:#00629B;
}

.page_contact input[type="text"],
.page_contact input[type="email"],
.page_contact input[type="tel"],
.page_contact textarea,
.single_offre .sidebar_offre textarea,
.single_offre .sidebar_offre input[type="text"],
.single_offre .sidebar_offre input[type="email"],
.single_offre .sidebar_offre input[type="tel"]{
	box-shadow: 0px 3px 6px #00000029;
	border:none;
	width:100%;
	margin:3px 0;
}

.page_contact input[type="text"],
.page_contact input[type="email"],
.page_contact input[type="tel"]{
	height:30px;
	padding: 0 10px;
	margin-bottom:15px;
}

.single_offre .sidebar_offre input[type="text"],
.single_offre .sidebar_offre input[type="email"],
.single_offre .sidebar_offre input[type="tel"]{
	height:25px;
    padding: 0 10px;
}

.wpcf7-list-item-label{
	color:#00629B;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color:#EC6952;
    font-size: 14px;
	padding:10px;
}

.page_contact input[type="checkbox"],
.single_offre .sidebar_offre input[type="checkbox"]{
	margin-top:5px;
}

.page_contact input[type="checkbox"]:checked:before,
.single_offre .sidebar_offre input[type="checkbox"]:checked:before{
	content:"";
}

.page_contact textarea,
.single_offre .sidebar_offre textarea{
    padding: 5px 10px;
}

.page_contact input::-webkit-input-placeholder,
.single_offre .sidebar_offre input::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
	color:#00629B;
}

.page_contact input:-moz-placeholder,
.single_offre .sidebar_offre input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color:#00629B;
}

.page_contact input::-moz-placeholder,
.single_offre .sidebar_offre input::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color:#00629B;
}

.page_contact input:-ms-input-placeholder,
.single_offre .sidebar_offre input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	color:#00629B;
}

.page_contact input::-ms-input-placeholder,
.single_offre .sidebar_offre input::-ms-input-placeholder{ /* Microsoft Edge */
	color:#00629B;
}

.page_contact input::placeholder,
.single_offre .sidebar_offre input::placeholder { /* Most modern browsers support this now. */
   color:#00629B;
}

.page_contact textarea::-webkit-input-placeholder,
.single_offre .sidebar_offre textarea::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
	color:#00629B;
	font-family:'Arial';
}

.page_contact textarea:-moz-placeholder,
.single_offre .sidebar_offre textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color:#00629B;
	font-family:'Arial';
}

.page_contact ::-moz-placeholder,
.single_offre .sidebar_offre textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color:#00629B;
	font-family:'Arial';
}

.page_contact textarea:-ms-input-placeholder,
.single_offre .sidebar_offre textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	color:#00629B;
	font-family:'Arial';
}

.page_contact textarea::-ms-input-placeholder,
.single_offre .sidebar_offre textarea::-ms-input-placeholder{ /* Microsoft Edge */
	color:#00629B;
	font-family:'Arial';
}

.page_contact textarea::placeholder,
.single_offre .sidebar_offre textarea::placeholder{ /* Most modern browsers support this now. */
	color:#00629B;
 font-family:'Arial';
}
.single_offre .sidebar_offre h2{
	color:#00629B;
	margin-bottom:10px;
	text-align: center;
}
.single_offre .sidebar_offre p{
	text-align: center;
}


.single_offre input[type="checkbox"]:checked {
    position: initial;
}

.page_contact form input[type="submit"],
.single_offre .sidebar_offre input[type="submit"]{
	margin:30px auto 0;
	display:flex;
	cursor:pointer;
}

margin: 30px auto 0;
.single_offre label{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	font-size:12.5px;
}

.single_offre label span{
	width:calc(100% - 25px);
}
.single_offre .btn_offre{
	margin:15px auto 20px;
}

.single_offre .intro_offre{
	color:#ED6B53;
	margin:10px 0 15px;
	font-family:'SegoeUI-bold';
}

.single_offre .intro_offre p{
	font-size: 15px;
}

.single_offre .intro_offre h2{
	color:#ED6B53;
	font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

.single_offre .surface_offre{
	background:#B1DDE2;
	padding:15px 20px;
	box-shadow: 0px 3px 6px #00000029;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:center;
	margin-bottom:15px;
}

.single_offre .surface_offre span{
	font-family:'SegoeUI-bold';
}

.single_offre .surface_offre p{
	margin:0;
	color:#00629B;
}

.single_offre .surface_details{
	flex:1;
}

.single_offre .details_offre{
	padding:30px 20px;
	background-color:#fff;
	box-shadow: 0px 3px 6px #00000029;
}

.single_offre .title_offre{
	font-family:'SegoeUI-bold';
	color:#00629B;
}

.single_offre .details_offre>div{
	margin-bottom:25px;
}

.single_offre .details_offre>div.btn_details_offres{
	width:100%;
	text-align:center;
	margin:45px 0 0;
}

.single_offre .main_map,
.single_offre .main_zac{
	padding:30px 60px;
}

.single_offre .main_zac>div{
	background-color:#fff;
	box-shadow: 0px 3px 6px #00000029;
	padding:60px 40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
}

.single_offre .main_zac>div>div{
	width:calc(50% - 20px);
}

.single_offre .main_map span,
.single_offre .main_zac span{
	font-family:'SegoeUI-bold';
	color:#00629B;
}

.single_offre .main_zac .btn_details_offres{
	margin:30px 0 0;
	text-align:center;
}

.single_offre .main_map>div{
	text-align:center;
	margin:30px 0;
}

.single_offre .main_map>div a div{
	width:160px;
}
/*=========================================================================*/
/*Single Offre
/*=========================================================================*/

/*=========================================================================*/
/*ACF MAP
/*=========================================================================*/
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.page_contact .acf-map{
	height:250px;
	margin-bottom:0;
}

.acf-map img {
   max-width: inherit !important;
}

.directions{
	position: absolute;
    bottom: 25px;
    left: -10px;
}
/*=========================================================================*/
/*ACF MAP
/*=========================================================================*/
/*=========================================================================*/
/*Page remerciements
/*=========================================================================*/
.content_merci{
	width:100%;
	text-align:center;
}

.merci .h1{
	width:100%;
	text-align:center;
}

.merci a div{
	width:230px;
	margin-top:60px;
}

/*=========================================================================*/
/*Page remerciements
/*=========================================================================*/

/*=========================================================================*/
/*Footer
/*=========================================================================*/

.sub_footer,
.main_footer,
#footer{
	background-color:#005674;
	color:#ffffff;
}

.btn_footer_phone{
    height: 35px;
    background-color: #51BDC4;
    cursor: pointer;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    padding:8px;
    color: #2C3E50;
}

.cta_footer{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:4px;
	margin-top: 20px;
}

#footer .title_footer{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom:25px;
}

#footer .btn_contact{
	margin:0 8px 0 0;
}

#footer a{
	text-decoration:none;
	font-family:'SegoeUI', sans-serif;
}

#footer ul{
	margin-left:0;
	margin-bottom:0;
}

#footer li{
	list-style:none;
}

.main_footer{
	display:flex;
	flex-wrap:wrap;
	padding:30px 0;
	justify-content:space-between;
}

.sub_footer{
	padding:10px 0;
	font-size:12px;
}

.sub_footer ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.sub_footer li{
	margin:0 5px;
}

.main_footer>div{
	width:33%;
}

.liens_footer{
	display:flex;
	flex-wrap:wrap;
}

#footer .liens_footer a:hover{
	font-family:'SegoeUI-bold';
}

.liens_footer img{
	width: 100px;
    margin-right: 30px;
	margin-top: 8px;
}

.contact_footer, .rs_footer{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:space-between;
}

.rs_picto{
	display:flex;
	flex-wrap:wrap;
}

.rs_picto div{
	width:40px;
	height:40px;
	background-color:#2C3E50;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	margin-right:8px;
}

footer .rs_picto div:hover{
	background-color:#51BDC4;
}

.rs_picto a:hover div{
	box-shadow: 6px 12px 12px #00000029;
	background-color:#51BDC4;
}

.rs_picto div img{
	width:20px;
	height:auto;
}

.gps{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.gps img{
	width:100px;
	height:auto;
	margin-left:10px;
	margin-bottom:3px;
}

.gps p{
	margin:0;
}
/*=========================================================================*/
/*Home
/*=========================================================================*/
#slideshow{
	height:400px;
	background-position:bottom;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	padding:0;
}

.slider_accueil .nivo-caption {
	left: 50%;
 	bottom: 50%;
	background-color: #fff !important;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 30px !important;
	transform: translateX(-50%);
}

.slider_accueil .nivo-caption a:after {
	background-image: url('https://simplanter-paris-sud.fr/wp-content/themes/Ancoris_theme/img/arrow.png');
	content: "";
  width: 20px;
  height: 20px;
	display: inline-block;
  background-size: 20px 20px;
	margin-left: 10px;
	vertical-align: middle;
}

.slider_accueil .nivo-caption a {
color: #333 !important;
font-size: 17px !important;
font-weight: 800 !important;
font-family: 'SegoeUI-Bold' !important;
text-decoration: none !important;
}

#metaslider-id-812 {
	margin: 80px auto 0 auto !important;
}

.page_accueil #slideshow a{
	background-color:#ffffff;
	box-shadow: 0px 3px 6px #00000029;
	padding:10px 30px;
	transform:translateY(50%);
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	text-decoration:none;
	position: absolute;
  transform: translateX(-50%);
	left:0;
	opacity:0;
}

.page_accueil h1{
	margin:0;
	color:#2C3E50;
}
.page_accueil .home_filieres,
.page_accueil .carto{
	padding:0;
	background-position:center;
	margin:0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.page_accueil .transparency{
	position:relative;
}

.page_accueil .carto h2{
	font-family: 'SegoeUI-bold';
    color: #00629B;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 19px;
}

.page_accueil .carto h2:before{
	width:0;
}

.page_accueil .carto .main_width{
	display:flex;
	flex-wrap:wrap;
	padding:0;
	justify-content:center;
}

.page_accueil .carto .main_width>div{
	width:30%;
}

.page_accueil .carto .main_width>div.prez_terri{
	background-color:#ffffff;
	padding:30px;
	position:relative;
	margin:60px 0 70px;
	width:50%;
}

.page_accueil .carto .main_width img{
	height:520px;
	width:auto;
}

.page_accueil .carto .ctabf{
	position:absolute;
	z-index:1;
	bottom:0;
	left:50%;
	margin:0;
	transform:translate(-50%,50%);
}

.page_accueil .home_fil{
	background-color: #ffffff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
	margin-bottom:15px;
	box-shadow: 12px 12px 6px #00000029;
}

.page_accueil .home_filieres .main_width{
	padding:60px 0;
}

.page_accueil .home_filieres .liste_filieres img{
	height:88px;
	width:auto;
}

.page_accueil .home_filieres .main_width>div{
	text-align:center;
}

.page_accueil .content_fil{
	text-align:center;
}

.page_accueil .home_filieres .ctabc{
	margin:auto;
}

.dernieres_actu .ctar,
.page_accueil .home_filieres .ctar{
	margin-top:60px;
}

.page_accueil .home_filieres h3{
	color:#ED6B53;
	width:100%;
	font-size:17px;
	margin-bottom:25px;
}

.page_accueil .liste_filieres{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.dernieres_actu{
	text-align:center;
	position:relative;
}

.page_accueil .listing_actualites{
	justify-content:center;
}

.page_accueil .actu_content a{
	text-decoration:none;
}

.page_accueil .dernieres_actu h2{
	text-align:left;
}

.page_accueil .der_offres>div,
.page_accueil .der_offres{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.page_accueil .der_offres{
	padding: 0 30px;
}

.page_accueil .der_offres>div{
	position:relative;
	height:fit-content;
	box-shadow: 6px 6px 6px #00000029;
}

.page_accueil .der_offres>div>div a{
	width:280px;
	height:fit-content;
	margin:0 5px;
	display:block;
}

.page_accueil .der_offres article{
	width:280px;
	height:415px;
	box-shadow: 30px 30px 30px #00000029;
}

.page_accueil .der_offres article:hover{
	box-shadow: 0px 3px 6px #00000029;
}

.page_accueil .der_offres .ctabf{
	border: 1px solid #FFFFFF;
	color:#2C3E50;
	box-shadow: 0px 3px 6px #00000029;
}

.page_accueil .list_terrains .ctabf{
	background-color:#51BDC4;
}

.page_accueil .list_terrains .ctabf:hover{
	background-color:#fff;
	border:1px solid #51BDC4;
	-webkit-transition: all 0.6s ease;
    -moz-transition:    all 0.8s ease;
    -ms-transition:     all 0.8s ease;
    -o-transition:      all 0.8s ease;
    transition:         all 0.6s ease;
}

.page_accueil .list_locaux .ctabf{
	background-color:#B1DDE2;
}

.page_accueil .list_locaux .ctabf:hover{
	background-color:#fff;
	border:1px solid #B1DDE2;
	-webkit-transition: all 0.6s ease;
    -moz-transition:    all 0.8s ease;
    -ms-transition:     all 0.8s ease;
    -o-transition:      all 0.8s ease;
    transition:         all 0.6s ease;
}

.page_accueil .list_offres{
	padding:5px 5px 20px;
}

.page_accueil .der_offres .list_offres .btn_offres{
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.page_accueil .der_offres .list_offres .btn_offres a{
	display:inline;
}

.page_accueil .see_more{
	width:100%;
	text-align:center;
	margin:30px 0 0;
}

.page_accueil .see_more .ctar{
	box-shadow: 0px 3px 6px #00000029;
}

.page_accueil .offres_terrains{
	background-color:#51BDC4;
	margin:15px 25px 30px 0;;
}

.page_accueil .offres_locaux{
	background-color:#B1DDE2;
	margin:15px 0 30px 25px;;
}

.page_accueil .atout span{
	font-family:'SegoeUI-bold';
}

.home_offres{
	padding:5px 0 80px;
}

/*=========================================================================*/
/*Bandeau RGPD
/*=========================================================================*/
#cookie-law-info-bar{
	font-size:13px;
	padding:10px 20% 5px;
}

#cookie-law-info-bar #cookie_action_close_header{
	color: #ffffff;
    font-size: 12px;
    margin: 0 15px;
    display: inline-block;
    box-shadow: 4px 8px 6px #00000029;
	width:110px;
}

#cookie-law-info-bar a{
	font-weight:initial;
	font-family:'SegoeUI';
	font-size:14px !important;
}

#cookie-law-info-bar #cookie_action_close_header:hover{
	background-color: #ffffff !important;
	color:rgb(0, 86, 116) !important;
}

#cookie-law-info-bar .cli-plugin-main-link:hover{
	text-decoration:none;
}
/*=========================================================================*/
/*Bandeau RGPD
/*=========================================================================*/

/*=========================================================================*/
/*Sitemap
/*=========================================================================*/
.page_sitemap ul{
	padding-left:10px;
}

.page_sitemap li{
	list-style:disc;
	color:#4594C5;
}

.page_sitemap h3{
	margin-top:15px;
}

.page_sitemap a{
	text-decoration:none;
	font-family: 'SegoeUI';
}
/*=========================================================================*/
/*Contact
/*=========================================================================*/
.page_contact section{
	display:flex;
	flex-wrap:wrap;
	width:60%;
}

.side_contact span{
	font-family:'SegoeUI-bold';
}

.page_contact h2{
	color:#00629B;
	font-size:22px;
}

.page_contact .proposition_valeur {
	text-align: left;
}

.page_contact .proposition_valeur p {
	font-size: 17px !important;
}

.page_contact .proposition_valeur a {
	color: #ec6952;
}

.page_contact .adresse_structure{
	margin-bottom:10px;
}

.page_contact .side_contact .coord .ctabf{
	margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    width: 160px;
    text-align: center;
    padding-left: 45px;
    position: relative;
}

.page_contact .side_contact .coord .ctabf:before{
    background-image: url(../img/tel_blanc.png);
    background-size: 15px;
    width: 15px;
    height: 15px;
    top: 28%;
    left: 20px;
    position: absolute;
    content: '';
}

.page_contact .side_contact .coord .ctabf:hover:before{
	background-image:url('../img/dblue_phone.png');
}

.page_contact .side_contact .ctabf img{
	width:15px;
	margin-right:10px;
}
.page_contact section>div{
	margin:15px;
}

.page_contact section .form_contact{
	width:calc(100% - 440px);
	background-color:#B1DDE2;
	box-shadow: 0px 3px 6px #00000029;
	padding: 45px 65px 25px;
}

.page_contact section .side_contact{
	width:380px;
}

.page_contact section .side_contact .coord{
	background-color:#ffffff;
	padding:30px;
	box-shadow: 0px 3px 6px #00000029;
}

.page_contact section .side_contact>div{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
	position:relative;
}

.page_contact section .side_contact>div>a{
	text-align:center;
	text-decoration:none;
}

input[type="checkbox"]:checked {
  margin:0px;
  position: relative;
}

input[type="checkbox"]:checked:before {
    content: 'x';
    display: block;
    color: grey;
    font-size: 12px;
    position: absolute;
    top: 50%;
    /* font-weight: bold; */
    font-style: normal;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: sans-serif;
 }

/*=========================================================================*/
/*Contact
/*=========================================================================*/

/*=========================================================================*/
/*Single_Filière
/*=========================================================================*/

#bandeau{
    width: 100vw;
    height:280px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	margin:0;
}

.presentation_filiere{
	box-shadow: 0px 3px 6px #00000029;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:50px 100px;
	background:#ffffff;
	align-items:center;
}

.presentation_filiere>div{
	width:48%;
	position:relative;
}

.titre_filiere>div{
	width:100%;
	text-align:center;
	padding:15px 0 0;
}

.thumbnail_filiere{
	background-color:#ffffff;
	border-radius:50%;
	width:110px;
	height:110px;
	position:absolute;
	z-index:5;
	top:-50px;
	left:50%;
	padding:20px;
	transform:translateX(-50%);
	box-shadow: 12px 12px 6px #00000029;
}

.single_filiere h2:before{
	width:0;
}

.ref_filiere img{
	height:100px;
	width:auto;
	margin:auto;
}

.ref_filiere{
	background-color:#fff;
	box-shadow: 0px 3px 6px #00000029;
	padding:35px 0;
	margin:0 0 45px;
}

.ref_filiere .main_width{
	text-align:center;
}

.ref_filiere .slider{
	margin-top:20px;
}

.slider .slick-prev:before{
	content:url('../img/next_left.png');
}

.slider .slick-prev:before,
.list_offres .slick-prev:before,
.slider_ref .slick-prev:before,
.slider_offre .slick-prev:before{
    background-image: url(../img/next_left.png);
}
.slider .slick-next:before,
.list_offres .slick-next:before,
.slider_ref .slick-next:before,
.slider_offre .slick-next:before{
    background-image: url(../img/next_right.png);
}
.slider .slick-next:before,
.slider .slick-prev:before,
.list_offres .slick-next:before,
.list_offres .slick-prev:before,
.slider_ref .slick-next:before,
.slider_ref .slick-prev:before,
.slider_offre .slick-next:before,
.slider_offre .slick-prev:before{
    background-size: 100%;
    display: inline-block;
    width: 25px;
    background-position: center;
    height: 40px;
    background-repeat: no-repeat;
    content: "";
}

.list_offres .slick-prev, .list_offres .slick-next,
.slider_offre .slick-prev, .slider_offre .slick-next,
.slider .slick-prev, .slider .slick-next{
	opacity:1;
	top:25%;
}
.slider .slick-next,.slider .slick-prev,
.list_offres .slick-next,.list_offres .slick-prev,
.slider_ref .slick-prev, .slider_ref .slick-next,
.slider_offre .slick-prev, .slider_offre .slick-next{
	top: 50%;
    transform: translateY(-50%);
    height: 50px;
}
.slider .slick-prev{
	left:-25px;
}

.list_offres .slick-prev,
.slider_offre .slick-prev{
	left:-50px;
}

.slider_ref .slick-prev{
	right:-70px;
}

.slider .slick-next{
	right:-25px;
}

.list_offres .slick-next,
.slider_offre .slick-next{
	right:-40px;
}

.slider_ref .slick-next{
	right:-70px;
}
/*=========================================================================*/
/*Single_Filière
/*=========================================================================*/
/*=========================================================================*/
/*Page Filières
/*=========================================================================*/
.page_filieres .h2{
	text-align:center;
}

.articles_filieres{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	padding:35px 80px 80px;
}

.accroche_filieres p{
	margin:auto;
	padding:0 80px;
}

.articles_filieres a{
	width:calc(50% - 30px);
	text-decoration:none;
}
.articles_filieres article{
	background-color:#fff;
	padding:45px 60px 15px 60px;
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom:80px;
	position:relative;
	height:590px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:space-between;
}

.articles_filieres .img_filiere{
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom:20px;
}

.accroche_filieres {
	padding:35px 0;
}

.thumbnail_filieres{
	width:85px;
	height:85px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	box-shadow: 0px 3px 6px #00000029;
	position:absolute;
	top:-50px;
	left:50%;
	z-index: 1;
    background: #fff;
	transform:translateX(-50%);
}

.thumbnail_filieres img{
	height:50px;
	width:auto;
}

.articles_filieres .cta_content{
	text-align:center;
}

.articles_filieres p{
	font-family:'SegoeUI';
}
/*=========================================================================*/
/*Page Filières
/*=========================================================================*/
/*=========================================================================*/
/*Chiffres clés
/*=========================================================================*/

.chiffres_cles{
	text-align:center;
	padding:35px 0 0;
}

.ligne_chiffres{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.ligne_chiffres article{
	width:calc(33% - 60px);
	margin:30px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.chiffres_cles .circle{
	box-shadow: 12px 12px 6px #00000029;
	background-color:#ED6B53;
	color:#fff;
	width:140px;
	height:140px;
	border-radius:50%;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	font-family:'SegoeUI-bold';
	font-size:19px;
	position:relative;
}

.chiffre_leg{
    position: absolute;
    right: -210px;
    top:38%;
    transform: translateY(-50%);
    font-family: 'SegoeUI';
    color: #2C3E50;
    width: 200px;
    height:60px;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    text-align: left;
}

.chiffre_leg p{
	margin-bottom:10px;
}
.chiffre_leg::after{
	content:"";
	width:150px;
	height:2px;
	position:absolute;
	left:-11px;
	bottom:0;
	background-color:#005674;
}
/*=========================================================================*/
/*Chiffres clés
/*=========================================================================*/

/*=========================================================================*/
/*PARAGRAPHES
/*=========================================================================*/
.paragraphes{
	padding:35px 0 45px;
}

.paragraphes_complementaires{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.paragraphes article{
	width:calc(50% - 120px);
	margin:30px 60px;
}

.paragraphes_cta{
	text-align:center;
	margin-top:30px;
}

.paragraphes img{
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom:20px;
}
/*=========================================================================*/
/*PARAGRAPHES
/*=========================================================================*/

/*=========================================================================*/
/*Page_hub
/*=========================================================================*/

.proposition-valeur {
	text-align: center;
	width: 65%;
  margin: 0 auto;
}

.proposition-valeur h2 {
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 34px;
	color: #00629B;
}

.proposition-valeur .paragraphe-valeur {
	text-align: justify;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.7em;
	color: #00629B;
}

.proposition-valeur .btn-contact .ctabf {
	font-size: 20px;
}

.proposition-valeur .btn-contact {
	margin-bottom: 8px !important;
}
.tel-hub {
	margin-bottom: 2px;
}
.tel-hub a {
	font-size: 20px;
	text-decoration: none;
	color: #EF3E22;
}

.tel-hub a:hover {
	text-decoration: underline;
}

.appel-gratuit {
	font-size: 18px !important;
	color: #00629B;
}

.page_hub .main_width>h3 {
	margin-top: 45px;
}

.page_hub h3{
	margin:15px 0 30px;
	font-size:20px;
	color:#00629B;
}

.page_hub input[type="checkbox"]{
	-moz-appearance:initial;
	position:relative;
}

.atouts{
	width:15px;
	height:15px;
	margin:3px 10px 0 0;
}

.page_accueil .atout p,
.page_hub .atout p{
	flex:1;
	margin-bottom:5px;
}

.page_accueil .atout span,
.page_hub .atouts span{
	display:inline;
}

.page_accueil .atout,
.page_accueil .atout span,
.page_hub .atout span,
.page_hub .atout{
	color:#EF3E22;
}

.page_accueil .atout,
.page_hub .atout{
	display:flex;
	flex-wrap:wrap;
}

.page_hub input[type="checkbox"]:before{
    content: "";
    background-size: 16px;
    width: 16px;
    height: 16px;
	background-color:#F0F0F0;
	position:absolute;
	cursor:pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page_hub input[type="checkbox"]:checked:before{
    background-image: url(../img/checked.png);
    content: "";
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-color: #F0F0F0;
    position: absolute;
    cursor: pointer;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page_hub label{
	display: block;
    margin-bottom: 5px;
	cursor:pointer;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.page_hub .cta_filtres{
    width: 200px;
    margin: 15px 10px 0;
	text-align:center;
	cursor:pointer;
}

.page_hub input[type="submit"]:hover{
	background-color:#fff;
	color:#ED6B53;
}

.btn_filtrer{
    display: flex;
    justify-content: flex-end;
}

.list_offres{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:100%;
}

.list_offres a{
	text-decoration:none;
}

.list_offres article{
	width:300px;
}

.recherche_offres{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 0 80px;
}

.exhaust_container{
	position:relative;
	width:280px;
}

.content_recherche{
	width:calc(100% - 290px);
	max-width: 948px;
}

.hub_recherche{
	height:220px;
}

.exhaust,
.hub_recherche{
	padding:20px;
	color:#00629B;
}

/* Form Sidebar page hub (exhaust)
*/
.exhaust form span {
	max-width: 240px;
	font-size: 10px;
	font-family: 'SegoeUI';
}

.exhaust #wpcf7-f763-o1 {
	background-color: #b1dde2;
  padding: 10px;
}

.exhaust .tel-exhaust a {
	color: #EF3E22;
	font-size: 15px;
}

.hub_recherche form .filtrer{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.hub_recherche form>div{
	width:100%;
}

.hub_recherche .surfaces{
	width:50%;
}

.hub_recherche .surfaces>div{
	column-count:2;
	width:100%;
}

.hub_recherche input[type="checkbox"]{
	margin-right:12px;
}

.list_offres article,
.exhaust,
.hub_recherche{
	background-color:#fff;
	box-shadow: 0px 3px 6px #00000029;
}

.list_offres article{
	padding: 15px;
    display: flex;
    margin: 8px 16px 8px 0;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    height: 430px;
}

.listing_actualites article:hover .ctared,
.list_offres article:hover .ctared{
	font-weight: bold;
}

.list_offres article p{
	font-family:'SegoeUI';
}

.list_offres article h3{
    font-family: 'SegoeUI';
    font-size: 13px;
    font-weight: initial;
    color: #2C3E50;
    margin: 10px 0 0;
    text-align: center;
}

.page_hub .recherche_perso{
	margin:30px 0;
	text-align:center;
}

.list_offres article .ville{
	color: #00629B;
    text-align: center;
    text-transform: uppercase;
	margin-bottom:5px;
}

.exhaust{
	position:fixed;
	height:auto;
  text-align: center;
  width:280px;
}

/* Form Sidebar page hub (exhaust)
*/
.exhaust input.wpcf7-form-control,textarea.wpcf7-form-control {
	max-width: 100%;
}
.page-id-17 .exhaust {
	position: inherit;
}

.exhaust.no_results{
	position:initial;
	width:100%;
	height:auto;
}

.hub_resultats span,
.exhaust span{
	font-family:'SegoeUI-bold';
	color:#00629B;
	font-size:14px;
}

.hub_recherche span{
	font-family:'SegoeUI-bold';
	color:#2C3E50;
	font-size:14px;
}

.exhaust span{
	font-size:18px;
}
.hub_resultats{
	margin-top:15px;
}
/*=========================================================================*/
/*Page_hub
/*=========================================================================*/

/*=========================================================================*/
/*Page_qui_sommes_nous
/*=========================================================================*/
.carto_senart{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding: 35px 0 0;
}

.carto_senart>div{
	flex:1;
	margin:0 45px;
}
.carto_senart>a{
	width:550px;
}

.carto_senart img{
	width:100%;
}

.carto_senart>div{
	background-color:#ffffff;
	box-shadow: 0px 3px 6px #00000029;
	padding:45px 45px 30px;
}

.carto_senart>div>div{
	text-align:center;
	margin-top:30px;
}

.nos_references .single_ref.slick-slide{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

.nos_references .img_single_ref{
	width:250px;
	height:250px;
	background-position:center;
	background-size:100%;
	background-repeat:no-repeat;
}

.nos_references .ctt_single_ref{
	width:calc(100% - 280px);
}
.nos_references span{
	font-family:'SegoeUI-bold';
}
.nos_references .main_width{
	padding:45px 15px;
}
.nos_references .main_width>p span{
	font-size:18px;
}

.nos_references .main_width>p{
	text-align:center;
}

.nos_references .single_ref>span{
	font-size:14px;
}

.nos_references{
	background-color:#fff;
	box-shadow: 0px 3px 6px #00000029;
	padding:0 80px
}

.mot_direction{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	margin: 50px 0 40px;
    padding: 35px 0 50px;
	}


.mot_direction img{
	border-radius : 50%;
	box-shadow: 12px 12px 6px #00000029;
	width : 150px;
	height : 150px;
}

.mot_direction .h2{
	 width:100%;
}

.mot_direction h2{
	 font-weight:bold;
	 padding-right:20px;
	 position:relative;
	 width:auto;
	 margin:auto;
}

.mot_direction h2:after{
	position:absolute;
	display:inline-block;
	content:'';
	background-image:url('../img/rosace.png');
	background-size:16px;
	width:16px;
	height:16px;
	right:-5px;
	top:4px;
}

.mot_direction .main_width>div{
	display: flex;
	flex-wrap : wrap;
	align-items : center;
}

.mot_direction .main_width>div>div{
	flex:1;
	padding-left : 30px;
}

.mot_direction span{
	font-size:14px;
	font-family : 'SegoeUI-bold';
}

.mission {
    background-color:#ffffff;
	box-shadow: 3px 3px 6px #00000029;
	padding: 45px 60px;
	margin : 60px auto 30px;
	display: flex;
    flex-wrap : wrap;
	justify-content : space-between;

}
.mission h2{
	font-size : 14px;
}
.mission .bouton_mission {
	text-align : center;
	margin-top : 30px;
}

.mission img{
	width:30px;
	margin-left: auto;
    margin-right: auto;
}

.mission>div  {
	width:calc(50% - 30px);
}
.mission li{
	display: flex;
	flex-wrap : wrap;
	margin-bottom:15px;
	align-items :center;
}

.mission p {
	flex: 1;
	text-align: left;
	}
.mission li p{
	margin : 0;
}

.picto_missions{
	width: 55px;
    height: 55px;
	border-radius : 50%;
	box-shadow: 12px 12px 6px #00000029;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0;
	margin-right : 30px;

}
/*=========================================================================*/
/*Page_qui_sommes_nous
/*=========================================================================*/

/*=========================================================================*/
/*Page_archives
/*=========================================================================*/

.archives section{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:auto;
	position:relative;
}

.listing_actualites{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin:0;
}

.list_actu{
	margin:auto;
}

.archives h1{
    font-weight: 800;
    margin: 0 0 30px;
    position: relative;
    font-size: 22px;
	margin:0 0 15px;
}

.archives h2{
	text-align:center;
}

.listing_actualites article{
	margin:15px;
	padding:15px;
	width:350px;
	height:330px;
	background-color:#fff;
	box-shadow: 0px 3px 6px #00000029;
	max-width: 100%;
}

.listing_actualites article:hover{
	box-shadow: 3px 6px 12px #00000029;
}

.archives .pagination{
	font-size: 16px;
    color:#51BDC4;
	margin:15px 10px;
	width: 100%;
    text-align: right;
}

.archives .pagination .page-numbers{
	padding:5px;
	border:solid 1px #F2F1EF;
}

.archives .pagination .page-numbers:hover,
.archives .pagination .page-numbers.current{
	background-color:#F2F1EF;
}

.listing_actualites article>div{
	background-color:#ffffff;
	display:flex;
	flex-wrap:wrap;
}

.listing_actualites .actu_content{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	flex:1;
	height: calc(100% - 180px);
}

.listing_actualites .actu_content p{
	color:#51BDC4;
	text-align:left;
	margin:0 0 10px 0;
}

.listing_actualites article .thumbnail{
    width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin:0 auto 15px;
}

.listing_actualites h3{
	color:#2C3E50;
	margin-bottom:10px;
	text-align:left;
	font-size:18px;
}

.page_accueil .cta_content,
.page_hub article .cta_content,
.listing_actualites a,
.listing_actualites .cta_content{
	text-decoration:none;
	align-self: flex-end;
	float:right;
}

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

@media only screen and (min-width: 0) and (max-width: 1224px) {

		.header_right{display:none!important;}

		.burger_nav{
			display: block;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 50%;
			right: 0;
			z-index: 1;
			padding: 0 30px;
			height: 100%;
		}

		#burger{
			display: block;
			position: relative;
			top: 50%;
			transform: translateY(-25%);
			left: 0;
			z-index: 100;
			-webkit-user-select: none;
			user-select: none;
			height: 100%;
		}

		#burger input{
		  display: block;
		  width:50px;
		  height:50px;
		  position: absolute;
		  top: 0;
		  right:0;
		  cursor: pointer;
		  opacity: 0;
		  z-index:100;
		  -webkit-touch-callout: none;
		}

		#burger span{
		  display: block;
		  width: 33px;
		  height: 4px;
		  margin-bottom: 5px;
		  position: absolute;
		  background:#ED6B53;
		  border-radius: 3px;
		  top:15px;
		  right:15px;
		  z-index: 1;
		  transform-origin: 4px 0px;
		  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					  opacity 0.55s ease;
		}

		#burger span:nth-of-type(2){
			top:23px;
		}

		#burger span:nth-of-type(3){
			top:31px;
		}

		#burger span:first-child
		{
		  transform-origin: 0% 0%;
		}

		#burger span:nth-last-child()
		{
		  transform-origin: 0% 100%;
		  top:16px;
		}

		#burger input:checked ~ span
		{
		  opacity: 1;
		  transform: rotate(45deg) translate(-1px, -2px);
		  background:#fff;
		}

		#burger input:checked ~ span:nth-of-type(2)
		{
		  opacity: 0;
		  transform: rotate(0deg) scale(0.2, 0.2);
		  background-color:#fff;
		}

		#burger input:checked ~ span:nth-last-child(2)
		{
		  transform: rotate(-45deg) translate(0, -2px);
		  background-color:#fff;
		}

		#burger .menu-menu-burger-container{
			position: absolute;
			width:280px;
			right:-30px;
			margin: 0 0 0 20px;
			height: 100vh;
			min-height:500px;
			overflow-y:scroll;
			top: -20px;
			padding: 60px 15px;
			background-color:#ED6B53;
			list-style-type: none;
			-webkit-font-smoothing: antialiased;
			transform-origin: 0% 0%;
			transform: translate(100%, 0);
			transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
			color:#fff;

		}

		#menu-menu-burger{
			margin:30px 10px 0;
		}

		#burger li{
		  font-weight: 550;
		  text-transform: uppercase;
		  padding: 2px 0 10px;
		  font-size: 13px;
		  list-style-type:none;
		}

		#burger li a{
			font-family:'SegoeUI';
			text-decoration:none;
		}

		#burger li:hover{
			text-decoration:underline;
		}

		#burger li>ul>li{
			text-transform: capitalize;
		}

		#burger input:checked ~ .menu-menu-burger-container{
		  transform: none;
		}

		#burger a>img.lazy {
			max-width: 30px;
		}
		#burger a>img.lazy {
			max-width: 30px;
		}
		#burger #menu-item-733 {
			display: inline-block;
			margin-right: 3px;
		}
		#burger #menu-item-732 {
			display: inline-block;
		}
}

/*=========================================================================*/
/*Single Actu
/*=========================================================================*/
.single_post .main_width{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
}

.single_post .main_actu{
	width:54%;
}
.single_post .column_left{
	width:23%;
}

.single_post .column_left .ctabc{
	margin:0;
}

..bas_article .rs_box_article p,
.single_post .date{
	font-family:'SegoeUI-bold';
	margin-bottom:5px;
	color:#00629B;
	font-size:12px;
}

.single_post .h1{
	font-size:22px;
	margin-bottom:0;
}

.single_post iframe{
	max-width:80%;
}

.single_post .main_actu>img{
	margin:30px 0;
}

.bas_article{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
	margin-top:60px;
}

.bas_article .rs_box_article{
	width:150px;
}

.bas_article .actu_contact{
	width: calc(100% - 300px);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.single_post .date{
	font-family:'SegoeUI-bold';
	color:#00629B;
    margin-bottom: 7px;
    font-size: 12px;
}

/*=========================================================================*/
/*Single Actu
/*=========================================================================*/
/*=========================================================================*/
/*Contenu Flexible
/*=========================================================================*/
.book-thumbnail{width:80px;}
.entreprise_implantation>div.contenu_flexible p,
.contenu_flexible p{
	margin-bottom:7px;
}

.image_seule_implantation,
.video_implantation{
	text-align: center;
    margin: 30px 0;
}

.deux_images,
.photo_texte{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px 0;
}

.deux_images .figure,
.photo_texte .figure{
	width:calc(50% - 15px);
}

.deux_images figure,
.photo_texte figure{
	height:250px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin:0;
}

.entreprise_implantation>div.contenu_flexible,
.contenu_flexible{
	margin:0 20px;
	width:inherit;
}

.single_implantation_courte a,
.single_bc a,
.single_post a,
.single_implantation a{
	font-family: 'SegoeUI-bold';
	text-decoration:underline;
}

.flex_text{
	width:calc(50% - 15px);
}

.image_seule_implantation figure{
	max-width:80%;
	margin:auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.image_seule_implantation .wp-caption-text{
	width:80%;
	margin:auto;
}
.image_seule_implantation figure img{
	width:auto;
	margin:auto;
	max-width:100%;
}
.territoire_implantation h2,
.territoire_implantation>p,
.projet_implantation h2,
.projet_implantation>p{
	padding:0 20px;
}

.single_post h2:after,
.single_bc h2:after,
.single_implantation_courte .implant_right  h2:after,
.single_implantation h2:after{
	width:0;
	height:0;
}

.single_post.main_width .cta,
.single_implantation .cta,
.single_implantation_courte .cta{
	margin:0;
}

.single_bc .contenu_flexible{
	width:100%;
	margin:0;
}

.wp-caption-text{
    font-style: italic;
    font-size: 12px;
	text-align:left;
}
/*=========================================================================*/
/*Contenu Flexible
/*=========================================================================*/

/*=========================================================================*/
/*404
/*=========================================================================*/

.erreur .button{width:200px; text-decoration:none;margin:auto;margin-bottom:15px;}
.erreur section{text-align:center;}

/*=========================================================================*/
/*404
/*=========================================================================*/


/*=========================================================================*/
/*CSS BOUTONS PRINT
/*=========================================================================*/

.btn_offre div{
	float: left;
}
.bloc-offre {
	float: right;
}

.bloc-print button{
    width: 40px;
    height: 40px;
    background-color: #ED6B53;
    background-position: center;
    background-repeat: no-repeat;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
	cursor:pointer;
}
.bouton-print{
	background-image: url(../img/print.png);
	background-size: 65%;
}
.bouton-print:hover {
	background-color:#fff;
	background-image: url(../img/print_hover.png);
}
.bouton-download{
    background-image: url(../img/pdf.png);
	background-size: 60%;
}
.bouton-download:hover {
	background-color:#fff;
	background-image: url(../img/pdf_hover.png);
	background-size: 68%;
}
.btn_offre .content_offre{
	padding-right:60px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.bloc-print{
	margin-left:15px;
	width:fit-content;
}

.btn_offre .content_offre>div{
	display:flex;
	flex-wrap:wrap;
}

/*===============================================================================================================================================*/
/*POP UP
/*===============================================================================================================================================*/

.liste_popup li {
	list-style: none;
}
.form_popup {
	text-align: center;
}
#popmake-833 p,li{
	font-size: 16px;
}
#pum_popup_title_833 {
		margin-bottom: 0.75em;
}
#popmake-833 #popup-formulaire {
	margin-top: 30px;
	padding: 30px;
	text-align: center;
	background-color: #F4644A;
}
#popmake-833 #popup-formulaire p {
	color: #fff;
}
#popmake-833 .wpcf7 label,.wpcf7-list-item-label {
	color: #fff;
}

#popmake-833 input[type="text"],
#popmake-833 input[type="email"],
#popmake-833 input[type="tel"] {
	box-shadow: 0px 3px 6px #00000029;
	border:none;
	width:80%;
	margin:3px 0;
}
#popmake-833 .popup-contact {
	text-align: center;
}

#popmake-833 input[type="text"],
#popmake-833 input[type="email"],
#popmake-833 input[type="tel"]{
	height:35px;
	padding: 0 10px;
	margin-bottom: 10px;
	width: 40%;
	float: left;
	margin: 10px 30px;
}

#popmake-833 input[type="submit"] {
	margin: 20px auto 0;
	cursor: pointer;
	padding: 10px 25px;
	box-shadow: 0px 3px 6px #00000029;
  text-decoration: none;
  font-family: 'SegoeUI';
  border: none;
  border-radius: 0;
	color: #fff;
	margin-top: 15px;
	background-color: #005674;
}


/*===============================================================================================================================================*/
/*Responsive
/*===============================================================================================================================================*/

@media only screen  and (max-width : 1824px) {
	.recherche_offres{
		justify-content:flex-start;
	}
}

@media only screen and (min-width: 1600px) and (max-width : 1824px) {
	.main_width {
		width:78%;
	}
	.content_recherche {
		width: calc(100% - 300px);
		max-width: 950px;
	}
	.exhaust_container{
		width:300px;
	}

}
@media only screen and (min-width: 1225px) and (max-width : 1843px) {
#popmake-833 input[type="text"],
#popmake-833 input[type="email"],
#popmake-833 input[type="tel"] {
		margin: 10px 10px;
	}
}

/*@media only screen and (min-width: 1520px) and (max-width : 1800px) {
	#show_tel_fixed {
		width: 142px;
		left: -155px;
		font-size: 13px;
	}
}*/

@media only screen and (max-width: 1600px) {
	#footer .title_footer{
		font-size:18px;
	}
	.page_accueil h2{
		font-size:18px;
	}
	header .logo_header{
		height:65px;
	}
	.main_width {
		width:84%;
	}
	.page_contact section{
		width:75%;
	}
	.articles_filieres a{
		width:calc(50% - 15px);
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
	.exhaust{
		width: 230px;
		padding-top: 30px;
	}
	.exhaust_container {
		width: 235px;
	}
	.btn_fixed{
		right:17px;
	}
	.content_recherche {
		width: calc(100% - 235px)
	}
	.exhaust span{
		font-size:15px;
	}
	.list_offres article{
		width:287px;
		height:435px;
		margin: 8px 12px 8px 0;
	}
	.page_accueil .offres_terrains{
		margin:15px 20px 30px 0;;
	}
	.page_accueil .offres_locaux{
		margin:15px 0 30px 20px;;
	}
}

@media only screen  and (max-width : 1800px) {
	#show_tel_fixed {
		bottom: -41px;
		left: -37px;
		font-size: 13px;
		width: 124px;
		padding: 3px;
		height: auto;
	}
	#show_tel_fixed:before {
		width: 1px;
		height: 1px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 14px solid #51BDC4;
		position: absolute;
		top: -16px;
		right: 43px;
		transform: rotate(271deg);
		content: "";
	}
}

@media only screen and (max-width: 1366px) {
	.page_accueil .home_fil{
		width:220px;
		height:220px;
		padding:25px;
	}
	.page_accueil .home_filieres h3{
		font-size:16px;
	 }
	.page_accueil .home_filieres .liste_filieres img{
		 height:65px;
	}
	.main_width {
		width: 90%;
	}
	.btn_fixed a.none_resp{
		display:none;
	}
	.btn_fixed{
		bottom:30px;
	}
	.btn_fixed>a.none_resp{
		height:0;
	}
	.listing_actualites article{
		margin:15px 5px;
	}
	.articles_filieres{
		flex-direction:column;
		align-items:center;
	}
	.btn_fixed {
		height: 70px;
		top: unset;
		bottom: 110px;
		right: 30px;
	}
	.exhaust_container{
		display:none;
	}
	.page_accueil .offres_terrains,
	.page_accueil .offres_locaux{
		margin:15px 15px 30px;
	}
	.slider_ref .slick-prev{
		right:-40px;
	}
	.slider_ref .slick-next{
		right:-40px;
	}
	#show_tel_fixed {
		display: none;
	}
}


@media only screen and (min-width: 1225px) and (max-width: 1366px) {
	header .main_header ul{
		margin: 0 10px 0 30px;
	}

	.articles_filieres a article{
		height:auto;
	}
	.page_contact section{
		width:90%;
	}
	.recherche_offres {
		flex-direction:column-reverse;
		align-items: center;
	}
	.content_recherche {
		width:950px;
	}
}

@media only screen and (max-width: 1224px) {
	.page_accueil .carto .main_width>div.prez_terri{
		width:90%;
	}
	.page_accueil .home_filieres, .page_accueil .carto{
		background-size:cover;
	}
	.page_accueil .carto .main_width img {
		height: 400px;
		width: auto;
		margin: auto;
	}
	.page_accueil .carto .main_width>div.prez_terri{
		width:90%;
	}
	.page_accueil .carto .main_width{
		flex-direction:column-reverse;
		padding-top:30px;
	}
	.page_accueil .carto .main_width>div.prez_terri{
		margin:0 auto 70px;
	}
	.page_accueil .carto .main_width>div,
	.single_offre .main_zac>div>div,
	.page_accueil .carto .main_width>div{
		width:100%;
	}
	.page_accueil .content_fil{
		margin:15px;
	}
	.page_accueil .liste_filieres{
		justify-content:center;
	}
	.btn_fixed div{
		width: 55px;
		height: 55px
	}
	.carto_senart{
		flex-direction:column;
	}
	.ligne_chiffres{
		flex-direction:column;

	}
	.ligne_chiffres article {
		width: calc(50% - 60px);
	}
	.nos_references{
		padding:35px 40px 80px;
	}
	.main_footer{
		justify-content:flex-start;
	}
	.main_footer>div{
		width:50%;
	}
	.rs_footer{
		margin:15px 0;
	}
	.content_recherche {
		width: calc(100% - 60px);
	}
	.single_offre .main_zac>div,
	.paragraphes article,
	.presentation_filieres,
	.articles_filieres a{
		width:550px;
	}
	.thumbnail_filiere{
		width:95px;
		height:95px;
		top:-100px;
	}
	.single_offre .main_zac>div,
	.paragraphes_complementaires {
		flex-direction: column;
		justify-content: center;
		align-items:center;
	}
	.single_offre .sidebar_offre{
		width:480px;
		margin:30px auto;
	}
	.single_offre .main_zac>div,
	.single_offre .content_offre{
		width:100%;
		max-width:750px;
		margin:auto;
	}
	.single_offre .main_zac>div{
		padding:30px;
	}
	.page_contact section .side_contact,
	.page_contact section .form_contact{
		width:100%;
	}
	.content_recherche{
		width:100%;
	}
	.hub_recherche {
		height: fit-content;
		height: -moz-fit-content;
	}
	.page_hub label{
		font-size:12.5px;
	}
	.single_offre .breadcrumb .main_width>div{
		width:100%;
	}
	#cookie-law-info-bar {
		padding: 10px 20px 5px;
	}
	 .single_post .main_actu {
		margin: 30px auto;
	}
	.single_post .main_width{
		flex-direction:column;
	}
	.single_post .column_left{
		width:100%;
	}
	.bas_article .actu_contact{
		width:100%;
	}
	.carto_senart h2{
		text-align:center;
	}

	.carto_senart>a, .carto_senart img{
		width:450px;
	}
	.carto_senart>a{
		margin-bottom:30px;
	}
	.presentation_filiere{
		align-items:flex-start;
		width: 550px;
		margin: auto;
		flex-direction: column;
		padding:45px;
		margin:60px auto 0;
	}
	.img_prez_filiere{
		margin-bottom:15px;
	}
	.presentation_filiere>div{
		width:100%;
	}
	.btn_fixed{
		right:10px;
	}
	#popmake-833 input[type="text"],
	#popmake-833 input[type="email"],
	#popmake-833 input[type="tel"] {
		float: none;
		width: 80%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1224px) {
	.thumbnail_filiere{
		width: 90px;
		height: 90px;
		top: -50px;
	}
	.btn_fixed {
		right: 20px;
	}
	.content_recherche {
		width:950px;
		max-width:100%;
		margin:auto;
	}
	.list_offres article{
		width:290px;
		height:440px;
		margin:8px 12px 8px 0;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1224px) {
	.single_post .main_actu {
		width: 80%;
	}
	.rs_footer{
		padding-left:130px;
	}
}

@media only screen and (max-width: 1024px) {
	.mission{
		flex-direction:column-reverse;
	}
	.mission>div{
		width:100%;
	}
	.nos_references .main_width {
		padding: 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.page_accueil .content_fil {
		margin: 15px 30px;
	}
	.main_zac a{
		margin-bottom:15px;
	}
	.liste_filieres{
		padding:0 50px;
	}
	.hub_recherche input[type="checkbox"] {
		margin-right: 10px;
	}
	.mission ul{
		margin-left: 0;
		column-count: 2;
		margin-bottom: 30px;
	}
	.image_seule_implantation figure,
	.single_post iframe{
		max-width:100%;
	}
	.single_post iframe,
	.image_seule_implantation figure img{
		width:100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px){
	.slider .slick-next:before, .slider .slick-prev:before, .slider_offre .slick-next:before, .slider_offre .slick-prev:before{
		width:15px;
		height:30px;
	}
	.slider .slick-prev{
		left:0;
	}
	.slider_offre .slick-prev{
		left:-25px;
	}
	.slider .slick-next{
		right:0;
	}
	.slider_offre .slick-next{
		right:-25px;
	}
	.page_accueil .home_filieres .main_width>div{
		padding:0 50px;
	}
	.ligne_chiffres article{
		width:300px;
	}
}

@media only screen and (max-width: 768px){
	.page_accueil .der_offres>div, .page_accueil .der_offres{
		display:block;
		text-align:-webkit-center;
	}
	.page_accueil .der_offres>div{
		width:320px;
	}
	.page_accueil .der_offres article{
		box-shadow:none;
	}
	#slideshow{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_accueil #slideshow a{
	    width: 280px;
		padding: 10px;
	}
	#slideshow h1{
		width:240px;
		font-size:16px;
	}
	.fleche{
		margin-left:0;
		margin-top:15px;
	}
	.page_accueil .list_terrains .ctabf{
		padding:10px;
		width:100%;
	}
	section {
		margin:30px 0;
	}
	.main_footer>div {
		width: 100%;
		margin: 0 auto 20px;
	}

	.home_offres {
		padding: 5px 0 50px;
	}
	.page_accueil .see_more {
		margin: 60px 0 0;
	}
	.liens_footer img{
		width:80px;
		float:right;
	}
	.liens_footer{
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
	}
	.liens_footer_content{
		flex:1;
	}
	#footer .title_footer{
		font-size:15px;
		margin-bottom:15px;
	}
	.mot_direction .main_width>div{
		flex-direction:column;
	}
	.mot_direction{
		padding-bottom: 60px;
	}
	.nos_references .ctt_single_ref{
		width:100%;
	}
	.nos_references .single_ref.slick-slide{
		flex-direction:column;
	}
	.hub_recherche .surfaces {
		width: 100%;
		margin: 15px 0;
	}
	.hub_resultats .list_offres{
		text-align: -webkit-center;
		margin-top:30px;
	}
	.hub_resultats{
		margin-top:30px;
	}
	.page_hub .recherche_perso {
		margin: 30px auto;
		width: 325px;
	}
	.single_offre .breadcrumb .atout{
		margin:15px 0;
	}
	.single_offre .main_map, .single_offre .main_zac,.single_offre .main_offre{
		padding:0 10px;
	}
	.accroche_filieres p{
		padding:0 20px;
	}
	.articles_filieres a{
		width:400px;
	}
	.articles_filieres article {
		padding: 45px 20px 15px 20px;
	}
	.articles_filieres article {
		max-height: 600px;
		height: auto;
	}
	.articles_filieres{
		padding:35px 0;
	}
	#bandeau{
		background-size:cover;
	}
	.presentation_filiere{
		padding:45px 20px;
		width:100%;
	}
	.chiffres_cles{
		padding:0;
	}
	.paragraphes article{
		width:400px;
		margin:0;
	}
	.page_contact section{
		width:80%;
		padding-top:20px;
	}
	.side_contact{
		width:80%;
	}
	.page_contact section .form_contact{
		padding:45px 30px 15px;
	}
	.btn_fixed{
		right:5px;
		bottom:100px;
	}
	.rs_picto{
		margin-bottom:10px;
	}
	.sub_footer{
		padding:0 0 30px;
	}
	.hub_recherche form .filtrer{
		flex-direction:column;
	}
	.filtrer>div{
		display:flex;
		flex-wrap:wrap;
		margin-bottom:15px;
	}
	.filtrer>div>p{
		width:100%;
	}
	.page_hub label{
		margin-right:15px;
	}
	.hub_recherche .surfaces{
		margin:0 0 15px;
	}
	.mot_direction img{
		margin:30px 0;
	}
	.mot_direction p{
		text-align:center;
	}
	.mission{
		margin:30px auto;
	}
	.mission ul{
		margin-left: 0;
		margin-bottom: 30px;
	}
	.carto_senart>div{
		margin:0 auto;
	}
	.list_offres article{
		margin:10px auto 10px;
	}
	.deux_images, .photo_texte{
		flex-direction:column;
	}
	.photo_texte.reverse{
		flex-direction:column-reverse;
	}
	.deux_images .figure, .photo_texte .figure, .deux_images>div, .photo_texte>div, .photo_texte.reverse>div{
		width:100%;
	}
	.deux_images .figure{
		margin-bottom:30px;
	}
	.single_post iframe,
	.image_seule_implantation figure{
		max-width:100%;
	}
	.image_seule_implantation figure img, .single_post .main_actu{
		width:100%;
	}
	.deux_images .figure, .photo_texte .figure, .photo_texte .flex_text, .image_seule_implantation, .video_implantation{
		margin:15px 0;
	}
	.texte_implantation{
		margin:15px 0 30px;
	}
	.deux_images, .photo_texte{
		margin:0;
	}
}

@media only screen and (max-width: 480px){
	#slideshow {
		height
	}
	.page_accueil h2 {
		font-size: 15px;
		margin:0 0 10px 15px;
	}
	.page_accueil h2:before {
		width: 8px;
		height: 8px;
		left: -15px;
		top: 7px;
	}
	.page_accueil .list_offres{
		margin:15px 0 30px;
	}
	.page_accueil .der_offres>div{
		width:260px;
	}
	.page_accueil .der_offres>div>div a,
	.page_accueil .der_offres article{
		width:240px;
	}
	.page_accueil .der_offres{
		padding:0 15px;
	}
	.page_accueil .der_offres>div{
		margin:15px auto 45px;
	}
	.page_accueil .btn_offres .ctabf{
		width:200px;
	}
	.slider .slick-next:before, .slider_offre .slick-next:before, .slider_offre .slick-prev:before{
		width:10px;
		height:25px;
	}
	.ligne_chiffres article{
		margin:10px 0;
		width:300px;
	}
	.chiffres_cles .circle{
		font-size:14px;
		width:90px;
		height:90px;
		padding:10px;
	}
	.chiffre_leg{
		right:-188px;
		width:180px;
	}
	.paragraphes article{
		width:100%;
		margin:0 0 30px;
	}
	.paragraphes img,
	.paragraphes article h3{
		font-size:15px;
		margin-bottom:10px;
	}
	.liens_footer img{
		width:65px;
		margin-right:0;
	}
	#footer .title_footer {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.gps img {
		width: 70px;
		margin-bottom: 0;
		margin-top: 5px;
	}
	.articles_filieres a{
		width:100%;
	}
	.articles_filieres article{
		max-height:none;
	}
	.page_contact section .form_contact{
		padding:20px;
	}
	.page_accueil .carto .main_width>div.prez_terri{
		width:100%;
	}
	.page_accueil .home_fil{
		width:180px;
		height:180px;
		padding:20px;
	}
	.page_accueil .home_filieres h3{
		font-size:15px;
	}
	.page_accueil .home_filieres .liste_filieres img {
		height: 55px;
	}
	.page_accueil .home_filieres h3{
		margin-bottom:15px;
	}
	.mission{
		padding:30px;
	}
	.single_offre .breadcrumb h1{
		font-size:15px;
	}
	.single_offre .breadcrumb .atout:before {
		background-size: 15px;
		width: 15px;
		height: 15px;
		top: 0;
	}
	.single_offre .breadcrumb .atout {
		font-size: 14px;
		padding-left: 25px;
	}
	.single_offre .main_zac,
	.img_filiere{
		margin-bottom:30px;
	}
	#bandeau{
		height:150px;
	}
	.page_hub h3, .nos_references .main_width>p span, .page_accueil .carto h2, .listing_actualites h3, h2, h3{
		font-size:15px;
	}
	.carto_senart>a, .carto_senart img{
		width:100%;
	}
	.atouts{
		margin:3px 0 0 0;
	}
	.single_post .h1,.breadcrumb h1{
		font-size:17px;
	}
	.page_contact section .form_contact{
		margin:0 0 30px;
	}
	.btn_fixed {
		right: 10px;
		bottom: 100px;
	}
	.btn_fixed div {
		width: 45px;
		height: 45px;
	}
	.btn_up img, .btn_phone img{
		height:20px;
	}
	.thumbnail_filiere{
		width:85px;
		height:85px;
	}
	.archives h1{
		margin:0;
	}
	.carto_senart>div{
		padding:30px;
	}
	.mot_direction .main_width>div>div{
		padding-left:0;
	}
	.slider .slick-next:before, .slider .slick-prev:before,.list_offres .slick-next:before, .list_offres .slick-prev:before, .slider_ref .slick-next:before, .slider_ref .slick-prev:before, .slider_offre .slick-next:before, .slider_offre .slick-prev:before{
		width:15px;
		height:30px;
	}
	.list_offres .slick-prev, .slider_ref .slick-prev, .slider_offre .slick-prev{
		left:-25px;
	}
	.slider .slick-prev{
		left:15px;
	}
	.list_offres .slick-next, .slider_ref .slick-next, .slider_offre .slick-next{
		right:-25px;
	}
	.slider .slick-next{
		right:15px;
	}
	.page_hub label {
		font-size: 12px;
	}
	.filtrer>div>p{
		margin-bottom:5px;
	}
	.listing_actualites article{
		width:100%;
		height:auto;
	}
	.nos_references .img_single_ref{
		width:180px;
		height:180px;
	}
	.single_post iframe{
		max-width:100%;
	}
	.page_hub .cta_filtres {
		width: fit-content;
		padding: 10px;
	}
	.hub_recherche input[type="checkbox"]{
		margin-right:6px;
	}
	.page_hub .surfaces label {
		margin-right:0;
		display:flex;
	}
	.page_hub h3{
		margin:15px 0;
	}
	.single_offre .surface_details{
		flex:initial;
	}
	.surface_details .ctar{
		margin:10px 0 0;
	}
	.page_accueil .carto .main_width img {
    height: 355px;
	}
}

@media only screen and (max-width:320px){
	.recherche_offres.main_width{
		width:100%;
	}
	.hub_recherche{
		padding:15px;
	}
	.page_hub .cta_filtres{
		width:190px;
	}
	.btn_filtrer{
		flex-wrap:wrap;
		justify-content:center;
	}

	.page_hub .cta_filtres{
		padding:10px;
		margin:5px;
	}
	.page_hub .cta_filtres{
		width:fit-content;
	}
	.hub_resultats{
		padding:0 3%;
	}

	.bouton-print {
		padding: 10px 29px;
	  margin: 5px 0;
	}

}
