@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: rgb(15, 36, 3);
}
header img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 20%;
     object-position: 0% 20%;
}
header .titre {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
header .titre img {
  width: 130px;
  position: relative;
  top: 5px;
  margin-top: 30px;
  animation: logoanime 2s both;
}
header .titre h2 {
  position: relative;
  font-family: "Sacramento", cursive;
  font-size: 4em;
  font-weight: 400;
  margin-top: 0px;
  padding-top: 0;
  margin-bottom: 50px;
  opacity: 0;
}
header nav {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 1.1em;
  padding-bottom: 10px;
  padding-top: 10px;
  background: rgb(236, 251, 197);
}
header nav a {
  color: rgb(35, 58, 18);
  padding: 2px 15px;
  margin-bottom: 0px;
}
header nav .bloc-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header nav .bloc-menu:hover a, header nav .bloc-menu--actif a {
  color: rgb(120, 62, 128);
}
header nav .bloc-menu:hover .border, header nav .bloc-menu--actif .border {
  transform: scaleX(1);
}
header nav .border {
  width: 90%;
  height: 3px;
  background: rgb(177, 214, 85);
  transform: scaleX(0);
  transition: transform 0.7s;
}

.nav_tel {
  display: none;
}

header::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(249, 255, 238, 0.082);
}

