/*NAVBAR*/

.bandeau_top_navbar_services {
    width: 100%;
    text-align: center;
    padding: 8px 0px 8px 0px;
}

.bandeau_top_navbar_services  > img {
 max-height: 30px;
}

/** MENU **/
.stimdata-menu-services.navbar {
    min-height: 45px;
    border-radius: 0;
    border: none;
    font-size: 12px;
    background-color: #ffffff;
    text-transform: uppercase;
}

.navbar-right {
    background-color: #64B2E2;
}

.stimdata-menu-services.navbar .divider-vertical {
    height: 15px;
    margin: 17px 0 0 0;
    border-right: 1px solid #2081C9;
    border-left: 1px solid #333;
}

.stimdata-menu-services .navbar-collapse {
    color: #333;
    padding-left: 10px;
}

.stimdata-menu-services .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 13px;
}

.stimdata-menu-services.navbar-default .navbar-brand {
    padding: 12px;
    height: 45px;
}

.stimdata-menu-services.navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #2081C9;
    font-weight: 500;
    text-transform: uppercase;
}

.stimdata-menu-services.navbar-default .navbar-nav > li > a:hover {
    background-color: #2081C9;
    color: #ffffff;
}

.stimdata-menu-services.navbar-default .navbar-nav > .open > a,
.stimdata-menu-services.navbar-default .navbar-nav > .open > a:focus,
.stimdata-menu-services.navbar-default .navbar-nav > .open > a:hover {
    background-color: #2081C9;
    color: #fff;
}

.stimdata-menu-services.navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0;
}

.stimdata-menu-services.navbar-default .navbar-collapse,
.stimdata-menu-services.navbar-default .navbar-form,
.stimdata-menu-services.navbar-default .navbar-toggle .icon-bar {
    border-color: #2081C9;
}

.stimdata-menu-services .dropdown-menu {
    background-color: #fff;
    color: #2081C9;
}

.stimdata-menu-services .dropdown-menu > .active > a,
.stimdata-menu-services .dropdown-menu > .active > a:focus,
.stimdata-menu-services .dropdown-menu > .active > a:hover {
    color: #2081C9;
    text-decoration: none;
    background-color: #333 !important;
    outline: 0;
}

.stimdata-menu-services .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    /*
    left: -1px;
    */
}

.stimdata-menu-services .dropdown-menu > li > a {
    font-size: 14px;
    color: #2081C9;
}

.stimdata-menu-services .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.stimdata-menu-services .dropdown-menu > li > a:focus .icon,
.dropdown-menu > li > a:hover .icon {
    background-color: #2081C9;
    color: #ffffff;
}

.stimdata-menu-services .navbar-brand-icon {
    position: relative;
    top: 0px;
    max-width: 100px;
    max-height: 50px;
}


.stimdata-menu-services .navbar-toggle .icon-bar {
    background-color: #2081C9;
}

.stimdata-menu-services .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-active {
    /*border-bottom: 1px solid #64B2E2;*/
    box-shadow: inset 0px -4px #2081C9;
    font-weight: bold;
}


/*NAVBAR*/

/*GRID*/
.display-grid {
    display: grid;
    gap: 1.5rem;
}

.grid-center-h-v {
    justify-content: center;
    align-content: center;
}

.display-grid.detail-pathologie {
    grid-template-areas:
            'details'
            'visuel';
}

.display-grid.detail-pathologie-btn {
    grid-template-columns: repeat(1, 1fr);

}



.detail-pathologie > .grid-child:nth-child(1) {
    grid-area: visuel;
}

.detail-pathologie > .grid-child:nth-child(2) {
    grid-area: details;
}

.display-grid.slider-content-item-grid {
    grid-template-columns: repeat(1, 1fr)!important;
}

/*GRID*/




/*BODY*/
.btn + .btn {
    margin-left: unset;
}

.services {
    background-color: #FFFFFF;
}

#banniere_patho {
    display: none;
}

.container-service {
    max-width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 3%;
}

.front .container, .container-service .services {
    margin-bottom: 27px;
}

.titre-service-fleche {
    color: #2081C9;
    display: inline-table;
}

.pathologie-arrow-down {
    display: none!important;
}

.titre-service-fleche i {
    color: #5E96FF!important;
    font-size: 40px!important;
    position: relative;
    top: 60px;
}


.titre-detail-service {
    position: relative;
    left: 70px;
    top: 20px;

    font-weight: 900;
    color: #2081C9;
    text-align: left;
    font-size: 20px;
}

.sous-titre-detail-service {
    font-weight: 900;
    color: #2081C9;
    text-align: left;
    font-size: 20px;
    margin-top: 15px;
}

.sous-titre-detail-produit {
    font-weight: 900;
    color: #2081C9;
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: unset;
    word-wrap: break-word!important;
}

.detail-sous-titre {
    color: #2081C9;
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}

.div_contacts, .div_plv {
    background-color: #EDF3FF;
    color: #2081C9;
    width: 120px;
    padding : 15px 20px;
    text-align: center;
    margin-bottom: 8px;
}

.div_plv {
    width: 155px;
    padding : 4px 8px;
}

