/*-----------------*/
/* VARIABLE */
/*-----------------*/
:root
{
	/*COLORS*/
	--primary-back-color: #03a9f4;
	--secondary-back-color: #021c6e;
	--tertiary-back-color: #101330;
	--back-color: #fff;
	--primary-text-color: #fcfcfc;
	--secondary-text-color: #dbdbdb;
	--tertiary-text-color: #81d4fa;
	--title-color: #1e1e1e;
    --text-color:#797979;

	/*FONTS*/
	--font-title: ArchivoBold,sans-serif;
	--font-bold: RobotoMedium,sans-serif;
	--font-text: Roboto,sans-serif;
}

/*-----------------*/
/* GLOBAL */
@font-face {
    font-family: 'ArchivoBold';
    src: url('../fonts/Archivo-Bold.eot');
    src: url('../fonts/Archivo-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Archivo-Bold.woff2') format('woff2'),
         url('../fonts/Archivo-Bold.woff') format('woff'),
         url('../fonts/Archivo-Bold.ttf') format('truetype'),
         url('../fonts/Archivo-Bold.svg#Archivo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium.woff2') format('woff2'),
         url('../fonts/Roboto-Medium.woff') format('woff'),
         url('../fonts/Roboto-Medium.ttf') format('truetype'),
         url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular.woff2') format('woff2'),
         url('../fonts/Roboto-Regular.woff') format('woff'),
         url('../fonts/Roboto-Regular.ttf') format('truetype'),
         url('../fonts/Roboto-Regular.svg#Roboto-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(--title-color);
  scroll-behavior: smooth;
}

.posrel{
  position: relative;
}

.posabs{
  position: absolute;
}

.posfix
{
    position: fixed;
}

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

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


h1{font-size: 2.3em}
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:980px)
{
    h1{font-size: 2em}
	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.6em}
	h2{font-size: 1.5em;}
    h3{font-size: 1.3em;}
    h4{font-size: 1.2em;}
    h5{font-size: 1.1em;}
    h6{font-size: 1em;}
}

/*-----------------*/
/* 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.childpage #content img,.nohome.single:not(.galerie):not(.product) #content img, .nohome iframe
{
    /* max-width: 90%; */
    /* margin: 0 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(--title-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(--title-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(--title-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(--title-color);
}

.bthoraire{
	cursor: pointer;
}

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

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

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


.underbutton.icon > *, button.icon, .button.icon{
  padding-left: 45px;
  background-size: 22px;
  font-size: 19px;
  background-position: left 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,#phoneBT-infotelport2, .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;
	text-align: left;
	line-height: 1.2em;
	color: var(--back-color);
}

#header #phoneBT-infotelfixe, #header #phoneBT-infotelport, .horairesBT, .formulaireMail, #infoadresse infoadresse_inner, #cta_byadresse .adresseIco, #header .horairesBT, .sociblock .share-buttons span
{
	color: var(--back-color);
	border: none;
	padding: 10px;
	padding-left: 0;
	background: none;
	line-height: 1.2;
}



.desccontact, .blc_checkbox label{color: var(--te-color);font-size: 17px!important;}
.privacyform_lab a{color: var(--primary-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, #ctaHead #phoneBT-infotelfixe, #header #phoneBT-infotelport, #ctaHead #phoneBT-infotelport{background-image: url(../images/icons/phone.svg);}
#footer #phoneBT-infotelfixe, #footer #phoneBT-infotelport, #footer #phoneBT-infotelport2{background-image: url(../images/icons/phoneHeader.svg);}
#phoneBT-infotelport{background-image: url(../images/icons/mobile.svg);}
.horairesBT{background-image: url(../images/icons/clock.svg);}
#cta .horairesBT{background-image: url(../images/icons/clockHeader.svg);}
.formulaireMail{background-image:url(../images/icons/mail.svg);}

#header #phoneBT-infotelfixe, #header #phoneBT-infotelport
{
    background: none!important;
}


.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 > ul:not([class*="wp-block"]):not([class*="flex"]):not([class*="grid"]),*/
	.tc_content > pre,
	.tc_content > blockquote,
	.tc_content > figure,
	.tc_content .wp-block-media-text__content p{
		/* min-width: 240px; */
		display: flow-root;
	}
}

.tc_content{
    line-height: 175%;
    box-sizing: border-box;
    text-align: left;
    word-break: break-word;
    color: var(--text-color);
}
.tc_content h2, .tc_content h3, .tc_content h4, .tc_content h5, .tc_content h6{
	margin-top: 1em;
	margin-bottom: 0.7em;
}
.tc_content h2{/* color: var(--primary-back-color); */}
.tc_content h3{}

.tc_content a:not([class*="button"]){
    color: var(--primary-back-color);
    text-decoration: underline;
    font-family: var(--font-bold);
    transition: all 0.4s;
}
.tc_content a:not([class*="button"]):hover
{
    color: var(--tertiary-back-color);
}
.tc_content strong, .tc_content b
{
    color: var(--primary-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-text-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: 15;box-sizing: border-box;height: auto!important;position: absolute;}
#header #logo {text-align: center;}
#header #noshare {text-align: center;overflow: hidden;box-sizing: border-box;}

#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(--back-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;}

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


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

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

#navprimary .navigmenu .naviglink.lvl-1{
	opacity: 0;
	color: var(--text-color);
	padding: 14px 10px;
	box-sizing: border-box;
}
#navprimary .navigmenu .naviglink.lvl-1:not(:last-child){border-bottom: 1px solid #00000045;}

