<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
h4, h5, h6,
h1, h2, h3 {
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 4px;
    }
ul, ol {margin: 0;/* text-align: justify; */}
p {margin: 0;text-align: justify;}


@font-face {



  font-family: "Raleway";



  src: url("../fonts/Raleway-Bold.ttft");



  src:local(""), url("../fonts/Raleway-Bold")format("woff"),



    url("../fonts/Raleway-Bold")format("truetype");



  font-weight: normal;



  font-style: normal;



}


@font-face {



  font-family: "Nassim";



  src: url("../fonts/nassim-regular.eot");



  src:local(""), url("../fonts/nassim-regular.woff")format("woff"),



    url("../fonts/nassim-regular.ttf")format("truetype");



  font-weight: normal;



  font-style: normal;



}


@font-face {



  font-family: 'Droid Arabic Naskh';



  font-style: normal;



  font-weight: 400;



  src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),



       url(../fonts/DroidNaskh-Regular.woff) format('woff'),



       url(../fonts/DroidNaskh-Regular.ttf) format('truetype');



}

@font-face {



    font-family: "header-font";



    src: url("../fonts/frutiger-webfont-1.ttf");



  }

  

html, body{
	font-family: 'Europa';
	background:#fff;
	/*direction: rtl;*/
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.tags_block{
	padding-left: 4px;
	padding-right: 4px;
    height: 60px;
    float: right;
}


.margin-slide{
	
	margin-top:118px;
}
.margin_annonce{
	 margin-top: 119px;
	 padding: 0px 8px;
}


.example-2 {
  overflow: hidden;
  width: 100%;
  position: relative;
  direction:ltr;    height: 373px;
}

.example-2 ul {
  overflow: hidden;
  margin: 0;
  zoom: 1;
	height: 373px !important;
}

.example-2 ul li { float: left; }

.select2-results {
    margin: 4px 4px 4px 0;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
    text-align: right !important;
}

.select2-container-multi .select2-choices li {
    float: right !important;
    list-style: none;
}

.select2-search-choice-close {
    display: block;
    position: absolute;
    left: 3px !important;
	 right: 75% !important;
    top: 3px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url(../images/select2.png) right top no-repeat;
    outline: none;
}

.select2-container .select2-choice {
    text-align: right !important;
	
}



	.chat ul li .message_repense {
  display: block;
  padding: 10px;
  padding-bottom: 4px;
  position: relative;
  color: #fff;
  font-size: 15px;
  background-color: #595b5a;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.chat ul li .message_repense:before {
  content: '';
  position: absolute;
  border-top: 16px solid rgba(0, 0, 0, 0.15);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.chat ul li .message_repense:after {
  content: '';
  position: absolute;
  top: 0;
  border-top: 17px solid #595b5a;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
	
	.chat ul li.you .message_repense {
  margin: 0 0 0 90px;
}
.chat ul li.you .message_repense:before {
  margin: -9px 0 0 -16px;
  left: 0;
}
.chat ul li.you .message_repense:after {
  content: '';
  left: 0;
  margin: 0 0 0 -15px;
}

section {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  /* padding: 10px 15px 20px 15px; */
}

.chat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chat ul li {
  margin: 45px 0 0 0;
  font-weight: 300;
}
.chat ul li a.user {
  margin: -30px 0 0 0;
  display: block;
  color: #333;
}
.chat ul li a.user img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #f3f3f3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.chat ul li .date {
  font-size: 14px;
  color: #a6a6a6;
}
.chat ul li .message {
  display: block;
  padding: 10px;
  position: relative;
  color: #fff;
  font-size: 15px;
  background-color: #595b5a;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.chat ul li .message:before {
  content: '';
  position: absolute;
  border-top: 16px solid rgba(0, 0, 0, 0.15);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.chat ul li .message:after {
  content: '';
  position: absolute;
  top: 0;
  border-top: 17px solid #595b5a;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
.chat ul li .message.blur p {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.chat ul li .message.blur .hider {
  opacity: 1;
  z-index: 1;
}
.chat ul li .message p {
  margin: 0;
  padding: 0;
  transition: all 0.1s;
}
.chat ul li .message .hider {
  opacity: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: -10px;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: all 0.1s;
}
.chat ul li .message .hider span {
  display: block;
  position: relative;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
}
.chat ul li.other a.user {
  float: right;
  text-align: right;
  position: absolute;
  right: 30%;
}
.chat ul li.other .date {
     float: right;
    margin: -26px 74px 0 0;
}
.chat ul li.other .message {
  margin: 0 90px 0 0;
  background:#f2f4f5;
  color:#595b5a;
}

.chat ul li.other .message:after {
  content: '';
  position: absolute;
  top: 0;
  border-top: 17px solid #f2f4f5;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

.chat ul li.other .message:before {
  margin: -9px -16px 0 0;
  right: 0;
}
.chat ul li.other .message:after {
  content: '';
  right: 0;
  margin: 0 -15px 0 0;
}
.chat ul li.you a.user {
  float: left;
      position: absolute;
	 text-align: left;
    position: absolute;
    float: left;
    margin:-23px 21px 0 2px;
}
.chat ul li.you .date {
     float: left;
       margin: -23px 0 0 75px;
}
.chat ul li.you .message {
  margin: 0 0 0 90px;
  
	
}



.chat ul li.you .message:before {
  margin: -9px 0 0 -16px;
  left: 0;
}
.chat ul li.you .message:after {
  content: '';
  left: 0;
  margin: 0 0 0 -15px;
}



.ticket_ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.ticket_user_active{
    background-color: #4267b2;
    border-color: transparent;
    border-radius: 5px;
	    padding-left: 5px;
		color:#FFF;
		 margin-bottom: 10px;
}

	
.ticket_user{
    background-color: #e2e1e1;
    border-color: transparent;
    border-radius: 5px;
    padding-left: 5px;
    color: #595b5a;
    margin-bottom: 10px;
	    line-height: 0.9;
}

.ticket_user:hover{
    background-color: #4267b2;
    border-color: transparent;
    border-radius: 5px;
	    padding-left: 5px;
		color:#FFF;
		 margin-bottom: 10px;
}


.conversation_ticket{
		border: 0px #fff;width:70%;float: left;
	}
	
.conversation_ticket_info{
		width: 28%;background-color: #f2f4f5;border: 0px #fff;float: right;
	}	
	
.navbar-nav
.search_head{
		
		float: left;
	}
	
	.col_60{
		width: 60% !important;
}

.col_23{
		width: 23% !important;
}
.col_22{
		width: 17% !important;
}

.col_17{
		width: 17% !important;
}

	
	.guide_footer{
	
	 position: fixed; width: 100%; bottom: 0;
}

.parallax{
	display:block;
}

.guide_search{
	
	background: #FFF; padding: 4% 0 7% 0;
}
.bloc1_pub{
	width:37% !important; 
	color: #989898 !important;
	font-weight: bold !important;
	font-size: 22pt !important;
	text-align: center !important;
	border:0px !important
}

.bloc2_pub{
	width:70% !important;
	text-align: center !important;
	color: #ccc !important;
	font-weight: bold !important;
	font-size: 23pt !important;
	border:0px !important
}


.table_annonce{
	max-width:50%;

	
	
	float:left; 
	text-align: right;
	
	border: 1px solid #ddd;
	background: #f2f4f5;
	
	direction:rtl;

	
}


.nav_1{
	padding-left: 9%; padding-right: 9%;margin: auto;
	
}

#menu11{
	position: fixed;
}

.navbar_head{
	
	margin: auto;width: 77%;
}	
	
	.espace_block{
		width: 50%;
		
	}
	
	.title-head {
    color: #4aa9f1;
    font-size: 31px;
    font-weight: bold;
}

.menu_bar{
	position: relative;left: 7%;
}



.table0{
	
	width:98%;
    display: inline-flex;
	 margin-bottom: 10px;
}

.table1{
	
	width:47%;
	float:right;
	    margin-left: 20px;
		 margin-bottom: 10px;
}

.table2{
	
	    width: 22%;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}


.navbar-default .navbar-nav &gt; li &gt; a.ticket{
	color: #e91e63;
}

	.logo_head_site{
		
		display:block
	}
	
	.bodytext {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    font-family: 'Droid Arabic Naskh', sans-serif;
	color:#000;
}
	
	.logo_head_mobile{
		
		display:none;
		
	}
	

	
	.button_search{
	left:-2px
}


.container_head{    background: #FFF; width: 100%;}



.block_div_news{
	
	       font-size: 12px;
    line-height: 17px;
    font-family: 'Droid Arabic Naskh', sans-serif;
	color: #000;
	
}




.news-libelle {
    font-family: "header-font";
    font-size: 12pt;
}

.error{color:#cc0000;}
.succ{color:#27A04D}


.navbar-default {
    background-color: #FFF!important;
    border-color: #FFF;
    border-radius: 0px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #908a8a;
    font-weight: 300;
    font-size: 22px;
    font-family: "nassim";
}
.navbar-default .navbar-nav &gt; li &gt; a span{
	/* display:block; */
}
.navbar {
   min-height:100%;
   margin-bottom:0;
}
.navbar-nav {
   margin:0;
   float:right;
}
.navbar-brand {
    height: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    padding-left: 15px;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-nav &gt; li &gt; a {
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 17px;
}
.dropdown-menu.columns-2 {
    min-width: 400px;
} 
.dropdown-menu.columns-3 {
    min-width:550px;
}
.multi-column-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu li a {
    padding: 0px 5px;
    font-weight: 300;
}
.dropdown-menu {
    /* right: 0 !important; */
    /* left:inherit; */
}    
.nav_bottom{
	background: rgb(69, 126, 214);
}
.nav-tabs {
    display: inline-block;
    border-bottom: none;
    font-weight: bold;
    padding-top:15px;
    /* font-family: "Kufi-Arabic-Bold"; */
}
.nav-tabs1{
    display: inline-block;
    border-bottom: none;
    font-weight:500;
    background-color:#e0dadb;
    width: 100%;
    padding:0;
}
.nav-tabs &gt; li &gt; a, 
.nav-tabs &gt; li &gt; a:hover, 
.nav-tabs &gt; li &gt; a:focus, 
.nav-tabs &gt; li.active &gt; a, 
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  border: none;
  color: #fff;
  border-radius: 0;
}
.nav-list { border-bottom: 1px solid #eee; }
.nav-list &gt; li { 
  padding:20px 15px 15px;
  border-left: 1px solid #eee; 
  margin-right: 0 !important;
}
.nav-list &gt; li:last-child { border-right: 1px solid #eee; }
.nav-list &gt; li &gt; a:hover { text-decoration: none; }
.nav-list &gt; li &gt; a &gt; span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}
i.flags{
	width: 21px;
    height: 13px;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}
i.us{
   background: url("../images/f1.jpg") no-repeat;
}
i.newzland{
	background: url("../images/f2.jpg") no-repeat;
}
.search-form {
    background-color: #457ed6;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 15px;
    width: 346px;
}
.search-form input[type="text"]{
    width: 100%;
    height: 30px;
    color: #a7aebf;
    line-height: 20px;
    border: none;
    padding: 5px 15px;
    border-radius: 0;
    outline: none;
}
.search-form .search-submit {
   border: 0;
   padding: 0;
   position: absolute;
   left: 27px;
   top: 20px;
   background: none;
   line-height: 20px;
}
ul.nav_1{
	float:none;
	padding:0 0;
	padding-right: 5%;
}
ul.nav_1 li{
	margin-right: 19px;
}
.navbar-nav&gt;li&gt;.dropdown-menu li{
	margin-right: 0px;
    padding: 0 5px 0 20px;
	border-bottom:1px dotted #ddd;
}
.dropdown-menu  li a{
   color:#000;
   font-size: 20px;
   /* font-weight: bold; */
   font-family: "nassim";
   padding: 0 15px;
}
ul.nav_1 li a{
   color: #FFF;
   font-size: 22px;
   padding-left: 5px;
   text-align: right;
   padding-right: 5px;
}

ul.nav_1 li.last{
	margin-right:0;
}
.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus, .nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus{
    background-color: #2f374c;
    border-color:#2f374c;
    color:#fff !important;
}

/*-- banner --*/
.banner-bg{
	background:url(../images/2.jpg) no-repeat center top;
}
.banner-bg, .banner-img, .banner-img2{
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	min-height:600px;
}
.banner-img{
	background:url(../images/3.jpg) no-repeat center top;
	
}
.banner-img2{
	background:url(../images/1.jpg) no-repeat center top;
}
.banner-info {
	 text-align: center;
	 padding:8em 0 0 0;
}
.banner-info h3{
	color: #FFF;
    font-size: 60px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 15px;
}
.banner-info h3 span{
	display:block;
}
.banner-info p {
    color: #FFF;
    margin: 1em 0 2em;
    font-size: 20px;
    font-weight: 400;
}
.banner-info a{
	color:#FFF;
	background:#ed1c24;
	padding: .7em 1.5em;
	text-decoration:none;
}
.banner-info a:hover i.icon_1{
	color:#2f374c;
}
.banner-info a:hover{
	background:#FFF;
	color:#2f374c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.navbar-header.nav_2 {
    display: none;
}
.navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand {
    margin-left: 0 !important;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 4%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 41px;
  width: 41px;
  background: red;
  margin-top: -65px;
  display:none;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 4%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 85%;
	z-index:111;
	left: 46%;
	padding: 0;
	margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0;
}

.u-grid__item {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    font-family: "Kufi-Arabic-Regular";
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    float: left;
    width: calc(32.333333333% - 20px);
}

@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
}
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:14px;
  width:14px;
  display:inline-block;
  border:2px solid #FFF;
  background: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border: 2px solid #FFFFFF;
	background:#2f374c;
}
/*--content--*/
.details{
	background:rgb(22, 22, 22);
	padding: 0.4em 0;
}
.input-group {
    width: 100%;
}
.input-group input[type="text"], select{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ff;
    border: none;
    font-size: 14px;
    /* text-align: right; */
    min-height: 40px;
    padding: 7px 7px 9px 9px;
    width: 100%;
    border: 1px solid #e2e2e3;
    color:#555;
}
select#country {
    color:#555;
}
.submit_button input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    border: none;
    width: 100%;
    background: #457ed6;
    text-align: center;
    padding: 9px 0px;
    outline: none;
}
.submit_button input[type="submit"]:hover{
	background: #000;
}
.grid_1{
	padding:5em 0;
}
.news h1, .grid_1_right h2{
    font-size: 2em;
    margin-bottom: 1.5em;
    position: relative;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.news h1:after, .grid_1_right h2:after{
    background-color: #c5c5c5;
    bottom: -15px;
    content: "";
    height: 2px;
    right: 0;
    width: 30px;
    position: absolute;
    z-index: 0;
}
.news article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #c5c5c5;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.news article a{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
}
.news article .date {
    margin-bottom: 10px;
}
.news article i {
    margin-left: 5px;
}
.read-more:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color:#ed1c24;
    content: "\f18e";
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
a.read-more {
	color:#000;
}
a.read-more:hover{
	color:#777;
}
.nav-tabs1&gt;li.active&gt;a, .nav-tabs1&gt;li.active&gt;a:focus, .nav-tabs1&gt;li.active&gt;a:hover {
    color: #fff;
    background-color:#2f374c;
    border:none;
}
.nav-tabs1 .open&gt;a, .nav-tabs1 .open&gt;a:hover, .nav-tabs1 .open&gt;a:focus, .nav-tabs1&gt;li&gt;a:hover, .nav-tabs1&gt;li&gt;a:focus {
    background-color:#2f374c !important;
    border-color:#2f374c;
    color: #fff !important;
}
.nav-tabs1&gt;li{
	margin-bottom:0;
}
a#profile-tab, a#home-tab, a#profile-tab1{
    color: #fff;
}
.events_box {
    margin: 0.5em 0 0.5em;
}
.event_left{
    float: left;
    width: 24%;
}
.event_left-item {
    padding-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
}
.event_right {
    overflow: hidden;
}
.event_left-item .icon_2 {
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}
.event_left-item .icon_2 i {
    font-size: 20px;
    margin-left: 15px;
    float: right;
    vertical-align: middle;
    color: #999;
}
.speaker_item a{
    color:#ed1c24;
}
.speaker_item a:hover{
    color:#000;
}
.event_right h3{
    font-size: 22px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 11px;
}
.event_right h3 a{
	color:#000;
}
.event_right p{
	color: #777;
    font-size: 0.95em;
    line-height: 1.5em;
}
.event_right p a{
	font-size:1.1em;
	color:#000;
}
.event_right p a:hover{
	text-decoration:underline;
}
.event_right img{
	margin:1em 0 0 0;
	width:50px;
}
.bg{
	background: url(../images/bg.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 460px;
    text-align: center;
    padding: 7em 0 0 0;
}
#counter {
	height:141px;
	font-size:60px;
	color: #FFF;
	overflow: hidden;
}
.timer{
	border-top:2px ridge #5F5F5F;
	border-bottom:2px ridge #5F5F5F;
}
.timer h4{
	font-size: 14px;
	color: #E5E5E5;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 20px;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    display: inline-block;
    padding: 35px 0;
    float: left;
    width: 25%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.countDays, .countHours, .countMinutes, .countSeconds:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.points {
	float: left;
	width:40px;
	margin: 0;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 138px;
	text-shadow: none;
	color:#FFF;
    display: none;
}
.boxName {
	float: left;
	width: 100%;
	font-size:15px;
	color:#fff;
	font-style:italic;
	font-weight: 500;
	clear: both;
	padding: 2px;
}
/* ---------- /TIMER ---------- */
.newsletter {
    /* margin: 3em 0 0 0; */
}
.newsletter input[type="text"] {
    padding: 18px 2%;
    width:50%;
    margin-right: 10px;
    font-size: 13px;
    max-width: 96%;
    outline:none;
    border:none;
    display:inline-block;
}
.newsletter input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    border: none;
    background:#ed1c24;
    padding: 14px 30px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}   
.newsletter input[type="submit"]:hover{
	background:#2f374c;
} 
.portfolio-left{
    background: #f2f4f8;
    padding:0;
}
.courses_portfolio .portfolio-item {
    overflow: hidden;
    background: #f7f7f7;
}
.portfolio-img {
    width:44%;
    float: right;
}
.portfolio-description {
    width: 50%;
    float: right;
    padding: 40px 30px 0;
}
.portfolio-description h4 a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    transition: all 0.3s linear 0s;
}
.portfolio-description p {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0;
}
.portfolio-description span {
    padding-top: 20px;
    display: block;
}
.portfolio-description span a {
    background: #ffffff;
    color: #444444;
    /*--float: left;--*/
    font-size: 13px;
    line-height: 23.4px;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
}
.portfolio-description span a:hover{
	text-decoration:underline;
}
.portfolio-description &gt; a span {
    background:#2f374c;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin:2em 0 0;
}
.portfolio-description &gt; a span:hover{
	background:#ed1c24;
    color:#fff;
}
a:hover, a:focus {
   text-decoration:none;
}
.bottom_content{
	padding:5em 0;
}
.bottom_content h3{
	color:#000;
	font-size:3em;
	text-transform:uppercase;
	margin:0em 0 1em;
	text-align:center;
	position:relative;
}
.grid_2{
	margin-bottom:2em;
}
i.chain_1{
	margin-right:10px;
}
/* -- footer --*/
.footer{
	background:#f2f4f5;
	padding: 1em 0;
}
table.table_working_hours {
    width: 100%;
}
.table_working_hours tr {
    border: 0;
    border-bottom: 1px dashed #656565;
}
.table_working_hours tr td {
    padding:7px 0;
    color: #777;
    font-size: 0.95em;
    text-transform: capitalize;
}
.table_working_hours tr.opened_1 td {
    padding:0 0 7px;
}
.table_working_hours tr td.day_value {
    padding-left: 3px;
}
.table_working_hours tr td.day_value {
    padding-right: 3px;
    text-align: left;
}
.table_working_hours tr.opened:hover td, .table_working_hours tr.opened_1:hover td {
    color:#e2598e;
}
.grid_4 h3{
	color: #000;
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.grid_4 p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:1em;
}
.social-nav {
    padding: 0;
    list-style: none;
    margin:0px 0 0 -10px;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.icons_2 a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}
.icons_2 .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.icons_2 a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.icons_2 .twitter:hover {
    color: #00ACED;
}
.icons_2 .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.icons_2 .facebook:hover {
    color: #3B579D;
}
.icons_2 .google-plus {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.icons_2 .google-plus:hover {
    color: #DD4A3A;
}
address {
    line-height: 1.8em;
    color:#777;
    font-size:0.95em;
    margin-bottom: 0;
}
address a{
	color:#000;
}
address a:hover{
	color:#ed1c24;
}
ul.footer_list{
	padding:0;
	margin:0;
	list-style:none;
}
ul.footer_list li{
	line-height:2em;
	font-size:14px;
}
ul.footer_list li a{
	color:#777;
}
ul.footer_list li a:hover{
	color:#000;
}
.copy{
	margin:2em 0 0 0;
	text-align:center;
}
.copy p{
	color:#777;
	font-size:0.95em;
}
.copy p a{
	color:#000;
}
.copy p a:hover{
	color:#ed1c24;
}
.breadcrumb1 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.breadcrumb1 li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    color: #a6a6a6;
}
.breadcrumb1 li.current-page:after{
	display:none;
}
.breadcrumb1 li a {
    display:inline-block;
    color:#ed1c24;
}
.breadcrumb1 li a:hover{
	color:#fff;
}
.breadcrumb1 li:after {
    content: '\f105';
    font: normal normal normal 13px/1 "FontAwesome";
    display: block;
    position: absolute;
    left: 100%;
    top:6px;
    color: #cecfd2;
}
.courses_banner h3{
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
}
p.description{
	color: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	width: 69%;
	margin: 0 auto 0em auto;
}
/*-- courses --*/
.courses_banner{
	background: url(../images/2.jpg)no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/* min-height:250px; */
	text-align: center;
	padding: 2em 0 2em 0;
}
.table-header {
    background-color: #eeeeee;
    font-family: 'Europa';
}
.course_list .table-header &gt; div {
    float: left;
    padding: 14px 12px;
    color: #666;
    font-size: 14px;
    line-height: 1;
    width: 17%;
}
.table-header &gt; div.id_col {
    width: 12%;
    /* text-transform: uppercase; */
    /* font-size: 15pt; */
}
.table-header &gt; div.name_col {
    width: 49%;
}
.table-header &gt; div.duration_col {
    width: 17%;
}
.courses_box1 {
    padding: 2em 0;
}
.course_list .table-list {
    margin: 0;
    padding: 0;
}

.course_list .table-list  b{
    margin: 0;
    padding: 0;
    font-family: 'Europa';
}


.course_list .table-list li {
    float: none;
    margin: 0;
    list-style: none;
    border-bottom: 1px dashed #e2e2e3;
    background-color: #ffffff;
}
.course_list .table-list li &gt; div.id_col {
    width: 12%;
    text-transform: uppercase;
}
.course_list .table-list li &gt; div {
    float: left;
    /* padding: 4px 13px; */
}
.course_list .table-list li &gt; div.name_col {
    width: 52%;
}
.course_list .table-list li &gt; div.duration_col {
    width: 17%;
}
.course_list .table-list li &gt; div.date_col {
    width: 19%;
}
.course_list .table-list li:nth-child(even) {
    background-color: #f2f4f5;
}
.course_list .table-list li:hover {
    background-color:#9FA8C1;
    color: #ffffff;
}
.course_list .table-list li .name_col a{
    color: #777;
}
.course_list .table-list li:hover .name_col a{
    color: #ffffff;
}
.courses_box1-left{
    background-color: #f2f4f5;
    padding:20px 20px 30px;
}
.select-block1 select {
    box-shadow: none;
    border: 1px solid #e2e2e3;
    border-radius: 0;
    outline: 0;
    background: #ffffff;
    height: 44px;
    line-height: 32px;
    padding: 5px 15px;
    width: 100%;
    color: #a7aebf;
}
.select-block1{
	position:relative;
	margin-top:10px;
}
.course-submit {
    border: none;
    background-color:#ed1c24;
    color: #ffffff;
    line-height: 25px;
    padding: 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    display: inline-block;
    margin-top: 20px;
    outline: none;
}
.course-submit:hover {
    background-color:#2f374c;
}
.personBox {
    margin: 0em 0 0 0;
}
.person_description{
    margin: 1em 0 0 0;
}
.person_image{
	width: 25%;
	float: right;
	margin-left: 5%;
}
.person_image_desc {
    overflow: hidden;
}
.person_image_desc h1{
	color: #000;
    font-size: 1.3em;
    font-style: italic;
    margin: 10px 0 0 0;
}
.person_image_desc p{
	color:#999;
	font-size:0.85em;
	font-style:italic;
}
.slider h3{
	font-size:1.5em;
	color:#000;
	margin-bottom:0.5em;
}
.person_description p, .banner-info1 p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
}
.person_description p a{
	color:#000;
}
.person_description p a:hover{
	color:#e2598e;
}
.person_mage_desc{
	overflow:hidden;
}
.social-widget {
    margin:2em 0 3em;
}
.social-widget h2{
	font-size:1.5em;
	color:#000;
	margin-bottom:1em;
}
ul.courses_social{
	padding:0;
	margin:0;
	list-style:none;
}
.social-widget ul li.facebook-icon div {
    background-color: #3b59a1;
}
.social-widget ul li {
    text-align: center;
    float: left;
    list-style: none;
    padding: 0 5px;
    width: 33.333333%;
}
.social-widget ul li div {
    padding: 15px 0 10px;
}
.social-widget ul li div a {
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
}
.social-widget ul li div p {
    color: #ffffff;
}
.social-widget ul li.twitter-icon div {
    background-color: #46b0e4;
}
.social-widget ul li.gplus-icon div {
    background-color: #dd4c39;
}
.social-widget ul li div a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.banner-info1 h5{
	margin:1em 0;
	font-size:0.95em;
}
.banner-info1 h5 a{
	color:#000;
}
.banner-info1 h5 a:hover{
	text-decoration:underline;
}
.entry-item .entry-thumb {
    width:22%;
    margin-right: 20px;
}
ul.posts{
	padding:0;
	margin:2em 0 0 0;
	list-style:none;
}
ul.posts h3{
	font-size:1.5em;
	color:#000;
	margin-bottom:1em;
}
ul.posts li{
	margin-bottom:1em;
}
.entry-content {
    overflow: hidden;
}
.entry-content h6{
    font-weight:600;
    font-size: 15px;
    margin-bottom:4px;
}
.entry-content h6 a{
	color:#000;
}
.entry-content h6 a:hover{
	color:#ed1c24;
}
.entry-content p{
    font-weight: 400;
    font-size:0.95em;
}
.entry-content p a{
	color:#777;
}
.entry-content p a:hover{
	color:#000;
}
/*-- course_detail --*/
.detail h3{
	color:#000;
	font-size:2em;
	margin: 1em 0 0.5em;
}
.detail p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
}
.panel-body {
    color: #777;
    font-size: 0.95em;
    line-height: 1.8em;
}
i.icon_3{
	color:#5979CE;
	margin-right: 10px;
}
.panel-group {
    margin-bottom: 3em;
}
.panel-group .panel-default {
    border: 1px solid #eff2f7;
    box-shadow: none;
    margin: 2em 0 0 0;
}
.panel-group .panel-heading {
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.panel-group .panel-title {
    line-height: 16px;
}
.panel-group .panel-title a {
    /* display: block; */
    /* padding: 16px 44px 16px 18px; */
    /* font-weight: 400; */
    /* position: relative; */
}
.panel-collapse {
    padding: 0 16px;
}
.panel-group .panel-title a:after {
    font-family: fontawesome;
    content: "\f107";
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}
.panel-group .panel-title .collapsed:after {
    content: "\f106";
}
.author-box-left{
	float: left;
    width: 10%;
    margin-right: 2%;
}
.author-box-right {
    overflow: hidden;
}
.author-box-right h4{
    color:#000;
    font-size:1.1em;
}
.author-box-right h4 a:hover{
	color:#000;
}
.author-box-right p{
    line-height:1.5em;
}
.author-box {
    margin-bottom: 3em;
}
.comment_section h4, .comment-form h4{
	color: #000;
    font-size: 2em;
    margin-bottom: 1em;
}
ul.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.children {
    padding: 0;
    margin: 0 0px 0 20px;
    list-style: none;
}
ul.comment-list li{
	margin-bottom:2em;
}
.author-box_left{
	float:left;
	width:8%;
	margin-right: 2%;
}
.author-box_left img{
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
}
.author-box_right {
    overflow: hidden;
}
.author-box_right h5{
	margin-bottom:5px;
}
.author-box_right h5 a{
	color:#000;
	font-size:1.2em;
}
.author-box_right h5 a:hover{
	color:#ed1c24;
}
span.m_1{
	font-style:italic;
	font-size:0.85em;
	color:#CACACA;
}
.search-form .form-control, .comment-form .form-control, .contact_form .form-control, .search_form .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: none;
    color: #7a7c82;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 1.42857;
    margin-bottom: 15px;
    padding: 6px 12px;
    text-transform: none;
    width: 100%;
}
.search-form .form-control, .comment-form .form-control, .contact_form .form-control {
    margin-bottom: 25px;
    border-color: #d8d8d9;
}
.comment-form textarea {
    min-height: 168px;
}
.form-submit {
    width: 48%;
    top: -66px;
    position: relative;
    display: inline-block;
}
.comment-form-left{
	padding-left:0;
}
.comment-form-right{
	padding-right:0;
}
.submit_1{
	background-color:#2f374c;
    border-color:#2f374c;
    outline:none;
}
.submit_1:hover{
	background-color: #ed1c24 !important;
    border-color: #ed1c24;
}
/* --events --*/
.event-page{
	margin-bottom:2em;
}
.event-speakers {
    padding: 0;
    margin:0;
    list-style: none;
}
.event-speakers li {
    display: inline-block;
    margin-right:20px;
}
.event-page .event-info .event-info-text a {
    text-decoration: none;
}
.event-page p {
    margin: 0;
}
.event-desc h2{
	font-size:1.7em;
	margin-bottom:10px;
}
.event-desc h2 a{
	color:#000;
}
.event-desc h2 a:hover, .event-speakers li a:hover{
	color:#777;
}
.event-img{
	overflow:hidden;
	position:relative;
}
.event-img img{
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.event-img:hover img{
	 -moz-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -webkit-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -o-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -ms-transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    transform: perspective(2000px) rotateY(-5deg) translate(0,-8px);
    transition: all 0.2s ease-out;
    transition-delay: 0.1s;
}
.event-img .over-image {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    pointer-events: none;
    box-shadow: 0 0 0 0 #e91e63 inset;
    -webkit-box-shadow: 0 0 0 0 #e91e63 inset;
    -moz-box-shadow: 0 0 0 0 #ed1c24 inset;
    -o-box-shadow: 0 0 0 0 #ed1c24 inset;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.event-img:hover .over-image {
    opacity: 1;
    box-shadow: 0 0 0 8px #e91e63 inset;
    -webkit-box-shadow: 0 0 0 8px #e91e63 inset;
    -moz-box-shadow: 0 0 0 8px #ed1c24 inset;
    -o-box-shadow: 0 0 0 8px #ed1c24 inset;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
/*-- event_single --*/
ul.meta-post{
	padding:0;
	margin:0 0 1em 0;
	list-style:none;
	position:relative;
}
ul.meta-post li{
	display:inline-block;
	margin-right: 15px;
	font-size:0.95em;
	color:#777;
}
ul.meta-post li a{
	color:#000;
}
ul.meta-post li a:hover{
	color:#777;
}
ul.meta-post li:before {
   text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color:#ed1c24;
    display: inline-block;
    font-size: 16px;
    position: relative;
    margin-right: 2px;
}
ul.meta-post li.author:before {
    content: "\f007";
}  
ul.meta-post li.view:before {
    content: "\f133";
}  
ul.meta-post li.category:before {
    content: "\f164";
}   
.author-box1{
	margin-top:3em;
}     
form.login {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.login input[type="text"], .login input[type="email"], .login input[type="password"], .login input[type="url"], .login textarea, .login input[type=button] {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dedede;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 12px;
    color: #767676;
    transition: 200ms;
    -webkit-transition: 200ms;
}  
input.btn.btn-primary.btn-lg1.btn-block {
    background-color:#ed1c24;
    border-color:#ed1c24;
    margin: 2em 0;
    font-size:1.1em;
    outline: none;
}
input.btn.btn-primary.btn-lg1.btn-block:hover{
	background-color:#2f374c;
    border-color:#2f374c;
}
p.lead{
	font-size:25px;
}
/*-- about --*/
.bg_1{
	background: url(../images/bg.jpg)no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: inherit;
	text-align: center;
	padding: 2em 0 2em 0;
}
.bg_1 h2{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:3em;
	margin-bottom:1em;
}
.about_left p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
}
ul.about_links{
	padding:0;
	margin: 1em 0;
	list-style:none;
}
ul.about_links li{
    padding: 0px 20px 10px;
    position: relative;
}
ul.about_links li:before {
    color: #f96868;
    content: "\f10c";
    font-family: 'fontawesome';
    font-size: 12px;
    height: 5px;
    left: 5px;
    top: 4px;
    position: absolute;
    width: 5px;
}
ul.about_links li a{
	color:#777;
	font-size:0.95em;
}
ul.about_links li a:hover{
	color:#000;
}
/* Radial In */
.radial_but {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background:#ed1c24;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:12px 30px;
  color: #fff;
}
.radial_but:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#2f374c;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.radial_but:hover, .radial_but:focus, .radial_but:active {
  color: white;
}
.radial_but:hover:before, .radial_but:focus:before, .radial_but:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.team{
	background:#fff;
	height: 334px;
	margin-bottom: 7px;
}
.team_box {
    padding: 1em;
}
.team_box h3{
	font-size:1.5em;
	color:#000;
	margin-bottom:0;
}
.team_box p{
	font-size:1.1em;
	color:#999;
}
.team-socials {
    padding: 0;
    margin: 1em 0 0 0;
    list-style: none;
}
.team-socials li:first-child {
    padding-left: 0;
}
.team-socials li {
    display: inline;
    padding: 0 9px;
}
.team-socials li a {
    color: #656565;
}
.team-socials li a:hover {
    color:#2f374c;
}
.team-socials li span {
    font-size:18px;
}
.advantage{
	padding:5em 0;
}
.list.custom-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list.custom-list ul li {
    width: 100%;
    overflow: hidden;
    margin:0;
    padding: 0;
    list-style: none;
}
.dropcap {
    display: block;
    float: right;
    color: #ed1c24;
    font-size: 35px;
    margin-right: 0.5em;
    width: 60px;
    height: 60px;
    border: 2px solid #2f374c;
    line-height: 53px;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}
.item_content {
    overflow: hidden;
}
.list.custom-list ul li h5 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 300;
}
.list.custom-list ul li h5 a {
    color: #000;
}
.list.custom-list ul li p {
    display: block;
    font-style: normal;
    font-size:0.95em;
    line-height: 1.8em;
    color: #777;
    font-weight: 300;
}
.advantage h3{
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 1em;
}
/* -- admission --*/
.admission{
	padding:5em 0;
}
.admission h1{
	color:#000;
	font-size:2em;
	margin-bottom:0.5em;
}
.admission p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:2em;
}
.admission_left{
	padding-left:0;
}
.admission_left h2, .admission_right h3{
	font-size:1.5em;
	color:#000;
	margin-bottom:1em;
}
.admission_right{
	padding-right:0;
}
.timetable {
    width: 100%;
    font-size: 11px;
    margin-top: 1.5em;
}
.timetable th, .timetable td {
    text-align: center;
    padding: 7px;
    border: 1px solid #E2E2E2;
    background: #fff;
    color: #000;
    font-weight:100;
}
.timetable th {
    background: #2f374c;
    color: #fff;
     text-transform: uppercase;
    font-size: 14px;
}
.timetable td{
	border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
input.no-box {
    padding: 0px 10px;
    height: 22px;
    width: 100%;
    float: left;
    border: none;
    outline: none;
}
.input-group1 input[type="text"], select {
	border: 1px solid #e2e2e3;
}
ul.items_list, ul.items_list1{
	display:none;
}
.photo{
	padding-left:0;
}
.form-field {
    margin: 1em 0;
}
.form_box{
	padding-left: 0;
}
.form_box1{
	padding:0;
}
.input-group1 {
    margin-top: 10px;
}
.form-group1{
	padding:0;
	margin: 1em 0;
}
.control-lable{
	padding:0;
}
.radio label, .checkbox label, label {
    font-size: 0.95em;
    font-weight: 300;
    vertical-align: middle;
    color:#777;
}
.radios label:first-child {
    margin-left: 0;
}
.radios label {
    margin-left: 15px;
}
/*-- faculty --*/
.faculty_top{
	margin-bottom:2em;
}
figure.team_member {
    position: relative;
    overflow: hidden;
    color: #fff;
}
figure.team_member img + div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -moz-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -ms-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -o-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
}
figure.team_member figcaption {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
figure.team_member figcaption h3 {
    margin: 0 0 8px 0;
}
figure.team_member figcaption h3 a, figure.team_member figcaption p a{
	color: #fff;
}
figure.team_member figcaption h3 a:hover, figure.team_member figcaption p a:hover, ul.social-person li a:hover{
	color:#ed1c24;
}
figure.team_member figcaption span {
    margin-bottom: 15px;
    display: block;
}
p.person-deg1{
	margin-bottom:20px !important;
}
figure.team_member figcaption p {
    margin-bottom: 0;
    color: #fff;
}
.person-social {
    position: relative;
    left: 700px;
    color: #fff;
}
ul.social-person {
    float: left;
    margin-top: 15px;
    padding-left: 0;
}
.social-person {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
ul.social-person li {
    list-style: none;
    display: inline;
    margin-right: 12px;
}
ul.social-person li a {
    color: #fff;
}
.title-variation1 .style-title1, .course-details .cousre-details-img .course-title, figure.themeumlms-course-img figcaption, figure.team_member:hover figcaption {
    background-color:rgba(47, 55, 76, 0.71);
}
figure.team_member:hover figcaption {
    top: 0;
}
figure.team_member:hover .person-social {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
figure.team_member:hover p, figure.team_member:hover .person-social {
    left: 0;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
figure, figcaption, img, h2, p, i, .person-social {
    -webkit-transition: all .5s;
    transition: all .5s;
}
ul.pagination {
    padding-right: 15px;
    margin: 0em 0 0 0;
}
.pagination&gt;li &gt;a {
    border-bottom-left-radius:0px !important;
    border-top-left-radius:0px !important;
    padding: 6px 15px;
    border: none;
    border-right: 1px solid #f2f2f2;
    color: #222;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
    z-index: 2;
    color: #fff;
    background-color:#ed1c24;
    border-color:#ed1c24;
    cursor: default;
}
ul.event_pagination{
	padding:0;
	margin:0;
}
/* --terms --*/
ol.terms_list{
	padding-left: 20px;
	margin-bottom:2em;
}
ol.terms_list li, ul.terms_list1 li{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
}
.terms h4{
	color:#000;
	margin-bottom:10px;
	font-size:1.5em;
}
ul.terms_list1{
	padding-left:20px;
	margin:0;
	list-style:circle;
}
p.m_3{
	margin:1em 0 0 0;
}
/* -- shortcodes --*/
.shortcode_but.small {
    font-size: 11px;
    padding: 12px 16px;
}
.shortcode_but.large {
    font-size: 14px;
    padding: 16px 30px;
}
.shortcode_but{
    display: inline-block;
    font-size: 13px;
    padding: 17px 25px;
    margin-bottom: 15px;
    margin-right: 5px;
    outline: none;
    cursor: pointer;
    /* text-transform: uppercase; */
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
}
.shortcode_but:hover{
	opacity:0.8;
}
.but_1{
	margin:2.5em 0 1em;
}
.but_2{
	margin-bottom:1em;
}
.but_3{
	margin-bottom:2em;
}
.admission-alert {
    background: #d1d1d1;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 20px 11px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.admission-alert.info {
    background:#8ED4FF;
}
.admission-alert.success {
    background:#A1D859;
}
.admission-alert.warning {
    background:#F9CC6C;
}
.admission-alert.danger {
    background: #ff8888;
}
.admission-alert .close {
    right: -2px;
    color: #FFFFFF;
    opacity: .8;
    top: 1px;
    outline:none;
    width: 30px;
}
.badge-primary {
    background-color: #03a9f4;
}

.badge-white {
    background-color: #FFF;color: #000;
}

.badge-white:hover{
	 background:#7d7c7c;color: #FFF;
}


.badge-success, .bg-green, .bootstrap-switch-success, .btn-success {
    border-color: #ef553a;
    background: #ef553a;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #d9534f;
}
.col-md-6.page_1 {
    padding-left: 0;
}
.grid_3.grid_5 {
    margin: 3em 0 0 0;
}   
/* --faq --*/
dl.faq-list{
	margin-bottom:0;
}
.faq-list dd{
	position:relative;
}
.faq-list_h {
    position: relative;
    margin: 0;
    padding: 0 0 5px 28px;
    background: none;
    font-weight: normal;
}
.faq-list .marker {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: bold;
    margin: 0;
} 
.faq-list .marker1{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: bold;
    margin: 0;
} 
p.m_4{
	padding-left:30px;
}
/*-- services --*/
.services{
	padding:5em 0;
}
.service_box1{
	margin-bottom:2em;
}
.services h1{
	font-size:3em;
	text-align:center;
	color:#000;
	margin-bottom:1em;
	/* text-transform:uppercase; */
}
.service_1-left{
	float:left;
}
.service_1-right p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
}
span.icon_5{
    float: left;
    display: block;
    margin: 5px 30px 0 0;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    border: none;
    background:#2f374c;
    text-align: center;
    font-size:20px;
    line-height:70px;
    color:#fff;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span.icon_5:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:#ed1c24;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.service_1-left:hover span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.service_1-left:hover span {
    color: #fff;
}
.service_1-right {
    overflow: hidden;
}
.service_1-right h5{
	font-size:1.2em;
}
.service_1-right h5 a{
	color:#000;
}
.bg_2{
    background: url(../images/bg.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height:300px;
    padding: 2em 0 1em 0;
}
.service_2-left h2{
    font-size: 45px;
    line-height: 1.42222222;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
.service_2-right p{
	color:#fff;
	font-size:0.95em;
	line-height:1.8em;
}
.service_3{
	padding:5em 0;
}
.service_3 h2{
    font-size: 3em;
    text-align: center;
    color: #000;
    margin-bottom: 1em;
    text-transform: uppercase;
}
time {
    font-size: 1.2em;
    color: #000;
}
.service_3-left h4{
    font-size:1.5em;
	margin:10px 0;
}
.service_3-left h4 a{
	color:#ed1c24;
}
.service_3-left p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:1em;
}
ul.marked-list{
	padding:0;
	margin:0;
	list-style:none;
}
.marked-list li {
    position: relative;
    padding-right: 30px;
    font-size:0.95em;
    line-height:1.6em;
    margin-bottom:10px;
}
.marked-list li a{
	color:#777;
}
.marked-list li a:hover{
	color:#000;
}
.marked-list li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: 400;
    background:#ed1c24;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.features{
	padding:5em 0;
}
.features h1{
	color:#000;
	font-size:3em;
	text-align:center;
	margin-bottom:1em;
	text-transform:uppercase;
}
.features p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
	margin: 1em 0 1em;
}
/*-- blog --*/
.blog_box1{
	margin-bottom:3em;
}
.item_info_dl h2{
	font-weight:600;
	font-size:1.5em;
}
.item_info_dl h2 a{
	color:#000;
}
.item_info_dl {
    color: #9ad905;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 20px;
}
.item_info_dl dd .item_createdby:before {
    content: "\f007";
    color: #444444;
    font-size: 24px;
    font-family: FontAwesome;
    margin-right: 6px;
}
time.item_published {
    font-size: 0.85em;
    color:#D0D0D0;
}
.item_info_dl dd {
    margin: 0;
    display: inline-block;
}
.item_info_dl dd .comment:before {
    content: "\f075";
    color: #444444;
    font-size: 18px;
    font-family: FontAwesome;
    margin-left: 14px;
}
address.item_createdby {
    color: #000;
    font-size: 1.1em;
}
/* -- contact --*/
.map iframe{
	border:none;
	height:400px;
	width:100%;
}
.col_1 {
    width: 203px;
    margin-right: 0;
}
.col_1, .col_2{
    float: left;
}
.icon2 {
    margin-top: 21px;
    float: left;
    color: #ed1c24;
    font-size: 30px;
    width: 40px;
}
.box {
    overflow: hidden;
}
.m_6{
    margin-top: 21px;
}
.col_2{
    width: 198px;
    margin-right: 0;
}
a.link4 {
    color:#ed1c24;
}
a.link4:hover{
	color:#000;
}
form.contact_form {
    padding: 3em 0 0 0;
}
.contact_form h2{
	color:#000;
	font-size:2em;
	text-transform:uppercase;
	margin-bottom:1em;
}
.contact_form input[type='text'] {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 13px;
    padding: 14px 17px 14px;
    outline: none;
    color: #5d5d5d;
    height: 50px;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
    background: none;
}
.contact_form textarea {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 13px;
    padding: 14px 17px 14px;
    outline: none;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #5d5d5d;
    height: 191px;
    background: none;
}
.grid_6{
	padding-left:0;
}
.btn_3{
	float:right;
	padding-right: 15px;
}
.more_btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 18px;
    text-decoration: none;
    color: #222;
    background: #fff;
    border: 1px solid #cccccc;
    text-transform: uppercase;
}
.contact-form .btn_3 a {
    margin-top: 10px;
    margin-left: 15px;
    padding: 12px 26px;
}
.more_btn:hover {
    color: #fff;
    background:#ed1c24;
    border: 1px solid #ed1c24;
}
/* --responsive design --*/
@media (max-width:1440px){
}
@media (max-width:1440px){
.portfolio-description {
    padding: 17px 17px 0;
}
}
@media (max-width:1280px){
.portfolio-description {
    padding: 10px 8px 0;
}
}
@media (max-width:1220px){
ul.nav_1 li {
    margin-right: 20px;
}	
}
@media (max-width:1024px){
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 90%;	
}
.banner-bg, .banner-img, .banner-img2 {
    min-height: 500px;
}
.banner-info h3 {
    font-size: 45px;
}
.banner-info {
    padding: 7em 0 0 0;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    padding: 25px 0;
}
.bg {
    min-height: 400px;
    padding: 5em 0 0 0;
}
.bottom_content h3, .advantage h3, .bg_1 h2, .services h1, .service_3 h2, .features h1{
    font-size: 2.5em;
}
.portfolio-description {
    width: 100%;
    float: none;
}
.portfolio-img {
    width: 90%;
    float: none;
}
.bg_1 {
   min-height: 550px;
}
.course_list .table-list li &gt; div {
    padding: 10px 10px;
}
}
@media (max-width:930px){
ul.nav_1 li {
    margin-right: 8px;
    /* text-align: right; */
}	
.col-sm-13.dropdown-button {
    padding: 0 5px;
}
.col-sm-3.dropdown-button {
    padding: 0 5px;
}
.col-sm-2.submit_button {
    padding: 0 5px 0 0px;
}
.submit_button input[type="submit"] {
    font-size: 1em;
    padding: 10px 0px;
}
.details {
    padding: 2em 0;
}
.grid_1 {
    padding: 3em 0;
}
.col-md-8.grid_1_right {
    margin: 2em 0 0 0;
}
.portfolio-img {
    width: 34%;
    float: left;
}
.portfolio-description {
    width: 50%;
    float: left;
    padding: 20px 30px 0;
}
.col-md-3.grid_4 {
    margin-bottom:2em;
}
.bottom_content {
    padding: 3em 0;
}
.bottom_content h3, .advantage h3, .bg_1 h2, .services h1, .service_3 h2, .features h1 {
    font-size: 2em;
}
.grid_4 h3 {
    margin-bottom: 10px;
}
.footer {
    padding: 3em 0;
}
.col-md-6.about_left {
    margin-bottom:3em;
}
.col-md-3.team_grid {
    width: 50%;
    float: left;
    margin-bottom:1em;
}
.courses_box1 {
    padding: 0em 0;
}
.bg_1 {
    min-height: 940px;
    padding: 3em 0 0 0;
}
.advantage, .admission, .services, .service_3, .features{
    padding: 3em 0;
}
.admission_right {
    padding: 0;
    margin: 2em 0;
}
.faculty_grid{
	margin-bottom:2em;
}
p.description {
    width: 85%;
}
.service_1 {
    margin-bottom: 2em;
}
.service_box1 {
    margin-bottom: 0;
}
.bg_2 {
    padding: 3em 0 0 0;
}
.col-md-6.service_3-left {
    margin-bottom: 2em;
}
.map iframe {
    height:250px;
}
.course_list, .col-md-9.detail, .col-md-8.detail{
    margin: 3em 0 0 0;
}
.form-submit{
	top:0;
}
.list.custom-list ul li{
	margin-bottom:2em;
}
.comment-form-right {
    padding: 0 !important;
}
}
@media (max-width: 768px){
.banner-info h3 {
    font-size: 35px;
}
.banner-info p {
    font-size: 18px;
}	
.banner-info {
    padding:4em 0 0 0;
}
.banner-bg, .banner-img, .banner-img2 {
    min-height: 350px;
}
.callbacks_tabs {
    left: 43%;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    padding: 10px 0;
}
#counter {
    height: 87px;
}
.bg {
    min-height: 290px;
    padding: 3em 0 0 0;
}
.nav-list &gt; li {
    width: 20%;
}
ul.items_list {
    list-style: none;
    padding: 0;
    margin:0;
    float:left;
    width:50%;
}
ul.items_list h3, ul.items_list1 h3 {
    font-size: 18px;
    color: #555;
    margin: 0 0 10px;
    display: inline-block;
    border-bottom: 1px solid #ed1c24;
    padding-bottom: 5px;
}
ul.items_list li {
    margin-bottom: 7px;
}
ul.items_list1 li p {
    background: #fff;
    width: 100%;
    line-height: 0;
    font-size:14px;
}
ul.items_list{
	display:block;
}
table.timetable {
    display: none;
}
ul.items_list1{
	display:block;
	width:49%;
	float:left;
	list-style:none;
	padding:0;
	margin:0 0 0 5px;
}
input.no-box1{
    padding:5px 10px;
    width: 100%;
    border:1px solid #dddddd;
    outline: none;
    margin-bottom:5px;
}
}

