html, body {
    font-family: Calibri, sans-serif;
    line-height: 1.5;
    text-align: justify;
    background-color: black;
    height:100%;
}

body {
    padding-top: 8.5vh !important;
}

a {
    color:rgb(243,140,3);
}

a {
    color:rgb(243,140,3);
}

a:hover {
    color:  rgb(243,140,3);
}

.imactiv-btn:hover {
    color: white;
}

#register-btn {
    position: absolute;
    bottom: 10%;
    left: 72%;
    font-size: xx-large;
}

@media screen  and (max-width: 992px) {
    .navbar {
        background-color: rgb(21,24,28) !important;
    }
    .navbar > div > a.navbar-brand > div {
        transition: max-height  0.3s;
        max-height: 37px;
        background: url("../img/logo.png");
        background-size: cover;
        width: 130px;
        height: 100px;
    }


}

@media screen  and (min-width: 993px) {
    .navbar {
        transition: height  0.3s;
        min-height: 4vh !important; ;
        background-color: rgb(21,24,28) !important;
        padding: 0;
    }

    .navbar > div > a.navbar-brand > div {
        transition: max-height  0.3s;
        max-height: 37px;
        background: url("../img/logo.png");
        background-size: cover;
        width: 130px;
        height: 100px;
    }

    .navbar.hovered > div > a.navbar-brand > div, .navbar:hover > div > a.navbar-brand > div {
        transition: max-height  0.3s;
        max-height: 50px;
        background:  url("../img/logo-white.png");
        background-size: cover;
        width: 95px;
        height: 100px;
    }

    .navbar:hover, .navbar.hovered {
        height: 8vh !important;
        transition: height  0.3s;
    }
}

@media (max-width: 465px) {
    .imactiv-icon-tr {
        background-image: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-size: 0%!important;
        background-position-x: 0%!important;
        background-position-y: top;
    }
}

.imactiv-icon-tr {
    background-image: url(/img/logo-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: 90%;
    background-position-y: top;
}

.anchor {
    position: absolute;
    transform: translateY(-15vh);
}

.hidden {
    display: none !important;
}

.navbar-brand > img {
    max-height: 50px;
}

#introCarrousel {
    top: 2vh;
}

#introCarrousel > div > div.carousel-item {
    height: 75vh;
    background: no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#carouselExampleIndicators > div >  div.carousel-item {
    padding-left: 30px ;
    padding-right: 30px ;
}

.overview-bg {
    margin-top: -16%;
    z-index: -1;
}

