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


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

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

html {
    font-size: 16px;
}

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

.hidden {
    display: none;
}

html,
body,
input,
select,
textarea,
th,
td {
    font-family: 'Roboto', Arial, sans-serif;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 24px;
    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;
}


/*========================================================================================
        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;
}

.container-custom {
    width: 1700px;
    margin: 0 auto;
    padding: 0 40px 0 65px;
}


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

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

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

.col-100 {
    width: 100%;
}

.col-80 {
    width: 80%;
}

.col-75 {
    width: 75%;
}

.col-70 {
    width: 70%;
}

.col-55 {
    width: 55%;
}

.col-50 {
    width: 50%;
}

.col-40 {
    width: 40%;
}

.col-33 {
    width: 33.3333%;
}

.col-66 {
    width: 66.6666%;
}

.col-60 {
    width: 60%;
}

.col-30 {
    width: 30%;
}

.col-25 {
    width: 25%;
}

.col-20 {
    width: 20%;
}


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


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

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

.no-touch a:hover,
a:active,
a.visible-link,
#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,
.phone-email-holder .sitemap-link:before,
#newsletter #mandatory-email-Email:focus,
#mini-account a:hover,
#mini-account a span,
.list li:before,
.site-color,
#news .news-date,
#news-list .news-date,
#news .news-counter span,
.gallery-title-h1 .gallery-date,
.form1 .required label,
.custom-select>.custom-select-selected.open,
.thumbnail .best_price-holder,
#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: #dc2a25;
}

.no-touch .menu li a:hover,
.menu li.active a {
  color:#EBB700;
}


.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: #dc2a25;
}

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

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

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

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: #000;
}


/*========================================================================================
        1.3 Buttons, select, images, slider arrows
========================================================================================*/

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

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

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

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: 45px;
    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: #fff;
    background-image: none;
    border: 1px solid #E5E5E5;
    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;
    background: #eeeeee;
}

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

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

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

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

.form1 .field textarea.form-control {
    height: 140px;
    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;
    padding-top: 20px;
}

.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
========================================================================================*/

#wrap-top .logo {
    padding: 15px 0;
    display: table;
}

#wrap-top .logo img {
    margin: 0;
}

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

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

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

#wrap-menu-sticky.sticky ul {
  text-align:center;
}

#wrap-menu-sticky.sticky .top-menu > ul > li > a {
    position: relative;
    color: #1d1d1d;
    display: block;
    line-height: 50px;
    padding: 0 55px;
}

#wrap-menu-sticky.sticky .top-menu > ul > li.active a, #wrap-menu-sticky.sticky .top-menu > ul > li a:hover {
  color:#333!important;
}


#wrap-menu-sticky.sticky .top-menu > ul > li::after {
    line-height: 54px;
}

#wrap-menu {
  margin-left:-15px;
}

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

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

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

#wrap-menu .top-menu>ul>li>a {
    position: relative;
    color: #333;
    display: block;
    line-height: 114px;
    padding: 0 52px;
    border-bottom: 6px solid transparent;
    font-size: 20px;
    overflow: hidden;
    font-weight:bold;
}

#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>a:hover,
#wrap-menu .top-menu>ul>li.active>a {
    border-bottom: 6px solid #EBB700!important;
    color:#333!important;
}

#wrap-menu .top-menu > ul > li::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    line-height: 115px;
    font-size: 19px;
    font-weight: bold;
}

#wrap-menu .top-menu > ul > li::after, .wrap-image-index .text p::before, .paragraph-text ul li::before, .content-certificate .title {
    color: #EBB700;
}
#wrap-menu .top-menu > ul > li > a:hover::after, #wrap-menu .top-menu > ul > li.active > a::after {
    border-color: transparent transparent #EBB700;
    border-style: solid;
    border-width: 5px 8px 6px;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
#wrap-menu .top-menu>ul>li.last:after {
    display: none;
}

#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;
}


/*Rating - Avis Header*/

.avis-header {
    border: 1px solid #eeeeee;
    min-width: 310px;
    max-width: 310px;
    margin-top: 30px;
    padding: 4px 5px 4px 10px;
    float: right;
    margin-right: 15px;
    height:54px;
    background:#fcfcfc;
}

.avis-header:hover {
  opacity:0.6;
}