/*-----------------*/
/* SLIDER ACTU */
/*-----------------*/
#slideactu {
    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{
    align-content: space-between;
    transition:1s all ease;
    align-content: stretch;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

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

.img_thumbnail_slider{
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
    height: 250px;
}

.content_slider {
    padding: 30px;
    padding-top: 20px;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.title_link_slider{
    text-decoration: none;
    text-transform: initial;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.text_slider, .nohome.category .tc_content{
    color: var(--title-color);
    line-height: 175%;
    padding: 15px 0px;
    box-sizing: border-box;
    width: 100%;
}
.next_slider{
    text-align: right;
}

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

/*-----------------*/
/* PRESTATION BLOC */
/*-----------------*/
#prestations
{
    background-size: cover;
    background-position: left center;
    background-repeat: repeat-x;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 30px;
    background: var(--primary-text-color);
}

.bloc_inner_wpp h2 a{
    transition: all 0.4s;
    color: var(--title-color);
    padding: 0px;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    /* padding-bottom: 40px; */
    text-align: left;
}

#prestations .tc_content
{
    box-sizing: border-box;
    transition: all 0.4s;
    line-height: 145%;
}
#prestations .bloc_wpp-home .bloc_inner_wpp .tc_content
{
    /* bottom: 40%; */
    /* transform: translate(-50%,50%); */
}


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

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

.wrapperSectionsBig
{
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
}

.sectionsbloc.even{
    flex-direction: row-reverse;
}
.section_thumb{
    position: relative;
    box-sizing: border-box;
    /* padding: 20px; */
}
.section_thumb .blocthumb{
    box-sizing: border-box;
    position: relative;
}
.section_txt{
    box-sizing:border-box;
    padding: 32px;
    text-align: center;
}


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

.sectionsbloc .section_txt .liresuite a.button
{
    white-space: inherit;
}

/*-----------------*/
/* 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: 60px;
}
.widget_element a{
    line-height: 0;
    width: 100%;
    padding: 5px 0;
}

.widget_element h3,
.widget_element h3 a{
	/* font-size: 22px; */
	color: var(--title-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;
    /* pointer-events: none; */
    transition:0.5s all ease;
    font-size: 16px;
    text-align: left;
    line-height: 160%;
    color: var(--title-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
{
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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: #fff0!important;
	display:initial;
	transition:0.5s all ease;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.attention
{
    background: var(--primary-back-color);
    padding: 20px;
    color: var(--back-color);
}
/*-----------------*/
/* H1 */
/*-----------------*/
#h1{
	color: var(--title-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: 40px;
}

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

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

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

#content.hasnocontent{
    padding: 0;
}

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


/*-----------------*/
/* TEMPLATE AGENCE */
/*-----------------*/
#filterwidgetagence{
    text-align: right;
    padding: 10px;
    background: #f0f0f0;
    color: var(--title-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;
    position: relative;
}
.itemlistwidgetagence:last-child
{
    border: none;
}
.itemlistwidgetagence.active{
	outline-color: var(--primary-back-color)
}

.list_imgagence{
    height: 300px;
    overflow: hidden;
}
.list_infoagence{
    padding: 40px 25px;
    padding-top: 50px;
    line-height: 130%;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}
.list_infoagence .title_list_infoagence{font-weight: bold;margin-bottom: 2px;padding-bottom: 2px;}
.list_infoagence .tel_list_infoagence a{color: var(--tertiary-back-color);text-align: c;}
.list_infoagence .more_list_infoagence{
    margin: 32px 0 0 0;
    text-align: left;
    text-decoration: underline;
    box-sizing: border-box;
}
.list_infoagence a{text-decoration: none;}


/*-----------------*/
/* SINGLE AGENCE */
/*-----------------*/
#formagence{
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}
#map_agence{
    background: var(--back-color);
    align-items: stretch;
    color: var(--title-color);
    /* padding: 40px; */
    box-sizing: border-box;
    height: 100%;
}
#infoagence{
    background: var(--primary-back-color);
    color: var(--back-color);
    line-height: 160%;
    padding: 20px 30px;
    text-align: center;
    z-index: 1;
}
#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(--back-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-bottom: 0.5em;
    padding-top: 0.5em;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
    margin-top: 0;
}
.landing_labelSmall{
    font-size: 1em;
    padding-bottom: 1em;
}

/*-----------------*/
/* 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(--title-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(--title-color);
	box-sizing: border-box;
	position: relative;
	/* background: var(--tertiary-back-color); */
	/* border-top: 1px solid #ffffff24; */
}

#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: 300px;
}

/*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: 35px 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;
}
#footer #navfooter #menu-footer li a{
    color: var(--back-color);
    text-decoration: none;
    font-size: 19px;
    transition: all 0.4s;
}

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

/*----------------------------------------------------------------------*/
/*----------------------------- 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(--title-color);
   z-index: 9999;
}
/*----------------------------------------------------------------------*/
/*----------------------------- En tête  full size  -----------------------------*/
/*----------------------------------------------------------------------*/
#en-tete
{
    width: 100%;
    position: relative;
    z-index: 1;
}

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

