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

body {
    margin: 0;
    color: #000;
    background-color: #EFEFEF;
}


/* L'image d'arrière plan */

img.background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    height: auto;
    max-width: none;
    /* pour IE */
    _position: absolute;
    top: expression(body.scrollTop + 50 + "px")
}

#backLayer {
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    background-color: #f5f5f5;
}

.paginate,
.holder {
    padding: 2px;
    text-align: center;
}

.paginate {
    margin-top: 30px;
}

.paginate ul {
    padding: 5px 25px;
    display: inline-block;
    background-color: #efefef;
    border: 1px solid #E3DEDE;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(25, 25, 25, 0.5);
}

.holder {
    margin: 15px 0;
}

a {
    color: #1e1d56;
    cursor: pointer;
}

a:hover {
    color: #c8222e;
}

a:focus,
.current,
.current a,
.current a:hover {
    color: #c8222e;
}

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


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

.innerPageHeader,
.innerPageBody,
.innerPageFooter {
    position: relative;
}

.center {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


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

#pageHeader {
    width: 100%;
    display: block;
    background-color: transparent;
}

#pageHeader .col {
    margin-top: 0;
    margin-bottom: 0;
}

#homePageContainer #pageHeader {
    top: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    border-bottom: none;
}

#headerTop {
    padding: 10px 0;
    position: relative;
    background-color: transparent;
}

#headerTop .headerTopInner {
    z-index: 1;
    position: relative;
}

#headerTop .headerTopBg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #efefef;
}

#headerBottom {
    padding: 10px 0;
    background-color: #c8222e;
    border-bottom: 1px solid #960812;
    box-shadow: 0 1px 5px rgba(25, 25, 25, 0.8);
}


/* Logo */

.headerLogo {
    display: inline-block;
}

.headerLogo a,
.headerLogo a img {
    width: 70px;
    display: inline-block;
}


/* Baseline */

.headerBaseline {
    color: #c8222e;
    font-weight: bold;
    display: inline-block;
    animation: bounceIn 0.5s;
    animation-iteration-count: 2;
}

.headerBaseline p {
    margin: 0;
    padding: 0;
    display: inline;
}


/* Header Contacts */

.headerContacts {
    padding-top: 20px;
}

.headerContacts .sContacts {
    height: 24px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    display: inline-block;
    text-shadow: -1px 1px 0 #ccc;
}

.headerContacts .sContacts .sContactIcn {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.headerContacts .sContacts .sContactIcn .sContactIcnImg {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    background-size: 26px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.headerContacts .sContacts .sContactIcn .sContactIcnBg {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    background-color: #1e1d56;
}

.headerContacts .sContacts .sContactIcn.sContactMobilePhoneIcn .sContactIcnImg {
    background-image: url(../icons/contacts/white/phone.png);
}


/* Header Client Area */

.headerClientArea {
    overflow: hidden;
}

#headerTop .headerClientArea {
    padding-top: 20px;
}

.headerClientArea a {
    display: block;
    padding: 2px 20px;
    border: 1px solid #1e1d56;
}

.headerClientArea a:hover {
    font-weight: bold;
    border-color: #c8222e;
}

#headerBottom .headerClientArea a.current,
#headerBottom .headerClientArea a:hover {
    color: #EBEBEB;
    font-weight: bold;
    border-color: #EBEBEB;
}


/* Languages */

.websiteLanguages ul li {
    display: inline-block;
}

