      /* Positonnement de la page */
        html, body {
            font-family: Georgia, 'Times New Roman', Times, serif ;
        
                margin: 0;
                padding: 0;
                width: 100%;
                height: 100%;
        
        }
  @media only screen and (max-width: 1022px){
                body{
                    background-color: black;
                 }
                 .MenuPres{ width: 100%; height:80%;}
        
                 .navbar ul {font-size:21px;}
                 .content{font-size: 1em;width: 90%; }
                 .content2{font-size: 1em;width: 90%;}
                 .content3{font-size: 1em;margin-bottom:20%;}
                 .navbar2 a{font-size: 15px;}
                }
                @media only screen and (min-width: 1023px){
                    body{
                        background-color: black;
                     }
                     .MenuPres{ width: 100%; height:100%;}
            
                     .navbar ul {font-size:2em;}
                     .content{font-size: 2em;width: 90%; }
                     .content2{font-size: 2em;width: 100%;}
                     .content3{font-size: 2em;width: 100%; margin-bottom:5%;}
                     .navbar2 a{font-size: 20px;}
                    }
            

                 
  

    
    .All {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width:100%;
        height: 100%;
        align-items: center;
        }
        
        .MenuPres { 
            
            grid-area: 1 / 1 / 2 / 3;
             display: grid;
             
             background-size: cover; 
            
             justify-content: center;
            align-items: center;
            text-align: center;
        
            
            }
    
        .BLOC1 { grid-area: 2 / 1 / 3 / 3;display: grid;padding-top: 0%;}
            .BlocD { grid-area: 2 / 2 / 3 / 3; display: grid; background-size: cover;}
            .BlocG { grid-area: 2 / 1 / 3 / 2; display: grid;background-size: cover;}
    
        .BLOC2 { grid-area: 3 / 1 / 4 / 3; display: grid;background-size: cover;}
        .BLOC3 { grid-area: 4 / 1 / 5 / 3;display: grid; }
        
    /* Navbar */
    .navbar{
       
        position: absolute; /* Colle la navbar en haut */
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1rem 0;
        text-align: center;
        z-index: 1000; /* Assure que la navbar est au-dessus des autres éléments */
            justify-content: flex-start;
            background-color:black;
            justify-content: center;

    }
    .navbar2 {
        display: block;
         bottom: 0; width: 100%;
       padding: 1rem 0;
       text-align: center;
       z-index: 1000; /* Assure que la navbar est au-dessus des autres éléments */
           justify-content: center;
           background-color:black;
           justify-content: center;
        
    }
    
    
    .navbar ul {
        display: inline;
        list-style-type: none;
        justify-content: center;
        text-align: center;
        background-color:black;
        padding-left: 0%;
        padding-top: 0%;
    }
    
    .navbar ul li {
        float: left;
        background-color:black;
        text-align: center;
        justify-content: center;

    }
    
    .navbar ul li a {
        background-color:black;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
        color: white;
        display:flex;
    }
    
    .navbar ul li a:hover {
        font-weight: bold;
        text-decoration:none;
    }


    
   .navbar2 ul {
        display: inline;
        list-style-type: none;
        justify-content: center;
        text-align: center;
        background-color:black;
        padding-left: 0%;
        padding-top: 0%;
    }
    
    .navbar2 ul li {
        float: left;
        background-color:black;
        text-align: center;
        justify-content: center;

    }
    
    .navbar2 ul li a {
        background-color:black;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
        color: white;
        display:flex;
    }
    
    .navbar2 ul li a:hover {
        font-weight: bold;
        text-decoration:none;
    }
      
     
      
     
      
    .content {
        margin-top: 0px; padding: 20px;
        text-decoration: none;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.7);
        position: relative ;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;     
        color:whitesmoke;
        z-index: 1;
        }
    
        .content2{
        margin-top:20%;
        margin-bottom:20%;
        text-decoration: none;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.7);
        position: relative ;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;     
        color:whitesmoke;
        z-index: 1;
    
    }
    
    .content3{
        text-decoration: none;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.7);
        position: relative ;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;     
        color:whitesmoke;
        z-index: 1;  
        margin-top:20%;
        
        width:80%;
    }
    .btn2 {
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        border-radius: 60px;
       
    }
    
    .btn2:hover {
           background-color: rgba(150, 150, 150, 0.6);
        border-radius: 60px;
    }
    