/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* *** ATELIER H&S *** */


/* *********************************************************** */
/* *************** GESTION DES COULEURS ********************** */
/* *********************************************************** */

/* #612B20 */
/* #D3624B */
/* #F5F3ED */

/*
 

Accent color : 	  #d3624b 	--nectar-accent-color
Extra Color #1 :  #f66346 	--nectar-extra-color-1
Extra Color #2 :  #E7F9BB 	--nectar-extra-color-2
Extra Color #3 :  #F5F3ED 	--nectar-extra-color-3

Overlay Font Color : #612B20   ::: #612F20

*/

:root {
  --nectar-body-color: #612B20;
}


/* *********************************************************** */
/* *************** GESTION DES FONTS ************************* */
/* *********************************************************** */


/* Dans le cas de webkit, la taille de police par défaut est de 16 pixels, on peut donc en déduire que 1rem = 16 px, 2rem = 32px, etc. */


html {
  font-size: 62.5%; /*10px*/
}


@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	html { font-size: 60%; }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
	html { font-size: 58.8235%; } /*58.8235% > 16px pour 1.7rem */
}

@media only screen and (max-width: 999px) and (orientation: landscape) {
	html {
		-webkit-text-size-adjust: 100%; /* Désactive le zoom texte auto */
	}
}

@media only screen and (min-width: 321px) and (max-width: 999px) {
	html { font-size: 57.29166%; } /*58.8235% > 16.5px pour 1.8rem */
}

@media only screen and (max-width: 320px) {
	html { font-size: 55.147%; } /*55.147% > 15px pour 1.7rem */
}






body{
	font-family: 'Raleway', sans-serif;
	font-size: 1.8rem;
	line-height:1.5;
	font-weight:500;
    font-style: normal;
	color: var( --nectar-body-color);
}



h1, h2, h3, h4, h5, h6,
.bold, b, strong,
.nectar-button{
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}


h1.home{
	font-size: 4.7rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 0;
	color:#fff !important;
}
h1 span.ptsherif,
h1 span.test{
	font-family: "PT Serif", serif;
	font-size: 4.9rem;
	line-height: 1;
	font-style: italic;
	font-weight:700;
	color:var(--nectar-extra-color-1);
}


h1.vc_custom_heading, 
.nectar-box-roll .overlaid-content h1 {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
  color:#fff !important;
  text-transform:uppercase;
}

@media only screen and (max-width: 999px) {
	
	h1.home{
		font-size: 4rem;
		line-height: 1.1;
	}
	h1 span.test{
		font-size: 4.2rem;
		line-height: 1.1;
	}
	
}


/*
#fullscreen_teaser h1{
	font-size: 6rem; 
	line-height: 1.2; 
	font-weight: bold;
}


.single h1{
  font-size: 3.5rem !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  color: var(--nectar-extra-color-1) !important;
}
*/

h2,
h2.home {
	font-size: 4.2rem;
	line-height: 1;
	font-weight: 700;
	color: var(nectar-body-color) !important;
}
h2 span.ptsherif,
h2 span.test{
	font-family: "PT Serif", serif;
	font-size: 4.2rem;
	line-height: 1;
	font-style: italic;
	font-weight:700;
	color:var(--nectar-accent-color);
}

h3 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
}

#reassurance_home h3{
	margin-bottom:12px !important;
}

h2 em,
h3 em {
	font-family: "PT Serif", serif;
}

.faites_appel_a h3 {
	font-size: 2.5rem  !important;
}

#equipe h3{
	font-size: 4.2rem;
	line-height: 1;
	margin-bottom:20px;
}



/* Pour écraser la règle de Salient */




/* *********************************************************** */
/* *************** GESTION DES LISTES ************************ */
/* *********************************************************** */

ul.sanspuce li,
.sanspuce li {
	list-style: none;
}

ul.sanspuce,
.sanspuce li {
    margin-left: 0;
}


/* *********************************************************** */
/* *************** GESTION DU HEADER ************************* */
/* *********************************************************** */

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	#header-outer:not([data-format="left-header"]) #top > .container > .row{
		height:120px; /* 80 + 20 +20 */
	}
	
	#header-outer #logo img, 
	#header-outer .logo-clone img, 
	#header-outer .logo-spacing img {
		height: 80px;
	}
	
	.container, 
	body[data-header-format="left-header"] .container, 
	.nectar-recent-posts-slider .flickity-page-dots, 
	.post-area.standard-minimal.full-width-content .post .inner-wrap, 
	.material #search-outer #search {
		padding: 0 6% 0 6%;
	}

}
	
	
@media only screen and (min-width: 1181px) and (max-width: 1440px) {
	#header-outer:not([data-format="left-header"]) #top > .container > .row{
		height:105px; /* 65 + 20 +20 */
	}
	
	#header-outer #logo img, 
	#header-outer .logo-clone img, 
	#header-outer .logo-spacing img {
		height: 65px;
	}
	
	.container, 
	body[data-header-format="left-header"] .container, 
	.nectar-recent-posts-slider .flickity-page-dots, 
	.post-area.standard-minimal.full-width-content .post .inner-wrap, 
	.material #search-outer #search {
		padding: 0 5% 0 5%;
	}
}

/* Point d'arrêt menu mobile : 1180px */
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	
	#header-outer:not([data-format="left-header"]) #top > .container > .row{
		height:95px; /* 55 + 20 +20 */
	}
	
	#header-outer #logo img, 
	#header-outer .logo-clone img, 
	#header-outer .logo-spacing img {
		height: 55px;
	}
	
	.container, 
	body[data-header-format="left-header"] .container, 
	.nectar-recent-posts-slider .flickity-page-dots, 
	.post-area.standard-minimal.full-width-content .post .inner-wrap, 
	.material #search-outer #search {
		padding: 0 4% 0 4%;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1180px) {
	
	body:not(.mobile) #header-outer.transparent.dark-slide > #top .span_9 > .slide-out-widget-area-toggle .lines-button::after, 
	body:not(.mobile) #header-outer.transparent.dark-slide > #top .span_9 > .slide-out-widget-area-toggle .lines::before, 
	body:not(.mobile) #header-outer.transparent.dark-slide > #top .span_9 > .slide-out-widget-area-toggle .lines::after {
		background-color: #fff !important;
		opacity: 1;
	}

}


@media only screen and (min-width: 1000px) and (max-width: 1680px) {
	#header-outer.small-nav #logo, 
	#header-outer.small-nav .logo-clone, 
	#header-outer.small-nav .logo-spacing {
		margin-top: 0;
		margin-bottom: 0;
	}
}


/* Menu principal */

nav ul.sf-menu li#menu-item-55 a,
nav ul.sf-menu li#menu-item-54 a,
nav ul.sf-menu li#menu-item-53 a,
nav ul.sf-menu li#menu-item-52 a{
	padding: 13px 24px !important;
	/*margin-right:15px;*/
	border:1px solid var(--nectar-extra-color-3);
	border-radius: 40px;
}


