/*-----------------*/
/* VARIABLE */
/*-----------------*/
:root
{
	/*COLORS*/
	--primary-back-color: #40a44f;
	--secondary-back-color: #101010;
	--tertiary-back-color: #248928;
	--back-color: #fff;
	--primary-text-color: #222;
	--secondary-text-color: #ececec;
	--tertiary-text-color: #b5b5b5;
	--text-color: #222;

	/*FONTS*/
	--font-title:AvantGarde CE, sans-serif;
	--font-bold:PoppinsSemiBold, sans-serif;
	--font-text:Poppins,sans-serif;
}

/*-----------------*/
/* GLOBAL */
/*-----------------*/
@font-face {
    font-family: 'AvantGarde CE';
    src: url('../fonts/AvantGardeCE-Demi.eot');
    src: url('../fonts/AvantGardeCE-Demi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvantGardeCE-Demi.woff2') format('woff2'),
         url('../fonts/AvantGardeCE-Demi.woff') format('woff'),
         url('../fonts/AvantGardeCE-Demi.ttf') format('truetype'),
         url('../fonts/AvantGardeCE-Demi.svg#AvantGardeCE-Demi') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  overflow-y: auto;
  font-size: 18px;
  font-family: var(--font-text), sans-serif;
  background-repeat: no-repeat, no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  top:0 !important;
  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: 140%;
	margin: 16px 0px;
	font-family: var(--font-title), sans-serif;
}

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

h1 {
    text-align: center;
    /* margin: 0 auto; */
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}


h1{font-size: 2em;max-width: 1300px;}
h2{font-size: 2em;}
h3{font-size: 1.3em;}
h4{font-size: 1.3em;}
h5{font-size: 1.4em;}
h6{font-size: 1.2em;}

@media(max-width: 980px)
{	
    h1{font-size: 1.8em}
    h2{font-size: 1.6em;}
    h3{font-size: 1.5em}
    h4{font-size: 1.4em;}
    h5{font-size: 1.3em;}
    h6{font-size: 1.1em;}
}

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

h3{margin-top: 25px;}


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


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

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

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

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

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

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

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


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

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

.titlebadbrowser{
    font-size: 15px;
    margin-bottom: 2px;
    color: #0360ff;
    text-transform: uppercase;
    font-weight: bold;
}
.subtitlebadbrowser{
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: -0.01em;
    line-height: 120%;
}
.textbadbrowser{
    font-size: 11px;
    line-height: 130%;
    color: #333;
}
.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: #333;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: 10px;
    height: 30px;
    width: 30px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icons/close.png);
}

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

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

.horairemodal{pointer-events: none;}

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

.horairemodal .titlehoraires{
	font-size: 120%;
	font-weight: bold;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
	/* text-decoration: underline; */
	/* text-align: center; */
	display: grid;
	justify-content: center;
	color: #333;
}

.bthoraire{
	cursor: pointer;
}

/* ------------------------- */
/* GLOBAL BUTTON */
/* ------------------------- */
.underbutton > *, button, .button{
    border: none;
    color: var(--text-color);
    text-decoration: none;
    font-weight: bold;
    padding: 18px 30px;
    transition:0.5s all ease;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    width: 100%;
    position:relative;
    line-height: 1;
    border: 2px solid var(--text-color);
}

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

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


.underbutton.icon > *, button.icon, .button.icon{
  padding-left:40px;
  background-size: 25px;
  font-size: 17px;
  background-position:8px center;
  background-repeat:no-repeat;
  box-sizing: border-box;
}

.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: 32px  auto;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

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

#cta_byadresse .adresseIco{display: inherit;}

#phoneBT-infotelfixe,#phoneBT-infotelfixe2, #phoneBT-infotelport, #header .horairesBT, .formulaireMail, #infoadresse, #cta_byadresse .adresseIco, #header .horairesBT
{
	color: var(--text-color);
	border: none;
}

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

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

#phoneBT-infotelfixe, #phoneBT-infotelfixe2{background-image: url(../images/icons/phone.svg);}
#phoneBT-infotelport,#cta #phoneBT-infotelfixe,#cta #phoneBT-infotelfixe2 {background-image: url(../images/icons/phone.svg);}
#header .horairesBT{background-image:url(../images/icons/clock.svg);font-family: var(--font-text);/* cursor: initial; */}
.formulaireMail{background-image:url(../images/icons/mail.svg);}


.button.current-post-page,
.button.current{outline-style: solid;outline-color: var(--secondary-back-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;
}
.tc_content h2, .tc_content h3, .tc_content h4, .tc_content h5, .tc_content h6{
	margin-top: 1em;
	margin-bottom: 0.3em;
}
.tc_content h2{color: var(--primary-back-color);}

.tc_content p{
    margin-bottom: 1.4em;
}
.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 strong, .tc_content b
{
    font-family: var(--font-bold);
    color: var(--primary-back-color);
}

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



.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
{
  border-top: 2px solid var(--primary-back-color);
  border-bottom: 1px dashed  var(--back-color);
  margin: 2em 10px !important;
  padding: 0.9em 30px !important;
  quotes: "\201C""\201D""\2018""\2019";
  font-family: var(--font-title);
  color: var(--tertiary-text-color);
  background: var(--tertiary-back-color);
  position: relative;
  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:before {
  color: var(--primary-back-color);
  content: open-quote;
  font-size: 10em;
  position: absolute;
  top: 30px;
  left: 5px;
}
.tc_content blockquote p {
  display: flow-root;
  color: var(--primary-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: 12;box-sizing: border-box;background: var(--back-color);}
#header #logo {text-align: center;}
#header #noshare {text-align: center;transition: left 0.4s;}
#header #noshare .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 #autotraduction .label span{
	border-bottom: 1px solid var(--secondary-back-color);
	color: var(--secondary-back-color);
}

#header #infotelfixe, #phoneBT-infotelfixe2 {text-align: center;}
#header #infotelport, #header #infoadresse {text-align: center;padding: 0;}
#header #infoadresse #infoadresse_inner{
    background-image: url(../images/icons/map.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
    padding-left: 30px;
}
#header #infoadresse #infoadresse_inner div {margin: 0 3px;}


/*-----------------*/
/* MENU PRIMARY */
/*-----------------*/
#navprimary .ckmenu-nav{
    color: var(--primary-text-color);
}
#navprimary{
  width: 100%;
}

