@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Poppins:ital,wght@1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Poppins:ital,wght@0,200;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Poppins:ital,wght@0,200;0,400;1,100&display=swap");

* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background: #fbf5f5;
}

.contenant {
  width: 80%;
  margin: 0 auto;
}
.btn {
  display: block;
  margin: 50px auto;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  padding: 10px;
  background-color: #96185e;
  color: white;
  width: 25%;
}
.btn:hover {
  background-color: white;
  color: #96185e;
  border: #96185e 1px solid;
}
.main_image {
  position: relative;
  background-size: cover;
  height: 500px;
  overflow: hidden;
}
.main_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: #7d7b7b 2px 3px 4px;
  font-family: "Poppins";
  font-size: 35px;
  padding: 25px;
  letter-spacing: 4px;
  width: 100%;
  background-color: rgba(150, 24, 94, 0.15);
}
/***********************************navigation*******************************************/
.header {
  height: 200px;
}
nav {
  background: white;
  color: #7d7b7b;
  height: auto;
  z-index: 1;
}
nav:after {
  content: "";
  clear: both;
  display: table;
}
nav .logo {
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgb(250, 249, 249);
}
nav .logo2 {
  display: none;
}
nav .logo .logo_img {
  width: 150px;
  position: absolute;
  border-radius: 50%;
  top: 20px;
  left: 40px;
  z-index: 20;
  background-color: white;
}
nav .logo_text {
  width: 230px;
  margin-left: 220px;
  margin-top: 15px;
}

nav strong {
  color: #96185e;
  font-family: "Dancing Script";
  letter-spacing: 2px;
  font-size: 30px;
  padding: 0 !important;
}
nav ul {
  float: right;
  margin-right: 100px;
  list-style: none;
  position: relative;
  /* z-index: 2; */
  background-color: white;
}

nav ul li {
  float: left;
  display: inline-block;
  background: transparent;
  padding: 15px 35px;
}
nav ul ul li {
  padding: 0px;
}
nav ul li a {
  color: #7d7b7b;
  line-height: 70px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 5px 10px;
}

nav ul li a:hover {
  color: #96185e;
  border-radius: 5px;
  /* background: #96185e; */
}
nav ul ul li a:hover {
  background: none;
  color: #96185e;
}
nav ul ul {
  z-index: 8;
  position: absolute;
  top: 100px;
  border-top: 2px solid #96185e;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s;
}
nav ul ul ul {
  border-top: none;
}
nav ul li:hover > ul {
  top: 100px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li {
  padding-left: 15px;
  z-index: 0;
  position: relative;
  margin: 0px;
  width: auto;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgb(175, 171, 171);
}
nav ul ul li a:hover {
  z-index: 9;
  border-radius: 0px;
  border-left: 2px solid #96185e;
}
nav ul ul li a {
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 2px;
}
nav ul ul li a:hover {
  font-weight: 600;
}
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 150px;
}
.show,
.icon,
nav input {
  display: none;
}
.fa-plus {
  font-size: 15px;
  margin-left: 40px;
}
/**************************home*********************************************************/
/*****************slide ACCUEIL*************************/

.container {
  position: relative;
  background: white;
}
.slide-1 {
  background: url("./img/seances-psy-remboursement.jpg");
  opacity: 0.7;
}
.slide-1 .caption p {
  color: #96185e;
  /*background: #96185E;*/
  /*background: linear-gradient(to right, #96185E 37%, #FFFFFF 58%, #96185E 67%);
 -webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
}
.slide-2 {
  background: url("./img/SOINS-ENERGETIQUES.jpeg");
  opacity: 0.7;
}
.slide-3 {
  background: url("./img/image.png");
  opacity: 0.7;
}

.slide {
  width: 100%;
  margin: 0 auto;
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
  box-shadow: #7d7b7b 1px 2px 4px;
}
.caption {
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px 0px;
}
.caption h3 {
  color: #fbf5f5;
  /*color: #7d7b7b;*/
  text-shadow: #7d7b7b 1px 2px 4px;
  text-align: center;
  font-size: 45px;
  padding: 18px;
  font-family: "Poppins";
}
.caption p {
  max-width: 700px;
  width: 90%;
  margin: 0px auto;
  color: #96185e;
  text-align: center;
  font-size: 45px;
  line-height: 1.5em;
  font-family: "Dancing Script";
}
.caption p:nth-child(3) {
  color: #96185e;
  text-align: center;
  font-size: 35px;

  line-height: 1.5em;
  font-family: "Dancing Script";
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: background 500ms;
}
.arrow img {
  width: 50px;
}
.arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.l {
  left: 0;
}
.r {
  right: 0;
}
@keyframes slide2 {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}
/********************************************section home ***********************************/
section {
  width: 100%;
  background-color: white;
  padding-bottom: 100px;
}

