
body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 14px;
}


#section1{
	
	width: 100%;
    height: 100%;
	margin: 0;
    padding: 0;
}



#section2{
	background: url("../img/mn_presentation2.jpg") ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}



#section3{
	background: url(../img/nos_services_2.jpg) ; 
	/*background: url(../img/bg3.jpg) ; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}


#section4 {
    background: url( "../img/localisation.jpg") ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
		width: 100%;
    height: 100%;
	margin: 0;
    padding: 0;
}



#section4 .fp-bg:before,

		#section2 .fp-bg:before{

			content: '';

			position: absolute;

			display: block;

			background: rgba(173, 173, 173, 0.2);

			top:0;

			bottom:0;

			height: 100%;

			width: 100%;

		}

		.fp-bg{

			background-size: cover;

			transform: translate3d(0,0,0);

			-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */

    		backface-visibility: hidden;

		}



#section5 {
    background: #FFFFFF;
}



#section6 {
    background: url(../img/mn_confiance.jpg);
    /*background: url(../img/bg4.jpg);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#section7 {
    background: url("../img/mn_partenaire.jpg");
    /*background: url("../img/bg7.jpg");*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#section8 {
    background: url(../img/bg-carriere.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#section9 {
    background: url(../img/mn_contactus.jpg);
    /*background: url(../img/cont.jpg);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.logo {
	/*background:linear-gradient(to right,#FAF5E9 0%, #00AEEF 50%);*/
	/*background:#2B353E;
	/*background: #fff;*/
	margin-left: 100px;
	overflow: hidden;
	position: absolute;
	width: 28%;
	height: 150px;
	transform: skewX(-32deg);
	/*transform: skewX(-32deg);*/
	left: -167px !important;
	z-index: 2;
	/*-webkit-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);*/
}


.logo p {
    transform: skewX(31deg);
    margin: 21px 78px;
}


.search-box {
    background: #e50000;
    overflow: hidden;
    position: fixed;
    width: 15%;
    height: 93px;
    transform: skewX(-32deg);
    right: 2%;
    top: 3%;
    z-index: 4;
}

.search-box i{
	transform: skewX(31deg);
	color: #fff;
	position: absolute;
	margin: auto;
	top:30%;
	bottom: 0;
	left: 30%;
	right: 0;
   }



.bloc-blue{
    /*background: #0057AA;*/
    background: rgb(43,57,144);
    /*background: rgb(0,166,81);*/
    margin-left: 100px;
    overflow: hidden;
    position: absolute;
    width: 30%;
    height: 100%;
    transform: skewX(-60deg);
    /*transform: skewX(-32deg);*/
    right: -10%;
    display: block;
    z-index: 5;
	top: 0;
}


.rest-blue{
	width: 200px;
	height: 300px;
	
	position: absolute;
	bottom: 0;
	z-index: 4;
	right: 0;
}



