/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper svg
{
    --size: 50vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 500px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
}



@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:4686.79638671875px;stroke-dasharray:4686.79638671875px}100%{stroke-dashoffset:0;stroke-dasharray:4686.79638671875px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(186,186,189)}}.svg-elem-1{animation:animate-svg-stroke-1 1s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.uagb-faq-icon-wrap svg{fill: var(--white);}
/*----------------- ANIMATION TITRE -----------------*/
.title :is(h1, h2, h3) {display: block;}
.char {
  display: inline-block;
  will-change: transform, opacity;
}

hr.wp-block-separator,
.title:not(.no-after):after {
    background-image: url(../images/separator.svg);
    background-color: transparent!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 7px;
    width: 143px;
}
.overlay{background: linear-gradient(to bottom, #000000c2 0%, rgb(0 0 0 / 60%), transparent);}

/*-----------------*/
/* FAQ */
/*-----------------*/
.uagb-faq-icon-wrap svg 
{
    --size: 14px;
    width: var(--size);
    height: var(--size);
}
.uagb-faq-content
{
    overflow: hidden;
}
.uagb-faq-icon-wrap
{
    position: absolute;
    right: 0;
    top: 0;
}
.uagb-faq-item
{
    padding: 0 25px;
}
.uagb-faq-item.active .uagb-icon,
.uagb-faq-item:not(.active) .uagb-icon-active
{
    display: none;
}
/*-----------------*/
/* HEADER */
/*-----------------*/


/*-----------------*/
/* SOCIAL */
/*-----------------*/
.sociblock .share-buttons a {
    border-radius: 100px;
    padding: 8px;
    border: 1px solid #d8d8d8;
    margin: 0 2px
}

.sociblock .share-buttons a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color)
}
.sociblock .share-buttons a svg{--size: 14px;fill: var(--white)!important;}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigtoogle.logo{display: none}

.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transform-origin: right center;
    transform: scale(0,1);
    transition: transform .25s cubic-bezier(.25,.8,.25,1);
    height: 1px;
    background: currentColor;
}
.navigmenu .active .naviglink.lvl-0{color: var(--primary-color);}
.navigmenu .active .naviglink.lvl-0 span:after, 
.navigmenu .naviglink.lvl-0:hover span:after {
    transform-origin: left center;
    transform: scale(1,1);
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
/* .imageDiapo:before,
.imageDiapo:after,
#headerHome:before,
#headerHome:after{
    z-index: 2;
    border: calc(100vw* 0.007) solid var(--secondary-color);
    top: 50%;
    width: var(--size);
    height: var(--size);
    border-radius: 30px;
}
#headerHome:before,
#headerHome:after{
    opacity: 0.23;
    transform: translateY(-50%);
}
#headerHome:before{
     --size: 12.5vw;
     margin-top: calc(98vw* 0.2);
     left: calc(100vw* 0.03);
}
#headerHome:after{
    --size: 17.5vw;
    left: auto;
    right: calc(-100vw* 0.04);
    margin-top: calc(-100vw* 0.06);
}

.imageDiapo:before{
    --size: 20vw;
    transform: translate(-50%, 0%);
}

.imageDiapo:after{
    --size: 10vw;
    left: auto;
    right: 0;
    top: 80%;
    margin-top: calc(-100vw* 0.14);
    transform: translateX(30%) translateY(-50%);
} */
#headerHome-title .marque-alsace
{
    margin-right: 0;
    margin-left: 10px;
    margin-top: -5px;
}
/*-----------------*/
/* 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;
    width: 100%!important
}
/*-----------------*/
/* CTA */
/*-----------------*/
#cta
{
    padding: 50px 30px;
    background: var(--background-color);
    border-top: 1px solid #ffffff20;
}
#cta::before
{
    background-image: url(../images/pattern-dark.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: 25%;
}
#cta::after
{
    background: var(--black);
    opacity: 0.85;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.dateBig
{
    font-size: clamp(2em,5vw,5em);
    position: absolute;
    top: -60px;
    left: 50%;
    transform:translateX(-50%);
    font-family: var(--font-title);
    color: var(--primary-color);
    line-height: 1;
    /* text-transform: uppercase; */
    text-align: center;
}

.home #content:after
{
    background: var(--black);
    opacity: 0.9;
}
.home #content::before,.home #content:after
{
    height: 60%;
    top: auto;
    bottom: 0;
}

.home #content .doubleImg {
    flex-wrap: nowrap !important;
    max-width: 516px;
    margin-left: auto;
    padding: 0 25px;
    position: relative;
    top: -122px;
    margin-bottom: -130px;
    grid-gap: 0;
}

.home #content .doubleImg .wp-block-image img {
    object-fit: cover;
    width: 100%;
}

.home #content .doubleImg .wp-block-column:first-child {
    width: 28%;
    position: relative;
    top: 95px;
    flex-basis: auto !important;
    z-index: 2;
}

