/**
* Theme Name: Kekendo
* Author: Alex Diokou
* Version: 1.0.0
* Author URI: https://wpxpertise.com
* Theme URI: https://wpxpertise.com/resources/themes/kekendo/
* Description: Two columns responsive layout with header, main content and footer
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	margin: 0 1.5em;
}
img {
	height: auto; 
	max-width: 100%; 
}
figure {
	margin: 0;
}


/* =======================================================*/
/* ==================== Main Layout =======================*/
/* =======================================================*/
html {
	font: normal 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}
.overlay{
	width:100vw;
	height:100%;
	min-height:150vh;
	margin:0;
	padding:0;
	opacity:0.4;
	overflow:hidden;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	display:none;
}
.clear{
display:block;
width:100%;
height:1px;
margin:0;
padding:0;
overflow:hidden;
clear:both;
float:none;
}

.wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position:relative;
	z-index:10;
}

#masthead {
	display: block;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:relative;
    z-index:10;
}
#branding{
display:block;
max-width:1000px;
height:105px;
margin:0 auto;
padding:0;
}
#branding h1{
font:normal 2em/1.3em Glegoo, Georgia, Times, "Times New Roman", serif;
color:#85B200;
text-align:center;
margin:0 auto;
padding:5px 0 0;
max-width:600px;
}
#content {
	display: block;
	max-width: 1000px;
	margin: 3em auto 3em;
	padding: 0;
	text-align: left;
	min-height: 90vh;
	overflow:hidden;
	position:relative;
	 z-index:10;
}

#content strong{
font-weight:bold;
}

#content em{
font-style:italic;
}
#primary {
	width: 65%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float:left;
	clear:left;
	position:relative;
    z-index:10;
}
#primary .entry-content,
#primary .entry-summary{
margin:1em 0 0.5em;
padding:0;
line-height:1.4em;
font:normal 1em/1.5em Roboto, Lato, Arial, Helvetica, Verdana, sans-serif;
font-weight:lighter;
color:#333;
}

#secondary {
 width: 30%;
 height:auto;
overflow:hidden;
max-width:300px;
margin:0;
padding:0;
float:right;
clear:right;
}

#colophon {
	display: block;
	font-size: 0.8em;
	margin: 0;
	padding: 0.5em 1em;
	text-align: center;
	background: #295700;
	color: #fff;
	position:relative;
    z-index:10;
}

#colophon p {
	margin: 0.25em 0;
	padding: 0;
}

#primary h1 {
	font: normal 2.2em/1.1em Glegoo, "PT Serif", Georgia, Times, "Times Roman", serif;
	margin: 0 0 0.2em;
	padding: 0;
	font-weight:lighter;
	color:#f93; /*#000;*/
}

#primary a {
	color:#00A3D9;
	text-decoration:underline;
}
#primary h1 a{
text-decoration:none;
}
#primary h1 a:hover{
text-decoration:underline;
}

#primary p {
	margin: 0.25em 0 1.25em;
}

#primary ul{
	list-style-type:disc;
	margin:0.5em 0 1em 1em;
	padding:0 0 0 0.75em
}
#primary ul li{
	margin:0 0 0.75em;
	padding:0;
}

.page #content #primary{
width:100%;
float:none;
clear:both;
}
.page #content #primary .copy{
max-width:650px;
margin:0;
}
.page #content #secondary{
display:none;
}

#videoplayer{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 0 1em;
	padding:0;
}
#videoplayer iframe{
	width:100%;
	height:auto;
	min-height:315px;
	min-height:29.25vw;
	overflow:hidden;
	margin:0;
}

#accueil #content{
min-height:120vh;
}
#accueil #colophon{
background:none;
color:#000;
}

/* =======================================================*/
/* ==================== Blog Section =====================*/
/* =======================================================*/
#primary h1.page-title{
font-size:1.4em;
margin:0 0 0.75em;
}
#primary h1.entry-title{
margin:0;
font-size:2.2em;
}
#primary .entry-header .entry-meta, 
#primary .entry-footer{
font:normal 0.75em/1em Arial, Helvetica, Verdana, sans-serif;
color:#666;
text-align:left;
margin:0.25em 0 0.5em;
}

#primary article.post{
margin:0 0 2em;
padding:0;
}

#primary .entry-header .entry-meta .author{
color:#333;
}

#primary .entry-content{
margin:1em 0 0.5em;
}
#primary .entry-summary{
line-height:1.5em;	
}
#primary .entry-summary a{
text-decoration:none;
}
#primary .entry-summary a:hover{
text-decoration:underline;
}