@keyframes logoanime {
  from {
    transform: scale(1.7) translateY(30px);
    opacity: 0.5;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@media screen and (max-device-width: 720px) {
  header .titre img {
    width: 90px;
  }
  header .titre h2 {
    font-size: 2.5em;
  }
  .nav_pc {
    transform: scaleY(0);
    flex-direction: column;
    transform-origin: bottom;
    transition: transform 0.7s ease-in;
  }
  .nav_pc_dn {
    display: none;
  }
  header nav .border {
    width: 50%;
    margin-bottom: 20px;
  }
  .nav_tel {
    display: flex;
  }
  .nav_tel i {
    position: relative;
    font-size: 1.3em;
    color: rgb(97, 58, 27);
    top: 3px;
    padding-right: 10px;
  }
  .nav_tel--active {
    transform: scaleY(1);
    flex-direction: column;
  }
  .nav_tel--active a {
    font-size: 1.2em;
  }
}
footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
footer .footer_bloc {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
footer .footer_bloc img {
  width: 100px;
}
footer .bg_img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer h2, footer h3 {
  margin: 0;
  padding-bottom: 20px;
}
footer h2 {
  font-family: "Sacramento", cursive;
  font-weight: lighter;
  font-size: 3em;
}
footer h2, footer h3, footer p, footer a {
  color: rgb(248, 255, 229);
}
footer p {
  margin: 10px;
}
footer a {
  font-size: 1em;
}
footer a:hover {
  color: rgb(255, 213, 124);
}
footer .lienRes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
}
footer .footer_res {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .footer_res a {
  text-decoration: none;
}
footer .footer_res i {
  font-size: 1.4em;
  margin: 15px;
}
footer .footer_res__yt {
  display: flex;
}
footer .footer_tel {
  font-size: 1.3em;
}

.ud {
  position: absolute;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.ud p {
  color: rgba(250, 244, 210, 0.534);
  margin-left: 5px;
  margin-right: 0;
}
.ud i {
  color: rgba(255, 246, 235, 0.548);
}
.ud a {
  color: rgba(250, 233, 210, 0.719);
}

footer::after {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(117, 76, 30, 0.815);
}

@media screen and (max-device-width: 720px) {
  footer {
    flex-direction: column;
  }
  footer .footer_res {
    align-items: center;
    margin-bottom: 30px;
  }
  footer .footer_res i {
    margin-left: 0;
  }
}
body, html {
  margin: 0;
  padding: 0;
  font-family: "Baloo Chettan 2", cursive;
  font-size: 1.1em;
  background: rgb(248, 255, 229);
  text-align: justify;
}

p, ul, label, select {
  color: rgb(82, 63, 28);
}

a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}

h1 {
  text-align: center;
  font-family: "Indie Flower", cursive;
  font-weight: 500;
  font-size: 2.5em;
  color: rgb(69, 117, 41);
}

h2, h3, h4 {
  text-align: center;
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-size: 2.2em;
  color: rgb(82, 63, 28);
}

.lien {
  font-weight: bolder;
  color: rgb(93, 158, 55);
  cursor: pointer;
}

.lien:hover {
  color: rgb(121, 206, 72);
}

.main {
  width: 50%;
  margin: auto;
}
.main strong {
  font-weight: 900;
  color: green;
  font-size: 1.1em;
}

.main_large {
  width: 70%;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .main {
    width: 70%;
  }
  .main_large {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .main {
    width: 80%;
  }
  .main_large {
    width: 90%;
  }
}
@media screen and (max-device-width: 720px) {
  body {
    font-size: 0.9em;
  }
  .main {
    width: 90%;
    margin: 0;
    margin: auto;
  }
}
strong {
  font-weight: bold !important;
  color: rgb(21, 21, 21);
  font-size: 1.1;
}

.bloc_bouton {
  display: flex;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  top: 5px;
  background: rgba(248, 255, 229, 0.911);
  z-index: 999;
}

.grosBouton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  margin: 20px;
  margin-bottom: 5px;
  width: 200px;
  height: 50px;
  text-align: center;
  border-radius: 15px;
  font-size: 1.1em;
  border: solid rgb(141, 187, 115) 3px;
  color: rgb(93, 158, 56);
  transition: padding 0.3s;
  cursor: pointer;
}
.grosBouton--small {
  position: relative;
  padding: 7px;
}
.grosBouton--active {
  background: linear-gradient(to right, rgb(93, 158, 56), rgb(176, 194, 72));
  color: white;
  border: none;
}
.grosBouton:hover {
  box-shadow: 3px 5px 9px rgba(70, 70, 70, 0.301);
}
.grosBouton:active {
  box-shadow: none;
}

@media screen and (max-device-width: 720px) {
  .grosBouton {
    padding: 20px 0;
    margin: 10px 0;
    width: 30%;
    font-size: 1em;
  }
  .grosBouton--small {
    padding: 3px 0;
  }
  .bloc_bouton {
    justify-content: space-around;
  }
}
.boutonEnd {
  margin: 30px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  cursor: pointer;
  transition: all 1s;
}
.boutonEnd p {
  color: white;
  padding: 0 20px;
}
.boutonEnd::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  background: rgb(93, 158, 56);
  border-radius: 30px;
}

.boutonEnd:hover::after {
  background: rgb(111, 189, 67);
  animation: animeBouton 0.4s ease-out both;
}

@keyframes animeBouton {
  0% {
    transform: scaleY(1);
  }
  30% {
    transform: scaleY(1.1);
  }
  70% {
    transform: scaleY(0.9);
  }
  100% {
    transform: scaleY(1);
  }
}
.just {
  text-align: justify;
}

.image {
  position: relative;
  z-index: 1;
}
.image img {
  width: 100%;
  border: 3px solid rgb(46, 26, 4);
}
.image::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  background: rgba(199, 104, 2, 0.349);
  transform: rotateZ(10deg);
}

.lienPage {
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
.lienPage:hover {
  color: rgb(52, 122, 43);
}

.imgConteneur {
  overflow: hidden;
}

.space {
  height: 30px;
}

.txt_center {
  text-align: center;
}

.txt_important {
  font-size: 1.1em;
}

.txt_plus {
  font-size: 1.2em;
  font-weight: bolder;
}

.font_plus {
  font-size: 1.2em;
}

.distance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.distance h3 {
  width: 100%;
  color: rgba(134, 103, 47, 0.787);
}
.distance__bloc {
  margin: 10px 0;
  width: 300px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.distance__bloc p {
  font-size: 1.05em;
}
.distance__bloc i {
  font-size: 3em;
  color: rgba(134, 104, 47, 0.733);
}

.tarif {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tarif__txt {
  background: rgba(255, 238, 192, 0.863);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.7s;
}
.tarif__txt h4 {
  color: rgba(134, 103, 47, 0.787);
  margin-bottom: 0;
  margin-top: 10px;
}
.tarif__txt p {
  font-size: 1.2em;
  text-align: center;
}
.tarif__txt__inner {
  display: flex;
}
.tarif__txt__inner div {
  margin: 30px;
  margin-top: 0;
}
.tarif__txt__inner li {
  font-size: 1.1em;
}

.tarif--parent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tarif--parent p {
  font-size: 1.1em;
}
.tarif--parent ul {
  font-size: 1.1em;
}

.comeLeft {
  animation: comeleftt 0.7s both;
}

.comeRight {
  animation: comerightt 0.7s 0.5s both;
}

@keyframes comeleftt {
  from {
    opacity: 0.3;
    transform: translateX(-120px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes comerightt {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media screen and (max-device-width: 720px) {
  .tarif__txt__inner {
    flex-direction: column;
  }
}
.fx_atelier {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(0.25turn, transparent, rgba(255, 190, 246, 0.3843137255), transparent);
  z-index: 1;
  animation: fxatelier 1s both ease-out;
}

@keyframes fxatelier {
  from {
    transform: translateX(300px) translateY(800px) scaleY(2.5) rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateX(-350px) translateY(-800px) scaleY(2.5) rotate(45deg);
    opacity: 1;
  }
}
.ado_image1 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.parent_image1 img {
  border-radius: 110px 0;
}

.ado_blocPk {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  background: rgba(255, 238, 192, 0.863);
  margin-top: 70px;
  padding-bottom: 50px;
}
.ado_blocPk h2 {
  width: 100%;
}
.ado_blocPk__left, .ado_blocPk__right {
  width: 40%;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.ado_blocPk__left p, .ado_blocPk__right p {
  font-size: 1.1em;
}
.ado_blocPk img {
  position: absolute;
  bottom: -300px;
  width: 400px;
  max-width: 100%;
  border: 3px solid rgb(46, 26, 4);
}

.ado_spaceI1 {
  height: 330px;
}

.ado_blocStress {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ado_blocStress h2 {
  width: 100%;
  margin-bottom: 70px;
  font-size: 2.5em;
}
.ado_blocStress__image {
  width: 550px;
  position: relative;
  z-index: 1;
}
.ado_blocStress__image img {
  width: 100%;
  border: 3px solid rgb(46, 26, 4);
}
.ado_blocStress__image::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  background: rgba(199, 104, 2, 0.349);
  transform: rotateZ(10deg);
}
.ado_blocStress__txt {
  width: 30%;
  min-width: 400px;
  margin-left: 15px;
}
.ado_blocStress__txt p {
  text-align: center;
}
.ado_blocStress__yt {
  margin-top: 70px;
}

.parent_blocStress {
  margin-top: 70px;
}
.parent_blocStress__image {
  width: 450px;
}
.parent_blocStress__txt {
  margin-left: 50px;
}

.rite_img1 {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 550px;
  max-width: 90%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.rite_img1 img {
  width: 100%;
  border-radius: 3px;
}
.rite_img1--bg {
  position: absolute;
  top: -40px;
  bottom: -40px;
  right: -40px;
  left: -40px;
  content: "";
  z-index: 2;
  background: rgba(255, 116, 3, 0.26);
  border-radius: 50%;
  filter: blur(5px);
  animation: imgrot infinite alternate 30s linear;
}

.rite_blocPk {
  flex-direction: column;
  align-items: center;
}

.rituel_pratique {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.rituel_pratique h3 {
  width: 100%;
}
.rituel_pratique__txt {
  text-align: center;
}
.rituel_pratique__img {
  height: 500px;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.rituel_pratique__img img {
  width: auto;
  height: 100%;
  border: 3px solid rgb(46, 26, 4);
}

.visioAnime {
  animation: visioanime 0.7s both;
}

@keyframes visioanime {
  from {
    opacity: 0.5;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes imgrot {
  0% {
    transform: translate(-300px, 300px) scale(0.1);
  }
  50% {
    transform: translate(0, -300px) scale(0.4);
  }
  100% {
    transform: translate(300px, 300px) scale(0.1);
  }
}
@media screen and (max-device-width: 720px) {
  .ado_image1 {
    width: 90%;
  }
  .ado_image1 img {
    width: 100%;
  }
  .ado_blocPk h2 {
    font-size: 2em;
  }
  .ado_blocPk__left, .ado_blocPk__right {
    width: 95%;
    min-width: 0;
  }
  .ado_blocPk__left p, .ado_blocPk__right p {
    font-size: 1em;
  }
  .ado_blocPk img {
    width: 90%;
  }
  .ado_blocStress {
    overflow: hidden;
  }
  .ado_blocStress__image {
    width: 70%;
  }
  .ado_blocStress__txt {
    min-width: 0;
    margin-left: 0;
    width: 95%;
  }
  .ado_blocStress__yt {
    margin-top: 0;
  }
  .rituel_pratique {
    overflow: hidden;
  }
  .rituel_pratique h3 {
    width: 80%;
  }
  .rituel_pratique__img {
    width: 80%;
    height: 300px;
  }
  .rituel_pratique__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bulles {
  margin: auto;
  width: 800px;
  height: 1200px;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -90px;
}
.bulles_bloc {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bulles_blocB {
  display: flex;
  flex-direction: column;
}
.bulles_bloc:first-of-type {
  position: relative;
  align-items: flex-end;
  top: 110px;
}
.bulles_bloc:last-of-type {
  justify-content: center;
  align-items: flex-start;
  position: relative;
  bottom: 110px;
}
.bulles_elem {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 300px;
  height: 300px;
  background: url("../images/bg_vert.jpg");
  margin: 20px 5px;
  border-radius: 50%;
  text-align: center;
}
.bulles_elem p {
  color: rgb(248, 255, 229);
  padding: 5px;
}
.bulles_elem::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(56, 114, 22, 0.856);
  border-radius: 50%;
  z-index: -1;
}
.bulles_elem--main {
  width: 200px;
  height: 200px;
  margin: 20px 5px;
  border-radius: 50%;
  border: solid 3px rgb(41, 144, 58);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bulles_elem--main p {
  color: rgb(41, 144, 58);
}

@keyframes bulle {
  from {
    transform: translateY(-700px) scale(0) rotate(0);
  }
  to {
    transform: translateY(0) scale(1) rotate(1turn);
  }
}
.scolaire_bloc1 {
  margin: 100px 0;
}
.scolaire_bloc1__img {
  width: 300px;
  margin-right: 50px;
}

.scolaire_bloc2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scolaire_img2 {
  width: 700px;
  margin: auto;
  margin-top: 90px;
  margin-bottom: 90px;
  max-width: 90%;
}

.bulles--tel {
  display: none;
}

@media screen and (max-width: 800px) {
  .bulles {
    display: none;
  }
  .bulles--tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-top: 30px;
    padding: 20px 0;
    overflow: hidden;
    background: url("../images/bg_vert.jpg");
  }
  .bulles--tel h3 {
    font-size: 1.7em;
  }
  .bulles--tel ul, .bulles--tel h3 {
    color: rgb(248, 255, 229);
  }
  .bulles--tel li {
    padding-right: 7px;
  }
  .bulles--tel::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(48, 97, 19, 0.89);
    z-index: -1;
  }
}
.scolaire_bloc4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.scolaire_bloc4 h4 {
  width: 100%;
}
.scolaire_bloc4__txt {
  width: 450px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scolaire_bloc4__img {
  width: 400px;
  margin: 70px 0px;
  margin-left: 50px;
  max-width: 80%;
}

.tarif_scolaire {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tarif_scolaire__form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tarif_scolaire__form select {
  font-family: inherit;
  margin-right: 20px;
  margin-left: 20px;
  font-size: inherit;
  background: transparent;
  padding: 3px 7px;
  outline: none;
  border: 2px solid rgba(83, 43, 0, 0.466);
  border-radius: 5px;
}

@media screen and (max-device-width: 720px) {
  .scolaire_bloc1 {
    flex-direction: column-reverse;
    align-items: center;
    margin: 20px 0;
  }
  .scolaire_bloc1 p {
    margin-bottom: 50px;
  }
  .scolaire_bloc4__img {
    margin-left: 0;
  }
}
.bloc_citation {
  width: 900px;
  max-width: 90%;
  height: 450px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}
.bloc_citation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc_citation__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc_citation__txt p {
  width: 300px;
  padding: 20px 30px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 248, 220, 0.692);
}

.groupe_bloc1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.groupe_bloc1__txt {
  width: 40%;
  min-width: 500px;
  text-align: center;
}
.groupe_bloc1__img {
  margin-top: 90px;
  margin-bottom: 90px;
  width: 400px;
}

.groupe_bloc2 {
  background: rgb(80, 144, 69);
  display: flex;
  justify-content: center;
}
.groupe_bloc2 p {
  text-align: center;
  font-size: 1.1em;
  color: rgb(248, 255, 229);
}

.groupe_bloc3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.groupe_bloc3__bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px;
  width: 350px;
}
.groupe_bloc3__bloc i {
  font-size: 4em;
  color: rgba(126, 97, 43, 0.596);
}
.groupe_bloc3__bloc p {
  text-align: center;
}

.groupe_bloc4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.groupe_bloc4__bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 500px;
  margin: 30px;
  overflow: hidden;
}
.groupe_bloc4__bloc h3, .groupe_bloc4__bloc h4 {
  z-index: 2;
  color: ivory;
  padding: 30px 20px;
  margin: 0;
}
.groupe_bloc4__bloc h3 {
  margin-top: 100px;
}
.groupe_bloc4__bloc h4 {
  margin-bottom: 130px;
}
.groupe_bloc4__bloc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
}
.groupe_bloc4__bloc::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  content: "";
  background: rgba(23, 71, 28, 0.657);
  border-radius: 20px;
}
.groupe_bloc4__border {
  position: relative;
  z-index: 1;
  width: 70%;
  height: 3px;
  background: rgb(107, 155, 11);
}
.groupe_bloc4__bouton {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  background: rgb(107, 155, 11);
  border-radius: 35px;
}
.groupe_bloc4__bouton p {
  color: white;
  padding: 0 30px;
}
.groupe_bloc4__bouton:hover {
  background: rgb(51, 75, 8);
  cursor: pointer;
}
.groupe_bloc4__bouton:hover p {
  color: rgb(153, 204, 50);
}

.groupe_bloc5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  background: rgba(72, 131, 44, 0.253);
  z-index: 9;
  height: 100%;
}
.groupe_bloc5__body {
  background: rgb(248, 255, 229);
  width: 60%;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.groupe_bloc5__img {
  height: 550px;
  max-width: 70%;
  margin: auto;
  margin-top: 90px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
.groupe_bloc5__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.groupe_bloc5__citation {
  width: 500px;
  margin: auto;
  margin-bottom: 70px;
}
.groupe_bloc5__citation p {
  text-align: center;
}
.groupe_bloc5 p, .groupe_bloc5 ul {
  width: 80%;
  margin: auto;
}
.groupe_bloc5__pk {
  background: rgba(255, 238, 192, 0.863);
  padding-bottom: 30px;
}
.groupe_bloc5__pk p {
  text-align: center;
}
.groupe_bloc5__fermer {
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
  font-weight: bolder;
}
.groupe_bloc5__fermer:hover {
  cursor: pointer;
  color: rgb(131, 105, 22);
}
.groupe_bloc5__fermerbis {
  text-align: end;
  position: relative;
  right: -30px;
  top: 20px;
  cursor: pointer;
}
.groupe_bloc5__fermerbis p {
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 1500px) {
  .groupe_bloc5__body {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .groupe_bloc5__body {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .groupe_bloc5__body {
    width: 90%;
  }
}
@media screen and (max-device-width: 720px) {
  .groupe_bloc1 {
    width: 100%;
    overflow: hidden;
  }
  .groupe_bloc1__txt {
    min-width: 0;
    width: 90%;
  }
  .groupe_bloc1__img {
    width: 80%;
  }
  .groupe_bloc4__bloc {
    width: 95%;
    margin: 30px 0;
  }
  .groupe_bloc4__bloc h3 {
    margin-top: 0;
  }
  .groupe_bloc4__bloc h4 {
    padding-bottom: 0;
  }
  .groupe_bloc5 {
    overflow-x: hidden;
  }
  .groupe_bloc5 h2 {
    font-size: 1.7em;
    max-width: 90%;
    margin: auto;
  }
  .groupe_bloc5__body {
    width: 95%;
  }
  .groupe_bloc5__img {
    max-width: 90%;
    height: 350px;
  }
  .groupe_bloc5__citation {
    width: 90%;
  }
  .groupe_bloc5 p, .groupe_bloc5 ul {
    width: 95%;
  }
  .groupe_bloc5__fermerbis {
    right: 10px;
    top: 10px;
  }
  .groupe_bloc5__fermer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.ecole_bloc1 {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.ecole_bloc1 img {
  width: 500px;
  max-width: 80%;
  border-radius: 50% 50% 79% 21%/50% 38% 62% 50%;
  box-shadow: 3px 3px 3px rgba(56, 56, 56, 0.329), 15px 10px 30px rgba(222, 255, 180, 0.397);
}

.ecole_bloc2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.ecole_bloc2 p {
  width: 70%;
}
.ecole_bloc2__article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(101, 136, 49);
  background: rgba(178, 216, 121, 0.3);
  text-align: center;
}
.ecole_bloc2__article p {
  color: rgb(101, 136, 49);
}
.ecole_bloc2__article i {
  font-size: 4em;
  padding-top: 15px;
}
.ecole_bloc2__article:hover {
  color: rgb(132, 184, 53);
}
.ecole_bloc2__article:hover p {
  color: rgb(129, 184, 46);
}

.ecole_bloc3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(69, 114, 144);
  background: rgb(80, 144, 69);
  margin-top: 100px;
  margin-bottom: 130px;
}
.ecole_bloc3 p, .ecole_bloc3 ul {
  color: white;
}
.ecole_bloc3__txt {
  position: relative;
  margin-left: 500px;
  width: 500px;
}
.ecole_bloc3__img {
  position: absolute;
  top: -50px;
  left: -550px;
  width: 500px;
  height: 330px;
}
.ecole_bloc3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  box-shadow: 3px 5px 10px rgb(16, 75, 143);
}

.ecole_img2 {
  width: 500px;
  max-width: 60%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ecole_img2 img {
  width: 100%;
}

.ecole_bloc4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
.ecole_bloc4__elem {
  width: 330px;
  max-width: 90%;
  height: 300px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.ecole_bloc4__elem p {
  color: rgb(248, 255, 229);
  position: relative;
  z-index: 3;
  padding: 10px 15px;
  top: 30px;
}
.ecole_bloc4__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  border-radius: 50%;
  box-shadow: 3px 3px 7px rgba(41, 41, 41, 0.589);
}
.ecole_bloc4__elem--img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.ecole_bloc4__elem::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}

.ecole_bloc4__elem--un p {
  top: 0;
}
.ecole_bloc4__elem--un::after {
  background: rgba(0, 0, 0, 0.5);
}

.ecole_bloc4__elem--deux p {
  top: 0;
}
.ecole_bloc4__elem--deux::after {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1100px) {
  .ecole_bloc3 {
    margin-bottom: 300px;
  }
  .ecole_bloc3__txt {
    margin-left: 0;
    margin-bottom: 70px;
    width: 70%;
  }
  .ecole_bloc3__img {
    top: auto;
    left: auto;
    right: -110px;
    bottom: -210px;
    width: 350px;
  }
}
@media screen and (max-width: 930px) {
  .ecole_bloc3__img {
    right: -50px;
    width: 400px;
    height: 230px;
    bottom: -250px;
  }
}
@media screen and (max-device-width: 720px) {
  .ecole_bloc3__img {
    width: 250px;
    height: 200px;
    right: 10px;
    bottom: -200px;
  }
  .ecole_bloc3__txt {
    width: 90%;
  }
  .ecole_bloc3 {
    margin-bottom: 170px;
  }
  .ecole_bloc2 p {
    width: 100%;
  }
  .ecole_bloc4__elem {
    height: 270px;
  }
}
.ballon {
  padding-bottom: 70px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ballon_bloc {
  width: 200px;
  height: 200px;
  margin: 20px 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ball 5s infinite alternate cubic-bezier(0.61, 0.1, 0.26, 0.91);
}
.ballon_bloc img {
  width: 130%;
  height: 130%;
  position: absolute;
  top: -15px;
  left: -20px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.ballon_bloc p {
  position: relative;
  z-index: 1;
  font-size: 1.5em;
  text-align: center;
  font-weight: 500;
  font-family: "Indie Flower", cursive;
  color: white;
}

@keyframes ball {
  0% {
    transform: rotate(-0.03turn) translateY(-40px);
  }
  100% {
    transform: rotate(0.03turn) translateY(40px);
  }
}
.citation {
  font-size: 1.5em;
  font-family: "Indie Flower", cursive;
  width: 70%;
  text-align: center;
}

.accueil_bloc1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.accueil_bloc1__img {
  width: 400px;
  max-width: 60%;
}
.accueil_bloc1__img img {
  width: 100%;
}
.accueil_bloc1__txt {
  width: 30%;
  min-width: 400px;
  margin-left: 5%;
}

.accueil_bloc2 {
  width: 700px;
  max-width: 90%;
  height: 450px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  /*
  &:hover::after {
      opacity: 0;
  }

  &:hover {
      p {
          opacity: 0;
      }

      img {
          //object-position: 100% 70%;
      }
  }
  */
}
.accueil_bloc2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 0;
  transition: all 1s;
}
.accueil_bloc2 p {
  position: relative;
  z-index: 2;
  color: white;
  width: 70%;
  text-align: center;
  color: rgb(255, 234, 167);
  transition: opacity 1s 0.3s;
}
.accueil_bloc2__citation {
  font-family: "Indie Flower", cursive;
  font-size: 1.7em;
  text-align: center;
}
.accueil_bloc2::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(44, 44, 44, 0.822);
  transition: opacity 1s;
}

.accueil_bloc2--img::after {
  opacity: 0;
  transition: opacity 1s;
}
.accueil_bloc2--img p {
  opacity: 0;
  transition: opacity 1s 0.5s;
}

.accueil_bloc3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accueil_bloc3 p {
  width: 90%;
  text-align: center;
}
.accueil_bloc3 ul {
  width: 70%;
}

.accueil_bloc4 {
  width: 500px;
  height: 400px;
  max-width: 80%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 70px;
}
.accueil_bloc4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 900px) {
  .accueil_bloc1__img {
    width: 200px;
  }
}
@media screen and (max-device-width: 720px) {
  .citation {
    width: 95%;
    font-size: 1.2em;
  }
  .accueil_bloc1__img {
    width: 60%;
    margin: 30px 0;
  }
  .accueil_bloc1__img--qjs {
    width: 80%;
    max-width: 100%;
    min-width: 0;
  }
  .accueil_bloc1__txt {
    width: 90%;
    min-width: 0px;
    text-align: justify;
    margin-left: 0;
  }
  .accueil_bloc2 p {
    width: 95%;
  }
  .accueil_bloc2__citation {
    font-size: 1.5em;
  }
  .accueil_bloc3 p {
    width: 100%;
  }
  .accueil_bloc3 ul {
    width: 90%;
  }
  .accueil_bloc4 {
    width: 70%;
    height: 150px;
  }
  .ballon {
    padding-bottom: 0px;
  }
  .ballon_bloc {
    width: 130px;
    height: 120px;
  }
}
.qjs_img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.form_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 5px;
}
.form_input label, .form_input input {
  font-size: 1.1em;
}
.form_input input {
  font-family: inherit;
  border: rgba(59, 151, 23, 0.431) 1px solid;
  border-radius: 5px;
}
.form_input .mail {
  width: 300px;
}

.form_select {
  font-family: inherit;
  border: solid rgb(141, 187, 115) 2px;
  border-radius: 5px;
  font-size: inherit;
  background: transparent;
  font-size: 1.15em;
  text-align: center;
  outline: none;
  margin: 5px 0;
  padding: 2px 5px;
}

.contact_form {
  background: rgb(242, 255, 208);
  border-radius: 30px;
  box-shadow: rgba(136, 136, 136, 0.561) 0px 0px 9px;
}
.contact_form h3 {
  font-size: 1.8em;
  padding-top: 50px;
  margin-bottom: 0;
}
.contact_form h4 {
  font-size: 1.8em;
  margin-bottom: 0;
  padding-top: 40px;
  margin-top: 0;
}
.contact_form__boutonBloc {
  display: flex;
  justify-content: center;
}
.contact_form__nomBloc {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  flex-wrap: wrap;
}
.contact_form__motifBloc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_form__messageBloc {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.contact_form__messageBloc textarea {
  width: 70%;
  font-size: inherit;
  font-family: inherit;
  outline: none;
  border: 1px solid rgba(128, 128, 128, 0.507);
  padding: 7px;
  margin-top: 7px;
}

.bouton_conteneur {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.subBtn {
  border: none;
  background: rgb(26, 123, 189);
  color: rgb(248, 255, 229);
  font-size: inherit;
  font-style: inherit;
  padding: 15px 25px;
  border-radius: 10px;
  cursor: pointer;
}
.subBtn:hover {
  background: rgb(31, 145, 221);
  box-shadow: rgba(138, 138, 138, 0.541) 1px 2px 3px;
}

.confirmIcon {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.confirmIcon i {
  font-size: 7em;
  color: rgba(79, 131, 49, 0.815);
  text-align: center;
}

@media screen and (max-device-width: 720px) {
  .contact_form h3, .contact_form h4 {
    font-size: 1.5em;
  }
  .contact_form__boutonBloc {
    justify-content: space-around;
  }
  .contact_form__messageBloc textarea {
    width: 90%;
  }
  .form_input .mail {
    width: 250px;
  }
}
.admin_form label, .admin_form input {
  font-size: 1.1em;
}
.admin_form input {
  font-family: inherit;
  border: rgba(59, 151, 23, 0.431) 1px solid;
  border-radius: 5px;
}

.admin_bloc {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.admin_bloc__elem {
  width: 50%;
}

.facture_bloc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.facture_bloc h2 {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 10px;
}

.facture_li {
  width: 100%;
  background: rgb(231, 255, 184);
  border: 2px solid rgb(113, 149, 42);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-top: 10px;
}
.facture_li__lien {
  color: rgb(27, 123, 145);
}
.facture_li__bouton p {
  background: rgb(27, 123, 145);
  color: white;
  padding: 10px 7px;
  border-radius: 10px;
}
.facture_li__bouton p:hover {
  background: rgb(32, 151, 177);
}

.facture_add {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgb(27, 123, 145);
  margin-top: 20px;
  padding: 3px 15px;
}
.facture_add p {
  color: white;
  margin: 0;
}
.facture_add p:first-of-type {
  font-size: 1.5em;
  margin-right: 5px;
}
.facture_add:hover {
  cursor: pointer;
  background-color: rgb(32, 151, 177);
}

.facture_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.facture_form input {
  outline: none;
  font-size: inherit;
  font-family: inherit;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid rgb(199, 218, 160);
  margin-top: 15px;
  width: 300px;
}
.facture_form button {
  font-size: inherit;
  font-family: inherit;
  outline: none;
  border: none;
}

.boutonPaypal {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 100px;
  max-width: 80%;
}

.content {
  height: 1500px;
}

.displayNone {
  display: none;
}

.dispos1 {
  margin-top: 70px;
}

.disposImage {
  margin: 100px 0px;
}

.dispos2 ul li {
  text-align: left;
  margin-top: 10px;
}

.dispos3 {
  margin: 70px 0;
}/*# sourceMappingURL=style.css.map */