@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  padding-top: 70px;
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Lato', sans-serif !important;
}

* li {
  text-align: justify;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  height: 70px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.897);
  top: 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header p {
  font-size: 22px;
  font-weight: bold;
}

header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: black;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

header ul li {
  list-style: none;
  font-size: 17px;
  font-weight: 600;
}

header ul li:nth-child(2) {
  display: none;
}

header ul li a {
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

header ul li a:hover {
  background-color: #f54e4e;
  color: white;
}

h1 {
  margin: auto;
  color: white;
  font-size: clamp(50px, 7vh, 70px);
  text-align: center;
}

article {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article section {
  width: 1000px;
  max-width: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

article section h2 {
  font-size: 40px;
  margin-top: 0;
}

article section p {
  font-size: 18px;
  text-align: justify;
}

article section .btn {
  padding: 19px 56px 16px !important;
  font-size: 20px;
}

article section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

article section ul li {
  list-style: none;
}

article section ul li a {
  font-size: 22px;
  color: black;
  text-decoration: none;
}

article section ul li:before {
  content: '✓';
  color: #f54e4e;
  font-size: 30px;
  padding-right: 12px;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f54e4e;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.question p {
  color: white;
  font-size: 28px;
  font-weight: 500;
}

.question .btn {
  background-color: white;
  color: black;
  padding: 20px;
  font-size: 18px;
}

.question .btn:hover {
  background-color: #f1eded;
}

.banner {
  background-image: url(../asset/nantes.jpg), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(87, 87, 87, 0.5)));
  background-image: url(../asset/nantes.jpg), linear-gradient(rgba(0, 0, 0, 0.5), rgba(87, 87, 87, 0.5));
  background-blend-mode: overlay;
  width: 100vw;
  height: calc(70vh - 110px);
  background-size: cover;
  background-attachment: fixed;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex a:hover {
  text-decoration: underline;
}

.second {
  background-color: #ffc7c7;
}

.grey {
  background-color: #f3f3f3;
}

footer {
  background-color: black;
  color: white;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer a {
  color: white;
  text-decoration: none;
}

footer p {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

footer .mention {
  border: solid 1px white;
}

footer .mention:hover {
  background-color: white;
}

footer .mention:hover a {
  color: black;
}

footer .mention a {
  padding: 15px;
  display: block;
}

@media screen and (max-width: 700px) {
  h2 {
    font-size: 25px !important;
  }
  h1 {
    font-size: 30px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question p {
    text-align: center;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }
  article {
    padding: 25px;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .wrapper .card {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-content > div {
    width: 100% !important;
  }
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info a {
    gap: 0px;
  }
  header {
    padding: 10px;
  }
  header p {
    display: none;
  }
  header a {
    font-size: 13px !important;
    text-align: center;
  }
  header ul li:nth-child(2) {
    display: block;
  }
  header ul li:nth-child(2) svg {
    font-size: 22px;
    position: absolute;
    padding-left: 4px;
  }
  header ul li:nth-child(1) {
    display: none;
  }
  header ul li a:hover {
    background-color: white;
    color: black;
  }
  ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
}

.btn {
  background-color: #f54e4e;
  text-decoration: none;
  color: white;
  font-size: 15px;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold !important;
  -webkit-transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
  transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn:hover {
  background-color: #da2c2c;
}

#map {
  max-width: calc(100vw - 40px) !important;
  border: solid 1px #d1d1d1 !important;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card {
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  width: 200px;
  height: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.card p {
  text-align: center;
  color: black;
  text-decoration: none;
  font-size: 22px;
}

.contact h1 {
  margin-top: 30px;
  color: black !important;
  font-size: 38px;
}

.contact .location {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-decoration: none;
}

.contact .info a svg {
  font-size: 50px;
  color: #f54e4e;
}

.contact .info a p {
  font-size: 13px;
  color: black;
  font-weight: 600;
  text-align: center;
  min-width: 200px;
  max-width: 200px;
}

.contact form {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact form .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.contact form .form-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  gap: 20px;
}

.contact form .form-content div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.contact form .form-content div span input {
  border: none;
  border-bottom: solid 1px black;
  outline: none !important;
  height: 30px;
  font-size: 20px;
}

.contact form .form-content div span input:hover, .contact form .form-content div span input:focus {
  border-bottom: solid 1px #f54e4e;
}

.contact form .form-content div span textarea {
  height: 200px;
}

.contact form .center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.contact form .btn {
  border: none;
}

.mentionlegal {
  padding: 20px;
  max-width: 1000px;
  margin: auto;
}

.mentionlegal * {
  text-align: justify;
}

.mentionlegal h1 {
  color: black;
  font-size: 40px;
  color: #f54e4e;
}
/*# sourceMappingURL=index.css.map */