/* Police générale */
html {
    font-family: Roboto, sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

/* HEADER */
header {
    background-color: #104C9A;
    color: white;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*========================================*
 |                                        |
 |               NAVIGATION               |
 |                                        |
 *========================================*/

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
}




/* LOGO */
#logo {
    height: 110px;
    margin-top: 50px;
    width: auto;
    object-fit: contain;
    margin-left: -20px;
}

/* LISTE NAVIGATION */
nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

/* ÉLÉMENTS DE MENU */
nav ul li {
    display: flex;
    align-items: center;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

nav ul li h2{
  font-size: 1.5rem;
  margin-left: 1rem;
  margin-right: -3rem;
}

#actif{
    color: #000;
}
/* HOVER */
nav ul li a:hover {
    text-decoration: underline;
    color: #dcdcdc;
}

/* ICÔNE MAISON */
#home {
    height: 24px;
    width: 24px;
    margin-top: 3px;
}

.entete {
    padding-top: 150px;
    text-align: center;
}

.entete img {
    margin-top: -5%;
    display: block;
    width: 100%;
    max-height: 35rem;
}

h1 {
    filter: none;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.911);
    position: relative;
    margin-top: -25%;
    text-align: center;
}


/*========================================*
 |                                        |
 |                 FOOTER                 |
 |                                        |
 *========================================*/

/* FOOTER */

footer{
    width: 100%;
    margin-bottom: 0;
    background-color: #104C9A;
    display: flex;
    color: white;
    padding-bottom: 2%;
}

footer form label {
    color: white;
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}

footer form input,
footer form textarea {
    border: none;
    background-color: white;
    border-radius: 16px;
    padding: 8px 12px;
    width: 200%;
    margin-bottom: 12px;
    font-size: 15px;
    box-sizing: border-box;
    resize: none;
}

footer form textarea {
    min-height: 100px;
}

footer form {
    width: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: -10%;
}

footer form button[type="submit"] {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 10px 0;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    display: block;
    margin-left: 250%;
    margin-top: -45%;
}

#logopolice {
    display: block;
    margin-bottom: 20px;
}

#logopolice{
    width: 15%;
    height: 15%;
    margin-left: 15rem;
    margin-top: 2%;
}

#logocftcbottom{
    width: 35%;
    margin-left: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
}

#information{
    margin-left: 10%;
    width: 25%;
}

#information p{
    margin-top: 10%;
}

footer form label.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  cursor: pointer;
}

footer form input[type="checkbox"] {
  appearance: none;
  accent-color: #104C9A;
  width: 18px;
  height: 18px;
  border: 2px solid #104C9A;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: background 0.2s, border 0.2s;
  margin: 0 8px 0 0;
  flex-shrink: 0;
  display: inline-block;
}

footer form input[type="checkbox"]:checked {
  background: #104C9A;
  border-color: #104C9A;
}

footer form input[type="checkbox"]:checked::after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.footer-left {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 65%;
}

.btn-facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1777F2;
  border: 2px solid #104C9A;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 8px rgba(24,119,242,0.10);
  transition: background 0.2s, color 0.2s, border 0.2s;
  cursor: pointer;
  font-size: 0;
  text-decoration: none;
  overflow: hidden;
  padding: 0;
  margin-top: 15.5rem;
  margin-left: -15rem;
}

.btn-facebook img {
  height: 32px;
  width: 44px;
  display: block;
  margin: 0;
  transition: filter 0.2s;
}

.btn-facebook:hover,
.btn-facebook:focus {
  background: #1777F2;
  color: #fff;
  border-color: #1777F2;
}

.btn-facebook:hover img,
.btn-facebook:focus img {
  filter: brightness(1.1);
}
/*========================================*
 |                                        |
 |               PAGE ADMIN               |
 |                                        |
 *========================================*/

.form-article {
  width: 100%;
    max-width: 1250px;
    margin: 60px auto 40px auto;
    padding: 32px 28px;
    background: #f7f9fb;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(16,76,154,0.10);
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.form-article label {
    color: #104C9A;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 1.05em;
}

.form-article input[type="text"],
.form-article input[type="file"],
.form-article input[type="tel"],
.form-article input[type="email"],
.form-article input[type="texarea"] {
    border: none;
    border-radius: 10px;
    background: #fff;
    padding: 10px 14px;
    font-size: 1em;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgba(16,76,154,0.07);
}

.form-article textarea {
    min-height: 120px;
    resize: vertical;
    width: 15rem;
}

.form-article input[type="file"] {
    padding: 8px 0;
    background: none;
    box-shadow: none;
}


.form-article #publish {
    background: #104C9A;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.2s;
}

