@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.ttf?f269a7') format('truetype'), url('../fonts/icons.woff?f269a7') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="_icon-"], [class*=" _icon-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._icon-arrow-down:before {
    content: "\e905";
}

._icon-arrow-revers:before {
    content: "\e900";
}

._icon-error:before {
    content: "\e901";
}

._icon-phone:before {
    content: "\e903";
}

._icon-timer:before {
    content: "\e904";
}

._icon-planning:before {
    content: "\e902";
}

body {
    color: #3E3636;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: #FCFCFE;
    font-family: 'Open Sans', sans-serif;
}

header {
    border-bottom: 1px solid #E4E5EF;
    background: #fff;
}

a {
    transition: 0.25s;
    text-decoration: none;
    color: #3E3636;
}

._container {
    padding: 0 30px;
    margin: 0 auto;
}

.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 116px;
}

.header__logo {
    line-height: 0;
    font-size: 0;
}

.header__action {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}

[class^="_icon-"], [class*=" _icon-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header__logo svg {
    width: 150px;
}

.header__action:before {
    font-family: 'icons' !important;
    margin-left: 13px;
    font-size: 11px;
}

.header__action:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    width: 0;
    left: 50%;
    transform: translateX(-60%);
    height: 1px;
    background: #3E3636;
    transition: 0.25s;
    opacity: 0;
}

a.header__action._icon-arrow-revers {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

._icon-arrow-revers:before {
    content: "\e900";
}

div#content .container {
    background: #fff;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgb(27 0 92 / 8%);
    padding: 62px 40px;
    margin-top: 35px;
    max-width: 969px;
}

span.input-title {
    font-size: 10px;
    font-weight: 700;
    color: #A2A1AC;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

input.submit {
    background: #c0eedc;
    color: #50C878;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    height: 42px;
    margin-top: 15px;
    padding: 10px;
}

form {
    margin-top: 35px;
}

.form_element {
    margin-left: 0 !important;
}

input.horaire {
    font-size: 16px;
    margin: 0 7.5px 14px;
    padding: 16px 24px;
    border: 1px solid #D7D7E1;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.25s;
    background: transparent;
    margin-left: 0;
}

input.horaire:hover, input.submit:hover {
    box-shadow: 3px 1px 13px #b6b6b6;
    border-color: #50C878;
    color: #50C878;
}

div.form_element {
    margin-right: 7px !important;
}

select {
    width: 336px;
}

input.input-phone, input.datepicker {
    width: 160px;
}

.date {
    background: #fff;
    -webkit-appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    background-size: 15px;
}
input, select {
    height: 56px;
    
}
/*code*/

.visit__body {
    background: #fff;
    width: 969px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgb(27 0 92 / 8%);
    padding: 62px 40px;
}

.visit__title {
    font-size: 32px;
    font-weight: 700;
    color: #53535E;
    margin-bottom: 40px;
}

.visit__subtitle {
    font-size: 18px;
    margin-bottom: 8px;
}

.visit__text {
    line-height: 1.3;
    margin-bottom: 30px;
    max-width: 578px;
}

.step__list {
    display: flex;
    margin-bottom: 21px;
    padding-bottom: 37px;
    border-bottom: 1px solid #D7D7E2;
}

ul {
    list-style: none;
}

.step__item {
    padding-right: 130px;
    position: relative;
}

.step__number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DDF4F7;
    font-weight: 600;
    font-size: 15px;
    color: #50C878;
    margin-bottom: 14px;
}

.step__text {
    max-width: 210px;
    font-weight: 600;
}

.step__item:not(:last-child):after {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #50C878;
    width: calc(100% - 49px);
    top: 17.5px;
    left: 45px;
}

.error__text {
    display: flex;
    align-items: center;
    color: #F05C59;
    font-weight: 600;
    font-style: italic;
    max-width: 600px;
}

.error__text:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-size: 20px;
    margin-right: 14px;
}

section.visit {
    margin-top: 35px;
}

/*404*/

.body__404 {
    padding: 85px 0;
    text-align: center;
}

.visit__body {
    background: #fff;
    width: 969px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgb(27 0 92 / 8%);
    padding: 62px 40px;
}

.body__404 span {
    font-size: 132px;
    font-weight: 700;
    color: #53535E;
}

.body__404 .visit__subtitle {
    font-size: 24px;
    margin-bottom: 14px;
}

.body__404 .visit__text {
    max-width: 100%;
    margin-bottom: 40px;
}

.btn__red {
    text-align: center;
    display: inline-block;
    background: #F05C59;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 15px 35px 17px;
    box-shadow: 0 8px 16px rgb(240 92 89 / 16%);
}

/*payment*/

.btn__green {
    text-align: center;
    display: inline-block;
    background: #50C878;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 15px 60px 17px;
    box-shadow: 0 8px 16px rgb(80 200 120 / 16%);
}

ul.step__list {
    padding: 0;
}

@media (max-width: 1199px) {
    .form__group {
        margin-right: 90px;
        margin-bottom: 33px;
    }
    .form__group:last-child {
        margin-bottom: 0;
    }
}

.input__label {
    font-size: 12px;
    font-weight: 700;
    color: #A2A1AC;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.select {
    position: relative;
    margin-bottom: 8px;
}

