body{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
    color: #333;
}

.container{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.panel-primary{
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    background-color: #f8f8f8;
    border-color: #6ec396;
}

.panel{
    box-shadow: 0px 0px 7px 0px #e5e5e5;
}

.panel-body{
    padding-top: 0px;
}

.panel-heading{
    background-color: #6ec396;
    color:white;
    border-color: black;
}

.panel-heading:hover{
    background-color: #5FA880;
}

.panel-heading h4{
    text-decoration: none;
    font-weight: bold;
}

.dates_utiles{
    background-color: white;
    margin-top: 12px;
    color: #6ec396;
    box-shadow: 0px 0px 7px 0px #e5e5e5;
}

label{
}

#LogoBox{
    height: 15vw;
    position: relative;
    clear: both;
    background-size: cover;
    background-position: bottom;
    border-radius: 5px 5px 0px 0px;
}

#LogoBox #Logo{
    background-image: url("https://www.ceff.ch/typo3conf/ext/site_builder/Resources/Public/img/logo-degrade-sante.png");
    padding-top: 5.5vw;
    height: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
    position: absolute;
    width: 100%;
}

a{
    background-color: transparent;
}

#LogoBox #Logo img{
    height: 7.7vw;
    width: auto;
}

img{
    border : 0;
    vertical-align: middle;
    max-width: 100%;
}

h1{
    padding: 25px;
    text-align: center;
    font-weight: bold;
}

.sous_titre, form h1, form h3{
    color: #6ec396;
    font-weight: bold;
}

form h4{
    margin: 25px 0px 5px 0px;
    color: #898888;
}

.sous_titre::after, form h1::after, form h3::after{
    content: "";
    background-color: #6ec396;
    bottom: -1vw;
    display: block;
    height: 0.26vw;
    position: relative;
    width: 2.6vw;
    margin-bottom: 15px;
}

.form-control:focus{
    border-color: black;
    box-shadow: 0px 0px;
}

.button_add{
    background-color: #6cc486;
    border-radius: 5px;
    color: white;
    border: none;
    height: 43px;
    width: 100%;
}
.button_add:hover{background-color: #509666;}

.button_remove{
    background-color: #c74747;
    border-radius: 5px;
    color: white;
    border: none;
    height: 43px;
    width: 100%;
}
.button_remove:hover{background-color: #a14b4b;}

.btn_reset{
    padding: 6px 12px;
    background-color: #e3bc4f;
    border-radius: 5px;
    color: white;
    border: none;
}
.btn_reset:hover{background-color: #d6ad3a;}

.btn_send{
    padding: 6px 12px;
    background-color: #3f5eb1;
    border-radius: 5px;
    color: white;
    border: none;
}
.btn_send:hover{background-color: #254686;}

#btn_selection_permis{
    background-color: unset;
    border-radius: 5px;
    border: 1px solid lightgray;
    font-size: 18px;
    text-align: start;
    padding-left: 18px;
    height: 43px;
    width: 100%;
}

.tableau_permis{
    background-color: unset;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding-left: 20%;
    padding-top: 20px;
}

.exemple_input{
    color : gray;
    padding: 5px 0px 0px 5px;
    font-size: 13px;
}

.texte_avant{
    font-size: 18px;
    margin-top: 12px;
}

.radio_vehicule_dispo, .radio_suisse_etranger{
    font-size: 16px;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
    top: -12px;
    background-color: white;
    padding: 0px 3px 0px 3px;
    left: 20px;
    font-size: 15px;
    opacity: 1;
}

.inputText{
    height: 35px;
}

.floating-label{
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 11px;
    transition: 0.2s ease all;
}

.form-control{
    height : 45px;
    font-size: 18px;
}

.choix_etranger, .autre_sexe, .representant_autre_sexe, .autre_niveau_fr, .autre_niveau_maths, .autre_niveau_all ,.representant_autre_sexe_deux, .noviewoptionnel, .noview{
    display:none;
}

.datepicker{
    cursor: default;
    color: transparent;
    text-shadow: 0 0 0 #000000;
}

.datepicker:focus {
    outline: none;
}

label{

}

.texte_normal, .texte_avant{
    font-weight: normal;
    text-align: justify;
}

.remarques{

}

.autre_niveau_fr, .autre_niveau_all, .autre_niveau_maths, .autre_sexe, .representant_autre_sexe,.representant_autre_sexe_deux, .autre_formation{
    position: relative;
    animation: myfirst 250ms;
    animation-direction: alternate;
}

@keyframes myfirst {
    from {left: -100px; top: 0px;}
    to {left: 0px; top: 0px;}
}

.view{
    display: block;
}

.viewoptionnel{
    display:inline;
}

.clearfix::after{
    content: "";
    clear: both;
    display: table;
}

.finish_button_send{
    margin-right: 5px;
    float: right;
}

.finish_button_reset{
    float: right;
}

.formulaire_complet{
    margin-top: 12px;
}

label.error,
.message_avs,
.message_nummob,
.message_numfixe,
.message_representant_nummob,
.message_representant_nummob_deux,
.message_representant_numfixe,
.message_representant_numfixe_deux {
    color: red;
    /*font-weight: unset;*/
}

.message_avs:focus::placeholder{
    content: "";
    color:transparent;
}