/*
Wireframe: 25
Version: 1.0
Update: 2019.09.26
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans-Bold.woff2') format('woff2'),
        url('../fonts/DroidSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #fff;
    color: #2e2e2f;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
  	font-weight:400;
}
a {
    color: #660000;
    text-decoration: none;
}
a:active, a:hover, a:focus {
    color: #2e2e2f;
    text-decoration: underline;
}
.image-right {
	float: right;
	margin: 0 0 15px 25px;
}
.image-left {                                                     
	float: left;                                                        
	margin: 0 25px 15px 0;
}
 
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    font-weight: 700;
    text-transform: none;
   font-family: 'Arimo', sans-serif;
    color: #660000;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 19px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 16px;
}
hr {
	border-color: #660000;
}

article div.text-resize ul li {
    background: url(../images/bullet.png) no-repeat left 6px;
    line-height: inherit;
    padding-left: 20px;
    list-style: none;
    margin-left: -20px;
      text-align: left;
}

/****************** Cookies ****************/
.btn-gdpr:hover{
    background: #660000!important;
    color: #fff!important;
}
.btn-gdpr .btn-agree:hover,.btn-gdpr .btn-params:hover{
    background: #2e2e2f !important;
    color: #fff!important;
}
/*--------------------------------------------------
# header
--------------------------------------------------*/
header.header-top {
    position: relative;
    padding: 8px 0 9px;
    background: url(../images/bg-head.png) no-repeat center top #f7f8fa;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.4);
    z-index: 11;
}
header.header-top .container-fluid {
    padding: 0 21px;
  max-width: 2040px;
}
header.header-top .grid-top {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
    align-items: center;
    margin-left: 49px;
}
header.header-top nav.main-nav {
    text-align:left;
  	width: 100% !important;
    margin-left: 80px;
}
div#sticky-wrapper {
    height: auto!important;
}
.is-sticky .main-nav, .is-sticky .mobile-nav {
    margin: 0 !important;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    width: auto !important;
    text-align: center!important;
    padding: 0;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.4);
  	z-index:10;
}
header.header-top nav.mobile-nav {
    position: relative;
    display: none;
    font-size: 30px;
  	z-index:100;
}
header.header-top nav.mobile-nav a:hover, header.header-top nav.mobile-nav a:focus{
  	color:#2e2e2f !important;
}
header.header-top .telephone {
    position: relative;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.4));
    z-index: 1;
}
header.header-top .telephone:before {
    position: absolute;
    content: "";
    left: -19px;
    top: -55px;
    bottom: -56px;
    width: 90px;
    background: #660000;
    clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    z-index: -1
}
header.header-top .telephone a {
    position: relative;
    margin: 19px 0 20px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1em;
    color: #f7f8fa!important;
    text-decoration: none!important;
    padding: 23px 22px 23px 70px;
    background: url(../images/header-icon-tel.png) no-repeat 18px center #0f0f0f;
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    z-index: 1;
}
header.header-top .telephone a:hover {
    color: #fff!important;
    background-color: #660000;
}
header.header-top .social {
    position: relative;
    float: right;
    margin: 37px 0 38px;
}
header.header-top .social .networks_linking {
    position: relative;
}
header.header-top .social .networks_linking a {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 32px!important;
    line-height: 36px!important;
    width: 39px;
    height: 36px!important;
    background: none!important;
    color: #2e2e2c!important;
    border-radius: 0;
    margin: 0 0 0 3px;
}
header.header-top .social .networks_linking a .fa-facebook::before {
    content: ""!important;
    display: inline-block;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: url(../images/fb-icon.png) no-repeat center center;
}
header.header-top .social .networks_linking a .fa-google::before {
    content: ""!important;
    display: inline-block;
    font-size: 39px;
    width: 39px;
    height: 34px;
    line-height: 36px;
    background: url(../images/google-icon.png) no-repeat center center;
}
header.header-top .social .networks_linking a .fa-instagram::before {
    content: ""!important;
    display: inline-block;
    font-size: 37px;
    width: 37px;
    height: 36px;
    line-height: 36px;
    background: url(../images/instagram-icon.png) no-repeat center center;
}
header.header-top .social .networks_linking a:hover {
    opacity: 0.65;
}
/*--------------------------------------------------
# banner
--------------------------------------------------*/
section.banner {
    position: relative;
    height: 801px;
  	z-index:1;
}
section.banner #slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
section.banner.banner-interne {
    height: 700px;
}
.diy-slideshow .prev,.diy-slideshow .next {
      display: none;
}
section.banner .banner-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 206px;
}
section.banner .banner-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -121px;
    bottom: 0;
    width: 544px;
    background: rgba(255,255,255,0.5);
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    z-index: 1;
}
section.banner .banner-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: -80px;
    bottom: 0;
    width: 544px;
    background: #0f0f0f;
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
    z-index: 1;
}
section.banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.banner .banner-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    text-align: right;
}
section.banner .banner-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -76px;
    width: 544px;
    background: rgba(255,255,255,0.5);
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
}
section.banner .banner-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 138px;
    width: 544px;
    background: rgba(0,0,0,0.5);
    clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
}
section.banner .banner-wrapper .title {
    position: relative;
    display: inline-block;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 68px;
    color: #f6f7f9;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.4));
    z-index: 1;
  text-align:left;
}
section.banner .banner-wrapper .title:before {
    position: absolute;
    content: "";
    top: 17px;
    left: -163px;
    bottom: 9px;
    width: 127px;
    background: #660000;
    clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}
