/*-----------------*/
/* 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:24137.2421875px;stroke-dasharray:24137.2421875px}100%{stroke-dashoffset:0;stroke-dasharray:24137.2421875px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-1{animation:animate-svg-stroke-1 1s ease-in 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:11772.185546875px;stroke-dasharray:11772.185546875px}100%{stroke-dashoffset:0;stroke-dasharray:11772.185546875px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-2{animation:animate-svg-stroke-2 1s ease-in 0.12s both,animate-svg-fill-2 0.7s 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:not(.no-after):after {
    background-color: #fff0;
    background-image: url(../images/emphase.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 130px;
}
/*------------------- BUTTON ---------------------*/
.animated-button {
    --btn-color: var(--primary-color);
    --icon-size: 20px;
    --circle-size: 20px;
    --circle-expand: 400px;
    --transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);

    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary-color);
    background: #fff0;
    border-radius: 50%;
    color: var(--btn-color);
    cursor: pointer;
    overflow: hidden;
    transition: all var(--transition);
}

.animated-button svg {
    position: absolute;
    width: var(--icon-size);
    fill: var(--btn-color);
    z-index: 1;
    transition: all var(--transition);
}

.animated-button .arr-1 { right: 1em; }
.animated-button .arr-2 { left: -25%; }

.animated-button .circle {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: var(--circle-size);
    height: var(--circle-size);
    background: var(--btn-color);
    border-radius: 50%;
    opacity: 0;
    transition: all var(--transition);
    z-index: 0;
}

.animated-button .text {
    position: relative;
    z-index: 2;
    transform: translateX(-0.75em);
    transition: all var(--transition);
}

.animated-button:hover {
    background: #fff0;
    color: var(--white);
    border-radius: 12px;
}

.animated-button:hover .arr-1 { right: -25%; }
.animated-button:hover .arr-2 { left: 1em; }
.animated-button:hover .text { transform: translateX(0.75em); }
.animated-button:hover svg { fill: var(--white); }
.animated-button:hover .circle {
    width: var(--circle-expand);
    height: var(--circle-expand);
    opacity: 1;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px var(--primary-color);
}

/*----------------- LINK TURN -----------------*/
.linkTurn {
    --size: 12rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 16px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    word-spacing: 0.65em;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    font-weight: bold;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--title-color);
    stroke: var(--title-color);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {stroke-width: 0.075em;transform: rotate(-25deg);}
.link__text {
    -webkit-animation: rotateReverse normal infinite 20s linear;
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}
.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

.linkTurn.white svg{
	fill: var(--white);
    stroke: var(--white);
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    padding: 15px 20px;
}

#logo {
    place-self: center;
}
.logoheader
{
    max-height: 80px;
}

#header-coordonnees {
    position: fixed;
    top: 0;
    right: -310px;
    width: 310px;
    height: 100%;
    min-height: 100%;
    padding: 70px 38px 65px;
    background-color: var(--black);
    overflow: hidden;
    visibility: hidden;
    overflow-y: scroll;
    transform: initial;
    left: initial;
    z-index: 9998;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    text-align: left;
    box-shadow: 0 0 30px #00000057
}

body.is-toggle-open #header-coordonnees {
    right: 0;
    visibility: visible
}

#header-coordonnees .flex>div {
    margin: 15px 0
}

#header-coordonnees #logoCoordonnees {
    order: -1;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

#logoCoordonnees:after {
    position: absolute;
    content: '';
    bottom: 0;
    background-image: url(../images/separator.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 7px;
    width: 143px;
    left: 50%;
    transform: translateX(-50%);
}

/*-----------------*/
/* 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(--primary-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(--primary-color);
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-accroche {
    color: var(--title-color);
    font-size: 3em;
}

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

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

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

#headerHero-hero_img img {
    position: absolute
}

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

#headerHome-logo {
    padding: 30px 30px;
    padding-top: 140px;
}
#headerHome .swiper
{
    pointer-events: none;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home #content {
    overflow: hidden;
    --dark-color:var(--black);
}

#content-img {
    gap: .8rem;
    position: relative;
    padding: 0 20px;
}

#content-txt {
    max-width: 75%;
    position: relative;
    top: -10em;
    margin-bottom: -10em;
}

#content-txt .tc_content {
    max-width: 510px;
}

#content-img .blocthumb {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 25%);
    height: 46rem;
    margin-left: calc(5.6rem * -1);
    width: calc(100% + 5.6rem + 1rem);
}

#content-img .specialthumb,
#content-img .tertiarythumb {
    margin-left: 2.4rem;
    width: calc(100% - 2.4rem + 5.6rem);
}

#content-img .specialthumb {
    clip-path: polygon(0 0, 100% 0, 100% 53%, 0 100%);
    height: 29.2rem;
    margin-top: 16.5rem;
}

#content-img .tertiarythumb {
    clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
    height: 21.8rem;
    margin-top: -11rem;
}

#slogan-logo {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: 20%;
}

#slogan-logo img {
    width: 300px;
}

#intro-content .wp-block-media-text
{
    margin-bottom: 0;
}
/*-----------------*/
/* SLOGAN */
/*-----------------*/
.sloganBase
{
    font-size: 8em;
    font-family: var(--font-alt);
    margin-top: -200px;
    color: var(--primary-color);
}
.sloganText {
    position: absolute;
    left:0;
    top: 0;
    font-size:1em;
}

