:root{
    --od-primary: #2EA3F2;
    --od-grey: #8f8f8f;
    --od-grey--lighten: #acacac;
}

body{
    font-family: 'Open Sans', sans-serif;
    background: #f1f5f7;
    /*background: #000;*/
}
.cursor-pointer{
    cursor: pointer!important;
}
.mb-item{
    margin-bottom: 25px;
}
/*
    TEXT
*/
.od-text--primary{
    color: var(--od-primary)!important;
}

/**
    COMMON STYLES
**/
.od-container{
    padding: 0 8.419rem;
    width: 100%;
}

.od-section--first{
    padding-top: 7rem;
}

@media screen and (max-width: 991px) {
    .od-container{
        padding: 0 6.2rem;
    }
}

@media screen and (max-width: 767px){
    .od-container{
        padding: 0 1.794rem;
    }
}

/**
    NAVBAR
**/
.od-navbar{
    background: #ffffff;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
}
.od-navbar--fixed{
    position: fixed;
    width: 100%;
}

.od-navbar--shrink{
    display: flex;
    align-items: center;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
}

.od-navbar--shrink .od-navbar__brand img{
    max-height: 3.125rem;
    line-height: 1.438rem;
}

.od-navbar--layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.od-navbar__brand{
    display: flex;
    justify-content: flex-start;
}

.od-navbar__brand img{
    max-height: 5rem;
    transform: scale(1);
    transition: .2s;
}

.od-navbar__nav{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.od-navbar__menu:not(.od-navbar__menu:last-child){
    margin-right: 1.375rem;
}

.od-navbar__menu a{
    text-decoration: none;
    font-weight: 600;
    color: var(--od-grey);
    font-size: 0.875rem;
    transition: .2s
}

.od-menu--with-icon i{
    font-size: 1.1rem;
}

.od-navbar__menu a:hover{
    color: var(--od-grey--lighten)
}

.od-menu--active a{
    color: var(--od-primary)!important;
}

.od-menu--search{
    transform: rotateY(180deg);
}

.od-backdrop{
    position: fixed;
    min-height: 100vh;
    width: 100%;
    z-index: 999;
    background: #0d262870;
    transition: .3s;
    opacity: 0;
}

.od-backdrop .od-container{
    padding: 0 22rem;
}

.od-backdrop.show{
    opacity: 1;
}

.od-backdrop .bg-white{
    margin-top: 80px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #0dcaf0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.od-backdrop input{
    outline: 0;
    border: 0;
}

.od-menu--bluetify:hover a{
    color: var(--od-primary);
}

.od-navbar__toggler{
    display: none
}

@media screen and (max-width: 980px) {
    .od-navbar{
        display: flex;
        align-items: center;
    }
    .od-navbar__brand img{
        max-height: 3.125rem;
        line-height: 1.438rem;
    }

    .od-navbar__menu:not(.od-menu--with-icon){
        display: none;
    }

    .od-navbar__toggler{
        display: block
    }
}


/**
    MOBILE NAV
 */
.od-nav-mobile__menu{
    min-height: 100vh;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    max-width: 14.125rem;
    width: 100%;
    transform: translateX(-18.125rem);
    transition: .2s;
    z-index: 10;
    background: white;
}

.od-nav-mobile__menu.show{
    transform: translateX(0);
}

.od-nav-mobile__menu .od-nav-mobile__brand{
    display: flex;
    justify-content: center;
}
.od-nav-mobile__menu .od-nav-mobile__brand img{

    max-height: 3.125rem;
}
.od-nav-mobile__menu a{
    font-weight: 600;
    color: var(--od-grey);
}
.od-nav-mobile__menu a:hover{
    color: var(--od-grey--lighten);
}
.od-mobile__nav, .od-mobile__nav .od-mobile-menu__submenu{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0rem;
    list-style: none;
    padding: 1.5rem 0;
    /*background: #000;*/
}

.od-mobile-menu--dropdown a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.od-mobile-menu__submenu{
    padding: 0.938rem 0.375rem!important;
    display: none;
}
.od-mobile-menu--dropdown.open > a {
    font-weight: 600;
    font-size: 0.875rem;
}
.od-mobile-menu--dropdown.open .od-mobile-menu__submenu {
    display: block
}
.od-mobile-menu--dropdown > a > i{
    transition: .2s;
}
.od-mobile-menu--dropdown.open > a > i{
    transform: rotate(90deg);
}
.od-mobile__nav a{
    text-decoration: none;
}

.od-mobile__nav a:hover{
}
.od-mobile__menu{
    padding: 0.375rem;
}
.od-mobile__menu:hover > a{
    font-weight: 600;
}

.od-mobile-menu--separator{
    margin: 0.813rem 0;
    background-color: unset;
}

@media screen and (min-width: 992px){
    .od-nav-mobile__menu.show{
        display: none;
    }
}

/**
    SECTION
 */
.od-category{
    text-transform: uppercase;
    font-size: 0.75rem;
}

.od-formation__title{
    margin: 0px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    color: rgba(0, 0, 0, 0.92);
    text-transform: lowercase;
}
.od-formation__title::first-letter{
    text-transform: uppercase!important;
}
.od-formation__description{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
}

/**
    CONTENU DE LA FORMATION
 */
.od-about__formation{
    line-height: 1.625rem;
    font-size: 1rem;
}

.od-about__formation h1:not(.od-about__formation h1:first-of-type),
.od-about__formation h2:not(.od-about__formation h2:first-of-type),
.od-about__formation h3:not(.od-about__formation h3:first-of-type),
.od-about__formation h4:not(.od-about__formation h4:first-of-type),
.od-about__formation h5:not(.od-about__formation h5:first-of-type),
.od-about__formation h6:not(.od-about__formation h6:first-of-type){
    font-size: 1.625rem!important;
    margin-top: 42px!important;
}

#resume.scrolled{
    position: fixed;
    right: 8.419rem;
    max-width: 22.188rem;
}
/**
 *  Choice modal
 */
