body {
    background: #fff;
    margin: 0;
    font-family: sans-serif;
    font-weight: 200;
    line-height: 22px;
}

h1 {
    font-family: Adelia;
    font-size: 22pt;
    line-height: 60px;
    margin: 0 0 15px 0;    
}

nav {
    background: rgba(14,11,11,1);
    padding: 0;
    position: fixed;
    right: -300px;
    z-index: 1;
    width: 200px;
    height: 100%; 
    margin: 0 0 0 0;
    transition: 0.1s;
    box-shadow: 2px 0px 30px -5px #00000070 inset;
}

#navicon {
    margin: 40px 40px 0 0;
    padding-top: 6px;
    height: 38px;
    position: fixed;
    right: 0;
    z-index: 5;
    font-size: 500%;
    text-decoration: none;
    color: #dad4ce;
    font-family: arial unicode ms,Helvetica,Arial,sans-serif;
}


#navicon:hover { 
    transition: 0s;
    font-weight: bold;
}

nav ul {
    margin: 0;
    padding: 100px 41px;
    text-align: right;
}

nav ul li {
    color: #dad4ce;
    list-style-type: none;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: bold;
}

#accueil {
    height: 890px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.8505996148459384) 0%, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 100%), url("img/accueil.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 30px;
    margin: 0;
    text-align: center;
    box-shadow: 0 0 30px #000;
}

#logo {
    background: url("img/logo_white.png");
    background-size: contain;
    height: 350px;
    margin: 40px 30px;
    background-repeat: no-repeat;
}

#presentation {
    height: 1000px;
    margin: 0;
    background: background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 68%, rgba(25,18,18,1) 84%);
}



a {
    text-decoration: none;
    color: #dad4ce;
}

#presentation #citation p {
    color: #a79485;
    background: #000;
    padding: 90px 10%;
    font-size: 20pt;
    margin: 0;
    text-align: center;
    font-family: Roboto thin;
    line-height: normal;
    letter-spacing: 0.5pt;
}

hr.solid {
    border-top: 1px solid #a79485;
    width: 200px;
}



#oignon {
    background: url("img/oignon.jpg");
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 40%;
    margin: 150px 7%;
    background-repeat: no-repeat;
}

#pres_texte {
    margin: -581px 14% 0 53% ;
    font-size: 13pt;
    color: #a79485;
}

#pres_texte h1 {
    color: #85543c;
}

#pres_texte p {
    margin: 0;
    padding: 15px 0 30px 0;
    font-family: Roboto thin;
    line-height: inherit;
    letter-spacing: 1pt;
}

#evenements { 
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(7,6,6,1) 0%, rgba(14,11,11,1) 35%, rgba(24,20,17,1) 43%, rgba(14,11,11,1) 50%, rgba(0,0,0,1) 100%);
    margin: 0;
    padding: 30px 0;
}

#evenements h1 {
    text-align: center;
    padding-top: 30px;
    color: #85543c;
}

#evenements ul {
    margin: 0;
    padding: 25px 0 0px 0;
    text-align: center;
}

#evenements li {
    display: inline-block;
    margin: 0 2% 50px 2%;
    width: 10%;
    opacity: 0.7;
}

#evenements ul li .event_img {
    height: 140px;
    width: 140px;
    border-radius: 20px;
}

#evenements ul li #event_img_germination {
    background: url("img/0_pastilles/germination.png");  
    background-size: contain;
    background-repeat: no-repeat;
}

#evenements ul li:hover #event_img_germination {
    background: url("img/0_pastilles/0_germination.png");  
    background-size: contain;
    background-repeat: no-repeat;
}

#evenements ul li #event_img_pousse {
    background: url("img/0_pastilles/pousse.png"); 
    background-size: contain;
    background-repeat: no-repeat;
}

#evenements ul li:hover #event_img_pousse {
    background: url("img/0_pastilles/0_pousse.png"); 
    background-size: contain;
    background-repeat: no-repeat;
}

#evenements ul li #event_img_equinoxe {
    background: url("img/0_pastilles/equinoxe.png"); 
    background-size: contain;
    background-repeat: no-repeat;
}

#evenements ul li:hover #event_img_equinoxe {
    background: url("img/0_pastilles/0_equinoxe.png"); 
    background-size: contain;
    background-repeat: no-repeat;
}

#evenements ul li #event_img_foret {
    background: url("img/0_pastilles/foret.png");   
    background-size: contain;
    background-repeat: no-repeat;
}

#evenements ul li:hover #event_img_foret {
    background: url("img/0_pastilles/0_foret.png");   
    background-size: contain;
    background-repeat: no-repeat;
}

#evenements ul li .event_txt {
    margin-top: 15px;
    text-align: center;
    width: 140px;
    height: 60px;
    position: absolute;
    color: #a79485;
}

#evenements .arrow {
    font-family: roboto;
    font-size: 50px;
    font-weight: thin;
    width: 50px;
    position: absolute;
}

#evenements #left_arrow {
    left: 0;
    margin-left: 40px;
    margin-top: 105px;
}

#evenements #right_arrow {
    margin-right: 40px;
    margin-top: -125px;
    right: 0;
}

#evenements p {
    margin: 0;
}

#contact {
    background: #fff;
    margin-bottom: 200px;
}

#mais {
    height: 500px;
    width: 20%;
    background: url("img/mais.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    right: 290px;
    text-align: center;
}

#contact_text {
    color: #999;
    width: 22%;
    margin: 80px 23%;
}

#contact_text h1 {
    color: #000;
    padding-bottom: 40px;
    padding-top: 80px;
}

#gallerie {
    height: 300px;
    margin-bottom: 50px;
}

#gallerie ul {
    padding: 0;
    position: absolute;
    width: 100%;
}

#gallerie ul li {
    background: red;
    padding: 0;
    height: 250px;
    display: inline-block;
}

#gallerie ul li:hover {
    opacity: 0.8;
}

#gallerie ul a:nth-child(1) li {
    background: url(img/fenouil_mini.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 21%;
    margin-left: 1.4%;
}

#gallerie ul a:nth-child(2) li {
    background: url(img/aubergine_mini.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 15%;
}

#gallerie ul a:nth-child(3) li {
    background: url(img/courgette_mini.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 21%;
}



#gallerie ul a:nth-child(4) li {
    background: url(img/tomate_mini.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 21%;
}

#gallerie ul a:nth-child(5) li {
    background: url(img/poivron_mini.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18%;
}

#valeurs {
    text-align: center;
}

#valeurs ul li {
    list-style-type: none;
    font-size: 22px;
    padding: 10px 0;
}
    