.websiteLanguages ul li a {
    width: 24px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    background-size: 24px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.websiteLanguages ul li a span.languageText {
    display: block;
    text-align: center;
    visibility: hidden;
}

.websiteLanguages ul li.ar a {
    background-image: url(../icons/flags/flat/24/ar.png);
}

.websiteLanguages ul li.en a {
    background-image: url(../icons/flags/flat/24/en.png);
}

.websiteLanguages ul li.sp a {
    background-image: url(../icons/flags/flat/24/sp.png);
}

.websiteLanguages ul li.fr a {
    background-image: url(../icons/flags/flat/24/fr.png);
}

.headerWebsiteLanguages {
    display: block;
}

.headerWebsiteLanguages .websiteLanguagesTitle {
    color: #999;
}

.headerWebsiteLanguages ul {
    padding-top: 2px;
}


/* Page et subPage Title */

.pageTitle,
.subPageTitle {
    position: relative;
    font-weight: normal;
    display: inline-block;
    display: block;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.pageTitle h2,
.subPageTitle h3 {
    margin: 0;
    z-index: 1;
    position: relative;
    display: inline-block;
}

.pageTitle .pageTitleLine,
.subPageTitle .pageTitleLine {
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 30px;
    z-index: 1;
    margin-left: -15px;
    position: absolute;
    background-image: -moz-linear-gradient(left, #1E1D56, #C8222E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E1D56) to(#C8222E));
    background-image: -webkit-linear-gradient(left, #1E1D56, #C8222E);
    background-image: -o-linear-gradient(left, #1E1D56, #C8222E);
    background-image: linear-gradient(to right, #1E1D56, #C8222E);
}


/* Page Title */

.pageTitle {
    /*width: 280px;*/
    color: #3B3B3B;
}


/* Sub Page Title */

.subPageTitle {
    color: #3B3B3B;
}

.subPageTitle i {
    color: #333;
}


/* Search By This Field */

#searchByThisField {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border-top: 1px solid #E3DEDE;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: -1px 1px 1px rgba(25, 25, 25, 0.5);
}

#searchByThisField .col {
    margin-top: 0;
    margin-bottom: 0;
}

#searchByThisField form {
    padding: 0;
}

#searchByThisField form .field {
    margin: 0;
    border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

#searchByThisField form .field select option {
    color: #1E1D56;
}

#searchByThisField form label {
    padding: 0 5px;
    color: #C8222E;
}

#searchByThisField .nb {
    color: #C8222E;
    display: block;
    padding-top: 3px;
    animation: slideInRight 0.5s;
    animation-iteration-count: 1;
}

#searchByThisField .nb .n {
    color: #58B924;
    animation: zoomIn 0.5s;
    animation-iteration-count: 3;
}


/* Propriétés communes aux modules uniques */

.moduleTitle {
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #5F5DAA;
    background-color: #4B4B98;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 5px 20px rgba(25, 25, 25, 0.8);
}

.moduleTitle h3 {
    margin: 0;
}

.moduleAlone .moduleDate {
    font-size: 105%;
    margin-bottom: 0;
}


/* Module Details en forme de Tableau */

.moduleAlone .moduleInfoTable .moduleInfoTr {
    padding: 13px 0;
    border-top: 1px solid #F2F3F5;
}

.moduleAlone .moduleInfoTable .moduleInfoTrFirst {
    /*border-top: 2px solid #F2F3F5;*/
    border-top: none;
}

.moduleAlone .moduleInfoTable .moduleInfoTr .moduleInfoTd {
    vertical-align: top;
    display: inline-block;
}

.moduleAlone .moduleInfoTable .moduleInfoSep {
    color: #ccc;
    padding: 0 3px;
    display: inline-block;
}

.moduleAlone .moduleInfoTable .moduleInfoTr .moduleLabelTd {
    color: #8080CA;
    color: #8193AA;
    text-transform: uppercase;
}

.moduleAlone .moduleInfoTable .productDetailsTr .moduleContentTd {
    color: #222;
}

.moduleAlone .moduleInfoTable .moduleInfoTrBloc .moduleInfoTd {
    clear: both;
    display: block;
}

.moduleAlone .moduleInfoTable .moduleInfoTrBloc .moduleLabelTd {
    margin-bottom: 10px;
}

.moduleAlone .moduleInfoTable .moduleInfoTrBloc .moduleContentTd {
    padding-top: 0;
}

.moduleAlone .moduleInfoTable .moduleInfoTr .unit {
    color: #555;
}


/* Galerie Photos du module */

