#group {
    /*display: table;*/
    display: flex;
    width: 100%;
}

#group #listiitem img.produit {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

#group .main.overlay {
    /*position: relative;*/
}

#group .main:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s ease .4s, opacity .4s ease;
}

#group .main.overlay:before {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s ease, opacity .4s ease;
}

#group .main .child {
    padding: 30px;
    position: relative;
    min-height: 400px;
}

#group .main .child.uneCategorie .img {
    margin: 0px 30px;
    float: left;
}

#group .main .child.uneCategorie .img:hover .hover {
    display: none;
}

#group .main .child.uneCategorie {
    min-height: 0;
    overflow: auto;
}

#group .main .child .img {
    margin: auto;
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
}

#group .main .child.uneCategorie h1 {
    font-size: 50px;
    font-weight: bold;
    color: #123159;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.descriptionCategorie {
    color: #123159;
    font-size: 16px;
    width: calc(100% - 240px);
    float: left;
    display: inline-block;
}

#group .main .child .img .img_inner {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 10px solid #DDDDDD;
    background: #333333;
    overflow: hidden;
}

#group .main .child h2 {
    font-size: 20px;
    max-width: 250px;
    margin: auto;
    padding-top: 15px;
}

#group .main .child .img .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: rgba(18, 49, 90, 0.7);
    font-weight: bold;
    text-align: center;
    padding: 20px;
    padding-top: 50px;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.5s;
    border-radius: 50%;
}

#group .main .child .img:hover .hover {
    opacity: 1;
    transition: 0.5s;
}

#group .main .child .description {
    color: #123159;
    max-width: 250px;
    margin: auto;
}

#group .main .child .linebottom, .linebottom {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 6%;
    width: 88%;
    height: 1px;
    background: #EEEEEE;
}

#group .main .child .lineright, .lineright {
    display: block;
    position: absolute;
    right: 0;
    bottom: 6%;
    height: 88%;
    width: 1px;
    background: #EEEEEE;
}

/* RENTAL GROUP */
#rental_group {
    display: flex;
    width: 100%;
}

#rental_group #listiitem img.produit {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

#rental_group .sidebar .counter {
    display: none;
}

#rental_group .main {
    /*width: 100%;*/
}

#rental_group .main.overlay {}

#rental_group .main:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s ease .4s, opacity .4s ease;
}

#rental_group .main.overlay:before {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s ease, opacity .4s ease;
}

#rental_group .main .child {
    padding: 30px;
    position: relative;
    min-height: 400px;
}

#rental_group .main .child.uneCategorie .img {
    margin: 0px 30px;
    float: left;
}

#rental_group .main .child.uneCategorie .img:hover .hover {
    display: none;
}

#rental_group .main .child.uneCategorie {
    min-height: 0;
    overflow: auto;
}

#rental_group .main .child .img {
    margin: auto;
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
}

#rental_group .main .child.uneCategorie h1 {
    font-size: 50px;
    font-weight: bold;
    color: #123159;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#rental_group .main .child .img .img_inner {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 10px solid #DDDDDD;
    background: #333333;
    overflow: hidden;
}

#rental_group .scol3 {
    width: 25%;
}

#rental_group .rental_filters {
    text-align: right;
    padding-right: 38px;
}

#rental_group .rental_filters p {
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

#rental_group .rental_filters span {
    text-align: left;
}

#rental_group .rental_filters_empty {
    display: none;
    padding: 200px 0;
}

#rental_group .rental_filters_empty p {
    text-align: center;
}

#rental_group #listiitem {
    display: flex;
    flex-wrap: wrap;
    transition: filter .4s ease;
}

#rental_group #listiitem.loading {
    filter: blur(5px) grayscale(100%);
}

@media all and (max-width: 480px) {
    #rental_group .sSelect .sSelectbar {
        width: 160px;
    }

    #rental_group .sSelect .sSelectUl {
        width: 180px;
    }
}

/* SIDEBAR */
.sidebar_toggle {
    display: none;
}

