@font-face {
    font-family: "Joe sans";
    src: url(../fonts/JosefinSans-Regular.ttf);
}
@font-face {
    font-family: "Joe sans";
    font-weight: bold;
    src: url(../fonts/JosefinSans-Bold.ttf);
}

* {
    box-sizing: border-box;
}
:root {
    --swiper-theme-color: #fff;
    --color-primary: #a33fba;
    --color-background: #0f0712;
    --color-background-footer: #0a050c;
    --color-light: #ffffff;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Joe sans", sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: var(--color-background);
    line-height: 1.6;
}
a {
    text-decoration: none !important;
    color: white;
}
a:hover {
    color: var(--color-primary);
}
img {
    width: 100%;
    height: 100%;
}
.color_white {
    color: white;
}

/* HEADER */
.header {
    background: linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.9) 0%,
        rgba(5, 5, 5, 0) 100%
    );
    /* box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1); */
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: block;
    height: 0;
    top: 0;
}
.header.menu-open {
    height: 100vh;
    background-color: var(--color-background);
    background-image: url(/assets/img/background_mobile_test.png);
    background-size: cover;
    background-position: center;
}
.menu {
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    padding-left: 35px;
    position: relative;
    list-style: none;
    overflow: hidden;
}
.menu::before {
    width: 0;
}
.header li a {
    display: block;
    color: white;
    font-family: "Joe sans";
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 20px;
    text-decoration: none;
    text-align: center;
}
.header li:nth-of-type(3) {
    padding: 0 6px;
}
.header li:nth-of-type(4) {
    padding: 0 16px;
}
.header li:hover,
.header .menu-btn:hover {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.header li:nth-of-type(1):hover {
    background-image: url(/assets/img/univers_btn.png);
}
.header li:nth-of-type(2):hover {
    background-image: url(/assets/img/nation_btn.png);
}
.header li:nth-of-type(3):hover {
    background-image: url(/assets/img/game_btn.png);
}
.header li:nth-of-type(4):hover {
    background-image: url(/assets/img/join_btn.png);
}
.header .logo {
    display: block;
    float: left;
    padding: 10px 20px;
    text-decoration: none;
}
/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}
/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 32px 20px;
    position: relative;
    user-select: none;
}
.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}
.header .menu-icon .navicon:before {
    top: 5px;
}
.header .menu-icon .navicon:after {
    top: -5px;
}
/* menu btn */
.header .menu-btn {
    display: none;
}
.header .menu-btn:checked ~ .menu {
    text-align: center;
    max-height: 100%;
    padding: 15%;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.nav_btn_links {
    display: flex;
    margin: auto;
    flex-direction: column;
    width: 75%;
}
.nav_btn_socialmedia {
    display: flex;
    justify-content: center;
}
.nav_btn_socialmedia a {
    color: white;
    font-size: 22px;
    padding: 0;
    margin: 0;
}
.nav_btn_socialmedia a:hover {
    color: #a33fba;
}
.nav_btn_support {
    background: linear-gradient(to left, #552160, #be4ad8);
    border-radius: 25px;
    padding: 14px 21px !important;
    color: white;
    text-transform: uppercase;
    font-family: "Joe sans";
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0 0 0 #a33fba inset, 0 0 0 0 #a33fba;
    transition: all 150ms ease-in-out;
}
.nav_btn_support:hover {
    background: rgb(5, 5, 5, 0.3);
    color: white;
    box-shadow: 0 0 10px 0 #a33fba inset, 0 0 10px 4px #a33fba;
}

.social_image_container-menu img {
    max-width: 50px;
    max-height: 40px;
}

@media (min-width: 768px) {
    header a.logo img {
        max-width: 60px !important;
        max-height: 60px;
    }
}
@media (min-width: 992px) {
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
    }
    .header li {
        float: left;
    }
    .header li a {
        padding: 20px 30px 17px 30px;
        position: relative;
        margin: auto;
    }
    .header_separator::after {
        content: "";
        height: 42px;
        border: 1px solid;
        border-image-slice: 1;
        border-width: 1px;
        border-image-source: linear-gradient(
            to bottom,
            #a43fba00,
            #a43fba,
            #a43fba00
        );
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 30px;
        text-shadow: #a43fba 10px 0 0;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
        display: flex;
        align-items: center;
    }
    /* .menu::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/assets/img/underline-menu.png");
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
    } */
    .header .menu-icon {
        display: none;
    }
    .nav_btn_links {
        display: flex;
        flex-direction: row;
        width: auto;
        padding-right: 21px;
    }
    .nav_btn_socialmedia a:first-of-type {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    header a.logo img {
        max-width: 85px;
    }
    header nav .navbar-nav > li:last-child a {
        margin: 0;
    }
}

/* PAGE ACCUEIL */
canvas {
    height: 100%;
    width: 100%;
}

/* ANIMATED SECTION */
.scroll-section__canvas-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* visibility: hidden; */
    position: relative;
    z-index: 1;
    inset: 0 !important;
}

/* HERO TITLE */

.hero-img {
    width: 50%;
    height: auto;
    margin: auto;
}
.hero-title {
    font-size: 22px;
    font-weight: bolder;
    margin-top: 1.5rem;
}
.hero-title-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}
.hero-btn-container {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hero-btn {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 7rem 6rem;
    font-size: 32px;
}
.hero-btn:hover {
    color: white;
}
.hero-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    background-image: url(/assets/img/hero-btn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 50%;
    opacity: 1;
    transition: all 0.5s;
}
.hero-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    background-image: url(/assets/img/hero-btn_survol.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 50%;
    opacity: 0;
    transition: all 0.5s;
}
.hero-btn:hover::after {
    opacity: 1;
}
.hero-btn:hover::before {
    opacity: 0;
}

@media (max-width: 992px) {
    .hero-btn {
        padding: 1rem 2rem;
        font-size: 21px;
    }
    .hero-btn::before,
    .hero-btn::after {
        background-size: 100% 120%;
    }
}
@media (max-width: 768px) {
    .hero-btn-container {
        top: 80%;
    }
    .hero-img {
        width: 80%;
    }
    .hero-btn {
        font-size: 16px;
        padding: 22px 35px;
        text-align: center;
    }
}
@media (max-width: 925px) and (orientation: landscape) {
    .hero-img {
        width: 30%;
    }
    .header.menu-open {
        height: 100%;
    }
    .header .menu-btn:checked ~ .menu {
        padding: 0 !important;
    }
    .header li a {
        padding: 10px 20px;
    }
    .social_image_container-menu img {
        max-width: 50px;
        max-height: 40px;
    }
    .menu {
        padding: 0;
    }
}
/* HERO PLANET VIDEO */
.planet-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
    background-image: url(/assets/img/planet-background.jpg);
    background-size: cover;
}
.planet-content-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
    display: block;
    overflow: hidden;
}
#planetVideo {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

