/**/
/*-----------------*/
/* 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:476.5084533691406px;stroke-dasharray:476.5084533691406px}100%{stroke-dashoffset:0;stroke-dasharray:476.5084533691406px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(140,114,91)}}.svg-elem-1{animation:animate-svg-stroke-1 0.75s 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.8s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:283.10693359375px;stroke-dasharray:283.10693359375px}100%{stroke-dashoffset:0;stroke-dasharray:283.10693359375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(140,114,91)}}.svg-elem-2{animation:animate-svg-stroke-2 0.75s cubic-bezier(0.47,0,0.745,0.715) 0.07s both,animate-svg-fill-2 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.8500000000000001s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:469.83697509765625px;stroke-dasharray:469.83697509765625px}100%{stroke-dashoffset:0;stroke-dasharray:469.83697509765625px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(140,114,91)}}.svg-elem-3{animation:animate-svg-stroke-3 0.75s cubic-bezier(0.47,0,0.745,0.715) 0.14s both,animate-svg-fill-3 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:415.4320068359375px;stroke-dasharray:415.4320068359375px}100%{stroke-dashoffset:0;stroke-dasharray:415.4320068359375px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(140,114,91)}}.svg-elem-4{animation:animate-svg-stroke-4 0.75s cubic-bezier(0.47,0,0.745,0.715) 0.21000000000000002s both,animate-svg-fill-4 0.5s cubic-bezier(0.47,0,0.745,0.715) 0.9500000000000001s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:460.53326416015625px;stroke-dasharray:460.53326416015625px}100%{stroke-dashoffset:0;stroke-dasharray:460.53326416015625px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(140,114,91)}}.svg-elem-5{animation:animate-svg-stroke-5 0.75s cubic-bezier(0.47,0,0.745,0.715) 0.28s both,animate-svg-fill-5 0.5s cubic-bezier(0.47,0,0.745,0.715) 1s both}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:865.9105224609375px;stroke-dasharray:865.9105224609375px}100%{stroke-dashoffset:0;stroke-dasharray:865.9105224609375px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(162,37,31)}}.svg-elem-6{animation:animate-svg-stroke-6 0.75s cubic-bezier(0.47,0,0.745,0.715) 0.35000000000000003s both,animate-svg-fill-6 0.5s cubic-bezier(0.47,0,0.745,0.715) 1.05s both}@keyframes animate-svg-stroke-7{0%{stroke-dashoffset:702.583984375px;stroke-dasharray:702.583984375px}100%{stroke-dashoffset:0;stroke-dasharray:702.583984375px}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(162,37,31)}}.svg-elem-7{animation:animate-svg-stroke-7 0.75s cubic-bezier(0.47,0,0.745,0.715) 0.42000000000000004s both,animate-svg-fill-7 0.5s 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%;
}
.white blockquote p
{
    color: var(--white);
}

.title:not(.no-after):after {
    background-color: #fff0;
    background-image: url(../images/emphase.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 120px;
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

#logoCoordonnees {
    margin: 0 40px;
    text-align: center;
}

#header.fixed-header .navigmenu .naviglink.lvl-0
{
    padding: 20px 14px;
}

#header-coordonnees
{
    padding: 15px;
    gap: 10px;
}


#logoCoordonnees img
{
    height: 100%;
    width: 100%;
}

#infotelportButton,#infotelfixeButton,.buttonHead a {
    background-color: var(--primary-color);
    padding: 6px 20px 6px 40px;
    border-radius: 50px!important;
    transition: 250ms all ease-in-out;
    display: inline-block;
    margin-left: auto;
    margin-bottom: -15px
}

.buttonHead a {
    line-height: 1.5;
    overflow: hidden;
    font-family: var(--font-text);
    font-size: 14px;
    text-transform: initial
}

.buttonHead a::before {
    --size: 15px;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: var(--size);
    height: var(--size);
    background-image: url(../images/icons/mail-white.svg)
}

#infotelportButton span,#infotelfixeButton span {
    display: none
}

#infotelportButton:hover,#infotelfixeButton:hover {
    background-color: var(--secondary-color)
}

#infotelportButton a,#infotelfixeButton a {
    color: var(--white)
}

#infotelportButton:before,#infotelfixeButton:before {
    background-image: url(../images/icons/mobile-white.svg);
    left: 15px
}

#infotelfixeButton:before {
    background-image: url(../images/icons/phone-white.svg)
}

.infohoraires_other{
    color: var(--primary-color);
    font-size: 1.2em;
}

/*-----------------*/
/* OFFREGLOBALE */
/*-----------------*/

.bloc-offreGlobale {
    position: absolute;
    right: 70px;
    bottom: 30px;
    display: flex;
    align-items: stretch;
    /* background-color: var(--background-color); */
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px; */
    color: var(--title-color);
    z-index: 10;
    max-width: 435px;
    border-radius: 50px 0;
    overflow: hidden;
}
.offreGlobale-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    padding: 20px;
}
.offreGlobale-img img{width: 190px;height: 100px;}

