/*-----------------*/
/* VARIABLE */
/*-----------------*/
:root
{
	/*COLORS*/
	--primary-back-color: #ad986e;
    --primary-back-color25: #ad986e25;
    --primary-light: #f3f0ea;
	--secondary-back-color: #c80e18;
    --secondary-back-color25: #c80e1825;
	--tertiary-back-color: #282828;
	--back-color: #fff;
	--primary-text-color: #fff;
	--secondary-text-color: #fff;
	--tertiary-text-color: #f7f7f7;
	--text-color: #282828;
    --black: #000;
    --white: #fff;

    /*FONTS*/
	--font-subtitle:pinyonscript, serif;
    --font-title: cardoregular, serif;
	--font-bold:Sofia, sans-serif;
	--font-text:Sofia,sans-serif;
}

/*-----------------*/
/* GLOBAL */
/*-----------------*/

@font-face {
    font-family: 'pinyonscript';
    src: url('../fonts/pinyonscript-regular-webfont.eot');
    src: url('../fonts/pinyonscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pinyonscript-regular-webfont.woff') format('woff'),
         url('../fonts/pinyonscript-regular-webfont.ttf') format('truetype'),
         url('../fonts/pinyonscript-regular-webfont.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/sofiaprolight.eot');
    src: url('../fonts/sofiaprolight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofiaprolight.woff') format('woff'),
         url('../fonts/sofiaprolight.ttf') format('truetype'),
         url('../fonts/sofiaprolight.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tempora_lgc_uniregular';
    src: url('../fonts/temporalgcuni-regular.eot');
    src: url('../fonts/temporalgcuni-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/temporalgcuni-regular.woff2') format('woff2'),
         url('../fonts/temporalgcuni-regular.woff') format('woff'),
         url('../fonts/temporalgcuni-regular.ttf') format('truetype'),
         url('../fonts/temporalgcuni-regular.svg#tempora_lgc_uniregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'cardoregular';
    src: url('../fonts/cardo-regular.eot');
    src: url('../fonts/cardo-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cardo-regular.woff2') format('woff2'),
         url('../fonts/cardo-regular.woff') format('woff'),
         url('../fonts/cardo-regular.ttf') format('truetype'),
         url('../fonts/cardo-regular.svg#cardoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}




body {
  overflow-y: auto;
  font-size: 18px;
  font-family: var(--font-text), sans-serif;
  background-repeat: no-repeat, no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  top:0 !important;
  color: var(--text-color);
}

.posrel{
  position: relative;
}

.posabs{
  position: absolute;
}

.posfix
{
    position: fixed;
}

/*-----------------*/
/* Title */
/*-----------------*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	text-align: center;
	margin: 16px 0px;
	font-family: var(--font-title), sans-serif;
    font-weight: normal;
}

h1{font-size: 3em;margin-bottom: 40px;}
h2{font-size: 2.5em}
h3{font-size: 2em}
h4{font-size: 1.5em;}
h5{font-size: 1.4em;}
h6{font-size: 1.3em;}


/*-----------------*/
/* Image */
/*-----------------*/
img.cover{
	/* OLD VERSION; position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; min-width: 100%; min-height: 100%; */
	object-fit: cover;
	width: 100%;
	height: 100%;
}


img.coverFull
{
    object-fit: cover;
    width: auto;
    height: 100vh;
}

.nohome img, .nohome iframe
{
    max-width: 100%;
}

img.fill{
	object-fit: fill;
	max-width: 100%;
}

img.contain{
	object-fit: contain;
	max-width: 100%;
}

img.responsiveimg{
	width: 100%;
	height: 100%;
	height: auto;
}

/*-----------------*/
/* Gallery */
/*-----------------*/
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
  box-sizing: border-box;
}

/*-----------------*/
/* Text align */
/*-----------------*/
.tar{text-align: right;}
.tal{text-align: left;}
.tac, .text-center{text-align: center;}
.alignleft{float:left; margin: 0 20px 0 0;}
.alignright{float:right; margin: 0 0 0 20px;}
.aligncenter{text-align: center;margin:0 auto;}


/*-----------------*/
/* Check Browser Compatibility */
/*-----------------*/
#checkBrowserCompatibility{
  display: block;
  text-align: center;
  height: 100vh;
  min-height: 100%;
  width: 100vw;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
  background: #a4a4a4;
  z-index: 9999999999;
  background-image: repeating-linear-gradient(-45deg,#d4d4d4 10px,#d4d4d4 17px,#eeeeee 17px,#eeeeee 18px);
}

.alertBadBrowser{
    width: 85%;
    max-width: 600px;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    background: #fff;
    position: relative;
    padding: 20px 20px 20px 150px;
    line-height: 19px;
    font-size: 13px;
    font-family: arial;
    box-sizing: border-box;
    box-shadow: 10px 10px 20px -19px #000;
    border-radius: 2px;
    outline-color: #0360ff;
    outline-offset: -7px;
    outline-style: solid;
    outline-width: 1px;
    background-image: url(../images/base/icon_browserCompatibility.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: 15px 15px;
}

.titlebadbrowser{
    font-size: 15px;
    margin-bottom: 2px;
    color: #0360ff;
    text-transform: uppercase;
    font-weight: bold;
}
.subtitlebadbrowser{
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: -0.01em;
    line-height: 120%;
}
.textbadbrowser{
    font-size: 11px;
    line-height: 130%;
    color: var(--text-color);
}
.listbadbrowser{text-align: right;}
.listbadbrowser li{display: inline-block;margin: 15px 12px 0 0;}
.listbadbrowser li a{font-weight:bold;letter-spacing:-0.03em;color: var(--text-color);text-decoration:none;padding: 72px 16px 0;display: block;}
.listbadbrowser li a:hover{color:#0060ff;}
.ico_badbrowser{
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: top center;
}
.bw_firefox{background-image: url(../images/base/bw_firefox.svg);}
.bw_chrome{background-image: url(../images/base/bw_chrome.svg);}
.bw_safari{background-image: url(../images/base/bw_safari.svg);}


/*-----------------*/
/* Modal */
/*-----------------*/
.modal{
  display: grid;
  align-items: center;
  text-align: center;
  justify-items: center;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  background: #111111cc;
  z-index: 9999;
  /* background-image: url(../images/icons/clock.svg); */
  background-position: bottom left;
  background-repeat:no-repeat;
  background-size: 400px;
  transition:0.5s all ease;
}

.closemodal {
    position: absolute;
    top: 30px;
    z-index: 1;
    height: 30px;
    width: 30px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
    background: url(../images/icons/close.png);
}

.innermodal{
	/* padding: 6vmin; */
	/* background: #fff; */
	box-shadow: 0 13px 20px -22px;
	position: relative;
	pointer-events: bounding-box;
}

.modal.hide{height:0;opacity:0;filter: blur(20px);transform: scale(7);}
.modal.show{height: 100vh;opacity:1;filter: blur(0px);transform: scale(1);}

.horairemodal{pointer-events: none;}

.detailhoraires{
    color: var(--text-color);
    text-align: right;
}
.horairemodal .jourhoraires{
    font-weight: bold;
    color: var(--primary-back-color);
    width: 170px;
}

.horairemodal .titlehoraires{
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	/* text-decoration: underline; */
	text-align: center;
	color: var(--text-color);
}

.bthoraire{
	cursor: pointer;
}

/* ------------------------- */
/* GLOBAL BUTTON */
/* ------------------------- */
.underbutton > *, button, .button{
    padding: 18px 26px;
    border: none;
    color: var(--back-color);
    background-color: var(--primary-back-color);
    text-decoration: none;
    font-weight: bold;
    transition:0.5s all ease;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    position:relative;
    letter-spacing: 0.03em;
    font-family: var(--font-text);
    font-size: 19px;
    border-radius: 2px;
}

#slideactu .button
{
    white-space: initial;
    font-family: var(--font-bold);
}

#addresseDiv button,#addresseDiv .button{border: none;}

.underbutton > *:hover, button:hover, .button:hover{background-color: var(--text-color);}

.horairesBT:hover{background-color: transparent;}


.underbutton.icon > *, button.icon, .button.icon{
  padding-left: 50px;
  background-size: 28px;
  font-size: 19px;
  background-position:8px center;
  background-repeat:no-repeat;
}

.underbutton.bigicon > *, button.bigicon, .button.bigicon{
  padding-left:80px;
  background-size:48px;
  background-position:16px center;
  background-repeat:no-repeat;
}

.liresuite
{
    text-align: center;
    margin: 16px auto;
}

#phoneBT-infotelfixe, #phoneBT-infotelport, .horairesBT, .formulaireMail, #cta_byadresse .adresseIco, #infoadresse_inner{
	display: flex;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	box-shadow: none;
	font-weight: 900;
}

#header #phoneBT-infotelfixe, #header #phoneBT-infotelport, .horairesBT, .formulaireMail, #infoadresse, #cta_byadresse .adresseIco, #header .horairesBT
{
	color: var(--text-color);
	border: none;
	font-weight: 900;
	font-size: 19px;
}

.desccontact, .blc_checkbox label{color: var(--btextack-color);font-size: 17px!important;}
.privacyform_lab a{color: var(--primary-back-color);}

#backBTsinglewoo{
	display: flex;
	box-sizing:border-box;
	background-size: 18px;
	justify-self: start;
	margin-bottom: 16px;
}

#phoneBT-infotelfixe{background-image:url(../images/icons/phone.svg);}
#phoneBT-infotelport{background-image: url(../images/icons/mobile.svg);}
.horairesBT{background-image: url(../images/icons/clock.svg);font-family: var(--font-text);font-weight: 900;background-size: 22px!important;background-position: left 10px center!important;}
.formulaireMail{background-image:url(../images/icons/mail.svg);}
#header #phoneBT-infotelfixe{background-image: url(../images/icons/phone.svg);}


.button.current-post-page,
.button.current{outline-style: solid;outline-color: var(--secondary-back-color);pointer-events: none;}
/* ------------------------- */
/* GLOBAL TEXT PAO */
/* ------------------------- */


.tc_content{
    line-height: 175%;
    box-sizing: border-box;
    text-align: left;
}
.tc_content h2, .tc_content h3, .tc_content h4, .tc_content h5, .tc_content h6{
	margin-top: 25px;
	margin-bottom: 0.7em;
}
.tc_content h2{
    color: var(--primary-back-color);
    font-family: var(--font-text);
    font-size: 2em;
}
.tc_content h3{font-family: var(--font-bold);margin-bottom: 5px;margin-top: 40px;}

.tc_content a:not([class*="button"]){
    color: var(--secondary-back-color);
    transition: all 0.4s;
}

.tc_content a:not([class*="button"]):hover,
.tc_content a:not([class*="button"]):hover strong
{
    color: var(--text-color)!important;
}

.tc_content strong, .tc_content b{
    color: var(--secondary-back-color);
}

#sections .tc_content strong, #sections .tc_content b, #sections .tc_content a:not(.button) 
{
    color: var(--secondary-back-color);
}

strong, b
{
    font-family: var(--font-bold);
}
.tc_content p{
    margin-bottom: 1.3em;
}
.tc_content ol,
.tc_content ul{
    list-style-position: inside;
    margin:10px 20px;
}
.tc_content ul{
    list-style-type: square;
}
.tc_content ol{
    list-style-type: decimal;
}
.tc_content ul li,
.tc_content ol li{
    padding: 2px 0px;
}

.tc_content hr.is-style-dots:before{
    content: "\00b7 \00b7 \00b7 \00b7 \00b7";
    color: var(--primary-bgcolor);
    font-size: 30px;
    letter-spacing: 18px;
    padding-left: 2em;
    text-shadow: 5px 4px 0px #0000004a;
}
.tc_content hr.is-style-wide{
    height: 5px;
    width: 100%;
}
.tc_content hr.is-style-default{
    max-width: 250px;
}

.tc_content pre{
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 15px;
    font-size: 0.8em;
    background: rgba(255,255,255,0.2);
    outline-color: #ffffffa1;
    outline-offset: -5px;
    outline-style: dashed;
    outline-width: 1px;
    margin: 2em 10px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: pre-wrap;
}
.tc_content blockquote{
  background: var(--primary-back-color);
  border-bottom: 3px solid var(--secondary-back-color);
  position: relative;
  margin: 2em 10px !important;
  padding: 1em 30px !important;
  quotes: "\201C""\201D""\2018""\2019";
  max-width: 100%;
  box-sizing: border-box;
}
.tc_content blockquote cite{
    display: block;
    text-align: right;
}

.tc_content blockquote.is-style-large{
	border-top: 2px solid var(--primary-back-color);
	border-bottom: 2px solid var(--primary-back-color);
}

.tc_content blockquote p {
  display: flow-root;
  color: var(--back-color);
  margin-bottom: 0.5em;
}

.tc_content table{
	width: 100% !important;
	margin-bottom: 1em;
	background-color: rgba(255,255,255,0.4) !important;
}
.tc_content table th{padding:0.15em 0.4em;border: 1px solid rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);}
.tc_content table td{padding:0.15em 0.4em;border: 1px solid rgba(0,0,0,0.6);}

.tc_content table.is-style-stripes{border-bottom:none !important;}
.tc_content table.is-style-stripes tr td{border-top: 1px solid #0008;}
.tc_content table.is-style-stripes tr:last-child td{border-bottom: 1px solid #0008;}

.tc_content table.is-style-regular td{border:1px solid #0008;}

.tc_content .has-large-font-size{line-height: 120%;}

.tc_content .wp-block-lazyblock-slider-de-galerie{margin-bottom:1em;}

.tc_content iframe{
	width:100%;
	min-height:400px;
	background: #000;
}

/*-----------------*/
/* HEADER */
/*-----------------*/

#header {z-index: 13;box-sizing: border-box; position: relative;}
#header #logo {text-align: center;}
#header #noshare {text-align: center;overflow: hidden;max-width: 30px;}
#header #share {text-align: center;}
#header #noshare .label,
#header #share .label,
#header #autotraduction .label{
	font-size: 10px;
	letter-spacing: 0.02em;
	margin: 4px 0 0px;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 15px;
	text-align: left;
	max-width: 150px;
	margin: 4px auto 0;
	color: var(--tertiary-text-color);
}
.nohome #header{
    height: 250px;
}

#header #noshare .label span,
#header #share .label span,
#header #autotraduction .label span
{
	border-bottom: 1px solid var(--secondary-back-color);
	color: var(--secondary-back-color);
}

#header #infotelfixe {text-align: center;}

#header #infotelport, #header #infoadresse {text-align: center;}

#header #infoadresse #infoadresse_inner{
    background-image: url(../images/icons/map.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left 8px center;
    padding-left: 45px;
}
#header #infoadresse #infoadresse_inner div {margin: 0 3px;text-align: left;display: inline-block;font-weight: 100;line-height: 1.4em;}


/*-----------------*/
/* MENU PRIMARY */
/*-----------------*/
#navprimary .ckmenu-nav{
    color: var(--text-color);
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: var(--black);
    opacity: 0.9;
}
#navprimary .navigmenu .naviglink.lvl-0{
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 10px;
    z-index: 1;
}
#navprimary .navigmenu .navigtoogle > .navdown{
    text-align: left;
    font-size: 0.75em;
}

