@charset "UTF-8";
@font-face {
  font-family: "chillax";
  src: url("../fonts/Chillax-Regular.otf");
}
@font-face {
  font-family: "chillax-medium";
  src: url("../fonts/Chillax-Medium.otf");
}
@font-face {
  font-family: "OpenS-Light";
  src: url("../fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: "OpenS";
  src: url("../fonts/OpenSans-Regular.ttf");
}
/* Reset css */
*,
::before,
::after {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  text-decoration: none;
  list-style: none;
  color: inherit;
}

header {
  padding: 1% 8%;
  color: white;
  background-color: #1D5C58;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}

header > a:nth-child(2) {
  display: none;
}

header nav ul {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}

header nav ul li {
  font-size: 16px !important;
  text-align: center;
  margin-left: 25px;
}

header nav ul:last-child > li > a,
header nav ul:nth-last-child(n-2) > li > a {
  font-family: "chillax" !important;
}

@media only screen and (max-width: 800px) {
  header {
    padding: 1% 2%;
    justify-content: space-around;
  }
  header nav ul {
    font-size: 10px;
    flex-direction: column;
    justify-content: start;
    text-align: left;
    margin-left: 10px;
  }
  header nav ul li {
    text-align: start;
    margin-left: 0;
  }
  header > a:first-child {
    display: none;
  }
  header > a:nth-child(2) {
    display: inline;
  }
}
@media only screen and (max-width: 420px) {
  header nav ul {
    margin-left: 30px;
  }
}
header nav ul li:hover {
  border-bottom: 1px solid white;
  border-radius: 2px;
}

header img.muew-logo {
  max-width: 150px;
}

header > a {
  text-align: left;
  width: 20%;
}

/* changement de langue */
div.deroulant {
  display: flex;
  text-align: center;
  width: 30px;
  height: 25px;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}

div.deroulant img {
  padding-left: 5px;
  padding-top: 10px;
}

.langage {
  color: white;
}

.langage > div {
  transition: 400ms;
  opacity: 0;
  background-color: #1D5C58;
  border-radius: 8px;
  padding: 5px;
}

.deroulant:hover div {
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  div.deroulant {
    width: 45px;
  }
}
/* btn CTA */
div.btn-CTA {
  z-index: 3;
  display: flex;
  position: fixed;
  right: 0;
  top: 80%;
  flex-direction: row;
  float: right;
  clear: right;
  background-color: #1D5C58;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

div.btn-CTA a {
  color: white;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

div.btn-CTA a p {
  margin-left: 5px;
}

footer {
  z-index: 4;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2% 8%;
  color: white;
  background-color: #1D5C58;
}

footer > div > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  float: right;
  clear: right;
}

footer > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer > div > ul > li,
footer > div p {
  padding-bottom: 10px;
}

footer > ul li {
  padding-right: 10px;
}

footer > div > div img.footer-logo {
  margin: auto;
  padding-bottom: 20px;
}

footer div.align {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

footer div.align p {
  padding: 0;
}

footer div.align img {
  display: flex;
  float: right;
}

footer > ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

@media only screen and (max-width: 750px) {
  footer {
    padding: 2% 4% !important;
    font-size: smaller !important;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  footer > div {
    display: flex;
    flex-direction: column;
  }
  footer > div > div.deroulant {
    display: flex;
    justify-content: flex-end;
  }
  div.deroulant > div > div {
    display: flex;
    flex-direction: column;
  }
  footer > div > * {
    width: 100% !important;
  }
  footer img {
    display: flex;
    float: right;
    clear: right;
  }
  footer > div {
    margin-bottom: 20px !important;
  }
  footer > div > div {
    align-items: flex-start;
  }
  footer > div > div img.footer-logo {
    margin: 0 !important;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  footer > * {
    font-size: 12px !important;
  }
}
html {
  margin: 0 !important;
  font-family: "OpenS-Light";
  font-size: 16px;
  font-weight: lighter;
  scroll-behavior: smooth;
}

header {
  font-size: 16px;
}

h1,
h2,
h3 {
  font-family: "chillax-medium";
}

h1 {
  font-size: 48px;
  line-height: 118%;
}

h2 {
  font-size: 32px;
  line-height: 44.8px;
}

h3 {
  font-size: 24px;
  line-height: 33.6px;
}

p {
  font-size: 16px;
  font-family: "OpenS-Light";
  line-height: 139%;
}

article a,
footer a,
button,
input::placeholder {
  font-size: 18px;
  text-align: center;
  font-family: "chillax-medium";
}

footer {
  font-size: 12px;
  font-family: "chillax";
}
footer .footer-menu {
  font-family: "chillax-medium";
  font-size: 20px;
}

@media screen and (max-width: 880px) {
  html,
  article a,
  div a,
  footer a,
  button {
    font-size: 14px;
  }
  h1,
  h2,
  h3,
  header,
  footer {
    font-size: 20px;
  }
}
/* page mentions légales */
.s2_ment {
  margin: 5% 8%;
}

.s2_ment p {
  max-width: 80%;
  margin-bottom: 10px;
}

.s2_ment a {
  color: #1D5C58;
}

article {
  padding: 1% 8%;
}

.landing h1 {
  padding: 2% 0;
}

.top > div > p {
  padding: 10px 0;
  font-size: 20px !important;
}

.landing > a {
  width: 100%;
  display: flex;
  justify-content: center;
}

.landing div.top {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.landing lottie-player {
  width: 920px;
  z-index: -2;
}

@media screen and (max-width: 1000px) {
  .landing h1,
  .activity h2 {
    font-size: 24px;
  }
  .landing div.top {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .landing lottie-player {
    width: 380px;
  }
}
.landing div div ul {
  margin-left: 15px;
}

.landing div div li {
  list-style: disc;
  margin: 5px 0 5px 25px;
}

.activity h2 {
  text-align: center;
  padding-bottom: 20px;
}

.grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .landing div div ul {
    margin-left: 0;
  }
  .grid {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .grid-art {
    margin-bottom: 50px;
  }
  .activity div.grid .grid-art img {
    padding: 10px;
  }
}
.grid .grid-art {
  text-align: center;
  height: 440px;
}

@media screen and (max-width: 880px) {
  .grid .grid-art {
    height: 458px !important;
  }
}
.grid .grid-art p {
  padding: 0 24px;
  margin-bottom: 30px;
}

.activity div.grid .grid-art {
  position: relative;
  border: 1px solid #1D5C58;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 340px;
}

.activity div.grid .grid-art img {
  padding: 50px;
  max-width: 100%;
}

.activity .grid-art a {
  border-radius: 8px;
  padding: 13px 25px;
  position: absolute;
  margin: auto;
  bottom: -24px;
  left: 95px;
  background-color: white;
  color: #1D5C58;
}

.activity .grid-art a:hover {
  border: 1px solid #1D5C58;
  border-radius: 8px;
  background-color: white;
}

@media screen and (max-width: 880px) {
  .grid .grid-art a {
    left: 65px !important;
  }
}
/* presentation creatrice */
article.line {
  background-image: url("../images/line.svg");
  background-repeat: no-repeat;
  padding: 0;
  margin-top: 142px;
  display: flex;
  justify-content: right;
}

@media only screen and (max-width: 1200px) {
  article.line {
    margin-top: 0;
    background-image: none;
  }
}
article div.creator {
  color: white;
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  background-color: #1D5C58;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  text-align: left;
  width: 80%;
  align-items: center;
}

article div.creator img {
  padding: 2%;
  width: 30%;
  object-fit: contain;
}

article div.portrait {
  margin: 2% 4% 2% 2%;
  width: 100%;
}

.home .portrait h3 {
  padding: 20px 0;
}

.home .portrait p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  article div.creator {
    width: 100%;
    border-top: 1px solid #1D5C58;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    border-bottom-left-radius: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 20px 0;
    padding: 20px 4%;
  }
  article div.creator img {
    width: 60%;
    object-fit: contain;
  }
}
.home div.portrait a {
  border-radius: 8px;
  padding: 10px 25px;
  color: #1D5C58;
  background-color: white;
}

.home div.portrait a:hover {
  color: white;
  background-color: #1D5C58;
  border: solid 1px white;
}

/* ---------------------- témoignages ---------------------- */
article.temoignages h2 {
  margin: 132px auto 144px auto;
  text-align: center;
}

.carousel {
  margin-top: 0;
  margin-bottom: 80px;
  color: #000000;
}

.carousel-cell {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  width: 690px;
  height: 300px;
  margin: 36px 200px 63px 0;
  border-radius: 15px;
  border: 1px solid;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 0 3%;
  background-color: #FFFFFF;
  z-index: 200;
}

.carousel-cell h3 {
  width: fit-content;
  margin: 0 auto;
}

.carousel-cell:before {
  display: block;
  content: "";
}

.quotes-U {
  width: 65px;
  height: 48px;
  position: absolute;
  left: -40px;
  top: -30px;
  z-index: 1;
}

.quotes-D {
  width: 65px;
  height: 48px;
  position: absolute;
  right: -40px;
  bottom: -30px;
  z-index: 1;
}

@media only screen and (max-width: 1080px) {
  article.temoignages {
    padding: 1% 4%;
  }
  article.temoignages h2 {
    margin: 20px auto;
  }
  .carousel-cell {
    width: 590px;
    height: 300px;
    font-size: 14px;
    margin: 36px 100px 63px 0;
  }
}
@media only screen and (max-width: 780px) {
  .carousel-cell {
    width: 390px;
    height: 400px;
    font-size: 14px;
    margin: 36px 100px 63px 0;
  }
}
@media only screen and (max-width: 580px) {
  .carousel-cell {
    width: 300px;
    height: 470px;
    font-size: 14px;
    margin: 22px 60px 43px 0;
  }
}
.wrap {
  padding: 0px 10%;
  font-family: "OpenS-Light";
  font-size: 20px;
}

/** ----------------SECTION 1-------------- **/
.s1_acc {
  margin-top: 5%;
  text-align: center;
}

.s1_acc article {
  margin: 3% 0;
}

.s1_acc h1 {
  padding: 0 10%;
  margin: auto;
}

.s1_acc p {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 880px) {
  .s1_acc article {
    margin: 2% 0;
  }
  .s1_acc h1 {
    padding: 0 5%;
    margin: auto;
  }
  .s1_acc p {
    width: 100%;
    margin: auto;
  }
}
/** ---------------SECTION 2----------------- **/
.s2_acc {
  margin: 3% 0;
}

.trait {
  display: block;
  left: 12px;
  width: 1px;
  border-radius: 8%;
  height: 100px;
  background-color: #1D5C58;
  position: absolute;
}

.rond {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}

.s2_acc article {
  display: flex;
  position: relative;
}

.s2_acc h2 {
  margin: 3% 0 7% 0;
  text-align: center;
}

@media screen and (max-width: 880px) {
  .s2_acc {
    margin: 2% 0;
  }
  .s2_acc h2 {
    margin: 2% 0 2% 0;
  }
}
/* --------------LISTE-----------------*/
.s2_acc ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s2_acc li {
  display: flex;
  align-items: center;
  gap: 10%;
  margin-bottom: 25px;
}

.s1_form {
  text-align: center;
}

.s1_form article {
  margin: 5% 0;
}

@media screen and (max-width: 880px) {
  .s1_form article {
    margin: 2% 0;
  }
  .s2_acc li {
    gap: 5%;
  }
}
/** ------------SECTION 2-------- **/
.s2_form {
  margin: 10% 0;
  background-color: #1D5C58;
  border-radius: 270px;
  /*pour que ce soit rond et pas oval*/
  color: white;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10%;
  text-align: center;
}

.s2_form article {
  align-items: center;
}

.s2_form ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.s2_form li {
  justify-content: space-between;
  gap: 3%;
  text-align: center;
  margin: 0 4%;
}

@media screen and (max-width: 880px) {
  .s1_acc,
  .s2_acc,
  .s2_form,
  .s3_form {
    padding: 0 8%;
  }
  div.wrap {
    padding: 0;
  }
  .s2_form {
    border: 0;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    gap: 0;
    margin: 3% 0;
    padding: 0 2%;
    width: 100%;
  }
  .s2_form ul {
    display: flex;
    flex-direction: column;
    margin: 3% 0;
  }
  .s2_form ul li {
    list-style: disc;
  }
  .s2_form img {
    width: 70%;
  }
}
/*----------------------SECTION 3 --------------------------*/
.s3_form {
  text-align: center;
  margin: 5% 0;
}

.s3_form article:nth-child(2) {
  padding: 0 17%;
  margin: 5% 0;
}

.s3_form article:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

@media screen and (max-width: 880px) {
  .s3_form {
    margin: 2% 0;
  }
  .s3_form article:nth-child(2) {
    padding: 0 8%;
    margin: 2% 0;
  }
}
article.profile {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}

article.profile > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  justify-content: center;
}

article.profile > div h1 {
  padding-bottom: 20px;
  font-size: 32px;
  font-family: "chillax";
}

article.profile img {
  width: 100%;
  height: 100%;
}

article.profile > div p {
  width: 80%;
}

@media screen and (max-width: 1050px) {
  article.profile img {
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
  }
  article.profile {
    display: flex;
    flex-direction: column;
  }
  article.profile > div {
    align-items: center;
    margin: 0;
  }
  article.profile > div p {
    width: 100%;
  }
}
a#scroll-down {
  width: 100%;
  display: flex;
  justify-content: center;
}

article.value h2 {
  text-align: center;
  padding: 60px 0;
}
article.value div > h3 {
  padding: 20px 0;
}
article.value div > p {
  display: flex;
  align-items: center;
  margin: 30px;
}

@media screen and (max-width: 880px) {
  article.value div p {
    margin: 10px 5px;
  }
  article.value h2 {
    padding: 20px;
  }
}
.formulaire h2 {
  text-align: center;
  margin: 100px 0;
}

.rdv {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 50%;
  padding: 15px;
  height: 100px;
  margin: auto;
  background-color: #1D5C58;
  border-radius: 100px;
  color: #FFFFFF;
}

.rdv p {
  width: 50%;
  text-align: center;
}

.rdv > a {
  color: #1D5C58;
  margin: 5px;
  padding: 5px;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rdv > a > img {
  padding: 0 10px;
}

@media screen and (max-width: 800px) {
  .formulaire h2 {
    margin: 40px 0;
  }
  .rdv {
    border-radius: 30px;
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .rdv p {
    width: 100%;
    text-align: center;
  }
}
/* ------------Formulaire------------ */
.formulaire2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: auto !important;
  padding: 1% 8% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  width: 280px !important;
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  border: 1px solid !important;
  border-radius: 15px !important;
  max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: auto !important;
  font-size: 18px !important;
  font-family: "chillax-medium" !important;
  color: #FFFFFF !important;
  background-color: #1D5C58 !important;
  border-radius: 8px !important;
  margin-top: 8px !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 800px) {
  .formulaire2 {
    width: 100% !important;
    margin: auto !important;
    padding: 1% 2%;
  }
  .form-desc {
    width: 100%;
    margin: 0 2%;
    display: grid;
    justify-content: center;
  }
}
div.error404 {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=app.css.map */
