.montserrat-monserratfont {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
} /* mes couleurs principales */
:root {
    --background: #ffffff;
    --background-off-white: #f5f5f5;
    --darkbluecol: #152237;
    --greencol: #44dd8a;
    --gradient-blue: #15b7e2;
}
* {
    max-width: 100%;
} /*désactiver ma navbar desktop en mobilefirst */
.header__nav-desktop {
    display: none;
}
.header__list-item-log {
    display: none;
}
.footer__buttons {
    display: none;
}
body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--background);
}
.header {
    display: flex;
    position: static;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 5rem;
    opacity: 1;
    background-color: var(--darkbluecol);
}
.header__burger {
    margin-right: 1rem;
}
.header__brand-image {
    margin-left: 1.688rem;
}
.header__brand-image {
    width: 5.25rem;
    height: 1.938rem;
    opacity: 1;
    top: 1.563rem;
    right: 1.688rem;
}
.header__nav-div {
    display: none;
}
.owncourse__title-desktop {
    display: none;
}
.hero {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 22.75rem;
    background: linear-gradient(
            94.01deg,
            rgba(68, 221, 138, 0.8) 3.11%,
            rgba(21, 183, 226, 0.8) 98.45%
        ),
        url("../images/hero_mobile.png");
    background-size: 100% auto;
    background-position: bottom;
}
.hero__title {
    margin-top: 1rem;
    margin-bottom: -1%;
    font-style: ExtraBold;
    line-height: 122%;
    letter-spacing: -1.5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--darkbluecol);
    max-width: 87%;
    margin-top: 11%;
    font-size: 2rem;
    font-weight: 800;
}
.course__title {
    text-align: center;
    max-width: 96%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 1.875rem;
}
.hero__text {
    margin-top: 0%;
    font-style: Medium;
    line-height: 100%;
    letter-spacing: -1.5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: -1%;
    max-width: 19rem;
    font-family: "Monserrat", sans serif;
    font-size: 130%;
    font-weight: 500;
}
.hero__cta {
    font-weight: 500;
    font-family: "Montserrat", sans serif;
    font-size: 0.938rem;
    text-decoration: none;
    background-color: white;
    border: none;
    opacity: 1;
    width: 8.125rem;
    height: 2.5rem;
    text-align: center;
    border-radius: 0.375rem;
    margin-bottom: 3%;
}
.footer {
    background: var(--darkbluecol);
}
#coursenew {
    background-color: var(--darkbluecol);
}
.advantages__bg {
    background: #f5f5f5;
}
.advantages__title {
    justify-self: flex-start;
}
.course {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 96%;
}
.course__div {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 20em;
    margin: 0 2% 0 2%;
}
.course__div-price-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 0rem;
    letter-spacing: -1.5%;
}
.course__div-price-alt {
    margin-left: 0.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 0.625rem;
    letter-spacing: -1.5%;
    text-decoration: line-through;
}
.course__div-price {
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 3rem;
    color: white;
    margin-top: 11rem;
    margin-left: 11rem;
    display: flex;
    background-color: var(--darkbluecol);
    position: absolute;
}

.course__div-stars {
    align-self: flex-start;
    margin-left: 5%;
}

/*ajustement à cause d'inconsistence sur mes gap */

