/*========================================================================================
    * Filename:         style.css
    * Description:      Global styles
    * Version:          1.0 (2015-11-11)
========================================================================================*/
/*26, 157, 211*/
/*1A9DD3*/

/*========================================================================================
    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: 24px;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

html,
body,
input,
select,
textarea,
th,
td {
    font-family: 'Lato', Arial, sans-serif;
}

h1, #news-list .news-title-h1 h1 {
    font-size: 18px;
}

h2, #news-list .news-title-h1 h1 {
    font-size: 25px;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5,
h6 {
    font-size: 17px;
}

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;
}
svg * {
    fill: currentColor;
}
svg {
    max-width: 100%;
    max-height: 100%;
}
/*========================================================================================
        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;
    margin: 0 auto;
}

.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 {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.no-touch a:hover,
a:active,
a.visible-link,
#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,
.phone-email-holder .icon-phone:before,
.phone-email-holder .icon-email:before,
#newsletter #mandatory-email-Email:focus,
#mini-account a:hover,
#mini-account a span,
.list li:before,
.no-touch .menu li a:hover,
.menu li.active a,
.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,
#gallery-detail .best_price-holder,
.treeview li a.active,
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: #a17a2b;
}

.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: #a17a2b;
}

#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,
.thumbnail-promo,
.treeview .hitarea,
a.back-to-top {
    background-color: #a17a2b;
}

.no-touch a.visible-link:hover,
.no-touch .hebergement a:hover {
    text-decoration: underline;
}

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(255, 255, 255, 0.2);
    z-index: 1;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
}

a.hover-image:after {
    color: #ffffff;
    content: "+";
    font-weight: 100;
    font-size: 400%;
    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);
}

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: #333333;
}


/*========================================================================================
        1.3 Buttons, select, images, slider arrows
========================================================================================*/

a.btn, .btn, .slider-text a.btn {
    border: none;
    background: #a17a2b;
    color: #fff;
    display: inline-block;
    padding: 9px 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.no-touch a:hover.btn,
.no-touch .btn:hover {
    background: #010101;
    color: #ffffff;
}

.btn.btn-block {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}

.btn.btn-outline {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 15px 15px;
}

img.img-responsive {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: auto;
}

.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: 20px;
    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);
}

.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;
}

.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,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: transparent;
}

.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: "";
}


/*========================================================================================
    2. Forms and inputs
========================================================================================*/

.form-control {
    background-color: #f3d973;
    background-image: none;
    border: 1px solid #e8c64b;    
    color: #333;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 11px;
    width: 100%;
}

.form-control[disabled],
.form-control[readonly],
.form-control.disabled {
    cursor: not-allowed;
    
}

.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: 145px;
    resize: vertical;
}

.form1 .field .captcha-holder {
    position: relative;
}

.form1 .field .captcha1 {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #E5E5E5;
}

.form1 .field .captcha1.focused {
    border-style: solid;
    border-width: 1px;
}

.form1 .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;
    padding: 7px 15px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.min-height-box {
    min-height: 247px;
}


/*========================================================================================
    3. Header
========================================================================================*/
/* Main menu*/

#wrap-menu-sticky {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1002;
    background: #ffffff;
}

#wrap-menu-sticky.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
    border-bottom: none;
}

#wrap-menu {
    height: 52px;
}

#wrap-menu .top-menu {
    text-align: left;
}

#wrap-menu .top-menu>ul {
    line-height: 0;
    display: flex;
    justify-content: space-between;
}

#wrap-menu .top-menu>ul>li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

#wrap-menu .top-menu>ul>li>a {
    position: relative;
    color: #1d1d1d;
    display: block;
    line-height: 52px;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    /*overflow: hidden;*/
}
#wrap-menu .top-menu>ul>li>a:hover:after, #wrap-menu .top-menu>ul>li.active a:after {
    background: #1A9DD3;
    width: 100%;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: 9999;
}
#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>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.active>a>i,
.no-touch #wrap-menu .top-menu>ul>li>a:hover>i {
    bottom: 0;
}

/* The side navigation menu */

.sidenav .closebtn {
    display: none;
}

#wrap-menu .burger-menu {
    display: none;
}

/* Header Wrap Top */

#wrap-top .logo {
    padding: 30px 0;
}
#wrap-top .logo img {
    margin: 0;
}
.no-touch .logo:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.header-info {
    padding-top: 25px;
    font-size: 15px;
}
.phone-email-holder {
    display: flex;
    align-items: center;
}
.phone-email-holder li {
    float: left;
    margin-left: 20px;
}
.phone-email-holder .icon-phone:before {
    content: "\f10b";
    font-family: "FontAwesome";
    font-size: 28px;
    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: 20px;
    margin-right: 10px;
    width: auto;
    text-align: center;
    float: left;
    line-height: 20px;
}
.top_sitemap {
    position: relative;
    padding-left: 20px;
}
.top_sitemap:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    height: 40px;
    width: 1px;
    background: #cccccc;
}
.phone-email-holder .sitemap-link:before {
    content: "\f0e8";
    font-family: "FontAwesome";
    font-size: 20px;
    width: auto;
    text-align: center;
    float: left;
    line-height: 20px;
}

.no-touch .phone-email-holder .sitemap-link:hover:before {
    color: #1A9DD3;
}
#mini-account {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding-right: 15px;
}
#mini-account a {
    padding: 0 5px;
}
.top_contact, .top_social{
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.top_contact {
    align-items: flex-end;
}

li.top_social a {
    width: 24px;
    height: 24px;
    color:#333333;

    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: top;
}
li.top_social a .social-main {
    fill: currentcolor
}
li.top_social a .social-second {
    fill: rgba(0,0,0,0);
}
li.top_social a:hover .social-second {
    fill: #fff
}
li.top_social a:hover {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
li.top_social.facebook a:hover .social-main {
    fill: #3e5c9a
}
li.top_social.instagram a:hover .social-main {
    /*fill: #f19349;*/
}
li.top_social a, li.top_social a svg * {
    -webkit-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
}
li.top_social.tripadvisor a, li.top_social.tripadvisor a svg {
    width: 30px;
    height: 22px
}
li.top_social.tripadvisor a:hover .social-main {
    /*fill: #2fbe9d;*/
}
li.top_social:not(.facebook) a:hover .social-main { 
    fill: #333333;
    opacity: 0.7;
}
/*========================================================================================
    4. Header Modules
========================================================================================*/

/*========================================================================================
        4.1 Newsletter
========================================================================================*/

#newsletter {
    margin: 6px 0 0 0;
    float: right;
}
#newsletter .newsletter-btn {
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    border: none;
    color: #ffffff;
}
#newsletter .newsletter-btn:before {
    /*content: "\f0e0";*/
    content: "\f1d8";
    font-family: "FontAwesome";
    font-size: 18px;
}
.no-touch #newsletter .newsletter-btn:hover {
    background-color: #333333;
}
#newsletter #mandatory-email-Email {
    border-right: 0;
    min-width: 160px;
    color: #999999;
    max-width: 160px;
    display: inline;
}

/*Newsletter top btn*/
.phone-email-holder li.top_newsletter {
    position: relative;
    padding: 0 20px;
}
.phone-email-holder li.top_newsletter a{
    text-transform: none;
    font-size: 16px;
    padding: 4px 15px;
    position: relative;
}
.phone-email-holder li.top_newsletter a:before{
    content: "\f1d8";
    font-family: "FontAwesome";
    font-size: 15px;
    margin-right: 9px;
}
.phone-email-holder li.top_newsletter .nws-text{
    font-size: 13px;
    margin-bottom: 3px;
}
.phone-email-holder li.top_newsletter:after {
    content: '';
    height: 40px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 11px;
    background-color: #cccccc;
}
.phone-email-holder li.top_newsletter:before {
    content: '';
    height: 40px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 11px;
    background-color: #cccccc;
}