.sidebar, .main {
    /*display: table-cell;
    vertical-align: top;*/
    display: block;
    float: left;
}

.main {
    width: calc(100% - 350px);
}

.main .clearfix {
    display: flex;
    flex-wrap: wrap;
}

.sidebar {
    background: #EEEEEE;
    width: 350px;
    min-height: 500px;
    overflow: hidden;
}

.sidebar.sticky {
    position: relative;
    z-index: 9999999;
}

.sidebar.sticky .sidebar-container {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow: hidden;
}

#header.sticky + #content .sidebar.sticky .sidebar-container {
    top: 50px;
    /*padding-bottom: 50px;*/
}

.sidebar .sidebar-container {
    overflow-y: auto;
    overflow: hidden;
}

.sidebar .label {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: lighter;
    color: #123159;
    font-size: 16px;
    line-height: 18px;
}

#formFiltre {
    height: 100%;
    max-height: calc(100vh - 98px);
    overflow: auto;
}

#formFiltre #reset_filters {
    display: block;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 60px;
}

.sidebar .universe {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
    background: #123159;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
}

.sidebar ul li:nth-child(3n+2) .universe {
    background: #00934F;
}

.sidebar ul li:nth-child(3n+3) .universe {
    background: #677A98;
}

.sidebar .universe:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
}

.sidebar .universe:hover:before {
    background: rgba(0, 0, 0, 0.3);
}

.sidebar .universe:hover {
    background: #CCCCCC !important;
    color: #333333;
}

.sidebar .universe:hover:after {
    border-top-color: #CCCCCC !important;
}

.sidebar .universe:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #12315A transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.sidebar ul li:nth-child(3n+2) .universe:after {
    border-top-color: #00934F;
}

.sidebar ul li:nth-child(3n+3) .universe:after {
    border-top-color: #677A98;
}

.sidebar ul.child {
    margin: 0px;
    margin-left: 30px;
    height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    z-index: -1;
    position: relative;
    overflow: hidden;
    /* overflow-y: scroll; */
}

.sidebar ul.child li {
    margin-bottom: 10px;
    position: relative;
}

.sidebar ul.child li i {
    position: absolute;
    top: 6px;
}

.sidebar li.open ul.child /*, .sidebar li:hover ul.child*/ {
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    z-index: 1;
    color: #ACB5C1;
}

.sidebar ul.child label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.sInput {
    z-index: -1;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: white;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin-left: 10px;
    position: absolute;
    top: 0px;
    right: 20px;
}

.sInput:after {
    background: white;
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 3px;
    transition: 0.2s;
}

.sInput.checked:after {
    background: #123159;
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.sidebar ul.child label {
    padding: 0px 15px;
    padding-right: 50px;
    font-size: 20px;
    color: #123159;
    display: inline-block;
    width: 100%;
    position: relative;
}

.sidebar ul.child label .counter {
    margin-left: 5px;
}

.sidebar ul.child li.active a {
    font-weight: bold;
    font-size: 24px;
}

/* LISTING */
#listiitem .description {
    text-align: left;
    color: #123159;
}

#listiitem .description ul {
    list-style: disc;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.conteneurTitreDescri {
    min-height: 150px;
}

@media screen and (max-width: 1400px) {
    #listiitem .scol3 {
        width: 50%;
    }

    #rental_group .scol3 {
        width: 33.33%;
    }

    #listiitem:not(.slick-slider) .scol3:nth-child(3n + 1) {
        clear: none;
    }

    #listiitem:not(.slick-slider) .scol3:nth-child(2n + 1) {
        clear: left;
    }
}

#listiitem li .li-inner {
    padding: 40px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#listiitem li {
    position: relative;
}

#listiitem:not(.slick-slider) li:nth-child(3n + 1) {
    clear: left;
}

/*#listiitem li:nth-child(3n + 1){
	clear: both;
}*/
/*.main #listiitem li:nth-child(3n+1){
	clear: both;
}*/
#listiitem li .li-inner .bcolor {
    margin-top: 20px;
}

