/*-----------------*/
/* LOADER */
/*-----------------*/
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: rotate(45deg);
}

.loader-inner {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--tertiary-color);
  animation: loader_05101 1.2s linear infinite;
}

.loader-inner:nth-child(1) {
  top: 0;
  left: 0;
  animation-delay: 0s;
}

.loader-inner:nth-child(2) {
  top: 0;
  left: 1.5rem;
  animation-delay: 0.1s;
}

.loader-inner:nth-child(3) {
  top: 0;
  left: 3rem;
  animation-delay: 0.2s;
}

.loader-inner:nth-child(4) {
  top: 1.5rem;
  left: 0;
  animation-delay: 0.3s;
}

.loader-inner:nth-child(5) {
  top: 1.5rem;
  left: 1.5rem;
  animation-delay: 0.4s;
}

.loader-inner:nth-child(6) {
  top: 1.5rem;
  left: 3rem;
  animation-delay: 0.5s;
}

.loader-inner:nth-child(7) {
  top: 3rem;
  left: 0;
  animation-delay: 0.6s;
}

.loader-inner:nth-child(8) {
  top: 3rem;
  left: 1.5rem;
  animation-delay: 0.7s;
}

.loader-inner:nth-child(9) {
  top: 3rem;
  left: 3rem;
  animation-delay: 0.8s;
}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.wp-block-separator.is-style-dots{ margin: 50px auto;}
.wp-block-separator.is-style-dots:before{ color: var(--tertiary-color);}

.wrappercontent.medium {max-width: 800px;}

.separator {
    position: relative;
    margin: 40px 0;
    max-width: 120px;
}
.title.tac .separator {
	margin: 40px auto 50px;
	max-width: 280px;
}
.title.tac .separator.medium{max-width: 300px;}

.title.tac .separator:before,
.separator:after {
    content: " ";
    display: block;
    position: absolute;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    top: 8px;
    border-color: var(--primary-color);
}

.title.tac .separator:before {
    left: 0;
    right: 50%;
    margin-right: 13px
}

.separator:after {
    left: 8px;
    margin-left: 13px;
    width: 100%;
}
.title.tac .separator:after{
	right: 0;
	left: 50%;
	width: auto;
}
.separator span {
	--size: 18px;
	width: var(--size);
	height: var(--size);
	margin: 0;
	border: solid 1px var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
}
.title.tac .separator span{margin: 0 auto;}

.separator span:before {
	--size: 10px;
	width: var(--size);
	height: var(--size);
	content: " ";
	display: block;
	background: var(--primary-color);
}


.underbutton:not(.noLine) > * span, 
.button:not(.noLine) span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.underbutton:not(.noLine) > * span:before, 
.button:not(.noLine) span:before, 
.underbutton:not(.noLine) > * span:after, 
.button:not(.noLine) span:after{
    content: "";
    display: inline-block;
    height: 1px;
    margin-bottom: 1px;
    background-color: var(--white);
    transition: all .3s ease;
}

.underbutton:not(.noLine) > * span:before, 
.button:not(.noLine) span:before{
    width: 20px;
    margin-right: 14px;
    
}
.underbutton:not(.noLine) > * span:after, 
.button:not(.noLine) span:after{
    width: 0;
    order: 12;
}

.underbutton:not(.noLine) > *:hover span:before, 
.button:not(.noLine):hover span:before{
    margin-right: 0;
    width: 0;
}
.underbutton:not(.noLine) > *:hover span:after, 
.button:not(.noLine):hover span:after{
    width: 20px;
    margin-left: 14px;
}

/*-----------------*/
/* HEADER */
/*-----------------*/
#headerGrid{padding: 10px 0;}
#header-coordonnees {
	position: fixed;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: 250ms all ease-in-out;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	flex-direction: column;
}

#header-coordonnees > div{margin: 15px 0;width: 100%;max-width: 180px;}
body.is-toggle-open #header-coordonnees {
	opacity: 1 !important;
	visibility: visible !important;
	transition: 850ms all ease-in-out;
	z-index: 99999;
}

/*-----------------*/
/* GALLERY HEADER */
/*-----------------*/
#galleryHeader .gallery {
    display: grid;
    transition: 0.6s;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: 160px;
    grid-gap: 0;
}
#galleryHeader .gallery .gallery-item:hover img{transform: none;}
#galleryHeader .gallery .gallery-item {
    width: 100%;
    padding: 0;
    position: relative;
    grid-column: span 1;
    grid-row: span 1;
    overflow: hidden;
}

#galleryHeader .gallery .gallery-icon {
    position: relative;
    overflow: hidden;
    height: 100%!important;
}


/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-0 span:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 100;
    transform-origin: left;
    transform: scaleX(0);
    transition: .3s cubic-bezier(.16,.21,0,.95)
}

.navigmenu .active .naviglink.lvl-0 span:after,
.navigmenu .naviglink.lvl-0:hover span:after {transform: scaleX(1)}