.btn__select {
    font-size: 16px;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #E4E5EF;
    padding: 12px 16px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.form__group:nth-child(2) .btn__select {
    width: 310px;
    max-width: 100%;
}

.btn__select:before {
    pointer-events: none;
    font-size: 6px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A2A1AC;
}

.btn__select ._icon-planning {
    pointer-events: none;
    margin-right: 16px;
    font-size: 16px;
    display: block;
    color: #A2A1AC;
}

.btn__select ._icon-timer {
    pointer-events: none;
    margin-right: 16px;
    font-size: 16px;
    color: #A2A1AC;
    display: block;
}

.btn__content {
    pointer-events: none;
    margin-right: 16px;
    color: #40404C;
    white-space: nowrap;
}

.select__list {
    position: absolute;
    top: 100%;
    border-radius: 8px;
    border: 1px solid #E4E5EF;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 0 30px 0 45px;
    transition: 0.25s;
    opacity: 0;
    visibility: hidden;
}

.select__item {
    transition: 0.25s;
    cursor: pointer;
    padding: 12px 0;
    font-size: 16px;
}

.select__item:hover {
    color: #F05C59;
}

.btn__select.active+.select__list {
    transform: translateY(4px);
    opacity: 1;
    visibility: visible;
}

.form-control {
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #E4E5EF;
    padding: 12px 16px 12px 48px;
    font-size: 16px;
}

.form-control:focus {
    outline: none;
}

.input__input {
    margin-bottom: 8px;
    position: relative;
}

.input__input svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.valid__message {
    text-transform: uppercase;
    font-size: 12px;
    color: #50C878;
    display: none;
}

.valid__message.success {
    color: #50C878;
}

.valid__message.error {
    color: #F05C59;
}

.form__body-label {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #A2A1AC;
    font-weight: 700;
    display: block;
}

.time__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.time__item {
    font-size: 16px;
    margin: 0 7.5px 14px;
    padding: 16px 24px;
    border: 1px solid #D7D7E1;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.25s;
}

@media (max-width: 374px) {
    .time__item {
        padding: 16px 22px;
        font-size: 14px;
    }
}

.time__item:hover {
    border-color: #50C878;
}

.time__item.active {
    border-color: #50C878;
    color: #50C878;
    background: #D2ECE2;
}

.form__body-text {
    font-style: italic;
}

.form__normalize {
    display: none;
    margin-bottom: 35px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D7D7E2;
}

.form__normalize.show {
    display: block;
}

.form__error {
    padding-bottom: 14px;
    max-width: 500px;
    display: none;
    font-style: italic;
    color: #F05C59;
    line-height: 1.4;
}

.form__error.show {
    display: block;
}

.form__bottom {
    display: flex;
    gap: 53px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    select {
        width: auto;
    }
    .form__bottom {
        flex-direction: column;
        gap: 21px;
    }
    .form__bottom a {
        text-align: center;
    }
}

.btn__green {
    text-align: center;
    display: inline-block;
    background: #50C878;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 15px 60px 17px;
    box-shadow: 0 8px 16px rgba(80, 200, 120, 0.16);
}

.btn__green:hover {
    background: #8bd8bb;
    color: #fff;
}

.btn__green.disabled {
    background: #c0eedc;
    color: #50C878;
    box-shadow: none;
}

.btn__red {
    text-align: center;
    display: inline-block;
    background: #F05C59;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 15px 35px 17px;
    box-shadow: 0 8px 16px rgba(240, 92, 89, 0.16);
}

.btn__red:hover {
    background: #F97976;
    color: #fff;
}

.btn__red.disabled {
    background: #FCDEDE;
    color: #F97976;
}

.step__list {
    display: flex;
    margin-bottom: 21px;
    padding-bottom: 37px;
    border-bottom: 1px solid #D7D7E2;
}

@media (max-width: 767px) {
    .step__list {
        padding-bottom: 0;
        flex-direction: column;
    }
}

.step__item {
    padding-right: 130px;
    position: relative;
}

@media (max-width: 767px) {
    .step__item {
        padding-right: 0;
        padding-bottom: 49px;
        display: flex;
    }
}

.step__item:not(:last-child):after {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #50C878;
    width: calc(100% - 49px);
    top: 17.5px;
    left: 45px;
}

@media (max-width: 767px) {
    .step__item:not(:last-child):after {
        width: 1px;
        border-bottom: 0;
        border-left: 1px dashed #50C878;
        top: 41px;
        left: 17.5px;
        height: calc(100% - 47px);
    }
}

.step__number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DDF4F7;
    font-weight: 600;
    font-size: 15px;
    color: #50C878;
    margin-bottom: 14px;
}

.step__text {
    max-width: 210px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .step__text {
        margin-left: 22px;
    }
}

.error__text {
    display: flex;
    align-items: center;
    color: #F05C59;
    font-weight: 600;
    font-style: italic;
    max-width: 600px;
}

@media (max-width: 767px) {
    .error__text {
        align-items: flex-start;
    }
}

.error__text:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-size: 20px;
    margin-right: 14px;
}

.body__404 {
    padding: 85px 0;
    text-align: center;
}

.body__404 span {
    font-size: 132px;
    font-weight: 700;
    color: #53535E;
}

.body__404 .visit__subtitle {
    font-size: 24px;
    margin-bottom: 14px;
}

.body__404 .visit__text {
    max-width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .date {
        padding-right: 30px;
    }
    .bloc_horaires {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
    }
    ._container {
        padding: 0 15px;
        }
    a.header__action._icon-arrow-revers {
        font-size: 10px;
    }
    .header__action:before {
        margin-left: 5px;
        font-size: 7px;
    }
    .body__404 .btn__red {
        width: 100%;
    }
}