﻿/*/style_responsive/resp_gastronomie.css*/


/*--------------------------------------------------------------------style page resp_Gastronomie_régionale.html-------------------------------------------------------------->*/

.titre {
  font-weight: 300;
  justify-content: center;     
}
.titre_principal {
  height: 100px;
  margin-top: 40px;
  text-align:center;
  color: black;
  font-size: 48px;
  margin-right: 10px;
 
}

.media {
  margin-bottom: 32px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.9);
} 

.media-figure {
	  
	  order: 1;
	  display: flex;
	  align-items: flex-strech;
	  margin: 0;
	  padding-top:25px;
	  flex: 1 1 0;
	  flex:30% 0 0 ;
	  background: dimgrey;
	  box-shadow: inset 0px 12px 12px rgba(0, 0, 0, 0.1), inset 0px -12px 12px rgba(0, 0, 0, 0.1);
}

.media-body {
  order: 2;
  background-color: white;
}

.media-figure-container {
	  position: relative;
	  display: block;
	  margin: 0;
	  width: 100%;

}

.media-figure-caption {
  width: 100%;
  padding: 16px;
  position: absolute;
  bottom: 0;
  font-size: 15px;
  background: rgba(255, 255, 255, .5)
}

.media-figure img {
  width: 100%;
  display: block;
}

.media-body {
  padding: 16px; /*avant1.5rem*/
  margin: 0;
  flex:2 1 0;
}

.media-body h1,
.media-body h2,
.media-body h3 {
  margin: 0 0 24px 0;
  text-align:center;
}

.media-body p {
  margin: 0 0 16px 0;
  text-align:left;
  
}

.media-body >:first-child {
  margin-top: 0;
}

.media-body >:last-child {
  margin-bottom: 0;
}



/*-------------------------------------------------------------------- Fin style page resp_Gastronomie_régionale.html--------------------------------------------------------->*/







/*--------------------------------------------------------------------fin style page resp_Gastronomie_régionale_liste_recettes.html--------------------------------------------------------->*/


/*--------------------------------------------------------------------style page resp_Gastronomie_régionale.html spécifique-------------------------------------------------------------->*/
@media (max-width: 620px){
  .titre_principal{
  height: 70px;
  margin-top: 20px;
  text-align: center;
  color: black;
  font-size: 28px;
  margin-right: 10px;
  color: #000;
	
  }
}

@media screen and (min-width: 780px) {
  .media {
    display: flex;
    align-items: stretch;
  }
}

/*--------------------------------------------------------------------fin style page resp_Gastronomie_régionale.html spécifique-------------------------------------------------------------->*/


/*Typographie spécifique*/
.recette{
	background-color:lightblue;/*Class H3 du pavé retrouvez nos recettes*/
}

.p_center {
	text-align:center;
}