.avis-header .logo-rat {
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

.avis-header .star-header {
    float: left;
    padding-top: 12px;
}

.avis-header .star-header .fa-star {
    color: #ffca00;
    font-size: 19px;
}

.avis-header .text {
    font-size: 11px;
    padding-top: 9px;
    margin-left: 2px;
    float: right;
    display: inline-block;
    color:#333;
}

.avis-header .text span {
    color: #ffca00;
    font-weight: 700;
}

.avis-header .text span:nth-child(1) {
    font-size: 19px;
}

.avis-side {
    background: #f0f0f0 url(../images/bg-qoute.png) no-repeat right top;
    padding: 20px 30px 35px 30px;
}

.avis-side .date-ref {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.avis-side .date,
.avis-side .hour {
    margin-right: 10px;
}

.avis-side .ref {
    margin-left: 10px;
}

.avis-side .title {
    font-size: 18px;
    display: block;
    padding: 20px 0 20px 0;
    line-height: 20px;
}

.avis-side .title span {
    font-weight: 700;
    text-transform: none;
}

.avis-side .text {
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
    font-style: italic;
    text-transform: none;
}

.wrap-avis .btn-all-avis {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 11px 38px;
    display: table;
    margin: 0 auto;
    width: 210px;
    text-align: center;
}

.wrap-listing-avis {
    background: #fff;
    display: table;
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 15px;
}

.inner-listing-avis {
    background: #f0f0f0 url(../images/bg-qoute.png) no-repeat right top;
    padding: 20px 30px 35px 30px;
    min-height: 450px;
}

.inner-listing-avis .title {
    font-weight:bold;
    font-size:18px;
    margin-bottom:5px;
}


.inner-listing-avis .label {
    padding:2px 0;
}


.wrap-listing-avis .rating span {
    color: #ffca00;
    font-size: 48px;
    line-height: 48px;
    margin: 10px 0;
    display: block;
    text-align: center;
}

.wrap-listing-avis .date-ref {
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
}

.wrap-listing-avis .star {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.wrap-listing-avis .text {
    color: #666;
    min-height: 140px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    font-style: italic;
    font-size: 15px;
    line-height: 1.2;
    max-height: 140px;
    white-space: normal;
    overflow: hidden;
}

.wrap-listing-avis .label span {
    width: 65%;
    display: inline-block;
    color: #797979;
    font-weight: bold;
}



/*Name page*/

.wrap-page-name {
    text-align: center;
    font-size: 32px;
    font-weight:bold;
    padding: 30px 0;
    display: table;
    width: 100%;
}

.wrap-page-name h1 {
	    font-size: 24px;
    font-weight:bold;
		color: #fff;
}

.wrap-page-name p {
    color:#fff;
}


/*========================================================================================
      4. Sidebar
========================================================================================*/


/*-------- Avis ---------*/

.side-avis,
.side-certificate {
    width: 370px;
    margin-right: 30px;
}

.certi-sidebar {
    background: #333333;
    padding: 14px 0 11px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.wrap-avis {
    border: 1px solid #d8d8d8;
}

.avis-star {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}

.avis-star .slogan {
    font-weight: 700;
    font-size: 14px;
}

.avis-star .percent {
    margin: 10px 0 15px 0;
    display: block;
}

.avis-star .percent span {
    color: #ffca00;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.avis-star .nr-avis {
    color: #333;
    font-size: 18px;
    line-height: 18px;
}



/*-----Certificate-------*/

.side-certificate {
    border: 1px solid #d8d8d8;
    margin: 0px 0 60px 0;
}
.side-certificate h2 {
    font-size:22px;
}

.side-certificate .top-wrap {
    text-align: center;
    background: #f0f0f0;
    padding: 15px 0 20px 0;
}

.side-certificate .top-wrap .fa {
    color: #333333;
    font-size: 35px;
}

.side-certificate .top-wrap p {
    color: #666666;
    font-size: 16px;
}

.side-certificate .top-wrap p:nth-child(2) {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.content-certificate {
    padding: 13px 24px;
    background: url(../images/bg-filligram2-new.png)no-repeat center;
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.content-certificate .wrap-text {
    float: left;
    width: 100%;
}

.content-certificate .title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.content-certificate .signature {
    display: table;
    text-align: center;
    margin: 0 0 10px auto;
    padding-top: 10px;
}

.view-all-certificat {
    display: table;
    background: #f0f0f0;
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.view-all-certificat a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 20px;
}

.fa.fa-file-pdf-o {
    margin-right: 15px;
}

.view-all-certificat a:hover {
    background: #333;
    color: #fff;
}

.wrap-text .text span {
    font-weight: bold;
}

.wrap-text .name {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #dc2a25;
    margin: 15px 0 10px 0;
}

.wrap-text .adress {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #282828;
}


.signature .qualite {
    width: 45%;
    display: inline-block;
    margin-right: 30px;
}

.signature .dirigeant {
    width: 27%;
    display: inline-block;
}

.signature {
    margin-bottom: 10px;
}

.info-tel-cert a {
    color: #dc2a25 !important;
    font-weight:bold;
    font-size:14px;
}

.info-tel-cert a:hover {
    color: #333!important;
}

.info-tel-cert::before {
    content: "\f10b";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight:bold;
    margin-right: 10px;
    width: auto;
    text-align: center;
    line-height: 35px;
    margin-left: 0px;
    color: #870e27;
}

.page-2 .container-custom2 {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
}

.info-tel-sidebar .info-tel::before {
    content: "\f10b";
    font-family: "FontAwesome";
    font-size: 21px;
    font-weight: bold;
    margin-right: 10px;
    width: auto;
    text-align: center;
    line-height: 35px;
    margin-left: 0px;
    color: #EBB700;
}
.wrap-avis .btn-all-avis, .view-all-certificat a {
    background: #EBB700;
}

.wrap-page-name {
  background: #ebb700;
}


.page-2 .wrap-page-name {
    margin-bottom: 65px;
}

.wrap-text .info-tel-sidebar a {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #EBB700 !important;
    margin-bottom:5px;
    display: inline-block;
}

.wrap-text .info-tel:hover {
  color:#333!important;
}


.wrap-text .date {
    color:#EBB700;
    font-weight:bold;
    font-size: 14px;
}

.wrap-text .info-address {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color:#333;
}



/*========================================================================================
      5. Home Slider
========================================================================================*/

.wrap-slider {
    overflow: hidden;
    background: #000;
}

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

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

.wrap-slider li .slider-title { display:none;}

.wrap-slider li .slider-text h2 span, .wrap-slider li .slider-text h2 {
    font-size: 36px;
    font-family:"Archivo Black";
    margin: 0 auto;
    text-transform:none;
    line-height: 42px;
}

.wrap-slider li .slider-text h2 {
    font-family:"Lato";
    font-size: 36px;
    margin: 0 auto;
    text-transform:none;
    line-height: 42px;
    padding: 0 90px;
}


.wrap-slider li .slider-text {
    display: block;
    padding: 0 30px;
}


.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: 55px;
    position: absolute;
    right: 45px;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    width: 55px;
}

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

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

.page-2 .wrap-slider {
    margin-bottom: 0px;
}


/*========================================================================================
    6. Content elements
========================================================================================*/

.wrap-h1 {
    background: #E5E5E5;
    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;
}


/*========================================================================================
        6.1 Lists
========================================================================================*/

.list {
    padding: 10px 0 25px 0;
}

.list li {
    padding: 0px 0;
    list-style-type: none;
    color:#7c7c7c;
}

.list li::before {
    content: "\f111";
    font-family: "FontAwesome";
    margin-right: 10px;
    font-size: 10px;
    float:left;
}

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

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


/*========================================================================================
        6.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;
}


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

.breadcrumb {
    margin: 20px 0;
    overflow: hidden;
}

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

.breadcrumb li span {
    background: #e5e5e5;
    position: relative;
    float: left;
    line-height: 30px;
    display: block;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.thumbnails .empty-bdd {
    padding: 220px 0 125px;
    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;
}


/*========================================================================================
        6.4 Filters
========================================================================================*/

.filters {
    padding: 40px 0 35px 0px;
    background: #E5E5E5;
    margin-bottom:40px;
}

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


/*========================================================================================
        6.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%;
}


/*========================================================================================
        6.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: #dc2a25;
    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;
    }
}


/*========================================================================================
    7. Footer elements
========================================================================================*/

#wrap-footer {
    background: url(../images/patterns/pattern-1.png);
    font-size: 14px;
    width: 100%;
    color:#fff;
}

.wrap-copyright {
    padding: 20px 0;
}

.info-tel-footer {
   color: #fff;
    font-weight: 400;
    font-size: 29px;
    line-height: 29px;
    padding: 12px 0 0 0;
}

.info-mail a {
    color: #ee7a78;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    opacity:0.7;
}

.info-mail a:hover {
    color:#fff;
    opacity:1;
}

.info-tel-footer a {
    color: #fff; letter-spacing: 0.1px;
}

.info-tel-footer a:hover {
    color:#dc2a25;
}
.info a:hover {
    color: #dc2a25!important;
}

.info-address-footer {
    color: #fff;
    opacity:0.6;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 90px 14px 0px;
}

#wrap-footer #info {padding: 40px 0 0 0; }
/*#wrap-footer #info img {
	background:#fff;
}*/
.footer-content {
    padding-top: 60px;
    padding-bottom: 30px;
    display: table;
    width: 100%;
    margin-top:15px;
}

#wrap-footer #info h2 {
  font-size:29px;
  line-height:29px;
  margin-top:5px;
  font-weight:300;
}

#wrap-footer .info-mail{
  margin-top:2px;
}

#wrap-footer #info span{
    color:#dc2a25;
    font-weight:400;
}

#info h3 {
    font-weight: normal;
    font-size: 26px;
    line-height:26px;
}

