﻿/**************************** PAGES COMMON STYLE */

/*

Pour permettre au blocs d'occuper 100% de heuteur

html,
body {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
*/

body{
	margin: 0;
	color: #000;
	background-color: #fff;
	background-color: #efefef;
	background-repeat: repeat;
	background-position: center;
	background-image: url(../images/common/textures/background1.png);
}

/* L'image d'arrière plan */
img.background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	max-width: none;
	/* pour IE */
	_position: absolute;
	top: expression(body.scrollTop + 50 + "px")
}
#bg-layer{
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: block;
	position: fixed;
	background-color: #fff;
}

a{
	color: #ECCF0F;
	text-decoration: none;
}
ul li a .thumb-comment{
	color: #555;
	text-transform: uppercase;
}
a:hover{
	color: #555;
	text-decoration: underline;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.current a{
	color: #ffce0c;
	cursor: default;
}


h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}


/**************************** PAGE CONTAINER */

#page-container{
	z-index: 1;
	position: relative;
}
#inner-page-container{
}

.center{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.center-inline{
	text-align: center;
}

table {
	margin: 0;
	width: 100%;
	clear: both;
	border-spacing: 0;
	border-collapse: separate;
}
table tr.table-header {
	color: #fff;
    background-color: #333;
	text-transform: uppercase;
}
table tr.table-row {
    background-color: #fff;
}
table tr.odd-row {
    background-color: #f9f9f9;
}

table tr.table-header th,
table tr.table-row  td {
	padding: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	
	border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}
table tr.table-header th {
}
table tr.table-row  td {
}


.shadow{
	width: 100%;
	height: 10px;
	background-size: 100% 10px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	background-image: url(../images/common/shadows/shadow4.png);
}
.shadow1{
	width: 100%;
	height: 10px;
	background-size: 100% 10px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	background-image: url(../images/common/shadows/shadow.png);
}
.shadow2{
	width: 100%;
	height: 15px;
	background-size: 100% 15px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	background-image: url(../images/common/shadows/shadow2.png);
}
.shadow-ltr,
.shadow-rtl{
	height: 10px;
	background-size: 50% 10px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.shadow-ltr{
	background-position: bottom left;
	background-image: url(../images/common/shadows/shadow_ltr.png);
}
.shadow-rtl{
	background-position: bottom right;
	background-image: url(../images/common/shadows/shadow_rtl.png);
}


/**************************** PAGE HEADER */

#page-header{
	z-index: 10;
	width: 100%;
	overflow: visible;
	position: relative;
}
#page-header .section .col{
	margin-top: 0;
	margin-bottom: 0;
}
#home-page-container #page-header{
	/*
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	position: absolute;
	*/
}
#page-header ul li{
	margin: 0;
}


/* Header Top et Navs */

/* Header Top */
#header-top{
	color: #000;
	overflow: hidden;
	position: relative;
}
#header-top .center{
}
#home-page-container #header-top .header-top-bg{
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: #efefef;
	
	display: none;
}
#home-page-container #header-top .section{
	z-index: 2;
	position: relative;
}


#logo,
#slogan,
#header-contacts,
#socials{
}

/* Slogan */
#slogan{
	margin: 0;
	padding-top: 10px;
	text-align: center;
	text-shadow: -1px 2px #efefef;
}

/* Contacts */
#header-contacts{
	color: #5B9D36;
	color: #666666;
	padding-top: 30px;
	text-align: center;
}
#header-contacts .contact{
	margin-left: 10px;
	padding: 5px;
	padding-left: 30px;
	background-size: 20px;
	/*border: 1px solid #ECCF0F;*/
	background-repeat: no-repeat;
	background-position: 5px center;
}
#header-contacts .contact.phone{
	border-color: #999;
	background-image: url(../icons/contacts/blue/phone.png);
}
#header-contacts .contact.mobile{
	background-image: url(../icons/contacts/blue/mobile.png);
}
#header-contacts .contact.fax{
	background-image: url(../icons/contacts/blue/fax.png);
}


