@charset "UTF-8";
/* CSS Document */



.social-share {
	margin-right: 30px;
	margin-bottom: 35px;
}
.social-share>p {
	font-size: 12px;
	margin-top: 4px;
}
.social-share>p span {
	white-space: pre;
}
.social-share>p i {
	margin: 0 15px 0 5px;
	font-size: 14px;
}



body.photo-show {
	overflow: hidden;
}
#news h2 {
	font-size: 30px;
}
#news h3 {
	padding-bottom: 5px;
	color: #EF5A28;
	font-size: 20px;
}
#news .cover {
	margin-bottom: 40px;
	padding: 40px 100px 0 100px;
}
#news .col11 {
	padding-left: 10px;
	padding-right: 40px;
}
#news .col11,#news .col12 {
	margin-bottom: 50px;
}
#news .article {
	/*
    font-size: 15px;
	color: #CCC;
    padding: 0 20px;
	margin-bottom: 70px;
    */
    color: #CCC;
    margin: 0 0 50px 0;
    border-radius: 10px;
    padding: 10px 20px 5px 20px;
    background-color: #242830;
}
#news .article p {
	/*
	text-align: left;
    */
    font-size: 15px;
	margin: 20px 0;
	line-height: 25px;
    text-align: justify;
	font-family:  Montserrat, "Open Sans", Arial;
}
#news .article p a strong, #news .article li a strong {
    /*
    color: #DD4925;
    color: #72A8C5;
    */
    color: #9CBBCB;
    text-decoration: underline;
}
#news .article p strong, #news .article li strong {
    /*
    color: #369;
    font-size: 1.05em;
    */
    color: #72A8C5;
    font-weight: 400;
    font-size: 1.15em;
    font-family: Sansita, Georgia, Arial;
}
#news .article h3 {
	/*
    color: #369;
    */
    color: #72A8C5;
	font-size: 24px;
	font-weight: 700;
	margin: 40px 0 20px;
}
#news .article h4 {
    /*
    color: #dd4925;
    */
    color: #DD4925;
    font-size: 18px;
    line-height: 24px;
    margin: -15px 0 25px 0;
}
#news .article blockquote {
	clear: both;
	margin: 40px 0;
    border-left: none;
	font-style: italic;
	position: relative;
	padding: 10px 20px 10px 40px;
    background: url(../imgs/quote-2025.png) no-repeat scroll 0 0 #5F5F5F;
	/*
    background: url(../imgs/quote.png) no-repeat scroll 0 0 #F1F1F1;
    */
}
#news .article blockquote p {
	/*
    font-size: 16px;
    */
	margin: 0;
	font-size: 15px;
	padding: 0 10px 0 15px;
}
#news .article blockquote:after {
	/*
	background: #9E5A38;
    */
    content: '';
    top: 0;
    right: 0px;
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #DD4925;
}
#news .article ul {
    color: white;
	list-style-type: disc;
}
#news .article ol {
    color: white;
	list-style-type: decimal;
}
#news .article ul, #news .article ol {
	padding: 0;
	margin: 10px 5px 20px 5px;
	list-style-position: outside;
}
#news .article ul li, #news .article ol li {
	display: list-item;
	line-height: 25px;
	margin: 0 0 5px 15px;
	font-family: Montserrat, Open Sans, Arial;
}
#news .article ul a, #news .article ol a, #news .article p a {
	display: inline;
}


    /*
    PIX
    */
#news .cover .description {
	/*
	color: #369;
    */
	color: #72A8C5;
	font-size: 16px;
	text-align: left;
    text-align: justify;
	font-family:  Montserrat, "Open Sans", Arial;
}
#news .cover .pix, #news .article .pix {
	padding: 3px;
	margin: 30px 0;
    border-radius: 10px;
	border: 3px solid #6D7F97;
}
#news .cover .pix a, #news .article .pix a {
    width: auto;
	display: block;
	/*
    margin-bottom: 5px;
    */
}
#news .cover .pix img, #news .article .pix img {
	width: 100%;
	height: auto;
	display: block;
    margin-bottom: 2px;
}
#news .cover .pix a:after, #news .article .pix a:after {
	content: attr(title);
	text-align: center;
	display: block;
	width: 100%;
    color: white;
	padding: 5px;
    font-size: 14px;
	text-decoration: none;
    background-color: #6D7F97;
	font-family:  Montserrat, "Open Sans", Arial;
    /*
    color: #CCC;
	color: #369;
	background: #e5e5e5;
    */
}