.form-article #publish:hover {
    background: #0d3a73;
}




.form-article label {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
}

.form-article input[type="text"],
.form-article input[type="file"],
.form-article input[type="password"],
.form-article textarea {
    width: 100%;
    max-width: 900px;
    border: none;
    border-radius: 10px;
    background: #fff;
    padding: 14px 18px;
    font-size: 1.1em;
    box-sizing: border-box;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(16,76,154,0.07);
    display: block;
}

.form-article textarea {
    min-height: 140px;
    resize: vertical;
}


.form-article button[type="submit"],
.form-article .add {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 18px auto 0 auto;
    background: #104C9A;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 0;
    font-size: 1.15em;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(16,76,154,0.10);
    transition: background 0.2s, transform 0.2s;
}

.form-article button[type="submit"],
.form-article .add:hover {
    background: #0d3a73;
    transform: translateY(-2px) scale(1.03);
}



p a{
    text-decoration: none;
    color: white;
}

/*========================================*
 |                                        |
 |                ARTICLE                 |
 |                                        |
 *========================================*/

/*========================================*
 |            Multiple Article            |
 *========================================*/

/* Petit format */
.news-section {
  padding: 2rem;
  max-width: 1200px;
  margin: 10rem auto; 
}

.news-section h2 {
  color: #104C9A;
  margin-bottom: 2rem;
  text-align: center;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

    .news-card {
      background-color: #F7F9FC;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(40, 51, 147, 0.1);
      display: flex;
      flex-direction: column;
      border-left: 5px solid #283393;
      transition: transform 0.2s;
    }

    .news-card:hover {
      transform: translateY(-4px);
    }

   .news-card img {
    width: 100%;
    height: 220px; 
    object-fit: cover;
}


    .news-card-content {
      padding: 1rem;
      flex-grow: 1;
    }

    .news-card h3 {
      margin-top: 0;
      color: #1A3D84;
    }

    .news-card p {
      margin: 0.5rem 0 1rem;
    }

    .news-card a {
      text-decoration: none;
      color: #104C9A;
      font-weight: bold;
    }

    .news-card a:hover {
      text-decoration: underline;
      }

/* Bouton Afficher Plus */
#form-afficher input[name="afficher"] {
  display: block;
  margin: 2rem auto 0 auto;
  background: #104C9A;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 38px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 8px rgba(16,76,154,0.10);
  transition: background 0.2s, transform 0.2s;
}

#form-afficher input[name="afficher"]:hover {
    background: #0d3a73;
    transform: translateY(-2px) scale(1.04);
}

.mini{
    width: 5%;
}

.mini img {
    width: 30px;
    height: 30px;
}

/*========================================*
 |             Article Entier             |
 *========================================*/
/* Grand Format */
.full-article {
    width: 90%;
  max-width: 850px;
  margin-top: 35rem ;
  margin-left: 6rem ;
  margin-right: 6rem ;
    margin-bottom: 6rem;
  padding: 2.5rem;
  background-color: #F7F9FC;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(16, 76, 154, 0.1);
  border-left: 6px solid #104C9A;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
  color: #1F2937;
}

.full-article header h1 {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  color: #104C9A;
}

.full-article .meta {
  font-size: 0.95rem;
  color: #6B7280;
  margin-bottom: 2.5rem;
}

.full-article figure {
  margin: 2rem 0;
  text-align: center;
}

.full-article figure img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.full-article figcaption {
  font-size: 0.85rem;
  color: #6B7280;
  margin-top: 0.5rem;
}

/* Petit Article*/
.article-content h1{
    color:#104C9A
}

.article-content h2 {
  margin-top: 2.5rem;
  font-size: 1.75rem;
  color: #1A3D84;
}

.article-content h3 {
  margin-top: 2rem;
  font-size: 1.3rem;
  color: #1A3D84;
}

.article-content p {
  margin: 1.2rem 0;
}

.article-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #e6efff;
  border-left: 4px solid #104C9A;
  font-style: italic;
  color: #374151;
  border-radius: 6px;
}

.article-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
  color: #374151;
}

.article-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d1d5db;
  font-size: 0.95rem;
  color: #4B5563;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article-footer a {
  color: #104C9A;
  text-decoration: none;
  font-weight: 500;
}

.article-footer a:hover {
  text-decoration: underline;
}

/* Bouton Rechercher */