.copyright a {
    color: #007dc3;
}

.copyright a:hover {
   color: #fff!important;
   opacity:1!important;
}


/*========================================================================================
        7.1 Footer menu
========================================================================================*/

.menu {
    padding: 110px 0 0 0px;
}

.menu .title {
    font-size: 30px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.menu li {
    display: inline-block;
    font-size: 14px;
    width: 33.3%;
    line-height: 22px;
}

.menu li a {
    color: #fff;
}

.footer-certi-text {
    font-size: 14px;
    font-weight: 700;
    float: left;
    border-right: 1px solid #707a77;
    margin-right: 15px;
    padding-right: 17px;
}

.certipros {
  color:#ff0000;
}


.social-footer a {
    padding: 0 5px;
}

.social-footer .fa {
    font-size: 20px;
    color:#fff;
}
.social-footer .fa:hover {
    color:#9f9b9c;
}

.slogan-footer {
    float: left;
    font-size: 14px;
    font-weight: 300;
}

.slogan-footer a:hover { opacity:0.6;
}
.slogan-footer img {
  float:right;
  margin-left:20px;
  margin-top: -40px;
}

.copyright {
    float: right;
    color: #f5f9f8;
    opacity: 0.6;
}

.copyright a:hover {
   opacity: 1;
}

.burger-menu-footer {
    display: none;
}

.social-footer {
    float: left!important;
    margin-right: 28px;
}


/*========================================================================================
        7.2 Google map
========================================================================================*/

.wrap-flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.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(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 10;
    color: #ffffff;
    padding: 80px 0;
    opacity: 1;
     -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.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;
}

.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 #info .info-title {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ffffff;
}

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

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

