html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 200px;
}

@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Manrope', sans-serif;
}

#header {
    position: sticky;
    top: 0;
    z-index: 100000;
}

.text-powred {
    font-size: 10px;
    text-decoration: none;
}

.acceuil {
    background-image: url(../../images/accueil.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    border-radius: 10px;
    background-color: #ffffff;
    margin: 13px 25px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.26);
    width: calc(100vw - 67px);
}

.menu-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 16px !important;
}

.logo {
    justify-content: flex-start;
    margin-right: 138px;
}

.login-button {
    background-color: #fff;
    border: 1px solid #121c61;
    border-radius: 10px;
    color: #121c61;
    padding: 9px 22px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    font-size: 16px !important;
    width: 160px;
}

.join-button {
    background-color: #121c61;
    border: 1px solid #121c61;
    border-radius: 10px;
    color: #fff;
    padding: 9px 22px;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 16px !important;
    width: 160px;
}

.navbar-light .navbar-nav .nav-link {
    color: #5c71fe;
    font-weight: 700 !important;
    margin-right: 15px;
}

.title {
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 80px;
}

.description {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.navbar-brand {
    padding-left: 30px;
}

.box {
    border-radius: 10px;
    min-height: 50px;
    width: 550px;
    display: flex;
    justify-content: center;
}

.button1,
.button2 {
    flex-basis: 50%;
    height: 100%;
    font-size: 20px !important;
    height: 60px;
}

.button1 {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px 10px 10px 0px;
}

.button1:hover,
.button1:focus {
    background-color: #fff;
    color: #5C71FE;
}

.button2 {
    background-color: #fff;
    color: #5c71fe;
    border-radius: 10px 0px 0px 10px;
}

.border-2 {
    border-width: 2px !important;
}

@media (min-width: 1400px) {
    .box {
        width: 50% !important;
    }
}

/* Media query for small screens */
@media (max-width: 768px) {
    .box {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .button1,
    .button2 {
        flex-basis: 100%;
        border-radius: 10px !important;
        width: 100%;
        font-size: 16px !important;
    }

    .title {
        font-size: 35px;
    }

    .description {
        font-size: 15px !important;
    }

    .about-title {
        font-size: 25px !important;
    }

}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .urgence {
        transform: translate(-50%) !important;
    }

    .nav-item {
        margin: 10px 0;
    }

    .menu-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        font-size: 16px !important;
    }

    .about-container .image-about {
        width: 100% !important;
    }

}



.mycontainer {
    margin-top: 80px;
    scroll-margin-top: 50px;

}

.about {
    margin: 60px 0;
}

.about-container {
    display: flex;
    gap: 40px;
    align-items: center;
}

.clin-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
}

.clin-container .image-about {
    width: 100%;
}

.clin-container .about-item:first-child {
    flex: 55% !important;
}

.about-item:last-child {
    flex: 45%;
}

.about-item:first-child {
    flex: 55%;
}

.card-collaborer .img-phone {
    min-height: 405px;
    object-fit: cover;
    width: 100%;
}

.image-about {
    width: 80%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}

.about-title {
    font-size: 38px;
    font-weight: 700;
    color: #5C71FE;
}

.about-desc {
    font-size: 18px;
    font-weight: 400;
    color: #121c61;
    margin: 20px 0;
    line-height: normal;
}

.btn-publish {
    background-color: #5C71FE;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px !important;
    border: 2px solid #5C71FE;
}

.btn-publish:hover {
    background-color: #fff;
    color: #5C71FE;
}

.card-about {
    background: linear-gradient(137deg, rgba(92, 113, 254, 0.90) 0%, rgba(10, 226, 215, 0.85) 100%);
    border-radius: 10px;
    width: 333px;
    height: 320px;
    padding: 15px;
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.card-desc {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
    line-height: normal;
}

.card-title {
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0;
    line-height: normal
}

.card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.09);
    padding: 15px;
    text-align: center;
    flex: 1;
    /* margin: 0 20px; */
}

.title-card {
    color: #121c61;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.desc-card {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
}

.img-card {
    width: 132px !important;
    height: 132px !important;
}

.card-body {
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
}

