body{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    margin-top: -21px;
    }

#container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; /* Optional padding */
    }

    header {
        background-image: url(http://nrsoccer5.mvt.li/wp-content/uploads/2024/04/geo-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .flex-header {
        display: flex;
    }
    
    .header-logo {
        padding-top: 40px;
        width: 20%;
    }
    
    .header-list {
        width: 80%;
    }
    
    .header-nav {
        vertical-align: middle;
    }
    
    ul.ul-header {
        list-style-type: none;
        text-transform: uppercase;
        font-size: 0.94444444444444rem;
        display: flex;
        flex-wrap: wrap;
        margin-top: 80px;
      }
    
      li.li-header {
        margin-right: 22px;
        margin-bottom: 20px;
        
      }
    
      .menu-link-1 {
        color: rgba(242, 245, 247, 0.76);
        text-decoration:none;
        padding: 0 1em;
        transition: 0.5s;
      }
    
      a.menu-link-1:hover {
        color: white;
        transition: 0.5s;
      }
    
    
    
    .header-gauche {
        max-width: calc(50% - 10px);
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .header-burger {
        text-align: right;
        display: none;
    }

.flex-form {
    display: flex;
    flex-wrap: wrap;
}

.groupe-gauche {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.groupe-droite {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.p-blanc {
    color: white;    
}

h1 em {
    font-size: 4.3333333333333rem;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
}

h2 {
    position: relative;    
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    }

h2:before {
    content: url("http://nrsoccer5.mvt.li/wp-content/uploads/2024/04/before-h2.png");
    position: relative;
    top: 1px; /* Aligner l'image sur le haut de l'élément h2 */
    left: 0; /* Aligner l'image sur la gauche de l'élément h2 */
    line-height: inherit; /* Utiliser la même hauteur de ligne que l'élément h2 */
    padding-right: 5px;
    height: 100%;
    }

.h2-blanc {
    color: white;
}

.h4-blanc {
    font-size: 1.1111111111111rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}
     
h5 em {
    color: white;
    font-weight: 900;
    font-size: 2.2222222222222rem;;
}

.NR {
    color: #E6223F;
}

#container.formulaire {
    margin-top: 60px;
    margin-bottom: 60px;
}

label {
    display: block;
    margin-bottom: 5px;
    }
      
input[type="text"],
input[type="email"],
input[type="tel"] {
    width: calc(100% - 10px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline-color: #E6223F;
}


input[name="objet"],
textarea {
    width: calc(100% - 10px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline-color: #E6223F;
    margin-bottom: 20px;
    }
      
textarea {
    height: 150px;
    }

input[type="checkbox"] {
    margin-right: 10px;
    margin-top: -4px;
    }

.j-accepte {
    display: flex;
    margin-bottom: 20px;
}
      
button {
    padding: 20px 25px;
    background-color: #E6223F;
    color: #fff;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-size: 0.88888888888889rem;
    font-weight: 700;
    text-transform: uppercase;
    }
      
button:hover {
    background-color: #F5324F;
    }
      

.applis {
    background-image: url(http://nrsoccer5.mvt.li/wp-content/uploads/2024/04/geo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.applis-flex {
    display: flex;
    flex-wrap: wrap;
}

.applis-gauche {
    width: 50%;
}

.applis-droite {
    width: 25%;
    text-align: right;
    margin-right: 0;
}

.location {
    background-color: #1A1A1A;
    padding-top: 80px;
    padding-bottom: 80px;

}

.location-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.location-gauche {
    max-width: calc(33% - 10px);
    margin-right: 10px;
}

.location-droite {
    width: 67%;
    text-align: right;
}

.communaute {
    background-image: url(http://nrsoccer5.mvt.li/wp-content/uploads/2024/04/geo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.div-footer {
    background-color: #1A1A1A;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
}

.footer-logo {
    width: calc(33% - 10px);
    
}


.footer-list {
    vertical-align: middle;
}

section.section-list {
    width: 67%;

}

ul.ul-footer {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 1.1111111111111rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  li.li-footer {
    margin-right: 80px;
    margin-bottom: 20px;
    
  }

  .menu-link {
    color: white;
    text-decoration:none;
    
  }

.mentions {
    background-color: #E6223F;
    margin: 0;
    padding: 10px;
}

#p-mentions {
    margin: 0;
}


/* Styles existants */
/* Ajoutez vos styles existants ici sans modification */

/* Responsive Styles */
@media screen and (max-width: 1260px) {
    .header-list {
        display: none; /* Masquer le menu par défaut */
        width: 100%; /* Prendre toute la largeur */
        flex-direction: column; /* Aligner les éléments verticalement */
        position: absolute; /* Positionner au-dessus du contenu */
        background-color: #000; /* Fond du menu */
        top: 100px; /* Décaler le menu sous le logo */
        left: 0; /* Aligner à gauche */
        z-index: 1000; /* S'assurer que le menu soit au-dessus des autres contenus */
    }

    .menu-btn {
        display: none; /* Masquer la case à cocher visuellement */
    }

    .menu-btn:checked ~ .header-list {
        display: flex; /* Afficher le menu quand le bouton est coché */
    }

    .menu-btn:checked + .menu-icon + .header-list {
        display: block; /* Afficher le menu lorsque la case à cocher est cochée */
    }

    ul.ul-header {
        flex-direction: column; /* Aligner les éléments verticalement */
        margin-top: 0; /* Supprimer la marge du haut ajoutée précédemment */
    }

    li.li-header {
        margin-right: 0; /* Supprimer la marge droite */
        text-align: center; /* Centrer les liens */
        width: 100%; /* Les liens prennent toute la largeur */
        margin-top: 30px;
    }

    .header-burger {
        display: block; /* Afficher le bouton hamburger */
        position: absolute; /* Position absolue pour le placer correctement */
        top: 60px; /* Position verticale */
        right: 20px; /* Position horizontale */
        z-index: 1001; /* Au-dessus du menu */
    }

    .menu-btn {
        opacity: 0;
        position: absolute;
    }

    .menu-icon {
        cursor: pointer; /* Style du curseur pour indiquer la cliquabilité */
        padding: 10px;
    }

    .navicon {
        background-color: #fff; /* Couleur des barres du hamburger */
        display: block;
        height: 2px;
        width: 18px;
        position: relative;
        transition: background 0.2s ease-out;
    }

    .navicon:before, .navicon:after {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        transition: all 0.2s ease-out;
    }

    .navicon:before {
        top: -6px;
    }

    .navicon:after {
        top: 6px;
    }

    .menu-btn:checked + .menu-icon .navicon {
        background: transparent;
    }

    .menu-btn:checked + .menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    .menu-btn:checked + .menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    .menu-btn:checked + .menu-icon .navicon:before, .menu-btn:checked + .menu-icon .navicon:after {
        top: 0;
    }
}





@media screen and (max-width: 1110px) {

    .applis-gauche {
        width: 33%;
        text-align: center;
    }
    .applis-droite {
        width: 33%;
        float: right;
    }
}

@media screen and (max-width: 1090px) {
   
    .footer-logo {
        width: 25%;
    }

    section.section-list {
        width: 75%;
    }

    li.li-footer {
        margin-right: 40px;
      }

}

@media screen and (max-width: 865px) {

    .applis-gauche {
        width: 100%;
        text-align: center;
    }
    .applis-droite {
        width: 100%;
        text-align: center;
    }

    .location-droite {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .header-gauche {
        max-width: 100%;
    }

    .groupe-gauche {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .groupe-droite {
        width: 100%;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
    }

    section.section-list {
        width: 100%;
        
    }

    ul.ul-footer {
        flex-direction: column;
        text-align: center;
    }

    li.li-footer {
        margin-right: 0px;
        
      }
}