.bloc-offreGlobale .offreGlobale-content {
    padding: 40px 20px;
    background: var(--secondary-color);
    color: var(--white);
    font-size: 1.5em;
    font-family: var(--font-title);
    line-height: 1;
    transition: 250ms ease-in-out;
}
.bloc-offreGlobale .offreGlobale-content p strong {
    display: block;
    text-transform: uppercase;
    font-size: 2em;
    color: var(--white);
    letter-spacing: 1px;
    padding-top: 10px;
    transition: 250ms ease-in-out;
    font-family: var(--font-title);
    text-align: center;
}
.bloc-offreGlobale:hover .offreGlobale-content{background: var(--secondary-color);}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigtoogle:not(.social,.logo) span:before, .urgence span::before {
    position: absolute;
    top: -2px;
    left: -7px;
    box-sizing: content-box;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    content: "";
    opacity: 0;
    transition: opacity .2s , transform .2s;
    transform: scale(.8333);
    backface-visibility: hidden;
    border-radius: 5px
}

.navigtoogle:not(.social,.logoParent).active .naviglink.lvl-0 span:before, .navigtoogle:not(.social,.logoParent) .naviglink.lvl-0:hover span:before, #navprimary .urgence span::before {
    opacity: 1;
    transform: scale(1.2)
}

.navigtoogle:not(.social,.logoParent).active .naviglink.lvl-0, .navigtoogle:not(.social,.logoParent) .naviglink.lvl-0:hover, #navprimary .urgence {
    transform: scale(.8333);
    color: var(--primary-color);
}

.navigmenu .naviglink.lvl-1, #navprimary .urgence span::before {
    font-family: var(--font-text)
}

#navprimary .urgence span
{
    --red:#f00;
    color: var(--red);
}

#navprimary .urgence span::before
{
    border-color: var(--red);
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome .swiper-pagination
{
    display: none;
}
#headerHome-title
{
    /* background: var(--secondary-color); */
    padding: 5px 10px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.beforeHeader
{
    background: var(--black);
    background-image: url(../images/backgroundFond1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: -40%;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: 130%;
     -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;
}
.beforeHeader .overlay
{
    background: var(--tertiary-color);
    opacity: 0.9;
}
#banner .overlay,.imageDiapo .overlay
{
    background: linear-gradient(to bottom,#000,#00000020);
}
/*------------------- &&& ---------------------*/
.uagb-faq-icon-wrap svg
{
    --size: 10px;
    width: var(--size);
    height: var(--size);
}
.uagb-faq-item:not(.active) .uagb-faq-content,
.uagb-faq-item:not(.active) .uagb-icon-active,
.uagb-faq-item.active .uagb-icon
{
    display: none;
}
.uagb-faq-questions
{
    display: flex;
    align-items: center;
    padding-left: 10px;
    justify-content: space-between;
    cursor: pointer;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.dateBig
{
    font-size: 2.5em;
    position: absolute;
    top: -15px;
    left: 50%;
    transform:translateX(-50%);
    font-family: var(--font-alt);
    /* color: #ffffff17; */
    color: var(--secondary-color);
    /* -webkit-text-stroke: 1px var(--primary-color); */
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.home #content::before
{
    background-image: url(../images/backgroundFond1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home #content:after
{
    background: var(--tertiary-color);
    opacity: 0.9;
}
.home #content::before,.home #content:after
{
    height: 60%;
    top: auto;
    bottom: 0;
}

.home #content .doubleImg {
    flex-wrap: nowrap !important;
    max-width: 516px;
    margin-left: auto;
    padding: 0 25px;
    position: relative;
    top: -122px;
    margin-bottom: -130px;
    grid-gap: 0;
}

.home #content .doubleImg .wp-block-image img {
    object-fit: cover;
    width: 100%;
}

.home #content .doubleImg .wp-block-column:first-child {
    width: 28%;
    position: relative;
    top: 95px;
    flex-basis: auto !important;
    z-index: 2;
}

.home #content .doubleImg .wp-block-column:first-child .wp-block-image img {
    height: 250px;
    min-width: 131%;
}

.home #content .doubleImg .wp-block-column:last-child {
    width: 72%;
    flex-basis: auto !important;
    z-index: 0;
}

.home #content .doubleImg .wp-block-column:last-child .wp-block-image img {
    height: 450px;
    border-radius: 0 0 200px 200px;
    overflow: hidden;
}

.home #content .has-medium-font-size {
    max-width: 640px;
    font-size: 32px !important;
    line-height: 1.4;
    font-weight: normal;
    font-family: var(--font-title);
    -webkit-font-smoothing: auto;
}

.home #content .has-medium-font-size strong {
    font-family: var(--font-title);
    color: var(--secondary-color);
}

.home #content .has-medium-font-size:after {
    content: "";
    width: 193px;
    height: 1px;
    background-color: var(--secondary-color);
    display: block;
    margin: 40px 0;
}


