.modal-forfait .modal-body {
    padding: 30px;
}

.modal-forfait .modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #001d51;
    margin-bottom: 15px;
}

.modal-forfait p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.modal-forfait form label {
    display: block;
}

.modal-forfait form input[type="radio"] {
    display: none;
}

.modal-forfait form input[type="radio"]+div {
    border-radius: 5px;
    line-height: 20px;
    border: 1px solid #626469;
    color: #001d51;
    padding: 7px 12px;
    cursor: pointer;
    font-weight: normal;
}   

.modal-forfait form input[type="radio"]+div>div {
    line-height: 20px;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #001d51;
}

.modal-forfait form input[type="radio"]+div>div>small {
    font-size: 12px;
    /*font-weight: normal;*/
    color: #626469;
}

.modal-forfait form input[type="radio"]:checked+div {
    color: white;
    background-color: #001d51;
}

.modal-forfait form input[type="radio"]:checked+div>div,
.modal-forfait form input[type="radio"]:checked+div>div>small {
    color: white;
}

.modal-forfait h3,
.modal-forfait h6 {
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    font-weight: bold;
    margin: 0;
}

.modal-forfait h3 {
    font-size: 30px;
}

.modal-forfait h6 {
    font-size: 14px;
    color: #ffbc00;
    margin-bottom: 5px;
}

.modal-forfait .well-tout-inclus {
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ffbc00;
}

.modal-forfait .well-tout-inclus:hover {
    background-color: #144dc8;
}

.modal-forfait .well-tout-inclus>h4,
.modal-forfait .well-tout-inclus>p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.modal-forfait .well-tout-inclus>h4,
.modal-forfait .well-tout-inclus>p {
    color: white;
}

.modal-forfait .well-tout-inclus:hover>h4,
.modal-forfait .well-tout-inclus:hover>p {
    color: white;
}

.modal-forfait .well-tout-inclus>h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal-forfait .well-tout-inclus>p {
    font-size: 18px;
}