#navprimary .navigmenu .naviglink.lvl-1{
	opacity: 0;
	color: var(--back-color);
	padding: 10px 10px;
	border-bottom: 1px solid #b70d16;
	box-sizing: border-box;
	font-family: var(--font-title);
}

#navprimary .navigmenu .naviglink.lvl-1:hover::after{background: var(--secondary-back-color);}


/*-----------------*/
/* SLIDER ACTU */
/*-----------------*/
#slideactu {
    box-sizing: border-box;
    padding: 90px 0;
}
#slideactu .titleSec{
    text-shadow: 2px 2px 2px #000;
}

.wrapper_slider {
    background-size: cover;
    box-sizing: border-box;
    background-position: bottom right;
    position: relative;
    padding: 20px;
}

.labelactu{
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 1;
}


.wrapper_inner_slider{
    align-content: space-between;
    transition:1s all ease;
    align-content: stretch;
    margin: 0 auto;
    background: var(--primary-text-color);
}

.thumbnail_slider{
	line-height:0;
	overflow: hidden;
}

.img_thumbnail_slider{
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
    height: 300px;
    /* filter: brightness(0.7); */
}

.content_slider {
    width: 120%;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
}
.title_link_slider, .nohome.category h2 a{
    text-decoration: none;
    text-transform: initial;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.03em;
    font-family: var(--font-title);
    display: inline-block;
}
.text_slider, .nohome.category .tc_content{
    color: var(--text-color);
    line-height: 175%;
    padding: 0px 10px 30px 10px;
    box-sizing: border-box;
    width: 100%;
}
.next_slider{
    text-align: right;
}

/*-----------------*/
/* PRESTATION BLOC */
/*-----------------*/
#prestations .widget_parentpage .bloc_wpp-home{
    box-sizing: border-box;
}

#prestations .tc_content
{
    padding: 15px 25px;
    box-sizing: border-box;
    transition: all 0.4s;
}
/* SECTIONS */
#sections{
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.wrapperSections
{
    max-width: 1400px;
    width: 100%;margin: 0 auto;
}

