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

@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:1932.798828125px;stroke-dasharray:1932.798828125px}100%{stroke-dashoffset:0;stroke-dasharray:1932.798828125px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(235,105,10)}}.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.5s cubic-bezier(0.47,0,0.745,0.715) 0.5s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:884.7359619140625px;stroke-dasharray:884.7359619140625px}100%{stroke-dashoffset:0;stroke-dasharray:884.7359619140625px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(235,105,10)}}.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.5s cubic-bezier(0.47,0,0.745,0.715) 0.55s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:1019.4657592773438px;stroke-dasharray:1019.4657592773438px}100%{stroke-dashoffset:0;stroke-dasharray:1019.4657592773438px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(235,105,10)}}.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.5s cubic-bezier(0.47,0,0.745,0.715) 0.6s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:1910.90087890625px;stroke-dasharray:1910.90087890625px}100%{stroke-dashoffset:0;stroke-dasharray:1910.90087890625px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(235,105,10)}}.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.5s cubic-bezier(0.47,0,0.745,0.715) 0.65s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:36.478206634521484px;stroke-dasharray:36.478206634521484px}100%{stroke-dashoffset:0;stroke-dasharray:36.478206634521484px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(235,105,10)}}.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.5s cubic-bezier(0.47,0,0.745,0.715) 0.7s both}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:36.28970718383789px;stroke-dasharray:36.28970718383789px}100%{stroke-dashoffset:0;stroke-dasharray:36.28970718383789px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(235,105,10)}}.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.5s cubic-bezier(0.47,0,0.745,0.715) 0.75s both}@keyframes animate-svg-stroke-7{0%{stroke-dashoffset:3420.48095703125px;stroke-dasharray:3420.48095703125px}100%{stroke-dashoffset:0;stroke-dasharray:3420.48095703125px}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-7{animation:animate-svg-stroke-7 1s cubic-bezier(0.47,0,0.745,0.715) 0.72s both,animate-svg-fill-7 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@keyframes animate-svg-stroke-8{0%{stroke-dashoffset:2141.490234375px;stroke-dasharray:2141.490234375px}100%{stroke-dashoffset:0;stroke-dasharray:2141.490234375px}}@keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-8{animation:animate-svg-stroke-8 1s cubic-bezier(0.47,0,0.745,0.715) 0.84s both,animate-svg-fill-8 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.8500000000000001s both}@keyframes animate-svg-stroke-9{0%{stroke-dashoffset:1042.5986328125px;stroke-dasharray:1042.5986328125px}100%{stroke-dashoffset:0;stroke-dasharray:1042.5986328125px}}@keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-9{animation:animate-svg-stroke-9 1s cubic-bezier(0.47,0,0.745,0.715) 0.96s both,animate-svg-fill-9 0.5s 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%;
}
.title h1:first-letter, .title h2:first-letter, .title h3:first-letter {
    background: var(--primary-color);
    color: var(--white);
    padding: 0 2px;
}
/*-----------------*/
/* MARQUEE */
/*-----------------*/
marquee
{
    text-align: center;
    font-size: 5em;
    color: #fff0;
    -webkit-text-stroke: 1Px var(--text-color);
    text-transform: uppercase;
    font-family: var(--font-title);
    opacity: 0.1;
    position: absolute;
    bottom: 0;
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header-coordonnees
{
    background: var(--black);
    border-bottom: 1px solid #ffffff38;
    padding: 15px 50px;
}
.navigmenu .naviglink.lvl-0 span:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: var(--primary-color);
	opacity: 0;
	transition: all 200ms linear;
}

.navigmenu .naviglink.lvl-0:hover span:after{
	bottom: 0;
    opacity: 1;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}
.navigmenu .navigtoogle.megamenu {
    position: static;
}
.navigmenu .navbloctitle {
    display: none;
}
.navigmenu .naviglink.lvl-2 {
    font-size: 20px;
    color: var(--white);
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding: 8px 0;
    margin: 0 0 20px 0;
    font-family: var(--font-title);
    text-transform: uppercase;
    flex: 1 1 100%;
    text-align: left;
    display: block;
    grid-column: span 3;
}
.navigmenu .navigBloc {
    padding: 10px 30px;
    box-sizing: border-box;
    flex: initial !important;
    width: 100%;
    font-size: 1em;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    align-items: center;
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
.typewrite
{
    color: var(--primary-color);
}
#macaron{
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 140px;
	z-index: 2;
}
#headerHome-title
{
    background: var(--black);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    padding-left: 10px;
    margin-bottom: 20Px;
}
#headerHome-title .nthword2
{
    background: var(--primary-color);
    padding: 10px;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home #content {
    padding: 100px 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    z-index: 1;
    background: var(--background-color);
}
#content-wrapper {
    padding: 100px 50px 170px 0;
    width: 65%;
    position: relative;
}

#content-wrapper .quaternarythumb {
    position: absolute;
    left: 60%;
    top: -180px;
    width: 30%;
    height: 220px;
    overflow: hidden;
    z-index: 1;
}
#content-wrapper .tertiarythumb {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 35%;
    height: 50%;
    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: 93%;
    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: 0px;
    left: initial;
    right: 20Px;
    width: 250px;
    height: 250px;
    overflow: hidden;
}
.lbpHome
{
    margin-bottom: 10px;
}

