@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Rexel';
    src: url('https://imageme.wibilong.com/rexel/wiservices/Rexel-Bold.woff2') format('woff2'),
        url('https://imageme.wibilong.com/rexel/wiservices/Rexel-Bold.woff') format('woff'),
        url('https://imageme.wibilong.com/rexel/wiservices/Rexel-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* --------------------------------------- GLOBAL ----------------------------------------------*/
/* Global size homepage */
#home-content .row:nth-child(4),
#home-content .row:nth-child(5),
#home-content .row:nth-child(6),
#home-content .row:nth-child(7) {
    max-width: 1660px;
    margin: 0 auto 0;
}

.modal-inner{
    background: white;
}

#home-content{
    background: #F9F9F9;
}
#page-home .breadcrumbs{
    display: none;
}
#home-content .row:nth-child(6),
#home-content .row:nth-child(7){
    background: white;
}
#app-container, html{
    overflow-x: hidden;
}

/* Widget Top Products */
.product-list-widget{
    background: #F9F9F9;
}

/* Widget Last Questions*/
.contribution-result-list {
    padding: 0;
}

@media (max-width: 760px){
    .contribution-result-list {
        align-items: center;
        position: relative;
        justify-content: center;
    }
}
/* Register delete */
.widget-navbar .menu ul li.menu-item-register{
    display: none;
}
/* Stop Scroll body menu */
.no-scroll {
    overflow-y: hidden;
    background: white;
    position: fixed;
}
.gdpr-text a.toggle-gdpr{
    font-weight: bold;
}
/* Cookies banner */
#cookie-info-pannel.active, #form-register .gdpr-text br {
    display: none;
}
#legal-mention a {
    text-decoration: underline;
}
/* Button */
.button {
    padding: 6px 22px;
    font-size: 14px;
    background: #0083ff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border: transparent;
    transition: 
        color .15s 
        ease-in-out, background-color .15s 
        ease-in-out, border-color .15s 
        ease-in-out, box-shadow .15s 
        ease-in-out;
}
    .button:hover {
        background: white;
        color: #0a287d;
        border-color: #0a287d;
    }
    .widget-ask-question .inner .button, #product-actions .button-thirdary{
        padding: 8px 22px 8px 46px;
        position: relative;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }
        #product-actions .button-thirdary{
            color: #fff;
            position: absolute;
            border-radius: 0;
            background: #0083FF;
            font-weight: bold;
            /* top: -51px; */
            width: 182px;
            /* margin-right: -47.7%; */
            padding: 6px 0;
            padding-left: 33px;
            font-size: 14px !important;
            /* left: calc(100% - 228px); */
          
            transition: all ease-in 200ms;
            border: none;
        }
        .widget-ask-question .inner .button::after, #product-actions .button-thirdary::after{
            content: "";
            width: 22px;
            height: 22px;
            background: url(https://imageme.wibilong.com/rexel/wiservices/askButton-picto.png) no-repeat;
            background-size: 100%;
            background-position: center;
            position: absolute;
            left: 16px;
            top: calc(50% - 11px);
            line-height: 16px;
        }
/* Header - Navbar */
.widget-navbar .menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 0px 8px 4px #0000001f;
    /* background: #ffffff; */
}
#header .row {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
}
.widget-ask-question .inner>div{
    /* display: none; */
    display: flex;
    flex-direction: column;
}
.widget-ask-question .inner>div h3{
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    color: #0A287D;
    max-width: 100%;
    display: flex;
    
}

.widget-ask-question .inner>div h3 img{
    width: 58px;
    height: 58px;
    padding-right: 12px
}
.widget-ask-question .inner>div span{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 12px;
}
/* Logotype */
.main-logo{
   margin: 6px 36px;
}
    .main-logo img {
        width: 190px;
        height: auto;
    }
    .widget-navbar .menu ul li.menu-item-breadcrumb {
        /* margin-right: 0; */
    }
    .widget-navbar .menu ul li.menu-item-breadcrumb:first-child {
        /* margin: 0 10px 0 calc(50% - 76px); */
    }
        .widget-navbar .menu ul li.menu-item-breadcrumb>a {
            padding: 0;
            position: relative;
            width: 140px;
            height: 45px;
        }
            .widget-navbar .menu ul li.menu-item-breadcrumb>a::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(https://imageme.wibilong.com/rexel/wiservices/logo_rexel_blanc.webp) no-repeat;
                background-size: cover;
                background-position: center;
            }