#listiitem li .li-inner .conteneurTitreDescri {
    max-width: 320px;
    margin: auto;
}

#listiitem li .li-inner .conteneurTitreDescri a {
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #123159;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}

#iitem .listePdf {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

#iitem a.boutonPdf,
#iitem a.boutonContact,
#iitem_associate a.boutonPdf,
#iitem_associate a.boutonContact {
    font-size: 20px;
    display: block;
    width: 100%;
    max-width: 480px;
    text-align: center;
    margin: 20px auto;
}

#iitem img.detaille {
    width: 600px;
    height: auto;
    max-width: 100%;
}

#iitem .caracteristiques h2,
#iitem_associate .caracteristiques h2 {
    color: #B7C0CF;
    font-size: 30px;
    font-family: 'Calibri';
    font-weight: 100;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#precedent i {
    font-size: 30px;
    color: white;
    line-height: 50px;
}

#precedent {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #CCCCCC;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

#iitem .caracteristiques td,
#iitem_associate .caracteristiques td {
    padding-bottom: 15px;
    border: none;
    text-align: left;
}

#iitem .caracteristiques td:first-child,
#iitem_associate .caracteristiques td:first-child {
    width: 120px;
    min-width: 120px;
    text-align: right;
    font-weight: bold;
}

#iitem .description {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}

#iitem .description .list_actu {
    margin-top: 40px;
}

#iitem .description .list_actu > p {
    font-weight: bold;
    font-size: 18px;
}

#iitem .description .list_actu > ul li {
    padding-left: 30px;
    position: relative;
    transition: all .4s ease;
}

#iitem .description .list_actu > ul li:hover {
    padding-left: 40px;
}

#iitem .description .list_actu > ul li:before {
    content: '\f1ea';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    transition: all .4s ease;
}

#iitem .description .list_actu > ul li:hover:before {
    left: 15px;
}

#iitem .description .list_actu > ul li a {
    text-decoration: none;
}

#iitem .description .btn_prod_associes {
    margin-top: 20px;
}

#iitem .description .btn_prod_associes i {
    padding-left: 10px;
}

#listiitem-more {
    text-align: center;
    margin-top: 20px;
}

#iitem h1 {
    padding-top: 0;
    font-size: 50px;
}

#iitem .rayureDroite {
    border-right: 1px solid #EEEEEE;
    text-align: center;
    overflow: hidden;
}

#iitem .listeImgProduit li:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    width: 0px;
    left: 0;
    height: 11px;
    background: #E7EAEE;
    transition: width 0.5s ease;
}

#iitem .listeImgProduit li.selectionne:after, #iitem .listeImgProduit li:hover:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    width: 97px;
    left: 0;
    height: 11px;
    background: #E7EAEE;
}

#iitem .smallProduit {
    vertical-align: middle;
    width: 97px;
    margin-right: 30px;
    cursor: pointer;
}

#iitem .listeImgProduit {
    margin: 40px 0;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}

#iitem .listeImgProduit li {
    position: relative;
    display: inline-block;
    margin: 20px 0;
}

#iitem,
#iitem_associate {
    position: relative;
    color: #123159;
    padding: 30px 20px;
    padding-top: 50px;
}

.noUppercase {
    text-transform: none;
}

#group .main .child.uneCategorie h1.titreRecheche {
    font-size: 30px;
    letter-spacing: 4px;
}

#iitem_associate .iitem .scolwrap {
    display: none;
}

#iitem_associate .iitem.active .scolwrap {
    display: block;
}

#iitem_associate .iitem .heading {
    background: #E7EAEE;
    padding: 20px 0 30px 0;
    text-align: center;
    position: relative;
    width: 104%;
    margin-left: -2%;
    cursor: pointer;
    margin-top: 2px;
    font-size: 24px;
}

#iitem_associate .iitem .heading:before {
    position: absolute;
    content: '\f078';
    font-family: 'FontAwesome';
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

#iitem_associate .iitem .description {
    padding: 20px 0;
}

