/*
Wireframe: 27
Version: 1.0
Update: 2020.03.16
*/
.opendiv .lir {
    display: none;
}
/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigationsection.content #AllNews
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/
#ProdNav {
  height: 30px;
  margin-bottom: 10px;
}
/*--------------------------------------------------
# Fonts
--------------------------------------------------*/

@font-face {
    font-family: 'Strenuous Cast';
    src: url('../fonts/StrenuousCast-Regular.woff2') format('woff2'),
        url('../fonts/StrenuousCast-Regular.woff.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff.html') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff.html') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraBold.woff.html') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff.html') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff.html') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*--------------------------------------------------
# General
--------------------------------------------------*/
.row.equalheight {
	display: flex;
	flex-wrap: wrap;
}
.row.equalheight > [class*='col-'] {
	/* display: flex; */
	flex-direction: column;
}
/********/
input, button, textarea, a {
    outline: none !important;
}
body {
    background: #fff;
    color: #282828;
    font-family: 'Outfit';
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
	letter-spacing: 0.015em;
}
a {
    color: #8d0b17;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #8d0b17;
    text-decoration: none;
}

.image-right {
    float: right;
    margin: 0 0 20px 30px;
}
.image-left {
    float: left;
    margin: 0 30px 20px 0;
}
 

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Strenuous Cast';
    color: #282828;
    margin: 0;
    text-transform: uppercase;
}
h1 {
    font-size: 47px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 20px;
}

hr {
	border-color: #8d0b17;
}

.fullsite {
    position: relative;
    overflow: hidden;
/*
    background: #fff;
    z-index: 1;
*/
}
/************/
.top-bar {
    position: relative;
    
}
.top-bar .vcard.header-grid{
    display: grid;
    width: 392px;
    height: 295px;
    border: 1px solid #282828;
    align-content: center;
    justify-content: center;
    /*
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
*/
}
.top-bar .vcard.header-grid .adr{ 
    font-size: 15px;
    font-weight: 400;
    color: #282828;
    padding: 0 0 0 30px;
    background: url(../images/icon-map.png)no-repeat left center;
}

.top-bar .vcard.header-grid .tel{ 
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    padding: 0 0 0 30px;
    background: url(../images/icon-tel.png)no-repeat left center;
    margin: 20px 0;
}
.top-bar .vcard.header-grid .tel a{
    color: #282828;
    text-decoration: none;
}
.top-bar .vcard.header-grid a:hover{
    color: #000;
}
/**** linking ***/
.top-bar .social {
    margin: 0 0 0 30px ;
}
.top-bar span.title-soc{
    color: #282828;
    font-size: 18px;
}
.top-bar .networks_linking {
    text-align: right;
    float: inherit;
    margin: 0 0 0 20px ;
    display: inline-block;
    position: relative;
}

.top-bar .networks_linking a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0px;
    background: #282828;
    color:#fff;
    border: none;
    font-size: 19px;
    margin: 0 3px ;
    line-height: 36px;
}



.top-bar .networks_linking a.networks_google{
    float: right;
    background: #282828 url(../images/icon-google-f.png)no-repeat center !important;
}

.top-bar .networks_linking a.networks_google .fa-google:before {
    content: "" !important;
}
.top-bar .networks_linking a:hover {
    background-color:#8d0b17!important;
    color: #8d0b17!important;
}
/*
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a" !important;
    font-size: 15px;
}
*/

.top-bar .fa {
    font-weight: 300;
}
/*---------------------------------------------------- CSS - part  --------------------------------------------------*/
/***************************************/
/************************/
/*plugins*/
.facebook_plugin {
    position: absolute;
    right: 0;
    width: 44px;
    height: 53px;
    top: 0;
    z-index: 10;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.facebook_plugin:hover {
    right: 0;
}
.sideRight {
    position: fixed;
    right: 0;
    top: 42%;
    z-index: 99999;
}
.sideRight .networks_linking a{
    position: relative;
    display: block;
    height: 53px;
    width: 44px;
    font-size: 0;
    outline: none;
    margin: 10px 0;
    color: #fff;
    transition: all 0.6s;
    text-align: center;
    line-height: 53px;
    border-radius: 5px 0 0 5px;
}
.sideRight .networks_linking a.networks_linkedin {
  
    background: #8d0b17 url(../images/linkedin.png) no-repeat center;
  
}
.sideRight .networks_linking a.networks_linkedin:hover {
    background: #454545 url(../images/linkedin.png) no-repeat center !important;
}
.sideRight .networks_linking a.networks_facebook {
  
    background: #8d0b17 url(../images/fb.png) no-repeat center;
  
}
.sideRight .networks_linking a.networks_facebook:hover {
    background: #454545 url(../images/fb.png) no-repeat center !important;
}

.sideRight .networks_linking a.networks_google {
    background: #8d0b17 url(../images/g.png) no-repeat center;

}
.sideRight .networks_linking  a.networks_google:hover {
        background: #454545 url(../images/g.png) no-repeat center;
}

.sideRight .networks_linking a.networks_instagram {
    background: #8d0b17 url(../images/insta.png) no-repeat center;

}
.sideRight .networks_linking a.networks_instagram:hover {
        background: #454545 url(../images/insta.png) no-repeat center!important;
}

.mail_plugin, .gsm_plugin {
    position: relative;
    right: 0px;
    height: 53px;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    width: 44px;
    z-index: 10;
      margin: 10px 0;
}
.mail_plugin a {
    display: block;
    width: 44px;
    height: 53px;
    position: relative;
    background: #8d0b17 url(../images/mail.png) no-repeat center;
    font-size: 0;
    outline: none;
    color: white;
    transition: all 0.6s;
    text-align: center;
    line-height: 53px;
    border-radius: 5px 0 0 5px;
  text-decoration:none;
}
.gsm_plugin a {
    display: block;
    width: 44px;
    height: 53px;
    position: relative;
    background: #8d0b17 url(../images/fix.png) no-repeat center;
    font-size: 0;
    outline: none;
    color: white;
    transition: all 0.6s;
    text-align: center;
    line-height: 53px;
    border-radius: 5px 0 0 5px;
  text-decoration:none;
}
.mail_plugin a:hover {
        background: #454545 url(../images/mail.png) no-repeat center;
}
.gsm_plugin a:hover {
       background: #454545 url(../images/fix.png) no-repeat center;
}
.mail_plugin span.email {
    font-size: 0;
}
.gsm_plugin span.tel {
    font-size: 0;
}

/************/
header.top {
    position: relative;
}
header.top .bloc-top {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    top: 0;
    min-height: 159px;
    background: #fff;
}
header.top .bloc-top .grid-header {
    display: grid;
    position: relative;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

header.top nav.mobile-nav {
    display: none;
}
.header-navbar {
    position: relative;
    border-top: 2px solid #8d0b17;
    border-bottom : 2px solid #8d0b17;
}
.marketing-wrapper .grid-header .vcard.header-grid {
    order: -1;
    margin-right: 110px;
}
header.top .header-grid {
/*
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    grid-gap: 10px;
    height: auto;
    padding: 0px;
    justify-content: space-between;
    margin-left: 55px;
*/
}


header.top .vcard{
    
}
header.top .header-grid .footer-tel{
    display: inline-block;
    position: relative;
}
/*******/
header.top .top-info {
    position: relative;
    min-height: 59px;
    color: #fff;
    background: linear-gradient(to right,  #551319 0%,#8d0b17 50%,#551319 100%);
}
header.top .top-info .grid-info {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    height: 59px;
    font-size: 15.56px;
    letter-spacing: 0;
}
header.top .top-info .grid-info .adr-top {
    position: relative;
    padding: 0 0 0 26px;
    background: url(../images/adr-top.png) no-repeat left center;
}
header.top .top-info .grid-info .name-top {
    font-family: 'Strenuous Cast';
    font-size: 22.36px;
    text-align: center;
    margin: auto;
    display: table;
}
header.top .top-info .grid-info .gsm-top {
    position: relative;
    padding: 0 0 0 32px;
    background: url(../images/gsm-top.png) no-repeat left center;
    margin-left: auto;
    font-weight: 500;
}
header.top .top-info .grid-info .gsm-top a {
    color: #fff;
    text-decoration: none;
}
header.top .top-info .grid-info .gsm-top a:hover {
    color: #fff;
    text-decoration: underline;
}

/**********/
header.top .header-grid nav.mobile-nav {
    display: none;
}

header.top div#logo {
    margin: 10px 0 0;
    z-index: 1;
    position: relative;
    display: table;
}
div.nav {
    text-align: center;
    border-top: 1px solid rgb(255 255 255/36%);
    margin-top: 54px;
}
header.top .is-sticky .bloc-top {
    min-height: auto;
    height: 80px;
    box-shadow: 0 0 20px #8d0b17;
}
header.top .is-sticky .bloc-top .grid-header {
    display: table;
    margin: auto;
}
header.top .is-sticky .bloc-top  div#logo {
    display: none;
}
.is-sticky .sf-menu {
    float: none;
}
header.top .is-sticky .bloc-top .navigation {
    margin: 28px auto 0;
}
header.top .bloc-top .navigation {
    position: relative;
    display: table;
    margin: 71px 0 0;
}
section.banner {
    position: relative;
    height: 736px;
}
.container-fluid {
    max-width: 1422px;
}

section.banner div#bg-slideshow {
    position: absolute;
    right: 0;
    margin: 0 !important;
    height: 100%;
    width: 100%;
    top: 0;
}

/*section.banner.small div#bg-slideshow {
    height: 660px !important;
    width: 735px !important;
}
section.banner.small div#bg-slideshow img {
    -webkit-mask-position: bottom left;
  height: 660px !important;
    width: 735px !important;
}*/
/****/
div#galinterne {
    display: block;
    height: 867px;
    margin-bottom: 0 !important;
    position: relative;
}

div#galinterne a.highslide {
    padding: 0;
}
div#galinterne .imgthumbpos{
    padding: 0;
  }