.news-section form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  background: #f5f8fa;
  padding: 1.2rem 1rem;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(16,76,154,0.07);
}

.news-section form input[type="text"].btn-rechercher {
  flex: 1 1 220px;
  padding: 10px 16px;
  border: 1px solid #1e40af;
  border-radius: 8px;
  font-size: 1em;
  background: #fff;
  color: #104C9A;
  outline: none;
  transition: border 0.2s;
}

.news-section form input[type="text"].btn-rechercher:focus {
  border: 2px solid #104C9A;
}

.news-section form input[type="submit"].btn-rechercher {
  padding: 10px 28px;
  border-radius: 8px;
  font-size: 1em;
  font-weight: bold;
  background: linear-gradient(90deg, #104C9A 60%, #1e40af 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.news-section form input[type="submit"].btn-rechercher:hover {
  background: linear-gradient(90deg, #1e40af 60%, #104C9A 100%);
  transform: scale(1.03);
}

/*========================================*
 |                                        |
 |              PRÉSENTATION              |
 |                                        |
 *========================================*/
 
 .card-grid-p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

 .content-section {
    margin: auto;
    margin-top: 27rem;
      padding: 2rem;
      max-width: 1000px;
    }

    .content-section h2 {
      color: #104C9A;
      margin-bottom: 1rem;
      text-align: center;
    }

    .content-section p {
      line-height: 1.6;
      margin-bottom: 1.5rem;
      text-align: justify;
    }

    .bureau {
      background-color: #F7F9FC;
      border-left: 5px solid #283393;
      padding: 1.5rem;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(40, 51, 147, 0.1);
    }

    .bureau h3 {
      margin-top: 0;
      color: #1A3D84;
    }

    .bureau ul {
      list-style: none;
      padding: 0;
    }

    .bureau li {
      margin-bottom: 0.5rem;
    }

    .bureau li strong {
      display: inline-block;
      width: 150px;
    }

    .new-card {
      background-color: #F7F9FC;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(40, 51, 147, 0.1);
      display: flex;
      flex-direction: column;
      border-left: 5px solid #283393;
      transition: transform 0.2s;
    }

    .new-card:hover {
      transform: translateY(-4px);
    }

   .new-card img {
    width: 100%;
    height: auto; 
    object-fit: cover;
}


    .new-card-content {
      padding: 1rem;
      flex-grow: 1;
    }

    .new-card h3 {
      margin-top: 0;
      color: #1A3D84;
    }

    .new-card p {
      margin: 0.5rem 0 1rem;
    }

    .new-card a {
      text-decoration: none;
      color: #104C9A;
      font-weight: bold;
    }

    .new-card a:hover {
      text-decoration: underline;
      }


#hotel{
    border-radius: 15%;
    margin-left: 1.5rem;
    margin-bottom: 2.5rem;
}

/*========================================*
 |                                        |
 |             NOUS TROUVEZ               |
 |                                        |
 *========================================*/


.contact-container {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.contact-block {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 600px; 
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
}

.contact-map iframe {
  width: 300px;
  height: 300px;
  border: none;
  border-radius: 10px;
}

.contact-info {
  width: 250px;
  border-left: 4px solid #1e40af;
  padding-left: 15px;
  font-family: Arial, sans-serif;
}

.contact-info h2 {
  font-size: 20px;
  color: #1e40af;
  margin-bottom: 10px;
}
.contact-info p {
  margin: 8px 0;
  color: #333;
}
.contact-info a {
  color: #1e40af;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}

#new-section-trouvez{
    margin-top: 15rem;
}

#placer{
    position: relative;
    margin-top: -30%;
    margin-left: 55%
}

#div-hotel{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.form-article label,
#formulaire-contact label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05em;
  color: #104C9A;
  font-weight: 500;
  text-align: left;
  padding-left: 2px;
}

/*========================================*
 |                                        |
 |             NOUS CONTACTEZ             |
 |                                        |
 *========================================*/

.news-section-contact {
  margin-top: 90%;
  padding: 2rem;
  max-width: 1100px;
  margin: 15rem auto; 
}


/* ===== NOUS CONTACTEZ : FORMULAIRE ===== */
#formulaire-contact {
  background: #f7f9fc;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(16,76,154,0.10);
  padding: 2.5rem 2rem;
  max-width: 420px;
  margin: 5rem auto 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}

#formulaire-contact label {
  color: #104C9A;
  font-size: 1.08em;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 8px;
  text-align: left;
  letter-spacing: 0.5px;
}