/*Newsletter popup*/
.jpopup #popup_message #newsletter {
    margin: 0 -25px;
    max-height: 360px;
    overflow: hidden;
    background-color: #333333;
    float: none;
}
#newsletter .yes-xs > * {
    max-width: 80%;
    margin: 0 auto;
}
#newsletter h2 {
    color: #fff;
    font-size: 20px;
    padding: 30px 0;
}
#newsletter h2 span {
    font-size: 15px;
    text-transform: none;
}
#newsletter .list {
    padding: 20px 0 0;
    text-align: left;
}
#newsletter .list li {
    color: #fff;
    font-size: 13px;
    padding: 0px 0 0px 20px;
}
#newsletter .list li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 9px;
    top: 1px;
}
.jpopup #popup_message #newsletter #mandatory-email-Email {
    min-width: initial;
    max-width: initial;
}
.jpopup #popup_message #newsletter .newsletter-btn{
    float: none;
    width: 100%;
    font-size: 17px;
}
.jpopup #popup_message #newsletter .newsletter-btn:before {
    margin-right: 10px;
}

#popup_container {
    width: 650px !important;
}
#popup_message {
    margin: 0;
}
.jpopup #popup_message {
    margin: 0
}
img.img-responsive1 {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: auto;
}
/*========================================================================================
        4.2 Home Slider
========================================================================================*/

.wrap-slider {
    overflow: hidden;
    background-color: #000000;
}
.wrap-slider li img {
    width: 100%;
    opacity: 0.65;
}

.wrap-slider li .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
}

.wrap-slider li .slider-title {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 45px;
}

.wrap-slider li .slider-button {
    margin: 50px 0 0;
    display: block;
    font-size: 20px;
}
 .slider-text a.btn {
    margin: 50px 0 0;
    font-size: 20px;
 }

.wrap-slider li .slider-text {
    display: block;
    padding-top: 30px;
    font-size: 30px;
    line-height: 1;
}

.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;
}

.wrap-slider .bx-controls-direction .bx-next::before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 45px;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 30px;
}

.wrap-slider .bx-controls-direction .bx-prev::before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 30px;
    left: 45px;
    position: absolute;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 30px;
}

.wrap-slider .bx-controls-direction .bx-prev:hover::before,
.wrap-slider .bx-controls-direction .bx-next:hover::before {
    border-width: 2px;
}


/*========================================================================================
    5. Content elements
========================================================================================*/

.wrap-h1 {
    background: #a17a2b ;
    padding: 25px 0;
    text-align: center;
}

.wrap-h1 {
    font-size: 20px;
}

.box {
    padding: 20px 30px;
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
}

.box h2 {
    margin-bottom: 20px;
}


/*========================================================================================
        5.1 Lists
========================================================================================*/

.list {
    padding: 0px 0 10px 0px;
}

.list li {
    padding: 5px 0 5px 23px;
    list-style-type: none;
    position: relative;
    /*display: table;*/
}

.list li:before {
    position: absolute;
    left: 0;
    top: 5px;
    /*content: "\f14a";*/
    content: "\f058";
    font-family: "FontAwesome";
    padding-right: 10px;
    /*display: table-cell;*/
}

.btns-list {
    margin: 15px 0;
}

.btns-list li {
    display: inline-block;
    margin: 10px;
}

.cols3{
    display: flex;
    flex-wrap: wrap;
}
.cols3 li{
    flex: 1 0 33%;
    box-sizing: border-box;
    padding:0 15px 0 20px;
}
.cols3.list li:before {
    top: 0;
}

/*========================================================================================
        5.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: 18px;
}

.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;
}

.no-touch .pagination a:hover {
    color: #ffffff;
}

.pagination-next a,
.pagination-prev a {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.pagination li.active * {
    color: #ffffff;
    font-weight: bold;
}

.pagination .disabled {
    background: #ffffff;
    color: #E5E5E5;
    border-color: #E5E5E5;
}


/*========================================================================================
        5.3 Breadcrumbs + tree sitemap + no results container "empty-bdd"
========================================================================================*/

.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;
}


/*========================================================================================
        5.4 Filters
========================================================================================*/

.filters {
    padding: 50px 0 0;
}

.single-select {
    float: none;
    margin: 0 auto;
}


/*========================================================================================
        5.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.6 Page loader - https://projects.lukehaas.me/css-loaders
========================================================================================*/

#loader-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: visible;
    position: absolute;
    background: #fff;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 0.8s infinite ease-in-out;
    animation: load7 0.8s infinite ease-in-out;
}

.loader {
    color: #1A9DD3;
    font-size: 10px;
    margin: auto;
    position: absolute;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/*========================================================================================
    6. Footer elements
========================================================================================*/

#wrap-footer .burger-menu-footer {
    display: none;
}

#wrap-footer {
    background: #333333;
    color: #ffffff;
}

#made-by a {
    display: inline-block;
    width: 60px;
    height: 15px;
    color: #ffffff;
}

#made-by a *{
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.no-touch #made-by a:hover {
    color:#1A9DD3;
}


/*========================================================================================
        6.1 Footer menu
========================================================================================*/

.menu .container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}
.menu .container:after{
    content: '';
    background-color: #ffffff;
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
}

.menu {
    text-align: center;
    background: #333333;
    position: relative;
    padding: 0;
}

.menu li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.menu li a {
    color: #ffffff;
    font-size: .9em;
}
.no-touch .menu li a:hover, .menu li.active a {
    color: #1A9DD3;
}

/*========================================================================================
        6.2 Google map
========================================================================================*/
#footer-holder {
  padding: 82px 0 67px;
  background: #333333;
  color: #ffffff;
  position: relative;
  clear: both;
}
a.logo-footer {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    max-width: 230px;
    color: #ffffff;
}
a.logo-footer:hover {
    /*opacity: 0.5;*/
}
#footer-content {
    display: flex;
    justify-content: space-between;
}
.footer-info-title, .footer-schedule-title, .footer-newsletter-title, .footer-sitemap-title, .footer-social-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
.footer-social-title{
    margin-top: 20px;
}
#footer-info .info-address {
    position: relative;
    padding: 0 0 10px 25px;
}
#footer-info .info-address::before {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
}
#footer-info a {
    color: #fff;
}

a.logo-footer:hover, .info-map a:hover, #footer-info a:hover {
    color: #1A9DD3;
}