/*
#news .article .pix a {
	display: block;
	width: auto;
	padding: 3px 5px;
	margin: 20px 10px;
	line-height: 20px;
	border: 3px solid #EFEFEF;
}
#news .article .pix a:after {
	text-decoration: none;
	background: #e5e5e5;
	text-align: center;
	display: block;
	width: 100%;
	color: #369;
	padding: 5px; 
	font-size: 12px;
	content: attr(title);
}
#news .article .pix img {
	margin-bottom: 3px;
	max-width: 100%;
	height: auto;
}
*/








/*
#news .article .pix a {
	display: block;
	width: auto;
	padding: 3px 5px;
	margin: 20px 10px;
	line-height: 20px;
	border: 3px solid #EFEFEF;
}
#news .article .pix a:after {
	text-decoration: none;
	background: #e5e5e5;
	text-align: center;
	display: block;
	width: 100%;
	color: #369;
	padding: 5px; 
	font-size: 12px;
	content: attr(title);
}
#news .article .pix img {
	margin-bottom: 3px;
	max-width: 100%;
	height: auto;
}
*/


#news .article p>.photo {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #DDD;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(center bottom,#F2F2F2 0px,white 100%) repeat scroll 0 0 transparent;
}
#news .video h3, #news .photo-item h3 {
	/*
    color: #dd4d27;
	margin-bottom: 5px;
    */
	clear: both;
	color: #72A8C5;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
#news .video {
	margin-bottom: 40px;
}
#news .video iframe {
	width: 100%;
	/*height: 400px;*/
}
#news .video-item {
	/*
    margin: 0 0 25px;
    */
    margin: 0 0 30px 0;
    border-radius: 10px;
    border: 3px solid #6D7F97;
    padding: 5px 3px 0px 3px;
}
#news .photo-item {
	margin-top: 80px;
}
#news .photo-item ul li {
	width: 50%;
	float: left;
}
#news .photo-item ul li:nth-child(n+5) {
	display: none;
}
#news .photo-item a {
	width: 100%;
	height: 255px;
	display: block;
	position: relative;
}
#news .photo-item img {
	width: 100%;
	height: 100%;
}
#news .photo-item li:nth-child(4) a:before {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	display: block;
	opacity: 0.8;
	content: '';
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#news .photo-item a span {
	color: #fff;
	display: block;
	font-size: 55px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 34%;
	width: 100%;
	z-index: 2;
}


.col12 h2 {
	padding: 5px 15px;
	position: relative;
	background-color: #EEE;
	text-transform: uppercase;
	font-size: 20px !important;
}
.col12 h2:first-letter {
	font-size: 1.2em;
}
.col12 h2:after {
	position: absolute;
	bottom: -3px;
	width: 100%;
	left: 0;
}



#news .col12 .blocs {
	/*
    width: 300px;
	margin: 0 auto;
	margin-bottom: 50px;
    */
    padding: 2px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    border: solid 3px #515A65;
    background-color: #2E353E;
}
#news .col12 .blocs h2 {
    color: #CCC;
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 5px 10px 8px;
    background-color: #5f676B;
    /*
    border-bottom: 2px solid #CB563A;
    */
    font-family: Sansita, Georgia, Arial;
}
#news .col12 .blocs h2:after {
    /*
    width: 45px;
    height: 2px;
    display: block;
    margin: 6px 0 0;
    content: '';
    background-color: #DD4925;
    */
}
#news .col12 .blocs.bloc2 {
	margin-top: 60px;
}
#news .col12 .blocs li {
	/*
    margin-bottom: 10px;
	padding: 0 0 10px 15px;
	border-bottom: 2px solid #efefef;
    */
    padding: 10px 0 10px 0;
    margin: 0 10px 10px 10px;
    border-bottom: 1px solid #666;
}
#news .col12 .blocs.bloc2 li {
	padding-right: 0;
}
#news .col12 .blocs .tag {
	/*
	color: #EF5A28;
	font-weight: bold;
	*/
    color: #DD4925;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news .col12 .blocs .titre {
    color: #72A8C5;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	/*
	font-weight: bold;
	max-height: 38px;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 5px;
	*/
}
#news .col12 .blocs .data {
	/*
    color: #369;
    */
	color: #999;
	font-size: 12px;
}
#news .col12 .blocs ul {
	/*
    margin-bottom: 20px;
    */
}
#news .col12 .blocs .data i {
	    margin: 0 5px 0 15px;
}
#news .col12 .blocs .data i:first-child {
	margin-left: 0;
}
#news .col12 .blocs .btn{
	display: block;
	width: 180px;
	margin: 30px auto;
    /*
	width: 215px;
	padding: 10px 0;
    */
}