section.banner .banner-wrapper .title p {
    margin: 0;
}
.fullsite {
	overflow: hidden;
}
/*--------------------------------------------------
## 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: 250px;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	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;
	font-weight: bold;
	transition: background .4s;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
	background: #660000;
}
.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: bold;
}
/* 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);
}
/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.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: 700;
    font-size: 22px;
	padding: 34px 20px;
	text-decoration: none;
	color: #0f0f0f;
	text-transform: none;
    line-height: 1em;
    font-family: 'Arimo', sans-serif;
}
.is-sticky .main-nav .sf-menu a {
    padding: 25px 20px;
}
.sf-menu a:hover{
  	color: #660000 !important;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu > li > a {
    position: relative;
    z-index: 1;
}
.sf-menu ul {
	background: transparent;
	padding: 15px 20px;
	min-width: 100%;
	text-align: center;
}
.sf-menu ul a {
    font-weight: normal;
    text-transform: none;
    color: #000 !important;
}
.sf-menu ul a:hover,
.sf-menu ul .selected a, .sf-menu ul .active a {
    color: #660000 !important;
    padding-right: 0;
    padding-left: 0;
}
.sf-menu ul a:hover::before,
.sf-menu ul .selected a::before, .sf-menu ul .active a::before {
    transform: translateY(-50%) rotate(-45deg) scale(1);
}
.sf-menu li a:hover,
.sf-menu li.sfHover a, .sf-menu li.selected a, .sf-menu li.active a {
   color:#660000;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: '\f0d7' !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -14px;
    text-align: center;
    padding: 0;
    font-size: 18px;
}
/* ------------------------ */
.box-light, .box-border-left, .box-border-right {
    background: #eee;
    color: #2e2e2f;
    padding: 15px;
    margin: 0 0 20px;
}
.box-border-left {
    border-left: 7px solid #660000;
}
.box-border-right {
    border-right: 7px solid #660000;
}
/*--------------------------------------------------
# content home
--------------------------------------------------*/
main.content-wrapper {
    position: relative;
    padding: 69px 0 141px;
}
main.content-wrapper h1 {
    position: relative;
    padding: 0 0 17px;
    margin: 0 0 26px;
}
main.content-wrapper h1:after {
    position: absolute;
    content: "";
    left: -221px;
    bottom: 0;
    width: 438px;
    height: 4px;
    background: #660000;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
main.content-wrapper .bloc-top {
    position: relative;
    margin: 0 0 135px;
}
main.content-wrapper .img-home.image-left {
    position: relative;
    margin: 0 0 134px;
    max-width: 401px;
}
main.content-wrapper .img-home.image-left:after {
    position: absolute;
    content: "";
    top: 79px;
    right: -61px;
    bottom: -21px;
    width: 205px;
    background: #660000;
    clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
}
main.content-wrapper .img-home.image-left img {
    width: 100%;
    height: 361px;
    object-fit: cover;
}
main.content-wrapper .img-home.image-right {
    position: relative;
    margin: 0;
    max-width: 401px;
}
main.content-wrapper .img-home.image-right:after {
    position: absolute;
    content: "";
    top: 80px;
    left: -64px;
    bottom: -21px;
    width: 205px;
    background: #660000;
    clip-path: polygon(17% 0, 100% 0%, 83% 100%, 0% 100%);
}
main.content-wrapper .img-home.image-right img {
    width: 100%;
    height: 361px;
    object-fit: cover;
}
main.content-wrapper .text {
    position: relative;
    max-width: 660px;
}
main.content-wrapper .text h2 {
    margin: 0 0 37px;
}
/**pages internes**/
section.page-content{
  	padding:60px 0;
}
article.content h2, article.content h3, article.content h4, article.content h5, article.content h6 {
    margin-bottom: 10px;
    margin-top: 0;
}
article.content p, article.content ul {
    margin: 0 0 20px;
}
/*--------------------------------------------------
# boxs
--------------------------------------------------*/
section.boxs {
    position: relative;
    padding: 21px 0 64px;
    background: url(../images/bg-boxs.jpg) no-repeat center top;
    background-size: cover;
    z-index: 1;
}
section.boxs:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(205,205,205,0.8);
    z-index: -1;
}
section.boxs h1 {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
}
section.boxs .boxes-grid {
    position: relative;
    margin: 0 0 0 191px;
    max-width: 923px;
}
section.boxs .boxes-grid .bx-home {
    position: relative;
    margin: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
section.boxs .boxes-grid .bx-home .grid {
    position: relative;
    display: grid !important;
    grid-template-columns: auto auto;
    align-items: center;
}
section.boxs .boxes-grid .bx-home .number {
    position: relative;
    order: 2;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 253px;
    color: #660000;
    padding: 0;
    margin: 0 0 0 -45px;
}
section.boxs .boxes-grid .bx-home .bx-wrapper {
    position: relative;
    padding: 25px 32px 25px 20px;
    background: #660000;
    display: flex;
    grid-gap: 43px;
    align-items: center;
}
section.boxs .boxes-grid .bx-home .bx-wrapper .img-box {
    position: relative;
    max-width: 356px;
}
section.boxs .boxes-grid .bx-home .bx-wrapper .img-box img {
    width: auto;
    height: 235px;
    object-fit: cover;
}
section.boxs .boxes-grid .bx-home .bx-wrapper .text-box {
    position: relative;
    text-align: left;
}
section.boxs .boxes-grid .bx-home .bx-wrapper .text-box h2 {
    position: relative;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}
section.boxs .boxes-grid .bx-home .bx-wrapper .text-box p {
    position: relative;
    color: #fff;
    padding: 0;
    margin: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 52px;
    width: 45px;
    line-height: 0;
    font-size: 52px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -26px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 52px;
    font-family: inherit;
    color: transparent;
    top: 0;
    margin-top: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
.slick-prev:before {
    background: url(../images/slick-prev.png) no-repeat center center;
    font-size: 52px;
    opacity: 1;
}
.slick-next:before {
    background: url(../images/slick-next.png) no-repeat center center;
    font-size: 52px;
    opacity: 1;
}
section.boxs .slick-prev {
    left: 9px;
}
section.boxs .slick-next {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -140px;
}
.slick-dots {
    position: absolute;
    bottom: -50px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 17px;
    margin: 0 3px !important;
    padding: 0;
    cursor: pointer;
    padding: 0 !important;
    background-image: none !important;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 25px;
    width: 17px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 17px;
    height: 25px;
    font-family: "slick";
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: transparent;
    background: #2e2e2f;
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
    background: #660000 !important;
    opacity: 1 !important;
}
section.boxs .slick-dots {
    width: auto;
    left: 50%;
    margin-left: -153px;
}
a.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3;
}
/*--------------------------------------------------*
# Gallery
--------------------------------------------------*/
section.section-galerie {
    position: relative;
    padding: 160px 0 96px;
    background: #fff;
}
section.section-galerie .container {
    width: auto;
    max-width: 1315px;
}
section.section-galerie h1 {
    position: relative;
    text-align: center;
    margin: 0 0 40px;
}
section.section-galerie .holder {
    display: none;
}
section.section-galerie div#galhome{
    margin: 0;
    padding: 0 61px;
    min-height: auto!important;
}
section.section-galerie #galhome .imgthumbpos{
    padding: 0 10px;
    margin: 0;
    float: none;
    opacity: 1!important;
    display: inline-block!important;
}

