
/* ----------  base.html -------------- */

*{
    margin: 0px;
    padding: 0px;
    font-family: Avenir, sans-serif;
}
html {
    height: 100%;
} 
html, body {
    padding: 0;
    margin: 0;
    border: 0;
}
body {
    font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif;
    background-color: beige;
}

a {
    color: aquamarine;
}
.div-space-height {
    width: 100%;
    height: 80px;
}
.div-space-width {
    margin-left: 20px;
}
.span-space-width {
    margin-left: 150px;
}
.haut {
    width: 100%;
    height: 60px;
}

/* ********* Accueil *************/
header {
    width: 100%;
    height: 110px;
    padding-top: 5px;
    font-family: 'Pacifico', 'Comic Sans MS', Arial, Helvetica, sans-serif;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif */
    font-size: 20px;
    background-color: rgb(2, 54, 82);
}
@media screen and (max-width: 500px) {
  header {
  min-height: 150px;
  /* height: 350px; */
  padding-bottom: 10px;

  }
}
.header-text {
    font-family: 'Pacifico';
    margin-left: 50px;
}
.header-text > a {
    text-decoration: none;
    /* font-family: 'Pacifico'; */
    color: white;

}
.header-content {
  width: 95%;
  display: grid;
  /* grid-template-columns: 90px 280px 350px; */
  grid-template-columns: 3% 55% 28% 16%;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 500px) {
  .header-content {
  grid-template-columns: 50px 300px ;
  /* align-items: center; */
  padding: 10px;

  }
}
.header-acces {
  width: 150px;
  text-align: center;
  padding: 10px;
  border: 1px solid rgb(2, 54, 82);
  border-radius: 13px;
  background-color: rgb(2, 77, 117);
}
.header-acces > a {
    text-decoration: none;
}

.container-accueil {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: black;
  padding-top: 10px;
  background-color: beige;
  min-height: 1000px;
}
.cadre1 {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-top: 10px;
  padding: 40px;
  color: rgb(46, 45, 45);
  background-color: rgb(245, 245, 211);
  border: 1px solid #034866;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .cadre1 {
    width: 70%;
  }

}
.content {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .content {
    width: 90%; 
  }
}
.index-cadre1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: -10px;
  /* border: 1px solid red; */
}
.accueil-cadre1-img {
  margin-left: 20px;
  width: 160px;
}

@media screen and (max-width: 500px) {
  .index-cadre1 {
    display: grid;
    grid-template-columns: 1fr ;
    width: 100%;
    align-items: center;
    /* border: 1px solid red; */
  }
  .accueil-cadre1-img {
    display: none;
  }
  .accueil-prix-img {
    margin-left: auto;
    margin-right: auto;
    width: 90px;
  }
  .accueil-prix-img > img {
    text-align: center;
    width: 100%;
    height: auto;
  }
  .accueil-prive-img {
    margin-left: auto;
    margin-right: auto;
    width: 90px;
  }
  .accueil-prive-img > img {
    text-align: center;
    width: 100%;
    height: auto;
  }

}
.index-text1 {
    max-width: 900px;
}
.index-hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  margin-bottom: 6%;
  text-align: center;
  width: 350px;
  box-shadow: 2px 2px 5px rgb(30, 33, 247);
  animation: 70s slidein;
}
@media screen and (max-width: 500px) {
  .index-hr {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 150px;
    animation: none;
  }
}
.index-cadre4 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  /* border: 1px solid red; */
}
@media screen and (max-width: 500px) {
  .index-cadre4 {
    display: grid;
    grid-template-columns: 1fr ;
    width: 100%;
    align-items: center;
  }
  .accueil-rdv4-img {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }
  .accueil-rdv4-img > img {
    text-align: center;
    width: 100%;
    height: auto;
  }
}

