@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,600&display=swap');
/* Home*/
#index{
    background-image: url("img/bg.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
}

body{
    font-family: 'Urbanist', "Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
    font-size: 1.5rem;
}
h1{
    font-size: 45px;
    font-weight: 700;
}
.vl {
    border-left: 4px solid red;
    height: 150px;
  }

  a{
      text-decoration: none;
      color: white;
  }

p{
  font-size: 20px;
}

.apropos{
background-image: url("../img/apropos.jpg");
background-size: cover;
background-position: left;
background-repeat: no-repeat;
height: 80vh;
}

footer{
  background-image: url("img/Footer.jpg");
  background-size: cover;
  background-position: center;

}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
}

#myBtn:hover {
  background-color: #555;
}

.carousel-inner i{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right:0; 
  margin-bottom: 1rem;
  margin-left:0;
  list-style: none;

}

/* page contact */
.sliderContact{
  background-image: url("img/contact.png");
  background-size: cover;
  background-position:center;
  height: 75vh;
  }
  
/* page produits */

.sliderProduit{

  background-image: url("img/sliderProduit.jpg");
  background-size: cover;
  height: 35vh;

}

.space{
  background-color: #EAECEE;
  border-radius: 1rem;
}
.space a{
  color: black;
}

.filtrage {
  padding-top: 20px;
  border-radius: 1rem;
}

.rowproduits .card-footer{
  border: 0;
  background-color: white;
}

.img-produit{
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* Galerie*/

.myrow {
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  -ms-flex: 50%;
  /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

.annexe{
    
  background-image: url("img/annexe.jpg");
  background-position: center;
  background-size: cover;
  height: 200vh;
}