/*
Theme Name: Theme Dasquié
Theme URI: http://www.muab.fr
Author: El mansouri Abdelilah
Author URI: http://www.muab.fr
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('css/reset.css');

/***** FONTS  ******** */
@import url('fonts/fontawesome-v5/all.min.css');

@import url('css/pattern.css');


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 85.5%;
}
body {
	font-size: 14px;
	
	/*font-family: 'Esteban', arial, sans-serif;*/
	font-family: 'Libre Baskerville', serif;
	text-rendering: optimizeLegibility;
	color: #353535;
}

#wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding: 30px 10px 0 10px;
}
a {
	outline: none;
	text-decoration: none;
	color: #353535;
}


.clear{
	clear: both;
}


/**************** header  *******************/

.site-title{
	float: left;
	/*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
	font-size : 25px;
	line-height: 33px;
	text-transform:  lowercase;
	text-align: right;
	min-width: 269px;
}
.site-title a{
	display: block;
	background: #353535;
	color: #fff;
	padding: 0px 5px 30px 30px;
	font-weight: normal;
	text-decoration: none;
	float: right;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 100%;
}
.site-title a .troisP{
	font-size : 15px;
	line-height: 23px;
}
.site-title a .fa-hand-pointer{
	font-size : 22px;
}
/*.single-post .site-title a{
	color: #353535;
}*/
.site-description{
	margin: 0 0 40px 0;
	padding: 15px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-align: right;
	width: 100%;
	border-bottom: 1px dotted #e3e3e3;
	border-top: 1px dotted #e3e3e3;
}

	.site-description .archive-title{
		font-size: 25px;
		margin-bottom: 12px;
	}

/************** navigation  ********/

.right-col{
	float: right;
	margin: 0px 0 0 0;
}
#site-navigation{
	float: right;
	margin-bottom: 30px;
}
#site-navigation ul{
	float: right;
}
#site-navigation li{
	float: left;
	margin-left: 10px;
}

#site-navigation li a{
	color: #353535;
	text-decoration: none;
}

#site-navigation li.current-menu-item a,
#site-navigation li.current_page_item a{
	color: #6a7ba9;
}

.search-box{
	float: right;
}

.search-box #searchsubmit {
			width: 30px;
			height: 30px;
			background-image: url(images/ico-search.png);
			background-repeat: no-repeat;
			background-size: cover;
			background-color: transparent;
			border: none; 
			vertical-align: bottom;
			margin-left: 5px;
		}
/*****************  container   **************/

#container{
	padding: 40px 0 0 0;
}

.post .entry-content a{
	text-decoration: underline;
	font-weight: bold;
	color: #6a7ba9;
}

.post .entry-content .sharify-container a{
	color: #fff;
	text-decoration: none;
}


/*********************  HOME  ********************/

#unes{
	margin-bottom: 30px;
}

#unes .int{
	width: 100%;
}
#unes .int.im{
	width: 50%;
	float: left;
}

#unes .post_thumbnail{
	width: 45%;
	float: right;
	position: relative;
}

#unes .int .entry-title{
	margin: 0 0 12px 0;
	font-size: 20px;
	text-transform: uppercase;
}
			
		

#recents_posts{
	border-top: 1px dotted #e3e3e3;
	padding-top: 30px;
}
	#recents_posts .section-title{
		margin-bottom: 40px;
	}
	#recents_posts .item_post{
		width: calc(50% - 15px);
		float: left;
		
	}
	#recents_posts .item_post_1{
		margin-right: 30px;
	}
	#recents_posts .item_post_2{
		width: 50%;

	}
	#recents_posts .item_post h4{
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #e3e3e3;
	}
	#recents_posts .entry-title{
		font-size: 13px;
		line-height: 17px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #777;
		margin-bottom: 15px;
	}
		#recents_posts .entry-title a{
			color: #777;
		}

/******************  PAGE SINGLE  ******************/


.single-post .entry-content{
	width: 100%;
}
.page .entry-title{
	margin: 0 0 12px 0;
	font-size: 20px;
	text-transform: uppercase;
	color: #777;
	font-weight: normal;
}

.page .int{
	width: 100%;
}
.page .int .post_thumbnail{
	padding: 15px 0;
	display: none;
	width: 100%;
	float: none;
}
.page .int.im{
	width: 60%;
	float: left;
}

.page .post_thumbnail{
	width: 35%;
	float: right;
	position: relative;
}

.caption{
	font-size: 12px;
	text-align: right;
	color: #777;
	font-style: italic;
	padding-top: 5px;
}

.single-post .entry-content h2{
	font-size: 18px !important;
	margin-bottom: 20px;
}

.single-post .entry-content h3{
	font-size: 18px !important;
	margin-bottom: 20px;
}

.entry-content p{
	margin-bottom: 20px;
}
.page .tags.ext{
	display: none;
}

#posts-related{
	border-top: 1px dotted #e3e3e3;
	padding-top: 20px;
}
	#posts-related h3{
		padding-bottom: 20px;
	}
	#posts-related .section-title{
		margin-bottom: 40px;
	}
	#posts-related .item-related{
		width: 260px;
		float: left;
		margin-right: 50px;
	}
	#posts-related .item-related h4{
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #e3e3e3;
	}
	#posts-related .entry-title{
		font-size: 13px;
		line-height: 17px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #777;
		margin-bottom: 15px;
	}
		#posts-related .entry-title a{
			color: #777;
		}

	#posts-related .content-related{
		line-height: 22px;
	}


/***************  PAGE CATEGORY ********************/

.page-cat .post{
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


#nav-below{
	margin-bottom: 20px;
}

/***************  PAGE CATEGORY ********************/

.page-search .post{
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/***********  **********************/	
#footer{
	border-top: 1px dotted #e3e3e3;
	padding: 30px 0 40px 0;
	text-align: right;
}
.menu-footer{
	float: right;
}
.menu-footer li{
	float: left;
	margin: 0 0 0 5px;
}
/* =Comments
-------------------------------------------------------------- */

#comments{
	width: 50%;
}
.form-allowed-tags{
	display: none;
}
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}


.list-inline{
	text-align: center;
	margin:0;
}
.list-inline > li{
	float: left;
	padding-right: 5px;
}
/********* TAGS  *****/

.tags li{
	margin-bottom: 5px;
}
.tags a{
	color: #fff;
	background: #4c4b4b;
	padding: 5px 10px;
	display: block;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}
