body {
    background-color: #5661AD;
}

.cadre-offre {
    display: flex;
    justify-content: space-around;
    padding: 100px 100px;
}

.logo-friendly1 {
    margin-top: 20px;
    width: 15%;
}

.offre {
    width: 13%;
}

.main-solicitez {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.partie-solicitez {
    width: 50%;
    align-items: center;
    /* align-content: center; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: top;
}

.mockup-annonceurs {
    width: 70%;
    margin-top: 50px;
}

.mockup-annonceurs2 {
    width: 30%;
    margin-top: 50px;
}

.centrer-text {
    display: flex;
    justify-content: center;
}

.text-solicitez {
    color: white;
    text-align: center;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.img-bouche-oreille {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
    /* padding: 0 50%; */
}

.bouche-oreille {
    width: 70%;
}

.disnone {
    display: none;
}


@media only screen and (max-width: 736px) {

.disblock {
    display: none;
}

.disnone {
    display: block;
}

.cadre-offre {
    padding: 5%;
    /* flex-direction: column; */
}

.offre {
    width: 30%;
}

.logo-friendly1 {
    width: 30%;
}

.text-solicitez {
    font-size: 4vw;
    margin-top: 50px;
}

.mockup-annonceurs{
    width: 100%;
}

.mockup-annonceurs2{
    width: 60%;
}

.main-solicitez {
    padding: 0 5%;
    flex-direction: column;
    align-items: center;
}

.bouche-oreille {
    width: 90%;
}

}