@import url(ludo.css);

/*------------------------------------------------------------------
[ Master Stylesheet ]

Project:	ICARE - Nonprofit, Fundraising HTML Template
Version:	1.0
Last change:	06/13/14
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Table of contents ]

[p1] General (Rest, Typography)
[p2] Header (Social Icons, Search Form...)
[p2.5] Menu
[p3] Content (Old-base)
[p4] Footer
[p5] Misc (Plugins styling)
[p5.5] WP Specifics (Widgets, Post Classes etc)
[ p6. Voyelle Global ]
[ p7. Home page ]
[ p8. Interiors pages ] Pages spe
[ p8.5 Woocommerce ]
[ p9. CONTENU VOYELLE editors styles]
[ p10. responsive ]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ p1. GENERAl ]
-------------------------------------------------------------------*/
.top-header .header-info-right ul,
.top-header .header-info-left ul,
.main-header .social-icon-top ul,
.menu-wrapper .main-menu ul.sf-menu,
.menu-wrapper .main-menu ul.sf-menu > li ul,
.responsive-menu .menu-open ul,
.event-single .event-content ul.event-info,
.testimonials-wrapper ul,
.events-sidebar ul,
.causes-sidebar ul,
ul.footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

a i,
a,
button,
input[type='button'],
input[type='submit'],
.main-button {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html {
  height: 100%;
}

body {
  font-family: 'pill-gothic-300mg', sans-serif;
  font-size: 1.7em;
  line-height: normal;
  background: #fff;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'pill-gothic-300mg', sans-serif;
  font-weight: 700;
  color: #232323;
}

a {
  color: #6b9262;
}

a:hover,
a:active,
a:focus {
  color: #faca3a;
  text-decoration: none;
  outline: none;
}

blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 30px 0;
  padding: 35px 60px;
  color: #aaaaaa;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  blockquote {
    padding: 30px;
  }
}
hr {
  border: 0;
  border-bottom: 1px solid #c1c1c1;
  background: #c1c1c1;
  margin: 30px 0;
}
label {
  font-weight: normal;
}
input,
textarea,
select {
  padding: 5px 10px;
  background-color: #eeeeee;
  border: 1px solid transparent;
  height: 36px;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

input[type='checkbox'] {
  height: 25px;
  margin-right: 5px !important;
}

input:active,
input:focus,
textarea:active,
textarea:focus,
select:focus {
  background-color: white;
  border: 1px solid #dddddd;
  outline: none;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  cursor: pointer;
  vertical-align: top;
}
button,
input[type='button'],
input[type='submit'],
.main-button {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background-color: #faca3a;
  border: none;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.main-btn:hover {
  background-color: #f9c321;
}
button:active {
  outline: none;
  border: 0;
}
fieldset.checkbox {
  margin: 10px 0 0 0;
}
input.input-checkbox,
input[type='checkbox'] {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
label.checkbox {
  margin: 8px 0 0 0;
  padding-left: 0;
  display: inline-block;
  overflow: hidden;
  font-weight: normal !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.small-text {
  font-size: 12px;
}
.box-content {
  background-color: white;
  padding: 30px;
  overflow: hidden;
  margin-top: 30px;
}
.no-box-content .box-content {
  background-color: transparent;
  padding: 30px 0;
}
.not-full .box-content {
  background-color: transparent;
  padding: 30px 15px;
  margin-top: 15px;
}
.box-content > .box-content {
  padding: 0 !important;
  margin-top: 0 !important;
}
.voy_image {
  margin-top: 30px;
}
.no-box-content .voy_image {
  margin-bottom: 30px;
}
.not-full .voy_image {
  margin-top: 15px;
  margin-bottom: 15px;
}
#load-more-wrapper {
  text-align: center;
}
a.load-more {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  background-color: white;
  color: #6b9262;
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 20px;
}
a.load-more i {
  margin-left: 10px;
  font-size: 10px;
}
a.load-more:active {
  top: 1px;
}
a.go-next,
a.go-prev {
  position: relative;
  background-color: white;
  color: #6b9262;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
  padding: 15px 20px;
}
a.go-next:active,
a.go-prev:active {
  top: 1px;
}
a.go-next i,
a.go-prev i {
  font-size: 10px;
  display: inline-block;
}
a.go-next.inactive,
a.go-prev.inactive {
  cursor: default;
  color: #dddddd;
}
a.go-next.inactive:active,
a.go-prev.inactive:active {
  top: 0;
}
a.go-next i {
  margin-left: 10px;
}
a.go-prev i {
  margin-right: 10px;
}
.alert.alert-succes {
  background-color: #dff0d8;
}
.alert.alert-info {
  background-color: #d9edf7;
}
.alert.alert-warning {
  background-color: #fcf8e3;
}
.alert.aler-error {
  background-color: #f2dede;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li > a {
  background-color: #faca3a;
  color: #232323;
  text-transform: uppercase;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border: 0;
  background-color: #faca3a;
  color: #232323;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #e6e6e6;
  color: #232323;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.tab-content {
  background-color: #eeeeee;
  padding: 15px;
}
.panel-group .panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-default {
  border: 0;
}
.panel-default > .panel-heading {
  border: 0;
  background-color: #faca3a;
  color: #232323;
  text-transform: uppercase;
}
.panel-title {
  font-size: 13px;
}
.panel-title > a {
  display: block;
  padding: 5px;
  color: #232323;
}
.panel-title > a:hover {
  color: #232323;
}
.panel-heading {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
  background-color: #eeeeee;
}
img {
  max-width: 100%;
  height: auto;
}
/*------------------------------------------------------------------
[ marges - paddings ]
-------------------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}

.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}

.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}

.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}

/*------------------------------------------------------------------
[ p2. HEADER ]
-------------------------------------------------------------------*/
.site-header {
  background-color: #35889a; /*custom*/
  color: #c0d2bb;
  font-size: 13px;
}
.not-full .site-header {
  background-color: transparent;
}
.site-header a {
  color: white;
}
.site-header a:hover {
  color: #faca3a;
}
.top-header {
  border-bottom: 1px solid #86a97e; /*custom*/
}
.top-header a {
  color: #dce6da; /*custom*/
  font-size: 14px;
}
.top-header a:hover {
  color: white; /*custom*/
}
.top-header .header-info-right,
.top-header .header-info-left {
}
.top-header .header-info-right ul li,
.top-header .header-info-left ul li {
  display: inline-block;
}
.top-header .header-info-right {
  text-align: right;
}
.top-header .header-info-left ul li i {
  margin-right: 7px;
}
.top-header__external-links {
  display: inline-block;
}
.top-header .top-header__external-links a {
  text-transform: uppercase;
  display: inline-block;
  line-height: 33px;
  vertical-align: bottom;
  font-weight: 700;
  border-right: 1px solid #353535;
  color: #fff;
  padding: 0 15px;
}
.top-header__external-links li:first-child a {
  color: #fdcf09;
  border-left: 1px solid #353535;
}
.top-header__external-links li a:hover,
.top-header__external-links li:first-child a:hover {
  color: #5ac3b0;
}
.top-header__links {
  display: inline-block;
}
.top-header .top-header__links a {
  text-transform: uppercase;
  display: inline-block;
  line-height: 33px;
  vertical-align: bottom;
  padding: 0 14px;
}
.top-header .top-header__links a:hover {
  color: #5ac3b0;
}
.top-header__links a i {
  font-size: 16px;
  display: inline-block;
  padding-right: 5px;
}

.header-info-left .social-icon {
  float: right;
}
.header-info-left .social-icon a {
  color: #fff;
}

.main-header {
  padding: 0;
}
.main-header .bg--grey {
  display: flex;
  align-items: center;
}
@media (max-width: 599px){
  .main-header .bg--grey {
    flex-wrap: wrap;
  }
}
.search-form {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  vertical-align: top;
}
.search-form input[type='text'] {
  background-color: #000;
  border: none;
  border-left: 1px solid transparent;
  width: 90px;
  padding: 5px 10px 5px 12px;
  color: #ffffff;
  display: inline-block;
  height: 33px;
  font-style: italic;
  vertical-align: top;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-form input[type='text']:focus {
  background-color: #d4d5d6;
  color: #000;
  width: 190px;
  font-style: normal;
  border-left: 3px solid #5ac3b0;
  padding: 5px 10px;
}
.search-form input[type='submit'] {
  background: url(../images/loupe.png) no-repeat center center #191919;
  background-size: 55%;
  vertical-align: top;
  border: none;
  color: #ffffff;
  padding: 0 20px;
  margin: 0;
  text-indent: -5000px;
  display: inline-block;
  height: 33px;
  position: relative;
  left: -4px;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-form input[type='submit']:hover {
  background-color: #f26857;
}
.search-form input[type='text']:focus + input[type='submit'] {
  background-color: #5ac3b0;
}
.search-form input[type='submit']:hover,
.search-form input[type='text']:focus + input[type='submit']:hover {
  background-color: #f26857;
}
.search-form fieldset {
  position: relative;
}
.search-form input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.search-form input:active::-webkit-input-placeholder {
  color: #303030;
}

.lang-switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.lang-switch i.fa {
  padding-left: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.top-header .top-header__links .lang-switch a.other-lang {
  vertical-align: top;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #29292b;
  display: none;
  text-align: left;
}
.top-header .top-header__links .lang-switch a.current-lang {
  display: inline-block;
  padding: 0 6px 0 8px;
}
.top-header .top-header__links .lang-switch a.current-lang:hover {
  background: #29292b;
}
/*------------------------------------------------------------------
[ p2.5 Menu ]
-------------------------------------------------------------------*/
.logo {
  display: inline-block;
  padding-right: 25px;
  line-height: 114px;
  vertical-align: middle;
  background: #191919;
}
.menu-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.menu-wrapper + a{
      margin-left: auto;
}
.not-full .menu-wrapper {
  background-color: transparent;
}
.menu-wrapper .main-menu {
  max-height: 114px;
}
.menu-wrapper .main-menu ul.sf-menu {
  display: flex;
  align-items: center;
}
.menu-wrapper .main-menu ul.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 1px;
  text-transform: uppercase;
  border-right: 1px solid #484b44;
}
.menu-wrapper .main-menu ul.sf-menu > li a {
  line-height: 1.2;
  text-align: center;
  -ms-transition: all 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
  transition: all 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
  padding: 0 28px;
  color: #aaaaaa;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrapper .main-menu ul.sf-menu > li > a {
min-height: 114px;
}
@media (max-width: 1299px){
  .menu-wrapper .main-menu ul.sf-menu > li > a {
  min-height: 100px;
  }
}
@-webkit-keyframes padding-top {
  0% {
    padding-top: 0;
  }
  75% {
    padding-top: 10px;
  }
  100% {
    padding-top: 7px;
  }
}
@keyframes padding-top {
  0% {
    padding-top: 0;
  }
  75% {
    padding-top: 10px;
  }
  100% {
    padding-top: 7px;
  }
}
.menu-wrapper .main-menu ul.sf-menu > li > a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f26857;
  -ms-transition: padding 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
  -webkit-transition: padding 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
  transition: padding 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
}
.menu-wrapper .main-menu ul.sf-menu > li a i {
  display: none;
}
.menu-wrapper .main-menu ul.sf-menu > li a:hover::after,
.menu-wrapper .main-menu ul.sf-menu > li.current-menu-item a::after {
  padding-top: 7px;
  -webkit-animation: padding-top 0.4s;
  animation: padding-top 0.4s;
  -ms-transition: padding 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
  -webkit-transition: padding 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
  transition: padding 0.3s cubic-bezier(0.27, 0.83, 0.49, 0.5);
}
.menu-wrapper .main-menu ul.sf-menu > li.current-menu-item a::after {
  animation-duration: 1s;
}
.menu-wrapper .main-menu ul.sf-menu > li.active a {
  color: #faca3a;
}
.menu-wrapper .main-menu ul.sf-menu > li.active ul li a {
  color: #aaaaaa;
}
.menu-wrapper .main-menu ul.sf-menu > li.active ul li a:hover {
  color: white;
}
.menu-wrapper .main-menu ul.sf-menu > li ul {
  position: absolute;
  min-width: 180px;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  background-color: #484b44;
}

.menu-wrapper .main-menu ul.sf-menu > li ul {
  min-width: 380px;
}

.all-fab {
  background-color: #000;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li {
  border-bottom: 1px solid #5c6058;
  position: relative;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li:last-child {
  border-bottom: 0;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li a {
  line-height: 46px;
  padding: 17px;
  display: block;
  font-size: 20px;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.acces_marque {
  width: 100%;
  background: #29292b;
  background: repeating-linear-gradient(
    -45deg,
    #191919,
    #191919 7px,
    #121212 7px,
    #121212 9px
  );
  position: absolute;
  left: 100%;
  min-height: 100%;
  top: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  border-left: 3px solid #29292b;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.acces_marque a {
  color: rgba(255, 255, 255, 1);
  text-align: left;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.acces_marque li {
  /*float:left;*/
  display: inline-block;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li.acces_marque > a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  text-align: center;
  cursor: text;
  padding: 15px 15px 10px 15px;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul {
  display: block !important;
  position: static;
  background: transparent;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul li {
  border-bottom: none;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul li a {
  line-height: 36px;
  padding: 0 10px;
  font-size: 16px;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul li a:hover {
  background: #f26857;
}

/*---------------subsub menu marques----------------*/
.menu-wrapper
  .main-menu
  ul.sub-menu
  li.menu-item-object-product_cat.menu-item-has-children {
  position: static;
}
.menu-wrapper
  .main-menu
  ul.sub-menu
  li.menu-item-object-product_cat
  > ul.sub-menu {
  display: none !important;
  z-index: 800;
  padding-bottom: 0;
}
.menu-wrapper
  .main-menu
  ul.sub-menu
  li.menu-item-object-product_cat.sfHover
  > ul.sub-menu {
  display: block !important;
  z-index: 900;
}
.menu-wrapper
  .main-menu
  ul.sub-menu
  li.menu-item-object-product_cat
  ul.sub-menu
  li.acces_marque.acces_marque--sub {
  /*display: none;*/
}
/*.menu-wrapper .main-menu ul.sub-menu .acces_marque.acces_marque--sub{
  display: none;
}*/

.menu-wrapper .button-holder {
  text-align: right;
}
.menu-wrapper .button-holder a {
  margin-top: 9px;
}

@media (max-width: 1800px) {
  .menu-wrapper .main-menu ul.sf-menu > li.menu-item-397 ul {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1390px) {
  .menu-wrapper .main-menu ul.sf-menu > li.menu-item-397 ul {
    right: 152px;
  }
  .menu-wrapper .main-menu ul.sf-menu > li.menu-item-394 ul {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1099px) {
  .menu-wrapper .main-menu ul.sf-menu > li ul {
    min-width: 290px;
  }
  .menu-wrapper .main-menu ul.sf-menu > li ul li a {
    line-height: 30px;
    padding: 18px 17px;
    font-size: 18px;
  }
  .menu-wrapper .main-menu ul.sf-menu > li ul li.acces_marque > a {
    font-size: 16px;
    padding: 12px 15px 9px 15px;
  }
}

.responsive-menu .menu-open ul li ul li ul {
  margin-left: 0;
  border-top: none;
}
.responsive-menu {
  vertical-align: middle;
}
.responsive-menu .menu-open ul li ul li.acces_marque:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.responsive-menu li.acces_marque > a,
.responsive-menu li.acces_marque li:not(.all-fab) {
  display: none;
}
.responsive-menu .menu-open ul li ul li.all-fab:last-child {
  padding: 15px;
  display: inline-block;
}
.responsive-menu a.toggle-menu {
  display: block;
  height: 100px;
  background-color: #29292b;
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 30px;
}
@media(max-width:600px){
  .responsive-menu a.toggle-menu{
        display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
  }
}
.responsive-menu a.toggle-menu i {
  display: inline-block;
  padding-left: 5px;
}
.responsive-menu .menu-open {
  background: rgba(35, 35, 35, 0.96);
  left: 0;
  right: 0;
  padding: 30px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 185;
  display: none;
}
.responsive-menu .menu-open ul li {
  padding: 15px 0;
  border-bottom: 1px solid #373737;
}
.responsive-menu .menu-open ul li a {
  color: white;
}
.responsive-menu .menu-open ul li.active a {
  color: #faca3a;
}
.responsive-menu .menu-open ul li.active ul li a {
  color: white;
}
.responsive-menu .menu-open ul li ul {
  margin-left: 30px;
  border-top: 1px solid #373737;
  margin-top: 15px;
}
.responsive-menu .menu-open ul li ul li {
  padding: 0;
  padding: 15px 0;
}
.responsive-menu .menu-open ul li ul li:fist-child {
  padding-top: 0;
}
.responsive-menu .menu-open ul li ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.responsive-menu .menu-open a.main-btn {
  margin-top: 30px;
}
.nav-occasion.nav-boutique{
  padding: 0 13px;
  border-right: solid 2px black;
}
.nav-occasion.nav-boutique span{
  color: #f26857;
}
.nav-occasion {
  line-height: 114px;
  padding: 0 35px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 1;
  right: -15px;
  max-width: 190px;
  text-align: center;
  background: repeating-linear-gradient(
    -45deg,
    #191919,
    #191919 7px,
    #0a0a0a 7px,
    #0a0a0a 9px
  );
}
.nav-occasion.nav-occasion--white {
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 7px,
    #e7e7e7 7px,
    #e7e7e7 9px
  );
}
.nav-occasion::after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  width: 100%;
  height: 300%;
  margin: auto;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-occasion:hover::after {
  left: 0;
  right: 0;
  top: -150px;
  width: 150%;
  height: 300%;
}
.nav-occasion span {
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  line-height: normal;
  font-size: 18px;
  color: #fdcf09;
}
.nav-occasion.nav-occasion--white span {
  font-weight: bold;
  color: #000;
}
.nav-occasion:hover span,
.nav-occasion:focus span {
  color: #fff;
}
/*------------------------------------------------------------------
[ p3. CONTENT theme ]
-------------------------------------------------------------------*/

/*------widgets-------------*/
.actu-item a {
  display: block;
}
.not-full .container.principal {
  background: #fff;
}
#top-link {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 130px;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
}
#top-link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.shortcodes blockquote {
  margin: 0;
}
.shortcodes .alert:last-child {
  margin-bottom: 0;
}
.shortcodes .panel-group {
  margin-bottom: 0;
}
.shortcodes .buttons a {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .post-grid {
    margin-bottom: 30px;
  }
}
.post-content h4.post-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  margin: 5px 0 15px 0;
}
.post-content h4.post-title a {
  color: #232323;
}
.post-content h4.post-title a:hover {
  color: #6b9262;
}
.post-content p.post-meta {
  margin: 15px 0 5px 0;
  color: #aaaaaa;
}
.post-content p.post-meta a {
  color: #aaaaaa;
}
.post-thumb {
  position: relative;
  overflow: hidden;
}
.post-thumb img {
  width: 100%;
  height: auto;
}
.hentry {
  margin-top: 30px;
  overflow: hidden;
}
.hentry .post-content {
  background-color: white;
  padding: 30px;
}
.hentry .post-content h4 {
  margin: 0 0 15px 0;
}
.hentry .post-content p.post-meta {
  margin: 0 0 5px 0;
}
.hentry .meta-author a {
  color: #ffffff;
}
.blog-list {
  overflow: hidden;
  background-color: white;
  margin-top: 30px;
}
.blog-list .post-thumb {
  width: 300px;
  float: left;
}
.blog-list .post-content {
  padding: 30px;
  background-color: white;
  overflow: hidden;
}
.blog-list .post-content h4 {
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .blog-list .post-thumb {
    width: 100%;
    display: block;
  }
}
.blog-single {
  margin-top: 30px;
  overflow: hidden;
}
.blog-single .post-image {
  position: relative;
  overflow: hidden;
}
.blog-single .post-image img {
  width: 100%;
  height: auto;
}
.blog-single .post-image .image-over {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px 25px;
}
.blog-single .post-image .image-over span {
  margin-right: 25px;
}
.blog-single .post-image .image-over span:last-child {
  margin-right: 0;
}
.blog-single .post-image .image-over span i {
  margin-right: 10px;
}
.blog-single .post-image .image-over span em {
  color: #faca3a;
  font-style: normal;
}
.blog-single .post-content {
  background-color: white;
  padding: 30px;
}
.blog-single .post-content h3.post-title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0;
}
ul.post-gallery {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
ul.post-gallery li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  width: 80px;
  height: 80px;
}
ul.post-gallery li img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
ul.post-gallery li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*-------------------------------------------------comments-------------------*/
.comments h4.widget-title span em {
  font-style: normal;
  color: #faca3a;
}
.comments .comment-list,
.comments .comment-list ol {
  list-style: none;
}
.comments .comment-list {
  padding: 0;
  margin: 0;
}
.comments .comment-list .comment-author {
  position: relative;
  padding-left: 100px;
  width: 100%;
  /*overflow: hidden;*/
  float: left;
  margin-right: 20px;
}
.comments .comment-list .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.comments .comment-list .comment-meta {
  position: relative;
  padding-left: 100px;
}
.comments .comment-list .comment-meta a {
  display: block;
  color: #aaaaaa;
}
.comments .comment-list li > .comment-body,
.comments .comment-list li ol li .comment-body {
  position: relative;
  /*border-bottom: 1px solid #dddddd;*/
}
.comments .comment-list > li:last-child .comment-body {
  /*border-bottom: 0;*/
}
.comments .comment-list .comment-body p {
  padding: 0 0 30px 100px;
  margin-bottom: 0;
}
.comments .comment .comment-body cite a {
  margin: 0 0 10px 0;
  display: inline-block;
  width: 600px;
  margin-right: 15px;
  font-size: 16px;
  font-style: normal;
  color: #232323;
}
.comments .comment-list .comment-body .reply {
  position: absolute;
  top: 0;
  right: 0;
}
.comments .comment-list .comment-body .says {
  display: none;
}
.comments .comment-list .comment {
  margin-top: 30px;
  margin-left: 0;
}
.comments .comment-list li:last-child p,
.comments .comment-list li ol li:last-child p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .comments .comment-list .author-thumb {
    display: none;
  }
  .comments .comment-list .comment-list {
    margin-left: 40px;
  }
}
.comment-form label {
  width: 200px;
  font-weight: 700;
  float: left;
}
.comment-form label span {
  display: block !important;
  font-weight: 400;
  color: #aaaaaa;
  font-size: 12px;
}
.comment-form fieldset {
  margin-bottom: 20px;
}
.comment-form fieldset:last-child {
  margin-bottom: 0;
}
.comment-form input {
  width: 40%;
}
.comment-form textarea {
  width: 60%;
  max-width: 60%;
  min-height: 120px;
}
.comment-form button {
  margin-left: 200px;
}
@media (max-width: 768px) {
  .comment-form label {
    float: none;
    display: block;
  }
  .comment-form input,
  .comment-form textarea {
    width: 100%;
    max-width: 100%;
  }
  .comment-form button {
    margin-left: 0;
  }
}
.comment-form .form-submit {
  display: none;
}
/* Unwanted markup generated by wp :( */
.comment-reply-title {
  display: none;
}
/*--------------------------------------------gallery-----------------------------*/
.gallery-wrapper {
  margin-left: -3%;
}
.gallery-wrapper .gallery-thumb,
.gallery-wrapper .flickr_badge_image {
  overflow: hidden;
  float: left;
  margin-left: 3%;
  width: 30%;
  display: inline-block;
  margin-bottom: 3%;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
footer .gallery-wrapper .flickr_badge_image {
  width: auto;
}
.gallery-wrapper .gallery-thumb img,
.gallery-wrapper .flickr_badge_image img {
  width: 100%;
  height: auto;
}
footer .gallery-wrapper .flickr_badge_image img {
  width: auto;
  height: auto;
}
.video-featured iframe {
  width: 100%;
}
.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: square inside;
}
.sidebar ul li {
  padding: 0;
  margin: 0;
  list-style: square inside;
}
.events-sidebar ul li {
  list-style: none;
}
.sidebar input[type='text'],
.sidebar select,
footer input[type='text'],
footer select {
  width: 100%;
}
.sidebar table,
footer table {
  width: 100%;
}
.sidebar table caption,
footer table caption {
  margin-bottom: 20px;
}
.sidebar table td a {
  font-weight: bold;
}
/*------------------------------------------------------------------
[ p4. FOOTER ]
-------------------------------------------------------------------*/

.site-footer.home-footer {
  padding-bottom: 130px; /*pour le bloc ref*/
}
.not-full .site-footer {
  margin-top: 0;
}
.site-footer a {
  color: #aaaaaa;
}
.site-footer a:hover {
  color: white;
}
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: square inside none;
}
.site-footer ul li {
  line-height: 1.75em;
}
@media (max-width: 992px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}
h4.footer-widget-title {
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  margin: 0 0 20px 0;
}
.top-footer {
  padding: 40px 0;
  color: #c0d2bb;
}
.not-full .top-footer {
  padding: 0 0;
  color: #c0d2bb;
}
.not-full .top-footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-footer a {
  color: white;
}
.contact-info ul li span {
  margin-right: 7px;
}
ul.footer-social {
  list-style: none !important;
}
ul.footer-social li {
  float: left;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
}
ul.footer-social li a {
  width: 66px;
  height: 66px;
  line-height: 66px;
  background-color: #5b7d54;
  text-align: center;
  color: white;
}
.main-footer {
  background-color: rgba(33, 35, 32, 0.96);
  padding-top: 40px;
}
.not-full .main-footer {
  padding-top: 0;
}
.not-full .main-footer .container {
  padding-top: 40px;
}
.footer-gallery {
  overflow: hidden;
  margin-left: -3%;
}
.footer-gallery .gallery-thumb {
  width: 20%;
  margin-left: 3%;
  margin-bottom: 3%;
  float: left;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.footer-gallery .gallery-thumb img {
  width: 100%;
}
.copyright {
  margin-top: 40px;
  border-top: 1px solid #43463f;
  padding: 10px 0;
}
.copyright .credits {
  text-align: right;
}
@media (max-width: 992px) {
  .copyright {
    text-align: center;
  }
  .copyright .credits {
    text-align: center;
  }
}
/*------------------------------------------------------------------
[ p5. MISC ]
-------------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0')
      format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: '\0020';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.slide-bloc {
  background: #fff;
}
.slide-image {
  padding-left: 0;
}
.top-content .top-content .row {
  margin-left: 0;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Shortcodes Ultimate Overrides
 ----------------------------------*/

/* Tabs Shortcodes Overrides */
.su-tabs-style-default {
  padding: 0 !important;
  background-color: #fff !important;
}
.su-tabs-style-default .su-tabs-panes {
  padding: 15px !important;
  background-color: #eeeeee !important;
}
.su-tabs-pane {
  font-size: inherit !important;
  background-color: #eeeeee !important;
}
.su-tabs-style-default .su-tabs-nav span {
  background-color: #faca3a !important;
  color: #232323 !important;
  border-radius: 0 !important;
  padding: 10px 15px !important;
  font-size: inherit !important;
}
.su-tabs-style-default .su-tabs-nav .su-tabs-current {
  background-color: #eeeeee !important;
}

/* Accordions Shortcodes Overrides */
.su-spoiler-style-default .su-spoiler-title {
  padding: 10px 15px !important;
  background-color: #faca3a;
  font-size: inherit;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #232323;
}
.su-spoiler-style-default .su-spoiler-icon {
  display: none !important;
}
.su-spoiler-style-default > .su-spoiler-content {
  background-color: #eeeeee !important;
  padding: 15px !important;
  font-size: inherit;
}
.su-spoiler-closed > .su-spoiler-content {
  height: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  border: none;
  opacity: 0;
}

/* Blockquote Shortcodes Overrides */
.su-quote-style-default {
  padding: 35px 60px !important;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
  color: #aaaaaa;
  font-size: 16px;
  line-height: 26px;
  font-style: normal !important;
}
.su-quote-style-default:before,
.su-quote-style-default:after {
  background-image: none !important;
}

/* Default Shortcodes Overrides */
.su-button-style-default {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  border-width: 0 !important;
  padding: 0 15px !important;
  height: 36px !important;
  line-height: 36px !important;
}
.su-button-style-default span {
  border: none !important;
  padding: 0 !important;
  line-height: 36px !important;
}
.su-heading-style-default .su-heading-inner {
  border: none !important;
}
/* Demo purposes */
.apply-margin {
  margin: 0 10px 10px 0;
}

/*------------------------------------------------------------------
[ p5.5 WP SPECIFICS ]
-------------------------------------------------------------------*/
.sticky {
  border: 2px solid #63875b;
}
.sidebar .textwidget img,
footer .textwidget img {
  max-width: 100%;
  height: auto;
}
.wp-caption {
}
.wp-caption-text img {
  width: auto !important;
  height: auto !important;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .fix-box-height {
    height: auto !important;
  }
}
.paging-navigation {
  position: relative;
  margin-top: 30px;
  display: block;
  height: 52px;
  background-color: white;
  color: #6b9262;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 0;
  vertical-align: middle;
}
@media (max-width: 960px) {
  .paging-navigation {
    height: auto;
    padding: 15px 20px;
  }
  .paging-navigation .loop-pagination,
  .page-info {
    text-align: center !important;
  }
}
.paging-navigation .page-info h6 {
  color: #999999;
  font-size: 11px;
}
.paging-navigation .loop-pagination {
  text-align: right;
  margin-top: 20px;
}
.paging-navigation .page-numbers {
  padding: 4px 8px;
  background-color: #dedede;
  color: #444444;
  margin-left: 3px;
}
.paging-navigation .page-numbers:hover {
  background-color: #6b9262;
  color: #ffffff;
}
.paging-navigation .page-numbers.current {
  background-color: #6b9262;
  color: #ffffff;
}

/*------------------------------------------------------------------
[ p6. Voyelle Global ]
-------------------------------------------------------------------*/
.link--bloc {
  display: inline-block;
}
h1 {
  font-weight: 700;
  color: #f26857;
  margin: 0 0 30px 0;
  font-size: 35px;
  text-transform: uppercase;
}
h2 {
  font-weight: 700;
  color: #000;
  margin: 10px 0;
  font-size: 30px;
  text-transform: uppercase;
}
h3 {
  font-weight: 700;
  color: #000;
  margin: 10px 0;
  font-size: 25px;
  text-transform: uppercase;
}
h4 {
  font-weight: 700;
  color: #000;
  margin: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
}
h5 {
  font-weight: 500;
  color: #000;
  margin: 10px 0;
  font-size: 17px;
  text-transform: uppercase;
}
h6 {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin: 10px 0;
  font-size: 15px;
}
*.title--30px {
  font-size: 30px;
}
*.title--35px {
  font-size: 35px;
}
*.title--40px {
  font-size: 40px;
}
*.title--w500 {
  max-width: 500px;
  display: inline-block;
}
*.title--trait {
  position: relative;
}
*.title--trait::before {
  content: '';
  height: 130%;
  width: 15px;
  background: #000;
  position: absolute;
  left: -45px;
  top: -15%;
}
*.title--chiffre {
  position: relative;
  padding-left: 15px;
}
*.title--chiffre span {
  position: absolute;
  left: -20px;
}
*.title--bottom-line {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
*.title--bottom-line::before {
  content: '';
  height: 1px;
  width: 2%;
  background: #000;
  position: absolute;
  left: 49%;
  bottom: 0;
}
*.text--white.title--bottom-line::before {
  background: #fff;
}

img.alignleft {
  padding-right: 15px;
}
img.alignright {
  padding-left: 15px;
}
a img,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a span {
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*----------------boutons-----*/
.bt {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 57px;
  margin: 10px 0;
  padding: 0 15px 0 20px;
  position: relative;
  font-weight: 700;
  z-index: 1;
  overflow: hidden;
}
input.bt,
button.bt {
  height: 57px;
}
.bt.bt--small {
  line-height: 36px;
  padding: 0 7px 0 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.bt.bt--large {
  line-height: 65px;
  padding: 0 30px 0 40px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 26px;
}
.bt::after {
  content: '>';
  display: inline-block;
  padding: 0 5px 0 5px;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bt.bt--large::after {
  padding: 0 5px 0 10px;
}
.bt::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: rgba(242, 104, 87, 0);
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bt:hover,
a:hover .bt {
  background: #000;
  color: #fff;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bt:hover::after,
a:hover .bt::after {
  padding: 0 2px 0 8px;
}
.bt:focus::after {
  padding: 0 0 0 10px;
}
.bt.bt--large:hover::after,
a:hover .bt--large::after {
  padding: 0 3px 0 12px;
}
.bt.bt--large:focus::after {
  padding: 0 0 0 15px;
}
.bt:hover::before,
a:hover .bt::before {
  width: 100%;
  background: rgba(242, 104, 87, 1);
}

.bt.bt--contour {
  background: none;
  color: #000;
  border: 1px solid #000;
  padding: 0 19px;
  line-height: 55px;
}
.bt.bt--contour.bt--small {
  line-height: 34px;
}
.bt.bt--contour.bt--large {
  line-height: 63px;
}
.bt.bt--contour:hover,
a:hover .bt.bt--contour {
  border-color: #f26857;
  background: none;
  color: #000;
}

.bt.bt--white,
.bt.bt--white:hover,
a:hover .bt.bt--white {
  background: #fff;
  color: #000;
}
.bt.bt--contour.bt--white {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.bt.bt--contour.bt--white:hover,
a:hover .bt.bt--contour.bt--white {
  border-color: #f26857;
}

.bt.bt--blue,
.bt.bt--blue:hover,
a:hover .bt.bt--blue {
  background: #5ac3b0;
  color: #fff;
}
.bt.bt--contour.bt--blue {
  background: none;
  color: #5ac3b0;
  border: 1px solid #5ac3b0;
}
.bt.bt--contour.bt--blue:hover,
a:hover .bt--contour.bt--blue {
  border-color: #000;
}
.bt.bt--contour.bt--blue::before {
  background: rgba(0, 0, 0, 0);
}
.bt.bt--contour.bt--blue:hover::before,
a:hover .bt.bt--contou.bt--blue::before {
  background: rgba(0, 0, 0, 1);
}

.bt.bt--yellow,
.bt.bt--yellow:hover,
a:hover .bt.bt--yellow {
  background: #fdcf09;
  color: #000;
}
.bt.bt--contour.bt--yellow {
  background: none;
  color: #fdcf09;
  border: 1px solid #fdcf09;
}
.bt.bt--contour.bt--yellow:hover,
a:hover .bt.bt--contour.bt--yellow {
  border-color: #000;
}
.bt.bt--contour.bt--yellow::before {
  background: rgba(0, 0, 0, 0);
}
.bt.bt--contour.bt--yellow:hover::before,
a:hover .bt.bt--contour.bt--yellow::before {
  background: rgba(0, 0, 0, 1);
}

.bt.bt--pink,
.bt.bt--pink:hover,
a:hover .bt.bt--pink {
  background: #f26857;
  color: #fff;
}
.bt.bt--pink::before {
  background: rgba(0, 0, 0, 0);
}
.bt.bt--pink:hover::before,
a:hover .bt.bt--pink::before {
  background: rgba(0, 0, 0, 1);
}
.bt.bt--contour.bt--pink {
  background: none;
  color: #f26857;
  border: 1px solid #f26857;
}
.bt.bt--contour.bt--pink:hover,
a:hover .bt.bt--contour.bt--pink {
  border-color: #000;
}
.bt.bt--contour.bt--pink::before {
  background: rgba(0, 0, 0, 0);
}
.bt.bt--contour.bt--pink:hover::before,
a:hover .bt.bt--contour.bt--pink::before {
  background: rgba(0, 0, 0, 1);
}
.bt + .bt {
  margin-left: 20px;
}
/*------input button woocommerce-------*/
.woocommerce input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button
 {
  color: #fff;
  border-radius: 0;
  background: #000;
  font-weight: 500;
  padding: 0 15px;
  height: 45px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  border-radius: 0;
}
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.6);
}
.woocommerce .woocommerce-cart-form input.button:disabled,
.woocommerce .woocommerce-cart-form input.button:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled {
  visibility: hidden;
}
.woocommerce input.button:hover,
.woocommerce input.button:focus, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:focus {
  color: #fff;
  background: #f26857;
}
/*---border--*/
.border--top-bottom {
  padding-top: 7px;
  padding-bottom: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.border--top-bottom.border--padding {
  padding-top: 7px;
  padding-bottom: 7px;
}
/*---bg--*/
.bg--white {
  background-color: #fff;
}
.bg--black {
  background-color: #000;
}
.bg--grey {
  background-color: #29292b;
}
.bg--middle-grey {
  background-color: #414141;
}
.bg--dark-grey {
  background-color: #191919;
}
.bg--light-grey {
  background-color: #d4d5d6;
}
.bg--ultra-light-grey {
  background-color: #f1f3f4;
}
.bg--pink {
  background-color: #f26857;
}
.bg--yellow {
  background-color: #fdcf09;
}
.bg--blue {
  background-color: #5ac3b0;
}
@media (min-width: 992px) {
  .bg--pink-ultra-light-grey {
    background: #f1f3f4;
    background: -moz-linear-gradient(
      left,
      #f26857 1%,
      #f26857 40%,
      #f1f3f4 40%,
      #f1f3f4 100%
    );
    background: -webkit-linear-gradient(
      left,
      #f26857 1%,
      #f26857 40%,
      #f1f3f4 40%,
      #f1f3f4 100%
    );
    background: linear-gradient(
      to right,
      #f26857 1%,
      #f26857 40%,
      #f1f3f4 40%,
      #f1f3f4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26857', endColorstr='#f1f3f4',GradientType=1 );
  }
}
@media (max-width: 992px) {
  .bg--pink-ultra-light-grey {
    background: #f1f3f4;
    background: -moz-linear-gradient(
      bottom,
      #f26857 1%,
      #f26857 50%,
      #f1f3f4 50%,
      #f1f3f4 100%
    );
    background: -webkit-linear-gradient(
      bottom,
      #f26857 1%,
      #f26857 50%,
      #f1f3f4 50%,
      #f1f3f4 100%
    );
    background: linear-gradient(
      to bottom,
      #f26857 1%,
      #f26857 50%,
      #f1f3f4 50%,
      #f1f3f4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26857', endColorstr='#f1f3f4',GradientType=1 );
  }
}
@media (min-width: 992px) {
  .bg--white-ultra-light-grey {
    background: #f1f3f4;
    background: -moz-linear-gradient(
      left,
      #fff 1%,
      #fff 66%,
      #f1f3f4 66%,
      #f1f3f4 100%
    );
    background: -webkit-linear-gradient(
      left,
      #fff 1%,
      #fff 66%,
      #f1f3f4 66%,
      #f1f3f4 100%
    );
    background: linear-gradient(
      to right,
      #fff 1%,
      #fff 66%,
      #f1f3f4 66%,
      #f1f3f4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff', endColorstr='#f1f3f4',GradientType=1 );
  }
}
@media (min-width: 992px) {
  .bg--white-ultra-light-grey-half {
    background: #f1f3f4;
    background: -moz-linear-gradient(
      left,
      #fff 1%,
      #fff 55%,
      #f1f3f4 55%,
      #f1f3f4 100%
    );
    background: -webkit-linear-gradient(
      left,
      #fff 1%,
      #fff 55%,
      #f1f3f4 55%,
      #f1f3f4 100%
    );
    background: linear-gradient(
      to right,
      #fff 1%,
      #fff 55%,
      #f1f3f4 55%,
      #f1f3f4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff', endColorstr='#f1f3f4',GradientType=1 );
  }
}
@media (min-width: 992px) {
  .bg--white-white-strike::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: repeating-linear-gradient(
      -45deg,
      #ffffff 0px,
      #ffffff 7px,
      #dddddd 7px,
      #dddddd 9px
    );
  }
  .bg--white-white-strike {
    position: relative;
    background: #ffff;
    background: -moz-linear-gradient(
      left,
      #fff 1%,
      #fff 50%,
      transparent 50%,
      transparent 100%
    );
    background: -webkit-linear-gradient(
      left,
      #fff 1%,
      #fff 50%,
      transparent 50%,
      transparent 100%
    );
    background: linear-gradient(
      to right,
      #fff 1%,
      #fff 50%,
      transparent 50%,
      transparent 100%
    );
  }
}
@media (max-width: 992px) {
  .bg--white-ultra-light-grey {
    background: #fff;
  }
}
@media (min-width: 992px) {
  .bg--white-pink {
    background: #f1f3f4;
    background: -moz-linear-gradient(
      left,
      #fff 1%,
      #fff 66%,
      #f26857 66%,
      #f26857 100%
    );
    background: -webkit-linear-gradient(
      left,
      #fff 1%,
      #fff 66%,
      #f26857 66%,
      #f26857 100%
    );
    background: linear-gradient(
      to right,
      #fff 1%,
      #fff 66%,
      #f26857 66%,
      #f26857 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff', endColorstr='#f26857',GradientType=1 );
  }
}
@media (max-width: 992px) {
  .bg--white-pink {
    background: #fff;
  }
}

.bg--strike {
  background: #191919;
  background: repeating-linear-gradient(
    -45deg,
    #191919,
    #191919 7px,
    #0a0a0a 7px,
    #0a0a0a 9px
  );
}
.bg--light-strike {
  background: #414141;
  background: repeating-linear-gradient(
    -45deg,
    #414141 0px,
    #414141 7px,
    #373737 7px,
    #373737 9px
  );
}
.bg--white-strike {
  background: #d7d7d7;
  background: repeating-linear-gradient(
    -45deg,
    #ffffff 0px,
    #ffffff 7px,
    #dddddd 7px,
    #dddddd 9px
  );
}
@media (min-width: 992px) {
  .bicolor-bloc.bg--white-strike {
    background: transparent;
  }
}
.padding-box {
  padding: 20px;
}
/*--------input-----------*/
.bg--grey input,
.bg--black input,
.bg--dark-grey input,
.bg--middle-grey input,
.bg--grey textarea,
.bg--black textarea,
.bg--dark-grey textarea,
.bg--middle-grey textarea,
.bg--grey select,
.bg--black select,
.bg--dark-grey select,
.bg--middle-grey select {
  background-color: #414141;
}
.bg--ultra-light-grey input,
.bg--pink input,
.bg--ultra-light-grey textarea,
.bg--pink textarea,
.bg--ultra-light-grey select,
.bg--pink select {
  background-color: #ffffff;
  border-color: #e9e9e9;
}
/*-----------couleur des textes------------*/
.text--white *,
*.text--white {
  color: #fff;
}
.text--black *,
*.text--black {
  color: #000;
}
.text--pink *,
*.text--pink {
  color: #f26857;
}
.text--blue *,
*.text--blue {
  color: #5ac3b0;
}
*.text--into {
  font-size: 20px;
  color: #414141;
}
/*-----------global------------*/
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.date {
  font-weight: 700;
  font-size: 35px;
}
/*---------------secteurs--------------------------------*/
.secteurs__icone {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 12;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  padding: 20px 18px;
}
.octogone {
  position: relative;
  width: 180px;
  height: 180px;
  overflow: hidden;
  z-index: 1;
  -ms-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
  margin-bottom: 22px;
  -ms-transition: 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.octogone::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.octogone::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 0%;
  height: 0%;
  background: rgba(90, 195, 176, 0);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transition: 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.octogone span {
  display: block;
  text-align: center;
  line-height: 180px;
  -ms-transform: rotate(-22.5deg);
  -webkit-transform: rotate(-22.5deg);
  transform: rotate(-22.5deg);
  -ms-transition: 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.secteurs__icone:hover .octogone {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.secteurs__icone:hover .octogone span {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.secteurs__icone:hover .octogone::before {
  width: 100%;
  height: 100%;
  background: rgba(90, 195, 176, 1);
  top: 0;
  left: 0;
  border-radius: 0;
}
/*-----reassurance-------------*/
.reassurance-img {
  line-height: 120px;
  width: 120px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px;
  background: #29292b;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes scale-a {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-keyframes scale-a {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.reassurance-img::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(90, 195, 176, 0.3);
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0);
}
.home .bloc-reassurance:hover .reassurance-img::after {
  transform: scale(1);
  background: rgba(90, 195, 176, 1);
  -webkit-animation: scale-a 0.6s;
  -moz-animation: scale-a 1s;
  -o-animation: scale-a 0.6s;
}
/*-promotionnel-header------*/
.promotionnel-header p {
  margin: 4px 0 6px 0;
}
.promotionnel-header p strong {
  font-size: 20px;
  color: #5ac3b0;
}
/*------------------------------------------------------------------
[ p7. Home page ]
-------------------------------------------------------------------*/
#home_content {
  position: absolute;
  bottom: 0;
  height: 130px;
  width: 100%;
  background-color: #25262b;
}
#home_content h1 {
  font-size: 17px;
  margin: 20px 0 0;
  color: #fff;
  line-height: normal;
}
#home_content p {
  font-size: 13px;
  margin: 5px 0;
  color: #fff;
}

/*-slider-home--------*/
.home__slider-products.col-xs-12 {
  padding-right: 0;
  padding-left: 0;
  height: 615px;
  margin: 0;
}
.slide_product {
  position: relative;
}
.slide-content {
  position: absolute;
  left: 22%;
  top: 0;
  max-width: 75%;
  text-align: left;
}
.slider-wrapper {
  margin-top: 30px;
}

.flex-caption {
  position: absolute;
  width: 100%;
  min-width: 100%;
  padding: 2px 20px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.flex-caption p {
  font-size: 14px;
  color: #e6e6e6;
}
.flex-caption a {
  color: #faca3a;
}
.slider-full .slide-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 50px;
}
.slider-full .slide-image {
  padding-left: 0;
}
.slider-full .slider-wrapper {
  margin-top: 0;
}
.slider-full .flexslider .slides {
  max-height: 400px;
  overflow: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  text-align: center;
}
.vert-align .slick-slide {
  display: inline-block;
  vertical-align: middle;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.home__slider-products .slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  vertical-align: bottom;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  width: 40px;
  height: 70px;
  font-size: 0;
  color: #8d8f92;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  margin: auto;
  padding: 10px 10px;
  background: rgba(50, 50, 50, 0.1);
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  background: rgba(50, 50, 50, 0.1);
}
.slick-arrow.slick-prev:hover {
  padding-left: 30px;
  width: 50px;
}
.slick-arrow.slick-next:hover {
  padding-right: 30px;
  width: 50px;
}
.slick-arrow:hover:after,
.slick-arrow:focus:after {
  color: #65676b;
  background: none;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow:after {
  font-family: FontAwesome;
  font-size: 45px;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-arrow.slick-prev:after {
  content: '\f104';
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:after {
  content: '\f105';
}
.single-slider .container {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-slider-diaporama .container {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-slider .slick-arrow {
}
.single-slider li a:hover .container,
.single-slider li a:focus .container {
}
.single-slider li a {
}
.single-slider li a:after {
}
.single-slider li a:hover:after,
.single-slider li a:focus:after {
}

.single-slider-diaporama .slick-arrow {
}
.single-slider-diaporama li a:hover .container,
.single-slider-diaporama li a:focus .container {
}
.single-slider-diaporama li a {
}
.single-slider-diaporama li a:after {
}
.single-slider-diaporama li a:hover:after,
.single-slider-diaporama li a:focus:after {
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  font-size: 0;
  height: auto;
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
}
.slick-dots li {
  display: inline-block;
  padding: 0 6px;
}
.slick-dots button {
  padding: 6px;
  line-height: 0;
  border-radius: 50%;
  font-size: 0;
  background: #29292b;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots button:focus {
  outline: none;
  background: #5ac3b0;
}
.slick-dots .slick-active button {
  background: #5ac3b0;
}
.txt-slide {
  border-left: 2px solid #000;
  padding: 12px 10px 2px 20px;
  background: rgba(255, 255, 255, 0.7);
}
.single-slider h2,
.single-slider-diaporama h2 {
  font-size: 50px;
  margin: 0;
}
.single-slider span,
.single-slider-diaporama span {
  font-size: 30px;
  color: #8d8e8f;
  text-transform: uppercase;
}
.slide-content .bt {
  margin-left: 22px;
}
/*--------home product-right---------*/

.home__liste-products.col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
.home__liste-products .product a {
  height: 205px;
  overflow: hidden;
  display: block;
  position: relative;
  text-align: right;
  padding: 15px 0;
}
.home__liste-products .product {
  overflow: hidden;
  position: relative;
}
.home__liste-products .product::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.8);
  background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0px,
    rgba(0, 0, 0, 0) 6px,
    rgba(0, 0, 0, 0.2) 6px,
    rgba(0, 0, 0, 0.2) 8px
  );
  z-index: 0;
}
.home__liste-products .product:hover::before {
  opacity: 0.2;
}
.home__liste-products .product img {
  max-height: 100%;
  height: 100%;
  width: auto;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home__liste-products .product a:hover img {
  opacity: 0.7;
}
.liste-products__txt {
  position: absolute;
  top: 0;
  left: 20px;
  text-align: left;
}
.liste-products__txt--top {
  border-left: 2px solid #000;
  padding: 25px 10px 0 15px;
  color: #8d8e8f;
  font-size: 20px;
  text-transform: uppercase;
}
.liste-products__txt--top h2 {
  color: #f26857;
  font-size: 24px;
  line-height: 24px;
  margin: 2px 0 0;
  width: 75%;
}
.liste-products__txt .price {
  display: block;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #000;
  padding: 6px 0 0 18px;
}
.liste-products__txt .bt {
  margin-left: 18px;
}

/*-home-actus--------*/
.home .actus.actus__listing {
  padding-top: 45px;
  padding-bottom: 45px;
}
.home .event.event__listing {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .home .actus.actus__listing {
    padding-left: 45px;
  }
  .home .event.event__listing {
    padding-left: 45px;
  }
}

/*------------------------------------------------------------------
[ p8. Interiors pages ] - Styles des pages interieur spé
-------------------------------------------------------------------*/
/*----------cards--------*/
.card a h2,
.card a h3,
.card a h4 {
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.card a:hover h2,
.card a:hover h3,
.card a:hover h4 {
  color: #363638;
}
.card a .bloc-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.card a .bloc-img::after {
  content: '';
  position: absolute;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #414141;
  background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.9) 0px,
    rgba(0, 0, 0, 0.9) 7px,
    rgba(0, 0, 0, 1) 7px,
    rgba(0, 0, 0, 1) 9px
  );
  z-index: 2;
}
.card a:hover .bloc-img::after {
  opacity: 0.5;
}
/*---demo center----------*/

.card.card__demo-center h2 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.card.card__demo-center h3 {
  font-size: 30px;
  margin: 2px 0;
}
.card.card__demo-center p {
  margin: 2px 0;
}
.card.card__demo-center a:hover h2,
.card.card__demo-center a:hover h3,
.card.card__demo-center a:hover h4 {
  color: #fff;
}
.card.card__demo-center {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.card.card__demo-center a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 15px 60px;
  z-index: 1;
}
.card.card__demo-center a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.card.card__demo-center a:hover::after {
  background: rgba(0, 0, 0, 0.6);
}
.card.card__demo-center a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 1;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.8);
  background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0px,
    rgba(0, 0, 0, 0) 6px,
    rgba(0, 0, 0, 0.2) 6px,
    rgba(0, 0, 0, 0.2) 8px
  );
  z-index: -1;
}
.card.card__demo-center a:hover::before {
  opacity: 0;
}
/*---events---------------*/
.event__listing ul {
  padding: 0 45px 20px 0;
  margin: 0;
}
.card.card__event {
  list-style: none;
  line-height: 68px;
  vertical-align: middle;
}
.card.card__event a {
  display: block;
  position: relative;
  padding: 20px 0;
}
.card.card__event a::after {
  content: '+';
  font-size: 43px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 28px;
  vertical-align: bottom;
  width: 35px;
  border: 2px solid #000;
  position: absolute;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  right: 0;
  top: 30px;
  padding-top: 3px;
}
.card.card__event a:hover::after {
  background: #fff;
  border-color: #fff;
  color: #f26857;
}
.card__event__date {
  display: inline-block;
  width: 20%;
  padding-right: 20px;
  border-right: 2px solid #fff;
  line-height: 68px;
  vertical-align: middle;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0;
}
.card.card__event a:hover .card__event__date {
  color: #fff;
}
.card__event__content {
  display: inline-block;
  max-width: 79%;
  line-height: 68px;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 55px;
}
.card__event__content h3 {
  line-height: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  margin: 5px 0 3px;
}
.card a:hover .card__event__content h3 {
  color: #fff;
}
.card__event__content h2 {
  line-height: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 25px;
  margin: 10px 0 7px;
}
.card a:hover .card__event__content h2 {
  color: #fff;
}
.card__event__content p {
  line-height: normal;
  margin: 0;
}
/*---actus---------------*/

.card__actus {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.card__actus--large {
  margin-bottom: 30px;
}
.card__actus .date {
  margin-bottom: 15px;
}
.card__actus h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.card__actus h2 {
  font-size: 23px;
  margin-bottom: 0;
}
.card__actus p {
  margin: 5px 0;
}
.card.card__actus a:hover h2,
.card.card__actus a:hover h3,
.card.card__actus a:hover h4 {
  color: #f26857;
}
.bg--pink .card.card__actus a:hover h2,
.bg--pink .card.card__actus a:hover h3,
.bg--pink .card.card__actus a:hover h4 {
  color: #fff;
}
.date-pub {
  font-weight: bold;
  display: inline-block;
  margin: 5px 20px 5px 0;
}
.tags {
  display: inline-block;
  margin: 5px 20px 5px 0;
}
.tags a {
  color: #f26857;
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
}
.tags a:after {
  content: ' -';
}
.tags a:last-child::after {
  content: '';
}
.social-medias-share ul {
  margin: 0;
  display: inline-block;
}
.social-icon ul {
  list-style: none;
}
.social-icon li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.social-icon a {
  background: black;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
}
/*----------services---------*/
.services--listing-cases .col-xs-12 {
  padding: 0;
}
.services__case p {
  margin-top: 0;
  min-height: 110px;
}
.services__case h3 {
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
}
.services__case a:hover h3 {
  color: #000;
}
.services__case a {
  display: block;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto 105%;
  background-position: center;
  overflow: hidden;
  padding: 15px 25px 10px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services__case:not(.services__case--texte) a {
  background-color: #414141;
}
.services__case:not(.services__case--texte) a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.3);
}
.services__case:not(.services__case--texte) a:hover::after {
  background: rgba(255, 255, 255, 0.3);
}
.services__case a:hover {
  background-size: auto 115%;
}
@media (min-width: 992px) {
  .services__list .col-md-6:first-child:not(.col-md-push-6) {
    text-align: right;
  }
  .services__list .col-md-6:last-child:not(.col-md-pull-6) {
    padding-left: 30px;
  }
  .services__list .col-md-pull-6 {
    text-align: right;
    padding-right: 30px;
  }
}
@media (min-width: 1190px) {
  .services__list .padding-box {
    padding: 30px 15px;
  }
  .services__list p {
    margin-left: 90px;
  }
  .services__list .col-md-push-6 p {
    margin-left: 0;
    margin-right: 90px;
  }
}
/*-fabricants list-*/
.fabricants .same-height {
  padding: 15px;
  background: #fff;
  display: block;
}
.fabricants a h2 {
  margin: 0;
}
.fabricants a:hover h2 {
  color: #f26857;
}
/*----------------------reference-list---------*/
.reference__icone {
  margin: 10px;
  display: inline-block;
  max-width: 175px;
  background-color: #f1f3f4;
}
/*---------------occasions-home-------*/
.texte-presentation-sl {
  padding-left: 70px;
  padding-right: 20px;
  margin-top: 35px;
}
.texte-presentation-sl p,
.texte-presentation-sl li {
  font-size: 19px;
}
.galerie-occasions {
  list-style: none;
  padding: 0;
}
.galerie-occasions li {
  display: inline-block;
  max-width: 47%;
  padding: 2%;
  margin: 30px 0 0;
}

/*page contact*/

/*.page-template-modele-contact .gform_wrapper li{
  padding-left:0;
  background: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: #FFF1DF;
    border-top: 1px solid #EC8200;
    border-bottom: 1px solid #EC8200;
}
.gform_wrapper div.validation_error{
    color: #CE5901;
    border-top: 2px solid #CE5901;
    border-bottom: 2px solid #CE5901;
}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea{
    border: 1px solid #FF6F03;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message{
    color: #CE5901;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    margin-top:0;
}
.gform_wrapper .top_label .gfield_label {
    margin: .625em 0 0;
}
.ginput_container.ginput_container_fileupload #extensions_message{
    font-size:.875em;
}
.gform_wrapper .top_label .gfield_description{
    padding:0;
}*/
.contact-form .gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: calc(90% - 8px);
}
.contact-form .gform_wrapper .top_label .gfield_label {
  margin: 0;
  line-height: 1.2;
}
body .contact-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 2px;
  margin-bottom: 10px;
}

.contact-form input:focus {
  border-color: #cfcfcf;
  border-left-width: 5px;
}
.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper .gform_footer input[type='submit'] {
  font-size: 1.5em;
  padding: 0 25px;
  height: 50px;
  margin: 0 16px 0 0;
}
.contact-form .gform_footer {
  text-align: right;
}
.contact-form #gform_drag_drop_area_6_7 input[type='button'] {
  background-color: #5ac3b0;
}
.contact-form
  .gform_wrapper.gf_browser_chrome
  input.button.gform_button_select_files {
  padding: 0 15px !important;
  font-size: 16px;
}
.ui-datepicker select {
  color: #292929;
}

/*------------------------------------------------------------------
[ p8.5 Woocommerce ] - surcharge woocommerce
-------------------------------------------------------------------*/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: auto;
}
.woocommerce-info {
  border-top-color: #5ac3b0;
}
.woocommerce-info::before {
  color: #5ac3b0;
}
.woocommerce-message {
  border-top-color: #5ac3b0;
}
.woocommerce-message::before {
  color: #5ac3b0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #f26857;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000;
}
/*-single product----*/
.zone-gallery {
  margin-bottom: 30px;
}
.woocommerce div.product div.images {
  margin-bottom: 10px;
}
.vignette_video {
  display: inline-block;
}
.vignette_video img {
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.vignette_video:hover img {
  opacity: 0.7;
}
.single-product section:not(.no-padding) {
  padding-top: 40px;
  padding-bottom: 40px;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #000;
}
.woocommerce-product-details__prices {
  display: inline-block;
}
.woocommerce-product-details__reference {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d5d6;
}

.woocommerce-product-details__info_compl {
  font-style: italic;
  font-size: 1.5rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d5d6;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
  font-size: 27px;
  font-weight: 700;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}
.woocommerce div.product p.price.barre,
.woocommerce div.product span.price.barre,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #29292b;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 15px;
}
ins {
  text-decoration: none;
}
.woocommerce div.product p.price.barre::after,
.woocommerce div.product span.price.barre::after,
.woocommerce div.product p.price del::after,
.woocommerce div.product span.price del::after {
  z-index: 0;
  content: '';
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-7deg);
  border-top: 1px solid rgba(242, 104, 87, 0.8);
}
.woocommerce div.product p.price.barre::before,
.woocommerce div.product span.price.barre::before,
.woocommerce div.product p.price del::before,
.woocommerce div.product span.price del::before {
  z-index: 0;
  content: '';
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(7deg);
  border-top: 1px solid rgba(242, 104, 87, 0.8);
}
.woocommerce div.product p.price.price_ttc,
.woocommerce div.product span.price.price_ttc {
  color: #717175;
  font-size: 20px;
  font-weight: normal;
}
.woocommerce div.product form.cart {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  margin-left: 30px;
}
.woocommerce div.product form.cart .bt {
  margin: 0;
}
.woocommerce-product-details__infos-fiche {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d4d5d6;
}
.woocommerce-product-details__reassurance {
  width: 42%;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-product-details__reassurance .col-md-3,
.woocommerce-product-details__reassurance .col-md-4 {
  width: 100%;
  float: none;
}
.woocommerce-product-details__reassurance .col-md-4 h5 {
  vertical-align: bottom;
}
.woocommerce-product-details__reassurance.no_price .col-md-3.rea_4 {
  display: none;
}
.woocommerce-product-details__reassurance .reassurance-img {
  line-height: 40px;
  width: 40px;
  margin: 0 7px 7px 0;
  text-align: center;
  display: inline-block;
}
.woocommerce-product-details__reassurance h5 {
  display: inline-block;
  max-width: 200px;
}
.woocommerce-product-details__reassurance .reassurance-img img {
  max-width: 63%;
}
.woocommerce-product-details__need-infos {
  width: 57%;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-product-details__need-infos ul {
  padding: 0;
}
.woocommerce-product-details__need-infos li {
  position: relative;
  padding-left: 15px;
  list-style: none;
  margin-top: 20px;
}
.woocommerce-product-details__need-infos a {
  color: #000;
}
.woocommerce-product-details__need-infos li::before {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  top: 6px;
  left: 0px;
  color: #000;
  font-size: 11px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 33%;
  padding: 10px;
}
.woocommerce-product-details__fabricants--ligne,
.woocommerce-product-details__secteurs {
  margin-top: 30px;
}
.woocommerce-product-details__secteurs .secteurs__icone {
  color: #000;
}
.woocommerce div.product .product_title {
  margin-bottom: 22px;
}
.zone__fab-sect {
  border-bottom: 1px solid #d4d5d6;
  border-top: 1px solid #d4d5d6;
  padding: 13px 0;
  margin-bottom: 22px;
}
.zone__fab-sect--fab {
  display: inline-block;
  margin-right: 15px;
}
.zone__fab-sect--sect {
  display: inline-block;
}
.product .loop-product__cat {
  color: #8d8e8f;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
/*tabs*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 30px 40px;
  color: #8d8e8f;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d4d5d6;
  border-top: none;
  background-color: #fff;
  border-radius: 0;
  padding: 0 0;
}
@media (min-width: 1090px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 30px;
  }
}
@media (min-width: 1190px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 60px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  width: 0;
  height: 0;
}
.woocommerce .quantity .qty {
  border-color: #eeeeee;
  padding-right: 2px;
  height: 57px;
  width: 3em;
  font-size: 20px;
  background: #f7f7f7;
}
.woocommerce span.onsale {
  min-height: 25px;
  min-width: auto;
  padding: 2px 10px;
  font-size: 20px;
  line-height: 25px;
  top: -3px;
  left: -3px;
  margin: 0;
  border-radius: 0;
  background-color: #f26857;
  color: #fff;
}
.woocommerce .col-md-4 span.onsale {
  left: 12px;
}
.list-docs {
  padding: 0;
  list-style: none;
  text-align: center;
}
.list-docs li {
  display: inline-block;
  padding: 10px;
}
.list-docs li a {
  display: inline-block;
}
.list-docs li a span {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 20px;
}
.list-docs li a img {
  max-height: 30px;
  width: auto;
}
/*-----------listing-produit-----------------*/
.woocommerce .product-list-slider img {
  max-height: 370px;
}
.woocommerce .product-list-slider {
  max-height: 370px;
  overflow: hidden;
}
.woocommerce .product-list-no-slider img {
  max-height: 370px;
}
.woocommerce .product-list-no-slider {
  max-height: 370px;
  overflow: hidden;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .woocommerce .product-list-no-slider img,
  .woocommerce .product-list-no-slider,
  .woocommerce .product-list-slider,
  .woocommerce .product-list-slider img {
    max-height: 328px;
  }
}
.woocommerce .woocommerce-result-count {
  margin: 7px 0 0;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 7px;
}
.woocommerce-loop-product__link {
  display: block;
  padding: 0 10px;
}
.bottom-product-card .bt {
  margin: 0;
  float: right;
}
.woocommerce div.product .bottom-product-card span.price {
  line-height: 55px;
  display: inline-block;
}
.loop-product__intro {
  border-top: 1px solid #d4d5d6;
  max-height: 175px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 15px;
  color: #0a0a0a;
}
.product-list-slider {
  padding: 0 10px;
}
.products .col-md-4.product {
  margin: 20px 0 40px;
}
a .loop-product__cat {
  color: #29292b;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding: 0 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.woocommerce nav.woocommerce-pagination ul li {
  padding: 0 3px;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 19px;
  font-weight: 700;
  padding: 10px 15px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #8a7e88;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: none;
}

/*--filters add change---*/
h2.woocommerce-loop-product__title {
  font-size: 26px;
}
body:not(.blog2) .products.row {
  display: flex;
  flex-wrap: wrap;
}
.filters--col {
  padding-right: 1rem;
  position: relative;
}
.filters--col:after {
  content: '';
  height: 100%;
  background: #d4d5d6;
  top: 0;
  right: 0;
  position: absolute;
  width: 1px;
}
.filter--title {
  font-weight: 700;
  color: #000000;
  margin: 15px 0 10px 0;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'pill-gothic-300mg', sans-serif;
}
.filter--open {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  font-size: 2rem;
  background: #f26857;
  color: white;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  transition: all 0.5s;
}
.filter--open.close--filter {
  transform: rotate(180deg);
  transform-origin: center;
}
.filters--title {
  display: none;
}
.filters--col .facetwp-facet {
  margin-bottom: 20px;
}
.facetwp-pager {
  text-align: center;
}
.facetwp-pager a.facetwp-page {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.facetwp-pager a.facetwp-page.active {
  color: #8a7e88;
  font-weight: 700;
}
@media (max-width: 992px) {
  .filters--title {
    display: block;
    font-weight: 700;
    color: #000000;
    margin: 5px 0 10px 0;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'pill-gothic-300mg', sans-serif;
  }
  .filter--open {
    display: flex;
  }
  .filters--col {
    padding-right: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .filters--col:after {
    height: 1px;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .filter--wrapper--row {
    display: flex;
    flex-wrap: wrap;
    display: none;
    transition: all 0.5s;
  }
  .filter--wrapper--row.visible {
    display: flex;
  }
  .filter--wrapper--col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1299px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-right: 25%;
  }
  .zone-bt-video {
    position: relative;
  }
  .vignette_video {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}
@media (max-width: 1389px) and (min-width: 1299px) {
  .vignette_video {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
}
@media (max-width: 1299px) and (min-width: 1199px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-right: 20%;
  }
  .zone-bt-video {
    position: relative;
  }
  .vignette_video {
    position: absolute;
    right: 0;
    bottom: 20px;
    text-align: right;
  }
  .vignette_video img {
    max-width: 80%;
  }
}
/*----login - crea compte----*/

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  margin: 25px 0 40px;
}
.woocommerce form.login .form-row label.inline {
  display: block;
}
.woocommerce form.login .form-row label.inline span {
  line-height: 36px;
  display: inline-block;
  margin-left: 3px;
}
/*------panier-------------*/

.cart--pack button {
  background-color: #5ac3b0;
}
.cart--pack label {
  line-height: 36px;
  font-weight: 700;
  font-size: 20px;
  vertical-align: top;
  margin: 4px 0 5px 3px;
}
.cart--pack ul {
  margin-top: 0;
  padding-left: 10px;
  list-style: none;
}
.cart--pack li {
  font-size: 16px;
  list-style: none;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
  line-height: 1em;
}
.cart--pack li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0px;
  color: #5ac3b0;
  font-size: 9px;
}
.woocommerce table.shop_table {
  background: #ffffff;
  border-radius: 0;
}
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
}
.select2-container .select2-selection--single {
  height: 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}
abbr[title],
acronym[title] {
  text-decoration: none;
}
.woocommerce form .form-row .required {
  color: #f26857;
  font-weight: 400;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #f26857;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #f26857;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #5ac3b0;
}
h3#ship-to-different-address {
  border: 1px solid #5ac3b0;
  margin-top: 22px;
  padding: 5px 15px 0;
}
h3#ship-to-different-address label {
  cursor: pointer;
  color: #5ac3b0;
}
h3#ship-to-different-address label:hover {
  color: #000;
}
.editor-content .woocommerce-error li:before {
  content: '';
}
.woocommerce-error {
  border-top-color: #f26857;
}
.woocommerce-error::before {
  color: #f26857;
}
.order-total .amount {
  font-size: 22px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
}
.shipping-calculator-form {
  padding: 15px;
  border: 1px solid #eeeeee;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
}
.woocommerce table.shop_table td.product-name {
  font-size: 20px;
}
.woocommerce-additional-fields__field-wrapper {
  margin-top: 20px;
  border-top: 1px solid #000;
  padding-top: 20px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 10px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  margin-bottom: 0;
  color: #414141;
  line-height: normal;
  padding: 7px 0 4px 1px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ffffff;
  border-radius: 0;
}
.woocommerce #place_order {
  font-size: 30px;
  height: 55px;
  padding-left: 50px;
  padding-right: 50px;
}
.woocommerce #order_review .product-name {
  min-width: 50%;
}

/*----------compte client---------------------*/
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation li {
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation li {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-MyAccount-navigation li {
    margin-right: 40px;
  }
}
.woocommerce-MyAccount-navigation li a {
  padding: 12px 20px 12px 14px;
  background: #29292b;
  display: block;
  color: #fff;
  font-size: 17px;
  border-left: 1px solid #29292b;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #414141;
}
.woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: none;
  color: rgba(255, 255, 255, 0.7);
}
.woocommerce-MyAccount-navigation li a:hover {
  padding: 12px 10px 12px 20px;
  border-left: 5px solid #5ac3b0;
}
.woocommerce-MyAccount-navigation li:last-child a:hover {
  border-bottom: none;
  border-color: #f26857;
  color: #f26857;
}
.woocommerce-MyAccount-navigation li.is-active a {
  padding: 12px 10px 12px 20px;
  border-left: 5px solid #5ac3b0;
  color: #5ac3b0;
}
.woocommerce-account .woocommerce-Address {
  padding: 20px;
  background: #fff;
}
.woocommerce ul#shipping_method li label {
  display: inline-block;
  padding-left: 30px;
  padding-top: 7px;
}
/*--modal---------*/
body .modal-header {
  padding: 25px 30px;
}
body .modal-body {
  padding: 15px 30px;
}
.modal-body .gform_wrapper .top_label input.medium,
.modal-body .gform_wrapper .top_label select.medium {
  width: calc(100% - 8px);
}
.modal .close {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
[ p9. CONTENU VOYELLE editors styles]
* Les styles doivent êtres ajouter à la editor-style.css après modification
--------------------------------------------------------------------
-------------------------------------------------------------------*/

.editor-content h2 {
  color: #f26857;
  margin: 35px 0 10px;
}
.editor-content h3 {
  color: #5ac3b0;
  margin: 30px 0 10px;
  font-size: 26px;
}
.editor-content h4 {
  color: #000;
  margin: 25px 0 10px;
  font-size: 22px;
}
.editor-content h5 {
  color: #000;
  margin: 20px 0 10px;
  font-size: 20px;
}
.editor-content h6 {
  color: #000;
  margin: 15px 0 10px;
  font-size: 20px;
}
.editor-content li {
  font-size: 20px;
  list-style: none;
  padding-bottom: 5px;
  padding-left: 15px;
  position: relative;
  line-height: 1.2em;
}
.editor-content p {
  font-size: 20px;
  line-height: 1.2em;
}
.editor-content li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  top: 2px;
  left: 0px;
  color: #5ac3b0;
  font-size: 11px;
}
.bloc-fond {
  margin: 30px 25px;
  padding: 5px 25px;
  border-left: 10px solid #000;
  background: #f1f3f4;
  clear: both;
}
.bloc-fond ul {
  padding-left: 30px;
}
.bloc-fond li {
  padding-left: 15px;
}
.texte-2-col {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
  margin-top: 20px;
}
.texte-2-col p:first-child {
  margin-top: 0;
}
p.text--legende {
  font-style: italic;
  font-size: 13px;
}
.savoir-plus {
  background: url('../images/arrow.png') no-repeat scroll 5px center;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  clear: both;
  padding: 11px 10px 11px 25px;
  margin: 20px 0;
}
blockquote {
  background-color: #357d91; /* custom-color-scheme */
  width: 80%;
  margin: 30px 10%;
  padding: 25px 50px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
}
.editor-content blockquote p {
  color: #fff; /* custom-color-scheme */
  font-size: 24px;
  text-align: center;
}
/*-----------------------[ before font load ]--------------------------
html:not(.wf-active) h1{
  font-size:25px;
}
html:not(.wf-active)  h2{
  font-size:20px;
}
html:not(.wf-active)  h3{
  font-size:18px;
}
html:not(.wf-active)  h4{
  font-size:15px;
}
html:not(.wf-active)  h5{
  font-size:14px;
}
html:not(.wf-active)  body {
    font-size: 1.4em;
}
html:not(.wf-active) .menu-wrapper .main-menu ul.sf-menu > li a {
    font-size: 12px;
}*/
/*-----------------------[ p10. responsive ]--------------------------*/
@media (max-width: 1299px) {
  .nav-occasion {
    padding: 0 20px;
    max-width: 170px;
  }
  .menu-wrapper .main-menu ul.sf-menu > li a {
    padding: 0 20px;
  }
  .texte-presentation-sl {
    padding-left: 0;
  }
  .nav-occasion {
    line-height: 100px;
  }
  .logo {
    padding-right: 20px;
    line-height: 100px;
    max-height: 100px;
  }
}
@media (max-width: 1199px) {
  .logo {
    padding-right: 10px;
    line-height: 100px;
    max-height: 100px;
  }
  .logo img {
    max-width: 150px;
  }
  .nav-occasion {
    padding: 0 10px;
    max-width: 120px;
  }
  .menu-wrapper .main-menu ul.sf-menu > li a {
    padding: 0 15px;
  }
  .search-form input[type='text'] {
    -ms-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .search-form input[type='text']:focus {
    position: absolute;
    width: 150px;
    right: 40px;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .top-header .top-header__links a {
    padding: 0 7px;
  }
  .texte-presentation-sl .bt + .bt {
    margin-left: 0;
  }
  .no-price-ask .bt + .bt {
    margin-left: 0;
  }
  .woocommerce-product-details__reassurance {
    width: 53%;
  }
  .woocommerce-product-details__need-infos {
    width: 47%;
  }
}
@media (max-width: 992px) {
  .site-footer.home-footer {
    padding-bottom: 150px; /*pour le bloc ref*/
  }
  #home_content {
    height: 150px;
  }
  .logo img {
    max-width: 209px;
  }
  .menu-wrapper {
    float: left;
    width: 45%;
  }
  .logo {
    float: left;
    width: 30%;
  }
  .nav-occasion {
    display: block;
    position: relative;
    right: 0;
    width: 25%;
    float: right;
    max-width: 200px;
  }
  .top-header .top-header__external-links a {
    padding: 0 6px;
    font-size: 13px;
    line-height: 40px;
  }
  #wp-admin-bar-core_options,
  #wp-admin-bar-customize {
    display: none;
  }
  .top-header .top-header__links a {
    padding: 0 7px;
    line-height: 40px;
  }
  .search-form {
    margin-right: 15px;
  }
  .search-form fieldset {
    position: relative;
  }
  .search-form input[type='text'] {
    height: 40px;
  }
  .search-form input[type='submit'] {
    height: 40px;
  }

  .top-header .top-header__links span {
    display: none;
  }
  .top-header .top-header__links a {
    line-height: 40px;
    padding: 0 12px;
  }
  .top-header__links a i {
    font-size: 25px;
    padding: 0;
    vertical-align: middle;
  }
  .home__liste-products .product img {
    display: none;
  }
  .card.card__demo-center a {
    padding: 15px 25px;
  }
  .card.card__demo-center p {
    display: none;
  }
  .woocommerce-product-details__reassurance {
    width: 100%;
  }
  .woocommerce-product-details__need-infos {
    width: 100%;
    margin-top: 15px;
  }
  .home__slider-products.col-xs-12 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    display: none;
  }
  .zone-gallery {
    float: none;
  }
  .woocommerce-product-details__reassurance {
    width: 47%;
  }
  .woocommerce-product-details__need-infos {
    width: 50%;
    margin-top: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 25px 25px;
  }
  .site-footer.home-footer {
    padding-bottom: 170px; /*pour le bloc ref*/
  }
  #home_content {
    height: 170px;
  }
  .search-form input[type='submit'] {
    padding: 0 22px;
    height: 45px;
  }
  .search-form input[type='text'] {
    padding: 5px 15px 5px 15px;
    height: 45px;
  }
  .card__actus {
    margin-bottom: 30px;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .logo img {
    max-width: 160px;
  }
  .products .col-md-4.product {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 50px;
  }
  .loop-product__intro {
    margin-bottom: 7px;
    padding-top: 10px;
  }
  .text-center-xs {
    text-align: center;
  }
  .services--listing-cases .col-xs-12 {
    max-width: 370px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .services__case a {
    min-height: 220px;
  }
  .no-price-ask .bt + .bt {
    margin-left: 20px;
  }
  .woocommerce-product-details__fabricants--ligne .text-right {
    text-align: left;
  }
  .event__listing ul {
    padding: 0 10px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
@media (max-width: 600px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 25px 15px;
    font-size: 15px;
  }
  .logo {
    float: none;
    width: 65%;
    text-align: center;
    padding: 10px 0;
    max-height: none;
  }
  .menu-wrapper {
    width: 35%;
  }
  .nav-occasion {
    width: 50%;
    max-width: unset;
  }
  .responsive-menu .menu-open {
    top: 207px;
  }
}
@media (max-width: 515px) {
  .woocommerce-product-details__reassurance {
    width: 100%;
  }
  .woocommerce-product-details__need-infos {
    width: 100%;
    margin-top: 15px;
  }
  .no-price-ask .bt + .bt {
    margin-left: 0;
    margin-right: 30px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-top: 1px solid #d4d5d6;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 25px 10px;
    font-size: 14px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 450px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
  .site-footer.home-footer {
    padding-bottom: 200px; /*pour le bloc ref*/
  }
  #home_content {
    height: 200px;
  }
  .search-form input[type='text']:focus {
    width: 110px;
  }
  .no-price-ask .bt + .bt {
    margin-left: 0;
    margin-right: 0;
  }
  .card__event__date {
    width: 17%;
    font-size: 27px;
  }
  .card__event__content {
    max-width: 81%;
    padding-left: 18px;
  }
}
@media (max-width: 400px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    max-width: 90%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 10px;
    text-align: center;
  }
}

/*-------------------------Fin responsive-On ajoute plus rien dessous...-----------*/

.services .bicolor-bloc:nth-child(even) {
  background: repeating-linear-gradient(
    -45deg,
    #ffffff 0px,
    #ffffff 7px,
    #dddddd 7px,
    #dddddd 9px
  );
}

.top-header .top-header__links .lang-switch a.flag-fr:before {
  content: url('../images/drapeau_fr.png');
  position: relative;
  bottom: -10px;
  left: -5px;
}
.top-header .top-header__links .lang-switch a.flag-en:before {
  content: url('../images/drapeau_en.png');
  position: relative;
  bottom: -10px;
  left: -5px;
}