section h2 img {
  width: 40%;
  padding: 25px 0px;
}
section p {
  letter-spacing: 1px;
  padding: 10px;
  text-align: justify;
  text-justify: inter-word;
}
#bienvenue span {
  font-weight: 400;
}
#bienvenue p:last-child {
  color: #96185e;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#bienvenue p:last-child span {
  font-family: "Dancing Script";
}

/************section metier*************/
#mon_metier,
#maitre_reiki,
#coach_conjugal_et_familial {
  padding-top: 50px;
  background-color: #fbf5f5;
}
#mon_metier .contenant ul,
#maitre_reiki .contenant ul {
  width: 70%;
  margin: 0 auto;
}
#mon_metier .contenant ul li {
  padding: 8px;
  letter-spacing: 1px;
}
/************section ma mission*************/
.ma_mission_contenu {
  display: flex;
  align-items: center;
}
.ma_mission_contenu img {
  width: 45%;
  padding: 25px;
}
.ma_mission_contenu p {
  padding: 30px;
  letter-spacing: 1px;
}
.ma_mission_contenu span {
  font-family: "Poppins";
  color: #96185e;
  font-weight: 700;
}

/*****************************************************quisuisje************************************************/

.main_image_qui_suis_je {
  background: url("img/header_gris.jpg") no-repeat center;
}

.main_image_tarif {
  background: url("img/Deroulement.jpg") no-repeat center;
}

/****************section biographie*****************/
#biographie {
  padding-top: 50px;
}
#biographie .ma_photo {
  width: 40%;
  float: left;
  padding: 20px;
}

.block {
  animation-duration: 5s;
  animation-name: slide;
  animation-iteration-count: 1;
}
@keyframes slide {
  from {
    margin-right: 100%;
  }

  to {
    margin-right: 0%;
  }
}

@keyframes slide {
  from {
    margin-right: 100%;
  }

  to {
    margin-right: 0%;
  }
}
#biographie .contenant p {
  padding: 15px;
}
#biographie span {
  color: #96185e;
  font-weight: bold;
}
#biographie .manque {
  width: 70%;
  margin: 10px auto 0px;
  color: #96185e;
  font-size: 30px;

  text-align: center;
}
#biographie .manque i {
  font-family: "Dancing Script";
}
.mon_logo {
  width: 20%;
  border-radius: 50%;
  display: block;
  margin: 35px auto;
  box-shadow: #96185d6f 1px 1px 8px;
}
/*********************section maitre_reiki*************/
.reiki {
  display: flex;
  align-items: center;
}
.reiki p {
  text-align: center;
  font-size: 30px;
  color: #96185e;
  font-family: "Dancing Script";
}
.reiki img {
  width: 45%;
  padding: 25px;
}
/************section coach de vie conjugale*************/
/****************************************************Les soins *****************************************************/
.main_image_soin {
  background: url(img/comprendre-1.jpg) no-repeat center;
}
.soin {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100% !important;
  justify-content: center;
}
.soin .card_soin {
  background-color: #fbf5f5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 23%;
  height: auto;
  overflow: hidden;
  transition: box-shadow 0.8s;
  margin: 20px;
}
.soin .card_soin .card_soin_thumb {
  height: 210px;
  overflow: hidden;
  background: black;
  border: 1px solid black;
  /* transition: height $duration; */
}
.soin .card_soin .card_soin_thumb img {
  /* height:240px; */
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity 0.8s, tranform 0.8s;
  transform: scaleY(1);
}

.soin .card_soin .card_soin_body {
  position: relative;
  padding: 20px;
  height: 125px;
  transition: height 0.8s;
}
.soin .card_soin .card_soin_body a {
  color: #96185e;
  text-decoration: none;
}

.soin .card_soin .card_soin_body .card_soin_title {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.8s;
  text-align: center;
}

.soin .card_soin .card_soin_body .card_soin_subtitle {
  font-size: 16px;
  padding: 0 0 10px 0;
  color: #8d8d8d;
  margin-bottom: 10px;
}

.soin .card_soin .card_soin_body .card_soin_description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #96185e;
  font-size: 14px;
  padding: 4px;
  line-height: 27px;
  margin: 0;
  opacity: 0;
  transition: opacity 0.8s - 0.1s, transform 0.8s;
  transition-delay: 0s;
  transform: translateY(25px);
}