.section_thumb{
    position: relative;
    box-sizing: border-box;
    /* padding: 20px; */
}
.section_thumb .blocthumb{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.section_txt{
    box-sizing:border-box;
    padding: 32px;
    text-align: center;
    /* color: var(--text-color); */
    border-radius: 1px;
}


.sectionsbloc h2{
    text-align: left;
    padding: 16px 0px;
    /* text-transform: uppercase; */
}
/*-----------------*/
/* WIDGET ELEMENT */
/*-----------------*/

.widget_element{
    text-align: center;
}
.widget_element li{
    list-style: none;
    position: relative;
    box-sizing: border-box;
    line-height: 0;
    max-width: 100%;
    padding: 60px 32px;
}
.widget_element img{
    max-width: 80%;
    width: auto;
    max-height: 100px;
    object-fit: contain;
}
.widget_element a{
    line-height: 0;
    width: 100%;
    padding: 5px 0;
}

.widget_element h3,
.widget_element h3 a{
	/* font-size: 22px; */
	color: var(--text-color);
	box-sizing: border-box;
	line-height: 100%;
	text-decoration: none;
	display: block;
}

.widget_element h3{
    top: 0;
    right: 0;
    display: inline-block;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
    /* display: none; */
}

.widget_element .element_content{
    padding: 15px;
    padding-bottom: 5px;
    pointer-events: none;
    transition:0.5s all ease;
    font-size: 16px;
    text-align: left;
    line-height: 160%;
    color: var(--text-color);
    box-sizing: border-box;
}

.widget_element li:hover .liresuite a, .widget_element li:hover .gotolink a{
	opacity:1;
}

.widget_element .liresuite a{
	line-height:120%;
	padding: 10px;
	box-sizing: border-box;
	color: var(--primary-text-color);
	opacity:0;
	transition:0.5s all ease;
}

.widget_element .liresuite{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.widget_element .gotolink
{
    margin: 16px auto;
}

.widget_element .gotolink:hover a
{
    background: var(--primary-back-color);
}

.widget_element .gotolink a{
	line-height:120%;
	padding: 10px;
	box-sizing: border-box;
	color: var(--primary-text-color);
	background: var(--tertiary-back-color);
	display:initial;
	transition:0.5s all ease;
    display: none;
}
.attention
{
    background: var(--primary-back-color);
    padding: 20px;
    color: var(--back-color);
}
/*-----------------*/
/* H1 */
/*-----------------*/
#h1{
	color: var(--text-color);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}


#h1 h1{
    display: inline-block;
    padding: 10px 25px;
    box-sizing: border-box;
    margin-top: 50px;
text-align: center;}
/*-----------------*/
/* CONTENT */
/*-----------------*/
#content{
	color: var(--text-color);
	padding: 32px 2vw 90px 2vw;
	box-sizing: border-box;
	z-index: 0;
}

.nohome #content{
	padding: 20px;
	z-index: 0;
    background-color: var(--back-color);

}

#content.hasnocontent{padding:0;}

/*-----------------*/
/* LEBONPRO */
/*-----------------*/
#lebonpro{
	background: var(--back-color);
	color: var(--text-color);
	padding: 60px 0;
}


/*-----------------*/
/* TEMPLATE AGENCE */
/*-----------------*/
#filterwidgetagence{
    text-align: right;
    padding: 10px;
    background: #f0f0f0;
    color: var(--text-color);
    border-bottom: 1px solid var(--back-color);
    font-size:12px;
    display: none;
}
#filterwidgetagence select{
	border:none;
	background:#fff;
	padding:2px 20px 2px 5px;
	box-sizing:border-box;
	border:1px solid #ccc;
}

.itemlistwidgetagence{
    box-sizing: border-box;
    line-height: 0;
    /* border-bottom: 1px solid var(--secondary-back-color); */
    /* background: var(--back-color); */
    text-align: center;
}
.itemlistwidgetagence:last-child
{
    /* border: none; */
}
.itemlistwidgetagence.active{
	outline-color: var(--primary-back-color)
}

.list_imgagence{
    height: 300px;
    overflow: hidden;
}
.list_infoagence{
    padding: 32px 25px;
    line-height: 170%;
    box-sizing: border-box;
    margin: 0 50px;
    background: var(--primary-back-color25);
    position: relative;
    border-radius: 2px;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 10%);
}



.list_infoagence .title_list_infoagence{/* text-transform: uppercase; */font-weight: bold;margin-bottom: 2px;padding-bottom: 2px;/* color: var(--back-color); */}
.list_infoagence .tel_list_infoagence a{color: var(--primary-back-color);}
.list_infoagence .more_list_infoagence{
    margin: 32px 0 0 0;
    text-align: left;
    text-decoration: underline;
    /* padding: 0 30px; */
    box-sizing: border-box;
}
.list_infoagence a{text-decoration: none;}
.list_infoagence a.button{color: var(--back-color)!important;}

/*-----------------*/
/* SINGLE AGENCE */
/*-----------------*/
#formagence{
    /* background: var(--secondary-back-color); */
    /* color: var(--secondary-text-color); */
    padding: 30px;
}
#map_agence{
    background: var(--back-color);
    align-items: stretch;
    color: var(--text-color);
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
}
#infoagence{
    background: var(--back-color);
    color: var(--text-color);
    line-height: 160%;
    padding: 20px 30px;
}
#boxlink_agence{
    padding: 30px;
}
#boxlink_agence a.blink_agence{
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 7px;
	border-bottom: 1px dashed var(--secondary-text-color);
	color: var(--secondary-text-color);
}

#boxlink_agence a.blink_agence:hover{
	border-bottom: 1px solid var(--secondary-text-color);
}
.gm-style .gmnoprint:last-child
{
    top: 50px!important;
}

.title_list_infoagence a
{
    font-family: var(--font-title);
    color: var(--text-color);
    font-size: 22px;
}

/*-----------------*/
/* CTA */
/*-----------------*/
.cta_labelBig{
    font-size: 1.4em;
    color: var(--tertiary-text-color);
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    font-family: var(--font-bold);
    text-align: center;
}
.cta_labelSmall{
    font-size: 1em;
    color: var(--tertiary-text-color);
    padding-bottom: 1em;
}
.cta_buttons{
    margin: 10px 0;
}
/*-----------------*/
/* Landing Form */
/*-----------------*/
.landing_labelBig{
    font-size: 1.4em;
    padding: 20px 0px;
    font-weight: bold;
    box-sizing: border-box;
}
.landing_labelSmall{
    font-size: 1em;
    padding-bottom: 1em;
    color: var(--primary-back-color);
}

/*-----------------*/
/* CATEGORY PAGE */
/*-----------------*/
#listarticles .listedarticle{
    position: relative;
    line-height: 0;
    box-shadow: 0 13px 20px -22px #000;
    outline-color: #ffffff99;
    outline-offset: -5px;
    outline-width: 1px;
    outline-style: dotted;
    height: 100%;
    box-sizing: border-box;
    min-height: 160px;
    background: var(--tertiary-back-color);
}
#listarticles .listedarticle h2{
    font-size: 20px;
    position: absolute;
    top: 10px;
    text-align: center;
    width: 90%;
    background: var(--text-color);
    margin: 0 5%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
}

#listarticles .listedarticle h2 a{
    color: var(--tertiary-text-color);
    text-decoration: none;
    width: 100%;
    display: block;
}
#listarticles .listedarticle .tc_content{
    position: absolute;
    background: #fff;
    padding: 0 10px;
    overflow: hidden;
    transition:0.3s all ease;
    z-index:2;
    font-size: 70%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
}

#listarticles .listedarticle:hover .tc_content{
	box-sizing: border-box;
	opacity: 1;
	transform: scaleY(1);
}
#listarticles .listedarticle:hover .tc_content p{
	margin:10px 0;
}

.nohome.category .blocthumb::before
{
    background: #0000004d;
    z-index: 0;
}


#listarticles .listedarticle .liresuite{
    position: absolute;
    bottom: 0;
    line-height: 100%;
    text-align: center;
    width: 100%;
    padding-bottom: 11px;
}


/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer #footerbloc{
	padding: 20px 32px;
	box-sizing: border-box;
	z-index: 12;
	position: relative;
    background-color: var(--black);
}

#footer
{
    position: relative;
    z-index: 13;
    background: var(--back-color);
}

#mapwidgetagence
{
    min-height: 400px;
}

/*LOGO*/
#footer #logofooter img{
    height: 150px;
    max-width: 90%;
}

/*MAPS*/
#footer #mapfooter{
	width:100%;
	padding: 0 30px;
	box-sizing: border-box;
}
#footer .maps_canvas{
    min-height: 170px;
}
#footer .maps_canvas img{
    transform: scale(0.8);
    transition:0.5s all ease;
}

#footer .maps_canvas:hover img{
	transform: scale(1);
}

/*ADDR FOOTER*/
#footer #addrfooter{
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
}
#footer #addrfooter #addrfooter_txt{
	background-image: url(../images/icons/map.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center left 5px;
	padding: 10px 25px;
	padding-left: 55px;
	box-sizing:border-box;
	width: 100%;
}

#footer #addrfooter #addrfooter_txt div{
    margin: 2px 3px;
    font-weight: 900;
}