/* burger menu */
.main-menu .burgerMenu{
    position: absolute;
    left: 39px;
    top: -116px;
    width: 34px;
    height: 34px;
    z-index: 9;
    vertical-align: top;
    display: inline-block;
    display: none;
}
    .main-menu .burgerMenu.fixed {
        position: fixed;
        left: 18px;
        top: 26px;
        width: 34px;
        height: 34px;
        z-index: 9;
        vertical-align: top;
        display: inline-block;
    }
    .main-menu .burgerMenu span{
        background: #112b78;
        width: 100%;
        height: 2.5px;
        z-index: 3;
        display: block;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .20s ease-in-out;
        -moz-transition: .20s ease-in-out;
        -o-transition: .20s ease-in-out;
        transition: .25s ease-in-out;
    }
    .main-menur .burgerMenu span:nth-child(1){
        top: 4px;
    }
    .main-menu .burgerMenu span:nth-child(2){
        top: 10px;
    }
    .main-menu .burgerMenu span:nth-child(3){
        top: 20px;
    }
    .main-menu .burgerMenu.opened span:nth-child(1){
        top: 14px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .main-menu .burgerMenu p{
        position: absolute;
        top: 36px;
        font-size: 13px;
        left: 1px;
        font-weight: bold;
    }
    .main-menu .burgerMenu p::after{
        content: "Menu";
    }
    .main-menu .burgerMenu.opened p{
        left: -3px;
    }
        .main-menu .burgerMenu.opened p::after{
            content: "Fermer";
        }
    .menu-item-communities .toggle span {
        font-size: 13px;
        font-weight: bold;
        color: white;
    }
    .main-menu .burgerMenu.opened{
        top: 20px;
        width: 35px;
        left: 22px;
        position: fixed;
    }
    .main-menu .burgerMenu.opened span:nth-child(2){
        opacity: 0;
        left: 0px;
        -webkit-transition: .16s ease-in-out;
        -moz-transition: .16s ease-in-out;
        -o-transition: .16s ease-in-out;
        transition: .16s ease-in-out;
    }
    .main-menu .burgerMenu.opened span:nth-child(3) {
        top: 14px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .main-links{
        display: inline-block;
        visibility: hidden;
        opacity: 0;
        height: 0;
        width: calc(100% + 48px);
        margin: 0;
        align-items: center;
        flex-direction: column-reverse;
        position: relative;
        left: 0;
        top: 28px;
        z-index: 4;
        background: white;
        margin-left: -24px;
        margin-right: -24px;
    }
        .main-links a{
            color: #000069;
            padding: 24px; 
            font-size: 18px;
            width: calc(100% - 48px);
            text-decoration: none;
            position: relative;
        }
        .main-links a.bottomMargin{
            margin-top: 0vh;
        }
        .main-links.opened{
            visibility: visible;
            opacity: 1;
            width: calc(100% + 48px);
            min-height: 200px;
            transform: translate3d(0,0,0);
            -webkit-transform: translate3d(0,0,0);
        }
/* ask question */
.widget-ask-question.header-ask {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
    .header-ask .ask-question-container {
        width: 100%;
        padding: 0;
        margin: 0;
        background: initial;
    }
        .widget-ask-question.header-ask .inner {
            padding: 0;
        }
            .widget-ask-question.header-ask .inner .button {
                color: #fff;
                position: absolute;
                border-radius: 0;
                background: #0083FF;
                font-weight: bold;
                top: -51px;
                width: 182px;
                margin-right: -47.7%;
                padding: 6px 0;
                padding-left: 33px;
                font-size: 14px !important;
                left: calc(100% - 228px);
                z-index: 111;
                transition: all ease-in 200ms;
            }
            .widget-ask-question.header-ask .inner .button:hover {
                background: #006fd7;
            }
/* Navbar */
.widget-navbar .menu{
    /* background: transparent; */
}
.widget-navbar a {
    color: #323c41;
}
    .widget-navbar .menu ul li.dropdown .dropdown-menu {
        /* right: -52%; */
        z-index: 1111;
        top: 38px;
    }
    .widget-navbar .menu ul li.dropdown .dropdown-menu li a:hover{
        background: transparent;
        color: #323c41;
    }
.widget-navbar .menu ul li.dropdown .dropdown-menu li a.active{
    color: #323c41
}
.form-search {
    border-radius: 0;
}
        .widget-navbar .menu ul{
            padding: 12px 24px;
            justify-content: flex-end;
        }
        .widget-navbar .menu ul li.menu-search #forum-search .form-search .input-icon {
            background: #FFDD00;
            color: #323C41;
        }
        .widget-navbar .menu ul li.menu-item-breadcrumb:first-child {
            display: inline-block;
        }
        .widget-navbar .menu ul li.menu-item-register::after {
            background: #1f78d7;
        }
        li.menu-item-login{
            background: transparent;
            padding: 0 16px;
            border: solid 1px white;
            border-top-right-radius: 15px;
            border-bottom-left-radius: 15px;
            border-top-left-radius: 0;
            border-bottom-right-radius: 0;
        }
            li.menu-item-login a {
                color: #ffffff;
            }

@media (max-width: 760px){
    .widget-navbar .menu ul li.menu-search{
        margin-top: 12px;
    }
}
section.menu-links{
    flex-direction: column;
    height: -moz-calc(100dvh - 65px);
    height: -webkit-calc(100dvh - 65px);
    height: calc(100dvh - 65px);
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 75px;
    left: 0;
    transform: translate3d(-105%, 0, 0);
    -webkit-transform: translate3d(-105%, 0, 0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    background: white;
}
    section.menu-links.opened{
        display: flex;
        transform: translate3d(0%, 0, 0);
        -webkit-transform: translate3d(0%, 0, 0);
    }
/*Search widget*/
.search-widget-field .message-error {
    margin-top: -4px;
    margin-bottom: -18px;
    background: #efefef;
    padding: 6px 10px;
    border-radius: 24px;
    z-index: 0;
    position: absolute;
}
.widget-search-widget {
    margin-top: 0;
}
.search-widget {
    border-radius: 0;
    min-height: auto;
    margin: -1px 0 0;
}
.search-widget-field label {
    display: none;
}
.search-widget .content-container header p {
    display: none;
}
    .search-widget-field .search-widget-select .s-w__control {
        border-color: #ffffff;
        border-radius: 0;
        background-color: rgb(255 255 255);
        min-height: 38px;
    }
    .widget-navbar .menu ul li.menu-search #forum-search .form-search {
        padding: 3px;
    }
    .widget-navbar .menu ul li.menu-search #forum-search .form-search .input-icon {
        right: -4px;
        height: 33px;
        width: 33px;
    }
    .widget-navbar .menu ul li.menu-search #forum-search .form-search .input-icon {
        background: #ffffff;
        color: #414141;
    }
.widget-search-widget .search-widget.is-reponsive .content-container.horizontal main.field-list .search-widget-field:last-child {
    width: calc(100% - 60px);
}
.search-widget .content-container main.field-list .search-widget-field:not(:last-of-type) {
    margin-bottom: 13px;
}
.widget-search-widget .search-widget.is-reponsive footer{
    bottom: 41px;
    width: unset;
    position: absolute;
    right: -1px;
    z-index: 0;
}
.search-widget footer button{
    margin-left: auto;
    bottom: 1px;
    width: 47px;
    position: absolute;
    right: 36px;
    z-index: 2;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
    padding: 12px 18px;
    border-radius: 0;
}
.css-tlfecz-indicatorContainer svg {
    display: none;
}
    .s-w__indicator.s-w__dropdown-indicator.css-tlfecz-indicatorContainer:after {
        content: "\f078";
        -webkit-font-smoothing: antialiased;
        font: normal normal normal 14px / 1 FontAwesome;
        color: #0083FF;
    }
    .search-widget footer button:before {
        content: "\f002";
    }
    .search-widget footer button {
        color: #484848;
    }
    .widget-navbar .menu ul li.menu-item-communities::after {
        display: none;
    }
    .search-widget footer button:disabled {
        background-color: #0083FF;
        color: #ffffff;
    }

/* Breadcrumbs */
div section#header {
    /* margin-bottom: 54px; */
}
    #page-home section#header {
        margin-bottom: 0px;
    }
    div:not(#page-home) .breadcrumbs {
        /* position: absolute; */
        /* top: 136px; */
        margin-left: 18px;
        width: calc(100% - 62px);
    }
.main-menu a {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #000000;
    padding: 13px 8px;
    background: #ffffff;
    width: auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: background .3s ease-in;
    position: relative;
}
.widget-navbar .menu ul li.dropdown .dropdown-menu li a.user-menu-item-logout {
    color: #323c41;
}
.widget-navbar .menu ul li.dropdown .dropdown-menu li a.user-menu-item-logout:hover {
    color: #E4E4E4;
}
.widget-product-articles-list #product-articles-list .article {
    box-shadow: none;
}

/* HTML - Slider Accueil */
#page-home .slider .slider-container{
    height: 370px;
    position: relative;
    max-height: 600px;
    user-select: none;
    cursor: all-scroll;
}
    /* Slider fonction */
    .slider-control {
        z-index: 2;
        position: absolute;
        top: 0;
        width: 8%;
        height: 100%;
        transition: opacity 0.3s;
        will-change: opacity;
        opacity: 0;
    }
        .slider-control.inactive:hover {
            cursor: auto;
        }
        .slider-control:not(.inactive):hover {
            opacity: 1;
            cursor: pointer;
        }
        .slider-control.left {
            left: 0;
            background: linear-gradient(to right, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 100%);
        }
        .slider-control.right {
            right: 0;
            background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.18) 100%);
        }

    #page-home .slider .slider-container .sliderContent {
        width: auto;
        height: 100%;
        z-index: 1;
        position: relative;
    }
        #page-home .slider .slider-container .sliderContent.animating {
            transition: transform 0.5s;
            will-change: transform;
        }
        #page-home .slider .slider-container .slide{          
            height: calc(100% + 4px);
            background-position: center -4px;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: flex-end;
            padding: 0 50px;
            width: calc(100% - 100px);
            flex-wrap: wrap;
            overflow: hidden;
            position: absolute;
            top: 0;
        }   
            .slide:nth-child(1){
                left: 0;
            }
            .slide:nth-child(2){
                left: 100%;
            }
            .slide:nth-child(3){
                left: 200%;
            }
            #page-home .slider .slider-container .slide.active div{   
                opacity: 1;
                transform: translateX(0);
            } 
            
            #page-home .slider .slider-container .slide.un{          
                background-image: url(https://imageme.wibilong.com/rexel/wiservices/home-slider-1.jpg);
            }
            #page-home .slider .slider-container .slide.deux{          
                background-image: url(https://imageme.wibilong.com/rexel/wiservices/home-slider-2.jpg);
            }
            #page-home .slider .slider-container .slide.trois{          
                background-image: url(https://imageme.wibilong.com/rexel/wiservices/homepage-services-conseils.webp);
            }
              #page-home .slider .slider-container .slide div{
                  margin-bottom: 89px;
                  color: white;
                  max-width: 600px;
              }
                #page-home .slider .slider-container .slide div .titleSlider{  
                    font-weight: 700;
                    font-size: 30px;
                    font-family: Rexel, Roboto, sans-serif;
                    line-height: 1.3em;
                    text-align: left;
                }
                  #page-home .slider .slider-container .slide div p{
                      margin-top: 12px;
                      line-height: 24px;
                      font-size: 18px;
                  }
              #page-home .slider .slider-container .buttons{
                  position: absolute;
                  bottom: 54px;
                  left: 50px;                 
                  z-index: 1;
              }
                  #page-home .slider .slider-container .buttons li.slider-pagi__elem {
                      border: 0;
                      margin-right: 14px;
                      transition: all 200ms ease-in-out;
                      cursor: pointer;
                      background: white;
                      list-style: none;
                      width: 40px;
                      height: 5px;
                      display: inline-block;
                  }
                      #page-home .slider .slider-container .buttons li.slider-pagi__elem.active {
                          background: #0078D7;
                      }
                      #page-home .slider .slider-container .buttons li.slider-pagi__elem:hover {
                          transform: scale(1.1);
                      }