.float1_block{
width: 49%;float:right;margin-bottom: 4px;margin-left:4px;	
}

.float2_block{
	width: 49%;
	float: left;
	margin-bottom: 4px;
	margin-left:4px;
}

@media (max-width: 736px){


.float1_block{width: 100% !important;margin-bottom: 4px;margin-left:4px;}

.float2_block{
	width: 100% !important;
	margin-bottom: 4px;
	margin-left:4px;
}

.navbar-default .navbar-nav &gt; li &gt; a.ticket{
	color: #FFF;
}
.menu_bar{
	    position: relative;
    right: 0px;
}


  .table1{
	
	width:100%;
	 margin-bottom: 10px;
}


.table0{
	
	width:100%;
	 margin-bottom: 10px;
    display: inline-flex;
}

.table2{
	
	width:46%;
	  float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.title-head {
    font-family: header-font;
    font-size: 18px;
    font-weight: bold;
}
	.bodytext {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    font-family: 'Droid Arabic Naskh', sans-serif;
	color:#000;
}


.navbar-default .navbar-nav &gt; li &gt; a span {
    display: initial;
    margin-right: 5px;
}
	
	
	.navbar-nav
 .search_head {
    float: initial;
	display:none
}

.col_60{
		width: 100% !important;
}

.col_23{
		width: 40% !important;
}

.col_22{
		width: 22% !important;
}

.col_17{
		width: 38% !important;
}

.guide_footer{
	position: initial; width: 100%; bottom: 0;
}

.tags_block{
	padding-left: 4px;
	padding-right: 4px;
    float: right;
	height: initial;
	    width: 100%;
    margin-bottom: 5px;
}

.margin-slide{
	
	margin-top:53px;
}

.margin_annonce{
	 margin-top: 60px;    padding: 0px 8px;
}


.example-2 {
  overflow: hidden;
  width: 100%;
  position: relative;
  direction:ltr;    height: 200px;
}

.example-2 ul {
  overflow: hidden;
  margin: 0;
  zoom: 1;
	height: 200px !important;
}


.example-2 ul li { float: left; }

.guide_search{
	
background: #FFF;
	
padding: 10% 0 27% 0;
}

.bloc1_pub{
	    width: 37% !important;
    color: #989898 !important;
    font-weight: bold !important;
    font-size: 15pt !important;
    position: relative !important;
    top: -17px !important;
    text-align: center !important;
    border: 0px !important;
}

.bloc2_pub{
	    width: 70% !important;
    text-align: center !important;
    color: #ccc !important;
    font-weight: bold !important;
    font-size: 15pt !important;
    position: relative !important;
    top: -16px !important;
    line-height: 0.9 !important;
    border: 0px !important;

}
.table_annonce{
	max-width:100%;
 
	text-align: right;
	
	border: 1px solid #ddd;
	background: #f2f4f5;
	
	direction:rtl;

	
}

.nav_1{
	padding:0px;
	margin: 0;
	
}

#menu11{
	position: absolute;
}




.chat ul li.other a.user {
    float: right;
    text-align: right;
    position: absolute;
    right: 7%;
}

.conversation_ticket{
		border: 0px #fff;width:100%;float: left;
	}
	
.conversation_ticket_info{
		width: 100%;background-color: #f2f4f5;border: 0px #fff;float: right;
	}	
	
.parallax{
	display:none;
}

.espace_block{
		width: 100%;
		
	}
	
.navbar_head{
	
	margin: auto;width: 100%;
}

	.button_search{
	left:-17px
}
	
		.logo_head_site{
		
		display:none
	}
	
	.logo_head_mobile{
		    padding: 6px 15px;
		display:block
	}
	
	.navbar-default .navbar-nav &gt; li &gt; a {
    color: #FFF;
    font-weight: 300;
    text-align: right;
    padding-right: 5px;
}
	
	.container_head{    
	    background: #457ed6;
	}
	
		.container {
    width: 100%;
    margin: auto;
	padding:0;
}
		
.u-grid__item {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	    float: right;
	    width: calc(100% - 20px);
}	

	
.navbar-nav {
       margin: 0px  0 0 0px;
       padding-right: 0px;
       float: left;
       width: 100%;
}
.navbar-header.nav_2 {
    display:block;
}
.navbar-default .navbar-toggle {
    border-color: #dedede;
    /* background-color: #f4f7fd; */
    border-radius: 2px;
}
.navbar-toggle1 {
    background: url(../images/nav.png) no-repeat 0px;
    margin: 0px 15px 0 0px;
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0 !important;
    z-index: -111;
    display: none;
    float: none;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size:15px;
    background-color: #fff;
    border: 1px solid #CCC;
    text-align: right;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
    color: #fff !important;
}
.navbar-collapse {
    max-height:700px !important;
}   
.search-form .search-submit {
    right: 8px;
    top: 71px;
} 
.navbar-default .navbar-toggle .icon-bar {
    background-color: #8b8c8e;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border-color: #dedede;
    background-color: #f4f7fd;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:#ed1c24;
}
.navbar-brand {
    margin: 15px 0 0 0;
}   
.col-sm-13.dropdown-button {
    margin-bottom: 5px;
} 
.col-sm-3.dropdown-button {
    margin-bottom: 5px;
}
.col-sm-2.submit_button {
    padding: 0 20px;
}
.courses_banner {
    min-height: 215px;
    padding: 2em 0 2em 0;
}
.form_box {
    padding:0;
}
.service_2-left h2 {
    font-size: 35px;
}
.bg_2 {
    padding: 3em 0 0 0;
    min-height: 260px;
}
}
@media (max-width:667px){
.banner-info h3 {
    font-size: 30px;
}
.news h1, .grid_1_right h2 {
    font-size: 1.5em;
}
.event_right h3 {
    font-size: 18px;
}
.newsletter {
    margin: 2em 0 0 0;
}
.newsletter input[type="text"] {
    padding: 14px 2%;    
}
.newsletter input[type="submit"] {
    font-size: 1em;
    padding: 12px 30px;
}
.bg {
    min-height: 240px;
    padding: 3em 0 0 0;
}
.bottom_content h3, .advantage h3, .bg_1 h2, .services h1, .service_3 h2, .features h1 {
    font-size: 1.6em;
}
.table-header &gt; div.name_col {
    width: 50%;
}
.courses_banner h3 {
    font-size: 1.6em;
}    
p.description {
    width: 100%;
}
.bg_1 {
    min-height: 865px;
    padding: 3em 0 0 0;
}
.shortcode_but.small {
   padding: 10px 10px;
}
.shortcode_but {
    padding: 12px 15px;
}    
.shortcode_but.large {
    font-size: 14px;
    padding: 12px 20px;
}
.bg_2 {
    padding: 3em 0 0 0;
    min-height: 280px;
}
.team_box h3 {
    font-size: 1.2em;
}
.team_box p {
    font-size: 1em;
}  
.contact_form h2 {
    font-size: 1.6em;
}
}
@media (max-width:480px){
.banner-info h3 {
    font-size: 27px;
    letter-spacing:5px;
}	
.banner-info p {
    font-size: 14px;
}
.banner-info a {
   padding: .6em 1em;
}
.callbacks_tabs {
    left: 38%;
    top:87%;
}
.banner-info {
    padding: 3em 0 0 0;
}
.banner-bg, .banner-img, .banner-img2 {
    min-height: 290px;
}
.nav&gt;li&gt;a {
    padding: 8px 10px;
    font-size: 14px;
}
.event_left-item .icon_2 i {
    font-size: 15px;
    margin-right: 5px;
}
.event_left-item .icon_2 {
    font-size: 12px;
}
.portfolio-description {
    padding: 15px 15px 0;
}
.portfolio-description span {
    padding-top: 5px;
}
.portfolio-description &gt; a span {
    font-size: 13px;
    padding: 8px 20px;
    margin: 1em 0 0;
}
.grid_4 h3 {
    font-size: 1.3em;
}
ul.footer_list li {
    line-height: 2em;
    font-size: 13px;
}
form.login {
    width: 98%;
}
input.btn.btn-primary.btn-lg1.btn-block {
   font-size: 1em;
}
p.description {
    margin: 0 auto 1em auto;
}
.table-header &gt; div.name_col {
    width: 43%;
}
.course_list .table-header &gt; div {
    padding: 12px 15px;
    font-size: 16px;
}
.course_list .table-list li &gt; div {
    padding: 8px 8px;
    font-size: 14px;
}
.event-desc h2 {
    font-size: 1.3em;
}
.detail p {
    font-size: 0.85em;
}
.col-xs-8.col-sm-8.event-desc {
    padding-left: 0;
}
.bg_1 {
    min-height: 700px;
    padding: 3em 0 0 0;
}
ul.items_list {
    width: 49%;
}
ul.items_list li {
    font-size: 15px;
}
ul.items_list1 {
    width: 48%;
}    
ul.pagination {
   margin: 0;
}
h1.shortcode {
    font-size: 35px !important;
}
h2.shortcode {
    font-size: 31px !important;
}
h3.shortcode {
    font-size: 28px !important;
}
h4.shortcode {
    font-size: 25px !important;
}
h5.shortcode {
    font-size: 22px !important;
}
h6.shortcode {
    font-size:18px !important;
}
.shortcode_but.small {
    padding: 8px 8px;
}
.shortcode_but {
    padding: 9px 9px;
}
.shortcode_but.large {
    font-size: 14px;
    padding: 10px 10px;
}
.service_2-left h2 {
    font-size: 25px;
}
.bg_2 {
    padding: 3em 0 0 0;
    min-height: 295px;
}
.author-box {
    margin-bottom: 1em;
}
.comment_section h4, .comment-form h4 {
   font-size: 1.6em;
}
.item_info_dl h2 {
    font-size: 1.2em;
}
.radial_but {
    padding: 8px 20px;
}
.team_box {
    padding: 10px;
}
.bg_1 {
    min-height: 685px;
}
}
@media (max-width:320px){
.navbar-brand {
   font-size: 32px;	
   padding-left: 10px;
   line-height: 15px;
}
.banner-info h3 {
    font-size: 20px;
    letter-spacing: 3px;
}
.navbar-default .navbar-toggle {
    margin: 5px 5px 5px 0;
}
.navbar-toggle{
	margin:1px 10px 1px 0;
}
.banner-info {
    padding: 2em 0 0 0;
}
.banner-info a {
    padding: .5em 0.8em;
}
.callbacks_tabs a:after {
    height: 10px;
    width: 10px;
}    
.banner-bg, .banner-img, .banner-img2 {
    min-height: 250px;
}
.callbacks_tabs {
    left: 36%;
    top: 87%;
}
.col-md-4, .col-md-8, .col-md-3, .col-md-6, .col-md-9{
	padding:0;
}
.nav&gt;li&gt;a {
    padding: 6px 0px;
    font-size: 13px;
}
.event_left {
    width: 35%;
}
.event_right h3 {
    font-size: 15px;
}
.grid_1 {
    padding:2em 0 1em;
}
.newsletter input[type="submit"] {
    font-size: 0.85em;
    padding: 7px 10px;
}
.newsletter input[type="text"] {
    padding: 8px 2%;
}
.newsletter {
    margin: 1em 0 0 0;
}
.bg {
    min-height: 170px;
    padding: 2em 0 0 0;
}
.bottom_content {
    padding: 2em 0;
}
.bottom_content h3, .advantage h3, .bg_1 h2, .services h1, .service_3 h2, .features h1 {
    font-size: 1.4em;
}
.grid_2 {
    margin-bottom: 1em;
    padding: 0 15px;
}
.portfolio-description {
    width: 66%;
    padding: 5px 5px 0;
}
.input-group input[type="text"], select {
    min-height:25px;
    padding: 5px 5px 5px 5px;
}    
.submit_button input[type="submit"] {
   padding: 6px 0px;
}
.portfolio-description span a {
    padding: 3px 5px;
    margin: 0 0px 0px 0;
}
.copy {
    margin: 0em 0 0 0;
}
.footer {
    padding: 0.5em 0;
}
p.description {
    font-size: 0.85em;
    line-height: 1.5em;
}    
form.login {
    width: 72%;
}
.courses_box1 {
    padding: 2em 0;
}
input.btn.btn-primary.btn-lg1.btn-block {
    margin: 1em 0;
}
.about_left h1{
	font-size:25px;
}
.col-md-6.about_left {
    margin-bottom: 2em;
}
.team_box h3 {
    font-size: 1em;
}
.team-socials li {
    padding: 0 3px;
}
.team-socials {
   margin: 0.5em 0 0 0;
}
.col-md-3.team_grid {
   padding: 0 2px;
}
.bg_1 {
    min-height: 530px;
    padding: 2em 0 0 0;
}
.dropcap {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 25px;
}
.list.custom-list ul li h5 {
    font-size: 1em;
}
.advantage{
	padding:2em 0 0 0;
}
.nav-list &gt; li {
    padding: 0 2px;
}
.courses_banner h3 {
    font-size: 1.4em;
}
.admission h1 {
   font-size: 1.4em;    
}
.admission, .services, .service_3, .features {
    padding: 2em 0;
}
.admission_left h2, .admission_right h3 {
    font-size: 1.2em;
}
.select-block1 select {
    height: 33px;
    padding: 5px 5px;
}
.course-submit {
    line-height: 30px;
    padding: 0 15px;
}   
ul.items_list li {
    font-size: 14px;
}
input.no-box1 {
    padding: 0px 5px;
}
ul.items_list h3, ul.items_list1 h3 {
    font-size: 16px;
}    
.news h1:after, .grid_1_right h2:after {
    bottom: -7px;
}
.news article a {
   line-height: 1.5em;
}
.faculty_grid {
    margin-bottom: 1em;
}
.faculty_top {
    margin-bottom: 0;
}
ul.meta-post li {
    margin-right: 7px;
}    
.detail h3 {
   font-size: 1.5em;
}    
.author-box-left {
   width: 20%;
}
.author-box1 {
    margin-top: 2em;
}
.author-box_left {
    width: 15%;
}
.search-form .form-control, .comment-form .form-control, .contact_form .form-control {
    margin-bottom: 10px;
}
span.icon_5 {
    margin: 5px 10px 0 0;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 49px;
}
.service_1 {
    margin-bottom: 1em;
}
.service_2-left h2 {
    font-size: 18px;
}
.bg_2 {
    padding: 2em 0 0 0;
    min-height: 340px;
}
.item_info_dl h2 {
    font-size: 1em;
}
address.item_createdby {
   font-size: 0.95em;
}
.blog_box1 {
    margin-bottom: 2em;
}
.features h2{
	font-size:20px;
}
.map iframe {
    height: 150px;
}
.features p {
    margin: 10px 0;
}
.icon2 {
    margin-top: 10px;
    font-size: 26px;
    width: 40px;
}
.features p {
   line-height: 1.5em;
}
form.contact_form {
    padding: 2em 0 0 0;
}
.contact_form input[type='text'] {
    line-height: 22px;
    padding: 8px 10px 8px;
    height: 40px;
    margin: 0 0 5px;
}
.more_btn {
    margin-top: 10px;
    padding: 8px 10px;
    font-size: 13px;
}
p.lead {
    font-size: 22px;
}
.course_list .table-header &gt; div {
    padding: 10px 8px;
    font-size: 15px;
}
.event-desc h2 {
    font-size: 1.1em;
}
.event-speakers li {
    margin-right: 5px;
    font-size: 13px;
}
.event-page {
    margin-bottom: 1em;
}
.course_list, .col-md-9.detail, .col-md-8.detail {
    margin: 2em 0 0 0;
}
.social-widget {
    margin: 2em 0 2em;
}
.search-form .search-submit {
    top: 63px;
}
h1.shortcode {
    font-size: 26px !important;
}
h2.shortcode {
    font-size: 25px !important;
}
h3.shortcode {
    font-size: 24px !important;
}
h4.shortcode {
    font-size: 22px !important;
}
h5.shortcode {
    font-size: 20px !important;
}
.but_1 {
    margin: 1.5em 0 1em;
}
.shortcode_but {
    margin-right:0;
}   
.shortcode_but.small {
    padding: 5px 3px;
}
.but_3 {
    margin-bottom: 1em;
}
.admission-alert {
    margin-bottom: 10px;
}
.grid_3.grid_5 {
    margin: 2em 0 0 0;
}
}

