.box-one {
  padding: 2rem 4rem;
  color: rgb(255, 255, 255);
  max-width: 60%;
}

.box-one h1 {
  font-size: 300%;
}

.landing {
  display: flex;
  padding: 1rem 4rem;
  justify-content: center;
  align-items: center;
}

.box-two {
  padding: 2rem 4rem;
}

.box-two img {
  object-fit: cover;
  max-width: 25rem;
  width: 25rem;
  border-radius: 2rem;
}

.coverhome {
  height: 25rem;
  max-height: 25rem;
  min-height: 25rem;
}

.box {
  padding: 2rem 4rem;
  color: rgb(255, 255, 255);
  margin: auto;
  max-width: 94rem;
}

.box h1 {
  font-family: "semibold";
  margin-left: 1rem;
}

.box .content {
  margin-left: 2rem;
}

.box .wrapper {
  background-color: rgba(189, 189, 189, 0.3);
  border-radius: 1rem;
  display: flex;
  overflow-x: auto;
  width: 100%;
}

.wrapper::-webkit-scrollbar {
  height: 1em;
}

.wrapper::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: rgba(115, 68, 114, 0.8);
  border: 3px solid black;
}

.wrapper .item {
  min-width: 18rem;
  max-width: 18rem;
  height: 18rem;
  /* background-color: rgb(255, 255, 255); */
  margin: 2rem;
  border-radius: 10px;
}

.wrapper .item {
  position: relative;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 10px rgb(0, 0, 0);
}

h3 {
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 10px rgb(0, 0, 0);
}

.bottom-left p {
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 10px rgb(0, 0, 0);
}

.wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 10px;
  transition: 0.2s;
}

.wrapper .item:hover img {
  transition: 0.2s;
  box-shadow: 0 0 20px rgba(47, 47, 47, 0.4);
  transform: scale(1.05);
}

.box .content p {
  padding-bottom: 1rem;
}

.conteneur1 a {
  background-image: linear-gradient(
    0.25turn,
    rgb(158, 93, 143),
    rgb(188, 65, 123)
  );
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  border-radius: 3rem;
  text-decoration: none;
  color: white;
  margin-top: 1rem;
  margin-right: 20px;
}

.conteneur1 a:hover {
  transition: 0.2s;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
  transform: scale(1.005);
}

.bottom-left {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

input {
  font-family: "regular";
  color: white;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
  padding: 0.5rem;
  border-radius: 10px;
  width: 20rem;
  text-align: center;
  border: 1px solid white;
}

::placeholder {
  font-family: "regular";
  color: #f5f5f5;
  font-style: italic;
  opacity: 1;
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .conteneur1 {
    display: flex;
    flex-direction: column;
  }

  .conteneur1 a {
    background-image: linear-gradient(
      0.25turn,
      rgb(158, 93, 143),
      rgb(188, 65, 123)
    );
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    border-radius: 3rem;
    text-decoration: none;
    color: white;
    margin-top: 1rem;
    text-align: center;
    /* margin-right: 20px; */
  }
}


@media screen and (max-width: 1000px) {
  .landing {
    padding: 3rem;
  }

  .box-one {
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
  }

  .box-two {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.2rem !important;
  }

  .conteneur1 {
    display: flex;
    flex-direction: column;
  }

  .conteneur1 a {
    background-image: linear-gradient(
      0.25turn,
      rgb(158, 93, 143),
      rgb(188, 65, 123)
    );
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    border-radius: 3rem;
    text-decoration: none;
    color: white;
    margin-top: 1rem;
    text-align: center;
    /* margin-right: 20px; */
  }

  /* .box .wrapper {
        overflow-x: hidden;
        overflow-y: hidden;
    } */

  /* .wrapper .item {
        min-width: 18rem;
        height: 18rem;
        background-color: gray;
        margin: 1rem;
        border-radius: 10px;
    } */
  .box {
    padding: 1rem 2.5rem;
    transition: 0.3s;
  }

  .input {
    font-family: "regular";
    color: white;
    background: rgba(255, 255, 255, 0.3);
    outline: none;
    padding: 0.5rem;
    border-radius: 10px;
    width: 20rem;
    text-align: center;
    border: 1px solid white;
    display: none !important;
  }

  .input-mobile {
    font-family: "regular";
    color: white;
    background: rgba(255, 255, 255, 0.3);
    outline: none;
    height: 30px;
    border-radius: 100px;
    width: 30px;
    text-align: center;
    border: 1px solid white;
    /* position: fixed; */
    margin-left: 20px;
    margin-top: 20px;
    /* champ de recherche caché jusqu'a mise a jour backend attendue */
    display: none;
  }

  ::placeholder {
    font-family: "regular";
    color: #f5f5f5;
    font-style: italic;
    opacity: 1;
  }
}








							/* CSS du bouton de téléchargement de l'application Android, visible uniquement sur écrans téléphone ( moins de 600px de largeur ) */
							.android-app-button {
								display: none;
							}

							/* .icon-android {
                height: 25px;
								max-height: 25px;
                width: 25px;
								max-width: 25px;
								margin-bottom: -8px;
							} */

							@media screen and (max-width: 600px) {
								.android-app-button {
								display:block ;
							}
							}






@font-face {
  font-family: "regular";
  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "semibold";
  src: url("../fonts/Inter-SemiBold.ttf");
}