/*NAVIGATION*/
#footer #navfooter{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#footer .titlefooter{font-weight:bold;color: var(--primary-back-color);text-transform: uppercase;display: inline-block;box-sizing: border-box;font-family: var(--font-title);}

#footer #navfooter #menu-footer{
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 20px;
}
#footer #navfooter #menu-footer li a{
    color: var(--white);
    text-decoration: none;
    font-weight: 900;
    transition: all 0.4s;
    font-weight: 100;
}

/*COPYRIGHT*/
#footer #footerlinks{
    box-sizing: border-box;
    text-align: center;
}
#footer #footerlinks a{
    color: var(--white);
    text-decoration: none;
    transition: all 0.4s;
    padding: 5px;
    display: inline-block;
}

/*----------------------------- formules gÃ©nÃ©rales -----------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------------- formules gÃ©nÃ©rales -----------------------------*/
/*----------------------------------------------------------------------*/
.baseBackground
{
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.baseBefore, .baseBef, .baseBefFull, .baseAftFull{z-index: 0;}
.baseBef:before, .baseAft::after
{
    content: "";
    position: absolute;
    z-index: -1;
}
.baseAftFull::after, .baseBefFull::before
{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.baseBefore:before, .baseAfter::after
{
    content: "";
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.baseFixed
{
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background: var(--text-color);
   z-index: 9999;
}

/*----------------------------- En tÃªte  full size  -----------------------------*/
.home #en-tete
{
    width: 100%;
    min-height: 850px;
    height: calc(100vh - 350px)!important;
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: var(--secondary-back-color);
}

.nohome.childpage #h1, .nohome.single:not(.woocommerce-php) #h1, .nohome #content{padding-top: 75px;}

.nohome #en-tete img
{
    max-height: 200px;
}

.nohome #thumbnailPage .blocthumb, .nohome #thumbnailPage .blocthumb img
{
    position: relative;
    max-height: 300px;
    overflow: hidden;
    line-height: 0;
}


.nohome #thumbnailPage .tc_excerpt
{
    background: var(--primary-back-color);
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    color: var(--back-color);
    max-width: 80%;
    transform: translateY(-50px);
}

.nohome #en-tete
{
    padding-top: 100px;
}

/*----------------------------- Header   -----------------------------*/
#addresseDiv {
    padding: 50px 25px;
    box-sizing: border-box;
}
#adresseHead{height: 100%;box-sizing: border-box;padding: 5px;}


/*----------------------------- ************ -----------------------------*/
.out{left: -100%;}
.loader {
    transition: left 0.9s;
    transition-delay: 0.4s;
}
/*----------------------------- LOADER   -----------------------------*/
.cm-spinner {
  height: 150px;
  width: 150px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 4px solid var(--secondary-back-color);
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  position: relative;
}

.cm-spinner::before,
.cm-spinner::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 50%;
  border: 4px solid transparent;
}

.cm-spinner::before {
  border-top-color: var(--primary-back-color25);
  -webkit-animation: 3s spin linear infinite;
  animation: 3s spin linear infinite;
}

.cm-spinner::after {
  border-top-color: var(--primary-back-color);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}   
             
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}   
        
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*----------- ActualitÃ©s ----------------*/

#slideactu{
    background: url(../images/bg-actu.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.title_slider
{
    margin: 0px;
    margin-bottom: 15px;
    box-sizing: border-box;
    text-align: left;
}

/*----------------------------- PRESTATIONS -----------------------------*/
#prestations .prev,#prestations .next,#__lpform_nom,
#certifications .prev,#certifications .next
{display: none;}

#prestations .tc_excerpt{text-align: center;}

/*----------------------------- FOOTER -----------------------------*/
#footer #menu-footer li{padding: 5px 15px;box-sizing: border-box;}

/*----------------------------- CONTACT -----------------------------*/
#cta_listelement .bthoraire, #cta_listelement .formulaireMail, #cta_listelement .phonea, #cta_byadresse .adresseIco, #cta_bytelport #phoneBT-infotelfixe
{
    display: inline-block;
}

#landingform
{
    padding: 70px 50px;
    box-sizing: border-box;
    background: var(--back-color);
    z-index: 1;
}

.accroche{box-sizing: border-box;border-radius: 3px;}
.nom.ckformfields{background-image: none!important;}

/*----------------------------- INFO TOOGLE -----------------------------*/
#info-toogle {
    height: 50px;
    padding: 5px;
    width: 50px;
    margin: 0px auto;
    background-color: var(--primary-back-color);
    background-image: url(../images/icons/info.svg);
    background-size: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 0px;
    z-index: 1;
}

/*----------------------------------------------------------------------*/
/*----------------------------- Animation -----------------------------*/
/*----------------------------------------------------------------------*/
.animation-element-up, .animation-element_toogle-up, .animation-element-child-up>*, .animation-element_toogle-child-up>*
{
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.6s;
}

.animation-element, .animation-element_toogle, .animation-element-child>*, .animation-element_toogle-child>*
{
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.6s;
}

.animClass.in-view, .animClassChild.in-view>*, .animClassToogle.in-view, .animClassChildToogle.in-view>*
{
    transform: translate(0px, 0px)!important;
    opacity: 1;
}

/*----------------------------- delay    -----------------------------*/

.delay:nth-child(2), .animClassChild.delay>*:nth-child(2){transition-delay: 0.2s;}
.delay:nth-child(3), .animClassChild.delay>*:nth-child(3){transition-delay: 0.4s;}
.delay:nth-child(4), .animClassChild.delay>*:nth-child(4){transition-delay: 0.6s;}
.delay:nth-child(5), .animClassChild.delay>*:nth-child(5){transition-delay: 0.8s;}
.delay:nth-child(6), .animClassChild.delay>*:nth-child(6){transition-delay: 1s;}



/*----------------------------- overflow    -----------------------------*/
.animClass, .animClassChild, .animClassToogle, .animClassChildToogle{overflow: hidden;}
.animClass.in-view, .animClassChild.in-view, .animClassToogle.in-view, .animClassChildToogle.in-view{overflow: inherit;}

/*----------------------------- Slogan / accroche  -----------------------------*/
.accroche-img {
    margin-bottom: 50px;
    border-radius: 2px;
    background-color: rgba(255,255,255,.45);
}
.accroche-img img{
    opacity: 0.75;
    border-radius: 2px;
}
.accroche .liresuite
{
    margin-top: 32px;
    margin-bottom: 0px;
}
#slogan-title
{
    font-size: 70px;
    font-family: var(--font-subtitle);
    display: block;
}

#slogan-sub, .innerTitle
{
    font-size: 23px;
    color: var(--back-color);
    display: inline-block;
    font-family: var(--font-title);
    margin-top: 32px;
    line-height: 160%;
    max-width: 90%;
    text-shadow: none!important;
    display: inline-block;
    margin: 32px auto;
    text-align: left;
    margin-right: 0;
    padding: 0 10px;
}

#slogan-title>strong
{
    display: inline-block;
}

.titleColor
{
    color: var(--primary-back-color);
}

/*----------------------------- TEXT     -----------------------------*/
.home #content .blocthumb, .home #content .article_content
{
    height: 100%;
    position: relative;
}

.nohome #content .wrappercontent
{
    padding: 25px;
    box-sizing: border-box;
}

.wrappercontent.ImageElem{
    z-index: -1;
}

/*----------------------------- Arrow-ck -----------------------------*/
#arrow-ck {
	position: absolute;
	bottom: 50px;
	box-sizing: border-box;
	height: 100px;
	width: 100px;
	padding: 5px 9px;
	left: 50%;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	border-radius: 50%;
	background: var(--back-color);
}
@-webkit-keyframes chevron-pulse {
	0% {opacity: 0; }
	40% {opacity: 1; }
	80% {opacity: 0; }
	100% {opacity: 0; }
}
@keyframes chevron-pulse {
	0% {opacity: 0; }
	40% {opacity: 1; }
	80% {opacity: 0; }
	100% {opacity: 0; }
}
#arrow-ck .tcon-svgchevron {width: 30px;height: 30px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
#arrow-ck .tcon-svgchevron path {-webkit-animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);fill: transparent;stroke: var(--text-color);stroke-width: 2px;}
#arrow-ck .tcon-svgchevron path.a1 {-webkit-animation-delay: 0s;animation-delay: 0s; }
#arrow-ck .tcon-svgchevron path.a2 {-webkit-animation-delay: -0.5s;animation-delay: -0.5s; }
#arrow-ck .tcon-svgchevron path.a3 {-webkit-animation-delay: -1s;animation-delay: -1s; }

/*----------------------------- MENU No home -----------------------------*/
.nohome #navprimary
{
    box-sizing: border-box;
}
/*------------------------ CONTACT CALL TO ACTION -----------------------*/
#cta #phoneBT-infotelfixe, #cta #phoneBT-infotelport, #cta .formulaireMail, #cta #header #infoadresse, #cta div, #cta_byadresse .adresseIco, #cta .bthoraire
{
    color: var(--back-color);
    margin: 5px 0;
}
#contactDiv .liresuite,
#contactDivBis .liresuite,
#vinsDiv .liresuite{margin: initial;}
.btn-cta{background: var(--primary-back-color);}

