  
  .titre-page {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    font-weight: 700 !important;
    margin: 60px auto 0 !important;
    padding: 0;
    font-size: 3rem !important;
    line-height: 1.1 !important;
    word-wrap: break-word;
    position: relative;
    color: #4c7397 !important;
  }
  @media (max-width: 575px) {
    .titre-page {
      font-size: 1.875rem !important;
      margin-bottom: 7rem !important;
    }
  }
  
  h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 36px;
    color: #333;
  }

  #searchForm {
    position: absolute;
    top: -4.5rem;
    right: 0;
    margin: 40px 40px 0px;
  }
  @media (max-width : 575px) {
    #searchForm {
      margin-right: 0;
    }
  }
  .searchFormAr {
    left: 0;
  }
  #searchInput {
    background-color: aliceblue;
    width: 10rem;
    height: 2rem;
    border: none;
    padding-left: 10px;
  }
  .searchInputAr {
    padding-left: 0;
    padding-right: 10px;
  }
  .btn-search {
    background-color: #61aced;
    color: #FFF;
    height: 2rem;
    border: none;
    margin-left: -4px;
  }
  @media (max-width : 575px) {
    .btn-search {
      font-size: 15px;
    }
  }
  #actualites-container {
    position: relative;
  }
  
  #articles-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    margin: 65px 40px 40px;
    padding: 2rem 1rem 2rem;
    background-color: #cbcbcb33;  
  }
  @media (max-width : 575px) {
    #articles-container {
      width: fit-content;
      margin: auto;
      padding-bottom: 5rem;
    }
  }
  #article-container {
    margin: 65px 40px 40px;
    padding: 0.7rem 1rem 2rem;
    background-color: #cbcbcb44;  
  }
  @media (max-width : 575px) {
    #article-container {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  .backToActu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 10rem;
    margin-bottom: 3.5rem;
  }
  .backToActu .img-back {
    margin-right: 5px;
  }
  .backToActu .img-back img {
    width: 2.5rem;
  }
  .backToActu .actu {
    font-size: 1.8rem;
    color: #4c7397;
    
  }
  .actualite {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 20px 10px;
    max-width: 600px;
    background-color: #fff;
    transition: transform 0.3s ease;
    text-align: center;
    cursor: pointer;
  }
  
  .actualite:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .actualite img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .actualite h3 {
    margin-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #333;
  }
  .actualite .date {
    display: inline-block;
    font-size: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #888;
  }
  @media (max-width : 575px) {
    .actualite h3 {
      font-size: 18px;
    }
    .actualite .date {
      font-size: 10px;
    }
  }
  .actualite .comment {
    color: #888;
  }
  
  .actualite .meta {
    margin-top: 10px;
    color: #888;
  }
  
  .actualite .meta span {
    margin-right: 10px;
  }
  
  .actualite .meta .commentaires {
    color: #888;
    display: flex;
    align-items: center;
  }
  
  .actualite .meta .commentaires i {
    margin-right: 5px;
  }
  
  .article-container {
    background-color: #fff;
    margin-top: 40px;
    padding: 20px;
  }
  
  .article-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  
  .article-container h3 {
    font-size: 28px;
    color: #333;
  }
  
  .article-container .meta {
    margin-top: 10px;
    color: #888;
  }
  
  .article-container .content {
    line-height: 1.6;
    margin-top: 20px;
  }
  
  .commentaires-container {
    margin-top: 40px;
  }
  
  .commentaires-container h2 {
    font-size: 24px;
    color: #333;
  }
  
  .commentaires-liste {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  
  .commentaire {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  
  .commentaire .nom {
    font-weight: bold;
    color: #333;
  }
  
  .commentaire .contenu {
    margin-top: 5px;
    color: #555;
  }
  
  .commentaire-formulaire {
    margin-top: 40px;
  }
  
  .commentaire-formulaire label {
    display: block;
    margin-bottom: 10px;
    color: #333;
  }
  
  .commentaire-formulaire textarea {
    width: 100%;
    height: 100px;
    resize: vertical;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ccc;
  }
  
  .commentaire-formulaire button {
    margin-top: 10px;
    background-color: #e3f2fd;
    color: #333;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .commentaire-formulaire button:hover {
    background-color: #dbd9d9;
  }

  #titre-article {
    color: rgba(76, 115, 151, 0.877);
    text-align: center;
    font-size:  3.4rem !important;
    margin-bottom: 10px !important; 
  }
  @media (max-width : 575px) {
    #titre-article {
      font-size: 2rem !important;
    }
  }
  #images-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 3.3rem 5%;
  } 
  .img-article {
    width: 30%;
    margin: 10px;
  }
  @media (max-width : 575px) {
    .img-article {
      width: 65%;
    }
  }
  #info-article {
    display: flex;
    justify-content: center;
  }
  #info-article p {
    margin: 0 3px;
    font-size: 0.8rem;
    color: #333333cc;
  }
  @media (max-width : 575px) {
    #info-article p {
      margin: 0 2px;
      font-size: 0.6rem;
    }
  }
  #content-article {
    color: #333333dd;
    padding: 0 5rem;
    text-align: justify;
    line-height: 1.4rem;
  }
  @media (max-width : 575px) {
    #content-article {
      padding: 0 1rem;
      line-break: anywhere;
    }
  }