p.course__text {
    color: var(--darkbluecol);
    margin-top: 0.125rem;
    margin-bottom: 3%;
    align-self: flex-start;
    margin-left: 5%;
}
.course__text-content {
    color: var(--darkbluecol);
    margin-bottom: 13%;
    align-self: flex-start;
    margin-left: 5%;
    margin-top: 0.25em;
}
.course__title {
    color: var(--darkbluecol);
}
.course__subtitle {
    color: var(--darkbluecol);
    margin-bottom: 0.7rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    align-self: flex-start;
    margin-left: 5%;
    margin-bottom: 0;
}
.course__img {
    align-self: center;
    width: 20em;
    height: 12.5em;
    background: url("../images/course_card.png");
    display: flex;
    flex-direction: column;
}
.course__cta {
    vertical-align: middle;
    width: 14.063rem;
    height: 2.5rem;
    border: none;
    border-radius: 0.375rem;
    margin-bottom: 16%;
    margin-top: 13%;
    color: white;
    text-align: center;
    font-weight: 500;
    font-family: "Montserrat", sans serif;
    font-size: 0.938rem;
    text-decoration: none;
    background-color: var(--darkbluecol);
    border: none;
    opacity: 1;
}
.course__cta-light {
    vertical-align: middle;
    width: 14.063rem;
    height: 2.5rem;
    border: none;
    border-radius: 0.375rem;
    margin-bottom: 16%;
    margin-top: 13%;
    color: var(--darkbluecol);
    text-align: center;
    font-weight: 500;
    font-family: "Montserrat", sans serif;
    font-size: 0.938rem;
    text-decoration: none;
    background-color: white;
    border: none;
    opacity: 1;
}
#coursenew {
    color: white;
}
.coursenew__title {
    text-align: center;
    max-width: 96%;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 1.875rem;
}
.aligncta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.rating {
    display: flex;
    flex-direction: column;
}
.rating__div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rating__img {
    border-radius: 54%;
}
.rating__title {
    padding-top: 2rem;
    margin-bottom: 2rem;
    color: var(--darkbluecol);
    margin: 1%;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: -1.5%;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
}
.rating__div-title {
    color: var(--darkbluecol);
    margin: 0;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: -1.5%;
    text-align: center;
}