#formulaire-contact input[type="text"],
#formulaire-contact input[type="email"],
#formulaire-contact textarea {
  border: 1.5px solid #b6c6e3;
  background-color: #fff;
  border-radius: 12px;
  padding: 13px 16px;
  width: 100%;
  margin-bottom: 8px;
  font-size: 1.08em;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(16,76,154,0.06);
  transition: border 0.2s;
  outline: none;
}

#formulaire-contact input[type="text"]:focus,
#formulaire-contact input[type="email"]:focus,
#formulaire-contact textarea:focus {
  border: 1.5px solid #104C9A;
  background: #f0f6ff;
}

#formulaire-contact textarea {
  min-height: 110px;
  resize: vertical;
}

#formulaire-contact button[type="submit"] {
  background: linear-gradient(90deg, #104C9A 60%, #1e40af 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 0;
  font-size: 1.13em;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(16,76,154,0.10);
  transition: background 0.2s, transform 0.2s;
}

#formulaire-contact button[type="submit"]:hover {
  background: linear-gradient(90deg, #1e40af 60%, #104C9A 100%);
  transform: translateY(-2px) scale(1.03);
}

#formulaire-contact label[for="consentement"],
#formulaire-contact input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

#formulaire-contact input[type="checkbox"] {
  accent-color: #104C9A; 
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 4px;
  cursor: pointer;
}

#formulaire-contact label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

#formulaire-contact label {
  font-size: 1em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}

/*========================================*
 |                                        |
 |               Nos Actions              |
 |                                        |
 *========================================*/

 .card{
      margin-top:2.5rem ;
      background-color: #F7F9FC;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(40, 51, 147, 0.1);
      display: flex;
      flex-direction: column;
      border-left: 5px solid #283393;
      transition: transform 0.2s;
 }

 #deplace{
  margin-top: 12.5rem;
 }

 .card img{
  max-width: 50px;
 }

.card-them{
      margin-top:2.5rem ;
      background-color: #F7F9FC;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(40, 51, 147, 0.1);
      display: flex;
      flex-direction: column;
      border-left: 5px solid #283393;
      transition: transform 0.2s;
 }

 #deplace-them {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 2rem;
  margin-top: 12.5rem;
}

 .card-mal{
      margin-top:2.5rem ;
      background-color: #F7F9FC;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(40, 51, 147, 0.1);
      display: flex;
      flex-direction: column;
      border-left: 5px solid #283393;
      transition: transform 0.2s;
      height: 55rem;
 }

 .video{
  background-image: url("https://youtu.be/Weh1uzAR8Nw");
 }


/*========================================*
 |                                        |
 |               RESPONSIVE               |
 |                                        |
 *========================================*/

/* Tablettes et petits écrans */
@media (max-width: 1024px) {
  nav {
    padding: 0 16px;
  }
  #logo {
    height: 80px;
    margin-top: 20px;
  }
  .entete img {
    height: 420px;
  }
  .full-article {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 1rem;
  }
  .content-section {
    margin-top: 10rem;
    padding: 1rem;
  }
  .news-section {
    margin: 4rem auto;
    padding: 1rem;
  }
  .news-card img {
    height: 140px;
  }
  #logopolice, #logocftcbottom {
    width: 30%;
    margin-left: 0;
  }
  #information {
    margin-left: 2%;
    width: 95%;
  }
  .contact-block {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .contact-map iframe {
    width: 100%;
    height: 160px;
  }
  .contact-info {
    width: 100%;
    border-left: none;
    border-bottom: 4px solid #1e40af;
    padding-left: 0;
    padding-top: 10px;
  }
  
}

