@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Source+Serif+Pro&display=swap");

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  padding: 0;
  color: black;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 5vmin;
  font-family: "Poppins", sans-serif;
  transform: uppercase;
}

h2 {
  font-size: 4vmin;
  font-style: cursive;
  font-family: "Satisfy", cursive;
}

h3 {
  font-size: 3.5vmin;
  font-style: cursive;
  font-family: "Satisfy", cursive;
}

p {
  font-size: 3vmin;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.is-center {
  text-align: center;
}

.is-left {
  text-align: left;
}

.is-italic {
  font-style: italic;
}

.style-lettre {
  list-style: lower-latin;
}

.is-up {
  margin-top: 0;
  border: none;
}

.is-up h2 {
  margin-top: 0;
  border: none;
}

.is-upper {
  text-transform: uppercase;
}

.is-italic-bold {
  font-weight: bold;
  font-style: italic;
}

.sous-titre-h3 {
  font-size: 1.5rem;
}

/*-------------------------Font family-------------------------*/
.font-gentium {
  font-family: "Gentium Book Plus", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

/*-------------------------Text-size-------------------------*/

.text-1 {
  font-size: 1rem;
}

.text-2 {
  font-size: 1.2rem;
}

.text-3 {
  font-size: 1.5rem;
}

.text-4 {
  font-size: 1.6rem;
}

/*---------------------------------Margin et Padding---------------------------------*/

.mtm-20 {
  margin-top: -20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

/*---------------------------------BORDER---------------------------------*/

.bb-5 {
  border-bottom: 5px solid #cef4f7;
  max-width: 1100px;
  padding-bottom: 10px;
  margin: 0 auto;
  background-color: #f7f6f8;
 
}

/*---------------------------------Button---------------------------------*/

.retour {
  margin: 0 auto;
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 0.9rem;
  background-color: #826674;
  color: #f7f6f8;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: none;
}

.retour:hover {
  background-color: rgba(216, 246, 246, 0.9);
  color: #0e0d0d;
  box-shadow: 0 0 10px rgba(0, 0, 0.1);
}

/*---------------------------------Container---------------------------------*/

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: auto;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  border: none;
}

/* ************************* ESPACE ****************************** */

.fin_20 {
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  height: 20px;
}

.fin_10 {
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  height: 10px;
}

.espace_20 {
  margin: 0 auto;
  width: 100%;
  height: 20px;
}

.espace_30 {
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  height: 30px;
}

.espace_40 {
  margin: 0 auto;
  min-width: 200px;
  width: 100%;
  height: 40px;
}

.espace_10 {
  width: 50px;
  height: 10px;
}

/*  *************** Section banniere ************* */

.banniere {
  margin: 0 auto;
  width: 100%;
  min-height: 700px;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  background-image: url(../bgr/bgr1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* ******************* SÉPARATEUR LOGO GIF ****************** */

.separateur_gif {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 306px;
  height: 72px;
  padding: 0;
  background-image: url(../img/logo/melodalysep.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.separateur_png {
  margin: 0 auto;
  width: 306px;
  height: 72px;
  padding: 0;
  background-image: url(/img/logo/melodalysep1.png);
  background-repeat: no-repeat;
  background-position: center;
}

/* **************** Bordure ***************************** */

.bordure_top {
  margin: 0 auto;
  margin-top: -2px;
  margin-bottom: 0px;
  width: 100%;
  min-height: 120px;
  height: auto;
  background: rgba(216, 246, 246, 0.9);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* ************** EN-TÊTE DE LA PAGE INTRO 2 AJUSTEMENT POUR LA DATE *********** */

.intro2 {
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  width: 100%;
  height: auto;
  text-align: center;
  border: none;
}

.intro2 h1 {
  padding-top: 10px;
}

.intro2 h2 {
  margin-top: 0;
  padding-bottom: 0;
  border: none;
}

.sous-titre {
  margin-bottom: 0;
}

/* *************************** INTRO 3 ************************ */
.intro3 {
  margin: 0 auto;
  margin-top: 0px;
  padding: 0;
  justify-content: center;
  width: 90%;
  height: auto;
  text-align: center;
  border: none;
}

.intro3 h1 {
  padding-top: 10px;
}

.intro3 h2 {
  /* line-height: 40px */
  font-size: 1.2em;
  margin-bottom: 20px;
}

.intro3 .titre_2 {
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  .intro3 h2 {
    font-size: 1.8em;
  }

  .intro3 .titre_2 {
    font-size: 2em;
  }
}

/* *************** Date ************************ */

.boite_datetime {
  margin: 0 auto;
  margin-top: -100px;
  max-width: 180px;
  width: 100%;
  max-height: 50px;
  height: 100%;
  font-size: 0.9em;
  padding: 10px;
  margin-right: 10px;
  color: #ffffff;
  background: #251f21;
  box-shadow: 0 0 10px rgba(0, 0, 0.25);
  border-radius: 4px;
  border-right: 10px solid #afe6e1;
  z-index: 3;
  font-family: sans-serif;
}

.time,
.date,
.texte_date {
  font-size: 0.9em;
}

.texte_date {
  padding-right: 2px;
}

.adjust-top {
  margin-top: -90px;
}

/* ***************** Section présentation ***************** */

.presentation {
  margin: 0 auto;
  min-height: 400px;
  padding-top: 2px;
  background-color: #f7f6f8;
  justify-content: center;
  justify-items: center;
  border-collapse: collapse;
}

.part1 {
  margin: 0 auto;
  margin-top: 0px;
  width: 100%;
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f8f7f6;
  justify-content: center;
  justify-items: center;
  border-collapse: collapse;
}

.presentation2 {
  margin: 0 auto;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f6f8;
  justify-content: center;
  justify-items: center;
  border-collapse: collapse;
}

.description {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: auto;
  position: relative;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: none;
}

.description p {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
}

.description .total {
  font-size: 1.3em;
}

.presentation .description h2 {
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  .description {
    width: 80%;
    padding: 10px 20px 10px 20px;
  }

  .description .total {
    font-size: 2em;
  }

  .presentation .description h2 {
    font-size: 1.8em;
  }

  .presentation .description p {
    font-size: 1.2em;
  }
}

/* ********************* Section part1 *************** */

.intro1 {
  margin: 0 auto;
  margin-top: 0px;
  justify-content: center;
  width: 500px;
  height: auto;
  text-align: center;
  border: none;
}

/* ********************* Section part2 ***************** */

.part2 {
  margin: 0 auto;
  padding-top: 20px;
  min-height: 400px;
  background-color: #e0e3e3;
}

.flexbox-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: auto;
  display: flex;
  border: none;
}

.bte_img1 {
  position: relative;
  margin: 0 auto;
  width: 160px;
  height: auto;
  padding-top: 35px;
  display: flex;
  border: none;
}

.bte_img1 img {
  border: 3px solid #826674;
  border-radius: 5px;
  box-shadow: 1px 3px 3px 2px rgba(82, 0, 4, 0.2);
}

.bte_liens {
  position: relative;
  margin: 0 auto;
  max-width: 270px;
  width: 100%;
  height: auto;
  padding-top: 10px;
  justify-items: center;
  display: flex;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  border: none;
}

.liste a {
  text-decoration: underline;
  color: #69545f;
}

.liste a:hover {
  background-color: #d1f4fa;
  font-weight: bolder;
  padding: 3px;
  text-decoration: none;
}

/* ********************** Section Part3 & PART4 PART5***************** */

.part3 {
  margin: 0 auto;
  /* margin-top: -20px; */
  padding: 20px;
  min-height: 200px;
  height: auto;
  background-color: #cef4f7;
}

.part4 {
  margin: 0 auto;
  padding-top: 20px;
  min-height: 100px;
  height: auto;
  background-color: #cef4f7;
}

.part5 {
  margin: 0 auto;
  padding-top: 20px;
  min-height: 100px;
  height: auto;
  background-color: #f7f6f8;
}

/* ********************** section disponible ***************** */

.bte_liens_1 {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  height: auto;
  padding-top: 10px;
  justify-items: center;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  border: none;
}

.bte_note {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 30px;
  border: none;
}

.bte_note a {
  text-decoration: underline;
  color: #2e5353;
  font-size: 0.8em;
}

.bte_note a:hover {
  text-decoration: none;
  background-color: #826674;
  color: #f7f6f8;
  padding: 3px;
  border-radius: 3px;
}

.note {
  margin-top: -5px;
  font-style: italic;
  font-family: "Poppins", sans-serif;
}

/* ********************** famille d'accueil ********************** */

.bte_texte {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  height: auto;
  padding: 10px;
  justify-items: center;
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  border: none;
}

.bte_texte a {
  text-decoration: underline;
  color: #2e5353;
}

.bte_texte a:hover {
  text-decoration: none;
  background-color: #826674;
  color: #f7f6f8;
  padding: 3px;
  border-radius: 3px;
}

.bte_texte p {
  font-size: 1.4em;
  margin-top: 1rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .container_info .bte_texte p {
    font-size: 1.3em;
  }
}

.container-md {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  height: auto;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  border: none;
}

.container-md p {
  font-size: 1.2em;
  margin-top: 1rem;
}

/* ********************** FOOTER  ******************/

footer {
  margin: 0 auto;
  margin-bottom: -54px;
  padding: 0;
  height: auto;
  background-image: url(../bgr/bgr.jpg);
  color: #0d0e0e;
  padding: 28px 0 10px 0;
  text-align: center;
  font-family: "Gentium Book Plus", sans-serif;
}

footer a {
  color: #0d0e0e;
  text-decoration: none;
  color: #69545f;
}

.border {
  margin: 0 auto;
  margin-top: -55px;
  width: 100%;
  height: 50px;
  text-align: center;
  background-image: url(../banniere/b2.gif);
  background-size: cover;
  box-shadow: rgba(206, 244, 247, 0.9);
  border: none;
}

.container_footer {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  flex-flow: wrap;
  position: relative;
  text-align: center;
}

.boite_logo {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 466px;
  height: 250px;
  display: inline-flexbox;
  text-align: center;
  align-items: center;
  background-color: #cef4f7;
  border: 5px solid #826674;
  border-radius: 10px;
}

.boite_logo img {
  padding-top: 60px;
}

.boite_logo p {
  margin-top: 9px;
  font-size: 1.3em;
  color: #2a5a52;
}

.boite_contact {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 15px;
  width: 466px;
  height: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  background-color: #cef4f7;
  border: 5px solid #826674;
  border-radius: 10px;
}

.contact {
  margin: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
}

.contact h2 {
  padding-top: 8px;
  font-size: 1.6em;
}

.boite_contact .contact p {
  font-size: 1.2em;
  margin-top: 20px;
}

.contact a {
  color: blue;
}

/* ********************** Politique ********************* */

.container-politique {
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 900px;
  padding: 20px;
  width: 90%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.container-politique h1 {
  font-size: 3rem;
  text-align: center;
}

.container-politique h2 {
  font-size: 2rem;
}

.container-politique p {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-politique a {
  color: #3655e0;
  text-decoration: none;
}

.container-politique a:hover {
  color: #58362a;
  text-decoration: underline;
}

/* ************** COPYRIGHT **************** */

.boite_copyright {
  margin: 0 auto;
  margin-top: -15px;
  width: auto;
  height: auto;
  padding: 5px;
  margin-bottom: 5px;
  border: none;
}

.boite_copyright p {
  font-size: 1.1em;
  text-align: center;
}

.lien_politique {
  color: blue;
}

.boite_contact > .is-font a {
  text-decoration: underline;
}

.boite_contact > .is-font a:hover {
  text-decoration: none;
  background-color: #2a5a52;
}

.boite_contact a:hover {
  text-decoration: underline #826674;
  font-weight: bold;
  color: #826674;
}

.border_bottom {
  color: rgba(206, 244, 247, 0.9);
  font-size: 1.3em;
  margin: 0 auto;
  margin-bottom: -30px;
  padding: 0;
  width: 100%;
  height: 50px;
  background-image: url(../banniere/b2.gif);
  background-size: cover;
  justify-content: space-evenly;
}

.espace_50 {
  margin: 0 auto;
  padding: 0;
  width: 50px;
  height: 10px;
}

.container-bottom {
  margin: 0 auto;
  margin-left: 36%;
  padding-top: 10px;
  max-width: 800px;
  width: 90%;
  height: auto;
  overflow: hidden;
  background-color: none;
  color: rgba(206, 244, 247, 0.9);
  justify-content: space-evenly;
  display: inline-box;
  text-align: left;
  font-size: 0.8em;
}

.separateur-span {
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.border_bottom a {
  color: rgba(206, 244, 247, 0.9);
  font-size: 2vmin;
}

.border_bottom a:hover {
  text-decoration: overline;
  color: rgba(209, 212, 212, 0.9);
}

.lien_webmaster {
  font-size: 0.7em;
}

/* ******************** MOBILE ********************** */

@media screen and (max-width: 867px) {
  .banniere {
    padding-top: 80px;
  }
}

@media screen and (max-width: 900px) {
  .boite_contact .contact {
    margin-top: 0px;
    background-color: none;
  }

  .boite_contact {
    margin-top: 10px;
    background-color: none;
  }

  .boite_copyright {
    margin-top: -5px;
    background-color: none;
  }

  .boite_datetime {
    margin-top: -25%;
  }

  .container-bottom {
    margin-left: 15%;
  }
}

@media screen and (max-width: 768px) {
  .description p {
    font-size: 1em;
  }

  .bte_note p {
    font-size: 1em;
  }

  .boite_contact {
    background-color: none;
  }

  .boite_datetime {
    display: none;
  }

  .container-bottom {
    margin-left: 10%;
  }
}

@media screen and (max-width: 535px) {
  .boite_contact {
    padding-top: -50px;
    margin-bottom: 0px;
  }

  .boite_copyright {
    margin-top: -20px;
  }

  .texte_2 {
    font-size: 1.1em;
  }

  .container-bottom {
    margin-left: 10%;
  }
}

@media screen and (max-width: 355px) {
  .boite_contact {
    margin-top: -20px;
  }

  .boite_copyright {
    margin-top: -20px;
  }

  .container-bottom {
    margin-left: 5%;
  }
}
