@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);

/** general **/
html{	overflow-x:hidden; }
body { font-family: 'Open Sans', serif; font-weight: 400; height: 100%; color: #545454; font-size: 13px; background: #fff;position:relative;
	overflow-x:hidden; }
a { color: #ff5e00; text-decoration: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; }
a:hover, a:focus { text-decoration: none; color: #545454; outline: none; }
a:focus { text-decoration: none; outline: 0px; }
.banner_header { text-shadow: 1px 1px 1px #cccccc; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans'; color: #0C4075; font-weight: 700; margin-bottom: 10px; line-height: normal; }
h1 { font-size: 34px; }
h2 { font-size: 26px; line-height: 34px; }
h3 { font-size: 20px; font-weight: 400; }
h4 { font-weight: 400; font-size: 16px; }
h5 { font-size: 14px; text-transform: uppercase; }
h6 { font-size: 12px; line-height: 16px; }
p { margin-bottom: 0px; }
img { max-width: 100%; }
span.overlay { position: absolute; left: 0; top: 0; display: block; height: 100%; width: 100%; z-index: 1; background: rgba( 255, 255, 255, 0); }
span.overlay2 { position: absolute; left: 0; top: 0; display: block; height: 100%; width: 100%; z-index: 1; background: rgba( 0, 0, 0, 0.7); }
strong { color: #0960B9; }
hr { background: #0960B9; width: 80px; border: none; height: 2px; }
.list-unstyled li { padding-top: 1px; padding-bottom: 1px; margin-bottom: 1px; margin-top: 1px; }
ul.flikr-list { margin: 0px; padding: 0px; width: 100%; overflow: hidden; }
ul.flikr-list li { list-style: none; float: left; margin: 0px; padding: 0px 1px 1px 0; }
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { background: #0C4075; border-color: #0C4075; color: #fff; }

/* form elements */
.form-control:focus { border: 1px solid #0960B9; box-shadow: none; }

#venueArea, .bannerArea {  background-color: #2C2C2C; background-repeat: no-repeat; background-attachment: fixed; /*-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-background-size: widthpx heightpx; -webkit-*//*background-size: 1900px 2400px;*/ }

/* tab */
.tab-content { padding-top: 0;}

/* Buttons */
.btn { text-transform: uppercase; text-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; -ms-text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; background: #ffd38a; color: #0d3d9c; font-weight: 600; border-color: #ffd38a; }
.btn:hover, .btn:focus { color: #0960B9; background: #fff; border-color: #0960B9; }

/* menu dropdown */
.dropdown-menu { padding: 5px 0 0 0; border-top: 1px solid #0960B9; border-bottom: 5px solid #0960B9; border-radius: 10px; -webkit-border-radius: 10px; z-index: 9999; background: #fff; }
.dropdown-menu > li > a { color: #000; text-transform: uppercase; display: block; }
.navbar-nav > li.dropdown-menu { margin-top: 0px; }

/* border */
span.border { position: relative; width: 100%; height: 1px; margin: 0 auto; display: inline-block; background: #EEEEEE; }
span.border i { background: #fff; color: #EEE; position: absolute; text-align: center; left: 50%; top: -10px; line-height: 20px; height: 20px; width: 40px; font-size: 15px; }

/* pagination */
.pagination { margin-bottom: 20px; }
.pagination li a { padding: 6px 20px; color: #0960B9; font-size: 25px; }

/* progress bar */
.progress { position: relative; overflow: visible; height: 20px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; background-color: #f2f2f2; }
.progress-bar { position: relative; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; background-color: #0960B9; }

/* Thumbnail */
.thumbnail { border: none; padding: 0; }

/* Accordion */
#accordion { padding: 0; overflow: hidden; }
#accordion li .panel-heading { padding: 0px; border: 0px; }
#accordion li .panel-heading a { padding: 12px; display: block; border: 0px; color: #fff; background: #0960B9; display: block; }
#blogArea .col-sm-12 .col-sm-4 #accordion a { opacity: 1; }
#accordion li a.collapsed  { color: #545454; background: none; }
#accordion li p { padding: 10px; margin: 0px; background: #F5F5F5; }
.panel-primary > .panel-heading { background: #fff; border: none; }
.panel { border: none;  }

/* links */
.links { padding: 0; overflow: hidden; }
.links li { border-bottom: none;	 }
.links li a { padding: 10px 20px 10px 0; color: #555; display: block; line-height: 16px; }
.links li a:hover, .links li.active a { color: #545454; border-color: #545454; }
.links2 li a { padding: 0; }
.links2 li { padding: 5px; border-bottom: none; }
.links2 li:first-child { padding: 5px; }

/* tabs */
.tabs { width: 100%; overflow: hidden; }

/* side Area */
.sideArea { padding: 15px 0; overflow: hidden;background-color: #ff8a00;margin-top: 10px; }
.sideArea .slider { padding-bottom: 20px; }
.sideArea p { margin-bottom: 20px; }
.sideArea .block { padding-left: 20px; border-left: 3px solid #0960B9; line-height: 20px; margin: 20px 0 20px 15px; }
.sideArea .block p { color: #AFAFAF; }
.sideArea blockquote { padding-top: 5px; padding-bottom: 5px; border-color: #0960B9; }
.sideArea .fa { font-size: 20px; line-height: 20px; }

#headerArea .navbar-header { margin-left: 0px; margin-right: 0px; }
#headerArea .navbar-brand { margin: 20px 0px; padding: 0; font-size: 35px; text-transform: uppercase; line-height: normal; height: auto; transition: all 0.3s; }
#headerArea .navbar { padding: 0px; width: 100%; margin: 0; transition: all 0.3s; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-bottom: 1px solid #aaa; border-top: 2px solid #f00;  }
#headerArea .navbar-nav > li > a { padding: 34px 11px; border-radius: 0; -webkit-border-radius: 0; margin: 0; text-transform: uppercase; color: #000; }
#headerArea .navbar-nav > li > a:hover i, #headerArea .navbar-nav > li.active > a i { background: none; }
#headerArea .navbar-nav > li > a:hover, #headerArea .navbar-nav > li.active > a { background: #0960B9; text-decoration: none; color: #fff; }
#headerArea .navbar-nav li.open a, .navbar-nav li.open a, .navbar-nav li a:focus { background: #0960B9; color: #fff; }
#headerArea .navbar-nav li.open a:hover { background: #0960B9; color: #fff; }
#headerArea .navbar-nav li.open ul li a { color: #000; background: #fff; }
#headerArea .navbar-toggle { margin: 15px 0px; }
#headerArea .navbar-toggle .icon-bar { background: #0960B9; }


/* Banner Area */
.bannerArea { width: 100%;  border-bottom: 1px solid #cecece; background-image: url(../images/hme-banner1.jpg !important); }
.bannerArea .container { position: relative; z-index: 2; }
.bannerArea .col-sm-5 { padding-top: 30px; padding-bottom: 30px; overflow: hidden; }
.bannerArea ul.slides li { padding: 50px 0; }
.bannerArea ul.slides li span { text-align: center; display: block; font-size: 320px; color: #0960B9;  }
.bannerArea.sub { background: none; }
.bannerArea.sub ul.slides li { padding: 0; text-align: center; }
.bannernew{width: 100%;
	overflow-x: hidden;
	background-image:url(../images/hme-banner1.jpg;)

}

/* breadcrumb */
#breadcrumb { padding: 25px 0px; border-bottom: 1px solid #ececec; min-height: 53px; width: 100%; overflow: hidden; background: #F5F5F5; }
#breadcrumb h2 { margin: 0; }
#breadcrumb li a { color: #333; }
#breadcrumb li a:hover { color: #0960B9; }
#breadcrumb .breadcrumb { padding: 10px 0 0px; margin: 0; background: none; }

/* About Area */
.aboutArea { padding: 20px 0px}

.pwdfld{
	
	/*background-color: #9DBAE3;*/
	border-radius: 8px;
	/*padding: 10px !important;*/
	display: block;
	min-height: 50x;
	/*padding-bottom: 15px !important;*/
	position: relative;
	clear: both;
	/*margin-top: 10px;*/
	
}
.sideArea p{ margin-bottom: 0px !important;}

/* Client Area */
#clientArea { padding: 20px 0; background: #F5F5F5; }
#clientArea .flexslider .slides > li { font-size: 40px; }

/* Blog Area */
#blogArea { padding: 0px 0; position: relative; overflow: hidden; }
#blogArea ul.list-unstyled li { margin-bottom: 10px; padding-bottom: 10px; }

#blogArea .links { margin-bottom: 30px;line-height: 30px; }

#blogArea .col-sm-1 span { display: block; color: #fff; line-height: 50px; background: #545454; }
#blogArea .col-sm-1 h2 { background: #0960B9; color: #fff; }

#blogArea .text { padding-top: 40px; padding-bottom: 40px; }
#blogArea .text h2 { margin: 0; }
#blogArea .text h2 a { color: #000; }
#blogArea .text a:hover, #blogArea .text h2 a:hover { color: #0960B9; }
#blogArea .text a { color: #999; }
#blogArea .text ul { padding-bottom: 15px; }
#blogArea .text i { color: #999; }
#blogArea .text p a { display: block; }

#blogArea .controls { width: 150px; float: right; padding: 0px; margin: 0; list-style-type: none; }
#blogArea .controls .dropdown-menu { min-width: 150px; width: 150px; }
#blogArea .controls li { padding: 0; list-style: none; float: left; width: 100%; line-height: 30px; border: none; border-bottom: 1px solid #eee; text-transform: uppercase; cursor: pointer; }
#blogArea .controls a.dropdown-toggle { border-radius: 5px; -webkit-border-radius: 5px; line-height: 30px; background: #0960B9; color: #fff; display: block; }
#blogArea .controls.open a.dropdown-toggle, #blogArea .controls a.dropdown-toggle:hover { background: #000; color: #fff; }
#blogArea .controls li:hover, #blogArea .controls li.active { color: #0960B9; }

#blogArea ul#Grid { margin: 20px 0; padding: 0; position: relative; }
#blogArea ul#Grid li { padding: 0; margin: 0; display: none; position: relative; }
#blogArea ul#Grid li a { display: block; color: #fff; background: #0960B9; text-transform: uppercase; }
#blogArea ul#Grid li a span.text { position: absolute; left: 0; bottom: 10%; display: none; width: 100%; text-align: center; }
#blogArea ul#Grid li a img { -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; }
#blogArea ul#Grid li a:hover img { opacity: 0.2; }
#blogArea ul#Grid li a:hover span { display: block; }
.new-width{width: 95% !important;}
.blogAreanw  ul { padding-left:20px; list-style:none !important; }
.blogAreanw li { margin-top:10px;list-style-position: inside; }
.blogAreanw li:before {    
    font-family: 'FontAwesome';
    content: '\f18e';
    margin:0 5px 0 -15px;
	color: #F19703;
	font-size: 20px;
	
}
.blhdng{
	background-color:#216adb;
	line-height: 40px;
	border-radius: 7px;
	border: 3px solid #ABD6F0;
	color: #FFF !important;	
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	
}
.blhdng a{
	color: #FFF !important;	
}
.lt-blue{
	background-color: #d8e6fb;	
	border-radius: 7px;
	padding-left: 12px;
	color:#1457c0;
}
.btn-sm{    padding: 0px 6px !important;
background-color: #9db9e2;
border-color: #82A6DB;
}
/* Text Area */
#textArea { padding: 50px 0; width: 100%; overflow: hidden; background: #222; }
#textArea .col-sm-3 { padding: 50px 0; }
#textArea h1 { line-height: 50px; color: #fff; }
#textArea p { color: #fff; }

/* Venue Area */
#venueArea { padding: 30px 0px 0; position: relative; background: #fff; }
#venueArea .pull-left i { font-size: 40px; color: #0C4075; }
#venueArea h4 { margin-top: 0px; }
#venueArea .col-sm-4 { margin: 20px 0; }
#venueArea p a { display: block; }

/* picture Area */
.pictureArea { padding: 40px 0; overflow: hidden; }
.pictureArea .col-sm-6 { overflow: hidden; }
.pictureArea .col-xs-2 { border: none; border-radius: 0; -webkit-border-radius: 0; }
.pictureArea .col-xs-1 { padding: 4px 0px; margin: 0;  border-radius: 0; -webkit-border-radius: 0; }


/* Social Area */
.well { padding: 50px; margin: 0; overflow: hidden; border: 1px solid #ddd; background: #2C2C2C; }
.well-sm { background: #f7f7f7; border: 2px solid rgba(0, 0, 0, 0.05); border-radius: 0; -webkit-border-radius: 0;}
.well h1 { color: #fff; }

/* Work Area */
.workArea { padding: 20px 0; position: relative; width: 100%; overflow: hidden; background: #F5F5F5; }
.workArea .flex-direction-nav a { color: #0C4075; }

/* beautiful Area */
.beautifulArea { padding: 10px 0; border-bottom: 3px #ededed solid; width: 100%; } 
.beautifulArea hr { width: 100px; margin: 20px auto 20px; border: 1px solid #01090c;     margin-bottom: 50px; }
.beautifulArea .miniicon { min-height: 80px; float: left; margin: 15px 20px 0 0; width: 45px; text-align: center;  }
.beautifulArea .miniicon .icons { display: block; color: #fff; }
.beautifulArea .miniicon .icons a { padding: 12px 0; border-radius: 150px; -webkit-border-radius: 150px; display: block; background: #2b5b9c; }
.beautifulArea .miniicon .icons a:hover { background: #000; }
.beautifulArea .miniicon .icons i { color: #fff; }
.beautifulArea h3 { margin-bottom: 5px; font-weight: 600; color: #000; line-height: 20px; font-size: 18px; }
.beautifulArea h2 { margin-bottom: 5px; font-weight: 600; color: #000; line-height: 20px; font-size: 18px; }
.beautifulArea .block { overflow: hidden; width: 100%; }
.beautifulArea .beautiful a { display: block; position: relative; }
a .overlay { opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s; }
a:hover .overlay { opacity: 10; }
.beautifulArea .beautiful .text { padding: 15px 20px; min-height: 90px; margin-bottom: 20px; overflow: hidden; background: #efefef; }
.beautifulArea .beautiful .text span { font-size: 13px; }
.beautifulArea .beautiful .text span i { margin-right: 10px; font-size: 13px; }
.beautifulArea .btn { margin-top: -14px; }
.beautifulArea .range h3 { text-transform: uppercase; margin-bottom: 20px; }
.beautifulArea .range h6 { margin: 0; font-weight:300; text-transform: uppercase; font-size: 12px; line-height: 20px; }
.beautifulArea .range .btn { margin-top: 0px; }
.beautifulArea .range .progress { margin-bottom: 25px; }
.beautifulArea .work  a.image { display: block; position: relative; text-align: center; }
.beautifulArea.spacer { padding-top: 30px; padding-bottom: 30px; }
.beautifulArea.spacer h5 { font-size: 18px; line-height: 26px; font-weight: 400; }
.beautifulArea.spacer h3 { text-transform: none; padding-top: 30px; font-size: 20px; }
.beautifulArea img{ max-width: 80%;  }
span.overlay { position: absolute; left: 0; top: 0; display: block; height: 100%; width: 100%; background: rgba(80, 185, 250, 0.6); }


/* Contact Area */
#contactArea { padding: 20px 0; overflow: hidden; }
#contactArea .pull-left { padding-left: 0;  }
#contactArea .pull-right { padding-right: 0;  }
#contactArea li { padding-top: 10px; }
#map { margin: 0; padding: 0; }
#map_canvas { height: 325px; width: 100%; clear: both; }
#map img{ max-width: none; }

/* Footer Area */
#footerArea { padding: 0px 0 0; color: #fff; background: #2C2C2C; }
#footerArea .col-xs-10 { padding: 0; margin: 0; }
#footerArea .col-xs-2 { padding: 4px 0; margin: 0; }
#footerArea .col-sm-3 { overflow: hidden; }
#footerArea .navbar-brand { margin-bottom: 20px; float: none; }
#footerArea p, #footerArea h2, #footerArea h3 { color: #C3C3C3; }
#footerArea h2:after, #footerArea h2:before { border-color: #C3C3C3;  }
#footerArea a { color: #fff; display: inline-block; }
#footerArea a:hover { color: #A6C6F7; }
#footerArea .links li { border: none; }
#footerArea .links li a { padding: 5px 0;	display: block; }
#footerArea .social { font-size: 24px; }
#footerArea .disclaimer { margin-top: 0px; padding: 10px 0 60px; border-top: 1px solid rgba( 255,255,255,0.2); }
#footerArea .disclaimer li { padding: 0 20px; }



.modal-body{padding-top: 20px !important; padding-bottom: 10px !important; }
.footer-text{    margin-top: 15px;    padding: 19px 20px 10px;    text-align: left;    border-top: 1px solid #e5e5e5;}
.div-margins1{padding-bottom: 30px; height: 20px;}
.gestion-L-content {
    text-align: center;
    z-index: 99999;
	}

		.modal-dialogwidth{width:1024px !important;}
.gestion-des-inner {
    color: #5f5959;
    text-align: center;
    margin-top: 8px;
}
.gestion-des-inner span {
    color: #F1760B;
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
}
.content-btm-popup {
    text-align: center;
    
    color: #FFF;
    padding: 12px;
    
   
    margin-top: 20px;
}
.back-btn {
    padding: 9px 15px;
    border: none;
    background: #222222;
    border-radius: 3px;
    font-size: 0.85em;
    color: #FFF;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin-top: 10px;
    /* border: 1px solid #fff; */
	    max-width: 180px;
	text-align: center;
}
.back-btn a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
    display: block;    font-size: 16px;
}
.modal-footer { background: #000;}
/* Start Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {

	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 750px) and (max-width: 959px) {
	
	#headerArea .navbar-nav > li > a { padding-left: 6px; padding-right: 6px; font-size: 12px; }
	.bannerArea ul.slides li span { font-size: 220px; }
	#blogArea a.btn { font-size: 12px; }
	#blogArea a.btn .fa { display: none; }
	
	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 749px) {
	
	#headerArea .navbar-brand { margin: 10px 0px; }
	#headerArea .navbar-nav > li > a { padding: 10px; }
	#breadcrumb .breadcrumb, #breadcrumb h2 { float: none; }
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.bannerArea ul.slides li span { font-size: 200px; }		
	
	 }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	.bannerArea ul.slides li span { font-size: 100px; }
	.img-responsive{	width: 100%}
	.bannernew{    -ms-transform: scale( 2.5); /* IE 9 */
    -webkit-transform: scale( 2.5); /* Safari */
    transform: scale( 2.5);
	transform-origin: top left;
		margin-bottom: 20px !important;
		display: block;
		overflow-x:hidden !important;
		border-bottom: #fff solid 3px;
	
	
	}
	
	.pwdfld{
	
	<!--background-color: #9DBAE3;-->
	border-radius: 8px;
	<!--padding: 10px !important;-->
	display: block;
	min-height: 55px;
	padding-bottom: 15px !important;
	position: relative;
	clear: both;
	margin-top: 90px;
	
}
	.beautifulArea h1 { font-size: 20px !important; }
	.sideArea p{ margin-bottom: 0px !important;}

	 }
