@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@300;400;500;700;900&family=Roboto+Flex:wght@200;300;600;900&family=Alfa+Slab+One&display=swap");
@font-face {
  font-family: "charmelya";
  src: url("fonts/charmelya.woff2") format("woff2"), url("fonts/charmelya.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 65px;
  background: #dde1e7;
  overflow-x: hidden !important;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: normal;
  color: rgb(16, 94, 127);
}

.container {
  border-radius: 5px;
  background: #fff;
  max-width: 1280px;
  margin: auto;
  box-shadow: 3px 3px 7px rgba(70, 70, 70, 0.12);
}

[data-feed-main-container-id=taboola-below-other-thumbnails][data-feed-container-num] {
  width: calc(100% - 330px);
}

input[type=text], input[type=email] {
  border-radius: 3px;
  font-family: "Roboto Flex", sans-serif;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(244, 144, 159);
}
@keyframes headDown {
  from {
    top: -900px;
  }
  to {
    top: 150px;
  }
}
@keyframes headUp {
  from {
    top: 150px;
  }
  to {
    top: -900px;
  }
}
@keyframes footerUp {
  from {
    top: 110vh;
  }
  to {
    top: 70vh;
  }
}
@keyframes footerDown {
  from {
    top: 70vh;
  }
  to {
    top: 110vh;
  }
}
/* Animation de la carte */
@keyframes appearTiltCard {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    transform: perspective(5cm) rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: perspective(5cm) rotateY(5deg);
  }
}
/* Animation de l’ombre */
@keyframes appearTiltShadow {
  0% {
    opacity: 0;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  40% {
    opacity: 1;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  100% {
    opacity: 1;
    left: 1.5rem;
    height: calc(var(--w) + var(--w) / 40 + var(--w) / 1.7);
    transform: perspective(5cm) rotateY(-2deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
#contact-us {
  background: #efefef;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(64, 75, 85, 0.5);
  font-family: "Roboto Flex", sans-serif;
  padding-bottom: 3rem;
}
#contact-us h1 {
  width: 100%;
  margin-bottom: 10px;
  z-index: 20;
  line-height: 60px;
  background: rgb(64, 75, 85);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 100;
  padding-left: 1rem;
  border-radius: 4px 4px 0 0;
}

#contact-form {
  --width:470px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: var(--width);
  margin: auto;
}
#contact-form .website {
  display: none;
}
#contact-form label {
  text-align: right;
  width: 90px;
  color: white;
  display: inline-block;
  background: rgb(137, 102, 143);
  font-size: 1.4rem;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  margin: 5px 5px 5px 10%;
  padding: 5px 10px;
  border: 1px solid rgb(137, 102, 143);
  border-radius: 3px;
  vertical-align: top;
}
#contact-form label:last-of-type {
  align-self: flex-start;
}
#contact-form input {
  margin: 5px 0;
  width: calc(var(--width) * 0.62);
}
#contact-form input:not([type=file]) {
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid rgb(16, 94, 127);
  font-size: 1.4rem;
}
#contact-form input:not([type=file]):focus {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
#contact-form textarea {
  width: calc(var(--width) * 0.62);
  min-height: 300px;
  margin: 5px 0;
  padding: 5px 10px;
  border: 1px solid rgb(16, 94, 127);
  border-radius: 3px;
  font-size: 1.4rem;
}
#contact-form textarea:focus {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  border: 1px solid white;
}
#contact-form button {
  display: block;
  padding: 0.35rem 1rem;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: white;
  background: rgb(244, 144, 159);
  border: none;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
  margin-left: 145px;
}
#contact-form button:hover {
  background-color: rgb(244, 144, 159);
}

section {
  box-shadow: 0 0 0.25rem rgba(64, 75, 85, 0.5);
  border-bottom: 1px solid white;
}
section:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
section:nth-of-type(1) a {
  margin: 0 1rem;
  font-size: 1.7rem;
}
section h2 {
  width: 100%;
  font-size: 3rem;
  font-weight: 500;
  color: rgba(64, 75, 85, 0.5);
  text-transform: uppercase;
}
section img {
  width: 100px;
}
section article {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
section article a {
  display: block;
  padding: 0.35rem 1rem;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: white;
  background: rgb(16, 94, 127);
  border: none;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "Roboto Flex", sans-serif;
  margin: 5px;
  font-size: 1.3rem;
  flex: 1;
  overflow: hidden;
}
section article a:hover {
  background-color: rgb(64, 75, 85);
}
section article a.green {
  display: block;
  padding: 0.35rem 1rem;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: white;
  background: rgb(156, 207, 38);
  border: none;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.3rem;
  margin: 5px;
}
section article a.green:hover {
  background-color: rgb(64, 75, 85);
}
section article a.green span {
  background: rgba(64, 75, 85, 0.5);
}
section article a span {
  display: inline-block;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.35rem 1rem;
  margin-top: -0.35rem;
  margin-bottom: -0.35rem;
  margin-right: -1rem;
  min-width: 25%;
}

@media screen and (max-width: 768px) {
  #contact-us {
    width: 95%;
  }
}/*# sourceMappingURL=contact.css.map */