/************************************* reset ****************************/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong{
	font-weight: bolder;
}
body {
	line-height: 1;
	padding: 0 !important;
}
	
}
ol, ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none;
}
a{text-decoration: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix{
	
}
.clearfix:after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
}
@font-face{
	font-family: OpenSans-Bold;
	font-style: normal;
	src: url('fonts/OpenSans-Bold.ttf');
}
@font-face{
	font-family: OpenSans-Regular;
	font-style: normal;
	src: url('fonts/OpenSans-Regular.ttf');
}
@font-face{
	font-family: OpenSans-Light;
	font-style: normal;
	src: url('fonts/OpenSans-Light.ttf');
}

@font-face{
	font-family: Rajdhani-Bold;
	font-style: normal;
	src: url('fonts/Rajdhani-Bold.ttf');
}
@font-face{
	font-family: Rajdhani-Regular;
	font-style: normal;
	src: url('fonts/Rajdhani-Regular.ttf');
}
@font-face{
	font-family: Rajdhani-Light;
	font-style: normal;
	src: url('fonts/Rajdhani-Light.ttf');
}
@font-face{
	font-family: Rajdhani-SemiBold;
	font-style: normal;
	src: url('fonts/Rajdhani-SemiBold.ttf');
}

@font-face{
	font-family: Lato-Bold;
	font-style: normal;
	src: url('fonts/Lato-Bold.ttf');
}
@font-face{
	font-family: Lato-Regular;
	font-style: normal;
	src: url('fonts/Lato-Regular.ttf');
}
@font-face{
	font-family: Lato-Light;
	font-style: normal;
	src: url('fonts/Lato-Light.ttf');
}

@font-face{
	font-family: Oswald-Bold;
	font-style: normal;
	src: url('fonts/Oswald-Bold.ttf');
}
@font-face{
	font-family: Oswald-Regular;
	font-style: normal;
	src: url('fonts/Oswald-Regular.ttf');
}
@font-face{
	font-family: Oswald-Light;
	font-style: normal;
	src: url('fonts/Oswald-Light.ttf');
}

/************************************************** project styles ********************************/

/*****SEV *****/
.overlayer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 2
}



