/* CSS Document */

body{
    margin-top:58px;
    background-color: #FFF7E8;
}

.nav-link{
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: bold;
    color:#454545;
    border-radius:20px;
}

.nav-link:hover{
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: bold;
    color:#FFF7E8;
    background-color:#454545;
    transition-duration: 0.5s;

}

.couleur-typo{
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: bold;
    color:white;
}


.bg-nav{
    -webkit-backdrop-filter: blur(8px); /* Pour Safari */
    backdrop-filter: blur(8px); /* Pour Chrome */
    background-color: rgba(255,247,232,0.50)
}

.navbar-toggler-icon{
    background-color:black;
    border-radius: 6px;
}

a.navbar-brand{
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: bold;
    color:white;
}

.accueil-header {
  position: relative;
  background-color: black;
  height: 92vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 1;
  z-index: 1;
     -webkit-animation: smooth 9s ease-in;
    -moz-animation: smooth 9s ease-in;
    -o-animation: smooth 9s ease-in;
    -ms-animation: smooth 9s ease-in;
    animation: smooth 9s ease-in;
}

@-webkit-keyframes smooth {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

@-moz-keyframes smooth {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

@-o-keyframes smooth {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

@keyframes smooth {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

.accueil-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-texte{
    z-index: 2;
     -webkit-animation: smooth 5s ease-in;
    -moz-animation: smooth 5s ease-in;
    -o-animation: smooth 5s ease-in;
    -ms-animation: smooth 5s ease-in;
    animation: smooth 5s ease-in;
}

.header-texte h1{
    font-family: "Helvetica";
    font-size: 7vmax;
    font-weight: bold;
    color:#FFF7E8;
    line-height: 7vmax;
}

.header-img{
    z-index:2;
}

.header-texte h2{
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: bold;
    color:white;
    line-height: 27px;
}

.header-texte h3{
    font-family: "Helvetica";
    font-size: 20px;
    font-weight: bold;
    color:#FFF7E8;
    line-height: 27px;
}

.btn-explorer{
    text-decoration: none;
    font-family: "Helvetica";
    font-size: 15px;
    font-weight: bold;
    color:#454545;
    background-color: #FFF7E8;
    border:solid 1px rgba(255,255,255,0.05);
    border-radius: 100px;
}

.btn-explorer:hover{
     background-color: #454545;
    text-decoration: none;
    color:#FFF7E8;
    transition-duration: 0.5s;
}


/* Pour voir une image à la place d'une vidéo sur téléphone  */

@media (pointer: coarse) and (hover: none) {
  .accueil-header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
 .accueil-header video {
    display: none;
  }
} 


.section-text h1{
    font-family: "Helvetica";
    font-size: 50px;
    font-weight: 900;
    color:#454545;
    line-height: 55px;
}

.section-text h2{
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: 600;
    color:#454545;
    line-height: 24px;
}

.section-text h3{
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 500;
    color:#454545;
    line-height: 23px;
}

.titre-produit-viande h1{
     font-family: "Helvetica";
    font-size: 30px;
    font-weight: 600;
    color:#FFB696;
    line-height: 24px;
}

.titre-produit-viande h2{
     font-family: "Helvetica";
    font-size: 20px;
    font-weight: 600;
    color:#454545;
    line-height: 24px;
}

.titre-produit-vegan h1{
     font-family: "Helvetica";
    font-size: 30px;
    font-weight: 600;
    color:#B6E2B9;
    line-height: 24px;
}

.titre-produit-vegan h2{
     font-family: "Helvetica";
    font-size: 20px;
    font-weight: 600;
    color:#454545;
    line-height: 24px;
}

.titre-produit-sucre h1{
     font-family: "Helvetica";
    font-size: 30px;
    font-weight: 600;
    color:#BBB6E2;
    line-height: 24px;
}

.titre-produit-sucre h2{
     font-family: "Helvetica";
    font-size: 20px;
    font-weight: 600;
    color:#454545;
    line-height: 24px;
}

.fond-categorie h2{
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: 900;
    color:black;
    line-height: 19px;
}

.fond-categorie h3{
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: 500;
    color:#363636;
    line-height: 15px;
}

.fond-categorie h4{
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: 600;
    color:black;
    line-height: 24px;
}

.fond-categorie{
    border-radius: 20px;
    background-color: #FFEFD2;
    box-shadow: 0px 15px 18px 5px rgba(0, 0, 0, .1);
}

.footer{
	background-color: #EDEDED;
}

.footer-titre{
	color: black;
	font-style: "Helvetica Nue";
	font-size: 12px;
	font-weight:bold;
}

.foot{
	color: black;
	font-style: "Helvetica Nue";
	font-size: 12px;	
}

.typo-logo{
    font-family: "Futura";
    font-weight: bold;
    color:#FFF7E8;
}

.typo-logo-2{
    font-family: "Helvetica";
    font-weight: bold;
    color:#CB0003;
}

.img-produit{
    z-index: 1;
    position:absolute;
    bottom:60%;
    left:20%;
    opacity: 1;
    filter: blur(0px);
  -webkit-filter: blur(0px);
}

.categories{
    background-color: none;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .1);
}

.pictogramme{
    background-color: #FFEFD2;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: rgba(255, 255, 255, 0.5);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
border-radius: 10px;
}

.nav-pills .nav-link {
border-radius: 10px;
}

.fond-categorie .new-block{
    background-color:#16E069;
    border-radius: 30px;
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: 600;
    color:black;
    line-height: 15px;
}

.carte-produit{
    border-radius:20px;
    background-color: #FFF7E8;
    box-shadow: 0px 20px 10px 5px rgba(124, 124, 124, 0.08);
}

.carte-produit:hover{
    background-color: white;
    transition-duration: 0.5s;
}

.carte-produit .ball-viande:hover{
    color:white;
}

.carte-produit-vegan{
    border-radius:20px;
    background-color: #FFF7E8;
    box-shadow: 0px 20px 10px 5px rgba(124, 124, 124, 0.08);
}

.carte-produit-vegan:hover{
    background-color:rgba(182,226,185,0.5);
    transition-duration: 0.5s;
}

.carte-produit-sucre{
    border-radius:20px;
    background-color: #FFF7E8;
    box-shadow: 0px 20px 10px 5px rgba(124, 124, 124, 0.08);
}

.carte-produit-sucre:hover{
    background-color:rgba(187,182,226,0.5);
    transition-duration: 0.5s;
}

.texte-produit h1{
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 600;
    color:#454545;
}

.texte-produit h2{
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: 500;
    color:#454545;
}

.texte-produit h3{
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: 600;
    color:#454545;
}

.ball-viande{
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 600;
    color:#FFB696;
}


.ball-vegan{
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 600;
    color:rgba(182,226,185,1);
}

.ball-sucre{
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 600;
    color:rgba(187,182,226,1);
}

.img-ball-produit{
    border-radius: 20px;
    background-color:none;
}

.img-ball-produit-vegan{
    border-radius: 20px;
    background-color:rgba(182,226,185,0);
}

.img-ball-produit-sucre{
    border-radius: 20px;
   /* background-color:rgba(187,182,226,1); */
}