#choiceModal .modal-content{
    min-height: 70vh;
}

.choice-section__title{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 25px;
}

.choice__item{
    display: flex;
    align-items: center;
    padding: 14px 25px;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #d9dee3;
    position: relative;
    transition: .2s;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
    font-weight: 600;
    text-decoration: none;
    color: #383838;
}

.choice__item:hover{
    border-color: #005df5;
    color: #005df5;
}


.choice__item.active{
    background-color: #edfcff;
    border-color: #005df5;
    color: #005df5;
}

.choice__item input[type="radio"]{
    opacity: 0;
    width: 0;
}

.odp2C-formation__description-content{
    font-size: 1rem;
    color: #6c6c6c;
}



/***
**/

:root{
    --od-primary: #2EA3F2;
    --od-grey: #8f8f8f;
    --od-grey--lighten: #acacac;

}

body{
    font-family: 'Open Sans', sans-serif;
    background: #f1f5f7;
    /*background: #000;*/
    scroll-behavior: smooth;
}
.radius-0{
    border-radius: 0!important;
}
.od-bold{
    font-weight: 500;
}

.od-bolder{
    font-weight: 600;
    color: #232323;
}
/*
    TEXT
*/
.od-text--primary{
    color: var(--od-primary)!important;
}

/**
    COMMON STYLES
**/
.od-container{
    padding: 0 8.419rem;
    width: 100%;
}

.od-section--first{
    padding-top: 7rem!important;
}

@media screen and (max-width: 991px) {
    .od-container{
        padding: 0 6.2rem;
    }
}

@media screen and (max-width: 767px){
    .od-container{
        padding: 0 1.794rem;
    }
}

