/*!
Theme Name: semo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.15
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: semo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

semo is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/

.cky-btn-revisit-wrapper{
	background-color:#48A5DC !important;
}
.cont{
}

#dropDown

#dropDown > li {
    position: relative;
}
#dropDown ul li:hover  ul.sub-menu{
	display:block;
	opacity: 1;
	transform: translateY(0%);
}

.dropDown li li.current_page_item a , .dropDown li.current_page_item a{background:#021776}

#dropDown ul li ul.sub-menu{
	display: none;
	position: absolute;
	width: auto;
	max-width: 227px;
	z-index: 9;
	text-align: left;
	margin: 0;
	opacity: 0;
	transform: translateY(0%);
	transition: all 150ms ease;
}
@media only screen and (max-width: 960px) {
	#dropDown ul li ul.sub-menu{
		position:relative;
		margin:0 auto;
		
	}
}

#dropDown ul li ul.sub-menu li{
	display:block;
	border-bottom:solid 1px #fff;
}
#dropDown ul li ul.sub-menu li:last-child{
	border-bottom:none;
}
#dropDown ul li ul.sub-menu li a{
	color: #fff;
	display: block;
	margin-left: 0;
	padding: 10px;
	font-weight: 400;
	text-transform: none;
	border: none;
	margin:0;
}

.wrapFRM h3{
	padding-bottom:30px;
}


.bgH2{
	display:inline-block;
	max-width: 40%;
	padding: 10px;
	background-image:url(img/bg45Black.png);
}

.postuler{
	display:none;
}

.titre_logoPart{
	font-size: 16px;
line-height: 45px;
}
.logoPart{
	margin-top:25px;
	padding-bottom:5px;
}
.logoPart img{
	height:auto;
	width:100%;
}

.wrapFootPartenaire{
	text-align:center;
	margin-top:36px;
	margin-bottom:0;
}
.wrapFootPartenaire img{
	margin:0 35px;
	max-width:140px;
}