/***/
/*-----------------*/
/* 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:2346.685546875px;stroke-dasharray:2346.685546875px}100%{stroke-dashoffset:0;stroke-dasharray:2346.685546875px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(87,87,86)}}.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:163.20111083984375px;stroke-dasharray:163.20111083984375px}100%{stroke-dashoffset:0;stroke-dasharray:163.20111083984375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(87,87,86)}}.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:164.5890655517578px;stroke-dasharray:164.5890655517578px}100%{stroke-dashoffset:0;stroke-dasharray:164.5890655517578px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(87,87,86)}}.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:760.6174926757812px;stroke-dasharray:760.6174926757812px}100%{stroke-dashoffset:0;stroke-dasharray:760.6174926757812px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(87,87,86)}}.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:93.50582122802734px;stroke-dasharray:93.50582122802734px}100%{stroke-dashoffset:0;stroke-dasharray:93.50582122802734px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(87,87,86)}}.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:1873.973388671875px;stroke-dasharray:1873.973388671875px}100%{stroke-dashoffset:0;stroke-dasharray:1873.973388671875px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(196,109,39)}}.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 */
/*-----------------*/

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

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome
{
    background: var(--title-color);
}
.imageDiapo {
    -webkit-mask: url(../images/bottomCurveFull.svg);
    mask: url(../images/bottomCurveFull.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
}
#headerHome-accroche
{
    position: relative;
}
#headerHome-accroche:before {
    content: '';
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    transform:translateY(-50%) rotate(45deg);
    left: -50px;
    z-index: -1;
    opacity: 0.5;
}
#bannerTitle
{
    max-width: 1000Px;
    width: 100%;
    left: 50%;
    transform:translateX(-50%);
}
#bannerTitle::after {
    content: '';
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 70px;
    z-index: -1;
    background: var(--primary-color);
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
.home #content
{
    overflow: hidden;
}
.home #content::before
{
    background: var(--title-color);
    height: 40%;
}
.nohome .wp-block-gallery
{
    margin: 30px 0!important;
}
/*-----------------*/
/* 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: 20px;
}
#backgroundPrestations .background-item
{
    list-style: none;
}
/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/


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

/*-----------------*/
/* REASSURANCES */
.picto-bloc {
    position: relative;
}

.picto-bloc:before {
    content: "";
    background: var(--primary-color);
    position: absolute;
    --size: 60px;
    width: var(--size);
    height: var(--size);
    left: 5px;
    top: 52%;
    transform:translateY(-50%) rotate(-45deg);
    z-index: -1;
}
/*-------*/
.nohome #reassurances {
    padding: 120px 20px;
}

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

.nohome .picto-bloc:before
{
    top: -10px;
    left: 50%;
    transform:translateX(-50%) rotate(-45deg);
}

.nohome #reassurances .overlay {
    z-index: -1;
}
.nohome .picto-container li p {
    color: var(--white);
}
/*-------*/
.home #reassurances
{
    padding: 20px;
}
.home #reassurances .overlay {
    display: none;
}
.home .picto-container
{
    display: grid;
}
.home .picto-container .picto-bloc {
    display: grid;
    grid-template-columns: 80px 1fr;
    width: auto;
    text-align: left;
    margin: 25px 0;
}
.home .picto-container .picto-bloc:nth-child(even) {
    left: 50px;
    width: calc(100% - 50px);
}

.home .picto-bloc:nth-child(even):before
{
    background: var(--black);
}

.home .picto-container li p {
    margin-top: 0;
}


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

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
.home #partenaires
{
    background: var(--light-color);
}
/*-----------------*/
/* FAQ */
/*-----------------*/

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

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



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