.widget-top-contributors .inner {
    margin: 12px 0;
    background: #F9F9F9;
    overflow: visible;
}
.container-serv {
    width: 100%;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 24px;
    max-width: 400px;
    background: #F9F9F9;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
}
#last-articles .article-list-widget-content .article-list-item{
    border-radius: 12px;
    margin-bottom: 8px;
    max-width: 100%;
    min-height: 140px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}
#last-articles .article-list-widget-content {
    flex-direction: column;
}
#last-articles .article-list-widget-content .article-list-item .content {
    width: 100%;
}
.tags-container .tag-item {
    color: #112b78;
}
.widget-navbar .menu ul li.menu-item-communities {
    margin-right: 29px;
}
.widget-navbar .menu ul li.menu-item-user-dropdown {
    margin-top: -4px;
    position: relative;
}
    .widget-navbar .menu ul li.menu-item-user-dropdown::before {
        content: "";
        position: absolute;
        left: -10px;
        top: calc(50% - 17px);
        width: 1px;
        background: white;
        display: block;
        height: 34px;
    }
@media screen and (min-width: 760px){
    .widget-navbar .menu ul li.menu-item-communities {
        margin-right: 5px;
    }
       .widget-navbar .menu ul li.menu-item-user-dropdown::before {
            left: -5px;
       }
    #last-articles .article-list-widget-content {
        flex-direction: row;
    }
    #last-articles .article-list-widget-content .article-list-item{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        height: auto;   
        max-width: calc(33% - 16px);  
    }
        #last-articles .article-list-widget-content .article-list-item .content {
            width: 100%;
        }
        #last-articles .article-list-widget-content .article-list-item .content .title,
        #last-articles .article-list-widget-content .article-list-item .content .title a{
            text-align: left;
            width: 100%;
        }
        #last-articles .article-list-widget-content .article-list-item .content .author {
            -webkit-align-self: flex-end;
            -moz-align-self: flex-end;
            -ms-align-self: flex-end;
            align-self: flex-end;
        }
        #last-articles .article-list-widget-content .tags-container {
            justify-content: le;
            padding: 12px 0;
            width: 100%;
        }
        #last-articles .article-list-widget-content .article-list-item .picture {
            width: 100%;
            max-height: 90px;
        }
    #last-articles .article-list-widget-content .article-list-item:not(.article-list-item:last-child) {
        margin-right: 18px;
    }
    .container-serv {
        max-width: 31%;
    }
    #page-home .widget.slider {
        padding: 0;
        margin-left: -12px;
    }
    .modal-content .back-button {
        top: 15px;
        left: 15px;
    }
    .modal-inner .modal-content #form-register::after,
    .modal-inner .modal-content #post-question-form::after{
        content: none;
    }
    /* Fix Modal width */
    #post-article-form, #post-question-form {
        width: 90%;
    }
    /* Article product first column */
    .widget-product-articles-list #product-articles-list .article:first-child .picture-wrapper {
        height: 100px;
    }
        .widget-product-articles-list #product-articles-list .article:first-child{
            flex: 0 0 calc(50% - .6em);
            margin: .75em 0 .75em;
        }
    /* Fix Bloc home question length */
    #last-questions .contribution-result-list .question .content .description{
        min-height: 38px;
        max-height: 36px;
        overflow: hidden;
    }
    #last-questions .contribution-result-list .question h4 {
        max-height: 32px;
        overflow: hidden;
        line-height: 1.1em;
    }
    div section#header {
        /* margin-bottom: 32px; */
    }
    div:not(#page-home) .breadcrumbs {
        /* top: 130px; */
        margin-left: 28px;
    }
    .main-menu a {
        display: inline-block;
        height: 100%;
        border-bottom: 0px solid #e2e2e2;
        text-align: left;
        padding: 13px 24px 13px 0px;
    }
    .page-container:not(#home-content){
        max-width: calc(100% - 64px);
        margin: 0 32px;
    }
    section#header {
        margin-bottom: 40px;
    }
    .widget-ask-question.header-ask {
        display: block;
    }
            
        .widget-ask-question.header-ask .inner .button{
            top: -82px;
        }
            #page-home .widget-ask-question.header-ask .inner .button {
                top: -58px;
            }    
        .widget-navbar .menu ul li.menu-item-login {
            padding-top: 57px;
            padding-bottom: 10px;
        }
            .widget-navbar .menu ul li.menu-item-login>a {
                line-height: 12px;
                padding: 0;
            }
                li.menu-item-login::before {
                    height: 43px;
                    top: 10px;
                }
   /* Navbar */

    .widget-navbar .menu ul {
        flex-flow: initial;
        padding: 0 32px 0 0;
    }
        .widget-navbar .menu ul li.menu-item-login {
            padding: 12px 18px;
        }
            .widget-navbar .menu.fixed ul li.menu-item-login {
                padding: 0;
            }
        li.menu-item-login::before {
            display: none;
        }
            .widget-navbar .menu.fixed ul li.menu-item-login>a {
                padding: 10px 12px;
                background: transparent;
                color: #ffffff;
            }
        .widget-navbar .menu ul li.menu-item-breadcrumb:first-child {
            background: transparent;
            padding: 8px 24px;
        }
        .widget-navbar .menu ul li.menu-item-breadcrumb:first-child {
            margin: 0 24px 0 0;
        }
        .main-menu .burgerMenu {
            display: none;
        }
        .widget-navbar .menu ul li.menu-item-breadcrumb>a {
            width: 107px;
            height: 38px;
        }
        .li.menu-item-communities.menu-item-communities a{
            color: #ffffff;
        }
        .widget-navbar .menu ul li.menu-item-user-dropdown {
            right: calc(0% + 0px);
            top: 0px;
        }
            
            .widget-navbar .menu ul .menu-item-user-dropdown a.toggle::after {
                bottom: -1px;
                left: 43px;
                color: #fff;
            }
                .widget-navbar .menu.fixed ul .menu-item-user-dropdown a.toggle::after {
                    color: #fff;
                }
                    .widget-navbar .menu ul li.dropdown .dropdown-menu.last {
                        right: -37px;
                        top: 49px;
                    }
            li.menu-item-communities.menu-item-communities {
                right: 10px;
                /* top: 13px; */
            }
            .widget-navbar .menu ul li>a.toggle {
                color: white;
            }
            section.menu-links {
                display: flex;
                flex-direction: row;
                height: auto;
                justify-content: flex-start;
                align-items: center;
                padding: 8px 0 12px;
                width: calc(100% - 248px);
                max-width: 1090px;
                min-height: 55px;
                position: initial;
                transform: translate3d(0%, 0, 0);
                margin-left: 32px;
            }
                .menu-links a::after {
                    content: "";
                    width: 1px;
                    height: 50%;
                    background: #323c41;
                    position: absolute;
                    top: 23%;
                    right: 12px;
                }
                    .menu-links a:last-child::after {
                        background: transparent;
                    }
    .widget-navbar .menu ul li.menu-search {
        margin-top: 0;
    }
    /* Search widget */
    .widget-search-widget {
        margin-top: -6px;
    }
    .search-widget.is-reponsive {
        margin: 0;
        padding: 16px 16px 0;
    }
    .search-widget .content-container header h3 {
        text-align: center;
        font-family: "Rexel";
    }
    .search-widget.is-reponsive .content-container.horizontal main.field-list .search-widget-field, .search-widget.is-reponsive .content-container.vertical main.field-list .search-widget-field {
        max-width: 300px;
    }
    .search-widget.is-reponsive .content-container.horizontal main.field-list {
        padding-right: 64px;
    }
    .widget-search-widget .search-widget.is-reponsive footer {
        bottom: 32px; 
        right: -8px;
    }
    .widget-navbar .menu.fixed {
        background: #112b78;
    }
    .widget-navbar .menu.fixed .menu-item-communities .toggle span {
        color: #ffffff;
    }
    .widget-navbar .menu.fixed li.menu-item-login {
        background: transparent;
    }
    .widget-navbar .menu.fixed ul li.menu-item-login>a {
        color: #fff;
    }
    .widget-navbar .menu.fixed ul li.menu-item-breadcrumb:first-child {
        padding: 8px 24px;
    }
    .widget-navbar .menu {
        background: #112b78;
        padding: 4px 0;
    } 
}
@media screen and (max-width: 400px){
    .widget-navbar .menu ul li.menu-item-breadcrumb>a {
        width: 118px;
        height: 42px;
    }
}
@media screen and (min-width: 900px){
    li.menu-item-communities.menu-item-communities {
        right: 35px;
    }
    .widget-product-articles-list #product-articles-list .article:first-child .picture-wrapper {
        height: 140px;
    }
    .page-container:not(#home-content){
        width: calc(100% - 128px);
        max-width: 1660px;
        margin: 0px auto;
        min-height: 770px;
    }
    div:not(#page-home) .breadcrumbs {
        left: 50px;
        /* top: 155px; */
    }
    .menu-item-communities .toggle span {
        color: #ffffff;
    }
        .menu.fixed .menu-item-communities .toggle span {
            color: #323C41;
        }
    #page-home .widget-ask-question.header-ask .inner .button {
        top: -56px;
    }
   /* Navbar */
    .widget-ask-question.header-ask .inner .button {
        top: -82px;
    }
    .widget-ask-question.header-ask .ask-question-container {
        background: none;
    }
        .widget-navbar .menu ul li.menu-item-user-dropdown {
            right: calc(0% + 20px);
        }
    /* Menu link */
    .main-menu a {
        padding: 13px 52px 13px 0px;
    }
        .menu-links a::after {
            right: 26px;
        }   
        .widget-navbar .menu.fixed ul li.menu-item-breadcrumb:first-child {
            padding: 8px 24px;
        }    
}
.widget-ask-question.header-ask .inner>div {
    display: none;
}
@media screen and (min-width: 1300px){
        .widget-navbar .menu ul li.menu-item-communities {
            margin-right: -5px;
        }
            .widget-navbar .menu ul li.menu-item-user-dropdown::before {
                left: -11px;
            }
        .descriptionBloc .container {
            margin: 14px auto 14px;
            max-width: 1660px;
        }
    /* Menu link */
    .main-menu a {
        padding: 13px 84px 13px 0px;
    }
        .menu-links a::after {
            right: 42px;
        }
}
/* ---------------------------------------- HOME -----------------------------------------------*/