.nohome #thumbnailPage .blocthumb, .nohome #thumbnailPage .blocthumb img
{
    position: relative;
    height: 550px;
    overflow: hidden;
    object-fit: cover;
}
.nohome #thumbnailPage::before
{
    background: var(--tertiary-back-color);
    opacity: 0.8;
    z-index: 1;
}

.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 {
    box-sizing: border-box;
    width: 100%;
    background: #021c6e9c;
}

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

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: var(--tertiary-back-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    transition-delay: 1s;
  }
  body.loaded #loader
  {
    left: -100%;
  }
  #loader
  {
      display: grid;
      align-items: center;
      justify-items: center;
  }
  .loaderText
  {
    color: var(--back-color);
    margin-top: 300px;
  }
  /*-----------------------------------------------------------*/
  .container {
    position: absolute;
    left: 50%;
    top: 50%;
    animation: rotate 3s linear infinite;
  }
  .container:last-of-type {
    z-index: -1;
    margin: 1%;
  }
  
  .triangle {
    position: relative;
    text-align: left;
    transform-origin: 33.33% 66.66%;
  }
  .triangle:before, .triangle:after {
    content: "";
    position: absolute;
    background: inherit;
  }
  .triangle, .triangle:before, .triangle:after {
    width: 2.3em;
    height: 2.3em;
    border-top-right-radius: 20%;
  }
  .triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  }
  .triangle:after {
    border: 3px solid var(--tertiary-back-color);
    box-sizing: border-box;
    border-right: initial;
    border-top: initial;
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  }
  .triangle:first-of-type {
    background: var(--primary-back-color);
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%);
    animation: first 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  .triangle:last-of-type {
    background: var(--secondary-back-color);
    transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%);
    animation: last 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  .triangle.shadow, .triangle.shadow:before, .triangle.shadow:after {
    background:rgba(0, 0, 0, 0.452) ;
    backface-visibility: hidden;
    perspective: 1000;
    filter: blur(0.5em);
    opacity: 0.4;
  }
  
  @keyframes rotate {
    from {
      transform: translate(-50%,-50%) rotate(0deg);
    }
    to {
      transform: translate(-50%,-50%) rotate(-360deg);
    }
  }
  @keyframes first {
    0% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%);
    }
    33% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-76.67%, -120%);
    }
    66% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-76.67%, 112%);
    }
  }
  @keyframes last {
    0% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%);
    }
    33% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(134%, -4%);
    }
    66% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-89%, -214%);
    }
  }
/*----------------------------------------------------------------------*/
/*----------- Actualités ----------------*/
/*----------------------------------------------------------------------*/

#slideactu .wrappercontent{height: 100%;}

.title_slider
{
    padding-top: 10px;
    line-height: 145%;
    box-sizing: border-box;
    text-align: left;
    /* border-bottom: 1px solid #0000002e; */
}

/*----------------------------------------------------------------------*/
/*----------------------------- 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: 5px 5px;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: 14px; */
    box-sizing: border-box;
    text-align: center;
    z-index: 3;
    position: relative;
    /* box-shadow: 20px 0px 20px #00000014; */
}
.nom.ckformfields
{
    background: none!important;
}

/*----------------------------------------------------------------------*/
/*----------------------------- INFO TOOGLE -----------------------------*/
/*----------------------------------------------------------------------*/
#info-toogle {
    height: 40px;
    padding: 4px;
    width: 60px;
    margin: 0px auto;
    background-image: url(../images/icons/info.svg);
    background-size: 16px;
    background-position: top 11px center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 0px;
    z-index: 1;
    display: grid;
    align-items: flex-end;
    padding-bottom: 20px;
    background-color: var(--secondary-back-color);
}

/*----------------------------------------------------------------------*/
/*----------------------------- 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;
    transition: all 0.4s;
}
.animationDirection::before,.animationDirection::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-back-color);
    transition: all 0.6s;
    transition-delay: 0.8s;
    top: 0;
    z-index: 2;
}
.animationDirection::after {
    background: var(--tertiary-back-color);
    transition: all 0.4s;
    transition-delay: 0.4s;
    z-index: 3;
}

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

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

.animationDirection.right::before{right: 0%;left: initial;}
.animationDirection.right::after{right: 0%;left: initial;}
.animationDirection.right.in-view::before{right: -100%;}
.animationDirection.right.in-view::after{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(--title-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
{
    color: var(--back-color);
    display: block;
    text-shadow: none!important;
    font-family: var(--font-title);
    margin: 20px 0;
    max-width: 100%;
    box-sizing: border-box;
    text-align: left;
}

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

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

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

#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-infotelport, #cta .formulaireMail, #cta #header #infoadresse, #cta div, #cta_byadresse .adresseIco, #cta .horairesBT
{
    color: var(--back-color);
    padding-top: 10px;
    padding-bottom: 10px;
}
#cta .button:hover{background-color: transparent;}
#contactDiv
{
    box-sizing: border-box;
    color: var(--back-color);
}

#contactDiv>div
{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
/*--------------------------------------------*/
#reassurances svg {
    height: 60px;
    max-width: 100%;
    position: relative;
    margin-top: -12px;
}