/* Swiper Univers */
.swiper_container-bloc {
    padding: 7rem 3rem 3rem 3rem;
    background: linear-gradient(
        0deg,
        rgb(0, 0, 0) -5%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}

.swiper-slide {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* mask-image: url("/assets/img/brush.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 102% 98%; */
}
.swiper_title {
    color: white;
    text-transform: uppercase;
    font-family: "Joe sans";
    font-weight: bold;
    font-size: 62px;
    text-shadow: 3px 0px 8px #1d1d1d;
    position: relative;
    padding-bottom: 4rem;
    padding-left: 2rem;
}

.swiper_title::after {
    content: "";
    width: 195px;
    height: 100px;
    background-image: url("/assets/img/underline.webp");
    background-size: cover;
    position: absolute;
    bottom: 32%;
    left: -30px;
    z-index: 1;
}

.swiper_title--reverse {
    color: white;
    text-transform: uppercase;
    font-family: "Joe sans";
    font-weight: bold;
    font-size: 62px;
    text-shadow: 3px 0px 8px #1d1d1d;
    position: relative;
    padding-bottom: 4rem;
    padding-right: 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}
.swiper_title--reverse::after {
    content: "";
    width: 195px;
    height: 100px;
    background-image: url("/assets/img/underline.webp");
    background-size: cover;
    position: absolute;
    bottom: 32%;
    right: -30px;
    z-index: 1;
    transform: rotateY(180deg);
}

.swiper_container-text {
    text-align: right;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: relative;
}
.swiper_container-text--reverse {
    text-align: left;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.swiper_container-text h3 {
    font-weight: bold;
}
.swiper_container-text p {
    width: 32%;
    font-size: 20px;
}

/* Swiper Nation */
.swiper-slide,
.swiper_nation-slide {
    overflow: hidden;
}
.swiper_nation-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    z-index: 0;
}
.swiper_nation-img {
    position: absolute;
    overflow: hidden;
    width: auto;
    height: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.swiper_nation-perso {
    position: absolute;
    top: -35% !important;
    left: 58% !important;
    z-index: 0;
    height: 200%;
    width: auto;
}
.swiper_nation-perso--reverse {
    right: 58% !important;
    left: auto !important;
}
.swiper_nation-perso-femme {
    top: -58% !important;
}
.swiper_nation-perso-femme--reverse {
    right: 53% !important;
    left: auto !important;
}
.swiper_container-text--fond {
    padding: 2.5rem 3rem 2.5rem 4rem;
}
.fond1.swiper_container-text--fond {
    margin-left: 3.5rem;
}
.fond3.swiper_container-text--fond {
    margin-left: 4.5rem;
}
.fond2.swiper_container-text--fond,
.fond4.swiper_container-text--fond {
    margin-right: 3.5rem;
}

.swiper_container-text--fond p {
    width: 40%;
    font-size: 16px;
    z-index: 2;
}
.swiper_container-text--fond::after {
    content: "";
    display: block;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -33%;
    left: -7%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.fond1.swiper_container-text--fond::after {
    background-image: url(/assets/img/characters/antarak-fond-text3.png);
    right: 1%;
    left: auto;
}
.fond2.swiper_container-text--fond::after {
    background-image: url(/assets/img/characters/fond-text-teko3.png);
    left: 5%;
    top: -32%;
}
.fond3.swiper_container-text--fond::after {
    background-image: url(/assets/img/characters/faro-fond-text3.png);
    right: 3%;
    left: auto;
    top: -38%;
}
.fond4.swiper_container-text--fond::after {
    background-image: url(/assets/img/characters/arako-fond-text3.png);
    left: 3%;
    top: -43%;
}

@media (min-width: 1550px) {
    .swiper_container-text--fond p {
        width: 33%;
    }
    .fond1.swiper_container-text--fond::after {
        right: 5.5%;
        left: auto;
    }
    .fond2.swiper_container-text--fond::after {
        left: 8.5%;
        top: -32%;
    }
    .fond3.swiper_container-text--fond::after {
        right: 7%;
        left: auto;
        top: -38%;
    }
    .fond4.swiper_container-text--fond::after {
        left: 7%;
        top: -41%;
    }
}
@media (min-width: 2200px) {
    .fond1.swiper_container-text--fond::after {
        right: 11%;
        left: auto;
    }
    .fond2.swiper_container-text--fond::after {
        left: 14%;
        top: -32%;
    }
    .fond3.swiper_container-text--fond::after {
        right: 10%;
        left: auto;
        top: -38%;
    }
    .fond4.swiper_container-text--fond::after {
        left: 10%;
        top: -42%;
    }
    .swiper_container-text--fond p {
        width: 16%;
    }
}
.swiper_game-bg {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 0;
}
.swiper-button-next {
    content: url("/assets/img/fleche.png");
}
.swiper-button-prev {
    content: url("/assets/img/fleche_prev.png");
}
.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: auto;
}
.swiper-button-next:hover,
.swiper-button-next:hover::after {
    content: url("/assets/img/fleche-hover1.png");
}
.swiper-button-prev:hover,
.swiper-button-prev:hover::after {
    content: url("/assets/img/fleche_prev-hover.png");
}

/* SWIPER  */
@media (max-width: 992px) {
    .swiper_container-bloc {
        padding: 5rem 2rem 3rem 2rem;
    }
    .swiper_nation-perso--reverse {
        right: 25% !important;
    }
    .swiper_container-text {
        text-align: center;
        align-items: center;
    }
    .swiper_title {
        font-size: 32px;
    }
    .swiper_title--reverse {
        display: block;
        font-size: 32px;
        padding-left: 2rem;
    }
    .swiper_title--reverse::after {
        bottom: 27%;
        left: -30px;
        right: auto;
        transform: rotate(0);
    }

    .swiper_container-text--fond {
        padding: 0;
        margin: 0;
        background: none;
    }
    .swiper_container-text--fond::after {
        display: none;
    }

    .swiper_container-text p {
        width: 100%;
    }
    h3 {
        font-size: 1.3rem;
    }
}
@media (max-width: 768px) {
    h3 {
        font-size: 1rem;
    }
    .swiper_nation-perso {
        display: none !important;
    }
    .swiper_nation-perso--reverse {
        display: none !important;
    }
    .swiper_title::after {
        bottom: 20%;
    }
}

/* CHARACTER - ACCUEIL*/
/* .character {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-40%);
}
.scroll-section--reversed .character {
    transform: translateX(40%);
}
*/
/* TEXTS */
.text-container {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 40%;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
}

.scroll-section--reversed .text-container {
    left: 10%;
}

@media (max-width: 992px) {
    .text-container {
        top: unset;
        left: 10%;
        bottom: 100px;
        transform: none;
        width: 80%;
    }
}
.text-container h2 {
    font-size: clamp(2em, 4vw, 5em);
    text-transform: uppercase;
    font-weight: bold;
}
.text-container h2 .char,
.text-container p .word {
    opacity: 0;
}

.text-container p {
    font-size: clamp(2em, 1vw, 5em);
}
@media (max-width: 768px) {
    .text-container p {
        font-size: clamp(1.4em, 1vw, 5em);
    }
}

/* TITRES SECTIONS - ACCUEIL */
.title_section {
    color: white;
    text-transform: uppercase;
    font-family: "Joe sans";
    font-weight: bold;
    font-size: 62px;
    text-shadow: var(--color-primary) 0 0 10px;
    position: relative;
    margin-top: 4rem;
    z-index: 0;
}
.title_section::before {
    content: attr(data-title);
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: -56px;
    font-size: 150%;
    color: #951b81;
    text-shadow: none;
    z-index: -1;
    opacity: 0.25;
}
.title_section::after {
    content: "";
    width: 100%;
    height: 150%;
    background: linear-gradient(
        0deg,
        rgba(15, 7, 18, 1) 10%,
        rgba(15, 7, 18, 0) 100%
    );
    position: absolute;
    bottom: 25%;
    left: -56px;
    z-index: -1;
}

.title_section_separateur {
    width: 65%;
    position: absolute;
    margin: auto;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-primary),
        #a33fbac4,
        #a33fba00
    );
    box-shadow: var(--color-primary) 0 5px 15px;
}
.home_section {
    background-color: var(--color-background);
    padding-top: 125px;
    padding-bottom: 125px;
}
@media (max-width: 768px) {
    .home_section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

/* RESUME */
#resume {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.resume_bg {
    width: auto;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.resume_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5rem;
}
.resume_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 26px;
    position: relative;
    width: 45%;
}
.resume_img {
    width: 65%;
    height: auto;
}
.resume_column p {
    font-size: 16px;
}
.resume_img,
.resume_column h3,
.resume_column p {
    z-index: 3;
}
.resume_fond {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}
@media (max-width: 992px) {
    .resume_column h3 {
        font-size: 1.5rem;
    }
    .resume_column::after {
        visibility: hidden;
    }
}
@media (max-width: 768px) {
    .resume_column {
        width: auto;
    }
}