.soin .card_soin .card_soin_body:hover {
  height: 320px;
}

.soin .card_soin:hover {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}
.soin .card_soin:hover .card_soin_thumb {
  transition: height 0.8s;
  height: 90px;
}
.card_soin:hover .card_soin_thumb img {
  opacity: 0.6;
  transform: scale(1.2);
}

.card_soin:hover .card_soin_body .card_soin_description {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateY(0);
}

.card_soin:hover .card_soin_body .card_soin_title {
  animation: titleBlur 0.8s;

  @keyframes titleBlur {
    0% {
      opacity: 0.6;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
    }

    100% {
      opacity: 1;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
    }
  }
}

.card_soin:hover .card_soin_subtitle {
  animation: subTitleBlur 0.8s;

  @keyframes subTitleBlur {
    0% {
      opacity: 0.6;
      text-shadow: 0px 4px 4px rgba($color-3, 0.6);
    }

    100% {
      opacity: 1;
      text-shadow: 0px 4px 4px rgba($color-3, 0);
    }
  }
}

@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
  .flex .card_soin {
    width: 75%;
    margin: 10px auto;
  }

  .flex .card_soin .card_soin_thumb img {
    width: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 1110px) {
  .flex .card_soin {
    width: 45%;
    margin: 10px auto;
  }

  .flex .card_soin .card_soin_thumb img {
    width: 100%;
  }
}

/****************************************************tarifs et déroulement*****************************************/
.container_tarif {
  display: flex;
}
.cardTarif img {
  position: absolute;
  top: -8%;
  left: 30%;
  max-width: 33%;
  border-radius: 50%;
}
.cardTarif {
  width: 30%;
  position: relative;
  margin: 100px 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px #7d7b7b;
  padding: 70px 10px 10px 10px;
  text-align: center;
}
.card-header {
  font-size: 30px;
  color: #96185e;
  padding: 20px 5px;
  /* text-align: center; */
}
.card-body h5 {
  font-size: 20px;
}
.card-text {
  padding-top: 20px;
}
.engagement p {
  text-align: center;
}

/****************************************************contact*****************************************************/
/*contact*/
.row1 {
  display: flex;
}
.colonne {
  width: 40%;
  padding: 10px;
}
.colonne i {
  font-size: 20px;
}
.email_success {
  text-align: center;
  color: #143b1e;
}
.contenant iframe {
  display: block;
  width: 95%;
  margin: 5% 20% 5% 10%;
}

/*****************card*********************/
/*
  Hover and click on the card for animations!
*/

@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond);

*,
*::before,
*::after {
  box-sizing: border-box;
}

button {
  margin-top: 80px;
  display: block;
  position: relative;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  text-shadow: inherit;
  cursor: pointer;
  outline: inherit;
  z-index: 10;
}
.clearfix p {
  padding: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.icon-group {
  /* margin-top: 8px; */
  color: black;
  text-align: left;
  padding: 0;
}
.icon-group a {
  color: black;
}
.reseau {
  margin: 15px;
}
.reseau .icon-box {
  text-decoration: none;
}
.reseau .icon-box .res {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
}
.reseau .icon-box .facebook {
  background-image: url("img/logo_facebook.svg");
}
.reseau .icon-box .instagram {
  background-image: url("img/logo_instagram.svg");
}
.reseau .icon-box .whatts {
  background-image: url("img/logo_whatts.svg");
}

.reseau .icon-box:hover .res {
  text-decoration: none;
   color: white;
   transform: scale(1.2);
   height: 45px;
   width: 45px;
}
.reseau .icon-box:hover .facebook {

  background-image: url("img/logo_facebook1.svg");
}
.reseau .icon-box:hover .instagram {

  background-image: url("img/logo_instagram1.svg");
}
.reseau .icon-box:hover .whatts {

  background-image: url("img/logo_whatts1.svg");
}
.contact {
  padding: 0 !important;
}

.med {
  font-size: 100%;
  letter-spacing: 0.5px;
}

.card {
  background-color: #f4f1eb;
  background-image: url("img/bc-frontbis.jpg");
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 400px;
  padding: 10px 10px 10px 10px;
  transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg);
  box-shadow: 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
  cursor: pointer;
  transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg) translateZ(10px);
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.4);
}

