body {
    font-family: 'Poppins', sans-serif;
    background-color: #f7fafc;
    /* bg-gray-100 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
}

.leading-28 {
    line-height: 28px !important;
}

.leading-30 {
    line-height: 30px !important;
}

.bg-blue {
    background-color: #1E74BD !important;
}

.bg-blue-2 {
    background-color: rgb(60, 79, 112, 0.09) !important;
}

.bg-green-2 {
    background-color: rgb(135, 185, 114, 0.4) !important;
}

.leading-32 {
    line-height: 32px !important;
}

.leading-35 {
    line-height: 35px !important;
}

.leading-55 {
    line-height: 55px !important;
}

.padding-null {
    padding: 0px !important;
}

.padding-t-7vh {
    padding-top: 7vh !important;
}

.paddingX {
    padding-left: 20vh !important;
    padding-right: 20vh !important;
}

.s-bgcolor {
    background-color: #F1C232;
}

.p-bgcolor {
    background-color: #6AA84F;
}

.s-color {
    color: #F1C232;
}

.p-color {
    color: #6AA84F;
}

.w-color {
    color: white !important;
}

.w-41op {
    background-color: rgba(255, 255, 255, 0.45) !important;
}

.weight-100 {
    font-weight: 100 !important;
}

.weight-200 {
    font-weight: 200 !important;
}

.weight-bold {
    font-weight: bold !important;
}

.d-flex {
    display: flex !important;
}

.w-full {
    width: 100% !important;
}

.w-5-5 {
    width: 50% !important;
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.center {
    align-items: center;
    align-content: center;
    justify-content: center;
}

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

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

.navbar {
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar img {
    height: 50px;
    margin-left: -15px;
}

.navbar a {
    margin-left: 40px;
    text-decoration: none;
    font-weight: 600;
    color: black;
}

.navbar a:hover {
    color: rgb(85, 83, 83);
}

#caroussel1 div:nth-child(1) {
    height: 80%;
    padding: 50px;
}


#caroussel1 div:nth-child(1)>div:nth-child(1) {
    width: 50%;
}

#caroussel1 div:nth-child(1)>div:nth-child(1) h2 {
    font-size: 40px;
}

#caroussel1 div:nth-child(1)>div:nth-child(1) h2 p {
    font-size: 30px !important;
    line-height: 45px !important;
    margin-top: -0vh;

}

#caroussel1 div:nth-child(1)>div:nth-child(2) {
    width: 50%;
}

#caroussel1 div:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px;
}

#caroussel1 div:nth-child(2) img {
    object-fit: contain;
    width: 100%;
    border-radius: 12px;
}

#caroussel1 div:nth-child(2) .btn {
    background-color: #2E2D28;
    cursor: pointer;
    margin-right: 10px;
    color: white;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 10px;
    border-radius: 20px;
    height: 25px;
}

#section2 {
    margin-top: 10vh !important;
    height: auto;
}

#section2>div:nth-child(1) {
    width: 10%;
    height: auto;
    display: flex;
    align-items: center;
    align-content: center;
}

#section2>div:nth-child(3) {
    display: flex;
    justify-content: end;
    width: 10%;

}

#section2>div:nth-child(2)>div:nth-child(1) img {
    object-fit: contain;
    width: 100%;
}

#section2>div:nth-child(2) {
    padding: 50px 0px;
    width: 80%;
    background-color: rgb(55, 80, 125, 0.09);
    border-radius: 20px;
}

#section2>div:nth-child(2)>div:nth-child(1) {
    width: 50%;
    border-right: 2px solid black;
    margin-right: 15px;

}

#section2 .btn {
    background-color: #2E2D28;
    margin-right: 10px;
    color: white;
    cursor: pointer;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 10px;
    border-radius: 20px;
    height: 20px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#section3_1 {
    padding: 20px 0px;
    justify-content: center;

}

#section3_1 div:nth-child(1) {
    width: 50%;
    margin: 10px;
    padding: 20px;
    border-radius: 15px;

}

#section3_1 div:nth-child(2) {
    width: 50%;
    margin: 10px;
    background-color: rgb(241, 194, 50, 0.8);
    padding: 20px;
    border-radius: 15px;
}

#section3_1 .btn {
    background-color: #2E2D28 !important;
    margin-right: 10px;
    color: white;
    cursor: pointer;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 10px;
    border-radius: 20px;
    height: 10px !important;
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#section4 center {
    width: 60% !important;

}

#section3 {
    padding: 20px 0px;
    justify-content: center;

}

#section3 div:nth-child(1) {
    width: 49.5%;
}

#section3 div:nth-child(2) {
    width: 49.5%;
    border-radius: 15px;
}

#section3 .btn {
    background-color: #2E2D28;
    margin-right: 10px;
    color: white;
    cursor: pointer;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 10px;
    border-radius: 20px;
    height: 20px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#section4 center {
    width: 60% !important;

}

#section4 .downloadApp {
    object-fit: contain;
    height: 20%;
    width: 150px;
    margin: 20px;

}

#section4 .circle img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.circle {
    height: 120px;
    width: 120px;
    border: 2px solid gray;
    border-width: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

#section4 .downloadApp2 {
    object-fit: contain;
    height: 24%;
    width: 200px;
    cursor: pointer;
}

#section6 {
    background-image: url('../images/footpage5.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    margin-top: 40px;
    padding-top: 40px;
}

#section6 h2 {
    font-size: 40px;
    line-height: 40px !important;
}

#section6 div:nth-child(1) {
    width: 50%;

}

#section6 div:nth-child(2) {
    width: 50%;
}

#section6 .btn {
    background-color: #2E2D28;
    margin-right: 10px;
    color: black;
    cursor: pointer;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 10px;
    border-radius: 20px;
    height: 25px;
    width: 30% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


#footer .social-network {
    margin-top: 4vh !important;
}

#footer .social-network img {
    height: 30px;
    width: 30px;
    object-fit: contain;
    margin: 5px;
}

#footer .contain {
    margin-top: 40px;
    display: flex;
}

#footer .contain>div:nth-child(1) {
    width: 33.33%;
    font-size: 15px !important;
}

#footer .contain>div:nth-child(1) img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

#footer p {
    line-height: 10px !important;
    font-size: 12px !important;
}

#footer .contain>div:nth-child(2) {
    width: 33.33%;
    font-size: 15px !important;
}

#footer .contain>div:nth-child(3) {
    width: 33.33%;
    font-size: 15px !important;
}

#footer .contain>div h1 {
    font-size: 15px;
}

#footer span {
    font-size: 12px !important;
}

/* Smartphones en mode portrait et paysage */
@media (max-width: 599px) {

    /* Styles pour les smartphones */
    .paddingX {
        padding-left: 4vh !important;
        padding-right: 4vh !important;
    }

    #nav-item {
        display: none;
    }

    #caroussel1 div:nth-child(1) {
        display: block !important;
        height: auto !important;
    }

    #caroussel1 div:nth-child(1)>div:nth-child(1) {
        width: 100%;
        margin-top: -20vh !important;
    }

    #caroussel1 div:nth-child(1)>div:nth-child(2) {
        width: 100%;
    }

    /* section3_1 */
    #section3_1 {
        display: block !important;
        padding: 0vh !important;
        width: 100% !important;
    }

    #section3_1 div:nth-child(1) {
        width: 89%;
        margin: unset;
        padding: 20px;
        border-radius: 0px !important;

    }

    #section3_1 div:nth-child(2) {
        width: 89%;
        margin: unset;
        background-color: rgb(241, 194, 50, 0.8);
        padding: 20px;
        border-radius: 0px !important;

    }

    #section3_1 .btn {
        background-color: #2E2D28 !important;
        margin-right: 10px;
        color: white;
        cursor: pointer;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding: 10px;
        border-radius: 20px;
        height: 10px !important;
        width: 18%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    /* section 2 */

    #section2 {
        width: 100% !important;
    }

    #section2 {
        padding-left: 0vh !important;
        padding-right: 0vh !important;
    }

    #section2>div:nth-child(1) {
        display: flex;
        justify-content: start;
        width: 5%;
    }

    #section2>div:nth-child(3) {
        display: flex;
        justify-content: end;
        width: 5%;
    }


    #section2>div:nth-child(2) {
        padding: 50px 0px;
        width: 100%;
        background-color: rgba(58, 103, 187, 0.09);
        border-radius: 20px;

    }

    #section2>div:nth-child(2)>div:nth-child(1) {
        width: 50%;
        border-right: 2px solid black;
        margin-right: 15px;

    }

    #section2 H1 {
        font-size: 20px !important;
    }

    #section2 h4 {
        font-size: 10px !important;
    }

    #section2>div:nth-child(2)>div:nth-child(1) img {
        object-fit: contain;
        width: 100%;
    }

    #section2 .btn {
        background-color: #2E2D28;
        margin-right: 10px;
        color: white;
        cursor: pointer;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding: 10px;
        border-radius: 20px;
        height: 20px !important;
        font-size: 15px !important;
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10px !important;
    }

    /* section3  */
    #section3 {
        padding: 20px 0px;
        display: block !important;
    }

    #section3 div:nth-child(1) {
        width: 100%;
    }

    #section3 div:nth-child(2) {
        width: 100%;
        border-radius: 15px;
    }

    /* section6 */
    #section6 {
        background-image: url('../images/footpage5.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 60vh;
        margin-top: 40px;
        padding-top: 40px;
    }

    #section6 h2 {
        font-size: 40px;
        line-height: 40px !important;
    }

    #section6 div:nth-child(1) {
        width: 100%;

    }

    #section6 div:nth-child(2) {
        width: 100%;
    }

    #section6 .btn {
        background-color: #2E2D28;
        margin-right: 10px;
        color: black;
        cursor: pointer;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding: 10px;
        border-radius: 20px;
        height: 25px;
        width: 80% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* footer */
    #footer .social-network {}

    #footer .contain {
        display: block;
    }

    #footer .contain>div:nth-child(1) {
        width: 100% !important;
    }

    #footer .contain>div:nth-child(1) img {
        width: 55px;
        height: 55px;
        object-fit: contain;
    }

    #footer .contain>div:nth-child(2) {
        width: 100% !important;
        font-size: 15px !important;
        border-top: 1px solid black;
        margin-top: 40px;
        padding-top: 20px;

    }

    #footer .contain>div:nth-child(3) {
        width: 100% !important;
        font-size: 15px !important;
        border-top: 1px solid black;
        margin-top: 40px;
        padding-top: 20px;
        margin-bottom: 50px !important;
    }

    #footer .contain>div h1 {}
}

/* Tablettes en mode portrait */
@media (min-width: 600px) and (max-width: 899px) and (orientation: portrait) {
    /* Styles pour les tablettes en mode portrait */
}

/* Tablettes en mode paysage */
@media (min-width: 600px) and (max-width: 1199px) and (orientation: landscape) {
    /* Styles pour les tablettes en mode paysage */
}

/* Ordinateurs portables et desktops */
@media (min-width: 1200px) {
    /* Styles pour les ordinateurs portables et desktops */
}

/* Grands écrans */
@media (min-width: 1800px) {
    /* Styles pour les grands écrans */
}