.marketing-wrapper {
    position: absolute;
    bottom: 311px;
    left: 0;
    width: 100%;
}
section.banner.small .marketing-wrapper {
    bottom: 130px;
}
header.top .vcard .adr {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    padding-left: 34px;
    font-weight: 400;
    color: #fff;
    background: url(../images/icon-tel.png)no-repeat left 5px;
}
section.banner .box-overlay .cta {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
header.top .vcard .tel {
        display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 0px 0 0px 40px;
    background: url(../images/icon-tel.png)no-repeat left center;
    color: #fff;
        margin-bottom: 7px;
}

header.top .vcard .tel a {
    text-decoration: none !important;
    color: #fff;
}
header.top .vcard .tel a:hover {
    text-decoration: none !important;
    color: #8d0b17;
}
header.top .vcard .tel.cell {
    margin: 10px 0 17px;
}
header.top .vcard span.Locality{
    text-transform: lowercase;
}

header.top .social .title-soc{
    font-size: 16px;
    color: #fff;
}

header.top .social .networks_linking {
    text-align: center;
    float: none;
    margin: 0 0 0 11px ;
    display: inline-block;
}
header.top .social .networks_linking a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0px;
    background: #8d0b17;
    color: #ffffff;
    font-size: 20px;
    margin: 0 5px;
    line-height: 42px;
}

header.top .social .networks_linking a:hover {
    background-color:#454545 !important;
    color: #fff !important;
}

section.banner.small {
    height: 550px;
}

section.banner .box-overlay {
    position: relative;
}
section.banner .box-overlay .cta .tel.work a {
    position: relative;
    padding: 20px 35px 20px 77px;
    background: #8d0b17 url(../images/gsm-top.png) no-repeat left 35px center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    transition: all 0.6s;
    display: table;
}
section.banner .box-overlay .cta .tel.work a:hover {
    background: #454545 url(../images/gsm-top.png) no-repeat left 35px center;
}
section.banner .box-overlay .cta .btn-cta a {
    position: relative;
    padding: 20px 33px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    transition: all 0.6s;
    display: table;
    background: #8d0b17;
    text-transform: uppercase;
}
section.banner .box-overlay .cta .btn-cta a:hover {
    background: #454545;
}
section.banner .box-overlay .cta .tel.work, 
section.banner .box-overlay .cta .btn-cta {
    position: relative;
    display: table;
}
section.banner .box-overlay .social {
    position: relative;
    display: table;
    margin: 81px 0 0;
}
/*----------------------- camera--------------------------------*/
.camera_pag {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: table;
    margin: auto;
    right: 0;
}	
.camera_pag ul.camera_pag_ul {
    margin: 0;
    padding: 0;
    display: flex;
    float: left;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    border-radius: 50%!important;
    background: #8d0b17  !important;
    width: 13px  !important;
    height: 13px !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 7px !important;
    font-size: 0;
    cursor: pointer;
    pointer-events: auto;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span, 
.camera_wrap .camera_pag .camera_pag_ul li:hover>span {
	border: 2px solid #07bde5 !important;
  background: transparent !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, 
.camera_wrap .camera_pag .camera_pag_ul li:hover {
   background: rgb(141 11 23 / 35%) !important;
}
.camera_wrap .camera_pag .camera_pag_ul li>span {
    border-radius: 50% !important;
    height: 27px !important;
    left: -9px !important;
    top: -9px !important;
    width: 27px !important;
    background: transparent !important;
  border: 2px solid transparent !important;
  display: none;
}
.camera_wrap .camera_pag .camera_pag_ul li> span> span {
    font-size: 0;
}
/*--------------------------------------------------
# content
--------------------------------------------------*/

section.content {
    position: relative;
    padding: 50px 0;
}

section.content h1 {
    position: relative;
    margin-bottom: 20px;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    margin: 0 0 20px;
}
.content p {
    margin: 0 0 20px;
}
.content p strong{
    font-weight: 700;
}
.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
.content ul ul {
    list-style-type: circle;
}
.content .table-style {
    position: relative;
}
.content .table-style th {
    background: #eee;
}
.content .table-style th,
.content .table-style td {
    border: 1px solid #999;
    padding: 2px 5px;
}
.content .box-light {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 20px;
    text-align: left;
}
.content .box-light .tel.work a {
    text-decoration: none;
    padding: 12px 15px;
    background: #8d0b17;
    color: #fff;
    display: table;
    transition: all 0.6s;
}
.content .box-light .tel.work a:hover {
    transform: scale(0.9);
}
.content ul {
    padding-left: 20px;
}
.content ul li {
    background: url(../images/bullet.png) no-repeat left 6px;
    line-height: inherit;
    padding-left: 25px;
    list-style: none;
    margin-left: -20px;
}
.box-border-left {
    background: #f2f2f2;
    text-align: left;
    color: #282828;
    padding: 15px;
    border-left: 7px solid #8d0b17;
    margin: 0 0 20px;
}
.puce {
        margin-bottom: 10px;
}
.puce ul {
        margin: 0;
}
/***/
section.content .grid .img.interne img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%;
}
section.content .grid {
    position: relative;
    display: grid;
    grid-template-columns: auto 350px;
    grid-gap: 30px;
    align-items: center;
}
section.content .grid.interne2 {
    margin: 25px 0;
    grid-template-columns: 350px auto;
}
section.content .grid .img.interne {
    position: relative;
    order: 2;
    height: 100%;
}
section.content .grid.interne2 .img.interne {
    order: inherit;
}

/*--------------------------------------------------
# content home
--------------------------------------------------*/
section.content.content-home {
    padding: 67px 0 114px;
    background: url(../images/bg-home.jpg) no-repeat center bottom;
    /* background-size: cover; */
}
section.content.content-home .bloc {
    position: relative;
    display: grid;
    grid-template-columns: 595px auto;
    grid-gap: 114px;
    align-items: center;
    margin-left: -142px;
}
section.content.content-home .bloc.home2, 
section.content.content-home .bloc.home4 {
    margin: 50px 0;
    margin-right: -142px;
    grid-template-columns: auto 595px;
}
section.content.content-home .bloc.home4 {
    margin-bottom: 0;
}
section.content.content-home .bloc .photo-home {
    position: relative;
}
section.content.content-home .bloc .photo-home:before {
    content: "";
    background: url(../images/icon-img-home.png) no-repeat;
    position: absolute;
    top: -15px;
    right: -9px;
    height: 499px;
    width: 609px;
    z-index: 1;
}
section.content.content-home .bloc.home2 .photo-home, 
section.content.content-home .bloc.home4 .photo-home {
    order: 2;
}
section.content.content-home .bloc .photo-home img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}


section.content.content-home .bloc .cont-home {
    position: relative;
}
section.content.content-home article {
    position: relative;
     z-index: 1;
}
section.content.content-home .bloc .photo-home img {
    -webkit-mask-image: url(../images/masq.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: left top;
    -webkit-mask-repeat: no-repeat;
    object-fit: cover;
    height: 479px !important;
}
section.content.content-home h1 {
    position: relative;
    margin-bottom: 48px;
    padding: 0;
    font-size: 49px;
}
section.content.content-home h2 {
    margin: 0 0 50px;
}
section.content.content-home .btn-home a {
    position: relative;
    display: table;
    margin: 42px 0 0;
    transition: all 0.6s;
    text-decoration: none;
    background: #8d0b17;
    color: #fff;
    border-radius: 4px;
    padding: 16px 80px 16px 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
section.content.content-home .btn-home a:hover {
    transform: scale(0.95);
}
section.content.content-home .btn-home a:before {
    content: "";
    position: absolute;
    background: url(../images/icon-btn.png) no-repeat;
    height: 11px;
    width: 26px;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}
/******* Accordion *******/
.grid-menu-accordion {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.menu-accordion {
   margin-bottom: 20px;
      text-align: center;
}
.box_acc {
    /*background: #454545; */
    padding: 0;
    margin: 0;
   /* border-bottom: 2px solid #8c8c8c;*/
   
}
.box_acc:hover { 
    cursor: pointer; 
    /*background: #8d0b17;*/
}
.box_acc h2, .box_acc h3 { 
    font-size:20px;
    margin: 0 0 30px!important;
    /*padding: 10px; */
}
.box_acc:hover h2 , .box_acc:hover h3{
   /* color: #fff !important;*/
}
.opendiv{ 
    /*background: #8d0b17 !important;*/
}
.opendiv h2, .opendiv h3{
    /*color: #fff !important;*/
}
.show_me_acc { 
    display: none;
    padding: 20px;
    background:  transparent;
   /* box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.5);*/
}
.show_me_acc p {
    -webkit-margin-before: 0;
    margin: 0;
    padding: 0;
}
.show_me_acc ul li {
    color: #282828 !important;
}
.box_acc img {
    display: table;
    max-height: 300px;
    min-height: 300px;
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    background: white;
}
/*--------------------------------------------------*/

main.content-wrapper {
    overflow: hidden;
}
.homeTemplate main.content-wrapper {
    position: relative;
    padding: 50px 0;
}
.homeTemplate main.content-wrapper header.page-title {
    margin-bottom: 30px;
}
.homeTemplate main.content-wrapper header.page-title h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 3em;
}
.pageTemplate main.content-wrapper {
    position: relative;
    padding-bottom: 50px;
}
.pageTemplate.contactTemplate main.content-wrapper {
    padding-bottom: 0px;
}
.pageTemplate main.content-wrapper header.page-title {
    margin-bottom: 50px;
    background: url(../images/bg-title.png) left center no-repeat #222;
    color: #fff;
    padding: 80px 0;
}
.pageTemplate.contactTemplate main.content-wrapper header.page-title {
    margin-bottom: 0;
}
.pageTemplate main.content-wrapper header.page-title h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 2.2em;
    transform: translateX(-100%);
    animation: slide-in 1s;
    animation-fill-mode: forwards;
}
main.content-wrapper header.page-title h1 span {
    font-weight: bold;
}
main.content-wrapper header.page-title h1 span:last-child {
    font-weight: 300;
}
.fullwidthTemplate article.content {
    padding: 0 50px;
}
.fullwidthTemplate.contactTemplate article.content {
    padding: 0;
}
article.content::after {
    content: '';
    display: block;
    clear: both;
}
/*
article.content h1, article.content h2, article.content h3, article.content h4, article.content h5, article.content h6 {
    color: #000;
}
*/
article.content p {
    margin: 0 0 20px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #eee;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #999;
    padding: 2px 5px;
}
article.content .mcePxmGallery {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 50px;
}
article.content .contact-info-grid {
    font-size: 1.3em;
    padding: 30px 0;
    margin-bottom: 50px;
    background: #f2f2f2;
}
article.content .contact-info-grid .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
article.content .contact-info-grid .container > div {
    margin: 0 20px;
}
article.content .contact-info-grid .phone-responsive {
    display: none;
}
article.content .contact-info-grid i {
    -webkit-text-stroke: 1px #222;
    -webkit-text-fill-color: #f2f2f2;
    margin-right: 5px;
    font-size: 1.4em;
}
article.content .contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #f2f2f2;
}
article.content .contact-grid .maps .box_googlemapsv2 {
    height: 100%;
}
article.content .contact-grid .form {
    padding: 50px;
}
/*****/
section.content #AllNews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
section.content #AllNews figure {
    position: relative;
    background: #222;
    color: #fff;
    display: grid;
    grid-template-rows: 300px 1fr;
}
section.content #AllNews figure .photo {
    position: relative;
}
section.content #AllNews figure .photo::after {
    content: '';
    z-index: 3;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    
    background-size: 0;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%),
                        linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%);
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
    /*
    background-size:    100% 3px,
                        3px 100%,
                        100% 3px,
                        3px 100%;
    */
}
section.content #AllNews figure:hover .photo::after {
    animation: bg 1.25s;
    animation-fill-mode: forwards;
}
@keyframes bg {
    0% {
        background-size:    0 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    25% {
        background-size:    100% 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    50% {
        background-size:    100% 2px,
                            2px 100%,
                            0 2px,
                            2px 0;
    }
    75% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 0;
    }
    100% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 100%;
    }
}
section.content #AllNews figure .photo.nophoto {
  background:#ccc;
}
section.content #AllNews figure:hover .photo.nophoto {

}
section.content #AllNews figure .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    transition: opacity 1.25s;
}
section.content #AllNews figure:hover .photo img {
    opacity: .5;
}
section.content #AllNews figure .photo.nophoto img {
    object-fit: scale-down;
}
section.content #AllNews figure .photo i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: opacity 1.25s;
}
section.content #AllNews figure:hover .photo i {
    opacity: 1;
}
section.content #AllNews figure figcaption {
    z-index: 10;
    padding: 20px;
}
section.content #AllNews figure figcaption h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    font-size: 25px;
}
section.content #AllNews figure figcaption h3 span {
    font-weight: bold;
}
section.content #AllNews figure figcaption h3 span:last-child {
    font-weight: 300;
}
section.content #AllNews figure figcaption p {
    margin: 0;
    text-align: justify;
}
section.content #AllNews figure figcaption a.button {
    font-size: 0;
    line-height: 0;
    display: block;
}
section.content #AllNews figure figcaption a.button::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}
section.content #AllNews figure:hover figcaption a.button {
}
/****************************/
section.home-news {
    position: relative;
    padding: 50px 0 ;
    text-align: center;
}
section.home-news:not(.page-news) {
  
    padding: 37px 0 80px;
}
section.home-news:not(.page-news):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -273px;
    background: url(../images/before-actus.png)no-repeat left center;
    background-size: contain;
    width: 497px;
    height: 497px;
}
section.home-news:not(.page-news):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 160px;
    background: url(../images/after-actus.png)no-repeat right center;
    background-size: contain;
    width: 255px;
    height: 138px;
    z-index: -1;
}

