@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.libellé {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    margin: 0% 8% 0% 8%;
}
.pstyle3 a {
    color: black;
    font-weight: bold;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.507);
    border-radius: 20px;
}
.barre {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: orange;
}

.btn2 a {
    color: #198754;
    font-weight: bold;
}
.btn2 a:hover {
    color: white;
}
.barre2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #198754;
}
.information p {
    color: black;
    font-weight: bold;
}
.lien-date {
    display: flex;
    justify-content: space-between;
}
.lien-date .date p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
}
i {
    margin-right: 5px;
}
.lien1 {
    float: right;
}
.img {
    width: 100%;
    height: 350px;
    background-position: center;
}
.ND p {
    font-weight: bold;
}
.mot {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.libellé3 {
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.libellé4 {
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.bilan h3 {
    font-weight: bold;
    color: #198754;
    text-align: center;
}
.image_2 {
    width: 100%;
}
img {
    width: 100%;
}
.emploi {
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_plus a {
    padding: 20px;
}
.info_sup {
    margin-top: 50px;
}

.text p {
    font-weight: 300;
}
.about_taital p {
    font-weight: bold;
}
.about_taital li {
    font-weight: bold;
}
.card {
    border: none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}

.card {
    background: linear-gradient(135deg, #2c3e50, #34495e 50%, #7f8c8d);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #7f8c8d, #2c3e50 50%, #34495e);
}
.card-title {
    font-size: 18px;
    margin: 0;
}
.card-icon {
    fill: white;
}
.card-link {
    text-decoration: none;
}
.monImg1 {
    width: 240px;
    border-radius: 0% 50% 50% 0%;
    object-fit: cover;
    float: left;
    shape-outside: margin-box;
}

@media (max-width: 1400px) {
    .mostInfo {
        padding-bottom: 10px;
    }
}

.annonce {
    padding-top: 10%;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

.read-more-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background-color: black;
    display: block;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: 0px 3px 6px black;
    color: white;
}
.read-more-btn:hover {
    background-color: #faac1b;
    box-shadow: 0px 3px 6px black;
}

.under {
    text-decoration: none;
}
.annonce {
    display: block;
    position: relative;
}
.annonce::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: white;
    opacity: 1;
    transform: scale(0);
    transform-origin: center;
    transition: transform 300ms ease-in-out;
}
.annonce:hover::after,
.annonce:focus::after {
    transform: scale(1);
}

.bottom_modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    max-width: none;
    border-radius: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar:hover {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: rgb(191, 191, 191);
}

::-webkit-scrollbar-thumb {
    border-radius: 99px;
    box-shadow: inset 0 0 6px hsla(239, 44%, 22%, 0.3);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.8rem;
    margin-top: -0.1rem;
}
