/* -----------------Accueil top -------------------------- */

.accueil-top-container {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.accueil-top {
  width: 90%;
  height: fit-content;
  display: flex;
  gap: 2px;
}

.accueil-top-left,
.accueil-top-right {
  width: 50%;
  height: 70vh;
  display: flex;
  justify-content: center;
}

.accueil-top-left {
  background-image: url(../img/top-view-line-gold-paint.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.accueil-top-left-popup {
  width: 50vw;
  height: fit-content;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 1rem;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(50%, -30%);
  z-index: 999;
  background-color: #ffffffe2;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.accueil-top-popup-logo {
  width: 50%;
  margin-bottom: 1rem;
}

.accueil-top-right {
  background-image: url(../img/299688582_376652511330621_150250455661886956_n.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ---------------------accueil potiere  ----------------------------*/

.accueil-potiere-container {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  padding: 1rem;
  margin-top: 2rem;
}

.accueil-potiere {
  width: 80%;
  height: fit-content;
  display: flex;
  align-items: stretch;
}

.accueil-potiere-left {
  width: 40%;

  border-radius: 15px;
  background-image: url(../img/DSC_0052.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.accueil-potiere-right {
  width: 60%;
  min-height: 50vh;
  height: fit-content;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.accueil-potiere-title {
  font-size: 45px;
  margin-left: 1rem;
  margin-bottom: 2rem;
  font-family: "Medula One", system-ui;
}

.accueil-potiere-text-suite {
  margin-top: 1rem;
}

.voir-plus {
  display: none;
}
/* ---------------------accueil marcheurs  ----------------------------*/

.accueil-marcheur-container {
  width: 100%;
  height: fit-content;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #fcdac7; */
  padding-bottom: 2rem;
}

.accueil-marcheur-banner {
  width: 100%;
  height: 50vh;
  background-image: url(../img/atelier-galerie-A-Tempera---beatrix-Hansemann--3-.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}

.accueil-marcheur-title {
  font-size: 75px;

  text-align: center;
  font-family: "Medula One", system-ui;
}

.accueil-marcheur {
  width: 90%;
  height: fit-content;
  display: flex;
  align-items: stretch;
  /* background-color: green; */
}

.accueil-marcheur-left {
  width: 60%;
  height: fit-content;
}

.accueil-marcheur-single {
  width: 100%;
  height: fit-content;
  padding: 1rem 0;
  /* border-bottom: 2px solid #643c2b; */
}

.accueil-marcheur-single-title {
  font-size: 45px;
  font-family: "Medula One", system-ui;
  margin-bottom: 1rem;
}

.accueil-marcheur-single-infos {
  margin-left: 5rem;
  max-width: 600px;
}

.accueil-marcheur-right {
  width: 40%;
  background-image: url(../img/DSC_0141.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 1rem 0;
  border-radius: 15px;

}

.accueil-marcheur-right-img {
  width: 100%;
}

/* --------------------------- accueil atelier-------------------------------*/

.acceuil-atelier-container {
  width: 100%;
  height: fit-content;
  display: flex;

  justify-content: center;
}

.accueil-atelier {
  width: 100%;
  height: fit-content;
  /* border-top: 2px solid #643c2b; */
  background-image: url(../img/Saint-Jean-de-Fos-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accueil-atelier-title {
  font-size: 75px;
  text-align: center;
  font-family: "Medula One", system-ui;
}

.accueil-atelier-block-container {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}

.accueil-atelier-block {
  width: 50%;
  height:fit-content;
  padding: 1rem;
  border-radius: 15px;
  background-color: #ffffffb9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.accueil-atelier-block-title {
  font-family: "Medula One", system-ui;
  font-size: 45px;
}

.accueil-contact-link {
  color: black;
  text-decoration: none;
}

.accueil-contact-link:hover {
  color: #643c2b;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 862px) {
  /* --------------------------- accueil top-------------------------------*/

  .accueil-top {
    width: 100%;
  }

  .accueil-top-right {
    display: none;
  }

  .accueil-top-left {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    background-position: center;
  }



  .accueil-top-left-popup {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    padding: 2rem;
    transform: translate(0, 0);
    background-color: #ffffff81;
    box-shadow: none;
  }

  .accueil-top-popup-logo {
    width: 70%;
    margin-bottom: 1rem;
  }

  /* ---------------------accueil potiere  ----------------------------*/

  .accueil-potiere-container {
    padding: 0;
  }

  .accueil-potiere {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .accueil-potiere-left {
    width: 100%;
    height: 50vh;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

  }

  .accueil-potiere-right {
    width: 100%;
    height: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 1rem;
  }

  .accueil-potiere-title {
    font-size: 35px;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }

  .voir-plus {
    display: flex;
    margin-top: 1rem;
    padding: 1rem;
    border: none;
  }

  .accueil-potiere-text-suite {
    display: none;
  }

  /* ---------------------accueil marcheurs  ----------------------------*/

  /* .accueil-marcheur-banner {
    display: flex;
    align-items: center;
  
  } */

  .accueil-marcheur-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.237);
    font-size: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
  }

  .accueil-marcheur {
    flex-direction: column;
    align-items: center;
  }

  .accueil-marcheur-left {
    width: 100%;
  }

  .accueil-marcheur-single-title {
    font-size: 30px;
  }

  .accueil-marcheur-single-infos {
    margin-left: 1rem;
  }

  .accueil-marcheur-right {
    display: none;
  }

  /* --------------------------- accueil atelier-------------------------------*/

  .accueil-atelier {
    width: 100%;
    height: fit-content;
    /* border-top: 2px solid #643c2b; */
    background-image: url(../img/Saint-Jean-de-Fos-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .accueil-atelier-title {
    font-size: 45px;
  }

  .accueil-atelier-block-container {
    flex-direction: column;

    width: 100%;
    height: fit-content;
    display: flex;
    gap: 1rem;
    padding: 1rem;
  }

  .accueil-atelier-block {
    height: fit-content;
    width: 100%;
  }

  .accueil-atelier-block-title {
    font-family: "Medula One", system-ui;
    font-size: 35px;
  }

}