/* Presentation */
section.pres{
    background: #112b78;
    width: calc(100% - 40px);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0px 20px 30px 20px;
}
section.pres::after{
    content:"";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0, 120, 215, 1);
}
section.pres h1, section.pres ul{
    z-index: 1;
    color: white;
    text-align: left;
}
    section.pres h1{
        font-size: 32px;
    }
    section.pres ul{
        padding-top: 12px;
    }
        section.pres ul li {
            line-height: 34px;
            list-style: inside;
        }

@media screen and (min-width: 760px){
    /* Presentation */
    section.pres{
        background: url(https://imageme.wibilong.com/castorama/mb/homepage-presentation.webp) no-repeat;
        background-position: 162px center;
        background-size: 100%;
        height: 270px;
        padding: 20px 30px;
        width: calc(100% - 60px);
    }
        section.pres::after {
            position: absolute;
            background: linear-gradient(90deg, rgba(0, 120, 215, 1) 30%, rgba(0, 120, 215, 0) 100%);
            background-size: cover;
            background-position: center;
        }
    section.pres h1, section.pres ul{
        position: absolute;
    }
    section.pres h1{
        font-size: 34px;
        width: calc(100% - 40px);
        max-width: 540px;
    }
    section.pres ul {
        padding-top: 124px;
        font-size: 20px;
    }
}
/* fonctionnement */
.fonct .inner {
    background-color: transparent;
    margin: 0;
}
.descriptionBloc{
    text-align: center;
    padding: 24px;
    background: #ffffff;
    margin: 0 auto;
}
.descriptionBloc .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0;
}
    .descriptionBloc .container .bloc{
        position: relative;
        width: calc(100% - 70px);
        max-width: 266px;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        padding: 16px 32px 16px 65px;
        margin: 8px auto;
    }
        .descriptionBloc a.button {
            border-radius: 0;
            max-width: 160px;
            font-weight: bold;
            font-size: 16px !important;
            padding: 2px 18px 2px 18px;
        }
    .descriptionBloc .see-more{
        background: #EDEDED;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        display: inline-block;
        padding: 12px 24px;
        font-weight: bold;
    }
        .descriptionBloc .see-more a{
            text-decoration: underline;
            color: #112b78;
        }
    .descriptionBloc p.title-home, 
    .ask-question-container h3, 
    #top-contributors h3.title, 
    section.services h2.title,
    .widget-html h2.title,
    .product-list-widget h3.title{
        font-size: 28px;
        font-weight: bold;
        display: grid;
        line-height: 32px;
    }
    .descriptionBloc .container .bloc::after{
        position: absolute;
        background: url(https://imageme.wibilong.com/rexel/wiservices/home-descr-search.png) no-repeat #0C4B8E;
        background-size: 100%;
        background-position: center;
        width: 56px;
        height: 56px;
        content: "";
        display: inline-block;
        border-radius: 100px;
        top: 0;
        left: 0px;
    }
        .descriptionBloc .container .bloc:nth-child(2)::after {
            background-image: url(https://imageme.wibilong.com/rexel/wiservices/home-descr-quest.webp);
        }
        .descriptionBloc .container .bloc:nth-child(3)::after {
            background-image: url(https://imageme.wibilong.com/rexel/wiservices/home-descr-disc.png);
        }
        .descriptionBloc .container .bloc:nth-child(4)::after {
            background-image: url(https://imageme.wibilong.com/rexel/wiservices/home-descr-idee.webp);
        }
/* Ask question home */
#page-home .widget-ask-question:not(.header-ask){ 
    background: #EDEDED;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
#page-home .widget-ask-question:not(.header-ask) .ask-question-container{
    margin: 20px;
    border: none;
    border-radius: 16px;
    padding-bottom: 16px;
}
.widget-ask-question .inner .button, 
    #product-actions .button-thirdary, 
    #thematics-info footer .button,
    #category-content .page-info footer .button,
    #page-articles .page-info footer .button,
    #thematic-info.page-info footer .button,
    #page-universes .page-info footer .button{
        position: relative;
        border-radius: 0;
        padding: 8px 18px 8px 54px;
        font-size: 12px !important;
        white-space: break-spaces;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }
        .widget-ask-question .inner .button, #product-actions .button-thirdary{
            padding: 5px 18px 5px 54px;
        }
        .widget-ask-question .inner .button::after, 
        #product-actions .button-thirdary::after,
        #thematics-info footer .button::after,
        #category-content .page-info footer .button::after,
        #page-articles .page-info footer .button::after,
        #thematic-info.page-info footer .button::after,
        #page-universes .page-info footer .button::after{
            content: "";
            width: 26px;
            height: 26px;
            background: url(https://imageme.wibilong.com/rexel/wiservices/askButton-picto.png) no-repeat;
            background-size: 100%;
            background-position: center;
            position: absolute;
            left: 8%;
            top: calc(50% - 13px);
            line-height: 16px;
        }
            .widget-ask-question .inner .button{
                top: 6px;
                background: #0083FF;
            }
            #product-actions .button-thirdary::after{
                top: calc(50% - 13px);
                left: 12%;
            }
            #product-actions .button-thirdary.off.button-fillable::after {
                content: "";
                background: none;
            }
            .widget-ask-question.header-ask .inner .button::after{
                content: "";
                width: 22px;
                height: 22px;
                background: url(https://imageme.wibilong.com/rexel/wiservices/askButton-picto.png) no-repeat;
                background-size: 100%;
                background-position: center;
                position: absolute;
                left: 14px;
                top: 9px;
            }
            #product-actions .state-button .button {
                background: white;
                color:#0A287D;
                padding: 9px 18px;
                font-size: 14px !important;
                line-height: 20px;
                border: 1px solid #0083FF;
            }
            #product-actions .state-button {
                margin-bottom: 2px;
            }
        .widget-ask-question .inner {
            background: transparent;
            padding: 18px 44px;
            text-align: left;
            margin: 0;
        }
            .widget-ask-question .inner h3 {
                text-align: left;
            }
          .ask-question-container .description{
            font-size: 16px;
            line-height: 20px;
            font-weight: normal;
            padding-top: 12px;
        }
        .ask-question-container h3{
            max-width: 330px;
        }
