/*-----------------*/
/* VARIABLE */
/*-----------------*/
:root
{
	/*COLORS*/
	--primary-back-color: #fc9517;
	--secondary-back-color: #0071cb;
	--tertiary-back-color: #FF5722;
	--back-color: #fff;
	--primary-text-color: #8e8e8e;
	--secondary-text-color: #29282d;
	--tertiary-text-color: #ffffff;
	--text-color: #000000;

	/*FONTS*/
    --font-emphase:RussoOne,sans-serif;
	--font-title:MontserratBold, sans-serif;
	--font-bold:MontserratSemiBold, sans-serif;
	--font-text:MontserratRegular,sans-serif;
}

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

@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype'),
         url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
         url('../fonts/Montserrat-SemiBold.woff') format('woff'),
         url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
         url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

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




body {
  overflow-y: auto;
  font-size: 17px;
  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;
  background: var(--back-color);
  color: var(--text-color);
  scroll-behavior: smooth;
}

.posrel{
  position: relative;
}

.posabs{
  position: absolute;
}

.posfix
{
    position: fixed;
}

/*-----------------*/
/* Title */
/*-----------------*/
h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
	margin: 16px 0px;
	letter-spacing: 0.03em;
	font-weight: 600;
	/* color: var(--primary-back-color); */
	font-family: var(--font-title), sans-serif;
}

h2, h3, h4, h5, h6 {
	/* text-align: left; */
}

h1 {
    text-align: center;
    max-width: 1220px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}


h1{font-size: 2em;}
h2{font-size: 2em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

@media(max-width: 1280px)
{	
    h1{font-size: 2em;}
    h2{font-size: 1.8em;}
}
@media(max-width: 980px)
{	
    h1{font-size: 1.8em;}
    h2{font-size: 1.8em;}
    h3{font-size: 1.3em;}
    h4{font-size: 1.2em;}
    h5{font-size: 1.1em;}
    h6{font-size: 1em;}
}

@media(max-width: 480px)
{	
    h1{font-size: 1.5em;}
    h2{font-size: 1.5em;}
    h3{font-size: 1.3em;}
    h4{font-size: 1.2em;}
    h5{font-size: 1.1em;}
    h6{font-size: 1em;}    
}

h3{margin-top: 25px;}
/*-----------------*/
/* Image */
/*-----------------*/
img.cover{
	object-fit: cover;
	width: 100%;
	height: 100%;
}


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

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

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;
    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: 20px;
    height: 30px;
    width: 30px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icons/close.png);
}

.innermodal{
	padding: 50px;
	background: #fff;
	box-shadow: 0 13px 20px -22px;
	position: relative;
	pointer-events: bounding-box;
	max-width: 600px;
}

.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: initial;
	margin-bottom: 20px;
	text-align: center;
	color: var(--text-color);
}

.bthoraire{
	cursor: pointer;
}

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

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

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


.underbutton.icon > *, button.icon, .button.icon{
  padding-left: 50px;
  background-size: 22px;
  font-size: 19px;
  background-position: 10px 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-infotelfixe2, #phoneBT-infotelport, #phoneBT-infotelport2, .horairesBT, .formulaireMail, #cta_byadresse .adresseIco, #infoadresse_inner{
	display: flex;
	box-sizing: border-box;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: transparent;
	box-shadow: none;
	letter-spacing: initial!important;
}
#cta_byadresse #mailTo{
    color: var(--tertiary-back-color);
}

#header #phoneBT-infotelfixe,#header #phoneBT-infotelfixe2, #header #phoneBT-infotelport, .horairesBT, .formulaireMail, #infoadresse, #cta_byadresse .adresseIco, #header .horairesBT, .sociblock .share-buttons span, #phoneBT-infotelport.button, #phoneBT-infotelport2.button
{
	color: var(--back-color);
	border: none;
	font-family: var(--font-text);
}

#header .horairesBT,#header #infoadresse
{
    color: var(--back-color);
}


.desccontact,
.blc_checkbox label {
    color: var(--back-color);
    font-size: 16px !important;
}

.privacyform_lab a {
    color: var(--back-color);
    transition: all 0.4s;
}

#backBTsinglewoo{
	display: flex;
	width: 220px;
	box-sizing:border-box;
	background-size: 18px;
}

#phoneBT-infotelfixe{background-image: url(../images/icons/phone.svg);}
#header #phoneBT-infotelfixe,
#header #phoneBT-infotelport,
#header #phoneBT-infotelfixe2,
#header #phoneBT-infotelport2 {
    word-break: keep-all;
    white-space: nowrap;
    background-image: url(../images/icons/phoneHeader.svg);
}
#phoneBT-infotelport,#phoneBT-infotelport2{background-image: url(../images/icons/phoneHeader.svg);}
.horairesBT{background-image: url(../images/icons/clockHeader.svg);}
.formulaireMail{background-image:url(../images/icons/mail.svg);}


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

@supports (display: flow-root) {
	.tc_content, .tc_content > h2:not([class*="wp-block"]), .tc_content > h3:not([class*="wp-block"]), .tc_content > h4:not([class*="wp-block"]), .tc_content > h5:not([class*="wp-block"]), .tc_content > h6:not([class*="wp-block"]), .tc_content > p:not([class*="wp-block"]), .tc_content > ol:not([class*="wp-block"]), .tc_content > pre, .tc_content > blockquote, .tc_content > figure, .tc_content .wp-block-media-text__content p:not(.schema-faq-answer){
		/* min-width: 240px; */
		display: flow-root;
	}
}

.tc_content{
    line-height: 175%;
    box-sizing: border-box;
    text-align: left;
    word-break: break-word;
}
.tc_content h2, .tc_content h3, .tc_content h4, .tc_content h5, .tc_content h6{
	margin-top: 1em;
	margin-bottom: 0.7em;
}
.nohome .tc_content h3 {
    color: var(--text-color);
    font-weight: 100;
    margin: 30px 0;
    font-family: var(--font-title);
}

.tc_content a:not([class*="button"]){
    color: var(--primary-back-color);
    text-decoration: underline;
    font-family: var(--font-title);
    transition: all 0.4s;
}
.tc_content strong, .tc_content b{
    color: var(--primary-back-color);
    transition: all 0.4s;
}

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: #fff0;
  border: none!important;
  position: relative;
  margin: 2em 10px !important;
  padding: 1em 30px !important;
  max-width: 100%;
  box-sizing: border-box;
  border-left: 6Px solid var(--primary-back-color)!important;
}
.tc_content blockquote cite{
    display: block;
    text-align: right;
    color: var(--primary-back-color);
}

.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(--text-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);padding: 10px!important;box-sizing: border-box;}

.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: 15;box-sizing: border-box;height: auto!important;}
#header #logo {text-align: center;}
#header #noshare {text-align: center;overflow: hidden;box-sizing: border-box;}
#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);
}

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

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

