.heading{
  background:linear-gradient(rgba(183, 69, 69, 0.487),rgba(183, 69, 69, 0.487)),url(./assets/section-pedagogie/iiiiiiiiiiiinfffffffffffo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  position: relative;
}
.heading .logoM{
 display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.heading .logoM h1{
  color: var(--white);
  font-size: 4rem;
  font-family: tahoma;
  text-align: center;
}
.heading .logoM p{
  color: black;
  max-width: 600px;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  opacity: 0.9;

}

.intr{
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url("./assets/section-pedagogie/zzzz.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1100px;
  width: 100%;
  height: 300px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
}
.intr h1{
    color: var(--accent);
    font-size: 2.2rem;
    padding-bottom: 5px;
}
.intr p{
  color: var(--white);
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.3rem;
}

@media (max-width: 600px) {
    .logoM {
      padding: 0.2rem;
    }
   .heading .logoM h1 {
    font-size: 1.5rem;
    text-transform: capitalize;
   }
    .heading .logoM p{
      font-size: 1rem;
    }
}
/* pour la pedagogie */
.headings{
 background:linear-gradient(rgba(183, 69, 69, 0.487),rgba(183, 69, 69, 0.487)),url(./assets/section-pedagogie/seopeda.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  position: relative;
}
.headings .logoM{
 display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.headings .logoM h1{
  color: var(--white);
  font-size: 4rem;
  font-family: tahoma;
  text-align: center;
}
.headings .logoM p{
  color: black;
  max-width: 600px;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  opacity: 0.9;

}
.headings nav{
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  justify-content: center;
  align-items: center;
}
.headings nav ul{
  display: flex;
}

.headings nav ul li{
  margin-right: 25px;
  padding: 8px;
  width: 50px;
  height: 50px;
  background: var(--text);
  border-radius: 5px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.headings nav ul li a{
  color: var(--bg);
  font-size: 1.6rem;
  font-weight: 400;
}
.headings nav ul li:hover{
  background: var(--text);
  transform: scale(1.1);
}

@media (max-width: 600px) {
    .logoM {
      padding: 0.2rem;
    }
   .headings .logoM h1 {
    font-size: 1.55rem;
    text-transform: capitalize;
   }
    .headings .logoM p{
      font-size: 1rem;
    }
}
/* ================= */
/* PARTIE CONTACT */
/* ================ */

.headingC{
  background:linear-gradient(rgba(183, 69, 69, 0.487),rgba(183, 69, 69, 0.487)),url(./assets/shazoon/8R3A5330.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  position: relative;
}

  
.headingC .logoM{
 display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.headingC .logoM h1{
  color: var(--white);
  font-size: 4rem;
  font-family: tahoma;
  text-align: center;
}
.headingC .logoM p{
  color: black;
  max-width: 600px;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  opacity: 0.9;

}
@media (max-width: 600px) {
    .logoM {
      padding: 0.2rem;
    }
   .headingC .logoM h1 {
    font-size: 1.55rem;
    text-transform: capitalize;
   }
    .headingC .logoM p{
      font-size: 1rem;
    }
    .heading,.headings,.headingC{
      height: 300px;
    }
}

.intrs{
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url("./assets/section-pedagogie/yyyyyy.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1100px;
  width: 100%;
  height: 300px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
}
.intrs h1{
    color: var(--accent);
    font-size: 2.3rem;
    padding-bottom: 5px;
}
.intrs p{
  color: var(--white);
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.3rem;
}


/* =======================================================
  CONTAINER WRAP - DOCUMENTS
======================================================
*/

.toggle-btn{
  display: block;
  margin: 2rem auto;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  background: #111;
  color: var(--white);
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.toggle-docs-btn:hover{
  background: #222;
}
.ctnr-wrap{
  margin: 1.5rem auto;
  max-width: 1200px;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from{
    opacity: 0;
    transform: translateY(6px);
  }
  to{
    opacity: 1;
    transform:  translateY(0);
  }
}

/* ==============================
   BARRE DE RECHERCHE DOCUMENTS
============================== */

.barre-de-recherche {
  margin-top: 20px;
  width: 100%;
  max-width: 500px;
  padding: 0 15px;
}

.barre-de-recherche input[type="search"] {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  border-radius: 30px;
  border: none;
  outline: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.barre-de-recherche input[type="search"]::placeholder {
  color: #666;
  font-style: italic;
}

.barre-de-recherche input[type="search"]:focus {
  box-shadow: 0 0 0 2px rgba(183, 69, 69, 0.6);
}

/* Responsive */
@media (max-width: 600px) {
  .barre-de-recherche {
    max-width: 90%;
  }
}