section.home-news h1{
    margin: 0 auto 44px;
    display: table;
    padding: 0 42px;
    position: relative;
}
section.home-news h1:before{
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    background: url(../images/bg-h.png)no-repeat ;
    background-size: contain;
    width: 15px;
    height: 15px;
}
section.home-news h1:after{
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    background: url(../images/bg-h.png)no-repeat ;
    background-size: contain;
    width: 15px;
    height: 15px;
}
section.home-news article{
    position: relative;
}
section.home-news.page-news {
    background: none;
    padding: 0;
}
section.page-news #AllNews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px;
}
section.home-news #AllNews figure.Item {
    position: relative;
    background: transparent;
    color: #484848;
    display: grid !important;
    grid-template-rows: 270px 1fr;
    margin-bottom: 20px;
    box-shadow: 0 0 7px 0 rgb( 0 0 0/5%);
}


section.home-news .slick-slide {
    margin: 0 11px;
}
section.home-news .slick-slider{
    margin: 0 -11px !important;
}
section.home-news #AllNews figure.Item .photo {
    position: relative;
    background: #f2f2f2;
}
section.home-news #AllNews figure.Item .photo::after {
/*    content: '';*/
    z-index: 3;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 16px;
    bottom: 16px;
    background: transparent;
    opacity: 0;
    transform: scale(0,0);
    transition: 0.4s all;
    /*
    background-size: 100%;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, rgb(8 136 83/80%) 100%, rgb(8 136 83/80%) 100%),
                        linear-gradient(to bottom, rgb(8 136 83/80%) 100%, rgb(8 136 83/80%) 100%),
                        linear-gradient(to right, rgb(8 136 83/80%) 100%, rgb(8 136 83/80%) 100%),
                        linear-gradient(to bottom, rgb(8 136 83/80%) 100%, rgb(8 136 83/80%) 100%);
    background-position:    100% 100%,
                            100% 100%,
                            100% 100%,
                            100% 100%;
*/
    border: 1px solid #8d0b17;
}
section.home-news #AllNews figure.Item:hover .photo::after {
/*
    animation: bg 1.25s;
    animation-fill-mode: forwards;
*/
    opacity: 1;
    transform: scale(1,1);
    transition: 0.4s all;
}
section.home-news .slick-dots li{
    width: 18px;
    height: 18px; 
    margin: 0 8px;
}
section.home-news .slick-dotted.slick-slider {
    margin-bottom: 0;
}
section.home-news .slick-dots {
    position: absolute;
    bottom: -32px;
    
    width: 100%;
    left: 0;
    text-align: center;
}
section.home-news .slick-dots li button:before{
    font-size: 18px;
    background: transparent;
    border: 3px solid #0b0a08;
    width: 18px;
    height: 18px; 
    content: ""!important;
    border-radius: 50%;
}
section.home-news .slick-dots li.slick-active button:before,section.home-news .slick-dots li button:before{
    opacity: 1;
}
section.home-news .slick-dots li.slick-active button:before{
    background: #0b0a08;
}
@keyframes bg {
    0% {
        background-size:    0 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    25% {
        background-size:    100% 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    50% {
        background-size:    100% 2px,
                            2px 100%,
                            0 2px,
                            2px 0;
    }
    75% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 0;
    }
    100% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 100%;
    }
}
section.home-news #AllNews figure.Item .photo.nophoto {
}
section.home-news #AllNews figure.Item:hover .photo.nophoto {
}
section.home-news #AllNews figure.Item .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    transition: opacity 1.25s;
}
section.home-news #AllNews figure.Item:hover .photo img {
    opacity: 1 !important;
}
section.home-news #AllNews figure.Item .photo.nophoto img {
    object-fit: scale-down;
}
section.home-news #AllNews figure.Item .photo i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: opacity 1.25s;
    display: none;
}

section.home-news #AllNews figure.Item:hover .photo i {
    opacity: 1;
}
section.home-news #AllNews figure.Item figcaption {
    z-index: 10;
    padding: 28px 0 0;
    margin: 0px;
    background: white;
}
section.home-news #AllNews figure.Item figcaption h3 {
    margin: 0 30px 20px;
    text-transform: none;
    text-align: center;
    line-height: 1.2em;
    font-size: 28px;
    color: #484848;
}
section.home-news #AllNews figure.Item figcaption .date{
    font-size: 20px;
    margin-bottom: 22px;
    display: none;
}
section.home-news #AllNews figure.Item figcaption h3 span {
    font-weight: 500;
}
section.home-news #AllNews figure.Item figcaption h3 span:last-child {
    font-weight: 500;
}
section.home-news #AllNews figure.Item figcaption p {
    margin: 0 30px;
    color: #484848;
    text-align: center;
    letter-spacing: 0.03em;
}
section.home-news #AllNews figure.Item figcaption .box1{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
}
/*
section.home-news #AllNews figure.Item:hover figcaption h3, section.home-news #AllNews figure.Item:hover figcaption p {
    color: #fff !important;
}
*/
section.home-news #AllNews figure.Item figcaption a.button {
    font-size: 15px;
    font-weight: 500;
    line-height: 58px;
    width: auto;
    height: 58px;
    color: #484848 ;
    text-decoration: none !important;
    display: block;
    margin: 0px  25px ;
    text-align: center;
    text-transform: uppercase;
}
section.home-news #AllNews figure.Item figcaption a.button::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}
section.home-news #AllNews figure.Item:hover figcaption  {
    background: #f2f2f2;
}
/*section.home-news #AllNews figure.Item:hover figcaption a.button {color: #8d0b17;background: #fff;}*/

section.newsletter {
    position: relative;
    padding: 77px 0 84px;
    background: #8d0b17;
}
.fullwidthTemplate section.newsletter {
    padding: 50px 0;
    background: #f2f2f2;
    margin-top: 30px;
}
section.newsletter .newsletter-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 175px;
}
section.newsletter .newsletter-grid h4 {
    margin: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: white;
}


#Shop div#checkoutAddressBox .btn-info {
    background: black;
    border: none;
    margin: 0 0 10px;
    text-decoration: none;
}
#Shop div#checkoutAddressBox .btn-info:hover {
    background: #8d0b17 ;
}
/************section.logo**************/
section.logo {
    position: relative;
    padding: 20px 0 0;
}
section.logo h1 {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    font-size: 47px;
}
section.logo .logo-autoplay {
    margin: 0;
    z-index: 2;
    position: relative;
}
section.logo .logo-autoplay .box {
    position: relative;
    transition: all 0.6s;
}
section.logo .logo-autoplay .box img {
    max-width: 100%;
    object-fit: cover;
    width: auto;
    height: auto;
}
section.logo .slick-initialized .slick-slide > div {
    margin: 0 14px;
}
section.logo .logo-autoplay .box .photo-img {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 153px;
    justify-content: center;
}
/****/
section.logo .slick-dots {
    bottom: -41px;
    margin: 0;
    padding: 0;
}

section.logo .slick-dots li {
    padding: 0;
    background-image: none;
    margin: 0 9px;
    height: 11px;
    width: 11px;
  display:inline-block;
}

