/* header navigation */

.btn-neutral{
    background-color: #e05206;
    color: white;
    border-radius: 47px;
    padding: 12px !important;
}
.header-global .nav-global li a, .header-global .nav-global li a:hover {
    text-transform: capitalize;
}

.nav-courseware-01{
    background-color:#cd0037;
    border-radius: 40px;
}

.header-global .nav-global li a, .header-global .nav-global div a {
    color: white !important;
}
.header-global .nav-courseware li .btn {
    background-color:#cd0037;
    border-bottom-color:#cd0037;
    box-shadow: none;
    border-radius: 30px;
    padding: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
.discussion-module .btn, .wmd-prompt-dialog .btn, .btn {
    color: #fff !important;
    border: 0px solid #cd0037 !important;
}

.header-global .wrapper-header .list-inline.nav-global {
    justify-content: flex-end !important;
}

.header-global .nav-global li:last-child, .header-global .nav-global div:last-child {
    margin-right: 10px;
}

/* banner */

.banner{
    background-size: cover;
    height: 800px;
    background: 
    /* top, transparent dark */ 
    linear-gradient(
    rgba(0, 0, 0, 0.9),
    rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url("../images/banner.jpg");
    background-size:cover;
    border-radius: 0 0 90px 90px;

    }


.banner_top_left_pictos{
    background-image: url("../images/pictos_top.png");
    width: 220px;
    height: 85px;
    background-size: contain;
}

.banner_text_title{
    color: #fff;
    font-weight: bold;
}

.banner_text_subtitle{
    color: #fff;
    text-align: center;
    width: 50%;
    margin: auto;
}

.banner_bottom_right_pictos{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 71%;
}

.banner_bottom_right_pictos_img{
    background-image: url("../images/pictos_bottom.png");
    background-size: contain;
    height: 263px;
    width: 495px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner_bottom_right_picto_text_container{
    width: 67%;
    font-size: 0.8em;
    color:#e05206;
    margin-left: 5em;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 30px;
}
.banner_bottom_right_picto_text_top{
    font-weight: bold;
}

.banner_bottom_right_picto_right_bottom {
    width: 160px;
    background-color: #cd0037;
    border-radius: 20px;
    margin-left: 17em;
    color: white;

}

.banner_bottom_right_picto_right_bottom_circle {
    background-color: #a1006b;
    height: 35px;
    display: flex;
    justify-content: center;
    float: right;
    width: 35px;
    border-radius: 30px;
}
.span_button{
    padding-top: 8px;
    display: inline-block;
    padding-left: 14px;
}

.mobile_en_savoir_plus{
    display: none;
}

/* courses */
.courses_course_mobile {
    display:none
}

.courses_title{
    text-align: center;
    margin:2em;
    color: #a1006b;
    font-weight: bold;
}

.courses_course{
    height: 500px;
    border-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 589px;
    margin: 2em;

    background-color: lightgray;
    background-position:
    bottom left, /* this positions the second image */
    top right; /* this positions the first image */
    background-repeat:
    no-repeat; /* this applies to both images */
    background-size: 50%;
}

.course1{
    background-image: url("../images/train.jpg");
}
.course2{
    background-image: url("../images/energie.png");
    background-position:
    top right, 
    bottom left; 
    padding-left: 0;
    padding-right: 576px;
    text-align: right;
}
.course3{
    background-image: url("../images/mecanique.png");
    padding-left: 636px;
}
.course4{
    background-image: url("../images/manoeuvre.png");
    background-position:
    top right, 
    bottom left; 
    padding-left: 0;
    padding-right: 430px;
    text-align: right;
}
.course5{
    background-image: url("../images/depannage.png");
}

.courses_course_container{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.container_left_side{
    align-items: flex-end;
}
.courses_course_container_border{
    border-top: solid 2px #e05206 ;
    width: 240px;
    padding-top: 10px;
    padding-left: 0px;
    margin-left: -45px;
}
.border_left_side{
    margin-bottom: -185px;
    width: 258px;
    margin-left: -74px;
    padding-left: -1px;
    margin-right: -33px;
}
.border1{
    margin-left: -45px;
}
.border3{
    margin-left: -31px;
}

.border5{
    margin-left: -33px;
}


.courses_course_container_texte_title{
    margin-bottom: 25px;
    color: #e05206;
    font-weight: bold;
}

.courses_course_container_texte_content{
    margin-top: 10px;
}


/* footer */
body footer.global {
    display: none;
}


/* responsive */

@media screen and (max-width: 1550px) {
    .courses_course {
        height: 400px;
    }
    .border_left_side{
        margin-bottom: -135px;
    }
  }

@media screen and (max-width: 1260px) {
.courses_course {
    height: 300px;
    }
    .border_left_side{
        margin-bottom: -85px;
    }
    .courses_course{
        padding-left: 50%;
    }
    .course2{
        padding-left: 0;
        padding-right: 50%;
    }
    .course4{
        padding-left: 0;
        /* padding-right: 50%; */
    }
    .banner_bottom_right_pictos_img{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 960px) {
    .courses_course {
        height: 200px;
        margin-bottom: 1em;
        }

    .courses_course{
        padding-left: 0;
        background-image: none;
    }
    .courses_course_container_border{
        display: none;
    }
    .course2, .course4{
        padding-right: 0;
    }
    .courses_course_container_texte{
        text-align: center;
    }
    .courses_course_container_texte_title {
        border-top: 2px solid #e05206;
        display: inline-block;
        width: 80%;
    }

    .courses_course_mobile{
        display: inherit;
        height: 200px;
        background-size: cover;
        border-radius: 180px;
        margin: 0 2em;
    }
    .mobile_course1{
        background-image: url("../images/train.jpg");
    }
    .mobile_course2{
        background-image: url("../images/energie.png");

    }
    .mobile_course3{
        background-image: url("../images/mecanique.png");

    }
    .mobile_course4{
        background-image: url("../images/manoeuvre.png");

    }
    .mobile_course5{
        background-image: url("../images/depannage.png");
    }
    .banner_bottom_right_pictos {
        justify-content: center;
        align-items: center;
    }
    .banner_text_subtitle {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        height: 500px;
    }
    .banner_bottom_right_pictos{
        display: none;
    }
    .courses_course{
        border-radius: 40px;
    }
    .courses_course_mobile{
        border-radius: 60px;
    }
    .mobile_en_savoir_plus {
        display: inherit;
        background-color: lightgray;
        margin: 2em;
        padding: 1em;
        border-radius: 40px;
    }

    .banner_bottom_right_picto_right_bottom_mobile {
        width: 160px;
        background-color: #cd0037;
        border-radius: 20px;
        margin-left: 17em;
        color: white;
        margin: auto;
            margin-top: auto;
            margin-bottom: auto;
        margin-top: 16px;
        margin-bottom: -30px;
    }
}

@media screen and (min-width: 2200px) {
    .banner{
        height: 1200px;
    }
    .courses_course{
        height: 700px;
    }
}
