/*========================================================================================
    * Filename:         style.css
    * Description:      Global styles
    * Version:          1.0 (2015-11-11)
========================================================================================*/


/*========================================================================================
    1. Global settings
========================================================================================*/

@media screen {
    html,
    body {
        width: 100%;
    }
    #wrap-bg {
        position: relative;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        overflow: auto;
    }
}

html {
    font-size: 16px;
}

body {
    font-style: normal;
    font-size: 100%;
    line-height: 1.4;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

html,
body,
input,
select,
textarea,
th,
td {  
    font-family: 'Lato', sans-serif, 'Arima Madurai', cursive, 'Alex Brush', cursive;
	color:#333;
}

h1 {
    font-size: 18px;
}

h2,
#news-list h1 {
    font-size: 36px;
    text-transform: uppercase;
	font-family: 'Arima Madurai';
	color:#333;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}

h5 {
    font-size: 114%;
}

h6 {
    font-size: 107%;
}

a:link,
a:visited {
    text-decoration: none;
    color: #333333;
}

.no-touch a:hover,
a:active {
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
    outline: none !important;
}

button,
input[type="text"],
input[type="submit"],
input[type="file"],
input[type="button"],
textarea {
    -webkit-appearance: none !important;
    border-radius: 0;
}

.unseen {
    display: none;
}


/*========================================================================================
        1.1 Grid and containers
========================================================================================*/

.row {
    margin: 0 -15px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.small-container {
    width: 50%;
}

.medium-container {
    width: 70%;
}

.big-container {
    width: 90%;
}

.container-content {
    padding: 30px 15px;
}

.chosen-container {
    width: 100% !important;
}

body.cke_editable {
    height: 100%;
    padding: 10px;
    background-color: #ffffff !important;
    background-image: none !important;
}

[class^='col-'],
[class*=' col-'] {
    padding: 0 15px;
    float: left;
}

.padding-left {
    padding-left: 15px;
}

.padding-right {
    padding-right: 15px;
}

.col-100 {
    width: 100%;
}

.col-50 {
    width: 50%;
}

.col-33 {
    width: 33.3333%;
}

.col-66 {
    width: 66.6666%;
}

.col-25 {
    width: 25%;
}

.col-20 {
    width: 20%;
}

.col-75 {
    width: 75%;
}

*,
 :before,
 :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*========================================================================================
        1.2 Effects, hover effects
========================================================================================*/

a,
a *,
button,
button *,
input,
textarea,
.top-menu li a:before,
.logo,
.btn,
.hover-image:before,
.hover-image:after,
.custom-select>.custom-select-selected:before,
.custom-select>.custom-select-selected,
.thumbnails .thumbnail-holder,
.breadcrumb li span a:after {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.no-touch a:hover,
a:active,
a.visible-link,
.phone-email-holder .icon-phone:before,
.phone-email-holder .icon-email:before,
.phone-email-holder .sitemap-link:before,
#newsletter #mandatory-email-Email:focus,
#mini-account a:hover,
#mini-account a span,
.list li:before,
.site-color,
#news .news-date,
#news-list .news-date,
#news .news-counter span,
.gallery-title-h1 .gallery-date,
.form1 .required label,
.custom-select>.custom-select-selected.open,
.thumbnail .best_price-holder,
div.star-rating-hover,
div.star-rating-on,
#wrap-menu .burger-menu,
#wrap-menu .top-menu>ul>li.is-parent>a:after,
.custom-select.filtered>.custom-select-selected {
    color: #a9bba3;
}

.no-touch .menu li a:hover,
.menu li.active a {color:#fff; text-decoration: underline;}


#wrap-menu .top-menu>ul>li.active>a,
#wrap-menu .top-menu>ul>li.is-parent>a>i,
#wrap-menu .top-menu>ul>li>ul>li.active>a,
.no-touch #wrap-menu .top-menu li a:hover {border-bottom:4px solid #a9bba3;}


.no-touch #wrap-social-lang .social-links li a:hover i {
    color: #333;
}

.no-touch a.visible-link:hover,
.no-touch .hebergement a:hover {
    text-decoration: underline;
}

.form-control:focus,
.pagination li.active *,
.no-touch .pagination a:hover,
.form1 .field .captcha1.focused,
.form1 .field .input1:focus,
.sitemap,
.sitemap li ul,
.custom-select>.custom-select-selected.open,
.custom-select.filtered>.custom-select-selected {
    border-color: #a9bba3;
}

#wrap-menu .top-menu li a:before,
#wrap-menu .top-menu li.active a:before,
.no-touch #wrap-menu .top-menu li a:hover:before,
#newsletter .newsletter-btn,
a.btn,
.btn,
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.wrap-map .return-to-coordinates,
.pagination li.active *,
.no-touch .pagination a:hover,
.sitemap li:before,
.breadcrumb li span.home a,
.thumbnail-promo,
a.back-to-top {
    background-color: #a9bba3;
}

a.hover-image {
    position: relative;
    display: block;
}

a.hover-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
}

a.hover-image:after {
    color: #ffffff;
    content: "+";
    font-weight: 100;
    font-size: 500%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    bottom: 0;
    margin: auto;
    padding-top: 20%;
    right: 0;
    line-height: 50px;
    text-align: center;
    z-index: 2;
}

.no-touch a.hover-image:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.no-touch a.hover-image:hover:after {
    padding-top: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/*========================================================================================
        1.3 Buttons, select, images, thumbnails
========================================================================================*/

a.btn,
.btn {
    border: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 20px;
    text-transform: uppercase;
}

.no-touch a:hover.btn,
.no-touch .btn:hover {
    background: #333333;
    color: #ffffff;
}

.btn.btn-block {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}

.custom-select {
    position: relative;
    display: block;
}

.custom-select>.custom-select-selected {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 37px;
    line-height: 37px;
    border: 1px solid #d0d0d0;
    padding: 0 30px 0 15px;
}

.custom-select.disabled>.custom-select-selected {
    background: #eee;
    cursor: not-allowed;
}

.custom-select.disabled,
.custom-select.disabled>select {
    cursor: not-allowed;
}

.custom-select>.custom-select-selected:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 143%;
    float: right;
    margin-right: -20px;
}

.custom-select>.custom-select-selected.open:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-select>select {
    opacity: 0;
    min-height: 37px;
    min-width: 100%;
    height: 37px;
    line-height: 31px;
    filter: alpha(opacity=0);
}

img.img-responsive {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: auto;
}

.thumbnails {}

.thumbnails .thumbnail {
    text-align: center;
    margin-bottom: 30px;
	position:relative;
	padding:0 10px;
}

.thumbnails .thumbnail-holder {
    /*border: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    background: #ffffff;*/
	color:#fff;
    padding: 0 0 20px 0;
}

.no-touch .thumbnails .hovered .thumbnail-holder {
    /*box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
    border-color: #bbb;*/
}

.thumbnails .thumbnail-title {
position: absolute;
right: 0;
bottom: 15px;
background: rgba(48,48,48,0.7);
width: 80%;
font-size: 16px;
display: inline-block;
font-weight: bold;
left:10%;
}

.thumbnails .thumbnail-title a {color: #fff; padding:15px; font-family: 'Arima Madurai';}

.thumbnails .thumbnail-date {
    clear: both;
    font-style: italic;
    font-size: 95%;
    height: 19px;
}

.thumbnails .thumbnail-text {
    clear: both;
    padding: 0 15px 15px;
    font-size: 85%;
}

.thumbnails .thumbnail-photo {
    margin: -1px -1px 15px;
    display: block;
    position: relative;
    overflow: hidden;
}

.thumbnails .thumbnail-prices {
    padding: 0 0 15px 0;
}

.thumbnail-promo {
    width: 200px;
    position: absolute;
    top: 30px;
    left: -55px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.thumbnail-promo.shadow {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.7);
}

.thumbnail-promo.top-right {
    top: 30px;
    right: -55px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.thumbnail .price-holder,
.thumbnail .best_price-holder,
.thumbnail .reduced_price-holder {
    display: inline-block;
    padding: 0px 5px;
    font-size: 130%;
    font-weight: bold;
}

.thumbnail .price-holder.old {
    display: inline-block;
    font-size: 90%;
}

.thumbnail .price-holder.old .price {
    text-decoration: line-through;
    font-weight: normal;
}


/*========================================================================================
    2. Forms and inputs
========================================================================================*/

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #E5E5E5;
    color: #333;
    display: block;
    font-size: 92.85%;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 11px;
    width: 100%;
}

.form-control[disabled],
.form-control[readonly],
.form-control.disabled {
    cursor: not-allowed;
    background: #eeeeee;
}

.form1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.form1 .field {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form1 .field label {
    padding-top: 7px;
    padding-bottom: 7px;
}

.form1 .required label {
    font-weight: bold;
}

.form1 .field textarea.form-control {
    height: 195px;
    resize: vertical;
}

.field .captcha-holder {
    position: relative;
}

.field .captcha1 {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #E5E5E5;
}

.field .captcha1.focused {
    border-style: solid;
    border-width: 1px;
}

.field .checkbox-holder .input-checkbox {
    margin-right: 5px;
}

.form1 .field .checkbox-holder,
.form1 .field .radio-holder {
    float: left;
    padding: 6px;
}

.form1 .buttons {
    clear: both;
    text-align: center;
    margin: 15px 0;
}

.form1 .buttons small {
    line-height: 38px;
    font-style: italic;
}

.upload-file-holder {
    position: relative;
    display: inline-block;
}

.fileUpload {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    line-height: 1.8;
    overflow: hidden;
    font-size: 107%;
    padding: 7px 15px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 142.85%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.min-height-box {
    min-height: 247px;
}


/*========================================================================================
    3. Header
========================================================================================*/

#wrap-social-lang {
    background: #333333;
    padding: 8px 0;
}

#wrap-social-lang a {
    color: #ffffff;
}

#wrap-social-lang .social-links {
    line-height: 0;
}

/*Social-icons*/
.social-links li { display: inline-block; margin: 35px 5px 0;}
.fa-facebook-official, .fa-instagram {color:#fff; font-size: 26px; line-height: 36px; margin-right:10px;}
.fa-facebook-official:hover, .fa-instagram:hover {opacity:0.8;}


#wrap-social-lang .social-links li a {
    color: #ffffff;
    display: table;
    width: 22px;
    height: 22px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#wrap-social-lang .social-links li a i {
    font-size: 78.5%;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.no-touch #wrap-social-lang .social-links li a:hover {
    background: #ffffff;
}

#wrap-social-lang .languages {
    line-height: 0;
}

#wrap-social-lang .languages li {
    display: inline-block;
    margin: 4px 5px;
}

