@charset "UTF-8";
/* imports de fichier */
/* On applique des élément sur l'ensemble du code*/
* {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
  border-radius: 20px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
}

.background_image {
  background-image: url(../Annexe/AnnexeV2/qui_sommes_nous_2025.jpg);
  width: 100%;
  height: 375px;
  background-size: cover;
  background-position: center;
}

.article-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-mission .box_mission {
/*  width: 100%; */
  width: 90%;
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.article-mission .box_mission .text_mission {
  color: #333;
}
.article-mission .box_mission .text_mission h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.article-mission .box_mission .text_mission p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.titre_orga {
  color: #2a4f99;
  text-align: center;
  font-size: 200%;
  text-decoration: none;
}

.organigramme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.organigramme .organigramme_1stline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.organigramme .organigramme_1stline div {
  margin: 2em;
  max-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.organigramme .organigramme_1stline div:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.organigramme .organigramme_2sdline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.organigramme .organigramme_2sdline div {
  margin: 2em;
  max-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.organigramme .organigramme_2sdline div:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.organigramme .organigramme_3rdline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.organigramme .organigramme_3rdline div {
  margin: 2em;
  max-width: 150px;
}
.organigramme .qualite {
  font-size: 80%;
  color: rgb(205, 3, 3);
}
.organigramme .nom {
  font-size: 90%;
  color: #2a4f99;
}

.flex-mission {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-mission .flex-mission2 {
  border: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-mission .flex-mission2 .test {
  margin-right: 20px;
  padding-right: 10px;
  margin-left: -65px;
  width: 100px;
  height: 100px;
  background-color: orange;
  -webkit-clip-path: polygon(57% 0, 100% 50%, 57% 100%, 47% 100%, 79% 50%, 47% 0);
          clip-path: polygon(57% 0, 100% 50%, 57% 100%, 47% 100%, 79% 50%, 47% 0);
}
.flex-mission .flex-mission2 .test2 {
  padding-right: 10px;
  width: 100px;
  height: 100px;
  background-color: rgb(255, 191, 72);
  -webkit-clip-path: polygon(57% 0, 100% 50%, 57% 100%, 47% 100%, 79% 50%, 47% 0);
          clip-path: polygon(57% 0, 100% 50%, 57% 100%, 47% 100%, 79% 50%, 47% 0);
}

.article-mission {
  margin-top: 50px;
  border-style: none none none dotted;
  border-width: 10px;
  border-color: orange;
  padding-left: 20px;
}

@media screen and (max-width: 700px) {
  .flex-mission .flex-mission2 {
    display: none;
  }
  .flex-mission .article-mission {
    margin-top: 0;
    border-style: none;
    border-width: 0;
    border-color: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 560px) {
  header .titrePage {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .organigramme .organigramme_2sdline {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 350px) {
  .titre_orga {
    font-size: 150%;
    margin-top: 30px;
  }
}