@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root{
  cursor: url('../img/curseur.png'),auto;
  a:hover{
    cursor: url('../img/pointeur.png'),auto;
  }
}

.fullscreen {
  position: relative;
  width: 100vw;
  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(236, 232, 219);
  color: rgb(24, 24, 24);
  font-size: 2rem;
  overflow: hidden;

  animation: grow 1s ease-out forwards;
}
@keyframes grow {
  from {
    height: 5vh;
  }
  to {
    height: 45vh;
  }
}

.bottom-left-image {
  position: absolute;
  left: auto;
  width: 100%;
  z-index: 2;
  top: 10%;
}
.bottom-svg {
  position: absolute;
  bottom: -29%;
  left: 49%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
  .navbar-brand{
   img{
    width: 45px;
   }
  }

.row {
  text-align: center;
  padding: 10px;
  width: 95%;
  margin: auto;
}

body{
  font-family: "Archivo Black";
  text-align: center;
  min-height: 100dvh;
}
main{
  font-family: "Archivo black";
  p{
    font-family: "Roboto", sans-serif;
  }
}

.card{
  width: 18rem;
  margin-left: auto;
  margin-right: auto;
  min-width: 220px;
  height: 540px;
}
.btn-primary{
  --bs-btn-bg: rgb(143, 143, 143); 
  --bs-btn-disabled-bg :#2b2b2b;
  --bs-btn-disabled-border-color:#494949;

}
.btn-dark{
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  left: auto;
  display: flex;
  text-align: center;
}

:hover.btn.btn-primary.btn-lg{
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  left: auto;
  display: flex;
  text-align: center;
  --bs-btn-bg: rgb(121, 121, 121); 
  --bs-btn-disabled-bg :#2b2b2b;
  --bs-btn-disabled-border-color:#494949;
  border: var(--bs-btn-border-width) rgb(121, 121, 121);
}
.show{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 1.5rem;
  padding: 10px;
  justify-content: space-between;
  height: fit-content;
  width: 100%;
  
}

.search-container {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
}

.search-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.search-box {
  display: flex;
  gap: 10px;
  width: 95%;
  margin: auto;
}

.search-box input {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s;
}

.search-box input:focus {
    border-color: #4a90e2;
    outline: none;
}

.search-box button {
    padding: 12px 18px;
    border: none;
    background-color: #4a90e2;
    color: white;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.search-box button:hover {
    background-color: #357abd;
}

footer{
  position: relative;
  bottom: 0;
}
@media (min-width: 576px){
  
.bottom-left-image {
position: absolute;
  left: -23%;
  width: 85%;
  z-index: 2;
  top: 23%;
}
.btn-dark{
  width: 95%;
  left: auto;
  text-align: center;
  align-self: center;
  margin: 0,auto;
}
.main_button{
  display: flex;
  width: 20%;
  margin: auto;
}
}
@media (min-width: 804px){

.main{
  height: 50vh;
}
  
.bottom-left-image {
  position: absolute;
  left: -4%;
  width: 49%;
  z-index: 2;
  top: 7%;
}
.btn-dark{
  width: 90%;
  left: auto;
  text-align: center;
  align-self: center;
  margin: 0,auto;
}
.main_button{
  display: flex;
  width: 20%;
  margin: auto;
}
.row {
  text-align: center;
  padding: 10px;
  width: 50%;
  margin: auto;
}
}
@media (min-width: 1700px){
  
.bottom-left-image {
  position: absolute;
  left: 8%;
  width: 36%;
  z-index: 2;
  top: -31%;
}
.btn-dark{
  width: 90%;
  left: auto;
  text-align: center;
  align-self: center;
  margin: 0,auto;
}
.main_button{
  display: flex;
  width: 20%;
  margin: auto;
}
}
