/*COURSE*/
.vert{
    color: #00C7B8;
}
.main.main--course{
    margin: 0;
    background: #F8F9FB;
    border-top: 1px solid #d4d4d4;
}
.modalWhite .modal-header{
    margin-bottom: 0;
}
#fixed-global-contact{
    display: none;
}
.main--course ~ .aFooter{
    margin-bottom: 0 !important;
}
.course{
    text-align: center;
    position: relative;
}
.course *{
    box-sizing: border-box;
}
.course__title{
    font-size: 30px;
    line-height: 46px;
    margin: 35px 0;
    font-weight: 700;
}
.course__title--small{
    color: #1167ff;
    font-size: 26px;
    line-height: 37px;
    font-weight: 500;
}
.course__title--red{
    color: #FC5653;
}
.course__subtitle{
    font-size: 16px;
    line-height: 18px;
}
.course__steps{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.course__steps .slick-list{
    width: 100%;
}
.course__step{
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 15px;
    color: #000000;
    border-bottom: 4px solid #1167ff;
    flex: 1;
    font-weight: 500;
    cursor: pointer;
}
.course__steps--locked .course__step{
    pointer-events: none;
}
.course__step svg{
    max-height: 35px;
    height: 35px;
    margin-bottom: 10px;
}
.course__step .course__staticsvg svg *{
    fill: #000000 !important;
}
.course__step #animation ~ .course__staticsvg{
    display: none;
}
.course__step #animation.loading ~ .course__staticsvg{
    display: block;
}
.course__step.active ~ .course__step,
.course__step.failed{
    color: #D4D4D4;
    border-bottom: 4px solid #D4D4D4;
}
.course__step.active ~ .course__step:not(.done),
.course__step.failed ~ .course__step,
.course__step.failed{
    pointer-events: none;
}
.course__step.active ~ .course__step .course__staticsvg svg *,
.course__step.failed .course__staticsvg svg *{
    fill: #D4D4D4 !important;
}
.course__step.active.undone ~ .course__step{
    pointer-events: none;
}
.course__step.done:hover{
    color: #3089F2;
    border-bottom: 4px solid #3089F2;
}
.course__step.done:hover .course__staticsvg svg *{
    fill: #1167ff;
}
.course__content{
    display: flex;
    justify-content: space-between;
}
.course__content--nonavbar{
    justify-content: center;
}
.course__content--nonavbar > .course__navbar{
    display: none;
}
.course__content--nonavbar .course__section{
    margin: 0 auto;
}
.course__sections{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    width: 890px;
}

.course__sections--no-margin {
    margin-bottom: 0;
}