/* Socials */
#socials{
	padding-top: 30px;
	overflow: hidden;
	text-align: center;
}
#socials .find-us-title{
}
#socials a{
	margin: 0 2px;
	/*overflow: hidden;*/
	display: inline-block;
}
#socials a img{
	width: 24px;
	height: 24px;
}
#socials .fb-like{
	top: 2px;
	position: relative;
}


/* Header Bottom */

#header-bottom{
	background-color: #151515;
	background-color: transparent;
}
#inner-header-bottom{
	position: relative;
}
#header-bottom .section{
	z-index: 2;
	position: relative;
}
#header-bottom .header-bottom-bg{
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #0576A2;
	background-color: #1D83AB;
	background-color: transparent;
	background-size: 2px 200%;
	background-repeat: repeat-x;
	background-image: url(../images/menu/bg_black.png);
}

/* Logo */
#logo{
}
#logo a{
	display: inline-block;
}
#logo a img{
	height: 100px;
}
/*
.fixNavigation #logo{
}
.fixNavigation #logo a img{
	display: inline-block;
}
*/
#header-bottom #main-menu{
}
#header-bottom .slicknav_menu{
}

/* Barre de navigation flottante */
.fixNavigation{
	top: 0;
	width: 100%;
	z-index: 100;
	position: fixed;
}


/* Languages */
#website-languages{
	overflow: hidden;
}
#website-languages ul{
	margin: 0;
	padding: 0;
	width: 100%;
}
#website-languages ul .title{
	text-transform: uppercase;
}
#website-languages ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
#website-languages ul li a{
    width: 24px;
    height: 17px;
    line-height: 17px;
	text-indent: 999px;
	display: inline-block;
	background-size: 24px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
#website-languages ul li a span.language-text{
    visibility: hidden;
}
#website-languages ul li.ar a{
    background-image: url(../icons/flags/flat/24/ar.png);
}
#website-languages ul li.en a{
    background-image: url(../icons/flags/flat/24/en.png);
}
#website-languages ul li.sp a{
    background-image: url(../icons/flags/flat/24/sp.png);
}
#website-languages ul li.fr a{
    background-image: url(../icons/flags/flat/24/fr.png);
}


/**************************** PAGE BODY */

#page-body,
#inner-page-body{
	overflow: hidden;
}
#page-body{
	padding-bottom: 15px;
}
#page-body #page-content{
	overflow: hidden;
}

/* Page Title */
#page-body .page-title,
#page-body .sub-page-title{
	font-weight: normal;
}
#page-body .page-title{
	/*width: 280px;*/
	color: #151515;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#home-page-container #page-body .page-title{
	/*width: 400px;*/
	padding: 10px;
	margin-top: 0;
}
#home-page-container #page-body .page-title a{
	text-decoration: none;
}
.page-title .page-title-line{
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 60px;
	margin-left: -30px;
	position: absolute;
	border-bottom: 2px solid #ECCF0F;
}

.page-title-linked .page-title-line{
	border-bottom: 2px solid #686868;
}

/* Sub Page Title */
.sub-page-title{
	color: #3B3B3B;
	text-align: center;
}
.sub-page-title .page-title-line{
	border-bottom: 2px solid #a5a5a5;
}

/* List Data */
#page-body ul.list-data{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#page-body ul.list-data li{
	list-style: none;
	overflow: hidden;
}
#page-body ul.list-data li a{
	display: block;
	overflow: hidden;
}

/* Sections Contents */
#page-body .section-content{
	overflow: hidden;
}
#page-body .section-content .section-title{
	margin: 10px 0;
	color: #EA9B1F;
	background-size: 5px 7px;
	background-repeat: no-repeat;
}
#page-body .section-content .section-text{
	line-height: 1.5;
	text-align: justify;
}