.picto-bloc {
    position: relative;
}


.picto-bloc svg 
{
    padding: 5px;
    box-sizing: border-box;
}
/*----------------------------- prestations -----------------------------*/
#prestations .bloc_wpp-home::before
{
    background: red;
    z-index: 0;
}
/*----------------------------- PAGES        -----------------------------*/
.nohome.page:not(.template-parent-page-php) h2{position: relative;/* color: var(--title-color); */font-size: 32px;}

.template-contact-php #landingform{z-index: 10;padding: 0;}
.columnOrder{flex-direction: column;}
.nohome h3{color: var(--title-color);font-variant: inherit;/* text-align: center; */}
.privacyform_chk{box-shadow: none;}
.nohome.childpage h2
{margin: 30px 0px;padding-top: 10px;}

/*--------------------- LogoResponsive et logoHead --------------------*/
#logoResponsive img, #logoHeader img
{
    box-sizing: border-box;
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

#logoResponsive a
{
    display: grid;
    align-items: center;
    min-height: 100%;
    justify-items: center;
    text-align: center;
}
.logoCta
{
    max-height: 250px;
    padding: 25px 0;
    max-width: 80%;
    /* box-sizing: border-box; */
}

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

#thumbnailPage>article
{
    height: 100%;
    text-align: center;
    display: grid;
    align-items: center;
    width: 100%;
}

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

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

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

/*----------------------------- ************ -----------------------------*/
#header #phoneBT-infotelport,
#header #phoneBT-infotelport2 {
    background-image: url(../images/icons/phone.svg);
    text-align: left;
    transition: all 0.4s;
}

#header #phoneBT-infotelport:hover, #header #phoneBT-infotelport2:hover
{
    color: var(--tertiary-text-color)!important;
}

/*----------------------------- ACTUALITES -----------------------------*/
#slideactu .liresuite
{
    margin: 0;
    text-align: left;
    display: block;
}

.text_slider, .title_link_slider, .nohome.category .tc_content, .nohome.category h2 a
{
    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(--title-color);
}

.separate section h2
{
    text-align: center;
    color: var(--title-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: 110px 30px;
    padding-bottom: 80px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

#footer::before
{
    background: var(--secondary-back-color);
    opacity: 0.8;
}
/*--------------------------------------------*/

#partenaires .wrapElem 
{
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
}
#partenaires .widget_element
{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
#partenaires .wrapElem::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    background: var(--back-color);
}

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

#partenaires h2
{
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}

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

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

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

/*----------------------------- ************ -----------------------------*/
#slogan-title
{
    color: var(--back-color);
    font-family: var(--font-title);
    display: inline-block;
}

.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);
        border-bottom: 1px solid #00000020;
        /* 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(--title-color);
}

/*----------------------------- ************ -----------------------------*/
.wrapperButton{ display: inline-block;}

.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(--title-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);
}
/*----------------------------- ************ -----------------------------*/

.nohome.category .content_slider
{/* padding: 0px; */}

.messerr{margin-bottom: 16px;}

/*----------------------------- ************ -----------------------------*/
.nohome .wrapperButton .liresuite
{
    display: inline-block;
}

.nohome .wrapperButton
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nohome h1{text-transform: inherit;}

.template-contact-php #footer{margin-top: 20px;z-index: 1;}

/*----------------------------------------------------------------------*/
/*----------------------------- quote -----------------------------*/
/*----------------------------------------------------------------------*/
blockquote strong, blockquote a strong, blockquote strong a{color: var(--back-color)!important;}

.nohome blockquote h3{color: var(--back-color);}
.nohome blockquote .button{background: var(--secondary-text-color);}
.nohome blockquote .button:hover{background: var(--title-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(--title-color)!important;}
.buttonOrange:hover{background: var(--title-color);}

/*----------------------------- ************ -----------------------------*/
#cta .adresseIco{cursor: initial;font-family: var(--font-text);padding-top: 0;padding-bottom: 0;}

/*----------------------------- ************ -----------------------------*/
.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: 60px;
}

.nohome.galerie #content h2 {
    max-width: 100%;
    text-align: center;
    right: 0;
    z-index: 1;
    font-size: 1.5em;
    transition: all 0.4s;
}

