/** Generated by FG **/
@font-face {
	font-family: 'OldLondonAlternate';
	src: url('../fonts/OldLondonAlternate.eot');
	src: local('☺'), url('../fonts/OldLondonAlternate/OldLondonAlternate.woff') format('woff'), url('../fonts/OldLondonAlternate/OldLondonAlternate.ttf') format('truetype'), url('../fonts/OldLondonAlternate/OldLondonAlternate.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Main */
.page-container{
	max-width: 980px;
}


/* Home page */
.top-header-slogan{
	font-family: 'OldLondonAlternate';
	background-color: #d71c1c;
	font-size: 65px;
	text-align: center;
	margin-bottom: 18px;
}

.top-header-slogan a,
.top-header-slogan a:hover,
.top-header-slogan a:focus,
.top-header-slogan a:active{
	text-decoration: none;	
	color: #fff;
} 

.top-header-slogan .top-header-slogan-subtitles{
	font-family: 'Oxygen'; 
	font-size: 16px;
	text-align: center; 
	color: #fff;
    padding-bottom: 10px;
    margin-top: -10px;
    letter-spacing: 1.5px;
}

.site-branding{
	display: none;
}

/* Menu */

.main-navigatio{
	margin-top: 17px;
}

.main-navigation .navbar-nav{
	float: none;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.main-navigation > .col-md-12{
	padding: 0;
}

.main-navigation .navbar{
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
	background-image: none;
}

.main-navigation .navbar-nav>li>a{
	background-color: #efefef;
	font-family: 'Oxygen';
	font-size: 18px;
	color: #000 !important;
	font-weight: 700;
	border-left: 1px solid #d3d2d2;
	border-bottom: 1px solid #d3d2d2;
	border-top: 1px solid #d3d2d2;
	letter-spacing: -1px;
}

.navbar-default .navbar-nav>li:last-child >a{
	border-right: 1px solid #d3d2d2;
}


.main-navigation .navbar-nav>li>.dropdown-menu::before{
	/* content: '';
	height: 1px; */
}


.main-navigation .navbar-nav>li>a>.caret{
	color: #f2354b;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.open>a{
	background-color: #FFF;
}

.main-navigation .navbar-default .navbar-nav>.open>a, 
.main-navigation .navbar-default .navbar-nav>.open>a:focus, 
.main-navigation .navbar-default .navbar-nav>.open>a:hover{
	background-color: #FFF;
    box-shadow: none;
    background-image: none;
    outline: none;
    border: 1px solid #d71c1c;    
}

.main-navigation .dropdown-menu>li>a {
	font-family: 'Oxygen';
	font-size: 16px;
    padding: 3px 20px;
    font-weight: 700;
    color: #d71c1c;
}

.main-navigation .dropdown-menu{
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.main-navigation #menu-item-30 .dropdown-menu{
	min-width: 153px;
}

.main-navigation #menu-item-14 .dropdown-menu{
	min-width: 195px;
}

.main-navigation .dropdown-menu{
	border-left: 1px solid #d71c1c;
	border-right: 1px solid #d71c1c;
	border-bottom: 1px solid #d71c1c;
	border-top: none;	
} 

.main-navigation .dropdown-menu>li>a:focus, 
.main-navigation .dropdown-menu>li>a:hover,
.main-navigation .dropdown-menu>.active>a, 
.main-navigation .dropdown-menu>.active>a:focus, 
.main-navigation .dropdown-menu>.active>a:hover{
	background-color: #d71c1c !important;
    box-shadow: none;
    background-image: none;
    color: #fff;
}


/* Top header */
.top-header .social,
.top-header .search{
	display: inline-block;
	vertical-align: middle;
	margin: 7px;
}

.top-header .social a{
	color: #111;
	margin-right: 5px;
}

.top-header .social a:hover{
	color: #d71c1c;
}

.top-header .search{
	max-width: 200px;
}

.top-header .search input::-webkit-input-placeholder {color:#fff; font-size: 11px;}
.top-header .search input::-moz-placeholder          {color:#fff; font-size: 11px;}/* Firefox 19+ */
.top-header .search input:-moz-placeholder           {color:#fff; font-size: 11px;}/* Firefox 18- */
.top-header .search input:-ms-input-placeholder      {color:#fff; font-size: 11px;}

.top-header #form-search-input{

	border-left: 3px solid #777777;
	border-top: 3px solid #777777;
	border-bottom: 3px solid #777777;
    border-right: transparent;
    
	-webkit-border-radius: 0;
	        border-radius: 0;
	
    background-color: #c3c3c3;
    color: #fff;
    font-style: italic;
}

.top-header .input-group-btn{
	border-right: 3px solid #777777;
	border-top: 3px solid #777777;
	border-bottom: 3px solid #777777;
}

.top-header .btn{
    padding: 4px 10px;
    background: #b8b8b8;
    border: none;
    background-image: none;
    text-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-left: none;
    box-shadow: none;
    color: #fff;
}

.top-header .form-group{
	margin: 7px auto;
}

.top-header-wrapper {
    float: right;
}

/* Home page */
.category .post-title a,
.category .post-content,
.home.page .post-title a,
.home.page .post-content{
	font-family: 'Open Sans';
}

.category .post-title,
.category .post-content,
.home.page .post-title,
.home.page .post-content{
	text-align: center;
    margin-bottom: 20px;
}

.category .post-title a,
.home.page .post-title a{
	font-size: 45px;
	text-decoration: none;
	line-height: 40px;
	color: #111111;
	font-weight: 700;
}

.category .post-content,
.home.page .post-content{
	font-size: 20px;
	font-weight: 700;
	color: #d71c1c;
}

.category .post-img a > img,
.home.page .post-img a > img{
	margin: 0 auto;
}

.content-area-a .widget_latest_posts,
.content-area-b .widget_latest_posts{
	padding-top: 10px;
}

.content-area-b .widget_latest_posts,
.content-area-f .widget_latest_posts{
	background-color: #efefef;
    padding: 10px 5px 10px 5px;
}

.content-area-c-main{
	max-width: 300px;
}

.category .content-area-c-main .col-md-12{
	padding: 0;
}

.content-area-c-main .content-area-c,
.content-area-c-main .content-area-c-v{
	margin: auto ;
}

.content-area-c .col-md-12{
	padding-left: 20px;
	padding-right: 20px;
}

.content-area-border{
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #bdbdbd;
}

.content-area-c-main .content-area-c-v{
	margin-top: 50px;
}

.content-area-c-v .col-md-12{
	padding: 0;
}


.content-area-c-v .widget_latest_posts .widget{
	min-height: auto;
}

.widget_latest_posts .widget:last-child .latest_posts-divider{
	display: none;
}

.content-area-d .widget_latest_posts .latest_posts-content{
	color: #000;
}

.content-area-f .widget_latest_posts .widget{
	margin: 0 auto;
}


.category .content-area-c-main .content-area-c, 
.category .content-area-c-main .content-area-c-v{
    margin-right: -15px;
    margin-left: -15px;
}

.category .content-area-d .cat-name-wrapp .cat-name{
	width: 85%;
}

.category .libres{
    padding: 20px;
}

.category .widget_latest_posts .latest_posts-content{	
    color: #000;
}

.category .libres .latest_posts-cat-name{
	display: none;
}

.category .widget_latest_posts.video{
	margin: 50px auto;
}

.category .widget_latest_posts .widget-title{
	min-height: 70px;
	font-weight: bold;
	font-family: 'Oxygen';
	letter-spacing: -1px;
}

.category .widget_latest_posts .latest_posts-divider{
	margin: 24px auto;
}

.cat-name{
   	font-size: 18px;
    font-family: 'Oxygen';
    color: #fff;
    background-color: #d71c1c;
    font-weight: bold;
    display: inline-block;
    padding: 2px 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cat-name a,
.cat-name a:hover{
   	font-size: 18px;
    font-family: 'Oxygen';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
}

.widget_latest_posts .latest_posts-title a{
    font-size: 20px;
    font-family: 'Oxygen';
    color: #2b2b2b;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -1px;
}

.widget_latest_posts .latest_posts-title a img{
    margin: 10px auto;
    height: auto;
}

.widget_latest_posts .latest_posts-content{
	font-size: 12px;
	font-family: 'Oxygen';
	color: #7e7e7e;
	margin: 5px auto;
}

.widget_latest_posts .latest_posts-content .more{
	font-size: 12px;
	font-family: 'Oxygen';
	color: #d71c1c;
	text-decoration: underline;
	margin-left: 5px;
	
}

.widget_latest_posts .latest_posts-content .latest_posts-cat-name{
	font-size: 18px;
	font-family: 'Oxygen';
	font-weight: bold;
	color: #d71c1c;
	font-style: italic;
	margin-top: 5px;
}

.widget_latest_posts .latest_posts-content .latest_posts-cat-name a{
    text-decoration: none;
    color: #d71c1c;
    letter-spacing: -1px;
}

.widget_latest_posts .widget{
	margin: 20px auto;
}


.widget_latest_posts .widget-title{
    font-size: 20px;
    /*min-height: 100px;*/
}


.widget_latest_posts .widget-title > a,
.widget_latest_posts .widget-title > a:hover {
    text-decoration: none;
    color: #2b2b2b;
}

.widget_latest_posts .latest_posts-divider{
	width: 70px;
	margin: 10px auto;
	height: 3px;
	background-color: #d71c1c;
}

.content-area-c{
 	border: 1px solid #bdbdbd;   
}


.widget_latest_posts .widget.widget-vert{
	min-height: 100%;
}

.widget-vert-title{
    font-size: 18px;
    font-family: 'Oxygen';
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: -1px;
}


.widget-vert-title > a,
.widget-vert-title > a:hover{
	text-decoration: none;
	color: #2b2b2b;
}

.content-area-d{
	margin-top: 25px;
	margin-bottom: 15px;
	border: 3px solid #d71c1c;
	background-color: #efefef;
	position: relative;
}

.content-area-d .cat-name-wrapp{
	text-align: center;
}

.content-area-d .cat-name-wrapp .cat-name{
	position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}   

.content-area-g #text-6,
.content-area-g #text-8{
	border: 3px solid #d71c1c;
	padding: 10px;
	background-color: #EFEFEF;
	margin-bottom: 15px;
}

.content-area-g h1{
	font-family: 'Oxygen';
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0;
}

.content-area-g .wpcf7-email{
    width: 100%;
    margin: 10px auto;
    text-indent: 5px;
    font-style: italic;
    border: none;
    font-size: 16px;
}

.content-area-g .wpcf7-submit{
	float: right;
	background-color: #d71c1c;
	color: #FFF;
	border: none;
    padding: 5px 18px;
}


.content-area-g #text-6 .textwidget,
.content-area-g #text-8 .textwidget{
    max-width: 207px;
}

.category .content-area.category-area-a{
	margin: 50px auto;
}


.category .content-area.home{
	padding-left: 30px;
	padding-right: 30px;
}

.post-date{
	font-size: 12px;
    font-family: 'Oxygen';
    color: #7e7e7e;
}

.single-post .post-date{
    font-family: 'Oxygen';
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}

.widget_latest_posts .post-date{
    font-size: 12px;
    font-family: 'Oxygen';
    color: #000;
    margin: 5px auto;
}

/* Footer */

#site-footer{
	background-color: #777777 !important;
	border-top: none !important;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 20px;
}

#site-footer .footer-right .widget,
#site-footer .footer-right ul li{
	display: inline-block;
}

#site-footer .footer-right ul{
	margin: 0;
}

#site-footer .footer-right a{
	color: #fff;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 600;
}