@media screen (min-width: 1200px){
     #product-actions .button-thirdary::after{
                top: calc(50% - 13px);
                left: 16%;
      }
}
 
@media screen and (min-width: 2000px){     
    #page-home .search-widget.is-reponsive {
        padding: 0 0 0 50%;
    }
}
@media screen and (max-width: 760px){
    .widget-ask-question .inner{
        padding: 12px 16px;
    }
    #page-home .widget-ask-question:not(.header-ask) .ask-question-container{
        margin: 8px;
    }
    .product-result-list .product .picture-wrapper{
        margin-top: 16px
    }
}
#page-home .title-container{
    text-align: center;
}
    #page-home .title-container h3, .descriptionBloc h3, section.services h2.title,
    .article-list-widget h3{
        color: #112b78;
        font-family: 'Rexel';
        font-size: 26px;
        line-height: 28px;
    }
    .article-list-widget h3{
        text-align: left !important;
        display: flex;
        justify-self: center;
    }
        #page-home .search-widget .content-container header h3{
            color: #fff;
        }
        #page-home .title-container img{
            width: 42px;
            height: auto;
            margin: 18px auto;
        }
    #page-home .title-container p {
        font-size: 16px;
        line-height: 20px;
        margin: 20px;
        text-align: center;
    }
/* Last questions */
#last-questions h3.title, #top-contributors h3.title, #top-products h3.title {
    position: relative;
    padding-left: 0px;
    border-bottom: 0;
    padding-right: 16px;
    width: calc(100%);
    font-size: 18px;
    line-height: 22px;
    font-family: 'Rexel';
}.contribution-result-list .question .meta .meta-group{
    background: transparent;
}

    .contribution-result-list .question .meta a.reply-count {
        /* text-decoration: underline; */
        color: #0A287D;
        font-size: 14px !important;
        background: transparent;
    }
/* Top contributors */
#last-questions .contribution-result-list .question {
    border: solid 0px #112b78;
    margin: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}
#top-contributors{
    padding: 0px 16px 16px 16px;
}
    #top-contributors .contributor-result-list .contributor:nth-child(5) {
        display: none;
    }
.contributor-result-list .contributor .description {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    margin-top: 0px;
}
.contributor-result-list .contributor .picture-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.contributor-result-list .contributor .picture-wrapper {
    border: 0;
}
.contributor-result-list .contributor .name{
    text-align: left;
}
    #top-contributors .contributor-result-list {
        max-width: 100vw;
        display: flex; 
        flex-direction: row;
        overflow: visible;
        border-radius: 0;
        border: none;
    }
    #top-contributors .contributor-result-list .contributor-mobile-slider {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }
        #top-contributors .contributor-result-list .contributor {
            width: 100%;
            padding: 0;
            margin: 0;
            box-shadow: 0 0px 3px rgb(0 0 0 / 8%);
            border: none;
            border-radius: 12px;
            margin-bottom: 8px;
        }
            #top-contributors .contributor-result-list .contributor .card-container{
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                min-height: auto;
                border: solid 0px #D9D9D9;
                border-radius: 8px;
                cursor: pointer;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
            }
            .contributor-result-list .contributor .picture-wrapper {
                transform: translateY(0%);
            }
            .contributor-result-list .contributor .content-container {
                margin-top: 0px;
            }
            .contributor-result-list .contributor .statistics .statistic .label {
                color: #323c41;
            }
            .top-contributor-disclaimer{
                margin-top: 20px;
                display: block;
            }
@media (max-width: 600px){
   #top-contributors .contributor-result-list .contributor .card-container {
        flex-direction: column;
    }
    .contributor-result-list .contributor .name{
        text-align: center;
    }
}
/* Top product */
.product-result-list .product {
    margin: 12px !important;
    border: none;
    border-radius: 12px;
    background: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}
.button-fillable {
    border: 1px solid #112b78;
    color: #112b78;
    border-radius: 0;
    font-weight: bold;
}
.product-result-list .product-mobile-slider {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
}
.product-result-list .product .content-container {
    margin-top: 12px;
}
    .product-result-list .product .members .count, .product-result-list .product .members .label {
        font-weight: normal;
    }
    .product-result-list .product .members .count{
        font-weight: bold;
    }
    .product-result-list .product .picture-wrapper, .product-result-list .product>div {
        border: 0;
    }
    .product-result-list .product>div {
        background: transparent;
        /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13); */
    }
    .product-result-list::-webkit-scrollbar {
        width: 41px;
    }
    .product-result-list::-webkit-scrollbar-track {
        background: #112b78;
    }
    body::-webkit-scrollbar-thumb {
        background-color: #112b78; 
        border-radius: 20px; 
        border: 3px solid #112b78; 
        }
    .product-result-list {
        max-width: 100vw;
        overflow-x: scroll;
        scrollbar-color: #112b78 #EAEAEA;
        scrollbar-width: auto;
    }


#categorie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 20px;
  background-color: #f8f8f8;
  text-align: center;
}

/* Titre principal */
#categorie h3.title {
  width: 100%;
  color: #112b78;
  font-family: 'Rexel', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 30px;
}

/* Cartes */
#categorie .bloc {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: 17%;
  min-width: 160px;
  text-align: center;
  transition: all 0.25s ease;
}

#categorie .bloc:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

#categorie .bloc a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  color: #000;
  text-decoration: none;
}

#categorie .bloc img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

