
body {
  background-color: rgba(47, 23, 15, 0.65);
}
#title{
  margin: 0;
}
h2,h3,h4,h5,p{
  font-family: "Cardo";
}
html {
  scroll-behavior: smooth;
}
nav .img_logo{
  position: absolute;
  display: none;
  width: 7em;
  -left: 23em;
  top:1em;

}
nav .active{
  text-decoration: underline;
}
.oz-bloc-sales .oz-img-solo{
  width: 80%;
  margin-left: 10%;
}
.oz-cache{
  display:none;
}
.oz-padding{
  padding:2em
}
.oz-message-ko{
  text-align: center;
  background-color: darkred;
  color:white;
  border-radius: 0.375rem;
  padding: 2em;
}
.oz_img_product{
  padding: 0 2em;
}
.oz-message-ok{
  text-align: center;
  background-color: lightgreen;
  color:black;
  border-radius: 0.375rem;
  padding: 2em;
}
#logo{
  width:80%;
  margin-left:10%;
}
#scrollToTopButton{
  display: none;
  position: fixed;
  bottom:0.5em;
  right:0.5em;
  z-index: 50;
}
#oz-bandeau-titre-options1,
#oz-bandeau-titre-options1{
  -background-color: rgba(236, 191, 174, 0);
}
#oz-bandeau-titre-options1 h2,
#oz-bandeau-titre-options2 h2{
  margin-bottom:0;
}
#oz_infos{
  display: none;
}
.sombre{
  color:rgb(65, 24, 52);
}
.oz-mini-icon{
  width:4em;
}
.oz-selection-important{
  font-size: 1.5rem;
  font-weight: bold;
}
.oz-option-1 .intro img,
.oz-option-2 .intro img{
  width: 100%
}
/* ************* filtres */
.oz-filtres{
  margin: 2em;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.oz-filtre a{
  text-transform: uppercase;
  font-family: "Cardo";
  display: block;
  font-size: 1.3rem;
  font-weight: 100;
  color: rgb(65, 24, 52);
}

.page-section .options{
  position: absolute;
  width:75%;
  left:10%;
}
.page-section .options .oz-img-bloc{
  width:80%;
  left:10%;
  position: absolute;
  display: inline;
}
.oz-cta{
  background-color: rgba(236, 191, 174, 0);;
}
.oz-icon{
  display: none;
  position: relative;
  top: 200px;
  -left: 43%;
}
/* .oz-section{
  display: flex;
  flex: left;
} */
.oz-bloc-sales{
  background-color: rgba(234, 200, 187, 0.9);
  width:90%;
  margin-left: 5%;
  padding:2em;
  border-radius: 17px;
  margin-bottom: 4em;
}
#zone-sales .oz-bloc-sales p{
  font-size: 0.9rem;
}
#zone-sales{
  display: flex;
  flex-wrap: wrap;
}
.oz-bloc-sales img{
  width: 100%;
  margin-bottom: 1em;
}
.oz-bloc-prix{
  display: block;
  position: absolute;
  right: 1em;
  padding:1em;
  border-radius:17px;
  background-color: rgba(225,187,160,1);
  border: solid 1px rgba(81,16,80,1);
}
/* ---------------------------------- caroussel */

.oz-caroussel {
  width: 80%;
  margin-left: 10%;
  text-align: center;
}
/* .oz_caroussel-next:hover,
.oz_caroussel-prev:hover{
  background-color: rgba(0, 0, 0, 0.4);
} */
.oz-caroussel_bloc {
  background-color: rgba(234, 200, 187, 0.9);
  border-radius: 7px;
  text-align: center;
  padding: 0.5em;
}
.oz-caroussel h5,
.oz-caroussel p{
  color:rgb(65, 24, 52);
}

.carousel-control-next {
  right: -55px;
}
.carousel-control-prev {
  left: -55px;
}
#page_contact .page-section {
  margin-top: -1rem;
  margin-bottom: 3rem;
}

/* ****************************************************************************************** */
/* ---------------------------------- passage au format pc */
/* ****************************************************************************************** */

@media (min-width: 992px) {
  body {
    /* taille image : 6Mo environ pour un meilleur affichage */
    background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../assets/img/admin/bg1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  #logo{
    width:40%;
    margin-left:30%;
  }
  .oz_img_product{
    padding: 0 7em;
  }
  .oz-section{
    display: flex;
    flex: left;
  }
  .oz-option-1 .intro .intro-text,
  .oz-option-2 .intro .intro-text{
    left: 0;
    width: 45%;
    -margin-top: 3rem;
    position: static;
  }
  .oz-option-1 .intro img,
  .oz-option-2 .intro img{
    width: 50%
  }

  .oz-filtres{
    margin: 2em;
    text-align: center;
    display: flex;
    flex: left;
    align-items: center;
    justify-content: center;
  }
  .oz-bloc-sales{
    width:40%;
    margin-left: 5%;
    position: relative;

  }
  .oz-bloc-prix{
    display: block;
    position: absolute;
    right:-2em;
    padding:1em;
    border-radius:17px;
    bottom: -2em;
  }

  .form-check{
    -background-color: red;
    padding-left: 45%;
    text-align: left;
  }
  .center{
    text-align: center;
  }
  .carousel-control-next {
    right: -125px;
  }
  .carousel-control-prev {
    left: -125px;
  }
  #page_contact .page-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  #scrollToTopButton{
    bottom:4em;
    right:5em;
  }

}/* -------------------- fin média querry */