#footer-info .info-tel {
    position: relative;
    padding: 0 0 10px 25px;
}
#footer-info .info-tel:before {
    content: "\f10b";
    font-family: "FontAwesome";
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 4px;
    top: 0;
}
#footer-info .info-mail {
    position: relative;
    padding: 0 0 10px 25px;
}
#footer-info .info-mail:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 1px;
}
/* footer-social */
.footer-social {
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.footer-social li {
    margin-right: 20px;
}
.footer-social li a {
    width: 24px;
    height: 24px;
    color:#ffffff;

    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: top;
}
.footer-social li a .social-main {
    fill: currentcolor
}
.footer-social li a .social-second {
    fill: rgba(0,0,0,0);
}
.footer-social li a:hover .social-second {
    fill: #fff
}
.footer-social li a:hover {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.footer-social li.facebook a:hover .social-main {
    fill: #3e5c9a
}
.footer-social li.instagram a:hover .social-main {
    /*fill: #f19349;*/
}
.footer-social li a, .footer-social li a svg * {
    -webkit-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
}
.footer-social li.tripadvisor a, .footer-social li.tripadvisor a svg {
    width: 30px;
    height: 22px
}
.footer-social li.tripadvisor a:hover .social-main {
    /*fill: #2fbe9d;*/
}
.footer-social li:not(.facebook) a:hover .social-main { 
    fill: #ffffff;
    opacity: 0.7;
}

/*footer-social END*/

#footer-newsletter #newsletter{
    float: left;
    margin-top: 40px;
    position: relative;
}
#footer-newsletter .footer-newsletter-text {
    margin: 0 0 20px;
    width: 100%;
    max-width: 242px;
}
#footer-newsletter #newsletter .newsletter-btn{
    background-color: #ffffff;
    color: #333333;
    width: 50px;
}
#footer-newsletter #newsletter .newsletter-btn:hover{
    color: #ffffff;
    background-color: #1A9DD3;
}
#footer-newsletter #newsletter #mandatory-email-Email {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #4e4e4e;
    min-width: 223px;
    max-width: 223px;
    display: inline;
    font-style: italic;
}
#footer-newsletter p{
    font-size: 15px;
}
#footer-newsletter #newsletter:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: -25px;
    right: 38px;
}
#footer-newsletter #newsletter:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: -26px;
    background: #fff;
}

.bottom-menu2 a{
    color: #ffffff;
    display: inline-block;
    margin-bottom: 2px;
}
.bottom-menu2 li{
    line-height: 20px;
}
.bottom-menu2 li:before {
    /*content: "\f10c";*/
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 9px;
    position: relative;
    top: -2px;
    left: 0;
    margin-right: 10px;
    color: #ffffff !important;
}
.bottom-menu2 li a:hover, .bottom-menu2 li.active a{
    color: #ffffff;
    text-decoration: underline;
}

/* map popup */

.info-map {
    padding: 0 0 10px 0;
}
.info-map a {
    font-weight: 700;
    padding: 0 0 10px 25px;
}
.wrap-map {
    position: relative;
    height: 100%;
    width: 100%
}
.wrap-map .map {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrap-map #info {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background-color: rgba(255,255,255,0.6);
    left: 0;
    top: 0;
    z-index: 10;
    color: #333333;
    padding: 20px 0;
    opacity: 1;
     -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    text-align: center;
    border: 5px solid #fff;
}
.wrap-map #info.show {
  opacity: 0;
   transition: 0.3s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
   z-index: 0;
}
.wrap-map .map iframe {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.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;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: 60px;
    z-index: 1000;
    color: #fff;
    line-height: 3;
}
.wrap-map.show-btn .return-to-coordinates{
  display: block;
}
.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 .return-to-coordinates:hover i {
    color: #fff;
}
.wrap-map.show-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
a.btn-voir:link, a.btn-voir:visited {
    color: #333333;
    font-size: 20px;
    padding: 28px 0 0;
    height: 110px;
    width: 250px;
    display: inline-block;
}
a.btn-voir:link i, a.btn-voir:visited i{
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
}
.no-touch a.btn-voir:hover, .no-touch a.btn-voir:active {
  color: #1A9DD3;
  opacity: 0.9;
}
/*map popup END*/

/*========================================================================================
    7 Modules
========================================================================================*/


/*========================================================================================
        7.1 News
========================================================================================*/


/*========================================================================================
            7.1.1 News homepage
========================================================================================*/

#news {
    clear: both;
    margin-top: 30px;
}

#news .news_content {
    padding: 30px;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
#news .news-title {
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .news-date {
    margin: 20px 0;
    display: inline-block;
}

#news .news-photo {
    float: left;
    padding-left: 0;
    margin: 0;
}
#news .col-50:last-child {
    padding-right: 0;
}

#news .news-text {
    text-align: justify;
    margin-bottom: 21px;
}

#news a.news-btn {
    display: block;
    font-weight: 700;
}
.news-btn.all-news {
    margin-top: 25px;
}
#news .news-counter {
    margin-top: 16px;
    padding: 0 25px;
    height: 25px;
    line-height: 1;
    display: none;
}

#news .bx-wrapper .bx-prev {
    right: 70px;
    left: auto;
    bottom: 10px;
    top: auto;
    margin: 0;
}

#news .bx-wrapper .bx-next {
    right: 50px;
    left: auto;
    bottom: 10px;
    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: 45px;
    line-height: 40px;
    display: none;
}

#news .bx-controls-direction .bx-next::before {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    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: 1px solid #333333;
    border-top: 1px solid #333333;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    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: #f98cad;
}
@media (min-width: 980px) and (max-width: 1200px) {
    #news .news-text {
        height: 70px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    #news .news_content {
        padding: 15px;
    }
     #news .news-date {
        margin: 10px 0;
    }
    .news-btn.all-news {
        margin-top: 8px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
   #news .news-text {
        height: 25px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    #news .news_content {
        padding: 15px;
    }
    #news .news-date {
        margin: 10px 0;
    }
    .news-btn.all-news {
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    #news .news-photo {
        margin: 0 0 15px 0;
        padding: 0;
    }
    #news .col-50:last-child{
        padding: 0;
    }
    #news .news-btn {margin-top: 0px;}
    #news .news-counter { margin-top: 5px;}
    #news .bx-controls-direction .bx-prev::before,
    #news .bx-controls-direction .bx-next::before {
        top: 11px;
    }
}
/*========================================================================================
            7.1.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-h1 h1, #news-list .news-title-h1 h2 {
    text-transform: none;
}

#news-list .news-title h2 {
    text-transform: none;
    margin: 10px 0;
}

#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;
}


/*========================================================================================
        7.2 Content management
========================================================================================*/

.content-management .paragraph {
    padding: 40px 0;
}
.content-management .paragraph.small_padds {
    padding: 40px 0;
}
.content-management .paragraph-title {
    padding: 0 0 30px 0;
}

.content-management .paragraph-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.content-management .paragraph-text {
    text-align: justify;
    padding: 0;
    font-size: 16px;
}

.content-management .paragraph-text p{
    margin-bottom: 10px;
}
.content-management .paragraph-text p:last-child{
    margin-bottom: 0;
}

.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-content-holder,
.paragraph.paragraph-images-right-holder .paragraph-content-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.paragraph.paragraph-images-left-holder .paragraph-images {
    margin: 0 0 30px 0;
}

.paragraph.paragraph-images-right-holder .paragraph-images {
    margin: 0 0 30px 0;
}

.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.2);
}

.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-simple-holder {
    padding: 0;
}

.content-management .paragraph-images-holder {
    padding-bottom: 0;
}

.content-management .paragraph-images-holder ul li {
    width: 20%;
    float: left;
}


/* top banner */

.content-management .paragraph-image-fond-holder.top_banner .paragraph-container {
    background-attachment: scroll !important;
}
.content-management .paragraph.top_banner .paragraph-container .table-cell-holder {
    padding: 200px 0;
}
.content-management .top_banner .paragraph-title {
    padding: 0 0 15px 0;
}
.content-management .top_banner .paragraph-title h2{
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: uppercase;
    background: transparent;
    font-style: normal;
}
.content-management .paragraph.top_banner .paragraph-text {
    font-size: 20px;
}
.content-management .paragraph.top_banner .paragraph-text a.btn{
    font-size: 16px;
}
.img-signature{
    position:absolute ;
    width:107px;
     
}


/*========================================================================================
        7.3 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;
}


/*========================================================================================
        7.4 User
========================================================================================*/

#account-home-nav {
    overflow: hidden;
    border: none;
    margin-bottom: -1px !important;
    z-index: 99;
}

#recover-pass {
    display: none;
}


/*========================================================================================
        7.5 Partenaires
========================================================================================*/

