/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto';
    font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.breadcrumb{
    background-color: white;
}

.jumbotron{
    padding: 1rem 1rem;
}

.jumbotron .lead{
    font-size: 1rem
}

.card-body:hover{
    background-color: whitesmoke;
}
.card-footer:hover{
    background-color:gray;
}

.card-text{
    font-size:10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

strong {
    font-weight: bold;
}

pre {
    white-space: pre-wrap;                 /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
    white-space: -pre-wrap;                /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;              /* Opera 7 and up */
    word-wrap: break-word;                 /* IE 5.5+ and up */
}


div.InRed *
{
    color: #3a8d0e;
}

.hidden_header {
    display: none;
}

.toto {
    max-height: 10rem; 
    cursor:pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.video,
.video iframe {
  height: 100%;
  width: 100%;
}
.vb-content-slot {
  overflow: hidden;
} 

/* INIT */
.sectionActive{
    color: #4E9CB9;
}

.content-blue {
    background-color: #0B3857;
}

.space-padding-content {
    padding-left: 90px;
    padding-right: 90px;
}

.img-h-200 {
    max-height: 200px;
    overflow: hidden;
    object-fit: cover;
    margin: auto; 
}

.img-box {
    height: 200px;
    display: flex;
}

.img-box-slider {
    height: 200px;
    display: flex;
}

.partner-text{
    text-transform: uppercase;
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-width: 200px;
    height: 3.6em;
    line-height: 1.8em;
}

.training-descr-text{
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-width: 200px;
    height: 3.6em;
    line-height: 1.8em;
}

.link {
    color: white;
}

.link:hover {
    color: #d4d4d4;
}

.b-15 {
    border-radius: 15px;
}

.content {
    background-color: white;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    border-radius: 15px;
    overflow: hidden;
}

.bg-grey {
    background-color: #EAE7E7;
}


.separation-breadcrumb nav {
    box-shadow: none;

    position: relative;
    top: 30px;

    margin-left: 50px;
}

.separation-breadcrumb .breadcrumb {
    background-color: transparent;
}

.separation-breadcrumb .btn-right {
    position: absolute;
    bottom: -13px;
    right: 50px;
}

.separation {
    margin-top: 50px;
    height: 10px;
    background: #10243F;
    width: 55%;
    z-index: 1;
    display: inline-table;
    position: relative;
}

.separation p {
    position: absolute;
    right: -8px;
    top: -25px;
}

/* HOME */
.home-img h1 {
    top: 0;
    margin-top: 30px;
    text-align: center;
}

.info-img {
    top: 30%;
    right: 0;
    left: 0;
}

.slide-home {
    height: 100%;
    background-color: #0B3857;
}


#container {
    display: grid;
    place-items: center
}

#slider-container {
    width: 85vw;
    max-width: 1400px;
    position: relative;
    overflow: hidden;
    padding: 20px;
}


.btnSlideContainer {
    margin-top: 50px;
    text-align: center;
}

.position-bottom {
    position: absolute;
    bottom: 15px;
    right: 15px;
}


.btnSlideRound {
    cursor: pointer;
    margin: 10px;
}

.btnSlideRound svg {
    width: 80px;
    height: 80px;
    color: white;
    border: 4px solid;
    border-radius: 50%;
}

#slider-container .btnSlide , #slider-container_partenaire .btnSlide{
    position: absolute;
    top: calc(50% - 30px);
    height: 30px;
    width: 30px;
    border-left: 8px solid #10243F;
    border-top: 8px solid #10243F;
    cursor: pointer;
}

#slider-container .btnSlide:hover {
    transform: scale(1.2);
}

#slider-container .btnSlide.inactive {
    border-color: rgb(153, 121, 126)
}

#slider-container .btnSlide:first-of-type  , #slider-container_partenaire .btnSlide:first-of-type{
    transform: rotate(-45deg);
    left: 10px;
    z-index: 999;
}

#slider-container .btnSlide:last-of-type  , #slider-container_partenaire .btnSlide:last-of-type {
    transform: rotate(135deg);
    right: 10px;
}

#slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%;
    transition: all .5s;
}

#slider-container #slider .slide {
    margin: auto 10px;
    display: grid;
    place-items: center;
}

#slider-container #slider .slide span {
    color: white;
    font-size: 150px;
}

/* SLIDER PARTENAIRE */
/* SLIDER PARTENAIRE */
/* SLIDER PARTENAIRE */
#containerPartenaire {
    margin-top: 100px;
    display: grid;
    place-items: center
}

#slider-container_partenaire {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    max-width: 1400px;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

#slider-container_partenaire #sliderPartenaire {
    /* display: flex; */
    width: 100%;
    /* height: 100%; */
    transition: all .5s;
}

#slider-container_partenaire #sliderPartenaire .slidePartenaire {
    margin: 50px;
    display: grid;
    place-items: center;
}


@media only screen and (min-width: 1100px) {

    #slider-container #slider .slide {
        width: calc(2.5% - 20px);
    }

}

@media only screen and (max-width: 1100px) {

    #slider-container #slider .slide {
        width: calc(3.3333333% - 20px);
    }

}