.div_plv > a {
    text-decoration : none;
}

.div_download_produit {
    background-color: #EDF3FF;
    color: #2081C9;
    width: 270px;
    padding : 5px 20px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.border-bottom-service {
    position: absolute;
    border-bottom: 3px solid #2081C9;
    content: '';
    width: 150px;
}

.produits-content {
    border: 1px solid #00000029;
    box-shadow: #00000029 0 0 5px 3px;
    text-align: center;

}

.produits-content > img {
    max-height: 235px;
    max-width: 200px!important;
}



.border-bottom-service-margin-bottom {
    margin-bottom: 35px;
}

.slider-service {
    padding-right: 60px!important;
    padding-left: 60px!important;
}

.border-lightblue {
    border: 1px solid #BCD3FF;
    border-top: 5px solid #BCD3FF;
}

.row-service {
    margin: 55px 0px 0px 0px;
}

.row-service.row-service-no-margin {
    padding-left:0!important;
    padding-right:0!important;
}

.row-service > div {
    padding-right: 0;
    padding-left: 0;
}

.flex-center-h-v {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    flex: 1;
    height: 100%;
}

.flex-center-h {
    justify-content: center;
}

.titre-service-droite {
    font-size: 20px;
    font-weight: 900;
    color: #2081C9;
    margin-bottom: 25px;
}

.btn-primary-service-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

}

.btn-primary-service {
    border-radius: 25px;
    background-color: #BCD3FF;
    color: #2081C9;
    border: 1px solid #BCD3FF;
    font-weight: 900;
    padding-right: 20px;
    padding-left: 20px;
    /*width: 300px;*/
    /*flex: 1;*/
}

.btn-primary-service:hover {
    background-color: #2081C9;
    color: #fff;
    border: 1px solid #2081C9;
}

.under_image-produit {
    margin-left: 20px!important;
    margin-right: 20px!important;
}

.descriptif_produit {
    text-align: left;
    color: #2081C9;
    font-size: 12px;
}

.webinar_content {
    width: 100%;
}


/*BODY*/

/*SLIDER*/

.slider-content {
    margin-top: 15px;
    text-align: center;
}

ul.slick-dots {
    background-color: #BCD3FF;
    border-radius: 20px;
    max-width: 350px;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    position: unset;

}

.slick-dots li button:before {
    font-size: 28px;
    color: #2081C9;
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    color: #2081C9;
    font-size: 26px;
}

.slick-dots li.slick-active button:before {
    color: white;
}



.slider-content-item:first-child {
    margin-left: 0px!important;
}

.slider-content-item:last-child {
    margin-right: 0px!important;
}

.prev-arrow-custom {
    color: #2081C9;
    padding: 1px 15px 0 35px;
    display: none;

}

.next-arrow-custom {
    color: #2081C9;
    padding: 1px 35px 0 15px;
    display: none;

}

/*UPLOADER*/

#containerDetailService .isaffic {
    position: relative!important;
    top:-150px!important;
}

.uploaderContainer {
    border: 2px dashed lightgray;
}

.previewUploaded {
}

.input-uploader {
    position: absolute;
    z-index: -1;
    color: transparent;
}

/*UPLOADER*/


/*SLIDER*/


@media (min-width: 768px) {

    .stimdata-menu-services.navbar-default .navbar-nav > li > a:before {
        display: inline-block;
        width: 1px;
        height: 15px;
        background-color: #2081C9;
        content: '';
        position: relative;
        left: -15px;
        top: 3px;
    }

    .stimdata-menu-services.navbar-default .navbar-nav > li:first-child > a:before {
        display: none;
    }

    .stimdata-menu-services .navbar-collapse .nav > .divider-vertical {
        display: none;
    }

    .page-detail-pharmacie .remove-right-padding {
        padding-right: 0;
    }
}

@media (min-width: 900px) {

    #banniere_patho {
        display: block;
    }

    .display-grid.detail-pathologie {
        grid-template-areas: 'visuel details details';
    }

    .titre-service-droite {
        font-size: 32px;
    }

    .pathologie-arrow-down {
        display: block;
    }

    .pathologie-arrow-down > .titre-service-fleche > i {
        position: unset!important;
        margin-top: 20px;
    }

    .display-grid.detail-pathologie-btn {
        grid-template-columns: repeat(12, 1fr);
    }

    .detail-pathologie-btn > .grid-child:nth-child(1) {
        grid-column: span 4;
    }

    .detail-pathologie-btn > .grid-child:nth-child(2) {
        grid-column: span 4;
    }

    .detail-pathologie-btn > .grid-child:nth-child(3) {
        grid-column: span 4;
    }

    .detail-pathologie-btn > .grid-child:nth-child(4) {
        grid-column: span 6;
    }

    .detail-pathologie-btn > .grid-child:nth-child(5) {
        grid-column: span 6;
    }

    .detail-pathologie-btn > .grid-child:nth-child(6) {
        grid-column: span 12;
    }

    .display-grid.slider-content-item-grid {
        grid-template-columns: repeat(3, 1fr)!important;
    }

    .slider-content-item {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
}