.card:focus {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(10px);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.card:focus::before {
  transform: skewX(0deg) translateX(0px) translateY(0px);
  height: 0px;
}

.card:focus::after {
  transform: skewY(0deg) translateX(0px) translateY(0px);
  width: 0px;
}

.card::before,
.card::after {
  content: "";
  position: absolute;
  display: block;
  background-color: grey;
  transition: transform 0.4s ease, height 0.4s ease, width 0.4s ease;
}

.card::before {
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  transform: skewX(45deg) translateX(-3px) translateY(6px);
}

.card::after {
  height: 100%;
  width: 6px;
  top: 0;
  right: 0;
  transform: skewY(45deg) translateX(6px) translateY(-3px);
}

.row {
  display: block;
  text-align: center;
}

.row:nth-child(2) {
  margin: 35px 0 50px 0;
}

.left {
  float: left;
}
.left p:nth-child(1) {
  color: #96185e;
  font-family: "Dancing Script";
  font-size: 30px;
  font-weight: bold;
}
.left p:nth-child(2) {
  font-family: "Poppins ";
  font-weight: bold;
  font-style: italic;
}

.right img {
  float: right;
}

p {
  margin: 0;
}

/**************form************/
.container_form input[type="text"],
textarea,
input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  margin-right: 0px;
  margin-left: 0px;
  resize: vertical;
}

.container_form textarea:focus {
  border: 1px solid #f47e58 !important;
}

.container_form label {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

.container_form input[type="submit"] {
  background-color: #96185e;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  width: 60%;
  margin: 0 auto;
}

.container_form input[type="submit"]:hover {
  background-color: white;
  color: #96185e;
  border: #96185e 1px solide;
}

.container_form {
  /* Ajouter box-sizing */
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: #7d7b7b 1px 1px 6px;
  padding: 20px;
  width: 100%;
  /* redéfinition 400 + 2*20 */
  max-width: 440px;
  margin: 0 auto;
}
.container_form {
  color: #96185e;
  width: 100%;
}

.is_required:after {
  content: "*";
  color: red;
  padding-left: 0.2rem;
}

#error_message {
  color: red;
  border: 1px solid red;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px;
  box-shadow: 0 0 5px red;
}
#success_message {
  color: green;
  border: 1px solid green;
  max-width: 400px;
  margin: 150px auto;
  padding: 50px;
  box-shadow: 0 0 5px green;
}
/**************************************** footer*********************************/
footer {
  box-shadow: #7d7b7b 1px 1px 5px;
  width: 100%;
}
.footer {
  display: flex;
  flex-direction: row;
  background: white;
  height: 200px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #96185e;
}
.footer img {
  width: 350px;
}
.footer .footer-menu {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  align-items: center;
}
.footer .footer-menu a {
  padding: 5px 0px;
  color: #96185e;
  text-decoration: none;
  width: 100% !important;
}
.address .title-address {
  font-weight: bold;
  color: #96185e;
  font-family: "Dancing Script";
  background: none;
}
.footer .reseau {
  font-size: 1rem;
}
.footer .reseau .line {
  margin: 5px auto;
  height: 1px;
  width: 80%;
  background-color: #96185e;
}
.footer .reseau .footer-icons {
  display: flex;
  justify-content: center;
}
.footer .reseau .footer-icons .network {
  padding: 15px;
  font-size: 1.5em;
  color: #96185e;
}
.footer .reseau .footer-icons img {
  padding-top: 5px;
  width: 35px;
}
.footer .reseau .footer-icons .network:hover img {
  transform: scale(1.5);
}

.footer a {
  text-decoration: none;
  color: #96185e;
  text-align: center;
  font-size: 1rem;
}
.footer a:hover {
  color: #7d7b7b;
  text-decoration: none;
}

/* Masquage de la checkbox du menu responsive */
input#burger {
  display: none;
}

@media screen and (max-width: 450px) {
  #biographie .ma_photo {
    width: 100%;
    float: left;
    padding: 20px;
  }
  .mon_logo {
    width: 70%;
  }
  .reiki {
    flex-direction: column;
  }
  .reiki img {
    width: 90%;
  }
  .reiki p {
    font-size: 25px;
  }
}
@media all and (max-width: 450px) {
  nav ul ul {
    margin-top: 0px;
  }
  nav > ul {
    background-color: transparent;
  }
  nav .logo {
    display: none;
    width: 80%;
    text-align: center;
    padding-left: 80px;
  }
  nav .logo_text {
    display: none;
  }
  nav .logo2 {
    display: block;
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding: 15px 15px 15px 45px;
  }
  .slide {
    height: 50vh;
  }
  .caption h3 {
    font-size: 25px;
  }
  .caption p {
    font-size: 25px;
  }
  .caption p:nth-child(3) {
    font-size: 18px;
  }

  .card {
    height: 150px;
    width: 100%;
  }
  .left p:nth-child(1) {
    font-size: 18px;
  }
  .left p:nth-child(2) {
    font-size: 12px;
  }
  .icon-group p,
  .contact i {
    font-size: 10px;
  }
  .reseau {
    margin: 8px;
  }
  .reseau .icon-box {
    font-size: 20px;
    height: 30px;
    width: 30px;
  }
  .reseau i {
    font-size: 20px;
  }
  .row:nth-child(2) {
    margin: 5px;
  }
}