/* Menu des Catégories */
#categories-menu{
}
#categories-menu ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
#categories-menu ul li {
	margin: 0 2px;
	display: inline-block;
}
#categories-menu ul li a {
	color: #666;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
}
#categories-menu ul li a .categories-menu-link-text {
	z-index: 1;
	position: relative;
}
#categories-menu ul li a .categories-menu-cur-link-bg {
	left: 50%;
	bottom: 0;
	z-index: 0;
	width: 30px;
	margin-left: -15px;
	height: 1px;
	position: absolute;
	background-color: #999;
}
#categories-menu ul li.current a,
#categories-menu ul li.current a:hover {
	color: #000;
	text-decoration: none;
}

/* Sidebar */
#sidebar{
	overflow: hidden;
}

/* Menu pour les catégories */
#sidebar .sidebox,
#sidebar .sidebox .sidebox-inner{
	display: block;
	overflow: hidden;
}
#sidebar .sidebox{
	width: 100%;
	margin-bottom: 15px;
	/*
	padding-bottom: 10px;
	background-size: 100% 10px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	background-image: url(../images/common/shadows/shadow4.png);
	*/
}
#sidebar .sidebox .sidebox-header{
	color: #eee;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #B9B9B9;
	background-repeat: repeat;
	background-position: left top;
	background-image:url(../images/common/textures/bg11.jpg);
	/*
	background-size: 1px 100%;
	background-color: #FFDE00;
	background-repeat: repeat-x;
	background-image: url(../images/common/sidebar-header-bg.png);
	
	border-radius: 3px;
	-o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	*/
}
#sidebar .sidebox .sidebox-inner{
	background-color: #f9f9f9;
	border-bottom: 2px solid #E8E8E8;
	/*
	border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
	*/
}
#sidebar .sidebox ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sidebar .sidebox ul li{
	margin: 1px 0;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #efefef;
}
#sidebar .sidebox ul li.li-first{
	/*border-top: none;*/
}
#sidebar .sidebox-menu ul li a{
	padding: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
}
#sidebar .sidebox-menu ul li a:hover{
	background-color: #efefef;
}
#sidebar .sidebox-menu ul li.li-current a,
#sidebar .sidebox-menu ul li.li-current-all a{
	color: #000;
	color: #fff;
	cursor: default;
	background-color: #ffce0c;
	background-color: #1D6FB8;
}



/****************** Home Page */

#home-page-container{
}

/* Home Slider */
#box-slider-wrapper{
}

/* Home Services */
#home-products{
	overflow: hidden;
	position: relative;
}
#home-products ul{
}
#home-products ul li a{
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
#home-products ul li a .thumb{
	height: 200px;
}
#home-products ul li .thumb-category{
}
#home-products ul li .thumb-category a{
}
#home-products ul li .thumb-comment{
}

#home-products .holder-home-products{
	width: 60%;
	padding: 10px 0;
	margin-left: 20%;
	border-top: 2px solid #ECCF0F;
}


/* Home Welcome & Video */
#home-welcome-video{
}
#home-welcome-video a{
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
#home-welcome-video a .thumb{
	height: 180px;
}

/* Home Welcome */
#home-welcome{
	overflow: hidden;
}
#home-welcome .col{
	margin-top: 0;
}
#home-welcome .home-welcome-content{
	text-align: justify;
}

/* Home Video */
#home-video{
}

/* Home Realisations */
#home-realisations{
	overflow: hidden;
	position: relative;
}
#home-realisations ul li a{
	display: block;
	overflow: hidden;
}
#home-realisations ul li a:hover{
}
#home-realisations ul li .thumb{
	height: 200px;
	line-height: 200px;
}
#home-realisations ul li .thumb-comment{
}

#home-realisations .holder-home-realisations{
	width: 60%;
	padding: 10px 0;
	margin-left: 20%;
	border-bottom: 2px solid #ECCF0F;
}


/* Home photos */
#home-photos{
	overflow: hidden;
	position: relative;
}
#home-photos ul{
}
#home-photos ul li{
}
#home-photos ul li a{
	display: block;
	overflow: hidden;
}
#home-photos ul li a:hover{
	color: #2862ad;
}
#home-photos ul li .thumb{
	height: 150px;
	line-height: 150px;
	text-align: center;
	background-color: #fff;
}
#home-photos ul li .thumb img{
	display: inline-block;
}
.holder-home-photos{
	padding: 0;
}



