.w-100{
    width: 100% !important;
}
.position-relative{
    position: relative !important;
}
.position-absolute{
    position: absolute!important;
}
.t-0{
    top: 0px!important;
}
.l-0{
    left: 0px;
}
.r-0{
    right: 0px;
}
.show-pass {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 15px;
    cursor: pointer;
    color: #aaa;
}
.mt-0{
    margin-top: 0px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
.header_menu .navbar.navbar-default {
    height: 80px !important;
}

.nav.navbar-nav>li>a {
    letter-spacing: 0px!important;
    text-transform: none!important;
    padding: 0px 10px 0px 10px;
}

.nav.navbar-nav li {
    margin: 10px 0px!important;
    /* margin: 0px!important; */
}

.logo,
.header_menu {
    padding: 0px 0px !important;
}

.logo img {
    width: 160px;
    height: 120px;
    object-fit: contain;
    margin-top: -20px;
    margin-bottom: -20px;
}

.top_trending .item-large,
.top_trending .item-medium,
.top_trending .item-medium-image,
.latest_posts .item-large,
.categories .item-large {
    height: 400px;
}

.top_trending .item-medium-image img,
.most-viewed .item-medium-image img {
    object-fit: cover;
    height: 400px;
}

.breaking-news {
    margin-top: 0px!important;
}

li.breadcrumb-item.active {
    text-transform: capitalize;
}

.div-long-search {
    position: absolute;
    left: 0px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    z-index: 99999;
}
.nav.navbar-nav>li.active>a {
    color: #f75656;
    background: none;
    text-decoration: none;
    /* border-top: solid 2px;
    border-bottom: solid 2px; */
    line-height: 31.5px;
    margin-top: 20px;
}
.long-mobile{
    display: none;
}
@media only screen and (max-width: 992px) {
    .logo img {
        margin-left: calc(50% - 80px);
    }
    .logo-pull-left-right{
        width: 100%;
    }
    .div-long-search {
        display: none !important;
    }
    .slide-overlay:after {
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 0%);
    }
    .long-mobile{
        display: block;
    }
    header .col-xs-6 {
        width: 50% !important;
    }
}

.icon-menu-e-sondage {
    display: none !important;
}

#responsive-menu .menu-e-sondage {
    display: none !important;
}

#home-nav .header-menu-e-sondage {
    display: none !important;
}

#responsive-menu .header-bar-e-sondage {
    display: inline !important;
    border: solid 0.5px;
    border-left: none;
    border-color: #f36b2b;
    height: 23px;
    background-color: #f36b2b;
    margin-top: 30px !important;
}

.div-long-search .dropdown {
    position: relative;
    display: inline-block;
    width: 150px;
    text-align: center;
    order: 1;
    margin: 0px 20px;
}

.div-long-search .dropdown span {
    width: 100%;
    display: flex;
    background-color: #f36b2b;
    color: #fff;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
}

.div-long-search .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 150px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border-radius: 50px;
}

.div-long-search .dropdown-content p {
    margin: 10px 0px;
}

.div-long-search .dropdown:hover .dropdown-content {
    display: block;
}

.div-long-search .div-search {
    height: 40px;
    position: relative;
    width: 150px;
}

.div-long-search .div-search input {
    text-align: right;
}

.div-long-search .div-search button {
    height: 30px;
    position: absolute;
    top: 5px;
    width: 40px;
    border-right: solid 1px #f36b2b;
    padding: 5px;
}

.div-long-search .div-search {
    height: 40px;
    position: relative;
    border-radius: 50px;
    border: solid 1px #f36b2b;
    overflow: hidden;
}

.navigation-content {
    /* padding-right: 100px; */
}

.dropdown-categorie {
    position: absolute;
    right: 0px;
    width: 100px;
}

.menu-categorie {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    height: 80px;
}

.menu-content-categorie {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 111;
    right: 0px;
    top: 80px;
}

.dropdown-categorie:hover .menu-content-categorie {
    display: block;
}

.title-e-spndage {
    background-repeat: no-repeat;
    height: 92px;
    background-position-y: -5px;
    background-size: 250px 100px;
    width: 250px;
    padding-top: 40px;
    text-align: center;
    padding-right: 45px;
    float: right;
}

.title-e-spndage :after {
    position: absolute;
    content: '';
    height: 1px;
    width: 75%;
    background: #cacaca;
    bottom: 0px;
    left: 0px;
    top: 55px;
}

