.home .hero {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 900px) {
    .home .hero {
        height: 75vh;
        justify-content: center;
        align-items: center;
    }
}

.home .hero__images {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

    .home .hero__images img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        transition: opacity 0.5s;
        opacity: 0;
    }

@media screen and (min-width: 840px) {
    .home .hero__images img {
        width: 100% !important;
    }
}

.home .hero__images .overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(74, 139, 140, 0.32), rgba(3, 59, 74, 0.68));
}

.home .hero__content {
    padding: 0 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 3;
}

@media screen and (min-width: 900px) {
    .home .hero__content {
        flex-direction: row;
        justify-content: center;
        -moz-column-gap: 4rem;
        column-gap: 22rem;
    }
}

.home .hero__description,
.home .hero__form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.home .hero__description {
    align-items: center !important;
    color: white;
}

@media screen and (min-width: 900px) {
    .home .hero__description {
        align-items: start !important;
    }
}

.home .hero__description h1 {
    text-align: center;
    text-transform: uppercase;
    line-height: 2.5rem;
}

@media screen and (min-width: 900px) {
    .home .hero__description h1 {
        text-align: start;
        line-height: 4rem;
    }

        .home .hero__description h1 .inline {
            display: none;
        }
}

@media screen and (max-width: 899px) {
    .home .hero__description h1 .next-line {
        display: none;
    }
}

.home .hero__description .hero-divider {
    margin: 1rem;
    width: 5rem;
    height: 0.1875rem;
    border: none;
    background-color: #33d1ce;
}

.home .hero__description .en-savoir-plus {
    text-decoration: none;
    padding: 1rem 2.5rem;
    margin-top: 1rem;
    border: solid 1px;
    border-radius: 4rem;
    font-weight: 600;
    background-color: #1d3557;
    color: white;
    transition: background-color 0.175s, transform 0.175s;
}

    .home .hero__description .en-savoir-plus:hover,
    .home .hero__description .en-savoir-plus:active {
        background-color: #33d1ce;
    }

    .home .hero__description .en-savoir-plus:active {
        transform: scale(0.95);
    }

    .home .hero__description .en-savoir-plus i {
        margin-left: 0.25rem;
    }