@media (max-width: 968px) {
  nav ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    left: 0;
    /* top: 11em; */
    height: auto;
    max-height: 0%;
    overflow: hidden;
    transition: max-height 1s;
    z-index: 2;
  }

  .show + a,
  ul {
    display: none;
  }

  .show {
    display: block;
    color: #7d7b7b;
    font-size: 18px;
    padding: 0 20px;
    line-height: 70px;
    cursor: pointer;
    text-align: center;
    width: 100%;
  }
  .show:hover {
    color: #96185e;
    font-weight: 700;
  }
  [id^="btn"]:checked + .sous_menu {
    display: block;
    text-align: center;
  }

  nav ul li,
  nav ul ul li {
    border-bottom: #96185e 1px solid;
    display: block;
    width: 100%;
    background-color: white;
    height: auto;
  }
  nav ul ul {
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  /* nav ul li {
    border-bottom: 1px solid #f3ece5;
  } */
  nav ul li a {
    display: block;
    width: 100%;
    /* padding: 1em; */
    /* background: #96185e; */
    text-align: center;
    text-decoration: none;
  }
  nav ul ul li a:hover {
    border-left: none;
  }

  nav ul ul ul a {
    padding-left: 80px;
  }

  nav ul ul ul li {
    position: static;
  }

  [id^="btn"]:checked + ul {
    display: block;
    text-align: center;
  }

  nav ul ul li {
    border-bottom: 0px;
  }

  /********************** Menu burger ********************/
  #menu-burger {
    background: #96185e;
    display: block;
    padding: 0.5em 0.8em;
    color: #f3ece5;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 1em;
    left: 1em;
  }

  #menu-burger .bar1,
  #menu-burger .bar2,
  #menu-burger .bar3 {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #f1f1f1;
    margin: 5px 0;
    transition: 0.4s;
  }
  #menu-burger:hover {
    opacity: 0.75;
    transition: 0.5s;
  }
  input[type="checkbox"]#burger:checked ~ label .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 8px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  input[type="checkbox"]#burger:checked ~ label .bar2 {
    opacity: 0;
  }
  input[type="checkbox"]#burger:checked ~ label .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -8px);
    transform: rotate(45deg) translate(-6px, -6px);
  }

  /* Effet Slide/Swipe pleine page */
  input#burger:checked ~ nav ul {
    max-height: 100%;
    transition: max-height 1s;
  }
  input#burger:checked ~ nav ul li {
    width: 100%;
  }
  section h2 img {
    width: 100%;
    padding: 25px 0px;
  }
  .ma_mission_contenu {
    flex-direction: column;
  }
  .ma_mission_contenu img {
    width: 85%;
    padding: 25px;
  }
  .caption1 {
    top: 25%;
  }
  .row1 {
    flex-direction: column;
  }
  .container_form,
  .colonne {
    width: 90%;
    margin: 0 auto;
  }
  footer img {
    width: 80%;
    padding: 10px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .footer .footer-menu,
  .footer .address,
  .footer .reseau {
    padding: 25px 0;
    border-top: #96185d8a 1px solid;
    width: 90%;
    text-align: center;
  }
  .footer .reseau .line {
    height: 0px;
  }
}

@media all and (max-width: 1350px) {
  nav ul ul {
    margin-top: 0px;
  }
  nav > ul {
    background-color: transparent;
  }
  nav .logo {
    display: none;
    width: 80%;
    text-align: center;
    padding-left: 80px;
  }
  nav .logo_text {
    display: none;
  }
  nav .logo2 {
    display: block;
    width: 45%;
    text-align: center;
    margin: 0 auto;
    padding: 15px 15px 15px 45px;
  }
  .main_image_container {
    font-size: 22px;
  }
}
@media all and (max-width: 450px) {
  nav ul ul {
    margin-top: 0px;
  }
  nav > ul {
    background-color: transparent;
  }
  nav .logo {
    display: none;
    width: 80%;
    text-align: center;
    padding-left: 80px;
  }
  nav .logo_text {
    display: none;
  }
  nav .logo2 {
    display: block;
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding: 15px 15px 15px 45px;
  }

  .main_image_container {
    font-size: 18px;
  }
}
