/*-----------------*/
/* LOADER */
/*-----------------*/
/* #loader-wrapper svg
{
    --size: 50vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 500px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
    
} */
 /*-----------------*/
 /* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-title {
    background: var(--primary-color);
    padding: 5Px 8px;
    display: inline-block;
    margin-bottom: 30px;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/


/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
.eb-image-comparison-wrapper>*
{
    height: 400px!important;
}
#galleryHome
{
    pointer-events: none;
}
#galleryHome .gallery
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
#galleryHome .gallery-item {
    margin-bottom: 0;
    pointer-events: all;
}

.gallery-icon {
    line-height: 0;
}

.gallery-icon>*:not(a) {
    line-height: 1.2;
}

.gallery-icon
{
    height: 100%;
}

.nohome .gallery .gallery-item a img
{
    max-height: 450Px;
}

/*-----------------*/
/* CTA */
/*-----------------*/

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.template-parent-page-php #content
{
    padding-bottom: 0;
}
.template-parent-page-php #prestations
{
    padding-top: 0;
}


/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news .wrapper_inner_slider{
	background: none;
	display: flex;
	padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
}
#news .wrapper_slider:not(:first-child) .wrapper_inner_slider{
	border-top: solid 1px #e8e8e8;
}
#news .title_slider{
	text-transform: uppercase;
	font-size: 22px;
}
#news .content_slider{
	width: 38%;
	flex: 0 0 auto;
	padding: 0 30px;
}
#news .next_slider{margin: auto 0 auto auto;}
#news .text_slider{
	flex: 0 0 auto;
	width: 36%;
}
#news .thumbnail_slider{
	--size: 180px;
	width: var(--size);
	height: var(--size);
	min-width: var(--size);
}
#news .thumbnail_slider > a{
	overflow: hidden;
	border-radius: 100%;
	display: block;
	/* border: solid var(--primary-color); */
	height: 100%;
}
#news .thumbnail_slider:before,
#news .thumbnail_slider:after{
	--size: 6px;
	background: var(--primary-color);
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	z-index: 1;
	left: auto;
	right: 5px;
}
#news .thumbnail_slider:before{
	top: 10px;
	right: 10px;
	--size: 20px;
}

#news .wrapper_slider:hover .thumbnail_slider{width: 0;}
#news .wrapper_slider:hover .content_slider{transform: translateX(0);}
#news .wrapper_slider:hover .text_slider{
	transform: translateX(0);
}
.btnLine {
    background: none!important;
    padding: 0!important;
    line-height: 28px;
    color: var(--title-color);
    letter-spacing: 1px;
    font-size: 11px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    position: relative
}

.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 {
    transform: scaleX(0);
    transform-origin: bottom right
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/


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

/*-----------------*/
/* certifications */
/*-----------------*/

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

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

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

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


/*-----------------*/
/* FOOTER */
/*-----------------*/