#header-outer > #top nav > ul > li > a,
#header-outer.dark-slide > #top nav > ul > li > a,
#header-outer.transparent.dark-slide > #top nav > ul > li > a{
	color:#fff !important;
	font-size:1.6rem;
	font-weight:600;
}

#header-outer.transparent #top nav > ul > li > a, 
#header-outer.transparent #top nav > .sf-menu > li > a{
	opacity: 1;
	/*transition: none;*/
}

 #header-outer[data-lhe="animated_underline"] nav > ul > li:not([class*="button_"]) > a .menu-title-text::after{
	border:0 !important;
}
 
 
 nav ul.sf-menu li#menu-item-52{
	margin-right:30px;
}
 nav ul.sf-menu li#menu-item-51{
	margin-right:25px;
}

/*
#header-outer.dark-slide > #top nav > ul > li > a:hover,
#header-outer.transparent.dark-slide > #top nav > ul > li > a:hover{
	background-color:var(--nectar-accent-color) !important;
	border:1px solid var(--nectar-accent-color) !important;
	color:#fff;
}

#header-outer.dark-slide > #top nav > ul > li#menu-item-51 > a:hover,
#header-outer.dark-slide > #top nav > ul > li#menu-item-50 > a:hover,
#header-outer.transparent.dark-slide > #top nav > ul > li#menu-item-51 > a:hover,
#header-outer.transparent.dark-slide > #top nav > ul > li#menu-item-50 > a:hover{
	background-color:transparent !important;
	border:0 !important;
	color:var(--nectar-accent-color)!important;
}
*/


#header-outer > #top nav > ul > li.current_page_item a,
#header-outer > #top nav > ul > li > a:hover,
#header-outer.transparent > #top nav > ul > li > a:hover{
	background-color:var(--nectar-accent-color) !important;
	border:1px solid var(--nectar-accent-color) !important;
	color:#fff;
}
#header-outer > #top nav > ul > li#menu-item-51.current_page_item > a,
#header-outer > #top nav > ul > li#menu-item-50.current_page_item > a,
#header-outer > #top nav > ul > li#menu-item-51 > a:hover,
#header-outer > #top nav > ul > li#menu-item-50 > a:hover,
#header-outer.transparent > #top nav > ul > li#menu-item-51 > a:hover,
#header-outer.transparent > #top nav > ul > li#menu-item-50 > a:hover{
	background-color:transparent !important;
	border:0 !important;
	color:var(--nectar-accent-color)!important;
}
 
 
 /* Menu mobile en desktop */
 ul.sf-menu.enplus{
	
 }


/* Menu secondaire */


div.tel{
	position:relative;
	display:inline-block;
}
div.tel:before{
	position:absolute;
	top:4px;
	left:-22px;
	content: url("https://site2025.atelierhets.fr/wp-content/uploads/tel-icone.png");
}


div.secondary-header-button{
	display:inline-block;
	padding:10px 20px;
	text-align:center;
	border-radius: 50px;
	background-color:var(--nectar-accent-color);
	color:var(--nectar-extra-color-3);
	font-weight:700;
	font-size:1.7rem;
	margin-left:2em;
}


#header-secondary-outer {
	background-color:#f6f3ee;
}



body #header-secondary-outer .nectar-center-text {
	font-size: 1.4rem;
	line-height: 1.3em;
	color:var(--nectar-body-color)!important;
	font-weight:600!important;
	max-width: 90%;
}

/* C'est ici */
#header-secondary-outer ul.sf-menu,
#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
  display: none !important;
}



#header-secondary-outer nav{
	display:flex;
}
#header-secondary-outer .nectar-center-text{
	position:relative;
	left:auto;
	top:auto;
	-webkit-transform: none;
	transform: none;
	text-align: right;
}


/*
.lines::before,
.lines::after,
.lines {
  background-color: var(--nectar-body-color)!important;
}

.slide-out-widget-area-toggle.mobile-icon .lines-button::after, 
.slide-out-widget-area-toggle.mobile-icon .lines::after, 
.slide-out-widget-area-toggle.mobile-icon .lines::before {
  height: 2px !important;
  width: 22px !important;
}

.slide-out-widget-area-toggle .lines-button::after {
  display: inline-block;
  width: 1.4rem;
  height: 2px;
  transition: transform .45s ease,opacity .2s ease,background-color .2s ease;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  transform: scale(1,1);
}


*/







#header-secondary-outer nav .mobile-icon{
	
}

@media (max-width: 690px) {
	
	body[data-header-format].material #header-secondary-outer {
		display: block;
		height: auto;
	}
	
	body #header-secondary-outer .nectar-center-text{
		max-width: 100%;
	}
	
	#header-secondary-outer .nectar-center-text{
		text-align:center;
	}
	
}

/* Menu mobile */
/*
#slide-out-widget-area[class*="fullscreen-alt"] .off-canvas-menu-container,
#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container{
  display: inline-block !important;
}
*/

#slide-out-widget-area .secondary-header-text {
  display: none !important;
}

body #slide-out-widget-area .inner .off-canvas-menu-container ul.menu.secondary-header-items.mobile-only {
    /*display: block !important;*/
	margin-top:20px;
}


#slide-out-widget-area .inner-wrap{
	padding-top:110px !important;  /*80 */
}

@media only screen and (min-width: 1000px) and (max-width: 1080px) {
	#slide-out-widget-area .inner-wrap .inner{
		height:100% !important;
	}
}

#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a{
	display: block !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 1.9rem !important;
	font-weight:600 !important;
	color:#fff !important;
	letter-spacing: 0 !important;
	line-height:1.5 !important;
}
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li.current-menu-item a {
	color: var(--nectar-body-color) !important;
}

#slide-out-widget-area.fullscreen-alt .menuwrapper li a {
	padding: 2px 20px !important;
}

/*
#slide-out-widget-area ul.menu{
	display:none;
}
*/




body #header-outer {
  background-color:var(--nectar-body-color);
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  body #header-outer {
    background-color:var(--nectar-body-color);
  }
}


.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines::after, 
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines::before, 
.slide-out-widget-area-toggle.mobile-icon .lines-button::after,
#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
  background-color: #fff !important;
}

body[data-header-color="light"] .span_9 > .slide-out-widget-area-toggle a .label{
	color:#fff;
}



/* *********************************************************** */
/* ********************* CONTENU CENTRAL ********************* */
/* *********************************************************** */

/* Générique */
.column-image-bg{
	background-repeat: no-repeat;
}

@media (min-width: 691px) {
	.span_12 {
		flex: 1;
	}
}


.bouton_hets{
	padding: 13px 30px !important;
	font-size: 1.7rem !important;
	border-radius: 50px !important;
}

span.mobile-line-break{
	display: block;
}

span.mobile-line-break-2{
	display: inline;
}

span.mobile-line-break-3{
	display: block;
}

span.cachecache{
	display:inline;
}

@media only screen and (max-width: 767px) {
	
	span.mobile-line-break{
        display: inline;
    }
	span.mobile-line-break-2{
        display: block;
    }
	span.cachecache{
		display:none;
	}
}
@media only screen and (max-width: 1180px) {
	
	span.mobile-line-break{
        display: inline;
    }
	span.mobile-line-break-2{
        display: block;
    }
	
	span.mobile-line-break-3{
		display: inline;
	}
}

