.form-group{
    margin-bottom: 15px;
    position: relative;
}
.form-group--horizontal.form-group--subquestion{
    padding-left: 40px;
}
.form-label{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.form-label--subtitle{
    font-size: 16px;
}
.modal--course .modal-subtitle{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}
.form-label--required{
    color: #FC5653;
}
.form-label.valid{
    color: #00C7B8;
}
.main--course .form-label.form-button.unvalid{
    background: #FC5653;
    border: 1px solid #FC5653;
}
.main--course .form-input.unvalid{
    border: 1px solid #FC5653;
}
.form-label.form-button{
    line-height: 65px;
}
.form-label--inline{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.form-label.equipment input:checked ~ .form-label--checkbox{
    padding-right: 30px;
}
.form-label.equipment input:checked ~ .form-label--checkbox:after{
    content: '';
    background: url(/assets/img/reprise/croix.svg) no-repeat;
    height: 10px;
    width: 10px;
    margin-top: -1px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    display: block;
    right: 12px;
}
.main--course .form-checkbox{
    padding-left: 40px;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
.main--course .form-checkbox input,
.main--course .default-section__no-default .form-input[type="checkbox"]{
    display: none;
}
.main--course .form-checkbox input[type='checkbox']+span:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
    content: '';
    display: inline-block;
    border: 1px solid #D4D4D4;
    margin-right: 7px;
    vertical-align: sub;
    position: absolute;
}
.main--course .form-checkbox input[type='checkbox']:checked+span:after {
    width: 14px;
    height: 14px;
    left: 4px;
    top: 2px;
    content: '';
    display: inline-block;
    background: #1167ff;
    margin-right: 7px;
    vertical-align: sub;
    position: absolute;
}
.main--course .form-label--checkbox,
.main--course .form-label--radio{
    border: 1px solid #D4D4D4;
    padding: 9px 15px 7px;
    border-radius: 18px;
    font-size: 16px;
    color: #707070;
    line-height: 19px;
}
.main--course .form-label--initial,
.main--course .form-label input:checked ~ .form-label--initial{
    background: none;
    color: black;
    border: none;
    padding: 0 30px;
    position: relative;
}
.form-label--initial:before{
    content: '';
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    transform: translateY(-50%);
}
.form-label input:checked ~ .form-label--initial:before{
    background: #1167ff;
    border: none;
}
.form-label input:checked ~ .form-label--initial:after{
    content: '';
    height: 9px;
    width: 9px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    transform: translate(50%, -50%);
    background: white;
    border-radius: 50%;
}
.main--course .form-input[type="checkbox"]{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
}
.form-input__error{
    font-size: 14px;
    margin-top: 5px;
    color: #FC5653;
}
.main--course .form-input:disabled ~ span{
    color: #d4d4d4;
}
.main--course .form-label--inputhidden .form-input{
    display: none;
}
.main--course .form-input:checked ~ .form-label--checkbox,
.main--course .form-input:checked ~ .form-label--radio{
    background: #1167ff;
    color: white;
    position: relative;
}
.form-label--color{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #E4E4E4;
    position: relative;
}
.main--course .form-label--color-unlisted{
    padding: 0;
    text-align: center;
    line-height: 33px;
    font-size: 25px;
    color: black;
}
.course__navbar .form-label--color{
    height: 20px;
    width: 20px;
    padding: 0;
    margin-right: 10px;
    vertical-align: middle;
}
.form-input:checked ~ .form-label--color:before{
    content: '';
    display: block;
    width: 34px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #1167ff;
    border-radius: 50%;
}
.main--course .form-input,
.main--course .form-select,
.main.fiche .form-input {
    width: 100%;
    height: 50px;
    border: 1px solid #E4E4E4;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}
.main--course .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 50px;
}
.main--course .select2-container--default .select2-search--inline .select2-search__field {
    height: 50px;
    margin: 0 !important;
}
.main--course .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    height: 50px;
}
.main--course .form-input.valid, .main--course .form-select.valid {
    border: 1px solid #00C7B8;
}
.main--course .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 50px;
    padding: 0px 15px;
    margin-top: 0;
}
.main--course .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-top: 0;
}
.main--course .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin-top: 9px;
}
.main--course .form-input::placeholder,
.main--course .select2-search__field::placeholder{
    color: #D4D4D4;
}
.main--course .form-input:focus,
.main--course .form-select:focus,
.main.fiche .form-input:focus {
    outline: none;
}
.main--course .form-input--disabled{
    pointer-events: none;
    background-color: #eee;
}
.main--course .form-input:not(.form-input--disabled):read-only{
    background-color: white;
    cursor: text;
}
.form-inputs{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.form-inputs--fullwidth{
    justify-content: space-between;
}
.form-inputs--fullwidth .form-label--proposition{
    flex: 1;
}
.form-inputs--fullwidth .form-label--proposition > span{
    width: 100%;
    height: 35px;
    min-height: 35px;
    line-height: 37px;
    padding: 0;
    background: white;
    color: #707070;
    border-radius: 18px;
}
.form-inputs--fullwidth .form-label--proposition:last-child > span{
    margin-right: 0;
}
.form-inputs--fullwidth .form-label--proposition input:checked ~ span{
    background: #1167ff;
    color: white;
}
.form-label--button{
    margin-right: 20px;
}
.form-label--button:last-child{
    margin: 0;
}
.form-label--button .form-input{
    display: none;
}
.form-label--button > span{
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border: 2px solid #1167ff;
    background: white;
    color: #1167ff;
    font-size: 18px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}
.form-group--vertical .form-label--button > span{
    padding: 0 40px;
}
.form-label--button > .form-link{
    padding: 0;
}
.form-label--button > .form-link > a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 40px;
    color: white;
    background: #1167ff;
}
.form-label--button > .form-link > a:hover,
.form-label--button > .form-link > a:focus{
    color: white;
}
.form-label--button .form-input:checked ~ span{
    color: white;
    background: #1167ff;
}
.form-group--horizontal{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-group--buttons.form-group--horizontal .form-label{
    padding-right: 50px;
    word-break: keep-all;
}
.form-group--horizontal .form-inputs{
    margin-top: 0;
}
.s-toggle--equipments .form-group--horizontal .form-inputs{
    width: 400px;
    min-width: 400px;
}
.form-group--centered .form-inputs{
    justify-content: center;
}
.form-group--centered .form-label{
    font-weight: 500;
    margin-bottom: 35px;
}
.form-group--centered .form-label--button > span{
    min-width: 150px;
}
.form-label--proposition{
    margin-right: 20px;
}
.form-label--proposition .form-input{
    display: none;
}
.form-label--proposition span{
    display: block;
}
.form-label--proposition > span{
    padding: 10px 5px;
    box-shadow: 0 3px 6px #00000029;
    text-align: center;
    width: 115px;
    min-height: 110px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-label--proposition svg{
    flex: 1;
    margin-bottom: 10px;
}
.form-label--green{
    color: #00C7B8;
}
.form-label--orange{
    color: #FEAE47;
}
.form-label--red{
    color: #FC5653;
}
.form-label--proposition .form-input:checked ~ span{
    color: white;
    box-shadow: none;
}
.form-label--green .form-input:checked ~ span{
    background: #00C7B8;
}
.form-label--orange .form-input:checked ~ span{
    background: #FEAE47;
}
.form-label--red .form-input:checked ~ span{
    background: #FC5653;
}
.form-label--proposition .form-input:checked ~ span svg path{
    fill: white;
}

.modal--course{
    border-radius: 17px;
    box-shadow: 0px 10px 23px #00000029;
    padding: 30px 35px;
}
.modal--course #cross{
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 1;
    cursor: pointer;
}
.modal__title{
    font-size: 18px;
    line-height: 22px;
}
.modal__title--center {
    text-align: center;
}
.modal--course .modal-header{
    margin-bottom: 35px;
    padding-right: 40px;
}
.modal--course .modal-body{
    max-height: 100%;
    overflow-y: visible;
}
.modal--course .modal-header span::after {
    content: none;
}
.button{
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    border: none;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.button:disabled{
    background: #92deff;
    pointer-events: none;
}
.button:disabled:hover{
    background: #92deff;
}
.button--fullwidth{
    width: 100%;
}
.button--plain{
    color: white;
    background: #1167ff;
    border: 1px solid transparent;
}
.button--inverted{
    color: #1167ff;
    background: white;
    border: 1px solid #1167ff;
}
.button--right{
    float: right;
}

.button-left {
    float: left;
}

.button--plain:hover,
.button--plain:focus,
.button--plain:active{
    color: white;
    background: #1167ff;
}
.button--inverted:hover,
.button--inverted:focus,
.button--inverted:active{
    color: #1167ff;
    background: white;
}
.button--green{
    color: white;
    background: #00C7B8;
}
.button--border{
    background: white;
    color: #1167ff;
    border: 1px solid #1167ff;
}
.button--border.button--gray{
    color: #D4D4D4;
    border: 1px solid #D4D4D4;
}
.button--plain.button--disabled{
    background: rgba(21, 183, 255, 0.4);
    cursor: default;
}
.course__navbar .course__button--cancel{
    background: transparent;
    width: 100%;
}
.course__navbar .remaining{
    margin-top: 20px;
    text-align: left;
}
/*S-TOGGLE*/
.s-toggle--undone{
    display: none;
}
.s-toggle__header{
    border-top: 1px solid #E4E4E4;
    padding: 15px 45px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}
.s-toggle:first-child .s-toggle__content .s-toggle__header {
    padding: 15px 0;
    margin: 20px 0;
    border-top: 1px solid #E4E4E4;
}
.s-toggle__header--navbar{
    padding: 15px 15px;
}
.s-toggle:first-child .s-toggle__header{
    border-top: none;
}
.s-toggle:first-child .s-toggle__header--navbar{
    border-top: 1px solid #E4E4E4;
}
.s-toggle__step{
    color: #E4E4E4;
    border: 1px solid #E4E4E4;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    margin-right: 10px;
    user-select: none;
}
.s-toggle__count{
    color: #1167ff;
}
.s-toggle__title{
    flex: 1;
}
.s-toggle__header--navbar .s-toggle__title{
    text-align: left;
    margin-left: 15px;
    font-size: 16px;
}
.s-toggle__content{
    padding: 20px 45px;
    display: none;
    position: relative;
}
.s-toggle__content--navbar{
    padding: 10px 15px;
    text-align: left;
}
.s-toggle__content .form-group:last-child{
    margin-bottom: 0;
}
.s-toggle__content .form-group--child .form-group:last-child{
    margin-bottom: 15px;
}
.s-toggle--active .s-toggle__content{
    display: block;
}
.s-toggle--active .s-toggle__header,
.s-toggle--activate .s-toggle__header{
    border-bottom: 1px solid #E4E4E4;
}
.s-toggle__content--p60{
    padding: 60px;
}
.s-toggle--active .s-toggle__content--flex{
    display: flex;
    align-items: center;
}
.s-toggle--done .s-toggle__step,
.s-toggle__step--done{
    background: url('/assets/img/reprise/rond-valide.svg');
    color: transparent;
    border: none;
}
.s-toggle__step--done{
    display: inline-block;
    vertical-align: middle;
}
.s-toggle--nofolding .s-toggle__header{
    pointer-events: none;
}
.s-toggle--nofolding .icone-plus{
    display: none;
}
.s-toggle__picture{
    width: 30px;
}
.s-toggle__picture svg{
    width: 100%;
    vertical-align: middle;
}
/*ICONE PLUS*/
.icone-plus{
    position: relative;
}
.icone-plus .position-horizontal,
.icone-plus .position-vertical{
    background-color: #707070;
}
.icone-plus .position-horizontal {
    width: 16px;
    right: 3px;
    height: 2px;
}
.icone-plus .position-vertical {
    height: 16px;
    margin-top: -7px;
    width: 2px;
}
/*TYPEAHEAD*/
.typeahead{
    border-radius: 0;
    padding: 0;
    margin-top: -1px;
    box-shadow: 0 -1px 6px #00000029;
    width: 100%;
    border: none;
    box-sizing: border-box;
}
.typeahead.dropdown-menu li{
    display: table;
    width: 100%;
}
.typeahead.dropdown-menu li a{
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    white-space: pre-wrap;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
}
.typeahead.dropdown-menu>.active>a{
    background-color: #1167ff;
    background-image: none;
}
.typeahead li:first-child:after, .typeahead li:first-child:before,
.typeahead--preloader:after, .typeahead--preloader:before {
    bottom: 100%;
    left: 8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.typeahead li:first-child:after,
.typeahead--preloader:after{
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.typeahead li:first-child.active:after{
    border-bottom-color: #1167ff;
}
.typeahead li:first-child:before,
.typeahead--preloader:before{
    border-color: rgba(212, 212, 212, 0);
    border-bottom-color: #D4D4D4;
    border-width: 11px;
    margin-left: -11px;
}
input.loading ~ .typeahead--preloader{
    display: block;
    padding: 15px 15px;
}
.typeahead--preloader svg{
    height: 50px;
}
/*CARACTERISTICS*/
.caracteristic__labeltitle{
    margin-bottom: 10px;
}
.caracteristic__subtitle{
    margin: 25px 0;
}
.caracteristic__columns{
    display: flex;
}
.caracteristic__column{
    flex: 1;
}
/*TOOLTIP*/
.main--course .tooltip-inner,
.tooltip-course .tooltip-inner{
    background: #1167ff;
    color: white;
    font-size: 15px;
    border: 1px solid #1167ff;
    font-weight: 500;
}
.main--course .tooltip.in,
.tooltip-course.tooltip.in{
    opacity: 1;
    z-index: 10000000000;
}
.main--course .tooltip.top .tooltip-arrow,
.tooltip-course.tooltip.top .tooltip-arrow{
    border-top-color: #1167ff;
}
.main--course .tooltip.bottom .tooltip-arrow,
.tooltip-course.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #1167ff;
}
.form-group .tooltip .tooltip-arrow{
    border-bottom-color: #1167ff;
}
@media (max-width: 767px){
    .main--course .form-checkbox input[type='checkbox']:checked+span:after {
        width: 12px;
        height: 12px;
    }
}
