/*
Theme Name:     Custom Theme
Author:         C2Web
Author URI:     http://www.c2w.fr
Template:       c2web_framework
*/


body{
	background:#FFF;
	font-size: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
}


h1, h2, h3, h4{
	position: relative;
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#wrap{
	min-height: 600px;
}

a {
    color: #000;
    text-decoration: none;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

a:hover {
	color: #696969;
    text-decoration: none;
}

a:focus, a:active{
	color:#000;
}


header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color:#FFF;
	font-size: 1.1em;
	padding-top: 0.5em;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
	height: 75px;
	z-index: 1;
}

header a{
	color:#FFF;
}

header a:hover{
	color:#FFF;
}

header .social a{
	padding:0 0.5em;
	display: inline-block;
}

.container-menu{
	font-weight: bold;
}

.container-menu a{
	display: block;
}

.logo_box{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 0.8em;
	letter-spacing: 0.2px;
	text-align: center;
	display: inline-block;
}

.logo_box .description{
	text-align: left;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 0.6em;
}

header.mini{
	background:rgba(255,255,255,0.9);
	color:#000;
	height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

header.mini a{
	color:#000;
}

.image_home{
	width: 100%;
	height: 500px;
	position: relative;
}

.image_home h1{
	position: absolute;
	top: 40%;
	color:#FFF;
	text-align: center;
	width: 100%;
	font-size: 3.8em;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

body.single .image_home h1{
	font-size: 3.1em;
	width: 50%;
	left: 25%;
	top: 40%;
	line-height: 1.3em;
}

.image_home h1 span{
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 0.30em;
	font-weight: bold;
	color:#000;
	text-shadow:none;
}

.image_home h1 span::after{
	content:"";
	display: block;
	border-top: 1px solid rgba(0,0,0,0.6);
	margin-top: 0.3em;
	width: 500px;
	margin:0 auto;
	position: relative;
}

.image_home h1.home_title{
	text-transform: uppercase;
}

.image_home h1.home_title span::after{
	display: none;
}

.image_home h1.home_title span::before{
	content:"";
	display: block;
	border-top: 1px solid rgba(0,0,0,0.6);
	margin-top: 0.3em;
	width: 500px;
	margin:0 auto;
	position: relative;
}

.intro{
	position: relative;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 3em;
	padding-bottom: 2em;
	/*text-align: justify;*/
}

.intro p{
	margin-bottom: 1.3em;
}

.signature{
	position: absolute;
	bottom: 0;
	right: 5em;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

.listing h2{
	margin-top: 0;
	font-size: 2em;
	margin-bottom: 0;
	padding-bottom: 0.2em;
}

.listing{
	font-size: 1.1em;
	line-height: 1.5em;
}

.listing .meta{
	border-top: 1px solid #CCC;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-top: 0.25em;
	margin-bottom: 1.5em;
}

.listing .meta a{
	color:#ae0e0e;
}

body.single .meta{
	border-left: 5px solid #ae0e0e;
	padding-left: 1em;
	margin-bottom: 4em;
	margin-top: 2em;
}

body.single .meta ul{
	padding-left: 0;
}

body.single .meta li{
	list-style-type: none;
	display: inline-block;
	background:#696969;
	text-transform: uppercase;
	padding:0.1em 0.3em;
}

body.single .meta li a{
	color:#FFF;
}

.more{
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
}

.more i{
	color:#ae0e0e;
}

.page-numbers{
	padding:0;
	padding-bottom: 2em;
}

.page-numbers li a{
	color:#696969;
}

.page-numbers li .current{
	background-color:#ae0e0e; 
}

.page-numbers li{
	font-size: 1em;
}

.type_post{
	background:#ae0e0e;
	display: inline-block;
	color:#FFF;
	text-transform: uppercase;
	padding:0 1em;
	margin-bottom: 0.5em;
}

footer{
	background:#000;
	color:#FFF;
	padding:0.5em 0 2em 0;
}

footer a{
	color:#FFF;
	font-size: 0.8em;
}

footer a:hover{
	color:#FFF;
}

footer .menu li{
	border-left: 1px solid #FFF;
	line-height: 0.8em;
}

footer .menu li:first-child{
	border:none;
}

.post-edit-link{
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 100;
	padding:0.5em 0.9em;
}

.post-edit-link:hover{
	color:#000;
	background:#FFF;
}

body.single .entry-content{
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.2em;
}

body.single .entry-content p{
	margin-bottom: 1.3em;
}


#commentform #submit{
	border-radius: 0;
	background:#696969;
	font-weight: normal;
	font-size: 0.9em;
}

h3#reply-title{
	border-bottom: 1px solid #ae0e0e;
	color:#333;
	margin-top: 2em;
}

h2#comments-title{
	font-size: 1.3em;
}

