



body {

  width: 120%;
  max-width: 1200px;/*largeur ok*/
  

  font-family: Helvetica, sans-serif;

background-image:url('images/neige.jpg');
background-repeat: repeat;
background-size:cover;





 background-attachment: fixed;




 }


#super_container{
width: 100%;
  max-width: 80%;
 
  z-index: 100;

}

 #container{
  width: 100%;
  
  
  z-index: 100;



 }


a {
  color: #000;
}

/* header pic haut menu*/
#vert{

  text-align:center;
 

}
#vert{

text-align:center;
 background: linear-gradient(white, #4b584c);

margin-bottom:-2px;
}

#vert img{

  width: 100%;
}
/*tour general menu*/
.header {
  
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
margin-top:-17px;
margin-left:-10px;
  
margin-bottom:20px;
  border-radius: 20px;
  background: linear-gradient(white, #4b584c);

}
/*tour petit menu*/
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-image: url('images/casc.gif');
background-size: 100%;
border-radius: 20px;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  font-size: 165%;
  font-weight: bolder;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 0,3em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;

}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }





#deco_plante{

padding-right: 33%;

border-style:24px groove #273a29;


}

/*#ligne{

  display: flex;
flex-direction: row;
flex-wrap: nowrap;

justify-content: space-between;
}

#diag_g p{


border-bottom:24px groove #273a29;
z-index: 10;
transform: rotate(-45deg);
height:100%;
padding-right: 3500px;

}

#diag_d p{


border-bottom:50px groove  #4b584c
;
z-index: 10;
transform: rotate(114deg);
height:100%;
padding-left: 3100px;

}


/*barre laterale*/
#text{

 background: linear-gradient(white, #4b584c);
margin-left:8%;
margin-top:-50px;

}

#bloc p{
  width: 600px;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 1%;
  padding-left: 1%;
font-size: 33px;
  

}



#section1{

display: flex;
flex-direction: row;
flex-wrap: nowrap;

justify-content: space-between;


}

#bloc{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
margin-right: -33%;
text-align: justify;

justify-content: space-between;

}


#deco_v{

margin-left: 20%;
  
}


#veg h1{


font-size: 60px;
height: 150px;



}

#bloc h2{

background: linear-gradient(white, #4b584c);

}
#footer{
  font-size: 25px;

color:white;
  width:160%;
  height: 200px;
  text-align:center;
  background-image: url(images/menu_v.jpg);
background-position:center;
margin-left:-2px;
display: flex;
flex-direction: row;
justify-content:space-evenly;
 }

 #deco_v{

  width: 80%;
 }