#header #infoadresse #infoadresse_inner, #cta .adresseIco
{
    background-image: url(../images/icons/mapHeader.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: left 8px center;
    padding-left: 45px;
    padding-right: 35px;
}
#cta .adresseIco
{
    background-image: url(../images/icons/map.svg);
}
#header #infoadresse #infoadresse_inner div {margin: 0 3px;text-align: left;display: inline-block;padding: 6px 0;line-height: 1.2;/* font-weight: 900; */}


/*-----------------*/
/* MENU PRIMARY */
/*-----------------*/
#navprimary .ckmenu-nav{color: var(--back-color);}

#navprimary .navigmenu .navigtoogle > .navdown{
    text-align: left;
    font-size: 0.85em;
}

#navprimary .navigmenu .naviglink.lvl-1{
	opacity: 0;
	color: var(--text-color);
	padding: 10px;
	box-sizing: border-box;
}

/*-----------------*/
/* SLIDER ACTU */
/*-----------------*/
#slideactu {
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

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

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

.wrapper_inner_slider{
    transition: 0.4s all ease;
    background: var(--title-color);
}

.thumbnail_slider>a
{
    display: block;
    line-height: 0;
    height: 100%;
}

.img_thumbnail_slider{
    width: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.content_slider {
    padding: 30px 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    text-align: left;
    display: grid;
    align-content: center;
}
.title_link_slider{
    text-decoration: none;
    text-transform: initial;
    font-size: 1.5em;
    line-height: 1.2em;
    font-family: var(--font-bold);
    letter-spacing: 0.03em;
    width: 100%;
    display: block;
    padding-bottom: 17px;
    min-height: 56px;
    display: grid;
    align-items: center;
    transition: all 0.4s;
}
.text_slider, .nohome.category .tc_content{
    line-height: 175%;
    padding: 15px 0px;
    box-sizing: border-box;
    width: 100%;
}
.text_slider
{
    padding: 30px;
}
.next_slider{
    text-align: right;
}

@media (max-width:980px) {
  .thumbnail_slider{
      max-height: 500px;
  }
}

/*-----------------*/
/* PRESTATION BLOC */
/*-----------------*/
#prestations
{
    background-size: cover;
    position: relative;
}

#prestations .widget_parentpage .bloc_inner_wpp h2 
{
    font-family: var(--font-title);
    text-transform: initial;
    font-size: 1.2em;
    text-align: center;
    /* transform: translate3d(0, 50px, 0); */
    /* transition: transform 0.35s; */
    margin: 0;
    margin-bottom: 20px;
    }
#prestations .widget_parentpage .bloc_inner_wpp h2 a
{
    color: var(--text-color);
    text-decoration: none;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: initial;
    transition: all 0.4s;
}

#prestations .tc_content
{
    padding: 15px 25px;
    box-sizing: border-box;
    transition: all 0.4s;
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.section_thumb
{
    position: relative;
    box-sizing: border-box;
}
.section_thumb .blocthumb{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.section_txt{
    box-sizing:border-box;
    /* padding: 32px; */
    text-align: center;
    position: relative;
}


.sectionsbloc h2{
    padding: 16px 0;
    text-align: center;
    position: relative;
    text-transform: initial;
    font-family: var(--font-title);
}

.sectionsbloc .section_txt .liresuite a.button
{
    white-space: inherit;
    margin-top: 40px;
}

/*-----------------*/
/* 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: 10px;
}
.widget_element img{
    max-width: 80%;
    width: auto;
    object-fit: contain;
    max-height: 90px;
}
.widget_element a{
    line-height: 0;
    width: 100%;
    padding: 5px 0;
}

.widget_element h3,
.widget_element h3 a{
	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;
}
#partenaires .widget_element h3,#certifications .widget_element h3
{
    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
{
    position: absolute;
    top: 0;
    left: 0;
}

.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: 80px;
    z-index: 1;
}

#slogan-title
{
    color: var(--text-color);
    font-size: 3em;
    box-sizing: border-box;
    position: relative;
}

/*-----------------*/
/* CONTENT */
/*-----------------*/
#content{
	color: var(--text-color);
	padding: 32px;
	box-sizing: border-box;
	z-index: 0;
}

.nohome #content
{
	padding: 100px 20px;
	padding-bottom: 160px;
}

#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 #efefef;
    background: var(--back-color);
}
.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: 130%;
    width: calc(100% - 130px);
    box-sizing: border-box;
}
.list_infoagence .title_list_infoagence{font-weight: bold;margin-bottom: 2px;padding-bottom: 2px;}
.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{
    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-weight: bold;
}
.cta_labelSmall{
    font-size: 1em;
    color: var(--tertiary-text-color);
    padding-bottom: 1em;
}

/* Landing Form */

.landing_labelBig{
    padding-top: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    color: var(--primary-back-color);
}
.landing_labelSmall{
    font-size: 1.8em;
    padding-bottom: 15px;
    color: var(--text-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;
}

#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{
	color: var(--text-color);
	box-sizing: border-box;
	position: relative;
	font-family: var(--font-title);
	font-weight: 300;
	padding-top: 30px;
}

#footer
{
    position: relative;
    z-index: 15;
}

#mapwidgetagence
{
    min-height: 400px;
}

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

/*MAPS*/
#footer #mapfooter{
	width:100%;
	padding: 0 30px;
	box-sizing: border-box;
}
#footer .maps_canvas{
    min-height: 400px;
}

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

#footer #addrfooter #addrfooter_txt div{
    margin-right: 6px;
    font-weight: 900;
}

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

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

#footer #navfooter #menu-footer{
    list-style-type: none;
    list-style-position: inside;
    line-height: 1.6em;
}
#footer #navfooter #menu-footer li a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 19px;
    transition: all 0.4s;
    font-family: var(--font-text);
}

/*COPYRIGHT*/
#footer #footerlinks{
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
#footer #footerlinks a{
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.4s;
    font-family: var(--font-text);
}
/*----------------------------- formules générales -----------------------------*/
.baseBackground
{
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.baseBefFull, .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%;
    position: relative;
    overflow: visible!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 0;
    overflow: hidden!important;
}


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

.nohome #thumbnailPage .blocthumb, .nohome #thumbnailPage .blocthumb img
{
    position: relative;
    min-height: 400px;
    height: calc(70vh - 100px);
    overflow: hidden;
    object-fit: cover;
}

.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;
}

/*----------------------------- LOADER   -----------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    transition-delay: 1.4s;
  }
  body.loaded #loader.out
  {
    left: -110%;
  }
  #loader
  {
      display: grid;
      align-items: center;
      justify-items: center;
  }
  .loaderText
  {
    color: var(--back-color);
    margin-top: 300px;
    font-size: 14px;
  }
  /*-----------------------------------------------------------*/
  
  
 .titleAppear {
    color: var(--back-color);
    position: absolute;
    font-size: 3.5em;
    height: 1em;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    text-align: center;
    font-family: var(--font-emphase);
    text-transform: uppercase;
    opacity: 0;
    animation: appear 3s 0s forwards;
  }
  
  @keyframes appear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

/*----------------------------------------------------------------------*/
/*----------- Actualités ----------------*/
/*----------------------------------------------------------------------*/

#slideactu .wrappercontent{height: 100%;}

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

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

/*----------------------------- FOOTER -----------------------------*/
#footer #menu-footer{padding: 8px 0px;}
#footer #menu-footer li{padding: 10px;}

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

#landingform, #cta
{
    /* padding: 14px; */
    box-sizing: border-box;
    text-align: center;
    z-index: 3;
    position: relative;
}
.nom.ckformfields
{
    background-image: none!important;
}

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