.bloc-white{
	/*background-color:#2B353E;*/
    background:linear-gradient(to right,#006838 0%, #39B54A 150%);
    /*background: rgb(0,166,81);*/
    /*background: #fff;*/
    margin-left: 100px;
    overflow: hidden;
    position: absolute;
    width: 30%;
    height: 100%;
    transform: skewX(-32deg);
    right: -8%;
    display: block;
    z-index: 3;
	top: 0;
	-webkit-box-shadow: -12px 5px 52px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: -12px 5px 52px -12px rgba(0,0,0,0.75);
	box-shadow: -12px 5px 52px -12px rgba(0,0,0,0.75);
}


.slide-press{
	background: #e50000;
	/*background: rgb(43,57,144);*/
    overflow: hidden;
    position: absolute;
    width: 15%;
    height: 93px;
    transform: skewX(-32deg);
    right: 30%;
    bottom: 5%;
    z-index: 4;
}


.slide-press a{
	transform: skewX(32deg);
	position: absolute;
	margin: auto;
	left: 30%;
	right: 0;
	top: 25%;
	bottom: 0;
	font-size: 16px;
	color: #fff !important;
	letter-spacing: 2px;

}







.home-text{
	width: 391px;
	position: absolute;
	bottom: 2%;
	z-index: 20000;
	color: #fff;
	text-align: center;
	right: 5%;
}





.bloc-red{
	background:linear-gradient(to right,#2B3990 0%, #414042 150%);
	/*background:#2B353E;*/
	/*background: #e50000;*/
	margin-left: 100px;
	overflow: hidden;
	position: absolute;
	width: 70%;
	height: 100%;
	/*transform: skewX(-32deg);*/
	transform: skewX(-52deg);
	left: -23%;
	display: block;
	z-index: 3;
	top: 0;
	-webkit-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
}


.bloc-service{
	background:linear-gradient(to right,#2B3990 0%, #414042 150%);
	/*background: #2B353E;*/
	/*background: #0057AA;*/
	overflow: hidden;
	position: absolute;
	/*width: 70%;
	height: 100%;*/
	width: 70%;
	height: 100%;
	transform: skewX(-8deg);
	/*transform: skewX(-32deg);*/
	right: -20%;
	display: block;
	z-index: 3;
	top: 0;
	-webkit-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
}


.bg-service{
	width:873px;
	height:744px;
	/*background: url( "../img/bg-vector.png");*/
	position:absolute;
	right:-200px;
	bottom:0px;
	z-index: -2;
}


.bg-groupe {
    width: 873px;
    height: 744px;
    /*background: url("../img/bg-vector-2.png");*/
    position: absolute;
    left: -200px;
    bottom: 0px;
    z-index: 15;
}

.bloc-map-haut {
    background: #0057AA;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 15%;
    display: block;
    top: 0;
    z-index: 1;
}


.bloc-map {
    background: #444444;
    overflow: hidden;
    position: absolute;
    width: 70%;
    height: 100%;
    transform: skewX(32deg);
    left: -20%;
    display: block;
    z-index: 10;
	top: 0;
}


.bloc-news-read{
	background: #e50000;
	overflow: hidden;
	position: absolute;
	width: 26%;
	height: 7%;
	transform: skewX(32deg);
	margin: auto;
    right:26%;
    bottom: 13%;
    
}


.bloc-news-read .text{
	transform: skewX(-32deg);
	color: #fff;
	position: absolute;
	margin:auto;
	left:274px;
	right:0;
	top: 24px;
}


.bloc-news-rub h1{
	width: 350px;
	position: absolute;
	z-index: 1000;
	margin: auto;
	left: 0;
	right: 0;
	top: 20%;
 
   font-size: 40px;
   font-weight: bold;
}



.bloc-map-bas {
    width: 100%;
    height: 100px;
    background: #444444;
    position: absolute;
    bottom: 0;
}


.bloc-news{
	background: #eeeeee;
	margin-left: 100px;
	overflow: hidden;
	position: absolute;
	width: 70%;
	height: 100%;
	transform: skewX(32deg);
	left:-25%;
	display: block;
	z-index: 12;
	top: 0;
}


.bloc-news-bas {
    width: 100%;
    height: 100px;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
}


.bloc-news-read{
	background: #e50000;
	overflow: hidden;
	position: absolute;
	width: 25%;
	height: 7%;
	transform: skewX(32deg);
	margin: auto;
    right:28%;
    bottom: 13%;
}


.bloc-news-read .text{
	transform: skewX(-32deg);
	color: #fff;
	position: absolute;
	margin:auto;
	left:274px;
	right:0;
	top: 24px;
}


.bloc-client{
	background:linear-gradient(to right,#2B3990 0%, #414042 150%);
	/*background: rgb(50,50,50);*/
	/*background: #e50000;*/
	margin-left: 100px;
	overflow: hidden;
	position: absolute;
	width: 60%;
	height: 100%;
	transform: skewX(32deg);
	/*transform: skewX(32deg);*/
	left:-28%;
	display: block;
	z-index: 3;
	top: 0;
}


.bloc-client-haut{
	width: 100%;
	height: 20px;
	background: #eeeeee;
	position: absolute;
	top: 0;
}


.bloc-client-bas{
	width: 100%;
	height: 100px;
	/*background: #e50000;*/
	position: absolute;
	bottom: 0;
}

.bloc-client-logo{
	width: 64%;
	height: 100px;
	background: #fff;
	position: absolute;
	margin: auto;
	right: -16%;
	left: 0;
	bottom: 25%;
	transform: skewX(32deg);
}


.bloc-client-rub{
	width: 450px;
	position: absolute;
	top: 40%;
	left: 10%;
	z-index: 3000000;
	text-align: center;
	color: #fff;
	font-size: 40px;
}

.part-read {
    background: #2B353E;
    overflow: hidden;
    position: absolute;
    width: 25%;
    height: 7%;
    transform: skewX(32deg);
    margin: auto;
    right: 34%;
    bottom: 13%;
  
}



.bloc-partenaire{
	background:linear-gradient(to right,#2B3990 0%, #414042 150%);
	/*background: #2B353E;*/
	overflow: hidden;
	position: absolute;
	width: 77.7%;
	height: 100%;
	transform: skewX(-10deg);
	/*transform: skewX(32deg);*/
	left:-28%;
	display: block;
	z-index: 3;
	top: 0;
	-webkit-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
}

.bloc-partenaire-haut{
	width: 100%;
	height: 20px;
	background: #e50000;
	position: absolute;
	top: 0;
	
}


.client-read{
	background: #e50000;
	overflow: hidden;
	position: absolute;
	width: 25%;
	height: 7%;
	transform: skewX(32deg);
	margin: auto;
    right:37%;
    bottom: 13%;
}


.client-read .text{
	transform: skewX(-32deg);
	color: #fff;
	position: absolute;
	margin:auto;
	left:283px;
	right:0;
	top: 24px;

}


.bloc-partenaire-bas{
	width: 100%;
	height: 100px;
	background: #2B353E;
	position: absolute;
	bottom: 0;
}


.bloc-partenaire-logo{
	width: 60%;
	height: 100px;
	background: #fff;
	position: absolute;
	margin: auto;
	right: -9%;
	left: 0;
	bottom: 25%;
	transform: skewX(32deg);

}


.bloc-carriere{
	background: #2B353E;
	overflow: hidden;
	position: absolute;
	width: 70%;
	height: 100%;
	transform: skewX(32deg);
	left:-20%;
	display: block;
	z-index: 10;
	top: 0;
	-webkit-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
}

.bloc-carriere-rub{
	width: 450px;
	position: absolute;
	top: 40%;
	left: 10%;
	z-index: 3000000;
	text-align: center;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}


.ensavoir{
    background: #e50000;
    overflow: hidden;
    position: absolute;
    width: 25%;
    height: 7%;
    transform: skewX(32deg);
    margin: auto;
    right: 20%;
    bottom: 10%;
    font-family: 'Poppins', sans-serif;
}

.ensavoir .text {
    transform: skewX(-32deg);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    margin: auto;
    left: 49%;
    right: 0;
    top: 20px;
}

.ensavoir .text a{
	z-index: 1000;
	color: #fff;
}


.bloc-footer{
	background:linear-gradient(to right,#2B3990 0%, #414042 150%);
	/*background: #2B353E;*/
	overflow: hidden;
	position: absolute;
	width: 70%;
	height: 100%;
	/*transform: skewX(-32deg);*/
	transform: skewX(-10deg);
	right:-25%;
	display: block;
	z-index: 3;
	top: 0;
	-webkit-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 36px -3px rgba(0,0,0,0.75);
}

.bloc-footer-haut{
	width: 100%;
	height: 100px;
	background: #2B353E;
	position: absolute;
	top: 0;
	z-index: 1;
}

.signature{
	width: 1300px;
	height: 50px;
	/*background: #2B353E;*/
	background:linear-gradient(to right,#39B54A 0%, #006838 150%);
	/*background:rgb(30,30,30);*/
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: skewX(-32deg);
}

.signature .text{
	transform: skewX(32deg);
	color: #fff;
	position: absolute;
	padding: 20px;
	top: 2%;
	left: 0;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing: 1px;
}


.bg-home {
    width: 873px;
    height: 744px;
    /*background: url(../img/bg-vector.png);*/
    position: absolute;
    right: -500px;
    bottom: -130px;
    z-index: 5;
}




/* Main Navigation */

.barre-menu{
	position: absolute;
    top: 5%;
    left: 24% !important;
    z-index: 1;
}

#menu {
    background: #021943;
    position: relative;
    margin-top: 5px;
    z-index: 400;
}
ul#nav {
    margin: 0;
    padding: 0;
    width: auto;
}

ul#nav > li {
    float: left;
    padding: 0;
    list-style: none;
    list-style-image: none;	
    display: inline-block;
    position: relative;
    transform: skew(-32deg);
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -ms-transform: skew(-32deg);
    -o-transform: skew(-32deg);
}

ul#nav li a {
    /*background: none repeat scroll 0 0 #2B353E;*/
    background: none repeat scroll 0 0 rgba(255,255,255,0.5);
    /*background: none repeat scroll 0 0 #021943;*/
    /*color: #FFFFFF;*/
    color: #262262;
    display: block;
    font-size: 10px;
    line-height: 32px;
    padding: 11px 25px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
}

ul#nav li a span {
    transform: skew(32deg);
    -webkit-transform: skew(32deg);
    -moz-transform: skew(32deg);
    -ms-transform: skew(32deg);
    -o-transform: skew(32deg);
    display:block;
}

ul#nav li.current a,
ul#nav li a:hover {
    /*background: #12449e;*/
    background:rgba(57,181,74,0.9);
}

ul#nav li ul { /* second-level lists */
    position: absolute;
    width: 200px;
    left: -999em; /* using left instead of display to hide menus because display: none isnt read by screen readers */
    margin: 0px;
    padding: 0px;
}

