*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    --scroll-behavior: smooth;
    scroll-behavior:smooth;
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family:'Noto Sans Bengali', sans-serif;
    font-weight: 400;
    min-height: 100vh;
}


li{
    list-style-type: none;
}

.legalMention{
    height: 20vh;
    max-height: 400px;
    min-height: 100px;
    background-color: #00669F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10%;
    text-align: center;
}

h1{
    color: #f6f6f6;
    font-family: 'Leckerli One', cursive;
    font-size: 28px;
    font-weight: 200;
}


.retourSite{
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #f6f6f6;
    font-size: 14px;
}

.sectionMentions{
    font-family: 'Noto Sans Bengali', sans-serif;
    font-size: clamp(16px, 3vw, 18px);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}

footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    max-height: 120px;
    min-height: 50px;
    background-color: #00669F;
}

.mainLegale{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 80%;
    margin-block: 20%;
}

.pMention{
    font-weight: bold;
    text-decoration: underline;
    color: #00669F;
    text-align: center;
    margin-bottom: 10px;
}

.gras{
    font-weight: 600;
}

.hebergeur{
    text-decoration: underline;
    font-weight: 600;
}

.article{
    margin-block:10px;
    color: #003e61;
    text-decoration: underline;
    font-weight: 600;
}

.copyright{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #f6f6f6;
    text-align: center;
}

.mentionsLegales{
    text-decoration: underline;
    border: none;
    color: #f6f6f6;
    background:none;
    font-size: 12px;
    text-align: center;
}

.retourSite2{
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #f6f6f6;
    font-size: 12px;
}

.tiret{
    margin-inline: 4px;
}

.hostinger{
    color: #003e61;
    text-decoration: underline;
}

@media screen and (min-width: 200px){

    .copyright{
        flex-direction: row;
    }
}

@media screen and (min-width:600px){

    .mainLegale{
        margin-block: 5%;
    }
}

@media screen and (min-width:1600px){

    .mainLegale{
        margin-block: 60px;
    }
}

@media screen and (min-width:1024px){

.mentionsLegales, .retourSite2{
    text-decoration: none;
}
.mentionsLegales:hover, .retourSite2:hover{
    text-decoration: underline 1px solid #f6f6f6;
}


}