.wrap-map #info .cls-holder {
    position: relative;
    width: 400px;
    margin: 0 auto 0px auto;
    text-align: center;
}

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

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

.wrap-map #info .icon-facebook i {
    line-height: 50px;
    font-size: 28px;
}

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

.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 #info h3 {
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight:bold;
    letter-spacing:0px!important;

}

.wrap-map #info .cls-holder .first h3 {
    font-family:"Archivo Black";
    font-size: 24px;
    font-weight:300;
}


.wrap-map #info .info-address {
    font-size: 14px;
    padding: 5px 0 20px 0;
}

.vertical-align-top .info-tel {
    font-size: 20px;
    padding: 0px 0 4px 0;
    color: #fff !important;
    font-weight: bold;
    line-height: normal;
}

.vertical-align-top .info-tel:hover {
  color:#dc2a25!important;
}


.wrap-map #info .info-mail a {
    font-size: 17px;
    margin-top:5px;
    opacity: 1;
}

.wrap-map #info .info-mail  {
    margin-top:5px;
}

.vertical-align-top .info-tel::before {
    content: "\f10b";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-right: 10px;
    width: auto;
    text-align: center;
    line-height: 22px;
    margin-left: 0px;
    color: #fff;
}

.vertical-align-top .info-mail::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 17px;
    margin-right: 10px;
    width: auto;
    text-align: center;
    line-height: 22px;
    margin-left: 0px;
    color: #ee7a78;;
}


.wrap-map #info .btn-outline:hover {
    background: #333;;
}