.about-bg {
    background-image: url('../img/about_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    padding-bottom: 10vh;
    background-position-y: bottom;
}

.portfolio-item {
    margin-bottom: 30px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px ;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: rgb(238, 238, 238);
    left: 50%;
    margin-left: -1.5px;
}
@media screen and (min-width: 768px) {
    .timeline > li {
        margin-bottom: -140px;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .timeline > li {
        position: relative;
    }
}

.team-img-container {
    display: block !important ;
}

.team-img {
    display: block;
    margin : auto ;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid rgb(243,140,3);
    border-right: 0 solid rgb(243,140,3);
    border-bottom: 14px solid transparent;
    content: " ";
}


.timeline > li > .timeline-panel {
    width: 44%;
    float: left;
    //border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    border: solid 1px rgb(243, 140, 3);
    background-color: rgb(20, 22, 22);
    color: rgb(196, 197, 197);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid rgb(243,140,3);
    border-right: 0 solid rgb(243,140,3);
    border-bottom: 15px solid transparent;
    content: " ";
}


.timeline > li > .timeline-panel > .card  {
    background-color: rgb(20, 22, 22);
}

.current-link {
    color: white !important;
    font-weight: bold ;
}

.timeline > li > .timeline-badge {
    color: rgb(238, 238, 238);
    width:80px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -40px;
    background-color: rgb(52, 58, 64);
    z-index: 100;
    border: solid 3px rgb(238, 238, 238)

}

.timeline > li > .timeline-badge > .timeline-day {
    line-height: 100%;
    margin-top: 10px;
    font-size: 40px;
}


.timeline > li > .timeline-badge > .timeline-month {
    line-height: 100% ;
    font-size: 30px;

}


.timeline > li > .timeline-badge > .timeline-year {
    line-height: 100% ;
    margin-bottom: 10px;
    font-size: 30px;

}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .front-cs-title {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .front-cs-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.timeline-img {
    max-width: 100%;
    margin: auto;
    padding: 5px;
    max-height: 220px;
}

li.timeline div i.timeline-label {
    height: 40px;
    background-color: rgb(243,140,3);
    width: 60px;
    position: absolute;
    right: -21px;
    top: 7px;
    text-align: center;
    font-size: 37px;
    color: rgb(20, 22, 22);
}

li.timeline-inverted div i.timeline-label {
    height: 40px;
    background-color: rgb(243,140,3);
    width: 60px;
    position: absolute;
    left: -21px;
    top: 7px;
    text-align: center;
    font-size: 37px;
    color: rgb(20, 22, 22);
}


.news-title {
    text-align: center;
    margin-top: 5px;
    /* min-height: 40px; */
    line-height: 1.8;
    /* color: #dea72b; */
    color : rgb(243,140,3);
}

.btn-news {
    padding: 5px 10px 5px 10px;
    float: right;
    background-color: rgb(243,140,3);
}

.btn-team {
    padding: 5px 10px 5px 10px;
    background-color: rgb(243,140,3);
    color: black ;

}

.timeline-filter {
    position: fixed;
    right: 80px;
    color: rgb(187, 182, 175);
    top: 0;
    bottom : 0 ;
    z-index: 100 ;
    display: flex!important;
}
.timeline-filter > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 1350px) {

    .timeline-filter {
        bottom: 0;
        top: auto ;
        left: 0 ;
        right: 0 ;
        display: inline;
        justify-content: center;
        background-color: rgb(0, 0, 0);
    }

    .timeline-filter > ul {
        display: flex;
        justify-content: center;
        flex-direction: inherit;
    }

    .timeline-filter > ul > li {
        display: inline;
    }

    .timeline-filter > ul > li > label.filter-item {
        display: inline-block !important;
        margin: 1vw;
    }

}

.timeline-filter > ul > li > label.filter-cardio {
    background-image: url("/img/gallery/cardio gris.png");
}

.timeline-filter > ul > li > label.filter-neuro {
    background-image: url("/img/gallery/neuro gris.png");
}

.timeline-filter > ul > li > label.filter-dermato {
    background-image: url("/img/gallery/dermato gris.png");
}

.timeline-filter > ul > li > label.filter-onco {
    background-image: url("/img/gallery/onco gris.png");
}

.timeline-filter > ul > li > label.filter-reset {
    background-image: url("/img/gallery/refresh gris.png");
}
@media (hover: hover) {
    .timeline-filter > ul > li > label.filter-cardio:hover {
        background-image: url("/img/gallery/cardio blanc sur orange.png");
    }
}
@media (hover: hover) {
    .timeline-filter > ul > li > label.filter-neuro:hover {
        background-image: url("/img/gallery/neuro blanc sur orange.png");
    }
}
@media (hover: hover) {
    .timeline-filter > ul > li > label.filter-dermato:hover {
        background-image: url("/img/gallery/dermato blanc sur orange.png");
    }
}
@media (hover: hover) {
    .timeline-filter > ul > li > label.filter-onco:hover {
        background-image: url("/img/gallery/onco blanc sur orange.png");
    }
}
@media (hover: hover) {
    .timeline-filter > ul > li > label.filter-reset:hover {
        background-image: url("/img/gallery/refresh blanc sur orange.png");
    }
}

.timeline-filter > ul > li > label.filter-reset:active {
    background-image: url("/img/gallery/refresh gris.png");
}

.timeline-filter > ul > li > label.filter-cardio.checked {
    background-image: url("/img/gallery/cardio noir sur orange.png") !important;
}

.timeline-filter > ul > li > label.filter-neuro.checked {
    background-image: url("/img/gallery/neuro noir sur orange.png") !important;
}

.timeline-filter > ul > li > label.filter-dermato.checked {
    background-image: url("/img/gallery/dermato noir sur orange.png") !important;
}

.timeline-filter > ul > li > label.filter-onco.checked {
    background-image: url("/img/gallery/onco noir sur orange.png") !important;
}

.timeline-filter > ul > li > label.filter-reset.checked {
    background-image: url("/img/gallery/refresh noir sur orange.png") !important;
}

.news-filter {
    border: solid 3px ;
    border-radius: 40px ;
}

.news-filter:hover {
    background-color: rgb(243,140,3);
    color: white;
    opacity: 1.0 !important;
}

.news-filter.checked {
    background-color: rgb(243,140,3);
    color: black;
    opacity: 1.0 !important;
}

.timeline-filter > ul > li > label.filter-item {
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 20px;
    display: block ;
    font-size: 40px ;
    opacity: 0.5;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1349px) {
    .timeline-filter > ul > li > label.filter-item {
        width: 50px;
        height: 50px;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        font-size: 20px;
        opacity: 0.5;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .news-filter {
        border: solid 3px ;
        border-radius: 25px ;
    }
}
@media (hover:hover) {
    .timeline-filter > ul > li > label.filter-item:hover {
        opacity: 1;
    }
}

.timeline-filter > ul > li > label.filter-item.checked {
    opacity: 1;
}

.timeline-filter > ul > li > label > input.filter {
    display: none;
}

.timeline-filter > ul {
    list-style: none;
    margin: 10px ;
    padding: 0px ;
    background-color: black ;
}

@-webkit-keyframes AnimationName {
    0%{background-position:19% 0%}
    50%{background-position:82% 100%}
    100%{background-position:19% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:19% 0%}
    50%{background-position:82% 100%}
    100%{background-position:19% 0%}
}
@keyframes AnimationName {
    0%{background-position:19% 0%}
    50%{background-position:82% 100%}
    100%{background-position:19% 0%}
}

.modal-content {
    background-color: rgb(21, 24, 28);
    color: rgb(238, 238, 238);
}

.modal-header {
    border-bottom: 1px solid rgb(243,140,3) !important;
}

.modal-header  .close {
    color: orange !important ;
    margin-left: 0px;
}

.modal-footer {
    border-top : 1px solid rgb(243,140,3) !important;
}


.modal-img {
    max-width: 100% ;
    height: auto ;
    max-height: 500px;
    margin: auto ;
}
.modal-title {
    color: rgb(243,140,3);
}

.upper-text {
    color: rgb(238, 238, 238);
    /* font-size: x-large; */
    text-transform: uppercase;
    /* font-variant: all-small-caps; */
    line-height: 2.1;
}

.img-legend {
    font-style: italic;
}

.employee-card > div.card {
    background-color: rgb(21, 24, 28);
    color: rgb(238, 238, 238);

}

h1.imactiv-title {
    border-bottom: solid 3px rgb(243,140,3);
    padding-bottom: 15px;
    color: rgb(238, 238, 238);
    font-variant-caps: small-caps;
    font-size: 4em;
    overflow-wrap: break-word;
}

li.imactiv-title {
    color: rgb(238, 238, 238);
    font-variant-caps: small-caps;
    background-color: rgb(21, 24, 28);
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px ;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;

}

.imactiv-front-title {
    padding-bottom: 15px;
    color: rgb(238, 238, 238);
    font-variant-caps: small-caps;
}

h1.imactiv-front-title {
    font-size: 3.5em;
    padding-top: 6vh!important;
}

@media (max-width : 767px) {
    h1.imactiv-front-title {
        font-size: 3em;
    }

    h1.imactiv-title {
        border-bottom: solid 2px rgb(243,140,3);
        font-size: 3em;
        overflow-wrap: break-word;
    }

    h2.imactiv-title {
        font-size: 2.5em!important;
        overflow-wrap: break-word;
    }

    .front-cs-overlay h4 {
        font-size: 1.2rem!important;
    }
}
@media (max-width: 576px) {
    h1.imactiv-front-title {
        font-size: 2em;
    }
    h3.imactiv-front-title {
        font-size: 1.5em;
    }

    h2.imactiv-title {
        font-size: 2.0em!important;
        overflow-wrap: break-word;
    }

    .front-science-field {
        width: 70% !important;
        justify-content: start !important;
    }

    .front-cs-overlay  h4 {
        font-size: 1.0rem!important;

    }

}

@media (max-width: 350px) {
    h1.imactiv-front-title {
        font-size: 1.2em;
    }
    h3.imactiv-front-title {
        font-size: 0.9em;
    }

    .carousel-caption {
       bottom:35% !important ;
    }

    h2.imactiv-title {
        font-size: 1.8em!important;
        overflow-wrap: break-word;
    }

    .front-cs-overlay  h4 {
        font-size: 0.7rem!important;
    }
}

.carousel-caption {
    bottom: auto !important;
    top: 4vh !important;
}

h3.imactiv-front-title {
    margin: auto ;
    text-align: center;
}


.imactiv-highlight {
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
    padding: 5px;
    font-style: oblique;
}

#contact-link {
    color: white!important;
}

h6.team-subtitle {
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
    padding: 5px;
    font-style: oblique;
    text-align: center;
}


.front-news > a {
    color: black ;
    background-color: black !important;
    text-decoration: none;
}

.front-news > a > .card {
    background-color: black !important;
}

.close {
    color : rgb(243,140,3);
    opacity: 1.0 !important;
}

.close:hover {
    color : rgb(243,140,3)!important;
}

.expertise-background {
    background-image: url(../img/front3.jpg);
    background-size: contain;
    padding-top: 25px;
    padding-bottom: 25px;
}

.expertise-card > .card {
    background-color: rgba(255, 255, 255, 0.35);
    color: white;
    padding-top: 20px;
    font-size: larger;
}

.expertise-card > .card > h4 {
    font-weight: bold;
    font-variant-caps: small-caps;
    font-size: 45px;
}
.expertise-card {
    background-color: transparent ;
    margin-top: 20px;
}

.expertise-btn {
    background-color: rgba(255, 255, 255, 0.91);
    color: black;
    border-radius: 0px;
    font-weight: bold;
}

.expertise-btn:visited {
    color: black;
}

.expertise-btn:hover {
    color: rgb(81, 81, 81);
}

.dark-background {
    background-color: rgb(21, 24, 28);
    color: rgb(238, 238, 238);
    padding-top: 30px;
    padding-bottom: 30px;
}

.black-background {
    background-color: rgb(0, 0, 0);
    color: rgb(238, 238, 238);
    padding-top: 30px;
    padding-bottom: 30px;
    font-variant-caps: small-caps;
}

.imactiv-text {
    text-align: justify;
    color: rgb(238, 238, 238);
    font-size: larger;
}

.news-front-date {
    background-color: lightgrey;
    padding: 15px;
    text-align: center;
    font-size: larger;
}

.news-front-date > span.front-news-month {
    text-transform: capitalize;
    margin-right: 5px;
}

.news-front-date > span.front-news-year {
    text-transform: capitalize;
    margin-left: 5px;
}

.front-news.a > .card {
    background-color: transparent;
}

.front-news-title {
    text-align: center;
    margin-top: 5px;
    line-height: 1.2;
    color : rgb(243,140,3);
}

.testim-txt {
    font-size: larger;
}

.imactiv-btn {
    padding: 5px 10px 5px 10px;
    background-color: rgb(243,140,3) !important;
    color : white ;
    text-align: center;
    cursor: pointer;
}

a.imactiv-btn:visited {
    color : white ;
}

.form-control {
    background-color: rgb(52, 58, 64);
}

.front-map {
    width: 90%;
    height: 450px;
    position: relative;
    overflow: hidden;
    margin: auto;
    border: 0 ;
}

.imactiv-emph {
    color : rgb(243,140,3);
}
h2.imactiv-title {
    color: rgb(238, 238, 238);
    font-variant-caps: small-caps;
    font-size: 60px;
    background-color: rgb(21, 24, 28);
    padding-left: 10px;
    margin-top: 10vh;
    margin-bottom: 7vh;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
}
h3.imactiv-title {
    color: rgb(238, 238, 238);
    font-variant-caps: small-caps;
    font-size: 40px;
    background-color: rgb(21, 24, 28);
    padding-left: 10px;
}
.sample-highlight {
    border-right: solid 2px rgb(255, 75, 24);
    border-top: solid 2px rgb(255, 157, 60);
    padding-top: 15px;
    padding-left: 20px;
}

.biology-highlight {
    border-left: solid 2px rgb(109, 253, 238);
    border-top: solid 2px rgb(79, 253, 96);
    padding-top: 15px;
    padding-left: 20px;
}

.gallery {
    padding-bottom: 150px;
}

.gallery > div > div.card {
    background-color: black;
}

.imaging-highlight {
    border-left: solid 2px rgb(7, 58, 253);
    border-top: solid 2px rgb(32, 9, 253);
    padding-top: 15px;
    padding-left: 20px;
}

.imaging-btn {
    background-color: rgb(2,200,239)!important;
}

.biology-btn {
    background-color: rgb(34,199,42)!important;
}

.sample-preparation-btn {
    background-color: rgb(243,140,3)!important;
}

.image-processing-btn {
    background-color: rgb(140,140,140)!important;
}

.front-cs-overlay {
    background-color: rgba(241, 241, 235, 0.71);
    width: 80% !important;
    height: 80% !important;
    position: absolute;
    left: 10%;
    top: 10%;
    padding: 7px;
    font-size: initial;
    font-weight: 500;
    overflow: hidden;
    line-height: 0.9;
    text-align: left;
}

.front-cs-overlay > a {
    width: 100% ;
    height: 100% ;
}

.media-item > .front-cs-overlay {
    display: none;
}

.media-item:hover, media-item.hovered {
    cursor: pointer ;
}

.media-item {
    background-color: black;

}
.form-control {
    color: rgb(243, 140, 3);
}
.case-study-section > div > .media-item {
    border: solid 1px white;
    padding: 10px;
    border-radius: 10px;
}

.media-item:hover > .front-cs-overlay,  media-item.hovered > .front-cs-overlay {
    display: block;
}
.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 50vh;
}

.front-cs-overlay > p {
    margin: 15px;
    line-height: 0.9;
    font-size: large;
    font-weight: 100;
    font-style: oblique;
    overflow: hidden;
}


.cs-service-filters  {
    list-style: none;
    padding-left: 0;
    margin: auto;
    width: 90%;
    margin-bottom: 15px; 
}

.cs-result {
    text-align: left;
    margin-right: 20px;
}

.cs-service-filters > li {
    margin: 5px ;
}

.service-thumbnail {
    background-color: black;
    margin: auto;
}

.service-thumbnail > img {
    border-radius: 50%;
    margin: auto;
}

.dropdown-menu  li {
    color: white;
    padding-left: 10px;
    margin: 2px 0px 2px 0px;
    cursor: pointer;
}

ul.dropdown-menu {
    background-color: rgb(21, 24, 28);
}
.dropdown-menu li:hover {
    background-color: rgb(243, 140, 3);
}

.dropdown-menu li:visited {
    background-color: #343a40;
    color: #6c757d;
}


.filter-row {
    margin: auto;
    border: solid 1px rgb(243, 140, 3);
    padding: 10px 25px;
    width: 80%;
    list-style : none ;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pills-row {
    width: 95%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
}

#refresh-btn {
    margin: auto ;
}

.filter-list {
    padding: 10px 25px;
    width: 80%;
    list-style : none ;
    display: flex;
    flex-wrap: wrap;
}

.filter-row li {
    margin-top: 2px;
    margin-bottom: 2px ;
    margin-left: 2px;
    margin-right: 2px ;
}

.badge-imactiv {
    padding-top: 7px;
    padding-bottom: 7px;
}

.badge-imactiv span:hover {
    cursor: pointer ;
    color: rgb(51, 51, 51);
}

li.filtered {
    background-color: #212529 !important;
    color: #495057 !important;
}

.front-science-field {
    color: rgb(243, 140, 3) !important;
    font-size: x-large;
}

.front-science-field:hover {
    color: rgb(238, 238, 238) !important;
    font-size: x-large;
}

.front-science-field:visited  {
    border-size: 0px !important ;
}


.front-science-field img {
    width: 60px;
}

.front-science-field:hover img.cardio {
    content: url("/img/services/icone cardio blanc.png");
}
.front-science-field:hover img.dermato {
    content: url("/img/services/icone dermato blanc.png");
}
.front-science-field:hover img.neuro {
    content: url("/img/services/icone neuro blanc.png");
}
.front-science-field:hover img.onco {
    content: url("/img/services/icone onco blanc.png");
}
.front-science-field:hover img.domain {
    content: url("/img/services/icone_plus_orange.png");
}

.front-science-field div {
    visibility: visible;
    height: fit-content;
    margin-left: 10px;
}

.customer-walk-label{
    margin-left: 20px;
    margin-bottom: 0;
}

.customer-walk-img {
    max-width: 64px;
    max-height: 64px !important;
    width: auto;
    height: auto;
}

#services-cslist {
    min-height:60vh ;
}