#navprimary .navigtoogle a:hover{color: var(--secondary-back-color);}
#navprimary .navigmenu .naviglink.lvl-0{
    font-size: 1.0em;
    font-family: var(--font-title);
    padding: 42px 23px;
    box-sizing: border-box;
    color: var(--text-color);
    transition: all 0.4s;
    text-align: left;
    text-transform: uppercase;
}
#navprimary .navigmenu .navigtoogle > .navdown{
    background: var(--back-color);
    text-align: left;
    font-size: 0.75em;
}

#navprimary .navigmenu .naviglink.lvl-1{
	padding: 10px 10px;
	color: var(--text-color);
	border-bottom: 1px solid #b9b9b940;
	/* background: var(--text-color); */
}

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


/*-----------------*/
/* SLIDER ACTU */
/*-----------------*/
#slideactu{box-sizing: border-box;width: 100%;}
.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;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.wrapper_inner_slider:hover{
	filter: grayscale(0%);
}

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

.img_thumbnail_slider{
    min-width: 100%;
    height: 700px;
    margin-bottom: 180px;
    object-fit: cover;
}

.content_slider {
    width: 120%;
    padding: 80px 80px;
    box-sizing: border-box;
    z-index: 1;
}
.title_link_slider{
    text-decoration: none;
    color: var(--text-color);
    /* text-transform: uppercase; */
    font-family: var(--font-title);
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.03em;
    transition: all 0.4s;
}
.text_slider{
    color: var(--back-color);
    line-height: 140%;
    padding: 30px 3px;
    box-sizing: border-box;
    width: 100%;
}
.next_slider{
    text-align: right;
}

@media (max-width:980px) {
  .thumbnail_slider{
      object-fit: cover;
      width: 100%;
      max-height: 300px;
      height: 100%;
      display: block;
  }
  .content_slider{
    margin: 0;
    border-radius: 0;
  }
}

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

#prestations .widget_parentpage .bloc_wpp-home:hover .bloc_inner_wpp h2 
{
    opacity: 1;
}

#prestations .widget_parentpage .bloc_inner_wpp{
    /* overflow: hidden; */
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    /* color: var(--back-color); */
}
#prestations .widget_parentpage .bloc_inner_wpp .blocthumb{
    line-height: 0;
    height: 330px;
    transition: all 0.4s;
    position: relative;
    box-sizing: border-box;
    max-height: 330px;
}


#prestations .widget_parentpage .bloc_inner_wpp h2{
    /* text-align: left; */
    box-sizing: border-box;
    font-size: 1.3em;
    margin: 16px 0;
    margin-top: 16px;
    padding: 3px;
    transition: all 0.7s;
    position: relative;
}
#prestations .widget_parentpage .bloc_inner_wpp h2 a{
    text-decoration: none;
    letter-spacing: 0.06em;
    /* color: var(--back-color); */
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections{
    position: relative;
    z-index: 0;
    overflow: hidden;
}

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

.sectionsbloc.even{
    flex-direction: row-reverse;
}
.section_thumb{
    position: relative;
    box-sizing: border-box;
}
.sectionsbloc:nth-child(even) .section_thumb
{
    z-index: 1;
}

.section_txt{
    box-sizing:border-box;
    padding: 32px;
}
.sectionsbloc h2{
    padding: 16px 0px;
}


/*-----------------*/
/* WIDGET ELEMENT */
/*-----------------*/

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

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

.widget_element h3{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(--back-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;
    bottom: 20px;
    left: 20px;
}

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


#h1 h1{
    display: inline-block;
    padding: 10px 10px;
    box-sizing: border-box;
}

/*-----------------*/
/* CONTENT */
/*-----------------*/
#content{
	color: var(--text-color);
	padding: 90px 30px;
	box-sizing: border-box;
}

#content.hasnocontent{padding-bottom: 0;text-align: center;}


/*-----------------*/
/* 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;
}
#filterwidgetagence select{
	border:none;
	background:#fff;
	padding:2px 20px 2px 5px;
	box-sizing:border-box;
	border:1px solid #ccc;
}

#listwidgetagence{
    overflow: hidden;
    overflow-y: scroll;
    max-height: 600px;
    background: var(--back-color);
    color: var(--tertiary-text-color);
}
.itemlistwidgetagence{
    box-sizing: border-box;
    line-height: 0;
    /* padding: 5px; */
    border-bottom: 1px solid #ececec;
}
.itemlistwidgetagence.active{
	outline-color: var(--primary-back-color)
}
.list_imgagence{width: 50%;}
.list_infoagence{
    padding: 10px;
    font-size: 16px;
    line-height: 130%;
    width: 50%;
    box-sizing: border-box;
    color: var(--tertiary-back-color);
}
.list_infoagence .title_list_infoagence{text-transform: uppercase;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{
    text-align: right;
    text-decoration: underline;
}
.list_infoagence a{
	color: var(--text-color);
	text-decoration: none;
	font-family: var(--font-title);
}

/*-----------------*/
/* SINGLE AGENCE */
/*-----------------*/
#formagence{
    /* background: var(--secondary-back-color); */
    /* color: var(--secondary-text-color); */
    padding: 30px;
}
#map_agence{
    background: var(--back-color);
    align-items: stretch;
    color: var(--text-color);
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
}
#infoagence{
    background: var(--back-color);
    color: var(--text-color);
    text-align: center;
    line-height: 160%;
    padding: 20px;
}
#boxlink_agence{
    /* background: var(--secondary-back-color); */
    color: var(--secondary-text-color);
    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);
}

