
body {
    color: #006cad;
}

.video_background {
    margin-top: 71px;
}


.main {
    margin-bottom: 100px;
}

.video_background video {
    width: 100vw;
    /* height: 90vh; */
}


@media only screen and (max-width: 1200px){

    .block_1 {
        /* text-align: justify; */
        padding: 20px !important;
        flex-wrap: wrap !important;
    }

    .image_presentation {
        width: 80vw !important;
        height: auto !important;
    }

    .image_presentation img {
        width: 100% !important;
        object-fit: fill !important;
    }
}

@media only screen and (max-width: 900px){

    .image_block_2 {
        width: 40vw;
        height: 55vh;
        /* object-fit: contain; */
    }

    .contenu_block_2 {
        display: flex;
        flex-direction: row;
        column-gap: 25px;
        margin-top: 30px;
    }
}


@media only screen and (max-width: 768px){

    /* .block_2 {
        flex-wrap: wrap !important;
    } */

    .image_block_2 {
        align-self: center !important;
        margin-top: 0 !important;
        display: flex;
        /* flex-wrap: wrap !important; */
        width: 62vw !important;
        height: 60vh !important;
        /* object-fit: contain; */
    }

    .contenu_block_2 {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media only screen and (max-width: 700px){

    .image_presentation {
        width: 100vw !important;
        height: auto !important;
    }

    .image_presentation img {
        width: 100% !important;
        height: auto !important;
        object-fit: fill !important;
    }
}



@media only screen and (max-width: 500px){

    body {
        font-size:medium !important;
    }

    h1 {
        font-size: x-large !important;
    }

    h2 {
        font-size: large !important;
    }

    p {
        font-size: small !important;
    }
    
    .block_1, .block_2 {
        padding: 0 15px !important;
    }
    
    .block_1{
        padding-top: 10px !important;
    }


    .image_block_2 {
        margin-top: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 400px){

    .marquee_block {
        font-size: small !important;
    }
}


.block_1 {
    position: relative;
    padding: 40px 10px 20px 30px;
    column-gap: 10px;
    display: flex;
    flex-direction: row;
    justify-items: center !important;
    justify-content: space-around;
}


.block_2 {
    /* min-height: 110px; */
    padding: 0 20px !important;
}

h1, h2, h3 {
    color: #d6a840;
}


.text_block_2 {
    font-weight: 500;
    
}

.contenu_block_2 {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    margin-top: 30px;
}


.sous_block_2 {
    position: inherit !important;
    padding: 0 20px !important;
    align-content: center;
}


.marquee_block {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}


.marquee_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    animation: scroll 10s linear infinite;
    animation-play-state: running; 
}

.marquee_content:hover {
    animation-play-state: paused;

}


.marquee_text {
    height: 50px;
    line-height: 50px;
}

@keyframes scroll {
    0% { top: 0; }
    100% { top: -300px; }
}

/* .image_presentation {

} */

.image_presentation img {
    width: 50vw;
    height: 90vh;
    object-fit: contain;
}

.image_block_2 {
    margin-top: 100px;
    width: 48vw;
    height: 70vh;
    object-fit: contain;
}


.text_presentation {
    /* text-align: justify; */
    font-weight: 500;
    align-items: center;
    align-content: center;
}



/* .image_presentation {
    width: 300vw;
    height: 100vh;
    margin: 0 auto !important;

} */



/* .two_columns {
    text-align: justify;
    column-count: 2;
    column-gap: 50px;
    word-wrap: break-word;
} */