/**
    NAVBAR
**/
.od-navbar{
    background: #ffffff;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
}
.od-navbar--fixed{
    position: fixed;
    width: 100%;
}

.od-navbar--shrink{
    display: flex;
    align-items: center;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
}

.od-navbar--shrink .od-navbar__brand img{
    max-height: 3.125rem;
    line-height: 1.438rem;
}

.od-navbar--layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.od-navbar__brand{
    display: flex;
    justify-content: flex-start;
}

.od-navbar__brand img{
    max-height: 5rem;
    transform: scale(1);
    transition: .2s;
}

.od-navbar__nav{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.od-navbar__menu:not(.od-navbar__menu:last-child){
    margin-right: 1.375rem;
}

.od-navbar__menu a{
    text-decoration: none;
    font-weight: 600;
    color: var(--od-grey);
    font-size: 0.875rem;
    transition: .2s
}

.od-menu--with-icon i{
    font-size: 1.1rem;
}

.od-navbar__menu a:hover{
    color: var(--od-grey--lighten)
}

.od-menu--active a{
    color: var(--od-primary)!important;
}

.od-menu--search{
    transform: rotateY(180deg);
}

.od-backdrop{
    position: fixed;
    min-height: 100vh;
    width: 100%;
    z-index: 999;
    background: #0d262870;
    transition: .3s;
    opacity: 0;
}

.od-backdrop .od-container{
    padding: 0 22rem;
}

.od-backdrop.show{
    opacity: 1;
}

.od-backdrop .bg-white{
    margin-top: 80px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #0dcaf0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.od-backdrop input{
    outline: 0;
    border: 0;
}

.od-menu--bluetify:hover a{
    color: var(--od-primary);
}

.od-navbar__toggler{
    display: none
}

@media screen and (max-width: 980px) {
    .od-navbar{
        display: flex;
        align-items: center;
    }
    .od-navbar__brand img{
        max-height: 3.125rem;
        line-height: 1.438rem;
    }

    .od-navbar__menu:not(.od-menu--with-icon){
        display: none;
    }

    .od-navbar__toggler{
        display: block
    }
}


/**
    MOBILE NAV
 */
.od-nav-mobile__menu{
    min-height: 100vh;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    max-width: 14.125rem;
    width: 100%;
    transform: translateX(-18.125rem);
    transition: .2s;
    z-index: 10;
    background: white;
}

.od-nav-mobile__menu.show{
    transform: translateX(0);
}

.od-nav-mobile__menu .od-nav-mobile__brand{
    display: flex;
    justify-content: center;
}
.od-nav-mobile__menu .od-nav-mobile__brand img{

    max-height: 3.125rem;
}
.od-nav-mobile__menu a{
    font-weight: 600;
    color: var(--od-grey);
}
.od-nav-mobile__menu a:hover{
    color: var(--od-grey--lighten);
}
.od-mobile__nav, .od-mobile__nav .od-mobile-menu__submenu{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0rem;
    list-style: none;
    padding: 1.5rem 0;
    /*background: #000;*/
}

.od-mobile-menu--dropdown a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.od-mobile-menu__submenu{
    padding: 0.938rem 0.375rem!important;
    display: none;
}
.od-mobile-menu--dropdown.open > a {
    font-weight: 600;
    font-size: 0.875rem;
}
.od-mobile-menu--dropdown.open .od-mobile-menu__submenu {
    display: block
}
.od-mobile-menu--dropdown > a > i{
    transition: .2s;
}
.od-mobile-menu--dropdown.open > a > i{
    transform: rotate(90deg);
}
.od-mobile__nav a{
    text-decoration: none;
}

.od-mobile__nav a:hover{
}
.od-mobile__menu{
    padding: 0.375rem;
}
.od-mobile__menu:hover > a{
    font-weight: 600;
}

.od-mobile-menu--separator{
    margin: 0.813rem 0;
    background-color: unset;
}

@media screen and (min-width: 992px){
    .od-nav-mobile__menu.show{
        display: none;
    }
}

/**
    BANNER
 */
.odp2c-__description{
    padding-top: 100px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.92);
}
.odp2c-banner{
    background: #fff;
    padding-bottom: 6.688rem;
}
.odp2c-banner__image, .odp2c-banner__title h2, .odp2c-banner__description, .odp2c-formation__description-item{
    margin-bottom: 1.852rem;
    border-radius: 7px;
    font-size: 19px;
    word-break: break-word!important;
}