.wrap-map #info .btn-outline {
    background: #dc2a25;
    padding: 10px 15px;
    width: 190px;
    margin: 40px auto 0px auto;
    font-size: 16px;
}

#popup_message a {
  font-size:16px;
  font-weight:bold;
  color:#dc2a25;
  margin-left:4px;
}

#popup_message a:hover {
  color:#EBB700;
}




/*------------ Pages: ML, 404, Contact-merci ----------------*/

.page-11 .empty-bdd, .page-1 .empty-bdd  p {
    font-size: 17px;
}

.page-26 b {
  color:#dc2a25;
}

.paragraph-2 a:hover {
  color: #EBB700 !important;
}


.paragraph-2 p, .paragraph-1 p {
  font-size:16px;
}

.paragraph-2 h2 {
  font-size:22px;
  font-weight:bold;
  margin-bottom:20px;
}

.paragraph-2 .paragraph-text h2 {
  font-family:"Archivo Black";
  color:#dc2a25;
  font-size:26px;
}


.paragraph-2 .paragraph-title {
    padding: 0 0 0px 0!important;
}

.paragraph-2 a {
  color:#dc2a25;
  font-weight:bold;
}

.mentions-h2 {
  margin-bottom:15px;
}


/*========================================================================================
    8. Modules
========================================================================================*/

/*========================================================================================
          8.1 Newsletter
========================================================================================*/

.wrap-newsletter {
    display: table;
    width: 100%;
    padding: 18px 0;
    color: #fff;
}

.wrap-newsletter {
    background: #00338d;
}

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

#newsletter .form-control {
    border: 1px solid #fff;}

#newsletter .newsletter-btn {
    height: 51px;
    float: right;
    text-align: center;
    border: none;
    color: #ffffff;
    background: #333;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 24px;
    width: 143px;
}

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

#newsletter #mandatory-email-Email {
    border-right: 0;
    max-width: 427px;
    min-width: 427px;
    display: inline;
    line-height: 51px;
    height: 51px;
    color: #666666;
    padding-left: 25px;
    font-size: 16px;
}

.text-img p.title {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    margin-bottom: 8px;
    color:#fff;
    margin-top:6px;
}

.text-img p {
    font-style: italic;
    line-height: 16px;
    font-size: 16px;
    color:#fff;
}

.text-img img {
    margin-right: 35px;
}

/*========================================================================================
        8.2 Content management
========================================================================================*/

.content-management .paragraph {
    padding: 25px 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;
    line-height: 24px;
}

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

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

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

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

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

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

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

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

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

.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;
}


.content-management .paragraph-89 {padding: 0px 0 25px 0;}
.content-management .paragraph-6 {padding: 0px 0 25px 0;}
.content-management .paragraph-3 {padding: 30px 0 8px 0;}
.content-management .paragraph-4 {padding: 0px 0;}
.content-management .paragraph-78 {padding: 35px 0;}
.content-management .paragraph-79 {padding: 35px 0;}
.content-management .paragraph-81 {padding: 30px 0;}
.content-management .paragraph-58 {padding: 30px 0;}
.content-management .paragraph-49 {padding: 40px 0;}

 
.paragraph-89 p ,
.paragraph-6 p {
  font-size:24px;
  text-align:justify;
  line-height:30px;
}

.paragraph-90 p ,
.paragraph-4 p {
  margin-bottom:17px;
}

.paragraph-78 .paragraph-text {
  margin-top:100px;
  text-align:left;
}

.paragraph-79 .paragraph-text, .paragraph-81 .paragraph-text {
  margin-top:50px;
  text-align:left;
}

.paragraph-78 p:nth-child(2), .paragraph-79 p:first-child, .paragraph-81 p:first-child {
  font-size:18px;
  font-weight:bold;
}


.paragraph-79 .list li, .paragraph-81 .list li {
  padding:10px 0;
}


.paragraph-78 .paragraph-text p:first-child {
  margin-bottom:22px;
}

.paragraph-78 .paragraph-images.col-50 { padding-left:0px;}
.paragraph-79 .paragraph-images.col-50 { padding-right:0px;}
.paragraph-81 .paragraph-images.col-50 { padding-left:0px;}


/*========================================================================================
        8.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;
}


/*========================================================================================
        8.4 User
========================================================================================*/

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

#recover-pass {
    display: none;
}