/*----------------------------- 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;
}
.animationDirection
{
    position: relative;
    overflow: hidden;
}
.animationDirection::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-back-color);
    transition: all 0.5s;
    top: 0;
    z-index: 2;
}

.animationDirection.left::before{left: 0%;}
.animationDirection.left.in-view::before{left:-100%;}

.animationDirection.right::before{right: 0%;left: initial;}
.animationDirection.right.in-view::before{right: -100%;}

.animationDirection.top::before{top: 0%;}
.animationDirection.top.in-view::before{top:-100%;}

.animationDirection.bottom::before{bottom: 0%; top: initial;}
.animationDirection.bottom.in-view::before{bottom: -100%;}

.animationDirection.back::before{background: var(--back-color);}
.animationDirection.primback::before{background: var(--primary-back-color);}
.animationDirection.secback::before{background: var(--secondary-text-color);}
.animationDirection.tertback::before{background: var(--tertiary-back-color);}
.animationDirection.textback::before{background: var(--text-color)}
.animationDirection.primtextback::before{background: var(--primary-text-color);}
.animationDirection.texttertback::before{background: var(--tertiary-text-color)}
/*----------------------------- 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.3s;}
.delay:nth-child(4), .animClassChild.delay>*:nth-child(4){transition-delay: 0.4s;}
.delay:nth-child(5), .animClassChild.delay>*:nth-child(5){transition-delay: 0.5s;}
.delay:nth-child(6), .animClassChild.delay>*:nth-child(6){transition-delay: 0.6s;}
.delay:nth-child(7), .animClassChild.delay>*:nth-child(7){transition-delay: 0.7s;}
.delay:nth-child(8), .animClassChild.delay>*:nth-child(8){transition-delay: 0.8s;}



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

/*----------------------------- Slogan / accroche  -----------------------------*/
#slogan-sub {
    font-size: 1.2em;
    color: var(--back-color);
    display: block;
    margin: 32px auto;
    max-width: 90%;
    margin-top: 20px;
    line-height: 1.3;
    text-shadow: none !important;
    font-family: var(--font-title);
    /* text-transform: uppercase; */
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.4;
}

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

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

/*----------------------------- TEXT     -----------------------------*/
#content .wrappercontent
{
    box-sizing: border-box;
    z-index: 3;
}

/*----------------------------- 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%);
}
@-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(--back-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-infotelfixe2, #cta #phoneBT-infotelport, #cta #phoneBT-infotelport2, #cta .formulaireMail, #cta #header #infoadresse, #footer #cta_byadresse .adresseIco
{
    color: var(--back-color);
    background: none;
    padding: 8px 20px;
    position: relative;
    font-family: var(--font-text);
    transition: all 0.4s;
}
#cta .button:hover{background-color: transparent;}

#contactDiv>div
{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
/*----------------------------- HEADER -----------------------------*/
#header #navprimary {
    width: 100%;
    /* min-width: 100%; */
    box-sizing: border-box;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*----------------------------- REASSURANCES -----------------------------*/
#reassurances svg {
    height: 60px;
    max-width: 100%;
    position: relative;
}
.picto-bloc{position: relative;}

.picto-bloc svg 
{
    padding: 5px;
    box-sizing: border-box;
}
/*----------------------------- prestations -----------------------------*/
.template-contact-php #landingform {
    z-index: 10;
}

.columnOrder {
    flex-direction: column;
}

.nohome #content h3 {
    color: var(--text-color);
    font-variant: inherit;
}

.privacyform_chk {
    box-shadow: none;
    height: 18px;
    width: 18px;
    margin-right: 10px !important;
}

#contentBefore h2 {
    margin: 30px 0px;
    margin-bottom: 60Px;
    text-align: center;
}

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

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

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

#thumbnailPage>article
{
    height: 100%;
    text-align: center;
    display: grid;
    align-items: center;
    width: 100%;
}
/*----------------------------- HEADER -----------------------------*/
.navigtoogle.social svg
{
    height: 30px;
    padding: 5px;
    border-radius: 30%;
    fill: var(--back-color);
    transition: all 0.4s;
    box-sizing: border-box;
}
.navigtoogle.social svg:hover
{
    fill: var(--tertiary-back-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 .tc_content {
    box-sizing: border-box;
    z-index: 1;
    padding: 10px 0;
    /* color: var(--back-color); */
    /* transform: translate3d(0, 60px, 0); */
    /* transition: transform 0.35s; */
    text-align: center;
    font-family: var(--font-bold);
    line-height: 125%;
}

.wp-block-image img
{
    height: auto;
    object-fit: cover;
    width: 100%;
}
/*----------------------------- ACTUALITES -----------------------------*/
#slideactu .liresuite
{
    /* margin: 0 auto; */
    text-align: left;
}

.text_slider, .title_link_slider, .nohome.category .tc_content, .nohome.category h2 a
{
    color: var(--text-color);
}
#breves .title_link_slider
{
    color: var(--back-color);
}
/*----------------------------- Separator -----------------------------*/
.separate::before
{
    height: 400px;
    width: 100%;
    top: -32px;
    transform: translateX(-50%);
    background: var(--primary-back-color);
}

.btn-cta:hover, #ContactLinkHead .btn-cta:hover
{
    background: var(--text-color);
}

.separate section h2
{
    text-align: center;
    color: var(--text-color);
    font-size: 32px;
    margin-bottom: 90px;
    text-transform: uppercase;
}

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

/*----------------------------- certifications -----------------------------*/
#certifications .widget_element h3{display: none;}

/*---------------------- CEKOME STARS / Le bon pro ----------------------*/
.home .cekome-stars-icon{text-align: left;}
#navprimary .navigmenu .naviglink.lvl-1:hover::after {left: 0;}

/*----------------------------- partenaires -----------------------------*/
#partenaires
{
    padding: 60px 20px;
    box-sizing: border-box;
    z-index: 1;
    max-width: 100%;
    position: relative;
}

#partenaires .widget_element img
{
    max-height: initial;
    padding: 10px;
    box-sizing: border-box;
}

.nohome #partenaires li
{
    margin-bottom: 60px;
}

.template-rating-php #h1
{
    padding: 50px 20px;
    box-sizing: border-box;
}
.page_avis-clients .tc_content img{
    max-width: 600px;
    height: auto;
    margin: 25px auto;
    display: block;
}


#en-tete #landingform h2
{
    text-align: center;
}
/*----------------------------- ************ -----------------------------*/
#slogan-title
{
    color: var(--back-color);
    font-family: var(--font-emphase);
    display: inline-block;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    }

.navigBloc img
{
    max-width: 100%;
}

.hidden
{
    display: none;
}

/*----------------------------- ************ -----------------------------*/
#header .navdown a {
    animation: sousmenu .4s 100ms ease-in-out forwards
}

@keyframes sousmenu {
    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);
    }
}
.template-contact-php #content .wrappercontent
{
    padding: 0;
}
#header .navdown a:hover::after{opacity: 1;}

/*----------------------------- ************ -----------------------------*/
.accroche .widget_element h3 
{
    display: inherit;
    text-align: left;
}

