
/* Une
--------------------------------------------------------------- */

/* Super Une */

.home .super-une{
	margin-bottom: 15px;
	position: relative;
}

.home .super-une img{
	width: 100%;
	height: auto;
}

.home .super-une .super-une-meta {
  background-color: transparent;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 200;
  font-size: 38px;
  text-transform: uppercase;

  display: none;
}

/* Widgets (au dessus du slider */
.home-top-widgets{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.home-top-widgets .widget{
  width: 32%;
  flex: 0 1 auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-top-widgets.widget-area .widget-oi-articles.title-white h3{
  background-color: rgba(8, 29, 144);
}
.home-top-widgets.widget-area .widget-oi-articles.title-orange h3{
  padding: 15px 10px 17px 10px;
  color: rgba(8, 29, 144);
}

.home-top-widgets.widget-area .widget-oi-articles{
  border-bottom: none;
}

/* Slider */
#une{
	margin-bottom: 17px;
	overflow: hidden;
}

.flexslider{
  margin-bottom: 0;
}
.flexslider .slides .une{
	position: relative;
	overflow: hidden;
	_height: 400px;
}
.flexslider .slides div.une:before {
  content: "";
  display: block;
  padding-bottom: 53.25%;
}

.une-meta{
	background-color: rgba(226,226,226, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px 12px 3px 10px;
	font-size: 17px;
	letter-spacing: 0.5px;
}
.une-meta .cat{
	display: inline-block;

	font-size: 20px;
	color: #575756;
	_text-transform: uppercase;
}
.une-meta strong{

}
.une-meta .pays{
	display: inline-block;
	color: #ED6E28;
	font-size: 12px;
	font-weight: 600;
	display: none;
}
.une-meta2{
	position: absolute;
	top: 30px;
	right: 25px;
}

.une-bottom{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0px 10px 5px 10px;
	background-color: #333333;
	width: 100%;
	min-height: 62px;
}

.une-bottom{
	background-color: rgba(51, 51, 51, 0.6);
}


.une-surtitre{
	font-size: 34px;
	font-weight: 500;
	color: white;
	position: absolute;
	top: -41px;
	left: 0px;
	line-height: 1;
	background-color: #ed6e28;
	padding: 4px 25px 2px 22px;
	border-bottom: 2px solid #222;
}

.une-titre{
	font-weight: 400;
	color: white;
	font-size: 33px;
	line-height: 1.1;
}

.une .auteur{
	margin-top: 4px;
	color: #ED6E28;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1;
	display: inline-block;

}
.une .auteur-fonction{
	color: white;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1;
	display: inline-block;
	margin-left: 5px;
}


.une img.image{

	position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);

	width: 100%;
	height: auto;

}




/* Home page
---------------------------------------------------*/
.home .autres{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

div.autres:after{
	clear: both;
	display: table;
	content: '';
}
div.autres > div:after{
	clear: both;
	display: table;
	content: '';
}


/* home2 = à supprimer ? */
article.home2{
	position: relative;
	width: 233px;
	float: left;
	margin-bottom: 25px;
	margin-right: 10px;
}
article.home2:nth-of-type(3n+3){
	margin-right: 0;
}

article.home2 .bloc{
	position: relative;
	overflow: hidden;
	height: 212px;
	margin-bottom: 8px;
}

article.home2 .meta{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
article.home2 .meta .cat{
	display: inline-block;
	font-weight: 200;
	padding: 2px 0px 3px 5px;
	font-size: 16px;
	background-color: #E3E2E3;
	width: 100%;
	text-transform: uppercase;
	color: #575756;
	letter-spacing: 1px;
}
article.home2 .meta .cat strong{
	font-weight: 600;
}
article.home2 .meta2{
	position: absolute;
	top: 30px;
	right: 10px;
}
article.home2 .meta2 img{
	width: 80px;
}

article.home2 .bloc .pays{
	color: #ED6E28;
	display: none;
	font-size: 13px;
	padding: 3px 0px 3px 5px;
	background-color: rgba(28, 28, 27, 0.65);
	letter-spacing: 0;
}

article.home2 .bottom{
	position: absolute;
	left: 0px;
	padding: 3px 3px 6px 4px;
	background-color: rgba(28, 28, 27, 0.65);
	_display: none;
	bottom: 0px;
	width: 100%;
}

article.home2 .titre{
	font-size: 14px;
	color: white;
	letter-spacing: 0;
	line-height: 1.35;
	font-weight: 500;

}
article.home2 .auteur{
	margin-top: 6px;
	color: #ED6E28;
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
}
article.home2 .auteur-fonction{
	color: white;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.2;
}
article.home2 img.wp-post-image{
	width: auto;
	height: auto;
	min-width: 233px;
	min-height: 190px;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
}
article.home2 .sous_titre{
	font-size: 12px;
}

article.home2 .lang_list{
	float: right;
	margin-right: 5px;
}
article.home2 .lang_list img{
	height: 12px;
}


/* */
.home div.rubrique{
	margin-bottom: 10px;
}
.home div.rubrique h3{
	text-align: center;
	font-family: "ITC Avant Garde Gothic W01";
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #ed6e28;
	border-top: 2px solid #5d5d5e;
	padding-top:6px;
}
.home div.rubrique h3 a{
	color: #ed6e28;
	text-decoration: none;
}
.home div.rubrique .rubrique-lien{
	text-align: right;
	margin-top: -15px;

}
.home div.rubrique .rubrique-lien a{
	color: #ed6e28;
	text-decoration: none;
}
.home div.rubrique article.home2 .bloc{
	height: 200px;
}
.home div.rubrique article.home2 img.wp-post-image{
	top: 0;
}



h2.home-rubrique-title{
	text-align: center;
	font-size: 25px;
	font-family: Gobold;
	margin: 28px 0 20px 0;
}
.blog h2.home-rubrique-title{
	margin-top: 0;
}
h2.home-rubrique-title a{
	text-decoration: none;
}
h2.home-rubrique-title:before{
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url(images/pictos/terre.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	padding-left: 8px;
}


.home-articles {
	display: flex;
	margin: 0 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-articles.three-cols{
	border-bottom: 1px solid #ddd;
	margin-bottom: 34px;
	padding-bottom: 8px;
}
.home-articles.three-cols:last-of-type{
	border-bottom: none;
}

.home-article {
	flex: 0 1 auto;
	width: 49%;
	margin-bottom: 24px;
}
.home-articles.three-cols .home-article{
	width: 32%;
}

.home-article a{
	text-decoration: none;
}
.home-article .image-wrap{
	height: 202px;
	overflow: hidden;
	margin-bottom: 13px;
}
.home-articles.three-cols .image-wrap{
	height: auto;
}

.home-article img{
	display: block;
	_min-width: 100%;
	height: 138px;
	width: auto;
	margin: auto;
	max-width: none;
}
.home-article .titre{
	font-weight: 600;
	display: inline;
	font-size: 16px;
	line-height: 1.2;
}


.home-article .pays{
	display: inline;
	color: #ed6e28;
	font-weight: 700;
	font-size: 13px;
}

.home-article .sous_titre{
	margin-top: 7px;
}

.home-rubrique-tous{
  flex: 0 0 100%;
  text-align: right;
	font-size: 14px;
	text-decoration: none;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 0 8px;
}
.home-rubrique-tous a{
	text-decoration: none;
	color: #555;
	font-weight: bold;
}


/* Zone de Widget Home */
.chroniques{
	display: none;
}
.home-widget-area{
	float: left;
	width: 476px;

}

.home-widget-area-3{
	float: left;
	width: 233px;
	margin-left: 10px;
}

.home h3.widget-area-title {
	text-align: center;
	font-family: "ITC Avant Garde Gothic W01";
	font-weight: 500;
	font-size: 20px;

	margin-bottom: 12px;
	color: #ed6e28;
}

.home-widget-area .widget{
	float: left;
	width: 233px;
}
.home-widget-area .widget:nth-of-type(even){
	margin-left: 10px;
}




/* Affichage alterntif pour les catégories - .homelike
-----------------------------------------------------*/

.homelike .first{
	float: none;
	width: auto;
	overflow: auto;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 8px;
}

.homelike .first .bloc{
	float: left;
	margin-right: 15px;
	width: 280px;
	height: 200px !important;
}

.homelike .first .bloc img{
	top: 0;
}

.homelike .first .titre{
	color: #333;
	font-size: 29px;
	margin-bottom: 5px;
	color: #575756;
	font-weight: 900;
	line-height: 1.2;
}

.homelike .first .sous_titre{
	font-size: 14px;
	margin-bottom: 10px;
}

.homelike .first .auteur{
	text-align: right;
	font-size: 13px;
	font-weight: 400;
}
.homelike .first .pays{
	float: right;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-transform: none;
}
.homelike .first .cat{
	font-size: 16px;

	text-transform: uppercase;
	color: #575756;
	background-color: #e3e2e3;
	line-height: 1;
	padding: 4px 8px 5px 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	position: relative;
}
.homelike .first .cat strong{
	font-weight: 600;
}


.homelike article .bloc .pays{
	display: block;
	opacity: 1;
	background-color: #e3e2e3;
	color: #575756;
}


.homelike article .bloc .bottom{
	display: block;

}


/* Pop-up
----------------------------------------*/
.fancybox-content{
	padding: 24px;
}
.popup{
	width: 400px;
	font-size: 1.1em;
	color: #222;
	display:none;
}
.popup img{
	border: 1px solid #000;
}