@media (max-width: 550px) {
    body, .odp2c-banner__image, .odp2c-banner__title h2, .odp2c-banner__description, .odp2c-formation__description-item, .odp2c-banner__btn, .odp2c-formation__description-item .odp2c-formation__description-title, .odp2C-formation__description-content, *{
        font-size: 14px!important;
    }

    .odp2c-banner__btn--no-bg{
        color: #48d14c!important;
        background-color: rgba(72, 209, 76, .24);
        width: 100%;
        text-align: center;
    }
}

.odp2c-section__header h3{
    margin-bottom: 1.852rem;
}
.odp2c-banner__title h2{
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.92);
    text-transform: lowercase;
}

.odp2c-banner__title h2::first-letter{
    text-transform: uppercase;
}

.odp2c-banner__table{
    max-width: 17.25rem;
    width: 100%;
    color: #666;
    line-height: 1.7rem;
}

.odp2c-banner__table.table-bordered{
    border: 1px solid #eee;
}

.odp2c-banner__table td{
    padding: 6px 24px;
}

.odp2c-banner__btn{
    padding: 1.25rem 1.875rem;
    border-radius: 1000px;
    border: 0;
    text-decoration: none!important;
    font-size: 1.125rem;
    font-weight: 500;
}

.odp2c-banner__btn i{
    opacity: 0;
    width: 0;
    transition: .2s;
}
.odp2c-banner__btn:hover{
    color: white!important;
}
.odp2c-banner__btn:hover i{
    opacity: 1;
    width: auto;
    margin-left: 10px;
    /*transform: translateX(10px);*/
}
.odp2c-banner__btn--success{
    background: #48d14c;
    color: white;
}

.odp2c-banner__btn--no-bg{
    color: #48d14c;
    font-size: 1rem;
    font-weight: 700;
    /*text-transform: uppercase;*/
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;

}

.odp2c-banner__btn--no-bg:hover{
    color: #48d14c!important;
    background-color: rgba(72, 209, 76, .24);
}

.odp2c-formation__description-item{
    background: white;
    padding: 8px 23px;
}

.odp2c-formation__description-item .odp2c-formation__description-title{
    font-size: 16px;
    font-weight: 700;
}

.odp2c-formation__description-item .odp2c-formation__description-title i{
    margin-right: 6px;
}
@media (min-width: 1161px) {
    .subscription__button-in--card{
        display: flex!important;
    }

    .subscription__button-in--description{
        display: none!important;
    }
}

@media (max-width: 1160px) {
    .subscription__button-in--card{
        display: none!important;
    }

    .subscription__button-in--description{
        display: flex!important;
    }

    .odp2c-banner__btn.change-on__mobile{
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }

    /*.odp2c-banner__btn.change-on__mobile{*/
    /*    display: none!important;*/
    /*}*/
}

@media (max-width: 767px) {
    .odp2c-banner__title h2{
        font-size: 24px!important;
        text-align: center;
    }
    .odp2c-banner__image{
        /*display: none;*/
    }
    .odp2c-banner__description{
        text-align: center;
    }
    .odp2c-banner__btn.change-on__mobile{
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
    .subscription__button-in--description{
        display: flex!important;
    }
    .odp2c-__description{
        padding-top: 50px;
    }

    .odp2c-section__header h3{
        font-size: 24px!important;
        font-weight: 600;
    }
}
