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

.nohome #loader-wrapper
{
    display: none;
}
@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:8729.3818359375px;stroke-dasharray:8729.3818359375px}100%{stroke-dashoffset:0;stroke-dasharray:8729.3818359375px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(0,62,99)}}.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:1770.4620361328125px;stroke-dasharray:1770.4620361328125px}100%{stroke-dashoffset:0;stroke-dasharray:1770.4620361328125px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(0,62,99)}}.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}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:404.7067565917969px;stroke-dasharray:404.7067565917969px}100%{stroke-dashoffset:0;stroke-dasharray:404.7067565917969px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(0,62,99)}}.svg-elem-3{animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:1724.2073974609375px;stroke-dasharray:1724.2073974609375px}100%{stroke-dashoffset:0;stroke-dasharray:1724.2073974609375px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(0,62,99)}}.svg-elem-4{animation:animate-svg-stroke-4 1s cubic-bezier(0.47,0,0.745,0.715) 0.36s both,animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:4445.4287109375px;stroke-dasharray:4445.4287109375px}100%{stroke-dashoffset:0;stroke-dasharray:4445.4287109375px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(0,124,200)}}.svg-elem-5{animation:animate-svg-stroke-5 1s cubic-bezier(0.47,0,0.745,0.715) 0.48s both,animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:2306.7705078125px;stroke-dasharray:2306.7705078125px}100%{stroke-dashoffset:0;stroke-dasharray:2306.7705078125px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,179,130)}}.svg-elem-6{animation:animate-svg-stroke-6 1s cubic-bezier(0.47,0,0.745,0.715) 0.6s both,animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s 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);
}


/*-----------------*/
/* HEADER */
/*-----------------*/
#header-top {
    background-color: var(--black);
    color: var(--white);
}
.fixed-header #header-coordonnees
{
    display: none;
}
.fixed-header #navprimary
{
    position: static;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: initial;
}
.fixed-header .navigmenu .naviglink.lvl-0
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.fixed-header .navigmenu .active .naviglink.lvl-0 span:after, .fixed-header .navigmenu .naviglink.lvl-0 span:after
{
    bottom: -9px!important;
}
.fixed-header #header-top>*
{
    justify-content: center;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/

.navigtoogle:not(:last-of-type):after {
    content: "";
    height: 10px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--white);
    transform: translateY(-50%);
    opacity: 0.4;
}
#navprimary .navigtoogle:first-of-type:after
{
    display: none;
}

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

.navigmenu .active .naviglink.lvl-0 {
    color: var(--tertiary-color);
}

.navigmenu .active .naviglink.lvl-0 span:after,
.navigmenu .naviglink.lvl-0:hover span:after {
    transform-origin: left center;
    transform: scale(1, 1)
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-accroche
{
    max-width: 800px;
    margin:  0 auto;
}


/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home #content {
    padding: 66px 0;
    /* padding-bottom: 0; */
    display: flex;
    position: relative;
    z-index: 1;
}

#content-wrapper {
    padding: 130px 50px 90px 0;
    width: 65%;
    position: relative;
}

#content-wrapper .quaternarythumb {
    position: absolute;
    left: 11%;
    top: -200px;
    width: 30%;
    height: 250px;
    overflow: hidden;
    /* opacity: 0.3; */
}
#content-wrapper .tertiarythumb {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 34.5%;
    height: 40%;
    overflow: hidden;
}
#content-wrapper .content-body {
    position: relative;
    box-sizing: border-box;
    max-width: 58%;
    margin-left: auto;
}
#content-img {
    width: 35%;
    position: relative;
}
#content-img>.blocthumb {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    filter: brightness(0.5);
    width: 90%;
    margin-left: auto;
}
#content-img .specialthumb {
    position: absolute;
    bottom: -140px;
    left: initial;
    right: 20Px;
    width: 250px;
    height: 250px;
    overflow: hidden;
}


/*-----------------*/
/* 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 #prestations {
    padding-top: 0;
}


/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news .overlay
{
    z-index: -1;
}
#news::before
{
    background: url(../images/home-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#news .title_link_slider:not(:hover)
{
    color: var(--white);
}

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


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


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

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

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

/*-----------------*/
/* VIDEO */
/*-----------------*/
#video {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}
#video .overlay
{
    z-index: 1;
}

.flexible {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

#video:after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/home-bg1.jpg);
}
/*-----------------*/
/* CONTACTFORM */
/*-----------------*/



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