/* COMMUNITY */
.social-media {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* margin-top: 5rem; */
}
.social_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 26px;
    position: relative;
    width: 33%;
}
.social_title {
    font-family: "Joe sans";
    font-weight: bold;
    font-size: 24px;
}
/* .social_column::after {
    content: "";
    height: 120%;
    position: absolute;
    right: 0;
    margin: auto;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(
        to bottom,
        #a33fba00,
        #a33fbac4,
        #a33fba00
    );
    opacity: 0.8;
}
.social_column:last-child::after {
    visibility: hidden;
} */

.social_image {
    height: 100%;
    width: auto;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.social_image_container {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.social_image_container .social_image-top {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.social_image_container:hover .social_image-top {
    opacity: 1;
}
.social_image_container:hover .social_image {
    opacity: 0;
}
.social_link {
    border: var(--color-primary) 1px solid;
    box-shadow: var(--color-primary) 0 0 10px;
    padding: 14px 48px;
    color: white;
}
.social_link:hover {
    background-color: var(--color-primary);
    color: white;
}

@media (max-width: 992px) {
    .title_section {
        text-align: center;
        font-size: 23px;
    }
    .title_section::before {
        font-size: 125%;
        bottom: 25%;
        left: calc(50%);
        transform: translateX(-50%);
    }
    .title_section::after {
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
    }
    .social_column h3 {
        font-size: 1.5rem;
    }
    .social_column::after {
        visibility: hidden;
    }
}
@media (max-width: 768px) {
    .social_column {
        width: auto;
    }
}

/* newsletter */
.input-group-newsletter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #09040a; */
    max-width: 800px;
}
.btn {
    min-height: calc(1.5em + 0.75rem + 2px);
    border-radius: 10px;
    background-color: #ae65fe;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0 16px;
}
.form-control-newsletter {
    max-width: 400px;
}
.newsletter-title {
    text-align: center;
    font-weight: bold;
    color: white;
}

/* Support */
.support_img {
    width: 100%;
}
@media (max-width: 768px) {
    .support_img {
        width: 70%;
    }
}

/* FOOTER */
footer {
    height: auto;
    padding: 2rem 5rem;
    background-color: var(--color-background-footer);
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
footer h3 {
    text-transform: uppercase;
    font-size: 21px;
    font-family: "Joe sans";
    font-weight: bold;
}
.footer_column {
    display: flex;
    flex-direction: column;
    padding: 0 auto;
    position: relative;
}
.footer_separateur {
    display: flex;
    width: 1px;
    height: auto;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(
        to bottom,
        #ffffff00,
        #ffffff,
        #ffffff00
    );
}
/* .footer_column ul {
    padding: 0;
}
.footer_column li {
    list-style-type: none;
} */
.footer_column a {
    color: white;
}
.footer_column a:hover,
.footer_column a:focus {
    color: var(--color-primary);
}
@media (max-width: 992px) {
    footer {
        height: auto;
        padding: 6rem 25%;
        text-align: center;
    }
    .footer_column {
        width: 100%;
    }
    .footer_separateur {
        visibility: hidden;
    }
}
@media (max-width: 768px) {
    footer {
        min-height: 60vh;
    }
}
