/* body {
    background-color: #189D95;
} */

#form_config_portes input[type=text], #form_config_portes input[type=email], #form_config_portes input[type=tel], #form_config_portes input[type=number], #form_config_portes select, #form_config_portes textarea {
    background-color: #fff;
    margin: 0!important;
    font-size: 18px;
    padding: 5px;
    box-sizing: border-box;
    text-indent: 5px;
    border: 1px solid;
    border-color: #7A7F8B4D;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    width: 100%;
}

#form_config_portes input[type=text]:focus-visible,
#form_config_portes input[type=email]:focus-visible,
#form_config_portes input[type=tel]:focus-visible,
#form_config_portes input[type=number]:focus-visible,
#form_config_portes select:focus-visible,
#form_config_portes textarea:focus-visible,
a:focus-visible,
#form_config_portes input[type=submit]:focus-visible {
    outline: none;
    border: 1px solid #189D95;
}

#form_config_portes label {
    float: left;
    margin-left: 0px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #858585;
    font-weight: 400;
    display: inline-block;
    /* margin-bottom: .5rem; */
    margin-bottom: 20px;
}

fieldset legend {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 22px;
    /* color: #000; */
    float: left;
    /* margin-left: calc(20px + 0.85rem); */
    /* margin-left: 0.85rem; */
    margin: 40px 10px;
    padding: 0;
}

#form_config_portes .radio-btn, #form_config_portes .checkbox-btn {
    background: #ebebeb;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 100%;
    
    box-sizing: border-box;

    /* border: 1px solid #189D95; */
    outline: 1px solid #189D95;

    flex-shrink: 0;
}

/* ne pas mettre de border radius sur les checkbox */
#form_config_portes .checkbox-btn {
    border-radius: 2px;
}
#form_config_portes input[type=radio]:checked + label .radio-btn, #form_config_portes input[type=checkbox]:checked + label .checkbox-btn {
    background: #858585;
    border: 5px solid #EBEBEB;
    outline: 1px solid #189D95;
}

.information {
    color: #858585;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.information a {
    text-decoration-color: #189D95;
    color: #189D95;
}

#form_config_portes input[type=submit] {
    border-style: solid;
    text-align: center;
    color: #fff;
    border-color: #189D95;
    border-width: 1px;
    padding: 12px 24px;
    text-decoration: none;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    background-color: #189D95;
    font-weight: 700;
    cursor: pointer;
    margin: auto;
    border-radius: 2px;
}

#form_config_portes input[type=submit]:hover {
    background-color: #fff;
    color: #189D95;
}

#form_config_portes .demi-colonne {
    float: left;
    position: relative;
    /* padding: 0.65rem; */
    padding: 5px!important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
}

#form_config_portes input[type=text], #form_config_portes input[type=email], #form_config_portes input[type=tel], #form_config_portes select, #form_config_portes input[type=date] {
    height: 53px!important;
}

#form_config_portes label {
    margin-bottom: 0!important;
}