@media only screen and (max-width:1200px){
    
    
@keyframes anim_tacos {
       0%{width: 0px; height: 0px;}
       100% {width: 150px; height: 150px;}
}
    
@keyframes anim_rond {
       0%   {width: 75px; height: 75px;}
       50%   {width: 150px; height: 150px;}
       75% {width: 150px; height: 150px;}
       100% {width: 0px; height: 0px;}
}
    
@keyframes anim_r {
    0%{transform: translateX(100%) rotate(90deg);}
    100%{transform: translateX(50%) rotate(90deg);}
    
}
    
@keyframes anim_h {
    0%{transform: translateX(-100%) rotate(-90deg);}
    100%{transform: translateX(-50%) rotate(-90deg);}
}
    
body.baser{
	height:auto;
}
#txt_r{
	height:80px;
	margin-top:105%;
}
   
#txt_h{
	height:80px;
	margin-bottom:105%;
}
    
    
    
.container_tacos{
	position: absolute;
	margin: auto;
	background-color: none;
	width: 100%;
}
/*
 
 * histoire */

#btn_retour{
    width: 35px;
}
 
#gaucheh,
.gaucheh
 {
  position: relative;
  float: left;
  height: auto;
  width: 100%;
}

#droiteh,
.droiteh {
  position: relative;
  float: left;
  min-height: 100%;
  width: 100%;
  padding-right: 1em;
}	
	
#gaucheh #texte{
    width: 80%;
    margin-left: 10%;
}	
	
#droiteh marquee{
    margin-left: auto;
	margin-right:auto;
	z-index: 1000;
}	
	
p{ font-size: 1em;

}	
h1{
    font-size: 5em;
    margin-left: 0px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}	
h3{
    font-size: 1.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
h4{
    font-size: 2.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;	
}

/* recettes */
body.Nomargin{
	float:left;
}
#head {
	flex-wrap:wrap;
	height:auto;
	justify-content: space-around;
	width:100%;
	flex-direction: column-reverse;
}
#head #btn_retour{
	width:35px;
}
#head h1{
	font-size:4em;
	width: 100%;
}

#liste{
	display:flex;
	flex-wrap:wrap;
		width:100%;
	flex-direction: column-reverse;
}
#liste #ing,
#liste #personne{
	width:100%;
}

#ing, #gaucher {
	padding-left: 1em;
}

#droiter {
	padding-right: 1em;
}

#btn_poulet{
    width: 6em;
	font-size:2em;
	border-width:0.1em;
}
#btn_viande{
    width: 8em;
	font-size:2em;
	border-width:0.1em;
}

#poulet{
		display:block;
		float:left;
 }
#viande{
	display:none;
	float:left;
}


#personne{
	width:100%;
	flex-wrap:wrap;
	margin:0;
	padding-left:0;
	padding-right:0;
}

#deroul{
	height:100%;
	position:relative;
	display:block;
	z-index:-10;
}
#gaucher,
#droiter {
	float: none;
	width:100%;
	position: relative;
	/*margin-top:50px;*/
}
#droiter{
	font-size:1.5em;
}
#personne h2{
	width: 100%;
	font-size:2em;
	flex-grow:10;
	text-align:center;
}

li{
	font-size:0.8em;
}

	
}