.index-text4 {
    margin-left: 20px;
    max-width: 600px;
}
.index-bt {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    text-align: center;
    animation: 10s slidein;
    animation: float 5s ease-in-out infinite;
}
/* animation flotte */
@keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-10px);
    }
    100% {
      transform: translatey(0px);
    }
}
@keyframes slidein {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

.bt-pr-rdv {
    /* width: 360px; */
    width: 70%;
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 12px 10% 12px 10%;
    color: white;
    text-align: center;
    border-radius: 10px;
    /* font-size: 1.3em; */
    font-size: 15px;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;
}

/* footer */
.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px 10px 25px 15px;
  text-align: left;
  color: rgb(221, 221, 246);
  background-color: rgb(2, 54, 82);
  /* background-color: #0d0d0d; */
}
.pied-text {
  font-size: 19px;
  margin-top: 20px;
}
.pied-catapulte-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 60px 260px;
  align-items: center;
  font-style: italic;
  margin-bottom: 10px;
}
.pied-catapulte-lien {
  margin-top: 10px;
}
.pied-catapulte-lien > a {
  text-decoration: none;
  color: rgb(221, 221, 246);
  border-bottom: solid 1px rgba(221, 221, 246, 0.652);
}
.pied-catapulte-grid  > img {
  pointer-events: none;
}
/* ------------------------ Contact  --------------------------- */
.contact-img { /* a cacher si portable */
    margin-top: 5%;
    margin-left: 8%;
    position: absolute;
      
  }
  @media screen and (max-width: 500px) {
      .contact-img {
          display: none;
  
      }
  }
  .container-contact {
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    width: 100%;
    background-color: beige;
    /* border-top: 1px solid rgba(245, 222, 179, 0.63); */
  }
  .contact-titre1 {
    margin-top: 10px;
    font-size: 2.3vw;
    color: #03039f;
    text-align: center;
  }
  .contact-form {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    /* haut | droit | bas | gauche */
    padding: 1px 30px 40px 40px;
    /* width: 460px; */
    background-color: rgb(202, 202, 200);
    border: 1px solid rgb(171, 167, 167);
    border-radius: 7px;
    box-shadow: rgba(128, 128, 127, 0.5) 0 0 5px 4px;
  }
  .contact-label {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 160px 220px;
    /* width: 20px; */
  }
  .contact-label > label {
    font-size: 18px;
    /* font-size: 1.6vw; */
    /* color: aliceblue; */
    color: #0f1111;
  }
  
  .input-01 {
    /* height: 148px; */
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background: #daedf5;
    min-height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* width: 100%; */
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
  }
  .input-02 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
      /* width: 448px; */
    height: 148px;
    background: #daedf5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* width: 100%; */
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
  }
  .bt-02 {
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 12px 10px;
    width: 310px;
    color: white;
    border-radius: 10px;
    color: white;
    font-size: 1.0em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;
  }
  .contact-text2 {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    /* width: 460px; */
  }
  .contact-text2 > div {
    font-size: 1.5vw;
    color: aliceblue;
  }
  .contact-message {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    font-size: 2.2vw;
    color: rgb(2, 22, 109);
    border: 1px solid #3361dd;
    padding: 50px;
    background-color: #6e6e6d71;
  }
  .contact-message-x {
    padding-top: 20px;
    text-align: right;
  }
  .contact-message-x > a {
    text-decoration: none;
    color: #5c48f6;
  }
  
  .captcha-grid {
    margin-top: 20px;
    width: 450px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    color: rgb(245, 11, 58);
    font-size: 1.1em;
  }
  .contact-bt-retour {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /* haut | droit | bas | gauche */
    padding: 8px 10px 8px 10px;
    width: 290px;
    border-radius: 10px;
    font-size: 1.1em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 3px 3px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(247, 195, 150), rgb(247, 156, 44));
    cursor: pointer;
  }
  .contact-bt-retour > a {
    text-decoration: none;
    color: rgb(2, 4, 130);
  }
  
  @media screen and (max-width: 500px) {
    .contact-form {
      margin-left: 5%;
      margin-right: 5%;
    }
    textarea {
      max-width: 60%;
      max-height: 110px;
    }
    .bt-02 {
      font-size: 3.0vw;
      padding: 7px 7px 9px 7px;
    }
    .contact-label {
      grid-template-columns: 100px 220px;
    }
    .contact-label > label {
      font-size: 3.0vw;
    }
    .contact-label > input {
      max-width: 170px;
      max-height: 20px;
    }
    .contact-text2 {
      margin-left: 5%;
    }
    .contact-text2 > div {
      font-size: 3.0vw;
    }
  }
  
    /* -------------- Fin CONTACT ---------------- */

    /* ------------------ page Mentions légales Mention.html ------------------------- */
.mention-container {
    padding-top: 60px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    /* color: #000; */
    color: white;
    background-color: rgb(10, 10, 10);
    /* border: 5px solid rgb(243, 5, 36); */
}
.mention-head {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    color : rgb(183, 187, 187);
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    /* border: 1px solid #daedf5; */
}
.mention-head-text {
    max-width: 600px;
    font-size: 1.3em;
}
.mention-text {
    text-align: justify;
}
.mention-text > a {
    /* text-decoration: none; */
    color: white;
}
.mention-content {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 70%;  
}
.mention-titre {
    font-size: 1.2em;
    border-bottom: 1px solid #7d7f80a1;
    padding : 20px;
    color : rgb(6, 219, 209);
}
.mention-lien > a {
    color: white;
}
.mention-titre-02 {
    font-size: 1.1em;
    color : rgb(247, 245, 134);
}
.bt-demo {
  /* width: 360px; */
  /* width: 50%; */
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 12px 20px 12px 20px;
  color: white;
  text-align: center;
  border-radius: 10px;
  /* font-size: 1.3em; */
  font-size: 15px;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #daedf5;
  background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
  cursor: pointer;
}
.mention-bt-content {
  text-align: center;
  margin-bottom: 40px;
}
.bt-demo-space {
  margin-left: 40px;
}