.rating__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: -1.5%;
    margin-left: 10%;
    margin-right: 10%;
}
.advantages {
    margin-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages__img {
    background: url("../images/advantages_mobile.png");
    background-position: center;
    background-size: cover;
    width: 20.438rem;
    height: 15.25rem;
    opacity: 1;
    top: 34.375rem;
    left: 2.063rem;
}
.advantages__title {
    color: var(--darkbluecol);
    margin-left: 3%;
    margin-right: 3%;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-style: Black;
    font-size: 1.875rem;
    letter-spacing: -1.5%;
    text-align: center;
    text-transform: uppercase;
    line-height: 3.5rem;
}
.advantages__list {
    margin-top: -2rem;
    margin-left: 4rem;
    margin-right: 4rem;
}
.advantages__list-unordered {
    margin-left: -4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.advantages__list-item {
    display: flex;
    align-items: flex-start;
}
.advantages__list-item span {
    margin-right: -2rem;
}
#advantage__list-span {
    gap: 1rem;
}
/*
.advantages__list-unordered :first-child {
    list-style-image: url("/assets/images/arrow.svg");
    margin-bottom: 1rem;
}
.advantages__list-unordered :nth-child(2) {
    list-style-image: url("/assets/images/pen.svg");
    margin-bottom: 1rem;
}
.advantages__list-unordered :nth-child(3) {
    list-style-image: url("/assets/images/download-02.svg");
    margin-bottom: 1rem;
}
.advantages__list-unordered :nth-child(4) {
    list-style-image: url("/assets/images/star-02.svg");
    margin-bottom: 1rem;
}
.advantages__list-unordered :nth-child(5) {
    background-image: url("/assets/images/clock.svg");
    margin-bottom: 1rem;
}
.advantages__list-unordered :nth-child(6) ::before {
    background-image: url("/assets/images/chat.svg");
    margin-bottom: 1rem;
}*/
.owncourse {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #44dd8a;
    padding-bottom: 1rem;
}
.owncourse__list-unordered {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    list-style: none;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    margin-right: 3rem;
}
.owncourse__list-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.owncourse__list-icon {
    margin-right: 1rem;
}
.owncourse__item-span {
    margin-left: 1rem;
    margin-right: 1rem;
}
.owncourse__bg {
    padding-top: 1rem;
    background: #44dd8a;
}
/*
.owncourse__list-unordered li:first-child ::before {
    background-image: url("/assets/images/hand.svg");
}
.owncourse__list-unordered li:nth-child(2) ::before {
    background-image: url("/assets/images/heart.svg");
}
.owncourse__list-unordered li:nth-child(3) ::before {
    background-image: url("/assets/images/penwhite.svg");
}
.owncourse__list-unordered li:nth-child(4) ::before {
    background-image: url("/assets/images/setting.svg");
}
.owncourse__list-unordered li:nth-child(5) ::before {
    background-image: url("/assets/images/border.svg");
}*/

.owncourse__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: var(--darkbluecol);
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: -1.5%;
    text-align: center;
    text-transform: uppercase;
}
.about {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about__title {
    font-family: Montserrat;
    color: var(--darkbluecol);
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: -1.5%;
    text-align: center;
    text-transform: uppercase;
    max-width: 87%;
}
.about__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -1.5%;
    margin-bottom: 3rem;
    margin-left: 10%;
    margin-right: 10%;
}
.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact__title {
    color: var(--darkbluecol);
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: -1.5%;
    text-align: center;
    text-transform: uppercase;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__desktop {
    display: none;
}
.footer_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8%;
    width: 24.563rem;
    height: 23.125rem;
    background: var(--darkbluecol);
}
.logo__img {
    width: 13.375rem;
    height: 4.813rem;
    margin-top: 34%;
}
.form__name {
    padding-left: 1rem;
    width: 22.25rem;
    height: 2.813rem;
    background-color: var(--darkbluecol);
}
.form__email {
    padding-left: 1rem;
    width: 22.25rem;
    height: 2.813rem;
    background-color: var(--darkbluecol);
}
.form__textarea {
    padding-left: 1rem;
    padding-top: 1rem;
    background-color: var(--darkbluecol);
    width: 22.25rem;
    height: 11.563rem;
}
.form__submit {
    background-color: var(--greencol);
    border-radius: 0.5rem;
    margin-bottom: 7%;
    padding-left: 43%;
    padding-right: 43%;
    padding-top: 3%;
    padding-bottom: 3%;
    border: none;
}
.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.desktop__form {
    display: flex;
    flex-direction: column;
}
.footer__line {
    padding-top: 1.5rem;
    background: linear-gradient(90.01deg, #44dd8a 2.38%, #18a0fb 100%);
}
.footer {
    padding-left: 4rem;
    padding-right: 4rem;
}
.footer__mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
}
.footer__list {
    list-style: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.5rem;
    letter-spacing: -1.5%;
    text-align: center;
}
/*
.footer__ul :nth-child(2) {
    margin-top: 1rem;
}*/
.footer__list-item {
    list-style: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1.5rem;
    letter-spacing: -1.5%;
    text-align: center;
}
.footer__bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1rem;
}
.footer__image {
    margin-left: 1rem;
    margin-bottom: 2rem;
}
.footer__list-alt {
    margin-bottom: 1rem;
    list-style: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 1.5rem;
    letter-spacing: -1.5%;
    text-align: center;
}
.footer__list-item-alt {
    list-style: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1.5rem;
    letter-spacing: -1.5%;
    text-align: center;
}
.footer__unorderedlist {
    gap: 0.3rem;
    display: flex;
    flex-direction: column;
}
.footer__list {
    margin-bottom: 1rem;
}

input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1, 5rem;
    letter-spacing: -1.5%;
    color: white;
}
textarea::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1, 5rem;
    letter-spacing: -1.5%;
    color: white;
}
.owncourse__img {
    background: url("../images/owncourse_mobile.png");
    width: 20.25rem;
    height: 15.188rem;
    opacity: 1;
    top: 7.438rem;
    left: 2.125rem;
}
.price-white {
    color: black;
    background-color: white !important;
}
.text-white {
    color: white !important;
}

.header__list-link {
    display: none;
}

/*version PC */