#wrap-social-lang .languages li a {
    display: block;
    border: 1px solid transparent;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#wrap-social-lang .languages li.active a,
.no-touch #wrap-social-lang .languages li a:hover {
    border-color: #555555;
    opacity: 1;
    filter: alpha(opacity=100);
}

.logo {
    padding: 3px 0;
}

.logo img {
    margin: 0 auto;
}

.no-touch .logo:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#wrap-menu {
    height: 62px;
	background:transparent;
}

#wrap-top {background:transparent; text-align:center; padding-bottom: 10px; border-bottom:1px solid #9a9a9a;}

#wrap-menu-sticky {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1002;
   background:transparent;
}


#wrap-menu-sticky.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
    border-bottom: none;
	background:#333;
}

#wrap-menu .top-menu {
    text-align: left;
}

#wrap-menu .top-menu>ul {
    line-height: 0;
}

#wrap-menu .top-menu>ul>li {
    display: inline-block;
    position: relative;
}

#wrap-menu .top-menu>ul>li>a {
    position: relative;
    color: #ffffff;
    display: block;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 18px;
    overflow: hidden;
	border-bottom:4px solid transparent;
}

#wrap-menu .top-menu>ul>li {padding: 0 24px; margin-top: 5px;}


#wrap-menu .top-menu > ul > li:first-child {padding-left:0;}


#wrap-menu .top-menu>ul>li>ul {
    box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.4);
    border: 1px solid #E5E5E5;
    background: #ffffff;
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0;
    z-index: 1001;
}

#wrap-menu .top-menu>ul>li>ul.visible {
    display: block;
}

#wrap-menu .top-menu>ul>li>ul>li {
    display: block;
}

#wrap-menu .top-menu>ul>li>ul>li>a {
    border-bottom: 1px solid #E5E5E5;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px 15px;
    line-height: 30px;
}

.no-touch #wrap-menu .top-menu>ul>li>ul>li>a:hover {
    background: #f5f5f5;
}

#wrap-menu .top-menu>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

#wrap-menu .top-menu>ul>li>a>i {
    display: none;
    position: absolute;
    width: 30px;
    height: 100%;
    bottom: -4px;
    right: 0;
    content: "";
}

#wrap-menu .top-menu>ul>li.active>a>i,
.no-touch #wrap-menu .top-menu>ul>li>a:hover>i {
    bottom: 0;
}

/*Header-style*/
.col-30 {width:30%}
.col-40 {width:40%}
#wrap-top .container {width: 92%;}
.page-2 #wrap-header {    
	background:transparent;
   	position: absolute;  
	z-index: 101;    
	width: 100%; 
}



/* The side navigation menu */

.sidenav .closebtn {
    display: none;
}

#wrap-menu .burger-menu,
#wrap-footer .burger-menu-footer {
    display: none;
}

.header-info {
    padding-top: 50px;
    font-size: 16px;
}

.phone-email-holder {color:#fff;}

.phone-email-holder li,
.phone-email-holder a.sitemap-link {
    float: left;
}

.phone-email-holder a.sitemap-link {
    text-align: right;
    margin-left: 15px;
	padding-left: 15px;
	border-left:1px solid #9a9a9a;
}

.phone-email-holder li:first-child {
    padding-right: 15px;
}

.phone-email-holder .icon-phone:before {
    content: "\f10b";
    font-family: "FontAwesome";
    font-size: 171%;
    margin-right: 10px;
    width: auto;
    text-align: center;
    float: left;
    line-height: 20px;
}

.phone-email-holder .icon-email:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 128.5%;
    margin-right: 10px;
    width: auto;
    text-align: center;
    float: left;
    line-height: 20px;
}

.phone-email-holder .sitemap-link:before {
    content: "\f0e8";
    font-family: "FontAwesome";
    font-size: 127%;
    width: auto;
    text-align: center;
    float: left;
    line-height: 20px;
}

.no-touch .phone-email-holder .sitemap-link:hover:before {
    color: #333333;
}

#mini-account {
    font-size: 86%;
    line-height: 20px;
    color: #ffffff;
    padding-right: 15px;
}

#mini-account a {
    padding: 0 5px;
}


a.mails-place-0.icon-email, a.icon-phone {color:#fff;}


/*========================================================================================
    3. Header Modules
========================================================================================*/


/*========================================================================================
        3.1 Newsletter
========================================================================================*/

#newsletter {
    margin: 9px 0 9px 0px;
    float: right;
}

#newsletter .newsletter-btn {
   /* width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    border: none;
    color: #ffffff;*/
}

#newsletter .newsletter-btn:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 20px;
	margin-right: 15px;

}

.no-touch #newsletter .newsletter-btn:hover {
    background-color: #fff;
	color:#333;
}

#newsletter #mandatory-email-Email {
    border-right: 0;
    max-width: 80%;
    color: #999999;
    display: inline;
}


