.sidebar{
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.div_gauche{
    padding: 0;
    margin: 0;
    height: 150vh;
    display:inline-block;
    width: 100%;
    background: linear-gradient(to bottom right,#FE0E06,#FA6A59,#FE0E06);
}
.div_nom_l{
    width: 100%;
    text-align: center;
    margin-top: 3vw;
}
.Nom_1 {
    text-shadow: 1px 1px #f7e1b5;
    color: black;
    font-size: 1.8vw;
    font-weight: normal;
}
.div_contact_1{
    padding-top: 2vw;
    width: 100%;
    text-align: center;
}
.contact_1{
    padding-top: 2vw;
    font-size: 1.2vw;
    font-weight: normal;
    color: black;
}
.div_image_l{
    display: inline-block;
    align-items: center;
    margin: 2%;
    margin-bottom: 20%;
    width: 80%;
    height: 80%;
    min-height: 10vw;
    background-image: url("../fichiers/images/divgauche.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10%;
    margin-top: 32%;
}

