*{padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body{
	font-size:15px;
}

img{
  width: 100%;
}

.img-responsive{margin-bottom: 20px;}

.lr{
  padding-left: 25px; 
  padding-right: 25px;
}

.margeh{padding-top: 35px;}

.marget{padding-top: 50px;}

.margeb{padding-bottom: 50px;}

.sechb{
  padding-top: 90px; 
  padding-bottom: 60px;
}

.seca{padding-bottom: 80px;}

.secb{padding-bottom: 60px;}

.no-padding > [class*='col-'] {padding-right:0; padding-left:0;} 

h1, h2, h3, h4 {
  font-family: georgia; 
  text-align: center;
}

h2{padding-bottom: 40px;}

h3{padding-bottom: 20px; font-weight: bold;}    

.margeh p{
  text-align: center; 
  padding-bottom: 20px;
} 

h3+p{text-align: center;}

/*barre*/

header {
  text-align: center; 
  position: fixed; 
  width:100%; 
  height: 60px;
	background-color: rgba(0, 0, 0, 0.8); 
  z-index: 1000;
}

.barre a {
  font-size:19px; 
  text-decoration: none;
  font-family: georgia; 
  color: white; 
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
}

.barre a:hover{color: red;}

.barrebis a{
  color: white; 
  font-size: 15px;
  width: 150px; 
  font-family: georgia;
  max-height: 10px;
} 	        

.barrebis a:hover{font-size:15px; text-decoration: none;
       font-family: georgia; color: white; width: 150px;}

.accordeon{width: 150px;
           text-align: left;}

.accordeon p{transform: scaleY(0);width: 150px;
             transform-origin: 50% 0;
             transition:transform 1s ease;}

.accordeon:hover p{transform: scaleY(1); background-color: rgba(0, 0, 0, 0.9);width: 150px;} 

/*fonds des sections*/

.fs{background: -webkit-linear-gradient( right, #767676,#979797, white, #979797, #767676 );
background:    -moz-linear-gradient( right, #767676,#979797, white, #979797, #767676  );
background:     -ms-linear-gradient( right, #767676,#979797, white, #979797, #767676  );
background:      -o-linear-gradient( right, #767676,#979797, white, #979797, #767676  );
background:         linear-gradient( to left, #767676,#979797, white, #979797, #767676  );
  background-color:#C68199; color: black;}

.fondsection{background: -webkit-linear-gradient( right, white,rgb(216, 67, 89) #DA0427,rgb(216, 67, 89), white );
background:    -moz-linear-gradient( right, white,rgb(216, 67, 89), #DA0427,rgb(216, 67, 89), white );
background:     -ms-linear-gradient( right, white,rgb(216, 67, 89), #DA0427,rgb(216, 67, 89), white );
background:      -o-linear-gradient( right, white,rgb(216, 67, 89), #DA0427,rgb(216, 67, 89), white );
background:         linear-gradient( to left, white,rgb(216, 67, 89), #DA0427,rgb(216, 67, 89), white );
  background-color:#C68199; color: white;}  

.fonddeux{background-image: url(resto/fonddeux.jpg); background-size: 100% 100%;
          color: black;}	         

.fondcarte{background-image: url(resto/vecardoise.jpg);
background-size: 100% 100%; color:white; padding-top: 5%; 
padding-bottom: 5%; text-align:center; font-size:18px; 
font-family: zapf-chancery;} 

/*page une*/                    

.img-accueil {
  background: url('resto/beef_accueil2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.atelier {background-color: rgba(255, 230, 255, 0.4);
	      text-align: center; margin-top: 165px; margin-bottom: 150px;
	      padding-top: 10px; padding-bottom: 20px; color: black; font-weight: bold;}	 	 

.logo{max-width: 50px; max-height: 50px; margin-left: auto;
       margin-right: auto;}

.titre{color: #000000;
          text-shadow:
        0 0 4px white,
   0 -5px 4px #FFFF33,

  2px -10px 6px #FFDD33,
-2px -15px 11px #FF8800,
 2px -25px 18px #FF2200;
 color: black; font-family: georgia; font-size: 50px;}

.ouverture{font-size: 18px; font-weight: bold;}

.bouton {border: 2px solid white; font-size: 16px; 
	     padding: 5px 23px; border-radius: 20px;font-family: georgia;
	 background: -webkit-linear-gradient( right, #FE0602, #FF4D4B, #FE0602);
background:    -moz-linear-gradient( right, #FE0602, #FF4D4B, #FE0602);
background:     -ms-linear-gradient( right, #FE0602, #FF4D4B, #FE0602);
background:      -o-linear-gradient( right, #FE0602, #FF4D4B, #FE0602);
background:         linear-gradient( to left, #FE0602, #FF4D4B, #FE0602);
  background-color:#C68199; color: black;}	 

.bouton:hover{text-decoration: none; color: white; 
              font-size: 17px; padding: 4px 22px;}

.boutonfixe{max-width: 25px; max-height: 25px; position: fixed;
             z-index:1000; margin-left: 94%; margin-top: 70px;}                            

/*page deux*/

.roundb{width: 100vw; max-width: 200px; height: 100vw;
        max-height: 200px;  display: flex;
        flex-direction: column; justify-content: center;
        flex-wrap: wrap; border-radius: 50%; 
        margin:auto; margin-bottom: 20px;} 

.roundbc{width: 160vw; max-width: 260px; height: 160vw;
        max-height: 260px;  display: flex;
        flex-direction: column; justify-content: center;
        flex-wrap: wrap; border-radius: 50%; 
        margin:auto; margin-bottom: 30px;}   

.y, .z{margin-top: 70px}

/*page produits*/

.round{border-radius: 15%; border: 1px solid black; margin-bottom: 10px;} 

.imgdessert{min-height:310px; max-height: 310px}	

footer{background-color:#371A1E; height: 100px; 
	   color: white; font-size: 12px; padding-bottom: 15px; 
	   padding-top: 15px;}  

i{font-size: 22px; color: white; text-align:center; 
  padding-top: 9px;}	  

.tableau{padding-top: 80px; padding-bottom: 50px;}  

.repreq{margin-bottom: 20px;}

.couleur{color: #021DDF;}

/*grumpy cat
nala 
iamlibub*/