.comment-author,
.comment-author a{
	color:#696969;
}

.comment-content{
	color:#000;
}

#comments{
	margin-bottom: 10em;
}

#sidebar{
	border-left: 1px solid #CCC;
	padding-left: 1em;
}

.widget_search form,
.subscribe-form{
	position: relative;
	height: 27px;
}

.widget_search input[type=text],
#email{
	position: relative;
	width: 100%;
	border:1px solid #ae0e0e;
	height: 100%;
	padding:0.25em;
}

.widget_search input[type=submit],
.mailjet-subscribe{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background:#ae0e0e;
	text-transform: uppercase;
	color:#FFF;
	border:2px solid #ae0e0e;
}

#sidebar h4{
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 3em;
	border-bottom: 1px solid #ae0e0e;
	font-family: 'Source Sans Pro', sans-serif;
}

form .screen-reader-text{
	display: none;
}

.widget ul li{
	list-style-type: none;
	padding-left: 0;
}

.widget ul li::before{
	content:"\f054";
	font-family: "fontAwesome";
	color:#ae0e0e;
	font-size: 0.8em;
}

.widget img{
	width: 100%;
	height: auto;
}

.titre_cat_home{
	display: block;
	text-align: center;
	color:#ae0e0e;
	overflow: hidden;
	margin-bottom: 0.5em;
}

.titre_cat_home span{
	position: relative;
	display: inline-block;
	padding:0 1em;
}

.titre_cat_home span::before{
	content:"";
	position: absolute;
	right: 100%;
	width: 999em;
	border-top: 1px solid #000;
	top:0.6em;
}

.titre_cat_home span::after{
	content:"";
	position: absolute;
	left: 100%;
	width: 999em;
	border-top: 1px solid #000;
	top:0.6em;
}

.colonne_home_gauche{
	padding-right: 2em;
}

.colonne_home_droite{
	padding-left: 2em;
}

.img_home_mai68 img{
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto 1em auto;
}

#mai68 p{
	font-size: 1.1em;
	margin-bottom: 0em;
	color:#ae0e0e;
	font-weight: bold;
}

#mai68 img{
	display: block;
	margin-bottom: 0.5em;
}

.colonne_home .more{
	text-align:center;
}

.colonne_home h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	padding-bottom: 0em;
	margin-bottom: 0.1em;
	margin-top: 0;
}

.colonne_home h3:first-letter{
	text-transform: uppercase;
}

.colonne_home h3:hover + .meta{
	border-top: 1px solid #ae0e0e;
	color:#000;
}

.colonne_home h3 a:hover{
	color:#ae0e0e;
}

.colonne_home .listing .meta{
	color:#999;
	padding-top: 0;
	margin-bottom: 0;
	line-height: 1em;
	text-align: right;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

.zone_logo_generation{
	position: relative;
}

.lien_generations{
	background:#FFF url(images/logo-generation-s.png) no-repeat center;
	display: block;
	padding:10px;
	position: absolute;
	left: 2em;
	width: 220px;
	height: 75px;
	top: -4em;
	z-index: 10;
	border:1px solid #CCC;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.lien_generations:hover{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}