.partenaires {
    padding-top: 25px !important;
}
.content-management .paragraph.partenaires .paragraph-title h2 {
    padding-top: 72px;
    background: transparent;
    text-align: center;
}
.content-management .partenaires .paragraph-text{
    display: none !important;
}
.logospartnerslider {
    display: block;
    margin: 0 auto 50px auto;
}
.logospartnerslider .bx-wrapper li {
    height: 121px;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.logospartnerslider .bx-wrapper li a,
.logospartnerslider .bx-wrapper li span {
    width: 100%;
    height: 121px;
    position: relative;
    overflow: hidden;
    border: solid 1px #e7e7e7;
    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: #1A9DD3;}
.logospartnerslider .bx-wrapper .bx-controls-direction a:hover {color: #fff;background: #333;}*/
.logospartnerslider .bx-wrapper .bx-controls-direction a{
    height: 30px;
    line-height: 30px;
    width: 25px;
    margin-top: -10px;
}
.logospartnerslider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -30px;
}
.logospartnerslider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -30px;
}
.logospartnerslider .bx-controls-direction .bx-next::before {
    border-bottom: 5px solid #999999;
    border-right: 5px solid #999999;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 5px;
    top: 4px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}
.logospartnerslider .bx-controls-direction .bx-prev::before {
    border-left: 5px solid #999999;
    border-top: 5px solid #999999;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 5px;
    top: 4px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}
.logospartnerslider .bx-controls-direction .bx-prev:hover::before,
.logospartnerslider .bx-controls-direction .bx-next:hover::before {
    border-color: #1A9DD3;
    /*border-width: 2px;*/
}

/* hide if partenaires title at left*/
.content-management .partenaires .container > div {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
}
/* partenaires title at left*/
/*.partenaires .paragraph-title {
    width: 30%;
    float: left;
}
.logospartnerslider {
    width: 70%;
    float: left;
    display: block;
    margin: 20px auto 50px auto;
}*/

/*========================================================================================
        7.6 Catalog
========================================================================================*/


/* Start category_tree */

#category_tree ul li {
    position: relative;
}

#category_tree ul li:before {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 10px;
    left: -15px;
    top: 5px;
}

.category-menu {
    margin-bottom: 15px;
}


/* End category_tree */

.thumbnails .thumbnail {
    text-align: center;
    margin-bottom: 30px;
}

.thumbnails .thumbnail-holder {
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    background: #ffffff;
    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 {
    padding: 0 15px 10px;
}

.thumbnails .thumbnail-date {
    clear: both;
    font-style: italic;
    font-size: 14px;
    height: 19px;
}

.thumbnails .thumbnail-text {
    clear: both;
    padding: 0 15px 15px;
    font-size: 14px;
    height: 30px;
}

.thumbnails .thumbnail-photo {
    margin: 0px 0px 15px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 268px;
}

.thumbnails .thumbnail-photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}

.thumbnails .thumbnail-prices {
    padding: 0 0 15px 0;
    height: 40px;
}

.thumbnails .thumbnail .price-holder,
.thumbnails .thumbnail .best_price-holder {
    display: inline-block;
    padding: 0px 5px;
    font-size: 18px;
    font-weight: bold;
}

.thumbnails .thumbnail .price-holder.old {
    display: inline-block;
    font-size: 14px;
}

.thumbnails .thumbnail .price-holder.old .price {
    text-decoration: line-through;
    font-weight: normal;
}

#gallery-detail {
    margin-bottom: 30px;
}

#gallery-detail .gallery-title {
    margin: 0 0 15px 0;
}

#gallery-detail .gallery-title-h1 {
    margin: 0 0 20px 0;
    padding: 5px 0px 10px;
    border-bottom: 1px solid #ececec;
}

#gallery-detail .gallery-title-h1 .gallery-date {
    font-style: italic;
}

#gallery-detail .gallery-text {
    margin-bottom: 20px;
    margin-top: 10px;
}

#gallery-detail .wrap-period {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0;
}

#gallery-detail .wrap-period span {
    font-weight: bold;
}

#gallery-detail .cats-list li {
    display: inline;
    margin-right: 10px;
}

#gallery-detail .cats-list li:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
}

#gallery-detail .price-holder,
#gallery-detail .best_price-holder,
#gallery-detail .reduced_price-holder {
    display: inline-block;
    padding: 0px 5px;
    font-size: 18px;
    font-weight: bold;
}

#gallery-detail .price-holder.old {
    display: inline-block;
    font-size: 13px;
}

#gallery-detail .price-holder.old .price {
    text-decoration: line-through;
    font-weight: normal;
}

#gallery-detail .gallery-thumbnails-holder {
    margin: 10px auto;
    max-width: 85%;
}

#gallery-detail .gallery-thumbnails-holder li {
    max-height: 90px;
    background: #ffffff;
    text-align: center;
    width: 88px!important;
}

#gallery-detail .gallery-thumbnails-holder li a {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 88px;
    display: block;
}

#gallery-detail .gallery-thumbnails-holder li a,
#gallery-detail .gallery-thumbnails-holder li span {
    height: 88px;
}

#gallery-detail .gallery-thumbnails-holder li img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

#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;
}


/* FILTER & SEARCH */

.filter-promo {
    font-size: 16px;
    color: #003480;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.filter-search input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    color: #003480;
    font-size: 16px;
}

.filter-search {
    position: relative;
    margin-bottom: 15px;
}

.filter-search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    border: none;
    background: none;
}

.filter-search button:hover {
    opacity: 0.5;
}

.filter-search input::placeholder {
    color: #003480
}


/*========================================================================================
            7.6.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;
}


/*========================================================================================
        7.7 Photogallery
========================================================================================*/


/*Start category menu*/

.category .top-menu {
    text-align: left;
}

.category .top-menu>ul {
    line-height: 0;
}

.category .top-menu>ul>li {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 5px;
}

.category .top-menu>ul>li>a {
    position: relative;
    color: #ffffff;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    background: transparent;
    border: 1px solid #1A9DD3;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 25px;
    background: #1A9DD3;
}

.category .top-menu>ul>li>ul {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.3);
    border: 1px solid #898989;
    border-top-color: #ccc;
    border-top-width: 1px;
    display: none;
    position: absolute;
    top: 95%;
    width: 100%;
    left: 0;
    z-index: 1001;
}

.category .top-menu>ul>li.is-parent>a::after {
    font-family: "FontAwesome";
    content: "\f0dd";
    display: block;
    position: absolute;
    right: 11px;
    top: -2px;
    bottom: 0;
}

.category .top-menu>ul>li>ul.visible {
    display: block;
}

.category .top-menu>ul>li>a:hover,
.category .top-menu>ul>li.active>a {
    background: #333333;
    border: 1px solid #333333;
    color: #fff !important;
}

.category .top-menu>ul>li:first-child {
    padding-left: 0;
}

.category .top-menu>ul>li:last-child {
    padding-right: 0;
}

.category .top-menu>ul>li>ul>li {
    display: block;
}

.category .top-menu>ul>li>ul>li>a {
    border-bottom: 1px solid #333333;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    background: rgba(26, 157, 211, 0.7);
    width: auto;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.category .top-menu>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.category .top-menu>ul>li>ul>li.active>a,
.no-touch .category .top-menu>ul>li>ul>li>a:hover {
    background: #333333;
    color: #ffffff;
}

.category .burger-chevron {
    display: none;
}


/*End category menu*/

.hover-content:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hover-content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
}

.gallery-caption {
    font-size: 17px;
    text-transform: none !important;
    line-height: 30px;
    padding: 15px 15px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    /*! transform: translateZ(0); */
    -webkit-transition: all 0.3s;
    /*! transition: all 0.3s; */
}


