.modal-form-contact-franchise h5 {
    font-size: 1.5rem;
    /* font-family: 'wotfardsemibold', Arial, sans-serif; */
}
#identite_demandeur, #formulaire_complet {
    display:none;
}
#formulaire_contact_franchise_type_habitat-block {
    display:none;
}
.block-choix-type-demande-new-choix {
    text-align:center;
    cursor:pointer;
    display: table-cell;
    position: relative;
}
.block-choix-type-demande-new-titre {
    /* font-weight: bold; */
    color: var(--blue);
    font-size: 1.5rem;
}
.block-choix-type-demande-new-choix {
    /* margin-bottom: .5rem; */
    padding: 0!important;
    position: relative;
}
.block-choix-type-demande-new-choix.disabled {
    cursor: not-allowed;
}
/*.block-choix-type-demande-new-choix.selected div, .choix-select .choix-select-locataire.selected div {*/
/*    border: 1px solid var(--green);*/
/*}*/
.block-choix-type-demande-new-choix.selected:before, .choix-select .choix-select-locataire.selected:before {
    position:absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    /* color:white; */
    background: var(--green);
    content:'';
}
.block-choix-type-demande-new-choix div {
    /* width: 100%; */
    /* display: block; */
    padding: .5rem 0;
    color: var(--blue);
    z-index: 1;
    position: relative;
    font-size: 1.8rem;
}
.block-choix-type-demande-new-choix {
    border: 1px solid #cad0d6;
}
.block-choix-type-demande-new-choix:nth-child(3n+3) {
    border-left: 0;
    border-right: 0;
}
/*.block-choix-type-demande-new-choix:nth-child(5),*/
/*.block-choix-type-demande-new-choix:nth-child(6),*/
/*.block-choix-type-demande-new-choix:nth-child(7){*/
/*    border-top: 0;*/
/*}*/

#formulaire_complet .block-choix-type-demande-new-choix:nth-child(2) {
    border-left: 0;
}

.block-choix-type-demande-new-choix.selected div {
    color:white;
}
/*.block-choix-type-demande-new-choix .icone-selected, .choix-select .choix-select-locataire .icone-selected{*/
/*    visibility: hidden;*/
/*    position:absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    !* color:white; *!*/
/*    background: var(--green);*/
/*}*/
.block-choix-type-demande-new-choix i {
    vertical-align: middle;
    display: none;
}
.block-choix-type-demande-new-choix.selected .icone-selected , .choix-select .choix-select-locataire.selected .icone-selected {
    visibility: visible;
}
.choix-select {
    /* display: table; */
}
.choix-select .choix-select-locataire {
    cursor:pointer;
    display: table;
    vertical-align: middle;
    text-align: center;
    /* border: 1px solid #7070701A; */
    background:white;
    color: var(--blue);
    padding: 10px 5px;
    font-size: 1.8rem;
    /* height: 100%; */
    /* min-height: 100%; */
    /* height: 60px; */
}
.choix-select .choix-select-locataire:nth-child(1) {
    border-right: 1px solid #7070701A;
}
.choix-select .choix-select-locataire span {
    position:relative;
}
.choix-select .choix-select-locataire.selected span {
    color:white;
}
.form-group-titre-new {
    color: var(--blue);
    font-size: 1.3em;
    line-height: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid var(--green);
    padding-bottom: 5px;
}
.form-group-titre-new i {
    background: var(--green);
    color:white;
    border-radius: 50%;
    vertical-align: sub;
}
#identite_demandeur .alert-danger {
    margin-bottom: 0;
    font-size: 1.5rem;
    /* font-weight: normal; */
    border-radius: 0;
}
#formulaire_contact_franchise .margin-left:last-child {
    margin-bottom: 0;
}
.block-choix-type-demande-new input.form-control {
    width: 100%;
    border: 1px solid #cad0d6;
    border-radius: 0;
    font-size: 1.8rem;
    padding: 1rem;
    height: 3.9rem;
}
.form-group ~ .form-group-titre-new {
    margin-top: 0;
}
#formulaire_contact_franchise_adresse, #formulaire_contact_franchise_message {
    width: 100%;
}
#formulaire_contact_franchise .margin-left {
    padding-right: 0;
}
#formulaire_contact_franchise .input-hidd, #formulaire_contact_franchise_type_demande_default {
    visibility: hidden;
    position:absolute;
    top: -5000px;
    left: -5000px;

}
#demande-option .block-choix-type-demande-new-choix:nth-child(4) {
    border-right: 0;
}
#demande-option .block-choix-type-demande-new-choix:nth-child(5) {
    border: 1px solid #cad0d6;
}
#formulaire_contact_franchise textarea {
    font-size: 1.8rem;
    padding: 1rem;
    border-radius: 0;
    border: 1px solid #cad0d6;
}
#formulaire_contact_franchise .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
#formulaire_contact_franchise .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../img/picto-valider-input-check.png);
    width: 2rem;
    height: 2rem;
}
#formulaire_contact_franchise .custom-control-input ~ .custom-control-label::before {
    width: 2rem;
    height: 2rem;
    border-color: var(--blue);
}
#formulaire_contact_franchise .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--blue);
    background: var(--blue);
    width: 2rem;
    height: 2rem;
    transition: all .3s ease-in-out;
}
#formulaire_contact_franchise .custom-control-label {
    padding-left: 2rem;
    cursor: pointer;
}
#formulaire_contact_franchise .bottom-form-obli {
    font-size: 1.3rem;
}
#formulaire_contact_franchise #button-val button {
    background-color: var(--green) !important;
    color: white;
    transition: background-color .3s ease-in-out;
    font-size: 1.7rem;
    line-height: 2.4rem;
    box-shadow: none;
}
#formulaire_contact_franchise #button-val button:hover {
    background-color: var(--blue) !important;
}