/*-----------------*/
/* 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:18848.1953125px;stroke-dasharray:18848.1953125px}100%{stroke-dashoffset:0;stroke-dasharray:18848.1953125px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(39,61,136)}}.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:7415.22216796875px;stroke-dasharray:7415.22216796875px}100%{stroke-dashoffset:0;stroke-dasharray:7415.22216796875px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(226,30,44)}}.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:12438.212890625px;stroke-dasharray:12438.212890625px}100%{stroke-dashoffset:0;stroke-dasharray:12438.212890625px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(254,237,1)}}.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}
 /*-----------------*/
 /* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    padding: 0;
    padding-top: 0;
}


#logoheader
{
    max-height: 80px;
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-0 span:after,
.navigmenu .naviglink.lvl-0 span:before {
    content: '';
    display: block;
    position: absolute;
    left: -.1em;
    bottom: -.4em;
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--secondary-color);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
    -o-transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
    transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
    transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s, -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s
}

.navigmenu .naviglink.lvl-0 span:before {
    padding-bottom: 4px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89);
    -o-transition: transform .4s cubic-bezier(.48, .57, .33, .89);
    transition: transform .4s cubic-bezier(.48, .57, .33, .89);
    transition: transform .4s cubic-bezier(.48, .57, .33, .89), -webkit-transform .4s cubic-bezier(.48, .57, .33, .89)
}

#navprimary .navigmenu .active .naviglink.lvl-0 span:after,
#navprimary .navigmenu .naviglink.lvl-0:hover span:after,
#navprimary .navigmenu .active .naviglink.lvl-0 span:before,
#navprimary .navigmenu .naviglink.lvl-0:hover span:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

#navprimary .navigmenu .active .naviglink.lvl-0,
#navprimary .navigmenu .naviglink.lvl-0:hover {
    color: var(--secondary-color);
}


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

#headerHome-accroche {
    color: var(--title-color);
    font-size: 2.25em;
    line-height: 1.1;
}

#headerHome-title {
    color: var(--primary-color);
}

#headerHome-hero {
    grid-template-rows: repeat(6, 1fr);
    align-items: stretch
}

#headerHero-hero_img {
    grid-row: span 3;
    position: relative;
}

#headerHero-hero_img img {
    position: absolute
}

#headerHome-logo,
#headerHero-hero_img.hero_img1 {
    grid-row: span 3;
}

#headerHome-logo {
    padding: 30px 30px;
    align-self: end;
    align-content: flex-end;
    padding-top: 110px;
}

#headerHome
{
    padding: 0 20Px;
}
.imageDiapo .overlay
{
    opacity: 0.5;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
.home #content .tc_content .wp-block-media-text
{
    margin-bottom: 0;
}
.home #content .titleContent
{
    gap: 50px;
}
.svgHome
{
    --size: 100px;
    width: var(--size);
    height: var(--size);
    color: var(--primary-color);
}
.wrapIndexContent
{
    position: relative;
    z-index: 2;
}
.wrapContentOnly
{
    background: var(--background-color);
}
.template-contact-php #content
{
    padding-bottom: 50px;
}

#intro-content .wp-block-media-text {
    margin-bottom: 0;
}
.gotolink a{
    display: inline-flex!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 ---------------------*/
.nohome.template-prestations-php .gallery .gallery-item a:not(.title_content, .button) img
{
    object-fit: contain;
    height: 50px;
    padding: 0 20Px;
}
.nohome.template-prestations-php .gallery.ckslider
{
    justify-content: start;
    padding: 20px;
}
.nohome.template-prestations-php .ckslidercontrols
{
    display: none;
}
.nohome.template-prestations-php .cksliderwrap
{
    padding-bottom: 0;
}

#prestations {
    overflow: hidden;
}

#prestations::before {
    background: linear-gradient(to bottom, var(--primary-color), var(--quaternary-color));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.template-parent-page-php #prestations {
    padding-top: 100px;
    width: calc(100% - 100px);
    margin: 0 auto;
    margin-bottom: 100px;
}

#prestations .title_content {
    color: var(--title-color);
    pointer-events: none;
}

.bloc_prestations h3
{
    transition: all 0.4s;
}



.prestations-content {
    padding: 20px;
}

.prestations-content .button{
    background: #fff0;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    --size: 100px;
    width: var(--size);
    height: var(--size);
    transition: all 0.4s;
}

.prestations-content .button:hover {
    transform: rotate(-45deg);
}

.prestations-content .button span{
    font-size: 0;
}

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

#news {
    z-index: 2;
    padding: 150px 30px;
}

#content-news {
    grid-auto-rows: 195px;
}

#news-title {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

#news-title .arrowlink {
    top: 7px;
    position: relative;
}