/*.wrap-newsletter {
    max-width: 276px;
}*/

.wrap-newsletter a#newsletter-link {
    color: #fff;
    font-size: 18px;
    width: 150px;
    height: 36px;
    background: #a9bba3;
    display: block;
    line-height: 32px;
    text-align: center;
    margin-top: 35px;
	float: left;
	margin-right:30px;
}

#newsletter > div {
    background-color: #333;
	height: 290px;
}


#popup_panel {
    text-align: center !important;
    font-size: 18px;
}

#wrap-menu-sticky.sticky #newsletter-link {
    margin-bottom: 0px;
    display: inline-block;
}

.no-touch #wrap-menu-sticky.sticky #newsletter-link:hover {
    background: #d6c79f;
}


.jpopup #popup_message #newsletter {
    margin: 0 -25px;
    max-height: 365px;
    overflow: hidden;
    background: url(../images/patterns/pattern.jpg) repeat;
}

.jpopup #popup_message {
    font-size: 16px;
    line-height: 28px;
    margin: 0 !important;
}

#popup_container {
    min-width: 616px !important;
    max-width: 616px !important;
}

.newsletter-logo {
    margin: 30px auto;
}

#newsletter h2 {
    color: #fff;
    font-size: 20px;
    padding: 60px 0 30px;
}

#newsletter h2 span {
    color: #fff;
    font-size: 14px;
}

#newsletter .list {
    padding: 20px 8px 6px;
}

#newsletter .list li {
    color: #fff;
    font-size: 14px;
    padding: 0;
    position: relative;
    padding-left: 15px;
    text-align: left;
}


#newsletter .newsletter-btn {
    text-align: center;
    border: none;
    color: #ffffff;
    background: #333;
    width: 80%;
    clear: both;
    font-size: 17px;
    color: #fff;
    line-height: 2;
}

#newsletter h4 {color:#fff; margin:10% 0;}
#newsletter .img-responsive {width:100%!important;}
#news-form {margin:27px 0;}
.jpopup #popup_message {
    max-height: 290px;
}

/*========================================================================================
        3.2 Home Slider
========================================================================================*/

.wrap-slider {
    overflow: hidden;
}

.wrap-slider li img {
    width: 100%;
}

.wrap-slider li .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
}

.wrap-slider li .slider-caption .slider-title {
    text-transform: uppercase;
    display: block;
    font-size: 70px;
	font-family:Arima Madurai;
	margin-top: 10%;
	margin-top: 25%;
}

.wrap-slider li .slider-caption .slider-button {
    margin: 50px 0 0;
    display: block;
    font-size: 160%;
}

.wrap-slider li .slider-caption .slider-text {
    display: block;
    font-size: 20px;
	line-height:24px;
}

.wrap-slider li .slider-caption .slider-text a {
    color: #ffffff;
}

.wrap-slider .bx-wrapper .bx-controls,
.wrap-slider .bx-wrapper .bx-pager.bx-default-pager {
    display: none;
}

.no-touch .wrap-slider:hover .bx-wrapper .bx-controls,
.no-touch .wrap-slider:hover .bx-wrapper .bx-pager.bx-default-pager {
    display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    box-shadow: none;
    background: transparent;
    position: relative;
    text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a:before {
    border: solid 1px #ffffff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    content: "";
}

.bx-wrapper .bx-pager.bx-default-pager a.active:after,
.bx-wrapper .bx-pager.bx-default-pager a:hover:after {
    background: #ffffff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    content: "";
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: transparent;
}

.wrap-slider .bx-controls-direction .bx-next::before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 55px;
    position: absolute;
    right: 45px;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 55px;
}

.wrap-slider .bx-controls-direction .bx-prev::before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 55px;
    left: 45px;
    position: absolute;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 55px;
}

.wrap-slider .bx-controls-direction .bx-prev:hover::before,
.wrap-slider .bx-controls-direction .bx-next:hover::before {
    border-width: 2px;
}

.homeslider:after {position:absolute; width:100%; height:300px; background:url(../images/mask-diapo.png) repeat-x top left; z-index:999; content:"";}

.bx-wrapper .bx-controls-direction a {
    top: 48%;
    z-index: 60;
}

.bx-wrapper .bx-controls-direction a {
    color: #fff;
    font-size: 60px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 999;
}

.mask-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-caption.container {width:100%;}



/*========================================================================================
    4. Content elements
========================================================================================*/

.wrap-h1 {
    background: #ffffff;
    padding: 25px 0;
    text-align: center;
}

.box {
    padding: 0 25px 20px 0;
    /*border: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;*/
}

.box h2 {
    margin-bottom: 20px;
}


/*========================================================================================
        4.1 Lists
========================================================================================*/

.list {
    padding: 30px 0 30px 15px;
}

.list li {
    padding: 5px 0;
    list-style-type: none;
}