section.logo .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor: pointer;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: rgb(141 11 23 / 35%);
}
section.logo .slick-dots li button:before {
  content:"";
  position:absolute;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    background: transparent;
   	border: 4px solid #4a4a4a;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    color: transparent;
    display: none;
}
section.logo .slick-dots li.slick-active button,
section.logo .slick-dots li button:hover {
  background: rgb(141 11 23 / 100%);
}
/*********** boxes ***************/
section.boxes {
    position: relative;
    padding: 169px 0 180px;
    background: url(../images/bg-bx.jpg) no-repeat;
    background-size: cover;
}
section.boxes .boxes-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr  1fr;
    grid-gap: 68px 80px;
}
section.boxes .boxes-grid .box {
    position: relative;
    transition: all 0.6s;
}
/*section.boxes .img-box:after {
    content: "";
    position: absolute;
    background: rgb(141 11 23 / 80%);
    left: 26px;
    right: 26px;
    bottom: 26px;
    top: 26px;
    transition: all 0.6s;
    opacity: 0;
}*/
.camera_caption>div {
    background: #000;
    background: rgb(0 0 0 / 60%);
    height: auto!important;
}
section.boxes  .box:hover .img-box:after {
 opacity: 1;
}

section.boxes .boxes-grid .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: all 0.6s;
}
section.boxes .boxes-grid .box:hover img {
    transform: scale (1.05);
}

section.boxes .boxes-grid .box .text-bx {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 22.36px;
    margin: 27px 0 0;
    font-family: 'Strenuous Cast';
}

section.boxes .img-box {
    position: relative;
    height: 275px;
}

section.boxes a {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    outline: none;
    font-size: 0;
    z-index: 2;
    top: 0;
}
/***********************************************************************************/
section.modules {
    position: relative;
    padding: 91px 0 132px;
    text-align: center;
    z-index: 1;
    background: url(../../../smarty/wireframe27/media/images/bg-news.jpg) no-repeat;
    background-size: cover;
}
section.modules .actus {
    position: relative;
}
section.modules .news-text {
    text-align: center;
    color: #fff;
}
section.modules .news-text h1 {
    position: relative;
    color: #fff;
    position: relative;
    margin-bottom: 58px;
    font-size: 37px;
}
section.modules .img-news-home {
    position: relative;
    z-index: 1;
    margin: 0 0 61px 59px;
    width: 500px !important;
}
section.modules #NewsSlider .NewsItem a.readmore {
    color: #fff;
    text-decoration: none;
    background: #8d0b17;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 19px 51px;
    transition: all .6s;
    margin: 55px auto 0;
    position: relative;
    display: table;
    font-weight: bold;
    letter-spacing: 0;
}
section.modules #NewsSlider .NewsItem:hover a.readmore {
transform:scale(0.9);
}
section.modules #NewsSlider .NewsItem {
    border-top: none;
    background: transparent;
    color: #282828;
    padding: 0;
    box-shadow: none;
    margin: 0px 0;
}

section.modules .news-title {
    margin-bottom: 0;
}
section.modules h5 {
    font-size: 18px;
    font-weight: 700;
    color: #8d0b17;
    letter-spacing: 0;
}

section.modules .news-title br, section.content .news-title br {
    display: none;
}

section.modules  .news-title a {
    line-height: 1.2em;
    font-size: 18px !important;
    font-weight: bold;
    color: #8d0b17 !important;
    letter-spacing: 0;
    display: block;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: none !important;
  font-family: 'Outfit';
}
section.modules .date {
    line-height: 24px;
    font-size: 18px !important;
    font-weight: bold;
    color: #8d0b17 !important;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 0;

}
section.modules .slick-dots li button {
    width: 13px !important;
    height: 13px !important;
    background: #b4bec0 !important;
    border-radius: 50% !important;
}

section.modules .slick-dots li.slick-active button {
    opacity: 1 !important;
    
     background: #fff !important;
}
section.modules .slick-dots {
    bottom: -63px !important;
}
section.modules .slick-dots li button:before {
display:none;
}
/****************** avis ***********************/
section.avis{
    position: relative;
    padding: 60px 0 132px; 
    background:  #fff;
    color: #282828;
    text-align: center;
    z-index: 1;
}
section.avis:before {
    content: "Avis clients";
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    top: -5px;
    font-size: 108px;
    font-style: italic;
    font-weight: 700;
    font-family: 'Strenuous Cast';
    color: #fff;
    -webkit-text-stroke: 1px rgb(57 181 74/25%);
    -webkit-text-fill-color: transparent;
    line-height: 1em;
    text-transform: uppercase;
}


section.avis article .part-avis{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}


section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name a{
    position: relative;
/*
    margin-right: 7px;
    padding-right: 3px;
*/
}
/*
section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name a:after{
    position: absolute;
    content: "";
    right: -7px;
    width: 5px;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: 0;
}
*/
section.avis h1{
    position: relative;
    color: #454545;
    margin: 0 auto 27px;
    font-size: 45px;
    
}

section.avis .guestbook-messages .gb-score, section.avis .guestbook-messages .gb-count{
    display: none;
}
section.avis .gb-entry-score strong {
    display: none;
}
section.avis .fa-calendar:before,section.avis .fa-clock-o:before {
    content: "";
}
section.avis .gb-entry-score {
    position: absolute;
    font-size: 22px;
    height: 22px;
    top: 0;
    bottom: inherit;
    left: 0px;
    right: 0;
    margin: 0 auto;
    clear: both;
    display: inline-block;
}
section.avis .gb-entry-score .fullStar, section.avis .gb-entry-score .emptyStar {
    display: inline-block;
    width: 20px;
    height: 22px;
    padding: 0;
    float: none;
    margin: 0px 1px;
    text-align: left;
    color: #8d0b17;
}

section.avis .gb-entry-score strong {
    vertical-align: middle;
}
section.avis article div#Guestbook .gb-entry-score .fullStar, section.avis article div#Guestbook .gb-entry-score .emptyStar {
    float: none!important;
    font-size: 20px;
    vertical-align: middle;
}

section.avis .guestbook-messages {
    padding: 0;
    margin-top: 0;
}
section.avis .guestbook-messages .gb-content .gb-entry {
    border-bottom: none;
}
section.avis .guestbook-messages .gb-content .gb-entry {
    padding: 0;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name a,section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time{
    color: #333333;
    
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    float: none !important;
    display: inline-block;
    text-decoration: none !important;
}

section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
}
section.avis .slick-slider{
    margin-bottom: 0px!important;
}
section.avis .lireplus {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 0px 5px;
/*    font-family: 'Strenuous Cast';*/
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 47px;
    width: 140px;
    margin: 30px auto 0px;
    line-height: 47px;
    background: #8d0b17 !important;
    transition: background .4s ease-in-out;
}

section.avis .lireplus:hover{
    color: #fff;
	background: #000 !important;
    text-decoration: none!important;
}

section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time .gb-time{
    display: none;
}
section.avis .fa-star-o:before{
    content: "\f006";
    color: #8d0b17;
}

section.avis article div#Guestbook .gb-entry-score .fullStar, section.avis article div#Guestbook .gb-entry-score .emptyStar {
    float: none!important;
    font-size: 22px;
    vertical-align: middle;
}

section.avis .guestbook-messages {
    padding: 0;
}
section.avis .guestbook-messages .gb-content .gb-entry {
    padding: 60px 0 0;
    position: relative;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-message{
/*    text-align: center;*/
    color: #333;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
} 
section.avis .slick-slider{
    margin-bottom: 0px!important;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info{
    width: auto;
    padding: 0;
    color: #333;
    margin: 0px;
     margin-bottom: 0px;
}


section.avis .guestbook-score .gb-rating :checked ~ label::after {
    content: '\f005';
    font-weight: 900;
}
section.avis .guestbook-score .gb-rating label::after {
    content: '\f005'!important;
    font-size: 1.3em;
    transition: color .4s; 
    font-weight: 400;
}
section.avis .guestbook-score .gb-rating{
    vertical-align: middle;
}

section.avis .slick-dots {
     position: absolute;
    bottom: -130px;
    margin: 0;
}
section.avis .slick-dots li{
    width: 10px;
    height: 10px; 
    margin: 0 8px;
}
section.avis .slick-dots li button:before{
    font-size: 10px;
    background: rgb(51 51 51/60%);
    border: none;
    width: 10px;
    height: 10px; 
    content: ""!important;
    border-radius: 50%;
}
section.avis .slick-dots li.slick-active button:before,section.avis .slick-dots li button:before{
    opacity: 1;
}
section.avis .slick-dots li.slick-active button:before{
    background: #333;
}

/****************************/
section.home-news {
    position: relative;
    padding: 50px 0 ;
    text-align: center;
}
section.home-news:not(.page-news) {
  
    padding: 37px 0 80px;
}
section.home-news:not(.page-news):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -273px;
    background: url(../images/before-actus.png)no-repeat left center;
    background-size: contain;
    width: 497px;
    height: 497px;
}
section.home-news:not(.page-news):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 160px;
    background: url(../images/after-actus.png)no-repeat right center;
    background-size: contain;
    width: 255px;
    height: 138px;
    z-index: -1;
}

section.home-news h1{
    margin: 0 auto 44px;
    display: table;
    padding: 0 42px;
    position: relative;
}
section.home-news h1:before{
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    background: url(../images/bg-h.png)no-repeat ;
    background-size: contain;
    width: 15px;
    height: 15px;
}
section.home-news h1:after{
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    background: url(../images/bg-h.png)no-repeat ;
    background-size: contain;
    width: 15px;
    height: 15px;
}
section.home-news article{
    position: relative;
}
section.home-news.page-news {
    background: none;
    padding: 0;
}
section.page-news #AllNews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px;
}
section.home-news #AllNews figure.Item {
    position: relative;
    background: transparent;
    color: #484848;
    display: grid !important;
    grid-template-rows: 270px 1fr;
    margin-bottom: 20px;
    box-shadow: 0 0 7px 0 rgb( 0 0 0/5%);
}


