/*
Theme Name: alallafatimamobile
Theme URI: http://underscores.me/
Author: Mohamed LMISSAOUI
Author URI: http://www.molmiweb.com
Description: Theme Mobile alallafatimamobile
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alallafatimamobile
Tags:

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.

alallafatimamobile is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




/************************* Barre top **********************************/
#top .titlon{color: #ffffff;font-family: "Droid Arabic Kufi";font-size: 1em;font-weight: bold;left: 1.5em;position: absolute;top: 1em;}
.navcat_video {background-color:#232931 !important;}






/************************* listing **********************************/
#main {font-family: "Droid Arabic Kufi";margin-top:1em;padding-bottom:2em;}
#main article{background-color:#FFFFFF;margin-top:2em;}
#main article p img{width:100%;height:auto;}
#main article h3{padding:1pc;padding-bottom:0;margin-bottom:0;}
#main article h3 a{color:#ffffff;padding:1em;display:block;}
#main article .zoneright h3{margin:0;padding:0;}
#main article .authordate{padding:1pc;color:#5e5e5e;padding-bottom:0;margin-bottom:0;}
#main article .catepost a {color:#6094d8;}
#main article .date{color:#7e7e7e;}
#main article .excerpost{padding:0.7pc;padding-bottom:0;margin-bottom:0;}
#main article .excerpost a{color:#7e7e7e;}
.wp-pagenavi{clear:both;margin-top:14px;}
.wp-pagenavi .pages{display:none;}
.wp-pagenavi a, .wp-pagenavi span {float: right;color:#777;background:#e9e9e9;border:none;padding: 1pc 1pc;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {color:#FFFFFF;background:#2d68b6;}
#main article .videoglynph{left: 33%;margin: auto;opacity: 0.6;position: absolute;top: 16%;width: 34%;}
#main article .zoneleft a{display:block;}
/* #main article .zoneleft a img{min-height: 200px;width: auto !important;} */
.site-main h1{padding: 0.2em;}





/************************* article **********************************/
.singlewrapper{color:#5e5e5e;}
.singlewrapper p.titleon{border-bottom:2px solid #dddddd; padding-bottom:0.5pc;font-weight:bold;padding-top:2em;font-size:0.9em;}
.singlewrapper p.titleon a {color:#584690;}
.singlewrapper h1.title {color:#5e5e5e;font-size:1.8em;margin-top:1em;margin-bottom:1em;}
.singlewrapper .authordate{font-family: sans-serif;font-size:1em;color:#888;margin-bottom:0.8em;}
.singlewrapper .wp-post-image{width:100%;height:auto;display:block;margin-bottom:0.8em;}
.singlewrapper #contenupost{line-height:2em;}
.singlewrapper #block-home-c{}
.singlewrapper #block-home-c h2{padding:0.4em;font-size:1.6em;border-right:0.2em solid #584690;margin-bottom:0;font-family: "Droid Arabic Kufi";margin-bottom:1em;letter-spacing: 0;background-color:#111111;color:#FFFFFF;}

.singlewrapper #block-home-c article{margin-right: 0 !important;margin-left: 0 !important}

.singlewrapper .content{padding:1em;background:#FFFFFF;}
.singlewrapper .content li{border-bottom:1px solid #dddddd;list-style-type: none;padding-bottom:20px;}
.singlewrapper .content li.spec3{border:none;}
.singlewrapper .content li a.linkblock {display:block;width:30%;margin-left:1em;}
.singlewrapper .content li a.linkblock img{display:block;width:100%;}
.singlewrapper .content  h3{padding:1pc;padding-bottom:0;margin-bottom:0;}
.singlewrapper .content  h3 a{color:#2d68b6;}
.singlewrapper .content .datepost{padding:1pc;color:#aeaeae;padding-bottom:0;margin-bottom:0;}
.singlewrapper .content .datepost a {color:#6094d8;}
.singlewrapper .content  .excerpost{padding:0.7pc;padding-bottom:0;margin-bottom:0;}
.singlewrapper .content .excerpost a{color:#7e7e7e;}
.singlewrapper #commentform{position: relative;}
.singlewrapper #commentform .commentator{background: #584690; color: #ffffff;font-size: 17px;height: 44px;line-height: 32px;margin: 0;text-indent: 10px;} 
.singlewrapper #commentform #comments{padding-bottom:16px;border-bottom:1px solid #e9e9e9;} 
.singlewrapper #commentform #comments .intro{padding:10px;font-size:13px;padding-top:20px;}
.singlewrapper #commentform #comments #respond{padding:1em}
.singlewrapper #commentform #comments #respond h3{margin:0;color:#FFAD00;padding-bottom:4px;}
.singlewrapper #commentform #comments #respond form p{font-size:13px;color:#999;margin-bottom:10px;}
.singlewrapper #commentform #comments #respond form p .required{font-weight:bold; color:#FFAD00;}
.singlewrapper #commentform #comments #respond form p label{display: inline-block;width:34%}
.singlewrapper #commentform #comments #respond form p.comment-form-comment{position:relative;}
.singlewrapper #commentform #comments #respond form p.comment-form-comment label{position:absolute;top:0;}
.singlewrapper #commentform #comments #respond form p.comment-form-url{display:none;}
.singlewrapper #commentform #comments #respond form p input{background-color: #fefefe;border:1px solid #e9e9e9;width:64.7%}
.singlewrapper #commentform #comments textarea{background:#fefefe;border:1px solid #e9e9e9;margin-right: 0 !important;margin-top: 22px;width:100%}
.singlewrapper #commentform #comments #respond form p #submit{background-color: #1FB70E;font-size:1em;margin: auto;padding: 10px 8px;color:#FFFFFF;border:none;box-shadow: none;display:block;margin-top:2em}
.singlewrapper #commentform #submit:hover{color:#FFAD00;}


.singlewrapper #commentform #comments .comments-title{display:none;}
.singlewrapper #commentform #comments ol{margin:0;padding:1em}
.singlewrapper #commentform #comments ol li{padding-right:1em;border-right:4px solid #777777;margin-bottom:2em}
.singlewrapper #commentform #comments ol li article{background-color:#111111;color:#cccccc}
.singlewrapper #commentform #comments ol li article b{color:#FFAD00}


.postdetail{margin : 0.8em;}


.page-header{position: relative;
    margin: 0.5em !important;
    margin-bottom: 0 !important;
    overflow: hidden;}
	
.page-header h1{font-size:1.5em}
.page-header h1 span{color: #584690;}





/************************* page **********************************/
.singlepage{color:#5e5e5e;background:#FFFFFF;}
.singlepage h1 {padding:0.4em;font-size:1.6em;color:#FFFFFF;background:#584690;margin-bottom:0;}
.singlepage .entry-content{padding:2em;line-height:2em;}


.singlepage h3{margin:0;}
.singlepage form p{font-size:13px;color:#999;margin-bottom:10px;}
.singlepage form p .required{font-weight:bold; color:#FFAD00;}
.singlepage form p label{display: inline-block;width: 128px;}
.singlepage form input{background:#fefefe;border:1px solid #e9e9e9;}
.singlepage textarea{background:#fefefe;border:1px solid #e9e9e9;width: 556px !important;}
.singlepage .wpcf7-submit{background-color: #2d68b6 !important;font-weight: bold;padding: 10px 38px;color:#FFFFFF;border:none;}
.singlepage .wpcf7-submit:hover{color:#FFAD00;}



a.inifiniteLoader{
    /*
    position: fixed;  
    z-index: 2;  
    bottom: 15px;   
    text-align:center;
    color:#777;
    padding-top:1em;
    right:45%;
    margin-top:2em;
    */
    
    text-align: center;
    color: #584690;
    margin-top: 2em;
    display: block;
}

a:hover{text-decoration:none !important;}
#main article{position: relative;margin: 0.5em !important;margin-bottom: 0 !important;overflow: hidden;}
#main article .catepost{position:absolute;top:1em;right:0;background:#584690;display:block;float:right;padding:4px;border-bottom-left-radius: 5px; border-top-left-radius: 5px}
#main article .catepost a{color:#ffffff;}
#main article .zoneleft{margin:0 !important;}
#main article .zoneright{position:absolute;bottom:0;width:100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}




#main .commentzone {}
#main #video {display:block;margin:auto;width:100%;min-height:260px;margin-bottom:2em;}



.sharing{width:100%;min-height:30px;background-color:#584690;list-style-type: none;padding:2%;margin-top:3em; }
.sharing li{width:10%; float:right;;margin-left:2%;}
.sharing li.comment{float:left;}
.sharing li a {display:block;width:100%;}
.sharing li img{width:100%;}



/*************** Footer ******************/
#finalline p {
	text-align:center;
	color:#ffffff;
	padding:1em;
}
#finalline p a{
	color:#584690;
}



/*************** search ******************/




.srchform{width:8%;float:left;padding-top:1.5%;}
.search-form{height:34px;background-color: #584690;display:none;overflow:hidden;margin-top:22px}
.search-form label{float:right;width:88%}
.search-form .search-submit{background-color: #584690; box-shadow: none; float: left; width: 12%; color: #FFF; line-height: 0;
    height: 1.7em; border: 4px solid #584690; font-size: 1.4em; padding: 0;}
.searchbox {margin:0.5em;margin-top: 4.2em;}
.searchbox .search-field{border:4px solid #584690;width:100%}






#sn-share{width:100%;height:30px;overflow:hidden;list-style-type:none;padding:0 !important;}
#sn-share li{width:25%;float:left;height:30px;overflow:hidden;}

#sn-share li.twitter{width:22%;float:right}
#sn-share li.fblike{width:52%;}
#sn-share li.whatsapp{width:26%;}




#sn-share li.whatsapp a{    display: block;
    background-color: green;
    width: 90%;
    text-align: center;
    float: left;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.8em;}
#sn-share li.whatsapp a img{    width: 20%;   margin-top: 2px;}
h1, h2, h3 {font-family: "Droid Arabic Kufi" !important;font-weight:normal !important;}
#commentform #comments{overflow:hidden;background:#111111}


/******* apppop ******************/
.principalpo{width: 100%;
    background-color: rgba(20,20,20,0.7);
    overflow: hidden;
    padding: 1em;
    position: absolute;
    z-index: 99999;height:100%
	}
.sousprincipalpo{
	width:270px;
	margin:auto;
	margin-top:1em;
}
.closeapp{display: block;
    width: 2em;
    position: relative;
    left: 1.6em;
    top: 0.8em;border: 2px solid #000;
    border-radius: 1em;}
	
.appdl{
	margin:0.5em;
}

.appdl a, .appdl a {
	display:block;
	width:100%;
	overflow:hidden;
}


.appdl a img{
	display:block;width:100%;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.225em !important;
}
.alignright {
    margin-right: 1.225em !important;
    margin-left: 0 !important;
    /* float: left !important;*/
}

#downloadpdf{background: #584690;color:#FFFFFF;float:right;padding:10px;padding-top:6px;padding-bottom:0;border-right:6px solid #332466;font-family: "Droid Arabic Kufi" !important;}
#downloadpdf:hover{background: #6B59A5;}
#downloadpdf:focus{text-decoration: none;}
.badeau_social {height:22px;padding-top:1.2em;position:relative;bottom:0.5em;width:250px;margin:auto;position:relative;left:14px;}
.badeau_social li{float: left;margin:0;line-height:34px;text-align:center;list-style-type: none;}
.badeau_social li a{display:block;width:100%;color:#000000;font-size:0;}
.badeau_social li{float: left;margin:0;line-height:30px;text-align:center;}
.badeau_social li a{display:block;width:100%;color:#000000;font-size:0;}
.badeau_social li.fb{width:28px;margin-left:6px;background: url('img/soc_fac.png') no-repeat;}
.badeau_social li.yt{width:29px;margin-left:6px;background: url('img/soc_you.png') no-repeat;}
.badeau_social li.tw{width:28px;margin-left:6px;background: url('img/soc_twi.png') no-repeat;}
.badeau_social li.in{width:29px;margin-left:6px;background: url('img/soc_ins.png') no-repeat;}
.badeau_social li.tk{width:29px;margin-left:6px;background: url('img/soc_tik.png') no-repeat;}
.badeau_social li.rs{width:29px;margin-left:6px;background: url('img/soc_rss.png') no-repeat;}


#menu-menu1 li.m_1 a{border-right: 8px solid #baa2df;} #menu-menu1 li.m_1 a:hover{background-color:#baa2df ;} 
#menu-menu1 li.m_2 a{border-right: 8px solid  #f69f9f} #menu-menu1 li.m_2 a:hover{background:#f69f9f ;}
#menu-menu1 li.m_3 a{border-right: 8px solid  #86d1f7} #menu-menu1 li.m_3 a:hover{background:#86d1f7 ;}
#menu-menu1 li.m_4 a{border-right: 8px solid #9ef8b1} #menu-menu1 li.m_4 a:hover{background:#9ef8b1 ;}
#menu-menu1 li.m_9 a{border-right: 8px solid #f797bf} #menu-menu1 li.m_9 a:hover{background:#f797bf ;}
#menu-menu1 li.m_6 a{border-right: 8px solid #f3c595} #menu-menu1 li.m_6 a:hover{background:#f3c595 ;}
#menu-menu1 li.m_7 a{border-right: 8px solid #f5acf0;} #menu-menu1 li.m_7 a:hover{background:#f5acf0 ;}
#menu-menu1 li.m_8 a{border-right: 8px solid #ddf59f;} #menu-menu1 li.m_8 a:hover{background:#ddf59f ;}
#menu-menu1 li.m_5 a{border-right: 8px solid #94d4f5;} #menu-menu1 li.m_5 a:hover{background:#94d4f5 ;}
#menu-menu1 li.m_10 a{border-right: 8px solid #a2eac4;} #menu-menu1 li.m_10 a:hover{background:#a2eac4 ;}
#menu-menu1 li.m_11 a{border-right: 8px solid #d8d4f7;} #menu-menu1 li.m_10 a:hover{background:#d8d4f7 ;}
#menu-menu1 li.m_last a{background:#DC6F7A;} 



/* DFP MOBILE TAGS */

/* Le style a été modifié directement dans la balise DIV */

.mobile-halfpage-1{
	width: 300px;
	margin-left: auto; 
	margin-right: auto;
}

.mobile-halfpage-1 iframe{
	width: 300px;
	margin-left: auto; 
	margin-right: auto;
}


.clr{
	clear: both;
}
.menuvideo {
    margin: 0;
    min-height: 50px;
    width: 100%;padding:0.4em;}
.menuvideo li{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	font-family: "Droid Arabic Kufi" !important;
	border:1px solid #eee;	
	border-radius:5px;
	list-style-type: none;
}
.menuvideo li a{
	color:#333;
	background:#f7f7f7;
	padding:10px;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	
}
.menuvideo li a.actived, .menuvideo li a:hover{
	color:#fff;
	background:#584690;
	border-radius:5px;
}

.contact_link a {
	display:block;
	margin:1em;
	margin-bottom:0;
	border:1px solid #f0f0f0;
	background:#f7f7f7;
	color:#584690;
	text-align:center;
	padding:1em;
	font-weight:bold;
}

.specialvideo{padding:1em}
.specialvideo a {margin-bottom: 1em;width: 100%;text-align:center;}
.specialvideo a span {  color: #ffffff;display: block;font-family: "Droid Arabic Kufi" !important;font-size: 1.4em;font-weight: bold;background-color: #654497;padding:0.4em}
.specialvideo a img{width: 100%;margin:0}


/*** DEBUT TAG LINKS MOBILE ***/
.vw-tag-links,
.vw-page-links {
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: 11px;
}

.vw-tag-links-title,
.vw-page-links-title {
    display: inline-block!important;
    background: none repeat scroll 0 0 #584690;
    border-right: 4px solid #7D6CAF;
    color: #fff;
    font-family: Droid Arabic Kufi !important;
    padding: 4px 4px 4px 6px!important;
    margin-bottom: 10px;
	margin-left: 7px;
}

.vw-tag-links a,
.vw-page-links a,
.vw-page-links > .vw-page-link {
    font-family: Droid Arabic Kufi !important;
	display: inline-block;
    padding: 2px 8px;
    background-color: rgba(128, 128, 128, 0.15);
    margin-left: 0.5em;
    margin-bottom: 4px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-tag-links a:hover,
.vw-page-links a:hover,
.vw-page-links > .vw-page-link:hover {
    background-color: #3E3E3E;
    color: #FFFFFF;
    text-decoration: none;
}

.vw-tag-links a {
    color: #FFFFFF;
	background-color: #8b8a98;
    height: 28px;
    padding-top: 6px;
}

.vw-page-links a {
    color: inherit;
}

.vw-page-links > .vw-page-link {
    background-color: #3E3E3E;
    color: #FFFFFF;
}
/*** FIN TAG LINKS MOBILE ***/