.title-e-spndage h2 {
    color: #fff;
}

.section-title-e-spndage {
    height: 100px;
    position: relative;
}

.breaking-news h3 {
    right: 0px;
}

.gallery-text h3,
h3.item-medium-font,
.item-medium-content h3,
.home_banner_text h2 {
    text-align: center !important;
}

.home_banner_text {
    display: block;
}

.item-medium {
    min-height: 400px;
}

.top_trending .item-large,
.top_trending .item-medium,
.top_trending .item-medium-image,
.latest_posts .item-large,
.categories .item-large,
.item-small-image,
.item-medium-image,
.list-image,
.list-item-1,
.item-medium {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

._pointer {
    cursor: pointer;
}

#home_banner {
    width: 100%!important;
    height: 500px;
    float: right;
}

#home_banner .half-slide {
    top: 0px;
    left: 0px;
    height: 500px;
    width: calc( 60% - 10px);
}

#home_banner .quarter-slide {
    top: 0px;
    left: calc( 60% + 10px);
    height: 240px;
    width: calc( 40% - 10px);
}

#home_banner .quarter-slide-down {
    top: calc( 50% + 10px);
}

#home_banner .home_banner_text {
    zoom: 80%;
}

#home-nav {
    width: 200px;
    float: left;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

#home-nav ul li {
    margin-bottom: 0px;
}

#home-nav .icon-menu-e-sondage {
    display: block !important;
    margin-left: 0px;
    width: 30px;
}

#home-nav .icon-menu-e-sondage:hover {
    text-decoration: unset;
}
#navbar.navbar-nav-wrapper{
    /* width: 590px; */
}
/* li.header-bar-e-sondage:last-child{
    display: none;
} */
.navbar-nav.navbar-nav-typed {
    width: 100%;
}
@media (max-width:1200px) {
    #navbar.navbar-nav-wrapper{
        width: 360px;
    }

    #navbar.navbar-nav-wrapper{
        width: 360px;
    }
}
@media only screen and (max-width: 994px) {
    #navbar.navbar-nav-wrapper{
        width: unset;
    }
    #home-nav,.navbar-nav.navbar-nav-typed {
        display: none;
    }
    #home_banner {
        width: 100% !important;
    }
    .navigation-content {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .dropdown-categorie {
        width: 0px;
        visibility: hidden;
    }
}

@media only screen and (max-width: 480px) {
    #home_banner .half-slide {
        width: 100% !important;
    }
    #home_banner .half-slide {
        left: 0px !important;
    }
    .item-small-image img,
    .item-medium-image img,
    .list-image img,
    .list-item-1 img {
        height: 300px;
    }
    .title-e-spndage :after {
        display: none;
    }
    #home_banner .half-slide,#home_banner{
        height: 300px;
    }
    .top_trending .item-large, .top_trending .item-medium, .top_trending .item-medium-image, .latest_posts .item-large, .categories .item-large {
        height: 200px;
    }
    .item-medium {
        min-height: 200px;
    }
    .col-xs-6.slide-href,.fashion .col-xs-6{
        width: 100% !important;
    }
    .top_trending .item-medium-image img, .most-viewed .item-medium-image img {
        height: 200px;
    }
    .fashion .item-medium-image img {
        height: 300px;
    }
    .image-sondage img {
        height: 200px !important;
    }
}

#home-nav>.nav>li>a {
    padding: 5px 5px;
    font-size: 12px;
    display: flex;
    justify-content: end;
    align-items: center;
}

#navbar.navbar-nav-wrapper {
    height: 80px;
}

.item-small-categories {
    height: 125px;
}

.item-small-categories .item-small-image img {
    height: 120px;
}

a:hover {
    color: #f36b2b;
}

.home_banner_container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.form-group-genre {
    display: flex;
    align-items: center;
    border: solid 1px #eceaea;
    justify-content: flex-end;
    padding: 10px 0px;
}

.form-group-genre span {
    margin: 1px 20px;
}

#date_naissance {
    line-height: inherit!important;
}

.image-user-forum {
    max-width: 100px;
    max-height: 100px;
    float: left;
}

.name-user-forum {
    text-align: center;
    font-weight: bold;
    max-width: 100px;
    max-height: 50px;
}

.image-user-forum img {
    width: 50px;
    height: 50px;
    margin: auto;
}