/* Chrome, Safari, Opera */

@-webkit-keyframes hover2 {
    from {
        opacity: 0;
        transform: translatey(-100%);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}


/* Standard syntax */

@keyframes hover2 {
    from {
        opacity: 0;
        transform: translatey(-100%);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}

.galerie-photo:hover .hover-content .gallery-caption,
.gallery-grid .gallery-photo:hover .hover-content .gallery-caption {
    -webkit-animation-name: hover2;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s;
    /* Chrome, Safari, Opera */
    animation-name: hover2;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}


/*Photogallery - only for grid template*/

.container-content.gallery {
    max-width: 800px;
}

.images-holder .container {
    padding-top: 34px;
    /*width: 1700px;*/
    padding-bottom: 30px;
}

.images-holder .gallery-grid li {
    margin-bottom: 30px;
}


/*Photogallery - only for bx-slider template*/

.wrap-galerie-photo {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.wrap-galerie-photo .galerie-photo .gallery-photo {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}

.wrap-galerie-photo .bx-wrapper img {
    display: inline-block;
}

.galerie-photo-thumbs {
    margin-bottom: 20px;
    margin-top: -2px;
    background: #333333;
}

.galerie-photo-thumbs .gallery-photo img {
    width: 120px;
    height: 120px;
    float: left;
}

.galerie-photo-thumbs li {
    position: relative;
}

.galerie-photo-thumbs li a {
    display: block;
    float: left;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    opacity: 0.5;
}

.galerie-photo-thumbs li.active a {
    opacity: 1;
}

.galerie-photo-thumbs .bx-wrapper a:hover img {
    opacity: 0.8;
}

.galerie-photo-thumbs .bx-viewport {
    display: table;
    background: #000000;
}

.galerie-photo-thumbs .bx-wrapper .bx-controls-direction a,
.galerie-photo .bx-wrapper .bx-controls-direction a {
    color: #ffffff;
}

.galerie-photo-thumbs .bx-wrapper .bx-controls-direction a:hover,
.galerie-photo .bx-wrapper .bx-controls-direction a:hover {
    color: #1A9DD3;
}

.galerie-photo-thumbs .bx-wrapper .bx-controls-direction a:hover:before,
.galerie-photo-thumbs .bx-wrapper .bx-controls-direction a:hover:after,
.galerie-photo .bx-wrapper .bx-controls-direction a:hover:before,
.galerie-photo .bx-wrapper .bx-controls-direction a:hover:after {
    border-color: #1A9DD3;
}

.galerie-photo-thumbs .bx-controls-direction .bx-next::before {
    border-bottom: 1px solid #fff;
    border-bottom-width: 1px;
    border-right: 1px solid #fff;
    border-right-width: 1px;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 40%;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 15px;
}

.galerie-photo-thumbs .bx-controls-direction .bx-prev::before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 15px;
    left: 20px;
    position: absolute;
    top: 40%;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 15px;
}

.galerie-photo .bx-controls-direction .bx-next::before {
    border-bottom: 1px solid #fff;
    border-bottom-width: 1px;
    border-right: 1px solid #fff;
    border-right-width: 1px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 41px;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 30px;
}

.galerie-photo .bx-controls-direction .bx-prev::before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 30px;
    left: 45px;
    position: absolute;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 30px;
}


/*========================================================================================
   8. GDPR
========================================================================================*/

.gdpr-table td,
.gdpr-table th {
    padding: 10px;
}

.gdpr-table th {
    background: #eeeeee;
    border-bottom: 1px solid #eee;
}

.gdpr-table tr {
    border-bottom: 1px solid #eee;
}

.form-gdpr {
    background: #eeeeee;
    padding: 40px 30px 30px;
    margin-top: 0;
    max-width: 600px;
    margin: 0 auto;
}

.page-27 .wrap-request-form {
    padding-top: 0;
}


/*========================================================================================
   9. Form User Info Reset
========================================================================================*/

.buttons-reset {
    padding: 0 15px;
    margin: 25px 0;
}

.buttons-reset #edit {
    margin: 0 10px;
}

.buttons-reset span:before {
    margin-right: 5px;
}

#user-reset #title-container {
    margin-bottom: 10px;
    display: flex;
}

#user-reset #title-container label {
    font-style: normal;
    font-size: 100%;
    line-height: 1.4;
}

#user-reset .col-75 {
    float: none;
    margin: 0 auto;
}

#user-reset .buttons-reset {
    text-align: center;
}

#user-reset #title-container .col-66 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #E5E5E5;
    color: #333;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 11px;
}

#user-reset label {
    padding-top: 7px;
    padding-bottom: 7px;
}


/*========================================================================================
  Cookies
========================================================================================*/

#cookies {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 18px;
    color: #333;
    position: relative;
    text-align: left;
    position: fixed;
    bottom: 20px;
    right: 25px;
    max-width: 450px;
    z-index: 99;
    font-size: 16px;
}

#cookies a {
    color: #333;
    margin-right: 15px;
}

#cookies h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#cookies a:hover {
    text-decoration: underline;
}

#cookies>a {
    position: absolute;
    right: 100px;
    bottom: 19px;
}

.wrap-cookies {
    padding: 20px;
    float: left;
    -webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.2);
    box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.2);
}

.wrap-cookies .text {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.legal_txt .cotmpl {
    color: #1A9DD3;
}

.choose-wrap {
    padding: 15px;
    background: #fff;
    color: #4c4c4e;
    border-top: 3px solid #1A9DD3;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.2);
    box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.2);
    margin: 10px 0 30px 0;
}

.choose-wrap p {
    display: inline-block;
    margin-right: 20px;
}

.choose-wrap .btn {
    margin: 5px;
    border: solid 1px #1A9DD3;
    background: none;
    color: #333;
}

.choose-wrap .btn-stop {
    background: #1A9DD3;
    color: #fff;
}

.choose-wrap .btn:hover {
    color: #333;
}


/*========================================================================================
  Page GESTION DES COOKIES
========================================================================================*/

.legal_infos {
    padding: 15px;
    background: #fff;
    color: #4c4c4e;
    border-top: 3px solid #1A9DD3;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.2);
    box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.2);
    margin: 10px 0 30px 0;
}

.legal_infos_group:nth-child(n+2) {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.legal_infos_group_name+* {
    margin-top: 10px !important;
}

.legal_infos_group_name {
    color: #333;
    font-weight: 700;
}

.legal_infos_item>* {
    font-size: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.legal_infos_item>*:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #1A9DD3;
    font-size: 16px;
}

.legal_infos_item {
    margin-top: 20px;
}

.cookies_browser_names {
    float: left;
    width: 23%;
}

.cookies_browser {
    float: left;
    width: 100%;
    margin: 25px 0;
}

.cookies_browser_names a.active {
    background: #fff;
    color: #1A9DD3;
}

.cookies_browser_names a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 10px 0 10px;
    height: 40px;
    font-size: .8125rem;
    font-weight: 400;
    text-transform: uppercase;
}

.cookies_browser_names a span {
    width: 100%;
}

.cookies_browser_names a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #666;
    font-size: 19px;
}

.cookies_browser_contents {
    width: 77%;
    float: left;
    min-height: 200px;
    padding: 15px;
    margin-right: 0;
    background: #fff;
    color: #333;
    border-top: 3px solid #1A9DD3;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.2);
    box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.2);
}

.cookies_browser_contents>div:not(.active) {
    display: none;
}