.list li:before {
    content: "\f14a";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.btns-list {
    margin: 15px 0;
}

.btns-list li {
    display: inline-block;
    margin: 10px;
}


/*========================================================================================
        4.2 Pagination
========================================================================================*/

.pagination {
    clear: both;
    float: left;
    display: table;
    width: 100%;
    line-height: 25px;
    text-align: center;
    margin: 0 0 15px 0;
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
}

.pagination li {
    display: inline-block;
    margin: 0 1px;
}

.pagination li.pagination-prev {
    margin: 0 1px 0 0;
}

.pagination li.pagination-next {
    margin: 0 0 0 1px;
}

.pagination li i {
    font-size: 130%;
}

.pagination span {
    display: block;
    overflow: hidden;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.pagination a {
    display: block;
    overflow: hidden;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    background: transparent;
    color: #333333;
    border-color: transparent;
}

.pagination-next a,
.pagination-prev a {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.no-touch .pagination a:hover {
    color: #ffffff;
}

.pagination li.active * {
    color: #ffffff;
    font-weight: bold;
}

.pagination .disabled {
    background: #ffffff;
    color: #E5E5E5;
    border-color: #E5E5E5;
}


/*========================================================================================
        4.3 Breadcrumbs + tree sitemap + no results container "empty-bdd"
========================================================================================*/

.breadcrumb {
    margin: 20px 0;
}

.breadcrumb li {
    list-style-type: none;
    float: left;
    position: relative;
}

.breadcrumb li span {
    background: #e5e5e5;
    position: relative;
    float: left;
    line-height: 30px;
    white-space: nowrap;
}

.breadcrumb li span a {
    display: block;
    position: relative;
    line-height: 30px;
    text-align: center;
    padding: 0 5px 0 25px;
}

.breadcrumb li span a:hover {
    background: #333333;
    color: #ffffff;
}

.breadcrumb li span a:hover:after {
    border-left-color: #333333;
}

.breadcrumb li span.home {
    padding: 0;
}

.breadcrumb li span.home a {
    padding: 0px 5px 0 10px;
    color: #ffffff;
}

.breadcrumb li.last span {
    padding: 0 5px 0 25px;
}

.breadcrumb li a:after,
.breadcrumb li a:before,
.breadcrumb li.last span:after,
.breadcrumb li.last span:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.breadcrumb li a:after,
.breadcrumb li.last span:after {
    border-color: rgba(26, 157, 211, 0);
    border-left-color: #e5e5e5;
    border-width: 15px;
    margin-top: -15px;
}

.breadcrumb li.first a:after {
    border-left-color: #a9bba3;
}

.breadcrumb li a:before,
.breadcrumb li.last span:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 18px;
    margin-top: -18px;
}

.empty-bdd {
    padding: 100px 0;
    text-align: center;
}

.sitemap {
    border-width: 0 0 0 1px;
    border-style: solid;
    display: table;
    margin: 0 auto;
}

.sitemap li a {
    text-align: left;
    margin: 5px 0;
}

.sitemap li {
    display: block;
    padding-left: 30px;
    position: relative;
}

.sitemap li:before {
    position: absolute;
    width: 28px;
    height: 1px;
    left: 0;
    top: 22px;
    content: "";
}

.sitemap li ul {
    border-width: 0 0 0 1px;
    border-style: solid;
}

.sitemap li ul li {
    padding-left: 30px;
}


/*========================================================================================
        4.4 Filters
========================================================================================*/

.filters {
    padding: 50px 0;
    background: #E5E5E5;
}

.single-select {
    float: none;
    margin: 0 auto;
}


/*========================================================================================
        4.5 Loaders , separators , highlight, alerts
========================================================================================*/

.loading-full {
    cursor: wait;
    background: #FFFFFF url(../images/loading.gif) no-repeat center center;
}

.loading-elem {
    cursor: wait;
    background: #FFFFFF url(../images/loading.gif) no-repeat center center;
}

.s1 {
    height: 1px;
    margin: 10px 0;
    background: #333333;
}

.highlight {
    color: #CC0000;
}

.alert {
    padding: 15px 15px 15px 50px;
    margin: 15px 0;
    border: 1px solid;
    position: relative;
}

.alert:before {
    font-size: 150%;
    font-family: "FontAwesome";
    position: absolute;
    left: 5px;
    top: 0;
    width: 40px;
    height: 40px;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    margin: auto;
}

.alert-success {
    color: #1E9E74;
    background: #b7ecdb;
    border-color: #97d4c0;
}

.alert-success:before {
    content: "\f00c";
    color: #1E9E74;
}

.alert-error {
    color: #e7a808;
    background: #fff9ea;
    border-color: #f0dcaa;
}

.alert-error:before {
    content: "\f071";
    color: #e7a808;
}

.alert.alert-label {
    background: transparent;
    border: none;
    padding: 0 0 0 30px;
    font-weight: bold;
}

.alert.alert-label:before {
    font-size: 100%;
    height: 23px;
    line-height: 23px;
    text-align: left;
    width: auto;
    font-weight: normal;
}

.tooltip-holder {
    background: #ffffff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: -15px;
    padding: 20px 0;
    border: 1px solid #c0c0c0;
}

.tooltip-holder .tooltip-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 136%;
    font-weight: 700;
    text-transform: uppercase;
}

.tooltip-holder>div {
    min-width: 400px;
    max-width: 400px;
    max-height: 350px;
    overflow: auto;
    padding: 15px 25px;
    background: #ffffff;
}

.tooltip-holder:after,
.tooltip-holder:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip-holder:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-holder:before {
    border-color: rgba(229, 229, 229, 0);
    border-top-color: #c0c0c0;
    border-width: 11px;
    margin-left: -11px;
}

.tooltip-holder.arrow-left:after,
.tooltip-holder.arrow-left:before {
    left: 10%;
}

.tooltip-holder.arrow-right:after,
.tooltip-holder.arrow-right:before {
    left: auto;
    right: 10%;
}


/*========================================================================================
    5. Footer elements
========================================================================================*/

#wrap-footer {
    background: #333333;
    color: #ffffff;
}

.wrap-copyright {
    margin-top: -45px;
}

#made-by {
	margin-right: 80%;
}

#made-by a {
    display: inline-block;
    width: 44px;
    height: 16px;
    background: url(../images/logo-inleed.png) no-repeat left top;
}

.no-touch #made-by a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bottom-menu {
    padding-left: 50px;
}


/*========================================================================================
        5.1 Footer menu
========================================================================================*/

.menu {
    text-align: center;
    padding: 25px 0;
    background: #a9bba3;
	color:#fff;
}

.menu li {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
}

.menu li a {
    color: #fff;
}

.left-para {float:left;}

/*========================================================================================
        5.2 Google map
========================================================================================*/

.wrap-map {
    position: relative;
}

.wrap-map #info {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 10;
    color: #ffffff;
}

.wrap-map #info .info-title {
    font-size: 200%;
    padding-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ffffff;
}

.wrap-map #info .cls-holder {
    position: relative;
    width: 570px;
    margin: 0 auto 50px auto;
}

.wrap-map #info .cls-holder .first {
    padding: 0 45px 0 0;
    text-align: right;
}

.wrap-map #info .cls-holder .last {
    padding: 0 0 0 45px;
    border-left: 1px solid #FFFFFF;
    text-align: left;
}

.wrap-map #info .icon-facebook {
    /*position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    z-index: 1;
    margin: auto auto -50px auto;
    text-align: center;*/
}

.wrap-map #info .icon-facebook i {
    line-height: 1;
    font-size: 46px;
	padding-right:15px;
}


.wrap-map #info .icon-instagram i {
    line-height: 1;
    font-size: 46px;
	margin-left:15px;
}


.wrap-map .return-to-coordinates {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
    position: absolute;
    width: 260px;
    text-align: center;
    font-size: 14px;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: 60px;
    z-index: 1000;
    color: #fff;
    line-height: 3;
}

.no-touch .wrap-map .return-to-coordinates:hover {
    color: #fff;
    background: #333;
}

.wrap-map .return-to-coordinates i {
    font-size: 16px;
    color: #fff;
}

.wrap-map #info h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
}

.wrap-map #info h4 {
	font-size:16px;
	font-weight:400;
	color:#fff;
	margin:15px 0;
}

.wrap-map #info .info-address,
.wrap-map #info .info-fax {
    font-size: 16px;
    padding-bottom:15px;
}

.wrap-map #info .info-tel{
font-size:16px;
text-align:right;
}

.wrap-map #info .info-tel a:before{
    content: "\f10b";
    font-family: "FontAwesome";
    font-size: 20px;
    margin-right: 10px;
    width: auto;
    text-align: center;
    line-height: 20px;
	color:#a9bba3;

}

.mails-place-0 {padding-left:0;}

.wrap-map #info .info-mail {
	text-align:left;
}

.wrap-map #info .info-mail a {
    color: #a9bba3;
	margin-left: 15px;
}

.wrap-map #info .info-mail a:before{
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 16px;
	margin-right: 10px;
	width: auto;
	text-align: center;
	line-height: 20px;

}



.wrap-map #info .info-tel a {
	color:#fff;
}

.wrap-map #info .info-tel a:hover {
	color:#a9bba3 !important;
}

.no-touch .wrap-map #info a:hover {
    color: #ffffff;
}

.btn.btn-outline {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 15px 15px;
}

.no-touch .btn.btn-outline:hover,
.no-touch .wrap-map #info .icon-facebook:hover {
    opacity:0.5;
}

.wrap-map #info .btn-outline {
    margin-top: 35px;
}


/*========================================================================================
    6 Modules
========================================================================================*/


/*========================================================================================
        6.1 Product catalog
========================================================================================*/

.category-list .thumbnail-title {
    margin-top: 15px;
}

.product-filters-burger {
    display: none !important;
}

.product-filters .field,
.category-menu {
    margin-bottom: 15px;
}

.product-filters-holder {
    display: block;
}

.product-details .product-title-h1 {
    margin: 0 0 20px 0;
    padding: 5px 0px 10px;
    border-bottom: 1px solid #ececec;
}

.product-details .product-title-h1 h1 {
    text-transform: none;
    font-size: 121%;
}

.product-details .product-title h2 {
    font-size: 190%;
    margin-bottom: 5px;
}

.product-details .product-ref {
    font-size: 110%;
    text-transform: uppercase;
    font-weight: 200;
    color: #999999;
    margin-bottom: 15px;
}

.product-details .product-text {
    margin-bottom: 15px;
}

.product-details .product-info-line {
    margin: 10px 0;
}

.product-details .product-large_photo {
    margin-bottom: 10px;
    overflow: hidden;
}

