@charset "UTF-8";
/* Propriétés générales */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,400;0,700;1,500&display=swap");
header {
  padding: 2rem;
  background-color: #c9ada7;
  /* a remplacer par $color-skin*/
  margin-bottom: 2rem;
}

.header__logo {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

.logo {
  width: 15%;
}

.header__nav--flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

nav {
  width: 100%;
  margin: 0 auto;
}
nav ul {
  list-style-type: none;
}
nav ul::after {
  content: "";
  display: table;
  clear: both;
}
nav ul li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
nav li {
  display: inline-block;
}
nav li a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #22223b;
  /* a remplacer par $color-blue3*/
  border-bottom: 2px solid transparent;
}
nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #9a8c98;
  /* a remplacer par $color-violet*/
  color: #4a4e69;
  /* a remplacer par $color-blue1*/
}

nav > ul li:hover .nav__ul--sous {
  display: block;
}

.nav__ul--sous {
  display: none;
  box-shadow: 0px 1px 2px #ccc;
  background-color: #f2e9e4;
  /* a remplacer par $color-bg*/
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.nav__ul--sous li {
  float: none;
  width: 100%;
  text-align: left;
}
.nav__ul--sous a {
  padding: 0.5rem 1rem;
  border-bottom: none;
}
.nav__ul--sous a:hover {
  border-bottom: none;
  background-color: rgba(200, 200, 200, 0.1);
  color: #4a4e69;
  /* a remplacer par $color-blue1*/
}

.nav__li--deroulant > a::after {
  content: " ▼";
  font-size: 0.8rem;
}

#section2 {
  font-style: 300;
}

.newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.flex-apropos {
  display: flex;
  flex-wrap: nowrap;
  margin: 1rem auto;
}
.flex-apropos--bg {
  background-color: #c9ada7;
  width: 100%;
  height: 15vh;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-family: "Shadows Into Light", cursive;
}
.flex-apropos__card {
  width: 100%;
  justify-content: space-between;
}
.flex-apropos__card--size {
  width: 32%;
}

.img__card {
  width: 15%;
  border-radius: 50%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cards__liste {
  width: 23%;
  text-align: center;
  margin-bottom: 2rem;
}
.cards__elem {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.cards__image {
  border-radius: 20px;
  transition: all 0.5s ease;
}
.cards__image:hover {
  transform: rotate(-15deg);
}
.cards__title3 {
  font-size: 1.5rem;
  color: #14141d;
}
.cards__title4 {
  font-size: 1.2rem;
  color: #525278;
  opacity: 1;
  transform: scale(0.8);
  color: #383858;
}
.cards i {
  color: #525278;
}

@media screen and (max-width: 1200px) {
  .cards__liste {
    width: 33%;
  }
}
@media screen and (max-width: 960px) {
  .cards__liste {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .cards__liste {
    width: 100%;
  }
}
#section6 {
  width: 100%;
}

.contacts__legend {
  margin: 0 0 0.5rem 1.5rem;
}

.contacts {
  height: 75vh;
  width: 100%;
  position: relative;
}

.contacts__map {
  height: 75vh;
  width: 100%;
  padding: 1rem;
  position: relative;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.contacts__form {
  background-color: #c9ada7;
  position: absolute;
  top: 125px;
  left: 53%;
  right: 7%;
}

.contacts__title {
  margin: 0 0 0.5rem 1.5rem;
}

label {
  display: none;
}

input:focus,
textarea:focus {
  border: 2px solid #383858;
  outline: none;
}

.contacts__txtInput, .contacts__txtMail, .contacts__txtArea {
  width: 40%;
  height: 2rem;
  color: #383858;
  border: 1px solid #383858;
  border-radius: 0.5rem;
  outline: none;
  margin-bottom: 1.3rem;
  padding: 1.3rem;
  margin-left: 1.3rem;
  background: url(../images/ep_naturalwhite.png);
  caret-color: #14141d;
}

.contacts__txtMail, .contacts__txtArea {
  width: 85%;
}

.contacts__txtArea {
  height: 20%;
  resize: none;
  overflow: auto;
}

@media screen and (max-width: 960px) {
  .contacts__txtInput, .contacts__txtMail, .contacts__txtArea {
    display: flex;
    width: 75%;
    bottom: 150px;
    height: 5vh;
  }

  .contacts__form {
    top: 125px;
    bottom: 32px;
    left: 53%;
    right: 7%;
  }

  .btn-form {
    width: 50%;
    margin: 0 auto;
    margin: 0 0 1rem 1.3rem;
    font-size: 1.5rem;
    padding: 0 6rem;
  }
}
@media screen and (max-width: 950px) {
  .contacts__title {
    font-size: 1.3rem;
  }

  .btn-form {
    width: 57%;
    margin: 0 auto;
    margin: 0 0 1rem 1.3rem;
    font-size: 1.5rem;
    padding: 0 6rem;
  }
}
#image-grid1 {
  grid-area: img1;
  width: 100%;
  margin: 10px 10px 10px 0px;
}

#image-grid2 {
  grid-area: img2;
  width: 100%;
  margin-bottom: -10px;
  margin: 10px 10px 10px 10px;
}

#image-grid3 {
  grid-area: img3;
  width: 100%;
  margin: 0px 10px 25px 10px;
}

