@import './var.css';

@font-face {
    font-family: "RockSalt";
    src: url("../fonts/RockSalt/RockSalt-Regular.ttf");
}

@media (min-width: 815px) {
        
    /********* GLOBAL *********/
    html, body {
        padding:0;
        margin:0;
        height:100vh;
        width: 100vw;
        font-size: 1em;
    }

    
    /********* ENDED *********/
    .section-ended {
        width: 100vw;
        background: black url(../img/covers/edition_2025.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 !important;
        margin-top: 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .text {
        width: 50%;
        font-weight: 700;
        font-size: 3rem;
        line-height: 3.4rem;
        font-family: RockSalt;
        color: white;
        background-color: rgba(0,0,0,0.5);
    }


    /********* FOOTER *********/
    footer {
        background-color: black;
        color:white;
        padding-bottom:1em;
        width: 100vw;
        height: fit-content;
    }

    footer a { 
        background-color: black;
        color:white;
        padding-bottom:1em;
        width: 100%;
    }
    footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    footer li {
        margin-bottom: 0.5em;
    }
    footer a {
        font-weight: bold;
        text-decoration: none;
    }

    .footer-main {
        display:flex;
        flex-direction: column;
        width:100%;
    }
    .footer-main div {
        width: 100%;
    }

    .footer-reseaux h2 {
        text-align: center;
    }
    .footer-reseaux ul {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }
    .footer-reseaux li a {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }
    .footer-reseaux img {
      width: 30px;
      height: auto;
      margin-right: 1em;
    }

    footer .mentions {
        width: 90%;
        margin: 0 5%;
        text-align: center;
    }
    footer .mentions a {
        color: white;
        text-decoration: underline;
        font-size: 1em;
        font-weight: normal;
        padding: 0;
        min-width: fit-content;
        max-width: fit-content;
        width: fit-content;
    }
    /********* MENTIONS LEGALES *********/
    .mentions-cover {
        width: 100vw;
        height: fit-content;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .mentions-main {
        width: 80%;
        height: fit-content;
        margin-bottom: 2em;
    }
    .mentions-main h1, .mentions_warning_pseudo {
        text-align: center;
    }

    .mentions_spe, .mentions_gen {
        display: flex;
        flex-flow: row wrap;
    }
  
    .identite, .coordonnees, .credits_num, .hebergeur, .donnees_persos, .conditions_utilisation {
        display: flex;
        flex-flow: column nowrap;
        width: 100%;
    }
    .mentions-main h3 {
        margin-bottom: 0;
    }

    /********* MAIN *********/
    main {
        min-height: 100vh;
        display: flex;
    }
}