.product-details .product-prices {
    overflow: hidden;
    margin: 10px 0;
    text-align: left;
    vertical-align: text-bottom;
}

.product-details .price-holder,
.product-details .reduced_price-holder {
    font-size: 182.85%;
    display: inline;
}

.product-details .reduced_price-holder {
    font-weight: 700;
}

.product-details .price-holder.old {
    font-size: 126%;
    padding-left: 10px;
    color: #999999;
}

.product-details .price-holder.old .price {
    text-decoration: line-through;
    display: inline;
}

.product-details .message_price {
    padding: 5px 10px;
}

.product-details .product-availability {
    float: left;
    overflow: hidden;
    width: 300px;
    height: 56px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #333333;
}

.product-details table.attributes {
    margin: 15px 0;
}

.product-details table.attributes td:first-child {
    font-weight: 700;
    border-left: none;
}

.product-details table.attributes td:last-child {
    border-right: none;
}

.product-details table.attributes td {
    vertical-align: middle;
}

.product-small_photos {
    max-width: 85%;
    margin: 10px auto;
}

.product-details .bx-wrapper .bx-controls-direction a {
    color: #333333;
}

.product-details .bx-wrapper .bx-controls-direction a:hover {
    color: #666666;
}

.product-details .bx-wrapper .bx-controls-direction .bx-next {
    right: -40px;
}

.product-details .bx-wrapper .bx-controls-direction .bx-prev {
    left: -40px;
}

#category_tree ul li {
    position: relative;
}

#category_tree ul li:before {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 10px;
	left: 10px;
	top: 12px;

}


/*========================================================================================
            6.1.1 Comments
========================================================================================*/

.comment {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
}

.comment h3 {
    margin: 10px 0;
}

.comment .date-comment {
    font-style: italic;
    color: #999999;
}

.comment:last-child {
    border: none;
}

.comments-holder {
    margin: 15px 0;
}


/*========================================================================================
        6.2 News
========================================================================================*/


/*========================================================================================
            6.2.1 News homepage
========================================================================================*/

#news {
    clear: both;
}

#news .news-title {
    font-weight: bold;
    font-size: 22px;
	text-transform:uppercase; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 100%;
    display: inline-block;
	margin-bottom:30px;
}

#news .news-date {
    /*margin: 2px 0 0;
	width: 50%;
    display: inline-block;
	float:right;
	text-align:right;
	color:#c1bebe;*/
	display:none;
}

#news .news-photo {
    float: left;
    margin: 0;
}

#news .news-text {
    text-align: left;
    margin-bottom: 20px;
	color:#fff;
}

#news .news-btn {
    margin-top: 10px;
}

#news .news-counter {
    margin-top: 16px;
    padding: 0 25px;
    height: 25px;
    line-height: 1;
}

#news .bx-wrapper .bx-prev {
	right: auto;
	left: -5%;
	bottom: 60%;
	top: auto;
    margin: 0;
}

#news .bx-wrapper .bx-next {
    right: -2%;
    left: auto;
    bottom: 60%;
    top: auto;
    margin: 0;
}

#news .bx-wrapper .bx-pager,
#news .bx-wrapper .bx-controls-auto {
    bottom: -20px;
}

#news .bx-wrapper .bx-controls-direction a {
    height: 40px;
    line-height: 40px;
	top:35%;
}




#news .bx-controls-direction .bx-next::before {
    border-bottom: 2px solid #717070;
    border-right: 2px solid #717070;
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0px;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

#news .bx-controls-direction .bx-prev::before {
    border-left: 2px solid #717070;
    border-top: 2px solid #717070;
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    left: 0px;
    position: absolute;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

#news .bx-controls-direction .bx-prev:hover::before,
#news .bx-controls-direction .bx-next:hover::before {
    border-color: #a9bba3;
}


/*========================================================================================
            6.2.2 News list
========================================================================================*/

#news-list .news-holder {
    width: 100%;
    background: #eaeaea;
    float: left;
    padding: 30px 0;
}

#news-list .news-holder:nth-child(2n) {
    background: #fff;
}

#news-list .news-title-h1 {
    margin: 0 0 20px 0;
    padding: 5px 0px 10px;
    border-bottom: 1px solid #ececec;
}

#news-list .news-title h2 {
    text-transform: none;
    margin: 10px 0;
	line-height: 1;
}

#news-list .news-photo {
    float: left;
    margin: 0 30px 30px 0;
}

#news-list .news-text {
    text-align: justify;
    margin: 0 0 15px 0;
}

#news-list .news-date {
    /*margin-bottom: 20px;
    display: inline-block;*/
	display:none;
}


/*========================================================================================
        6.3 Content management
========================================================================================*/

.content-management {}

.content-management .paragraph {
    padding: 80px 0;
}

.content-management .paragraph-title {
    padding: 0 0 30px 0;
}

.content-management .paragraph-title h2 {
    /*text-transform: uppercase;
    font-size: 214%;
    font-weight: 700;*/
    text-align: center;
}

.content-management .paragraph-text {
    text-align: justify;
    padding: 0;
    font-size: 16px;
}

.content-management .paragraph.images li a img {
    border: 1px solid #d1d1d1;
}

.content-management .paragraph-images .paragraph-images-holder {
    width: auto;
}

.paragraph .paragraph-images a {
    display: block;
}

.paragraph.paragraph-images-left-holder .paragraph-images {
    float: left;
    margin: 0 30px 15px 0;
    text-align: left;
}

.paragraph.paragraph-images-right-holder .paragraph-images {
    float: right;
    margin: 0 0 15px 30px;
    text-align: right;
}

.content-management .paragraph.images .bx-next {
    top: -28px;
    right: 0;
}

.content-management .paragraph.images .bx-prev {
    top: -28px;
    right: 25px;
    left: auto;
}

.content-management .paragraph.paragraph-image-fond-holder {
    padding: 0;
    color: #ffffff;
}

.content-management .paragraph.paragraph-image-fond-holder .paragraph-container .table-cell-holder {
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.4);
}

.content-management .paragraph.paragraph-image-fond-holder .paragraph-text {
    text-align: center;
    font-size: 18px;
}

.content-management .paragraph.paragraph-image-fond-holder a {
    color: #ffffff;
}

.content-management .paragraph.paragraph-simple-holder {
    padding: 0;
}

.content-management .paragraph-images-holder {
    padding-bottom: 0;
}

.content-management .paragraph-images-holder ul li {
    width: 20%;
    float: left;
}


/*========================================================================================
        6.4 Web directory
========================================================================================*/

#web-directory-desc {
    width: 100%;
    margin: 10px auto;
}

#web-directory-desc p {
    padding: 10px 0;
    text-align: center;
}

.page-4 .list {
    padding: 5px 0;
}


/*========================================================================================
        6.5 User
========================================================================================*/

#account-home-nav {
    overflow: hidden;
    border: none;
    margin-bottom: -1px !important;
    z-index: 99;
}

#recover-pass {
    display: none;
}


/*========================================================================================
        6.6 Gallerylist
========================================================================================*/

.cats-list li {
    display: inline;
    margin-right: 10px;
	color:#a9bba3;
}

.cats-list li:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
}

#gallery-detail {
    margin-bottom: 30px;
}

#gallery-detail .bx-wrapper .bx-controls-direction a {
    color: #333333;
}

#gallery-detail .bx-wrapper .bx-controls-direction a:hover {
    color: #666666;
}

#gallery-detail .bx-wrapper .bx-controls-direction .bx-prev {
    left: -40px;
}

#gallery-detail .bx-wrapper .bx-controls-direction .bx-next {
    right: -40px;
}

#gallery-detail .gallery-thumbnails-holder {
    margin: 10px auto;
    max-width: 85%;
}

#gallery-detail .gallery-title {
    margin: 0 0 15px 0;
}