/****************** Company Page */

#company-page-container{
}
#company-page-container .thumb{
}
#company-page-container .company-content .company-title{
}



/****************** Products Page */

#products-page-container{
}
#products-page-container .thumb{
}
#products-page-container .products-content .product-title{
}

#products-page-container #list-products ul{
}
#products-page-container #list-products ul li a{
	display: block;
	overflow: hidden;
}
#products-page-container #list-products ul li a .thumb{
	height: 200px;
}


/* Product Alone */

#products-page-container #product-alone{
}
#products-page-container #product-alone .section-content .thumb{
	height: 300px;
}

/* Products Photos */
#products-page-container #pagination-products-photos .thumb{
	height: 160px;
}



/****************** Services Page */

#services-page-container{
}
#services-page-container .thumb{
}
#services-page-container .services-content .service-title{
}

#services-page-container #list-services ul{
}
#services-page-container #list-services ul li a{
	display: block;
	overflow: hidden;
}
#services-page-container #list-services ul li a .thumb{
	height: 200px;
}


/* Service Alone */

#services-page-container #service-alone{
}
#services-page-container #service-alone .service-title{
}
#services-page-container #service-alone .section-content .thumb{
	height: 300px;
}

#services-page-container #service-alone .service-profile{
}
#services-page-container #service-alone .service-description{
}


/* Autres services */
#services-page-container #service-alone #pagination-other-services .thumb{
	height: 160px;
}
#services-page-container #service-alone #pagination-other-services li .thumb-comment{
}


/****************** Photos Page */

#photos-page-container{
}
#photos-page-container ul#pagination-photos li a .thumb{
	height: 170px;
}



/****************** Realisations Page */

#realisations-page-container{
}
#realisations-page-container ul#pagination-realisations{
}
#realisations-page-container ul#pagination-realisations li a{
}
#realisations-page-container ul#pagination-realisations li a .thumb{
	height: 190px;
}
#realisations-page-container ul#pagination-realisations li .thumb-comment{
}



/****************** Contacts Page */

#contacts-page-container {
}
#contacts-page-container #contact-details .contact-row{
	padding: 15px;
	line-height: 1.4;
	overflow: hidden;
	border: 1px solid #d4d4d4;
}
#contacts-page-container #contact-details .contact-row .contact-title{
	color: #129DB2;
	margin: 0;
	margin-bottom: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-color: transparent;
}
#contacts-page-container #contact-details .contact-row .contact-info{
	background-size: 17px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#contacts-page-container #contact-details .contact-row .phone{
	background-image: url(../icons/contacts/grey/phone.png);
}
#contacts-page-container #contact-details .contact-row .mobile-phone{
	background-image: url(../icons/contacts/grey/mobile.png);
}
#contacts-page-container #contact-details .contact-row .fax{
	background-image: url(../icons/contacts/grey/fax.png);
}
#contacts-page-container #contact-details .contact-row .post-address{
	line-height: 1;
	background-image: url(../icons/contacts/grey/location.png);
}
#contacts-page-container #contact-details .contact-row .mail-address{
	background-image: url(../icons/contacts/grey/mail.png);
}

/* Google maps */
#google-maps{
	overflow: hidden;
}
#google-maps #map{
	width: 100%;
	height: 300px;
	display: block;
}
#google-maps #map iframe{
	width: 100%;
	height: 100%;
}



/****************** Google maps Page */

#maps-page-container {
}

#maps-page-container  #map{
	width: 100%;
	height: 800px;
	display: block;
}
#maps-page-container  #map iframe{
	width: 100%;
	height: 100%;
}



/****************** Form Modal */

#form-modal{
}
#form-modal .form-modal-header{
	padding: 15px;
	background-color: #efefef;
}
#form-modal .form-modal-header .form-modal-title{
	color: #01A0FF;
	font-weight: bold;
	text-transform: uppercase;
}
#form-modal .form-modal-header .form-modal-explain{
	color: #333;
	margin: 0;
	margin-top: 5px;
}
#form-modal .form-modal-footer{
	padding: 15px;
	padding-top: 0;
}

