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


@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:2386.9853515625px;stroke-dasharray:2386.9853515625px}100%{stroke-dashoffset:0;stroke-dasharray:2386.9853515625px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(36,50,76)}}.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}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:3758.213134765625px;stroke-dasharray:3758.213134765625px}100%{stroke-dashoffset:0;stroke-dasharray:3758.213134765625px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(36,50,76)}}.svg-elem-2{animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
.white blockquote p
{
    color: var(--white);
}

/*-----------------*/
/* SEPARATOR */
/*-----------------*/
.separator,.section-separator 
{
    position: absolute;
    top: 0px;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    pointer-events: none;
}
.section-separator {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 5
}

.section-separator svg {
    position: absolute;
    z-index: 50;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px
}

.section-separator.reflect svg {transform: rotateY(180deg)}

.section-separator:not(.bottom) svg {
    transform: rotateX(180deg) rotateY(180deg);
    top: -1px;
}
/*-----------------*/
/* HEADER */
/*-----------------*/

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

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


/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
.fullElem
{
    --size:80%;
    width: var(--size);
    max-width: 1000px;
    height: var(--size);
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    overflow: hidden;
}
.fullElem::before {
    background-image: linear-gradient(to right, #ececec 1px, transparent 1px), linear-gradient(to bottom, #ececec 1px, transparent 1px);
    background-position: 0 0;
    background-size: calc(100vw / 16) calc(100vw / 16);
    transform: rotate(15deg);
}

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

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


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

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


/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news .overlay {
    z-index: -1;
}

#news::before {
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#news .title_link_slider:not(:hover) {
    color: var(--white);
}



/*-----------------*/
/* SECTIONS */
/*-----------------*/
.sectionsbloc.even .specialthumb
{
    overflow: hidden;
}

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


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

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

/*-----------------*/
/* FAQ */
/*-----------------*/

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

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



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