/*** css de la plateforme seed space ***/

@font-face {
    font-family: "Myriad Pro Regular";
    src: url("../../assets/fonts/MYRIADPRO-REGULAR.OTF") format("truetype");
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url("../../assets/fonts/MYRIADPRO-BOLD_0.OTF") format("opentype");
}

.loader-signIn {
    width: 30px !important;
    height: 30px !important;
    background: none !important;
}

.default-image-prop {
    height: 30vh !important;
    object-fit: contain;
}

.modal.bottom-sheet {
    max-height: 100%;
    height: 60vh;
}

.card-formation {
    position: relative;
    max-height: 460px !important;
    height: 460px !important;
}

.card-formation .card-title {
    line-height: 30px !important;
}

.card-formation .card-content {
    padding: 15px !important;
    height: 200px;
}

.card-formation .card-content p {
    height: inherit;
}

.prix-card-formation {
    font-size: 1.45em;
    font-weight: 500;
}

.prix-card-formation p {
    color: #008cff !important;
    margin-top: 10px !important;
}

div.card-action {
    padding: 0 !important;
}

.card-formation span.card-title {
    color: #4d4d4d;
    font-size: 1.5em;
    font-weight: 500;
}

.card-formation .view {
    height: 200px;
}

.card-formation .view .card-image {
    height: inherit;
}

.card-formation .view img {
    height: inherit;
}

#config_profil_img {
    height: inherit;
    width: inherit;
    object-fit: cover;
}

.infos-formation {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 0.85em;
    margin: auto;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    padding-right: 10px;
}

span.niveau-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-left: 5px;
    /*  background-color: #313131; */
}

span.niveau-rect {
    width: 40px;
    height: 8px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    margin-top: 1px;
    margin-left: 5px;
    /*  background-color: #313131; */
}

span.niveau-circle.mobile {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-top: 0 !important;
    margin-left: 2px;
    /*  background-color: #313131; */
}

.debutant {
    background-color: #ee050d !important;
}

.intermediaire {
    background-color: #134ae2 !important;
}

.expert {
    background-color: #0a81f1 !important;
}

.card-container {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    padding: 20px;
    background-color: rgba(46, 46, 46, 0.89);
}

.deep-orange-outline {
    background: #008cff;
}

.collection .collection-item.active {
    background-color: #e4eaef !important;
}

.deep-orange-outline:hover {
    background: #55b1fc !important;
}

.moutarde {
    background-color: #008cff;
}

.moutarde:hover {
    background-color: #15248e !important;
}

.card-formation:hover .overlay {
    opacity: 1;
}