#categorie .bloc .link {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 8px;
}

/* Tablette (max 992px) ? 3 par ligne */
@media (max-width: 992px) {
  #categorie .bloc {
    width: 28%;
  }
}

/* Mobile (max 600px) ? 2 par ligne */
@media (max-width: 600px) {
  #categorie .bloc {
    width: 45%;
  }

  #categorie h3.title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  #categorie .bloc .link {
    font-size: 14px;
  }

  #categorie .bloc img {
    width: 70px;
    height: 70px;
  }
}


.bloc-lien-categories {
    padding: 12px 24px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #0083FF;
    color: #0A287D;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    margin: 12px auto 0;
}
.bloc-lien-categories a{
    color: #0A287D;
    width: 100%;
    display: inline;
}
.bloc-lien-categories a:hover {
    text-decoration: none;
}


section.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 32px 24px 12px;
}
    .descriptionBloc .container .bloc .text {
        font-size: 14px;
        line-height: 18px;
    }
@media screen and (min-width: 760px){
    .widget-ask-question .inner .button, #product-actions .button-thirdary{
        font-size: 14px !important;
    }
    .descriptionBloc .container {
        flex-direction: row;
        margin: 14px auto;
    }
    .descriptionBloc .container .bloc::after {
        top: calc(50% - 27px);
        left: -4px;
    }
    section.services {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 32px auto;
    }
    .widget-ask-question .ask-question-container {
        margin: 20px;
    }
    .widget-last-questions .inner{
        overflow: visible;
    }
    .widget-last-questions .inner #last-questions{
        margin-left: -28px;
        padding-right: 24px;
    }
    #top-contributors {
        padding: 0px;
        margin: 24px auto;
        max-width: 500px;
    }
        .contributor-result-list .contributor .picture-wrapper {
            width: 65px;
            height: 65px;
        }
}
@media (max-width: 990px){
    .widget-last-questions .inner #last-questions{
        margin: 0;
    }
}
section.services .container-serv .img {
    width: 100%;
    height: 100px;
    background: url(https://imageme.wibilong.com/rexel/wiservices/homepage-services-conseils.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
    section.services .container-serv:nth-child(3) .img {
        background-image: url(https://imageme.wibilong.com/rexel/wiservices/tuto-rexel.webp);
    }
    section.services .container-serv:nth-child(4) .img {
        background-image: url(https://imageme.wibilong.com/rexel/wiservices/questions-reponses.webp);
    }
        section.services .container-serv h3 {
            margin: 18px auto 8px;
            font-size: 18px;
        }
        .services .container-serv p {
            height: 62px;
            line-height: 20px;
            padding: 0 12px;
        }
        .services .container-serv a {
            padding: 12px 24px;
            text-decoration: none;
            background: #ffffff;
            border: 1px solid #0083FF;
            color: #0A287D;
            font-weight: bold;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 0;
            border-bottom-right-radius: 0;
            display: block;
            max-width: 136px;
            margin: 12px auto 0;
        }
        .contributor-result-list .contributor .name .clickablePseudoColor:hover {
            text-decoration: none;
        }

@media screen and (min-width: 990px){
    div .widget-ask-question.header-ask .inner .button {
        top: -89px;
        left: calc(100% - 167px);
    }
        div#page-home .widget-ask-question.header-ask .inner .button{
            left: calc(100% - 228px);
        }
}
@media screen and (min-width: 1300px){
    div .widget-ask-question.header-ask .inner .button {
        left: calc(100% - 228px);
        top: -89px;
    }
        div#page-product .widget-ask-question.header-ask .inner .button{
            /* top: -57px; */
            left: calc(100% - 292px);
        }
        li.menu-item-communities.dropdown {
            right: 110px;
        }
}

@media screen and (min-width: 990px){
    .product-result-list .product-mobile-slider {
        overflow-x: scroll;
    }
    section.services .container-serv .img {
        height: 130px;
    }
    .container-serv {
        width: calc(100% - 48px);
        text-align: center;
        border-radius: 16px;
        overflow: hidden;
        padding-bottom: 24px;
        margin: 24px 12px 24px;
        max-width: initial;
        min-width: 210px;
        max-height: 320px;
        flex: 1 1 22%;
        display: inline-block;
    }
    .container .bloc:not(.bloc:last-child)::before{
        content: "";
        width: 1px;
        height: 50%;
        background: #323c41;
        position: absolute;
        top: 23%;
        right: 20px;
    }
    #last-questions .contribution-result-list .question {
        min-width: calc(100% - 42px);
    }
    .contributor-result-list .contributor .top-container .tag.product {
        text-align: left;
    }
    .widget-navbar .menu ul .menu-item-user-dropdown a.toggle::after{
        color: #ffffff;
    }
    .product-result-list {
        overflow-x: initial;
    }
    .widget-search-widget {
        margin-top: 0px;
    }
    .search-widget .content-container header h3 {
        text-align: left;
    }
    .search-widget.is-reponsive .content-container.horizontal main.field-list {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search-widget.is-reponsive {
        margin: 0;
        padding: 0 40px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 370px;
        width: calc(100% - 57px);
    }
        .search-widget.is-reponsive .content-container.horizontal main.field-list {
            padding-right: 0;
        }

    .widget-search-widget .search-widget.is-reponsive footer {
        bottom: 36px;
        right: 8px;
    }
        .widget-search-widget .search-widget.is-reponsive .content-container.horizontal main.field-list .search-widget-field:last-child {
            width: calc(100% - 55px);
        }
            .search-widget footer button {
                width: 39px;
                padding: 12px 12px;
            }
    section.pres {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        background-size: 106%;
        background-position: 100px center;
        position: inherit;
    }
        section.pres h1 {
            font-size: 36px;
            width: calc(100% - 244px);
            max-width: 540px;
            line-height: 38px;
        }
        section.pres ul {
            padding-top: 16px;
            font-size: 20px;
        }
        section.pres h1, section.pres ul {
            position: relative;
        }   
            .search-widget.is-reponsive .content-container.horizontal {
                width: 100%;
            }
                .search-widget.is-reponsive .content-container.horizontal main.field-list .search-widget-field, .search-widget.is-reponsive .content-container.vertical main.field-list .search-widget-field {
                    max-width: initial;
                }
        .widget-last-questions .inner #last-questions {
            margin: 0px;
            padding: 0px;
        }
    /* CatÃƒÆ’Ã‚Â©gorie */
    #categorie .bloc {
    }
    #categorie .bloc img {
        width: 100%;
    }
    .widget-html h2.title{
        font-size: 28px;
        font-weight: bold;
        line-height: 28px;
        margin: 52px auto 4px;
        max-width: 540px;
    }
    section.services h2.title{
        max-width: 100%;
        width: 100%;
    }
    .product-list-widget h3.title {
        margin: 0 auto 34px;
    }
    .contributor-result-list .contributor .description {
        max-width: 80px;
    }
        .contributor-result-list .contributor .name {
            width: auto;
            text-align: left;
        }
            #top-contributors {
                margin: 0 auto;
            }
    .widget-navbar .menu ul li.menu-search #forum-search .form-search {
        padding: 3px;
        max-width: 360px;
    }
}
@media screen and (min-width: 1300px){
    .container .bloc:not(.bloc:last-child)::before {
        right: 0px;
    }
    #page-home .widget.slider {
        padding: 0;
        margin-left: 22px;
    }
    .widget-search-widget .search-widget.is-reponsive footer {
        bottom: 83px;
        right: -6px;
    }
    li.menu-item-communities.menu-item-communities {
        right: 60px;
    }
    .widget-navbar .menu ul li.menu-item-user-dropdown {
        right: calc(0% + 76px);
    }
    .widget-navbar .menu ul li.menu-item-breadcrumb:first-child {
        padding: 8px 72px 8px 72px;
        margin: 0 30px 0 0;
    }
    .widget-navbar .menu ul li.menu-item-breadcrumb>a {
        width: 106px;
        height: 39px;
    }
    .search-widget.is-reponsive {
        padding: 0 40px 0 80px;
    }
    section.pres {
        padding: 20px 30px 20px 100px;
        width: calc(100% - 130px);
    }
    .search-widget footer button {
        right: 3px;
    }
    .descriptionBloc {
        padding: 28px 80px;
    }
    .contributor-result-list .contributor>div {
        padding: 12px 32px 15px;
    }
    #top-contributors {
        max-width: 100%;
    }
    section.services {
        margin: 34px 80px 24px;
    }
    .sevices .container-serv:nth-child(2){
        margin-left: 0;
    }
    .container-serv:last-child {
        margin-right: 0;
    }
    #page-home .widget-ask-question:not(.header-ask) .ask-question-container {
        margin: 20px 0px;
    }
    .widget-navbar .menu ul {
        padding: 0 90px 0 0;
    }
    section.menu-links {
        margin-left: 82px;
    }
    .descriptionBloc .container .bloc {
        margin: 8px 24px;
    }
    #categorie {
        padding: 32px 24px;
    }
}
@media screen and (min-width: 1600px){
    .contributor-result-list .contributor .description {
        max-width: 250px;
    }
}