ul#nav > li > ul {
    -webkit-transform: skew(32deg);
    -moz-transform: skew(32deg);
    -ms-transform: skew(32deg);
    -o-transform: skew(32deg);
    transform: skew(32deg);
    list-style: none !important;
}

ul#nav li ul li a, 
ul#nav li.current ul li a { 
    background: rgba(38,34,98,0.8);
    /*background: #2F2F2F;*/
    border-bottom: 1px solid #666;
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
    padding: 7px 10px;
    display:block;
}
ul#nav li ul li,
ul#nav li ul li span {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}
    display:block;
}
ul#nav li ul li a:hover, 
ul#nav li.current ul li a:hover,
ul#nav li ul li.current a { /* second level dropdown button hover state */	
    background: #c68c67;
    color: #fff;
}

ul#nav li ul li ul {
    margin: -30px 0 0 220px;
}

ul#nav li:hover ul li ul,
ul#nav li:hover ul li ul li ul,
ul#nav li.sfhover ul li ul,
ul#nav li.sfhover ul li ul li ul {
    left: -999em;
}

ul#nav li:hover ul,
ul#nav li ul li:hover ul,
ul#nav li ul li ul li:hover ul,
ul#nav li.sfhover ul,
ul#nav li ul li.sfhover ul,
ul#nav li ul li ul li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}