/*========================================================================================
       8.5 Catalog
========================================================================================*/

/* Start category_tree */

#category_tree ul li {
    position: relative;
}

#category_tree ul li:before {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 10px;
    left: -15px;
    top: 9px;
}

.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 10px 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: 8px 25px;
    min-height: 72px;
    max-height: 72px;
    line-height: 26px;
    text-transform: none;
}

.thumbnails .thumbnail-title a  {
    color:#dc2a25;
    font-weight:bold;
    font-size:20px;
}

.thumbnails .thumbnail-title a:hover {
  color:#EBB700;
}


.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: 368px;
}

.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 .gallery-title {
    color:#dc2a25;
    font-weight:bold;
}

#gallery-detail .gallery-title h1 {
    padding: 5px 0px 10px;
    border-bottom: 1px solid #cdcdcd;
    font-weight:bold;
    font-size: 22px;
    line-height: 30px;
}

#gallery-detail .gallery-title h2 {
    padding: 5px 0px 10px;
    border-bottom: 1px solid #cdcdcd;
    font-weight:bold;
    font-size: 22px;
    line-height: 30px;
    text-transform:none;
}

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

#gallery-detail .gallery-text {
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #cdcdcd;
}
.cats-list {
    margin:15px 0;
}


#gallery-detail .gallery-text p {
    font-size:16px;
    margin-bottom:8px;
}

#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;
    color:#EBB700;
    font-size:18px
}

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

#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 #d8d8d8;
    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: #dc2a25;
}

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

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

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

.bg-page2 {
    border-top:1px solid #cdcdcd;
}


/*Start category menu*/

.category .top-menu {
    text-align: center;
}

.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: 42px;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #EBB700;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 25px;
    background: #dc2a25;
    font-weight:bold;
}

.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;
    color: #ffffff;
    border: 1px solid #EBB700;
}

.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 {
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    background: #ee7a78;
    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;
}

.gallerylist-btn { position: absolute; margin: auto; top: 50%; bottom: 0; left: 0; right: 0;/*display:table;*/ z-index: 999; margin-top: 15px; opacity: 0; filter: alpha(opacity=0); width: 90%; font-weight: 400; font-size:115%; padding: 10px 19px;width:225px; height:46px;}
.no-touch .thumbnail-photo:hover .gallerylist-btn { opacity: 1; filter: alpha(opacity=100); margin-top: -15px; }
.thumbnail a.hover-image::after {display: none;}
#gallery-detail .bigImage {margin-bottom:15px;}

/*========================================================================================
        8.6 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;
}

/*========================================================================================
   9. 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;
}


/*========================================================================================
   10. 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;
}




.side-action {
    border: 1px solid #d8d8d8;
    margin: 0px 0 60px 0;
}

.sidebar-action {
        padding: 30px 24px;
    background: url(../images/bg-filligram2-new.png)no-repeat center;
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.side-action .top-wrap {
   text-align: center;
    background: #f0f0f0;
    padding: 15px 0 20px 0;
}


.side-action  .news-title  {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 15px 0;
}



.view-all-actions {
    display: table;
    background: #f0f0f0;
    width: 100%;
    padding: 25px 0;
    text-align: center;
}


.location-list .news-holder {
   margin: 20px 0;
   padding: 30px 20px;
}

.news-holder:nth-child(even) {
    background: #efefef;
}

.location-list .news-inner {
    display: flex;
    gap: 20px;
}


.date-location {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px 0;
  display: flex;
  font-style: italic;
  flex-wrap: wrap;

}


.sidebar-action .date-location {
      justify-content: center;
}


.date-location .news-date {
  margin-right: 10px;
}


.location-list .news-photo{
    flex-basis: 30%;
}

.location-info {
  flex-basis: 70%;
}

.content-management .paragraph.paragraph-image-fond-holder .paragraph-container .table-cell-holder {
  padding: 190px 0;
}

.paragraph-88 .paragraph-container {
      background-attachment: inherit !important;
     background-size: contain !important;

}


.content-management .paragraph.paragraph-image-fond-holder.paragraph-88  .paragraph-container .table-cell-holder {
  background: none !important;
}

#partner-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 60px 0 30px 0;
}


.partner.well{
  flex-basis: 31%;
      justify-content: space-between;
      border: 1px solid #ccc;
      padding: 20px;
      text-align: center;

}

#partner-list .nav   {
    border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px 0;
}