/*-----------------*/
/* 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 */
/*-----------------*/
#prestations::before
{
    background-image: url(../images/pattern.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}
.template-parent-page-php #content
{
    padding-bottom: 0;
}
.template-parent-page-php #prestations
{
    padding-top: 0;
}
.template-parent-page-php #prestations
{
    margin-bottom: 100Px;
}
.template-parent-page-php #content
{
    padding-bottom: 30Px;
}
.nohome #prestations {
    padding: 0 20px;
}

#prestations .widget_parentpage {
    counter-reset: prestation;
}

#prestations .prestations-img {
    height: 100%;
}

#prestations .prestations-wrapper {
    height: 300px;
    overflow: hidden;
    position: relative;
}

#prestations .prestations-content {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px 20px;
    /* background: rgba(0, 0, 0, 0.2); */
    pointer-events: none;
}

#prestations .prestations-title {
    background: var(--overlay-color);
    padding: 20px;
    transition: 300ms all ease-in-out;
    text-align: center;
}

#prestations .prestations-title:before {
    content: "0"counter(prestation);
    counter-increment: prestation;
    font-size: 12px;
    font-family: var(--font-bold);
    opacity: .8;
    margin-bottom: 4px;
    line-height: 1;
    position: relative;
    display: block;
    height: auto;
    color: var(--white);
}

.prestations-content h2,
.prestations-content h3 {
    margin-bottom: 0;
}

#prestations .prestations-title:after {
    left: 50%;
    top: -25px;
    transform: translate(-1px, 0);
    border-left: 1px solid var(--light-color);
    height: 36px;
    width: 2px;
}

#prestations .prestations-txt .tc_excerpt {
    color: var(--white);
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
    transition-property: transform, opacity;
    display: block;
    margin: 30px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    display: none;
}

#prestations .prestations-txt .liresuite {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
    transition-property: transform, opacity;
    text-align: center;
    pointer-events: all;
}

#prestations .bloc_prestations:hover .prestations-txt .liresuite,
#prestations .bloc_prestations:hover .prestations-txt .tc_excerpt {
    transition-delay: 0s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#prestations .blocthumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--black);
    height: 100%;
    width: 100%;
    transition: 250ms all ease-in-out;
    z-index: 1;
    opacity: 0;
}

#prestations .blocthumb img {
    transition: all 600ms ease-in-out;
}

#prestations .bloc_prestations:hover .blocthumb:before {
    opacity: 0.4;
}

#prestations .bloc_prestations:hover .blocthumb img {
    transform: scale(1.2);
}

#prestations .bloc_prestations:hover .prestations-title {
    background: var(--secondary-color);
}

#prestations .bloc_prestations:hover .prestations-title h3 a,
#prestations .bloc_prestations:hover .prestations-title:before {
    color: var(--white);
}

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

#news::before
{
    background-image: url(../images/home-bg5.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/
.sectionsbloc
{
    /* margin: 100px 0; */
}
.sectionsbloc .blocthumb
{
    overflow: hidden;
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
.picto-container .picto-bloc{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 55px 40px;
}
.picto-container .picto-bloc{
    background-color: var(--primary-color);
}
#wrappersite:not(.safari) .picto-container .picto-bloc:nth-child(2){
     background-color: color-mix(in srgb, var(--primary-color) 90%, var(--white));
}
#wrappersite:not(.safari) .picto-container .picto-bloc:nth-child(3){
     background-color: color-mix(in srgb, var(--secondary-color) 95%, var(--white));
}
#wrappersite:not(.safari) .picto-container .picto-bloc:nth-child(4){
     background-color: color-mix(in srgb, var(--secondary-color) 95%, var(--black));
}
.picto-container li p
{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-title);
    color: var(--white);
    /* letter-spacing: 2px; */
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
}
.nohome #reassurances
{
    padding: 50px 10px;
    position: relative;
    background-image: url(../images/home-bg6.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nohome #reassurances::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    background: var(--overlay-color);
}
/*-----------------*/
/* certifications */
/*-----------------*/

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

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

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


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

.wrapperContact {
    padding: 0;
    background: var(--white);
    box-shadow: 0px 0px 30px #1a1a2612;
    width: auto;
}

#wrapperForm {
    padding: 50px;
}

#wrapperForm .title {
    margin-bottom: 30px;
}

.imgContact {
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgContact_content {
    padding: 50px 30px;
}

.imgContact_content img {
    width: 260px;
    margin-bottom: 30px;
}

.imgContact_content .title {
    margin-bottom: 40px;
}

#footerLinks {
    padding: 20px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

#footer #footerbloc {
    padding: 40px 15px;
}

body.template-contact-php #footer:before,
body.template-contact-php #footer:after {
    content: none
}

#logoCoordonneesFooter img
{
    height: 120px;
}
.spanMore
{
    padding: 24px 0 0 0;
}
.spanMore span
{
    display: block;
    font-size: 10px;
    font-family: var(--font-bold);
    padding-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
}
.spanMore p
{
    font-size: 14px;
    line-height: 1;
}