#primary .entry-footer{
margin:0 0 0.75em;
padding:0.25em 0 0.5em;
font-size:0.8em;
}

.blog #primary .entry-footer,
.search #primary .entry-footer,
.archive #primary .entry-footer{
border-bottom:dashed 1px #ccc;
}
.blog #primary article:last-of-type .entry-footer,
.search #primary article:last-of-type .entry-footer,
.archive #primary article:last-of-type .entry-footer{
border:none;
}

#primary .entry-footer .comments-link a{
text-decoration:none;
}
#primary .entry-footer .comments-link a:hover{
text-decoration:underline;	
}

#primary .navigation h1.screen-reader-text{
font-size:1.5em;
display:none;
}

#primary .entry-footer .cat-links,
#primary .entry-footer .tags-links,
#primary .entry-footer .comments-link{
display:block;
float:none;
clear:both;
margin:0.5em 0;
padding:0;
}
#primary .entry-footer .comments-link{
margin:1em 0 0.5em;	
text-align:right;
}

#primary .addtoany_header{
display:block;
width:60px;
height:auto;
margin:1em 5px 0 0;
padding:0;
text-align:right;
float:left;
clear:left;
font-size:0.9em;
color:#000;
}

.alignleft{
display:block;
float:left;
clear:left;
margin:0 1em 1em 0;
}
.alignright{
display:block;
float:right;
clear:right;
margin:0 0 1em 1em;	
}

.aligncenter{
display:block;
float:none;
clear:both;
margin:0 auto 1em;
}
.alignnone{
display:block;
float:none;
clear:left;
margin:0 1em 1em 0;
}

#secondary aside{
display:block;
width:100%;
height:auto;
overflow:hidden;
margin:0 0 1em;
padding:0;
font:normal 0.9em/normal Verdana, Arial, Helvetica, sans-serif;
color:#666;
}

#secondary h1.widget-title{
font:normal 1.6em/normal "Playfair Display", Georgia, Times, "Times Roman", serif;
color:#f93; /*#666; */
margin:0 0 0.2em;
padding:0;
}

#secondary aside .search-form{
width:100%;
height:auto;
min-height:50px;
margin:0;
padding:0;
font-size:1.2em;
}
#secondary aside .search-form label .screen-reader-text{
display:none;
}
#secondary aside .search-form input.search-field{
width:190px;
height:30px;
margin:3px 5px 5px 0;
padding:2px 5px;
float:left;
clear:left;
font-size:13px;
background:#fff;
color:#000;
border:solid 1px #999;
box-sizing:border-box;
}
#secondary aside .search-form input.search-submit{
 width:105px;
 height:35px;
margin:0;
padding:0;
line-height:32px;
text-align:center;
border:outset 2px #ffe;
background:#eee;
font-size:13px;
font-weight:bold;
color:#000;
box-sizing:border-box;
}

#secondary aside .search-form input{
-webkit-appearance:none;
-webkit-outine:none;	
border-radius:0;
}


#secondary aside ul{
list-style-type:disc;
margin:0 0 0.5em 1em;
padding:0 0 0 0.5em;
font-size:0.9em;
}

#secondary aside ul li{
margin:0 0 0.75em;
padding:0;
line-height:1.2em;
}
#secondary aside ul li a{
color:#00A3D9;
text-decoration:none;
}
#secondary aside ul li a:hover{
text-decoration:underline;
}

#comments{
display:block;
margin:1em 0;
padding:0;
font-size:0.9em;
coor:#000;
}

#comments  h3#reply-title{
font-size:1.6em;
color:#000;
margin:0 0 0.5em;
}

#commentform{
display:block;
font-size:0.9em;
margin:0 0 2em;
padding:0;
}
#commentform p{
display:block;
float:none;
clear:both;
}

#commentform p.comment-notes{
margin:0 0 1em;
padding:0;
}