/*
.mobile-line-break,
.mobile-line-break-2,
.mobile-line-break-3 {
    display: inline;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
	
	.mobile-line-break{
        display: block;
    }
	.mobile-line-break-2,
	.mobile-line-break-3{
        display: inline;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

    .mobile-line-break,
	.mobile-line-break-2,
	.mobile-line-break-3{
        display: inline !important;
    }
}

@media only screen and (max-width: 767px) {
	
	.mobile-line-break,
	.mobile-line-break-2,
	.mobile-line-break-3{
        display: block;
    }
}
*/




/* Pour décaler le background du header transparent */
@media only screen and (min-width: 1000px) {
	
	#home_header.full-width-section.first-section,
	#singular_header.full-width-section.first-section,
	#singular_header_bis.full-width-section.first-section{
		margin-top: 61px !important;
	}
}

#home_header.full-width-section .row-bg, 
.wpb_row .row-bg {
	background-size: auto;
}

@media only screen and (min-width: 691px) and (max-width: 999px) {

	#home_header.vc_row.top-level.full-width-section:not(.full-width-ns) > .span_12 {
		padding-top: 50px;
	}
}



/* ************************** */
/* ******** HOME PAGE **************************** */
/* ************************** */

/* *** GALERIE HOME *** */

.galerie_header.col.centered-text ul, 
.galerie_header.wpb_column.centered-text ul {
	display: block;
}


body #home_header .wpb_gallery_slides ul.slides li {
	background-color: #d3624b;
	padding:15px 15px !important;
	border-radius: 5px;
}

.row .col img {
	margin-bottom: 0px;
}

body .wpb_gallery_slides ul.slides li img {
	border-radius: 15px;
}

body .wpb_column ul.flex-direction-nav{
	display:none !important;
}


img.made_in_91_home{
	position:absolute;
	left:15%;
	bottom:-85px;
	z-index:10000;
}

@media only screen and (max-width: 1440px) {

	#home_header.full-width-section .row-bg, 
	.wpb_row:not(#idee_home) .row-bg {
		background-size: cover;
	}
}


@media only screen and (max-width: 999px) {

	img.made_in_91_home{
		bottom:0;
	}
}


@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	
	img.made_in_91_home{
		left:15%;
		bottom:-65px;
		width:400px;
	}
}


@media only screen and (min-width: 1000px) and (max-width: 1279px) {
	
	.galerie_header.wpb_column.left_padding_desktop_60px > .vc_column-inner {
		padding-left: 0px;
	}
	
	img.made_in_91_home{
		left:19%;
		bottom:-48px; /*-65*/
		width:330px; /*400*/
	}
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
	/* Pb avec les slides
	.galerie_header{
		display: flex;
		justify-content: center;
	}*/
	
	img.made_in_91_home{
		left:27%; /*23%*/
		top: -140px; /*285*/
		width:400px;
	}
}

@media only screen and (min-width: 691px) {
	
	.galerie_header .wpb_gallery_slides ul.slides li {
		max-width:642px;
	}
}

@media only screen and (max-width: 690px) {
	
	img.made_in_91_home{
		left: 12%;  /*11%*/
		top: -105px; /*140px*/
		width:270px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {

	#home_header .vc_col-sm-6.vc_column_container:not(.galerie_header) {
		margin-top:40px !important;
		margin-bottom: 80px !important;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1180px) {

	#home_header .vc_col-sm-6.vc_column_container:not(.galerie_header) {
		margin-top:20px !important;
		margin-bottom: 80px !important;
	}
}


/* *** FIN GALERIE HOME *** */


#home_header .reassurance_blocs {
  overflow: hidden;
}

#home_header .reassurance_blocs .row_col_wrap_12_inner.col {
	gap: 20px;
}
#home_header .reassurance_blocs .row_col_wrap_12_inner.col::after {
	content: none; /* Pour annuler le dernier gap */
}

.reassurance_bloc_home {
	flex: 1; /* 1/5 de la largeur du parent pour occuper tout l'espace */
}


@media only screen and (min-width: 1000px) and (max-width: 1180px) {
	
	.reassurance_blocs .row_col_wrap_12_inner{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
}


@media only screen and (max-width: 690px) {

	#home_header .reassurance_blocs {
		overflow-x: auto;
		/* -webkit-overflow-scrolling: touch;*/
		margin-left:-5%;
		margin-right:-5%;
	}

	#home_header .reassurance_blocs .row_col_wrap_12_inner.col {
		flex-wrap: nowrap;
	}

	.reassurance_bloc_home {
		/* 2*20px c'est le GAP. Deux icones et demi sont visibles pour inciter au scroll horizontal */
		flex: 0 0 clamp(120px,
                  calc((100% - 40px) / 2.5),
                  180px);
	}

}

#home_header .reassurance_bloc_home p{
	font-size:1.6rem;
	line-height:1.3;
	color:#fff;
}



#savoir_faire_home{
	max-width:1300px;
}
.savoir_faire_home p{
	font-size:1.6rem;
}
.savoir_faire_home:hover h3,
.savoir_faire_home:hover p{
	color:#fff;
}

.savoir_faire_home img{
	width: 100%;
	aspect-ratio: 285/269;
	object-fit: cover;
}

@media only screen and (max-width: 690px) {
	
	#savoir_faire_home{
		width:94vw;
		overflow-x: auto;
		/* -webkit-overflow-scrolling: touch;*/
	}

	#savoir_faire_home .row_col_wrap_12.col{
		flex-wrap: nowrap;
	}

	.savoir_faire_home {
		/* 17px c'est le GAP. Deux icones et demi sont visibles pour inciter au scroll horizontal */
		flex: 0 0 calc((100% - 17px) / 1.2);
                 
	}
	
}



#histoire_home{
	min-height:818px;
	display: flex;
}

#histoire_home.sansfond{
	min-height:auto;
	display: block;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
	
	#histoire_home .vc_col-sm-6.vc_column_container:first-child > .vc_column-inner > .wpb_wrapper{
		justify-content: center;
	}
	#histoire_home .vc_col-sm-6.vc_column_container:nth-child(2){
		padding-left: 0px;
		padding-right: 0px;
	}
}


@media only screen and (min-width: 1000px) and (max-width: 1180px) {
	
	#histoire_home .row_col_wrap_12 .column_container{
		width:60%;
		padding-left: 30px !important;
	}
	#histoire_home .row_col_wrap_12 .column_container:first-child{
		width:40%;
	}

}