#site-footer .footer-right #menu-footer-menu a{
	margin-right: 10px;
}

#site-footer .footer-right .social a{
    padding: 10px;
}

#site-footer .footer-right .social a:hover{
 	padding: 15px 10px;
    background-color: #1e1e1e;
}

#site-footer .fa-google-plus{
	position: relative;
	left:-5px;
}


.footer .flag-item a{
	color: #2d6ece;
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 700;
	margin: auto 10px;
}

.footer .flag-item a .flag-item-flug,
.footer .flag-item a .flag-item-content{
	display: inline-block;
	vertical-align: middle;
}

.footer .flag-item {
    margin: 10px;
    display: inline-block;
}

.footer .footer-item-wrapper .footer-items{
	border-bottom: 1px solid #bdbdbd;
}


/* Additional */

/* Breadcrumb */
.breadcrumb_cat{
    font-family: 'Oxygen';
    font-size: 18px;
    color: #d71c1c;
    font-weight: bold;
    margin-bottom: 30px;
}

.breadcrumb_cat a,
.breadcrumb_cat a:focus,
.breadcrumb_cat a:active,
.breadcrumb_cat a:hover{
	color: #d71c1c;
	text-decoration: none;
}

/* Navbar */
.navbar-collapse{
	padding: 0 !important;
}