/*========================================================================================
  Page MENTION LEGALES sidebar
========================================================================================*/
.wrap-content-ml .container {
  width: 100%;
}
.sidebar-page-ml ul {
   margin-top: 50px;
   padding-left: 15px;
}
.sidebar-page-ml ul li  {
    padding: 3px 0;
    display: table;
}
.sidebar-page-ml ul li a {
    font-size: 18px;
}
.sidebar-page-ml ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    margin-right: 10px;
    font-size: 10px;
    position: relative;
    top: -4px;
    padding-right: 10px;
    display: table-cell;
}
.sidebar-page-ml.sticky {
    position: fixed;
    top: 70px;
}
.wrap-content-ml {
  float: right;
}
.bg-wrap-page {
  background: #f7f6f6;
}
.sidebar-page-ml ul li  a:hover ,
.sidebar-page-ml ul li.active  a {
    color: #1A9DD3;
}

/*========================================================================================
  Page CONDITIONS GENERALES D'UTILISATION  +  Page CONDITIONS GENERALES D'UTILISATION
========================================================================================*/

.paragraph-84 .legal_txt h2,
.mentions_credits h2,
.legal_txt h3 {
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.paragraph-84 .legal_txt h2 {
    font-size: 36px !important;
    margin-bottom: 30px;
}

.mentions_credits_developpement h3,
.mentions_credits h3 {
    font-weight: 700;
    color: #1A9DD3;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

.legal_txt p {
    margin: 10px 0;
    text-align: left;
}

.mentions_credits_developpement a,
.legal_txt a {
    text-decoration: underline;
    color: #1A9DD3
}

.mentions_credits_developpement a:hover,
.legal_txt a:hover {
    color: #222 !important;
}

/*========================================================================================
        Galerie photos Filters
========================================================================================*/
/* The container must be positioned relative: */
.photo-filters .custom-select {
    position: relative;
}
.photo-filters .custom-select select {
    display: none;
    /*hide original SELECT element: */
}
.photo-filters .select-selected {
    background-color: #ffffff;
    border: 1px solid #ebebeb !important;
}
/* Style the arrow inside the select element: */
.photo-filters .select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333333 transparent transparent transparent;
}
/* Point the arrow upwards when the select box is open (active): */
.photo-filters .select-selected.select-arrow-active:after {
    border-color: transparent transparent #333333 transparent;
    top: 12px;
}
.photo-filters .select-selected.select-arrow-active:hover:after {
  border-color: transparent transparent #ffffff transparent;
  top: 12px;
}
/* style the items (options), including the selected item: */
.photo-filters .select-items div,
.select-selected {
    color: #333333;
    padding: 8px 16px;
    border: 1px solid #ebebeb;
    border-color: transparent #ebebeb #ebebeb;
    cursor: pointer;
}
/* Style items (options): */
.photo-filters .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/* Hide the items when the select box is closed: */
.photo-filters .select-hide {
    display: none;
}
.photo-filters .select-items div:hover,
.photo-filters .same-as-selected,
.photo-filters .select-selected:hover,
.photo-filters .active .select-selected {
    background-color: #1A9DD3;
    color: #ffffff !important;
}
.photo-filters .select-items div:hover::after,
.photo-filters .same-as-selected::after,
.photo-filters .select-selected:hover::after,
.photo-filters .active .select-selected::after {
    border-color: #ffffff transparent transparent transparent;
}

/*========================================================================================
        Avis
========================================================================================*/

.bg-form-avis #contact h3,
.bg-form-avis #contact p,
#contact h3,
#contact h4 {
    padding: 0 15px;
}

.bg-form-avis #contact h3,
#contact h3,
#contact h4 {
    margin: 0 0 30px;
}

.bg-form-avis .form1 .field textarea.form-control {
    height: 124px;
}

div.star-rating-hover,
div.star-rating-on {
    color: #1A9DD3;
}

.testimonial-details h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.testimonial-details .testimonials-holder {
    padding: 0px;
    width: 100%
}

.testimonial-details .testimonials-inner {
    border: dotted 1px #1A9DD3;
    padding: 15px;
    margin-bottom: 20px;
}

.testimonial-details .testimonial-date {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 15px;
}

.testimonial-details .testimonial-rating {
    margin-bottom: 10px;
}

.testimonial-comment {
    position: relative;
    font-style: italic;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 18px;
    width: -moz-fit-content !important;
}

.testimonial-comment:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 20px;
    left: 0px;
    top: 0px;
}

.testimonial-comment:after {
    position: absolute;
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 20px;
    right: 0px;
    bottom: -10px;
}

.testimonial-names {
    font-weight: 700;
    color: #1A9DD3;
}

div.star-rating-readonly {
    pointer-events: none;
}

/*========================================================================================
   10. Tarifs
========================================================================================*/

