
@media (min-width: 200px) { 
    
    
    body {
        padding: 20px;
        background-color: #FFECD4;
        max-width: 100%;
        overflow-x: hidden;
        font-family: 'Jomhuria', sans-serif !important;
        font-display: swap;
        font-weight: 400;
        font-style: normal;
        color: #F7413F;
        
    }
    
    /* ----- HEADER ------ */
    
    .visually-hidden {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    #header-block {
        display: flex;

    }

    #logo   
    {
    align-self: center;
    }

    #logo img  
    {
    max-width: 50%;
    height: auto;
    }

    #second-block {
        display: flex;
        justify-content: flex-end;
    }

    #second-block img {

        max-width: 40%;
        height: fit-content;
    }

    hr {
        border: none;
        height: 3px;
        background-color: #F7413F;
        width: 90%;
        margin: 30px auto;
        border-radius: 50px;
    }

    /* ----- MAIN ------ */

    #presentation {
        margin: 70px 0 ;
    }


    #h2_2 {
        font-size: 70px !important;
        margin-bottom: 10px !important;
    }

    #text-presentation h2{
        font-size: 90px;
        font-weight: 100 !important;
        font-display: swap !important;
        margin: -20px 0;
    }


    #text-presentation p{
        font-size: 33px;
        margin: 0;
        max-width: 85%;
    }

    #image-presentation {
        display: none
    }

    /* ----- IDENTITY ------ */

    #identity-text hr {
        width: 60%;
        margin: 0 0 20px 0;
    }


    #title {
        font-size: 65px;
        margin: 0;
    }

    #description {
        font-size: 30px;
        margin: 0;
    }

    ul {
        font-size: 30px;
    }

    .second-content {
        display: flex;
        justify-content: center;
        padding: 0;
        padding: 5% 0;;
    }

    .second-content img{
        width: 100%;
        height: fit-content;
        border-radius: 10px;
    }
    

    /* ----- VIDÉO ------ */

    #vidéo-block {
        margin-top: 100px;
    }

    #vidéo-block hr{
        width: 5%;
        margin: 0 0 20px 0;
    }

    
    .vidéo-second-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 5% 0;
        min-height: 500px; /* S'assure qu'il y a assez de place */
    }

    .vidéo-title{
        font-size: 40px;
        margin: 10px;
    }
    .vidéo-description{
        font-size: 25px;
        margin: 10px;
    }

    .vidéo-second-content iframe {
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }

    /* ----- COMMUNICATION ------ */


    .communication-first-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin: 2% 5%;
        
    }

    .communication-title{
        font-size: 40px;
        margin: 10px;
    }
    .communication-description{
        font-size: 20px;
        margin: 10px;
    }


    .communication-img-video {
        width: 100%;
        border-radius: 10px;
        height: fit-content;
        margin-top: 20px;
    }


    /* ----- AFFICHE ------ */

    .affiche-first-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin: 2% 5%;
        
    }
    

    /* ----- FOOTER ------ */

   footer {
    
        text-align: center;
        padding: 1rem;
        bottom: 0;
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    
    footer img {
        width: 30%
    }
    


    
}

@media (min-width: 768px) { 
    
    
    body {
        margin: 50px;
        
    }
    
    /* ----- HEADER ------ */
    

    #logo img  
    {
    max-width: 40%;
    }

    #second-block img {

        max-width: 35%;
    }

    /* ----- MAIN ------ */

    #presentation {
        display: flex;
        margin: 130px 0 ;
    }

    #text-presentation {
        flex: 1.5;
    }

    #h2_2 {
        font-size: 120px !important;
    }


    #text-presentation h2{
        font-size: 165px;
    }

    #image-presentation {
        display: flex;
        justify-content: flex-end;
        flex: 1;
        align-items: center;
    }
    
    #image-presentation img {
        max-width: 80%;
        height: fit-content;
    }

    /* ----- IDENTITY ------ */

    #identity-text hr {
        width: 17%;
    }


    .first-content {
        display: flex;
        flex-direction: row;
    }
    
    .second-content {
        width: 100%;
        padding: 0 5%;
    }

    .second-content img{
        padding: 5% 10%;
    }
    

    /* ----- VIDÉO ------ */


    .vidéo-first-content {
        display: flex;
        flex-direction: row;
    }
    
    .vidéo-second-content {
        padding: 5% 5% 0 5%;
    }

    .vidéo-second-content iframe {
        height: 350px;
    }

     /* ----- COMMUNICATION ------ */


     #communication {
        padding: 10px;
        display: flex;
        flex-direction: row;

    }

    .communication-second-content:nth-child(2) {
        margin-top: 50px;
    }

    /* ----- AFFICHE ------ */

    .affiche-first-content {
        margin: 2% 20%;
        
    }

    /* ----- FOOTER ------ */

    footer {
        margin-top: 80px;
    }
    
    footer img {
        width: 10%
    }
    

    
}

@media (min-width: 2000px) { 

    #text-presentation h2 {
        font-size: 300px;

    }

    #text-presentation p {
        font-size: 50px;
        
    }
    
    #title {
        font-size: 120px;
    }

    #description {
        font-size: 50px;
    }

    ul {
        font-size: 50px;
    }
    
    .vidéo-title {
        font-size: 60px;

    }

    .vidéo-description {
        font-size: 35px;
    }

    .vidéo-second-content iframe {
        height: 600px;
    }


    
}