#wrapper{
	overflow: visible;
}
.container{
	width: 1200px;
	margin: auto;
}
header{
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	z-index: 10;
}
.header_top,.header_bottom{
	width: 100%;
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	/*border-top: 4px solid #f76532;*/
}
.logo{
	width: 13%;
	height: 130px;
	/*margin: auto;
	margin-left: 130px;*/
	float: left;
	/*float: left;*/
}
.logo a{
	display: block;
}
.logo img{
	max-width: 100%;
	height: auto;
}
nav{
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #0b4e8c;
}
.menu_nav{
	display: inline-block;
	position: relative;
	list-style: none;
	background-color: #0b4e8c;
	z-index: 90;
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
}
.menu_nav > li{
	float: left;
	margin-right: 10px;
}
.menu_nav > li:last-child{
	margin-right: 0;
}
.menu_nav > li > a{
	display: block;
	padding: 15px 20px;
	_color: #0b4e8c;
	color: #f9f9f9; 
	font-size: 16px;
	font-family: Rajdhani-Light;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .3s;
}
.menu_nav > li > a.active, .menu_nav > li > a:hover{
	background-color: #f76532;
	color: #fff;
	_text-decoration: underline;
	_border-radius: 5px;
}
main{
	_position: absolute;
	top:0;
}
.slider{
	width: 100%;
	position: relative;
}
.slider_c{
	width: 100%;
	position: relative;
}
.slider img{
	max-width: 100%;
	height: auto;
}
.form_search{
	position: absolute;
	top:40%;
	padding: 15px 0;
	right: 0;
	width: 100%;
	z-index: 5
}
.form_s{
	padding: 0 140px;
}
.p_r_l_300{
	_padding: 0 300px !important;
}
.search_job{
	position: relative;
}
.group_control{
	padding: 10px 0;
}
.group_control input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	border:5px solid #e6e6e6;
	font-family: Rajdhani-Regular;
	font-size: 16px;
	box-shadow: 0 2px 5px #494949;
}
.group_control select{
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	border:5px solid #e6e6e6;
	font-family: Rajdhani-Regular;
	font-size: 16px;
	box-shadow: 0 2px 5px #494949;
}
.w_75{
	width: 75% !important;
}
.w_22{
	width: 22% !important;
}
.w_35{
	width: 35% !important;
}
.f_l{
	float: left !important;
}
.p_l_r_10{
	padding: 10px;
}
.btn{
	border:none;
	background-color: #f9f9f9;
	display: block;
	cursor:pointer;
}
.btn_search{
	font-family: Rajdhani-Bold;
	background-color:  #f76532;
	text-align: center;
	color: #f1f1f1;
	padding: 12px 0;
	width: 100%;
	font-size: 20px;
	margin-top: 2px;
	box-shadow: 0 2px 5px #494949;
}
#nos_offres{
	width: 100%;
	padding: 30px 0;
	position: relative;
}
.title_c{
	position: relative;
	padding: 10px 0;
	text-align: center;
	z-index: 10;
}
.title_c h1{
	font-family: Rajdhani-Light;
	color: #f76532;
	font-size: 35px;
	color: #454545;
	position: relative;
	padding: 15px 0;
}
.title_c-plus h1{
	font-family: 'Titillium Web', sans-serif;
	color: #ff6600;
	font-size: 40px;
	position: relative;
	padding: 15px 0;
	text-align: center;
}
.title_c h4{
	font-family: Rajdhani-Regular;
	color: #f76532;
	font-size: 22px;
	color: #0b4e8c;
	padding: 10px;
	line-height: 32px;
	position: relative;
}
.title_c h1:after{
	content: "";
	position: absolute;
	width: 5%;
	height: 1px;
	background-color: #141414;
	bottom:0;
	left: 47%;
	transform: translate(0,-47%);
}
.content{
	position: relative;
	padding: 25px 0;
}
.content:after{
	content: "";
	position: absolute;
	background-color: #e9e9e9;
	width: 100%;
	bottom: 0;
	height: 1px;
}
.content p{
	font-size: 15px;
	font-family: Lato-Regular;
	color:#333;
	line-height: 22px;
}
.offre{
	position: relative;
}
.offre_list{
	position: relative;
	list-style: none;
}
.offre_list > li{
	float: left;
	width: 50%;
}
.offre_list li a{
	display: block;
	transition: all .3s;
	padding: 10px 25px;
	_box-shadow: 0 1px 5px #494949;
	border-radius: 5px;
	border:1px solid #e9e9e9;
	background-color: #f9f9f9;
	transform: scale(1);
	transition: all .3s;
}
.offre_list li a:hover{
	box-shadow: 0 1px 15px #494949;
	transform: scale(1.1);
}
.offre_list li a .left,.offre_list li a .right{
	float: left;
}
.offre_list li a .left{
	width: 80%;
}
.offre_list li a .right{
	width: 20%;
}
.offre_list li a .right img{
	max-width: 100%;
}
.offre_list li a span{
	display: block;
}
.offre_list li a span.date{
	color: #0b4e8c;
	font-size: 14px;
	font-family: Rajdhani-SemiBold;
	padding: 8px 0;
}
.offre_list li a span.categorie{
	font-family: Rajdhani-Bold;
	color: #141414;
	font-size: 15px;
	font-style: italic;
}
.inner_list{
	padding: 10px;
}
.list{
	padding: 10px;
	border-radius: 5px;
}
.title{
	font-family: Rajdhani-SemiBold;
	color: #f76532;
	font-size: 16px; 
}

.title_sous{
	font-size: 20px;
	padding: 10px 0 5px 0;
	color:#000;
	font-family: Lato-Light;
	
	/*border-bottom: 1px solid #d5d5d5;*/
}

.desc{
	color: #141414;
	font-family: Rajdhani-Regular;
	font-size: 16px;
	padding: 8px 0;
	line-height: 22px;
	text-align: justify;
}
.all{
	display: inline-block;
	color: #fff;
	background-color: #0b4e8c;
	padding: 13px 35px;
	text-align: center;
	font-family: Rajdhani-Bold;
	font-size: 16px;
	transition: all .3s;
}
.all:hover{
	background-color: #f76532;
	box-shadow: 0 2px 5px #464646;
}
#espace{
	position: relative;
}
.cols_50{
	width: 50%;
}