/*-----------------*/
/* 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;
}
.cta_buttons{
    margin: 10px 0;
}
/*-----------------*/
/* Landing Form */
/*-----------------*/
#landing_listelement{
    padding: 1vh 0px;
}

.landing_labelBig{
    font-size: 1.4em;
    color: var(--tertiary-text-color);
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    font-weight: bold;
    font-family: var(--font-title);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: -60px;
    background: var(--secondary-back-color);
    padding: 13px 25px;
}
.landing_labelSmall{
    /* font-size: 1em; */
    color: var(--back-color);
    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: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    color: var(--back-color);
}

#listarticles .listedarticle h2 a{
    color: var(--back-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
{z-index: 0;}


#listarticles .listedarticle .liresuite{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--back-color);
}

#listarticles .listedarticle .liresuite a
{
    background:transparent;
    transform: initial;
}

.share-buttons a
{
    text-decoration: none;
}

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer{
	color: var(--text-color);
	padding-bottom: 0px;
	box-sizing: border-box;
	z-index: 12;
	background: var(--back-color);
	box-shadow: 0px 0px 20px #00000017;
}

/*LOGO*/
#footer #logofooter img{
    height: 150px;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
#logoFooter
{
    width: 100%!important;
}

/*MAPS*/
#footer #mapfooter{
	width:100%;
	padding: 0 30px;
	box-sizing: border-box;
}
#footer .maps_canvas{
    min-height: 270px;
}
#footer .maps_canvas img{
    transition:0.5s all ease;
}
/*ADDR FOOTER*/
#footer #addrfooter{
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
}
#footer #addrfooter #addrfooter_txt{
	background-image: url(../images/icons/map.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center left 7px;
	padding: 10px 40px;
	box-sizing:border-box;
	width: 100%;
	color: var(--text-color);
	text-align: center;
	text-align: left;
}

#footer #addrfooter #addrfooter_txt div{
    margin: 2px 3px;
}

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

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

#footer #navfooter #menu-footer{
    list-style-type: none;
    list-style-position: inside;
    line-height: 1.6em;
    gap: 30px;
}
#footer #navfooter #menu-footer li a{
    color: var(--back-color);
    text-decoration: none;
    font-family: var(--font-text);
}

/*COPYRIGHT*/
#footer #footerlinks{
    padding: 24px;
    box-sizing: border-box;
    text-align: right;
}
#footer #footerlinks a{
    color: var(--back-color);
    text-decoration: none;
    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
{
    height: calc(100vh - 190px)!important;
    min-height: 600px;
    overflow: hidden;
    width: 100%;
    background: url(../images/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    display: grid;
}

.nohome #thumbnailPage
{
    overflow: hidden;
}


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

.nohome #thumbnailPage .blocthumb, .nohome #thumbnailPage .blocthumb img
{
    position: relative;
    max-height: 450px;
    width: 100%;
    overflow: hidden;
}

#thumbnailPage>article
{
    width: 100%;
}

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

/*----------------------------- Header   -----------------------------*/
#addresseDiv {
    padding: 50px 25px;
    box-sizing: border-box;
}
/*----------------------------- LOADER   -----------------------------*/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: var(--text-color);
    display: grid;
    transition: all 0.6s;
    transition-delay: 1s;
    width: 100%;
  }
  body.loaded #loader.out{
      left: -200%;
  }
