
@font-face {
    font-family: 'voltaireregular';
    src: url('voltaire-regular-webfont.woff2') format('woff2'),
         url('voltaire-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  font-size:20px;
  background-color:#f4f4f4;
}

.contenu{
  width:90%;
  max-width: 777px;
  margin:auto;
  overflow: hidden;
  font-size:17px;
}

ul{
    float:right;
}


header{
  clear: both;
  width: 100%;
  height: 10%;
	position: relative;

  font-size:20px;
  background:#301710;
  color:#ffffff;
  padding-top:16px;
  min-height:40px;
  border-bottom:#ffffff 3px solid;
}

header a{
  color:#ffffff;
  text-decoration: none;
  font-size: 18px;
}

header li{
  float:left;
  display:inline;
  padding:0 7px 0 7px;
}

header #enseigne{
  float:left;
}

header #enseigne h1{
  margin:0;
}

header .rouge a{
  color:#e8491d;
  font-weight:bold;
}

header a:hover{
  color:#e8491d;
  font-weight:bold;
}

.carte{
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.5);
    transition: 0.3s;
    border-radius: 15px;
    padding: 15px;
    background-color: #A98C78;
    font-size:15px;

}

.legendecarte{
    padding-right:0px;
    padding-bottom:0px;
    padding-top:2px;
    padding-left:15px;
}

.site {
	color:black;
}

h2{
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
}

#merci a{
    font-size:20px;
}
#merci h1{
    font-size:35px;
}

#voila{
  min-height:400px;
  background: url('fond.jpg') ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align:center;
  color:#ffffff;
}

#voila h1{
margin-top:100px;
font-size:37px;
margin-bottom: 10px;
}

.box{
  float:left;
  width:50%;
  margin-top:2%;
  }

.boxdif1{
    float:left;
    width:33%;
    margin-top:2%;
  }
.boxdif2{
      float:left;
      width:67%;
      margin-top:2%;
    }

.blabla, .expo, .tel, .sms{
padding-left:2%;
border-radius:7px;
color:white;
padding-bottom:2%;
}

.blabla, .merci{
color:black;
}

.expo, .sms{
margin-left:2%;
}


.expo, .sms, .tel{
text-align: center;
color:#ffffff;
background:#301710;
}

#peinture, #sculpture, #petitmickey, #peluche, #autre{
border-bottom:#ffffff 3px solid;
margin-top:2%;
color:#ffffff;
background:#301710;
}

#bas{
  text-align:center;
  font-size:13px;
  color:#ffffff;
  background-color:#301710;
  margin-top:2%;
}

@media(max-width:768px){

.box, .boxdif1, .boxdif2 {
  float:left;
  text-align: center;
  width:100%;
  margin-top:2%;
  margin-bottom:2%;
  padding-bottom:2%;
}

.expo, .blabla, .merci {
  margin-left:0;
  margin-right:0;
}
}