section.section-galerie #galhome .highslideContainer{
    width: 25%;
}
section.section-galerie #galhome .highslideContainer a.highslide{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #660000!important;
}
section.section-galerie #galhome .highslideContainer a.highslide img {
    width: 100%;
    height: 259px;
    object-fit: cover;
    object-position: left center;
    transition: 0.4s all;
}
section.section-galerie #galhome .highslideContainer a.highslide:hover img {
    opacity: 0.65;
}
section.section-galerie .slick-dots {
    bottom: -77px;
    width: auto;
    left: 50%;
    margin-left: -47px;
}
/*--------------------------------------------------
# pictos
--------------------------------------------------*/
section.pictogrammes {
    position: relative;
    padding: 96px 0 195px;
}
section.pictogrammes .container {
    width: auto;
    max-width: 1315px;
}
section.pictogrammes h1 {
    position: relative;
    text-align: center;
    margin: 0 0 71px;
}
section.pictogrammes .pictos-grid {
    position: relative;
    padding: 0 61px;
    margin: 0;
    min-height: auto;
}
section.pictogrammes .pictos-grid .bx-picto {
    position: relative;
    text-align: center;
    margin: 0 10px;
}
section.pictogrammes .pictos-grid .bx-picto .icon {
    position: relative;
    width: auto;
    height: 80px;
    margin: 0 auto 7px;
    display: table;
}
section.pictogrammes .pictos-grid .bx-picto .icon img {
    position: relative;
    width: auto;
    height: 80px;
    object-fit: scale-down;
    object-position: center;
}
section.pictogrammes .pictos-grid .bx-picto p {
    position: relative;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2e2e2f;
    margin: 0;
}
section.pictogrammes .slick-dots {
    width: auto;
    left: 50%;
    margin-left: -35px;
    bottom: -80px;
}
/*--------------------------------------------------
# avis
--------------------------------------------------*/
section.avis {
    position: relative;
    padding: 53px 0 126px; 
    background: url(../images/bg-avis.jpg) no-repeat center top;
    background-size: cover;
    margin: 0 0 215px;
    z-index: 1;
}
section.avis:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    z-index: -1;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name a{
    position: relative;
}
section.avis h1{
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 0 42px;
}
section.avis .gb-entry-score strong {
    display: none;
}
section.avis .fa-calendar:before,section.avis .fa-clock-o:before {
    content: "";
}
section.avis .guestbook-messages .gb-content .gb-page-content {
    position: relative;
    padding: 0 58px;
    margin: 0;
}
section.avis .guestbook-messages .gb-content .gb-entry {
    position: relative;
    margin: 0;
    padding: 57px 27px 49px 18px;
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(46,47,47,0.2)!important;
}
section.avis .gb-entry-score {
    position: absolute;
    font-size: 30px;
    height: 46px;
    top: 27px;
    left: 18px;
    right: inherit;
    bottom: inherit;
    padding: 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #2e2e2f;
    clear: both;
    display: inline-block;
}
section.avis .gb-entry-score .fullStar, section.avis .gb-entry-score .emptyStar {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    float: none;
    margin: 0;
    text-align: left;
    color: #660000;
}
section.content article div#Guestbook .gb-entry-score .fullStar, section.content article div#Guestbook .gb-entry-score .emptyStar{
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    float: none;
    margin: 0 0 0px;
    text-align: left;
    color: #660000;
    line-height: 31px;
 }