.animation-container {
  display: block;
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.animation-container .lightning-container {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.animation-container .lightning-container .lightning {
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  -webkit-transform-origin: 6px 6px;
          transform-origin: 6px 6px;
  -webkit-animation-name: woosh;
          animation-name: woosh;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.animation-container .lightning-container .lightning.white {
  background-color: white;
  box-shadow: 0px 50px 50px 0px rgba(255, 255, 255, 0.3);
}
.animation-container .lightning-container .lightning.red {
  background-color: #fc7171;
  box-shadow: 0px 50px 50px 0px rgba(252, 113, 113, 0.3);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.animation-container .boom-container {
  position: absolute;
  display: flex;
  width: 80px;
  height: 80px;
  text-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 200px;
  top: -145px;
}
.animation-container .boom-container .shape {
  display: inline-block;
  position: relative;
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.animation-container .boom-container .shape.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin-left: -15px;
  border-width: 0 2.5px 5px 2.5px;
  border-color: transparent transparent #42e599 transparent;
  -webkit-animation-name: boom-triangle;
          animation-name: boom-triangle;
}
.animation-container .boom-container .shape.triangle.big {
  margin-left: -25px;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fade28 transparent;
  -webkit-animation-name: boom-triangle-big;
          animation-name: boom-triangle-big;
}
.animation-container .boom-container .shape.disc {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #d15ff4;
  -webkit-animation-name: boom-disc;
          animation-name: boom-disc;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animation-container .boom-container .shape.circle {
  width: 20px;
  height: 20px;
  -webkit-animation-name: boom-circle;
          animation-name: boom-circle;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 100%;
  margin-left: -30px;
}
.animation-container .boom-container .shape.circle.white {
  border: 1px solid white;
}
.animation-container .boom-container .shape.circle.big {
  width: 40px;
  height: 40px;
  margin-left: 0px;
}
.animation-container .boom-container .shape.circle.big.white {
  border: 2px solid white;
}
.animation-container .boom-container .shape:after {
  background-color: rgba(178, 215, 232, 0.2);
}
.animation-container .boom-container .shape.triangle, .animation-container .boom-container .shape.circle, .animation-container .boom-container .shape.circle.big, .animation-container .boom-container .shape.disc {
  -webkit-animation-delay: .38s;
          animation-delay: .38s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.animation-container .boom-container .shape.circle {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.animation-container .boom-container.second {
  left: 485px;
  top: 155px;
}
.animation-container .boom-container.second .shape.triangle, .animation-container .boom-container.second .shape.circle, .animation-container .boom-container.second .shape.circle.big, .animation-container .boom-container.second .shape.disc {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.animation-container .boom-container.second .shape.circle {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s;
}

@-webkit-keyframes woosh {
  0% {
    width: 12px;
    -webkit-transform: translate(0px, 0px) rotate(-35deg);
            transform: translate(0px, 0px) rotate(-35deg);
  }
  15% {
    width: 50px;
  }
  30% {
    width: 12px;
    -webkit-transform: translate(214px, -150px) rotate(-35deg);
            transform: translate(214px, -150px) rotate(-35deg);
  }
  30.1% {
    -webkit-transform: translate(214px, -150px) rotate(46deg);
            transform: translate(214px, -150px) rotate(46deg);
  }
  50% {
    width: 110px;
  }
  70% {
    width: 12px;
    -webkit-transform: translate(500px, 150px) rotate(46deg);
            transform: translate(500px, 150px) rotate(46deg);
  }
  70.1% {
    -webkit-transform: translate(500px, 150px) rotate(-37deg);
            transform: translate(500px, 150px) rotate(-37deg);
  }
  85% {
    width: 50px;
  }
  100% {
    width: 12px;
    -webkit-transform: translate(700px, 0) rotate(-37deg);
            transform: translate(700px, 0) rotate(-37deg);
  }
}

@keyframes woosh {
  0% {
    width: 12px;
    -webkit-transform: translate(0px, 0px) rotate(-35deg);
            transform: translate(0px, 0px) rotate(-35deg);
  }
  15% {
    width: 50px;
  }
  30% {
    width: 12px;
    -webkit-transform: translate(214px, -150px) rotate(-35deg);
            transform: translate(214px, -150px) rotate(-35deg);
  }
  30.1% {
    -webkit-transform: translate(214px, -150px) rotate(46deg);
            transform: translate(214px, -150px) rotate(46deg);
  }
  50% {
    width: 110px;
  }
  70% {
    width: 12px;
    -webkit-transform: translate(500px, 150px) rotate(46deg);
            transform: translate(500px, 150px) rotate(46deg);
  }
  70.1% {
    -webkit-transform: translate(500px, 150px) rotate(-37deg);
            transform: translate(500px, 150px) rotate(-37deg);
  }
  85% {
    width: 50px;
  }
  100% {
    width: 12px;
    -webkit-transform: translate(700px, 0) rotate(-37deg);
            transform: translate(700px, 0) rotate(-37deg);
  }
}
@-webkit-keyframes boom-circle {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
@keyframes boom-circle {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
@-webkit-keyframes boom-triangle-big {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(2.5) translate(50px, -50px) rotate(360deg);
            transform: scale(2.5) translate(50px, -50px) rotate(360deg);
  }
}
@keyframes boom-triangle-big {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(2.5) translate(50px, -50px) rotate(360deg);
            transform: scale(2.5) translate(50px, -50px) rotate(360deg);
  }
}
@-webkit-keyframes boom-triangle {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(3) translate(20px, 40px) rotate(360deg);
            transform: scale(3) translate(20px, 40px) rotate(360deg);
  }
}
@keyframes boom-triangle {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(3) translate(20px, 40px) rotate(360deg);
            transform: scale(3) translate(20px, 40px) rotate(360deg);
  }
}
@-webkit-keyframes boom-disc {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(2) translate(-70px, -30px);
            transform: scale(2) translate(-70px, -30px);
  }
}
@keyframes boom-disc {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(2) translate(-70px, -30px);
            transform: scale(2) translate(-70px, -30px);
  }
}

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

#slideactu .wrappercontent{height: 100%;margin-bottom: -150px;}

.title_slider
{
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
}

#slideactu .wrappercontent .liresuite
{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

/*----------------------------- PRESTATIONS -----------------------------*/
#prestations .ckctrldiv{
    opacity: 1;
}
#prestations {box-sizing: border-box;padding: 32px 16px;overflow: hidden;}
.nohome #prestations {padding-bottom: 60px;}

/*----------------------------- FOOTER -----------------------------*/
#footer #phoneBT-infotelfixe,#footer #phoneBT-infotelfixe2, #footer #phoneBT-infotelport, #footer #header .horairesBT, #footer .formulaireMail
{
    padding-top: 13px!important;
    padding-bottom: 13px!important;
    color: var(--text-color);
}

/*----------------------------- CONTACT -----------------------------*/
#cta_listelement .bthoraire, #cta_listelement .formulaireMail, #cta_listelement .phonea
{
    display: inline-block;
}

#landingform, #cta
{
    padding: 14px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
}

/*----------------------------- INFO TOOGLE -----------------------------*/
#info-toogle {
    height: 50px;
    padding: 4px;
    width: 50px;
    margin: 0px auto;
    background-color: var(--primary-back-color);
    background-image: url(../images/icons/info.svg);
    background-size: 25px;
    background-position: left 16px center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 250px;
    transform: translateY(-50%);
    border-top-left-radius: 9px;
    z-index: 4;
    transition: all 0.4s;
}
#info-toogle:hover
{
    padding-right: 10px;
}


/*----------------------------- 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: 1;
}

.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-back-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.sectextback::before{background: var(--secondary-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  -----------------------------*/
.accroche .liresuite
{
    margin-top: 32px;
    margin-bottom: 0;
}
#slogan-title
{
    /* color: var(--primary-back-color); */
    font-size: 7em;
    font-family: var(--font-title);
    display: block;
    margin-bottom: 22px;
    position: relative;
    letter-spacing: 0.05em;
    color: #fff0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff7a;
    background-size: cover;
    background-image: url(../images/clip.jpg);
}

#slogan-sub
{
    font-size: 32px;
    margin: 0 auto;
    display: block;
    text-shadow: none!important;
}

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

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

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

#content .wrappercontent
{
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.home #content .blocthumb img
{
    box-shadow: 0px 0px 20px #3c3a3a45;
}

.home #content
{
    z-index: 1;
}

/*----------------------------- Arrow-ck -----------------------------*/
#arrow-ck {
	/* background: var(--back-color); */
	position: absolute;
	bottom: -31px;
	box-sizing: border-box;
	height: 160px;
	width: 160px;
	padding: 5px 9px;
	left: 50%;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	border-radius: 50%;
}
@-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: 31px;height: 31px;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;
}

/*----------------------------- Sections -----------------------------*/
.home #sections h2
{
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
}

/*------------------------ CONTACT CALL TO ACTION -----------------------*/
#cta #phoneBT-infotelfixe,#cta #phoneBT-infotelfixe2, #cta #phoneBT-infotelport, #cta #header .horairesBT, #cta .formulaireMail, #cta #header #infoadresse, #cta div, #landingform div, #cta_byadresse .adresseIco
{
    color: var(--text-color);
}
#cta .button:hover{background-color: transparent;}
#contactDiv
{
    padding: 15px;
    box-sizing: border-box;
    color: var(--secondary-text-color);
    background: var(--primary-back-color);
    box-shadow: 0px 0px 20px #0000002b;
    width: 90%;
    margin: 61px auto;
}
#contactDiv .liresuite{margin: initial;}
#contactDiv .liresuite a{color: var(--back-color);background: var(--primary-back-color);}

#contactDiv div
{
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    color: var(--back-color);
    border-color: var(--back-color);
}

#cta_byadresse .adresseIco{background-image: url(../images/icons/map.svg);}
#cta_byadresse .adresseIco>div{display: inline-block;padding: 0px;box-sizing: content-box;}
/*----------------------------- HEADER -----------------------------*/
#header #adresseHead
{
    font-family: var(--font-text);
    transition: all 0.4s;
    padding: 0px 25px;
    border-bottom: 1px solid #eaeaea;
}

.header-trigg
{
    display: flex!important;
}

#navprimary {box-sizing: border-box;transition: left 0.4s;position: relative;z-index: 1;}


/*----------------------------- REASSURANCES -----------------------------*/
#reassurances 
{
    background: var(--primary-text-color);
}

#reassurances svg {
    height: 90px;
    position: relative;
}

.picto-bloc {
    position: relative;
}


.picto-bloc svg 
{
    padding: 15px;
    box-sizing: border-box;
}
/*----------------------------- prestations -----------------------------*/

#prestations .widget_parentpage .bloc_wpp-home:not(:last-child) {
    box-sizing: border-box;
}

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