.accroche #phoneBT-infotelfixe
{
    display: inline-block;
    padding-right: 15px;
    color: var(--text-color);
}

/*----------------------------- ************ -----------------------------*/
.wrapperButton{
    gap: 20px;
}

.wrapperButton .buttonAccroche
{
    padding: 15px;
    box-sizing: border-box;
    background: var(--primary-back-color);
    transition: all 0.4s;
}

.wrapperButton .nextButton {
    background: var(--secondary-text-color);
}

.wrapperButton .nextButton:hover,
.buttonAccroche:hover {
    background: var(--text-color);
}

.wrapperButton .nextButton .button {
    background: transparent !important;
}

.buttonAccroche .button
{
    padding-left: inherit;
    padding: 15px;
    background-image: none!important;
    color: var(--back-color)!important;
}

#footer .button
{
    color: var(--back-color);
    font-family: var(--font-text);
}
/*----------------------------- ************ -----------------------------*/
.nohome.category .content_slider {
    padding: 0 30px;
}

.messerr{margin-bottom: 16px;}

/*----------------------------- ************ -----------------------------*/
.template-contact-php #footer{z-index: 1;}

/*----------------------------- quote -----------------------------*/

.nohome blockquote h3{color: var(--back-color);}
.nohome blockquote .button{background: var(--secondary-text-color);}
.nohome blockquote .button:hover{background: var(--text-color);}

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

.white_cform{box-shadow: 0 10px 60px -30px rgba(0,0,0,0.9)!important;}

.buttonOrange{background: var(--tertiary-back-color);}
.buttonOrange::after{background: var(--text-color)!important;}
.buttonOrange:hover{background: var(--text-color);}

/*----------------------------- ************ -----------------------------*/
#cta .adresseIco{cursor: initial;text-align: center;padding: 0;line-height: 1.4;}

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

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

.nohome.galerie #content h2 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 95%;
    max-width: 100%;
    text-align: center;
    transform: translateX(-50%);
    right: 0;
    z-index: 1;
    padding: 30px;
    box-sizing: border-box;
    font-size: 1.5em;
    transition: all 0.4s;
}

.nohome.galerie h2 a
{
    color: var(--back-color);
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family: var(--font-title);
    font-weight: 400;
    /* font-size: 1.4em; */
}

.nohome.galerie .article_content {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.return-link
{
    box-sizing: border-box;
}

.nohome.galerie.single .content{padding: 60px 32px;}
/*----------------------------- ************ -----------------------------*/
#landingform .landing_labelBig
{
    color: var(--text-color);
}
/*----------------------------- ************ -----------------------------*/
#content p
{
    line-height: 170%;
    margin-bottom: 30px;
}

#content p:last-of-type
{
    margin-bottom: 0;
}

/*----------------------------- ************ -----------------------------*/
.white_cform
{
    top:35%!important;
}
#slogan-sub ul
{
    text-align: left;
    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-title);
    padding: 0 25px;
    text-shadow: 0px 0px 5px #000000bf;
}

/*----------------------------- ************ -----------------------------*/
.norobo
{
    padding: 0px 15px;
    color: var(--back-color)!important;
}

#cptchkbx-tplpg
{
    border: 1px solid #aaa!important;
    width: 15px!important;
    height: 15px!important;
    outline:none!important;
    line-height: 20px!important;
    margin-right: 0!important;
}

/*----------------------------- ************ -----------------------------*/
#slideactu .ckctrldiv {
    /* bottom: -50px; */
    filter: invert(1);
    left: initial;
    right: 0;
}

#slideactu h2
{
    color: var(--text-color);
    display: inline-block;
}

/*----------------------------- ************ -----------------------------*/
.vegas-wrapper
{
    z-index: 1;
}
.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;
}
/*----------------------------- ************ -----------------------------*/
label.nom{display: inline-block;}

/*----------------------------- ************ -----------------------------*/
#slideactu .ckslidercontrols .next,
#slideactu .ckslidercontrols .prev {
    transform: translateY(-50%);
}

/*----------------------------- ************ -----------------------------*/
.picto-bloc
{
    transition: 0.6s;
    align-items: center;
}

.picto-bloc .textRea{grid-column: span 5;}
.picto-container li h4
{
    font-size: 1em;
    margin-top: 0;
    text-align: center;
    font-family: var(--font-title);
}

/*----------------------------- ************ -----------------------------*/
.bloc_inner_wpp img,
.bloc_inner_wpp .blocthumb {
    width: 100%;
    transition: all 1s;
}

.bloc_inner_wpp:hover .mark {
    transform: translate(-50%, -50%) scale(1.1);
}

/*----------------------------- ************ -----------------------------*/
#navprimary 
{
    box-sizing: border-box;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 2;
}
/*----------------------------- ************ -----------------------------*/
#blocmaps
{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    grid-template-columns: 1fr!important;
}
#blocmaps>article
{
    max-width: 100%;
    width: 100%;
}
/*----------------------------- ************ -----------------------------*/
#cta
{
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
}

.titlehoraires h2
{
    margin: 10px 0!important;
    text-align: center;
    text-transform: initial;
}

