/* Block editorial */
.editorial_block {margin-bottom: 2em;margin-bottom: 0;}
.editorial_block .rte { background: transparent none repeat scroll 0 0 }
.editorial_block > h1 {
	/* margin:40px 0 10px 0; */
	padding: 0;
	background: none;
	font-size: 30px;
	font-weight: 800;
	color: #404040;    
}
.editorial_block > h2 {
	padding: 0 0 7px 0;
	font-size: 14px;
	/* line-height: 1.2em; */
	color: #404040;
	text-transform: none;
	background: none;
	margin: 0;
	font-weight: 600;
}
.container-editorial > h1 {
	margin:40px 0 10px 0;
	padding: 0;
	background: none;
	font-size: 42px;
	font-weight: 200;
	/* color: #666666; */
	text-align: center;
	margin-bottom: 5px;
	/* text-transform: uppercase; */
}
.container-editorial > h2 {
	padding: 0 0 7px 0;
	font-size: 18px;
	/* line-height: 1.2em; */
	/* color: #008dcb; */
	text-transform: none;
	background: none;
	margin: 0;
	font-weight: 200;
	text-align: center;
}
#editorial_block_center p {/* padding-left: 0; */}
#editorial_block_center .rte p {}

#editorial_block_center p#editorial_image_legend {
   margin: 0 0 10px;
   padding:0;
	color: #666;
   font-size: 10px;
}

.container-editorial {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* background-color: #1f1f1f; */
  }
@media (min-width: 768px) {
  .container-editorial {
    max-width: 750px; }
     } 
     
@media (min-width: 992px) {
  .container-editorial {
    max-width: 970px; }}
    
@media(max-width:1100px){
  .img-responsive {
  /* margin: 0 20px; */
  }
}
.blue-bloc-editorial{
   /* text-align: center; */
   /* color: white; */
   /* background-color: #fafafa; */
   font-size: 24px;
   font-weight: 700;
   padding: 35px 0;
   margin: 0;
   /*text-transform: uppercase;*/
}
.black-bloc-editorial{
    /* color: white; */
    font-size: 42px;
    /* text-align: center; */
    margin: 0;
    font-weight: 800;
    /* padding: 40px 0 0; */
    background-color: #ffffff;
    text-transform: uppercase;
}

.black-bloc-editorial-worldwide{
    color: white;
    font-size: 24px;
    text-align: center;
    margin: 0 0 -50px 0;
    font-weight: 800;
    padding: 30px 0 60px 0;
    background-color: rgba(34, 34, 34, 1);
}

.title-editorial{
    text-align: center;
    color: #008dcb;
    font-size: 40px;
    font-weight: 200;
    /* padding: 25px 0; */
    margin: 0;
}

.subtitle-editorial{
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    /* text-align: center; */
    display: block;
    line-height: 24px;
    margin-bottom:0px;
    padding: 0 !important;
}
    
    
    
    