/*-----------------*/
/* 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:4361.0341796875px;stroke-dasharray:4361.0341796875px}100%{stroke-dashoffset:0;stroke-dasharray:4361.0341796875px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(158,158,158)}}.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:1540.536865234375px;stroke-dasharray:1540.536865234375px}100%{stroke-dashoffset:0;stroke-dasharray:1540.536865234375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(158,158,158)}}.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:996.1561279296875px;stroke-dasharray:996.1561279296875px}100%{stroke-dashoffset:0;stroke-dasharray:996.1561279296875px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(245,46,30)}}.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:3095.393798828125px;stroke-dasharray:3095.393798828125px}100%{stroke-dashoffset:0;stroke-dasharray:3095.393798828125px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(245,46,30)}}.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}

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

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

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

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

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
body:not(.safari) #news::after {
    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);
    opacity: 0.05;
    width: 70%;
}

#news .wrapper_inner_slider {
    position: relative;
}


.thumbnail_slider::before {
    background: #1d1d1d7a;
    z-index: 1;
    transition: all .4s;
    height: 110%;
    pointer-events: none;
    width: 110%;
}

#news .ckslider {
    padding: 40px 0;
}

.wrapper_slider {
    padding: 0;
}

.thumbnail_slider {
    line-height: 0;
    overflow: hidden;
}
.nohome .thumbnail_slider
{
  height: 250px;
}

.thumbnail_slider img {
    transition: all 0.4s;
}

#news .overlay {
    z-index: 1;
}

.categoryTitle {
    display: inline-block;
    color: var(--primary-color);
    padding: 5px;
    padding-left: 33px;
    margin-bottom: 0Px;
    top: 0;
    left: 0;
    z-index: 1;
}

.categoryTitle::before {
    --size: 20px;
    width: calc(var(--size)*2);
    height: var(--size);
    top: 47%;
    transform: translateY(-50%);
    background: url(../images/icons/calendar.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.text_slider,
.text_slider a {
    color: var(--text-color);
}
.title_slider a:before {
    position: absolute;
    content: '';
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
    background-color: var(--primary-color);
}
  
/*-----------------*/
/* SECTIONS */
/*-----------------*/


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

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

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

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

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

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


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