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

body{
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    color: #666;
    line-height: 1.7em;
}
/*
    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;
    }
}
/**********************************************/
.odp2c-choice__section{
    padding: 154px 0 54px 0;
}
.odp2c-section__title{
    font-family: 'Open Sans',Arial,sans-serif;
    /*font-size: 14px;*/
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    color: #3c3c3c;
}

.odp2c-section__separator{
    margin: 29.625px 0;
    height: 1px;
    background: #000;
    width: 100%;
}

.odp2c-choice__btn{
    padding: 6px 20px;
    border: 2px solid;
    background-color: transparent;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000
}

.odp2c-choice__btn i{
    opacity: 0;
    width: 0;
    transition: all 300ms ease 0ms;
}

.odp2c-choice__btn:hover{
    background-color: rgba(0,0,0,.05);
    border: 2px solid transparent;
    transition: all 300ms ease 0ms;
    color: #000
}

.odp2c-choice__btn:hover i{
    width: auto;
    opacity: 1;
    margin-left: 10px;
}

.odp2c-button__layout{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


@media (max-width: 913px) {
    .odp2c-button__layout{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 16px;

    }
    .odp2c-btn__custom{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.odp2c-button__layout > div{
    display: flex;
    justify-content: center;
}

.odp2c-inscription--form-control{
    width: 100%;
    border: 1px solid #bec9d8;
    outline: 0;
    padding: 7px 16px;
    background: #f1f5f7;
}

.odp2c-form__group{
    margin-bottom: 15px;
}

.odp2c-send__btn{
    color: #ffffff!important;
    background-color: #48d14c;
    border-radius: 1000px;
    font-size: 14px;
    font-weight: 500!important;
    border: none;
    padding: 16px 26px;
}

.odp2c-send__btn i{
    width: 0;
    opacity: 0;
    transition: .3s;
}

.odp2c-send__btn:hover i{
    width: auto;
    opacity: 1;
    margin-left: 10px;
}

/**
button
 */
.odp2c-btn__custom {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    border-radius: 0.6em;
    color: #e74c3c;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    /*margin: 20px;*/
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.odp2c-btn__custom:hover {
    color: #fff;
    outline: 0;
}

.first {
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.first:hover {
    box-shadow: 0 0 40px 40px #e74c3c inset;
}

.second {
    border-radius: 3em;
    border-color: #1abc9c;
    color: #fff;
    background-image: linear-gradient(to right, rgba(26, 188, 156, 0.6), rgba(26, 188, 156, 0.6) 5%, #1abc9c 5%, #1abc9c 10%, rgba(26, 188, 156, 0.6) 10%, rgba(26, 188, 156, 0.6) 15%, #1abc9c 15%, #1abc9c 20%, rgba(26, 188, 156, 0.6) 20%, rgba(26, 188, 156, 0.6) 25%, #1abc9c 25%, #1abc9c 30%, rgba(26, 188, 156, 0.6) 30%, rgba(26, 188, 156, 0.6) 35%, #1abc9c 35%, #1abc9c 40%, rgba(26, 188, 156, 0.6) 40%, rgba(26, 188, 156, 0.6) 45%, #1abc9c 45%, #1abc9c 50%, rgba(26, 188, 156, 0.6) 50%, rgba(26, 188, 156, 0.6) 55%, #1abc9c 55%, #1abc9c 60%, rgba(26, 188, 156, 0.6) 60%, rgba(26, 188, 156, 0.6) 65%, #1abc9c 65%, #1abc9c 70%, rgba(26, 188, 156, 0.6) 70%, rgba(26, 188, 156, 0.6) 75%, #1abc9c 75%, #1abc9c 80%, rgba(26, 188, 156, 0.6) 80%, rgba(26, 188, 156, 0.6) 85%, #1abc9c 85%, #1abc9c 90%, rgba(26, 188, 156, 0.6) 90%, rgba(26, 188, 156, 0.6) 95%, #1abc9c 95%, #1abc9c 100%);
    background-position: 0 0;
    background-size: 100%;
    transition: background 300ms ease-in-out;
}
.second:hover {
    background-position: 100px;
}

.third {
    border-color: #3498db;
    color: #fff;
    box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
    transition: all 150ms ease-in-out;
}
.third:hover {
    box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

.fourth {
    border-color: #f1c40f;
    color: #fff;
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 300ms ease-in-out;
}
.fourth:hover {
    background-position: 0;
}

.fifth {
    border-color: #8e44ad;
    border-radius: 0;
    color: #8e44ad;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 150ms ease-in-out;
}
.fifth:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #8e44ad;
    z-index: -1;
    transition: width 150ms ease-in-out;
}
.fifth:hover {
    color: #fff;
}
.fifth:hover:after {
    width: 110%;
}

.sixth {
    border-radius: 3em;
    border-color: #2ecc71;
    color: #2ecc71;
    background-image: linear-gradient(to bottom, transparent 50%, #2ecc71 50%);
    background-position: 0% 0%;
    background-size: 210%;
    transition: background 150ms ease-in-out, color 150ms ease-in-out;
}
.sixth:hover {
    color: #fff;
    background-position: 0 100%;
}

.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);
}