#configurateur {
    margin-top: 40px;
    margin-bottom: 60px;
}
.configrateur_wrapper {
    padding: 20px;
    border: solid 1px #009fe3;
    border-radius: 5px;
    background: #53c0ef;
}
.configurateur_sub {
    margin-bottom: 25px;
}
.configurateur_sub h2 {
    margin-bottom: 15px;
    display: inline-block;
    width: auto;
    background: #009fe3;
    border-radius: 20px;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
}
ul.choice {
    list-style-type: none;
}
ul.choice li {
    width: 100%;
    min-height: 60px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 6px -4px rgb(0 0 0 / 53%);
    font-size: 15px;
    font-weight: 500;
    transition: box-shadow 0.3s ease-in-out;
}
ul.choice li:hover {
    box-shadow: none;
}
ul.choice li .description {
    padding: 8px 0;
    width: 85%;
}
.recap {
    padding: 15px 20px 0px;
    background: #007eb1;
    border-radius: 8px;
    margin-bottom: 10px;
}
.recap h3 {
    color: #ffffff;
    margin-bottom: 15px;
}
.recap_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.recap_info p {
    color: #000;
}
.recap_montant p {
    color: #ffffff;
}
#form_demande label {
    font-size: 13px;
    font-weight: 500;
}
#form_demande input.form-control {
    border-radius: 5px !important;
    box-shadow: 1px 1px 6px -4px rgb(0 0 0 / 53%) !important;
    margin-bottom: 10px;
}
.color-selected,
.options-selected {
    background: #fdbc00  !important;
    color: #ffffff;
}
.color-selected::after,
.options-selected::after {
    content: "\f00d";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #009fe3;
    border-radius: 20px;
    top: -8px;
    right: -8px;
    text-align: center;
    padding-top: 1px;
}
.choice .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100vw;
    height: 100vh;
    background-color: #2f2f2f7d;
}
.option_details {
    font-size: 12px;
    color: #009fe3;
}
.options-selected,
.color-selected {
    position: relative;
}
.options-selected .option_details {
    color: #ffffff;
}
.alert-configurateur {
    position: fixed;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