.wrapper_slider {
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    grid-column: span 1;
    height: 100%;
    padding: 0;
}

.thumbnail_slider {
    display: block;
    height: 100%;
    width: 46%;
    margin-right: 13px;
}

.content_slider {
    padding: 25px 25px 25px 15px;
    width: 54%;
}

.content_slider .title {
    margin: 0 0 10px 0;
}

.next_slider {
    min-width: 125px;
    margin: 0;
}

.title_slider,
.title_slider h2 {
    font-size: 20px;
    font-family: var(--font-bold);
}

#listarticles .thumbnail_slider {
    height: 480px;
    width: 100%;
    margin: 0;
}

#listarticles .content_slider {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: var(--white);
    right: 25px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

#listarticles .listedarticle .content_slider .title_slider {
    margin: 0 15px 0 0;
}


/*-----------------*/
/* SECTIONS */
/*-----------------*/
#choixSections {
    counter-reset: sections;
    display: flex;
    justify-content: center;
    position: relative
}

#choixSections:before {
    width: 80%;
    border: 1px solid var(--primary-color);
    border-bottom: none;
    border-right: none;
    top: 94px
}

#choixSections:after {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    clip-path: polygon(0 0, 50% 50%, 100% 0, 50% 50%, 0 35%, 50% 100%, 100% 35%, 50% 50%, 100% 0);
    top: calc(100% + 94px);
    left: -10px
}

#choixSections .linkSections p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-bold);
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    color: var(--title-color);
    background: var(--background-color);
    padding: 0 30px
}

#choixSections .linkSections:not(:last-of-type) {
    /* margin-right: 30px; */
}

#choixSections .linkSections {
    position: relative;
    cursor: pointer;
    padding: 5px 20px;
    transition: 250ms all ease-in-out;
    text-align: center
}

#choixSections .linkSections.active p {
    color: var(--primary-color);
}

#choixSections .linkSections img {
    --size: 30px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.subimageSections {
    --size: 60px;
    border-radius: 100px;
    background-color: var(--secondary-color);
    text-align: center;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    transition: 250ms all ease-in-out;
    position: relative
}

#choixSections .linkSections.active .subimageSections,
#choixSections .linkSections:hover .subimageSections {
    background-color: var(--primary-color);
    filter: drop-shadow(0 5px 0 white)
}

#choixSections .linkSections .subimageSections:before {
    counter-increment: sections;
    content: counter(sections);
    color: var(--white);
    font-size: 2em;
    font-family: var(--font-title);
    transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#choixSections .linkSections .subimageSections:after {
    content: " ";
    --size: 100%;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    border: 1px solid var(--primary-color);
    opacity: 0;
    transition: .4s all;
    border-radius: 50%;
    border-bottom-left-radius: 3px
}

#choixSections .linkSections.active .subimageSections:after,
#choixSections .linkSections:hover .subimageSections:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.15)
}
.sectionsbloc .specialthumb
{
    position: relative;
}

.sectionsbloc :is(.section_thumb,.specialthumb) img {
    position: absolute;
    top: 0;
    left: 0;
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances {
    padding: 50px 50px;
}

#reassurances strong
{
    color: var(--primary-color);
}

#reassurances::before {
    background-image: url(../images/homebg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#img-reassurance {
    background-image: url(../images/home-bg1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200Px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.picto-container li p {
    margin: 0 0 0 45px;
    font-family: var(--font-bold);
    color: var(--title-color);
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-size: 14px;
}

.picto-container li:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    --size: 60px;
    width: var(--size);
    height: var(--size);
    background: var(--secondary-color);
    color: var(--white);
    z-index: -1;
    margin-top: -30px;
    transform: rotate(45deg);
}

.picto-container {
    justify-content: space-around;
    flex-direction: column
}

.picto-container .picto-bloc {
    position: relative;
    margin: 30px 0;
    flex: 1 1 100%;
    padding: 0;
    flex-direction: row;
    text-align: left;
    color: var(--white);
}
/*-----------------*/
/* certifications */
/*-----------------*/

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

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

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

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


/*-----------------*/
/* FOOTER */
/*-----------------*/
.wrapperFooter {
    background: var(--title-color);
    box-shadow: 0px 0px 30px #1a1a2612;
    padding: 10px
}

.imgFooter {
    background: url(../images/homebg01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
#footerLinks {
    padding: 20px;
    /* margin: 0 auto 50px; */
    border-top: 1px solid rgb(0 0 0 / 10%);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 11px;
    font-weight: bold;
}
#footer .cekome_form .blc_checkbox label a:hover{color: var(--white);}
#footer #footerbloc {padding: 40px 15px}
#footer #wrapperForm .title{margin-bottom: 20px;}