h2.text-slide-p {
    position: absolute;
    top: 10%;
    left: 0px;
    background-color: #365ea9cc;
    color: #fff;
    padding: 10px;
    max-width: 500px;
}

h2.text-slide-p a {
    color: #fff;
}

.author-detail p {
    font-size: 18px !important;
}

.splidecategories .splide-mobile {
    display: none !important;
}

@media (max-width:993px) {
    .image-sondage img {
        /* height: auto !important; */
    }
    .block-vous-etes{
        display: flex;
        direction: rtl;
        margin-top: 30px;
    }
    .item-description p {
        padding: 0px 10px;
    }
    .splidecategories .splide-box {
        display: none !important;
    }
    .splidecategories .splide-mobile {
        display: block !important;
    }
}

.text-sondage {
    font-weight: bold;
    font-size: 40px;
}

.block-sondage .author-content {
    text-align: center;
}

.block-item-choix {
    background-color: #eee;
    padding: 5px;
    padding-top: 0px;
    margin: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.comment-btn {
    text-align: center;
    margin-top: 10px;
}

.comment-btn .btn-comment {
    padding: 5px 30px !important;
    border-color: #365ea9 !important;
    color: #365ea9 !important;
    background-color: white;
    border-radius: 50px !important;
    float: right;
}

.comment-btn .btn-comment:hover {
    background-color: #365ea9;
    color: #fff !important;
}

.input-choix {
    width: 20px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.text-choix {
    font-weight: 600;
    width: calc(100% - 40px);
    padding: 0px 5px;
    text-align: {
        {
            align
        }
    }
    ;
}


}
.date_votes {
    float: left;
}
.nb_votes {
    float: right;
}
.nb_votes span {
    font-weight: bold;
}

/*.block-partage {

    width: calc(100% + 15px);

    background-color: #eee;

    border: solid 1px #999;

    margin-left: -15px;

    margin-right: 0px;

    margin-top: 20px;

    display: flex;

    justify-content: center;

    align-items: center;

    height: 60px;

}*/
.block-partage {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.btn-partage {
    padding: 10px;
    margin: 5px;
    border: solid 1px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-partage.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-partage.twitter {
    background-color: #08a8e9;
    border-color: #08a8e9;
}
.btn-partage.instagram {
    background-color: #f58529;
    border-color: #f58529;
}
.btn-partage.linkedin {
    background-color: #0e76a8;
    border-color: #0e76a8;
}
.item-description {
    margin-top: 20px;
    font-weight: 600;
    text-align: left;
}
textarea {
    resize: vertical;
    height: 60px;
}
.btn-commentaire {
    float: right;
    background-color: #365ea9;
    padding: 5px 10px;
    border-radius: 50px;
    color: white;
    margin-top: -20px;
}
.comment-list li {
    margin-bottom: 0px;
}
.comment-item {
    margin-bottom: 5px padding: 5px;
}
.image-sondage {
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.image-sondage .nb_poit_sondage {
    position: absolute;
    top: 10px;
    right: 25px;
    background-color: #365ea9;
    color: white;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: bold;
}
.contentChoixsImages {
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
}
.imgChoixsImages {
    border-radius: 50%;
    width: 150px!important;
    height: 150px!important;
    object-fit: cover;
}
.imgChoixsImages:hover{
    box-shadow: 0 0 30px #000000aa;
}
.image-sondage img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.btn-partage a {
    color: white;
}
.reply-commentaire {
    display: none;
}
.image-sondage,
.contentChoixsImages {
    min-height: 50px!important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.lire-suite {
    color: #aaa;
    cursor: pointer;
}
.container-typed-text{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
}
@media only screen and (max-width: 992px) {
    .ar-container-sondage {
        display: grid;
    }
    
    .ar-liste-sondage {
        order: 1;
    }
    
    .ar-sidebar {
        order: 2;
    }
    .header-date,.container-typed-text{
        display: none !important;
        
    }
    #modale_account .continer-modale{
        width: 90%;
        height: 90vh;
        overflow: hidden;
    }
    #modale_account .continer-modale .card-body{
        overflow-x: auto;
        height: 70vh;
    }
    #modale_account #root .icone-title-inscri{
        background-size: 185px 90px!important;
    }
    
}
table.table tr td {
    vertical-align: middle;
}
.video-youtube-facebook {
    margin: auto;
    text-align: center;
}
.block-reponses-votes {
    border: solid 1px #eee;
    padding: 10px;
    margin: 0px;
    min-height: 130px;
    margin-bottom: 10px;
}
.reponses-votes {
    border-bottom: solid 2px #eee;
    margin-bottom: -2px;
    margin-top: 10px;
}
.reponses-votes p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.add-choix .block-add-item p {
    text-align: center;
}
.add-choix .logo-plus-add-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 2px #000;
    font-size: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    margin: auto;
    padding-bottom: 5px;
}
.add-choix .block-add-item {
    width: 100%;
}
.choxis-avec-sucsess {
    width: 200px;
    margin: auto;
    height: 200px;
    border: solid 15px #00ff00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00ff00;
    font-size: 100px;
    font-weight: 900;
}
.choxis-avec-sucsess-text {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
div#content-box-add-choxis-avec-sucsess {
    width: 100%;
    padding: 20px;
}
.block-choxis-football {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000055;
    z-index: 9999999;
}
.box-choxis {
    background: #fff;
    width: 400px;
    margin: auto;
    margin-top: 50px;
    min-height: 300px;
}
div.close-box {
    width: 30px;
    height: 30px;
    background: black;
    color: white;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    cursor: pointer;
}
.box-joueur.reponse {
    cursor: unset;
}
.block-item-choix .text-choix {
    margin: 0;
}
.canvasjs-chart-credit {
    display: none;
}
.btn-locale .icone-fr,.btn-locale .icone-ar{
    width: 45px;
    height: 35px;
    border-radius: 50px;
    margin-left: 3px;
    background-size: contain;
    border: solid 2px #fff;
}
.btn-locale .icone-fr{
    background-image: url(../icones/fr.png);
}
.btn-locale .icone-ar{
    background-image: url(../icones/ar.png);
    background-size: cover;
    background-position: center;
}
.btn-locale.ar,.btn-locale.fr{
    clear: both;
    background-image: url(../icones/lang-ar.png);
    background-size: contain;
    background-position: center;
    background-color: transparent !important;
    background-repeat: no-repeat;
}
.btn-locale.fr{
    background-image: url(../icones/lang-fr.png);
}
.categories-footer .a-menu-e-sondage{
    display: flex;
    justify-content: end;
    align-items: center;
}
.categories-footer .icon-menu-e-sondage{
    display: block !important;
    width: 20px;
    height: 20px;
}
.categories-footer .menu-e-sondage {
    margin-bottom: 0px;
    padding-bottom: 0px;

}
.categories-footer .header-menu-e-sondage{
    display: none !important;
}
.icone-google-png{
    background-image: url(../icones/google.png);
}
.icone-facebook-png{
    background-image: url(../icones/facebook.png);
}
.icone-facebook-png,.icone-google-png{
    width: 35px;
    height: 35px;
    display: block;
    background-size: contain;
}
.btn-login-fb-go{
    padding: 0px 30px !important;
    position: relative;
}
.btn-login-fb-go.btn-go{
    float: right;
}
.btn-login-fb-go.btn-fb{
    float: left;
}
.btn-login-fb-go:hover{
    background-color: #fff !important;
}
.w-auto{
    width: auto !important;
}
/* .vous-compte.vous-compte-ou::after,.vous-compte.vous-compte-ou::before{
    content: "____";
    color: #F36B2E;
    margin-bottom: 10px;
    display: block;
    margin: 0px 10px 10px 10px;
} */

.vous-compte.vous-compte-ou{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.g-signin2,.fb-login-button{
    opacity: 0;
    width: 100%;
    height: 60px;
    position: absolute !important;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
#slicknav-mobile .slicknav_menu .header-menu-e-sondage {
    display: none !important;
}
#slicknav-mobile .slicknav_menu .menu-e-sondage .a-menu-e-sondage span {
    display: inline-flex;
    width: 130px;
    height: 20px;
    justify-content: flex-end;
    color: #000;
}
#slicknav-mobile .slicknav_menu .menu-e-sondage .a-menu-e-sondage>span:first-child {
    width: 30px;
}
#slicknav-mobile .slicknav_menu .menu-e-sondage .icon-menu-e-sondage {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block !important;
}