/*----------------------------- MENU LVL-2 -----------------------------*/
.naviglink.lvl-2{position: relative;border-bottom: 1px solid #e0e0e038;}
.naviglink.lvl-2::before
{
    content: ">";
}

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

.template-contact-php #landingform{z-index: 12;}
.columnOrder{flex-direction: column;}
.nohome h3{text-align: left;padding: 20px 0px;}
.privacyform_chk{box-shadow: none;}

#landingform{
    margin: initial;
    background: var(--secondary-back-color);
    padding: 80px 30px;
}
.nohome.childpage #content h2
{
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: left;
    color: var(--primary-text-color);
}

/*----------------------------- LogoResponsive -----------------------------*/
#logoResponsive img
{
    max-height: 140px;
}

#logoResponsive p{color: var(--primary-back-color);}
/*----------------------------- partenaires -----------------------------*/
#partenaires
{
    padding: 70px 32px;
    box-sizing: border-box;
}
#partenaires .prev, #partenaires .next{display:none;}
#partenaires h2{padding: 32px;box-sizing: border-box;margin: 0;text-align: center;}
#partenaires .ckctrldiv{filter: brightness(7);}

/*----------------------------- facebook -----------------------------*/
.navigtoogle.social svg
{
    width:  18px;
    height: 18px;
    fill: var(--text-color);
}
#cptchk-tplpg
{
    width: 100%;
    max-width: 100%;
}

.blc_textarea
{
    width: 100%;
    margin: 0 auto;
}
.blc_select label
{
    display: block;
    position: static;
    text-align: l;
    color: var(--back-color);
    margin-right: 10px;
}

.cekome_form input[type=checkbox]
{
    float: initial;
    margin: 0px;
}

.cekome_form .blc_select
{
    /* margin: 18px 0px; */
    display: flex;
    align-items: center;
    justify-items: center;
}


#cptchk-tplpg #cptchkbx-tplpg
{
    height: 18px!important;
    width: 18px!important;
}

