@font-face {
    font-family: 'frente_h1regular';
    src: url('FrenteH1-Regular-webfont.eot');
    src: url('FrenteH1-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('FrenteH1-Regular-webfont.woff') format('woff'),
         url('FrenteH1-Regular-webfont.ttf') format('truetype'),
         url('FrenteH1-Regular-webfont.svg#frente_h1regular') format('svg');
}
@font-face {
    font-family: 'web_serveroffregular';
    src: url('Web_Serveroff-webfont.eot');
    src: url('Web_Serveroff-webfont.eot?#iefix') format('embedded-opentype'),
         url('Web_Serveroff-webfont.woff') format('woff'),
         url('Web_Serveroff-webfont.ttf') format('truetype'),
         url('Web_Serveroff-webfont.svg#web_serveroffregular') format('svg');
}

section{
  background-color: #f6f6f6;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

p{
    font-family: 'web_serveroffregular';
    font-size: 1.2em;
}

#page{
  display: block;
  position: relative;
}
#en-tete{
  margin-top: -3%; 
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}

#image_panier{
  width: 30%;
}
#panier_paypal{
  position: absolute;
  right: 0px;
  top: 50px;

}

#panier_paypal_mobil{
  display: none;
}

a {
  color: black;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;

}

a:hover, a:focus{
  color: #ff3000;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}

#menu_classique{
  width: 100%;
  height: 120px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: large;
}
ul {
    padding: 0px;
}    
li{
  font-family: "frente_h1regular";
  list-style: none;
}
#menu_classique li{
  color: black;
  margin: 20px;
  margin-bottom: 5px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  display: inline-block;
  font-size: 2em;
  
}
#menu_mobil{
    display: none;
  }


h1,h2,h3,h4,h5,h6{
  font-family: "frente_h1regular";
  text-transform: uppercase;

}
h1{
  font-size: 2.2em;
  margin-bottom: 14px;
}

h5{
  margin-bottom: 20.5px;
  margin-left: 10px;
}

strong{
  text-transform: uppercase;
  font-weight: normal;
}
 span{
  width: 100%;
  height: 100%;
  margin: auto;
}

#image_medium{
  display: block;
  width: 100%;
}

#logo_bordza{
  display: flex;
  align-items: flex-end;
  width: 80%;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 10px;
  justify-content: flex-start;

}

#logo_bordza h5{
  font-size: 1em;
  font-family: "web_serveroffregular";
  margin-bottom: 0;
  margin-left: -152px;
  }

#logo_bordza h1{
  font-size: 5em;
  margin-left: 10px;
}

#logoImage{
  float: left;
  width: 20%;
  min-width: 90px;
  max-width: 100px;
  margin-top: 15px;
}

footer{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;

  background-color: black;
  width: 100%;
}

footer h5{
  color: #fff;
  font-family: "web_serveroffregular";
  font-weight: lighter;
  font-size: 1.2em;
}

footer div{
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-wrap: wrap;
}

footer img{
  margin-top: 30px;
  height: 23px;
  width: 23px;
}

#enveloppe{
  height: 20px;
  margin-top: 31px;
}
.logo_social{
  float: left;
}