.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    font-size: 30px;
    color: #FFF;
}
.fb-button-login{
    width: 120px;
    height: 70px;
}
.account-child{
    position: relative;
}
.account-child ul li a{
    color: black;
    padding: 8px !important;
}
.account-child ul li:hover{
    background: #eee;
}
.account-child ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    background: #fff;
    z-index: 999999;
    border: solid 1px #eee;
    width: max-content;
    padding: 5px;
}

.account-child:hover ul{
    display: grid !important;
}
.section-title.mobile-category{
    display: none;
}
.modale-account{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999999999999;
    min-height: 100vh;
    background-color: #00000055;
}
.close-modale-account{
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 900;
    font-family: cursive;
    line-height: 0px;
    cursor: pointer;
}
.continer-modale{
    position: relative;
    max-width: 850px;
    min-height: 200px;
    background-color: #fff;
    margin: auto;
    margin-top: 40px;
    border-radius: 50px;
    border: solid 1px #eee;
    box-shadow: 0 0 15px #cccccc57;
    padding: 20px;
}
header{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
}

.navigation{
    margin-top: 39px;
}
.block-choix .list-item{
    width: 100%;
    height: auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    margin-bottom: 0px;
    box-shadow: none !important;
}
.block-choix .list-image.image-sondage{
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    border: solid 1px #ec671c;
}