#commentform .required{
color:#f00;
font-size:0.8em;
padding:0 1px 0 0;
margin:0;
}
#commentform label{
width:150px;
height:auto;
overflow:hidden;
text-align:right;
float:left;
clear:left;
margin:0 5px 0 0;
padding:0 0 5px;
color:#000;

}
#commentform label:after{
content:": ";
}
/* ==================================== */
/* =========== ReCaptcha ============= */
/* ==================================== */
#commentform p.aiowps-captcha{
margin:0;
padding:0;
}
#commentform p.aiowps-captcha label{
float:none;
clear:both;
width:300px;
margin:5px 0 3px;
padding:0;
text-align:left;
}
#commentform .aiowps-captcha-equation{
display:block;
width:100%;
float:none;
clear:both;
margin:0;
padding:0 0 0 155px;
}
#commentform input#aiowps-captcha-answer{
width:80px;
float:none;
margin:0 0 0 5px;
}
/* ==================================== */
/* ==================================== */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"]{
width:350px;
height:30px;
margin:0 0 15px;
padding:2px 5px;
border:solid 1px #999;
background:#fff;
color:#000;
float:left;
clear:right;
font-size:1em;

}
#commentform textarea{
width:99%;
max-width:450px;
height:150px;
margin:0 0 10px;
padding:2px 5px;
border:solid 1px #999;
float:left;
clear:right;
font-size:1.1em;
}
#commentform #submit{
display:block;
height:45px;
margin:10px 0 20px 152px;
padding:0 25px;
background:#eee;
border:outset 3px #fff;
float:none;
clear:both;
font-size:1.2em;
line-height:43px;
}

#commentform input, #commentform textarea{
-webkit-appearance:none;
-webkit-outine:none;	
border-radius:0;
}


#commments ol.comment-list{
margin:0.5em 0;
padding:0;
}
#commments ol.comment-list li{
margin:0 0 1em;
padding:0.5em;
}
#commments ol.comment-list li:nth-child(2n){
background:#eee;
}
#commments ol.comment-list li a{
text-decoration:none;
}
#commments ol.comment-list li a:hover{
text-decoration:underline;
}
#commments ol.comment-list li .comment-metadata{
font-size:0.8em;
}

@media all and (min-width:1281px) {
	body.accueil {
		background: #fff url(images/senegal_map_outline.jpg) no-repeat center bottom;
		background-size:90% auto;
	}
	#branding{
		background:#fff url(images/logo.jpg) no-repeat left bottom;
	}

	#content{
	 min-height: 120vh;
	}

}

@media all and (min-width:1025px) and (max-width:1280px) {
	body.accueil {
		background: #fff url(images/senegal_map_outline.jpg) no-repeat center 180px;
		background-size:98% auto;
	}
	#branding{
		background:#fff url(images/logo.jpg) no-repeat  left top;
	}
	#content{
	 min-height: 130vh;
	}
	body.accueil .overlay{
	min-height: 120vh;
	}

}

@media all and (min-width:781px) and (max-width:1024px) {
	body.accueil {
		background: #fff url(images/senegal_map_outline.jpg) no-repeat center center;
		background-size: 96% auto;
	}
	#masthead {
		height: 90px;
		background: #295700 url(images/logo_mobile.jpg) no-repeat  10px 0;
		box-sizing: border-box;
		border:none;
	}
	#branding{
		background:none;
	}
	#content{
	width:98%;
	margin:2em auto;
	min-height:110vh;
	}
	.accueil .overlay{
	min-height:150vh;
	display:block;
	}
	#masthead #branding h1{
	font-size:1.8em;
      max-width:520px;
     margin:5px auto;
     color:#fff;
    }
    #content h1 {
    font-size:2em;
    }

	#videoplayer iframe{
	width:100%;
	min-height:56.25vw;
	}
	#accueil #colophon{
	background: #295700;
	color:#fff;
	}
	#commentform p{
	margin:0;
	padding:0;
	}
	#commentform label{
	display:block;
	width:100%;
	float:none;
	clear:both;
	margin:0 0 3px;
	padding:0;
	text-align:left;
	}
	#commentform label:after{
	content:"";
	}
	#commentform input[type="text"], 
	#commentform input[type="email"],
	#commentform input[type="url"]{
	display:block;
	float:none;
	clear:both;
	margin:0 0 15px;
	}
	#commentform textarea{
	float:none;
	margin:0 0 5px;
	}
	#commentform #submit{
	margin:5px 0 20px;
	}
	#commentform .aiowps-captcha-equation{
	padding:0;
	margin:0 0 15px;
	}
	
	#commentform input#aiowps-captcha-answer{
	 display:inline;
	}
}