.moduleAlone .modulePhotosGallery {
    clear: both;
    overflow: hidden;
    background-color: #fff;
}

.moduleAlone .modulePhotosGallery .modulePhotosGalleryTitle {
    color: #C8222E;
    padding: 10px 15px;
    background-color: #C1C1C1;
    border: 1px solid #ddd;
}

.moduleAlone .modulePhotosGallery .modulePhotosGalleryTitle h3 {
    margin: 0;
    font-weight: normal;
}

.moduleAlone .modulePhotosGallery ul {
    padding-top: 25px;
}


/* Liens en forme de boutons */

.linkBtnWrapper {
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.linkBtnWrapper .linkBtn {
    overflow: hidden;
    display: inline-block;
}

.linkBtnWrapper .linkBtn a {
    color: #fff;
    padding: 5px 15px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-color: #1F1E57;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 1px 2px rgba(25, 25, 25, 0.5);
}

.linkBtnWrapper .linkBtn a:hover {
    animation: fadeIn 0.5s;
    background-color: #C8222E;
}

.linkBtnWrapper .linkBtn a .linkBtnTxt {
    z-index: 1;
    position: relative;
}

.linkBtnWrapper .nbVisits {
    color: #333;
    overflow: hidden;
    padding: 5px 10px;
    display: inline-block;
}

.linkBtnWrapper .nbVisits strong {
    color: #C8222E;
}


/* Utilités FB */

#fbUtilities {
    padding-top: 20px;
    background-color: #fff;
}

#fbUtilities .fb-buttons {
    padding: 0 10px;
    margin-bottom: 20px;
}


/****************** Sidebar */

.side-bar {
    position: relative;
}

.side-bar .box {
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #DDDFE2;
    box-shadow: 0 1px 1px rgba(25, 25, 25, 0.5);
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.side-bar .box .boxTitle {
    padding: 5px 15px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #1E1D56;
    border-bottom: 1px solid #fff;
}

.side-bar .box .boxTitle h2 {
    margin: 0;
    padding: 0;
    color: #efefef;
}

.box .boxContentInner {
    clear: both;
    padding: 25px 15px 15px;
    display: block;
    overflow: hidden;
    position: relative;
}


/* Box Menu */

.box .boxContent .boxMenu {
    padding-bottom: 10px;
}

.box .boxContent .boxMenu ul li,
.box .boxContent .boxMenu ul li a {
    display: block;
}

.box .boxContent .boxMenu ul li a {
    padding: 2px 15px;
    border-top: 1px solid #efefef;
}

.box .boxContent .boxMenu ul li.first a {
    border-top: none;
}

.box .boxContent .boxMenu ul li.current a {
    font-weight: bold;
}


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

#pageBody {
    padding: 30px 0;
    position: relative;
    background-color: transparent;
}

#homePageContainer #pageBody {
    padding-bottom: 0;
}

#pageBody .section .col {
    margin-top: 0;
}


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


/* Home Products */

#homeProducts {
    overflow: hidden;
}

#homeProducts ul li .imgComment {
    margin-top: 10px;
}


/* Home About */

#homeAbout {
    overflow: hidden;
    padding: 30px 0;
    margin-top: 20px;
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px rgba(25, 25, 25, 0.5);
}

#homeAbout #homeWelcome .welcomeText {
    text-align: justify;
}

#homeAbout #homeWelcome .welcomeReadMore {
    margin-top: 15px;
}

#homeAbout #homeWelcome .welcomeReadMore a {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background-color: #1E1D56;
}

#homeAbout #homeWelcome .welcomeReadMore a:hover {
    color: #fff;
    background-color: #C8222E;
}


/* Home Partners */

#homePartners {
    clear: both;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(25, 25, 25, 0.5);
}

#homePartners ul li {
    display: block;
    overflow: hidden;
    text-align: center;
}


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

#contactsPageContainer .contactDetails .contactRow {
    margin-top: 15px;
    background-color: #F7F7F7;
    border: 1px solid #D7D7D7;
    box-shadow: 0 1px 1px rgba(25, 25, 25, 0.5);
}