#contactDiv .btn-cta,
#contactDivBis .btn-cta,
#vinsDiv .btn-cta
{
    color: var(--back-color);
    font-family: var(--font-bold);
    border: 2px solid var(--back-color);
    text-transform: initial;
line-height: 1;}
#contactDiv .btn-cta:hover,
#contactDivBis .btn-cta:hover,
#vinsDiv .btn-cta:hover{
    background-color: var(--back-color);
    color: var(--primary-back-color);
}
#contactDiv div,
#contactDivBis div,
#vinsDiv div
{
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    font-family: var(--font-bold);
    font-size: 1.45em;
    text-align: center;
    line-height: 175%;
    color: var(--back-color);
    text-align: left;
}


#cta_byadresse .adresseIco
{
    background-image: url(../images/icons/mapHeader.svg);
}
/*----------------------------- HEADER -----------------------------*/
#header #adresseHead
{
    border-bottom: 1px solid #0000001f;
}
#header #navprimary{z-index: 1;width: 100%;}

.navigmenu .navigtoogle:not(.logo):hover .naviglink.lvl-0, .navigtoogle:not(.logo).active .naviglink.lvl-0
{
  color: var(--primary-back-color);
}

.navigtoogle.social svg:hover
{
    fill: var(--primary-back-color);
}

.navigmenu .navigtoogle.social::after{display: none;}

/*----------------------------- REASSURANCES -----------------------------*/
#reassurances svg
{
    height: 90px;
    max-width: 100%;
    position: relative;
}

.picto-bloc{position: relative;z-index: 1;}

.picto-bloc svg 
{
    padding: 15px;
    box-sizing: border-box;
}
.picto-bloc>*
{
    position: relative;
    z-index: 1;
}

/*----------------------------- prestations -----------------------------*/
#prestations .liresuite{font-size: 21px;position: absolute;bottom: -200px;left: 50%;transform: translateX(-50%);transition: all 0.4s;margin: 0 auto;}

#prestations .bloc_wpp-home::before
{
    background: red;
    z-index: 0;
}

#prestations .bloc_wpp-home img{transition: all 0.4s ease-in-out;object-fit: cover;width: 100%;}

#prestations article>h2
{
    margin-bottom: 40px;
    text-transform: uppercase;
    color: var(--back-color);
    text-align: center;
}

/*----------------------------- PAGES        -----------------------------*/




/*--------------------- LogoResponsive et logoHead --------------------*/
#logoResponsive img, #logoHead img
{
    box-sizing: border-box;
    max-width: 100%;
    max-height: 160px;
}

.logoCta
{
    max-height: 250px;
    padding: 25px 0;
    max-width: 80%;
}

/*----------------------------- ************ -----------------------------*/
.cekome_form .button.cf_submit:hover
{
    background-color: var(--primary-back-color);
    color: var(--back-color);
}

/*----------------------------- ************ -----------------------------*/
.nohome.single #thumbnailPage  .blocthumb{height: 100%;max-height: 100%;}

#thumbnailPage>article
{
    height: 100%;
}

/*----------------------------- HEADER -----------------------------*/
.navigtoogle.social svg
{
    height: 18px;
    fill: var(--text-color);
}
/*----------------------------- LINE AFTER BUTTON -----------------------------*/
.liresuite a{position: relative;}

#ContactLinkHead .liresuite a:after
{
   background: var(--text-color);
}

#ContactLinkHead .btn-cta
{
    background: var(--tertiary-back-color);
}

#prestations .liresuite a:after{display: none;}

#prestations .tc_content
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    width: 80%;
}
/*----------------------------- ACTUALITES -----------------------------*/
#slideactu .liresuite
{
    width: 100%;
    border-top: 1px solid #ffffff59;
}

.text_slider, .title_link_slider, .nohome.category .tc_content, .nohome.category h2 a
{
    color: var(--text-color);
}


/*----------------------------- ACTUS -----------------------------*/
#slideactu .thumbnail_slider:hover img
{
    transform: scale(1.2) rotate(-5deg);
}

/*----------------------------- CONTACT -----------------------------*/
#blocmaps
{
    box-sizing: border-box;
}

/*----------------------------- certifications -----------------------------*/
#certifications .widget_element h3{/* display: none; */font-size: 1.2em;/* color: var(--secondary-back-color); */}

/*---------------------- CEKOME STARS / Le bon pro ----------------------*/
.home .cekome-stars-icon{text-align: left;}

#navprimary .navigmenu .naviglink.lvl-1::after
{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--primary-back-color);
    z-index: -1;
}

/*----------------------------- partenaires -----------------------------*/
#partenaires
{
    padding: 60px 32px;
    box-sizing: border-box;
    overflow: hidden;
}

#partenaires .widget_element img
{
    object-fit: cover;
    max-height: initial;
    max-width: 100%;
}

#partenaires h2
{
    text-align: center;
    color: var(--back-color);
}

.template-rating-php #h1
{
    padding: 50px;
    box-sizing: border-box;
}

#en-tete #landingform h2{text-align: center;}

/*----------------------------- ************ -----------------------------*/
#slogan-title{color: var(--back-color);text-shadow: 2px 2px 2px #000000;text-align: left;/* text-shadow: 2px 2px black; */}
.navigBloc img{max-width: 100%;}
.hidden{display: none;}

/*----------------------------- ************ -----------------------------*/
h1,
h2,
h3 {
    letter-spacing: 2px;
}

.nohome h1{
    color: var(--primary-back-color);
    font-style: italic;
}

/*----------------------------- ************ -----------------------------*/
#header .navdown a:nth-child(1) {
    animation: sousmenu1 .4s 100ms ease-in-out forwards
}

#header .navdown a:nth-child(2) {
    animation: sousmenu .4s 200ms ease-in-out forwards
}

#header .navdown a:nth-child(3) {
    animation: sousmenu .4s 300ms ease-in-out forwards
}

#header .navdown a:nth-child(4) {
    animation: sousmenu .4s 400ms ease-in-out forwards
}

#header .navdown a:nth-child(5) {
    animation: sousmenu .4s 500ms ease-in-out forwards
}

#header .navdown a:nth-child(6) {
    animation: sousmenu .4s 600ms ease-in-out forwards
}

@keyframes sousmenu1 {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(.8)
    }

    50% {
        opacity: 1;
        transform: translateY(0) scale(.8)
    }

    100% {
        opacity: 1;
        transform: scale(1);
        background: var(--back-color);
    }
}

@keyframes sousmenu {
    0% {
        opacity: 0;
        z-index: -1;
        transform: translateY(-45px) scale(.6);
        background: var(--primary-back-color);
    }

    50% {
        opacity: .8;
        z-index: 2;
        transform: translateY(0) scale(.6);
        background: var(--primary-back-color);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        background: var(--back-color);
    }
}
.template-contact-php #content {
    background: none;
}
.template-contact-php #content h1{
    text-align: center;
}
.template-contact-php #content .wrappercontent{ padding: 0;}

.template-contact-php  #contactWrap::before{
    display: none;
}



#header .navdown a:hover::after{opacity: 1;}

/*----------------------------- ************ -----------------------------*/
.accroche .widget_element h3 
{
    display: inherit;
    text-align: left;
}
/*----------------------------- ************ -----------------------------*/
#footer .button
{
    color: var(--text-color);
    font-weight: 900;
}
/*----------------------------- ************ -----------------------------*/

.nohome.category .image_content img{height: 400px;}

.messerr{margin-bottom: 16px;}

/*----------------------------- ************ -----------------------------*/
#cta .adresseIco{cursor: initial;line-height: 145%;}

#cta
{background: var(--primary-back-color);}

#cta #listwidgetagence.flex.f2>*{
    width: 100%;
}
#cta #listwidgetagence .list_infoagence:before{
    display: none;
}
#cta #listwidgetagence .tel_list_infoagence a{
    color: var(--back-color);
}
#cta #listwidgetagence .tel_list_infoagence a:hover{
    color: var(--secondary-back-color);
}


.nohome .tc_content a strong,.nohome  .tc_content strong a,.nohome .tc_content  a {/* color: var(--primary-back-color)!important; */}

/*----------------------------- ************ -----------------------------*/
.nohome.single.galerie #contentPage img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-----------------*/
/* Gallery */
/*-----------------*/
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
  box-sizing: border-box;
}

#galleryHome{
	padding: 15px;
}
.gallery-item img{
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 500ms all ease-in-out;
}
#galleryHome .gallery{
	display: grid;
	width: 100%;
	/* grid-gap: 15px; */
	transition: 0.6s;
	grid-template-columns: repeat(6, 1fr);
	max-width: 100%;
	grid-template-rows: repeat(2, 400px);
}