@media (min-width: 800px) {
    .header {
        height: 5rem;
        justify-content: flex-start;
    }
    .header__brand-image {
        margin-left: 4.688rem;
    }
    .header__list-link {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 0.938rem;
        width: 29%;
        line-height: 100%;
        letter-spacing: -1.5%;
        text-align: center;
        vertical-align: middle;
    }
    .connexion {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 0.938rem;
        line-height: 100%;
        letter-spacing: -1.5%;
        text-align: center;
        vertical-align: middle;
    }
    .inscription {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 0.938rem;
        line-height: 100%;
        letter-spacing: -1.5%;
        text-align: center;
        vertical-align: middle;
    }
    .header__div {
        width: 30%;
        align-items: center;
        display: flex;
    }
    .header__nav-div {
        justify-content: center;
        display: flex;
        width: 60%;
    }
    .header__nav-div input {
        width: 50%;
    }
    .header__list-link {
        display: block;
        margin-left: 10em;
        color: white;
        text-decoration: none;
    }
    .header__burger {
        display: none;
    }
    .header {
        position: relative;
        justify-content: center;
    }
    .header__list-item-log {
        display: flex;
        gap: 3rem;
        margin-right: 1rem;
        justify-content: space-evenly;
        width: 30%;
    }

    .hero {
        display: flex;
        flex-direction: column;
        text-align: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        height: 28.188rem;
        background: linear-gradient(
                94.01deg,
                rgba(68, 221, 138, 0.8) 3.11%,
                rgba(21, 183, 226, 0.8) 98.45%
            ),
            url("../images/hero_desktop.png");
        background-size: cover;
        background-position: center;
    }
    .hero__title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 3rem;
        line-height: 100%;
        letter-spacing: -1.5%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;

        margin-top: 7%;
    }
    .hero__text {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 1.25rem;
        line-height: 100%;
        letter-spacing: -1.5%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;

        margin-bottom: 0.2rem;
        max-width: 46rem;
    }
    .hero__cta {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 0.938rem;
        line-height: 100%;
        letter-spacing: -1.5%;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 7%;
    }
    .course__title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-style: ExtraBold;
        font-size: 2.25rem;
        line-height: 4.5rem;
        letter-spacing: -1.5%;

        display: flex;
        align-self: flex-start;
        margin-bottom: 2.7rem;
        margin-left: 11.3rem;
    }
    .course__list {
        flex-direction: row;
        align-items: initial;
    }
    .coursenew__title {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 2.25rem;
        line-height: 4.5rem;
        width: 80.8%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .rating {
        margin-bottom: 4rem;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 90%;
        justify-self: center;
    }
    .rating__title {
        font-family: Montserrat;
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 2.25rem;
        letter-spacing: -1.5%;
        text-transform: uppercase;
        margin-bottom: 4rem;
    }
    .rating__text {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .rating__div {
        width: 47%;
    }
    .rating__img {
        align-self: flex-start;
        margin-left: 5.1rem;
    }
    .rating__div-title {
        align-self: flex-start;
        margin-left: 5.1rem;
    }

    .rating__div-stars {
        align-self: flex-start;
        margin-left: 5.1rem;
        margin-top: 0.3rem;
    }
    .owncourse {
        height: 40.063rem;
    }
    .owncourse__title {
        display: none;
    }
    .owncourse__title-desktop {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        display: initial;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        color: var(--darkbluecol);
        font-size: 2.5rem;
        line-height: 2.25rem;
        letter-spacing: -1.5%;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 3rem;
    }
    .owncourse__title-div {
        display: flex;
        flex-direction: row;
    }
    .advantages__title {
        font-family: Montserrat;
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 2.25rem;
        letter-spacing: -1.5%;
        text-transform: uppercase;
        margin-left: -3%;
        margin-bottom: 10%;
    }
    .connexion {
        background-color: white;
        color: var(--darkbluecol);
        border-radius: 0.4rem;
        padding-top: 0.7rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-bottom: 0.7rem;
    }
    .inscription {
        color: black;
        align-self: center;
        border-radius: 0.4rem;
        margin-left: -2rem;
        padding-top: 0.7rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-bottom: 0.7rem;
        background: linear-gradient(95.98deg, #44dd8a 8.7%, #15b7e2 100%);
    }
    .header__nav-text {
        background: url("../images/loop.svg") no-repeat right;
        background-color: var(--darkbluecol);
        border-color: white;
        padding-left: 2%;
        border-radius: 5px;
        padding-bottom: 1.3%;
        padding-top: 1.3%;
        background-position: 97%;
    }
    .advantages {
        padding-bottom: 5rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: -2%;
        margin-left: 3%;
    }
    .advantages__img {
        background: url("../images/advantages_desktop.svg");
        background-position: center;
        background-size: cover;
        margin-top: 4rem;
        width: 45.438rem;
        height: 29.5rem;
        opacity: 1;
        top: 34.375rem;
        left: 2.063rem;
    }
    .owncourse {
        display: flex;
        flex-direction: row;
        align-items: center;
        background: #44dd8a;
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-left: 6%;
    }
    .owncourse__img {
        background: url("../images/owncourse_desktop.jpg");
        width: 45.563rem;
        height: 30.438rem;
        opacity: 1;
        top: 7.438rem;
        left: 2.125rem;
    }
    .owncourse__title {
        margin-bottom: -3rem;
        margin-left: 16rem;
    }
    .owncourse__list-unordered {
        width: 37%;
        margin-left: 3%;
    }
    .desktop__about-logo {
        height: 46.25rem;
        display: flex;
        flex-direction: row;
    }
    .about {
        margin-top: 4rem;
        width: 50%;
    }
    .about__title {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 2.25rem;
        letter-spacing: -1.5%;
        text-transform: uppercase;
    }
    .about__text {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: -1.5%;
    }
    .logo {
        width: 50%;
        padding-top: 0;
        padding-bottom: 8%;
    }
    .logo__img {
        width: 26.875rem;
        height: 9.688rem;
        margin-top: 21%;
    }
    .desktop__form {
        display: flex;
        flex-direction: row;
        gap: 3.5rem;
    }
    .contact__title {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 2.25rem;
        letter-spacing: -1.5%;
        text-transform: uppercase;
    }
    .form__submit {
        width: 21.938rem;
        height: 2.813rem;
        padding-left: initial;
        padding-right: initial;
        padding-top: initial;
        padding-bottom: initial;
    }
    .form__textarea {
        width: 83.438rem;
        height: 12.125rem;
    }
    .form__email {
        width: 37.438rem;
        height: 2.828rem;
        opacity: 1;
    }
    .form__name {
        width: 37.438rem;
        height: 2.828rem;
        opacity: 1;
    }
    .form {
        gap: 1rem;
    }
    .footer {
        padding-bottom: 5rem;
    }
    .footer__mobile {
        flex-direction: row;
        width: 100%;
    }
    .footer__desktop {
        border-top: 2px solid var(--greencol);
        display: flex;
        width: 100%;
        margin-top: 1.5rem;
    }
    .footer__desktop-ul {
        list-style: none;
    }
    .footer__bloc {
        gap: 6rem;
        display: flex;
        flex-direction: row;
    }
    .footer__mobile-hr {
        display: none;
    }
    .footer__desktop-ul {
        margin-top: 2.9rem;
        color: white;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-end;
        gap: 1rem;
    }
    .footer__desktop-divcopyright {
        margin-top: 1rem;
        display: flex;
        flex-direction: row;
        width: 50%;
    }
    .footer__desktop-ulcopyright {
        color: white;
        display: flex;
        list-style: none;
    }
    .textarea__hr {
        width: 21.875rem;
        border-color: #44dd8a;
        margin-bottom: 2rem;
    }
    .contact__title {
        margin-bottom: 1%;
    }
    .footer__buttons {
        gap: 0.7rem;
        display: flex;
        flex-direction: column;
    }
    .footer__buttons-login {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 0.938rem;

        line-height: 100%;
        letter-spacing: -1.5%;
        text-align: center;
        vertical-align: middle;
        background-color: white;
        color: var(--darkbluecol);
        border-radius: 0.4rem;
        padding-top: 0.7rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-bottom: 0.7rem;
        border: none;
    }

    .footer__buttons-signin {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 0.938rem;

        line-height: 100%;
        letter-spacing: -1.5%;
        text-align: center;
        vertical-align: middle;

        color: black;
        align-self: center;
        border-radius: 0.4rem;
        padding-top: 0.7rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-bottom: 0.7rem;
        border: none;
        background: linear-gradient(95.98deg, #44dd8a 8.7%, #15b7e2 100%);
    }
    img.footer__image {
        width: 15.188rem;
        height: 5.438rem;
    }
    .footer__item-desktop {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2rem;
    }
    .footer__list-item-img {
        padding-right: 1.6rem;
    }
    .footer__list-alt {
        margin-bottom: 0.6rem;
    }
    .footer__unorderedlist {
        align-items: flex-start;
    }
}