/* ----------------------------------- PRODUCT/THREAD ------------------------------------------*/
div .widget-ask-question.header-ask .inner .button {
        top: -93px;
        left: calc(100% - 190px);
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }
        div#page-home .widget-ask-question.header-ask .inner .button {
            top: -61px;
            left: calc(100% - 226px);
        }
.breadcrumbs .step:first-child a{
    position: relative;
}
.breadcrumbs .step:first-child a::after {
    content: "Accueil";
}   
#product-navigation .product-nav li a{
    white-space: normal;
}    
.widget-question-content .inner footer .meta span {
    font-size: 12px;
}
@media screen and (min-width: 760px){
    
}
@media screen and (min-width: 990px){
    div .widget-ask-question.header-ask .inner .button {
        top: -89px;
        left: calc(100% - 167px);
    }
        div#page-home .widget-ask-question.header-ask .inner .button{
            left: calc(100% - 228px);
        }
}
@media screen and (min-width: 1300px){
    div .widget-ask-question.header-ask .inner .button {
        left: calc(100% - 228px);
        top: -89px;
    }
        div#page-home .widget-ask-question.header-ask .inner .button{
            top: -57px;
            left: calc(100% - 292px);
        }
        li.menu-item-communities.dropdown {
            right: 110px;
        }
}
/* ------------------------------------- THEM & ART --------------------------------------------*/

/* --------------------------------------- SEARCH ----------------------------------------------*/

/* --------------------------------------- OTHERS ----------------------------------------------*/

/* Member page */
#page-member .member-contribution-result-list .question .meta .meta-group{
    background: transparent;
    color: #484848;
    width: initial;
    padding: 10px 0px;
    border: none;
}
    #member-info.page-info .picture-wrapper {
        transform: translateY(-16%);
        border: none;
    }
        .member-contribution-result-list .question .meta-group > span {
            line-height: 30px;
            background: white;
            color: #0A287D;
            padding: 10px 12px;
            margin: 0 5px;
            border-radius: 0;
            border: 1px solid #0A287D;
        }
        .member-contribution-result-list .question .meta a{
            /* text-decoration: underline; */
            color: #0A287D;
        }
#page-member #thread-list-sorts .total-count {
    font-size: 16px;
}
@media screen and (min-width: 500px){
    .form-group.account-connect a {
        display: inline-block;
        width: 196px;
        margin: 8px auto 0 16px;
        text-align: center;
    }
}
/*	 FAQ	  */
#page-faq h1.title{
    font-size: 24px !important; 
    padding-bottom: 24px;
}
#page-faq #container-faq{
    padding: 20px; 
}
#faq-content .widget.widget-html .inner h2{
    text-align: center;
    padding: 15px 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin: auto;
}
.widget-cookies h1 {
    font-size: 28px;
}
.widget-cookies h2 {
    font-size: 19px;
}
.widget-cookies p {
    font-size: 14px;
}
.wrapper--cars {
  height: 100%;
  max-width: 760px;
  margin: 0 auto;
  background: white;
  margin-bottom: 64px;
}
.wrapper--cars .car_item-answer__accordion > .answer {
  display: none;
}
	.wrapper--cars .active > .answer p{
		font-size: 14px;
		line-height: 1.4;
    padding-bottom: 8px;
	}
	.wrapper--cars .active > .answer caption{
		font-size: 12px;
		width: 100%;
		text-align: left;
		font-weight: 600;
		font-style: italic;
    display: initial;
	}
.wrapper--cars .active img {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}
.wrapper--cars .accordion__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 24px;
  background: #F9F9F9;
  padding: 16px 24px;
}

.wrapper--cars .active h3 {
  font-weight: 700 !important;
}
.wrapper--cars .car_item img {
  align-self: center;
}
.wrapper--cars .image__wrapper {
  position: relative;
}
  .wrapper--cars .image__wrapper_inner {
    position: absolute;
    width: 100%;
    height: 200px;
    background-size: 72%;
    background-position: center;
    top: -129%;
  }
  .wrapper--cars .title__accordion {
    text-align: center;
  }

.wrapper--cars .car_item-answer__accordion .answer a.car h4:after{
content: "";
  transform: rotate(45deg);
  display: flex;
  width: 6px;
  height: 6px;
  margin-left: 16px;
  border: 2px solid #005dab;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
}
.wrapper--cars .active > .answer {
  display: block;
  padding-bottom: 24px;
  color: #010202;
  padding-top: 24px;
}
.wrapper--cars .active img {
  transform: rotate(180deg);
  transition: all 0.1s ease-in;
	width: 16px;
}
.wrapper--cars .car_items__accordions {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper--cars .car_item-answer__accordion {
  width: 100%;
  border-bottom: 1px solid #e8e8ea;
}
.wrapper--cars .title__accordion {
  font-size: 3rem;
  margin-top: 0px;
}
.wrapper--cars .title__car_item {
  font-weight: 400;
  font-size: 16px;
  color: #484848;
  margin: 1.4rem 0rem;
  text-transform: none;
  text-align: left;
  margin-right: 16px;
}
.wrapper--cars .car_item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.car_item-answer__accordion.active .car_item{
	border-bottom: 3px solid #112b78;
}
.wrapper--cars .car_item img {
  align-self: center;
	width: 18px;
}
.wrapper--cars .car_item-answer__accordion .answer img{
	width: 100%;
	transform: none;
	transition: none;
  cursor: pointer;
}
.wrapper--cars .box {
  position: absolute;
  top: 42%;
  left: -25%;
}
.wrapper--cars .car_item-answer__accordion .answer a.car{
	display: flex;
	flex-direction: column;
  width: 100%; 
	margin: 20px;
	position: relative;
}
#faq-content .car_item-answer__accordion .arrow{
    position: relative;
}
#faq-content .car_item-answer__accordion .arrow::after {
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
    color: #010202;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 28px;
    right: 3px;
}
#faq-content .car_item-answer__accordion.active .arrow::after {
    content: "\f077";
}