#galleryHome .gallery .gallery-item{
	margin-bottom: 0;
	overflow: hidden;
}

#galleryHome .gallery .gallery-item .gallery-icon,
#galleryHome .gallery .gallery-item a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: zoom-in;
	background-color: var(--primary-bgcolor);
	position: relative;
}

.gallery .gallery-item a::after
{
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    transition: all 0.4s;
    opacity: 0.8;
}

.gallery .gallery-item a:hover img{
	transform: scale(1) rotate(0deg);
}


#galleryHome br
{
    display: none;
}

#galleryHome .gallery .gallery-item:first-of-type{
	grid-column: span 1;
	grid-row: span 1;
}
#galleryHome .gallery .gallery-item:nth-child(2){
	grid-column: span 1;
	grid-row: span 1;
}
#galleryHome .gallery .gallery-item:nth-child(3){
	grid-column: span 2;
	grid-row: span 2;
}
#galleryHome .gallery .gallery-item:nth-child(4){
	grid-column: span 2;
	grid-row: span 1;
}
#galleryHome .gallery .gallery-item:nth-child(5){
	grid-column: span 2;
	grid-row: span 1;
}
#galleryHome .gallery .gallery-item:nth-child(6){
	grid-column: span 2;
	grid-row: span 1;
}
#galleryHome .gallery .gallery-item:nth-child(7){
	grid-column: span 1;
	grid-row: span 1;
}
#galleryHome .gallery .gallery-item:nth-child(8){
	grid-column: span 1;
	grid-row: span 1;
}

/*----------------------------- ************ -----------------------------*/
.wrapsections-img, .wrapsections-img img
{
    max-height: 350px;
    max-width: 95%;
    margin: 0 auto;
}

/*----------------------------- ************ -----------------------------*/

.nohome.galerie .content-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.nohome.galerie #wrappersite h2 {
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5em;
    position: absolute;
    z-index: 1;
}

.nohome.galerie h2 a
{
    color: var(--back-color);
    text-decoration: none;
    font-family: var(--font-title);
    font-variant: small-caps;
}

.nohome.galerie .article_content{position: relative;overflow: hidden;}


.return-link
{
    padding: 32px;
    box-sizing: border-box;
}

.nohome.galerie.single .content{padding: 60px 32px;}

/*----------------------------- ************ -----------------------------*/
.text_slider{text-align: left;}

/*----------------------------- ************ -----------------------------*/
#adresseAccroche, #telAccroche, #horaireAccroche
{
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #2626262e;
}

#adresseAccroche:hover, #telAccroche:hover, #horaireAccroche:hover{background: #f5f5f5;}
#adresseAccroche{border-top: 1px solid #2626262e; }

#adresseAccroche #adresseAccrocheInner
{
    padding: 12px;
    padding-left: 50px;
    background-image: url(../images/icons/map.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: left 2px center;
    line-height: 175%;
}

#adresseAccroche #adresseAccrocheInner>div
{
    margin-right: 8px;
    text-align: left;
}

.nohome.childpage #landingform{margin-top: 50px;}

#landingform .landing_labelBig
{
    align-items: center;
    color: var(--text-color);
    font-family: var(--font-bold);
}

#landingform .landing_labelSmall
{
    margin-bottom: 32px;
}

.nohome.childpage #landing_listelement{ padding: 0;}

/*----------------------------- ************ -----------------------------*/
#content p
{
    line-height: 190%;
    margin-bottom: 20px;
}

/*----------------------------- ************ -----------------------------*/
.white_cform{top:35%!important;}
#slogan-sub ul
{
    text-align: center;
    max-width: 80%;
    margin:0 auto;
    list-style: initial;
}
#slogan-sub li
{
    display: inline-block;
    color: var(--back-color);
    position: relative;
    margin: 5px auto;
    font-family: var(--font-text);
    padding: 0 25px;
    text-shadow: 0px 0px 5px #000000bf;
}

#slogan-sub li::after
{
    content: "o";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 16px;
    height: 20px;
    line-height: 16px;
    padding: 0px 5px;
    z-index: 0;
    font-size: 16px;
    font-family: var(--font-text);
}

/*----------------------------- ************ -----------------------------*/
.wp-caption-text.gallery-caption
{
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--back-color);
    font-size: 25px;
    text-align: center;
    width: 100%;
    /* background: var(--primary-text-color); */
    padding: 16px;
    box-sizing: border-box;
    transition: all 0.4s;
z-index: 2;}
.gallery-item{position: relative;}

.gallery-item:hover .wp-caption-text.gallery-caption
{
    opacity: 1;
}

.gallery .gallery-item a:hover:after{bottom: 0;}
.lb-nav a.lb-prev, .lb-nav a.lb-next{ opacity: 1;}

/*----------------------------- ************ -----------------------------*/
#galleryHome
{
    position: relative;
    z-index: 1;
}

#galleryHome::after
{
    background: var(--back-color);
    z-index: 1;
    bottom: -15px;
    height: 76px;
    top: initial;
    left: initial;
    transform: skewY(-2deg);
}
/*----------------------------- ************ -----------------------------*/
.norobo{padding: 0px 15px;}

#cptchkbx-tplpg
{
    border: 1px solid #aaa!important;
    width: 15px!important;
    height: 15px!important;
    outline:none!important;
    line-height: 16px!important;
    font-size: 10px!important;
    position: static;
    float: none!important;
}
/*----------------------------- ************ -----------------------------*/
#slideactu:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.25);
}

#slideactu .ckctrldiv{
    bottom: -40px;
}

.titleSec
{
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 2px solid var(--primary-back-color);
    font-style: italic;
    margin-top: 0;
    line-height: 1;
    padding-bottom: 10px;
}
#slideactu h2
{
    /* color: var(--back-color); */
}

.nohome #slideactu h2
{
    margin-bottom: 0;
    text-align: left;
}
/*----------------------------- ************ -----------------------------*/
.nohome.childpage .gallery .gallery-item a:after, .nohome.single .gallery .gallery-item a:after{ display:none;}
.nohome.childpage .wp-caption-text.gallery-caption,.nohome.single .wp-caption-text.gallery-caption{font-size: 1em;}

/*----------------------------- ************ -----------------------------*/
#choixSections {
    width: 100%;
    display: grid;
}

#choixSections::before
{
    background: var(--text-color);
    opacity: 0.85;
}

.iconeSection
{
	position: relative;
	box-sizing: border-box;
	cursor:pointer;
	margin: 5px 0;
}

.subtitleImage
{
    box-sizing: border-box;
}

.subtitleImage:hover::before, .iconeActive .subtitleImage::before
{
    background-color: var(--tertiary-back-color);
    border-color: var(--tertiary-back-color);
    /* color: var(--back-color); */
}

.iconeActive.iconeSection p, .subtitleImage:hover p
{
    color: var(--tertiary-back-color);
}

.iconeSection .iconeImage
{
	height: 60%;
	background-size: contain!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background:url(../images/icone1.svg);
	position: relative;
	z-index:2;
}

.iconeSection p
{
	color: var(--back-color);
	display: inline-block;
	padding: 25px 50px;
	box-sizing: border-box;
	font-family: var(--font-title);
}

.iconeSection:nth-child(2) .iconeImage{background:url(../images/icone2.svg);}
.iconeSection:nth-child(3) .iconeImage{background:url(../images/icone3.svg);}
.iconeSection:nth-child(4) .iconeImage{background:url(../images/icone4.svg);}

.iconeSection
{
    padding: 0 10px;
    box-sizing: border-box;
    display: grid;
    align-content: center;
}

.horairesBloc
{
    padding: 32px;
    box-sizing: border-box;
}

.titlehoraires h2{ margin: 15px 0;}
/*----------------------------- ************ -----------------------------*/
.wrapText
{
    padding: 32px;
    box-sizing: border-box;
}
/*----------------------------- ************ -----------------------------*/
.bloc_inner_wpp h3 {
    text-align: center;
    margin-top: 32px;
    font-size: 1.3em;
    display: grid;
    align-items: stretch;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
}

.bloc_inner_wpp h3 a
{
    display: inline-block;
    padding: 18px 23px;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--back-color);
    text-shadow: 0px 0px 20px #000;
    border-radius: 3px;
    transition: all 0.4s;
    font-family: var(--font-bold);
    text-transform: capitalize;
}
.bloc_inner_wpp:hover h3{bottom: 50%;}
.bloc_inner_wpp h3 a:hover {color: var(--tertiary-back-color);}

.bloc_inner_wpp h3 a::before
{
    content: "";
    position: absolute;
    top:  -5px;
    left: -10px;
    width:  40px;
    height: 40px;
    background : url(../images/fav.png);
    background-size:contain;
    background-position:center center;
    background-repeat: no-repeat;
    opacity: 0.8;
}
/*----------------------------- ************ -----------------------------*/
#fieldDiv {
    display: grid;
    width: 100%;
    grid-gap: 10px;
    transition: 0.6s;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: stretch;
    align-content: center;
    box-sizing: border-box;
    padding: 20px 0px;
}

