
body{
    padding:0;
    margin:0;
    overflow-x: hidden;
}


/* Typographies */

h1{
    color:#055D43;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    margin:0;
    text-transform:uppercase;
    letter-spacing: 0.3rem;
}

h2{
    color:#055D43;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    margin:0;
    letter-spacing: 0.3rem;
}

h3{
    color:#055D43;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform:uppercase;
}

h4{
    color:#055D43;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    margin:0.8rem 0 0 0;
    text-transform:uppercase;
    letter-spacing: 0.05rem;
    text-transform:uppercase;
}

h6{
    color:#055D43;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    margin:0.8rem 0 0 0;
    text-transform:uppercase;
    letter-spacing: 0.05rem;
    text-transform:uppercase;
}

p{
    color:#222;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.05rem;
}

a{
    font-family: "Urbanist", sans-serif;
    color:#222;
    font-size: 1rem;
    text-decoration: none;
    font-weight:600;
}

ul, ol, label, span {
    font-family: "Urbanist", sans-serif;
    font-size: 1rem;
}

.dark > h1, .dark > h2, .dark > h3, .dark > h4, .dark > p, .dark > li, .dark > a, .dark > p, .dark > i, ul.dark a, ul.dark i, ul.dark p{
    color:#FEF3C7;
}

.light-logo{
    color:#FEF3C7;
}

.dark-logo{
    color:#065F44;
}

/* General */

section{
    padding:10vh 7vw;
}

button{
    background:#055D43;
    padding:30px 40px;
    border:none;
    color:#fff;
    font-family: "Urbanist", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 300,
        'GRAD' 0,
        'opsz' 24;
        font-size: 52px;
        vertical-align: middle;
}

/* Layout */

.row{
    margin-top:50px;
    display: flex;
    flex-direction: column;
    width:100%
}

.row article {
    margin: 10px 20px;
    flex: auto;
}

/* Specificité d'une section */

section#home{
    position:relative;
    background: url("../img/background.png");
    background-size: cover;
    background-position:center center;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#fff;
}

section#home .light-logo{
    margin-bottom: 60px;
    width: 60vw;
}

section#home button{
    position:absolute;
    bottom:0;
    right:0;
    background:#FACC15;
    color:#055D43;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-size:1.3rem;
    width: 100vw;
}

section#offers{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

section#offers .row{
    justify-content: space-between;
}

section#offers span{
    color:#055D43;
    font-size:6rem;
}


/* Footer */

footer{
    background:#F2F2F2;
    padding:20px 10vw 60px 10vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer ul{
    list-style: none;
    padding:0;
    margin:0;
    max-width: 50vw;
}

footer ul li{
    display: flex;
    align-items: center;
    
}

footer ul li p, footer ul li a{
    color:#055D43;
}

footer span{
    font-size:2.5rem !important;
    margin-right:15px;
    color:#055D43;
}

footer ul.social_networks{
    display: flex;
    flex-direction: row;
}

.totop{
    background:#055D43;
    color:#FEF3C7;
    position: fixed;
    right:50px;
    bottom:50px;
    padding:10px 15px;
}

.totop span{
    font-size: 2rem !important;
}

/* Style scrollbar */

::-webkit-scrollbar {
    width: 6px;
    background:#1F2026;
  }
  
  
::-webkit-scrollbar-thumb {
    border: 5px solid transparent;
    background-color: #055D43;
  }

@media (max-width: 576px) {
    h2{
        font-size: 2rem;
    }

    #home h3{
        padding:0 10vw;
    }

    section#home{
        padding-top:2vh;
        height: 100vh;
        background-position:right center;
    }

    section#offers{
        margin:0 5vw;
    }

    section#offers article{
        max-width: 100%;
    }

    footer{
        padding:50px 5vw;
        flex-direction: column;
    }

    footer ul{
        max-width: 80vw;
    }
}

@media (max-width: 360px) {
    h2{
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    section#home button{
        max-width: 500px;
    }

    .row article{
        max-width: 50vw;
    }

    footer ul{
        max-width: 30vw;
    }
}

@media (min-width: 1024px) {
    section#offers .row{
        justify-content: space-between;
        flex-direction: row;
    }
    
    footer{
        padding:20px 15vw 20px 5vw;
    }

    footer ul{
        max-width: 20vw;
    }

}

@media (min-width: 1280px) {
    h1{
        font-size: 4rem;
        letter-spacing: 0.5rem;
    }

    h2{
        font-size: 2.5rem;
    }

    h3{
        font-size: 2rem;
    }

    h4{
        font-size: 2rem;
    }

    h6{
        font-size: 0.8rem;
    }

    section#home{
        min-height: 100vh;
        padding:0
    }

    section#home .light-logo{
        margin-bottom: 30px;
        width: 30vw;
    }

    section#offers article{
        max-width: 20vw;
    }
}

@media (min-width: 1536px) {
    h1{
        font-size: 6rem;
        letter-spacing: 0.5rem;
    }

    h2{
        font-size: 2.5rem;
    }

    h3{
        font-size: 2rem;
    }

    h4{
        font-size: 2rem;
    }

    h6{
        font-size: 0.8rem;
    }
}

@media (min-width: 1920px) {
    section#offers .row{
        max-width: 1450px;
    }

    section#offers article{
        max-width: 25%;
    }
}