html[lang="de"] .navigmenu .naviglink.lvl-0 {
	padding: 20px 12px;
	font-size: 14px;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome {
    height: 1110px!important;
    padding-top: 130px;
    z-index: 2;
    background-image: url('../images/pattern2.jpg');
    padding-bottom: 50px;
}

#headerHome:before{
	background: radial-gradient(#e1cda5  10%, var(--secondary-color));
	opacity: 0.9;
}

#headerHome-button{gap: 20px;}
#headerHome-social{margin-top: 20px;}
#headerHome-accroche{
	color: var(--black);
	text-shadow: 2px 2px 1px var(--white);
	font-size: 48px;
}
#headerHome-title{
	font-size: 46px;
	color: var(--primary-color);
}

/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery {
    display: grid;
    width: 100%;
    transition: .6s;
    grid-template-columns: repeat(3,1fr);
    max-width: 100%;
    grid-auto-rows: 120px;
    position: relative;
    grid-gap: 2px
}

#galleryHome .gallery .gallery-item {
    grid-column: span 1;
    position: relative;
    display: none;
    width: 100%!important
}

#galleryHome .gallery .gallery-item:nth-child(-n+12) {display: block}

/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/
.linkTurn {
    --size: 12rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 16px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.1175em;
    word-spacing: 0.55em;
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: -90px;
    z-index: 1;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    background: var(--tertiary-color);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.linkTurn:hover .link__svg{background-color: var(--primary-color);}
.linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {stroke-width: 0.075em;}
.link__text {
    -webkit-animation: rotateReverse normal infinite 20s linear;
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}
.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

#content .uagb-rm__title{
    font-family: var(--font-bold);
    font-size: 15px;
    flex: none;
    padding-right: 10px;
    margin: 0;
    text-transform: uppercase;
}
#content .uagb-rm__desc{
    font-size: 14px;
}
#content .uagb-rm__titlewrapper{margin: 4px 0 0;}
#content .uagb-rm__lines{
    width: 98%;
    border-bottom: 1px solid var(--tertiary-color);
    bottom: -1px;
}
#content .uagb-rm__lines:before{
    bottom: 3px;
    width: 100%;
    border-bottom: 1px solid var(--tertiary-color);
    top: auto;
    height: auto;
}
#content .uagb-rm__price{
    font-size: 19px;
    padding-left: 15px;
    color: var(--tertiary-color)!important;
    font-family: var(--font-title);
    font-weight: bold;
}

.tc_content table {width: 100%}

.tc_content table tr {
    border-bottom: 1px dashed rgba(0,0,0,.2);
    display: table-row!important;
}
 .tc_content table td {
    padding: 10px !important;
    font-family: var(--font-bold);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    width: auto!important;
    color: var(--title-color)
}

.tc_content table td strong {
    text-transform: none;
    font-family: var(--font-title);
    text-align: right;
    font-size: 16px;
    min-width: 60px;
    color: var(--primary-color)
}


.tc_content table td em {
    font-size: 13px;
    font-family: var(--font-text);
    line-height: 1.5;
    display: inline-block;
    letter-spacing: 0;
    text-transform: none;
    color: var(--text-color)
}

/*-----------------*/
/* PAIEMENTS */
/*-----------------*/
#paiements{
	background-color: var(--white);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}
#logos-list{
	padding: 30px 0;
}

#logos-list li:not(:last-of-type){margin-right: 60px;}
#logos-list li img{
	max-height: 49px;
	width: auto;
	max-width: 120px;
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations .widget_parentpage {
    counter-reset: prestations;
    position: relative
}

#prestations .prestations-img:before {
    z-index: 1;
    background: linear-gradient(to top, #000000ad, #00000000)
}

#prestations .prestations-content :is(.title_content, .content_link, .tc_excerpt) {color: var(--white)}
#prestations .prestations-content h2 {margin: 0}
#prestations .prestations-content :is(.content_link, .tc_excerpt) {font-size: 16px}
#prestations :is(.prestations-img, .prestations-wrapper) {height: 100%}

#prestations .prestations-img img{transition: transform 1s cubic-bezier(0,.14,.19,1), opacity .8s cubic-bezier(0,.14,.19,1);}

#prestations .bloc_prestations {
    height: 600px;
    padding: 0 5px
}

#prestations .prestations-content {
    z-index: 4;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none
}

#prestations .prestations-content .prestations-title {
    transform: translateY(90px);
    transition: all ease .5s;
    padding-top: 70px;
    margin-bottom: 10px
}

#prestations .prestations-content .prestations-title:before {
    content: "0" counter(prestations);
    counter-increment: prestations;
    font-size: 22px;
    line-height: 1;
    font-family: var(--font-title);
    color: var(--white)
}

#prestations .prestations-content .prestations-title:after {
    background: var(--white);
    height: 150px;
    width: 2px;
    top: -180px;
    left: 10px;
    opacity: .4
}

#prestations .prestations-txt {
    opacity: 0;
    transition: all ease .5s;
    transform: translateY(100%);
    height: 60px;
}