.h_350{
	height: 350px;
}
.candidat{
	background-image: url('../images/candidat.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: auto;
	position: relative;
}
.entreprise{
	background-image: url('../images/entreprise.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: auto;
	position: relative;
}
.inner_c{
	padding: 80px 0;
	z-index: 2;
}
.b_bg{
	background-color:#587499 !important; 
}
.b_bg-cv{
	background-color:#9db0ac !important; 
}
.desc_c_i{
	padding: 0 80px;
	text-align: center;
}
.t_t{
	font-family: Rajdhani-Light;
	font-size: 45px;
	color:#fff;
	padding: 25px 0;
}
.t_p{
	font-size: 24px;
	font-family: Rajdhani-Regular;
	line-height: 30px;
	color: #f5f5f5;
	padding: 25px 0;
}
.all_t{
	display: inline-block;
	font-size: 20px;
	color: #f9f9f9;
	background-color: #0b4e8c;
	font-family: Rajdhani-Semibold;
	padding: 15px 50px;
	box-shadow: 0 2px 5px #464646;
	transition: all .3s;
}
.all_t:hover{
	box-shadow: none;
	background-color: #f76532;
}
.overlay-gradient{
	position: relative;
}
.overlay-gradient>div{
	position: relative;
}
.overlay-gradient:before {
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-gradient:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
}
.col_inner{
	box-sizing: border-box;
	width: 100%;
	height: 523px;
	z-index: 1;
}
#client{
	padding: 30px 0;
	position: relative;
}
.list_client{
	position: relative;
	list-style: none;
	display: inline-block;
	text-align: center;
}
.list_client > li{
	float: left;
	width: 10%;
	margin-right: 60px;
}
.list_client > li > img{
	max-width: 100%;
	display: block;
}
.list_client > li:last-child{
	margin-right: 0;
}
#testi{
	background-image: url('../images/testimonial-bg-1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}
.inner_content{
	padding: 50px 0;
}
.test_c{
	position: relative;
}
/*.test_c .owl-carousel{
	.z-index: 10 !important;
}*/	
.inner_content{
	z-index: 10 !important;
}
.b{
	background-color: rgba(0,0,0,0.7);
}
.t_s{
	padding: 0px 50px;
	position: relative;
	
	text-align: center;
}
.t_s_c{
	font-family: Rajdhani-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #fff; 
}
.pers{
	display: block;
	padding: 10px 0;
	font-family: Rajdhani-SemiBold;
	color: #f76532;
	font-size: 18px;
}
.test_c .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 15px;
    height: 15px;
    text-align: center;
}
.test_c .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    transition-duration: 0.3s;
    _border: 1px solid #333;
    background-color: #fff;
    margin-right: 4px;
}
.test_c .owl-dot.active,.test_c .owl-dot:hover{
	background-color: #f76532;
	transition-duration:0.3s;
}
.w_c{
	color: #ffffff !important;
}
.p_t_b_30{
	padding: 30px 0;
}
#footer{
	padding: 30px 0;
	background-color: #141414;
}
.footer_b{
	position: relative;
	list-style: none;
}
.footer_b > li{
	float: left;
	width: calc(100%/4);
}
.footer_b > li:nth-child(3){
	text-align: center;
}
.footer_b > li > h4{
	font-family: Rajdhani-SemiBold;
	color: #999;
	font-size: 18px;
	padding: 12px 0;
	text-transform: uppercase;
}
.contact{
	position: relative;
	list-style: none;
}
.contact > li{
	padding: 8px 0;
	font-family: Rajdhani-Regular;
	color: #f1f1f1;
	font-size: 14px;
}
.form_news{
	position: relative;
}
.form_news > .group_form{
	padding: 8px 0;
}
.form_news > .group_form > input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border:2px solid #d5d5d5;
	height: 40px;
	border-radius: 2px;
	font-family: Rajdhani-Light;
	color: #333;
	font-size: 14px;
}
.send_btn{
	border:none;
	display: block;
	padding: 10px 25px;
	text-align: center;
	font-family: Rajdhani-Regular;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #f76532;
	color: #fff;
	width: 100%;
}
.net_work{
	position: relative;
	list-style: none;
	display: inline-block;
}
.net_work > li{
	float: left;
	margin-right: 10px;
}
.net_work > li > a{
	display: block;
	padding: 10px;
	background-color: #f9f9f9;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 100%;
	color: #141414;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.net_work > li > a:hover{
	background-color: transparent;
	border:2px solid #f9f9f9;
	color: #3b5998;
}
.menu_footer{
	position: relative;
	list-style: none;
	display: inline-block;
}
.menu_footer > li{
	display: block;
}
.menu_footer > li > a{
	display: block;
	color: #d5d5d5;
	font-size: 14px;
	font-family: Rajdhani-Regular;
	padding: 8px 0;
}
#footer_bottom{
	background-color: #434242;
}
#footer_bottom p{
	font-size: 12px;
	color: #fff;
	font-family: Rajdhani-Semibold;
	padding: 10px 0;
}
.form_c{
	position: relative;
}
.div_form{
	padding: 15px;
	background-color: #ffffff;
	border:5px solid #e5e5e5;
	_box-shadow: 0 1px 10px #464646;
	width: 70%;
	margin:25px 0;
	background-color: #f9f9f9;
	float: left;
}
.connect_f{
	float: left;
	padding: 15px;
	/*background-color: #ffffff;
	border:5px solid #e5e5e5;*/
	_box-shadow: 0 1px 10px #464646;
	width: 23%;
	margin:25px 0;
	background-color: #f9f9f9;
	float: left;
}
.group_form{
	padding: 10px 0 20px 0;
	position: relative;
}
.group_form > div{
	float: left;
	width: 30%;
	padding: 15px 10px;
	display: block;
	_width: 100%;
}
.group_form > div:last-child{
	padding-right: 0;
}
.group_form label{
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-family: Lato-Regular;
	color: #0b4e8c;
}
.group_form input[type="text"], .group_form input[type="password"],.group_form select{
	width: 100%;
	border:1px solid #999;
	box-sizing: border-box;
	padding: 10px 10px;
	font-size: 16px;
	_box-shadow: 0 1px 2px #464646;
}
.form_group > .btn_submit{
	background-color: #0b4e8c !important;
	padding: 15px 25px !important;
	color: #fff !important;
	font-family: Lato-Bold;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 1px 2px #464646;
	border-radius: 2px;
	width: 100%;
}
.top_60{
	top:60% !important;
}
.loader_c{
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 10;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #0b4e8c;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.left_m,.right_m{
	float: left;
}
.left_m{
	width: 20%;
}
.right_m{
	width: 80%;
}
.inner{
	padding: 0 15px;
}
.n_p_l{
	padding-left: 0 !important;
}
.n_p_r{
	padding-right: 0 !important;
}
.m_candidat{
	position: relative;
	list-style: none;
	border-radius: 2px;
	border:1px solid #999;
	padding: 10px;
}
.m_candidat > li{
	display: block;
	border-bottom: 2px solid #f1f1f1;
}
.m_candidat > li > a{
	display: block;
	background-color: #e7e7e7;
	color: #333;
	font-size: 14px;
	font-family: Lato-Regular;
	padding: 10px 0 10px 6px;
	transition: all .3s;
}
.m_candidat > li > a i{
	color: #0b4e8c !important;
	padding-right: 5px;
	font-size: 16px !important;
}
.m_candidat > li > a:hover{
	background-color: #0b4e8c;
	color:#fff;
}
.m_candidat > li > a:hover .m_candidat > li > a i{
	color:#fff;
}	
.content_r{
	border-radius: 2px;
	border:5px solid #e6e6e6;
	padding: 25px 55px;
	border-radius: 10px;
}
.m_n{
	padding: 10px 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #0b4e8c;
}
.m_n h4{
	font-family: Lato-Bold;
	font-size: 16px;
	color:#fff;
}
.loader{
  width: 100%;
  position: relative;
  padding-left: 5px;
}
.loader span{
  font-size:11px;
  font-family: OpenSans-Regular;
  color:#4F8A10;
  display: inline-block;
}
.success_up{
  background:url("../images/done_img.png") no-repeat left center;
  padding: 5px 0 5px 23px;
}
.load_up{
  background:url("../images/loader.png") no-repeat left center;
  padding-left: 18px;
  color: #4A75EE !important;
}
.error_up{
  color: #ff0000 !important;
  background:url("../images/failed.png") no-repeat left center;
  padding: 5px 0 5px 23px;
}
.left_content{
	float: left;
	width: 87%;
	text-align: right;
}
.div_inner{
	width: 100%;
	position: relative;
	display: block;
}
.left_content  ul{
	list-style: none;
	padding: 50px 0;
	float: left;
	width: 15%;
}
.left_content  ul li{
	float: left;
}
.left_content  ul  li a{
	display: block;
	padding: 0 10px;
	font-family: Rajdhani-Regular;
	font-size: 18px;
	color: #0b4e8c;
	position: relative;
	transition: 0.3s;
}
.left_content ul li a:after{
	content: '|';
	position: absolute;
	right: 0;
}
.left_content ul li:last-child a:after{
	content: '';
}	
.left_content ul li:last-child a{
	padding-right: 0;
}	
.left_content ul li a:hover{
	text-decoration: underline;
}
.pub{
	width: 80%;
	height: 90px;
	background-color: #fff;
	/*background-image: url('../images/pub.jpg');*/
	margin: 15px 20px 0 20px;
	float:left;
}
.img_d,.detail{
	float: left;
}
.img_d{
	width: 100px;
}
.img_d img{
	width: 100%;
}
.detail{
	width: 800px;
}
.detail p{
	font-size: 16px;
	line-height: 24px;
	color: #141414;
	font-family: Lato-Regular;
	text-align: justify;
	padding: 15px 0;
}