/*-----------------*/
/* 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 */
/*-----------------*/
.slogan
{
  padding-top: 20px;
}
.prestations-content h3
{
  font-size: 18px;
}
#prestations::after {
    background-image: linear-gradient(to right, rgb(244, 245, 250) 1px, transparent 1px), linear-gradient(rgb(244, 245, 250) 1px, transparent 1px);
    background-size: calc(6.25vw) calc(6.25vw);
    background-position: 0px 0px;
}
/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news {
    background-image: url(../images/home-bg1.jpg);
}

#news .wrapper_inner_slider {
    background: none;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
}

#news .wrapper_slider:not(:first-child) .wrapper_inner_slider {
    border-top: solid 1px #e8e8e87a;
}

#news .title_slider {
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--font-bold);
}

#news .content_slider {
    width: 38%;
    flex: 0 0 auto;
    padding: 0 30px;
}

#news .title_link_slider:not(:hover) {
    color: var(--white)
}

#news .next_slider {
    margin: auto 0 auto auto;
}

#news .text_slider {
    flex: 0 0 auto;
    width: 36%;
    font-size: 16px;
}

#news .thumbnail_slider {
    --size: 180px;
    width: calc(var(--size) / 1.15);
    height: var(--size);
    min-width: calc(var(--size) / 1.15);
}

#news .thumbnail_slider>a {
    overflow: hidden;
    display: block;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

#news .thumbnail_slider:before,
#news .thumbnail_slider:after {
    --size: 6px;
    background: var(--secondary-color);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    z-index: 1;
    left: auto;
    top: 15px;
    right: 5px;
}

#news .thumbnail_slider:before {
    top: 25px;
    right: 10px;
    --size: 20px;
}

#news .wrapper_slider:hover .thumbnail_slider {
    width: 0;
}

#news .wrapper_slider:hover .content_slider {
    transform: translateX(0);
}

#news .wrapper_slider:hover .text_slider {
    transform: translateX(0);
}

/*-----------------*/
/* SEPARATOR */
/*-----------------*/
.separator,.section-separator 
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    pointer-events: none;
}
.section-separator {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 5
}

.section-separator svg {
    position: absolute;
    z-index: 50;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px
}

.section-separator.reflect svg {transform: rotateY(180deg)}

.section-separator:not(.bottom) svg {
    transform: rotateX(180deg) rotateY(180deg);
    top: -1px;
}

/*----------------- BTN LINE -----------------*/
.btnLine {
    background: none!important;
    padding: 0!important;
    line-height: 28px;
    color: var(--white);
    letter-spacing: 1px;
    font-size: 11px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    position: relative
}

.btnLine::after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: currentColor;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.btnLine:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections .section_thumb {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px;
    z-index: 10;
}

.sectionsbloc.odd .section_thumb {
    order: 0;
}

.sectionsbloc.even .section_thumb {
    order: 2;
}
#sections .sectionsbloc .blocthumb
{
    overflow: hidden;
}

#sections .section_txt {
    width: 45%;
}

#sections .sectionsbloc .section_thumb .specialthumb {
    overflow: hidden
}

#sections .sectionsbloc.odd a:not([class*="button"]):hover,
#sections .sectionsbloc.odd a:not([class*="button"]):hover strong {
  color: var(--white);
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances {
    padding: 0 20Px;
}

#reassurances::before {
    background: url(../images/backgroundFond1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#reassurances .overlay
{
    background: var(--tertiary-color);
    opacity: 0.9;
}

#reassurances .title {
    text-shadow: 0px 0px 20px #000;
}

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

.pictoImg {
    background: url(../images/home-bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}

#reassurances svg {
    height: 70px;
    width: 70px;
    background: var(--secondary-color);
    padding: 17px;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    border-radius: 4px;
}
.picto-bloc {
    position: relative;
}

.picto-bloc svg {
    padding: 5px;
    box-sizing: border-box;
}
/*-----------------*/
/* certifications */
/*-----------------*/
#certifications
{
    max-width: 300Px;
    margin: 0 auto;
    margin-top: 20px;
}
.widget_certifications.widget_element .wrap-element
{
    pointer-events: none;
    height: 100px;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires::before
{
    background-image: url(../images/home-bg4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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


/*-----------------*/
/* FOOTER */
/*-----------------*/
.fondContact {
    background: url(../images/home-bg6.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
}

.linkContact {
    padding: 40px;
    padding-bottom: 70Px;
    background: var(--black);
    height: auto;
}

.wrapperContact {
    padding: 10px;
    box-sizing: border-box;
}

#footerForm .privacyform_lab,
#footerForm .wrapperForm .title h2,
#footerForm .mention {
    color: var(--text-color);
}

#footer,
#contactForm {
    position: relative;
    z-index: 15;
}

#logoCoordonnees {
    margin-bottom: -50px;
    margin-top: -20px;
}

#footer.footerbas {
    z-index: 10;
}

#wrapperForm {
    padding: 20Px;
}

.rowFooter {
    grid-auto-rows: 1fr 1fr;
}

#footerLinks {
    padding: 20px;
    border-top: 1Px solid #00000026;
}

