@font-face {
    font-family: 'Gravur Condensed';
    src: url("../fonts/gravurcondensed-regular-webfont-auwbJo4.woff2") format('woff2'),
    url("../fonts/gravurcondensed-regular-webfont-076Hqwg.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gravur Condensed';
    src: url("../fonts/gravurcondensed-bold-webfont-13LeNmf.woff2") format('woff2'),
    url("../fonts/gravurcondensed-bold-webfont-4N1KuH-.woff") format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.alert {
    margin-bottom: 31px;
    border: 1px solid transparent;
    padding: 13px 22px;
    border-radius: 4px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.btn-bordereau, .btn-type {
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #C4C4C4;
    padding: 5px 9px;
}

.btn-bordereau.active, .btn-type.active {
    background: #CA2A58;
    background: linear-gradient(90deg,rgba(202, 42, 88, 1) 0%, rgba(231, 84, 58, 1) 100%);
    color: white;
}

.btn--gradient, .form--calc > div > button {
    background: #CA2A58;
    background: linear-gradient(90deg, rgba(202, 42, 88, 1) 0%, rgba(239, 129, 2, 1) 100%);
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    padding: 12px 15px 10px;
    width: fit-content;
    text-align: center;
}

.btn--gradient-white {
    color: black;
    position: relative;
    padding: 12px 15px 10px;
}

.btn--gradient-white span {
    z-index: 2;
    position: relative;
}

.btn--gradient-white:after {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 4px;
    top: 4px;
    background-color: white;
}


.form--calc {
    --gap: 31px;
    gap: 63px var(--gap);
    padding: 0;
}

.form--calc .heading {
    margin: 70px 0 11px;
}

.gravur30 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Gravur Condensed', sans-serif;
}

.form--calc #sejour_modeTransportPrincipal {
    --gap: 27px;
    display: flex;
    flex-wrap: wrap;
    gap: 31px var(--gap);
}

.form--calc #sejour_modeTransportPrincipal .radio-item {
    width: calc((100% - 5 * var(--gap)) / 6);
    background-color: #EEEEEE;
    padding: 14px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    aspect-ratio: 1 / 1;
    gap: 11px;
}

.form--calc #sejour_modeTransportPrincipal .radio-item input[type="radio"] {
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: 1px solid #CA2A58;
    appearance: none;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.form--calc #sejour_modeTransportPrincipal .radio-item input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #CA2A58;
}

.form--calc #sejour_modeTransportPrincipal .radio-item input {
    height: 22px;
    width: 22px;
    min-height: fit-content;
}

.form--calc #sejour_modeTransportPrincipal .radio-item label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 11px;
    font-size: 18px;
    color: #CA2A58;
    text-transform: uppercase;
    line-height: 16px;
    cursor: pointer;
}

.form--calc #sejour_modeTransportPrincipal .radio-item label img {
    width: fit-content !important;
    height: auto !important;
    max-height: 52px !important;
}

.form--calc #sejour_modesTransportSecondaires {
    --gap: 65px;
    display: flex;
    flex-wrap: wrap;
    gap: 31px var(--gap);
}

.form--calc #sejour_modesTransportSecondaires .checkbox-item {
    display: flex;
    align-items: center;
    gap: 17px;
}

.form--calc #sejour_modesTransportSecondaires .checkbox-item input[type="checkbox"], .form--calc > div input.custom-checkbox {
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: 2px solid #E7543A;
    appearance: none;
    background-color: white;
    cursor: pointer;
    position: relative;
    padding: 0;
    min-height: fit-content;
}

.form--calc #sejour_modesTransportSecondaires .checkbox-item input[type="checkbox"]:checked:before,
.form--calc > div input.custom-checkbox:checked:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background-color: #CA2A58;
}

.form--calc #sejour_modesTransportSecondaires .checkbox-item input {
    height: 22px;
    width: 22px;
    min-height: fit-content;
}

.form--calc #sejour_modesTransportSecondaires .checkbox-item label {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 17px;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    line-height: 37px;
    cursor: pointer;
}

.form--calc #sejour_modesTransportSecondaires .checkbox-item label img {
    width: fit-content !important;
    height: auto !important;
    max-height: 52px !important;
    margin-right: 0 !important;
}