.cekome_form .button.cf_submit:hover
{
    background: var(--tertiary-back-color);
    color: var(--text-color);
}
/*-----------------------------    HEADER   -----------------------------*/
.ckmenu-toogle
{
    position: absolute;
    left: 0;
    z-index: 1;
}

#navprimary.nav-trigg
{
    left: 0;
}

.navigtoogle a.lvl-0::before 
{
    content: '';
    transition: all 0.4s;
    position: absolute;
    transform: translateY(-50%);
    height: 10px;
    width: 0;
    left: 25px;
    top: calc(50% + 5px);
    background: var(
    --primary-back-color);
    opacity: 0.5;
    z-index: -1;
}

.navigtoogle a.lvl-0:hover::before, .navigtoogle.active a.lvl-0::before{width: 50px;}
/*----------------------------- Boutons  -----------------------------*/
.liresuite a::before, .btnextprev::before, .button.cf_submit::before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 9px;
    height: 2px;
    background: var(--text-color);
    transition: all 0.4s;
}


.liresuite:hover::before, .btnextprev:hover::before, .button.cf_submit:hover::before
{
    width: 30px;
}

body #wrappersite
{
    box-sizing: border-box;
}
#formtab2
{
    text-align: left;
}

/*----------------------------- Agences  et cta-----------------------------*/
.home #filterwidgetagence
{
    display: none;
}

#cta
{
    /* padding: 40px; */
    box-sizing: border-box;
    overflow: hidden;
    /* background: var(--back-color); */
}

#mapwidgetagence{min-height: 400px;}

/*----------------------------- share -----------------------------*/
#noshare
{
    position: absolute;
    z-index: 15;
    bottom: 0px;
    left: 15px;
}
#noshare.active
{
    left: 250px;
}
#noshare .icones .notranslate
{
    flex-direction: column;
}
#noshare,#noshare .icones .notranslate, #noshare .icones
{
    width: 20px;
    margin:0 auto;
}
#noshare svg
{
    /* width: 40%; */
    margin: 16px 0px;
}

/*----------------------------- ************ -----------------------------*/
#slogan-img, #slogan-img a
{
    display: inline-block;
}

/*----------------------------- en-tete -----------------------------*/
.accroche 
{
    color: var(--back-color);
    position: relative;
    z-index: 1;
    justify-content: center;
    display: grid;
    text-align: center;
    padding: 50px;
    /* background: #ffffffd9; */
    box-sizing: border-box;
}

/*----------------------------- Actualités -----------------------------*/
.title_link_slider:hover
{
    color: var(--primary-back-color);
}

/*----------------------------- ************ -----------------------------*/
#reassurances>article
{
    /* background: var(--secondary-back-color); */
    padding: 60px 20px;
    box-sizing: border-box;
}
#reassurances 
{
    padding: 25px;
    box-sizing: border-box;
}

#__lpform_nom
{
    display: none;
}

.template-contact-php #cta
{
    background: transparent;
}

/*----------------------------- ************ -----------------------------*/
#infotelfixe_footer
{
    padding-bottom: 20px;
}

#footer #phoneBT-infotelport
{
    background-image: url(../images/icons/phone.svg);
}

#cta #phoneBT-infotelport {
    background-image: url(../images/icons/phone.svg);
}

/*----------------------------- ************ -----------------------------*/
#slogan-img img
{
    height: 250px;
}

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

/*----------------------------- ************ -----------------------------*/
#slideactu h2::before,#slideactu h2::after{background: var(--text-color);}

/*----------------------------- ************ -----------------------------*/
.home .navigtoogle.logo{display: none;}
.navigtoogle.logo
{
    left: 0;
    top: 0;
    position: absolute;
    box-sizing: border-box;
}

#navprimary .navigmenu .navigtoogle.logo .naviglink.lvl-0{padding: 5px;}

/*----------------------------- ************ -----------------------------*/
.nohome  #header #phoneBT-infotelport, .nohome  #header #infoadresse{color: var(--text-color);}

.nohome #header #infoadresse #infoadresse_inner{background-image: url(../images/icons/map.svg);}

/*----------------------------- ************ -----------------------------*/
#light_cform-tplpg, .ckformerror,.cekome_form .close_cform
{
    background: var(--text-color);
}

.white_cform div, #light_cform-tplpg div, .ckformerror
{
    color: var(--back-color)!important;
}

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

/*----------------------------- ************ -----------------------------*/
.home #content{/* background: var(--secondary-back-color); */padding-top: 125px;padding-bottom: 0;}


.home #content{overflow: hidden;}


/*----------------------------- ************ -----------------------------*/
#slideactu .content_slider
{
    background: var(--secondary-back-color);
}
/*----------------------------- ************ -----------------------------*/
#landingform #landing_listelement
{
    /* background: var(--tertiary-back-color); */
    max-width: 100%;
    box-sizing: border-box;
}
/*----------------------------- ************ -----------------------------*/
.template-contact-php #content .wrappercontent {
   padding: 30px;
    display: grid;
    justify-items: center;
}
.template-contact-php #h1 h1{padding: 0px 60px;}

/*----------------------------- ************ -----------------------------*/
.alsace
{
    height: 110px;
    text-align: center;
    margin-top: 12px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#contactDiv
{
    overflow: hidden;
    max-width: 800px;
}

#contactDiv::after
{
    right: 63%;
    bottom: inherit;
    border-radius: 20px;
    transform: rotate(45deg);
    top: -20px;
}

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

body:not(.template-contact-php) #landingform .landing_labelBig
{
    color: var(--back-color);
}

body:not(.template-contact-php) #landingform #landing_listelement{border-color: var(--back-color);}

/*----------------------------- ************ -----------------------------*/
.return-link {
    background: var(--secondary-back-color);
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    /* margin-top: 50px; */
    margin-bottom: 80px;
}
.return-link a {
    text-decoration: none;
    color: var(--back-color);
    position: relative;
    display: inline-block;
    font-family: var(--font-bold);
    padding: 32px;
}
.return-link a::before { content: " ← ";}
/*----------------------------- ************ -----------------------------*/
.nohome.galerie .content-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.content-gallery .article_content
{
    position: relative;
}

.nohome.galerie #content h2 {
    position: absolute;
    top: 80%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    line-height: 1;
    font-size: 1.4em;
    margin: 0;
}