.front-domains {
    list-style: none ;
    width: 100%;
    padding: 0;
}

.covid{
    position: fixed;
    bottom: 25px;
    right: 40px ;
    background-color: black;
    width: 500px;
    border: solid 1px rgb(243,140,3);
    padding: 20px;
    color: rgb(243,140,3);
}

.covid > a {
    float: right;
}

.shipping-card {
    background-color: black ;
    color: orange ;
    margin-bottom: 15px;
}

.shipping-card > .card {
    background-color: rgb(21, 24, 28) !important;
}
.shipping-card > .card  > .text-center {
    font-variant: all-small-caps;
}

.shipping-card > .card  > .card-body {
    font-size: large ;
    text-align: left;
}


.shipping-card > .card ul {
    color: white ;
}
#exampleModalCenter .fa {
    text-shadow: none;
}

exampleModalLongTitle .fa {
    text-shadow: none;
}
#pills-tab {
    border-bottom: solid 6px rgb(243, 140, 3);
}
.page-link {
    color : rgb(243, 243, 243);
    background-color: rgb(21, 24, 28);
    border : none ;
    margin: 0px 5px 0px 5px;
    border-radius: 15px 15px 0px 0px!important;
    padding: 15px 0px 15px 0px;

}
.page-link:hover {
    color : black;
    background-color: rgb(243,140,3);
    border-color: black;
}