@media only screen and (min-width: 1000px) and (max-width: 1366px) {
	
	#reassurance_home .row_col_wrap_12{
		padding-left: 20px !important;
		padding-right: 20px  !important;
	}
	
	#reassurance_home .vc_col-sm-6.wpb_column:first-child > .vc_column-inner {
		padding-right: 40px;
	}
	
	#reassurance_home .reassur_1_1 .vc_column-inner,
	#reassurance_home .reassur_1_2 .vc_column-inner,
	#reassurance_home .reassur_2_1 .vc_column-inner,
	#reassurance_home .reassur_2_2 .vc_column-inner{
		padding:30px !important;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	
	#reassurance_home .row_col_wrap_12{
		padding-left: 40px !important;
		padding-right: 40px  !important;
	}
	
	#reassurance_home .reassur_1_1 .vc_column-inner,
	#reassurance_home .reassur_1_2 .vc_column-inner,
	#reassurance_home .reassur_2_1 .vc_column-inner,
	#reassurance_home .reassur_2_2 .vc_column-inner{
		padding:40px !important;
	}
}


@media only screen and (max-width: 690px) {
	
	#reassurance_home .row_col_wrap_12_inner{
		flex-direction: column;
	}
	#reassurance_home .reassur_1_1,
	#reassurance_home .reassur_1_2,
	#reassurance_home .reassur_2_1,
	#reassurance_home .reassur_2_2{
		width:80%; 
	}
	#reassurance_home .reassur_1_1,
	#reassurance_home .reassur_2_1{
		align-self: flex-start;
	}
	#reassurance_home .reassur_1_2,
	#reassurance_home .reassur_2_2{
		align-self: flex-end; 
	}
}


#idee_home{
	min-height:1100px;
	display: flex;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
	
	#idee_home{
		padding-bottom: 60px !important;
	}
	
	#galerie_idee .flex-gallery .slides img {
		max-width: 92%;
		aspect-ratio: 184 / 197;
		object-fit: cover;
	}
	
	#fond_galerie_idee{
		max-width: 40%;
		bottom: -55px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1080px) {
	#idee_home {
		min-height: 1005px;
	}
	
	#fond_galerie_idee{
		bottom: 0px;
	}
}



@media only screen and (min-width: 691px) and (max-width: 999px) {
	
	#idee_home{
		align-items: flex-start;
	}
	
	#idee_home .vc_col-sm-6.col1 .img-with-aniamtion-wrap .hover-wrap-inner img{
		width: 80%;
		height: auto;
	}
	
	#galerie_idee .flex-gallery .slides img {
		max-width: 92%;
		aspect-ratio: 184 / 197;
		object-fit: cover;
	}
	
}

@media only screen and (min-width: 1180px) {
	
	#idee_home .vc_col-sm-6.col1{
		width:40% !important;
		padding-left: 30px;
		padding-right: 30px;
	}
	#idee_home .vc_col-sm-6.col2{
		width:60% !important;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1179px) {
	
	#idee_home .vc_col-sm-6.col1{
		width:50% !important;
		padding-left: 10px;
		padding-right: 10px;
	}
	#idee_home .vc_col-sm-6.col2{
		width:50% !important;
	}
	
	#idee_home .wpb_column:nth-child(2).right_padding_desktop_60px > .vc_column-inner {
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	
	#idee_home .wpb_column:nth-child(2).right_padding_desktop_60px > .vc_column-inner {
		padding-right: 30px;
	}
}
	
@media only screen and (min-width: 1000px) {

	#idee_home .vc_col-sm-6.col1 .img-with-aniamtion-wrap .hover-wrap-inner{
		width: 412px;
		height: 381px;
	}
	
	#idee_home .vc_col-sm-6.col1 .img-with-aniamtion-wrap .hover-wrap-inner img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


.testimonial_slider[data-style="minimal"] blockquote{
	font-family: 'Raleway', sans-serif;
	font-size:1.8rem !important;
	letter-spacing:0;
	font-weight:500;
}

@media only screen and (min-width: 1000px)and (max-width: 1080px) {
	
	#temoignages_section .row_col_wrap_12{
		padding-right:50px !important;
		padding-left:50px !important;
	}
}



@media only screen and (max-width: 690px) {
	.testimonial_slider[data-style="minimal"] blockquote{
		padding:0;
	}
}

.testimonial_slider[data-style="minimal"] blockquote .testimonial-name{
	font-size:1.6rem;
	font-weight:700;
	transform:none !important;
}

.prev.fa,
.next.fa{
	background-color:var(--nectar-accent-color);
	color:#fff !important;
	border-radius: 40px;
}
.prev.fa:hover,
.next.fa:hover{
	background-color:var(--nectar-body-color);
}

.testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev::before {
  left: -3px;
  position: relative;
}
.testimonial_slider[data-style="minimal"] .testimonial-next-prev .next::before {
  right: -3px;
  position: absolute;
}

.testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:hover::after, 
.testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:hover::after {
  opacity: 0;
  transform: none;
}
.testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:hover::before,
.testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:hover::before {
  transform: none;
}


#creation_du_moment{
	min-height:785px; /* 1030 - 145 - 80 */
}

#creation_du_moment .nectar-flickity .cell .hover-wrap-inner{
	width: 336px;
	height: 317px;  /*252*/
}
#creation_du_moment .nectar-flickity .cell .hover-wrap-inner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#creation_du_moment h3{
	font-size: 2.4rem !important;
	line-height: 1.3;
}


@media only screen and (min-width: 691px) and (max-width: 768px) {
	
	#creation_du_moment{
		min-height:705px;
	}
}

@media only screen and (max-width: 1440px) { /* 999 */
	
	#creation_du_moment .nectar-flickity .cell .hover-wrap-inner{
		width: auto;
		height: auto;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1080px) {
	
	#creation_du_moment .row_col_wrap_12{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media only screen and (max-width: 690px) {

	.nectar-flickity.nectar-carousel[data-wrap="no-wrap"][data-controls="touch_total"] .flickity-slider .cell {
		width: 100% !important;
	}
	.nectar-flickity.nectar-carousel[data-column-padding="40px"] .inner-wrap {
		padding: 30px;
	}
}


#localisation{
	min-height:765px;
	display: flex;
	justify-content:center;
}

#localisation.sansfond{
	min-height:auto;
	display: block;
}




/* *********************************************************** */
/* *************** BLOG ************************************** */
/* *********************************************************** */

/* Sur la home */

#actus .nectar-button {
	margin-bottom: 13px;
}


@media only screen and (min-width: 691px) and (max-width: 1180px) { 
	#actus {
		width:94vw;
		overflow-x: auto;
		/* -webkit-overflow-scrolling: touch;*/
	}

	#actus .row.blog-recent  {
		flex-wrap: nowrap;
	}
	
	#actus .row.blog-recent .col {
		/* 17px x 2 : c'est le GAP. Deux items et demi sont visibles pour inciter au scroll horizontal */
		flex: 0 0 calc((100% - 34px) / 2.2) !important;
                 
	}
	
	#actus .blog-recent[data-style="list_featured_first_row"]{
		align-items:stretch;
	}
	#actus .blog-recent[data-style="list_featured_first_row"] .col {
		margin-right: 17px !important;
	}
	
	.row .blog-recent[data-style="list_featured_first_row"].columns-3 .col:nth-child(2),
	.row .blog-recent[data-style="list_featured_first_row"].columns-3 .col:nth-child(3){
		align-self: auto !important;
	}

}