#horairesPage
{
    padding: 25px;
    box-sizing: border-box;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*----------------------------- ************ -----------------------------*/
.picto-container
{
    display: grid;
    align-items: center;
    gap: 20px;
}

/*----------------------------- ************ -----------------------------*/
.nohome.category h2 a
{
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
}
.nohome.category h2{line-height: 1;}

/*----------------------------- PRESTA -----------------------------*/
#slideactu .liresuite a
{
    padding: 5px 20px;
}


#prestations .widget_parentpage .bloc_inner_wpp .blocthumb
{
    line-height: 0;
    height: 100%;
    position: relative;
}

/*----------------------------- ************ -----------------------------*/
.bloc_inner_wpp
{
    display: grid;
    align-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.bloc_wpp-home
{
    display: grid;
    align-content: center;
}

/*----------------------------- ************ -----------------------------*/
#sloganChange
{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: var(--back-color);
    font-size: 40px;
    font-family: var(--font-title);
    text-transform: uppercase;
}

.liresuite 
{
    margin: 0;
    box-sizing: border-box;
    transition: all 0.4s;
    display: inline-block;
    text-align: left;
}

.liresuite a {
    text-align: left;
}
/*----------------------------- ************ -----------------------------*/
.liresuite a
{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.liresuite a::before
{
    content:'';
    position: absolute;
    top: 0;
    left: calc(-100% + 6px);
    width: 100%;
    height: 100%;
    z-index: -2;
    background: var(--primary-back-color);
    transition: all 0.4s;
}
.liresuite a:hover
{
    color: var(--back-color);
}
.liresuite a:hover::before
{
    left: 0;
}
.cekome_form .button.cf_submit:hover
{
    background-color: var(--back-color);
    color: var(--text-color)!important;
}
/*----------------------------- ************ -----------------------------*/
.section_secondaryimg
{
    max-width: 80%;
    margin: 0 auto;
}

/*----------------------------- ************ -----------------------------*/
.wrapText a
{
    color: var(--primary-back-color);
}

/*----------------------------- ************ -----------------------------*/
.bloc_wpp-home
{
    box-sizing: border-box;
    z-index: 1;
    transition: all 0.4s;
    padding: 15px;
}

.bloc_wpp-home.HiddenParent, .bloc_wpp-home:hover
{
    border-color: var(--tertiary-back-color);
}
.bloc_wpp-home>*
{
    transition: all 0.4s ease;
}

/*----------------------------- ************ -----------------------------*/
.nohome .gallery-icon{box-sizing: border-box;}


/*----------------------------- ************ -----------------------------*/
.picto-container li p
{
    line-height: 1.3em;
    color: var(--back-color);
    padding: 0 10px;
    font-family: var(--font-bold);
    max-width: 200px;
    margin: 0 auto;
    margin-top: 8px;
}

.txt_wrap
{
    z-index: 2;
}
/*-----------------------------------------------------------*/
.wrapText {
    text-align: center;
}
/*-----------------------------------------------------------*/
.nohome.galerie:not(.single) .blocthumb
{
    position: relative;
    height: 100%;
}
.nohome.galerie:not(.single) .blocthumb::before
{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width:100%;
    height:100%;
    background: linear-gradient(45deg, var(--text-color), transparent);
    /* opacity: 0.6; */
    transition: all 0.4s;
    z-index: 0;
}

.nohome.galerie:not(.single) .article_content:hover .blocthumb::before
{
    opacity: 0.8!important;
}
/*-----------------------------------------------------------*/
.return-link a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: var(--back-color);
    background: var(--primary-back-color);
    position: relative;
    font-family: var(--font-bold);
    padding: 22px;
    box-sizing: border-box;
    transition: all 0.4s;
    border-radius: 30px;
}

.return-link a:hover 
{
    background: var(--secondary-back-color);
}
/*-----------------------------------------------------------*/
.tc_content a:not(.button):not(.wp-block-button__link):hover, #footer a:not(.button):hover, #phoneBT-infotelfixe:hover, .horairesBT:hover, .tc_content a:not(.button):not(.wp-block-button__link):hover strong, #phoneBT-infotelport:hover, #phoneBT-infotelport2:hover,#phoneBT-infotelfixe2:hover
{
    color: var(--tertiary-back-color)!important;
}

#header .horairesBT:hover, #header #phoneBT-infotelport:hover, #header #phoneBT-infotelport2:hover, #header #phoneBT-infotelfixe:hover, #header #phoneBT-infotelfixe2:hover
{
    color: var(--tertiary-back-color)!important;
    word-break: keep-all;
    white-space: pre;
}

.white_cform div
{
    color: var(--text-color)!important;
}
.gallery-item
{
    position: relative;
    margin-bottom: 0!important;
    line-height: 0;
    overflow: hidden;
}

/*-----------------------------------------------------------*/
#partenaires .ckctrldiv
{
    bottom: -30px;
}
/*-----------------------------------------------------------*/
.sectionsbloc a:not(.button):hover, .sectionsbloc strong a:not(.button):hover, .sectionsbloc a:not(.button):hover strong
{
    color: var(--back-color)!important;
}
/*-----------------------------------------------------------*/
#navprimary .navigmenu .naviglink.lvl-1:hover
{
    color: var(--tertiary-back-color);
}
/*-----------------------------------------------------------*/
#prestations .widget_parentpage
{
    box-sizing: border-box;
    /* gap: 50px; */
}

/*-----------------------------------------------------------*/
#content .textContent
{
    /* padding: 0px 30px; */
    padding-bottom: 100px;
    box-sizing: border-box;
    /* margin: 50px auto; */
    /* max-width: 900px; */
}
/*-----------------------------------------------------------*/
#accroche img
{
    max-width: 300px;
    padding: 5px;
    box-sizing: border-box;
}

#contactDiv h2
{
    text-align: center;
    margin-bottom: 40px;
}

/*-----------------------------------------------------------*/
.fixHead #urgences
{
    right: 0;
    opacity: 1;
}

.fixHead #footer
{
    z-index: 10;
}
/*-----------------------------------------------------------*/
#landing_listelement
{
    margin: 0 auto;
    padding: 110px 30px;
    box-sizing: border-box;
    max-width: 730px;
}

/*-----------------------------------------------------------*/
.home #en-tete
{
    display: grid;
    justify-items: center;
    height: calc(100vh + 100px);
    min-height: 800px;
}

#footer.indexbas
{
    z-index: 10;
}
/*-----------------------------------------------------------*/

#content .border
{
    margin-bottom: -60px;
}
.titleSec
{
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 15px;
}

.subtitle
{
    margin: 0 auto;
    color: var(--tertiary-back-color);
    /* font-family: var(--font-title); */
    font-weight: initial;
    text-align: center;
    display: inline-flex;
    font-size: 1.2em;
    display: block;
}

/*-----------------------------------------------------------*/
.navigmenu .navigtoogle:not(.logo) .naviglink.lvl-0:hover, .navigmenu .navigtoogle.active .naviglink.lvl-0
{
    color: var(--primary-back-color);
}
/*-----------------------------------------------------------*/
#galleryWrap
{
    z-index: 1;
    padding: 50px 0;
}

.nohome.single:not(.galerie) #content .tc_content
{
    /* text-align: justify; */
    max-width: 950Px;
    margin: 0 auto;
}

.nohome.single:not(.galerie) #content .tc_content p
{
    margin-bottom: 15px;
}
/*-----------------------------------------------------------*/
.dateckslider
{
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #0000002e;
}
/*-----------------------------------------------------------*/
.vegas-wrapper
{
    position: static;
}

.navigmenu .navigtoogle.logo .naviglogo
{
    padding: 10px;
    max-height: 130px;
}
/*-----------------------------------------------------------*/
#logoResponsive
{
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
}
/*-----------------------------------------------------------*/
body .vegas-container
{
    height: auto!important;
}

/*-----------------------------------------------------------*/
#imagesCta
{
    padding: 20px 0;
    gap: 20px;
    box-sizing: border-box;
}
.imgCta
{
    background: url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.imgCta2
{
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/background1.jpg);
}

/*-----------------------------------------------------------*/
#cta #phoneBT-infotelfixe::before, #cta #phoneBT-infotelfixe2::before, #cta #phoneBT-infotelport::before, #cta #phoneBT-infotelport2::before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width:10px;
    height:3px;
    /* background: var(--back-color); */
}
/*-----------------------------------------------------------*/
#homeContact
{
    box-sizing: border-box;
    z-index: 12;
}

/*-----------------------------------------------------------*/
#cta_listelement h3
{
    color: var(--back-color);
}

/*-----------------------------------------------------------*/
#galleryHome .gallery .gallery-item .gallery-icon, #galleryHome .gallery .gallery-item a {
    height: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
}

.gallery-item:hover .wp-caption-text.gallery-caption {
    top: 50%;
}
.wp-caption-text.gallery-caption {
    position: absolute;
    top: 150%;
    left: 0;
    color: var(--back-color);
    font-size: 25px;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
    font-family: var( --font-title);
    padding: 16px;
    box-sizing: border-box;
    transition: all 0.4s;
    text-transform: uppercase;
}
.gallery-item:hover .wp-caption-text.gallery-caption {
    top: 60%;
    z-index: 1;
}
/*-----------------------------------------------------------*/
#certifications .widget_element
{
    margin: 0;
    margin-top:15px
}
/*-----------------------------------------------------------*/
#fieldDiv {
    gap: 20px;
    margin: 0 auto;
    max-width: 800Px;
}
/*-----------------------------------------------------------*/
.pictoWrap 
{
    margin: 0 auto;
    padding: 50px 10px;
    height: auto;
}
/*-----------------------------------------------------------*/
#contentBefore
{
    padding: 100Px 50px;
    padding-top: 70px;
}

