/* Responsive */

.xs-full {
    max-width: 100%;
}
div.imageCentree img.xs-full {
    max-width: calc(100% - 2px);
}

div.paragraphes_columns {
    margin-bottom: 12px;
}
div.paragraphes_columns:last-child {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    #content-left {
        width: 70%;
    }
    .column-articles .article .logo img {
        max-width: calc(100% - 20px);
    }
    #column-2 {
        width: calc(50% - 7.5px);
        border-left: none;
        padding-left: 15px;
    }
    #column-1 {
        width: calc(50% - 7.5px);
    }
    .page-article {
        width: 70%;
    }
    #content-right {
        margin: 0;
        width: calc(30% - 70px);
        margin-left: 20px;
    }
    #social3w_formConnexion.headerNoFixed, #social3w_formInscription.headerNoFixed {
        top: 100px;
    }
}

@media (max-width: 767px) {
    #page {
        padding: 5px;
    }
    #page.pageModuleRelatedSearchesP2 {
        padding: 5px !important;
    }
    #content-left {
        width: 100%;
    }
    #content-right {
        width: calc(100% - 50px);
    }
    .page-article {
        width: 100%;
    }
    h1.titleIndex {
        padding: 10px 10px 4px;
    }
    .facetsSearchWebSiteContent, .facetsSearchProduct {
        width: 100%;
    }
    .productsList {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    #barreSocial3wActions {
        display: none;
    }
    #barreSocial3wCommunities {
        display: none;
    }
}
@media (max-width: 480px) {
    #logoSiteHome {
        height: 50px !important;
        margin-top: 20px;
    }
    .productsList .product {
        width: calc(50% - 8px);
    }
    #modifierAvatarTxt {
        display: none !important;
    }
    #actionBarrePContenu {
        width: 350px !important;
    }
    #actionBarrePContenu .ranks {
        margin-left: 0 !important;
    }
    .barreSocial3w a.actionBarreP {
        padding: 0 20px !important;
    }
    .barreSocial3w a.actionBarreP .pseudo {
        display: none !important;
    }
}