/* debut barre admission */

#barre_admission {
    background: #0EA6D2 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 7.97vw;
}

#admission_text {
    text-align: center;
    font: 1.25em/1.5em "Muli";
    font-weight: 400;
    letter-spacing: 0;
    color: #FFFFFF;
    height: 100%;
    align-items: center;
}

#admission_text p {
    text-align: left;
    font: 20px/24px "Muli";
    font-weight: 400;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-left: 2px;
}

#admission_text h3 {
    text-align: center;
    font: 30px/39px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 9px;
}

#bloc_recherche {
    width: 70%;
}

#form_recherche {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 3%;
    width: 91%;
    height: 100%;
    align-items: center;
}

#div_input {
    width: 80%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
    height: 49px;
}

#div_input input {
    width: 100%;
    height: 100%;
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
    padding: 0 2vw;
    border: unset;
}

#form_recherche #button_rech {
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
    background: #F68438 0% 0% no-repeat padding-box;
    border-radius: 0px 31px 31px 0px;
    border: unset;
    width: 31.5%;
    height: 49px;
    letter-spacing: 0;
    color: #FFFFFF;
    min-width: 10%;
    text-align: center;
    font: 20px/24px "Muli";
    font-weight: 400;
    letter-spacing: 0;
    color: #FFFFFF;
}

#form_recherche #button_rech {
    font: 20px/24px "Muli";
    font-weight: 400;
    letter-spacing: 0;
    color: #FFFFFF;
}


/*fin barre admission*/

#content {
    display: none;
}

#menu_responsive {
    display: none;
}


/* Media queries */

@media only screen and (min-width: 0px) and (max-width: 1192px) {
    #barre_admission {
        padding: 11px 5vw;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1130px) {
    #barre_admission {
        padding: 11px 4.97vw;
    }
}

@media only screen and (min-width: 0px) and (max-width: 930px) {
    .lien_header {
        display: none;
    }
    #bloc_logo {
        margin-left: 20px;
    }
    .bloc_text_baniere p {
        font: 1.8em/1.8em "Muli";
        width: 100%;
        padding: 30px 24px 30px 10px;
    }
    #bloc_indicator_header {
        margin-bottom: 15px;
    }
    #barre_admission {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 3.97vw;
    }
    #bloc_recherche {
        width: 100%;
    }
    #form_recherche {
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
    }
    #admission_text {
        margin-top: 15px;
    }
    #admission_text p {
        margin-bottom: 0;
        text-align: center;
        /* font: 1.2em/1.2em "Muli";
        font-weight: 400;
        letter-spacing: 0;
        color: #FFFFFF; */
        height: 100%;
        align-items: center;
    }
    #div_input input {
        padding: 0 5vw;
    }
    #form_recherche #button_rech {
        text-align: center;
        font-weight: 400;
        letter-spacing: 0;
        color: #FFFFFF;
        min-width: 10%;
    }
    /* Debut plugin sidebar */
    #bloc_nav_desktop {
        display: none;
    }
    #content {
        display: inline-block;
    }
    #menu_responsive {
        display: block;
    }
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1em;
        font-weight: 300;
        line-height: 1.7em;
        color: #999;
    }
    a,
    a:hover,
    a:focus {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
    }
    .navbar {
        padding: 15px 10px;
        background: #fff;
        border: none;
        border-radius: 0;
        margin-bottom: 40px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }
    .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none;
    }
    .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd;
        margin: 40px 0;
    }
    /* ---------------------------------------------------
    SIDEBAR STYLE
    ----------------------------------------------------- */
    #sidebar {
        width: 250px;
        position: fixed;
        top: 0;
        right: -250px;
        height: 100vh;
        z-index: 999;
        background: #0EA6D2;
        color: #fff;
        transition: all 0.3s;
        overflow-y: hidden;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        /* text-align: right; */
    }
    #sidebar.active {
        right: 0;
    }
    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #0EA6D2;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #dismiss:hover {
        background: #fff;
        color: #0EA6D2;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    .overlay.active {
        display: block;
        opacity: 1;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #FFFFFF;
    }
    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #77d1ea;
    }
    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }
    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }
    #sidebar ul li a:hover {
        color: #0EA6D2;
        background: #fff;
    }
    #sidebar ul li.active>a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #3ebade;
    }
    a[data-toggle="collapse"] {
        position: relative;
    }
    #content .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #3ebade;
    }
    ul.CTAs {
        padding: 20px;
    }
    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    a.download {
        background: #fff;
        color: #0EA6D2;
    }
    a.article,
    a.article:hover {
        background: #3ebade !important;
        color: #fff !important;
    }
    /* ---------------------------------------------------
    CONTENT STYLE
    ----------------------------------------------------- */
    #content {
        width: 100%;
        padding: 20px;
        /* min-height: 100vh; */
        transition: all 0.3s;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
    }
    /* Ma touche*/
    .bouton_menu {
        background-color: #0EA6D2;
        border-color: #0EA6D2;
    }
    .bouton_menu img {
        max-height: 13.66px;
        width: 14px;
        position: relative;
        top: -2px;
        /* margin-right: 5px; */
    }
    #dismiss img {
        max-height: 13.66px;
        width: 14px;
        position: relative;
        top: -2px;
        margin-right: 2px;
    }
    .sidebar-header {
        text-align: center;
    }
    .sidebar-header img {
        margin-left: 10px;
    }
    /* Fin plugin sidebar*/
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
    .lien_header:first-child {
        display: none;
    }
}

@media (max-width: 500px) {
    .bloc_text_baniere p {
        font: 1.2em/1.8em "Muli";
        width: 100%;
    }
}

@media (max-width: 1115px) {
    #barre_admission {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 3.97vw;
    }
    #admission_text p {
        text-align: center;
    }
    #form_recherche {
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
    }
    #bloc_recherche {
        margin-top: 0px;
        width: 100%;
        padding: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 240px) {
    #bloc_connection a {
        font: 0.6em/1em "Muli";
    }
}

@media only screen and (min-width: 0px) and (max-width: 370px) {
    #form_recherche #button_rech {
        font: 0.85em/1.5em "Muli";
    }
}


/* @media only screen and (min-width: 0px) and (max-width: 1240px) {
    #bloc_navigation ul li ul {
        width: 15vw;
    }
} */


/* Debut Main */

#bloc_principal {
    padding: 61px 0px 0px;
    text-align: center;
}

#bloc_principal h1 {
    text-align: center;
    font: 1.875em/2.438em "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #28AACF;
    margin-bottom: 0;
    text-transform: uppercase;
}

#bloc_principal hr {
    width: 7vw;
    background-color: #F68438;
    margin-top: -10px;
    margin-bottom: 15px;
    height: 1px;
}

#bloc_secondaire {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#bloc_secondaire div {
    width: 83%;
}

#bloc_secondaire div img {
    width: 100%;
}

#bloc_secondaire p {
    margin-top: 19px;
    text-align: justify;
}