@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;
}

body {
  font-family: var(--typo);
  max-width: 1440px;
  margin: 0 auto;
}
body li:hover {
  border-radius: 5px;
  transform: scale(1.3);
  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 {
  height: 100%;
  display: flex;
  align-items: center;
  width: 70%;
  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;
}

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

/* début code page */

/* article 1 haut de page */

.container_tout {
  display: flex;
  justify-content: center;
  background-image: url(images/fond_haut_page.png);
  background-repeat: no-repeat;
}

.robe_image {
  border-radius: 15px;
  width: 369px;
  height: 369px;
  margin-left: 62px;
  margin-top: 101px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../page_realisations/image/couture.png);
}

.texte_presentation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 55px;
}

.texte_presentation h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 200px 40px;
  border-radius: 15px;
  background-color: var(--couleur-principale);
  font-weight: bold;
  font-size: 3.5em;
  color: var(--couleur-typo);
  margin: 50px auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.texte_presentation p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--couleur-typo);
  font-size: 2.5em;
  width: 80%;
  height: 213px;
  background-color: var(--couleur-principale-clair);
  border-radius: 15px;
  margin-bottom: 100px;
  margin-top: 40px;
  padding: 20px;
}

/* debut section (milieu de page) */
.tout_images {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  margin-bottom: 60px;
}

.container_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--couleur-principale-clair);
}
.titre_section {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.container_section h1 {
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: white;
  width: 465px;
  height: 64px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: var(--couleur-principale-fonce);
}

.robe {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 0 83px 43px 83px;
}

.robe p {
  color: var(--couleur-typo);
  font-size: 2em;
  text-align: center;
  margin-top: 25px;
}

/* 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 {
  padding: 20px;

  display: flex;
  width: 100%;
}

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

.liens_reseaux {
  height: 250px;
  width: 100%;
}

.logo_gmail {
  margin-top: 20px;
}

.parents {
  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: 90%;
  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 {
  width: 50%;
}

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

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

.hidden,
#hidden {
  display: none;
}

/* Début du Responsive */

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

@media screen and (min-width: 220px) and (max-width: 880px) {
  /* 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;
    z-index: 10;
  }

  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%;
  }

  .hidden,
  svg {
    display: block;
  }

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

@media screen and (max-width: 880px) {
  .tout_images {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .texte_presentation p {
    font-size: 1.6em;
  }
  .texte_presentation h1 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 870px) {
  .texte_presentation p {
    font-size: 1em;
    margin: 0 auto;
  }
.photo_fond{
  display: none;
}
.foot{
  height: auto;
}
  .texte_presentation h1 {
    font-size: 1.5em;
    text-align: center;
    padding: 10px;
  }

  .robe_image {
    padding: 5px;
    margin: 0;
    margin-top: 15px;
    background-position: center;
    margin-left: 15px;
  }

  .robe {
    margin: 0;
    margin-bottom: 30px;
  }
}
/* footer
 */

@media screen and (max-width: 1040px) {
  /* footer responsive */

  /* footer début */

  .details_reseaux {
    width: auto;
  }

  .line_vert {
    display: none;
  }

  .reseaux {
    flex-direction: column;
  }

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

  .line_hor {
    display: none;
  }

  .droits {
    margin-top: 30px;
  }

  /* Fin responsive Footer */
}