/* Mobiles */
@media (max-width: 700px) {
  .contact-section {
    padding: 1rem 0.3rem;
    max-width: 100vw;
    margin: 2.5rem auto 1rem auto;
  }
  header {
    height: 50px;
    border-radius: 0 0 8px 8px;
  }
  nav {
    flex-direction: column;
    height: auto;
    padding: 0 4px;
    gap: 6px;
  }
  nav ul {
    gap: 6px;
    flex-direction: column;
    align-items: flex-start;
  }
  #logo {
    height: 36px;
    margin-top: 6px;
  }
  .entete {
    padding-top: 5rem;
    width: 100%;
    height: auto;
  }
  .entete img {
    height: 180px;
  }
  h1 {
    font-size: 1em;
    margin-top: -30%;
  }
  .news-section,
  .news-section-contact {
    margin: 2rem auto;
    padding: 0.3rem;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .news-card img {
    height: 80px;
  }
  .full-article {
    margin-top: 25rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding: 0.5rem;
  }
  .full-article header h1 {
    font-size: 1rem;
  }
  .content-section {
    margin-top: 4rem;
    padding: 0.3rem;
    max-width: 100%;
  }
  .bureau {
    padding: 0.4rem;
  }
  #logopolice, #logocftcbottom {
    width: 50%;
    margin-left: 0;
    margin-top: 0.5rem;
    padding: 0;
  }
  #information {
    margin-left: 0;
    width: 100%;
  }
  #information p {
    margin-top: 1%;
  }
  .form-article,
  #formulaire-contact {
    max-width: 99vw;
    padding: 0.5rem 0.2rem;
    gap: 6px;
  }
  .form-article input[type="text"],
  .form-article input[type="file"],
  .form-article textarea,
  #formulaire-contact input[type="text"],
  #formulaire-contact input[type="email"],
  #formulaire-contact textarea {
    width: 100%;
    max-width: 99vw;
    padding: 6px 4px;
    font-size: 0.95em;
  }
  #formulaire-contact button[type="submit"] {
    max-width: 99vw;
    padding: 8px 0;
    font-size: 0.95em;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.5rem;
  }
  footer form {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  footer form input,
  footer form textarea {
    width: 100%;
    max-width: 99vw;
    padding: 6px 4px;
  }
  footer form button[type="submit"] {
    margin-left: 0;
    margin-top: 0.3rem;
    width: 100%;
  }
  #placer {
    margin-top: 0;
    margin-left: 0;
  }
  #div-hotel {
    flex-direction: column;
    gap: 0.5rem;
  }
  .contact-container {
    flex-direction: column;
    gap: 6px;
    padding: 4px;
  }
  .contact-block {
    width: 100%;
    flex-direction: column;
    padding: 6px;
  }
  .contact-map iframe {
    width: 100%;
    height: 200px;
  }
  .contact-info {
    width: 100%;
    border-left: none;
    border-bottom: 4px solid #1e40af;
    padding-left: 0;
    padding-top: 4px;
  }
  #hotel {
    margin-left: 12.5rem;
    margin-bottom: 0.5rem;
    border-radius: 8%;
    width: 125vw;
    max-width: 15rem;
    margin-top: -5rem;
  }
  .article-image {
    max-width: 90vw;
    height: auto;
    margin: 1.2rem auto 1rem auto;
    border-radius: 8px;
  }

  .news-section-contact {
    margin-top: 5rem;
  }

  .content-section {
    margin-top: 10rem;
  }


}

@media (max-width: 400px) {
  .full-article,
  .content-section,
  .form-article,
  #formulaire-contact {
    padding: 0.1rem;
    margin-left: 0;
    margin-right: 0;
  }
  .news-card img {
    height: 50px;
  }
  h1, .full-article header h1 {
    font-size: 0.8em;
  }
}

nav {
    position: relative;
}

#burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 110;
    margin-left: 100px;
    margin-top: -60px;
    position: relative;
}

#burger span {
    display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
  position: relative;
}

#burger span:nth-child(1) {
  top: 10px;
}
#burger span:nth-child(2) {
  top: 18px;
}
#burger span:nth-child(3) {
  top: 26px;
}

#burger.active span:nth-child(1) {
  top: 18px;
  transform: rotate(50deg);
}
#burger.active span:nth-child(2) {
  opacity: 0;
}
#burger.active span:nth-child(3) {
  top: 18px;
  transform: rotate(-50deg);
}
@media (max-width: 900px) {
    nav ul {
        display: none;
        flex-direction: column;
        background: #104C9A;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        z-index: 100;
        padding: 20px 0;
        margin: 0;
        box-shadow: 0 8px 24px rgba(16,76,154,0.10);
    }
    nav ul.active {
        display: flex;
        animation: fadeInMenu 0.3s;
    }
    #burger {
        display: flex;
    }
    nav ul li {
        margin: 12px 0;
        text-align: center;
    }
}

@keyframes fadeInMenu {
    from { opacity: 0; transform: translateY(-20px);}
    to { opacity: 1; transform: translateY(0);}
}

@media (max-width: 1024px) and (min-width: 701px) {
  footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
  #logopolice, #logocftcbottom {
    width: 35%;
    margin-left: 0;
    margin-top: 1rem;
    padding: 0;
  }
  #information {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
  #information p {
    margin-top: 2%;
  }
  footer form {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  footer form input,
  footer form textarea {
    width: 100%;
    max-width: 100%;
    padding: 8px 8px;
  }
  footer form button[type="submit"] {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
}

