@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

:root {
  --couleur-principale: #d7bfdf;
  --couleur-principale-clair: #e9dcea;
  --couleur-principale-fonce: #a67aa9;
  --couleur-typo: #23680c;
  --halloween-p: #ff9a00;
  --halloween-s: #881ee4;
  --noel: #b3000c;
  --typo: "Josefin Sans", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--typo);
  max-width: 1440px;
  margin: 0 auto;
}
body li:hover {
  transform: scale(1.3);
  border-radius: 5px;
  background-color: rgba(215, 191, 223, 0.4);
}

/* début HEADER */

header {
  background-color: var(--couleur-principale-clair);
  display: flex;
  height: 100px;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.logo_asso {
  width: 100px;
  height: 100px;
}

header nav {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav ul {
  display: flex;
  text-decoration: none;
  align-items: baseline;
  justify-content: space-between;
}

header nav ul li {
  list-style-type: none;
  margin: 0 10px;
  transition: transform ease-in-out 0.2s;
  padding: 10px;
}

header nav ul li a {
  text-decoration: none;
  color: var(--couleur-typo);
  font-size: 1.5em;
}

.lien_accueil {
  font-weight: bold;
  font-size: 2.5em;
}

.btn_profil {
  display: flex;
}

header button {
  font-family: var(--typo);
  color: #fff;
  background-color: var(--couleur-principale-fonce);
  cursor: pointer;
  padding: 15px;
  border: none;
  border-radius: 25px;
  font-size: 1.5em;
}

.boutton_hover:hover {
  background-color: rgb(150, 100, 130);
}

.img_workspace {
  margin-left: 15px;
  cursor: pointer;
}

/* fin HEADER */

/* début BANNIERE */

.banniere_accueil {
  background-image: url(images/banniere_accueil.png);
  width: 100%;
  height: 477px;
}

/* fin BANNIERE */

/* début partie Bienvenue */

.bienvenue {
  width: 100%;
  height: 472px;
  display: flex;
}

.bienvenue_texte {
  width: 50%;
  height: 472px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--couleur-typo);
  padding: 15px;
  background-color: var(--couleur-principale-clair);
}

.bienvenue .bienvenue_texte p {
  font-size: 1.5em;
}

.img_bobine {
  width: 50%;
  height: 472px;
}

/* fin partie bienvenue */

/* début partie fondateurs */

.membres_fondateurs {
  width: 100%;
  height: 472px;
  text-align: center;
  background-image: -webkit-linear-gradient(100deg, #e9dcea 50%, #a67aa9 50%);
}

.membres_fondateurs_titre {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.8em;
}

.membres_fondateurs_presentation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: calc(472px - 80px);
}

.membres_fondateurs_presentation img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  z-index: 1;
}

.vertical_line {
  border-left: 1px solid black;
  display: inline-block;
  height: 300px;
}

.txt_sophie,
.txt_john {
  z-index: 1;
  font-size: 2em;
  width: 350px;
}

.txt_sophie h3,
.txt_john h3 {
  margin-bottom: 32px;
}

/* fin partie fondateurs */

/* début partie événement réalisation de la semaine */

.rea_evenement {
  background-image: url("images/fond_rea.png");
  width: 100%;
  height: 1017px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-weight: 600;
}

.rea_semaine {
  width: 602px;
  height: 965px;
  background-color: var(--couleur-principale);
  border-radius: 25px;
  text-align: center;
  color: var(--couleur-typo);
  padding: 25px;
  font-size: 2em;
}

.rea_evenement .rea_semaine h3 {
  margin: 20px 0;
}

.rea_evenement .rea_semaine img {
  margin: 20px 0;
}

.rea_evenement .rea_semaine p {
  margin: 20px 0;
}

.insta_jf {
  width: 326px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px 0 20px 90px;
}

.evenement_prochain {
  width: 602px;
  height: 965px;
  background-color: var(--couleur-principale);
  border-radius: 25px;
  text-align: center;
  color: var(--couleur-typo);
  padding: 25px;
  font-size: 2em;
}

.evenement_prochain p {
  margin: 20px 0;
}

.evenement_prochain p span {
  text-transform: uppercase;
}

.evenement_prochain button {
  text-transform: uppercase;
  width: 492px;
  height: 136px;
  border-radius: 25px;
  color: white;
  border: none;
  background-color: var(--couleur-principale-fonce);
  font-size: 1.5em;
  margin: 40px 0;
  cursor: pointer;
}

.evenement_prochain button a {
  text-decoration: none;
  color: white;
}

.evenement_prochain img {
  margin: 40px 0;
}

/* fin partie événement réalisation de la semaine */

/* début FOOTER */

.foot {
  max-width: 1440px;
  height: 680px;
  padding-bottom: 30px;
}

