/*general style*/
body{
  font-size: 16px;
  background-color: #efe2d9;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;  
}
.cuerpo{
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus{
  color: inherit;
  text-decoration: none;
}
.min-h{
  margin-top: 40px;
}
h3{
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/** INDEX **/
.back-section{
  background-color:  #ffffff;
  box-shadow: 0px 0px 20px black;
  margin-bottom: 30px; 
}
.main-title{
  text-align: center;
  font-weight: 400;
  color: #2e499a;
  text-transform: uppercase;
  margin-top: 30px;
}
.person h3{
	color: #fff;
}
.presse_btn{
  text-align: center;
  color: #aa5123;
  font-weight: 600;
  font-size: 21px;
  margin: 25px 0px;
 }
.presse_btn:hover,
.presse_btn:active{
  color: #52230f;
  text-decoration: underline;
}
.logo_wb{
  margin-top: 12px;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 55.2%;
  border: 1px solid #d21515;
  margin-bottom: 40px;
}
.sinopsis{
  line-height: 1.5;
  text-align: justify;
}
/** ESPACE PRESSE **/
.presse {
	text-align: center;
}
.presse a {
	display: inline-block;
	margin:5px;
	border: 2px solid #aa5123;
	box-shadow: 0px 0px 5px #000;
}
.presse a:hover {
	border: 2px solid #52230f;
}
.pressecontenu {
	margin:0 auto;
	position:relative;
	width:100%;
	min-width:320px !important;
	height:auto;
	overflow:hidden;
	text-align: center;
	color: #2e499a;
	line-height: 0px;
	padding: 20px 0px;
}
.sub-title{
	font-size: 18px;
    color: #333333;
}
.credit {
	font-size: 12px;
	color:#333333;
}
.person{
	margin-left: 0px;
	margin-right: 0px;
}
.person img{
	display: inline;
}
hr{
	margin-top: 0px;
	border-top: 1px solid #61bae1;
}
.person a{
	border: none !important;
	box-shadow: none !important;
	margin: 0;
}	    
.lista li{
	list-style: none;
}
.lista li a{
	border: none;
	text-decoration: underline;
	box-shadow: none;
}
.lista li a:hover{
	border: none;
	color: #61bae1;
}