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-null {
    line-height: -50px !important;
}

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

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

.space-between {
    justify-content: space-between !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;
}

.gray-c {
    color: #5E5E5B !important;
}

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

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

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

.weight-500 {
    font-weight: 500 !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;
}

.small {
    font-size: 12px !important;
}

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

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

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

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

.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 a:hover {
    color: rgb(85, 83, 83);
}

#caroussel1 {
    background-image: url('../images/banner7.png') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

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

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

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

#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: 25px;
}

#section2 {
    justify-content: space-between !important;
}

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

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

#section2 div:nth-child(3) {
    width: 26%;
}

#section2 .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: 20px;
    width: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section3_1 div>div:nth-child(2) {
    width: 30%;
}

#section3_1 div>div:nth-child(2) p {
    font-size: 13px;
    line-height: 20px;
}

#section3_1 div>div:nth-child(1) {

    width: 60%;
    margin-right: 20px;
    border-radius: 20px;

}

#section3_1 div>div:nth-child(2) .btn {
    margin-right: 10px;
    cursor: pointer;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 10px;
    border-radius: 20px;
    height: 20px;
    font-size: 14px;
    width: 40% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3_2_item {
    justify-content: space-between;
    width: 100%;
}

.section3_2_item>div:nth-child(1) {
    width: 30%;
}

.section3_2_item div:nth-child(2) {
    width: 30%;
}

.section3_2_item div:nth-child(3) {
    width: 30%;
}

.section3_2_item .item {
    height: 150px;
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

#section3_2 .more {
    margin-top: 30px;
    border: 2px solid #F1C232;
    width: 20%;
    padding: 10px;
    border-radius: 20px;
}

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

#section6 h1 {
    font-size: 60px;
}

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

}

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

#section6 .btn {

    margin-right: 10px;
    color: black;
    cursor: pointer;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding: 10px;
    border-radius: 20px;
    height: 20px;
    width: 30% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section3 .qa {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 100px;
}

#section3 .qa img {
    height: 10%;
    width: 10%;
    object-fit: contain;
}

#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: 10% !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;
    }

    /* carroussel */
    #caroussel1 div:nth-child(1) {}

    /* section 3 1 & 2 */

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

    #section3_1_contain {
        display: block !important;
    }

    #section3_1 div>div:nth-child(2) p {
        font-size: 13px;
        line-height: 20px;
    }

    #section3_1 div>div:nth-child(1) {
        width: 100%;
        border-radius: 20px;
        height: 30vh;

    }

    #section3_1_item {
        display: block !important;
    }

    .section3_2_item {
        justify-content: space-between;
        width: 100%;
        display: block !important;
    }

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

    #section3_2_item {
        display: block !important;
    }

    #section3_2 #section3_2_item {
        display: block !important;
        width: 100% !important;
    }

    .section3_2_item div:nth-child(2) {
        width: 100% !important;
    }

    .section3_2_item div:nth-child(3) {
        width: 100% !important;
    }

    .section3_2_item .item {
        height: 150px;
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    #section3_2 .more {
        margin-top: 30px;
        border: 2px solid #F1C232;
        width: 50%;
        padding: 10px;
        border-radius: 20px;
    }

    /* section 6 */
    #section6 {}

    #section6 h1 {
        font-size: 60px;
    }

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

    }

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

    #section6 .btn {
        width: 80% !important;
    }

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

    #footer .contain {
        display: block;
        width: 100% !important;
    }

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