.cekome_form label:after{display: none;}

/*----------------------------- ************ -----------------------------*/
#infotelportEnTete
{
    margin-top: 20px;
}

#infotelportEnTete a
{
    background-color: var(--primary-back-color);
    padding: 38px 80px;
    color: var(--back-color);
    background-image: url(../images/icons/phoneHeader.svg);
    background-size: 32px;
    background-position: left 40px center;
}



#infotelportEnTete a:hover{background-color: var(--primary-back-color);}

/*----------------------------- ************ -----------------------------*/
#contactDiv,
#vinsDiv {
    padding: 50px 30px;
    box-sizing: border-box;
    background: var(--primary-back-color);
}
/*----------------------------- ************ -----------------------------*/
#partenaires .widget_element li{display: grid;align-items: center;grid-template-columns: 1fr;}
/*----------------------------- ************ -----------------------------*/
#certifications .widget_element li 
{
    line-height: 1;
    padding: 0;
    display: grid;
    align-items: center;
    transform: initial;
    opacity: 1;
}
/*----------------------------- ************ -----------------------------*/

#prestations{padding: 15px;box-sizing: border-box;}

.nohome.childpage #prestations .wrapperSections
{
    width: 100%;
    background: var(--secondary-back-color);
}


#prestations .bloc_wpp-home img {filter: brightness(0.8);}

#en-tete::after{
    background: #112f2dad;
}
/*----------------------------- ************ -----------------------------*/
.galerie h1 {
    text-align: center;
    margin: 32px auto;
    display: inline-block;
}
/*----------------------------- ************ -----------------------------*/
.return-link {
    background: var(--secondary-back-color);
    display: inline-block;
    transition: all 0.4s;
    padding: 32px;
    box-sizing: border-box;
    margin-top: 50px;
}

.return-link:hover {
    background: var(--primary-back-color);
}

.return-link a {
    text-decoration: none;
    color: var(--back-color);
    position: relative;
    font-family: var(--font-bold);
}
/*----------------------------- ************ -----------------------------*/
#cptchk-tplpg
{
    display: grid;
    height: 100%;
    box-sizing: border-box;
}

.template-contact-php #h1 
{
   box-sizing: border-box;
}

.template-contact-php #h1 h1 {margin-top: 32px;}

/*----------------------------- ************ -----------------------------*/
#cta_listelement
{
    box-sizing: border-box;
    padding: 32px 60px;
    font-size: 1.4em;
}

.etoile
{
    font-size: 2.5em;
    position: relative;
    top: 23px;
}
/*----------------------------- ************ -----------------------------*/
#cta #phoneBT-infotelport, #cta #phoneBT-infotelfixe
{
    background-image: url(../images/icons/phoneHeader.svg);
    color:var(--back-color);
}
#cta .bthoraire:hover, #cta #phoneBT-infotelfixe:hover{
    color: var(--secondary-back-color);
}
/*----------------------------- ************ -----------------------------*/
#header #phoneBT-infotelport {background-image: url(../images/icons/phoneHeader.svg);}

/*----------------------------- ************ -----------------------------*/
#thumbnailPage
{
    box-sizing: border-box;
    position: relative;
    margin-top: -250px;
}

.nohome #contactDiv
{
    border-radius: 10px;
    overflow: hidden;
    max-width: 95%;
    margin: 0 auto;
    margin-top: -150px;
    z-index: 1;
}

.nohome #contactDiv::after
{
    /* background: var(--tertiary-back-color); */
    /* opacity: 0.75; */
}

/*----------------------------- ************ -----------------------------*/
.nohome.childpage #content img, .nohome.page_entretien #content img
{
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

/*----------------------------- ************ -----------------------------*/
.bloc_inner_wpp .blocthumb{line-height: 0;overflow: hidden;}
.bloc_inner_wpp .blocthumb::after
{
    bottom: -100%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: var(--secondary-back-color);
    opacity: 0.8;
    transition: all 0.4s;
    z-index: 0;
    top: initial;
}

.bloc_inner_wpp:hover .blocthumb::after{bottom: 0;}
/*----------------------------- ************ -----------------------------*/
#prestations .bloc_inner_wpp:hover .liresuite{bottom: 28%;}



/*----------------------------- ************ -----------------------------*/
.mark
{
    z-index: 1;
    position: absolute;
    top: -3px;
    left: 20px;
    font-size: 1.4em;
    color: var(--back-color);
    background: var(--primary-text-color);
    padding: 25px 23px;
}
/*----------------------------- ************ -----------------------------*/

/*----------------------------- ************ -----------------------------*/

#descat
{
    background-image: none!important;
}
/*----------------------------- ************ -----------------------------*/
.share-buttons svg
{
    fill: var(--text-color);
    /* height: 17px; */
    height: 50px;
}
.share-buttons a
{
    text-decoration: none;
}
.share-buttons svg:hover
{
    fill: var(--primary-back-color);
}

#footer #navfooter #menu-footer li a:hover, #footer #footerlinks a:hover
{
    color: var(--primary-back-color);
}
/*----------------------------- ************ -----------------------------*/
.wrapElem
{
    display: grid;
    justify-items: center;
}

.homeMenu
{
    width: 100%;
    max-width: 500px;
}

.navigmenu .navigtoogle.parenthomeMenu::after
{
    display: none;
}


#agences{
    padding: 75px 0;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 10%);
    position: relative;
}
#agences:after{
    content: '';
    background: url(../images/logo-arbre-vert-bleger.png) center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 400px;
    height: 277px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -18%);
    z-index: -1;
    opacity: .30;
}
#contactWrap .list_infoagence{
    box-shadow: none;
}


/*----------------------------- ************ -----------------------------*/
#certifications
{
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 10%);

}
#certifications .widget_element
{
    box-sizing: border-box;
    gap: 0;
    overflow: hidden;
    margin: 50px auto;
}

#certifications .widget_element li
{
    padding: 37px 32px;
    box-sizing: border-box;
}

#certifications .widget_element li
{
    border-left: 1px solid #eaeaea;
}

#certifications .widget_element li:first-of-type{
    border-left: 0;
}

/*----------------------------- ************ -----------------------------*/
.home #partenaires
{
    background-attachment:fixed;
    background-size:cover;
    background-position:center center;
    background-repeat: no-repeat;
}
.home #partenaires::before
{
    background: #0000004a;
}
.home #partenaires::after
{
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid var(--back-color);
}

.home #partenaires .widget_element
{
    justify-items: center;
}

.home #partenaires .widget_element .wrapElem
{
    width: 250px;
    height: 250px;
    background: var(--back-color);
    /* padding: 10px; */
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    display: grid;
    align-content: center;
    /* border-bottom-left-radius: 5px; */
}