@media only screen and (min-width: 1081px) and (max-width: 1279px) { 

	#actus .row.blog-recent .col {
		/* 17px x 2 : c'est le GAP. Trois items sont visibles pour inciter au scroll horizontal */
		flex: 0 0 calc((100% - 34px) / 3) !important;
                 
	}
}



@media only screen and (max-width: 690px) {
	
	#actus {
		width:94vw;
		overflow-x: auto;
		/* -webkit-overflow-scrolling: touch;*/
	}

	#actus .row.blog-recent  {
		flex-wrap: nowrap;
	}

	#actus .row.blog-recent .col {
		/* 20px c'est le GAP. Deux icones et demi sont visibles pour inciter au scroll horizontal */
		flex: 0 0 calc((100% - 17px) / 1.2);
                 
	}
	
	#actus .blog-recent[data-style="list_featured_first_row"]{
		align-items:stretch;
	}
	#actus .blog-recent[data-style="list_featured_first_row"] .col {
		margin-right: 17px;
	}
	
}

/* Pour que les colonnes est la même hauteur quelque soit leur contenu */

@media only screen and (max-width: 1440px) { /* 999 */

	.blog-recent[data-style="list_featured_first_row"] .col.span_4 {
		margin-right: 30px !important;
	}
}

@media only screen and (min-width: 1000px) { 

	.blog-recent[data-style="list_featured_first_row"] .col.span_4 {
		width: 31.3%;
		margin-right: 40px;
	}
	
	.blog-recent[data-style="list_featured_first_row"] {
		align-items: stretch;
	}
	.blog-recent[data-style="list_featured_first_row"] > .col {
		align-self: auto !important;
	}
}

.blog-recent .col {
	padding: 40px;
	background-color:var(--nectar-accent-color);
	margin-bottom: 40px !important;
	color:#fff;
	border-radius: 5px;
}
.blog-recent .col:hover {
	background-color:var(--nectar-body-color);
}

@media only screen and (max-width: 999px) {
	.blog-recent .col {
		padding:30px;
		margin-bottom: 30px !important;
	}
}
@media only screen and (max-width: 690px) {
	.blog-recent .col {
		padding:30px;
		margin-bottom: 20px !important;
	}
}


#actus .blog-recent .col span.img-thumbnail{
	width: 336px;
	height: 317px;  /*252*/
}
#actus .blog-recent .col span.img-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 1440px) {
	#actus .blog-recent .col span.img-thumbnail {
		width: auto;
		height: auto;
	}
}



#actus .blog-recent .col .meta-category a:hover{
	color:var(--nectar-extra-color-1);
}
[data-style="list_featured_first_row"] .meta-category a::before{
	background-color:var(--nectar-extra-color-1);
}

.blog-recent h3 {
	font-size:2.4rem !important;
	line-height: 1.1;
	color:#fff;
	margin-top:10px;
}
/* Info date sur le blog : Home > Recent POST */
[data-style="list_featured_first_row"] .meta{
	font-size: 1.2rem;
	line-height:normal;
	margin-top:10px;
}

/* Info date sur le blog : évènements */
.auto_meta_overlaid_spaced .masonry-blog-item .date_mc{
	font-size: 1.2rem;
	line-height:normal;
	color: #fff;
	margin-top:15px;
}



.blog-recent[data-style*="classic_enhanced"] .post-header .meta,
.blog-posts-column .post-header span,
.posts-container article.masonry-blog-item .post-header span {
	font-size: 1.4rem;
    color: var(--nectar-extra-color-1);
}

.blog-recent[data-style*="classic_enhanced"] .post-header .meta::before,
.blog-posts-column .post-header span::before,
.posts-container article.masonry-blog-item .post-header span::before {
	content:"Publié le ";
}

.blog-recent[data-style*="classic_enhanced"] .post-header h3.title,
.blog-posts-column .post-header h3.title,
.posts-container article.masonry-blog-item .post-header h3.title {
	font-size: 2.6rem;
	color: var(--nectar-accent-color);
	text-transform:uppercase;
	margin-top:15px;
}

.home .blog-recent .col .post-header,
.blog-recent[data-style*="classic_enhanced"] .excerpt,
.blog-posts-column .excerpt, 
.posts-container article.masonry-blog-item .excerpt {
	color:inherit !important;
}

.recent-posts-column .post .article-content-wrap,
.blog-posts-column .post .article-content-wrap,
.posts-container article.masonry-blog-item .article-content-wrap {
    padding: 5% !important;
}

.recent-posts-column .post .post-featured-img img,
.blog-posts-column .post .post-featured-img img,
.posts-container article.masonry-blog-item .post-featured-img img {
    width: 100%;
}


/* Page archives */

@media only screen and (max-width: 690px) {
	
	.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
		max-width: 100%;
	}
}



/* Gestion des pages single */

#page-header-bg h1 {
	font-family: "Montserrat", sans-serif;
}

.featured-media-under-header {
	padding-top: 25px !important;
}

.featured-media-under-header span.meta-date::before {
	content:"Publié le ";
}

.featured-media-under-header__featured-media {
	padding-bottom: 0px !important;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured-media-under-header__featured-media .post-featured-img {
	max-width: 1000px;
}

.page-header-bg-image,
.featured-media-under-header__featured-media .post-featured-img img {
	position: initial;
}

.blog_next_prev_buttons ul.controls {
	max-width: 1000px;
}

.blog_next_prev_buttons ul.controls li {
	min-height: 200px !important;
}

.blog_next_prev_buttons {
	display: flex;
  	justify-content: center;
	background: transparent;
}



/* *********************************************************** */
/* *************** FAQ *************************************** */
/* *********************************************************** */

@media only screen and (max-width: 767px) {
	
	#form_contact .row_col_wrap_12{
		width: 97vw;
		max-width: 97vw;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	
	#faq .row_col_wrap_12{
		width: 97vw;
		max-width: 97vw;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}


.material #faq .wpb_content_element{
	margin-bottom: 1.1em;
}

.toggle > .toggle-title a {
  color: var(--nectar-body-color);
  font-size: 2rem;
  line-height: 1.6;
  font-weight:600;
  text-decoration:none;
}

body .toggle[data-inner-wrap="true"] > div, div[data-style*="minimal"] .toggle[data-inner-wrap="true"] > div {
  padding: 0 50px 0 0;
}

div[data-style*="minimal"] .toggle > .toggle-title i {
  border: 2px solid var(--nectar-body-color);
}

div[data-style="minimal"] .toggle > .toggle-title i::before ,
div[data-style="minimal"] .toggle > .toggle-title i::after {
  background-color: var(--nectar-body-color);
}

div[data-style="minimal"] .toggle {
  border-bottom: 1px solid var(--nectar-body-color);
}


@media only screen and (max-width: 690px) {
	
	#faq.nectar-button.small::after{
		top:19px;
	}
	
	.toggle > .toggle-title a {
		font-size: 1.9rem !important;
		line-height: 1.3 !important;
	}
	div[data-style="minimal"] .toggle > .toggle-title a {
		padding: 20px 55px 20px 0;
	}
	body .toggle[data-inner-wrap="true"] > div, div[data-style*="minimal"] .toggle[data-inner-wrap="true"] > div {
		padding: 0 20px 0 0;
	}

}