@media only screen and (max-width: 900px) {

    #slider-container #slider .slide {
        width: calc(5% - 20px);
    }

}

@media only screen and (max-width: 550px) {

    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }

}

.qsm-content {
    background-color: #10243F;
    border-radius: 20px;
    height: 250px;
}

.qsm-content ul li {
    margin: 0;
    padding-left: 10px;
    font-size: 40px;
    font-weight: bold;
}

.qsm-title {
    font-size: 25px;
}

.qsm-description {
    font-size: 16px;
}

.qsm-icon {
    margin: auto 10px auto auto;
}

.qsm-icon i {
    font-size: 50px;
}

.round-white {
    height: 100px;
    width: 100px;
    bottom: -30px;
    left: -25px;
    border-radius: 50px;
    background-color: white;
}

.edit-profil {
    cursor: pointer;
}

/* Cours */
.cours-media {
    height: 500px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background: black;
}

.cours-media img {
    width: 100%;
    object-fit: cover;
}

.cours-media video {
    width: 100%;
    object-fit: cover;
}

/* CONTACT */
.text-90deg {
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    font-size: 65px;
    bottom: -40px;
    left: 0;
    font-weight: 900;
    color: #10243F;
}

.user-img-contact {
    position: absolute;
    right: 30px;
}

form {
    position: relative;
    margin-top: 25px;
    margin-left: 20px;
}

/* EXPERTISE */
.content .domaine-title {
    text-align: center;
    padding: 20px;
    margin: 0;
}


/* FORMATIONS */
.right-bottom {
    right: 0;
    bottom: 0;
}

.bg-blue {
    background-color: #4E9CB9;
}

/* Selection Partenaire */
.aside-profil {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

aside .aside-padding {
    padding: 20px;
}

.aside-profil img {
    object-fit: cover;
    width: 100%;
}


/* FOOTER & NAV */
.footer {
    padding: 50px;
    min-height: 300px;
    background-color: #232148;
}

.footer .btn {
    font-size: 14px;
}

.copyright {
    padding-left: 50px;
    background-color: #1C1A3A;
}

.copyright p {
    line-height: 50px;
    margin: 0;
}

#first-nav li {
    margin: auto;
}

#nav-bar-custom {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
}

#nav-bar-custom ul {
    line-height: 30px !important;
}

nav .btn {
    font-size: 14px;
}

#nav-bar-custom {
    background-color: #EAE7E7 !important;
}

#nav-bar-custom ul li a {
    color: black;
    line-height: 4;
}

#nav-bar-custom ul li a:hover {
    color: white !important;
    text-decoration: none !important;
    background-color: #1D1A39 !important;
}

.b-form-tags {
    border: none;
}

/* ASIDE */
aside {
    min-height: 100vh;
    height: 100%;

    background-color: #10243F;
}

aside .aside-padding {
    padding: 20px;
}

aside select {
    border-radius: 20px !important;
}

/* banner */
.banner {
    background-color: #10243F;
}

/* BTN */
.btn.btn-primary,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #10243F;
    border-color: #10243F;
}

.btn.btn-primary.focus,
.btn.btn-primary:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background-color: #10243F;
    border-color: #10243F;
}

.btn.btn-primary:hover {
    background-color: #18365e;
    border: 1px solid transparent;
}

.btn.btn-info,
.btn.btn-info:not(:disabled):not(.disabled):active {
    background-color: #4E9CB9;
    border-color: #4E9CB9;
}

.btn.btn-info.focus,
.btn.btn-info:focus,
.btn.btn-info:not(:disabled):not(.disabled):active,
.btn.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background-color: #4E9CB9;
    border-color: #4E9CB9;
}

.btn.btn-info:hover {
    background-color: #3f7e95;
    border: 1px solid transparent;
}


/* RESPONSIVE */
@media (max-width: 1400px) {
    .info-img img {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .text-90deg {
        font-size: 55px;
        bottom: 0;
    }

    .home-img h1 {
        font-size: 2rem;
    }

    .div-first-plan:nth-child(2){
        order: 2;
    }

    .div-second-plan:nth-child(1){
        order: 1;
    }
}


#nav-bar-custom-nav {
    display: none;
}

@media (max-width: 992px) {
    aside {
        min-height: initial;
    }

    footer {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .home-img h1 {
        font-size: 1.5rem;
    }

    .navbar-nav {
        flex-direction: unset !important;
    }

    #nav-bar-custom {
        display: none;
    }

    #nav-bar-custom-nav {
        display: flex;
        box-shadow: none !important;
    }

    #nav-bar-custom-nav .navbar-nav {
        display: initial !important;
    }
}

@media (max-width: 645px) {
    #nav-bar-custom ul li {
        font-size: 0.6em !important;
    }

    .separation {
        width: 70%;
    }

    .position-bottom {
        position: initial;
        right: inherit;
        left: inherit;
        float: right;
    }
}

@media (max-width: 576px) {
    .text-90deg {
        font-size: 40px;
        bottom: 80px;
    }

    .home-img #background-img {
        height: 200px !important;
    }

    .home-img {
        height: 200px !important;
    }

    .info-img img {
        display: none;
    }

    
}

@media (max-width: 350px) {
    .separation {
        width: 85%;
    }
}