#news #aivam {
    font-size: 13px;
    border-radius: 10px;
    padding: 10px !important;
    background-color: #2E353E;
    border-collapse: initial!important;
    color: #666 !important;
}



.social-share.item2{
	padding-bottom: 0;
}
.social-share ul.tags {
	float: initial;
	clear: left;
}
.social-share ul.tags li.active{
	/*
    background-color: #ec5b1e;
	color: #fff;
    */
	color: #FFF;
    background-color: #DD4925;
}
.social-share ul.tags li {
    /*
	margin:5px 10px 10px 0;
	float: left;
	display: inline-block;
	background-color: #e4e4e4;
	padding: 2px 15px;
	font-size: 12px;
	text-transform: uppercase;
    */
    float: left;
    padding: 2px 15px;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    background-color: #666;
    display: inline-block;
    border-radius: 3px;
}
.social-share ul.tags li p {
    font-size: 12px;
}
/*
.social-share ul.tags li a {
	margin: 0;
	padding: 0;
	display: initial;
	color: #606060;
}
.social-share ul.tags li.active a {
	color: #fff;
}
*/






#myModal{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	text-align: center;
	display: none;
	background: rgba(0,0,0,0.8);
}
#myModal .content{
	position: relative;
	height: 100%;
}
#myModal .content:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0.1%;
	vertical-align: middle;
}
#myModal .vertical{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 99%;
	padding-top: 25px;
	position: relative;
}
#myModal button{
	background: none;
	border: 0;
	color: #fff;
	float: right;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	outline: none!important;
}
#myModal img{
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
}
#myModal .vertical:after{
	display: block;
	width: 100%;
	content: attr(data-title);
	text-decoration: none;
	background: #e5e5e5;
	text-align: center;
	color: #000;
	padding: 7px;
	font-size: 12px;
}
#popular{
	padding-top: 40px;
	/*
	margin-bottom: 20px;
	*/
}


/*
#popular .tag{
	margin: 10px 0 0 0;
	color: #EF5A28;
	font-size: 14px;
	font-family: Sansita, Georgia, Arial;
}
#popular .titre{
	margin: -5px 0 0 0;
	color: #666;
	font-size: 17px;
}
*/




.body-blue+.body-ad{
	margin-top: 30px;
}



#tags li {
	float: left;
	padding: 2px 15px;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	background-color: #666;
	display: inline-block;
    border-radius: 3px;
	/*
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #e4e4e4;
	*/
}
#tags li p {
	font-size: 12px;
}
#tags li.active {
	/*
    background-color: #ec5b1e;
    */
	color: #FFF;
    background-color: #DD4925;
}
#tags li:first-letter {
	font-size: 1.2em;
}



#tabs-video .control, #tabs-photo .control{
	padding-left: 30px;
	margin-bottom: 20px;
}
#tabs-video .control li, #tabs-photo .control li{
	display: inline-block;
	margin-right: 25px;
}
#tabs-video .control a, #tabs-photo .control a{
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	padding:0 20px;
	outline: none !important;
	text-decoration: none !important;
	/*
	font-size: 23px;
	*/
}
#tabs-video .control li.ui-tabs-active a, #tabs-photo .control li.ui-tabs-active a{
	border-bottom: 2px solid #fff;
}
#tabs-video .control a:first-letter, #tabs-photo .control a:first-letter{
	font-size: 1.2em;
}