.front-link {
    margin: inherit !important;
    border-radius: inherit !important;
    padding: .5rem .75rem !important;
}

.active > .page-link {
    background-color: rgb(243,140,3)!important;
    color: black!important;
    border-color: rgb(243,140,3) !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f38c03;
}

.nav-link.fa-linkedin:hover {
    color: rgb(14,118,168)!important;
}

.nav-link.fa-youtube-play:hover {
    color: rgb(196,48,43)!important;
}


.image-processing-list-item {
    width: 64px;
    margin-right: 20px !important;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.visu-title-item {
    color: rgb(243, 243, 243);;
    font-size: x-large;
}

.image-processing-title-item {
    color: rgb(243,140,3);;
    font-size: xx-large;
}

.image-processing-arrow {
    margin-left: 25px;
}

.visu-v-arrow {
    margin-left: 25px;
    height:60px
}

.arrow-branch {
    background-color: rgb(243,140,3);
    border: solid 2px rgb(243,140,3);;
    height: 70%;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.transparent-arrow {
    border-color: transparent !important;
}

.arrow-triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 20px solid rgb(243,140,3);;
}

.harrow > .arrow-branch {
    background-color: rgb(243,140,3);
    border: solid 2px rgb(243,140,3);;
    height: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.harrow > .arrow-triangle {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 20px solid rgb(243,140,3);;
}


h4.imactiv-title {
    font-variant: small-caps;
    color: orange;
    font-size: xx-large;
    text-align: left;
    overflow-wrap: break-word;
}


.visualisation-picto {
    width: 64px ;
}


@media (min-width:1090px) {
    .visu-steps-v {
        display: none !important;
    }
}

@media (max-width:1089px) {
    .visu-steps-h {
        display: none !important;
    }
}


.hexrow {
    white-space: nowrap;
    /*right/left margin set at (( width of child div x sin(30) ) / 2) makes a fairly tight fit; a 3px bottom seems to match*/
    width: fit-content;
    margin-top: 18px;
}

.hexrow > a > div {
    width: 113px;
    height: 198.2px; /* ( width x cos(30) ) x 2 */
    /* For margin:
    right/left = ( width x sin(30) ) makes no overlap
    right/left = (( width x sin(30) ) / 2) leaves a narrow separation
    */
    margin: 0 35px;
    position: relative;
    background-position: -50px 0; /* -left position -1 x width x sin(30) */
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: grey;
    text-align: center;
    line-height: 173.2px; /*equals height*/
    display: inline-block;
    z-index: 0;
}

.hexrow > a:nth-child(odd) > div {
    top: 64.3px; /* ( width x cos(30) / 2 ) */
}

.hexrow > a {
    text-decoration: none ;
}

.hexrow > a:nth-child(even) > div {
    top: -44.8px; /* -1 x( ( width x cos(30) / 2) + (hexrow bottom margin / 2)) */
}

.hexrow > a  > div > div:first-of-type {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-color: inherit;
    -ms-transform:rotate(60deg); /* IE 9 */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari and Chrome */
    -o-transform:rotate(60deg); /* Opera */
    transform:rotate(60deg);

}


.hexrow > a  > div > div:last-of-type {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    overflow: hidden;
    background-color: inherit;

    -ms-transform:rotate(-60deg); /* IE 9 */
    -moz-transform:rotate(-60deg); /* Firefox */
    -webkit-transform:rotate(-60deg); /* Safari and Chrome */
    -o-transform:rotate(-60deg); /* Opera */
    transform:rotate(-60deg);
}


.hexrow > a > div > span {
    display: inline-block;
    margin: 0 -30px;
    line-height: 1.1;
    vertical-align: middle;
    white-space: normal;
}

.grey-hex {
    background-color: #434347 !important;
}
.darkgrey-hex {
    background-color: rgb(21,24,28) !important;
}

.hexrow  > a > div:hover {
    background-color: rgb(243,140,3)!important;
    color: black;
    transition: 0.8s;
    cursor: pointer;
}

/*
.hexIn:hover .img:before,
.hexIn:hover .img:after,
*/

.hexIn:hover .hexLink {
    opacity: 1;
}


/*** TODO : HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:901px) { /* <- 4-3  hexagons per row */
    #hexGrid{
        padding-bottom: 5.5%;
        font-size: 13px;
    }
    .hex {
        width: 25%; /* = 100 / 4 */
    }
    .hex:nth-child(7n+5){ /* first hexagon of even rows */
        margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
    #hexGrid{
        padding-bottom: 7.4%;
        font-size: 14px;
    }
    .hex {
        width: 33.333%; /* = 100 / 3 */
    }
    .hex:nth-child(5n+4){ /* first hexagon of even rows */
        margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
    #hexGrid{
        padding-bottom: 11.2%;
        font-size: 12px;
    }
    .hex {
        width: 50%; /* = 100 / 3 */
    }
    .hex:nth-child(3n+3){ /* first hexagon of even rows */
        margin-left:25%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 400px) {
    .hexrow > div {
        width: 113px;
        height: 198.2px; /* ( width x cos(30) ) x 2 */
        /* For margin:
        right/left = ( width x sin(30) ) makes no overlap
        right/left = (( width x sin(30) ) / 2) leaves a narrow separation
        */
        margin: 0 35px;
        position: relative;
        background-position: -50px 0; /* -left position -1 x width x sin(30) */
        background-repeat: no-repeat;
        color: #ffffff;
        background-color: grey;
        text-align: center;
        line-height: 173.2px; /*equals height*/
        display: inline-block;
        z-index: 0;
    }

    .hexrow > div:nth-child(odd) {
        top: 64.3px; /* ( width x cos(30) / 2 ) */
    }

    .hexrow > div:nth-child(even) {
        top: -44.8px; /* -1 x( ( width x cos(30) / 2) + (hexrow bottom margin / 2)) */
    }

}

.cell-viability {
     background-image: url('/img/services/cell_viability.png');
     background-repeat: no-repeat;
     background-size: contain;
    background-position-x: -40px;
    background-position-y: 10px;
 }

.cell-assay {
    background-image: url('/img/services/cell_assay.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.adipocyte {
    background-image: url('/img/services/adipocyte.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: bottom;
}

.screening-card {
    margin-bottom: 30px ;
}

.dropdown-menu {
    background-color: rgb(21,24,28);
}
.dropdown-item {
    color: white;
}
.dropdown-item:hover {
    background-color: orange;
    color: black;
}

.dropdown-divider {
    border-color: orange;
}

.partner-alt-name {
    margin-left: 20px;
}

@media(min-width: 768px) {
    .partner-name {
        font-size: xxx-large;
        font-variant-caps: small-caps;
    }

    .partner-btn {
        font-size: xxx-large ;
        margin-right: 15px;
        color: rgb(243,140,3)!important;
    }

    .partner-alt-name {
        display: none;
    }

    .partner-main-name {
        display: block;
    }
}

@media(max-width: 768px) {
    .partner-name {
        font-size: xx-large;
        font-variant-caps: small-caps;
    }

    .partner-btn {
        font-size: xx-large ;
        margin-right: 15px;
        color: rgb(243,140,3)!important;
    }

    .partner-alt-name {
        display: block;
    }
    .partner-btn > span {
        display: none;
    }
    .partner-main-name {
        display: none !important;
    }
}

@media(max-width: 500px) {
    .partner-name {
        font-size: x-large;
        font-variant-caps: small-caps;
    }

    .partner-btn {
        font-size: x-large ;
        margin-right: 15px;
        color: rgb(243,140,3)!important;
    }
}

.partner-intro {
    font-variant: initial;
}

.partner-intro {
    font-variant: initial;
}

.partner-background {
    background-color: rgb(21, 24, 28);
    color: rgb(238, 238, 238);
    margin: 10px;
}

.partner-btn {
    font-size: xxx-large ;
    margin-right: 15px;
    color: rgb(243,140,3)!important;
}

.partner-btn span {
    font-variant-caps: small-caps;
    font-size: medium;
}

.offer {
    font-variant-caps: initial;
    text-align: left;
}

.offer  h3 {
    font-variant-caps: small-caps;
}

.joint-offer {
    background-color: rgb(106, 105, 111);
}


.right-btn {
    float: right ;
}

.imactiv-offer {
    background-color: rgb(51, 51, 51);
}
.partner-offer {
    background-color: rgb(104, 76, 29);
}

.techno-platform {
    background-color: rgb(51, 51, 51);
}

.partner-testimonial {
    font-style: italic;
    font-variant-caps: normal;
    line-height: normal;
}

.zeiss-offer {
    border-radius : 15px;
    left: 15px;
    padding: 40px;
    text-align: justify;
    background-color: rgba(106, 105, 111,0.8);
    padding-bottom: 60px!important;
}

@media(min-width: 1200px) {
    .zeiss-offer {
        top: 25%;
    }

}

@media(max-width: 1200px) {
    .zeiss-offer {
        top: 15%;
    }
}

@media (max-width: 1024px) {
    .zeiss-overlay {
        display: none ;
    }

    .zeiss-sequential {
        display: block ;
    }
}

@media (min-width: 1024px) {
    .zeiss-overlay {
        display: block ;
    }

    .zeiss-sequential {
        display: none ;
    }
}

.webinar-item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.webinar-thumb {
    height: 220px;
    background-color: transparent;
    margin: auto;
}

.webinar-header {
    height: 85px;
    background-color: #73264d;
    margin: auto;
    position: relative;
}

.webinar-bookmark {
    background-color: #BBB6AF;
    color: black;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    width: min-content;
    margin-right: 0px;
    margin-left: auto;
    bottom: 30px;
    right: -15px;
    border-radius: 5px;
    font-size: 1rem;
}

.webinar-infos {

    /* background-color: #5daf6033; */
    margin: auto;
    /*width: 350px;*/
    padding-top: 10px;
}

.webinar-addons > .webinar-details {
    padding-left: 0px ;
}

.webinar-details {
    list-style: none;
    text-align: left ;
}

.webinar-teaser {
    border-right: solid 3px rgb(243,140,3) ;
}

.webinar-btn {
    float: right ;
}

.webinar-addons {
    font-size: medium;
}

.yt {
    position: relative;
    display: block;
    width: 90%;
    height: 0;
    margin: auto;
    padding: 0% 0% 56.25%;
    overflow: hidden;
}

.yt iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.consent-msg {
    font-size: medium;
}

.webinar-picture {
    height: 100%;
    width: auto ;
}