:root {
    --primary: black!important;
    --color: #415462;
    --color1: #99CC99;
    --color2: #ED9B40;
    --color3: #BA3B46;/*#FE654F*/
    --color4: #85C7F2;

    --contrast: #FE654F!important;
    font-family: 'Poppins', sans-serif;
    
    --h2-color: #24333e;
    --font-size:17px;
}

body{
    background-color: white;
    color: var(--color);
}

p{
    color: #415462;
}



@media screen and (min-width: 600px) {
body{
    color: #624F41;
    background-color: #FFFFFF;
    margin-top: 60px;
}
}

@media screen and (max-width: 600px) {
    body{
     margin-top: 69px;
}
    
#accueil{
     margin-top: 68px;
}
}

@media screen and (max-width: 600px) {
    #accueil{
     margin-top: 50px;
}
}

body > main{
    padding-bottom: 0px;
    
}

.hero {
    background-color: #394046;
    background-image: url(../images/baniere-bio.jpg);
    background-position: center;
    background-size: cover;
    height: 75vh;
    margin-top: 50px;
}

h1{
    font-family: 'Caveat', cursive;
    font-family: 'Amatic SC', cursive;
    font-family: 'Atma', cursive;
    font-weight: 400;
    text-align: center;
    color: #1B2832;
}

h2{
    font-family: 'Poppins', sans-serif;
    color: #24333e;
    font-weight: bold;
}

section{
    background-color: white;
}

.menu{
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: white;
    width: 100vw;
    border-bottom: 2px solid black;
}

.menu .nav{

}

.menu .logo img{
    height: 60px;
}

.menu .logo{
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu a{
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu a[role=button]{
    color: white;
}

.bannner-bottom{
    background-color: #E1F1E1;/*99cc99  8ba584*/
    /*border: 2px solid black;*/
    text-align: center;
}

.bannner-bottom h1{
    margin-bottom: 0px;
}

.vert{


}

.center{
    text-align: center;
}

.waves-bottom, .waves-top{
    position: relative;
    background-color: #E1F1E1;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 100vw;
    /*overflow-x: hidden;
    overflow-y: visible;*/
}

.waves-bottom{
    margin-bottom: calc(var(--block-spacing-vertical) + 24px);
}

.waves-bottom:after {
    background: url(../images/bg_waves-green.svg) repeat-x;
    content: "";
    height: 25px;

    background-size: 100%;
    transform: rotate(180deg);
    position: absolute;
    bottom: -24px;
    left: 0px;
}

.waves-top:before {
    background: url(../images/bg_waves-green.svg) repeat-x;
    content: "";
    height: 24px;

    background-size: 100%;
    position: absolute;
    top: -24px;
    left: 0px;
}


@media screen and (min-width: 600px) {
    .waves-top:before{
        width: 100%;
    }

    .waves-bottom:after{
        width: 100%;
    }
    
    .grid > *{
    padding: 0 20px;
}
}

@media screen and (max-width: 600px) {
    .waves-top {
        
    }
    .waves-bottom {
        
    }
    
    .waves-top:before{
        background: url(../images/bg_waves-green-mobile.svg) repeat-x;
        background-size: 100%;
        width: 100%;
        /*width: 300%;
        overflow: hidden;*/
    }

    .waves-bottom:after{
        background: url(../images/bg_waves-green-mobile.svg) repeat-x;
        background-size: 100%;
        width: 100%;
        /*width: 300%;
        overflow: hidden;*/
    }
    
        .grid > *{
    padding: 0px 0px 20px 0px;
}
}

#lien-paniers h2{
    margin-bottom: 10px;
    text-align: center;
}

.last{
    margin-bottom: 0px;
}

.green-top:before{
    height: 50px;
    background-color: #E1F1E1;
    width: 100%;
    content: "";
    position: absolute;
    top: -50px;
    left: 0px;
}

.grid{
justify-content: center; /* centers items horizontally */
  align-items: center; /* centers items vertically */
}



.reverse{
   display: grid;
}

.reverse > div:first-child{
   order:2;
}

#panier a{
    color: white;
    font-size: 15px;
}

#panier h2{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}