.product-wrap {
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.wrap-prestations {
     padding: 40px 0;
     background-color:#f1f1f1;
}

.gallerylist-prestations.clearfix.container {
    display: flex;
    justify-content: center;
}

.wrap-prestations h2 {
    text-align: center;
    /*color: #ffffff;*/
    font-weight: bold;
    margin-bottom: 30px;
}

.product-title {
    font-weight: 700;
    width: 50%;
    font-size: 18px;
    color: #1A9DD3;
    display: inline-block;
}
.tarif-title {
    font-weight: bold;
    margin-bottom: 5px;
    clear: both;
    padding: 0;
}

.tarif-title.a-la-carte {
    font-size: 30px;
    text-align: center;
}

.tab-category .btn:first-child {
    margin-right: 30px;
}

.tab-category .btn.active {
    background: #333333;
}

.subtitle-tarif {
    font-size: 36px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.tarif-title1 {
    font-size: 17px;
    font-weight:700;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
}

.cstm2-img-holder {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.cstm2-img-holder2 {
    margin-right: 20px;
}

.fait-maison {
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: 0.8;
}

.fait-maison2 {
    text-align: right;
    margin-right: 20px;
}

.fait-maison3 {
    margin-bottom: 15px;
}

.move-head {
    float: left;
}

.wrap-prices1 {
    font-size: 20px;
    font-weight: bold;
}

.wrap-prices {
    margin-left: 20px;
}


.titles-menus {
    text-align: center;
}

.title-menu1, .title-menu2, .title-menu3 {
    font-size: 17px;
    font-weight:700;
    margin-bottom: 30px;
}
.tarif-price, .tarif-desc, .cart_price {
    font-size: 17px;
    font-weight: 700;
    width: 20%;
    display: inline-block;
}
.tarif-price span {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
}
.title-text,
.titles-menus {
    margin-bottom: 30px;
}

.main-holder {
    display: flex;
    flex-wrap: wrap;
}
.wrap-details-menus {
    margin: 10px 0 0 20px;
    padding-left: 20px;
    clear: both;
    position: relative;
}
.wrap-details-menus:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f111";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 9px;

}


/*========================================================================================
        Vehicles Filters
========================================================================================*/
.vehicleS-filters .custom-select {
    position: relative;
}
.vehicleS-filters .custom-select select {
    display: none;
}
.vehicleS-filters .select-selected {
    background-color: #ffffff;
    border: 1px solid #ebebeb !important;
}
.vehicleS-filters .select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333333 transparent transparent transparent;
}
.vehicleS-filters .select-selected.select-arrow-active:after {
    border-color: transparent transparent #333333 transparent;
    top: 12px;
}
.vehicleS-filters .select-selected.select-arrow-active:hover:after {
  border-color: transparent transparent #ffffff transparent;
  top: 12px;
}
.vehicleS-filters .select-items div, .select-selected {
    color: #333333;
    padding: 8px 16px;
    border: 1px solid #ebebeb;
    border-color: transparent #ebebeb #ebebeb;
    cursor: pointer;
}
.vehicleS-filters .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.vehicleS-filters .select-hide {
    display: none;
}
.vehicleS-filters .select-items div:hover, .vehicleS-filters .same-as-selected, .vehicleS-filters .select-selected:hover, .vehicleS-filters .active .select-selected {
    background-color: #1A9DD3;
    color: #ffffff !important;
}
.vehicleS-filters .select-items div:hover::after, .vehicleS-filters .same-as-selected::after, .vehicleS-filters .select-selected:hover::after, .vehicleS-filters .active .select-selected::after {
    border-color: #ffffff transparent transparent transparent;
}



/* Flex paragraph Start */
/*imgs-top3*/

.ph_images_flow .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ph_images_flow .just_center {
    -webkit-box-pack: center;
    justify-content: center;
}
.ph_images_flow .paragraph-images_box {
    position: relative;
}

.ph_images_flow .paragraph-images_box a{
    position: absolute;
}
.ph_images_flow .paragraph-images_box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ph_images_flow .paragraph-text{
    padding: 15px;
}

/*1 image block*/
/*.ph_images_flow  .imgs-box1 {*/
/*.ph_images_flow  .imgs-box {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}*/
.ph_images_flow .imgs-box1 a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*2 images horizontal*/

.ph_images_flow .imgs-hor2 a:nth-child(1) {
    top: 0;
    left: 0;
}
.ph_images_flow .imgs-hor2 a:nth-child(2) {
    bottom: 0;
    left: 0;
}
.ph_images_flow .imgs-hor2 a{
    position: absolute;
    width: 100%;
    height: calc(50% - 15px);
}
/*2 images vertical*/
.ph_images_flow .imgs-ver2 {
/*    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;*/
}
.ph_images_flow .imgs-ver2 a:nth-child(1) {
    top: 0;
    left: 0;
}
.ph_images_flow .imgs-ver2 a:nth-child(2) {
    top: 0;
    right: 0;
}
.ph_images_flow .imgs-ver2 a {
    position: absolute;
    height: 100%;
    width: calc(50% - 15px);
}

/*3 images Top*/
.ph_images_flow .imgs-top3 {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.ph_images_flow .imgs-top3 a:nth-child(1), .ph_images_flow .imgs-top3 a:nth-child(2) {
    width: calc(50% - 15px);
    height: calc(50% - 15px);
}
.ph_images_flow .imgs-top3 a:nth-child(1) {
    bottom: 0;
    left: 0;
}
.ph_images_flow .imgs-top3 a:nth-child(2) {
    right: 0;
    bottom: 0;
}
.ph_images_flow .imgs-top3 a:nth-child(3) {
    height: calc(50% - 15px);
    top: 0;
    left: 0;
    width: 100%;
}


/*3 images Bottom*/
.ph_images_flow .imgs-bottom3 {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.ph_images_flow .imgs-bottom3 a:nth-child(1), .ph_images_flow .imgs-bottom3 a:nth-child(2) {
    width: calc(50% - 15px);
    height: calc(50% - 15px);
}
.ph_images_flow .imgs-bottom3 a:nth-child(1) {
    top: 0;
    left: 0;
}
.ph_images_flow .imgs-bottom3 a:nth-child(2) {
    top: 0;
    right: 0;
}
.ph_images_flow .imgs-bottom3 a:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(50% - 15px);
}

/*3 images left*/
.ph_images_flow .imgs-left3 {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.ph_images_flow .imgs-left3 a:nth-child(1), .ph_images_flow .imgs-left3 a:nth-child(2) {
    width: calc(50% - 15px);
    height: calc(50% - 15px);
}
.ph_images_flow .imgs-left3 a:nth-child(1) {
    top: 0;
    right: 0;
}
.ph_images_flow .imgs-left3 a:nth-child(2) {
    bottom: 0;
    right: 0;
}
.ph_images_flow .imgs-left3 a:nth-child(3) {
    width: calc(50% - 15px);
}
.ph_images_flow .imgs-left3 a:nth-child(3) {
    top: 0;
    left: 0;
    height: 100%;
}

/*3 images right*/
.ph_images_flow .imgs-right3 {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.ph_images_flow .imgs-right3 a:nth-child(1), .ph_images_flow .imgs-right3 a:nth-child(2) {
    width: calc(50% - 15px);
    height: calc(50% - 15px);
}
.ph_images_flow .imgs-right3 a:nth-child(1) {
    top: 0;
    left: 0;
}
.ph_images_flow .imgs-right3 a:nth-child(2) {
    bottom: 0;
    left: 0;
}
.ph_images_flow .imgs-right3 a:nth-child(3) {
    width: calc(50% - 15px);
    top: 0;
    right: 0;
    height: 100%;
}
/*4 images block*/
.ph_images_flow .imgs-box4 {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.ph_images_flow .imgs-box4 a:nth-child(1) {
    top: 0;
    left: 0;
}
.ph_images_flow .imgs-box4 a:nth-child(2) {
    top: 0;
    right: 0;
}
.ph_images_flow .imgs-box4 a:nth-child(3) {
    bottom: 0;
    left: 0;
}
.ph_images_flow .imgs-box4 a:nth-child(4) {
    bottom: 0;
    right: 0;
}
.ph_images_flow .imgs-box4 a {
    position: absolute;
    width: calc(50% - 15px);
    height: calc(50% - 15px);
}


#simples_reverse .imgs-1 {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

@media (min-width: 980px) {
    .ph_images_flow .paragraph-images_box {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .ph_images_flow .imgs-box {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }    
    .ph_images_flow .gall_imgs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

}
@media (max-width: 979px) {
    .ph_images_flow .paragraph-text{
        order:1;
    }
    .ph_images_flow .paragraph-images_box{
        max-width: 66%;
        order: 2;
    }
    .ph_images_flow .imgs-box.imgs-box1 a, .ph_images_flow .paragraph-images_box .imgs-box.imgs-box1 img{    
        position: static;
    }
    .ph_images_flow .gall_imgs {
        position: relative;
    }

    .ph_images_flow .imgs-hor2{
        padding-top: 100%;
    }
    .ph_images_flow .imgs-hor2 a {
        height: calc(50% - 10px);
    }

    .ph_images_flow .imgs-ver2 a {
        position: absolute;
        width: calc(50% - 10px);
    }
    .ph_images_flow .imgs-ver2 a:nth-child(2) {
        top: 0;
        right: 0;
    }
     .ph_images_flow .imgs-ver2 {
        padding-top: 100%;
    }
    .ph_images_flow .imgs-box.imgs-top3, .ph_images_flow .imgs-box.imgs-bottom3, 
    .ph_images_flow .imgs-box.imgs-left3, .ph_images_flow .imgs-box.imgs-right3,
    .ph_images_flow .imgs-box4 {
        position: static;
        padding-top: 100%;
    }
    .ph_images_flow .imgs-top3 a:nth-child(1), .ph_images_flow .imgs-top3 a:nth-child(2) {
        width: calc(50% - 10px);
        height: calc(50% - 10px);
    }
    .ph_images_flow .imgs-top3 a:nth-child(3) {
        height: calc(50% - 10px);
    }    
    .ph_images_flow .imgs-box.imgs-top3 a, .ph_images_flow .paragraph-images_box .imgs-top3 img, 
    .ph_images_flow .imgs-box.imgs-bottom3 a, .ph_images_flow .paragraph-images_box .imgs-bottom3 img {
        position: absolute;
    }
    .ph_images_flow .imgs-bottom3 a:nth-child(1), .ph_images_flow .imgs-bottom3 a:nth-child(2) {
        width: calc(50% - 10px);
        height: calc(50% - 10px);
    }
    .ph_images_flow .imgs-bottom3 a:nth-child(3) {
        height: calc(50% - 10px);
    }
    .ph_images_flow .imgs-left3 a:nth-child(1), .ph_images_flow .imgs-left3 a:nth-child(2) {
        width: calc(50% - 10px);
        height: calc(50% - 10px);
    }
    .ph_images_flow .imgs-left3 a:nth-child(3) {
        width: calc(50% - 10px);
    }
    .ph_images_flow .imgs-right3 a:nth-child(1), .ph_images_flow .imgs-right3 a:nth-child(2) {
        width: calc(50% - 10px);
        height: calc(50% - 10px);
    }
    .ph_images_flow .imgs-right3 a:nth-child(3) {
        width: calc(50% - 10px);
    }
    .ph_images_flow .imgs-box4 a {
        width: calc(50% - 10px);
        height: calc(50% - 10px);
    }
}
@media (max-width: 680px) {
    .ph_images_flow .paragraph-images_box {
        max-width: 100%;
    }
}

h2.title-inner {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}
h2.title-inner span{
    display: block;
    margin-top: 10px;
    text-transform: initial;
}
/* Flex paragraph End */

/* Ph half image */
.full-holder .inner {
    padding: 0px 110px 0px 96px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.full-holder {
    display: flex;
}
.full-holder .inner .block {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
.full-holder .col-50:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.full-holder .inner .block:nth-child(2),
.full-holder .inner .block:nth-child(4) {
    padding-left: 57px;
}
.full-holder .inner h2.titre {
    margin-top: 25px;
    margin-bottom: 25px;
}
.full-holder .inner .block .title {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.full-holder img {
    width: 100% !important;
    object-fit: cover;
    height: 100% !important;
}
.full-holder .inner .block .text {
    font-size: 15px;
    line-height: 22px;
}

@media (max-width: 1440px) {
    .full-holder .inner .block:nth-child(2),
    .full-holder .inner .block:nth-child(4) {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .full-holder .inner {
        padding: 0px 60px 0px 60px;
    }
}
@media (max-width: 1200px) {
   .full-holder {
        position: relative;
        display: flex;
        overflow: hidden;
    }
    .full-holder h2.titre:after {
        margin-left: -40px;
    }
    .full-holder .col-50:first-child {
        position: absolute;
        top:0;
        left: 0;
        height: 100%;
    }
    .full-holder .col-50:last-child {
        position: relative;
        background: rgba(000, 000, 000, 0.75);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 980px) {
    .full-holder .inner {
        padding: 0px 30px 0px 30px;
    }
}
@media (max-width: 767px) {
    .full-holder .inner {
        padding: 0px 15px 0px 15px;
    }
    .full-holder .inner .block,
    .full-holder .inner .block .text {
        width: 100%;
        max-width: 100%;
    }
    .full-holder .inner .block:nth-child(2),
    .full-holder .inner .block:nth-child(4) {
        padding-left: 0;
    }
    .full-holder .inner .block:nth-child(1),
    .full-holder .inner .block:nth-child(2) {
        height: auto;
    }
    .full-holder .inner .block {
        margin-bottom: 20px;
    }
}
/* END Ph half image */

/* Ph half text paralax */

.content-management .paragraph.paragraph-image-fond-holder.box2x2s .paragraph-container .table-cell-holder {
    padding: 0;
}
.box2x2s .container {
    width: 100%;
    padding: 0;
}
.content-management .paragraph.paragraph-image-fond-holder.box2x2s .paragraph-text {
    width: 50%;
    float: right;
    padding: 90px 40px 20px 60px;
    position: relative;
    text-align: left;
    overflow: hidden;
    background-color: rgba(000,000,000,0.6);
}
.box2x2s .paragraph-text-holder-half .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
    padding-top: 10px;
}
.box2x2s .paragraph-text-holder-half .row>[class*="col"] {
    position: relative;
    padding: 0 60px 35px 0;
    text-align: left;
    display: flex;
    flex: 0 1 calc(50% - 1em);
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
}
 .box2x2s .row h3 {
    font-weight: 700;
    margin-bottom: 10px;
}
@media (max-width: 1440px) {
    .box2x2s .paragraph-text-holder-half .row>[class*="col"]{
        padding: 0 30px 30px 0;
    }
    .content-management .paragraph.paragraph-image-fond-holder.box2x2s .paragraph-text {
        padding: 70px 10px 40px 40px;
    }
}
@media (max-width: 1200px) {
    .content-management .paragraph.paragraph-image-fond-holder.box2x2s .paragraph-text {
        width: 100%;
        padding: 70px 0px 40px 40px;
    }
}

@media (max-width: 767px) {
    .content-management .paragraph.paragraph-image-fond-holder.box2x2s .paragraph-text {
        padding: 70px 15px 40px;
    }
    .box2x2s .paragraph-text-holder-half .row>[class*="col"] {
        flex: 0 1 calc(100%);
        padding: 0 0 30px 0
    }
}
/* End Ph half text paralax */

/*contract*/

.form-control-textarea{
  height: auto;
}
.hide-content {
    display: none;
}
#wrap-bg{
    background: #f3d973;
}
#wrap-bg .paragraph-text-holder .container{
    background: #e8c64b;
}
#wrap-bg .paragraph-text-holder {
    padding: 0;
}

#wrap-top{
    padding: 15px 0px;
}

.content-holder {
    text-align: left;
    background: #e8c64b none repeat scroll 0 0;
    padding: 20px;
}

#wrap-container .container h2{
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: none;
}
#wrap-bg h3{
    font-size: 20px;
    text-align: center;
    margin: 20px 0px 10px 0px;
    background: #a17a2b;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    border-radius: 5px;
}
.content-holder table td.col-33 {
    font-weight: bold;
    padding-left: 0px;
    line-height: 20px;
}
.content-holder tr td {
    margin: 2px 0px;
}
.content-holder table td.col-66{
    padding-right: 0;
}
.content-holder tr td {
    margin: 2px 0px;
    
}

#signature_1_holder #content-signature_1{
    margin-top: 10px;
}
#signature-signature_1 img, #signature-signature_3 img{
    display: flex;
}

.address-holder{
    margin-bottom: 0 !important;

}
.data-margin{
    margin-bottom: 5px;
}
#terms{
    padding-top: 20px;
}
#term-check{
    margin-bottom: 20px;
}
#terms h2{
    font-size: 20px!important;
    text-align: center;
    margin: 20px 0px 10px 0px;
    margin-bottom: 10px;
    background: #333;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    border-radius: 5px;
}

#signatureparent-signature_2{
    margin-top: 25px;
}
#terms h4{
    margin-top: 20px;
    margin-bottom: 5px;
}
#terms p{
    margin-left: 15px;
}
#terms  p:last-child{
    font-weight: 600;
}
#signature-signature_1,
#signature-signature_2,
#signature-signature_3 {
    border: 2px dotted black;
    background-color: #f3d973!important;
}
.jSignature {
    background-color: #f3d973;
}
#step_4 h3{
    background: #333;
}
#signature-signature_1 input,
#signature-signature_2 input,
#signature-signature_3 input{
    background-color: #f3d973;
    border-color: #a17a2b;
    padding: 0px 5px;
}
.table-section4 th, .table-section2 th, .table-section3 th{

    background-color: #a17a2b;
    background-image: none;
    border: 1px solid #e8c64b;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 11px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;

    
}
.table-section4 td, .table-section2 td, .table-section3 td{
    background-color: #f3d973;
    background-image: none;
    border: 1px solid #e8c64b;
    color: #333;
    font-size: 13px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 11px;
    text-align: center;
}
.table-section4, .table-section2, .table-section3{
    margin-top: 20px;
    margin-bottom: 20px!important;
}