@media (max-width: 767px) {
	.social-share{
		margin-right: 0;
	}
	.social-share ul.tags{
		border-bottom: 2px solid #efefef;
		margin-bottom: 10px;
	}
	.social-share ul.tags:after{
		display: block;
		content: ' ';
		clear: both;
	}
	.social-share>p span{
		display: none;
	}
    
    
    #news {
        padding: 0 0 20px 0;
    }
	#news h2 {
        padding: 0;
        font-size: 25px;
    }
    
    
	#news .col11 {
		margin-bottom: 0;
	}
	#news .col12 {
        width: 80%;
        margin: 20px auto;
    }
	#news .cover {
		padding: 0;
		margin-bottom: 30px;
	}
	#news .cover .pix, #news .article .pix {
    	font-size: 13px;
		border: 0;
		padding: 0;
		width: auto;
        margin: 0 0 30px 0;
		/*
        margin: 0 -15px 20px;
        */
	}
	#news .cover .pix a {
		margin-bottom: 2px;
	}
	#news .cover .pix:after {
		padding: 7px 20px;
	}
	#news .cover .description {
		font-size: 15px;
        padding: 0 10px;
	}
	#news .col11 {
		padding: 0;
	}
	#news .article {
		padding: 0;
		font-size: 15px;
		margin-bottom: 60px;
	}
	#news .article h3 {
		font-size: 20px;
        padding: 0 10px;
        line-height: 1.5em;
	}
	#news .article p {
		line-height: 25px;
		font-size: 15px;
        padding: 0 10px;
		margin: 0 0 20px 0;
	}
	#news .article blockquote {
		margin: 20px 0;
		background: url(../imgs/quote-2025.png) no-repeat scroll 0 0 #5F5F5F;
	}
	#news .article blockquote p {
		font-size: 14px;
		padding: 10px 10px 10px 14px;
	}
    
    
    
	#news .social-share {
        padding: 0 10px;
    }
    
    
    #news .cover .pix img, #news .article .pix img {
        color: red;
    }
	
    
    
    
    
    #news .article .pix a {
		margin: 25px -15px;
		width: auto;
		padding: 0;
		border: 0;
	}
	#news .article .pix a:after {
		padding: 7px 20px;
		font-size: 13px;
	}
	#news .video{
		margin:40px -15px;
		width: auto;
	}
	#news .video h3{
		padding: 0 0 10px 15px;
    	font-size: 18px;
	}
	#news .video iframe{
		height: 225px;
		border: 0;
	}
	#news .photo-item{
		margin-top: 60px;
		margin-bottom: 30px;
	}
	#news .photo-item ul{
		width: auto;
		margin: 0 -15px;
	}
	#news .photo-item a {
		height: 140px;
	}
	#news .col12 .blocs.bloc2 {
		margin-bottom: 0;
	}
	#news .col12 .blocs .btn {
		font-size: 12px;
	}
	#popular {
		padding-top: 15px;
	}
	#popular {
		padding-top: 15px;
	}
	#popular .owl-prev, #popular .owl-next {
		top: 45%;
	}
	#tags {
		margin-bottom: 10px;
	}
	#tags li {
		font-size: 12px;
		padding: 2px 9px;
    	margin: 0 6px 10px 0;
	}
	.social-share>p {
		font-size: 10px;
	}
	#news .col12 .blocs .titre {
		font-size: 15px;
		font-weight: normal;
	}
	#carousel-populaires .titre {
		font-size: 15px;
	}
	#tabs-video .control, #tabs-photo .control {
		padding-left: 0;
	}
	#tabs-video .control li, #tabs-photo .control li {
		margin-right: 0;
	}
	#tabs-video .control a, #tabs-photo .control a {
		padding: 0 5px;
		font-size: 14px;
	}
	#tabs-video .control li.ui-tabs-active a, #tabs-photo .control li.ui-tabs-active a {
		font-size: 14px;
	}
	#carousel-populaires img {
		height: initial;
		width: initial;
		max-width: 100%;
	}
}