@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@700&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: 25px;
}
h1{
    font-size: 45px;
}
.vl {
    border-left: 4px solid red;
    height: 150px;
  }

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

  

  * {
    box-sizing: border-box
}

  
.actualite img{
  
    border-radius: 1.5rem;
}
.actualite h4, .actualite p{
  
  margin: 5% 0% 5% 2%;

}
.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;
}
/*
#myicon{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: -70%;
  margin-bottom: 10rem;
  margin-left: 18%;
  font-size: 40px;
  list-style: none;
  color: red;
}
*/
.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 actuaite */
.img_act{
  width: 100%;
  height: 400px;
  border-radius: 1.25rem!important;
}

.mycard
{
  height: 100%;
  background-color: #eeeeee;
  border-radius: 1.25rem!important;

}
.row_act
{
  margin: 5% 0% 8% 0%;
}

.mycard-footer{
  border-radius : 0%;
  background-color : #eeeeee;
  border-top : 0;
  border-radius: 1.25rem!important;
  border-bottom:  solid rgba(0,0,0,.125);
  


}


/* 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;
}/*
.sliderGalerie{
  background-image: url("img/apropos.jpg");
  background-size: cover;
  background-position: left;
  height: 80vh;
  }
*/

  /* Annexe */

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