/*-----------------------------------------------------------*/
#navsecondary
{
    padding: 10px;
    box-sizing: border-box;
    min-width: 81%;
}

/*-----------------------------------------------------------*/
#contactDiv
{
    padding: 70px 30px;
    box-sizing: border-box;
    background: var(--secondary-back-color);
    color: var(--back-color);
}

#contactDiv h2
{
    font-size: 1.8em;
    margin: 0;
}

#contactDiv .liresuite
{
    padding: 10px 20px;
    box-sizing: border-box;
}

#contactDiv .liresuite a
{
    background: #fff0;
    font-family: var(--font-bold);
    border: 2px solid var(--back-color);
}

#contactDiv .liresuite a:hover
{
    background: var(--back-color);
    color: var(--text-color);
}
/*-----------------------------------------------------------*/
#en-tete .liresuite a, #urgences .liresuite a
{
    color: var(--back-color);
    line-height: 1.3;
    background: var(--primary-back-color);
}
#urgences .liresuite a#phoneBT-infotelport
{
    background: var(--secondary-back-color);
}
#en-tete .liresuite a:hover, #urgences .liresuite a:hover
{
    background: var(--tertiary-back-color)!important;
    color: var(--back-color);
}
#en-tete .liresuite a:not(:hover)::before,#urgences .liresuite a:not(:hover)::before
{
    width: 0;
}
#en-tete .liresuite a::before,#urgences .liresuite a::before
{
    background: var(--tertiary-back-color);
}
/*-----------------------------------------------------------*/
#urgences
{
    position: fixed;
    z-index: 25;
    gap: 0;
    right: -200px;
    bottom: 0;
    transition: all 0.6s;
    left: 0;
    opacity: 0;
    background: var(--primary-back-color);
    box-shadow: 0px 10px 20px #00000024;
    /* overflow: hidden; */
}

#urgences .liresuite a
{
    border-radius: 0;
    padding-right: 60Px;
}
#urgences .liresuite a::after
{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/icons/link.svg);
    background-position: right 25px center;
    background-repeat: no-repeat;
    background-size: 20Px;
}
/*-----------------------------------------------------------*/
.specialThumbWrap
{
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.bloc_inner_wpp .blocthumb::after
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    --size:calc(100% - 0px);
    width: var(--size);
    height: var(--size);
    transform: translate(-50%,-50%);
    background: var(--text-color);
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}
.bloc_inner_wpp .blocthumb::after
{
    
    
    transition: all 0.5s;
opacity: 0;}
.bloc_inner_wpp:hover .blocthumb::after
{
    opacity: 0.5;
}


/*-----------------------------------------------------------*/
.logoHead img {
    max-height: 80px;
    position: static;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    padding: 0px;
}

.logoHead {
    font-size: 0!important;
}

/*-----------------------------------------------------------*/
.typewrite
{
    color: var(--back-color);
    display: block;
    /* padding: 20px; */
    box-sizing: border-box;
    /* margin-bottom: 20px; */
    line-height: 1.3;
}


/*-----------------------------------------------------------*/
#partenaires .wrapElem
{
    position: relative;
    /* --size: 220px; */
    /* width: var(--size); */
    /* height: var(--size); */
    display: grid;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
}

#partenaires .widget_element img
{
    /* --size: 180px; */
    /* width: var(--size); */
    height: 120px;
    background: var(--back-color);
    /* border-radius: 2%; */
}
/*-----------------------------------------------------------*/
.wrapPresta
{
    /* background: var(--back-color); */
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 30%); */
    /* position: absolute; */
    /* bottom: 0; */
    left: 0;
    padding: 30px;
    right: 0;
    box-sizing: border-box;
    text-align: center;
    /* max-width: 620px; */
    margin: 0 auto;
    z-index: 1;
    }

.template-parent-page-php #content .wrappercontent
{
  padding: 0;  
}

.template-parent-page-php #h1 h1
{
    margin-bottom: 0;
}
/*-----------------------------------------------------------*/
/*----to top style----*/
.to-top.fixed {
	opacity: 1;
	bottom: 55px;
	z-index: 71;
}
.to-top {
	background: var(--tertiary-back-color);
	bottom: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	font-size: 15px;
	height: 50px;
	line-height: 48px;
	opacity: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: 1s ease-in-out;
	width: 50px;
	z-index: 333;
	-webkit-transition: 1s ease-in-out;
	border-radius:100px;
	overflow:hidden;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}