.overlay .text {
    color: white;
    position: absolute;
    top: 18%;
    left: 48%;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay button {
    color: white;
    position: absolute;
    left: 50%;
    width: 85%;
    margin: auto;
    padding-left: 15px;
    padding-right: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/* .overlay button.deep-orange-outline{
    margin-top: 75%;
}
 .overlay button.deep-orange{
    margin-top: 85%;
 } */

.sponsor-formation {
    font-size: 12px;
    padding-top: 7%;
}

.card-formation .img-sponsor img {
    width: 70px;
    height: 35px;
    /*  padding-left: 5px;
     padding-right: 5px; */
}

div.view {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

div.view .content-index {
    position: absolute;
    bottom: 0;
    /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 20px;
}

div.view img,
div.view video {
    vertical-align: middle;
    /* height: 85%; */
    width: 100%;
}

.formation-title {
    margin-top: 40px;
    font-weight: 500;
    margin-bottom: 1.4em !important;
}

@media only screen and (max-width: 600px) {
    h4.formation-title {
        margin-top: 40px;
        font-weight: 500;
        font-size: 2.2em;
        margin-left: 20px;
        margin-bottom: 1.2em !important;
    }
}

@media only screen and (min-width: 601px) {
    .contenu-formation {
        width: 100vw;
        margin-top: 0;
    }
}


/* mobile card formation */

.mobile-formation span.card-title {
    font-size: 15px !important;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mobile-formation .card-content {
    padding-top: 0px;
}

.mobile-formation p {
    font-size: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mobile-formation h5 {
    font-size: 15px !important;
    margin-top: 5px !important;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.mobile-formation .debutant {
    background-color: #ee050d !important;
}

.mobile-formation .intermediaire {
    background-color: #134ae2 !important;
}

.mobile-formation .expert {
    background-color: #0a81f1 !important;
}

.mobile-formation .card-container {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-formation span.niveau-circle.mobile {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-top: 0 !important;
    margin-left: 2px;
    /*  background-color: #313131; */
}

.card-categorie div.view {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.card-categorie div.view .content-index {
    position: absolute;
    bottom: 0;
    background: rgba(0, 140, 255, 0.836);
    /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.card-categorie div.view img,
.card-categorie div.view video {
    vertical-align: middle;
    /* height: 85%; */
    width: 100%;
}

.card-container {
    display: block;
    width: 100%;
    height: auto;
}

.card.hoverable.carte-categorie {
    max-height: 400px !important;
    height: 400px !important;
}

.en-savoir-plus {
    padding: 25px;
    font-weight: 500;
    font-size: 1.2em;
}

.carte-categorie-title {
    color: #4d4d4d;
    font-size: 1.4em !important;
    font-weight: 500 !important;
}

.orange-bg {
    background-color: #00b5ed !important;
    color: #343434;
    text-align: center;
}

.orange-b {
    background-color: #00b5ed;
    color: #343434;
    text-transform: lowercase !important;
    border-radius: 45px;
}

.orange-b-outline {
    background-color: transparent;
    border: 3px solid #00b5ed;
    border-radius: 45px;
    color: #343434;
    text-transform: lowercase !important;
    text-align: center;
}


/* navbar style */

ul#nav-mobile li {
    padding-left: 5px;
    padding-right: 5px;
}

#Searchbar {
    width: 25vw;
    height: 2em;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #343434;
    border-radius: 45px;
}

.login-btn a {
    /* font-size: 1.5em; */
    font-weight: 500;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 50px;
    color: white !important;
    background-color: #00b5ed !important;
    transition: 0.25ms;
}

.login-btn-md a {
    font-size: 1.5em;
    font-weight: 500;
    cursor: pointer;
    color: white !important;
    background-color: #00b5ed !important;
    transition: 0.25ms;
}

.login-btn-sm a {
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    color: white !important;
    background-color: #00b5ed !important;
    transition: 0.25ms;
}

.login-btn-md .btn {
    color: white !important;
}

.login-btn .btn {
    color: white !important;
}

nav .nav-wrapper ul a {
    color: #343434;
}

.login-btn:hover,
.login-btn p:hover {
    color: #4a76f1 !important;
}

div.search-bar-normal {
    width: 400px !important;
    margin-left: 50px;
}


/* .search-bar-normal input {
  width: 100%;
  border: 1px solid #666;
  height: 40px;
  padding: 15px;
} */

.search-bar-normal input {
    width: 10%;
    box-sizing: border-box;
    border: none !important;
    border-radius: 4px;
    height: 40px;
    outline: none;
    padding: 15px;
    font-size: 16px;
    background-color: white;
    background-image: url('../../assets/img/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search-bar-espace input {
    width: 500px !important;
    /* margin-left: 50px; */
    box-sizing: border-box;
    border: none !important;
    border-radius: 4px;
    height: 40px;
    padding: 15px;
    font-size: 16px;
    background-color: white;
    /* background-image: url('../../assets/img/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat; */
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search-bar-espace-small input {
    /* margin-left: 50px; */
    box-sizing: border-box;
    border: none !important;
    border-radius: 4px;
    height: 40px;
    padding: 15px;
    font-size: 16px;
    background-color: white;
    /* background-image: url('../../assets/img/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat; */
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search-bar-normal input:focus {
    width: 100%;
    background-color: #f5f5f5 !important;
}

.special-logo-width {
    width: 80% !important;
    height: 15vh !important;
}

#Search {
    color: #343434;
    border-bottom: 1px solid #343434;
    margin-left: 60px;
    background-color: #f5f5f5;
}

.card .card-content .card-title {
    line-height: 20px !important;
}

.med-icon-nav {
    margin-right: 40px;
}

.logo-on-small {
    left: 50% !important;
}

.logo-on-med {
    left: 8% !important;
}

.logo-on-large {
    left: 5%;
}

.logo-on-large img.main-logo {
    height: 40px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.height-logo {
    height: 30px !important;
}

.medium-menu li a {
    padding: 0px !important;
}

#mobileView {
    font-size: x-large;
}

.pl-4 {
    padding-left: 30px;
}

.pl-2 {
    padding-left: 20px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

footer.page-footer .list-footer li {
    position: relative;
    display: inline-block;
    margin-left: 3%;
}

.bold-text {
    font-weight: 600;
}

.orange-bg {
    background-color: #00b5ed !important;
    color: #fff;
    text-align: center;
}

.orange-b {
    background-color: #00b5ed;
    color: #fff;
    text-transform: lowercase !important;
    border-radius: 45px;
}

.card-color {
    height: 5px;
    background-color: #00b5ed;
}

html,
body {
    font-family: 'Myriad Pro Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: #3f3f3f !important;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'MyriadPro-Bold', sans-serif !important;
}

html .bold,
body .bold {
    font-weight: 500;
}

.gradient-partenaire {
    background: linear-gradient(to right, #f1f7f8, #f7f8f8, #f1f8fa, #f0f8fb, #eff9fc, #eef9fc, #edf9fd, #ecfafe, #eafaff);
    height: 100px;
}

.gradient-partenaire img {
    /* margin-top: 20px; */
}

.mb-2 {
    margin-bottom: 2em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

section.view {
    position: relative;
    width: 100%;
}

div.content-index-foot {
    position: absolute;
    bottom: 0;
    background: rgba(17, 17, 17, 0.2) !important;
    /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 20px;
}


/* horizontal great */

.second-section {
    /* background-image: url("../../assets/img/1.jpg"); */
    height: 90vh;
    /* background-size: cover; */
}

.slide-title {
    margin-top: -5px !important;
    padding-top: 10%;
    font-size: 3.2em;
    font-weight: 500;
}

.btn-container {
    margin: auto;
}

.slide-holder {
    padding: 30px;
}

.slide-holder p {
    line-height: 30px;
    font-size: 1.4em;
}

.btn-container button {
    border-radius: 30px;
}

.testify img {
    height: 150px;
    width: 150px;
    border-radius: 50px;
    display: inline !important;
}

.testify {
    font-size: 14px;
    margin-top: 50px;
}

.testify-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.testimony {
    text-align: justify;
    line-height: 30px;
    color: black;
}

.gris-pale {
    background: #f9f9f9;
    color: #9b9b9b;
}

.gradient-formation {
    background-color: #f5f5f5;
    padding: 40px;
    margin-bottom: 4.5em;
}

.gradient-formation h4 {
    font-size: 2.6em !important;
    color: #0e1b4a !important;
    margin-bottom: 1.4em;
}

.gradient-formation2 {
    background-color: #f5f5f5;
    padding: 40px;
    /* margin-top: 2em; */
}

.gradient-formation2 h4 {
    font-size: 2.6em !important;
    color: #0e1b4a !important;
    margin-bottom: 1.4em;
}

.teacher-top {
    padding-top: 30px;
    margin-bottom: 2em;
}

.action-section {
    /* background-image: url("../../assets/img/1.jpg"); */
    background-size: cover;
    height: 50vh;
    margin-top: -20px;
}

.action-section button {
    border-radius: 50px;
    margin-top: 10%;
}

.teacher-img img {
    margin-top: 20px !important;
    height: 100px;
    width: 100px;
}

.teacher-img p {
    text-align: justify;
}

.f-32 {
    color: #00b5ed;
    /* color:#f8f8f8; */
}


/* .gradient-partenaire {
    background: linear-gradient(to right, rgb(241, 247, 248), rgb(247, 248, 248), rgb(241, 248, 250), rgb(240, 248, 251), rgb(239, 249, 252), rgb(238, 249, 252), rgb(237, 249, 253), rgb(236, 250, 254), rgb(234, 250, 255));
    height: 100px;
} */

.pt-4 {
    padding-top: 40px;
}

.pt-1 {
    padding-top: 1em !important;
}

.pt-2 {
    padding-top: 2em !important;
}

.pt-3 {
    padding-top: 3em !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.start-btn {
    padding-top: 9px;
}

.body-part {
    margin: 20px;
    margin-left: 30px !important;
}

.body-part-formation {
    margin: 20px;
}

.display-columns {
    padding-left: 15px !important;
    margin-top: 20px !important;
}

.top-main-div {
    padding-left: 15px !important;
    margin-top: 40px !important;
    background-image: #1d1d1d;
}

ul.objectifs-list li {
    position: relative;
    display: block;
    list-style-type: circle !important;
}

.all-icons {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.mr-1 {
    margin-right: 5px;
}

.large-button {
    margin-bottom: 20px;
    border-radius: 50px;
    width: 200px;
    height: 50px;
}

video {
    width: 100%;
    height: 60vh;
}

.navbar-left {
    overflow: hidden;
    height: 90%;
}

.navbar-left:hover {
    overflow: auto;
}

.navbar-left .left-menu {
    background: white;
    padding: 0px !important;
}

.navbar-left .f-32 {
    color: #00b5ed;
}

.navbar-left .f-32-light {
    background-color: #f1f9fc;
}

.navbar-left .left-menu a:nth-child(1) {
    margin-top: 0px !important;
}

.navbar-left img.main-logo {
    height: 40px !important;
    /*  margin-top:10px !important;
        margin-bottom:10px !important; */
}

.navbar-left .left-menu a {
    padding: 1px 20px !important;
    color: gray;
    border-bottom: 1px solid #e0e0e0;
}

.navbar-left .left-menu a:hover {
    background: #e0e0e0;
    border-left: 2px solid blue;
    transition: 0.3s all;
    cursor: pointer;
}

.navbar-left .profile-picture {
    border-radius: 50%;
    width: 100px;
    height: 100px !important;
}

.navbar-left {
    padding: 0px !important;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #e0e0e0;
}

.navbar-left .profile-panel div {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    font-weight: 500;
}

.profile-panel img {
    height: 8vh !important;
}

.background img {
    height: 8vh !important;
}

.navbar-left .active {
    background: #e0e0e0;
    border-left: 2px solid blue;
}

.navbar-left .left-align a {
    color: inherit;
}

.admin-banner {
    font-size: 1.8em;
    text-align: center;
    color: white;
    padding: 5% 3% !important;
}

.border-body {
    border-left: 4px solid #008cff !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.no-border {
    border: none !important;
}

.orange-bg {
    background-color: #00b5ed !important;
    color: #fff;
    text-align: center;
}

.orange-b {
    background-color: #00b5ed;
    color: #fff;
    text-transform: lowercase !important;
    border-radius: 45px;
}

.card-color {
    height: 5px;
    background-color: #00b5ed;
}

.expert {
    background-color: #ee050d !important;
}

.intermediaire {
    background-color: #134ae2 !important;
}

.debutant {
    background-color: #0a81f1 !important;
}

.formation-view img {
    height: 70vh !important;
    width: 100vw;
}

.formation-view1 img {
    height: 70vh !important;
    width: 100vw;
}

.test-color {
    color: red !important;
}

.title-in-formation {
    color: #ddd6d6;
}

.pt-5 {
    margin-top: 3em;
}

.title-bold {
    font-weight: 500;
}

.text-niveau-rect {
    margin: 0px;
}

.display-columns {
    padding-left: 0px !important;
    margin-top: 20px !important;
}

.all-icons {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.gradient-partenaire {
    background: linear-gradient(to right, #f1f7f8, #f7f8f8, #f1f8fa, #f0f8fb, #eff9fc, #eef9fc, #edf9fd, #ecfafe, #eafaff);
    height: 100px;
}

.gradient-partenaire img {
    /* margin-top: 20px; */
}

.gradient-formation {
    background-color: #f5f5f5 !important;
    padding: 20px;
    margin-bottom: 4.5em;
}

.gradient-formation h4 {
    font-size: 2.6em !important;
    color: #0e1b4a !important;
    margin-bottom: 1.4em;
}

.gradient-formation2 {
    background-color: #f5f5f5 !important;
    padding: 20px;
    /* margin-top: 2em; */
}

.gradient-formation2 h4 {
    font-size: 2.6em !important;
    color: #0e1b4a !important;
    margin-bottom: 1.4em;
}

section.programme-formation {
    /* height: 600px; */
    padding: 1em;
}

.categorie-cover {
    height: 60vh;
    position: relative;
    margin-top: 0px;
    /* padding-top: 40px; */
    /* background-size: cover; */
}

.formation-view1.video-gif {
    font-size: 15px !important;
}

.formation-view1.video-gif h3 {
    font-size: 2.2em !important;
}

.formation-view1.video-gif p {
    font-size: 15px !important;
}

.price-bloc {
    height: 50px;
    width: auto;
    padding-top: 15px;
    right: 0 !important;
    color: white;
    font-weight: 500;
    margin-top: 20px;
}

.round-btn {
    border-radius: 50px;
}


/* .bouton-video {
    margin-left: 32% !important;
} */

.f32 {
    color: #00b5ed;
}


/* Slideshow container */

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.slideshow-container .scrolling-part {
    height: 380px;
    overflow-y: scroll;
}

span.niveau-rectangle {
    width: 50px;
    height: 10px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    margin: 10px;
}

.programme-formation {
    background: whitesmoke;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 0px;
    margin-top: -22px;
    /* margin-right:20px;
    margin-left:20px; */
    color: #484848;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.container-fluid {
    width: 90%;
    margin: auto;
}

.mode span img {
    width: auto !important;
    padding-top: 15px;
    height: 48px !important;
    font-size: xx-small;
    position: relative;
    display: inline-block;
}


/* Position the "next button" to the right */

.next {
    margin-left: 40px !important;
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }
    to {
        opacity: 1;
    }
}

div.view {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

div.view.formation-view .content-index {
    position: absolute;
    bottom: 0;
    background: rgba(54, 54, 54, 0.536);
    /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 20px;
}

div.view.formation-view .content-index .infos {
    margin-left: 3%;
}

div.view.formation-view1 .content-index {
    position: absolute;
    bottom: 0;
    background: rgba(54, 54, 54, 0.536);
    /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding-left: 40px;
}

div.view img,
div.view video {
    vertical-align: middle;
    /* height:80vh; */
    width: 100%;
}


/*My personnal style on code igniter @MELO*/

.description-formation-img {
    width: 85vh;
}

input:focus {
    background-color: white !important;
}

label {
    background-color: transparent !important;
}

.material-icons {
    background-color: transparent !important;
}

.p-3 {
    padding: 3em !important;
}

.p-2 {
    padding: 2em !important;
}

.p-1 {
    padding: 1em !important;
}

.border-title {
    border: 1px solid #666;
}

.mle-2 {
    margin-left: 2.5em;
}

select {
    width: 90%;
}

.signin_profile {}

.pointer {
    cursor: pointer;
}

.btn-round {
    border-radius: 30px;
}

.user-info {
    font-size: 1.5em;
}

.user-icon-detail {
    font-size: 7em;
}

.p-0 {
    padding: 0px !important;
}

.mg-0 {
    margin: 0 !important;
}

.mg-1 {
    margin: 1em !important;
}

.mg-2 {
    margin: 2em !important;
}

.mg-3 {
    margin: 3em !important;
}

.mg-4 {
    margin: 4em !important;
}

.presenting-card-user {
    /* height: 300px; */
}

.presenting-card-user img {
    width: 100%;
    height: 45vh;
}

.catalogue-back {
    background-size: cover;
    height: 300px;
    padding-top: 40px;
    padding-bottom: 2em;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.team-social {
    width: 30px !important;
    height: 30px !important;
    margin-right: 5px !important;
}

.height-logo-form {
    height: 10vh !important;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.ml-3 {
    margin-left: 3em;
}

.ml-4 {
    margin-left: 4em;
}

.sidenav-overlay {
    z-index: 1;
}

.super-alignment {
    vertical-align: super !important;
}

.text-about {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.second-section img {
    object-fit: cover;
    height: inherit !important;
    width: 100%;
}

.second-section .content-index {
    position: absolute;
    bottom: 0;
    height: 100%;
    background-color: #0d0d0e8c;
    width: 100%;
}

span.user-info {
    word-break: break-all;
}

.stat-card {}

.stat-card h5 {
    word-break: break-word;
}

.m-0 {
    margin: 0 !important;
}

.contain-edit {
    position: absolute;
    bottom: 0;
    background-color: #3f3f3f;
}

.center-add {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

#couverture_formation {
    height: 100% !important;
    width: 90%;
    object-fit: contain;
}

#timer {
    width: 0%;
}


/*END @MELO*/

@media only screen and (min-width: 993px) {
    .body-part {
        margin-left: 25% !important;
    }
    .body-part-formation {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 450px) and (min-width: 315px) {
    .formation-name {
        font-size: 1.8em !important;
    }
    .popular-form {
        font-size: 1.8em !important;
    }
    .formation-view1.video-gif {
        font-size: 13px !important;
    }
    .formation-view1.video-gif h3 {
        font-size: 1.4em !important;
    }
    .rabais {
        height: 30px;
        width: auto;
        padding-top: 5px;
        padding-left: -15px;
        color: white;
        font-weight: 500;
    }
    .rabais h5 {
        margin-bottom: 20px;
    }
    .mode span img {
        width: 48px !important;
        margin-right: 10px;
        padding: 5px;
        height: 48px !important;
        font-size: xx-small;
        position: relative;
        display: inline-block;
    }
    .mode span img .mp1 {
        margin-left: 0px !important;
    }
    .video-on-small {
        height: 400px !important;
    }
    .display-columns {
        padding-left: 0px !important;
        margin-top: 5px !important;
    }
    div.view.formation-view1 .content-index {
        position: absolute;
        bottom: 0;
        background: rgba(54, 54, 54, 0.536);
        /* Black background with transparency */
        color: #f1f1f1;
        width: 100%;
        height: 100%;
        padding-left: 20px;
    }
    div.view.formation-view1 .content-index h3 {
        font-size: 13px;
    }
    div.view.formation-view1 .content-index h4 {
        font-size: 1.6em !important;
    }
    div.view.formation-view1 .content-index p {
        font-size: 13px !important;
    }
    .formation-view {
        font-size: x-small;
    }
    .formation-view h4,
    .formation-view h3,
    .formation-view h5,
    .formation-view h6 {
        font-size: 14px !important;
    }
    .formation-view .infos {
        margin-left: auto !important;
    }
    .mySlides.slide-module {
        overflow-x: scroll;
        position: relative;
        width: 100vw;
    }
    .price-bloc {
        height: 20px;
        width: auto;
        padding-top: 5px;
        margin: 0px !important;
        color: white;
        font-weight: 500;
    }
    span.niveau-rect {
        width: 40px;
        height: 8px;
        border-radius: 5px;
        position: relative;
        display: inline-block;
        margin-top: 1px;
        margin-left: 5px;
        /*  background-color: #313131; */
    }
    .formation-view1 {
        font-size: x-small;
    }
    .formation-view1 span.niveau-rectangle {
        margin-top: 5px !important;
    }
    .bouton-video {
        margin-left: 0vw !important;
    }
    .gradient-partenaire img {
        margin-top: 20px !important;
    }
    .video-form {
        display: none;
    }
}

@media only screen and (min-width: 315px) and (max-width: 460px) {
    .body-part {
        margin: 10px !important;
        margin-left: 0px !important;
    }
    .body-part-formation {
        /* margin: 10px !important; */
    }
    .top-main-div {
        padding-left: 15px !important;
        margin-top: 10px !important;
        background-image: #1d1d1d;
    }
}

@media only screen and (max-width: 450px) and (min-width: 315px) {
    .gradient-partenaire img {
        margin-top: 20px !important;
    }
    .second-section {
        height: 90vh !important;
    }
    .slide-title {
        /*  margin-top:  !important; */
        padding-top: 20vh;
        font-size: 2em;
        font-weight: 500;
    }
    .slide-holder {
        padding: 30px;
    }
    .slide-holder p {
        text-align: justify;
        line-height: 30px;
        font-size: 1em;
    }
    .teacher-img h5 {
        text-align: center;
    }
    .gradient-formation {
        background-color: #f5f5f5;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 2.5em;
    }
    .gradient-formation h4 {
        font-size: 2em !important;
        margin-bottom: 2em !important;
        color: #0e1b4a !important;
    }
    .gradient-formation2 {
        background-color: #f5f5f5;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .gradient-formation2 h4 {
        font-size: 2em !important;
        padding-bottom: 2em !important;
        color: #0e1b4a !important;
    }
}

@media only screen and (max-width: 600px) {
    .gradient-partenaire img {
        margin-top: 15px !important;
    }
    .gradient-formation {
        background-color: #f5f5f5;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 2.5em;
    }
    .gradient-formation h4 {
        font-size: 2em !important;
        margin-bottom: 2em !important;
        color: #0e1b4a !important;
    }
    .gradient-formation2 {
        background-color: #f5f5f5;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .gradient-formation2 h4 {
        font-size: 2em !important;
        margin-bottom: 2em !important;
        color: #0e1b4a !important;
    }
    .second-section {
        height: 75vh !important;
    }
    .slide-title {
        /*  margin-top:  !important; */
        padding-top: 10vh;
        font-size: 2.2em;
        font-weight: 500;
    }
    .slide-holder {
        padding: 30px;
    }
    .slide-holder p {
        text-align: justify;
        line-height: 20px;
        font-size: 1em;
    }
    .teacher-img h5 {
        text-align: center;
    }
}

@media only screen and (min-width: 620px) and (max-width: 800px) {
    .second-section {
        height: 75vh !important;
    }
    .gradient-partenaire img {
        margin-top: 30px !important;
    }
    .slide-title {
        /*  margin-top:  !important; */
        padding-top: 15vh;
        font-size: 3.1em;
        font-weight: 500;
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    #app_suivi {
        padding: 20px;
    }
}