@media screen and (min-width: 600px) and (max-width: 899px) {
    .home .hero__description .badge,
    .home .hero__description h1 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.home .hero .divider {
    margin: 2rem 0;
    width: 10%;
    text-align: center;
}

@media screen and (min-width: 900px) {
    .home .hero .divider {
        display: none;
    }
}

.home .hero__form .form-body .form-wrapper {
    position: relative;
    width: 16.5rem;
    padding: 0.5rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.885);
    border-radius: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0.25rem 0.25rem 4rem rgba(0, 0, 0, 0.278);
}

    .home .hero__form .form-body .form-wrapper .radio {
        display: none;
    }

    .home .hero__form .form-body .form-wrapper #pat-radio:checked ~ .pat-tab {
        border-color: transparent;
        color: white;
        background-color: #33d1ce;
    }

    .home .hero__form .form-body .form-wrapper #pat-radio:checked ~ .title .med {
        display: none;
    }

    .home .hero__form .form-body .form-wrapper #pat-radio:checked ~ .form-wrap {
        transform: translateX(0);
    }

        .home .hero__form .form-body .form-wrapper #pat-radio:checked ~ .form-wrap .med-form-field {
            opacity: 0;
        }

    .home .hero__form .form-body .form-wrapper #med-radio:checked ~ .med-tab {
        border-color: transparent;
        color: white;
        background-color: #33d1ce;
    }

    .home .hero__form .form-body .form-wrapper #med-radio:checked ~ .title .pat {
        display: none;
    }

    .home .hero__form .form-body .form-wrapper #med-radio:checked ~ .form-wrap {
        transform: translateX(-100%);
    }

        .home .hero__form .form-body .form-wrapper #med-radio:checked ~ .form-wrap .pat-form-field {
            opacity: 0;
        }

    .home .hero__form .form-body .form-wrapper .title {
        margin: 1rem 0;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

        .home .hero__form .form-body .form-wrapper .title h3 {
            font-size: 1.375rem;
        }

    .home .hero__form .form-body .form-wrapper .tab {
        cursor: pointer;
        width: 50%;
        padding: 0.5rem !important;
        margin-bottom: 25px;
        border: solid 2px #f1f1f1;
        border-radius: 5px;
        font-size: 1.063rem;
        font-weight: 700;
        text-align: center;
        transition: color 0.3s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .home .hero__form .form-body .form-wrapper .tab.pat-tab {
            border-right: none;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .home .hero__form .form-body .form-wrapper .tab.med-tab {
            border-left: none;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

    .home .hero__form .form-body .form-wrapper .form-wrap {
        display: flex;
        width: 100%;
        transition: transform 0.3s ease, opacity 0.2s ease;
    }

        .home .hero__form .form-body .form-wrapper .form-wrap .form-field {
            width: 100%;
            flex: 0 0 100%;
            transition: all 0.5s ease;
        }

            .home .hero__form .form-body .form-wrapper .form-wrap .form-field .input-group {
                width: 100%;
                margin-bottom: 12px;
                direction : rtl;
            }

                .home .hero__form .form-body .form-wrapper .form-wrap .form-field .input-group input {
                    border: solid #f1f1f1 2px;
                    border-radius: 5px;
                    width: 100%;
                    padding: 8px 10px;
                    font-size: 0.938rem;
                    font-weight: 500;
                    outline: none;
                    transition: all 0.3s linear;
                    font-family: 'DroidKufi-Regular';
                }

                    .home .hero__form .form-body .form-wrapper .form-wrap .form-field .input-group input::-moz-placeholder {
                        color: #494949;
                    }

                    .home .hero__form .form-body .form-wrapper .form-wrap .form-field .input-group input::placeholder {
                        color: #494949;
                    }

                    .home .hero__form .form-body .form-wrapper .form-wrap .form-field .input-group input:hover {
                        border-color: rgba(3, 59, 74, 0.3);
                    }

                    .home .hero__form .form-body .form-wrapper .form-wrap .form-field .input-group input:focus {
                        border-color: rgba(3, 59, 74, 0.5);
                    }

            .home .hero__form .form-body .form-wrapper .form-wrap .form-field .submit-btn {
                cursor: pointer;
                width: 100%;
                padding: 1.25rem 0 !important;
                margin: 1rem 0;
                border: none;
                font-size: 0.825rem;
                font-weight: 600;
                text-transform: uppercase;
                color: white;
                background: #1d3557;
                border-radius: 4rem;
                transition: all 0.175s linear;
                font-family: 'DroidKufi-Regular';
            }

                .home .hero__form .form-body .form-wrapper .form-wrap .form-field .submit-btn:hover {
                    background: #33d1ce;
                    color: white;
                }

                .home .hero__form .form-body .form-wrapper .form-wrap .form-field .submit-btn:active {
                    transform: scale(0.95);
                }

@media screen and (max-width: 840px) {
    .home .hero__description {
        align-items: start;
        text-align: start;
    }

    .home .hero__form {
        justify-content: flex-start;
    }

        .home .hero__form .form-wrapper {
            width: 15rem;
            padding: 0.5rem 1.5rem;
        }

        .home .hero__form .title h3 {
            font-size: 1.24rem !important;
        }

        .home .hero__form .tab {
            font-size: 1rem !important;
            padding: 2.5px !important;
        }

        .home .hero__form input[type="text"] {
            padding: 6px 10px !important;
        }

        .home .hero__form .submit-btn {
            padding: 12px !important;
        }
}

.home .horaires {
    padding: 1.5rem;
    text-align: center;
    background-color: #33d1ce;
    color: white;
}

.home .services {
    width: 100vw;
}

.home .services__container {
    position: relative;
    background-color: white;
    margin: 3rem auto;
    max-width: 1300px;
    display: flex;
    justify-content: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    z-index: 5;
}

.home .services__column {
    z-index: 5;
    padding: 1rem 0;
    width: 33.3333333333%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    transition: 0.25s box-shadow, 0.2s transform;
}

    .home .services__column:hover {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        transform: translateY(-0.25rem);
    }

        .home .services__column:hover .column-icon i {
            transform: translateY(-10px);
        }

    .home .services__column .column-icon,
    .home .services__column .column-content,
    .home .services__column .column-content__left p,
    .home .services__column .column-content__right p {
        margin-bottom: 1.5rem;
    }

    .home .services__column .column-icon {
        text-align: center;
    }

        .home .services__column .column-icon i {
            font-size: 2rem;
            color: #33d1ce;
            transition: 0.175s transform;
        }

@media screen and (min-width: 768px) {
    .home .services__column .column-icon i {
        font-size: 2.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .home .services__column .column-icon i {
        font-size: 2.25rem;
    }
}

@media screen and (min-width: 1440px) {
    .home .services__column .column-icon i {
        font-size: 2.25rem;
    }
}

.home .services__column h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .home .services__column h4 {
        font-size: 1.625rem;
    }
}

@media screen and (min-width: 1024px) {
    .home .services__column h4 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 1440px) {
    .home .services__column h4 {
        font-size: 1.75rem;
    }
}

.home .services__column .column-content {
    display: flex;
    justify-content: space-evenly;
    padding: 0 2rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.home .services__column .column-content__left,
.home .services__column .column-content__right {
    max-width: 75%;
}

    .home .services__column .column-content__left p,
    .home .services__column .column-content__right p {
        color: #1d3557;
    }

        .home .services__column .column-content__left p .removable-title,
        .home .services__column .column-content__right p .removable-title {
            display: none;
        }

        .home .services__column .column-content__left p span {
            font-weight: 600;
            margin-left: 0.25rem;
        }

    .home .services__column .column-content__right p {
        font-weight: 500;
    }

.home .services__column .call-to-action {
    text-align: center;
}

    .home .services__column .call-to-action p {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.875rem;
    }

@media screen and (min-width: 768px) {
    .home .services__column .call-to-action p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .home .services__column .call-to-action p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1440px) {
    .home .services__column .call-to-action p {
        font-size: 1rem;
    }
}

.home .services__column .call-to-action a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    color: #33d1ce;
    transition: color 0.175s, font-size 0.2s;
}

@media screen and (min-width: 768px) {
    .home .services__column .call-to-action a {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1024px) {
    .home .services__column .call-to-action a {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1440px) {
    .home .services__column .call-to-action a {
        font-size: 0.875rem;
    }
}

.home .services__column .call-to-action a:hover {
    color: #1d3557;
}

.home .services__column--offerings .services-col {
    width: 50%;
}

    .home .services__column--offerings .services-col i {
        color: #33d1ce;
    }

@media screen and (max-width: 1150px) {
    .home .services__container {
        flex-direction: column;
        align-items: center;
    }

    .home .services__column {
        width: 80%;
        margin: 4px 0;
    }
}