section.home-news .slick-slide {
    margin: 0 11px;
}
section.home-news .slick-slider{
    margin: 0 -11px !important;
}
section.home-news #AllNews figure.Item .photo {
    position: relative;
    background: #f2f2f2;
}
section.home-news #AllNews figure.Item .photo::after {
/*    content: '';*/
    z-index: 3;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 16px;
    bottom: 16px;
    background: transparent;
    opacity: 0;
    transform: scale(0,0);
    transition: 0.4s all;
    /*
    background-size: 100%;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, rgb(8 136 83/80%) 100%, rgb(8 136 83/80%) 100%),
                        linear-gradient(to bottom, rgb(8 136 83/80%) 100%, rgb(8 136 83/80%) 100%),
                        linear-gradient(to right, rgb(8 136 83/80%) 100%, rgb(8 136 83/80%) 100%),
                        linear-gradient(to bottom, rgb(8 136 83/80%) 100%, rgb(8 136 83/80%) 100%);
    background-position:    100% 100%,
                            100% 100%,
                            100% 100%,
                            100% 100%;
*/
    border: 1px solid #8d0b17;
}
section.home-news #AllNews figure.Item:hover .photo::after {
/*
    animation: bg 1.25s;
    animation-fill-mode: forwards;
*/
    opacity: 1;
    transform: scale(1,1);
    transition: 0.4s all;
}
section.home-news .slick-dots li{
    width: 18px;
    height: 18px; 
    margin: 0 8px;
}
section.home-news .slick-dotted.slick-slider {
    margin-bottom: 0;
}
section.home-news .slick-dots {
    position: absolute;
    bottom: -32px;
    
    width: 100%;
    left: 0;
    text-align: center;
}
section.home-news .slick-dots li button:before{
    font-size: 18px;
    background: transparent;
    border: 3px solid #0b0a08;
    width: 18px;
    height: 18px; 
    content: ""!important;
    border-radius: 50%;
}
section.home-news .slick-dots li.slick-active button:before,section.home-news .slick-dots li button:before{
    opacity: 1;
}
section.home-news .slick-dots li.slick-active button:before{
    background: #0b0a08;
}
@keyframes bg {
    0% {
        background-size:    0 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    25% {
        background-size:    100% 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    50% {
        background-size:    100% 2px,
                            2px 100%,
                            0 2px,
                            2px 0;
    }
    75% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 0;
    }
    100% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 100%;
    }
}
section.home-news #AllNews figure.Item .photo.nophoto {
}
section.home-news #AllNews figure.Item:hover .photo.nophoto {
}
section.home-news #AllNews figure.Item .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    transition: opacity 1.25s;
}
section.home-news #AllNews figure.Item:hover .photo img {
    opacity: 1 !important;
}
section.home-news #AllNews figure.Item .photo.nophoto img {
    object-fit: scale-down;
}
section.home-news #AllNews figure.Item .photo i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: opacity 1.25s;
    display: none;
}

section.home-news #AllNews figure.Item:hover .photo i {
    opacity: 1;
}
section.home-news #AllNews figure.Item figcaption {
    z-index: 10;
    padding: 28px 0 0;
    margin: 0px;
    background: white;
}
section.home-news #AllNews figure.Item figcaption h3 {
    margin: 0 30px 20px;
    text-transform: none;
    text-align: center;
    line-height: 1.2em;
    font-size: 28px;
    color: #484848;
}
section.home-news #AllNews figure.Item figcaption .date{
    font-size: 20px;
    margin-bottom: 22px;
    display: none;
}
section.home-news #AllNews figure.Item figcaption h3 span {
    font-weight: 500;
}
section.home-news #AllNews figure.Item figcaption h3 span:last-child {
    font-weight: 500;
}
section.home-news #AllNews figure.Item figcaption p {
    margin: 0 30px;
    color: #484848;
    text-align: center;
    letter-spacing: 0.03em;
}
section.home-news #AllNews figure.Item figcaption .box1{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
}
/*
section.home-news #AllNews figure.Item:hover figcaption h3, section.home-news #AllNews figure.Item:hover figcaption p {
    color: #fff !important;
}
*/
section.home-news #AllNews figure.Item figcaption a.button {
    font-size: 15px;
    font-weight: 500;
    line-height: 58px;
    width: auto;
    height: 58px;
    color: #484848 ;
    text-decoration: none !important;
    display: block;
    margin: 0px  25px ;
    text-align: center;
    text-transform: uppercase;
}
section.home-news #AllNews figure.Item figcaption a.button::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}
section.home-news #AllNews figure.Item:hover figcaption  {
    background: #f2f2f2;
}
/*************/
/*.menu-accordion {
   margin-bottom: 20px;
}
.box_acc {
    background: #333; 
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #8c8c8c;
    .transition(@effect);
}
.box_acc:hover { 
    cursor: pointer; 
    background: @brand-action;
}
.box_acc h3 { 
    color: @brand-neutral !important;
    font-size: 1em;
    margin: 0!important;
    padding: 10px; 
}
.box_acc:hover h3 {
    color: @brand-inverse !important;
}
.opendiv{ 
    background: @brand-action !important;
}
.opendiv h3{
    color: @brand-inverse !important;
}
.show_me_acc { 
    display: none;
    padding: 20px;
    background:  fade(@brand-neutral, 10%);
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.5);
}
.show_me_acc p {
    -webkit-margin-before: 0;
    margin: 0;
    padding: 0;
}
.show_me_acc ul li {
    color: @brand-neutral !important;
}*/
/* Cadre sur images */
a.picture_frame img{
    background: @brand-neutral;
    padding: 0.5em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0.2em;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 50;
}   
a.picture_frame img:hover{
    background: @brand-primary;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 50;
}

/*--------------------------------------------------
# footer
--------------------------------------------------*/
footer.bottom {
    position: relative;
    padding: 76px 0 61px;
    background: url(../images/bg-footer.jpg) no-repeat;
    background-size: cover;
}
footer.bottom .footer-logo {
    position: relative;
    text-align: left;
    margin: 0 0 73px;
    padding: 0 132px 0 0;
    max-width: 338px;
}
footer.bottom .footer-logo img {
    max-width: 100%;
}
footer.bottom .footer-logo:after {
    content: "";
    position: absolute;
    background: url(../images/icon-logo-footer.png) no-repeat;
    right: 0;
    bottom: 0;
    top: 0;
    width: 137px;
    height: 100%;
    background-size: cover;
}
footer.bottom .footer-logo:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 50vw;
    left: -50vw;
    height: 100%;
    top: 0;
    bottom: 0;
}
footer.bottom .footer-grid {
    display: grid;
    grid-template-columns: auto 564px;
    justify-content: space-between;
}
footer.bottom h2 {
    margin: 0 0 35px;
    color: #fff;
    font-size: 30px;
}
footer.bottom .footer-grid .bloc-left {
    position: relative;
}
footer.bottom .address p {
    margin: 0;
    letter-spacing: 0;
}
footer.bottom .telephone {
    position: relative;
    padding: 0 0 0 32px;
    background: url(../images/tel.png) no-repeat left center;
    margin: 0;
    font-size: 15.56px;
    font-weight: 500;
    letter-spacing: 0;
}
footer.bottom .cont-gsm a {
    color: #ffffff;
    text-decoration: none;
}
footer.bottom .cont-gsm a:hover {
    color: #ffffff;
  text-decoration: underline;
}
footer.bottom .social {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    margin: 15px 0 0;
}

footer.bottom.page .footer-grid {
    display: block;
}
footer.bottom.page .footer-grid .bloc-left {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
}
/***/
section.social-footer {
    background: #dab989;
    padding: 14px 0;
}
footer.bottom .social .networks_linking {
    position: relative;
    display: flex;
    justify-content: center;
}
footer.bottom .social .networks_linking a.networks_facebook {
    background: #fff;
    height: 36px;
    width: 36px;
    transition: all 0.6s;
    margin: 0;
    display: inline-block;
    color: #8d0b17;
    line-height: 36px;
    font-size: 15.5px;
    border-radius: 50%;
    text-align: center;
}

footer.bottom .social .networks_linking a.networks_google {
    background: #fff url(../images/g-f-h.png) no-repeat center;
    height: 36px;
    width: 36px;
    transition: all 0.6s;
    font-size: 0;
    outline: none;
    margin: 0;
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    margin: 0 7px;
}
footer.bottom .social .networks_linking a.networks_google:hover {
   background: #8d0b17 url(../images/g-f.png) no-repeat center !important;
}
footer.bottom .social .networks_linking a.networks_instagram {
    background: #fff!important;
    color: #8d0b17!important;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 17px;
    outline: none;
    margin: 0 7px 0 0;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
footer.bottom .social .networks_linking a.networks_linkedin {
    background: #fff!important;
    color: #8d0b17!important;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 17px;
    outline: none;
    margin: 0;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
footer.bottom .social .networks_linking a.networks_instagram:hover, 
footer.bottom .social .networks_linking a.networks_facebook:hover {
     color: #fff!important;
   background: #8d0b17 !important;
}
footer.bottom .social span {
    color: #fff;
    font-size: 15.56px;
    font-weight: 500;
    letter-spacing: 0;
}
footer.bottom .social .networks_linking a:hover {
-webkit-animation: rotate-center 0.6s ease-in-out both;
	        animation: rotate-center 0.6s ease-in-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-1-25 13:56:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*****/
footer.bottom .footer-grid .footer-contact {
    position: relative;
    padding: 62px 98px 70px 81px;
    background: url(../images/bg-contact.jpg) no-repeat;
    background-size: cover;
}
footer.bottom .footer-grid .footer-contact h2 {
    margin: 0 0 15px;
}
footer.bottom .footer-grid .footer-contact fieldset.cols {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0 5px;
}
footer.bottom .footer-grid .footer-contact fieldset.cols2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 5px;
    margin: 6px 0 8px;
}
footer.bottom .footer-grid .footer-contact .contactForm .contact-field-legend {
    border: none;
    padding: 0;
    margin: 0;
}
footer.bottom .footer-grid .footer-contact .contactForm .contact-field-item {
    margin-bottom: 0;
    width: 100%;
    padding: 0 !important;
}
footer.bottom .footer-grid .footer-contact .contactForm .contact-field-item .contact-field-element .form-field {
    color: #444444;
    background: #f9f9f9;
    border: 1px solid #b8b8b8;
    padding: 5px 18px;
    height: 32px;
    font-size: 14.58px;
    letter-spacing: 0;
}
footer.bottom .footer-grid .footer-contact .contactForm .contact-field-item .contact-field-element .form-field::placeholder {
    color: #444444 !important;
}
footer.bottom .footer-grid .footer-contact .contactForm .contact-field-item .contact-field-element textarea.form-field {
    height: 64px;
}
footer.bottom .footer-grid .footer-contact .contactForm .gdpr_policy label {
    font-weight: 400;
    color: #fff;
}
footer.bottom .footer-grid .footer-contact .contactForm .gdpr_policy label a {
    color: #fff;
}
footer.bottom .footer-grid .footer-contact .contactForm .gdpr_policy {
    font-size: 14.58px;
    margin: 14px 0 0;
}
footer.bottom .footer-grid .footer-contact .contactForm .contact-submit {
    float: none;
    margin: 24px 0 0;
    position: relative;
    right: 0;
    bottom: 0;
}
footer.bottom .footer-grid .footer-contact .contactForm .contact-field-item .contact-field-element .form-field:focus {
    border-color: #b8b8b8;
    outline: none;
    background: #ffffff9c;
}
footer.bottom .footer-grid .footer-contact .contactForm .form-submit-button {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #8d0b17;
    text-transform: uppercase;
    padding: 7px 28px;
    background: #ffffff;
    border: none;
    box-shadow: none;
    transition: all 0.6s;
    letter-spacing: 0.1em;
    border-radius: 3px;
}
footer.bottom .footer-grid .footer-contact .contactForm .form-submit-button:hover {
    transform: scale(0.95);
}
/****/
#Shop div#checkoutAddressBox .btn-info {
    background: black;
    border: none;
    margin: 0 0 10px;
    text-decoration: none;
}
#Shop div#checkoutAddressBox .btn-info:hover {
    background: #8d0b17 ;
}