/* *********************************************************** */
/* *************** FORMULAIRE DE CONTACT ********************* */
/* *********************************************************** */

@media only screen and (min-width: 1000px) and (max-width: 1080px) {
	
	#form_contact .wpb_column.right_margin_13pct,
	#faq .wpb_column.right_margin_13pct{
		margin-left: 8% !important;
		margin-right: 8% !important;
	}
}


.wpcf7-form{
	max-width: 550px;
	margin: 0 auto;
}


.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
}

.form-group.full {
	margin-bottom: 20px;
}

@media (max-width: 690px) {
  .form-row {
    flex-direction: column;
    gap: 0;
	margin-bottom: 0;
  }

  .form-group {
    margin-bottom: 20px;
  }
}

div.form-group.help{
	display:none;
}



div.wpcf7{
	margin-top:0px;
}

.wpcf7-form p:nth-child(2){
	margin-top:13px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type=file],
.wpcf7-form select,
.wpcf7-form textarea{
	width: 100% !important;
    vertical-align: top;
    margin: 0 0 0 0 !important;
    padding: 10px 8% !important;
    -webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	border:1px solid var(--nectar-body-color) !important;
	background-color:#fff !important;
	font-size:1.7rem !important;
	font-family: 'Raleway', sans-serif !important;
	color:var(--nectar-body-color) !important;
	font-weight:600;
}

.wpcf7-form textarea{
	padding: 10px 4% !important;
    -webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
}

.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus{
    border: 1px solid var(--nectar-extra-color-1) !important;
    background-color:#ffffff !important;
	outline: none;
	box-shadow: none !important;
}

.wpcf7-form input[type="submit"]:focus{
	border: 1px solid var(--nectar-body-color) !important;
	background-color:var(--nectar-accent-color) !important;
}


.wpcf7-form input[type="submit"]{
	font-family: 'Raleway', sans-serif !important;
    font-size: 1.7rem;
	line-height: 1.2em;
	font-weight:600;
	margin-left:3px;
	background-color: var(--nectar-accent-color) !important;
	border:0px;
	color:#ffffff;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	margin-top:10px;
}

body[data-form-submit="regular"] .container-wrap input[type="submit"]{
	padding:15px 60px !important;
}


.wpcf7-form input[type="submit"]:hover {
	border:0px;
	background-color:var(--nectar-body-color) !important;
	color:#ffffff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	opacity: 1;
}

::-webkit-input-placeholder { color:var(--nectar-body-color) !important; } /* WebKit, Blink (Safari, Google Chrome, Opera 15+) and Microsoft Edge */
::-moz-placeholder { color:var(--nectar-body-color) !important; } /* firefox 19+ */
:-ms-input-placeholder { color:var(--nectar-body-color) !important; } /* IE10 et 11 */
input:-moz-placeholder { color:var(--nectar-body-color) !important; } /* firefox 4 à 18 */

/* Recaptcha v3 */
.grecaptcha-badge{
	display:none !important;
}


.wpcf7-form p{
	text-align:left !important;
	hyphens:none !important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	-o-hyphens: none !important;
}

/* Surcharge du style CF7 */
.wpcf7-list-item {
	margin: 0 0 0 0;
}

span.wpcf7-form-control-wrap[data-name="confidentialite"]{
	display:block;
	width:90%;
	color: var(--nectar-body-color);
	padding:7px;
}
#top input[type="checkbox"] {
    display: block;
    float: left;
	border:1px solid var(--nectar-body-color) !important;
}
span.wpcf7-form-control-wrap[data-name="confidentialite"] span.wpcf7-list-item-label{
	display: block;
	margin-top: -23px;
    margin-left: 30px;
	font-size:1.6rem;
	/* Surcharge du style CF7 de Salient */
	color: var(--nectar-body-color);
	font-size: 1.4rem;
}

span.wpcf7-not-valid-tip {
    color: var(--nectar-extra-color-1);
	margin-left:10px;
	font-size:1.6rem;
}
/* Surcharge du style CF7 de Salient */
.wpcf7-form .wpcf7-not-valid-tip {
	box-shadow: none;
}

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	background-color:#ffffff !important;
	font-size:1.6rem;
	color: var(--nectar-body-color); /* #612B20 */
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 2px solid #800000 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid var(--nectar-body-color) !important; /* #612B20 */
	
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
	
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="password"],
	.wpcf7-form input[type=file],
	.wpcf7-form select,
	.wpcf7-form textarea{
		width: 100% !important;
	}
	
}


/* ************************** */
/* ******** SINGULAR PAGE **************************** */
/* ************************** */

#singular_header{
	min-height:500px;
}
#singular_header_bis{
	min-height:410px;
}

@media only screen and (max-width: 1440px) {

	#singular_header.full-width-section .row-bg,
	#singular_header_bis.full-width-section .row-bg 	{
		background-size: cover;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {

	#section_2_singular .row_col_wrap_12 .vc_column_container:first-child .vc_column-inner{
		padding-left: 40px !important;
		padding-right: 130px !important;
	}
	#section_2_singular .row_col_wrap_12 .vc_column_container:nth-child(2){
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: -80px !important;
	}
}


@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	
	#singular_header_bis .wpb_column.right_padding_desktop_180px > .vc_column-inner {
		padding-right: 130px;
	}
	#singular_header_bis{
		padding-top: 157px !important;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	
	#singular_header_bis .wpb_column.right_padding_desktop_180px > .vc_column-inner {
		padding-right: 90px;
	}
	#singular_header_bis{
		padding-top: 157px !important;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	
	#singular_header_bis .wpb_column.right_padding_desktop_180px > .vc_column-inner {
		padding-right: 0px;
	}
	#singular_header_bis{
		padding-top: 127px !important;
	}
}



#faites_appel_a{
	min-height:738px;
	display: flex;
	align-items: center;
}

.faites_appel_a_last .vc_column-inner{
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.faites_appel_a_last .vc_column-inner .wpb_wrapper{
	min-height: 1px !important;
}

#faites_appel_a .row_col_wrap_12{
	display:grid;
}
#faites_appel_a .row_col_wrap_12 .col{
	width:auto;
}


@media only screen and (min-width: 1367px) {

	#faites_appel_a{
		padding-top:0 !important;
	}
	
	#faites_appel_a .row_col_wrap_12{
		grid-template-columns: repeat(3, 23%) 1fr;
		gap:0;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1366px) {
	
	#faites_appel_a .row_col_wrap_12{
		grid-template-columns: repeat(3, 1fr);
		gap:10px;
	}

	.faites_appel_a_last{
		grid-column: 1 / -1;
	}
}

@media only screen and (min-width: 429px) and (max-width: 999px) {
	
	#faites_appel_a .row_col_wrap_12{
		grid-template-columns: 1fr 1fr;
		gap: 20px 12px;
	}
	#faites_appel_a .row_col_wrap_12 .col{
		margin-bottom:0;
	}

}

