@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;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.background_image {
  background-image: url(../Annexe/AnnexeV2/qui_sommes_nous_2025.jpg);
  width: 100%;
  height: 375px;
  background-size: cover;
  background-position: center;
}

.flex-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 50px;
  margin-right: 10vw;
}
.flex-form .flex-mission {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-form .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-form .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);
}
.flex-form .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-form .flex-mission .form-css {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  border-style: none none none dotted;
  border-width: 10px;
  border-color: orange;
  padding-left: 20px;
}
.flex-form .flex-mission .form-css .title {
  font-family: Arial, Helvetica, sans-serif;
  color: #215ea8;
  font-size: 30px;
  padding-bottom: 20px;
}
.flex-form .flex-mission .form-css .texte {
  background-color: #348fff;
  border: none;
  height: 30px;
  width: 400px;
  margin-bottom: 10px;
  color: white;
}

#hover-submit:hover {
  background-color: #62a6f9;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .flex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0px;
  }
  .flex-form .flex-mission {
    margin-right: 100px;
  }
}
@media screen and (max-width: 750px) {
  .flex-form .flex-mission {
    margin-right: 0px;
    padding-top: 20px;
  }
  .flex-form .flex-mission .flex-mission2 {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .flex-form .flex-mission .form-css .title {
    font-size: 25px;
  }
  .flex-form .flex-mission .form-css .texte {
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .flex-form .flex-mission .form-css .title {
    font-size: 20px;
  }
  .flex-form .flex-mission .form-css .texte {
    width: 200px;
  }
}
@media screen and (max-width: 250px) {
  .flex-form {
    -webkit-box-align: none;
        -ms-flex-align: none;
            align-items: none;
  }
}