section.content article div#Guestbook .gb-entry-score .emptyStar .fa-star-o:before, section.avis .gb-entry-score .emptySta .fa-star-o:before{
    color: #2e2e2f;
}
section.content article div#Guestbook .gb-entry-score .emptyStar .fa-star-o:before {
    font-size: 23px;
}
.gb-entry-score strong {
    vertical-align: middle;
}
section.content .guestbook-messages .gb-content .gb-entry{
    padding: 15px;
    border-bottom: none;
    margin-bottom: 15px;
    border: 1px solid transparent!important;
    border-bottom: 2px solid #660000!important;
}
section.avis article div#Guestbook .gb-entry-score .fullStar, section.avis article div#Guestbook .gb-entry-score .emptyStar{
    float: none!important;
    font-size: 30px;
    vertical-align: middle;
}
section.content .gb-info{
    margin-bottom: 10px;
}
section.content.content-home .gb-info{
    margin-bottom: 0px;
}
section.avis .guestbook-messages{
    padding: 0;
    margin-top: 0;
}
.guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name {
    float: left;
}
section.avis .guestbook-messages .gb-content .gb-entry{
    border-bottom: none;
}
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: #6e1313;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    text-transform: none;
    text-decoration: none;
    float: left;
}
section.avis .slick-slider{
    margin-bottom: 0px!important;
}
section.avis .readmore a{
    position: relative;
    display: inline-block;
    color: #2e2e2f!important;
    background: transparent;
    text-decoration: underline!important;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    line-height: 20px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
}
section.avis .readmore a:hover{
    background: transparent;
    color: #6e1313!important;
    text-decoration: none!important;
}
section.avis ul.slick-dots{
    bottom: -88px;
    text-align: center;
    width: auto;
    left: 50%;
    margin-left: -37px;
}
/*section.avis ul.slick-dots li {
    padding: 0;
    background-image: none;
    margin: 0 10px;
    height: 13px;
    width: 13px;
}
section.avis .slick-dots li button {
    height: 13px;
    width: 13px;
}
section.avis .slick-dots li button:before {
    font-size: 13px;
    line-height: 13px;
    opacity: 1;
    color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    background: transparent!important;
    border: 2px solid #979fa3;
}
section.avis .slick-dots li.slick-active button:before {
    background: #979fa3!important;
    color: transparent;
    opacity: 1;
}*/
.guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time .gb-time{
    display: none;
}
.fa-star-o:before{
    content: "\f005"!important;
    color: #2e2e2f;
    font-size: 30px;
}
section.content article div#Guestbook .gb-entry-score .fullStar, section.content article div#Guestbook .gb-entry-score .emptyStar {
    float: none!important;
    font-size: 22px;
    vertical-align: middle;
}
section.content .text-resize .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time{
    font-weight: 400;
}
section.content .text-resize .gb-info {
    margin-bottom: 0;
}
section.avis .guestbook-messages {
    padding: 0;
}
section.avis .guestbook-messages .gb-content .gb-entry {
    position: relative;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-message{
    position: relative;
    color: #2e2e2f;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
    text-align: left;
} 
section.avis .slick-slider{
    margin-bottom: 0px!important;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info{
    width: auto;
    padding: 0;
    color: #fff;
    margin: 33px 0 0;
    display: inline-block;
    text-transform: none;
}
section.avis .guestbook-form, .guestbook-messages .gb-score, section.avis .guestbook-messages .gb-count, section.avis #Guestbook .guestbook-messages .gb-pagination {
    display: none !important;
}
section.avis .guestbook-messages .gb-content .gb-page-content .slick-slide {
    margin: 0 12px;
}
/*avis-page*/
section.content .guestbook-score .gb-rating{
    line-height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
section.content .guestbook-score .gb-rating input {
    position: absolute;
    opacity: 0;
}
section.content .guestbook-messages{
    margin-top: 100px;
}
.guestbook-score .gb-rating :checked ~ label::after {
    color: #660000!important;
}
.guestbook-score .gb-rating label {
    position: relative;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin: 0 5px 0 0;
    font-size: 0
}
.guestbook-score .gb-rating label:after{
    color: #660000;
}
.guestbook-score .gb-rating label::after {
    content: '\f006';
    font-family: 'FontAwesome';
    font-size: 20px!important;
    transition: color .4s;
}
.guestbook-score .gb-rating label::after{
    font-size: 18px;
}
section.content .guestbook-messages .gb-content .gb-entry {
    border-color: #660000;
    background: #f2f2f2;
    margin: 15px 0 15px 0;
    padding: 15px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
section.content  .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name a {
    text-decoration: none;
}
section.content article div#Guestbook .gb-entry-score .fullStar, section.content article div#Guestbook .gb-entry-score .emptyStar {
    line-height: 27px;
    margin: 0 0px;
}
div#contact-field-id_mail{
    float: right;
    margin-right: 2px;
}
section.content form.contactForm .two-column{
    /*width: 50%;*/
    display: inline-block;
    float: left;
    clear: none;
}
section.content form.contactForm .two-column.left {
    padding-right: 7px;
}
section.content form.contactForm .two-column.right {
    padding-left: 7px;
}
section.content .contactForm .contact-field-item .contact-field-element .form-field{
    border: 1px solid #2e2e2f;
    border-radius: 0;
    outline: none !important;
}
section.content .contactForm .contact-field-item .contact-field-element .form-field:focus{
    background: white;
    border-color: #660000;
}
section.content .gb-entry-score .fullStar, section.content .gb-entry-score .emptyStar, section.content article div#Guestbook .gb-entry-score .fullStar, section.content article div#Guestbook .gb-entry-score .emptyStar {
    color:#660000;
}
section.content .fa-star-o:before{
    content: "\f005";
    color: #2e2e2f;
}
.guestbook-messages .gb-content{
    text-align: left;
}
form.contactForm label {
    padding: 0;
    display: inline-block!important;
    color: #000;
}
.fa-star-o:before {
    content: "\f005"!important;
    color: #2e2e2f;
}
/*--------------------------------------------------
# footer
--------------------------------------------------*/
footer.bottom {
    background:url(../images/bg-footer.png)no-repeat center top #fdfdff;
    color: #2e2e2f;
    background-size: cover;
    padding: 58px 0 88px;
    position: relative;
    z-index: 1;
}
footer.bottom .container {
    width: auto;
    max-width: 1230px;
}
footer.bottom .grid-footer {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 0;
    justify-content: space-between;
}
footer.bottom #log-footer {
    position: relative;
}
footer.bottom #log-footer img {
    max-width: 100%;
}
footer.bottom .address {
    position: relative;
    margin: 41px 0 0;
    font-size: 16px;
    color: #2e2e2f;
}
footer.bottom .address p {
    margin: 0;
}
footer.bottom .footer-horaires {
    position: relative;
    margin: 16px 0 0 8px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 18px;
    max-width: 248px;
}
footer.bottom .footer-horaires .open {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    justify-content: space-between;
}
footer.bottom .footer-horaires .open .day {
    color: #660000;
}
footer.bottom .footer-horaires .open .hours {
    color: #2e2e2f;
}
footer.bottom .telephone {
    position: relative;
    margin: 60px 0 0;
    filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.4));
    left: 16px;
}
footer.bottom .telephone a {
    position: relative;
    margin: 0;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1em;
    color: #f7f8fa!important;
    text-decoration: none!important;
    padding: 24px 23px 24px 70px;
    background: url(../images/header-icon-tel.png) no-repeat 18px center #0f0f0f;
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    z-index: 1;
}
footer.bottom .telephone a:hover {
    color: #fff!important;
    background-color: #660000;
}
footer.bottom .social {
    position: relative;
    float: right;
    margin: 56px 0 0;
}
footer.bottom .social .networks_linking {
    position: relative;
}
footer.bottom .social .networks_linking a {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 32px!important;
    line-height: 36px!important;
    width: 39px;
    height: 36px!important;
    background: none!important;
    color: #2e2e2c!important;
    border-radius: 0;
    margin: 0 0 0 3px;
}
footer.bottom .social .networks_linking a .fa-facebook::before {
    content: ""!important;
    display: inline-block;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: url(../images/fb-icon.png) no-repeat center center;
}
footer.bottom .social .networks_linking a .fa-google::before {
    content: ""!important;
    display: inline-block;
    font-size: 39px;
    width: 39px;
    height: 34px;
    line-height: 36px;
    background: url(../images/google-icon.png) no-repeat center center;
}
footer.bottom .social .networks_linking a .fa-instagram::before {
    content: ""!important;
    display: inline-block;
    font-size: 37px;
    width: 37px;
    height: 36px;
    line-height: 36px;
    background: url(../images/instagram-icon.png) no-repeat center center;
}
footer.bottom .social .networks_linking a:hover {
    opacity: 0.65;
}
/*----social---*/
.footer-nav div#ContainerBlockSocial p.title {
    display: none;
}
.footer-nav {
    text-align: center !important;
    padding: 15px 0 10px;
    background: #f2f2f2;
    color: #2e2e2f;
}
.footer-nav p {
    padding: 0;
    color: #2e2e2f!important;
    font-size: 16px;
    margin:0;
}
 .footer-nav p small a{
    padding: 0;
    color: #660000!important;
}
 .footer-nav p small a:hover{
    color: #2e2e2f!important;
}
/*/social*/
.footer-nav div#ContainerBlockSocial .title {
    display: none;
}
.footer-nav div#ContainerBlockSocial {
    font-size: 18px!important;
    float: none;
    clear: both;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.footer-nav div#ContainerBlockSocial>span {
        display: none;
}
.footer-nav  .dummy .at300bs,.footer-nav  .at300bs, .footer-nav  .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: #2e2e2f;
    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;
    background: transparent;
    display: inline-block;
}
.footer-nav .addthis_default_style .at300b, .footer-nav .addthis_default_style .at300bo, .footer-nav .addthis_default_style .at300m {
    padding: 0!important;
}
.footer-nav .at15t_email::after {
    content: '\f0e0' !important;
    }
.footer-nav  .at15t_facebook::after {
    content: '\f09a' !important;
    }
.footer-nav  .at15t_twitter::after {
    content: '\f099' !important;
    }
.footer-nav  .at15t_linkedin::after {
    content: '\f0e1' !important;
    }

.footer-nav  .at300bs:hover:after{
    color: #660000!important;
}
.footer-nav  .dummy .at300bs:hover, .footer-nav  .at300bs:hover, .footer-nav  .at15t:hover{
    opacity: 1!important;
}
.footer-nav p small {
    font-size: 100%;
}
div#_atssh{
    display: none;
}
/***********/
section.content {
    padding: 60px 0;
    position: relative;
}
/***slid-interne*/
section.page-content .gal-slid{
  margin: 0 0 50px;
}
section.page-content .gal-slid.bloc1 .mcePxmGallery .highslide-gallery .highslideContainer,section.page-content .gal-slid.bloc1 .mcePxmGallery .highslide-gallery .highslideContainer a.highslide,
section.page-content .gal-slid.bloc2 .mcePxmGallery .highslide-gallery .highslideContainer,section.page-content .gal-slid.bloc2 .mcePxmGallery .highslide-gallery .highslideContainer a.highslide{
    height: 400px;
}
section.page-content .gal-slid.bloc3 .mcePxmGallery .highslide-gallery .highslideContainer,section.page-content .gal-slid.bloc3 .mcePxmGallery .highslide-gallery .highslideContainer a.highslide,
section.page-content .gal-slid.bloc5 .mcePxmGallery .highslide-gallery .highslideContainer,section.page-content .gal-slid.bloc5 .mcePxmGallery .highslide-gallery .highslideContainer a.highslide{
    height: 480px;
}
section.page-content .gal-slid.bloc4 .mcePxmGallery .highslide-gallery .highslideContainer,section.page-content .gal-slid.bloc4 .mcePxmGallery .highslide-gallery .highslideContainer a.highslide{
    height: 250px;
}
section.page-content .gal-slid .slick-dots{
         position: absolute;
        bottom:-35px!important;
        margin: 0;
    }