@media only screen and (max-width: 428px) {
	
	#faites_appel_a .row_col_wrap_12{
		display:flex;
	}
	#faites_appel_a .row_col_wrap_12 .col{
		width:100%;
	}
	
	.faites_appel_a_last{
		margin-left:-10px !important;
		width:94vw !important;
	}
}


.faites_appel_a img{
	width: 100%;
	aspect-ratio: 285/269;
	object-fit: cover;
}

/*Cas d'un zoom sur une image
.faites_appel_a .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner{
	aspect-ratio: 285/269;
	overflow: hidden;
	border-radius: 15px;
}
.faites_appel_a img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.faites_appel_a:nth-child(3) img{
	transform: scale(1.5) !important;
}
*/

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	
	#projet_a_a_z .wpb_column .vc_column-inner{
		transform: none !important;
	}
}


/* ******************   CARROUSEL   ******************** */

#carrousel_realisations .nectar-carousel{
	padding:40px 0 60px 0;
	display:flex;
	justify-content: center;
	background:url('https://site2025.atelierhets.fr/wp-content/uploads/cascade-carrousel.png') no-repeat;
	background-position: 25% 90%;
}

#carrousel_realisations .nectar-flickity.nectar-simple-slider .flickity-slider .cell {
  border-radius: 5px;
}


@media only screen and (max-width: 680px) {
	
	#carrousel_realisations .nectar-carousel{
		padding:0;
		margin:40px 0 60px 0;
		background:none;
	}
}


#carrousel_realisations .nectar-carousel .nectar-flickity{
	width: 680px;
	/*aspect-ratio: 680 / 484;*/
}

@media only screen and (min-width: 1000px) {
	.nectar-simple-slider.arrow-position-overlapping .flickity-prev-next-button.previous {
		left: -80px;
	}
	.nectar-simple-slider.arrow-position-overlapping .flickity-prev-next-button.next {
		right: -80px;
	}
}


.nectar-simple-slider .flickity-prev-next-button.next svg,
.nectar-simple-slider .flickity-prev-next-button.previous svg{
	transform: none !important;
}
.nectar-simple-slider .flickity-prev-next-button::after {
	width: 0;
}
.nectar-simple-slider .flickity-prev-next-button.next:hover svg,
.nectar-simple-slider .flickity-prev-next-button.previous:after svg  {
	transform: none !important;
}


.nectar-simple-slider.arrow-position-overlapping.arrow-btn-border-FFFFFF .flickity-prev-next-button::before {
	box-shadow: none;
	border:1px solid #fff;
}
.nectar-simple-slider.arrow-position-overlapping.arrow-btn-border-FFFFFF .flickity-prev-next-button:hover::before {
	background-color:var(--nectar-accent-color);
	box-shadow: none;
	border:1px solid var(--nectar-accent-color);
}


.nectar-simple-slider .flickity-page-dots {
  padding: 0 6% 6%;
}
.nectar-simple-slider.pagination-color-dark .flickity-page-dots .dot::before {
  background-color: #fff;
}
.nectar-simple-slider.pagination-color-dark .flickity-page-dots svg circle.time {
  stroke: var(--nectar-accent-color);
}

.nectar-simple-slider .flickity-page-dots .dot {
	width: 31px !important;
	height: 36px !important;
	padding: 5px;
}

.nectar-simple-slider .flickity-page-dots .dot::before {  /* Cercle blanc */
	height: 12px !important;
	width: 12px !important;
	left: 9px !important;
	top: 12px !important;
}

.nectar-simple-slider .flickity-page-dots svg { /* Contour orange */
	width: 22px !important;
	height: 21px !important;
	left: 5px;
	top: 7px;
}


/* ***************************************************** */

@media only screen and (min-width: 691px) and (max-width: 999px) {
	#interieur_exterieur .wpb_column {
		width: 50%;
	}
}



@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	#vous-etes-pro-ou-agence  .wpb_column.left_padding_desktop_30pct > .vc_column-inner{
		padding-left: 20%;
	}
	#vous-etes-pro-ou-agence  .wpb_column.left_padding_desktop_10pct > .vc_column-inner{
		padding-left: 10%;
	}
	
	#vous-etes-pro-ou-agence .wpb_column.right_padding_desktop_28pct > .vc_column-inner {
		padding-right: 20%;
	}
}



#vous-etes-pro-ou-agence{
	min-height:620px;
	display: flex;
	align-items: center;
}
#vous-etes-pro-ou-agence.sansfond{
	min-height:auto;
	display: block;
}


/* *********************************************** */


#a_propos_illustration .col img{
	width: 293px;
	aspect-ratio: 293/313;
	object-fit: cover;
}

#a_propos_illustration .vc_col-sm-3:first-child img{
	  rotate: -3.07deg;
}
#a_propos_illustration .vc_col-sm-3:nth-child(2) img{
	  rotate: 4.83deg;
}
#a_propos_illustration .vc_col-sm-3:nth-child(3) img{
	  rotate: -2.01deg;
	  object-position: left;
}
#a_propos_illustration .vc_col-sm-3:nth-child(4) img{
	  rotate: 3.35deg;
}



@media only screen and (min-width: 1181px) and (max-width: 1440px) {

	#equipe .row_col_wrap_12{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

}
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
	
	#equipe .row_col_wrap_12{
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
}


#carrousel_realisations.solo{
	min-height:871px;
}
@media only screen and (max-width: 1080px) {
	
	#carrousel_realisations.solo{
		min-height:auto;
	}
}
@media only screen and (max-width: 680px) {

	#carrousel_realisations.solo .nectar-carousel{
		padding:0;
		margin:40px 0 0 0;
		background:none;
	}
}



@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	
	#histoire_home.texte_image .vc_col-sm-6:first-child .vc_column-inner{
		transform: none !important;
	}
	
	#histoire_home.texte_image{
		min-height:650px !important;
	}
	
	#histoire_home.texte_image .row_col_wrap_12 .column_container{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}


@media only screen and (min-width: 1181px) and (max-width: 1440px) {
	
	#histoire_home.texte_image .vc_col-sm-6:first-child .vc_column-inner{
		transform:  translateX(80px) !important;
	}

	#histoire_home.texte_image .row_col_wrap_12 .column_container{
		width:45%;
	}
	#histoire_home.texte_image .row_col_wrap_12 .column_container:first-child{
		width:55%;
	}
}



@media only screen and (min-width: 1081px) and (max-width: 1180px) {
	
	#histoire_home.texte_image .row_col_wrap_12 .column_container{
		width:40%;
	}
	#histoire_home.texte_image .row_col_wrap_12 .column_container:first-child{
		width:60%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1080px) {

	#histoire_home.texte_image .row_col_wrap_12 .column_container{
		width:35%;
	}
	#histoire_home.texte_image .row_col_wrap_12 .column_container:first-child{
		width:65%;
	}
}




/* GALERIE REALISATION */