.sloganText.first,.sloganText.second {
    color: #fff0;
    -webkit-text-stroke: 1px var(--secondary-color);
    --margin: 10px;
    margin-left: var(--margin);
    margin-top: var(--margin);
    z-index: -1;
    transition: all .4s;
    opacity: 0.5;
}

.sloganText.second {
    -webkit-text-stroke: 1px var(--primary-color);
    --margin: 20px;
}

.sloganBase:hover .sloganText.first,.sloganBase:hover .sloganText.second {
    --margin: 0;
    opacity: 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 */
/*-----------------*/
#prestations .bloc_prestations .prestations-img {
    z-index: -1;
    overflow: hidden;
}

.prestations-content .title_content {
    color: var(--white);
    font-family: var(--font-alt);
    text-transform: initial;
    font-size: 3em;
    line-height: 0.7;
}

#prestations .bloc_prestations .prestations-img:before {
    z-index: 2;
    opacity: .75;
}

#prestations .bloc_prestations .prestations-img img {
    transition: all .6s;
}

#prestations .bloc_prestations:hover .prestations-img img {
    transform: rotate(10deg) scale(1.3);
    filter: blur(3px)
}

#prestations .prestations-content {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    padding: 0;
    max-width: 500px;
}

#prestations .prestations-content>:is(h2, h3) {
    font-size: clamp(22px, 2vw, 3em);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: center;
    font-family: var(--font-bold);
}

#prestations .prestations-content :is(p,li) {
    margin: 0 0 6px;
    background: #ffffff2e;
    border-radius: 30px;
    color: var(--white);
    transition: opacity .35s, transform .35s, background .35s;
    transform: translate3d(-360px, 0, 0);
    opacity: 0;
    line-height: 1.2;
    font-size: 14px;
}

#prestations .prestations-content :is(p,li) a
{
    color: var(--white);
    display: block;
    width: 100%;
    padding: 8px 10px;
}

#prestations .bloc_prestations:hover .prestations-content :is(p,li) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#prestations .bloc_prestations .prestations-content :is(p,li):hover {
    background: var(--overlay-color);
}

#prestations ul>*:nth-of-type(1) {
    transition-delay: .05s
}

#prestations ul>*:nth-of-type(2) {
    transition-delay: .10s
}

#prestations ul>*:nth-of-type(3) {
    transition-delay: .15s
}

#prestations ul>*:nth-of-type(4) {
    transition-delay: .20s
}

#prestations ul>*:nth-of-type(5) {
    transition-delay: .25s
}

#prestations ul>*:nth-of-type(6) {
    transition-delay: .30s
}

#prestations ul>*:nth-of-type(7) {
    transition-delay: .35s
}

#prestations ul>*:nth-of-type(8) {
    transition-delay: .40s
}

#prestations ul>*:nth-of-type(9) {
    transition-delay: .45s
}

#prestations ul>*:nth-of-type(10) {
    transition-delay: .50s
}

#prestations .liresuite {
    position: absolute;
    bottom: 0;
    left: 47%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .4s cubic-bezier(.45, 0, .55, 1), opacity .4s cubic-bezier(.45, 0, .55, 1);
    z-index: 4;
    margin: 0;
}

#prestations .bloc_prestations:hover .liresuite,
#prestations .bloc_prestations.active .liresuite {
    transform: translate(-50%, -20%) scale(1);
}

#prestations .liresuite .linkTurn {
    --size: 8rem;
    letter-spacing: 0.14em;
    font-size: 18px;
}

#prestations .liresuite .linkTurn .link__svg {
    background: var(--primary-color);
    fill: var(--white);
    stroke: var(--white);

}

#prestations .liresuite .linkTurn .link__svg .link__arrow {
    stroke-width: 3px;
}

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news .title h2
{
    font-family: var(--font-alt);
    font-size: 3em;
}
.home .design-link.white
{
    color: var(--white);
}
.home .title_link_slider
{
    color: var(--primary-color);
}
#news::before
{
    background: var(--black);
}
.design-link {
    display: inline-flex;
    align-items: center;
    padding-left: 52px;
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    color: var(--title-color)
}

.design-link:before,
.design-link:after {
    content: '';
    position: absolute;
    width: 46px;
    background: var(--text-color);
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s linear 0s
}