/*********** maps **********/

section.maps {
      position: relative;
    height: 328px;
      width: 100%;
}
 section.maps .box_googlemapsv2, section.maps .box_googlemapsv2 iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/*----------------- footer -----------------*/

.footer {
    position: relative;
    padding: 87px  0 63px;
    background: url(../../../smarty/wireframe27/media/images/bg-footer.jpg) no-repeat center bottom;
    color: #fff;
    background-size: cover;
}

.footer iframe, .footer .box_googlemapsv2{
    display: block;
    height: 100%;
}

.footer .container .footer-part {
    position: relative;
}
.footer div#log-footer {
    text-align: center;
    margin-bottom: 65px;
}
.footer .grid-footer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-content: space-between;
}
.footer .footer-card .tel, .footer .vcard .tel {
        
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 30px;
    background: url(../images/icon-tel-f.png)no-repeat left center;
    color: #fff;
        margin-bottom: 13px;
}

.footer .footer-card .tel a, .footer .vcard .tel a {
    text-decoration: none !important;
    color: #fff;
}
.footer .footer-card .tel a:hover, .footer .vcard .tel a:hover {
    text-decoration: none !important;
    color: #8d0b17;
}
.footer .footer-card .adr, .footer .vcard .adr {
    position: relative;
    color: #fff;
    padding-left: 22px;
    background: url(../images/adr.png)no-repeat left center;
}
.footer-tel .tel.work {
    position: relative;
    font-size: 25px;
    color: #fff;
    padding-left: 24px;
    background: url(../images/gsm.png)no-repeat left center;
    font-weight: bold;
}
.footer-tel .tel.work a {
    color: #fff;
    text-decoration: none;
}
.footer-tel .tel.work a:hover {
    text-decoration: none;
    color: #8d0b17;
}
.footer .social .title-soc {
    color: #fff;
}
.footer .networks_linking {
    text-align: center;
    float: none;
    margin: 0;
}
.footer .networks_linking a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0px;
    background: #8d0b17;
    color: #fff;
    font-size: 19px;
    margin: 0 6px;
    line-height: 44px;
}

.footer .networks_linking a:hover {
    background-color:#454545 !important;
   
}

.footer .fa {
    font-weight: 300!important;
}


/*********/
.footer-nav div#ContainerBlockSocial .title {
  display: none;
}

/*/social*/
.footer-nav div#ContainerBlockSocial .title {
  display: none;
}
.footer-nav div#ContainerBlockSocial {
  font-size: 18px!important;
  float: none;
  clear: both;
  margin-top: 0px;
  text-align: center;
  display: block;
}
.footer-nav div#ContainerBlockSocial>span {
  display: none;
}
.footer-nav .addthis_32x32_style .dummy .at300bs,.footer-nav .addthis_32x32_style .at300bs, 
.footer-nav .addthis_32x32_style .at15t {
  overflow: hidden;
  height: 22px !important;
  width: 22px !important;
  background: transparent!important;
  line-height: 22px !important;
  display: inline-block!important;
  text-align: center!important;
}
#ContainerBlockSocial .at300b .at300bs:after{
  -webkit-transition: all .4s,font-size 0s;
  -o-transition: all .4s,font-size 0s;
  transition: all .4s,font-size 0s;
  color: #fff;
  font-family: 'FontAwesome';
}
.footer-nav .addthis_default_style .addthis_separator, 
.footer-nav .addthis_default_style .at300b,.footer-nav .addthis_default_style .at300bo, 
.footer-nav .addthis_default_style .at300m, .footer-nav .addthis_default_style .at300bs{
  float: none!important;
}
.footer-nav .addthis_default_style .at300b, .footer-nav .addthis_default_style .at300bo, 
.footer-nav .addthis_default_style .at300m {
  padding: 0 7px!important;
}
.footer-nav .addthis_32x32_style .at15t_email::after {
  content: '\f0e0' !important;
}
.footer-nav .addthis_32x32_style .at15t_facebook::after {
  content: '\f09a' !important;
}
.footer-nav .addthis_32x32_style .at15t_twitter::after {
  content: '\f099' !important;
}
.footer-nav .addthis_32x32_style .at15t_linkedin::after {
  content: '\f0e1' !important;
}

.footer-nav .addthis_32x32_style .at300bs:hover:after{
  color: #8d0b17!important;
}
.footer-nav .addthis_32x32_style .dummy .at300bs:hover, .footer-nav .addthis_32x32_style .at300bs:hover, .footer-nav .addthis_32x32_style .at15t:hover{
  opacity: 1!important;
}

/*mentions-footer*/
.footer-nav {
  background: #fff;
  text-align: center;
    padding: 10px 0;
}
.footer-nav p{
  font-size: 16px;
  padding: 10px 0 0;

}


/***************************************************
				CSS Contact
*********** *************************

.contactForm .contact-field-item {
    width: 100%;
}
.guestbook-form .contactForm .contact-field-item,
.contactForm .contact-field-item.fullwidth {
    width: auto;
}
.contactForm .contact-field-item .contact-field-element .form-field {
    background: white!important;
    border: 1px solid #505050 !important;
    color: #282828;
    line-height: 25px;
    padding: 8px 15px;
    height: 44px;
    outline: none;
    font-family: 'Outfit';
    -webkit-transition: color .4s, background .4s, border-color .4s;
    -o-transition: color .4s, background .4s, border-color .4s;
    transition: color .4s, background .4s, border-color .4s;
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
    height: 115px;
}
.contactForm .contact-field-item .contact-field-element .form-field:hover{
    border-color: #8d0b17 !important;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
    background: white;
    border-color: #8d0b17;
    color: #282828;
}
.contactForm.submitted .contact-field-item .contact-field-element .form-field:invalid , .provi-field:invalid{
    border-color: red;
    box-shadow: none;
}
.contactForm .contact-field-item{
    margin-bottom: 7px;
}
/*
.contactForm .g-recaptcha {
    float: none;
    margin-top: 5px;
}

.contactForm .contact-submit {
    float: none;
}
.contactForm .form-submit-button {
    font-weight: 400;
    line-height: 25px;
    color: white;
    padding: 12px 40px!important;
    background: #8d0b17;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    border-radius: 0;
    border: 0;
    outline: none !important;
}
.contactForm .form-submit-button:hover {
    color: white;
    background: #8d0b17;
}

.contactForm .gdpr_policy {
   margin: 2px 0;
    line-height: 25px;
    display: table;
}    
.contactForm .gdpr_policy input[type=checkbox] {
        line-height: 25px;
    min-height: 25px;
    margin: -1px 8px 6px 0;
    display: table-cell;
    vertical-align: middle;
    }
.contactForm .gdpr_policy label {
       font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 0;
    margin: 0;
    display: table-cell !important;
    vertical-align: top;
        line-height: 30px;
    }
.contactForm .contact-field-item .contact-field-element .form-field::-webkit-input-placeholder{
    color: #282828;
    opacity:1;
}
.contactForm .contact-field-item .contact-field-element .form-field:-moz-placeholder{
     color: #282828;
     opacity:1;
}
.contactForm .contact-field-item .contact-field-element .form-field::-moz-placeholder{
     color: #282828;
     opacity:1;
}
.contactForm .contact-field-item .contact-field-element .form-field:-ms-input-placeholder{
     color: #282828;
     opacity:1;
}
.contactForm .contact-field-item .contact-field-label .contact-field-req-symbol, .contactForm .contact-field-error{
    color: #282828;
}
.contactForm #contact-captcha-error {
    margin-top: 0;
}
.contactForm .contact-field-item .contact-field-element select.form-field {
    padding: 9px 15px;
    height: 44px;
}
section.content .contactForm .gdpr_policy label{
    line-height: 25px;
}

**/

/****** cookies *****/
.btn-gdpr:hover {
    background: #8d0b17 !important;
    color: #fff !important;
}
.btn-gdpr {
    color: #fff !important;
    background: #454545 !important;
}
/*********** interne ************/
section.content .video {
    float: right;
    margin: 0 0 15px 25px;
}
.table>tbody>tr>td:last-child {
    width: 15%;
    text-align: right;
}
.table>tbody>tr:hover>td{
background: rgba(255,255,255,0.3);
}
.backbtn .fa-level-up:before{
    content: "\f148" !important;
}
img.img-news {
    float: right;
    margin: 0 0px 15px 25px;
    max-height: 170px;
}

section.content  .social {
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
}
section.content .social .networks_linking {
    text-align: center;
    float: none;
    margin: 0;
    display: inline-block;
}
section.content .social  .networks_linking a {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin: 0px;
    background: #454545;
    color:#fff;
    font-size: 20px;
    margin: 0 4px;
    line-height: 31px;
}

section.content .social .networks_linking a:hover {
    background-color:#8d0b17!important;
    color: #fff!important;
}
section.content .social .fa {
    font-weight: 300;
}
section.content a.readmore {
    color: white;
    text-decoration: none;
    padding: 12px 40px;
    background: #8d0b17;
}
section.content a.readmore:hover {
    background: #000;
}
/*--------------------------------------------------
# marques slick 
--------------------------------------------------*/
section.content .slick-prev:before, section.content .slick-next:before {
    position: absolute;
    content: '';
    width: 17px;
    height: 31px;
    left: 0;
    top: 0;
    font-family: inherit;
    color: transparent;
    z-index: 2;
    opacity: 1;
    top: unset;
    bottom: -52px;
}
section.content .slick-next:before {
    background: url(../images/slick-next.png) no-repeat center center;
    font-size: 31px;
}
section.content .slick-prev:before {
    background:  url(../images/slick-prev.png) no-repeat center center;
    font-size: 31px;
}
section.content .slick-next:hover:before, section.content .slick-prev:hover:before {
     opacity: 0.6;
}
section.content .slick-next, section.content .slick-prev {
    margin-top: 0;
    width: 17px;
    height: 31px;
    z-index: 1;
    /* transform: none; */
}
section.content .slick-prev {
    left: 50%;
    top: inherit;
    bottom: 0;
    margin-left: -28px;
}
section.content .slick-next {
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: 0;
    margin-left: 14px;
}
/******* avis interne *********/
section.content .icon-avis {
    display: table;
    margin: 0 auto;
}
.guestbook-score .gb-rating label:after {
    font-size: 20px !important;
}
.guestbook-score .gb-rating label {
    font-size: 0;
}
section.content .gb-page-content.gb-page-content-0{
    display: block !important;
}
section.content .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name a {
    color: #282828; 
}