/* Lightbox */
div#containerlightbox {
    transform: scale(0);
    opacity: 0;
    transition: all ease-in-out 200ms;
}
#containerlightbox.opened{
    cursor: pointer;
    display: block;
    position: fixed; 
    width: 100%;
    height: 100%;
    left: 0; 
    top: 0;
    background-color: rgb(51 51 51 / 92%);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 8;
    transform: scale(1);
    opacity: 1;
    transition: all ease-in-out 200ms;
}
#containerlightbox.opened .cross{
    background-color: #666;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    padding: 6px 12px;
    position: fixed;
    text-transform: uppercase;
    box-shadow: 0 0 6px 3px #2e2e2e;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0px;
    display: block;
}
#containerlightbox.opened .cross::before,
#containerlightbox.opened .cross::after{
    content: "";
    position: absolute;
    top: 0;
    left: 48%;
    width: 2px;
    height: 90%;
    background: white;
}
#containerlightbox.opened .cross::before{
        transform: rotate(-45deg);
}
#containerlightbox.opened .cross::after{
        transform: rotate(45deg);
}
/* Global Mobile responsive */
@media screen and (max-width: 475px){
    div section#header {
        margin-bottom: 56px;
    }
    #page-thread section#header {
        margin-bottom: 0;
    }
    #page-article section#header {
        margin-bottom: 82px;
    }
}



/* PRODUCT INFO */
#product-content{
    
}
#product-info h1{
    font-size: 23px;
    font-family: Rexel;
    text-align: center !important;
    padding-bottom: 16px;
}
#product-info a{
    color: #0A287D !important;
    text-align: center;
}
#product-info.page-info>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 30px;
    border: 1px solid #AAA;
    width: auto;
    flex-wrap: nowrap;
}
#product-info.page-info .picture-wrapper{
    transform: none;
    border: none;
}
#product-info.page-info .info-wrapper{
    margin-top: 40px;
    /* height: 190px; */
    text-align: center;
    /* flex: 4 6 77%; */
    margin-left: 0;
}
#product-info.page-info .info-wrapper .top-info-wrapper{
    justify-content: center;
}
#product-actions{
    /* align-items: center; */
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}
#product-actions .button-thirdary{
    width: 100%;
}

#product-info.page-info .info-wrapper .toggle-description{
    margin-top: 12px;
}





/* THREAD LIST */
#question-list .question{
    border-radius: 8px;
    background: #F9F9F9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}
#thread-list-sorts .select-group select {
    border-radius: 0;
    color: #332;
    font-size: .85em;
    border: 1px solid #333;
    background: #FFF;
}
#thread-list-sorts .select-group::after {
    border-top-color: #333;
}

#product-info.page-info{
    min-width: auto;
    padding: 0 16px;
}

.contribution-result-list .question .title{
    color: #151616;
}


    #product-navigation .product-nav li.active a {
        color: #151616;
    }


#product-navigation .product-nav{
    border-radius: 8px;
    border: 1px solid #C1C4C6;
    background: #FDFDFD;
}
#product-navigation .product-nav li.active,
#product-navigation .product-nav li:hover{
    background:  #EFF0F0;
    color: #151616;
}
#product-navigation .product-nav li a{
    color: #151616 !important;
}
#product-navigation .product-nav li:hover a,
#product-navigation .product-nav li.active a{
    background:  #EFF0F0;
    color: #151616;
    font-weight: 600 !important;
}


/* */
#thread-list-sorts .total-count{
    font-size: 16px;
    font-weight: 600;
}




/*   ARTICLES/THEMATICS PAGE */
.page-info>div,
#thematics-info>div{
    flex-direction: column !important;
    align-items: center;
    border-radius: 0 30px;
    border: 1px solid #C1C4C6;
}
   #thematics-info #thematics-picture-wrapper,
    .page-info .picture-wrapper{
        border: none;
        transform: none;
        margin: 0;
    }
    #thematics-info .page-info .info-wrappe,
    .page-info .info-wrapper{
        margin-left: 0;
    }
    .page-info .info-wrapper .statistics .statistic, 
    .page-info .info-wrapper .title, .page-info .info-wrapper .title a, 
    .page-info .info-wrapper h1, .page-info .info-wrapper h1 a, 
    .page-info .info-wrapper h2, 
    .page-info .info-wrapper h2 a, 
    .page-info .info-wrapper h3, 
    .page-info .info-wrapper h3 a, 
    .page-info .info-wrapper h4, .page-info .info-wrapper h4 a, 
    .page-info footer,
    #thematics-info .thematics-description h2,
    #thematics-info #thematics-statistics .statistic{
        text-align: center;
    }
    #thematics-info .title,
    .page-info .info-wrapper .title{
        font-family: Rexel;
        font-size: 22px;
    }
    .page-info footer .button,
    #thematics-info footer .button{
        background: #0083FF;
        color: white;
        font-size: 16px !important;
    }
.thematics-search-filters.inner,
.search-filters.inner{
    border: 1px solid #C1C4C6; 
}
.thematics-search-filters .title,
.search-filters .title{
    background: #E1E1E1;
}

.category-nav h3.title{
    font-family: Rexel;
}

/* ARTICLE PAGE */
#page-article #article-viewer{
    background: #F9F9F9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
    padding: 24px;
    border-radius: 8px;
}
#article-viewer h1, #article-viewer h1.title{
    font-family: Rexel;
}

@media (min-width: 760px){
    .article-list-widget{
        margin: 34px 80px 24px;
    }
}

/* Footer Rexel*/
#rexel-footer {
  background: #0e2364;
  color: white;
  font-family: sans-serif;
  padding: 40px 0 0 0;
}

/* GRID */
.rf-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;

  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT COLUMNS */
.rf-left {
  display: flex;
  gap: 40px;
  flex: 1;
  justify-content: space-between;
}

.rf-col h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
}

.rf-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rf-col li {
  margin: 6px 0;
}

#rexel-footer a {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}
#rexel-footer a:hover {
  opacity: 1;
}

/* RIGHT AREA */
.rf-right {
  width: 350px;
}

.rf-rating h4 {
  margin-bottom: 8px;
  text-align: left;
  font-size: 18px;
}

.rf-stars {
  font-size: 18px;
  margin-bottom: 6px;
}

.rf-rating img {
  height: 26px;
  margin-left: 6px;
  vertical-align: middle;
}

/* SOCIAL */
.rf-social img {
  height: 32px;
  margin-right: 10px;
  margin-top: 15px;
}

/* BADGES */
.rf-badges img {
  height: 45px;
  margin-right: 15px;
  margin-top: 20px;
}

/* STORES */
.rf-stores img {
  height: 40px;
  margin-right: 10px;
  margin-top: 20px;
}

/* BOTTOM BAR */
.rf-bottom {
  margin-top: 40px;
  background: #f5f5f5;
  color: #222;
  text-align: center;
  padding: 15px;
}

.rf-bottom a {
  margin: 0 12px;
  color: #222 !important;
  font-size: 14px;
}

.rf-bottom p {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .rf-container {
    flex-direction: column;
  }

  .rf-right {
    width: 100%;
  }

  .rf-left {
    flex-direction: column;
  }

  .rf-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}



.aside-bloc.offres {
    width: 100%;
    max-width: 380px;            
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.aside-bloc.offres a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0 20px 25px;
}

.aside-bloc.offres img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: none;
    margin-bottom: 20px;
}

.aside-bloc.offres .title {
    font-size: 1.55rem;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.25;
    color: #333;
    text-align: left;
}

.aside-bloc.offres .title::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: #000;
    margin-top: 12px;
    margin-bottom: 15px;
}

.aside-bloc.offres p {
    font-size: 0.95rem;
    line-height: 1.45;
    color: #555;
    margin-bottom: 22px;
}

.aside-bloc.offres .link {
    display: inline-block;
    padding: 10px 22px;
    border: 2px solid #13246b;      
    color: #13246b;
    font-weight: 600;
    border-radius: 4px;
    transition: background .2s ease, color .2s ease;
}

.aside-bloc.offres .link:hover {
    background: #13246b;
    color: #fff;
}