.design-link span:before {
    content: "";
    --size: 6px;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    margin: 0;
    margin-right: 6px;
    order: -1;
    background: var(--primary-color);
    z-index: 1;
    position: relative;
    vertical-align: middle;
    top: -2px;
    border-radius: 10px;
}

.design-link:after {
    width: 0;
    left: unset;
    right: 0
}

.design-link:hover {
    padding-left: 0;
    padding-right: 52px;
    color: var(--primary-color);
}

.design-link:hover:before {
    width: 0
}

.design-link:hover:after {
    width: 46px
}

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

.wrapper_slider {
    padding: 20px 0
}

#news .thumbnail_slider {
    height: auto;
    min-height: 250px
}

.thumbnail_slider a {
    height: 100%;
    display: block;
    position: relative
}

.thumbnail_slider a img {
    position: absolute;
    left: 0;
    top: 0
}

#news .content_slider {
    padding: 50px 0 50px 100px
}

.title_slider {
    font-size: 22px;
    text-transform: initial;
}

.newsdate {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    background: var(--primary-color);
    left: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150Px;
    justify-content: center;
    padding: 20px 30px;
    font-family: var(--font-title);
    color: var(--white);
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.text_slider,
.text_slider a {
    font-size: 16px;
    line-height: 1.6
}

.newsdate .month {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px
}

.newsdate .day {
    font-size: 36px;
    line-height: 1;
}

#news .next_slider {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: flex-end;
    margin: 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: 0px;
}

#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(--title-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);
}

#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%);
    transition: 250ms all ease-in-out;
}

#choixSections .linkSections.active .subimageSections:before,
#choixSections .linkSections:hover .subimageSections:before {
    color: var(--background-color);
}

#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)
}

#sections .title small {
    font-size: 6em;
    margin-bottom: -30px;
    background: none;
    padding: 0;
    display: block;
}

#sections .wp-block-uagb-faq
{
    margin-top: 20px;
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances::before
{
    background-image: url(../images/home-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#reassurances .overlay
{
    z-index: -1;
}
.picto-container
{
    gap: 30px;
    counter-reset: reassurances;
}
.picto-container li
{
    background: var(--black);
    padding: 40px;
    position: relative;
    margin-top: 60px;
}
.picto-bloc:before,
.picto-bloc:after
{
    content: "";
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s;
}
.picto-bloc:hover:before,
.picto-bloc:hover:after
{
    opacity: 1;
}
.picto-bloc:before{
    content: "0" counter(reassurances);
    counter-increment: reassurances;
    font-size: 2em;
    text-align: center;
    left: 0;
    top: -60px;
    font-family: var(--font-title);
    text-align: left;
    width: 50Px;
    color: #fff0;
    -webkit-text-stroke: 1Px var(--primary-color);
}
.picto-bloc:after
{
    height: 1px;
    border-bottom: 1px solid var(--white);
    width: calc(100% - 70Px);
    left: initial;
    right: 2px;
    top: -35Px;
}

.pictoWrap {
    background: var(--secondary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    --size: 50px;
    width: var(--size);
    height: var(--size);
    text-align: center;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    border-radius: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pictoWrap::before
{
    background: var(--secondary-color);
    opacity: 0.5;
    animation: pulse2 3s infinite;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes pulse2 {
    0% {
      transform: translateX(-50%) translateY(-50%) scale(1);
      opacity:0.2;
    }
    50% {
      transform: translateX(-50%) translateY(-50%) scale(1.6);
      opacity:0.5;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) scale(1.6);
        opacity:0;
    }
  }
/*-----------------*/
/* certifications */
/*-----------------*/

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

/*-----------------*/
/* PRODUITS */
/*-----------------*/
#primaryimgsinglewoo>a
{
    display: inline-block;
    height: 100%;
    width: 100%;
}
/*-----------------*/
/* AGENCES */
/*-----------------*/

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



/*-----------------*/
/* FOOTER */
/*-----------------*/
.imageFooter
{
    background: url(../images/home-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 300px;
}
#footerbloc::before
{
    background: var(--black);
}
#footerMap
{
    line-height: 0;
}
#footerMap>a
{
    width: 100%;
}
#footer .title
{
    margin-bottom: 30px!important;
}
.coord {
    gap: 15px 10px;
}
.sociblock .share-buttons span
{
    color: var(--white);
    padding: 0 10px;
}
.sociblock .share-buttons span:hover
{
    color: var(--primary-color);
}

.wrapBas
{
    padding: 50px 0;
    gap: 30px;
}
.linkBas
{
    padding: 20px 20px 0;
}
.linkBas,.wrapBas
{
    border-top: 1Px solid #ffffff26;
}

.copyright
{
    color: var(--white);
}

#footer .marque-alsace
{
    margin-right: 12Px;
}