tcb-bs-fullscreen {
  height: 100%;
}
.tcb-bs-fullscreen .carousel,
.tcb-bs-fullscreen .item,
.tcb-bs-fullscreen .active {
  height: 100%;
}
.tcb-bs-fullscreen .carousel-inner {
  height: 100%;
}
/****************************
USE BACKGROUND IMAGES IN CAROUSEL SLIDER
*****************************/
.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 360px;
}




.overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/fond2.png) repeat ;
	
}






.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.carousel-caption {

    right: 103px !important;
    bottom: 133px !important;
    left: -57% !important;

}


.carousel-caption a{
	color: inherit;
}


.carousel-caption h5{
	 font-size: 56px !important;
    font-weight: lighter !important;

}


.text{
	width: 500px;
	position: absolute;
	left:5%;
	top: 35%; 
	color: #fff;
	height: 100%;
	z-index: 10000;
	font-size: 14px;
}


.text h1{
	margin-bottom: 25px;
	font-size: 30px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px
}


.text p{
	line-height: 27px;
    font-size: 15px;
   
}


.bloc-chiffre{
	background: #444444;
	margin-left: 100px;
	overflow: hidden;
	position: absolute;
	width: 20%;
	height: 15%;
	transform: skewX(-32deg);
	margin: auto;
    left: 0;
    right: 0;
    bottom: 10%;

}