.to-top img{
	width: 20px;
}
.to-top:focus{color:#fff;}
.to-top:hover{color:#fff;}
.to-top::before {
	-webkit-transform: scale(0);
	background: var(--secondary-bgcolor) none repeat scroll 0 0;
	border-radius: 200px;
	content: "";
	display: block;
	height: 200px;
	left: -50%;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	transition-duration: 0.8s;
	transition: all 0.4s ease-out 0s;
	width: 200px;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transition-duration: 0.8s;
	-webkit-transition:all 0.4s ease-out 0s;
	opacity:0.3;
	transform: scale(0);
}
.to-top::after {
	-webkit-transform: scale(0);
	background: var(--secondary-bgcolor)  none repeat scroll 0 0;
	border-radius: 200px;
	content: "";
	display: block;
	height: 200px;
	left: -50%;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	transition: all 0.4s ease-in 0s;
	width: 200px;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
	opacity:0.3;
	transform: scale(0);
	transition-delay:0.3s;
}
.to-top:hover::after,.to-top:hover::before{
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	opacity:1;
	transform: scale(4);
}
/*-----------------------------------------------------------*/
.wrapperActu
{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
/*-----------------------------------------------------------*/

.subtitle.white, .titleSec.white
{
    color: var(--back-color)!important;
}

/*-----------------------------------------------------------*/
.home #content h2
{
    text-align: center;
    font-family: var(--font-title);
    margin-top: 0;
    color: var(--primary-back-color);
    font-weight: 100;
    font-size: 1.3em;
}
/*-----------------------------------------------------------*/
.img_thumbnail_slider
{
    height: 340px;
    width: 100%;
}
#slideactu>article
{
    z-index: 1;
    text-align: center;
    padding: 0 0px;
    box-sizing: border-box;
}

/*-----------------------------------------------------------*/
#h1 img
{
    height: 400px;
}
/*-----------------------------------------------------------*/

.bloc_inner_wpp:hover img
{
    transform: scale(1.3);
}
/*-----------------------------------------------------------*/
.SecimgContent img, .TertimgContent img
{
    object-fit: cover;
}


/*-----------------------------------------------------------*/
.vegas-wrapper::before,
#thumbnailPage::before {
    background: var(--text-color);
    opacity: 0.55;
    z-index: 1;
}

/*-----------------------------------------------------------*/
.accroche
{
    display: grid;
}
/*-----------------------------------------------------------*/
#slideactu .ckslidercontrols .next, #slideactu .ckslidercontrols .prev
{
    bottom: -50px;
}
#slideactu .ckslidercontrols .next
{
    left: initial;
    right: 10%;
}

.nohome .img_thumbnail_slider
{
    min-height: initial;
    height: 200px;
}
/*-----------------------------------------------------------*/
#landing_listelement .subtitle::after
{
    display: none;
}
/*--------------------------------------------*/
.blocks-gallery-grid img, .wp-block-gallery img
{
    max-height: 350px;
}
/*--------------------------------------------*/
#slideactu small
{
    color: var(--tertiary-back-color);
    margin-bottom: 10px;
    font-family: var(--font-title);
    font-size: 1.4em;
}
#ctaLink h3
{
    color: var(--back-color);
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

/*--------------------------------------------*/
#landing_listelement .titleSec
{
    color: var(--back-color);
}

.nohome.galerie:not(.single) a.image_content 
{
    line-height: 0;
}
/*--------------------------------------------*/

.titleWrap
{
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

#galleryVide
{
    background: url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    box-sizing: border-box;
    z-index: 1;
}

#galleryVide::before
{
    background: var(--secondary-text-color);
    opacity: 0.7;
}

#galleryVide .liresuite a, .home #slideactu .liresuite a
{margin-top: 10px;}
/*--------------------------------------------*/
.gallery_zoom:before, .gallery_zoom:after,
.gallery_zoom:before, .gallery_zoom:after  {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transition: background-color 0.2s ease-in-out, transform 0.4s ease-in-out;
    background-color: var(--back-color);
}
.gallery-icon:hover .gallery_zoom:before,
.blocks-gallery-item:hover .gallery_zoom:before {
    transform: translateX(0px);
}

.gallery_zoom:before {
    width: 40px;
    height: 2px;
    margin: -1px 0 0 -20px;
    transform: translateX(-50px);
}

.gallery .gallery-icon:hover .gallery_zoom:after,
.blocks-gallery-item:hover .gallery_zoom:after {
    transform: translateY(0px);
}

.gallery_zoom:after {
    width: 2px;
    height: 40px;
    margin: -20px 0 0 -1px;
    transform: translateY(-50px);
}

.gallery .gallery-icon:hover .gallery_zoom,
.blocks-gallery-item:hover .gallery_zoom
 {
    opacity: 1;
}

.gallery_zoom {
    position: absolute;
    z-index: 25;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/*--------------------------------------------*/
/*-----------------------------------------------------------*/
.gallery-icon::before, .gallery-icon::after,
.blocks-gallery-item::before,.blocks-gallery-item::after
{
    content:''!important;
    position: absolute;
    top: 100%;
    left: 0;
    width:100%;
    height:100%;
    background: var(--text-color);
    z-index: 1;
    transition: all 0.4s;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
}
.gallery-icon:hover::before, .blocks-gallery-item:hover:before
{
    opacity: 0.7;
    top: 0;
}

.gallery-icon:hover img, .blocks-gallery-item:hover img
{
    transform: scale(1.2);
}
.blocks-gallery-item
{
    overflow: hidden;
    position: relative;
}
.wp-block-gallery .blocks-gallery-item a img
{
    transition: all 0.4s;
}



/*--------------------------------------------*/
#thumbnailPage h1
{
    position: absolute;
    color: var(--back-color);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}
/*--------------------------------------------*/
.nohome .bloc_wpp-home.current_page
{
    display: none;
}

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

/*--------------------------------------------*/
.titleSite
{
    content:'';
    position: absolute;
    top: 50%;
    left: -40px;
    z-index: -1;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: bottom;
    font-size: 5em;
    pointer-events: none;
    font-family: var(--font-title);
    color: var(--secondary-back-color);
    opacity: 0.2;
}


/*--------------------------------------------*/
#doubleCta
{
    padding: 30px;
    box-sizing: border-box;
}

#homeContact
{
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------*/



#doubleCta>article>div
{
    display: grid;
    /* justify-items: center; */
}

#footer #phoneBT-infotelfixe::before, #footer #phoneBT-infotelfixe2::before,#footer #phoneBT-infotelport::before, #footer #phoneBT-infotelport2::before
{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    /* background:#00000020; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 50%;
}

#footer #phoneBT-infotelfixe::before, #footer #phoneBT-infotelfixe2::before{background-image: url(../images/icons/phoneFooter.svg);}
#footer #phoneBT-infotelport::before, #footer #phoneBT-infotelport2::before{background-image: url(../images/icons/mobileFooter.svg);}

#footer #phoneBT-infotelfixe, #footer #phoneBT-infotelfixe2,#footer #phoneBT-infotelport, #footer #phoneBT-infotelport2
{
    background: none!important;
    padding:20px!important;
    border-radius: initial;
    box-sizing: border-box;
    overflow: visible;
    padding-left: 50px!important;
    white-space: nowrap;
}

/*--------------------------------------------*/
.horairemodalFooter, .horairemodalFooter .detailhoraires
{
    color: var(--back-color);
    width: 100%;
    line-height: 1.3;
}

.horairemodalFooter .horairesBloc, .adressemodalFooter, #doubleCta
{
    max-width: 400px;
    /* background: #00000020; */
    padding: 0px;
    box-sizing: border-box;
    color: var(--back-color);
    line-height: 1.2;
    }


/*--------------------------------------------*/
.wp-block-button
{
    margin-top: 20px;
}

#thumbnailPage.empty {
    background: url(../images/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
}

/*--------------------------------------------*/
.page_politique-confidentialite #contentBefore,
.page_conditions-generales-de-vente  #contentBefore,
.page_conditions-generales-de-vente  #reassurances
{
    display: none;
}
/*--------------------------------------------*/
.adresseNumeros
{
    padding: 0px 9vw !important;
}

/*--------------------------------------------*/
.wp-block-quote:before
{
    font-size: 2em;
    color: var(--back-color);
    top: 10px;
}

.blocks-gallery-item img
{
    transition: all 0.4s;
}
/*--------------------------------------------*/
.navigtoogle.logo
{
    /* background-color: var(--back-color); */
    overflow: hidden;
    z-index: 10;
    padding: 8px 10px;
    text-align: center;
}


.imageWrapper
{
    gap: 30px;
position: relative;}
/*--------------------------------------------*/
#galleryHome .gallery {
    display: grid;
    transition: 0.6s;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px;
}
/*--------------------------------------------*/
.firstWord, .subtitle
{
    color: var(--primary-back-color);
}

.lastWord
{
    font-family: var(--font-text);
    display: inline-block;
    position: relative;
}

.slogan, .slogan h2
{
    color: var(--back-color);
}

.slogan
{
    line-height: 1.5;
    max-width: 300px;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}
/*--------------------------------------------*/
#map_canvas img
{
    object-fit: cover;
}

.cekome-stars
{
    margin: 0 auto!important;
}

.page_politique-confidentialite #reassurances
{
    display: none;
}
/*--------------------------------------------*/
.fondContact
{
    background: url(../images/background5.jpg);
    background-position: top -100px center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapperContact
{
    background: var(--text-color);
}

#slogan-title .firstWord
{
    display:block;
    color: #fff0;
    -webkit-text-stroke: 1px var(--back-color);
    font-family: var(--font-title);
}

.nohome #header
{
    /* background: var(--text-color); */
    /* position: absolute; */
    top: 0;
    /* left: 0; */
}
/*-----------------------------------------------------------*/
#en-tete-img 
{
    height: 100%!important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: var(--text-color);
}

.titleWrap.tac .separator {
    margin: 30px auto;
}
.titleWrap .titleSec
{
    margin-bottom: 20px;
}
.titleWrap.tac .separator span {
    left: 50%;
    margin-left: -100px;
}

.separator span {
    position: relative;
    width: 200px;
    height: 1px;
    background-color: var(--primary-back-color);
    display: block;
}

.separator span:before, .separator span:after {
    content: "";
    width: 50px;
    position: absolute;
    height: 1px;
    background-color: var(--primary-back-color);
}
.separator span:before {
    top: -5px;
}
.separator span:after {
    bottom: -5px;
}

.titleWrap.tac .separator
{
    margin-bottom: 110px;
}

.titleWrap.tac .separator span:before, .titleWrap.tac .separator span:after {
    left: 50%;
    margin-left: -25px;
}
/*--------------------------------------------*/
.naviglink.lvl-3:hover
{
    color:var(--tertiary-back-color)
}
/*--------------------------------------------*/
#prestations .widget_parentpage li:hover .bloc_inner_wpp .blocthumb img {
    transform: translate3d(0, 0, 0);
}

#prestations .widget_parentpage .bloc_inner_wpp .blocthumb img {
    transition: all 600ms ease;
    width: calc(100% + 50px)!important;
    max-width: initial;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    height: 420px;
}


#prestations li:hover .tc_content {
    transform: translate3d(0, -30px, 0);
    transition-delay: 0.05s;
    transition-duration: 0.35s;
    opacity: 1;
}


.accroche .titleSec::after
{
    border: none;
}

/*--------------------------------------------*/
#navprimary
{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.white
{
    color: var(--back-color);
}

/*--------------------------------------------*/
#slideactu .prev, #slideactu .next,
#breves .prev, #breves .next
{
    display: none;
}


/*--------------------------------------------*/
.doubleColonne .wp-block-column.has-background
{
    padding: 30px;
    display: grid;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}
.doubleColonne .wp-block-column.has-background p:last-child
{
    margin: 0;
}

.doubleColonne .wp-block-column, .doubleColonne .wp-block-image,.doubleColonne 
{
    margin: 0;
}
.doubleColonne .wp-block-column
{
    position: relative;
}
#sections .sectionsbloc .doubleColonne h3
{
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.doubleColonne strong
{
    color: var(--back-color);
}

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


.tc_content .citation blockquote
{
    padding: 50px!important;
}

.indexMore
{
    z-index: 1;
}

.citation .wp-block-column {
    margin: 0;
}

.firstText, #en-tete .accroche .liresuite
{
    text-align: center;
}
:root .has-cyan-bluish-gray-background-color
{
    background: var(--secondary-text-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;
}

.cekome-stars-list .fs
{
    color: var(--primary-back-color)!important;
}
/*--------------------------------------------*/
#partenaires .titleSec,#partenaires .titleWrap
{
    margin-bottom: 0;
}


/*--------------------------------------------*/
.nohome.galerie .blocthumb img
{
    height: 100%;
}

.fullthumb
{
    order: -1;
    width: 100%;
}
.fullthumb img
{
    height: 400px;
}

.sectionsbloc.even .fullthumb
{
    display: none;
}
/*--------------------------------------------*/
.specialthumb
{
    overflow: hidden;
    line-height: 0;
    width: 100%;
}
.specialthumb::after
{
    content:'';
    position: absolute;
    z-index: 2;
    bottom: -50px;
}

.sectionsbloc.even .specialthumb::after
{
    transform: scaleX(-1);
    left: initial;
    right: -20px;
}

/*--------------------------------------------*/
#infoadresse_inner strong
{
    color: var(--primary-back-color);
}

#adresseHead>*, #adresseHead>*>*,#adresseHead .button
{
    font-family: var(--font-text);
    font-size: 19px;
}


/*--------------------------------------------*/
#prestations .ckctrldiv
{
    filter: invert(1);
    bottom: -70px;
}

.sectionsChild
{
    gap: 30px;
}
/*--------------------------------------------*/
#reaCenter {
    grid-row: span 2;
    background: url(../images/background6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    --size: 400px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    z-index: 1;
}

#reassurances
{
    padding: 100px 30px;
    box-sizing: border-box;
}
.more
{
    --size: 100%;
    width: var(--size);
    height: var(--size);
}
.more::before
{
    background: url(../images/backShape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

/*--------------------------------------------*/
#reassurances::before
{
    background: url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#reassurances::after
{
    background: var(--text-color);
    opacity: 0.8;
}

.nohome #slideactu
{
    padding-bottom: 50Px;
}
/*--------------------------------------------*/
#tarteaucitronRoot *
{
    color: var(--back-color)!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine
{
    background: var(--text-color)!important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog
{
    background: var(--primary-back-color)!important;
}

.special_section_thumb img,.tertiary_section_thumb img
{
    max-height: 600Px;
}

.lb-nav a.lb-prev,.lb-nav a.lb-next
{
    opacity: 1;
    position: relative;
}

.lb-nav a.lb-prev::before,.lb-nav a.lb-next::before
{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    --size: 50px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background-color: var(--primary-back-color);
    border-radius: 50%;
    background-image: url(../images/icons/arrowleft.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    transition: all 0.4s;
}
.lb-nav a.lb-next::before
{
    left: initial;
    right: 3%;
    background-image: url(../images/icons/arrowright.svg);
}
.lb-nav a.lb-prev,.lb-nav a.lb-next
{
    background: none;
}

.lb-nav a:hover.lb-prev::before,.lb-nav a:hover.lb-next::before
{
    background-color: var(--secondary-back-color);
}
/*--------------------------------------------*/
.share-buttons a
{
    position: relative;
    display: inline-block;
}
.share-buttons a:last-child::before
{
    content:'';
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f35;
    background: url(../images/google.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.share-buttons a:last-child>*
{
    opacity: 0;
}


.fixHead #header
{
    position: fixed!important;
    background: var(--text-color);
    top: 0;
}
/*--------------------------------------------*/
#certifications small
{
    margin: 0 auto;
    display: block;
    font-family: var(--font-bold);
    font-size: 0.9em;
}

.page_avis-clients #reassurances,
.page_avis-clients #contentBefore{
    display: none;
}

.accroche .liresuite strong
{
    border-bottom: 2px solid #fff;
}


.socials{
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 150;
    background: #fff;
    padding: 5px;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 10px 0 #999;
}
.socials .share-buttons{
    display: flex;
    flex-direction: column;
}
.socials .share-buttons a{
    margin: 0 0 10px;
    display: inline-block;
    width: 25px;
    height: 25px;;
}
.socials .share-buttons a:last-child{
    margin-bottom: 0;
}

.socials svg{
    width: 25px;
    height: 25px;;
    fill: var(--primary-back-color);
}
.socials a:hover svg{
    fill: var(--secondary-back-color);
}