.nohome.galerie #content h2 a {
    color: var(--back-color);
    text-decoration: none;
    font-family: var(--font-text);
    line-height: 1;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.4s;
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
}
/*-----------------------------------------------------------*/
.to-top.fixed {
	opacity: 1;
	bottom:30px;
	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);
}
/*-----------------------------------------------------------*/
#fieldDiv {
    gap: 30px;
    margin: 0 auto;
}
#cptchkbx-tplpg {
    border: 1px solid #777!important;
    width: 18px!important;
    height: 18px!important;
    outline: none!important;
    line-height: 20px!important;
    margin-right: 0!important;
}
.cekome_form .blc_captcha {
    padding: 10px !important;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.privacyform_chk {
    box-shadow: none;
    height: 18px;
    width: 18px;
    margin-right: 10px !important;
}
/*-----------------------------------------------------------*/
#content .textContent {
    padding: 40px 40px;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 1;
    max-width: 800px;
    margin-left: 0;
}

#galleryHome .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.home .gallery {
    line-height: 0;
    margin-right: 0;
}

.home #galleryHome .gallery-item img {
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    transition: all 0.6s;
    width: 100%;
    height: 550px;
}

.home .gallery-caption
{
    display: none;
}
/*-----------------------------------------------------------*/
#en-tete .liresuite a
{
     border-color: var(--back-color);
     /* margin: 0px 5px; */
     white-space: inherit;
     color: var(--back-color);
}
#en-tete .liresuite a::before
{
    background: var(--back-color);
}

.liresuite a:hover::before,  #en-tete .liresuite a:hover:before
{
    transform: translate(26px,-50%);
    width: 30px;
}

/*-----------------------------------------------------------*/
#prestations .widget_parentpage
{
    gap: 20px;
    overflow: hidden;
}
/*-----------------------------------------------------------*/
a:not([class*="button"]):hover, a:not([class*="button"]):hover strong {
    color: var(--tertiary-back-color);
}

.pictoWrap h3
{
    color: var(--back-color);
    text-align: center;
    font-size: 1.2em;
}
/*-----------------------------------------------------------*/
#footerbloc
{
    background: var(--secondary-back-color);
}

#cta a.button:hover
{
    color: var(--primary-back-color)!important;
}
/*-----------------------------------------------------------*/
.gallery-caption
{
    /* background: #ffffff91; */
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
    box-sizing: border-box;
    color: var(
    --back-color);
    line-height: 1.4;
    opacity: 0;
    transition: all 0.4s;
    font-family: var(--font-title);
}
/*-----------------------------------------------------------*/
#contentBefore
{
    padding: 100Px 50px; 
}

.gallery-item a
{
    line-height: 0;
}

.post.normal .gallery dl, .home .gallery dl
{
    margin: 0!important;
}

/*-----------------------------------------------------------*/
#galleryHome .gallery .gallery-item .gallery-icon, #galleryHome .gallery .gallery-item a 
{
    width: 100%;
    height: 100%;
    display: block;
    cursor: zoom-in;
    background-color: var(--primary-bgcolor);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}.gallery-icon::before, .bloc_inner_wpp .blocthumb::before,
.content-gallery .blocthumb::before, .content-gallery .blocthumb::before,
.nohome.category .blocthumb::before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
    width: 100%;
    height: 100%;
    /* background: var(--tertiary-back-color); */
    z-index: 2;
    transition: all 0.4s;
    pointer-events: none;
    opacity: 0;
    box-sizing: border-box;
}

.gallery-icon::after, .bloc_inner_wpp .blocthumb::after,
.content-gallery .blocthumb::after, .content-gallery .blocthumb::after,
.nohome.category .blocthumb::after
{
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    height: 100%;
    background: var(--text-color);
    z-index: 1;
    transition: all 0.4s;
    pointer-events: none;
    opacity: 0;
    color: var(--primary-back-color);
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 0em;
    font-family: var(--font-text);
}

.bloc_inner_wpp .blocthumb::after
{
    content: '';
}
.gallery-item:hover .gallery-icon::before, .bloc_inner_wpp:hover .blocthumb::before, .content-gallery .article_content:hover .blocthumb::before, .content-gallery .article_content:hover .blocthumb::before, .nohome.category .listedarticle:hover .blocthumb::before
{
    transform: translate(-50%,-50%) scale(0.95);
    opacity: 1;
}

.gallery-item:hover .gallery-icon::after, .bloc_inner_wpp:hover .blocthumb::after, .content-gallery .article_content:hover .blocthumb::after, .content-gallery .article_content:hover .blocthumb::after, .nohome.category .listedarticle:hover .blocthumb::after
{
    opacity: 0.75;
    font-size: 4em;
}

.image_content 
{
    line-height: 0;
}
/*-----------------------------------------------------------*/
.undertab
{
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    z-index: 1;
}

.undertab ol, .undertab ul
{
    position: relative;
    margin: 0;
}

.undertab ol::before, .undertab ul::before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 15px;
    bottom: 0px;
    right: 0px;
    width:3px;
    height:100%;
    background: var(--primary-back-color);
}