#form-modal form{
	width: 100%;
}
/*
#form-modal form .mail-address-field input,
#form-modal form .password-field input{
	width: 100%;
	background-size: 18px;
	background-repeat: no-repeat;
}
#form-modal form .mail-address-field input{
	background-image: url(../icons/form/mail.png);
}
#form-modal form .password-field input{
	background-image: url(../icons/form/lock.png);
}
*/



/****************** Administrator Page */

#login-page-container #page-body  #page-content .form-wrapper,
#administrator-page-container #page-body  #page-content .form-wrapper,
#reset-password-page-container #page-body  #page-content .form-wrapper,
#reset-password-admin-page-container #page-body  #page-content .form-wrapper{
	padding: 15px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ddd;
}

#administrator-page-container form .username-field input,
#administrator-page-container form .password-field input,
#administrator-page-container form .mail-address-field input,
#login-page-container form .password-field input,
#login-page-container form .mail-address-field input,
#reset-password-page-container form .mail-address-field input,
#reset-password-admin-page-container form .mail-address-field input{
	width: 100%;
	background-size: 18px;
	background-repeat: no-repeat;
}
#administrator-page-container form .username-field input{
	background-image: url(../icons/form/user.png);
}
#login-page-container form .mail-address-field input,
#administrator-page-container form .mail-address-field input,
#reset-password-page-container form .mail-address-field input,
#reset-password-admin-page-container form .mail-address-field input{
	background-image: url(../icons/form/mail.png);
}
#login-page-container form .password-field input,
#administrator-page-container form .password-field input{
	background-image: url(../icons/form/lock.png);
}



/**************************** PAGE FOOTER */

#page-footer{
	color: #222;
}
#footer-top,
#footer-bottom{
	overflow: hidden;
}


/* Footer Top */

#footer-top{
	position: relative;
	background-color: transparent;
}
#footer-top .footer-top-bg{
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ECCF0F;
}
#footer-top .center{
	z-index: 1;
	position: relative;
}

#footer-top .footer-title{
	color: #FF3A00;
	color: #151515;
	margin: 0;
	margin-bottom: 10px;
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #B7A089;
}
#footer-top ul{
	margin: 0;
	padding: 0;
}
#footer-top ul li{
	padding: 1px 0;
	display: block;
}
#footer-top ul li.first{
}
#footer-top ul li a{
	color: #6A6A6B;
	color: #004D88;
}
#footer-top ul li.current a{
	color: #313131;
}
#footer-top ul li.current a:hover{
	text-decoration: none;
}

/* Footer Contacts */
#footer-contacts .contact-info{
	background-size: 16px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#footer-contacts .phone{
	background-image: url(../icons/contacts/blue/phone.png);
}
#footer-contacts .mobile-phone{
	background-image: url(../icons/contacts/blue/mobile.png);
}
#footer-contacts .fax{
	background-image: url(../icons/contacts/blue/fax.png);
}
#footer-contacts .post-address{
	line-height: 1.2;
	background-image: url(../icons/contacts/blue/location.png);
}
#footer-contacts .mail-address{
	background-image: url(../icons/contacts/blue/mail.png);
}

/* Footer Socials */
#footer-socials{
	overflow: hidden;
}
#footer-socials a{
	margin: 0 2px;
	display: inline-block;
}
#footer-socials a img{
	width: 20px;
	height: 20px;
}

/* Footer Logo */
#footer-logo{
	display: block;
	text-align: center;
	background-color: #FCE540;
}
#footer-logo a{
	display: block;
	padding: 20px 0;
}
#footer-logo a img{
	width: 70px;
}


/* Footer Bottom */

#footer-bottom{
}
#footer-bottom a{
	color: #777;
	
	border-radius: 10px;
	-o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#page-footer .admin{
}
#page-footer .copyright{
	text-align: center;
}
#page-footer .devloper{
	text-align: right;
}