.home #partenaires .widget_element h3
{
    font-size: 1.2em;
    color: var(--text-color);
    padding: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.loginSpan
{
    display: none;
}
/*----------------------------- ************ -----------------------------*/
/* .liresuite a::after
{
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 100%;
    height: 100%;
    background : var(--secondary-back-color);
    z-index: -1;
    border-radius: 1px;
} */
#header #infoadresse #infoadresse_inner div,#header #phoneBT-infotelfixe, #header .horairesBT
{
    font-size: 15Px;
    font-weight: 100;
    font-family: var(--font-text)!important;
}
/*----------------------------- ************ -----------------------------*/
#contactWrap
{
    padding: 50px 32px;
    padding-top: 120px;
    box-sizing: border-box;
    z-index: 14;
}

#contactWrap::before
{
    background-image: url(../images/bg-contact.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    transform: none;
    top: 0;
    left: 0;
}


.chkbx
{
    display: flex;
}

.wrapContactChild
{
    box-shadow: 0px 0px 25px #0000003d;
}

#cta .horairesBT
{
    background-image: url(../images/icons/clockHeader.svg);
}
/*----------------------------- ************ -----------------------------*/
.picto-container
{
    margin: 0;
    gap: 20px;
    width: 100%;
}
.picto-container li
{
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-left: 1px solid #eaeaea;
}
.picto-container li:first-of-type{
    border-left: 0;
}

.picto-container li p{
    font-size: 1.2em;
    /* color: var(--primary-back-color); */
    font-family: var(--font-title);
    color: var(--title-color);
    font-weight: 400;
    letter-spacing: 2px;
}


/*----------------------------- ************ -----------------------------*/
.home #content .article_content
{
    max-width: 800px;
    margin: 0 auto;
}
.home #content .article_content img
{
    border-radius: 2px;
}
/*----------------------------- ************ -----------------------------*/
#produits
{
    padding: 60px 32px;
    box-sizing: border-box;
}

#produits .products
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

#produits .products img
{
    object-fit: cover;
    max-width: 100%;
    height: 500px;
}

#produits a:not(.button)
{
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.4s;
}

.home #produits .product-category .button
{
    display: none;
}

#produits .woocommerce-loop-category__title
{
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    text-align: center;
}

mark
{
    background: #fff0;
}

#produits a:hover
{
    color: var(--primary-back-color);
}

.home .shop_cat_desc
{
    display: none;
}

/*----------------------------- ************ -----------------------------*/
.liproduct img
{
    object-fit: contain;
    height: 400px;
    
    box-sizing: border-box;
    transition: all 0.4s;
}
.woocommerce-category-php .liproduct img
{
    /* padding: 0; */
    object-fit: contain;
}

/*----------------------------- ************ -----------------------------*/
.star-rating
{
    color: var(--text-color);
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

#primaryimgsinglewoo img
{
    max-height: 600px;
    object-fit: contain;
}

.sbwoo>article:first-of-type
{
    display: none;
}

.sbwoo h4
{
    font-size: 1em;
    margin-bottom: 2px;
    font-family: var(--font-title);
    font-weight: 100;
}
/*----------------------------- ************ -----------------------------*/
#filtres
{
    padding: 10px;
    box-sizing: border-box;
}

.sbwoo
{
    background: var(--tertiary-back-color);
    padding: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--back-color);
    margin: 0 auto;
    
    /* box-shadow: 0px 0px 10px #0000008f; */
}

.sbwoo h3
{
    font-size: 1.4em;
}

.woocommerce-product-search .search-field
{
    margin: 10px 0;
    display: inline-block;
}
.sbwoo .button, .sbwoo button
{
    background: var(--secondary-back-color);
    margin-top: 40px;
}
.sbwoo .button:hover, .sbwoo button:hover
{
    background: var(--primary-back-color);
}

.woocommerce-php.single #h1.titlesinglewoo
{
    text-align: left;
    padding: 0;
}

.ckslider>*
{
    animation-fill-mode: forwards!important;
}

#bandeau
{
    height: 500px;
    background-image: url(../images/background6.jpg);
    /* background-attachment:fixed; */
    background-size:cover;
    background-position:center center;
    background-repeat: no-repeat;
}
/*----------------------------- ************ -----------------------------*/
.ImageElem
{
    /* margin-top: -150px; */
}
/*----------------------------- ************ -----------------------------*/
.home #partenaires .widget_element img
{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s;
}

.home #partenaires .widget_element li:hover img
{
    opacity: 0.3;
}

/*----------------------------- ************ -----------------------------*/
/*----------------------------- ************ -----------------------------*/
.woocommerce-product-attributes-item__value a
{
    color: var(--primary-back-color);
    text-decoration: none;
}
.woocommerce-product-attributes-item__value a:hover
{
    color: var(--text-color);
}
.woocommerce-product-attributes-item
{
    box-sizing: border-box;
}

#tab-additional_information .shop_attributes th
{
    border-right: 1px solid #00000017;
}

#tab-additional_information .shop_attributes tr:not(:last-child) th, #tab-additional_information .shop_attributes tr:not(:last-child) td
{
    border-bottom: 1px solid #00000017;
}
/*----------------------------- ************ -----------------------------*/
.related
{
    padding: 32px;
    box-sizing: border-box;
}
.related h2
{
    text-align: center;
    margin: 32px auto;
    margin-bottom: 90px;
}
.related .products
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.related .products li
{
    text-align: center;
    position: relative;
    list-style: none;
    height: 100%;
    background: var(--back-color);
    /* box-shadow: 0px 0px 20px #00000014; */
    box-sizing: border-box;
}
.related .products img
{
    height: 300px;
    object-fit: contain;
    padding-top: 20px;
    box-sizing: border-box;
}

.related .products a
{
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.4s;
}
.related .products a:hover
{
    color: var(--primary-back-color);
}

.related .products h3
{
    text-align: center;
    font-size: 1em;
}

.nohome.galerie:not(.single) #content .blocthumb::before
{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background : var(--tertiary-back-color);
    opacity: 0.3;
    transition: all 0.4s;
}

.nohome.galerie:not(.single) #content .blocthumb:hover::before
{
    opacity: 0.1;
}
/*----------------------------- ************ -----------------------------*/
.nohome.woocommerce-category-php.product .liproduct img
{
    object-fit: cover;
}
/*-----------------------------------------------------------*/
.wrapSections
{
    padding: 70px 50px;
    box-sizing: border-box;
    margin: 50px 0;
}
.sectionsbloc.odd .tc_content:before{
    right: -50%;
}
.sectionsbloc.even .tc_content:before{
    top: 12%;
    left: -50%;
    right: 0;
}
/*-----------------------------------------------------------*/

.home .social{
    padding: 25px 0;
    margin: 0;
    max-width: 100%;
    background: var(--black);
    margin-top: 100px;
}
.home .social .share-buttons {
    text-align: center;
}
.home .social .share-buttons  a{
    display: inline-block;
    margin: 15px 25px;
}

.home .social .share-buttons svg {
    width: 35px;
    height: 35px;
    fill: var(--primary-back-color);
}
.home .social  .share-buttons a:hover svg {
    fill: var(--white);
}


/*-----------------------------------------------------------*/
.picto-bloc p
{
    margin: 0;
}
#reassurances .picto-container
{
    margin: 0;
}


#reassurances
{
    padding: 50px 32px;
    box-sizing: border-box;
    position: relative;
}

/*--------------------------------------------*/
.catalogueParent .titleproduct
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s;
z-index: 2;}


.catalogueParent mark,.catalogueParent .titleproduct
{
    color: var(--back-color)!important;
}

.hrefproduct::before, .gallery-item::before
{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #000;
    pointer-events: none;
    transition: all 0.4s;
}

.catalogueParent .liproduct:hover .hrefproduct::before,.gallery-item:hover::before
{
    opacity: 0.7;
}
.catalogueParent .liproduct:hover img, .gallery-icon:hover img
{
    transform: scale(1.2);
}

.catalogueParent .liproduct:hover .titleproduct
{
    opacity: 1;
}
/*--------------------------------------------*/
.nohome:not(.catalogueParent) .liproduct, .related .products li
{
    padding: 20px;
    box-sizing: border-box;
    overflow: initial;
}
.nohome:not(.catalogueParent) .liproduct::before, .related .products li::before
{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    z-index: 0;
    border: 1Px solid #00000026;
    box-sizing: border-box;
}
.nohome:not(.catalogueParent) .titleproduct, .related .products li .woocommerce-loop-product__title
{
    box-shadow: 0px 0px 20px #0000001c;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 30px;
    background:var(--back-color);
    font-size: 14px;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
}

.nohome:not(.catalogueParent) .liproduct img, .related .products li img
{
    height: 300Px;
}
/*--------------------------------------------*/
#thumbnailPage.empty {
    background: url(../images/background2.jpg);
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.selection
{
    font-size: 14px;
}

.cremants #thumbnailPage
{
    margin-top: 30px;
    background-size: contain!important;
}
/*--------------------------------------------*/
#certifications .ckctrldiv
{
    display: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber
{
    padding: 5px!important;
}

#slideactu .subtitle
{
    text-align: center;
}
.subtitle
{
    color: var(--primary-back-color);
    font-size: 40px;
    display: inline-grid;
    position: relative;
    font-family: var(--font-subtitle);
    margin-bottom: 0;
}

.subtitle:before {
    margin-left: -47px;
    left: 0;
    right: auto;
}
.subtitle:before {
    display: block;
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    left: 0;
    background-color: var(--primary-back-color);
    top: 20px;
}

.subtitle:after {
    display: block;
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: var(--primary-back-color);
    top: 20px;
    margin-right: -47px;
    right: 0;
}

.subtitle.white, .titleSec.white
{
    color: var(--back-color);
}
.subtitle.white:before,.subtitle.white::after
{
    background: var(--back-color);
}
/*--------------------------------------------*/
.st, .st-hint-trigger {
    background: var(--primary-back-color)!important;
    border-color: var(--primary-back-color)!important;
}
.cekome-stars-list .fs
{
    color: var(--primary-back-color)!important;
}

.cekome-stars .st-focus:hover {
    background: var(--text-color)!important;
    border-color: var(--text-color)!important;
    color: var(--back-color)!important;
}


#produits::before
{
    top: -100px;
    background: var(--text-color);
    height: 400px;
}

.page_nos-vins .wp-block-gallery{
    margin-top: 75px !important;
}


#tarteaucitronManager font,
.tarteaucitronH1 font,
#tarteaucitronClosePanel font,
#tarteaucitronCookiesNumber font,
#tarteaucitronInfo font,
.tarteaucitronH2 font{
    color: #fff !important;
} 

#tarteaucitronPrivacyUrlDialog font,
.tarteaucitronAllow font,
.tarteaucitronName .tarteaucitronH3 font,
#tarteaucitron-toggle-group font{
    color: #333 !important;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {
    font: 15px verdana;
    color: #fff !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #fff !important;
    color: #333 !important;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 5px 10px;
}