.banner-ambassade{
        background-image: url('../assets/27.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100vw;
        height: 250px;
        margin: 0 -120px;
        padding: 0;

}

/* section des ambassadeurs */
.presentation-absd{
   margin-top: 100px;
   display: flex;
   flex: 1;
   margin-left: -80px;
}

.absd{
        margin-left: 50px;
        align-items: center;
        background-color: rgb(226, 226, 226);
        width:360px ;
        border-radius: 10px;
        transition: transform .2s;
}

.absd:hover {
        -webkit-transform : scale(1.1);
        transform : scale(1.1);
        box-shadow: 2px 1px 5px 1px #000000;
        position: relative;
    }
.absd img{
        margin: 5px;
        width: 350px;
        height: 250px;
        border-radius: 10px;
}

.name-absd1{
        margin: 5px;
        margin-top: 20px;
        color: #E92124;
        font-weight: 700;
}

.desc-absd1{
   margin: 5px;
   font-weight: 600;
   color: #000000;
}

@media (max-device-width: 480px){
    .banner-ambassade{
        background-image: url('../assets/27.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 67.8vh;
        height: 250px;
        margin: 0 -204px;
        padding: 0;

}
}