.home #content .doubleImg .wp-block-column:first-child .wp-block-image img {
    height: 250px;
    min-width: 131%;
}

.home #content .doubleImg .wp-block-column:last-child {
    width: 72%;
    flex-basis: auto !important;
    z-index: 0;
}

.home #content .doubleImg .wp-block-column:last-child .wp-block-image img {
    height: 450px;
    overflow: hidden;
}

.home #content .has-medium-font-size {
    max-width: 640px;
    font-size: 32px !important;
    line-height: 1.4;
    font-weight: normal;
    font-family: var(--font-title);
    -webkit-font-smoothing: auto;
}

.home #content .has-medium-font-size strong {
    font-family: var(--font-title);
    color: var(--secondary-color);
}

.home #content .has-medium-font-size:after {
    content: "";
    width: 193px;
    height: 1px;
    background-color: var(--secondary-color);
    display: block;
    margin: 40px 0;
}

/*----------------- INTRO BANNER -----------------*/
#content .introBanner{
	height: 700px;
	padding: 0;
	max-width: 90%;
	overflow: hidden;
	margin: 0;
	left: -30px;
	margin: 50px 0 150px;
}
#content .introBanner .wp-block-cover__image-background {will-change: transform, clip-path;}

#content .introBanner.introBanner_right{
	margin-left: auto;
	left: auto;
	right: -30px;
}


/*----------------- SPECIAL GALLERY -----------------*/
#content .specialGallery{
    height: 28.625em;
    font-size: 1.25vw;
    position: relative;
    margin-bottom: 200px!important;
}
#content .specialGallery .gallery-item {
    margin-bottom: 0;
    position: absolute;
	display: none;
}

#content .specialGallery .wp-block-image:nth-child(-n+6) {display: flex;}
#content .specialGallery .gallery-item:first-of-type {
    width: 15.7em!important;
    height: 15.7em;
    top: 10em;
    left: 1.9em;
    z-index: 1
}

#content .specialGallery .gallery-item:nth-child(2) {
    width: 9.7em!important;
    height: 9.65em;
    top: 2.55em;
    left: 9.75em;
    z-index: 6
}

#content .specialGallery .gallery-item:nth-child(3) {
    width: 21.8em!important;
    height: 21.7em;
    top: 6.5em;
    left: 21.8em;
    z-index: 4
}

#content .specialGallery .gallery-item:nth-child(4) {
    width: 16.3em!important;
    height: 16.3em;
    top: 5.1em;
    left: 45.1em;
    z-index: 2
}

#content .specialGallery .gallery-item:nth-child(5) {
    width: 7.3em!important;
    height: 7.4em;
    top: 0;
    left: 60.5em;
    z-index: 5
}

#content .specialGallery .gallery-item:nth-child(6) {
    width: 12.7em!important;
    height: 12.7em;
    top: 12.4em;
    left: 64.1em;
    z-index: 3
}