.navbar .nav>li>a{
	padding: 10px 20px;
}

.single .content{
    font-family: 'Oxygen';
    font-size: 16px;
    color: #000;
    margin: 30px auto;
}

.nopad{
    padding-left: 0;
    padding-right: 0;
}

/* Resent posts in single posts*/

.resent-posts{
	background-color: #efefef;
	padding: 30px;
    font-family: 'Oxygen';
    font-size: 20px;
    color: #3c3c3c;
    font-weight: bold;
}

.resent-posts a,
.resent-posts a:hover{
	text-decoration: none;
  	color: #3c3c3c;
    font-weight: bold;
    font-family: 'Oxygen';
    font-size: 18px;
}

.comment-notes,
.comment-reply-title{
	display: none;
}

.comments-area{
	background-color: #efefef;
}

.comments-title{ 
	margin: 30px; 
	text-transform: uppercase;
	color: #f2354b;
    font-family: 'Oxygen';  
    font-size: 25px;
}

.comment-respond{
	padding: 40px;
}

.comment-respond input,
.comment-respond textarea{
    font-family: 'Oxygen';
    font-size: 18px;
    font-style: italic;
}

.comments-area time{
	color: #f2354b;
}

.form-control{
	-webkit-border-radius: 15px;
	        border-radius: 15px; 
}