.bloc-chiffre .text{
	transform: skewX(32deg);
	color: #fff;
	position: absolute;
	margin:auto;
	left:35%;
	right:0;
	top: 30%;
	font-size: 25px !important;
	font-weight: bold;
	text-align:center;
}


.bloc-msg{
	width: 500px;
	height: 300px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 300000000000000;
	color: #fff;
}

.bloc-msg h1{
	font-size: 60px;
}


.bloc-msg h2{
	font-size: 30px;
	margin-bottom: 20px;
}

.bloc-msg a{
	color: #fff;
}


ul.social {list-style:none;}
ul.social li {display:inline; padding: 0; margin:0 5px;}
ul.social li a {display:inline-block; margi:0 auto; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-align:center; width: 50px; height: 50px; font-size:20px; position:relative; background-color: #2B353E;}
ul.social li a i {color:#FFF; text-align: center; margin:0; line-height:50px; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s; transition: all 0.8s;}
ul.social li a:hover i { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms--transform: rotate(360deg);	transform: rotate(360deg);
                         -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s;}

.social li a.rss:hover {background-color: #F56505;}
.social li a.face:hover {background-color:#3B5998;}
.social li a.twit:hover {background-color:#33ccff;}
.social li a.google:hover {background-color:#BD3518;}
.social li a.linkedin:hover {background-color:#007bb7;}


.btn-danger {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 32px;
  border-radius: 40px;
  /*background: #ec0000 !important;*/
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.3s ease 0s;
}

.btn-danger:hover {
  color: #000;
  background: #fff!important;
  border: 1px solid #fff;
}


.bloc-carriere-rub{
	width: 450px;
	position: absolute;
	top: 40%;
	left: 10%;
	z-index: 3000000;
	text-align: center;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
}


.text a{
	color: #fff !important;
}


.contactUs  {
	transform: skewX(31deg);
    color: #fff;
    position: absolute;
    margin: auto;
    top: 30%;
    bottom: 0;
    left: 30%;
	right: 0;
	text-align: center;
}



.contactUs span{
	transform: skewX(-31deg);
	color: #fff;
    margin: auto;
	font-size: 36px;
    margin-right: 106px;
}


.groupe-ban {
    width: 100%;
    min-height: 350px;
    background: url(../img/groupe.jpg) no-repeat;
    z-index: 1;
}


.foot2 {
    background: #fff;
    
}


.foot1{
	background: #eee;
}


.foot2{
	background: #fff;
}

.foot2 a{
	color: #fff;
	font-size: 12px;
}


.contact-footer{

		
}


.contact-footer .box-cont{

	padding: 60px;
	color: #000;
	
}


.contact-footer h1{
	font-size: 30px;


}

.contact-footer p{
	line-height: 1.5;
}


.contact-footer .lien a{
	color: #e50000;

}

.contact-footer-2{

	background: #0057AA;

		
}
	


.contact-footer-2 h1{
	font-size: 30px;

}

.contact-footer-2 p{
	line-height: 1.5;
}


.contact-footer-2 .lien a{
	color: #fff;

}


.contact-footer-2 .box-cont{

	padding: 60px;
	color: #fff;

}


.foot3{
	height: 50px;
	background: #012057;
	font-size: 12px;
}


.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}

.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}

.design a {
    color: #fff;
}


.bg-int {
    width: 619px;
    height: 569px;
    position: absolute;
    right: 0;
    top: 60%;
    background: url(../img/bg-vector-3.png) no-repeat;
    overflow: hidden;
    z-index: 0;
}

.contenu1 {
    width: 100%;
    /*background-color: rgb(0,0,0);*/
    /*background: #fff;*/
    background:linear-gradient(to right,#006838 0%, #39B54A 150%);
}

.breadcrumb {
    font-size: 13px !important;
    margin: 9px 0 !important;
	background: #fff;
}

.breadcrumb a {
    color: #000 !important;
}


.recherche-int {
    position: absolute !important;
    right: 2%;
    z-index: 0 !important;
}

.contenu1{
	width: 100%;
	background: #fff;
}

.cont-banniere{
	background: #e30000; 
	margin-top:75px;
	height: 200px;
}

.cont-haut{
	background: #fff; 
	width: 100%;
	padding-bottom: 100px;
}


.cont-haut p{
	
	color: #000;
	line-height: 1.5;
	margin-bottom: 20px;
}

.cont-haut h1{
	font-size: 18px;
	line-height: 1.5;
}

.cont-int{
	height: 500px; 
	background: #ccc; 
}

.cont-haut h1 {
    font-size: 18px;
    line-height: 1.5;
}

.titre {
    font-size: 30px;
    color: #e50000;
    margin-bottom: 20px;
}


.titre2 {
    font-size: 14px;
    /*color: #e50000;*/
    color:rgb(27,117,188);
    margin-bottom: 20px;
}


.bloc-work{
	/*background: #444444;*/
	background: rgb(30,30,30);
	overflow: hidden;
	position: absolute;
	width: 18%;
	height: 10%;
	/*width: 25%;
	height: 15%;*/
	/*transform: skewX(-32deg);*/
	margin: auto;
	top: 0;
    left:26%;
    bottom: 0;
}



.bloc-work .text{
	/*transform: skewX(32deg);*/
	color: #fff;
	font-family: calibri,'Poppins', sans-serif;
    letter-spacing: 2px;
	position: absolute;
	/*padding: 20px;*/
	top: 20%;
	font-size: 30px;
	left: 12% !important;
}


.cont-haut h1{
	font-size: 18px;
	line-height: 1.5;
}

.cont-int{
	height: 500px; 
	background: #ccc; 
}




.serv-cont{
	 font-size: 14px;
	 line-height: 1.5;

}

.serv-cont h1{
	font-size: 30px;
	margin-bottom: 20px;
}

.serv-cont p{
	margin-bottom: 20px;
}

.serv-cont .text{
	color: #fff;
}

.serv-cont a{
	color: #fff;
}

.serv-home {
	text-align: center;
}

.serv-home h1{
	color: #e50000;
	font-size: 20px;
	margin-bottom: 20px;
}
.serv-home .lien {
	font-size: 12px;
	color: #e50000;
}


.serv-home .lien a {
    color: #e50000;
    font-size: 13px;

}

.serv-home .lien a:hover{
	color: #000;
}


.card{
	background-color: transparent;

}

.card-header{
	background: none !important;
	font-size: 12px;
}

.tab-content{
	
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #e31837 !important;
	color: #fff !important;
}

.dropdown-menu a{
	color: #fff!important;
}

.nav-item .nav-link.active a::before {
    content: "♦";
    position: absolute;
    top: 21px;
    left: 97px;
    color: 
    #e31837;
    font-size: 30px;
}


.nav-item a{
	color: #333;
	font-size: 13px !important;
}

.card-title{
	font-size: 16px !important;
}

.card-title a{
	color: inherit;
}

.newsTime{
   margin-top: 5px;
   font-size: 11px !important;
}

.holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 60px auto; position: relative;z-index: 100000000;  }


.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; 
	top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 80px; height: 80px; position: absolute; 
	background: transparent; 
	/*background: transparent;*/
	color: rgb(255,255,255); border-radius: 20px; text-align: center; line-height: 80px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; 
	top: 0; left: 0; right: 0; bottom: 0; display: none; }

.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; 
border: 3px solid #e50000; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }

.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); 
top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #a733bb; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }

.round { position: absolute; left: 40px; top: 45px; width: 410px; height: 410px; border: 2px dotted #fff; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e50000+0,a733bb+100 */ background: #e50000; /* Old browsers */ background: -moz-linear-gradient(left, #e50000 0%, #0057AA 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #e50000 0%, #0057AA 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #e50000 0%, #0057AA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50000', endColorstr='#0057AA', GradientType=1); /* IE6-9 */ border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 150px; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #fff; position: absolute; text-align: center; 
	bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; 
	width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; 
	margin-left: -90px; color: #000000; opacity: 0.1; }
@media only screen and (min-width:300px) and (max-width:599px) {
	.holderCircle {/* width: 300px; height: 300px;*/ margin: 110px auto; }
	.holderCircle::after { width: 100%; height: 100%; }
	.dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
  .title-box .title { font-weight: lighter; letter-spacing: 2px; position: relative; z-index: -1; font-size: 18px;}
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #fff; }
        .title-box p {font-size: 13px; line-height: 2em; }




.nav-link{
	background-color: #eee;
	margin: 0px 1px;
	letter-spacing: 1px;
}


.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background-color: red;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  padding: 3px;
 border: 1px solid#e50000;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 14px;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.cont-img {
    width: 100%;
    position: relative;
    padding: 3px;
    border: 1px solid 
    #e50000;
    text-align: center;
    margin-bottom: 20px;
}



/*
.navbar{
	background-color: #FC0004 !important;
	padding: 20px 10px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
	
}
*/

.navbar{
	/*background-color: rgba(0,174,239,0.9) !important;*/
	background:linear-gradient(to right,#2B3990 0%, #414042 150%);
	padding: 20px 10px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
	
}

.navbar-light .navbar-toggler {
    color: #FFF !important;
	border-color:#FFF !important;
}

.navbar-light .navbar-nav .nav-link{
	color: #fff !important;
	font-size: 13pxpx;
}
.groupe-m{
	width: 100%;
	background:linear-gradient(to right,#006838 0%, #39B54A 150%); 
	/*background: #e50000;*/
	line-height: 1.5;
	padding: 25px !important;
	font-size: 14px;
	text-align: center;
}


.groupe-m h1{
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
}

.groupe-m p{
    color: #fff;
}


.groupe-m a{
    color: #fff;
    font-size: 12px;
}


.service-m{
	width: 100%; 
	background:linear-gradient(to right,#2B3990 0%, #414042 150%);
	/*background: #0057AA;*/
	line-height: 1.5;
	padding: 20px;
	text-align: center;
}


.service-m h1{
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
}

.service-m h2{
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
}

.service-m p{
    color: #fff;
    padding: 10px;
   font-size: 14px;
}


.service-m a{
	color: #fff;
	font-size: 12px;
}

.localisation-m{
	width: 100%; 
	background: #444;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding-top:30px;
	padding-bottom: 20px;
	font-size: 20px;
}


.localisation-m h1{
	text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: lighter;
}

.localisation-m a{
	color: #fff;
}


.localisation-m .button-primary{
	background: #444 !important;
	border-style: none !important;
    border-color: none !important;
    border-image: none !important;
    border: 1px solid #fff !important;
    padding: 10px !important;
    margin-top: 20px;
}


.partenaires-m{
	width: 100%; 
	background: #2B353E;
	line-height: 1.5;
	padding: 10px;
	font-weight: lighter;
}



.partenaires-m h1{
	color: #fff;
	text-align: center;
	font-size: 30px;
}


.actu-m{
	width: 100%; 
	background: #fff;
	line-height: 1.5;
	padding-bottom: 20px: 
}

.actu-m h1{
	text-align: center;
	padding: 20px 0;
	font-size: 30px;
	font-weight: lighter;
}


.testimonial-m{
	width: 100%; 
	background: #e50000;
	height: 433px;
	line-height: 1.5;
	padding: 25px !important;
	text-align: center;
}

.testimonial-m h1{
	text-align: center;
	padding: 20px 0;
	font-size: 30px;
	color: #fff;
}

.testimonial-m p{
	color: #fff;
	font-size: 14px;
}


.client-m{
	width: 100%; 
	background: #fff;
	line-height: 1.5;
}



.carriere-m{
	width: 100%; 
	background: #fff;
	line-height: 1.5;
}


.contact-m{
	width: 100%; 
	background: #fff;
	line-height: 1.5;
}


.m-image{
	height: 200px;
	background: #fff;
}


.footer-m {
    width: 100%;
    /*background: #e30000;*/
    background:linear-gradient(to right,#2B3990 0%, #414042 150%);
    text-align: center;
    padding: 10px;
}


.footer-m h1{
    color: #fff;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.footer-m p{
    color: #fff;
    padding-top: 20px;
    font-size: 11px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-m a{
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.slider{
    margin-top: 50px;
}


.topnav a:hover {
    border-bottom: 3px solid red;
}


.dropdown-menu {
	
	background-color:#FC0004 !important;
	border: none !important;

}


.dropdown-item{
	color: #fff !important;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #FC0004 !important;
	
}

.navbar-light .navbar-nav .nav-link{
	background: none !important;
}


.titre7 {
    color: #e50000;
    font-weight: normal;
}



.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #ff4b5a;
	border-radius: 25px;
	font-size: 16px;
	color:
	#fff;
	line-height: 1.2;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	box-shadow: 0 10px 30px 0 rgba(255,75,90,.5);
	-moz-box-shadow: 0 10px 30px 0 rgba(255,75,90,.5);
	-webkit-box-shadow: 0 10px 30px 0 rgba(255,75,90,.5);
	-o-box-shadow: 0 10px 30px 0 rgba(255,75,90,.5);
	-ms-box-shadow: 0 10px 30px 0 rgba(255,75,90,.5);
}


 .brands {
     width: 100%;
 
 }

 .brands_slider_container {
     height: 60px;
     padding-left: 97px;
     padding-right: 97px
 }

 .brands_slider {
     height: 100%;
     margin-top: 27px
 }

 .brands_item {
     height: 100%
 }

 .brands_item img {
     max-width: 100%
 }

 .brands_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

 .brands_nav i {
     color: #e5e5e5;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .brands_nav:hover i {
     color: #676767
 }

 .brands_prev {
     left: 40px
 }

 .brands_next {
     right: 40px
 }



#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}


.txt2{
	font-size: 13px;
}


élément{
	font-size: 14px !important; 
}


.near_by_hotel_wrapper{
	
	}
.custom_table {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-top: -3px !important;
}
.custom_table thead tr th {
	padding: 0px 8px;
	font-size: 14px;
	border: 0 none !important;
	border-top: 0 none !important;
}
.custom_table tbody tr {
    -moz-box-shadow: 0 2px 3px #e0e0e0;
    -webkit-box-shadow: 0 2px 3px #e0e0e0;
    box-shadow: 0 2px 3px #e0e0e0;
    background-color: #e0e0e0;
}
.near_by_hotel_wrapper table tr td {
	border-right: 1px solid #d2d1d1;
}

.custom_table tbody tr td {
	background: #fff none repeat scroll 0 0;
	border-top: 0 none !important;
	margin-bottom: 20px;
	padding: 10px 8px;
	font-size: 14px;
	background-color: #F8F9FC;
}
.near_by_hotel_wrapper table tr td {
    border-right: 1px solid #d2d1d1;
}

.near_by_hotel_wrapper table tr td a{
	color: inherit;
}




#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 100000000000000;
}
#search input[type="text"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #e50000;
  border: black;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #e50000;
  border-color: #e50000;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

ul li {
	font-size: 14px !important;
}