/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.home #prestations{
	padding: 120px 30px 150px;
	background-image: url(../images/pattern.jpg);
	background: var(--white);
	background-position: center;
	background-size: cover;
	border-bottom: solid 1px #f0f0f0;
}
.home #prestations:before{background: linear-gradient(var(--white), rgb(255 255 255 / 30%) 20%);}
.prestations-img {height: auto;}

#prestations .cksliderwrap{padding: 0;}

.nohome #prestations{
	background: none;
	padding: 0;
}

#prestations .prestations-content{
	padding: 50px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	color: var(--white);
	top: 40px;
	position: relative;
}
#prestations .prestations-content:before{
	left: -20%;
	background-color: var(--white);
	width: 120%;
	border: solid 1px #f0f0f0;
}

.nohome  #prestations .prestations-content:before{
	background-image: url(../images/pattern-dark.jpg);
	opacity: 0.5;
	background-position: center;
	background-size: cover;
	border: solid 1px #424242;
}

#prestations .wrapContent-presta .blocthumb{
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


#prestations .blocthumb img{
	position: absolute;
	top: 0;
	left: 0;
}

#prestations .prestations-content h3 {margin: 0 0 -20px;}
.home #prestations .prestations-content .title_content:not(:hover),
.home .prestations-content :is(.content_link, .tc_excerpt){color: var(--black)}
/*-----------------*/
/* PRESTATIONS PAGE */
/*-----------------*/
.grid-img {
	margin-left: -1rem;
	margin-right: -1rem;
	margin-top: 100px!important;
	margin-bottom: -80px;
}
.grid-img img{
	height: 100%;
	object-fit: cover;
}

.grid-img div {height: 100%;}


/*-----------------*/
/* ACTU */
/*-----------------*/
#news .next_slider {margin-top: 10px;}
#news .left {
    display: grid;
    align-items: start
}
.title_link_slider,
#listarticles .listedarticle h2 a{
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: -ms-linear-gradient(transparent 95%,currentColor 2px);
    transition: .6s cubic-bezier(.215,.61,.355,1);
    background-size: 0 96%;
}

.title_link_slider:hover,
#listarticles .listedarticle h2 a:hover{background-size: 100% 96%}
#news .titleImg {
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#news .wrapperActu { counter-reset: actus}

#news .wrapper_slider:not(:last-child) .wrapper_inner_slider {border-bottom: 1px solid #00000017}

#news .wrapper_inner_slider {
    background: none;
    padding: 10px 0px;
}

#news .thumbnail_slider {
    transition: all .5s;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 160px;
}

#news .content_slider::before {
    content: "0" counter(actus);
    counter-increment: actus;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 0;
    font-family: var(--font-title);
    font-size: 4em;
    opacity: .1;
    color: var(--title-color);
    font-weight: bold;
}
.barre
{
    position: absolute;
    width: 35%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: var(--white);
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances{
    background-image: url(../images/pattern-dark.jpg);
}
#reassurances:before{
    background: var(--black);
    opacity: 0.85;
}
#reassurances .picto-bloc .picto-img .icon-box{
    display: flex;
    align-items: center;
}
.picto-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	position: relative;
	margin: 200px 0 70px;
	display: grid;
}

.picto-container .picto-content{
	margin: 0 ;
	text-align: left;
}
.picto-container li p{
	margin:  0;
	font-size: 18px;
}
.picto-container li p strong{
    display: block;
    font-family: var(--font-title);
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 6px;
    color: var(--white);
}
.picto-container  .picto-img{
	position:absolute;
	background: var(--secondary-color);
	top: 0;
	left: 0;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

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

/*-----------------*/
/* SHARE */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.cekome_form .blc_bloctel{font-size: 13px;}
/*-----------------*/
/* FOOTER */
/*-----------------*/
#footerForm #wrapperForm{
	background-image: url(../images/pattern-dark.jpg);
	background-position: center;
    background-repeat: repeat;
    background-size: 50%;
	position: relative;
	z-index: 1;
}
#footerForm #wrapperForm:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0.85;
	z-index: -1;
}