@media all and (max-width:780px) {
	body.accueil {
		background: #fff url(images/senegal_map_outline.jpg) no-repeat center 120px;
		background-size: 96% auto;
	}
	#masthead {
		height: 90px;
		border: none;
		background: #295700;
		background: #295700 url(images/logo_mobile.jpg) no-repeat  10px 0;
		box-sizing: border-box;
	}
	#masthead #branding h1{
     font-size:1.7em;
      max-width:520px;
     margin:5px auto;
     color:#fff;
    }
	#content {
		max-width: 98%;
		margin: 2em auto;
	}
	#content #primary{
	width:100%;
	}
	#content h1 {
    font-size:2em;
    }
	.accueil .overlay{
	display:block;
	}
	#primary,#secondary {
	display: block;
	width: 100%;
	max-width:100%;
	min-height:100px;
	float:none;
	clear:both;
	margin:0 0 1em;
	padding:0;
	border:none;
	}
	
	#secondary aside{
	 display:block;
	width:48%;
	height:auto;
	margin:0 0 1.5em;
	overflow:hidden;
	float:left;
	clear:left;
	}
	#secondary aside:nth-child(2n){
	float:right;
	clear:right;
	}
	
	#videoplayer iframe{
	min-height:56.25vw;
	}
	#accueil #colophon{
	background: #295700;
	color:#fff;
	}
	#commentform p{
	margin:0;
	padding:0;
	}
	#commentform label{
	display:block;
	width:100%;
	float:none;
	clear:both;
	margin:0 0 3px;
	padding:0;
	text-align:left;
	}
	#commentform label:after{
	content:"";
	}
	#commentform input[type="text"], 
	#commentform input[type="email"],
	#commentform input[type="url"]{
	width:99%;
	max-width:300px;
	float:none;
	clear:both;
	margin:0 0 15px;
	}
	#commentform textarea{
	float:none;
	margin:0;
	}
	#commentform #submit{
	margin:5px 0 20px;
	}
}
@media all and (max-width:640px) {
	#masthead {
		height: 90px;
		border: none;
		background: #295700 url(images/logo_mobile.jpg) no-repeat  10px 0;
		box-sizing: border-box;
	}
	#masthead #branding h1{
     font-size:1.3em;
     line-height:1.4em;
      max-width:500px;
     margin:10px 70px 10px 10px;
     color:#fff;
    }
	#content {
		max-width: 96%;
		margin: 2em auto;
	}
	#content h1 {
    font-size:2.2em;
    }
	#content .overlay{
	display:block;
	}
	#videoplayer iframe{
	min-height:56.25vw;
	}
	#accueil #colophon{
	background: #295700;
	color:#fff;
	}
}
@media all and (max-width:480px) {
	#masthead #branding h1{
     font-size:1.1em;
     line-height:1.4em;
     text-align:left;
       max-width:310px;
     margin:10px 60px 5px 10px;
    }
    #content h1 {
    font-size:2em;
    }
    #content .overlay{
	display:block;
	}
    #videoplayer iframe{
	min-height:56.25vw;
	}
	#accueil #colophon{
	background: #295700;
	color:#fff;
	}
	#secondary aside, #secondary aside:nth-child(2n){
	 display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 0 1em;
	float:none;
	clear:both;
	}
}

/* =======================================================*/
/* ==================== Navigation =======================*/
/* =======================================================*/
@media all and (min-width:1025px) {
	#menutoggle {
		display: none;
	}
	#topnav {
		width: 100%;
		height: 45px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 105px;
		left: 0;
		z-index: 1000;
		background: #295700;
		border: none;
		box-sizing: border-box;
	}
	#topnav ul {
		list-style-type: none;
		width: 100%;
		max-width: 1000px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
	#topnav ul li {
		float: left;
		clear: none;
		margin: 0;
		padding: 0 1px 0 0;
		position: relative;
		background: #709E44;
	}
	#topnav ul li:first-child {
		padding: 0 1px;
	}
	#topnav ul li a, #topnav ul li a:visited {
		display: block;
		height: 45px;
		overflow: hidden;
		margin: 0;
		padding: 0 36px;
		background: #295700;
		font: normal 16px/45px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #fff;
		border: none;
		box-sizing: border-box;
		letter-spacing: 1px;
	}
	#topnav ul li a:hover, #topnav > ul > li:hover >a {
		background: #709E44;
	}
	#topnav ul li.accueil a, #topnav ul li.accueil a:visited {
		width: 88px;
		padding:0;
		background: #295700 url(images/accueil.png) no-repeat center 5px;
		line-height: 150px;
	}
	#topnav ul li.accueil a:hover {
		background-color: #709E44;
	}
	#topnav ul li.current-menu-item a,
	#topnav ul li.current-menu-item a:visited{
		background-color: #84B05A;
	}

	#topnav ul li.current-menu-parent a,
	#topnav ul li.current-menu-parent a:visited{
		background-color:#84B05A;
	}
	#topnav ul li ul {
		width: 250px;
		height: auto;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 45px;
		left: 0;
		background: #709E44;
		display: none;
	}
	#topnav ul li:hover ul {
		display: block;
	}
	#topnav ul li ul li {
		display: block;
		float: none;
		clear: both;
		margin: 1px 0 0;
		padding: 0;
	}
	#topnav ul li ul li a,
	#topnav ul li ul li a:visited,
	#topnav ul li.current-menu-item ul li a,
	#topnav ul li.current-menu-item  ul li a:visited,
	#topnav ul li.current-menu-parent  ul li a,
	#topnav ul li.current-menu-parent  ul li a:visited {
		display: block;
		height: 45px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		font-size: 0.9em;
		text-align: left;
		text-indent: 15px;
		background: #295700;
		border: none;
	}
	#topnav ul li ul li a:hover,
	#topnav ul li.current-menu-parent  ul li a:hover,
	#topnav ul li.current-menu-item  ul li a:hover{
		background-color: #84B05A;
		border: none;
	}
	#topnav ul li ul li.current-menu-item a,
	#topnav ul li ul li.current-menu-item a:visited,
	#blog #topnav ul li.actualites a,
	#blog #topnav ul li.actualites a:visited {
		background-color: #84B05A;
	}
	#topnav ul li .arrow {
		display: none;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	#topnav ul li.accueil{
	 max-width:90px;
	}
	
	#topnav ul li.porttail-etudiants{
	 max-width:205px;
	}
	#topnav ul li.branches{
		max-width:145px;
	}
	#topnav ul li.culture{
		max-width:131px;
	}
	#topnav ul li.a-propos{
		width:145px;
		max-width:145px;
	}
	#topnav ul li.contact{
		max-width:134px;
	}
	#topnav ul li.actualites{
		max-width:151px;
	}
}