.course__sections--full{
    width: 100%;
}
.course__section{
    display: none;
    float: right;
    width: 100%
}
.course__section.active{
    display: block;
}
.course__navbar,
.navbar-content--fixed,
.navbar-content--bottom{
    width: 255px;
}
.course__navbar{
    margin-bottom: 60px;
    position: relative;
}
.navbar-content--fixed{
    position: fixed;
    top: 0;
}
.navbar-content--bottom{
    position: absolute;
    bottom: 0;
}
.course__buttons--landing{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.course__button{
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}
.course__button--blue{
    background: #1167ff;
    color: white;
    width: 300px;
    margin: 10px;
}
.course__button--blue:hover,
.course__button--blue:focus{
    color: white;
}
.course__button--white{
    background: white;
    border: 1px solid #1167ff;
    color: #1167ff;
    width: 300px;
    margin: 10px;
}
.course__button--forward,
.course__button--forward--confirm{
    float: right;
    background: #1167ff;
    color: white;
}
.course__button--toggle-forward{
    float: right;
    border: 1px solid #1167ff;
    color: #1167ff;
    font-weight: 700;
}
.course__button--toggle-forward.course__button--disabled {
    border: 1px solid #d4d4d4;
    color: #d4d4d4;
}
.course__button--forward--confirm.course__button--disabled {
    pointer-events: none;
}
.course__button--backward{
    float: left;
    background: #E4E4E4;
    color: #808080;
}
.course__button--forward.course__button--disabled,
.course__button--forward--confirm.course__button--disabled {
    background: rgba(21, 183, 255, 0.4);
    cursor: default;
}
.course__button--forward.course__button--disabled:hover,
.course__button--forward.course__button--disabled:focus,
.course__button--forward.course__button--disabled:active,
.course__button--forward--confirm.course__button--disabled:hover,
.course__button--forward--confirm.course__button--disabled:focus,
.course__button--forward--confirm.course__button--disabled:active{
    background: rgba(21, 183, 255, 0.4);
}
.course__button--landing.course__button--disabled{
    background: #A1E2FF;
}
.block{
    padding: 35px;
    font-size: 18px;
    line-height: 20px;
    background: white;
    margin-bottom: 30px;
    border: 1px solid #E4E4E4;
    text-align: left;
}
.block.block--nopadding{
    padding: 0;
}
.block.block--contact{
    text-align: center;
    padding: 25px 0;
}
.coursebyplate,
.coursewithoutplate{
    cursor: pointer;
    color: #8ab0ff;
}
.coursebyplate--disabled {
    cursor: not-allowed !important;
    background: #A8A8A8 !important;
}
.load svg{
    width: 100%;
    height: 100%;
}
/*NAVBAR*/
.navbar{
    background: white;
    border: 1px solid #E4E4E4;
    border-top: none;
}
.navbar__part{
    border-top: 1px solid #E4E4E4;
    padding: 10px 15px;
}

.navbar__part.navbar__part-jdc {
    background-color: #db2935;
    color: #fff;
    font-size: 18px;
}

.navbar__part--left{
    text-align: left;
}
.navbar__project{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.navbar__project-number{
    font-size: 18px;
    line-height: 24px;
}
.navbar__registration{
    font-size: 19px;
    line-height: 16px;
}
.navbar__make,
.navbar__model{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.navbar__picture{
    max-width: 140px;
}
.navbar__part-informations{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.navbar__part-informations svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.navbar__part-informations{
    padding: 15px;
}
.navbar__part-informations .part{
    margin-bottom: 10px;
}
.navbar__part-informations .part:last-child{
    margin: 0;
}
.cancelCourse__button,
.cancelCourse__button:active,
.cancelCourse__button:focus{
    height: 50px;
    line-height: 50px;
    border: 1px solid #D4D4D4;
    color: #D4D4D4;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    outline: none;
}
.cancelCourse__button:hover{
    color: white;
    background: #D4D4D4;
}
.estimatePrice--log{
    margin-top: 10px;
    padding-bottom: 50px;
    font-size: 24px;
    color: #FC5653;
    font-weight: 700;
}
.color__icon{
    display: inline-block;
}
.color__icon.hidden{
    display: none;
}
.course__step-content{
    display: none;
}
.course__navbar--mobile{
    display: none;
}
/*Spinner*/
.spinner input{
    float: left;
    width: 70px;
    height: 28px;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #D4D4D4;
    border-top: 1px #D4D4D4 solid;
    border-bottom: 1px #D4D4D4 solid;
    border-right: none;
    border-left: none;
    border-radius: 0;
    background: none;
    outline: none;
    pointer-events: none;
    display: block;
    margin: 0;
}
.spinner--enabled input{
    color: black;
}
.spinner > .sub,
.spinner > .add {
    float: left;
    display: block;
    width: 35px;
    height: 28px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #D4D4D4;
    border: 1px #D4D4D4 solid;
    cursor: pointer;
    transition: 0.1s linear;
    pointer-events: none;
    user-select: none;
}
.spinner--enabled > .sub,
.spinner--enabled > .add{
    pointer-events: all;
    color: #707070;
}
/*CONNEXION*/
.block__projet{
    padding: 30px 45px;
}
.projet__title{
    color: #000000;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
}
.projet__subtitle{
    font-size: 18px;
    line-height: 24px;
}
.projet__connexion{
    margin: 35px auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 628px;
}
.projet__connexion > *{
    flex: 1;
}
.projet__title--why{
    margin-bottom: 20px;
}
.projet__subtitle--why{
    font-size: 16px;
    line-height: 20px;
}
.form-label--projet{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.form-label--subchild{
    width: 100%;
    margin-bottom: 15px;
}
.connexion__forgot{
    font-size: 16px;
    line-height: 18px;
    color: #1167ff;
    text-align: right;
    margin-bottom: 25px;
    display: block;
}
.form-group--projet{
    margin-bottom: 10px;
}
.connexion__connect{
    background: #1167ff;
    color: white;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 100%;
    border: none;
}
.connexion__terms{
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
}
.connexion__or{
    margin: 15px 0;
    text-align: center;
    color: #D4D4D4;
    position: relative;
}
.connexion__or:before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #D4D4D4;
}
.connexion__or-content{
    background: white;
    position: relative;
    display: inline-block;
    padding-top: 4px;
}

.projet__tools {
    display: flex;
    justify-content: space-around;
    margin-top: 40px
}
.projet__tool{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.projet__tool svg{
    height: 40px;
    margin-bottom: 10px;
}
/*RESPONSIVE*/
@media (min-width: 768px){
    .course__steps-wrapper--absolute{
        margin-left: calc(370px + 5%);
        width: calc(95% - 370px);
        height: 50px;
        position: absolute;
        top: 30px;
    }
    .course__steps--absolute{
        position: absolute;
        z-index: 1;
        background: white;
        border-radius: 7px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
    }
    .course__steps--absolute .course__step{
        padding: 0 15px 8px;
        white-space: nowrap;
        font-size: 14px;
        line-height: 17px;
    }
    .course__steps--absolute .course__step svg{
        max-height: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1199px) {
    .s-toggle .s-toggle__content--flex {
        flex-direction: column;
    }
    .s-toggle .s-toggle__content--flex > svg {
        width: 100%;
        height: 100px;
        min-height: 100px;
        margin: 20px 0;
    }
    .course__steps-wrapper--absolute{
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .course__navbar,
    .navbar-content--fixed,
    .navbar-content--bottom {
        width: 220px;
        min-width: 220px;
    }
    .course__sections {
        width: 660px;
    }
    .s-toggle__content{
        padding: 15px 30px;
    }
    .course__steps-wrapper--absolute{
        display: flex;
        justify-content: space-around;
    }
    .course__sections--full {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1002px) {
    .course__navbar,
    .navbar-content--fixed,
    .navbar-content--bottom {
        width: 200px;
        min-width: 200px;
    }
    .course__sections {
        width: 500px;
    }
    .cancelCourse__button {
        height: auto;
        line-height: 17px;
        padding: 10px 0;
    }
    .course__sections--full {
        width: 100%;
    }
}

@media (max-width: 767px){
    .course__buttons.course__buttons--column{
        display: flex;
        flex-direction: column;
    }
    .course__buttons.course__buttons--column .button{
        display: block;
        margin: 15px 0 0 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .course__buttons.course__buttons--column .button:first-child{
        margin-top: 0;
    }
    .course__buttons.course__buttons--column .button:last-child{
        margin: 15px 0 0 0;
    }
    .course__title--small{
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
    }
    .course__step-content{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .course__navbar--mobile{
        display: block;
    }
    .course__navbar--desktop{
        display: none;
    }
    .course__navbar--mobile .estimation__button{
        margin-bottom: 15px;
        width: calc(100% - 30px);
    }
    .course__buttons--landing{
        flex-direction: column;
    }
    .course__buttons--landing .course__button{
        margin: 0 0 15px;
        width: 100%;
    }
    .course__buttons--landing .course__button:last-child{
        margin: 0;
    }
    /*VOTRE VEHICULE*/
    .course__sections {
        margin-bottom: 15px;
    }
    .course__buttons{
        margin-bottom: 15px;
    }
    .course__button--forward,
    .course__button--backward{
        width: calc(50% - 7px);
        padding: 0;
        text-align: center;
    }
    .course__content{
        flex-direction: column;
    }
    .course__navbar{
        width: 100%;
        margin-bottom: 0;
    }
    .course__sections{
        width: 100%;
    }
    .course__steps{
        margin: 0;
        padding: 15px 0;
    }
    .course__steps--fixed .course__steps{
        position: fixed;
        background: #F8F9FB;
        z-index: 2;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0 10px;
        top: 0;
        box-shadow: 0px 0px 6px 2px #d4d4d4;
    }
    .course__title{
        display: none;
    }
    .slick-initialized .course__step.slick-slide{
        display: flex;
        width: 300px;
        align-items: center;
        padding: 0;
        justify-content: center;
        flex-direction: row;
        border-bottom: none;
        outline: none;
        height: 80px;
    }
    .course__step:not(.done){
        display: none;
    }
    .course__step.done:hover{
        color: black;
    }
    .course__step.active ~ .course__step,
    .course__step.failed{
        color: black;
    }
    .course__step.active ~ .course__step .course__staticsvg svg *,
    .course__step.failed .course__staticsvg svg *{
        fill: black !important;
    }
    .slick-initialized > svg{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 25px;
        z-index: 1;
    }
    .slick-initialized > svg:first-child{
        transform: translateY(-50%) rotate(180deg);
    }
    .slick-initialized > svg:last-child{
        right: 0;
    }
    .course__steps--fixed .slick-initialized > svg:last-child{
        right: 10px;
    }
    .slick-initialized > svg path{
        fill: #424242;
    }
    .slick-initialized > svg[aria-disabled='true'] path{
        fill: #E4E4E4;
    }
    .course__step svg{
        margin-bottom: 0;
    }
    .s-toggle__content{
        padding: 10px 15px;
    }
    .s-toggle__header{
        padding: 10px 15px;
        min-height: 70px;
    }
    .s-toggle--navbar{
        background: white;
        border: 1px solid #E4E4E4;
        margin-bottom: 10px;
    }
    .s-toggle--navbar .s-toggle__content{
        padding: 0;
    }
    .s-toggle--navbar .navbar{
        width: 100%;
        border: none;
        margin-bottom: 0;
    }
    .s-toggle--navbar .s-toggle__header{
        border-bottom: none;
    }
    .s-toggle--navbar .s-toggle__title{
        text-align: left;
    }
    .s-toggle__title {
        padding-right: 35px;
    }

    .spinner{
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }
    .spinner > .sub, .spinner > .add {
        height: 50px;
        font-size: 25px;
        line-height: 50px;
        width: 35%;
        max-width: 200px;
    }
    .spinner input{
        flex: 1;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .projet__title {
        font-size: 24px;
        line-height: 28px;
    }
    .projet__subtitle{
        margin: 15px 0;
    }
    .projet__connexion{
        display: block;
        margin: 30px auto;
    }
    .projet__connexion > svg{
        display: none;
    }
    .form-group--projet{
        margin-bottom: 10px;
    }
    .block__projet{
        padding: 20px 15px;
    }
    .projet__title--why{
        text-align: center;
    }
    .projet__subtitle--why{
        font-size: 18px;
        line-height: 24px;
    }
    .projet__tools{
        flex-wrap: wrap;
    }
    .projet__tool{
        width: 50%;
        text-align: center;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
    }
    /*Percentage*/
    .single-chart {
        width: auto;
        justify-content: space-around ;
    }
    .single-chart .circular-chart{
        margin: 0 15px 0 0;
        max-width: 100%;
        max-height: 100%;
        height: 55px;
        width: 55px;
    }
    .circular-chart {
        display: block;
        margin: 10px auto;
        max-width: 80%;
        max-height: 250px;
    }
    .circle-bg {
        fill: none;
        stroke: #eee;
        stroke-width: 3.8;
    }
    .circle {
        fill: none;
        stroke-width: 2.8;
        stroke-linecap: round;
        animation: progress 1s ease-out forwards;
        stroke: #1167ff;
    }
    @keyframes progress {
        0% {
            stroke-dasharray: 0 100;
        }
    }
    .percentage {
        fill: #1167ff;
        font-family: sans-serif;
        font-size: 12px;
        text-anchor: middle;
    }
    .caracteristic__columns{
        flex-direction: column;
    }
    .caracteristic__column{
        margin-bottom: 15px;
    }
    .course__steps-wrapper--absolute{
        padding: 0 10px;
    }
    .cart .button {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

/*SPECIFIC (NEED TO BE UNDER @MEDIA)*/
.course__sections--plain{
    width: 100%;
    min-height: 100vh;
    margin-bottom: 0;
}
#registrationFailed .modal-body,
#registration-failed-retry .modal-body,
#registrationExcluded .modal-body  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -15px;
    overflow: visible;
}
.r-failed__title, .registration-failed-retry__title {
    font-size: 20px;
    line-height: 24px;
    color: #FF5518;
    margin-top: 25px;
    font-weight: 700;
}
.r-failed__subtitle, .registration-failed-retry__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}
#apv_plate--iframe {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