.nohome.galerie h2 a
{
    color: var(--title-color);
    text-decoration: none;
    font-family: var(--font-title);
    font-weight: 400;
    font-size: 1em;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

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

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

.nohome.galerie.single .content{padding: 60px 32px;}
/*----------------------------- ************ -----------------------------*/
#landingform .landing_labelBig
{
    /* color: var(--back-color); */
    text-align: center;
}
/*----------------------------- ************ -----------------------------*/
#content p
{
    line-height: 180%;
    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;
}

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

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

/*----------------------------- ************ -----------------------------*/
.vegas-wrapper
{
    z-index: 1;
}
.nohome.childpage .gallery .gallery-item, .nohome.single .gallery .gallery-item
{
    padding:5px;
}
.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{bottom: initial;top: 40%;transform: translateY(-50%);}

.home #slideactu .content_slider{text-align: left;}
/*----------------------------- ************ -----------------------------*/
.mark
{
    font-family: var(--font-title);
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 0;
    transform: translate(-50%,-50%);
    color: var(--title-color);
    /* transition: all 0.4s; */
}

.mark:hover, .bloc_inner_wpp:not(.HiddenText) .mark
{color: var(--tertiary-back-color);}

/*----------------------------- ************ -----------------------------*/
.horairesBT, #phoneBT-infotelfixe{font-family: var(--font-text);}

/*----------------------------- ************ -----------------------------*/
.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{height: 370px;width: 100%;transition: all 1s;}
.bloc_inner_wpp:hover .mark{transform: translate(-50%,-50%) scale(1.1);}

/*----------------------------- ************ -----------------------------*/
#contactDiv 
{
    box-sizing: border-box;
    text-align: center;
    padding: 32px;
}

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

#navprimary 
{
    box-sizing: border-box;
    /* transition: all 0.4s; */
    box-sizing: border-box;
    z-index: 1;
}
/*----------------------------- ************ -----------------------------*/
#blocmaps
{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#blocmaps>article
{
    max-width: 100%;
    width: 100%;
}
/*----------------------------- ************ -----------------------------*/
.nohome.childpage #thumbnailPage h1, .nohome.single:not(.galerie) #thumbnailPage h1
{
}

#thumbnailPage .blocthumb::before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width:100%;
    height:100%;
    opacity: 0.6;
    z-index: 1;
}

/*----------------------------- ************ -----------------------------*/
#homeContact
{
    box-sizing: border-box;
    z-index: 12;
    position: relative;
    /* box-shadow: 0px 0px 20px #00000014; */
}

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

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

/*----------------------------- ************ -----------------------------*/
.nohome.category h2 a
{
    text-decoration: none;
    font-size: 32px;
    line-height: 1;
}
.nohome.category h2{margin-bottom: 0!important;}

/*----------------------------- PRESTA -----------------------------*/
#prestations .liresuite a
{
    /* width: 100%; */
    border-radius: 0;
    text-align: center;
    margin-top: 5px;
}

#prestations .widget_parentpage .bloc_inner_wpp .blocthumb
{
    min-height: 150px;
    line-height: 0;
    position: relative;
}

#prestations .widget_parentpage .bloc_inner_wpp .blocthumb::before
{
    content:
    '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.4;
}

/*----------------------------- ************ -----------------------------*/
.bloc_inner_wpp
{
    display: grid;
    align-content: end;
    align-items: end;
    overflow: hidden;
    /* border-radius: 20px; */
    position: relative;
}

.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 
{
    box-sizing: border-box;
    transition: all 0.4s;
    display: inline-block;
}

.liresuite a {
    /* padding: 20px; */
    display: block;
    margin-top: 20px;
    text-align: center;
}
/*----------------------------- ************ -----------------------------*/
h1 {
    /* font-size: 2.5em; */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    /* text-transform: uppercase; */
}

.button:hover
{
    background-color: var(--secondary-back-color);
    color: var(--back-color);
}

/*----------------------------- ************ -----------------------------*/
.section_secondaryimg
{
    margin: 0 auto;
    width: 100%;
}

/*----------------------------- ************ -----------------------------*/
.pictoWrap
{
    margin: 0 auto;
}
/*----------------------------- ************ -----------------------------*/
.home #slideactu .content_slider 
{
    transition: all 0.4s;
}
/*----------------------------- ************ -----------------------------*/
#galleryHome .gallery
{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.home #galleryHome .gallery-item img
{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

/*----------------------------- ************ -----------------------------*/
#separatorFooter
{
    border-color: #ffffff38;
    width: 100%;
    margin: 25px auto;
    margin-bottom: 16px;
}

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

/*----------------------------- ************ -----------------------------*/
.bloc_wpp-home
{
    box-sizing: border-box;
    height: 100%;
    position: relative;
    z-index: 1;
}

.bloc_wpp-home.HiddenParent, .bloc_wpp-home:hover
{
    border-color: var(--tertiary-back-color);
    /* box-shadow: 0px 0px 20px #000000c7; */
}
.bloc_wpp-home>*
{
    transition: all 0.6s;
}




.bloc_wpp-home.HiddenParent img, .bloc_inner_wpp:hover img
{
    border-color: #fff;
}

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

/*----------------------------- ************ -----------------------------*/
.nohome #prestations
{
    background:none!important;
    margin-bottom: 100px;
    padding: 40px;
    box-sizing: border-box;
}

.bloc_inner_wpp h2
{
    position: relative;
    padding: 10px 0;
    width: 100%;
    font-size: 1.3em;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.4s;
}
#prestations .widget_parentpage .bloc_inner_wpp:hover .wrapPresta
{/* bottom: 0; */}
/*----------------------------- ************ -----------------------------*/
.picto-container li p
{
    line-height: 1.4em;
    margin-top: 12px;
    padding: 0 20px;
    box-sizing: border-box;
}

.txt_wrap
{
    z-index: 1;
}
/*-----------------------------------------------------------*/
.wrapText {
    text-align: center;
}
/*-----------------------------------------------------------*/
.section_txt .tc_content
{
    box-sizing: border-box;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
.nohome.galerie:not(.single) .blocthumb
{
    position: relative;
}
.nohome.galerie:not(.single) .blocthumb::before
{
    content: '';
    position: absolute;
    top: -2px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width:100%;
    height:100%;
    background: linear-gradient(to bottom, #fff0, var(--title-color));
    opacity: 0;
    transition: all 0.4s;
    z-index: 0;
}

.nohome.galerie:not(.single) .article_content:hover .blocthumb::before
{
    opacity: 1!important;
}
/*-----------------------------------------------------------*/
.return-link a {display: inline-block;margin-top: 50px;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;}

.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, #phoneBT-infotelport:hover, .horairesBT:hover, .tc_content a:not(.button):not(.wp-block-button__link):hover strong
{
    color: var(--tertiary-text-color)!important;
}

.white_cform div
{
    color: var(--title-color)!important;
}
.gallery-item
{
    position: relative;
    margin-bottom: 0!important;
    line-height: 0;
}
.wp-caption-text.gallery-caption
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    z-index: 1;
    background: #ffffffbf;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
    line-height: 1;
}
/*-----------------------------------------------------------*/
.home #content .blocthumb
{
    line-height: 0;
    display: grid;
    align-items: center;
    position: relative;
}
/*-----------------------------------------------------------*/
#partenaires .ckctrldiv
{
    bottom: -30px;
}
/*-----------------------------------------------------------*/
#navprimary .navigmenu .naviglink.lvl-1:hover
{
    color: var(--primary-back-color);
}

/*-----------------------------------------------------------*/
.bloc_wpp-home
{
    transition: all 0.4s;
    border-radius: 14px;
    overflow: hidden;
}

/*-----------------------------------------------------------*/
#prestations .widget_parentpage
{
    box-sizing: border-box;
    gap: 10px;
    padding: 0 5vw;
    box-sizing: border-box;
}

/*-----------------------------------------------------------*/
#content .textContent
{padding: 40px;box-sizing: border-box;}

/*-----------------------------------------------------------*/
#accroche img
{
    max-width: 300px;
    padding: 20px;
    /* background: var(--back-color); */
    box-sizing: border-box;
}

/*-----------------------------------------------------------*/
#reassurances
{
    padding: 100px 30px;
    box-sizing: border-box;
    z-index: 1;
    background: var(--primary-back-color);
}

#contactDiv h2
{
    text-align: center;
    margin-bottom: 40px;
}
/*-----------------------------------------------------------*/
#slideactu .ckslider
{
    /* padding: 0px 80px; */
    box-sizing: border-box;
    align-items: stretch;
    margin: 0 auto;
}

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

/*-----------------------------------------------------------*/
.wrapper_inner_slider
{
    max-width: 1400px;
    width: 100%;
}


/*-----------------------------------------------------------*/
.nohome h1
{
    margin-top: 70px;
    /* overflow: hidden; */
}

#landing_listelement
{
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 50px;
    box-sizing: border-box;
    background: var(--back-color);
}

.tc_content .wp-block-button__link strong, .tc_content .wp-block-button__link, .tc_content .wp-block-button__link:hover
{
    color: var(--back-color)!important;
}   
/*-----------------------------------------------------------*/
#en-tete .accroche
{
    display: grid;
    padding: 30px 20px;
    /* justify-items: center; */
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.fixHead #footer
{
    z-index: 10;
}
/*-----------------------------------------------------------*/
.titleSec
{
    text-align: center;
    margin-bottom: 80px;
    margin-top: 0;
    position: relative;
}

.subtitle {
    margin: 0 auto;
    text-transform: initial;
    margin-bottom: 15px;
    color: var(--primary-back-color);
    font-family: var(--font-title);
    font-weight: initial;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    position: relative;
}

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

#prestations .widget_parentpage .bloc_inner_wpp:hover blocthumb .image_content img
{
    transform: scale(1.1);
}

/*-----------------------------------------------------------*/
.nohome.galerie #content .article_content:hover h2
{
}
/*-----------------------------------------------------------*/
#galleryWrap
{
    z-index: 1;
}

.home .wp-caption-text.gallery-caption
{
    display: none;
}

#contactDiv .liresuite a:not(:hover)
{
    background: var(--title-color);
}

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

#prestations .ckctrldiv
{
    display: none;
}
/*-----------------------------------------------------------*/
.vegas-wrapper::before
{background: var(--tertiary-back-color);opacity: 0.6;z-index: 0;}

.imgContent img
{
    height: 100%;
}

#navprimary .open .navigmenu
{left: 0;}
/*-----------------------------------------------------------*/
.vegas-wrapper
{
    position: static;
    height: auto;
}
.home #content
{
    /* overflow: hidden; */
    /* background: var(--secondary-back-color); */
}
/*----to top style----*/
.to-top.fixed {
	opacity: 1;
	bottom: 60px;
	z-index: 71;
}
.to-top {
	background: var(--primary-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);
}
/*-----------------------------------------------------------*/
#contentBefore
{
    padding: 100Px 50px;
    padding-bottom: 30px;
    box-sizing: border-box;
    z-index: 2;
}
.vegas-slide-inner
{
    background-position:  top center!important;
}

/*-----------------------------------------------------------*/
#cta
{padding: 30px 20px;/* background: var(--secondary-back-color); */}


/*-----------------------------------------------------------*/
.nohome h1
{
}
.gallery-item, .gallery-icon
{
    overflow: hidden;
}
/*-----------------------------------------------------------*/
.home .picto-container
{
    gap: 30px;
}
.nohome .pictoWrap
{
    font-size: 0.9em;
    line-height: 1.3;
}
.picto-bloc h3, .pictoWrap
{
    color: var(--back-color);
    font-weight: 100;
}

.picto-bloc h3
{
    font-size: 1em;
    font-family: var(--font-title);
    min-height: 41px;
    margin-bottom: 10px;
    text-align: center;
}
/*-----------------------------------------------------------*/
.nohome #content h3
{
    color: var(--primary-back-color)!important;
    margin-bottom: 40px;
}
.wrapText h5
{
    /* text-transform: uppercase; */
    /* opacity: 0.7; */
    /* font-family: var(--font-text); */
    /* font-weight: 100; */
    /* font-size: 1em; */
}

#reaTitre
{
    color: var(--back-color);
    font-size: 2em;
}

.navigmenu .navigtoogle.active
{
    border-right: none!important;
}

.wp-block-columns:not(.start)>*
{
    display: grid;
    align-content: center;
}

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

.is-style-circle-mask img, .is-style-rounded img
{
    display: grid;
}

/*--------------------------------------------*/
.page_nos-produits #content
{
    padding: 0;
}

.page_nos-produits #content .wp-block-buttons
{
    justify-items: center;
    justify-content: center;
    text-align: center;
}

/*--------------------------------------------*/
.page_structures-metalliques .wp-block-columns .has-vivid-cyan-blue-background-color
{
    min-height: 100px;
    display: grid;
    align-items: center;
    margin-bottom: -20px!important;
}
.has-vivid-cyan-blue-background-color strong
{
    color: var(--back-color)!important;
}
/*--------------------------------------------*/
#listwidgetagence
{
    width: 100%;
    align-items: stretch;
    position: relative;
}

#listwidgetagence::after
{
    content:'';
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background:var(--secondary-back-color);
    --size:70px;
    width: var(--size);
    height: var(--size);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.itemlistwidgetagence::before
{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background:var(--secondary-back-color);
    opacity: 0.97;
}
/*--------------------------------------------*/
#gridAgence
{
    padding: 50px;
    box-sizing: border-box;
}

#formagence h2
{
    margin-bottom: 40px;
}

#agences
{
    z-index: 4;
}
/*--------------------------------------------*/
#ctaHead
{
    background: var(--title-color);
    max-width: 1300px;
    margin-left: auto;
    width: 100%;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
}

.template-contact-php #content
{
    padding-top: 0px;
}
/*--------------------------------------------*/

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

.nohome.single.agences #content
{
    padding-top: 50px;
    padding-bottom: 0;
}

.template-rating-php #footer
{
    margin-top: 100px;
}

#logoHeader
{
    background: var(--secondary-back-color);
}
/*--------------------------------------------*/
#logoResponsive
{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #00000017;
}



.ckmenu-toogle::after,#info-toogle::after
{
    content: "menu";
    text-transform: uppercase;
    text-align: center;
    color: var(--back-color);
    font-size: 15px;
    margin-top: 5px;
    font-family: var(--font-title);
    letter-spacing: 2px;
}

#info-toogle::after
{
    content: "Infos";
    transform: translateY(10px);
}

/*--------------------------------------------*/
#adresseHead>*
{
    display: grid;
    position: relative;
    min-width: 100px;
    padding: 10px 20px;
}
#adresseHead>*::before
{
    content: "Nos interventions >";
    display: grid;
    text-align: left;
    font-family: var(--font-title);
    line-height: 1;
    height: 13px;
    color: var(--primary-back-color);
}
#infoadresse::before{content: "Coordonnées >";}
#infotelfixe::before{content: "Fixe >";}
#infotelport::before{content: "Portable >";}
#adresseHead>*:not(:last-child)::after
{
    content:
    '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    z-index: 0;
    background: var(--back-color);
    opacity: 0.2;
}
/*--------------------------------------------*/
.wrapPresta
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 50px);
    z-index: 2;
    /* display: grid; */
    /* align-items: center; */
    /* justify-items: center; */
    transition: all 0.6s;
    background: var(--back-color);
    opacity: 0;
    padding: 0 10px;
    padding-top: 40px;
    box-sizing: border-box;
}
.bloc_inner_wpp:hover .wrapPresta
{
    opacity: 1;
}

.bloc_inner_wpp>h2
{
    position: absolute;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
    z-index: 1;
}
.bloc_inner_wpp:hover>h2
{
    opacity: 0;
}
.bloc_inner_wpp>h2 a
{
    color: var(--back-color);
}
.bloc_inner_wpp .liresuite a
{
    position: absolute;
    bottom: 0;
    right: -50px;
    --size: 50px;
    width: var(--size);
    height: var(--size);
    font-size: 0;
    background-image: url(../images/icons/arrowright.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.bloc_inner_wpp .liresuite
{
    position: absolute;
    bottom: 0;
    right: 0px;
    margin: 0;
}
/*--------------------------------------------*/
.nohome .img_thumbnail_slider
{
    height: 470px;
}

.heightMax, .heightMax img
{
    max-height: 400px;
    object-fit: contain!important;
}
.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(--title-color)!important;
    border-color: var(--title-color)!important;
    color: var(--back-color)!important;
}

.cekome-stars-list .fs
{
    color: var(--primary-back-color)!important;
}
/*--------------------------------------------*/
.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, .blocks-gallery-item::before{
    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;
}

.blocks-gallery-item
{
    overflow: hidden;
}
/*--------------------------------------------*/
#certifications
{
    margin-bottom: 30px;
}

.textWrapContent
{
    gap: 40px;
}
.imgContent img
{
    height: 560px;
}
.SecimgContent img
{
    height: 500px;
    margin-top: -40px;
}

.accroche .liresuite
{
}
/*--------------------------------------------*/
#textebannieres
{
    z-index: 1;
}

#textebannieres strong,#textebannieres p
{
    color: var(--title-color);
}

#textebannieres .wrapElem
{
    background: var(--back-color);
    padding: 10px;
    box-sizing: border-box;
}

#textebannieres h2
{
    font-size: 2em;
    font-family: var(--font-title);
    margin: 0;
}


/*--------------------------------------------*/
.line-element ol li
{
    padding: 20px 0;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-size: 0.9em;
    font-family: var(--font-bold);
}
.line-element li::before,.line-element li::after
{
    content:
    '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: -1;
    background: var(--primary-back-color);
    border-radius: 10Px;
    transition-delay: 0.2s;
    transition: all 1s;
}
.line-element li::before
{
    background: var(--secondary-text-color);
}
.line-element:not(.in-view) li::after
{
    width: 0%;
}

/*--------------------------------------------*/
.linkhas-child::after {
    content: " ▼";
    font-size: 0.5em;
    position: relative;
    top: -2px;
}

.navigmenu .navigtoogle:last-child a
{
    background: var(--primary-back-color);
    border: 1px solid var(--primary-back-color);
    box-sizing: border-box;
    transition: all 0.4s;
    width: 100%;
    color: var(--back-color)!important;
}
.navigmenu .navigtoogle:last-child:hover a
{
    background: #fff0;
}
.navigmenu .navigtoogle:last-child:hover a
{
    color:var(--primary-back-color)!important;
}
.navigmenu .navigtoogle:last-child a
{
    color: var(--back-color);
}

#share
{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

/*--------------------------------------------*/
.moreTitleSec
{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-text-stroke: 1px var(--title-color);
    opacity: 0.1;
    font-size: 6em;
    color: #fff0;
    font-family: var(--font-title);
    z-index: -1;
}

.moreTitleSec.white
{
    -webkit-text-stroke: 1px var(--back-color);
}

.titleWrap
{
    position: relative;
}
/*--------------------------------------------*/
.wrapPresta img
{
    --size: 100px;
    width: var(--size);
    height: var(--size)!important;
    object-fit: contain;
}

#certifications .elemcertifications
{
    justify-content: center;
}
/*--------------------------------------------*/
.imgActu
{
    background: url(../images/background.jpg);
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.actuContent
{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px;
    box-sizing: border-box;
}

.tal .titleSec
{
    text-align: left;
}

.tal .moreTitleSec
{
    left: 0;
    transform: translateY(-50%);
}

.thumbnail_slider::before
{
    background: linear-gradient(to bottom, #0000, #000);
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    transition: all 0.4s;
}
/*--------------------------------------------*/
.thumbnail_slider a
{
    display: block;
}
.wrapper_slider:hover .thumbnail_slider::before
{
    opacity: 1;
}

.actuGap
{
    gap: 40px;
}
#slideactu .titleSec
{
    margin-bottom: 20px;
}
.slogan
{
    margin-bottom: 70px;
}

/*--------------------------------------------*/
#en-tete-img
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%!important;
    width: 100%;
}

/*--------------------------------------------*/
#footer
{
    background: url(../images/background3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home #prestations::before,.home #prestations::after
{
    background: url(../images/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60%;
}
.home #prestations::after
{
    background: var(--secondary-back-color);
    opacity: 0.8;
}
/*--------------------------------------------*/
#sections .sectionsbloc h2::after
{
    content:'';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 50px;
    height: 3px;
    z-index: -1;
    background: var(--primary-back-color);
}
/*--------------------------------------------*/
#thumbnailPage.empty {
    background: url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500Px;
}

#thumbnailPage {
    position: relative;
    width: 100%;
}
/*--------------------------------------------*/
.nohome #thumbnailPage h1 {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--back-color);
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin: 0;
}
/*--------------------------------------------*/
.nohome #reassurances
{
    background: url(../images/background3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nohome #reassurances::before
{
    background: var(--tertiary-back-color);
    opacity: 0.8;
}
/*--------------------------------------------*/
#thumbnailPage h1::before
{
    content: '';
    position: absolute;
    top: 110%;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    z-index: -1;
    background: var(--primary-back-color);
}
/*--------------------------------------------*/
.nohome #slideactu
{
    padding: 100px 20px;
    box-sizing: border-box;
}
.nohome #slideactu .thumbnail_slider::before
{
    content:
    '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: var(--tertiary-back-color);
    opacity: 0.9;
}
/*--------------------------------------------*/
.page_politique-confidentialite #reassurances, .page_politique-confidentialite #contentBefore
{
    display: none;
}

#footer.index
{
    z-index: 1;
}