.guestbook-form form.contactForm .two-column{
    width: 50%;
  	clear: none;
    float: left;
}

.guestbook-score .gb-rating {
    vertical-align: middle;
}
.guestbook-score .gb-rating label::after{
    color: #282828;
}
.guestbook-score .gb-rating :checked ~ label::after{
    color: #8d0b17 !important;
}
section.content .gb-entry-score{
    font-size: 18px;
    color: #8d0b17;
}
.fa-star-o:before {
    content: "\f006" !important;
}
section.content .gb-info {
    margin-bottom: 8px;
    font-size: 16px;
}
section.content .guestbook-messages .gb-content .gb-entry{
    background: #f2f2f2;
    padding: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #8d0b17;
}
section.content .guestbook-messages .gb-content .gb-entry>div {
    padding: 10px;
}
/****/
section.gal-banner {
    position: relative;
}

div#galinterne {
    display: block;
}
div#galinterne a.highslide {
    padding: 0;
}
.mcePxmGallery div#galinterne.highslide-gallery *{
    height: 677px;
    border-radius: 250px 250px 0 0;
}
.mcePxmGallery div#galinterne.highslide-gallery .slick-dots {
    position: absolute;
    height: 14px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.mcePxmGallery div#galinterne.highslide-gallery .slick-dots * {
    height: 14px;
}
.mcePxmGallery div#galinterne.highslide-gallery .highslideContainer a.highslide::after,
.mcePxmGallery div#galinterne.highslide-gallery .highslideContainer a.highslide::before{
    display: none;
}
.mcePxmGallery div#galinterne.highslide-gallery .highslideContainer a.highslide:hover img{
    transform: none;
    opacity: 1;
}

.mcePxmGallery div#galinterne.highslide-gallery .slick-dots li{
    width: 14px;
    height: 14px; 
    margin: 0 6px;
}
.mcePxmGallery div#galinterne.highslide-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.mcePxmGallery div#galinterne.highslide-gallery .slick-dots {
    bottom: -30px;
    
}
.mcePxmGallery div#galinterne.highslide-gallery .slick-dots li button:before{
    font-size: 14px;
    background: transparent;
    border: 1px solid #282828;
    width: 14px;
    height: 14px; 
    content: ""!important;
    border-radius: 50%;
}
.mcePxmGallery div#galinterne.highslide-gallery .slick-dots li.slick-active button:before,
.mcePxmGallery div#galinterne.highslide-gallery .slick-dots li button:before{
    opacity: 1;
}
.mcePxmGallery div#galinterne.highslide-gallery .slick-dots li.slick-active button:before{
    background: #282828;
}
div#galinterne .imgthumbpos{
    padding: 0;
  }
  div#galinterne .slick-prev:before {
      content: "" !important;
    background: url(../images/slick-prev.png) no-repeat center center;
  }
  div#galinterne .slick-next:before {
      content: "" !important;
    background: url(../images/slick-next.png) no-repeat center center;
  }
div#galinterne  .slick-next , div#galinterne  .slick-prev{
  width: 10px;
}
div#galinterne  .slick-next {
    right: -15px;
}
div#galinterne  .slick-prev {
    left: -15px;
}
div#galinterne .slick-prev:before, div#galinterne .slick-next:before{
  
    width: 10px;
    height: 20px;
    display: block;
    background-size: contain;

}
div#galinterne .slick-slide {
    margin: 0px;
}
/************ intenre *************/
section.content.content-pag .grid-part {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 30px;
}
section.content.content-pag .grid-part.part2 {
    grid-template-columns: 2fr 1fr;
}
section.content.content-pag .grid-part.part2 .img-grid {
    order: 2;
}
section.content.content-pag .grid-part .img-grid img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


a#scrollTopBtn {
    border-radius: 0;
    right: auto;
     left:35px;
    bottom: 55px;
    background: #000;
}
a#scrollTopBtn:hover {
    background: #8d0b17;
}

div#footerSlideContainer {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    text-align: center;
    padding: 5px;
    background: #444;
}
div#footerSlideContainer #footerSlideButton {
    position: relative;
    color: #999;
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
    /* display: flex; */
    display: block;
    float: right;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	/*float: left;*/
	display: inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu a {
    font-weight: 500;
    padding: 0;
    font-size: 17.5px;
    text-decoration: none;
    color: #000518;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu > li {
    margin: 0 20px;
}
.sf-menu > li:first-child {
    margin-left: 0;
}
.sf-menu > li:last-child {
    margin-right: 0;
}

.sf-menu > li > a {
    position: relative;
    z-index: 1;
}
/*
.sf-menu > li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: 1px;
    transform: translate(0,-50%);
    width: 5px;
    height: 5px;
    background: #8d0b17;
    border-radius: 50%;
}
.sf-menu > li > a::before {
   content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    width: 0;
    display: inline-block;
    border-bottom: 10px solid #fff;
    transform: translateX(-50%);
    transition: width .4s
}
.sf-menu > li > a:hover::before,
.sf-menu > li.sfHover > a::before, .sf-menu > li.selected > a::before, .sf-menu > li.active > a::before {
    width: 46px;
}
  */

.sf-menu ul {
	background: #fff;
	padding: 15px 20px;
	min-width: 200px;
	text-align: left;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
}
.sf-menu ul li:not(:first-child) {
    margin-top: 10px;
}
.sf-menu ul a {
    padding: .15em 0em;
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: color .4s, border-bottom-color .8s;
}
.sf-menu ul a:hover,
.sf-menu ul .selected a, .sf-menu ul .active a {
    color: #8d0b17 !important;
    border-bottom-color: #ccc;
}
.sf-menu ul a:hover::before,
.sf-menu ul .selected a::before, .sf-menu ul .active a::before {
}
.sf-menu>li>a:hover,
.sf-menu>li.sfHover>a, .sf-menu>li.selected>a, .sf-menu>li.active>a {
    color: #8d0b17;
    
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 10px;
}

/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ccc;
	transition: background .4s;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #fff;
}
/* Menu */
.menu-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 260px;
    height: 100%;
    background: #454545;
    box-shadow: 0 0 20px #8d0b17;
    padding: 40px 20px 20px;
    transform: translateX(-100vw);
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul,
.mobile-menu .language {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul,
.mobile-menu .language {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size: .75em;
    letter-spacing: 0.2em;
}
.mobile-menu ul ul {
    font-size: 1em;
	background: rgba(0,0,0,.15);
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu > ul ~ ul li:first-child {
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li {
	padding: 5px 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu a {
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: background .4s;
    font-weight: 500;
    font-size: 17.5px;
    letter-spacing: 0;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
	background: #8d0b17;
}
.mobile-menu li li a {
	padding-left: 25px;
}
/* Language menu */
.mobile-menu .language {
    text-align: center;
    margin-top: 15px;
}
.mobile-menu .language a {
    text-transform: uppercase;
	padding: 5px 10px;
	display: inline-block;
    color: #fff;
	text-decoration: none;
	font-weight: 400;
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul,
.show-menu .mobile-menu .language {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul,
.show-menu .mobile-menu .language {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}

/************/
/******************/
ul.etabs {
    width: 100%;
    display: grid;
    margin: 10px 0 20px 0 !important;
    padding: 0px !important;
    overflow: hidden;
    text-align: center;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px 40px;
}
.etabs .tab, .page-content #Shop #CatContent .etabs .tab {
    position: relative;
    display: block;
    background: transparent !important;
    padding: 0px !important;
    margin: 0!important;
    -webkit-transition: all .4s,font-size 0s;
    -o-transition: all .4s,font-size 0s;
    transition: all .4s,font-size 0s;
    left: 0;
}
.tab a {
    color: white;
    line-height: 2.2em;
    font-size: 16px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}


.etabs .tab h4, .etabs .tab .h4 {
    position: relative;
    z-index: 3;
/*
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
*/
    display: block;
    margin: 0;
    color:#000 !important;
    padding: 50px 10px 10px  ;
    font-size: 26px;
    margin-top: 0;
    background: transparent;
    text-align: center;
    border-bottom: 3px solid transparent;
    font-weight: 700;
}
.etabs .tab.actived h4, .etabs .tab.actived .h4 {
/*    background: #f2f2f2;*/
    border-color: #8d0b17;
    color: #8d0b17 !important;
}
.tab a img {
    width: 100% !important;
    height: 210px !important;
    object-fit: cover;
    margin: 0 !important;
}

.etabs .tab:hover h3, .etabs .tab:hover h4, .etabs .tab:hover .h3, .etabs .tab:hover .h4 {
/*    background: #fc6103;*/
    border-color: #8d0b17;
    text-shadow: none;
    color: #8d0b17 !important;
}
.contenus-etabs {
    padding: 20px;
/*
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.5);
*/
    margin-bottom: 20px;
    height: auto!important;
    clear: both;
    display: none;
    background: #fff;
}
.contenus-etabs h2{
     text-align: left;
/*
    padding-bottom: 15px;
    margin-bottom: 10px;
*/
    position: relative;
}


.contenus-etabs h5{text-align: left;line-height: 40px;}

.contenus-etabs{width: 100% ;}

/****************/
#Shop div#checkoutAddressBox .btn-info {
    background: black;
    border: none;
    margin: 0 0 10px;
    text-decoration: none;
}
#Shop div#checkoutAddressBox .btn-info:hover {
    background: #454545 ;
}
/*--------------------------------------------------
# Shop
--------------------------------------------------*/
#Shop h1:before, #Shop h2:before, #Shop h1:after, #Shop h2:after {
    display: none;
    
}
#Shop h1, #Shop h2, #Shop h1, #Shop h2 {
    padding: 0;
    display: block;
    background-image: none;
}
/*----------blc left---------*/
#Shop div#Sidebar {
   /* width: 25%;*/
    background: #f1f1f1;
    padding: 20px 10px;
  display:none;
}
#Shop div#Sidebar ul#ShopNav li {
    background: none !important;
    left: 0;
}
#Shop div#Sidebar h2 {
    font-family: 'Karla', serif !important;
    font-size: 24px !important;
    padding: 0 0 10px !important;
    color: #454545 !important;
    border-bottom: 3px solid #454545 !important;
    background: none;
}
#Shop div#Sidebar .searchForm label:before {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 7px;
}
#Shop div#Sidebar .mini-cart-option, #Shop div#Sidebar form#user-login a.Send {
    display: block !important;
    background: #111;
    color: #ffffff;
    margin: 0 0 10px;
    text-align: center;
    font-size: 20px;
    float: none !important;
    padding: 5px 10px;
}
#Shop div#Sidebar .mini-cart-option:hover, #Shop div#Sidebar form#user-login a.Send:hover {
    background: #545454;
}
/*----------blc right---------*/
#Shop div#ShopContent {
    width: 100%;
    max-width: 100%;
}
#Shop div#ShopContent div#ShopContent {
    float: none;
    width: 100%;
}
#Shop div#Head a.CartBtn {
    padding: 3px 10px;
    background: #111;
}
#Shop div#Head a.CartBtn:hover {
    background: #545454;
}
span#catalog_cart_mini-nbr-items {
    color: #454545;
}
div#ProdNav {
    margin: 20px 0 20px;
}
#Shop div#ShopContent #Products #Items .ProdItem {
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
}
#Shop div#ShopContent #Products #Items .ProdItem:hover {
    background: #d0d0d0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
}
#Shop div#ShopContent #Products #Items .ProdItem > a.ProdNoPhoto .nailthumb-container {
    width: 100% !important;
}
#Shop div#ShopContent #Products #Items .ProdItem > a .nailthumb-container img.nailthumb-image {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
#Shop div#ShopContent #Products #Items .ProdItem > a span.nailthumb-title {
    padding: 0px 10px;
    width: 100% !important;
    font-size: 18px;
    height: 68px;
    line-height: 68px;
}
/*----------page detail---------*/
#Shop div#ShopContent #article-content div#CatContent .outer li {
    background: none;
    padding: 0;
    margin: 0;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .addthis_toolbox {
    display: flex;
}
#Shop div#ShopContent #article-content div#CatContent form.articleInfoBox .addthis_toolbox:before {
    margin-right: 10px;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox {
  margin: 25px 0 0;
}