/* =========================================================== */
@media all and (max-width:1024px) {
	#menutoggle, #menutoggle:focus, #menutoggle:active {
		display: block;
		width: 45px;
		height: 35px;
		margin: 0;
		padding: 0;
		background: url(images/menu_toggle.png) no-repeat 0 0;
		-webkit-appearance: none;
		-webkit-outline:none;
		outline-color:#295700;
		position: absolute;
		bottom: 10px;
		right: 15px;
		border: none;
	}
	#topnav {
		width: 270px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 90px;
		right: 0;
		z-index: 1000;
		border: none;
		display: none;
	}
	#topnav ul {
		list-style-type: none;
		display:block;
		max-width:100%;
		height: auto;
		margin:0;
		padding: 1px;
		text-align: left;
		background: #709E44;
		box-sizing:border-box;
	}
	#topnav ul li {
		display: block;
		height: auto;
		float: none;
		clear: both;
		margin: 1px 0 0;
		padding: 0;
		position: relative;
	}
	#topnav ul li:first-child {
		margin: 0;
	}
	#topnav ul li a,#topnav ul li a:visited {
		display: block;
		width: 100%;
		height: 45px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background: #295700;
		font: normal 15px/45px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #fff;
		border: none;
		letter-spacing: 1px;
		text-indent: 10px;
	}
	#topnav ul li a:hover {
		background: #709E44;
	}
	#topnav ul li.current-menu-item a,
	#topnav ul li.current-menu-item a:visited{
		background-color: #84B05A;
	}
	#topnav ul li ul {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background: #709E44;;
		top: 45px;
		left: 0;
		display: none;
	}
	#topnav ul li ul li,#topnav ul li ul li:first-child {
		display: block;
		float: none;
		clear: both;
		margin: 1px 0 0;
		padding: 0;
	}
	#topnav ul li ul li:last-child {
		margin-bottom: 1px;
	}
	#topnav ul li.current-menu-item ul li a,
	#topnav ul li.current-menu-item  ul li a:visited,
	#topnav ul li ul li a,#topnav ul li ul li a:visited
		{
		display: block;
		height: 45px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		font-size: 0.9em;
		text-align: left;
		text-indent: 20px;
		background: #295700;
		border: none;
	}
	#topnav ul li ul li a:hover,
	#topnav ul li.current-menu-item ul li a:hover,
	#blog #topnav ul lili.actualites  a,
	#blog #topnav ul li.actualites a:visited {
		background-color: #84B05A;
		border: none;
	}
	#topnav ul li .arrow {
		display: block;
		width: 50px;
		height: 45px;
		line-height: 45px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3000;
		font-size: 1.1em;
		text-align: right;
		color: #fff;
		background:#295700;/* #457C0C; */
		cursor: pointer;
	}
	#topnav ul li .arrow:hover {
		background: #84B05A;
	}
}

