/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper svg
{
    --size: 50vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 500px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
}
#loader-wrapper  .loader-container{
	height: 350px;
	width: 350px;
	position: relative;
}
#loader-wrapper .roller{
	height: 45px;
	width: 150px;
	border: 5px solid var(--white);
	border-radius: 7px;
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	background-image: linear-gradient(to bottom, var(--primary-color) 0, var(--primary-color) 80%, #0a1748 80%);
	animation: roller 2s infinite;
	top: 0;
}

#loader-wrapper .roller:before{
	content: "";
	position: absolute;
	background-color: var(--white);
	height: 7px;
	width: 75px;
	top: 8px;
	left: 8px;
	border-radius: 10px;
}

#loader-wrapper .roller:after{
	content: "";
	position: absolute;
	height: 40px;
	width: 85px;
	border: 7px solid var(--white);
	border-left: none;
	right: -20px;
	top: 20px;
	z-index: -1;
	border-radius: 7px;
}

#loader-wrapper .handle{
	height: 30px;
	width: 7px;
	background-color: var(--white);
	top: 68px;
	position: absolute;
	right: 65px;
}

#loader-wrapper .handle:after{
	content: "";
	position: absolute;
    width: 25px;
	height: 75px;
	background-color: var(--white);
	border-radius: 5px;
	right: -8px;
	bottom: -75px;
}
#loader-wrapper .paint{
	background-color: var(--primary-color);
	height: 0;
	width: 130px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	z-index: -1;
	animation: paint 2s infinite;
}

@keyframes paint{
	40%{
		height: 165px;
	}
}
@keyframes roller{
	40%{
		top: 165px;
	}
}
.loaded .loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header-coordonnees {
    padding: 15px 60px;
    padding-top: 15px;
}
#logoheader
{
    background: var(--background-color);
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}
.naviglink.lvl-1:not(:last-child)
{
    border-bottom: 1px solid #00000020;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/


/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery-item {
    margin-bottom: 0;
}

.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;
}
.nohome .gallery .title_content
{
	word-break: break-word;
}
/*-----------------*/
/* CTA */
/*-----------------*/

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

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

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


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

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

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

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

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

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


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