.sidebar .conteneurBtn input {
    letter-spacing: 1px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    color: #123159;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.sidebar .conteneurBtn {
    position: relative;
    margin: 25px auto;
    width: 230px;
    background: white;
    display: none;
}

.sidebar .conteneurBtn:hover:after {
    height: 100%;}

.sidebar .conteneurBtn:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 5;
    background: #F7F7F7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#c-brand-header {
}

#c-brand-header .background {
    background-size: cover;
    padding: 5% 15%;
    font-size: 3vw;
    color: white;
}

#c-brand-header .big {
    color: #00924D;
    font-weight: lighter;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 6px;
}

#c-brand-header .medium {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    padding: 10px 0;
}

#c-brand-header .text {
    font-size: 20px;
    max-width: 600px;
}

#iitem .rental {
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
    margin-top: 40px;
}

#iitem .rental .rental_button {
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    #c-brand-header .big {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 4px;
    }

    #c-brand-header .medium {
        font-weight: bold;
        font-size: 30px;
        line-height: 30px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 980px) {


    #c-brand-header .background {
        font-size: 2em;
    }
}

@media screen and (max-width: 1280px) {
    #iitem .scol2 {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    #iitem .scol2 {
        float: left;
        width: 50%;
    }

    #group .main .child.uneCategorie .descriptionCategorie,
    #rental_group .main .child.uneCategorie .descriptionCategorie {
        width: 100%;
    }

    #group .main .child.uneCategorie h1,
    #rental_group .main .child.uneCategorie h1 {
        font-size: 30px;
    }

    /*.sidebar , .main {
        display: block;
        width: 100%;
    }*/
}

@media screen and (max-width: 980px) {
    #listiitem .scol3 {
        float: left;
        width: 50%;
    }

    .main #listiitem li:nth-child(3n+1) {
        clear: none;
    }

    .main #listiitem li:nth-child(2n + 1) {
        clear: left;
    }

    /*.main #listiitem li:nth-child(2n+1){
        clear: both;
    }*/
    #iitem .scol2 {
        float: left;
        width: 50%;
    }

    .main {
        width: 100%;
        position: relative;
        transition: all .4s ease;
    }

    #group,
    #rental_group {
        display: block;
    }

    .sidebar {
        width: 100%;
        opacity: 1;
        transition: width .4s ease, opacity .2s ease 0s;
    }

    .sidebar .sidebar-container {
        overflow-y: hidden;
    }

    .sidebar.open {
        opacity: 1;
        width: 255px;
        transition: width .4s ease, opacity .2s ease .4s;
    }

    .sidebar.open + .main {
        width: calc(100% - 255px);
        opacity: .4;
    }

    .sidebar_toggle {
        display: block;
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 9999999;
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        transform: translateY(-50%);
        border: 1px solid #16325A;
        border-left: none;
        cursor: pointer;
        transition: all .4s ease;
    }

    .sidebar_toggle.open {
        left: 250px;
        background: #EEEEEE;
        border-color: transparent;
    }

    .sidebar_toggle i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
        color: #16325A;
    }

    .sidebar_toggle.open i:before {
        content: '\f00d';
    }
}

@media screen and (max-width: 880px) {
    #iitem .scol2 {
        float: none;
        width: 100%;
    }

    #iitem .rayureDroite {
        border: none;
    }
}

@media screen and (max-width: 800px) {
    #listiitem .scol3 {
        float: none;
        width: 100%;
        clear: none;
    }

    .descriptionCategorie {
        float: none;
        width: 100%;
    }

    #group .main .child.uneCategorie .img,
    #rental_group .main .child.uneCategorie .img {
        margin: auto;
        float: none;
    }

    #group img.produit,
    #rental_group img.produit {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #iitem h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 600px) {
    #group .main .child.uneCategorie h1,
    #rental_group .main .child.uneCategorie h1 {
        font-weight: bold;
        font-size: 30px;
        line-height: 30px;
        padding: 10px 0;
    }
}

.scroll_table {
    width: 100%;
    overflow-y: auto;
}

.scroll_table table {
    width: 100%;
}