html {
    font-family: "Orbitron", sans-serif;
}

body {
    width: 100%;
    margin: 0 !important;
    background-color: var(--var-color-Light) !important;
    background: url(/TOPOGRAPHIC_MAP.svg);
    background-size: cover;
    background-position: center;
}

h1 {
    font-size: 44.5px;
    font-weight: 800;
    --var-color-Dark: #2C2C2C;
}

h2 {
    font-size: 44.5px;
    font-weight: 100;
    --var-color-Dark: #2C2C2C;
}

h3 {
    font-size: 17px;
    font-weight: 500;
    --var-color-Dark: #2C2C2C;
}

b {
    color: var(--var-color-Light);
    background-color: var(--var-color-Dark);
    text-align: center;
    position: absolute;
    z-index: 200;
    bottom: 0px;
    right: 0;
    padding: 5px 13px;
    padding-left: 16px;
    border-radius: 20px 0px 0px 0px;
}

:root {
    --var-color-Light: #f0eade;
    --var-color-Dark: #2C2C2C;
    --var-color-color: #ffa600;
    --var-color-colorII: #bae458;
}


/* ==================== */


.s {
    padding: 100px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 10px; */
    box-shadow: 0px 20px 30px 0px #00000027, 0px -20px 30px 0px rgb(255, 255, 255);
    z-index: 5;
    position: relative;
    /* border-radius: 0px 0px 20px 20px ; */
    background-color: none;
    transition: all .6s;
    position: relative;

}

.s a {
    margin: 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: var(--var-color-color) !important;
    cursor: pointer;
    padding: 10px 20px;
    color: var(--var-color-Dark);
    transition: .4s;
    text-decoration: none;
}

.heure {
    position: relative;
}

.s h1 {
    margin: 0;
}

.s img {
    height: 100px;
    padding-bottom: 10px;
}

.s h2 {
    margin: 0;
    font-weight: 800;
    color: var(--var-color-Dark);
}

.s h3 {
    margin: 0;
    opacity: 50%;
}

.s a h3 {
    margin: 0;
    opacity: 100%;
}

#slogo {
    height: 70vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#slogo img {
    height: 150px;
}

#slogo .logo {
    position: relative;
    justify-content: center;
    align-items: center;
}

#slogo .yeux {
    top: 0;
    bottom: 13%;
    left: 10%;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    animation: anim_yeux cubic-bezier(0,.71,.34,.97) 4s;
    /* animation-delay: 1s; */
}

@keyframes anim_yeux {
    0% {
        top: 0;
        bottom: 13%;
        left: 10%;
        right: 0;
    }

    12% {
        top: 0;
        bottom: 23%;
        left: -10%;
        right: 0;
    }

    20% {
        top: 0;
        bottom: 23%;
        left: -10%;
        right: 0;
    }

    45% {
        top: 0;
        bottom: 43%;
        left: 10%;
        right: 0;
    }

    52% {
        top: 0;
        bottom: 43%;
        left: 10%;
        right: 0;
    }


    75% {
        top: 0;
        bottom: 13%;
        left: 10%;
        right: 0;
    }
}

#slogo .oeil {
    height: 20px;
    width: 20px;
    background-color: var(--var-color-Light);
    border-radius: 30px;
}

#slogo h3 {
    padding-bottom: 30px;
    color: var(--var-color-Dark);
    text-transform: uppercase;
    font-size: 12px;
}

.alpha h3 {
    padding-top: 30px !important;
    color: var(--var-color-Dark);
    text-transform: uppercase;
    font-size: 12px;
}