.elementor-1800 .elementor-element.elementor-element-ea9a53e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-84ec08f */body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f4ef;
}

.cndrs-section {
  padding: 40px;
  background-color: #d6c6ae;
  color: #5a4429;
}

.cndrs-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

.historique, .organigramme {
  margin-bottom: 30px;
}

.team {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.member {
  background-color: #e4cc9c;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  width: 200px;
}



.contact-section {
  text-align: center;
  margin-top: 40px;
}

#openModal {
  background-color: #553c2a;
  color: white;
  padding: 10px 20px;
  border: none;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
}

/* Modal Styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  cursor: pointer;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form input, form textarea {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

form button {
  background-color: #5a4429;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}


.cndrs-organigramme {
  background-color: #f1e5d0;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  color: #4b3828;
  font-family: Arial, sans-serif;
}

.cndrs-organigramme h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

/* Directeur centré au-dessus */
.directeur {
  margin-bottom: 40px;
}

.directeur img {
  width: 150px;
  border-radius: 50%;
  border: 3px solid #8a6d3b;
}

.directeur h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.directeur p {
  font-style: italic;
}

/* Membres du staff en ligne sous le directeur */
.staff {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.member {
  width: 180px;
  background-color: #fff7eb;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.member img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #c5a880;
}

.member h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.member p {
  font-size: 0.9rem;
  color: #6b4f35;
}/* End custom CSS */