.detail ul{
	position: relative;
	padding-left: 15px;
	list-style: square;
}
.detail ul li{
	display: block;
	font-family: Rajdhani-Regular;
	font-size: 16px;
	color: #161616;
	padding: 5px 0 0 25px;
	line-height: 22px;
	position: relative;
	background:url('../images/square.png') no-repeat left center;
}
/*.detail ul li:before{
	content: '';
	background:url('../images/square.png') no-repeat left center;
	position: absolute;
	width: 16px;
	height: 16px;
}*/

.detail u{
	text-decoration: underline;
}
.title{
	font-size: 25px;
	padding: 10px 0;
	font-family: Lato-Light;
	border-bottom: 1px solid #d5d5d5;
}
.postuler{
	display: inline-block;
	padding: 10px 35px;
	background-color: #f76532;
	color: #fff;
	font-family: Rajdhani-Bold;
	font-size: 18px;
	box-shadow: 0 2px 5px #464646;
	transition: 0.3s;
}
.postuler:hover{
	border:2px solid #f76532;
	color: #f76532;
	background-color: #f9f9f9;
}
.c_good{
	background-color: #28a745;
	text-align: center;
	padding: 15px;
	border:3px solid #343a40;
}
.c_good span{
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	font-family: Oswald-Regular;
}
.c_bad{
	background-color: red;
	text-align: center;
	padding: 15px;
	border:3px solid #343a40;
}
.c_bad span{
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	font-family: Oswald-Regular;
}
.cols_50 {
    width: 50%;
    float: left;
}
.inner {
    padding: 0 15px;
}
.form_contact {
    position: relative;
    padding: 15px 0;
}
.form_contact > .form_group {
    position: relative;
    padding: 8px 0;
}
.form_contact > .form_group > label {
     font-family: Rajdhani-Regular;
    font-size: 15px;
    color: #0b4e8c;
    _padding: 5px 0;
    display: block;
}
.form_contact > .form_group > input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 8px;
    border: 2px solid #d5d5d5;
}
.form_contact > .form_group > textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 8px;
    border: 2px solid #d5d5d5;
    height: 150px;
}
.btn_submit {
     font-family: Rajdhani-Bold;
    font-size: 16px;
    color: #f9f9f9;
    box-shadow: 0 1px 5px #454545;
    background-color: #ff8f12;
    width: 100%;
    transition: 0.3s;
}
.contact {
    position: relative;
    padding: 15px;
}
.contact > li {
    display: block;
    color: #0b4e8c;
    padding: 8px 0;
    transition: 0.3s;
    font-family: Rajdhani-Regular;
    font-size: 16px;
}
.network {
    position: relative;
    padding: 15px;
    list-style: none;
}
.network > li {
    float: left;
}
.network > li > a {
    display: block;
    color: #0b4e8c;
    padding: 0 10px;
    font-size: 22px;
    transition: 0.3s;
}
.m_menu{
	display: none;
}
.fixed{
	position: fixed;
	top:0;
	z-index: 1000;
}
.mdp{
	display: block;
	font-size: 14px;
	font-family: Rajdhani-Bold;
	color: #0b4e8c;
	text-align: center;
	transition: 0.3s;
	padding: 8px 0;
}
.mdp:hover{
	text-decoration: underline;
	transition: 0.3s;
}

/*********SEV ***/
.gras{
	font-weight: bold;
}

.petitspace{
	margin-bottom:29px
}
.social_share{
	border-top:1px solid #d9d9d9;
	padding: 10px 0;
	margin-top: 15px;
}
.btn-fbk-share{
	font-family: Rajdhani-Regular;
	font-size:14px;
	color:#f9f9f9;
	background-color:#3b5998;
	padding: 10px 25px;
	text-align:center;
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
}
.btn-in-share{
	font-family: Rajdhani-Regular;
	font-size:14px;
	color:#f9f9f9;
	background-color:#0077B5;
	padding: 10px 25px;
	text-align:center;
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
}
.btn-tw-share{
	font-family: Rajdhani-Regular;
	font-size:14px;
	color:#f9f9f9;
	background-color:#00acee;
	padding: 10px 25px;
	text-align:center;
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
}
.orange-mail{
	color: #f76532;
	font-family: arial;
}
span.required{
	display: inline-block;
	color:#ff0000;
	font-size: 3vh;
}
