body {
    overflow-x: hidden;
}

.section_1_no_valeur {
    background-color: #031441;
    color: white;
    width: 100%;
    height: 300px;
    margin-top: 150px;
    text-align: center;
}

.section_1_no_valeur p {
    width: 60%;
    text-align: center;
    margin-left: 20%;
    margin-top: 100px;
}

.section_1_no_valeur h2 {
    position: relative;
    top: 90px;
    font-size: 40px;
}

/* this code section number 2 */
.section_2_no_valeur {
    display: flex;
}

.section_2_no_valeur_div {
    width: 50%;
    padding: 40px;
}

.section_2_no_valeur_div h2 {
    color: #D1B070;
}

.section_2_no_valeur_div p {
    color: #031441;
}

@media screen and (max-width: 768px) {
    .section_2_no_valeur {
        display: inline;

    }

    .section_2_no_valeur_div {
        width: 90%;
    }

    .section_1_no_valeur {
        height: 400px;

    }
}

/* this code for section 2 */
.section_number_1_notre_histoire {
    background-color: #031441;
    color: white;
    width: 100%;
    height: 300px;
    margin-top: 150px;
    text-align: center;
    
}
.section_number_1_notre_histoire h2{
    position: relative;
    top: 90px;
    font-size: 40px;
    
}
.section_number_2_notre_histoire{
    display: flex;
    padding: 20px;
    /* position:absolut */
    text-align: left;
    /* position: absolute;
     */
    width: 100%;
    left: 0px;
    background-color: white;
    /* background-image: url(".../img/image00001.jpeg"); */
    background-image: url("image00001.jpeg");
    background-size: cover;
    /* يخلي الصورة تغطي العنصر كامل */
    background-position: center;
    /* يوسّط الصورة */
    background-repeat: no-repeat;

    color: #031441;
    box-shadow: rgba(212, 213, 216, 0.966) 0px -20px 186px 68px inset;
    height: 750px;
}
.section_number_2_div_notre_histoire{
    padding: 40px;
    width: 50%;
}
.section_number_2_div_notre_histoire span{
    margin-left: 20%;
    color:white;
    font-size: 30px;
}
.div_2_section_2_notre_histoire{
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .section_number_2_notre_histoire {
        display: inline;

    }

    .section_number_2_div_notre_histoire {
        width: 90%;
    }

    /* .section_1_no_valeur {
        height: 400px;

    } */
}