.photo_fond {
  background-image: url(images/banniere_footer.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 40%;
}

.container {
  margin-top: 30px;
  height: 250px;
}

.reseaux {
  display: flex;
  width: 100%;
}

.details_reseaux {
  display: flex;
  justify-content: space-around;
  width: 815px;
  height: 257px;
}

.liens_reseaux {
  padding: 20px;
  height: 250px;
}

.logo_gmail {
  margin-top: 20px;
}

.parents {
  padding: 20px;
  margin-left: 90px;
  font-size: 1.4em;
  font-family: "Josefin Sans", sans-serif;
  color: #23680c;
}

.logo {
  margin-top: 20px;
}

.suivre {
  margin-left: 90px;
  font-size: 1.4em;
  font-family: "Josefin Sans", sans-serif;
  color: #23680c;
}

.line_vert {
  border-left: 2px solid #000;
  display: inline-block;
  height: 200px;
  margin: 0 20px;
}

.line_hor {
  border-bottom: 2px solid #000;
  display: inline-block;
  width: 1133px;
  margin: 0 100px;
}

.contact_ {
  width: 200px;
}

.droits {
  font-size: 1.4em;
  font-family: "Josefin Sans", sans-serif;
  width: 100%;
  text-align: center;
}

.bouton {
  display: flex;
  align-items: center;
  width: 200px;
  flex-direction: column;
  font-size: 1.4em;
  font-family: "Josefin Sans", sans-serif;
}

.parents_droit {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.image {
  cursor: pointer;
}

/* fin FOOTER */

svg {
  display: none;
  color: #000;
  width: 24px;
  height: 28px;
  cursor: pointer;
}

input, label {
  display: none;
}

/* début RESPONSIVE */

@media screen and (min-width: 769px) and (max-width: 1085px) {
  header nav, header .btn_profil button {
    font-size: 0.6em;
  }

  .rea_evenement .rea_semaine, .rea_evenement .evenement_prochain {
    width: 360px;
  }

  .rea_evenement .rea_semaine .img_rea_semaine {
    width: 330px;
  }

  .rea_evenement .rea_semaine .insta_jf {
    margin: 20px 0;
  }

  .rea_evenement .evenement_prochain button {
    width: 290px;
    height: 100px;
    font-size: 1em;
  }
  .rea_evenement .evenement_prochain img {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {

  /* début nav bar */

  header {
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
  }

  header nav ul, header .btn_profil button {
    display: none;
  }

  header nav ul {
    position: absolute;
    left: 0;
    top: 80px;
    background-color: var(--couleur-principale-fonce);
    width: 200px;
    height: 0;
    overflow: hidden;
    align-items: center;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-left: 22px;
  }

  header nav ul li a {
    color: white;
    font-weight: normal;
  }

  header nav ul li a.lien_accueil {
    font-weight: normal;
  }

  header nav ul li {
    padding: 8px 0;
  }

  header nav ul li:hover {
    transform: none;
    transition: none;
  }

  header nav {
    width: auto;
  }

  header .logo_asso {
    border-radius: 50%; 
  }

  header svg, header label {
    display: block;
  }

  input:checked ~ ul {
    /* display: flex; */
    flex-direction: column;
    transition: all 0.3s ease-in;
    height: 225px;
    display: block;
  }

  /* fin nav bar */

  .banniere_accueil {
    display: none;
  }

  .img_bobine {
    display: none;
  }

  .bienvenue_texte {
    width: 100%;
    height: auto;
  }

  .bienvenue_texte h1 {
    margin-top: 25px;
  }

  .membres_fondateurs {
    display: grid;
    height: auto;
  }

  .membres_fondateurs_presentation {
    flex-direction: column;
    height: auto;
    margin: 20px 0;
  }

  .vertical_line {
    transform: rotate(90deg);
    height: 135px;
  }

  .txt_sophie {
    margin: 20px 0;
  }

  .txt_john p {
    margin-bottom: 20px;
  }

  .txt_sophie h3, .txt_john h3 {
    margin-bottom: 25px;
  }

  .rea_evenement {
    flex-direction: column;
    height: auto;
    background: url(images/fond_rea.png) rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
  }

  .rea_evenement .rea_semaine, .rea_evenement .evenement_prochain {
    height: auto;
    width: 365px;
    margin: 20px 0;
    background-color: transparent;
    color: #fff;
  }

  .rea_evenement .rea_semaine .img_rea_semaine {
    width: 330px;
  }

  .rea_evenement .rea_semaine .insta_jf {
    margin: 20px 0;
  }

  .rea_evenement .evenement_prochain button {
    width: 290px;
    height: 100px;
    font-size: 1em;
  }

  .rea_evenement .evenement_prochain img {
    width: 300px;
  }

  /* Début responsive Footer */

  .details_reseaux {
    width: auto;
  }

  .line_vert {
    display: none;
  }

  .photo_fond {
    display: none;
  }

  .foot {
    height: auto;
  }

  .reseaux {
    flex-direction: column;
  }

  .parents {
    margin-top: -107px;
  }

  .line_hor {
    display: none;
  }

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

  /* Fin responsive Footer */
  
}