.herd{
    display: inline-block;
box-shadow: 0px 0px 40px blue;
}
.text_menu{
    display: inline-block;
}
.logo{
    display: inline-block;
    width: 12%;
}
.text_item{
    display: inline-block;
}
.lien{
    display: inline-block;
    font-size: 40px;
    box-shadow: 0px 0px 20px blue;
    color: rgb(22, 41, 206);
    margin-left: 10px;
    padding-left: 30px;
}
.MIS{
    float: right;
    width: 17%;
    margin-top: -100px;
}
.sib{
    display: inline-block;
    box-shadow: 0px 0px 50px blue;
    width: 25%;
    margin: 2%;

}
.image{
    display: inline-block;
    width: 52%;
    margin: 5px;
   margin-left: 60px;
   border-radius: 60px;
}
.ad{
    width: 50%;
    margin-left: 32px;
    color: blue;
}
.TITRE{
    font-size: 40px;
    color: blue;
    text-align: center;
    text-shadow: 0px 0px 10px blue;
}
.ndan{
   margin: 5%;
   box-shadow: 0px 0px 50px rgb(24, 24, 170);
   background-color: blue;
}
.dangalma{
 width: 100%;
}
.productteure{
    font-size: 50px;
    color: white;
    text-align: center;
    margin: 3%;
    text-shadow: 0px 0px 10px rgb(236, 236, 245);
}
.affaire{
    width: 100%;
    box-shadow: 0px 0px 50px rgb(24, 24, 170);
    border-radius: 60px;
}
.les_affaires{
    width: 90%;
    text-shadow: 0px 0px 10px blue;
    color: blue;
    font-size: 40px;
    margin: 3%;
}
.pier{
    display: inline-block;
    box-shadow: 0px 0px 50px rgb(24, 24, 170);
}
.passe{
    display: inline-block;
    background-color: black;
}
.image_depasse{
    display: inline-block;
    width: 12%;
}
.clon{
    display: inline-block;
}
.likk{
    display: inline-block;
    font-size: 25px;
    margin: 3%;
    color: white;
    text-decoration: none;
}
.cont{
    font-size: 40px;
    color: rgb(230, 230, 238);
    text-align: center;
}
.qui_je_suis{
    color: rgb(224, 224, 233);
    float: right;
    margin-top: 2px;
}
.image_de{
    width: 12%;
    float: right;
    margin-top: -100px;
    border-radius: 80px;
}
.affaire:hover{
    background-color: blue;
}
.les_affaires:hover{
    color: white;
}
.pour{
    border: 4px solid blue;
    opacity: 0.8;
}
.quand{
    width: 50%;
    margin-left: 40%;
    color: blue;
    font-size: 15px;
}
.mes{
    text-align:center ;
    color: blue;
    font-size: 50px;
    background-color: rgb(245, 237, 242);
}
.moi{
    width: 45%;
    border-radius: 35px;
    display: inline-block;
}
.tel{
    color: white;
}
.ADDD{
    display: inline-block;
    width: 50%;
    border-radius: 35px;
}
.objet{
    display: inline-block;
    background-color: blue;
    border-radius: 20px;
    margin-top: 12px;
}
.objectif{
    display: inline-block;
    color: rgb(229, 229, 233);
    font-size: 50px;
}
@media screen and (max-width:600px) {
    .sib{
        width: 100%;
    }
    .productteure{
        width: 80%;
    }
    .ndan{
        width: 100%;
    }
    .logo{
        width: 30%;
    }
    .MIS{
        width: 20%;
    }
}