#contactsPageContainer .contactDetails .contactRow.first {
    margin-top: 0;
}

#contactsPageContainer .contactDetails .contactRow .contactTitle {
    color: #C8222E;
    padding: 10px 15px;
    background-color: #C1C1C1;
    border: 1px solid #ddd;
}

#contactsPageContainer .contactDetails .contactRow .contactTitle h3 {
    margin: 0;
}

#contactsPageContainer .contactDetails .contactRow .contactDetails {
    padding: 15px 10px;
}

#contactsPageContainer .contactDetails .contactRow .contactDetails .contactInfo {
    margin: 6px 0;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
}

#contactsPageContainer .contactDetails .contactRow .mobilePhone {
    background-image: url(../icons/contacts/grey/mobile.png);
}

#contactsPageContainer .contactDetails .contactRow .phone {
    background-image: url(../icons/contacts/grey/phone.png);
}

#contactsPageContainer .contactDetails .contactRow .fax {
    background-image: url(../icons/contacts/grey/fax.png);
}

#contactsPageContainer .contactDetails .contactRow .mailAddress {
    background-image: url(../icons/contacts/grey/mail.png);
}

#contactsPageContainer .contactDetails .contactRow .postAddress {
    border-top: 10px;
    background-image: url(../icons/contacts/grey/location.png);
}

#contactsPageContainer .contactDetails .contactRow .postAddress p {
    margin: 0;
}


/* Google maps */

#myMap {
    display: block;
    height: 320px;
    border: 1px solid #efefef;
}


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

#mapsPageContainer #myMap {
    width: 100%;
    height: 300px;
    display: block;
}


/****************** Product Order Page */

#productOrderPageContainer .totalAmount .productPriceResult {
    padding: 0 5px;
    color: #0AC99D;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    background-color: #fff;
}


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

#pageFooter {
    overflow: hidden;
}

#pageFooter a:hover {
    text-decoration: underline;
}


/* Footer Top */

#footerTop {
    position: relative;
    padding: 20px 0;
    background-color: transparent;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    box-shadow: 0 1px 5px rgba(25, 25, 25, 0.5);
}

#footerTop .footerTopBg {
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
}

#footerTop .center {
    z-index: 1;
}

#footerTop .footerTitle {
    color: #242424;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#footerTop .footerTitle h3 {
    margin: 0;
}

#footerTop .footerTitle .footerTitleLine {
    bottom: 0;
    width: 20px;
    height: 2px;
    position: absolute;
    background-color: #c8222e;
    background-image: -moz-linear-gradient(left, #1E1D56, #C8222E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E1D56) to(#C8222E));
    background-image: -webkit-linear-gradient(left, #1E1D56, #C8222E);
    background-image: -o-linear-gradient(left, #1E1D56, #C8222E);
    background-image: linear-gradient(to right, #1E1D56, #C8222E);
}

#footerTop ul li {
    display: block;
    margin-top: 1px;
}

#footerTop ul li.first {
    margin-top: 0;
}

#footerTop ul li a {
    display: block;
}

#footerTop ul li.current a:hover {
    text-decoration: none;
}


/* Footer Contacts */

#footerTop .footerContacts ul li {
    display: block;
    margin-bottom: 3px;
}

#footerTop .footerContacts ul li.contactInfo.postAddress {
    margin-top: 10px;
}

#footerTop .footerContacts ul li.contactInfo .contactLabel {
    display: inline-block;
}


/* Footer Socials */

#footerTop .footerSocials {
    overflow: hidden;
    margin-top: 20px;
}

#footerTop .footerSocials .socialsTitle {
    color: #555;
    display: inline-block;
}

#footerTop .footerSocials a {
    margin: 0 2px;
    display: inline-block;
}

#footerTop .footerSocials a img {
    width: 20px;
    height: 20px;
}


/* Footer Bottom */

#footerBottom {
    padding: 5px 0;
    overflow: hidden;
    background-color: transparent;
}