@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.otf');
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.otf');
}
h1,
h2,
.number-title,
.add_value .number,
.number_us p,
.test h3,
.card-sexe label,
.card-courses label,
.card-singup label{
    font-family: 'Gilroy-ExtraBold';
}

h1{
    color: #fff;
}

.card.bg-img-hero{
    position: relative;
    height: min-content;
}
.card.bg-img-hero img{
    width: 100%;
}

.title-categories{
    position: absolute;
    top: 10px;
    left: 15px;
    border-radius: 5px;
    padding: 3px 8px;
}

.title-categories h3{
    font-size: 15px;
    margin-bottom: 0;
    padding: 7px;
    color: #fff;
}

h2,
a,
.dropdown-item:hover,
.navbar-nav-item:hover .nav-link, .navbar-nav-item:focus .nav-link,
.modal-header .fa-times,
.ccard-sexelabel,
.card-courses label,
.nav-link .active,
.card-singup label{
    color: #5366f5;
}
.form-control:focus{
    border-color: #5366f55b;
}

.contenaire-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.test {
    position: relative;
    transform: rotate(353deg);
}
.test::before{
    content: "";
    position: absolute;
    transform: skewX(340deg);
    background: #a8f4da;
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    z-index: -11;
    top: 7px;
    left: 7px;
}
.test::after{
    content: "";
    position: absolute;
    background-color: white;
    box-shadow: 5px 6px 9px #00000046;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(340deg);
}

.test h3{
    padding: 5px 8px;
    font-size: 20px;
    text-align: center;
}
.new_platform svg{
    height: 60px;
    margin-bottom: 5px;
}
.new_platform svg .cls-1{
    fill:#fff !important;
}
.cls-2{
    fill:#efc649 !important;
}
.cls-3{
    fill:#53528f !important;
}
.cls-4{
    fill:#5366f5;
}
.cls-5{
    fill:#e7863b;
}
.cls-6{
    fill:#5366f5;
    stroke:#5366f6;
    stroke-miterlimit:10;
    stroke-width:0.5px;
}

.add_value svg {
    height: 85px;
}
.number_us,
.add_value .number {
    color: #a8f4da;
    font-size: 50px;
    margin-right: 15px;
}

.card-develop{
    display: flex;
    flex-direction: row;
}
.schieldren .img-harcelement{
    /* position: initial; */
    z-index: 1;
}
.schieldren {
    position: relative;
}
.convictions{
    background-color: #ecfdf7;
    margin-left: -45px;
    position: relative;
    height: 99%;
    border-radius: 30px;
}
.convictions img{
    margin-top: 30px;
    height: 60px;
}
.convictions a{
    position: relative;
    z-index: 1;
}
.card-develop img {
    height: 75px;
    margin-right: 15px;
}

.number-title{
    color: black;
    font-size: 18px;
    margin-bottom: 0;
}

.number_about{
    display: flex;
    flex-direction: row;
}

.card-singup.disable,
.card-sexe.disable,
.card-courses.disable{
    filter: grayscale(1);
}
.card-courses.active,
.card-sexe.active,
.card-singup.active{
    background-color: #5366f51f;
    box-shadow: 2px 3px 5px #00000014;
    filter: none !important;
}
.card-courses i{
    margin-left: 5px;
    cursor: pointer;
}
.card-courses,
.card-sexe,
.card-singup{
    cursor: pointer;
    /* background-color: #ececec; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #cacaca80;
    /* margin: 10px; */
    transition: all 0.8s ease;
}
.card-sexe img{
    height: 70px;
}
.card-courses img{
    height: 120px;
}

.card-singup img {
    height: 130px;
}
.card-courses label,
.card-sexe label,
.card-singup label{
    margin-top: 9px;
    margin-bottom: 0;
}
.card-singup label{
    text-align: center;
    font-size: 14px;
}

.company,
#typeCourse,
.genre{
    display: none;
}

.bg-green{
    background-color: #ecfdf7;
    padding: 30px;
    border-radius: 15px;
}

.modal-header .close {
    opacity: 1;
}
.modal-header {
    align-items: flex-start;
}
.modal-body img{
    width: 100%;
}
.card-course-similar{
    background-color: white;
    border: 1px solid #d0d0d066;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #e2e2e2;
}
.body-card-similar{
    padding: 15px;
}
.img-width img,
.img-harcelement img,
.add_value_img{
    width: 100%;
}

.convictions-height{
    height: auto;
}


.img-text{
    position: relative;
}
.img-text-body{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 250px 100px 0 100px;
    text-align: center;
}
.img-text-body h3{
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-family: 'Gilroy-ExtraBold';
}
.img-text-body h3::before{
    content: "";
    position: absolute;
    transform: skewX(340deg);
    background: #a8f4da;
    display: block;
    width: calc(100% + 12px);
    height: calc(100% + 1px);
    z-index: -11;
    top: 7px;
    left: -7px;
}
.img-text-body h3::after{
    content: "";
    position: absolute;
    background-color: white;
    box-shadow: 5px 6px 9px #00000046;
    top: 0;
    left: -14px;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(340deg);
}

/* .img-text-body{
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 108px;

}

.img-text-body .test {
    position: relative;
    transform: rotate(353deg);
}
.img-text-body .test::before{
    content: "";
    position: absolute;
    transform: skewX(340deg);
    background: #a8f4da;
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    z-index: -11;
    top: 7px;
    left: 7px;
}
.img-text-body .test::after{
    content: "";
    position: absolute;
    background-color: white;
    box-shadow: 5px 6px 9px #00000046;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(340deg);
}

.img-text-body .test h3{
    padding: 5px 8px;
    font-size: 22px;
}

.schieldren .img-text-body .test h3 {
    font-size: 30px;
}
.schieldren .img-text-body{
    top: 52px;
    left: 45px;
} */

/* .course-image img{
    height: 223px;
} */

@media(min-width: 1099px) and (max-width: 1299px) {}


@media(min-width: 992px) and (max-width: 1100px){}

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

    #nav-one{
        display: none;
    }
    .cookies-content {
        padding: 30px 30px 14px 30px !important;
        width: 100% !important;
    }
    .convictions {
        margin-left: 0;
        height: 100%;
        border-radius: 0px;
    }
    .test h3 {
        padding: 4px 8px;
        font-size: 15px;
        margin-bottom: 0;
    }

    .test::before {
        width: calc(100% + 0px);
        height: calc(100% + 1px);
        top: 3px;
        left: 3px;
    }

    .number-title,
    .number{
        text-align: center;
    }
    .add_value svg{
        margin: 15px 0;
    }
    .number_about {
        flex-direction: column;
    }
    .new_platform .col-lg-3{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .new_platform .col-lg-3 p{
        text-align: center;
    }

    .schieldren .img-harcelement {
        padding: 0;
    }
    .schieldren .img-text-body {
        top: 130px;
        left: 30px;
    }
    .schieldren .img-text-body .test h3 {
        font-size: 20px;
    }
    .schieldren .img-text-body .test::before {
        top: 3px;
        left: 3px;
    }
    .img-text-body {
        display: none;
        padding: 0;
    }
    .img-text-body h3 {
        font-size: 18px;
    }
    .fa-shopping-cart{
        font-size: 150px;
    }
    .cart-number {
        margin-top: -21px;
        margin-left: -6px;
    }
}
@media screen and (max-width: 500px) {}