#comments {
    padding: 20px;
}

.comments-area,
.comment-metadata a,
.says{
    font-family: 'Oxygen';
    font-size: 18px;
}

.comments-area .btn{
    font-family: 'Oxygen';
    font-size: 14px;
}

.form-submit{
	text-align: right;
}

.form-submit .btn {
	border: 1px solid #959595;
	background-color: #d71c1c;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-image: none;
}

/* No posts */
.no_posts{
    font-family: 'Oxygen';
    font-size: 24px; 
    color: #d71c1c;
    text-align: center;
}

/* Video */
.latest_posts-title .featured-video-plus iframe{
	max-width: 100%;
    max-height: 200px;
}

.search-no-results .site-main .page-title,
.error404 .site-main .page-title{
    font-family: 'Oxygen';
    font-size: 24px; 
    color: #d71c1c;
}

.search-no-results .site-main .page-content,
.search-results .site-main,
.error404 .site-main,
.page .site-main{
    font-family: 'Oxygen';
    font-size: 18px; 
}

.search-results .site-main .entry-title a{
    font-family: 'Oxygen';
    font-size: 26px; 
    color: #d71c1c;
}

.search-results .site-main .post{
	padding: 20px !important;
}

.search-results .site-main .cat-links a,
.page .site-main a{
	color: #d71c1c;
}

/* Pagination */

.pagination-row .pagination>.active>a, 
.pagination-row .pagination>.active>a:focus, 
.pagination-row .pagination>.active>a:hover, 
.pagination-row .pagination>.active>span, 
.pagination-row .pagination>.active>span:focus, 
.pagination-row .pagination>.active>span:hover{
	background-color: #d71c1c;
    border-color: #d71c1c;
}

.pagination-row .pagination>li>a, 
.pagination-row .pagination>li>span{
	color: #222;
}
.pagination-row .pagination>li.active .page-numbers.current{
	color: #fff;
}


/* Responsive */

/* 
Extra small devices
Phones (<768px)

Small devices
Tablets (≥768px)

Medium devices
Desktops (≥992px)

Large devices
Desktops (≥1200px)

*/
/* Lg */
/* .visible-lg-* */
/* .hidden-lg */
@media (min-width: 1200px) { }

/* Md */
/* .visible-md-* */
/* .hidden-md */
@media (min-width: 992px) and (max-width: 1199px) { 

	.navbar .nav>li>a{
		padding: 10px 19px;
	}

}

/* Sm */
/* .visible-sm-* */
/* .hidden-sm */
@media (min-width: 768px) and (max-width: 991px) { 


	.content-area-b{
		margin-bottom: 20px;
	}

	.widget_latest_posts .widget-title{
		text-align: center;
	}

	.navbar .nav>li>a{
		padding: 10px 3px;
	}

	.content-area-c-main{
		max-width: 100%;
	}

	.latest_posts-title .featured-video-plus iframe{
		max-height: 100%;
	}

	.content-area-g #text-6 .textwidget, .content-area-g #text-8 .textwidget{
		max-width: 100%;
	}

}

/* Xs */
/* .visible-xs-* */
/* .hidden-xs */
@media (max-width: 767px) { 

	.content-area-b{
		margin-bottom: 20px;
	}

	.content-area-d{
	    padding-top: 40px;
	    margin: 15px;
	}

	.content-area-c-main{
		max-width: 100%;
	}

	.latest_posts-title .featured-video-plus iframe{
		max-height: 100%;
	}

}



/* Author */
.col-wrapp{
	display: table;
	min-height: 150px;
}

.col-left,
.col-right{
	display: table-cell;
	vertical-align: middle;
}

.author-avatar{
	padding: 20px;
}

.author-name{
	font-family: 'Oxygen';
    color: #d71c1c;
    font-size: 24px;
}

.author-desc{
	font-family: 'Oxygen';
	color: #7e7e7e;
}

.author-nickname{
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.all-articles{
	font-family: 'Oxygen';
	font-size: 14px;
	background-color: #d71c1c;
	color: #fff;
	padding: 5px;
	text-align: center;
	margin: 20px auto;
}

.first-post{
	margin-bottom: 30px;
}

.content-area .author{
	margin: 10px auto;
	color: #d71c1c;
}

.content-area .author a{
	font-weight: bold;
	color: #d71c1c;
}


.page-template-page-sansauteur .avatar,
.archive .avatar{
	display: none;
}