#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox .title {
    display: inline-block;
    float: left;
    margin-right: 10px !important;
    font-family: 'Karla', sans-serif;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a:after {
  color: white !important;
  background: #111;
  width: 32px;
  line-height: 32px;
  font-size: 14px;
  font-family: 'FontAwesome';
  display: inline-block;
  text-align: center;
  transition: background .5s, color .5s;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a:hover:after {
  background: #454545!important;
  color: white!important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_facebook:after {
  content: '\f09a' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_twitter:after {
  content: '\f099' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_linkedin:after {
  content: '\f0e1' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_google_plusone_share:after {
  content: '\f0d5' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_email:after {
  content: '\f003' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_pinterest_share:after {
  content: '\f231' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a.addthis_button_google_plusone:after {
  content: '\f0d5' !important;
}
#Shop div#ShopContent #article-content div#CatContent .addthis_toolbox a span {
	display: none;
}
#Shop div#ShopContent #Products .Tabs iframe {
	max-width: 100%;
}

.logo-autoplay3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.logo-autoplay3 .box img {
    height: 115px;
    border: 1px solid #aaa;
}
section.boxes .img-box div img {
    height: 100%!important;
    margin: 0 auto!important;
}
section.boxes .img-box div {
    height: 100%;
  margin:0!important;
}
/****************responsive**************************/
@media only screen and (max-width : 1499.98px) {   
section.content.content-home .bloc {
    margin-left: -80px;
}
  section.content.content-home .bloc.home2, 
  section.content.content-home .bloc.home4 {
    margin-right: -80px;
}
  
}
@media only screen and (max-width : 1399.98px) {   
section.content.content-home .bloc {
    grid-gap: 50px;
    margin-left: 0;
}
  section.content.content-home .bloc.home2, 
  section.content.content-home .bloc.home4 {
    margin-right: 0;
}
  
}
@media only screen and (max-width : 1199.98px) {   
 .sf-menu > li {
    margin: 0 8px;
}
  
  .sf-menu a {
    font-size: 16px;
}
  section.content.content-home .bloc,   
  section.content.content-home .bloc.home2, 
  section.content.content-home .bloc.home4 {
    grid-template-columns: auto;
}
  section.content.content-home .bloc.home2 .photo-home, 
  section.content.content-home .bloc.home4 .photo-home {
    order: inherit;
}
  section.content.content-home .bloc .photo-home {
    margin: auto;
    display: table;
}
  section.content.content-home .bloc .photo-home img {
    width: 595px;
}
  
}
@media only screen and (max-width : 991.98px) {
  .grid-menu-accordion {

    grid-template-columns: repeat(3,1fr);

}
header.top .top-info .grid-info {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    height: auto;
    text-align: center;
    grid-gap: 15px;
    padding: 15px 0;
}
  header.top .top-info .grid-info .adr-top {
    padding: 25px 0 0;
    background: url(../images/gsm-top.png) no-repeat top;
}
  header.top .top-info .grid-info .gsm-top {
    padding: 25px 0 0;
    background: url(../images/gsm-top.png) no-repeat top;
    margin: auto;
}
  header.top nav.mobile-nav {
    display: block;
}
  nav.main-nav {
    display: none;
}
  header.top nav.mobile-nav a {
    background: #8d0b17;
    line-height: 22px;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    padding: 10px 9px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
  header.top .bloc-top .navigation {
    margin: 54px 0 0;
}
  header.top .is-sticky .bloc-top .navigation {
    margin: 15px auto 0;
}
  section.content.content-home h1 {
    margin-bottom: 25px;
    font-size: 42px;
}
  section.content.content-home {
    padding: 50px 0;
}
  section.content.content-home h2 {
    margin: 0 0 20px;
}
  section.boxes {
    padding: 70px 0;
}
  section.boxes .boxes-grid {
    grid-gap: 40px;
}
  footer.bottom .footer-grid {
    grid-template-columns: auto;
    justify-content: center;
}
  footer.bottom .footer-logo {
    margin: 0 auto 73px;
    display: table;
}
  .footer-info {
    text-align: center;
}
  footer.bottom .telephone {
    padding: 25px 0 0;
    background: url(../images/tel.png) no-repeat top;
    display: block;
}
  footer.bottom .social {
    display: table;
    margin: 20px auto;
}
  footer.bottom .social span {
    margin: 0 0 10px;
    display: block;
}
  footer.bottom .footer-grid .footer-contact {
    padding: 60px 40px;
}
  footer.bottom .footer-grid .footer-contact h2 {
    text-align: center;
}
  footer.bottom .footer-grid .footer-contact .contactForm .gdpr_policy {
    text-align: center;
}
  footer.bottom .footer-grid .footer-contact .contactForm .contact-submit {
    margin: 10px auto 0;
    display: table;
}
  footer.bottom {
    padding: 50px 0;
}
  section.content .grid {
    grid-template-columns: auto;
}
  section.content .grid .img.interne {
    margin: auto;
    display: table;
    order: inherit;
}
  section.content .grid.interne2 {
    grid-template-columns: auto;
}
  footer.bottom.page .footer-grid .bloc-left {
	display: block;
}
}
@media only screen and (max-width : 767.98px) {
    .grid-menu-accordion {

    grid-template-columns: repeat(2,1fr);

}
 /*---------------------------*/
  h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 25px;
}
  h3, .h3 {
    font-size: 23px;
}
  h4, .h4 {
    font-size: 21px;
}
  h5, .h5 {
    font-size: 19px;
}
  h6, .h6 {
    font-size: 17px;
}
 /*---------------------------*/ 
section.banner, section.banner.small {
    height: 450px;
}
  section.content.content-home h1 {
    font-size: 30px;
}
  section.content.content-home .bloc .photo-home img {
    width: 500px;
}
section.content.content-home .bloc .photo-home:before {
    top: 13px;
    right: 0;
    height: 434px;
    width: 530px;
    background-size: contain;
}
  section.boxes .boxes-grid {
    grid-template-columns: auto;
}
  section.boxes .boxes-grid .box .text-bx {
    text-align: center;
}
  footer.bottom .footer-grid .footer-contact {
    padding: 40px 20px;
}
  footer.bottom .footer-grid .footer-contact fieldset.cols {
    grid-template-columns: 1fr;
    grid-gap: 5px 0;
}
  footer.bottom .footer-grid .footer-contact fieldset.cols2 {
    grid-template-columns: 1fr;
    grid-gap: 5px  0;
    margin: 5px 0;
}
  footer.bottom .footer-logo {
    margin: 0 auto 30px;
}
  section.logo .slick-dots li {
    margin: 0 6px;
}
  section.content #AllNews {
	grid-template-columns: repeat(2, 1fr);
}
  img.img-news {
	float: none;
	margin: 0 auto 15px auto;
}
}
@media only screen and (max-width : 480px) {
    .grid-menu-accordion {

    grid-template-columns: repeat(1,1fr);

}
section.content.content-home .bloc .photo-home:before {
    display: none;
}
  section.content.content-home .bloc .photo-home img {
    width: auto;
    height: auto !important;
}
  section.content.content-home .bloc.home2, 
  section.content.content-home .bloc.home4 {
    margin: 30px 0;
}
  section.content.content-home .bloc.home4 {
    margin-bottom: 0;
}
  footer.bottom h2 {
    font-size: 25px;
}
footer.bottom .footer-logo {
	padding: 0;
	display: block;
	background: #fff;
	text-align: center;
	width: 100%;
}
  footer.bottom .footer-logo:after {
    display: none;
}
  section.boxes {
    padding: 50px 0;
}
 section.logo .slick-dots li {
    margin: 0 4px;
    height: 7px;
    width: 7px;
}
  section.logo .slick-dots li button {
    height: 11px;
    width: 11px;
}
  section.content #AllNews {
	grid-template-columns: repeat(1, 1fr);
}
  
}