@media only screen and (max-width: 768px) {
    .block_image_profil{
        height: 170px !important;
    }
    .pub-mobile{
        padding: 0 !important;
    }
    .pub-mobile .container{
        padding: 0 !important;
        width: 100% !important;
    }
    .pub-mobile .ad1-content img{
        width: 99% !important;
        height: 100px !important;
        object-fit: cover !important;
    }
    .categories .item-large .item-large-content {
        padding: 30px 10px !important;
        top: 0px !important;
    }
    .categories .item-large .item-large-content {
        margin-bottom: 20px !important;
    }
    .categories .item-small-categories {
        height: auto !important;
    }
    .item-small-categories .item-small-image img {
        height: 200px;
    }
    
    .section-title.mobile-category{
        display: block;
    }
    .section-title.mobile-category{
        display: block;
    }
    .section-title.mobile-category .category-box{
        top: 20px;
    }
    
}
@media only screen and (max-width: 600px) {
    .icone-title-inscri {
        background-size: 233px 90px !important;
        padding-top: 25px !important;
        padding-right: 40px !important;
        font-size: 20px !important;
    }
    .btn-login-fb-go{
        float: unset !important;
    }
}
label.vous-compte.vous-compte-ou i {
    width: 20px;
    height: 1px;
    background-color: #f36b2b;
    display: block;
    margin: 5px;
}
.author-detail p i {
    color: #f36b2b !important;
}
#voire_plus_choix{
    cursor: pointer;
}
.block-vous-etes {
    min-height: 50px;
}
#error_confirmer_password{
    padding: 2px 30px;
    display: none;
}
@media (max-width: 767px)
{
    .slicknav_nav {
        top: 85px;
        right: -15px;
        left: auto;
        width: 80%;
        height: 100vh;
        background-color: #fff;
        z-index: 9999;
    }
    .btn-inscrire{
        width: 100%;
    }
}

.slicknav_nav a {
    border-bottom: 1px solid #eee;
}
.slicknav_nav a:hover{
    background-color: #eee;
}
.masque-menu-mobile{
    position: fixed;
    top: 128px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #00000055;
    display: none;
    z-index: 999;
}
.long-mobile {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 60px;
    left: 15px;
    background-size: contain;
}
.long-mobile.fr{
    background-image: url(../icones/m_fr.png);
}
.long-mobile.ar{
    background-image: url(../icones/m_ar.png);
}
.slicknav_btn.slicknav_collapsed{
    margin-top: 10px;
}
@media (max-width: 480px)
{
    .header-social-links li:first-child a {
        zoom: 85%;
    }
    .btn-submit-form .btn-submit{
        width: 100% ;
        padding: 5px 20px !important;
    }
}

.sidebar-title h3:before{
    top: 20px;
}
.splidecategories .splide-box h3{
    text-transform: capitalize;
}

.desc-footer{
    font-size: 15px;
    font-weight: 900;
    text-align: justify;
    line-height: 25px;
}
.upper-head{
    min-height: 40px;
}
#voire_plus_choix .pluse-add-choix-sondage {
    font-size: 50px;
    color: #aaa;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
}
label.text-choix{
    width: 100%;
}
.block-item-choix.divChoixsImages {
    min-height: 80px;
}

.item-choix-sondage{
    height: 320px;
}