@charset "UTF-8";
main .container {
  width: 1140px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1160px) {
  main .container {
    width: 90vw;
  }
}
main .section1 {
  background-color: #163047;
}
main .section1 .container {
  padding-bottom: 0;
}
main .section1 .fil-ariane a, main .section1 .fil-ariane span {
  color: #EADFCD;
  text-decoration: none;
  font-family: "Averta";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.45px;
}
main .section1 .fil-ariane a:hover {
  text-decoration: underline;
}
main .section1 h1 {
  margin-top: 75px;
  text-align: center;
  color: white;
  margin-bottom: 15px;
}
main .section1 .sub-title-content {
  color: white;
  font-size: 16px;
  text-align: center;
}
main .section1 .informations {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
main .section1 .informations hr {
  width: 2px;
  height: 100px;
  margin-right: 15px;
  border-radius: 25px 25px 0 0;
  background-color: white;
}
main .section1 .informations .informations-content p {
  color: white;
}
@media screen and (max-width: 768px) {
  main .section1 .informations {
    margin-top: 30px;
  }
}
main .section2 .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
main .btn {
  margin-top: 70px;
  margin-bottom: 50px;
}
main .btn svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  main .btn {
    margin-top: 42px;
  }
}
main .partie-1-content {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .partie-1-content {
    flex-direction: column;
  }
}
main .partie-1-content img {
  width: 311px;
  height: 339px;
  object-position: center;
  object-fit: cover;
}
main h2 {
  padding-top: 50px;
  margin-bottom: 20px;
}
main h3 {
  color: #163047;
  font-size: 20px;
  text-transform: none;
  font-weight: normal;
}
main h4 {
  color: #163047;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-transform: none;
  font-weight: bold;
}
main p {
  color: #163047;
  font-family: "Averta";
  letter-spacing: 0.02em;
}
main li {
  color: #163047;
  font-family: "Averta";
  margin-left: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  main li {
    margin-left: 25px;
  }
}
main .section3 {
  background-color: #EADFCD;
}
main .section5 .container {
  padding-top: 90px;
  margin-bottom: 100px;
  background-color: #163047;
}
@media screen and (max-width: 1160px) {
  main .section5 .container {
    width: 100vw;
  }
}
main .section5 .title-form {
  color: #EADFCD;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  main .section5 .title-form {
    line-height: 30px;
  }
}
main .section5 .form {
  width: 700px;
  margin: 0 auto;
}
main .section5 .form hr {
  border-color: #EADFCD;
}
main .section5 .form p {
  color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main .section5 .form p {
    flex-direction: column;
    gap: 5px;
  }
}
main .section5 .form .wpcf7-form-control-wrap {
  width: 480px;
}
@media screen and (max-width: 768px) {
  main .section5 .form .wpcf7-form-control-wrap {
    width: 100%;
  }
}
main .section5 .form input {
  height: 30px;
  border-radius: 15px;
  padding-left: 15px;
  border: none;
  width: 100%;
}
main .section5 .form select {
  height: 30px;
  border-radius: 15px;
  padding-left: 15px;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http:%2F%2Fwww.w3.org%2F2000%2Fsvg' width='14.826' height='14.826' viewBox='0 0 14.826 14.826'><path id='Tracé_12' data-name='Tracé 12' d='M1506.515-1893.513v8.46h8.508' transform='translate(275.063 2411.613) rotate(-45)' fill='none' stroke='%23e52233' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-position-y: center;
  appearance: none;
  background-position-x: 98%;
  width: 100%;
}
main .section5 .form input[type=file] {
  display: none;
}
main .section5 .form .cv {
  display: flex;
  justify-content: space-between;
}
main .section5 .form .cv label {
  align-content: center;
}
@media screen and (max-width: 500px) {
  main .section5 .form .cv {
    flex-direction: column;
    margin-bottom: 30px;
  }
  main .section5 .form .cv p {
    margin-bottom: 0;
  }
}
main .section5 .form .custom-cv-upload {
  width: 170px;
  border-radius: 15px;
  height: 30px;
  cursor: pointer;
  color: #163047;
  font-family: "Averta";
  font-size: 16px;
  border: none;
}
main .section5 .form .custom-cv-upload:hover {
  background-color: #e1e1e1;
}
main .section5 .form #cv-name {
  margin-left: 10px;
  align-content: center;
}
main .section5 .form .lettre {
  display: flex;
  justify-content: space-between;
}
main .section5 .form .lettre label {
  align-content: center;
}
@media screen and (max-width: 500px) {
  main .section5 .form .lettre {
    flex-direction: column;
    margin-bottom: 30px;
  }
  main .section5 .form .lettre p {
    margin-bottom: 0;
  }
}
main .section5 .form .custom-lettre-upload {
  width: 170px;
  border-radius: 15px;
  height: 30px;
  cursor: pointer;
  color: #163047;
  font-family: "Averta";
  font-size: 16px;
  border: none;
}
main .section5 .form .custom-lettre-upload:hover {
  background-color: #e1e1e1;
}
main .section5 .form #lettre-name {
  margin-left: 10px;
  align-content: center;
}
@media screen and (max-width: 768px) {
  main .section5 .form {
    width: 90vw;
  }
}
main .section5 .case p {
  display: flex;
  justify-content: space-between;
}
main .section5 .case input {
  width: 25px;
  height: 25px;
}
main .section5 .case .wpcf7-list-item {
  margin: 0;
}
main .section5 .case .case-text {
  padding-left: 10px;
  text-align: left;
}
main .section5 .valider {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  main .section5 .valider {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
main .section5 .valider p {
  margin: 0;
  flex-direction: row-reverse;
}
main .section5 .valider p .wpcf7-form-control-wrap {
  order: 1;
}
@media screen and (max-width: 768px) {
  main .section5 .valider p {
    flex-direction: column;
  }
}
main .section5 .valider input {
  width: 225px;
  height: 40px;
  border-radius: 20px;
  background-color: #E52233;
  color: white;
  font-family: "Averta";
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
}
main .section5 .valider input:hover {
  background-color: #9c1a1a;
}
main .section5 .wpcf7-acceptance {
  display: flex;
  align-items: center;
}
main .section5 .wpcf7-acceptance label {
  display: flex;
}
main .section5 .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
main .section5 .wpcf7-acceptance:hover .wpcf7-list-item-label:before {
  cursor: pointer;
}
main .section5 .case .wpcf7-form-control-wrap {
  width: unset;
}