#prestations .bloc_prestations:hover .prestations-content .prestations-title {transform: translateY(0)}
#prestations .bloc_prestations:hover .prestations-img img{transform: scale(1.08);}
#prestations .bloc_prestations:hover .prestations-txt {
    opacity: 1;
    transform: translateY(0)
}


/*-----------------*/
/* ACTU */
/*-----------------*/

.design-link {
    display: inline-flex;
    align-items: center;
    padding: 0;
    padding-left: 52px;
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    color: var(--title-color);
}

.design-link:before,
.design-link:after {
    content: '';
    position: absolute;
    width: 46px;
    background: var(--text-color);
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s linear 0s
}

.design-link.white {color: var(--white)}

.design-link.white:before,
.design-link.white:after {background: var(--white)}

.design-link span:before {
    content: "";
    --size: 6px;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    margin: 0;
    margin-right: 6px;
    order: -1;
    background: var(--tertiary-color);
    z-index: 1;
    position: relative;
    vertical-align: middle;
    top: -1px;
    border-radius: 100%;
}

.design-link:after {
    width: 0;
    left: unset;
    right: 0
}

.design-link:hover {
    padding-left: 0;
    padding-right: 52px;
    color: var(--tertiary-color);
}
.design-link:hover:before {width: 0}
.design-link:hover:after {width: 46px}

#news {padding: 100px 100px 150px;}

#news-title {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 10px;
    margin-bottom: 30px
}

.wrapper_slider {
    padding: 20px 0
}

#news .thumbnail_slider {
    height: auto;
    min-height: 250px
}

.thumbnail_slider a {
    height: 100%;
    display: block;
    position: relative
}

.thumbnail_slider a img {
    position: absolute;
    left: 0;
    top: 0
}

#news .content_slider {padding: 50px 0 50px 100px}

.title_slider {
    font-size: 28px;
    text-transform: initial
}

.newsdate {
    position: absolute;
    top: 40px;
    background: var(--primary-color);
    left: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 80px);
    justify-content: center;
    padding: 20px 30px;
    font-family: var(--font-title);
    color: var(--white)
}

.text_slider,.text_slider a {
    font-size: 16px;
    line-height: 1.6
}

.newsdate .month {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px
}

.newsdate .day {
    font-size: 36px;
    line-height: 1;
}

#news .next_slider {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: flex-end;
    margin: 0
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections{background-image: url('../images/pattern2.jpg');}
#sections:before{
	background-color: var(--secondary-color);
	opacity: 0.9;
}

.stretchImg .wp-block-image,
.stretchImg .wp-block-image a{height: 100%;}

.stretchImg .wp-block-image a img {
	height: 100%;
	 object-fit: cover;
	width: 100%;
}
	
.section_thumb {
    width: 100%;
    height: 700px
}

.section_txt {
    background: var(--background-color);
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* SOCIAL */
/*-----------------*/
.sociblock .share-buttons a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    transition: all ease 250ms;
}
.sociblock .share-buttons a{
	--size: 30px;
	width: var(--size);
    height: var(--size);
	justify-content: center;
}
.sociblock .share-buttons a:first-child:before {background-color: #3b5999}
.sociblock .share-buttons a:nth-child(2):before { background-color: #00af87}
.sociblock .share-buttons a svg {fill: var(--white)!important;}

.sociblock .share-buttons a:hover:before {background-color: var(--primary-color)}
/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/

/*-----------------*/
/* FOOTER */
/*-----------------*/
.btnLine,
.underbutton.btnLine >*{
    background: none!important;
    padding: 0;
    line-height: 28px;
    color: var(--title-color);
}

.btnLine.white,
.underbutton.btnLine.white >*{color: var(--white)}

.btnLine::before,
.underbutton.btnLine >*:before{content: none}

.btnLine::after,
.underbutton.btnLine >*:after{
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--title-color);
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.btnLine:hover::after,
.underbutton.btnLine >*:hover:after{
    transform: scaleX(0);
    transform-origin: bottom right
}

.btnLine.white::after,
.underbutton.btnLine.white >*:after{
    background-color: var(--white)
}

#footer #footerbloc{
	background-image: url(../images/home-bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	padding: 0;
}
#footerLogo > a{margin-bottom: 10px;display: inline-block;}
#footerLogo{padding: 50px 30px;}
#noshareFooter {margin-top: 10px;}


#infoadresseFooter,
#infotelfixeFooter{
	width: 100%;
	max-width: 230px;
	margin: 10px auto;
}

#footerLinks{
    text-transform: uppercase;
    font-family: var(--font-text);
    letter-spacing: 1px;
    font-size: 11px;
    border-top: solid 1px hsla(0, 0%, 100%, .3);
}
#footerLinks a {color: var(--white);}

#footerbloc:before{background: linear-gradient(90deg,#000000,rgb(0 0 0 / 80%),#000000);}

#infoouvertureFooter.nomodal{
	padding: 0;
	text-align: center;
}
#infoouvertureFooter.nomodal:before{content: none}