*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  border: none;
  background-color: transparent;
}

a {
  color: black;
  text-decoration: none;
}

body {
  margin: auto;
  max-width: 1400px;
}

h1 {
  font-size: 30px;
  font-family: "Lora", sans-serif;
}

h2 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 18px;
  font-family: "Dosis", sans-serif;
}

header {
  height: 123px;
  display: flex;
  justify-content: space-between;
}
header img {
  height: 100%;
}
header .container-title-header {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 25px 0 15px;
}
header .container-title-header p {
  font-family: "Moon Dance", sans-serif;
}

.nav-cabinet button {
  width: 50%;
  height: 50px;
  float: left;
  color: white;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.nav-cabinet .btn-mouliherne {
  background-color: #4b7bec;
}
.nav-cabinet .btn-la_varenne {
  background-color: #8854d0;
}
.nav-cabinet .btn-mouliherne:hover {
  background-color: #8854d0;
  text-decoration: underline;
}
.nav-cabinet .btn-la_varenne:hover {
  background-color: #4b7bec;
  text-decoration: underline;
}

.sect-cabinet {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 40px;
  row-gap: 25px;
  display: none;
}
.sect-cabinet h2 {
  margin-top: 20px;
}
.sect-cabinet p {
  width: 50%;
  margin: auto;
}
.sect-cabinet .container-img-map {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-top: 20px;
}
.sect-cabinet .container-img-map img {
  width: 50%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 2px 10px #b2b2b2;
}
.sect-cabinet .container-img-map iframe {
  width: 50%;
  height: 300px;
  border-radius: 30px;
}
.sect-cabinet a {
  height: 40px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin: 20px auto 0;
  transition: 0.5s;
}
.sect-cabinet a:hover {
  transform: scale(1.1);
}

.sect-mouliherne {
  background-color: #4b7bec;
}
.sect-mouliherne a {
  border: double 6px #4b7bec;
  color: #4b7bec;
}

.sect-la_varenne {
  background-color: #8854d0;
}
.sect-la_varenne a {
  border: double 6px #8854d0;
  color: #8854d0;
}

.presentation {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 150px;
       column-gap: 150px;
  padding: 70px;
  margin: auto;
}
.presentation .welcome {
  width: 50%;
  row-gap: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.presentation .welcome span {
  line-height: 35px;
}
.presentation .img-benjamin {
  width: 170px;
  height: 260px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 2px 10px #b2b2b2;
}
.presentation .img-benjamin img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sect-tech-philo {
  width: 80%;
  margin: 100px auto;
  display: flex;
  text-align: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sect-tech-philo div {
  display: flex;
  flex-direction: column;
  border: double 8px white;
  position: relative;
  padding: 30px 80px;
  color: white;
  row-gap: 25px;
}
.sect-tech-philo .technique {
  background-color: #4b7bec;
  border-radius: 30px 0 0 30px;
  border-right: none;
}
.sect-tech-philo .philosophie {
  background-color: #8854d0;
  border-radius: 0 30px 30px 0;
  border-left: none;
}
.sect-tech-philo .technique::after,
.sect-tech-philo .philosophie::before {
  content: "";
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  display: none;
}
.sect-tech-philo .technique::after {
  background: linear-gradient(-145deg, #4b7bec 12px, transparent 0%), linear-gradient(145deg, #4b7bec 12px, transparent 0%);
  background-size: 24px;
  bottom: -24px;
}
.sect-tech-philo .philosophie::before {
  top: -24px;
  background: linear-gradient(-145deg, transparent 24px, #8854d0 50%), linear-gradient(145deg, transparent 24px, #8854d0 50%);
  background-size: 24px;
  background-position-x: 12px;
}

.sect-parcours-savoir {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 70px;
  margin: 200px 0 100px 15%;
}
.sect-parcours-savoir div {
  width: calc(50% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 35px;
}
.sect-parcours-savoir .container-img {
  height: 260px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 10px #b2b2b2;
}
.sect-parcours-savoir img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.array-horaire {
  padding: 100px 0;
}
.array-horaire table {
  text-align: center;
  border-collapse: collapse;
  background-color: #4b7bec;
  border-radius: 50px 50px 20px 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px #b2b2b2;
  color: white;
  margin: auto;
}
.array-horaire table .title-array {
  font-size: 30px;
  border: none;
}
.array-horaire table th,
.array-horaire table td {
  border-top: solid 1px white;
  padding: 15px 50px;
  font-size: 20px;
}
.array-horaire table .mauve-horaire {
  background-color: #8854d0;
}
.array-horaire .honoraires {
  width: 30%;
  height: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #8854d0;
  border: double 8px white;
  border-radius: 40px;
  margin: 100px auto 50px;
  box-shadow: 0 2px 10px #b2b2b2;
  color: white;
}

.find-us {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 40px;
  padding: 0 50px 50px;
  margin: auto;
}
.find-us p {
  text-align: justify;
}
.find-us .container-btn-cabinet {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}
.find-us .container-btn-cabinet div {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.find-us .container-btn-cabinet div h3 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.find-us .container-btn-cabinet div a {
  border-radius: 20px;
  padding: 10px 20px;
  white-space: nowrap;
}
.find-us .container-btn-cabinet div .link-mouliherne {
  color: #4b7bec;
  border: double 8px #4b7bec;
}
.find-us .container-btn-cabinet div .link-la_varenne {
  color: #8854d0;
  background-color: white;
  border: double 8px #8854d0;
}
.find-us .container-btn-cabinet div .link-mouliherne:hover {
  color: white;
  border: double 8px white;
  background-color: #4b7bec;
}
.find-us .container-btn-cabinet div .link-la_varenne:hover {
  color: white;
  border: double 8px white;
  background-color: #8854d0;
}

.more-info {
  width: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: solid 2px #4b7bec;
  margin: 100px auto 150px;
  padding: 30px 5%;
  row-gap: 30px;
}
.more-info a {
  width: 120px;
  display: flex;
  align-items: center;
  background-color: #8854d0;
  border: double 6px white;
  border-radius: 25px;
  padding: 10px 15px;
  transition: 0.5s;
  margin: auto;
}
.more-info a img {
  height: 20px;
}
.more-info a:hover {
  transform: scale(1.2);
}

footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #3868d6;
  color: white;
  margin: 0 50px;
  padding: 40px;
  row-gap: 20px;
}
footer a {
  color: white;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 20px;
  }
  .sect-cabinet p {
    width: 90%;
  }
  .sect-cabinet .container-img-map {
    flex-direction: column;
    row-gap: 50px;
  }
  .sect-cabinet .container-img-map img, .sect-cabinet .container-img-map iframe {
    width: 80%;
    margin: auto;
  }
  .sect-cabinet a {
    margin: 40px auto;
  }
  .presentation {
    width: unset;
    width: 90%;
    padding: 70px 0;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .presentation .img-benjamin {
    margin: 30px 0 0 20px;
  }
  .sect-tech-philo {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .sect-tech-philo div {
    padding: 30px;
  }
  .sect-parcours-savoir {
    width: unset;
    -moz-column-gap: 50px;
         column-gap: 50px;
    justify-content: space-around;
    margin: 200px 7% 100px;
  }
  .sect-parcours-savoir .container-parcours .container-savoir {
    width: unset;
    height: 325px;
    margin: auto;
  }
  .sect-parcours-savoir .container-parcours {
    width: 320px;
  }
  .sect-parcours-savoir .container-savoir {
    width: 280px;
  }
  .sect-parcours-savoir .container-img {
    width: 70%;
    margin: auto;
  }
  .array-horaire .honoraires {
    width: 50%;
  }
  .find-us {
    width: 80%;
  }
  .more-info {
    width: 60%;
  }
  footer {
    margin: unset;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
  header {
    height: 85px;
    position: relative;
  }
  header .container-title-header {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  header p {
    font-weight: 500;
  }
  .nav-cabinet button {
    height: 40px;
    font-size: 18px;
  }
  .sect-cabinet p {
    width: 100%;
  }
  .sect-cabinet .container-img-map {
    flex-direction: column;
    row-gap: 40px;
  }
  .sect-cabinet .container-img-map img, .sect-cabinet .container-img-map iframe {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    margin: auto;
  }
  .sect-cabinet .container-img-map iframe {
    border-radius: unset;
  }
  .sect-cabinet .container-img-map img {
    height: 150px;
  }
  .sect-cabinet a {
    margin-bottom: 20px;
  }
  .presentation {
    padding: unset;
    padding: 70px 0 50px;
  }
  .presentation .welcome {
    width: 100%;
  }
  .presentation .img-benjamin {
    display: none;
  }
  .sect-tech-philo {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .sect-tech-philo div {
    padding: 30px 20px;
  }
  .sect-tech-philo .technique {
    border-radius: 30px 30px 0 0;
    border: double 8px white;
    border-bottom: none;
  }
  .sect-tech-philo .philosophie {
    border-radius: 0 0 30px 30px;
    border: double 8px white;
    border-top: none;
  }
  .sect-tech-philo .technique::after,
  .sect-tech-philo .philosophie::before {
    display: flex;
  }
  .sect-parcours-savoir {
    flex-direction: column;
    gap: unset;
    row-gap: 25px;
    margin: auto;
  }
  .sect-parcours-savoir div {
    width: 100%;
    row-gap: 15px;
  }
  .sect-parcours-savoir .container-img {
    height: 150px;
  }
  .sect-parcours-savoir .container-parcours {
    margin-bottom: 30px;
  }
  .sect-parcours-savoir .container-savoir {
    order: 4;
  }
  .array-horaire {
    padding: 100px 0;
  }
  .array-horaire table {
    border-radius: 10px;
  }
  .array-horaire table .title-array {
    font-size: 25px;
  }
  .array-horaire table th,
  .array-horaire table td {
    width: 120px;
    padding: 10px 0;
    font-size: 16px;
  }
  .array-horaire .honoraires {
    width: 80%;
    margin: 50px auto;
  }
  .find-us {
    width: 90%;
    padding: 0 20px 50px;
  }
  .find-us .container-btn-cabinet {
    padding: 20px 0;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .find-us .container-btn-cabinet div {
    row-gap: 20px;
  }
  .find-us .container-btn-cabinet div h3 {
    font-size: 16px;
  }
  .find-us .container-btn-cabinet div a {
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
  }
  .more-info {
    width: 80%;
  }
  footer {
    margin: unset;
    row-gap: 10px;
    padding: 25px;
  }
}/*# sourceMappingURL=main.css.map */