/*section.page-content .gal-slid .slick-dots li{
        width: 11px;
        margin: 0 6px;
        background: none;
    }
section.page-content .gal-slid .slick-dots li button{
        width: 11px;
        height: 11px;
    }
section.page-content .gal-slid .slick-dots li button:before{
        font-size: 11px;
        background: transparent;
        border: 2px solid #2e2e2f;
        width: 11px;
        height: 11px; 
        content: ""!important;
        border-radius: 50%;
        opacity: 0.7;
    }
section.page-content .gal-slid .slick-dots li.slick-active button:before{
        border: 4px solid #2e2e2f;
        background: transparent!important;
         opacity: 1;
    }*/
section.page-content .gal-slid .slick-slider {
        margin-bottom: 0!important;
        min-height: auto !important;
      display: block!important;
    }

section.page-content .gal-slid .highslide-gallery .highslideContainer {
    float: left;
    padding: 0;
}
section.page-content .gal-slid .highslide-gallery .highslideContainer a.highslide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
section.page-content .gal-slid .mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption{
  display: none!important;
}
section.page-content .gal-slid .mcePxmGallery .highslide-gallery .highslideContainer a.highslide::after {
  content: "+";
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    border: 2px solid #000;
    box-sizing: border-box;
    color: #000;
    font-family: Arial;
    line-height: 42px;
    font-size: 24px;
    border-radius: 50%;
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
      background-image: none!important;
}
section.page-content .gal-slid .mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover img{
      transform: scale(1.2);
    opacity: 0.4;
    transition: transform .8s, opacity .4s;
}
section.page-content .gal-slid .mcePxmGallery .highslide-gallery .highslideContainer a.highslide::before {
   display: none!important;
}
section.page-content .gal-slid .mcePxmGallery .highslide-gallery {
    display: block!important;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.content .networks_linking a {
    position: relative;
    color: white;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #660000;
    border: none;
    font-size: 18px;
    line-height: 42px !important;
    overflow: hidden;
    text-align: center;
}

section.content .networks_linking a:hover{
    background: #000;
}
#scrollTopBtn {
    color: #fff!important;
    background: #660000!important;
}
#scrollTopBtn:hover {
    background-color: #2e2e2f!important;
    color: white !important;
}
/***************************************************
				Page news CSS
***************************************************/
section.news.news-page {
    background: none;
    padding: 0;
}
section.news.news-page:before {
    display:none;
}
#AllNews .NewsItem {
    background: none !important;
}
section.page-content article .news-title .sep{
    display: none;
}
section.page-content .contactForm .contact-field-item .contact-field-label{
    line-height: 19px;
    float: left;
}
section.page-content article .actus .NewsMasonry {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
}
article #NewsItems .NewsItem p{
    color: #2e2e2f !important;
}
section.page-content article #NewsItems .NewsItem, section.page-content article .NewsMasonry .NewsItem {
    position: relative !important;
    width: 100%;
    padding: 0;
    top: 0 !important;
    left: 0 !important;
    background: none !important;
    border: none !important;
    transition: all .4s,font-size 0s;
    margin: 1px 1px 30px;
    box-shadow: none !important;
    border-radius: 0px;
  	height:auto !important;
}
section.page-content article #NewsItems .NewsItem .NewsItem-text{
     position: relative;
     display: grid;
     z-index: 2;
     padding: 0;
     min-height: 250px;
}
section.page-content article #NewsItems .NewsItem .News-text{
     border: 1px solid lighten(black, 65%) !important;
     padding: 20px 15px 15px;
}

section.page-content .NewsItem .photo-news {
    position: absolute;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(-90deg);
    transition: .6s ease;
    background: transparent;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.page-content .NewsItem .photo-news img {
    width: 100%;
    height: 100%;
    opacity: .2;
    object-fit: cover;
    transition: transform 6s;
    border-radius: 0px;
}
section.page-content .NewsItem:hover .photo-news {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
}
section.page-content .NewsItem:hover .photo-news img {
     transform: scale(1.5);
}
section.page-content .NewsItem img.img-news-list{
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
    object-fit: cover;
}
article #AllNews .NewsItem img.img-news-list, article #NewsItems .NewsItem img.img-news-list, article .NewsMasonry .NewsItem img.img-news-list {
    width: 100%!important;
}
section.page-content article .NewsMasonry .NewsItem  img.img-news-list.img-defaut{
    object-fit : scale-down!important;
  	background: #ccc;
}
section.page-content article .actus .NewsMasonry .NewsItem a {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    padding: 15px;
    transition: all 0.5s ease;
    text-decoration: none;
}
section.page-content article .news-title {
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    color: #660000 !important;
    text-transform: none;
    padding: 0!important;
    margin: 0!important;
}
section.page-content article .title {
    padding-bottom: 0!important;
}
section.page-content article .news-title a {
    display: inline-block;
    font-family: 'Arimo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #660000;
    text-decoration: none;
    text-transform: none;
}
section.page-content article .actus .news-title {
    margin-bottom: 0 !important;
}

section.page-content article #NewsItems .NewsItem .date, section.page-content article .NewsMasonry .NewsItem .date {
    text-align: center;
    display: block;
    font-size: 20px;
    font-family: 'Arimo', sans-serif;
    color: #660000;
    transition: all .4s,font-size 0s;
    border-bottom: 2px solid #a6a6a6;
    padding: 0 0 18px;
    margin: 0 0 18px;
    font-weight: 700;
}   
section.page-content article #NewsItems .NewsItem .News-text, section.page-content article .NewsMasonry .NewsItem .News-text {
    border: 2px solid #a6a6a6 !important;
    padding: 20px 0 15px;
    text-align: center;
}
section.page-content article .news-title {
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    color: #660000 !important;
    text-transform: none;
    transition: all .4s,font-size 0s;
    padding: 0!important;
    margin: 0!important;
}
section.page-content article #NewsItems .NewsItem .readmore,section.page-content article .NewsMasonry .NewsItem .readmore {
    position: relative;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0px;
    margin: 0;
    background: transparent;
    color: #2e2e2f;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    border-top: 2px solid #a6a6a6;
    transition: all .4s,font-size 0s;
    width: 100%;
}
section.page-content article #NewsItems .NewsItem .NewsItem-text, section.page-content article .NewsMasonry .NewsItem .NewsItem-text {
    position: relative;
    display: grid;
    z-index: 2;
    padding: 0;
  	min-height: 213px;
    height: auto!important;
}