.video-img a span.fa {
    font-size: 2em;
    border: 3px solid #fff;
    padding: 0.6em 0.9em;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    color: #fff;
}
.video-img {
    background: url(../images/video.jpg)no-repeat center;
    -webkit-background-size: cover;
    background-size: 100% 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 314px;
}
.video-img a {
    display: inline-block;
    margin: 23% 40% 0 0;
    outline:none;
}
.video-img a span.glyphicon {
    font-size: 3em;
    color: #FFFFFF;
    border: 8px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    padding:0.35em 0.5em;
    width: 100px;
    height: 100px;
}
/*--banner-modal--*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal.bnr-modal {
	padding: 0 1em !important;
}
.modal-body {
    padding: 2em;
}
.modal-dialog {
    margin: 6em auto 0;
}
.modal-header {
    border: none;
    min-height: 2.5em;
    padding: 1em 2em 0;
}
.modal button.close {
    color: #212121;
    opacity: .9;
    font-size: 2.5em;
    outline: none;
    text-align: right;
    /* width: 100%; */
}
.modal-body p {
    margin-top: 1em;
    font-size: 1em;
    font-weight: 400;
}
.course_list .table-header .filiere_branche{
	font-size: 13px;
	padding-top: 1px;
	margin-top: 3px;
	background: #ced0d1;
	float: right;
	height: 10px;
	width: inherit;
	color: #2f374c;
}
.course_list .table-list li .filiere_branche{
	font-size: 13px;
	padding-top: 0;
	margin-top: -1px;
	background: rgba(24, 23, 23, 0.16);
	float: right;
	height: 25px;
	width: inherit;
	text-align: right;
	min-width: 209px;
	/* color: #FFF; */
}