/* Comportement à gérer au format mobile, le plus adapté serait d'afficher la légende en dessous du titre comme par défaut. */
.gallery-slider .cell:hover img {
	opacity: 0.1;
	transition: opacity 0.4s;  
}

.gallery-slider .img-slider-wrap {
	background-color: var(--nectar-accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-slider .img-slider-wrap .titre_legende {
	position: absolute;
	padding: 30px;
	color: white;
	text-align: center;
}

.gallery-slider .cell .item-meta p,
.gallery-slider .cell .item-meta h4 {
	display: none;
}

.gallery-slider .flickity-prev-next-button::after {
	display: none !important;
}
.gallery-slider .flickity-prev-next-button.previous svg {
	left: 15px !important;
}
.gallery-slider .flickity-prev-next-button.next svg {
	right: 15px !important;
}




/* ************************************************* */
/* ******************** FOOTER ********************* */
/* ************************************************* */


.bouton_devis_hets{
	display:inline-block;
	width:434px;
	padding:10px 20px;
	text-align:center;
	border-radius: 50px;
	background-color:var(--nectar-accent-color);
	color:var(--nectar-extra-color-3);
	font-weight:700;
	font-size:1.7rem;
}

@media only screen and (max-width: 550px) {
	.bouton_devis_hets{
		width:85%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 550px) {
	.bouton_devis_hets{
		
	}
}


#suivez_nous {
	margin-bottom:0.6em;
}
#suivez_nous p{
	font-weight:700;
	font-size:1.4rem;
	display:inline;
}

@media only screen and (min-width: 480px) and (max-width: 999px) {
	#suivez_nous,
	#suivez_nous .wpb_wrapper{
		display:inline;
	}
}

.nectar_icon_wrap.cercle_icone[data-style="soft-bg"] .nectar_icon i {
	line-height: 30px !important;
	height: 30px !important;
	width: 30px !important;
	cursor:pointer;
}

.nectar_icon_wrap.cercle_icone[data-style="soft-bg"] .nectar_icon.icon_color_custom_612F20::before {
  background-color: #fff !important;
}
.nectar_icon_wrap.cercle_icone[data-style="soft-bg"] .nectar_icon.icon_color_custom_hover_FFFFFF:hover::before {
  background-color: var(--nectar-accent-color) !important;
}

.nectar_icon_wrap.cercle_icone[data-style="soft-bg"] .nectar_icon::before {
  opacity: 1;
  border-radius: 100px;
}
@media only screen and (max-width: 479px) {
	.nectar_icon_wrap.cercle_icone:nth-of-type(2){
		margin-left:0 !important;
	}

}


.menu-menu-footer-container,
.menu-menu-secondaire-container{
	display:flex;
	justify-content:center;
}

.nectar_hook_global_section_footer ul#menu-menu-footer,
.nectar_hook_global_section_footer ul#menu-menu-secondaire-1{
	max-width:650px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:0;
	margin-left:0;
	gap:15px 20px;
}


.nectar_hook_global_section_footer ul#menu-menu-footer{
	margin-bottom:20px;
}


.nectar_hook_global_section_footer ul#menu-menu-footer li{
	list-style-type: none;
	/*margin-right:15px;*/
	/*margin-bottom:20px;*/
}
.nectar_hook_global_section_footer ul#menu-menu-footer li a{
	display:block;
	padding: 13px 24px !important;
	border:1px solid var(--nectar-extra-color-3);
	border-radius:40px;
	font-size:1.6rem;
	font-weight:600;
}

.nectar_hook_global_section_footer ul#menu-menu-footer li.current_page_item a,
.nectar_hook_global_section_footer ul#menu-menu-footer li a:hover{
	background-color:var(--nectar-accent-color) !important;
	border:1px solid var(--nectar-accent-color);
	color:#fff;
}

/*
.nectar_hook_global_section_footer ul#menu-menu-footer li.menu-item-152 a::before{
	position:absolute;
	top:4px;
	left:-22px;
	content: url("https://site2025.atelierhets.fr/wp-content/uploads/tel-icone.png");
}
*/

@media only screen and (max-width: 690px) {
	.nectar_hook_global_section_footer ul#menu-menu-footer{
		margin-left:0;
	}
}


.nectar_hook_global_section_footer ul#menu-menu-secondaire-1 li{
	list-style-type: none;
	margin-right:40px;
	margin-bottom:20px;
}

.nectar_hook_global_section_footer ul#menu-menu-secondaire-1 li a{
	text-decoration:underline;
	font-size:1.65rem;
}
.nectar_hook_global_section_footer ul#menu-menu-secondaire-1 li.current_page_item a{
	color:var(--nectar-accent-color)!important;
}

.nectar_hook_global_section_footer ul#menu-menu-footer li:last-child,
.nectar_hook_global_section_footer ul#menu-menu-secondaire-1 li:last-child{
	margin-right:0;
}


@media only screen and (min-width: 1000px) and (max-width: 1179px) {
	
	#after_footer_hets.vc_row-fluid .vc_col-sm-2,
	#after_footer_hets.vc_row-fluid .vc_col-sm-4, 
	#after_footer_hets.vc_row-fluid .vc_col-sm-6{
		width: 100% !important;
		text-align:center !important;
	}
	
	#after_footer_hets.vc_row-fluid .vc_col-sm-2,
	#after_footer_hets.vc_row-fluid .vc_col-sm-4{
		margin-bottom:20px;
	}
}



@media only screen and (max-width: 999px) {
	
	#after_footer_hets.vc_row-fluid .vc_col-sm-2:not([class*="vc_col-xs"]), 
	#after_footer_hets.vc_row-fluid.full-width-content .vc_col-sm-2:not([class*="vc_col-xs"]) {
		width: 100% !important;
	}
}


#after_footer_hets{
	font-size:1.4rem;
}
#after_footer_hets a{
	color:var(--nectar-body-color);
	text-decoration:underline;
}
#after_footer_hets a:hover{
	color:var(--nectar-accent-color);
}

@media only screen and (max-width: 690px) {
 
	#after_footer_hets p{
		line-height:1.8;
	}
}




/* ################################################### */
/* ############### RESPONSIVE WEB DESIGN ############# */
/* ################################################### */


/* VOIR EGALEMENT PLUS HAUT, notamment pour FONT-SIZE ou HEADER */


/* Vince IRVILLAC : 1680 x 1050 px */
/* Vince portable : 1920 x 1080 px */

/* Apple MacBook Air 15-inch : 1440 x 900 px; : écran 8/5 - 16/10 */
/* Apple MacBook Air 13-inch : 1280 x 800 px */
/* Apple MacBook Air 11-inch : 1366 x 768 px */

/* Tablette Salient, dont tablette portrait 768 */
@media only screen and (min-width: 691px) and (max-width: 999px) {


}



/*  #MOBILE (Portrait) : Dernière génération
================================================== */
@media only screen and (max-width: 479px) {
	
	/* cookieYes */
	.cky-revisit-bottom-left {
		left:initial !important;
		right: 15px;
	}
	
}

/* IPHONE 5 */
@media only screen and (max-width: 320px) {
	

}
