.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight:  bold !important;
    font-style: normal;
}

.poppins-white {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: white;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
.btn {
    border-radius: 30px;
    padding: 5px 20px;
}
.btn-green {
    background-color: #67836a;
    color: #ffffff;
    border: 1px solid #dfa75b;
}
.btn-transparent {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #dfa75b;
}
.icon-large {
    font-size: 60px;
}
.border-left-bottom {
    background:
            linear-gradient(to bottom, transparent 25%, white 25%, white 75%, transparent 75%) right,
            linear-gradient(to right, transparent 25%, white 25%, white 75%, transparent 75%) bottom;
    background-size: 2px 100%, 100% 2px; /* Largeur et hauteur des bordures */
    background-repeat: no-repeat; /* Couleur de fond de la div */
    padding: 20px;
}
.border-bottom-index {
    background: linear-gradient(to right, transparent 25%, white 25%, white 75%, transparent 75%) bottom;
    background-size: 100% 2px; /* Largeur et hauteur de la bordure en bas */
    background-repeat: no-repeat;
    padding: 20px;
}
.index-tab .title-tab {
    font-size: 10px;
}
.error {
    color: red;
}
.navbar-nav .fal {
    margin-right: 5px;
}