@charset "UTF-8";
.icon_social {
    width: 55px;
}

.separateur {
    background-color: rgb(247, 166, 74);
    height: 2px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: -50px;
    margin-top: -40px;
}

.diminuer_margin_top {
    margin-top: -60px;
}

.augmenter_margin_top {
    margin-top: 20px;
}

.aligner-gauche {
    text-align: left;
    margin-top: 30px;
}

.img_realisation {
    width: 48%;
    margin-bottom: 3px;
}

@media (max-width: 900px) {
    .img_realisation {
        width: 90%;
        margin-bottom: 3px;
    }
}