.gallery-title-h1 {
    margin: 0 0 20px 0;
    padding: 5px 0px 10px;
    border-bottom: 1px solid #ececec;
}

.gallery-title-h1 h1 {
    text-transform: none;
    font-size: 121%;
}

.gallery-title-h1 .gallery-date {
    font-style: italic;
}


/*========================================================================================
        7 Partenaires
========================================================================================*/

.partenaires {
    padding-top: 40px !important;
}

.logospartnerslider {
    display: block;
    margin: 0 auto 50px auto;
}

.logospartnerslider .bx-wrapper li {
    height: 93px;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.logospartnerslider .bx-wrapper li a,
.logospartnerslider .bx-wrapper li span {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    border: 0 none;
    float: left;
}

.logospartnerslider .partner-logo img {
    display: unset;
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.no-touch .logospartnerslider .partner-logo a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.logospartnerslider .bx-wrapper .bx-controls-direction a {
    font-size: 30px;
    top: 50%;
    background: #a9bba3;
}

.logospartnerslider .bx-wrapper .bx-controls-direction a:hover {
    color: #fff;
    background: #333;
}

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: 40px;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    /*	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;  */
}

.no-touch a:hover.back-to-top {
    background-color: #000;
}


/*************INNER PARAGRAPHS***********/
/***Page ACCUEIL***/

/*Para1*/
.site-color {color:#a9bba3; font-size: 18px; margin-top:10px;}
.quatre-pave {text-align:center; }
.pave-icons {margin-top:40px;}
.pave-icons h4 {margin-bottom:15px;}
.pave-icons p {margin-top:15px;}
.pave {padding:0 15px;}
.paragraph.paragraph-text-holder.paragraph-6 .container {padding:0;}
.quatre-pave-p {margin-top:15px; line-height:24px;}



/*Para2*/
/*========================================================================================
 Paragraph photos large
========================================================================================*/
.holder-photos {position: relative;  overflow: hidden;}
.photo-small { position: relative;  overflow: hidden; cursor: pointer;}
.photo-text-small { position: absolute;  top: 0;   bottom: 0;margin:auto;   background: rgba(0, 0, 0, 0.6);   width: 100%;   height: 100%;   color: #ffffff;   visibility:hidden; -webkit-transition: 0.5s;  -moz-transition: 0.5s;   -o-transition: 0.5s;   transition: 0.5s;}
.photo-text-small { left: -425px}
.photo-text-small h3 { font-size: 22px;	font-family:Lato;    font-weight: normal;	color:#fff;	line-height:30px;}
.photo-text-small p {font-size: 18px;	font-family: 'Arima Madurai';}
.photo-small:hover .photo-text-small { visibility: visible;  left: 0}
.p-width { width: 80%;}
.text-holder.first, 
.text-holder.fourth,
.text-holder.third,
.text-holder.second {text-align:center; position:absolute;top:45%;	right:0;	left:0;}
/*************************/
.photo-small img {width:100%! important;}


/*Para3*/
.paragraph.paragraph-simple-holder.special-paragraph.paragraph-4 {padding:60px 0;}
.paragraph.paragraph-simple-holder.special-paragraph.paragraph-4 h3 {font-size:36px; font-family: 'Arima Madurai';}
.paragraph.paragraph-simple-holder.special-paragraph.paragraph-4 span {font-size:54px;}

/*Para4*/
.paragraph.paragraph-text-holder.paragraph-46 .columns-paragraph .description {padding: 20px 30px;  background: #fff;   text-align: left; height: 100%;  line-height: 22px;}
.columns-paragraph .description h4::after {position: absolute; background: #a9bba3; left: 0; top: 100%; content: ""; height: 1px; width: 60px; margin: auto; bottom: 0;}
.columns-paragraph .description h4 {position: relative; line-height: 22px; display: block; margin-bottom: 15px; padding: 0px 0px 15px 0px;}
.columns-paragraph .description p {margin-bottom:10px;}
.columns-paragraph .description .btn {margin:15px 0;}


/*Para5*/
.paragraph.paragraph-text-holder.special-paragraph.paragraph-3 {padding:60px 0 150px;}
.paragraph.paragraph-text-holder.special-paragraph.paragraph-3 h2 {color:#fff; margin-bottom: 15px;}
.paragraph.paragraph-text-holder.special-paragraph.paragraph-3 span {color:#a9bba3;}
.paragraph.paragraph-text-holder.special-paragraph.paragraph-3 p {padding-bottom:50px; padding-top: 15px;}
.quatre-pics {position: absolute;}

.paragraph.paragraph-text-holder.paragraph-41 {padding: 150px 0;}

/*Para6*/
.paragraph.paragraph-image-fond-holder.paragraph-61 .paragraph-container .table-cell-holder {padding: 120px 0;}
.paragraph.paragraph-image-fond-holder.paragraph-61 .paragraph-title {padding-bottom:15px;}
.paragraph.paragraph-image-fond-holder.paragraph-61 .paragraph-title h2 {text-transform:none; color:#fff; position:relative; padding-bottom:15px;}
.paragraph.paragraph-image-fond-holder.paragraph-61 .paragraph-title h2:after {position: absolute; background: #fff; left: 0; right:0; top: 100%; content: ""; height: 1px; 	width: 10%; margin: auto; bottom: 0;}

/*Para73 - Yoann*/
.paragraph.paragraph-simple-holder.special-paragraph.paragraph-73 {padding:60px 0;}
.paragraph.paragraph-simple-holder.special-paragraph.paragraph-73 h3 {font-size:36px; font-family: 'Arima Madurai';}
.paragraph.paragraph-simple-holder.special-paragraph.paragraph-73 span {font-size:54px;}

/*Temoinages*/
.text-center {text-align:center;}

#testimonials {margin:50px 0; position:relative;}
.testimonials {padding-top:15px;}
.second-testimonials {margin:30px 0;}
.second-testimonials:hover {color:#a9bba3;}
.inner-testimonials {width:100%;}
.testimonials-bgr {min-height:180px; max-height:180px; min-width: 565px; z-index:-1; position: relative; background:#f2f2f2;}

#testimonials .bx-wrapper .bx-controls-direction a {top:0;}
#testimonials .bx-wrapper .bx-controls-direction a.bx-next {right:47%;}
#testimonials .bx-wrapper .bx-controls-direction a.bx-prev {left:48%;}
#testimonials .bx-controls-direction .bx-next:before{width:30px; height:30px; display: block; border-bottom:2px solid #a4a5a7; border-right:2px solid #a4a5a7; -ms-transform:rotate(315deg); -webkit-transform:rotate(315deg); transform:rotate(315deg); position:absolute; content: "";}   
#testimonials .bx-controls-direction .bx-next:hover:before{ border-bottom:2px solid #a9bba3; border-right:2px solid #a9bba3;}                        
#testimonials .bx-controls-direction .bx-prev:before {width:30px; height:30px; display:block; border-top:2px solid #a4a5a7; border-left:2px solid #a4a5a7; -ms-transform:rotate(315deg); -webkit-transform:rotate(315deg); transform:rotate(315deg); position:absolute; content: ""; }
#testimonials .bx-controls-direction .bx-prev:hover:before{ border-top:2px solid #a9bba3; border-left:2px solid #a9bba3;}   
.testimonials-text { font-style: italic; padding: 35px 50px 0 70px; font-size: 18px;}
.testimonials-text:before { content: url("../photo/ckeditor/quotes.png");    position: absolute;  height:40px;  width:40px;  left: 20px;  top: 35px;}
.testimonials-title {font-size: 16px; display: inline-block; padding: 10px 60px;  background-color:#a9bba3; color:#fff; float:right; margin-top:-55px; z-index:1; margin-right: 40px; text-transform: uppercase;}
.testimonials-title:hover { background-color:#333;}

/*.paragraph.paragraph-text-holder.paragraph-69 p:first-child  {padding-bottom:20px; font-size:16px;}
.paragraph.paragraph-text-holder.paragraph-69 {padding:70px 0 40px;}*/

.testimonial-details h2 {margin:15px 0 60px; position:relative;}
.testimonial-details h2:after {content: url("../images/lotus.png");  position: absolute;  height:65px;  width:105px;  left: 0; right:0; margin:auto; top: 45px;}
.testimonial-details h3 {padding:5px 0 25px;}
.testimonial-details{background:#fff; padding:30px 0; text-align:center; }

.testimonial-comment {padding: 40px 25px 15px 0; text-align:left;  padding-left: 80px; position:relative; background:url("../images/patterns/pattern10.png"); z-index:0;}
.testimonial-comment:before {content: url("../images/quotes-up.png");  position: absolute;  height:40px;  width:40px;  left: 25px; top: 20px;}
.testimonial-comment:after {content: url("../images/quotes-down.png");  position: absolute;  height:40px;  width:40px;  right: 0; bottom: -40px;}
.testimonial-names {font-size: 16px;display: inline-block;padding: 10px 60px;background-color: #a9bba3;color: #fff; z-index: 1; margin-bottom:-10px; border-radius: 5px;}
.testimonials-inner {margin-bottom:40px; background:url("../images/patterns/pattern10.png"); color:#fff; border-radius: 5px;}

.page-19 #wrap-container {background:#f3f2f0;}

/*end of testimonials*/

.page-20 #wrap-header,
.page-19 #wrap-header,
.page-18 #wrap-header,
.page-17 #wrap-header,
.page-16 #wrap-header,
.page-15 #wrap-header,
.page-14 #wrap-header,
.page-11 #wrap-header,
.page-10 #wrap-header,
.page-4 #wrap-header,
.page-3 #wrap-header,
.page-1 #wrap-header, 
.page-news #wrap-header, 
.page-26 #wrap-header, 
.page-blog #wrap-header, 
.page-gallerylist #wrap-header
{background: #333;}

.page-20 #wrap-menu,
.page-19 #wrap-menu,
.page-18 #wrap-menu,
.page-17 #wrap-menu,
.page-16 #wrap-menu,
.page-15 #wrap-menu,
.page-14 #wrap-menu,
.page-11 #wrap-menu,
.page-10 #wrap-menu,
.page-4 #wrap-menu,
.page-3 #wrap-menu,
.page-1 #wrap-menu, 
.page-news #wrap-menu, 
.page-gallerylist #wrap-menu
{background: #333;}

.paragraph.paragraph-text-holder.paragraph-62 .paragraph-title {padding: 0 0 0 0;}


/*Actu*/
.news-right-para {	
	float: left; color:#fff;
	overflow: hidden;
	background: url("../images/patterns/pattern10.png"); 
	background-repeat:repeat;
	background-position:left top;
	padding: 55px 55px;
	margin-left: -117px;
	position: relative;
	z-index: 3;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
	margin-top: 70px;
	font-size: 14px;
	line-height: 24px;
	height:364px;
	width:675px;
	}

.paragraph.paragraph-text-holder.paragraph-45 .paragraph-title {padding-bottom:15px;}
.news-right-para p {font-family:Lato; font-size:17px; font-weight:300;}

/*Info*/
.wrap-map #info .icon-facebook, 
.wrap-map #info .icon-instagram,
.wrap-map #info .btn
 {display:inline-block; vertical-align: middle;} 


/*========================================================================================
       Second Page - Qui suis je?
========================================================================================*/ 
 .bandeau-caption {
    overflow: hidden;
    position: relative;
}
 
 .bandeau-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}

.bandeau-caption .container-diapo {
    position: absolute;
    top: 45%;
	text-align:center;
	right:0;
	left:0;
}
 
 .bandeau-caption .container-diapo h2 {color: #fff;  text-shadow: 2px 2px 4px #000000; font-size:40px; width:100%; margin:0 auto; text-transform:none; max-width: 950px; margin-bottom:15px;}
 
 .texte-gauche {margin-top:30px;}
 .texte-gauche p {margin:20px 0;}
 
 .trois-links>div {text-align:center;}
 .trois-links .fa-facebook-official,  .trois-links .fa-instagram {font-size:50px;}
 .trois-links img {width:40px; height:40px;}
 .trois-links img:hover, 
.trois-links .fa-facebook-official:hover,
.trois-links .fa-instagram:hover  {opacity:0.5;}

 .trois-links .first-icon {position:relative;}
 .trois-links .first-icon:after {content:"Facebook";  position: absolute;  height:40px;  width:40px;  left: -55px; bottom: -50px; right: 0; margin: auto; color:#fff; font-size:20px; font-family: 'Arima Madurai';}
 .trois-links .first-icon:hover::after {opacity: 0.5;}
 
 .trois-links .second-icon {position:relative;}
 .trois-links .second-icon:after {content:"Téléphone";  position: absolute;  height:40px;  width:40px;  left: -55px; bottom: -50px; right: 0; margin: auto; color:#fff; font-size:20px; font-family: 'Arima Madurai';}
 .trois-links .second-icon:hover::after {opacity: 0.5;}

 .trois-links .third-icon {position:relative;}
 .trois-links .third-icon:after {content:"Instagram";  position: absolute;  height:40px;  width:40px;  left: -55px; bottom: -50px; right: 0; margin: auto; color:#fff; font-size:20px; font-family: 'Arima Madurai';}
 .trois-links .third-icon:hover::after {opacity: 0.5;} 
 
 .mixe1 img.mixe-img2 {margin-bottom: 30px;}

 .paragraph.paragraph-text-holder.paragraph-65 {padding:40px 0 60px;}
 
 
 /*========================================================================================
       Mes Service - Page 3
========================================================================================*/
 .texte-droite {margin-top:30px;}
 .texte-droite p {margin:20px 0;}
 .col-60 {width:60%;}
 .paragraph.paragraph-simple-holder.paragraph-67 .bandeau-caption .container-diapo h2 {font-size:40px;}
 .content-management .paragraph-69.paragraph-image-fond-holder .paragraph-container .table-cell-holder {padding:80px 0;}
 .parall-holder {text-align:left;}
 .parall-holder h2 {color:#fff; position:relative;  margin-bottom:15px; padding-bottom:15px;  }
 .parall-holder h2:after {position: absolute; background: #a9bba3; left: 0; top: 100%;content: "";  height: 1px; width: 60px; margin: auto; bottom: 0;}
.paragraph.paragraph-text-holder.paragraph-70 .columns-paragraph .description { padding: 20px 5px; background: #fff; text-align: left; height: 280px;  line-height: 22px;}
.paragraph.paragraph-text-holder.paragraph-70 .columns-paragraph {margin-top:60px;}
.paragraph.paragraph-text-holder.paragraph-70 .paragraph-title {padding-bottom:0;}
 .content-management .paragraph-71.paragraph-image-fond-holder .paragraph-container .table-cell-holder {padding:80px 0;}
 .parall-holder-1 {text-align:left; background:#fff; color:#333; padding:30px 20px;}
 .parall-holder-1 h2 {padding-bottom:15px; margin-bottom:15px; position:relative;}
 .parall-holder-1 h2:after {position: absolute; background: #a9bba3; left: 0; top: 100%;content: "";  height: 1px; width: 60px; margin: auto; bottom: 0;}

 
 
 /*========================================================================================
       Galerie Page
========================================================================================*/
 .breadcrumb {display:none;}
 .treeview li {background:#a9bba3; margin-bottom:15px;}
 .treeview li a {padding:10px 15px; font-family: 'Arima Madurai'; text-align: center;}
 .treeview .hitarea::after {display:none;}
 .treeview .hitarea::before {display:none; }
 .treeview .hitarea {left: 30px; top: 10px;}
 .category-menu h2 {display:none;}
 
 .treeview li a.active, 
 .treeview li a:hover {font-weight:bold; color:#333;}
 
 .thumbnail-photo {-webkit-box-shadow: 0px 3px 2px 1px rgba(70, 70, 70, 0.8);
-moz-box-shadow: 0px 3px 2px 1px rgba(70, 70, 70, 0.8);
box-shadow: 0px 3px 2px 1px rgba(70, 70, 70, 0.8);
}
 
.treeview .expandable-hitarea {background: url(../images/hitarea-arrow.png); width: 20px; height: 20px; display: block; background-size: 100%;}
.treeview .collapsable-hitarea {background: url(../images/hitarea-arrow.png); width: 20px; height: 20px; display: block; background-size: 100%;}

.treeview>li>ul>li {margin-bottom:0; padding: 5px 10px;}
.treeview>li>ul>li>a {padding: 0 10px;}


/*========================================================================================
       Tarifs Page
========================================================================================*/

.gallerylist-prestations {
    margin: 20px auto 0;
}

#sticky-menu-tab .category-short-title {
    text-align: center;
    padding: 15px 0 30px;
    background: #fff;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}


.page-15 .container-content {
    padding: 60px 15px 30px;
}

#sticky-menu-tab .category-short-title a.btn {
    margin: 3px;
}

#sticky-menu-tab .category-short-title:after,
#sticky-menu-tab .category-short-title:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#sticky-menu-tab .category-short-title:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

#sticky-menu-tab .category-short-title:before {
    border-color: rgba(209, 209, 209, 0);
    border-top-color: #d1d1d1;
    border-width: 11px;
    margin-left: -11px;
}

#sticky-menu-tab .category-short-title.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    top: 60px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.prices-section {
    width: 100%;
}

.anchor-title {
    text-align: center;
    margin-bottom: 33px;
	font-size:36px;
	font-family: 'Alex Brush';
	position:relative;
	position: relative;
	border-bottom: 2px dashed grey;
	padding-bottom: 33px;

}

.anchor-title::before {
    content: url("../images/lotus_img.jpg");
    position: absolute;
    height: 65px;
    width: 105px;
    left: 0;
    right: 0;
    margin: auto;
    top: 45px;
	display: none;
}



.product-title>span {
    font-size: 24px;
    text-align: center;
    display: block;
    color: #333;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: 700;
}

.product-title>span:after {
    display: block;
    content: "";
    background: url(../images/block-sep.png) no-repeat center center;
    height: 24px;
    margin: 15px 0;
}

.tarif-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: #a9bba3;
}

.table-head,
.wrap-details-menus {
    width: 100%;
    display: table;
}

.wrap-name-prestation {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #d1d1d1;
    padding-right: 95px;
}

.wrap-prices {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: -45px;
    margin-bottom: 0px;
}

.tarif-price {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.wrap-details-menus {
    margin-bottom: 18px;
    font-size: 129%;
}

.tarif-desc {
    text-align: justify;
    color: #333;
    font-size: 14px;
    display: block;
    padding: 5px 0 15px 0;
}

#tarif-courts {
    font-size: 150%;
    text-align: center;
    font-style: italic;
    margin-top: 16px;
}

#tarif-courts {
    font-size: 150%;
    text-align: center;
    font-style: italic;
    margin-top: 16px;
}


/*========================================================================================
       Contact-Page,  ML
========================================================================================*/

.paragraph.paragraph-text-holder.paragraph-49 {padding:40px 0;}
.paragraph.paragraph-text-holder.paragraph-2 {padding:60px 0 10px;}
.paragraph.paragraph-text-holder.paragraph-58 {padding:25px 0;}

.paragraph.paragraph-image-fond-holder.paragraph-51 h2 {color:#fff;}
.paragraph.paragraph-image-fond-holder.paragraph-51 .paragraph-title  {padding-bottom:0;}



/* modif 2018.10.04 */

.logospartnerslider {
    padding-left: 25%;
    position: relative;
}

.title-logos {
  position: absolute;
  left: 20%;
  top: 25px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Arima Madurai';
  color: #333;
}

.title-logos span {
/*  color: #a9bba3;     */
}

.partenaires {
    padding-top: 50px !important;
}

@media (max-width: 1400px) {
  .title-logos {
    left: 15%;
  }

}

@media (max-width: 1200px) {
  .title-logos {
    left: 15%;
    font-size: 25px;
  }

  .logospartnerslider {
    margin-bottom: 0;
  }

.wrap-slider li .slider-caption .slider-title {
  font-size: 50px !important;
}

}

@media (max-width: 1024px) {
  .title-logos {
    position: static;
    font-size: 36px;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .logospartnerslider {
    padding-left: 0;
    position: relative;
    margin-bottom: 0;
}

.wrap-slider li .slider-caption .slider-title {
  font-size: 30px !important;
}

}

@media (max-width: 768px) {
  .title-logos {
    font-size: 25px;
  }


}



/*========================================================================================
     Blog
========================================================================================*/

/*sidebar*/

.categories-block.right {
    float: right !important;
}

.article-promoted .bottom-wrap {
    border: 1px solid #a9bba3;
    padding: 10px 15px;
}

.wrap-article-recent  .blog-title ,
.article-promoted .blog-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.wrap-article-recent  .blog-title:after,
.article-promoted .blog-title:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #a9bba3;
    display: table;
    margin: 5px 0 0 0;
}

.article-promoted .blog-date {
    font-style: italic;
}

h4.fourth ,
.title-sidebar ,
.wrap-article-recent h4,
.article-promoted h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Arima Madurai';
    color: #a9bba3;
    text-transform: none;
    margin-bottom: 20px;
}

h4.fourth,
.title-sidebar {
    margin-bottom: 15px;
}

.wrap-article-recent {
    float: left;
    width: 100%;
    border-top: 1px solid #a9bba3;
    padding: 20px 0;
    margin-bottom: 20px;
}

.article-recent {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.article-recent .blog-date {
    float: none;
    margin: 0;
}


.article-promoted {
    padding-bottom: 10px;
}

.categories-block .category-menu {
    border-bottom: 1px solid #a9bba3;
}

.categories-block .category-menu li a {
    font-weight: 700;
}

.categories-block .category-menu li a:before {
   content: "\f105";
   font-family: 'FontAwesome';
   font-size: 18px;
   margin-right: 10px;
}

.categories-block .category-menu li ul li {
    margin-left: 15px;
}

.categories-block .category-menu li ul li a:before {
      content: "\f101";
   font-family: 'FontAwesome';
   font-size: 14px;
   margin-right: 7px;
}



/*end sidebar*/

.blog.well {
    margin-bottom: 30px;
}

#blog-list h3 a,
h3.blog-title {
        font-size: 30px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    color: #a9bba3;
}

#blog-list,
.categories-block,
#blog-list.details {
   margin-top: 30px;
}

 .blog-likes,
 .blog-category,
 .blog-date,
 .blog-author {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.photo-number {
    font-style: italic;
    color: #a9bba3;
    margin: 10px 0;
    display: block;
}


.blog-category .fa,
.blog-date .fa,
 .blog-author .fa  {
    margin-right: 10px;
}

.urls-wrap   {
    margin-bottom: 30px;
}
 .urls-wrap a {
    font-style: italic;
    display: block;
}

.like-counter  {
    font-style: italic;
}

.like-counter .fa.active {
	color: #a9bba3;
}


.social-sharing-holder > span {
    margin-bottom: 18px;
    display: block;
    font-style: italic;
}

.social-sharing-holder .fa {
    color: #333;
    font-size: 37px;
    margin-right: 10px;
}

.social-sharing-holder a:hover .fa {
    opacity: 0.7;
}





