body {
    font-family: 'Poppins', sans-serif !important;
    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;
}

.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;
}

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

.paddingX-r {
    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;
}

.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 a {
    margin-left: 40px;
    text-decoration: none;
    font-weight: 600;
    color: black;
}

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

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

#caroussel1 {
    background-image: url('../images/BanAboutUs.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #1e74bd !important;
}

#caroussel1 div:nth-child(1) {
    height: 72vh;
    align-items: center;
}

#caroussel1 div:nth-child(1) h1 {
    line-height: 45px !important;
    color: white;
    font-size: 40px;
}

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

#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) .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: 20px;
    font-size: 13px !important;
}

#section2 {
    padding-top: 10vh;
}

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

#section2>div:nth-child(1)>p {
    font-size: 25px !important;
    margin-top: -20px;
}

#section2>div:nth-child(1)>h1 {
    font-size: 25px !important;
}

#section2 p {
    font-size: 15px !important;
}

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

#section3 {
    margin-top: 10vh !important;
}

#section3>div:nth-child(1) {
    width: 50%;
    height: 50vh;
    padding: 20px;
}

#section3>div:nth-child(2) {
    width: 50%;
    padding: 20px;
    height: 50vh;
}

#section3>div:nth-child(1) p {
    width: 50%;
    font-size: 15px !important;
}

#section3>div:nth-child(2) p {
    width: 50%;
    font-size: 15px !important;
}

#section3 div:nth-child(1) img {
    object-fit: contain;
    margin-top: 40px !important;
    width: 10vh;
}

#section3 div:nth-child(2) img {
    object-fit: contain;
    width: 10vh;
    margin-top: 40px !important;
}

#section4 {
    margin-top: 10vh !important;
}

#section4>div:nth-child(1) {
    width: 50%;
    height: 40vh;
}

#section4>div:nth-child(1) img {
    object-fit: contain;
    margin-top: 20px !important;
    width: 10vh;

}

#section4>div:nth-child(2) {
    width: 50%;
    height: 40vh;
}

#section4 {
    height: 120vh;
    overflow: hidden;
}

#section4 p {
    font-size: 15px !important;
}

#section5 {
    margin-top: 10vh !important;
}

#section5 .card {
    justify-content: space-between;
    display: flex;
    width: 100%;

}

#section5 .card>.item {
    width: 30%;

    margin-left: 10px;
}

#section5 .card>.item img {
    width: 100%;
    border-radius: 20px;
}

#section5 .card>.item:nth-child(4) {
    display: flex;
    justify-content: flex-end;
}

#section5 .icon-link {
    object-fit: contain;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#section6 {
    margin-top: 10vh !important;
}

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

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

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

}

#section6 div:nth-child(2) {
    width: 50%;
    padding-top: 20px !important;
}

#section6 .btn {
    color: black;
    cursor: pointer;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 20px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 15% !important;
}

#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 {
        background-image: unset;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #1e74bd !important;
    }

    #caroussel1 #second-nav {
        margin-left: -2vh !important;
    }

    #caroussel1 h1,
    h2 {
        font-size: 30px !important;
        width: 100% !important;
    }

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

    }

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

    #caroussel1 div:nth-child(1)>div:nth-child(2) {
        width: 100%;
        background-image: url('../images/BanAboutUs.png');
        background-size: 90vh;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: -11.2vh;
        height: 40.5vh;
    }

    /* section2 */
    #section2 {
        display: block !important;
        margin-top: -10vh !important;
        height: auto !important;
    }

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

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

    /* section3 */
    #section3 {
        margin-top: 10vh !important;
        display: block !important;
        width: 100% !important;
    }

    #section3>div:nth-child(1) {
        width: 100%;
        height: auto;
        padding: 0px !important;
    }

    #section3>div:nth-child(2) {
        width: 100%;
        height: auto;
        padding: 0px !important;
    }

    #section3>div:nth-child(1) p {
        width: 80%;
        font-size: 15px !important;
    }

    #section3>div:nth-child(2) p {
        font-size: 15px !important;
        width: 80%;

    }

    #section3 div:nth-child(1) img {
        object-fit: contain;
        margin-top: 40px !important;
        width: 10vh;
    }

    #section3 div:nth-child(2) img {
        object-fit: contain;
        width: 10vh;
        margin-top: 40px !important;
    }

    #section4 {
        margin-top: 0vh !important;
        display: block !important;
    }

    #section4>div:nth-child(1) {
        width: 100% !important;
        height: auto;
    }

    #section4>div:nth-child(1) img {
        object-fit: contain;
        margin-top: 20px !important;
        width: 10vh;

    }

    #section4>div:nth-child(2) {
        width: 100%;
        height: auto;
    }

    #section4 {
        height: 100vh;
        overflow: hidden;
    }

    #section4 p {
        font-size: 15px !important;
    }

    /* section 5 */
    #section5 {
        margin-top: 0vh !important;
    }

    #section5 .card {
        display: block !important;
        width: 100%;

    }

    #section5 .card>.item {
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 2vh !important;
    }

    #section5 .card>.item img {
        width: 100%;
        border-radius: 20px;
    }

    #section5 .card>.item:nth-child(4) {
        display: flex;
        justify-content: flex-end;
    }

    #section5 .icon-link {
        object-fit: contain;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    /* section 6 */
    #section6 {
        margin-top: 10vh !important;
        display: block !important;
    }

    #section6 {
        height: auto;
        padding-bottom: 5vh !important;
    }

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

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

    }

    #section6 div:nth-child(2) {
        width: 100%;
        padding-top: 20px !important;
    }

    #section6 .btn {
        color: black;
        cursor: pointer;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 20px;
        height: 40px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 15% !important;
    }

    /* 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 */
}