.card-icon {
    margin-bottom: 30px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.text-semi-bold {
    font-weight: 600 !important;
}

.img-offre {
    padding: 15px;
    margin: -413px 354px;
    z-index: 10000;
    position: relative;
}

.card-avantage {
    background: linear-gradient(133deg,
            rgba(92, 113, 254, 0.2) 0%,
            rgba(10, 226, 215, 0.2) 100%);
    border-radius: 25px;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: -140px;
    transform: translateY(-35%);
}

.download {
    background: rgba(92, 113, 254, 0.08);
    border: 2px solid #5C71FE;
    border-radius: 10px;
    color: #5C71FE;
    cursor: pointer;
    position: relative;
    font-size: 16px !important;
}

@media only screen and (min-width: 768px) {

    .navbar-nav {
        margin: 0 auto;
        margin-left: max(70px, min(150px, 5vw));
    }

    .menu-btn {
        display: flex;
        align-items: center;
        font-size: 16px !important;
    }

    .login-button,
    .join-button {
        margin: 0 10px;
    }
}

.advantage {
    margin: 50px 50px;
}

.m-25 {
    margin: 0 25px;
}

.avantage-title {
    font-size: 48px;
    font-weight: 800;
    color: #121c61;
    margin: 20px 0;
}

.card-collaborer {
    background-color: #f5f5f5;
    padding: 0 18px;
}

.mr-13 {
    margin-right: 13rem !important;
}

.contact-title {
    font-size: 32px;
    font-weight: 700;
    color: #5C71FE;
}

.contact-desc {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 20px 0;
}

.contact {
    margin-top: 130px;
}

.form-contact {
    margin-top: 180px;
}

.label-contact {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #5E5E5E;
    margin: 13px 0 !important;
    text-align: left !important;
}

.download .label-contact {
    color: #979797 !important;
}

.input-contact {
    border: 1px solid #142a5b !important;
    border-radius: 15px !important;
    height: 39px !important;
    width: 100% !important;
}

.m-4 {
    margin: 4px;
}

.textarea-contact {
    border: 1px solid #142a5b;
    border-radius: 15px;
    height: 100px;
    width: 100%;
}

.btn-contact {
    background-color: #15247c;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px !important;
    border: solid;
    border: 2px solid #15247c;
}

.btn-contact:hover {
    background-color: #fff;
    color: #15247c;
}

.card-contact {
    background: linear-gradient(137deg, rgba(92, 113, 254, 0.90) 0%, rgba(10, 226, 215, 0.85) 100%);
    border-radius: 10px;
    height: 166px;
    position: relative;
    margin-bottom: 170px;
}

.urgence {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-25%);
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(16.5px);
    border-radius: 10px;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.09);
}

.img-urgent {
    align-items: center;
    object-fit: cover;
    height: 74px;
}

.swal2-popup-class {
    z-index: 9999999 !important
}

.card-urgent {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-align: center !important;
    align-items: center !important;
    padding-bottom: 1.875rem !important;
    width: 315px !important;
}

.text-urgent {
    font-size: 32px;
    font-weight: 600;
    color: #5C71FE;
    margin: 20px 0;
}

.social-icon {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.social-icon li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.text-contact {
    font-size: 16px;
    font-weight: 400;
    color: #121c61;
    margin: 20px 0;
}

.text-center {
    text-align: center;
}

.my-sm-0 {
    margin-top: 0 !important;
}

.my-sm-2 {
    margin-top: 2rem !important;
}

.my-sm-4 {
    margin-top: 4rem !important;
}

.flex-contact {
    display: flex;
    justify-content: space-between;
    margin: 1rem;
}

.flex-item-contact {
    flex: 1;
    margin: 0 1rem;
}

.mx-1 {
    margin: 0 -1px !important;
}

.navbar-header {
    display: flex;
    height: 90px;
    align-items: center;
}

.min-h-3 {
    min-height: 551px !important;
}

.pr-100 {
    padding-right: 100px;
}

.phone {
    position: absolute;
    left: -165px;
    top: -140px;
}


@media (max-width: 1199px) {
    .navbar-brand img {
        height: 60px;
    }

    .about-container .about-item:first-child {
        margin-bottom: 100px;
    }

    .about-container .image-about {
        width: 100%;
    }

    .card-about {
        transform: translate(50%, 50%);
        right: 50%;
        top: 45%;
        left: auto;
        width: 50%;
        height: fit-content !important;
        min-width: 300px;
    }

    .navbar-nav {
        margin: 0 auto;
    }

    .clin-container .about-item:last-child {
        margin-bottom: 100px;
    }

    .card-avantage {
        transform: translate(50%, 50%);
        right: 50%;
        top: 50%;
        width: 300px;
        left: auto;
    }

    .nav-item {
        margin: 10px 0;
    }

    .about-desc {
        padding-right: 0px;
    }

    .card-contact {
        margin-bottom: 170px;
    }

    .clin-container {
        flex-direction: column;
    }

    .avantage-text {
        margin-left: 21px;
        margin-top: 15px;
    }

    .card {
        margin-bottom: 21px;
    }

    .login-button,
    .join-button {
        margin: 10px 0;
    }

    .about-item {
        width: 100%;
        margin-left: 0px !important;
    }

    .navbar-right {
        width: 100%;
        align-items: flex-start;
        gap: 20px;
    }

    .navbar-header {
        justify-content: flex-start;
        width: calc(100vw - 60px);
        height: 70px;
    }
}

.store-button {
    background: rgba(92, 113, 254, 0.08);
    border: 1px solid #5C71FE;
    border-radius: 10px;
    color: #5C71FE;
    margin-right: 15px;
    height: 45px;
    width: 160px;
    gap: 20px;
}

@media (min-width: 1200px) {
    .navbar-collapse.collapse {
        display: flex !important;
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 992px) {
    .card-desc {
        font-size: 22px;
    }

    .card-title {
        font-size: 22px;
    }

    .contact {
        margin-top: 50px;
    }
}