body{
    margin: 0;
}
.div-1{
    background-image: url(images/bg.fw.png);
    height: 160px;
    width: 100%;
    text-align: center;
    position: relative;
}
/* .div-2{
    background-color: #F4F4F4;
    height: 200px;
} */
.div-3{
    margin-top: 300px;
    height: 800px;
    background-color: #0A71C5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.div-3 .div-img{
    width: 891px;
    position: absolute;
    z-index: 999999;
    margin-top: -270px;
}
.div-3 .div-img{
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
}
.div-3 h1{
    font-family: 'Futura LT';
    font-weight: bolder;
    font-size: 35px;
    color: #ffffff;
    margin-top: -30px;
    margin-bottom: 50px;
}
.ligne{
    height: 1.5px;
    background-color: #ccc;
    border-radius: 50%;
    width: 200px;
    background: linear-gradient(to right,#ffffff, #0476B2,#ffffff);
    /* position: absolute; 
    top: 25px; */
    /* left: 565px; */
    margin-left: auto;
    margin-right: auto;
    /* margin-top: -10px;
    margin-bottom: -10px; */
}


@media screen and (max-width: 992px)
{
    .div-3 span{
        left: 10px;
    }
    .div-3 h1{
        font-family: 'Futura LT';
        font-weight: bolder;
        font-size: 35px;
        color: #ffffff;
        margin-top: -30px;
        margin-bottom: 50px;
    }
    .div-3{
        background-color: #0A71C5;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 1200px;
    }
    /* .ligne{
        height: 1.5px;
        background-color: #ccc;
        border-radius: 50%;
        width: 200px;
        background: linear-gradient(to right,#ffffff, #0476B2,#ffffff);
        position: absolute; 
        top: 25px;
        left: 395px;
    } */
    .div-1 h4{
        margin-top: -5px !important;
    }
}