section.page-content article #NewsItems .NewsItem .date {
    text-align: center;
    display: block;
    font-size: 30px;
    font-family: 'Arimo', sans-serif;
    color: #660000;
    transition: @effect;
    border-bottom: 2px solid #a6a6a6;
    padding: 0 10px 18px;
    margin: 0 0 18px;
    font-weight: 600;
}
section.page-content article #NewsItems .NewsItem .date .day {
    font-size: 20px;
    color: #2e2e2f;
    transition: @effect;
}

section.page-content article #NewsItems .NewsItem:hover .date {
    color: #2e2e2f;
    border-bottom: 2px solid #2e2e2f;
}
section.page-content article .NewsMasonry .NewsItem:hover p {
    color: #2e2e2f!important;
}


article #AllNews .NewsItem .readmore, article #NewsItems .NewsItem .readmore, article .NewsMasonry .NewsItem .readmore{
    position: relative;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0px;
    margin: 0;
    background: transparent;
    color: #2e2e2f;
    text-decoration: none;
    text-transform:uppercase;
    float: left;
    border-top: 2px solid #2e2e2f;
    transition: @effect;
    width: 100%;
}
article #AllNews .NewsItem p, article #NewsItems .NewsItem p, article .NewsMasonry .NewsItem p {
    color: #2e2e2f;
    padding: 0 10px;
    margin: 22px 15px 14px;
}
section.page-content article .NewsMasonry .NewsItem:hover .readmore {
    background: none!important;
    color: #2e2e2f!important;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 100%;
}
section.page-content h3 small, section.content h4 small, section.page-content h5 small, section.content h6 small {
    color: #660000;
}

/*page news*/
.img-responsive.img-news.image-right{
    max-width:180px!important;
    float: right;
    margin: 0 0px 15px 25px;
    max-height: 170px;
}   
.fa.fa-level-up::before {
    content: "\f148" !important;
}
 .backbtn {
    z-index: 2;
    float: right;
    position: relative;
    color: #fff!important;
    background: #660000!important;
    line-height: 20px;
    display: inline-block;
    min-width: 25px;
    text-align: center;
}
 .backbtn:hover {
    z-index: 2;
    float: right;
    position: relative;
    color: #000!important;
    background: #fff!important;
    line-height: 20px;
    display: inline-block;
    min-width: 25px;
    text-align: center;
}
/* --- */
.contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap, .contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap li.contact-field-option, .contactForm .contact-field-item .contact-field-element ul.list-radio-wrap, .contactForm .contact-field-item .contact-field-element ul.list-radio-wrap li.contact-field-option{
    margin: 0 10px 0 0!important;
    background: none;
    display: inline-block;
}
.contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap li.contact-field-option .form-field-checkbox, .contactForm .contact-field-item .contact-field-element ul.list-radio-wrap li.contact-field-option .form-field-radio {
    margin: 0 2px 0 0!important;
    display: inline-block;
}
.contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap li.contact-field-option label, .contactForm .contact-field-item .contact-field-element ul.list-radio-wrap li.contact-field-option label{
    display: inline-block;
    line-height: 15px;
}
.contactForm .contact-field-item .contact-field-label {
    margin-bottom: 13px!important;
}
section.content .contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap li.contact-field-option {
    margin-right: 15px !important;
}
/*--------------------------------------------------
## Responsive
--------------------------------------------------*/

@media only screen and (max-width : 1860px) {
    /* --- */
    header.header-top .container-fluid {
        padding: 0 15px;
    }
    header.header-top .grid-top {
        margin-left: 0;
    }
    header.header-top nav.main-nav {
        margin-left: 0;
    }
    .sf-menu a {
        font-size: 18px;
        padding: 34px 12px;
    }
    .is-sticky .main-nav .sf-menu a {
        padding: 25px 12px;
    }
}

@media only screen and (max-width : 1500px) {
    /* --- */
    header.header-top #logo {
        max-width: 85%;
    }
    header.header-top #logo img {
        max-width: 100%;
    }
    header.header-top .telephone a {
        font-size: 20px;
        padding: 23px 15px 23px 50px;
        background-position: 9px center;
    }
    header.header-top nav.main-nav {
        position: relative;
        left: -23px;
    }
    .is-sticky .main-nav {
        left: 0 !important;
    }
    .sf-menu a {
        font-size: 14px;
        padding: 34px 5px;
    }
    .is-sticky .main-nav .sf-menu a {
        padding: 25px 5px;
    }
    /* --- */
    section.banner .banner-img {
        margin-left: 0;
    }
    section.banner .banner-wrapper .title {
        margin-right: 204px;
    }
    section.banner .banner-wrapper::before {
        margin-left: -225px;
    }
    section.banner .banner-wrapper::after {
        margin-left: -65px;
    }
}

@media only screen and (max-width : 1199px) {
    /* --- */
    header.header-top .grid-top {
        grid-template-columns: 26% 35% 25% 14%;
    }
    header.header-top #logo {
        max-width: 100%;
    }
    header.header-top nav.main-nav {
        display: none;
    }
    header.header-top nav.mobile-nav {
        display: table;
        margin: 0 auto;
      text-align: center;
    }
    header.header-top .telephone a {
        font-size: 22px;
        padding: 23px 22px 23px 70px;
        background-position: 18px center;
    }
    .is-sticky .mobile-nav {
        width: 100% !important;
        padding: 15px 0;
    }
    /* --- */
    section.banner .banner-img {
        margin-left: 100px;
    }
    section.banner .banner-img::before {
        width: 400px;
        clip-path: polygon(19% 0, 100% 0%, 81% 100%, 0% 100%);
    }
    section.banner .banner-img::after {
        width: 400px;
        clip-path: polygon(19% 0, 100% 0%, 81% 100%, 0% 100%);
    }
    section.banner .banner-wrapper::before {
        margin-left: -130px;
        width: 400px;
        clip-path: polygon(19% 0, 100% 0%, 81% 100%, 0% 100%);
    }
    section.banner .banner-wrapper::after {
        margin-left: 35px;
        width: 400px;
        clip-path: polygon(19% 0, 100% 0%, 81% 100%, 0% 100%);
    }
    section.banner .banner-wrapper .title {
        margin-right: 100px;
        font-size: 45px;
        line-height: 58px;
    }
    section.banner .banner-wrapper .title::before {
        left: -136px;
    }
    /* --- */
    h1 {
        font-size: 40px;
    }
    /* --- */
    section.boxs .boxes-grid {
        margin: 0;
    }
    section.boxs .slick-dots {
        width: 100%;
        left: inherit;
        margin-left: 0;
    }
    /* --- */
    section.section-galerie {
        padding: 120px 0 96px;
    }
    section.section-galerie .container {
        max-width: 992px;
    }
    section.section-galerie div#galhome {
        padding: 0 40px;
    }
    /* --- */
    section.pictogrammes .container {
        max-width: 992px;
    }
    section.pictogrammes .pictos-grid {
        padding: 0 40px;
    }
    /* --- */
    footer.bottom {
        padding: 58px 0 68px;
    }
    footer.bottom .container {
        max-width: 992px;
    }
    footer.bottom .grid-footer {
        grid-template-columns: 23% auto auto auto auto;
    }
    footer.bottom #log-footer {
        margin-top: 13px;
    }
    footer.bottom .address {
        font-size: 14px;
    }
    footer.bottom .footer-horaires {
        font-size: 16px;
        max-width: 209px;
    }
    footer.bottom .footer-horaires .open {
        grid-gap: 15px;
    }
    footer.bottom .telephone a {
        font-size: 20px;
        padding: 24px 15px 24px 50px;
        background-position: 9px center;
    }
  section.avis{
    margin: 0 0 75px;
  }
}

