.tab_about {
  width: 1040px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

.myliste {
  list-style-type: none;
  padding: 0;
}

.separator_accueil{
  width: 2px;
    background-color: #f1f1f1;
    /* height: 150px; */
    margin: 0 -1px;
}



.myliste li {
  margin: 5px 0;
}
.linked {
  text-decoration: none;
  color: #333;
}
.linked:hover {
  text-decoration: underline;
}

.tab_about_enfant {
  width: 1370px;
}

.bloc_service {
  margin-top: -10px;
  /* margin-bottom: 86px; */
  text-align: justify;
}

.bloc_actualite {
  /* width: 26%; */
}

.tab_formation {
  width: 800px;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* .bloc_service {
  margin-top: -34px;
  margin-bottom: 44px;
  text-align: justify;
} */

.carousel_phototeque {
  background-color: #f8f9fa;
  width: 656.8px;
  height: 295px;
  border-radius: 15px;
  overflow: hidden;
}


.bloc_actualite_service_agro {
  margin-left: 0px;
  height: 380px;
  width: 230px
}

.bloc_actualite_actualite_agro {
  margin-left: 0px;
  height: 250px;
  width: 230px;
}


.bloc_actualite_service {
  margin-left: 3px;
  height: 500px;
  width: 230px
}


.bloc_actualite_actualite {
  margin-left: 3px;
  height: 250px;
  width: 230px;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.seminaire_formation {
  width: 1041px;
}



.image_menu {
  width: 80%;
}



.container,
.main-layout {
  width: 100vw;
  /* Prend 100% de la largeur de l'écran */
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
}

.circular-menu-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.center-image-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.menu-center-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.menu-items {
  position: relative;
  margin-top: -350px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.menu-item {
  position: relative;
  width: 170px;
  text-align: center;
  pointer-events: auto;
}

.menu-item-etude {
  position: relative;
  width: 180px;
  text-align: center;
  pointer-events: auto;
}

.menu-link {
  display: inline-block;
  /* padding: 8px 0px; */
  /* background-color: rgba(255, 255, 255, 0.9); */
  /* border: 2px solid #FF6600; */
  /* border-radius: 25px; */
  color: #FF6600;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  max-width: 200px;
}

.menu-link:hover {
  background-color: #FF6600;
  color: white;
  transform: scale(1.05);
}

.image-scale {
  /* Modifiez cette valeur pour changer la taille de l'image */
  /* 1 = 100% (taille originale) */
  /* 0.8 = 80% de la taille originale */
  /* 1.2 = 120% de la taille originale */
  scale: 0.8; /* Ajustez cette valeur selon vos besoins */
  transform-origin: center center;
}

/* Positionnement spécifique pour chaque élément */
.item-1 {
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}

.item-2 {
  top: 20%;
  right: 0;
}

.item-3 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.item-4 {
  bottom: 20%;
  right: 0;
}

.item-5 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.item-6 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}