#footer-partage {
    background: #f0eceb;
    padding: 80px 0 40px 0;
    position: relative;
    overflow: hidden;
}

#footer-partage:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #FFF;
    margin-left: -200px;
    left: 50%;
    top: -350px;
}
#footer-partage .style-h2,
#footer-partage h2 {
    /* background: url(/themes/theme_mon_site/img/jaimeAnjou.webp) no-repeat 0 0; */
    /* background: url("../../img/picto-jaimelanjou.png") no-repeat center center; */
    width: 297px;
    height: 47px;
    display: block;
    /* background-size: contain; */
    float: left;

}
/*
#footer-partage .style-h2 img ,
#footer-partage h2 img {
  width: 297px;
  height: 44px;
}*/
#footer-partage .dsc p {
    font-size: 18px;
    line-height: 22px;
    color: #1b6f5c;
    float: right;
}

#footer-partage .layout-container {
    width: 750px;
}

#reseauxSociaux {
    clear: both;
    padding: 50px 90px 0px 90px;
    position: relative;
    margin: auto;
    width: 320px;
}

#reseauxSociaux .button {
    /* position: absolute; */
    color: #49b170;
    font-size:40px;
    display: block;
}
#reseauxSociaux .button:hover {
    color: #000;
}

#reseauxSociaux .picto {
    background: url("../../img/partage/jaime.svg") no-repeat center center;
    display: block;
    width: 130px;
    height: 130px;
    margin: auto;
}


#reseauxSociaux .button:after {
    font-family: FontAwesome;
}

/* #reseauxSociaux .button.fb {
    left: 0;
    top: 100px;
} */

#reseauxSociaux .button.fb:after {
    content: '\f09a';
}

#reseauxSociaux .button.tw {
    left: 35px;
    top: 195px;
}

#reseauxSociaux .button.tw:after {
    content: '\f099';
}

/* #reseauxSociaux .button.inst {
    left: 145px;
    top: 225px;
} */

#reseauxSociaux .button.inst:after {
    content: '\f16d';
}

#reseauxSociaux .button.pin {
    left: auto;
    right: 35px;
    top: 195px;
}

#reseauxSociaux .button.pin:after {
    content: '\f231';
}

#reseauxSociaux .button.you {
    left: auto;
    top: 100px;
    right: 0;
}

#reseauxSociaux .button.you:after {
    content: '\f16a';
}

@media (max-width: 768px) {
    #footer-partage .layout-container {
        width:auto;
    }
}
@media (max-width: 479px) {
    #reseauxSociaux {
        width: 300px;
    }
    #reseauxSociaux .picto {
        width: 110px;
    }
    #footer-partage .dsc p {
        float: none;
        text-align: center;
        display: block;
        padding: 15px 0 0 0;
    }
    #footer-partage .dsc p br {
        display: none;
    }
    #footer-partage .style-h2, #footer-partage h2 {
        float: none;
        margin: 0 auto;
    }
}