@media only screen and (max-width : 991px) {
    /* --- */
    header.header-top .grid-top {
        grid-template-columns: 27% 22% 33% 18%;
    }
    /* --- */
    section.banner .banner-img {
        margin-left: 90px;
    }
    section.banner .banner-img::after {
      width: 350px;
      clip-path: polygon(23% 0, 100% 0%, 77% 100%, 0% 100%);
    }
    section.banner .banner-img::before {
      width: 350px;
      clip-path: polygon(23% 0, 100% 0%, 77% 100%, 0% 100%);
      left: -115px;
    }
    section.banner .banner-wrapper::before {
      margin-left: -87px;
      width: 350px;
      clip-path: polygon(23% 0, 100% 0%, 77% 100%, 0% 100%);
    }
    section.banner .banner-wrapper::after {
      margin-left: 25px;
      width: 350px;
      clip-path: polygon(23% 0, 100% 0%, 77% 100%, 0% 100%);
    }
    section.banner .banner-wrapper .title {
      margin-right: 45px;
      font-size: 36px;
      line-height: 50px;
    }
    section.banner {
        height: 650px;
    }
    section.banner.banner-interne {
        height: 550px;
    }
    /* --- */
    main.content-wrapper {
        padding: 60px 0 90px;
    }
    h1 {
        font-size: 35px;
    }
    main.content-wrapper .bloc-top {
        margin: 0 0 75px;
    }
    main.content-wrapper .img-home.image-left {
        float: none;
        margin: 0 auto 55px;
    }
    main.content-wrapper .text h2 {
        margin: 0 0 27px;
    }
    main.content-wrapper .img-home.image-right {
      float: none;
      margin: 40px auto 55px;
    }
    /* --- */
    section.boxs .boxes-grid .bx-home .number {
        font-size: 215px;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper {
        grid-gap: 25px;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper .img-box {
      max-width: 250px;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper .img-box img {
        width: 100%;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper .text-box {
        max-width: 197px;
    }
    section.boxs .slick-prev {
        left: 25px;
    }
    section.boxs .slick-next {
        margin-left: -115px;
    }
    /* --- */
    section.section-galerie {
        padding: 80px 0 50px;
    }
    section.section-galerie .container {
        max-width: 768px;
    }
    /* --- */
    section.pictogrammes {
        padding: 85px 0 120px;
    }
    section.pictogrammes .container {
        max-width: 768px;
    }
    section.pictogrammes .pictos-grid .bx-picto p {
        font-size: 15px;
    }
    /* --- */
    section.avis {
        margin: 0 0 100px;
    }
    section.avis .guestbook-messages .gb-content .gb-page-content {
        padding: 0 40px;
    }
    section.avis .guestbook-messages .gb-content .gb-page-content .slick-slide {
        margin: 0 7px;
    }
    /* --- */
    footer.bottom .container {
        max-width: 768px;
    }
    footer.bottom .grid-footer {
        grid-template-columns: 100%;
        text-align: center;
    }
    footer.bottom #log-footer {
        margin-top: 0;
    }
    footer.bottom .address {
      font-size: 16px;
      margin: 30px 0 0;
    }
    footer.bottom .footer-horaires {
      font-size: 18px;
      max-width: 248px;
      margin: 25px auto 0;
    }
    footer.bottom .telephone {
      margin: 35px auto 0;
      left: inherit;
      display: table;
    }
    footer.bottom .telephone a {
      font-size: 22px;
      padding: 24px 23px 24px 70px;
      background-position: 18px center;
      margin: 0 auto;
      display: table;
    }
    footer.bottom .social {
      float: none;
      margin: 35px 0 0;
    }
   /**pages internes**/
  section.page-content .image-left, section.page-content .image-right {
        float: none;
		margin: 0 auto 15px;
    	display:table;
  }
  ul.bottom {
      margin: 0;
  }
   /**gallery**/
    .mcePxmGallery .highslide-gallery {
      grid-template-columns: repeat(3, 1fr)!important;
  }
}

@media only screen and (max-width : 767px) {
    /* --- */
    .container {
        max-width: 100%!important;
    }
    /* --- */
    #sticky-wrapper {
      height: auto !important;
    }
    header.header-top nav.mobile-nav {
      margin: 15px auto;
    }
    header.header-top {
        padding: 12px 0;
    }
    header.header-top .grid-top {
      grid-template-columns: 100%;
      text-align: center;
    }
    header.header-top .telephone {
      display: table;
      margin: 0 auto;
    }
    header.header-top .telephone::before {
      top: -8px;
      bottom: -25px;
    }
    header.header-top .telephone a {
      display: table;
      margin: 19px auto 0;
    }
    header.header-top .social {
      float: none;
      margin: 37px 0 0;
    }
    /* --- */
    section.banner {
      height: 550px;
    }
    section.banner.banner-interne {
        height: 450px;
    }
    section.banner .banner-img {
      margin-left: 67px;
    }
    section.banner .banner-wrapper .title {
      margin-right: -200px;
      font-size: 27px;
      line-height: 40px;
    }
    section.banner .banner-wrapper .title::before {
      left: -61px;
      width: 60px;
      top: 10px;
    }
    /* --- */
    main.content-wrapper {
        padding: 60px 0 40px;
    }
    h1 {
      font-size: 30px;
    }
    main.content-wrapper .bloc-top {
        margin: 0 0 45px;
    }
    main.content-wrapper .img-home.image-left::after {
        right: -33px;
        width: 150px;
    }
    main.content-wrapper .img-home.image-left {
        margin: 0 auto 45px;
    }
    main.content-wrapper .text h2 {
        margin: 0 0 15px;
    }
    main.content-wrapper .img-home.image-right {
        margin: 25px auto 45px;
    }
    main.content-wrapper .img-home.image-right::after {
        left: -31px;
        width: 150px;
    }
    /* --- */
    section.boxs h1 {
      margin: 0 0 20px;
    }
    section.boxs .boxes-grid {
      margin: 0 auto;
      max-width: 451px;
    }
    section.boxs .boxes-grid .bx-home .number {
      font-size: 75px;
      margin: 0 0 0 -20px;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper {
      grid-gap: 10px;
      padding: 15px 15px 15px 10px;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper .text-box {
      max-width: 160px;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper .text-box p {
        font-size: 14px;
    }
    section.boxs .slick-prev {
      left: 13px;
    }
    section.boxs .slick-next {
      margin-left: -45px;
    }
    /* --- */
    section.section-galerie {
      padding: 50px 0;
    }
    section.section-galerie h1 {
      margin: 0 0 27px;
    }
    section.section-galerie div#galhome {
      padding: 0 45px;
    }
    section.section-galerie #galhome .imgthumbpos {
        padding: 0 5px;
    }
    section.section-galerie .slick-dots {
        bottom: -55px;
    }
    /* --- */
    section.pictogrammes {
        padding: 60px 0 105px;
    }
    section.pictogrammes h1 {
        margin: 0 0 37px;
    }
    /* --- */
    section.avis {
        padding: 50px 0 90px;
        margin: 0 0 50px;
    }
    section.avis h1 {
        margin: 0 0 27px;
    }
    section.avis ul.slick-dots {
        bottom: -65px;
    }
    /* --- */
    footer.bottom {
        padding: 50px 0;
    }
   /**pages internes**/
  section.page-content .image-left, section.page-content .image-right {
        float: none;
		margin: 0 auto 15px;
    	display:table;
  }
  ul.bottom {
      margin: 0;
  }
    /* --- */
    .contactForm .contact-submit {
        float: none;
    }
    .contactForm .g-recaptcha {
        float: none;
    }
   /**gallery**/
    .mcePxmGallery .highslide-gallery {
      grid-template-columns: repeat(2, 1fr)!important;
  }
  /****/
    .guestbook-form .contactForm #contact-field-id_name, .guestbook-form .contactForm #contact-field-id_mail {
        width: 100%;
    }
    section.content .guestbook-form .contactForm .contact-field-item.two-column:nth-child(even) {
        margin-right: 0;
    }
    .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name, .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time {
        float: none!important;
    }
    .guestbook-form .contactForm .contact-field-item.two-column:nth-child(2n) {
        margin-right: 0;
    }
    section.content .guestbook-form .contactForm .contact-field-item.two-column,section.content .contactForm .contact-field-item.two-column{
        width: 100%;
    }
    section.content .contactForm .contact-field-item.two-column.column-right {
        margin-left: 0;
    }
    section.content .guestbook-form div#contact-field-id_mail {
        padding-left: 0;
      margin-right: 0;
    }
    section.content #Guestbook .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time {

        padding-left: 0;
    }
  
  .img-responsive.img-news.image-right {
      max-width: 180px !important;
      float: none;
      margin: 0 auto 20px;
      max-height: 170px;
    }
    section.content .guestbook-messages {
      margin-top: 50px;
    }
}