.undertab li
{
    list-style: none;
    display: inline-block;
    padding-left: 50px!important;
    position: relative;
}

.undertab h3
{
    /* text-transform: uppercase; */
    margin-bottom: 30px;
    color: var(--back-color);
    position: relative;
}


.nohome h1::before
{

    --size:100px;
}

.undertab .markBef
{
   position: absolute;
   --size:30px;
   width: var(--size);
   height: var(--size);
   display: grid;
   align-items: center;
   justify-items: center;
   background: var(--primary-back-color);
   top: 5px;
   left: 0;
}
.sectionsbloc h3:first-of-type
{
    margin-top: 80px;
    margin-bottom: 0!important;
    color: var(--tertiary-back-color);
    font-size: 1.3em;
}
/*-----------------------------------------------------------*/
.typewrite
{
    font-size: 1.15em;
}
/*-----------------------------------------------------------*/
#contentBefore
{
    display: grid;
    justify-items: center;
}

.wrapperSectionsBig
{
    max-width: 1600px;
    margin:0 auto;
    width: 100%;
}
/*-----------------------------------------------------------*/
.elemcertifications
{
    padding-top: 30px;
    box-sizing: border-box;
}
/*-----------------------------------------------------------*/
#cta #cta_listelement>*
{
    --size:200px;
    width: var(--size);
    height: var(--size);
    display: grid;
    align-items: center;
    justify-items: center;
    position: relative;
}
/*-----------------------------------------------------------*/
#cta
{
    width: 100%;
}

#cta .horairesBT
{
    border: none;
    background: #fff0;
    font-weight: 400;
    font-family: var(--font-text);
}
#cta #cta_listelement *
{
    color: var(--text-color)!important;
    background-image: none;
    text-align: center;
    font-size: 1em;
    padding: 0!important;
    margin: 0!important;
    align-items: center;
    align-content: center;
    gap: 8px;
    line-height: 1.5em;
}

.PQP-widget
{
    pointer-events: none;
}
/*-----------------------------------------------------------*/
.bloc_inner_wpp h2::before
{
    content: '';
    transition: all 0.4s;
    position: absolute;
    transform: translateY(-50%);
    height: 10px;
    width: 0;
    left: 25px;
    top: calc(50% + 5px);
    background: #d5d4d4;
    opacity: 0.7;
    z-index: -1;
}

.bloc_inner_wpp h2:hover::before
{
    width: 60%;
}
/*-----------------------------------------------------------*/
.section-title
{
    text-align: center;
}
/*-----------------------------------------------------------*/
.thumbnailVide
{
    min-height: 400px;
    background: url(../images/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*-----------------------------------------------------------*/
.nohome.category #content
{
    text-align: center;
}

.gallery-item:hover .gallery-caption
{
    opacity: 1;
}
/*-----------------------------------------------------------*/
#footer #navfooter #menu-footer li a:hover, #footer #footerlinks a:hover,#cta #cta_listelement a:hover, #cta #cta_listelement .horairesBT:hover
{
    color: var(--primary-back-color)!important;
}
/*-----------------------------------------------------------*/
.containId img
{
    object-fit: contain!important;
    max-height: 700px;
}
/*-----------------------------------------------------------*/
.infohoraires_other
{
    margin-top: 20px;
}
/*-----------------------------------------------------------*/
#logoFooter img
{
    width: 100%;
    max-width: 180px;
}

h2.subtitle
{
    margin-bottom:80px;
}
/*-----------------------------------------------------------*/
#wrappersite::before
{
    background: url(../images/cut.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: 1000px;
    opacity: 0.15;
    pointer-events: none;
}
/*-----------------------------------------------------------*/
#confiances
{
    box-sizing: border-box;
    /* background: var(--text-color); */
    background: var(--back-color);
    padding: 100px 30px;
    box-sizing: border-box;
}

#confiances h2.subtitle
{
    text-align: center!important;
    /* color: var(--back-color); */
}

#confiances .prev, #confiances .next, #confiances .ckctrldiv
{
    display: none;
}

.confiancesWrap
{
    padding: 60px 30px;
    box-sizing: border-box;
}
/*-----------------------------------------------------------*/
#slideactu .ckctrldiv
{
    display: none;
}

#slideactu .liresuite a
{
    border-color: var(--back-color);
    color: var(--back-color);
}

#slideactu h2.subtitle span
{
    display: block;
    font-size: 0.4em;
    color: var(--primary-back-color);
    line-height: 1;
    text-indent: 10px;
    margin-bottom: 10px;
}

#prestations::before
{
    background: var(--secondary-text-color);
    /* background: var(--primary-back-color); */
    opacity: 0.5;
}
/*-----------------------------------------------------------*/
.bloc_inner_wpp .tc_content, .bloc_inner_wpp h2
{
    text-align: center;
}
/*-----------------------------------------------------------*/
#confiances::before
{
    background: url(../images/cut.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 68%;
    opacity: 0.2;
}
/*-----------------------------------------------------------*/
.nohome.galerie:not(.single) .content-gallery .blocthumb::after
{
    opacity: 0.5;
}

.vegas-wrapper::before
{
    background: #2c3e50;
    opacity: 0.8;
}
/*-----------------------------------------------------------*/
#fieldDiv>span
{
    display: none;
}
/*-----------------------------------------------------------*/
.nohome.category .blocthumb::after
{
    opacity: 1;
    background: linear-gradient(to bottom, #0000, #000);
}

.nohome.category .listedarticle .blocthumb,.nohome.category .listedarticle .blocthumb img
{
    height: 100%;
}

#tarteaucitronRoot button{
    display: inline-block;
    width: initial;
}