.form--calc .suggestion-box {
    bottom: 0;
    transform: translateY(100%);
}

.form--calc > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
}

.form--calc > div:last-of-type {
    align-items: center;
}

div.buttons {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 11px;
    position: relative;
    margin-bottom: 10px;
    justify-content: center;
}

.form--calc > div:nth-of-type(1),
.form--calc > div:nth-of-type(2) {
    width: calc((100% - 1 * var(--gap)) / 2);
}

.form--calc > div label, .form--calc .subtitle {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

.form--calc > div input {
    background-color: #EEEEEE;
    min-height: 50px;
    padding: 8px 10px;
    text-transform: uppercase;
    color: #494D5A;
}

.form--calc .etab-selector {
    display: flex;
    --gap: 30px;
    gap: var(--gap);
    flex-wrap: wrap;
}

.form--calc .etab-selector .col {
    width: calc((100% - 2 * var(--gap)) / 3);
}

.form--calc .etab-selector .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    height: fit-content;
}

.form--calc .etab-selector .btns > div {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px dashed #BCBCBC;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
}

.form--calc .etab-selector .etab {
    display: flex;
    flex-direction: column;
}

.form--calc .etab-selector .etab > button {
    margin: 26px auto 0;

}

.form--calc .etab-selector h3 {
    color: #868686;
    text-decoration: underline;
    font-size: 20px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 15px;
}

.form--calc .etab-selector .choices > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

.form--calc .etab-selector .etab--list {
    max-height: 454px;
    overflow-y: auto;
}

.form--calc .etab-selector .choices--item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.form--calc .etab-selector .choices--item:not(:last-of-type) {
    margin-bottom: 20px;
}

.form--calc .etab-selector .choices--item > p {
    background-color: #CA2A58;
    padding: 8px 10px;
    color: white;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.form--calc .etab-selector .choices--item .content {
    background-color: #EEEEEE;
    padding: 13px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.form--calc .etab-selector .choices--item .content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.form--calc .etab-selector .choices > div .btn-bordereau {
    display: flex;
    gap: 15px;
    width: fit-content;
}

.form--calc .etab-selector .choices > div #sejour_activites,
.form--calc .etab-selector .choices > div #sejour_restaurants,
.form--calc .etab-selector .choices > div #sejour_hebergements {
    display: none;
}

.results--container {
    display: flex;
    flex-wrap: wrap;
    margin: 64px 0 113px;
}

.results--container > * {
    width: 50%;
}

.results--container .content {
    padding: 61px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    --gap: 37px;
    gap: var(--gap);
}

.results--container .content .stats {
    flex: 1;
}

.results--container .content .stats p {
    font-size: 30px;
    line-height: 37px;
    color: #CA2A58;
    font-weight: 700;
    margin-bottom: 57px;
}

.results--container .content .stats p span {
    text-transform: uppercase;
}

.activites--container {
    display: flex;
    flex-direction: column;
    gap: 107px;
}

.activites--container h2 {
    margin-bottom: 37px;
    display: flex;
    gap: 17px;
    align-items: center;
}

.activites--container .item {
    display: flex;
    gap: 250px;
    margin-bottom: 14px;
}

.activites--container .item p {
    width: 250px;
}

.activites--container .item .bar {
    width: 363px;
    height: 24px;
    background-color: #EEEEEE;
    display: block;
}

.activites--container .item .bar span {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    padding: 7px 21px;
    display: block;
    text-align: center;
}

.activites--container .item .bar .score1 {
    width: 25%;
    background-color: #C0DCC1;
    text-align: right;
}

.activites--container .item .bar .score2 {
    width: 50%;
    background-color: #CAD884;
    text-align: right;
}

.activites--container .item .bar .score3 {
    width: 75%;
    background-color: #97BA64;
    text-align: right;
}

.activites--container .item .bar .score4 {
    width: 100%;
    background-color: #698548;
    text-align: right;
}

.score-img {
    border-radius: 29px;
    border: 3px solid #303F27;
    padding: 21px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 250px;
}

.score-img span {
    color: #577145;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 20px;
}