@media (max-width:480px) {
    /* --- */
    section.banner .banner-img::before, section.banner .banner-img::after {
      display: none;
    }
    section.banner .banner-wrapper::before, section.banner .banner-wrapper::after {
      display: none;
    }
    section.banner .banner-img {
      margin-left: 55px;
    }
    section.banner .banner-img img {
      clip-path: polygon(40% 0, 100% 0%, 1000% 100%, 0% 100%);
    }
    section.banner .banner-wrapper .title {
      margin-right: 0;
      font-size: 25px;
      line-height: 35px;
    }
    section.banner .banner-wrapper .title p {
      background: #000;
      padding: 15px 25px;
      clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    }
    section.banner .banner-wrapper .title::before {
      left: -20px;
      width: 47px;
      top: 23px;
      bottom: 20px;
      z-index: 1;
    }
    /* --- */
    h1 {
        font-size: 27px;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
      font-size: 18px;
    }
    main.content-wrapper .img-home.image-left::after {
      right: -15px;
      width: 100px;
      top: 150px;
    }
    main.content-wrapper .img-home.image-right::after {
      left: -15px;
      width: 100px;
      top: 150px;
    }
    /* --- */
    section.boxs .boxes-grid .bx-home .grid {
        grid-template-columns: 100%;
    }
    section.boxs .boxes-grid .bx-home .number {
        margin: 0 auto -7px;
        line-height: 55px;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper {
        grid-gap: 15px;
        padding: 10px;
        display: grid;
        z-index: 1;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper .img-box {
        max-width: 100%;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper .text-box {
        max-width: 100%;
    }
    section.boxs .boxes-grid .bx-home .bx-wrapper {
        order: 2;
    }
    .slick-prev, .slick-next {
      height: 25px;
      width: 20px;
      font-size: 25px;
      margin-top: -12px;
    }
    .slick-prev::before, .slick-next::before {
      width: 20px;
      height: 25px;
      font-size: 25px!important;
      background-size: contain!important;
    }
    section.boxs .slick-prev {
        left: 15px;
        margin-top: -65px;
    }
    section.boxs .slick-next {
        right: 7px;
        left: inherit;
        margin-left: 0;
        margin-top: -65px;
    }
    /* --- */
    section.section-galerie div#galhome {
      padding: 0 20px;
    }
    /* --- */
    section.pictogrammes .pictos-grid {
        padding: 0 25px;
    }
    /* --- */
    section.avis .gb-entry-score {
        font-size: 22px;
    }
    section.avis .guestbook-messages .gb-content .gb-page-content {
        padding: 0 20px;
    }
    article div#Guestbook .gb-entry-score .fullStar, article div#Guestbook .gb-entry-score .emptyStar {
        font-size: 22px;
    }
    section.avis .gb-entry-score .fullStar, section.avis .gb-entry-score .emptyStar {
        width: 22px;
        height: 22px;
    }
    .fa-star-o::before {
        font-size: 23px;
    }
    section.avis .guestbook-messages .gb-content .gb-entry {
        padding: 57px 15px 40px;
    }
    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 {
        font-size: 17px;
    }
    section.avis .guestbook-messages .gb-content .gb-entry .gb-message {
        font-size: 15px;
    }
    /* --- */
    .footer-nav p {
        font-size: 12px;
    }
    /*------------*/
     section.content .contactForm .g-recaptcha {
        display: inline-block;
        -webkit-transform: scale(.76);
        transform: scale(.76);
        -webkit-transform-origin: left top!important;
        transform-origin: left top!important;
       
    }
  /**page contact***/
     .content .contactForm .g-recaptcha, section.content .contactForm .g-recaptcha {
        float: none;
        transform: scale(.76);
        left: inherit;
        margin-left: 0;
        transform: scale(.7);
        margin-top: 10px;
        transform-origin: left top;
        display: block;
    }
    .content .contactForm .gdpr_policy label {
        display: inline !important;
    }
    .content form.contactForm input[type=checkbox]{
        vertical-align: bottom;
    }
  .contactForm {
      display: block!important;
  }
  .contactForm .contact-field-item {
        margin-bottom: 10px!important;
    }
    .contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap li.contact-field-option .form-field-checkbox, .contactForm .contact-field-item .contact-field-element ul.list-radio-wrap li.contact-field-option .form-field-radio {
      margin: 0 5px 0 0;
      min-height: 20px;
    }
}


