@charset "UTF-8";
main {
  /*
  .section4 {
    background-color: $beige;
    padding: 80px 0;

    .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;

      .title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 80px;

        .text {
          width: 670px;
          @include mobile {
            width: 90vw;
          }

          p {
            font-size: 16px;
            color: $blue;
            margin-top: 25px;
            letter-spacing: 0;
          }
        }
      }

      .types-communication {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        margin-bottom: 55px;
        @media screen and (max-width: 900px) {
          gap: 25px;
        }

        .type {
          width: 240px;

          p {
            margin-top: 15px;
            color: $blue;
            font-size: 18px;
            letter-spacing: 0;
            font-weight: 600;
          }
        }
      }

      .lien {
        a {
          text-decoration: none;
          color: $beige;
          background-color: $blue;
          padding: 10px 18px;
          border-radius: 30px;
          font-family: $Averta;
          font-size: 16px;
          font-weight: 600;

          &:hover {
            background-color: #1a3b57;
          }
        }
      }
    }
  }

   */
}
main .section1 {
  height: 470px;
  position: relative;
}
main .section1 .fondsection {
  position: absolute;
  width: 100%;
  height: 100%;
}
main .section1 .fondsection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
main .section1 .content {
  position: relative;
}
main .section1 .content .fil {
  padding-top: 20px;
  color: #163047;
  font-size: 14px;
  font-family: "Averta";
}
main .section1 .content .fil a {
  color: #163047;
  text-decoration: none;
}
main .section1 .content .fil a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main .section1 .content .fil {
    font-size: 12px;
  }
}
main .section1 .content .center {
  padding-top: 132px;
  width: 100%;
  height: 100%;
}
main .section1 .content .center .title {
  max-width: 578px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .title {
    max-width: 100%;
  }
}
main .section1 .content .center .text {
  color: #163047;
  font-family: "Averta";
  font-size: 16px;
  max-width: 590px;
  margin: 15px auto;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .text {
    max-width: 100%;
    font-size: 14px;
  }
}
main .section1 .content .center .links {
  padding-bottom: 59px;
  width: 590px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .links {
    width: 100%;
  }
}
main .section1 .content .center .links .link a {
  padding: 8px 20px;
  background-color: #E52233;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  font-family: "Averta";
  text-decoration: none;
  border-radius: 15px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
main .section1 .content .center .links .link a:hover {
  background-color: #fff;
  color: #E52233;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .links .link a {
    font-size: 12px;
  }
}
main .section2 .container {
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dashed #163047;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  main .section2 .container {
    gap: 15px;
    padding: 15px 0;
    text-align: center;
    height: unset;
  }
}
main .section2 .container .address-name {
  color: #E52233;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
main .section2 .container .adress, main .section2 .container .phone {
  color: #163047;
  font-size: 20px;
  font-weight: bold;
}
main .section2 .container .phone a {
  text-decoration: none;
  color: #163047;
}
main .section2 .container .phone a:hover {
  text-decoration: underline;
}
main .section3 {
  margin-bottom: 90px;
}
main .section3 .container .title-container {
  margin-bottom: 60px;
}
main .section3 .container .title-container h2 {
  color: #E52233;
  margin-bottom: 15px;
}
main .section3 .container .title-container p {
  color: #163047;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  main .section3 .container .title-container p {
    width: 90vw;
    margin: 0 auto;
  }
}
main .section3 .container .transports {
  display: flex;
  justify-content: space-between;
}
main .section3 .container .transports .left-part .intitule-transport {
  width: 350px;
  display: flex;
  justify-content: space-between;
  background-color: #163047;
  align-items: center;
  border-radius: 17px;
  padding: 18px 10px 18px 20px;
  cursor: pointer;
  margin-bottom: 25px;
  transition: background-color 0.3s, transform 0.3s;
}
@media screen and (max-width: 400px) {
  main .section3 .container .transports .left-part .intitule-transport {
    width: unset;
  }
}
main .section3 .container .transports .left-part .intitule-transport p {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
main .section3 .container .transports .left-part .intitule-transport:hover {
  background-color: #E52233;
  transform: translateX(30px);
}
main .section3 .container .transports .left-part .intitule-transport.active {
  background-color: #E52233;
  transform: translateX(30px);
}
@media screen and (max-width: 400px) {
  main .section3 .container .transports .left-part .intitule-transport.active {
    transform: translateX(15px);
  }
}
main .section3 .container .transports .right-part {
  width: 600px;
  padding-left: 20px;
  scroll-margin-top: 50px;
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  main .section3 .container .transports .right-part {
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  main .section3 .container .transports .right-part {
    width: 390px;
  }
}
main .section3 .container .transports .right-part .texte-transport h3 {
  font-size: 20px;
  color: #163047;
  font-weight: normal;
  text-transform: unset;
  margin-bottom: 17px;
  margin-top: 44px;
}
main .section3 .container .transports .right-part .texte-transport h3 strong {
  font-weight: bold;
}
main .section3 .container .transports .right-part .texte-transport h3:first-child {
  margin-top: 0;
}
main .section3 .container .transports .right-part .texte-transport ul {
  margin-left: 60px;
}
main .section3 .container .transports .right-part .texte-transport ul li {
  color: #163047;
  margin-top: 8px;
  font-family: "Averta";
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main .section3 .container .transports {
    flex-direction: column;
  }
  main .section3 .container .transports .left-part {
    align-self: center;
  }
  main .section3 .container .transports .right-part {
    width: 90vw;
    padding-left: 0;
    align-self: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  main .section3 .container .transports .left-part {
    width: 90vw;
  }
}
main .section5 {
  margin-top: 100px;
}
main .section5 .container {
  padding-top: 90px;
  margin-bottom: 100px;
  padding-bottom: 90px;
  background-color: #163047;
}
@media screen and (max-width: 1160px) {
  main .section5 .container {
    width: 100vw;
  }
}
main .section5 .title-form {
  text-align: center;
  color: #EADFCD;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 70px;
}
@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;
}
main .section5 form p label {
  align-content: center;
}
@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 {
  min-height: 30px;
  border-radius: 15px;
  padding-left: 15px;
  border: none;
  width: 100%;
}
main .section5 form textarea {
  height: 280px;
  resize: none;
  width: 480px;
  border-radius: 15px;
  padding: 15px;
  border: none;
}
@media screen and (max-width: 768px) {
  main .section5 form textarea {
    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%;
}
main .section5 form .part-10 p {
  align-items: start;
}
main .section5 form .part-10 input {
  text-align: left;
  height: 280px;
}
@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;
  padding: 0;
  cursor: pointer;
}
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 .section6 {
  background-color: #E52233;
  margin-bottom: 80px;
}
main .section6 .container {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .section6 .container {
    height: unset;
    text-align: center;
    padding: 15px 0;
    gap: 15px;
  }
}
main .section6 .container h2 {
  color: white;
}
main .section6 .container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 4px 14px;
  border: 2px solid white;
  border-radius: 17px;
}
main .section6 .container a p {
  margin-left: 7px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}