#image-grid4 {
  grid-area: img4;
  width: 100%;
  margin: 0px 10px 10px 20px;
}

#image-grid5 {
  grid-area: img5;
  width: 100%;
  margin-bottom: -10px;
  margin: 10px 10px 10px 20px;
}

#image-grid6 {
  grid-area: img6;
  width: 100%;
  margin: 10px 10px 10px 30px;
}

.section-grid {
  display: grid;
  width: 97.5%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . img2 img2 img2 img2 img2 img2 . . . ." "img1 img1 img1 img2 img2 img2 img2 img2 img2 img5 img5 . ." "img1 img1 img1 img2 img2 img2 img2 img2 img2 img5 img5 img6 img6" "img1 img1 img1 img3 img3 img4 img4 img4 img4 img4 img4 img6 img6" ". . . img3 img3 img4 img4 img4 img4 img4 img4 img6 img6" ". . . . . img4 img4 img4 img4 img4 img4 . .";
  text-align: center;
}

.statistique {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5%;
  margin-bottom: 5%;
  flex-direction: row;
}
.statistique img {
  width: 33%;
}

.statistique__text {
  width: 60%;
}
.statistique__text h3 {
  margin-top: 5%;
  margin-bottom: 2%;
}

.statistique__text--important {
  font-family: "Mali", cursive;
  font-weight: 900;
  font-size: 150%;
  margin-bottom: -2%;
}

.statistique__text--flex {
  display: flex;
}

@media screen and (max-width: 500px) {
  .statistique {
    flex-direction: column;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  background-color: #f2e9e4;
  /* a remplacer par $color-bg*/
  color: #14141d;
  /* a remplacer par $color-text*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mali", cursive;
  /* a remplacer par $font-title*/
  font-weight: 500;
  color: #22223b;
}

h1 {
  font-weight: 700;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

hr {
  width: 90%;
  max-width: 1200px;
  border: 1px solid #c9ada7;
  /* a remplacer par $color-skin*/
  margin: 20px auto;
}

.btn, .btn-form, .btn-stat {
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #383858;
  /* a remplacer par $color-blue2*/
  color: #f2e9e4;
  /* a remplacer par $color-bg*/
}
.btn:hover, .btn-form:hover, .btn-stat:hover {
  background-color: #9a8c98;
  /* a remplacer par $color-violet*/
}

.btn-stat {
  margin: 0.5rem 0;
}

.btn-form {
  margin: 0 0 1rem 1.3rem;
  font-size: 1.5rem;
}
.btn-form:hover {
  cursor: pointer;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.banniere {
  border: 2px solid #9a8c98;
  /* a remplacer par $color-violet*/
  overflow: hidden;
  margin-bottom: 2rem;
}

.banniere__images {
  display: flex;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-name: carousselImages;
          animation-name: carousselImages;
  height: 30vh;
  width: 100%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes carousselImages {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(-80px);
  }
  75% {
    transform: translateX(-160px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes carousselImages {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(-80px);
  }
  75% {
    transform: translateX(-160px);
  }
  100% {
    transform: translateX(0px);
  }
}
.cards {
  display: flex;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
}
.footer__nav a {
  text-decoration: none;
  color: #14141d;
  margin: 2% 0% 2% 0%;
}

.footer__logo {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.reseauInfos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.reseauInfos p {
  width: 450%;
}

.footer--background {
  background-color: #c9ada7;
  padding: 3% 0% 3% 0%;
}

.reseauInfos__rejoindre--flex {
  display: flex;
  align-items: center;
}
.reseauInfos__rejoindre--flex a {
  color: #14141d;
  width: 8rem;
}

.reseauInfos__rejoindre {
  display: flex;
  width: 29%;
}

.reseauInfos__sociaux {
  display: flex;
  justify-content: center;
}
.reseauInfos__sociaux img {
  width: 10%;
  height: 50%;
  margin: 1%;
}

@media screen and (max-width: 1050px) {
  .reseauInfos__rejoindre {
    flex-direction: column;
  }
}
/*# sourceMappingURL=styles.css.map */