.msg
{text-align:center;font-size:12px;/* color: #90F58A; */}

.chiffre_block
{
    color: #ffffff;
    font-size: 48px;
    line-height: 54px;
	font-family: 'Raleway'
}

ul.nav_1 .dropdown-menu li a {
    color: #000;
}

.block_def{height: 248px;overflow:hidden}
.block_news_image{height: 370px;overflow:hidden}
.block_news{height: 230px;overflow:hidden}
.block_affiche{height: 200px;overflow:hidden}
.block_espace{height: 142px;}

.close-modal-btn {
    position: absolute;
    cursor: pointer;
    outline: none;
    top: 0;
    right: 0;
    z-index: 4;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-image: url(../images/close-modal.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://d1xklv3tn7qmp2.cloudfront.net/_cb/8e27877/assets/feedback-close.png", sizingMethod='crop');
}

.vote-table-co {
    background-color: #E3E3E9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 12px;
    padding: 6px 6px 6px 6px;
    margin-top: 12px;
    font-size: 9pt;
}
.org-pers-concern2 {
    font-weight: bold;
    padding: 4px;
    border: 1px solid #fff;
}
.org-pers-concern2 tr td {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
}


.label-s {
    margin-left: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 0px 0 rgba(0,0,0,0.12);
    font-size: 11pt;
    line-height: 14px;
    font-weight: bold;
    font-family: 'Droid Arabic Naskh', sans-serif;
    white-space: nowrap;
    
}


.lien-next-prev {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #e0e0e0;
    color: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 4px;
}

.category-box-header {
    background: #8998a8 url(images/bg_blue.png) repeat-x 0px -81px;
    padding-left: 0;
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    padding-right: 8px;
}

.news-similaire {
    margin-top: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style: none;
}

.news-similaire li {
    padding: 2px;
    margin-bottom: 3px;
    border-bottom: 1px dotted #ccc;
}
.news-similaire li &gt;a{
      color: #2E486F;
}


.global_rubrique{
    max-width: 100%;
    margin: auto;
    border-top: 4px solid;
    background: #fff;

    margin-top: 16px;
}

.entete {
    display: block;
    padding: 10px 0;
    margin: 0 0 16px;
    border-bottom: 1px solid #eef1f5;
    text-align: center;
    font-family: "Kufi-Arabic-Bold";
}

.entete:hover {
    display: block;
    padding: 10px 0;
    margin: 0 0 16px;
    border-bottom: 1px solid #eef1f5;
    text-align: center;
    background:#f7f7f7;
    font-family: "Kufi-Arabic-Bold";
}



.c-smart-box--mini .c-smart-box__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.c-smart-box {
	    font-size: 14pt;
	    font-family: Kufi-Arabic-Bold;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    margin-bottom: 20px;
	    border-radius: 5px;
	    padding: 15px;
	    width: 100%;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    color: #fff;
	    text-decoration: none;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    background-image: -webkit-linear-gradient(290deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 100%);
}

.style_lien{
		background-image: -webkit-linear-gradient(32deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 100%);
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {display:block}
audio,
canvas,
progress,
video {display:inline-block;vertical-align:baseline;background: #f7fafe !important;}
audio:not([controls]) {
display:none;
height:0}
[hidden],
template {
display:none}
a {background:transparent;text-decoration:none;}
a:active,
a:hover {outline:0}
abbr[title] {border-bottom:1px dotted}
dfn {font-style:italic}
h1 {font-size:2em;margin:.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:-.5em}
sub {bottom:-.25em}
img {border:0;vertical-align: middle;}
svg:not(:root) {
overflow:hidden}
figure {margin:1em 40px}
hr {-moz-box-sizing:content-box;box-sizing:content-box;height:0}
code,
kbd,
pre,
samp {font-size:1em}
button,
input,
optgroup,
select,
textarea {/* color:inherit; */font:inherit;margin:0;text-align: left;direction: ltr;}
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}
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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
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:.35em .625em .75em}
table {border-collapse:collapse;border-spacing:0}
td,
th {padding:0}
b,
strong,
optgroup {font-weight:bold;font-family: Europa;}
pre,
textarea {overflow:auto}
button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
border:0;
padding:0}
ol,
ul,
dl {/* list-style:none; */}
.clear {clear:both;height:0;font-size:0;line-height: 0;overflow:hidden;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
/* IE 6 &amp; 7 */
.clearfix {zoom: 1;}


.margin_left10{ margin-left:10px;} .margin_left20{ margin-left:20px;} 
.margin_top10{ margin-top:10px;}.margin_top40{ margin-top:40px;} .margin_top20{ margin-top:20px;}.margin_bottom10 { margin-bottom:10px;}.margin_bottom20 { margin-bottom:20px;	}
.margin_right10 { margin-right:10px;} .margin_right20 { margin-right:20px;}
.tHeader {background:#f6f7f7;padding:8px 0;overflow:hidden}
.tHeaderContent {width:940px;margin:auto}
.lang a,
.lang span {padding:0 5px}
.lang span {color:#ce0538}
.lang a {color:#a6a6a6}
.lang a:hover {color:#ce0538}
.lang {float:right;background:url(../image/png/lang.png) left center no-repeat;padding:5px 0 5px 20px;color:#a6a6a6;font-size:12px;text-transform:uppercase}

.lang_en{background:url(../../image/png/en.png) no-repeat; width:20px; height:16px; padding:0; display:block;}
.lang_fr{background:url(../../image/png/fr.png) no-repeat; width:20px; height:16px; display:block;}


.search {float:right;width:180px;margin-right:15px;position:relative;}
.submitSearch {position:absolute;right:0;top:0;width:30px;height:24px;background:url(../image/png/search-icon.png) center center no-repeat #1d1d1b;text-indent:-999em;overflow:hidden}
.inputSearch {border:#dcdada 1px solid;border-right:none;height:22px;width:150px;text-indent:10px;display:inline-block;background:#fff;line-height:22px;font-size:12px;color:#A6A6A6}
.mHeaer {background:#fff;clear:both;padding:20px 0 30px;overflow:hidden}
.mHeaerContent {width:940px;margin:auto;overflow:hidden}
.logo {float:left}
.phone {float:right;margin-top:10px}
.topMenu {float:right;position:relative;margin-right:-1px}
.topMenu ul li {float:left}
.topMenu ul li a {display:inline-block;padding:0px 12px;border-right:1px solid #dcdada;font-size:12px;color:#2b2b29}
.topMenu ul li a.active, .topMenu ul li a:hover {color:#cf132b}
.divMainMenu {background:url(../image/gif/bg-menu.gif) left bottom repeat-x;height:40px; width:100%; overflow:hidden;}
.divMainMenuContent {width:940px;margin:auto;padding-bottom:4px;position:relative;z-index:3}
.ulMainMenu {border-left:#ce0538 1px solid}
.ulMainMenu li.liLevel1 {float:left;border-right:#ce0538 1px solid}
.ulMainMenu li .linkMenu1 {display:inline-block;height:36px;line-height:36px;padding:0 15px;color:#2b2b29;font-size:14px}
.ulMainMenu li .linkMenu1:hover {display:inline-block;height:36px;line-height:36px;padding:0 15px;color:#fff;font-size:14px;background:#ce0538}
.ulMainMenu li.active .linkMenu1 {display:inline-block;height:36px;line-height:36px;padding:0 15px;color:#fff;font-size:14px;background:#ce0538}
.subMainMenu {width:100%;margin:auto;position:absolute;left:0;top:36px;background:url(../image/gif/bg-submenu.gif) right bottom no-repeat #ce0538;height:500px;border-bottom:#1d1d1b 6px solid; }
.subMainMenuPadd {padding:20px}
.catalogueSubMenu {position:absolute;left:0;bottom:0;width:280px;background:#2b2b29;display:block}
.liLevel1_relative{ position:relative}
.liLevel1_relative .subMainMenu{ left:0 ; top:100%; width:300px; height:auto; display:none;}

.cSmP {padding:20px 20px 22px 20px;display:block}
.textTeleCat {color:#fff;font-size:16px;display:block;margin-top:8px;background:url(../image/png/icon-download.png) right center no-repeat;padding-right:35px}
.titreCatPadd {padding-right:35px;display:block}
.titreCat1 {color:#fff;font-size:22px;display:block;font-style:normal;text-transform:uppercase}
.titreCat2 {color:#fff;font-size:24px;display:block;font-style:normal;text-transform:uppercase}
.elemSubmenu {float:left;width:25%}
.titreElem1 {background:#bc0735;padding:10px 15px;color:#fff}
.titreElem2 {background:#b20631;padding:10px 20px;color:#fff}
.titreElem3 {background:#a90730;padding:10px 20px;color:#fff}
.ulSubmenu {padding:10px 20px;}
.ulSubmenu li {border-bottom: 1px dotted #67021c}
.ulSubmenu li:last-child {border-bottom: none}
.ulSubmenu li a {padding:6px 0 7px;color:#fff;font-size:15px;display:block}
.banner {text-align:center}
.indexContentB {width:1060px;margin:-100px auto 0;position:relative;}
.bestseller {width:680px;float:left;position:relative;background:url(../image/png/bestseller-bg.png) right top no-repeat #fff}
.bestseller .spanBest {position:absolute;right:-4px;top:-4px}
.mainContent {position:relative;background:url(../image/png/bestseller-bg.png) right top no-repeat #fff}
.mainContent .spanBest {position:absolute;right:-4px;top:-4px}
.mainContentP {padding:30px 50px 80px 50px}
.mainTitle {color:#2b2b29;font-size:42px;font-family: 'Roboto', sans-serif;font-weight:400;line-height:1}
.mainTitle2 {color:#cf083a;font-size:18px;font-family: 'Roboto', sans-serif;font-weight:400;line-height:1.4; margin-bottom:10px;}
.paragraph{ font-size:14px; line-height:1.6; margin-bottom:15px;}
.txtBigRed{color:#cf083a; font-size:22px; line-height:1.4; font-weight:300; margin-bottom:20px;}
.list{}
.list li{border-bottom:1px solid #000; margin-bottom:20px; padding:0}
.list li .titre1{color:#2b2b29; background:url(../image/gif/puce_titre_liste.gif) left top no-repeat; font-size:18px; line-height:1.4; font-weight:700; margin-bottom:15px;padding: 0 0 0 35px;}
.prph1{color:#2b2b29;font-size:14px; line-height:1.5; font-weight:400; margin-bottom:20px;}
.prph1 strong{font-weight:700;}
.list li .titre2{color:#2b2b29; border-left:2px solid #ce0538; font-size:20px; padding:2px 10px; line-height:1.4; font-weight:700; margin-bottom:15px;}
.list li .prph2{color:#2b2b29;font-size:12px; line-height:1.5;  font-weight:400; margin-bottom:20px;}
.list li .prph2 strong{font-weight:700;}
.paneauL{ float:left; width:280px;}
.paneauR{ float:right; width:280px;}
.bloc_gris{ display:block; margin-bottom:20px; background:#f7f6f6; padding:20px 20px 0; border-bottom:1px solid #e4e4e4; border-right:1px solid #e4e4e4; }
.list li .titre22{color:#ce0538; font-size:16px; font-weight:700; line-height:1.4; margin-bottom:5px;}
.bloc_img_txt .img{float:left; margin-right:20px; padding-top:5px; margin-bottom:20px;}
.bloc_img_txt .desc{height:100%; overflow:hidden;}


.paragraph strong{ font-weight:700;}
.paragraph a{color:#cf083a;}
.paragraph a:hover{text-decoration:underline;}
.paragraph_srong{ font-size:16px; line-height:1.4; margin-bottom:10px; font-weight:700;}
.paragraph_srong a{color:#333;}
.paragraph_srong a:hover{color:#cf083a;}
.img_paragraph{ float:left; margin:5px 20px 15px 0}
.bt_retour{float:left;color:#fff;font-size:14px;padding:4px 15px 6px 20px;background:url(../image/gif/bg_bt.gif) left bottom no-repeat #31312e; border:1px solid #FFF; }
.bt_retour:hover{background:url(../image/gif/bg_bt_hover.gif) left bottom no-repeat #fff; border:1px solid #ce0538; color:#ce0538}
.link_bt{float:left;color:#fff;font-size:14px;padding:4px 15px 6px 20px;background:url(../image/gif/bg_bt.gif) left bottom no-repeat #31312e; border:1px solid #FFF; }
.link_bt:hover{background:url(../image/gif/bg_bt_hover.gif) left bottom no-repeat #fff; border:1px solid #ce0538; color:#ce0538}

.list_page{ margin-bottom:15px}
.list_page li{border-bottom:none; margin-bottom:10px; color:#626262; padding:0 10px 0 35px; background:url(../image/gif/puce_liste.gif) 15px 4px no-repeat;font-size:14px;  }



.cursus_info{ margin-bottom:25px;}
.cursus_info .left{width:705px; padding-right:25px;}
.cursus_info .right{padding:25px 0 0 25px; border-left:1px solid #ddd;}
.cursus_info .titre { font-size:24px; font-weight:700; color:#cf083a; line-height:1.3; margin-bottom:10px;}
.link_fichier{background:url(../image/gif/picto_fichier.gif) left top no-repeat; height:30px; display:block; padding-top:2px; font-size:16px; color:#1d1d1b; padding-left:40px; margin-bottom:10px; }
.link_fichier:hover{background:url(../image/gif/picto_fichier_hover.gif) left top no-repeat;color:#ce0538; }
.link_form{background:url(../image/gif/picto_form.gif) left top no-repeat; height:30px; display:block; padding-top:6px; font-size:16px; color:#1d1d1b; padding-left:40px; margin-bottom:10px; }
.link_form:hover{background:url(../image/gif/picto_form_hover.gif) left top no-repeat;color:#ce0538; }
.seplinks{ background:#dddddd; height:1px; margin-bottom:10px;}
.img_big{text-align:center; margin-bottom:35px;}

.refFormation{ font-size:16px; color:#1d1d1d; line-height:1.4}
.titreFormation{color:#cf083a; font-size:24px;}
.titreFormation strong{font-weight:700px;}
.width_left{float:left; width:385px;}
.width_right{float:right; width:210px;}
.border_right{border-right:1px solid #ddd;}
.link_time{background:url(../image/gif/picto_time.gif) center top no-repeat; padding:42px 10px 0; font-size:16px; color:#000; font-weight:700; border-left:1px solid #ddd; float:left; margin-top:5px; }
.link_time:hover{background:url(../image/gif/picto_time_hover.gif) center top no-repeat; color:#ce0538; }
.link_fich_det{background:url(../image/gif/picto_fichier.gif) center top no-repeat; padding:42px 10px 0; font-size:16px; color:#000; font-weight:700; border-left:1px solid #ddd; float:left; margin-top:5px; }
.link_fich_det:hover{background:url(../image/gif/picto_fichier_hover.gif) center top no-repeat; color:#ce0538; }
.blocFormPrix{background:#f6f5f5; border-bottom:1px solid #b5b5b5;}
.blocFormPrix .blocprix{ padding:9px 20px 5px;}
.blocFormPrix .blocprix .txt{ font-size:14px; font-weight:700; color:#000; line-height:1.4;}
.blocFormPrix .blocprix .link{ font-size:16px; font-weight:700; color:#ce0538; line-height:1.4; padding:2px 15px 3px 0; display:inline-block; background:url(../image/gif/arow_right.gif) right center no-repeat}
.blocFormPrix .blocprix .link:hover{text-decoration:underline;}
.type_formation_IntraEntp{ background:url(../image/gif/pict_intra_entrp.gif) left top no-repeat; color:#4d98ae; height:28px; font-size:11px; font-weight:300px; padding:10px 0 0 40px; text-transform: uppercase; margin-bottom:5px;}
.type_formation_InterEntp{ background:url(../image/gif/pict_inter_entrp.gif) left top no-repeat; color:#628629; height:28px; font-size:11px; font-weight:300px; padding:10px 0 0 40px; text-transform: uppercase;margin-bottom:5px;}
.type_formation_CourSoir{ background:url(../image/gif/pict_cours_soir.gif) left top no-repeat; color:#48536e; height:28px; font-size:11px; font-weight:300px; padding:10px 0 0 40px; text-transform: uppercase;margin-bottom:5px;}
.type_formation_New{ background:url(../image/gif/pict_new.gif) left top no-repeat; color:#e83932; height:28px; font-size:11px; font-weight:300px; padding:10px 0 0 40px; text-transform: uppercase;margin-bottom:5px;}

.titre_requis{color:#cf083a;font-size:18px;line-height:1.4; margin-bottom:20px; background:url(../image/gif/picto1.gif) left top no-repeat; padding: 5px 0 6px 40px; }
.titre_particip{color:#cf083a;font-size:18px;line-height:1.4; margin-bottom:20px; background:url(../image/gif/picto2.gif) left top no-repeat; padding: 5px 0 6px 40px; }
.td_requis{width:45%; padding:0 5% 0 0; border-right:1px solid #ddd;}
.td_particip{ padding:0 0 0 5% ; width:44%; }
.bloc_objectif{ margin-bottom:25px;}
.bloc_objectif .titr_obj{ border-bottom:1px solid #1d1d1b; margin-bottom:15px; }
.bloc_objectif .titr_obj p{ float:left; background:url(../image/gif/bg_obj.gif) left bottom repeat-x; color:#FFF; padding:5px 35px 6px 15px; font-size:18px; font-weight:700;}
.list1{}
.list1 li{color:#1d1d1d;font-size:14px;line-height:1.4;padding:8px 2px 7px; background:url(../image/gif/bg_list1..gif) left bottom no-repeat}
.list1 li.last{ background:none;}


.bloc_Programme{ margin-bottom:25px;}
.bloc_Programme .titr_prog{ border-bottom:1px solid #ce0538; margin-bottom:15px; }
.bloc_Programme .titr_prog p{ float:left; background:#ce0538; color:#FFF; padding:5px 35px 6px 15px; font-size:18px; font-weight:700;}
.list2{}
.list2 li{color:#1d1d1d;font-size:14px;line-height:1.4;padding:8px 2px 7px; border-bottom:1px solid #ddd;}
.list2 li strong{font-weight:700;}
.list2 li.last{ border-bottom:none;}

.txt_certif{display:block; background:url(../image/gif/bg_certif_info.gif) left top no-repeat #eeeded; padding:15px 15px 20px 170px; font-size:14px; color:#6e6e6e; height:75px;  }

.msg_not_err{}
.msg_not_err .pic{ float:left; margin-right:20px; margin-left:10px;}
.msg_not_err .txt{height:100%; overflow:hidden;}
.msg_not_err .txt1{font-size:22px; font-weight:400; color:#ce0538;}
.msg_not_err .txt2{font-size:22px; font-weight:300; color:#282826;  margin-bottom:7px;}

.msg_not_ok{}
.msg_not_ok .pic{ float:left; margin-right:20px; margin-left:10px;}
.msg_not_ok .txt{height:100%; overflow:hidden;}
.msg_not_ok .txt1{font-size:22px; font-weight:400; color:#82b704;}
.msg_not_ok .txt2{font-size:22px; font-weight:300; color:#282826; margin-bottom:7px;}


.blocFormPrix .blocpreinsc{ padding:15px 20px; background:#eeeded;}
.blocFormPrix .blocpreinsc .txt{ font-size:14px; color:#000; line-height:1.5;}
.blocFormPrix .blocpreinsc .titre{ font-size:16px; font-weight:700; color:#000; line-height:1.4; margin-bottom:7px;}
.blocFormPrix .blocpreinsc .linkpreinsc{background:url(../image/gif/pre_inscription.gif) left top no-repeat; height:20px; width:106px; display:block; margin-bottom:7px;}
.blocFormPrix .blocpreinsc .linkpreinsc:hover{background:url(../image/gif/pre_inscription.gif) left bottom no-repeat;}

.categorieFormation {display:inline-block;border:#6f6f6f 2px solid;color:#6f6f6f;font-size:20px;padding:6px 25px;margin-bottom:15px}
.typeformation {color:#ce0538;font-size:28px;margin:10px 0 20px}
.nomformation {color:#000;font-size:24px;font-weight:700;border-left:#ce0538 2px solid;padding-left:10px;margin:0 0 10px}
.divTable {background:url(../image/gif/bg-table.gif) left bottom no-repeat #e2e2e2;padding-bottom:2px;width:100%;margin-bottom:20px; position:relative}
.divTable table {width:100%;border-collapse:separate;border-spacing:1px;}
.divTable table td {background:white;font-size:14px;color:#2d2d2d;padding:6px}
.divTable table td a.certif {color:#2d2d2d;}
.divTable table td a.certif:hover {color:#ce0538; text-decoration:underline;}
.divTable table tr.odd td {background:#f7f6f6;}
.divTable table tr td.ref {color:#ce0538;}
.divTable table tr td.calDa {font-size:12px;white-space:nowrap}
.divTable table tr td.hach {background:url(../image/gif/hach-table.gif) left top repeat;text-align:center}
.divTable table th {background:white;color:#858585;font-size:14px;text-align:center;font-weight:normal;background:url(../image/gif/bg-th.gif) right bottom repeat-x #fff;padding:10px 6px;width:55px}
.divTable table th.intitule {background:#fff;width:345px}
.divTable table th.ref {background:url(../image/gif/bg-th.gif) right bottom no-repeat #fff;width:100px}
.infoTable {position:relative}
.infoTable a.link_pdt { color:#000}
.infoTable .infobulle {width:418px; padding-bottom:50px;background:url(../image/png/infobulle-small.png) right bottom no-repeat;position:absolute;top:-205px;left:50%;margin-left:-109px;display:none}
.inscriptionDownload {background:#f2f2f2;height:50px;overflow:hidden;position:relative}
.inscriptionBt {float:left;width:158px;height:50px;line-height:50px;color:#6a6a6a;font-size:18px;text-align:center}
.download {float:right;padding:0 20px 0 38px;height:50px;line-height:50px;color:#fff;font-size:18px;text-align:center;background:url(../image/png/download.png) left center no-repeat #ce0538}
.filAriane {color:#9c9c9c;font-size:18px;font-weight:300;padding:4px 0 15px}
.filAriane a {color:#9c9c9c;font-size:18px;font-weight:300;padding:0 5px}
.filAriane a:hover {text-decoration:underline}
.filAriane span {color:#CE0538;padding:0 5px}
.leftSide {float: left;width: 620px;}
.rightSide {float: right;width: 310px;}
.contentSide {padding:20px 0 0}
.divSearch {background:url(../image/gif/bg-search.gif) right top no-repeat #f2f2f2;padding:18px 20px 15px 20px;margin-bottom:30px; position:relative; border-bottom:1px solid #b5b5b5;}
.labelSearch {color:#565653;font-size:16px}
.advancedSearchLink {color:#ce0538;font-size:12px;}
.advancedSearchLink:hover {text-decoration:underline}
.divSearch form {display:inline}
.divSearch .spanSearch {display:inline-block;border:#dcdada 1px solid;background:#fff;width:240px;height:36px;vertical-align:middle;position:relative;margin:0 10px}
.submitSearchFormation {position:absolute;right:0;top:0;width:50px;height:36px;overflow:hidden;background:url(../image/png/icon-search.png) center center no-repeat}
.inputSearchFormation {height:34px;line-height:34px;width:190px;margin:2px 0 0 5px;color: #848484;font-size: 16px;display: inline-block;}
.advanced_search{display:none;}
.left_flotte .advanced_search{display:block;}
div.left_flotte {padding: 11px 8px 15px 15px; background: url(../image/gif/bg-search.gif) right 10px no-repeat #f2f2f2;}
.left_flotte .advanced_search .elemInputsearch input {width: 80px;}
.left_flotte .advanced_search .elemInputsearch {margin: 0 5px 10px 10px;padding: 5px 3px;}
.left_flotte .advanced_search .labelSearch {margin-right: 5px;}
.left_flotte .advanced_search .elemInputsearch1 input {width: 270px;}
.left_flotte .advanced_search select {width: 243px;}
.left_flotte .advanced_search .elemSelectsearch {width: 270px; margin:0 10px 10px; padding:0 3px;}
.rightIndex .left_flotte .advanced_search .elemSelectsearch { margin:0 0 10px; }
.rightIndex .left_flotte .advanced_search .elemInputsearch1 input {margin: 0;padding:0; }
.rightIndex .left_flotte .advanced_search .elemInputsearch #datepicker, .rightSide .left_flotte .advanced_search .elemInputsearch #datepicker {width: 70px;}
.rightIndex .left_flotte .advanced_search .elemInputsearch #datepicker1, .rightSide .left_flotte .advanced_search .elemInputsearch #datepicker1 {width: 70px;}
.rightIndex .left_flotte .advanced_search .elemInputsearch {margin: 0 5px 10px 10px;}
/*.rightIndex .left_flotte .advanced_search .elemInputsearch {height: 32px;}*/


.left_flotte .bt_valid_search {float: right;margin-right: 10px; font-weight:700; width:100px;}
.left_flotte .bt_valid_search2 {float: right;margin-right: 53px; font-weight:700; width:100px;}
.left_flotte .titre{color: #000;font-size: 22px; margin-bottom:15px;}
.left_flotte .titre span{color: #ba0533;text-transform:uppercase;}

.advanced_search .jqTransformSelectWrapper a.jqTransformSelectOpen {background: url(../jqtransformplugin/img/select_right2.gif) no-repeat center center; height: 32px;}
.advanced_search .jqTransformSelectWrapper a.jqTransformSelectOpen {right: 2px;}
.advanced_search select{ width:200px;}
.advanced_search .elemInputsearch .jqTransformSelectWrapper div span {font-size: 14px;font-family: 'Roboto', sans-serif; height: 33px; background:none;line-height: 33px;border:none; width: 98%;padding-left: 2%; }
.advanced_search .elemInputsearch {border: #d0d0d0 1px solid;margin: 0 15px 10px 0;background: #fff;padding:5px 10px; height:23px; float:left;}
.advanced_search .elemInputsearch1 {margin: 0 18px 10px 0;}
.advanced_search .elemSelectsearch {padding: 0 ;height: 33px; width:220px; width: 230px;margin-right: 18px;}
.advanced_search .elemInputsearch input{background: #fff; border:none; height:23px; width:200px;font-size: 14px;font-family: 'Roboto', sans-serif; }
.advanced_search .elemInputsearch1 input{width:210px;}
.advanced_search .elemInputsearchPtt input{ width:80px;}
.advanced_search .elemInputsearchPtt {}
.advanced_search .jqTransformSelectWrapper ul {top: 34px;left: -1px;}
.advanced_search .labelSearch {color: #565653;font-size: 16px; line-height:31px; float:left; margin-right:10px;}


.formation_type .jqTransformSelectWrapper a.jqTransformSelectOpen {background: url(../jqtransformplugin/img/select_right2.gif) no-repeat center center; height: 32px;right: 2px; width:34px;}
.formation_type select{ width:400px;}
.formation_type .jqTransformSelectWrapper div span {font-size: 14px;font-family: 'Roboto', sans-serif; height: 33px; background:none;line-height: 33px;border:none; width: 98%;padding-left: 2%; }
.formation_type .elemInputformation {border: #d0d0d0 1px solid;margin: 0 15px 10px 0;background: #fff;padding:5px 10px; height:23px; float:left;}
.formation_type .elemSelectformation {padding: 0 ;height: 33px; width:420px; margin-right: 18px;border: #d0d0d0 1px solid;background: #fff; float:left;}
.formation_type .jqTransformSelectWrapper ul {top: 34px;left: -1px;}
.formation_type .label {color: #000;font-size: 14px; font-weight:700; line-height:31px; float:left; margin-right:15px;}


.link_add {color: #cf083a;font-size: 14px; font-weight:300; float:right;}
.link_add:hover {color:#000;}









.bt_valid_search{float:left;color:#fff;font-size:14px;padding:5px 0 7px; width:80px;background:url(../image/gif/bg_bt.gif) left bottom no-repeat #31312e; border:1px solid #FFF; cursor:pointer; margin-top:1px; }
.bt_valid_search:hover{background:url(../image/gif/bg_bt_hover.gif) left bottom no-repeat #fff; border:1px solid #ce0538; color:#ce0538}

.close_search{background:url(../image/png/close_search.png) left top no-repeat; height:24px; width:24px; display:block; position: absolute; right:20px; top:20px; }


.tick_formations{width:97px; height:97px; position:absolute; right:-5px; top:-5px;}



.mS {width:45%;float:left;margin-bottom:25px}
.gF {width:45%;float: right;margin-bottom:25px;}
.gF_full {width:100%;}
.gF:nth-child(2n) {
 margin-right: 20px;
 }
.gF:nth-child(2n+1) {
 clear:both}
.efs .ef:last-child {border-bottom:none}
.gfsT {color:#fff;font-weight:300;font-size:19px;background:#2b2b29;padding:6px 15px;float: right;}
.gfT {color:#fff;font-weight:700;font-size: 19px;background:#ba0533;padding:8px 10px;}
.ef {border-bottom:#e9e9e9 1px solid;position:relative}
.ef .infobulle {width:418px;height:286px;background:url(http://www.advancia-training.com/Fr/static/fr/image/png/infobulle.png) right bottom no-repeat;position:absolute;top:-266px;left:50%;margin-left:-209px;display:none}
.efC {padding:12px 0 12px 0}
.efNew .efC {background:url(../image/png/new-icon.png) left center no-repeat;padding:12px 0 12px 35px}
.efNew .topIBp h3 {background:url(../image/png/new-icon.png) right center no-repeat;}
.bestsellerP {/*padding:30px 30px 80px 30px;*/ position:relative}

.bestsellerT {color:#2b2b29;font-size:48px;font-family: 'Roboto', sans-serif;line-height:1}
.bestsellerTAcc,
 .mainContentAcc {color:#1d1d1b;font-size:22px;font-weight:300}
.groupBestseller {margin:15px 0 0}
.elemBestseller {padding:8px 0;border-bottom:#e2e2e2 1px solid;color:#1e1e1c;font-size:20px;position:relative}
.elemBestseller .infobulle {width:418px;background:url(http://www.advancia-training.com/Fr/static/fr/image/png/infobulle.png) right bottom no-repeat;position:absolute;top:-255px;left:50%;margin-left:-209px;display:none}
.contentInfoBulle {width:380px;height:240px;}
.topIB {background:#fff;/*height:140px;*/overflow:hidden; position:relative;}
.topIBp {padding:14px 18px 14px 20px}
.topIBp h3 {font-size:18px;color:#ce0538;font-weight:700;margin-bottom:6px;padding-right:25px}
.width_topIBp {width:190px;}
.bictos{ position:absolute; right:12px; top:15px; width:155px; }
.bictos li{float:right; margin-left:5px;}

.topIBp p {font-size:14px;color:#1d1d1b}
.preRequis {background:#f2f2f2;height:100px;overflow:hidden;position:relative}
.preRequisTit {color:#ce0538;font-size:12px}
.preRequisP {padding:15px 100px 5px 20px;color:#828282;font-size:12px;line-height:1.4}
.time {position:absolute;right:0;top:0;height:100px;width:80px;background:url(../image/gif/time.gif) center top no-repeat #ce0538}
.time span {display:block;color:#fff;font-size:16px;font-weight:700;text-align:center;padding:60px 5px 0}
.elemBestseller:last-child {border-bottom:none;}
.elemBestsellerT {color:#ce0538;}
.shadowBest {background:url(../image/png/shadow-best.png) left top no-repeat;width:14px;height:138px;position:absolute;right:-14px;top:100px}
.rightIndex {float:right;margin-right:50px;width:310px;}
.catalogue {margin-bottom:40px}
.bCf {background:url(../image/png/coin-btn.png) left bottom no-repeat #242421;display:inline-block;padding:13px 30px;color:#fff;font-size:18px;margin-top:20px;font-weight:300; border:1px solid #fff;} 
.bCf:hover {background: url(../image/gif/bg_bt_hover.gif) left bottom no-repeat #fff;border: 1px solid #ce0538;color: #ce0538;}
.bCf span {font-weight:400}
.tCr {background:url(../image/gif/bg-titre-cat.gif) left center repeat-x #ce0538;color:#fff;font-size:18px;padding:10px 30px;line-height:1}
.tCrT1 {color:#fff;font-size:20px;display:block;font-style:normal;}
.tCrT2 {color:#fff;font-size:24px;display:block;font-style:normal;text-transform:uppercase}
.cCr {padding:15px 30px;background:#2b2b29}
.cCrText {color:#fff;font-size:16px;display:block;margin-top:8px;background:url(../image/png/icon-download.png) right center no-repeat;padding-right:45px}
.temoignage{ padding:0 0 0 0; position:relative;}
.temoignage span{background:url(../image/png/coin-btn-r.png) right bottom no-repeat; width:16px; height:16px; position:absolute; bottom:3px; right:0; z-index:999;}

.temoignageTitle {font-size:24px;color:#1d1d1b;margin-bottom:10px}
.temoignageText {font-size:12px;color:#4b4b4b;line-height:1.3;clear:both;margin-top:5px}
.imgTem {float:left;margin:0 10px 5px 0}
.contentTem {overflow:hidden;padding:15px 0 0;color:#656565;font-size:16px}
.nameT {color:#1d1d1b;font-size:18px;font-weight:700}
.containerBannFooter {clear:both;position: relative;height:400px}
.containerBannFooterIn {clear:both;position: relative;height:80px;overflow:hidden}
.containerBannFooterImg {position:absolute;left:0;top:0;z-index:-1}
.containerBannFooterPadd {padding:40px 0 60px;overflow:hidden;width:960px;margin:auto}
.advanciaTraining {background:#ce0538;width:470px;height:300px;float:left}
.advanciaTrainingP {padding:20px 15px 25px 30px}
.advanciaTrainingT {font-weight:700;font-size:32px;color:#fff;/*text-transform:uppercase*/}
.paragTraining p {margin-bottom:10px;}
.paragTraining p:last-child {margin:0}
.paragTraining .bigText {color:#fff;font-size:16px;font-weight:700}
.paragTraining .smallText {color:#fff;font-size:14px}
.actEvenement {float:right;background:#fff;width:470px;height:300px;position:relative}
.sepV {position:absolute;width:1px;height:50px;left:50%;top:0;background:#dadada}
.tabsActEve {overflow:hidden}
.tabsActEve li {float:left;width:50%}
.tabsActEve li a {display:block;height:50px;line-height:50px;text-align:center;background:url(../image/gif/link-tabs.gif) left bottom repeat-x #f2f2f2;color:#1d1d1b;font-size:24px;font-weight:300;cursor:pointer; font-weight:bold}
.tabsActEve li.active a {display:block;height:50px;line-height:50px;text-align:center;background:#fff;color:#ce0538;font-size:24px;font-weight:300;cursor:default; font-weight:bold}
.contentTabsActEv {padding:25px 20px 25px 30px}
.imgTabsAct {float:left;margin:0 20px 0 0}
#actualite {height:200px;overflow:hidden}
.contentTabsAct {overflow:hidden;padding:5px 10px 0 0;height:160px}
.dateActTabs {font-size:14px;text-transform:uppercase;color:#ce0538;}
.linkActTabs {font-size:18px;color:#4b4b4b;display:inline-block}
.linkActTabs:hover {text-decoration:underline}
.actEvenement .owl-theme .owl-controls,
 .temoignage .owl-theme .owl-controls {text-align:left}
.actEvenement .owl-theme .owl-controls .owl-page span,
 .temoignage .owl-theme .owl-controls .owl-page span {display: block;width: 16px;height: 16px;margin: 2px;filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #ededed;}
.actEvenement .owl-theme .owl-controls .owl-page.active span,
 .actEvenement .owl-theme .owl-controls.clickable .owl-page:hover span,
 .temoignage .owl-theme .owl-controls .owl-page.active span,
 .temoignage .owl-theme .owl-controls.clickable .owl-page:hover span {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;background: #ce0538;}
.ttAct {position: absolute;bottom: 30px;right: 20px;}
.ttAct a {color:#ce0538;font-size:12px;}
.divShadowFooter {background:url(../image/png/shadow-footer.png) center top no-repeat}
.divShadowFooterC {width:1060px;background:#fff;margin:auto}
.containerFooterSh {width:960px;margin:auto;position:relative;top:-40px}
.demandeDevis {float:left;width:470px;height:90px;background:url(../image/gif/icon-devis.gif) left center no-repeat #292927;display:block;overflow:hidden}
.demandeDevisCont {padding:15px 20px 10px 100px;}
.solutionFinancement {float:right;width:470px;height:90px;background:url(../image/gif/icon-financement.gif) left center no-repeat #ce0538;display:block;overflow:hidden}
.solutionFinancementCont {padding:15px 20px 10px 100px;}
.solutionFinancementT,
 .demandeDevisT {font-size:24px;font-weight:700;color:#fff}
.solutionFinancementText,
 .demandeDevisText {font-size:14px;font-weight:300;color:#fff}
.partenaire {padding:15px 0 0;clear:both}
.partenaireTitle {color:#cf132b;font-size:32px;text-transform:uppercase;font-weight:700;margin-bottom:15px;border-bottom:#000 1px solid}
.partenaireTitle span {display:inline-block;bottom:-12px;position:relative;padding:0 40px 0 0;background:#fff;line-height:1}
.textCert {color:#2b2b29;font-size:16px;line-height:1.4}
.slidePartenaire {text-align:center;padding:25px 0 0}
.cRaPb {width:940px;margin:auto;padding:10px 0;overflow:hidden}
.copyRight {float:left;color:#b8b8b8;font-size:12px;max-width:630px}
.poweredBy {float:right;color:#b8b8b8;font-size:12px;}
.poweredBy a {color:#b8b8b8;font-size:12px;}
.poweredBy a:hover {text-decoration:underline}
.bottomFooter {background:url(../image/gif/bg-footer.gif) center top no-repeat #1d1d1b; border-bottom:#ce0538 3px solid}
.bottomFooterContent {width:1060px;margin:auto}
.menuFooter {border-bottom:1px dotted #1d1d1b;padding:15px 50px}
.menuFooter li {float:left}
.menuFooter li:last-child span {display:none}
.menuFooter li a {display:inline-block;color:#a9a9a9;font-size:14px;vertical-align:middle}
.menuFooter li a:hover {text-decoration:underline}
.menuFooter li span {display:inline-block;color:#a9a9a9;font-size:14px;vertical-align:middle;padding:0 20px}
.adresseSociaNetwork {width:960px;margin:20px auto 0;padding:0 0 20px 0;overflow:hidden;clear:both}
.textsocialNet1 {color:#d2d2d0;font-size:18px;line-height:1}
.textsocialNet2 {color:#d2d2d0;font-size:26px;text-transform:uppercase}
.textsocialNet3 {color:#d2d2d0;font-size:14px;line-height:1; font-weight:700; margin-bottom:15px}
.textsocialNet3 span {color:#676767;}

.blocAdresse {float:left;width:280px;border-right:1px dotted #1d1d1b;margin-right:36px}
.blocAdressePadd {padding:0 20px 15px 0}
.blocAdresse .gov {font-size:18px;text-transform:uppercase;color:#676767;font-weight:700;margin-bottom:4px}
.blocAdresse p {font-size:12px;color:#d2d2d0;line-height:1.4}
.blocAdresse p a {color:#d2d2d0;}
.blocAdresse p a:hover {text-decoration:underline}
.divSociaNetwork {float:right;width:310px;margin-right:10px;}
.divNewsletter {background:#fff;position:relative;height:30px;margin-top:5px}
.submitNewsletter {position:absolute;right:0;top:0;width:100px;height:30px;text-align:center;color:#fff;font-size:12px;background:#ce0538}
.divNewsletter label {float:left;height:26px;line-height:26px;font-size:14px;padding:0 8px 0 0;margin:2px 8px;border-right:1px solid #a6a6a6;color:#a6a6a6}
.inputNewsletter {width:120px;height:30px;color:#a6a6a6;font-size:16px;display:inline-block;line-height:30px}
.socialNetworkIcon {padding:10px 0}
.socialNetworkIcon a {background:url(../image/png/social-network.png) left top no-repeat;width:32px;height:32px;display:inline-block;overflow:hidden;margin: 0 5px}
.socialNetworkIcon a.fb {background:url(../image/png/social-network.png) left top no-repeat;}
.socialNetworkIcon a.twitter {background:url(../image/png/social-network.png) -32px top no-repeat;}
.socialNetworkIcon a.youtube {background:url(../image/png/social-network.png) -64px top no-repeat;}
.socialNetworkIcon a.rss {background:url(../image/png/social-network.png) -96px top no-repeat;}
.socialNetworkIcon a.fb:hover {background:url(../image/png/social-network.png) left bottom no-repeat;}
.socialNetworkIcon a.twitter:hover {background:url(../image/png/social-network.png) -32px bottom no-repeat;}
.socialNetworkIcon a.youtube:hover {background:url(../image/png/social-network.png) -64px bottom no-repeat;}
.socialNetworkIcon a.rss:hover {background:url(../image/png/social-network.png) -96px bottom no-repeat;}
.elemActualite {padding:20px 0;overflow:hidden;clear:both;position:relative;}
.elemActualite.odd {background:#f2f2f2;}
.elemActualiteDetail {border-bottom:#E2E2E2 1px solid;padding:0 0 20px 0;overflow:hidden}
.contentActualite {overflow:hidden;position:relative;top:-2px; padding-left:20px;}
.descActualiteDetail {clear:both;color:#333;font-size:14px;line-height:1.4;}
.elemActualiteDetail p {color:#1d1d1b;font-size:14px;line-height:1.4;margin-bottom:15px}
.descActualiteDetail p.noMarge {margin:0}
.titleDetailActualite {color:#cf083a;font-size:24px;line-height:1.4;font-weight:700; margin-bottom:20px;}
.share {margin-top:10px}
.imgActualite {float:left;border:#eeece5 1px solid}
.imgActualiteDetail {  margin:5px 20px 15px 0; float:left; }
.dateActualite {color:#CE0538;font-size:14px;margin-bottom:5px;text-transform:uppercase}
.dateActualite2 {color:#000;font-size:14px;margin-bottom:5px;text-transform:uppercase}
.linkActualite {font-size: 18px;color: #4B4B4B;display:inline-block; padding-right:30px;}
.linkActualite:hover {color:#CE0538;}
.descActualite {color:#1d1d1b;font-size:14px;margin-top:10px;display:inline-block}
.plus { background:url(../image/gif/plus.gif) left top no-repeat; width:20px; height:20px; position:absolute; right:12px; top:15px; display:none; }

.descActualite:hover {text-decoration:underline;}
.pagination {text-align:right;margin-top:30px}
.pagination a {display:inline-block;width:38px;height:32px;line-height:32px;border:#d0d0d0 1px solid;text-align:center;color:#000;font-size:16px;margin-left:4px;vertical-align:top;background:#fff}
.pagination a:hover {background:#F2F2F2;color:#6a6a6a}
.pagination a.prev {background:url(../image/gif/pagination.gif) left top no-repeat;display:inline-block;width:38px;height:32px;line-height:32px;border:#fff 1px solid;text-align:center;margin-left:4px;vertical-align:top;}
.pagination a.prev:hover {background:url(../image/gif/pagination.gif) left bottom no-repeat;border:#CE0538 1px solid;}
.pagination a.next {background:url(../image/gif/pagination.gif) right top no-repeat;display:inline-block;width:38px;height:32px;line-height:32px;border:#fff 1px solid;text-align:center;margin-left:4px;vertical-align:top;}
.pagination a.next:hover {background:url(../image/gif/pagination.gif) right bottom no-repeat;border:#CE0538 1px solid;}
.pagination a.actif {display:inline-block;width:38px;height:32px;line-height:32px;border:#CE0538 1px solid;text-align:center;color:#CE0538;font-size:16px;margin-left:4px;vertical-align:top;background:#fff}
.btnRetour {float: left;background: #CE0538;text-align: center;height: 32px;line-height: 32px;color: #FFF;font-size: 14px;padding: 0 20px;}
.tools {overflow: hidden;margin: 0 0 25px 0;text-align: right;}
.elemFaq {border-bottom:#E2E2E2 1px solid;padding:0 0 10px 0;margin-bottom:10px;clear:both;overflow:hidden;/*background:url(../image/png/coin-btn-r.png) right bottom no-repeat*/}
.sepHFaq {background:url(../image/gif/sep-telechargement.gif) 43% top repeat-y;overflow:hidden}
.questionsFaq {padding:0 0 10px 0;}
.reponseFaq {padding:10px 0}
.spanQuestion {display:inline-block;padding:2px 20px 2px 5px;background:#CE0538;color:#fff;font-size:12px;margin-bottom:5px}
.spanReponse {display:inline-block;padding:2px 20px 2px 5px;background:#000;color:#fff;font-size:12px;margin-bottom:5px}
.textQuestion {color: #1d1d1d;font-size: 20px; float: left;width: 570px; cursor:pointer;}
.link_faq{ float:right; height:30px; width:30px; background:url(../image/gif/picto_faq.gif) center center no-repeat;}
.link_faq.active{  background:url(../image/gif/picto_faq_hover.gif) center center no-repeat;}
.textReponse {color: #1d1d1d;font-size: 14px; padding:15px 30px 0 15px;  display:none;}
.themeQuestion {color: #acacac;font-size: 14px;padding:3px 0;}
.textReponse.long {padding:15px 5px;}

.elemUsefulLink {position:relative;border-bottom: #E2E2E2 1px solid;margin-bottom:20px;overflow: hidden;clear:both;/*background:url(../image/png/coin-btn-r.png) right bottom no-repeat*/}
.contentusefulLink {padding:0 0 15px 0;background:url(../image/gif/sep-telechargement.gif) right 54% no-repeat; font-size:16px; color:#4B4B4B}
.usefulLink {background:url(../image/png/useful-link-bg.png) left 55% no-repeat;color:#000;font-size:12px;padding:10px 10px 15px 50px;display:inline-block}
.usefulLink:hover {color:#CE0538}
.urlLiensUtiles {color: #676767;font-size: 14px;padding:10px 10px 20px 0;display:inline-block}
.urlLiensUtiles:hover {color: #CE0538;font-size: 14px;}
.blocLiensUtiles{  float:left; width:540px}
.pictoLiensUtiles{background:url(../image/gif/picto_link.gif) center center no-repeat; width:51px; height:50px; display:block; float:right;}
.pictoLiensUtiles:hover{background:url(../image/gif/picto_link_hover.gif) center center  no-repeat; }


.downloadDoc {float:right; background:url(../image/gif/download.gif) center center no-repeat;height:60px; width:60px; border-left:1px solid #ddd;margin-top:15px;}
.downloadDoc:hover { background:url(../image/gif/download_hover.gif) center center no-repeat; }
.contentTelechargement{ float:left; width:540px;}
.elemTelechargement {position:relative;border-bottom: #E2E2E2 1px solid;padding:0 0 20px 0;margin-bottom:20px;overflow: hidden;clear:both}
 .dateTelechargement {color: #CE0538;font-size: 14px;margin-bottom: 5px;text-transform:uppercase}
.titreTelechargement {color: #1d1d1d;font-size: 20px;margin-bottom: 5px;}
.descTelechargement {color: #4B4B4B;font-size: 16px;margin-top: 5px;}
.selectTelechargement {float:left;width:275px;margin:20px 0 0}

.elemInputContact:nth-child(2n) {
 margin:0 0 15px 0;}
.elemInputContact {float:left;width:302px;background:#f7f5eb;margin:0 15px 15px 0;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}
div.noFloatElemContact {float:left;width:100%;background:#f7f5eb;margin:0 0 15px 0;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;clear:both}
div.error {background:#FFE0E0;/*background:#ff1212;*/}
.elemInputContactIn {border:#d0d0d0 1px solid;margin:3px;background:#fff;padding-left:10px}
.labelContact {display:inline-block;color:#000;font-size:12px;height:32px;line-height:32px;margin-right:10px;padding-right:10px;background:url(../image/gif/border-label.gif) right center no-repeat}
.inputContact {display:inline-block;color:#000;font-size:14px;height:32px;line-height:32px;text-transform:uppercase;max-width:160px}
.inputContactFull {display:inline-block;color:#000;font-size:14px;height:32px;line-height:32px;text-transform:uppercase; width:85%}
.textareaContact {display:block;color:#000;font-size:14px;height:55px;text-transform:uppercase;width:98%;margin:0 2% 0 0;border:none}
.elemInputContact .jqTransformSelectWrapper div span {border:none;color:#000;font-size:12px}
.elemInputContact .jqTransformSelectWrapper a.jqTransformSelectOpen {top:0px}
.divSubmitContact {text-align:right}
.divSubmitContact input {background:#CE0538;height:33px;padding:0 10px;color:#fff;font-size:14px; width:100px}
.divSubmitContact input:hover {}

.blocAdresseContactC { overflow:hidden;}
.blocAdresseContact {float:left;width:300px;  }
div.bACR {float:right;width:300px;  }
.blocAdressePadd {padding:0 20px 15px 0}
.blocAdresseContact .gov {font-size:18px;text-transform:uppercase;color:#cf132b;font-weight:700;margin-bottom:4px}
.blocAdresseContact p {font-size:14px;color:#1d1d1b;line-height:1.4}
.blocAdresseContact p a {color:#565656;}
.blocAdresseContact p a:hover {text-decoration:underline}
.txt_contact{color:#ce0538; font-size:22px; line-height:1.4; font-weight:300; margin-bottom:25px;}
.sep_gris{background:#e2e2e2; height:1px; clear:both; margin:20px 0;}


.ulPlan {float:left;margin:0 0 20px 0;width:310px}
.firstLink {font-size:18px;color:#CE0538;display:inline-block;padding:4px 0}
.firstLink:hover {font-size:18px;color:#4b4b4b}
.firstLink2 {font-size:18px;color:#CE0538;display:inline-block;padding:4px 0}
.firstLink2:hover {font-size:18px;color:#CE0538}
.scdLink {font-size:18px;color:#CE0538;display:inline-block;padding:4px 0}
.scdLink:hover {font-size:18px; text-decoration:underline}
.planNiv2 {margin:0 0 0 20px}

/*********** ADD 25 09 2014 *************/
.titreElem1 a {text-decoration:none;background:#bc0735;color:#fff}
.efC a {text-decoration:none; color:#000; font-size:16px}

.gF_c {margin-bottom:25px}
.gF_c:nth-child(2n) {}
.gF_c:nth-child(2n+1) {}
.planNiv3 {margin:0 0 0 20px}
.planNiv3 a {color:#4b4b4b}
.planNiv3 a:hover{ font-size:16px; text-decoration:underline} 
.float_left{float:left;}.float_right{float:right;}
.loading{ position:absolute; left:500px;top:-30px; display:none}

/** added 23/10 **/
.menu_bottom {position: relative;z-index: 111;}
.menu_bottom .niv1 {float:left; margin-right:13px;}.menu_bottom li.last{ margin:0;}
.menu_bottom a.link1 { display: inline-block; height:74px;}
.ssmenu_bottom {background:#f2f2f2 url(../image/gif/bg.gif) 0 bottom no-repeat; display: none;  left: 0; overflow: hidden; position: absolute; width:100%; z-index: 1; min-height:58px; height:auto !important; height:58px;}
.ssmenu_bottom .desc{ padding:12px 15px 25px; text-align:left; font-weight:normal; font-size:12px;}.ssmenu_bottom .desc .titre{ color:#ce0538; font-size:14px; font-weight:bold;}
.bg1 .desc{background:url(../image/gif/puce.gif) 20px bottom no-repeat;}
.bg2 .desc{background:url(../image/gif/puce.gif) 125px bottom no-repeat;}
.bg3 .desc{background:url(../image/gif/puce.gif) 275px bottom no-repeat;}
.bg4 .desc{background:url(../image/gif/puce.gif) 377px bottom no-repeat;}
.bg5 .desc{background:url(../image/gif/puce.gif) 490px bottom no-repeat;}
.bg6 .desc{background:url(../image/gif/puce.gif) 615px bottom no-repeat;}
.bg7 .desc{background:url(../image/gif/puce.gif) 720px bottom no-repeat;}
.bg8 .desc{background:url(../image/gif/puce.gif) 840px bottom no-repeat;}

.bt_valid_search2{float:left;color:#fff;font-size:14px;padding:5px 0 7px; width:80px;background:url(../image/gif/bg_bt.gif) left bottom no-repeat #31312e; border:1px solid #FFF; cursor:pointer; margin-top:1px; }
.bt_valid_search2:hover{background:url(../image/gif/bg_bt_hover.gif) left bottom no-repeat #fff; border:1px solid #ce0538; color:#ce0538}




		.type_active {
   /*background: #428bca;*/
    color: #fff!important;
}

#content_right{
	
	    background: #f4f4f5;
    padding-top: 15px;
}


 #style-1{
	 height: unset;
	 overflow:auto;
	 padding-right: 5px;
	 margin-left: 0px;
	}






/* width */
#style-1::-webkit-scrollbar {
    width: 7px;
	  float: left;
}

/* Track */
#style-1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #cccy; 
    border-radius: 5px;
}

/* Handle */
#style-1::-webkit-scrollbar-thumb {
    background: #ddd; 
    border-radius: 5px;
}


ul.related-items li h3.related-item-title {
   font-size: 10pt;
   font-family: 'nassim';
   color: #666;
}


h3.related-title {font-size: 18px;margin: 2em 0 1em;font-weight: normal;}

ul.related-items {    list-style: none;
    background: #f4f4f5;
    padding: 10px;
    margin: 20px 0 15px;}
ul.related-items li .img-fulltext {margin: 0 0 15px 15px ;}
ul.related-items li a.related-item-image-link {display: block;margin-bottom: 10px;}
ul.related-items li .related-item-date {color: #999;font-size: 9px;}
ul.related-items li h3.related-item-title{/* font-size: 100%; */}


.article__level-2 {
    margin: 20px 0 15px;
}

.article__content__wrapper {
    width: 100%;
    max-width: 845px;
	    display: flex;
}

article.article__level-2 .article__content__wrapper .content__imglink {
  width: 230px;
    height: 230px;
    /* margin-left: -175px; */
    float: right;

}
.article__level-2 .article__content__wrapper .content__text {
        width: 80%;
    margin: auto;
}
 .article__level-2 {
       margin: 20px 0 15px;
    display: flex;
    padding: 10px;
    background: #f4f4f5;
    -webkit-box-orient: horizontal;
}


.article__content__wrapper .content__text {
    margin-left: 40px;
	    display: inline-block;
}


 .article__level-2 h3 a {
    font-size: 20pt;
	color:#666;
	line-height: 37px;
}

article.article__level-2 .article__content__wrapper .content__imglink img {
    border-radius: 50%;
       width: 200px;
    height: 200px;
}

.related-items .img-fulltext {
    margin: 0 0 15px 15px;
}

.related-items h3.related-item-title {
    font-size: 11pt;
    font-family: 'nassim';
    color: #666;
}

.related-items {
  list-style: none;
    background: #f4f4f5;
    padding: 10px 15px 10px 10px;
    margin: 0px 0px 0px 0px;
    color: #999;
	    border: 1px solid #e8e8e8;
}

._2S_9u {
       background-color: #4aa9f1;
    border: 1px solid #929191;
    padding: 8px;
    border-radius: 4px 0px 0px 4px;
}


._2k6lu {
    bottom: 0;
    float: left;
}
._1vAaU {
    max-width: 472px;
}

.bY5ba {
	    padding-right: 44px;
    -webkit-appearance: none;
    padding-right: 88px;
    width: 100%;
    background-color: #f8f8f8;
	    border: 1px solid #b6b6b6;
    border-radius: 4px;
    color: #111;
    display: block;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    outline: 0;
    width: 100%;
}




@media (max-width: 480px){
article.article__level-2 .article__content__wrapper .content__imglink {
    width: 150px;
    height: 150px;
    float: left;
}

article.article__level-2 .article__content__wrapper .content__imglink img {
    border-radius: 45%;
    width: 150px;
    height: 126px;
}
.article__level-2 .article__content__wrapper .content__text {
    width: 86%;
    margin: auto;
}

.article__level-2 h3 a {
    font-size: 13pt;
    color: #666;
    line-height: 37px;
}

}
/*--//banner-modal--*/</pre></body></html>