.socials_public_container{ 
    z-index: 21;
    display: inline-block;
    padding-bottom: var(--default-margin);
    position: fixed;
    padding-left: var(--default-margin);
    bottom: 0px;
    cursor: pointer;
}
.socials_public_container img{
    width: 52px;
    height: auto; 
    display: block;
    filter: drop-shadow(3px 3px 2px var(--shadow-color));
}
.socials_public_hide{
    display: none;
}
.socials_public_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--overlay-color);
    opacity: 0.5;
    z-index: 20;
}
[class*="socials_public_icon_"] {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 50px;
}
.socials_public_icon_social1 {
    background-image: url(../../public/socials/icones/social1_icon.svg);
        bottom: -8px;
    left: 94px;
}
.socials_public_icon_social2 {
    background-image: url(../../public/socials/icones/social2_icon.svg);
    bottom: 29px;
    left: 83px;

}
.socials_public_icon_social3 {
    background-image: url(../../public/socials/icones/social3_icon.svg);
    left: 62px;
    bottom: 59px;
}
.socials_public_icon_social4 {
    background-image: url(../../public/socials/icones/social4_icon.svg);
    bottom: 79px;
    left: 33px;

}
.socials_public_icon_social5 {
    background-image: url(../../public/socials/icones/social5_icon.svg);
    left: 0px;
    bottom: 85px;
}
@media screen and (max-width: 1080px) {
.socials_public_container {
    width: 7vw;
}
	.socials_public_container img{
		width: 15vw;
        height: auto;
	}
    [class*="socials_public_icon_"] {
        width: 15vw;
        height: 15vw;
        background-size: 15vw;
    }
.socials_public_collapse img {
    width: 7vw !important;
}
    .socials_public_icon_social1 {
        bottom: -2.4vw;
        left: 27.8vw;
    }
    .socials_public_icon_social2 {
        bottom: 8.8vw;
        left: 24.5vw;

    }
    .socials_public_icon_social3 {
        left: 18.2vw;
        bottom: 17.7vw;
    }
    .socials_public_icon_social4 {
        bottom: 23.9vw;
        left: 9.3vw;
    
    }
    .socials_public_icon_social5 {
        left: 0vw;
        bottom: 25.6vw;
    }
}
