@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500);

@import url(ludo.css);

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_thin-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
/*------------------------------------------------------------------
[ 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
[ p9. CONTENU VOYELLE editors styles]
[ p10. responsive ]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ p1. GENERAl ]
-------------------------------------------------------------------*/
ul{
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.add-flexbox{
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;
}
.flex-columns{
   -webkit-flex-direction:column;
   flex-direction: column;
}

img.objectfit-image {
    display: block;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    object-fit: cover;
}

.no-objectfit img.objectfit-image {
    display: none;
}

.no-objectfit .img-no_objectfit {
    background-position: center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

a, button,
input[type="button"],
input[type="submit"],
.main-button {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
html{
    height:100%;
    font-size: 18px;
}

body {
  font-family: Raleway, Arial, sans-serif;
  line-height: normal;
  background: #fff;
  color: #000;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position:relative;
    min-height: 100%;
}
h1{
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-weight: normal;
  color: #000;
}
h2.with-arrow{
   position: relative;
   font-size: 40px;
   margin: 0 0 15px;
    padding-left:35px;
}
h2.with-arrow:before{
   content:'';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 17.5px 0 17.5px 25px;
   border-color: transparent transparent transparent var(--mainColor, #b89e6a);
   margin-right: 20px;
   display:inline-block;
   vertical-align: bottom;
   position:absolute;
   left:0;
   top:5px;
}
a {
  color: var(--mainColor, #b89e6a);
}

a:hover,
a:active,
a:focus {
  color: #000;
  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;
}
hr {
  border: 0;
  border-bottom: 1px solid var(--mainColor, #b89e6a);
  background: var(--mainColor, #b89e6a);
  margin: 30px 0;
}
label {
  font-weight: normal;
}
input,
textarea,
select {
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid var(--mainColor, #b89e6a);
  height: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer input,
footer textarea,
footer select{
   border-color: #b89e6a !important;
}
footer a:hover,
footer a:focus{
   color:#b89e6a;
}
input:active,
input:focus,
textarea:active,
textarea:focus {
  border-left-width: 5px;
  outline: none;
}
select:focus{
   outline:none;
}
input[type="radio"]+label,
input[type="checkbox"]+label{
    cursor:pointer;
}
button,
input[type="button"],
input[type="submit"],
.main-button {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px;
  background-color: var(--mainColor, #b89e6a);
  border: none;
  height:auto;
  text-align: center;
  border-radius: 3px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.main-btn:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.main-btn:focus {
  background-color: var(--mainColor, #b89e6a);
}
button:active {
  outline: none;
  border: 0;
}
@media (max-width:480px){
    button,
    input[type="button"],
    input[type="submit"],
    .main-button,
    .bt,
    .bt-contour{
        width:100%;
        box-sizing: border-box;
    }
}
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;
}
.voy_image{
  margin-top: 30px;
}
.no-box-content .voy_image {
  margin-bottom: 30px;
}
.not-full .voy_image {
  margin-top:15px;
  margin-bottom:15px;
}
a.load-more {
  position: relative;
  margin-top: 30px;
  text-align: center;
  display: block;
  background-color: white;
  color: var(--mainColor, #b89e6a);
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 20px;
}
a.load-more i {
  margin-left: 10px;
  font-size: 10px;
}
a.load-more:active {
  top: 1px;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li > a {
  background-color: var(--mainColor, #b89e6a);
  color: #232323;
  text-transform: uppercase;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: 0;
  background-color: var(--mainColor, #b89e6a);
  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: var(--mainColor, #b89e6a);
  color: #232323;
  text-transform: uppercase;
}
.panel-title {
  font-size: 13px;
}
.panel-title > a {
  display: block;
  padding: 5px;
  color: #232323;
}
.panel-title > a:hover,
.panel-title > a:focus {
  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%;
  width: auto;
  height:auto;
}
.f0{
   font-size:0;
}
.pagination{
   font-size: 16px;
   position: relative;
   clear: both;
   display: block;
   margin: 0;
   padding: 15px 0;
}
.pagination .page-numbers {
    background: black;
    color: white;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 16px;
}
.pagination a.page-numbers:hover{
   background: var(--mainColor, #b89e6a);
}
.pagination span.page-numbers{
   background:var(--mainColor, #b89e6a);
   font-weight: 500;
}
.bg-white{
   background:white;
}
.bg-lightgrey{
   background: #f2f2f2;
}
.bg-lightgrey.full{
   position: relative;
}
.bg-lightgrey.full:before{
   content: '';
   width: 9999em;
   width: 100vw;
   position: absolute;
   left: -9999em;
   right: -9999em;
   left: -100vw;
   right: -100vw;
   margin: auto;
   top: 0;
   bottom: 0;
   display: block;
   background: #f2f2f2;
}
.small-shadow{
   -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
   box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.perc20{
   width: 20%;
   padding: 0 15px;
}
/*------------------------------------------------------------------
[ 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;
}

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

.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: #fff; /*custom*/
  color: #000;
  font-size: 13px;
}
.main-header .baseline{
   font-family: Raleway;
   font-size: 25px;
   line-height: 30px;
}
.main-header .search-form {
  display: inline-block;
  margin-top: 1px;
  margin-right: 30px;
}
.main-header .search-form input[type="text"] {
  background-color: #fff;
  border-color: var(--mainColor, #b89e6a);
  height: 35px;
  width: 215px;
  padding: 5px 25px 5px 10px;
  color: #000;
}
.main-header .search-form fieldset{
    position:relative;
}
.main-header .search-form fieldset:after {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 13px;
}
.main-header .search-form input::-webkit-input-placeholder {
  color: #000;
}
.main-header .search-form input:active::-webkit-input-placeholder {
  color: #000;
}
.main-header .social-icon-top {
  display: inline-block;
}
.main-header .social-icon-top ul li {
  display: inline-block;
}
.main-header .social-icon-top ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  background: var(--mainColor, #b89e6a);
}
@media (max-width: 992px) {
  .main-header .main-header-right {
    margin: 0;
  }
  .main-header .search-form {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .main-header .logo {
    text-align: center;
  }
  .main-header .main-header-right {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .main-header .search-form {
    margin: 20px 0 10px 0;
  }
}
/*------------------------------------------------------------------
[ p2.5 Menu ]
-------------------------------------------------------------------*/
.menu-wrapper {
  background-color: rgba(0, 0, 0, 0.07);
}
.not-full .menu-wrapper {
  background-color: transparent;
}
.menu-wrapper .inner-menu {
  background-color: #363833;
  padding: 0 0 0 0;
}
.menu-wrapper .main-menu {
  min-height: 54px;
}
.menu-wrapper .main-menu ul.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  border-right: 1px solid #484b44;
}
.menu-wrapper .main-menu ul.sf-menu > li a {
  line-height: 54px;
  color: #aaaaaa;
  font-size: 14px;
  display: inline-block;
  padding: 0 25px;
}
.menu-wrapper .main-menu ul.sf-menu > li a i {
  margin-left: 7px;
  margin-top: 2px;
}
.menu-wrapper .main-menu ul.sf-menu > li a:hover,
.menu-wrapper .main-menu ul.sf-menu > li a:focus {
  color: white;
}
.menu-wrapper .main-menu ul.sf-menu > li.active a {
  color: var(--mainColor, #b89e6a);
}
.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,
.menu-wrapper .main-menu ul.sf-menu > li.active ul li a:focus {
  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 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-left: 20px;
  display: block;
}
.menu-wrapper .main-menu ul.sf-menu > li ul li ul {
  border-left: 1px solid var(--mainColor, #b89e6a);
  position: absolute;
  left: 100%;
  top: 0;
}
.menu-wrapper .button-holder {
  text-align: right;
}
.menu-wrapper .button-holder a {
  margin-top: 9px;
}

.responsive-menu a.toggle-menu {
  display: block;
  height: 50px;
  background-color: var(--mainColor, #b89e6a);
  color: #232323;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.responsive-menu .menu-open {
  background: rgba(35, 35, 35, 0.96);
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 85;
  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;
  position: relative;
  font-size: 22px;
  display: block;
}
.responsive-menu .menu-open ul li.active a,
.responsive-menu .menu-open ul li a:hover,
.responsive-menu .menu-open ul li a:focus,
.responsive-menu .menu-open ul li.current_page_item a {
  color: var(--mainColor, #b89e6a);
}
.responsive-menu .menu-open ul li a:hover,
.responsive-menu .menu-open ul li a:focus{
   padding-left:15px;
}
.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;
}
/*------------------------------------------------------------------
[ p3. CONTENT theme ]
-------------------------------------------------------------------*/

/*------widgets-------------*/
.actu-item a{
  display:block;
}
.not-full .container.principal{
  background: #fff;
}
#top-link {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
    z-index: :10;
}
#top-link:hover,
#top-link:focus {
  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,
.post-content h4.post-title a:focus {
  color: var(--mainColor, #b89e6a);
}
.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: var(--mainColor, #b89e6a);
  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;
}
.gallery-item img{
   border: none !important;
   padding: 5px;
}
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;}

.tags {
  margin: 30px 0 0 0;
}
.tags span {
  margin: 0 15px 0 0;
}
.tags a {
  background-color: #eeeeee;
  color: #777777;
  padding: 5px 7px;
}
.tags a:hover {
  color: #232323;
}
/*-------------------------------------------------comments-------------------*/
.comments h4.widget-title span em {
  font-style: normal;
  color: var(--mainColor, #b89e6a);
}
.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;
}
.gallery-wrapper .gallery-thumb img,
.gallery-wrapper .flickr_badge_image img {
  width: 100%;
  height: auto;
}
.video-featured iframe {
  width: 100%;
}
.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 {
    /*position:absolute;*/
    position: static;
    bottom:0;
    width:100%;
}
.top-footer {
  padding: 50px 0 100px;
  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: var(--mainColor, #b89e6a);
  text-align: center;
  color: white;
}
.main-footer {
  background:#000;
  padding: 20px 0;
}
.main-footer .footer-widget{
   text-align: center;
   padding: 0 20px;
}
.main-footer .footer-widget.appli a{
   display: inline-block;
   vertical-align: middle;
   margin: 10px 7px 0;
}
.main-footer .footer-widget.appli a:hover img{
   -webkit-animation: pulse 1s;
   -o-animation: pulse 1s;
   animation: pulse 1s;
}
.main-footer input{
   background:#000;
   font-size: 12px;
   color:white;
   padding-right: 48px;
}
.main-footer input[type="submit"]{
   font-size:20px;
   font-family: 'Bebas Neue', Arial, sans-serif;
   color:#000;
   padding:0 10px;
   background:white;
   height:34px;
   border:1px solid #000;
   line-height: 32px;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   border-radius: 0;
}
.main-footer input[type="submit"]:hover,
.main-footer input[type="submit"]:focus{
   background:var(--mainColor, #b89e6a);
}
.main-footer form{
   position: relative;
}
.main-footer .gform_footer{
   position: absolute;
   right: 1px;
   bottom: 1px;
}
.main-footer .gform_wrapper.gform_validation_error .gform_footer{
   bottom: 20px;
}
.main-footer h2{
   font-family: Raleway, Arial, sans-serif;
   font-size:16px;
   color:white;
   line-height: normal;
   font-weight: 500;
}
.main-footer p{
   font-size:12px;
   color:white;
}
.main-footer .gfield_label{
   display: none;
}
.main-footer .social-medias li{
   display: inline-block;
   vertical-align: middle;
}
.main-footer .social-medias a{
   display:inline-block;
   width:35px;
   height: 35px;
   line-height: 37px;
   font-size:25px;
   border-radius:3px;
   margin:10px 7px 0;
   background:white;
   color:#000;
}
.main-footer .social-medias a:hover,
.main-footer .social-medias a:focus{
   background:#b89e6a;
   -webkit-animation: rubberBand 1s;
   -o-animation: rubberBand 1s;
   animation: rubberBand 1s;
}
.bottom-footer{
   background: #b89e6a; /* EXCEPTION */
   text-align: center;
   padding:15px 0;
}
.bottom-footer li{
   display: inline-block;
   vertical-align: middle;
}
.bottom-footer li:not(:last-of-type):after{
   content:'-';
   color:white;
}
.bottom-footer li a{
   color:black;
   padding:0 5px;
   font-size: 12px;
   font-weight: 500;
}
.bottom-footer li a:hover,
.bottom-footer li a:focus{
   color:white;
}
.copyright {
  margin-top: 40px;
  border-top: 1px solid #43463f;
  padding: 10px 0;
}
.copyright .credits {
  text-align: right;
}
.top-footer h2{
   margin-bottom: 30px;
}
.top-footer ul{
   padding:0 40px;
}
.top-footer ul li{
   padding:0 10px;
   text-align: center;
   line-height: 100px;
}
.top-footer ul li img{
   display: inline-block;
   vertical-align: middle;
   line-height: normal;
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.top-footer ul li:hover img,
.top-footer ul li:focus img{
   -webkit-filter: grayscale(0%);
   filter: grayscale(0);
}
.top-footer ul li a{
   display: block;
   text-align: center;
}
.top-footer ul .slick-arrow{
   width:30px;
   height: 30px;
   line-height: 30px;
}
.top-footer ul .slick-arrow:after{
   font-size: 50px;
}
.top-footer ul .slick-arrow.slick-prev{
   left:0;
}
.top-footer ul .slick-arrow.slick-next{
   right: 0;
}
@media (max-width: 992px) {
  .copyright {
    text-align: center;
  }
  .copyright .credits {
    text-align: center;
  }
}
/*------------------------------------------------------------------
[ p5. MISC ]
-------------------------------------------------------------------*/
.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 {
   display: none;
   float: left;
   height: 100%;
   min-height: 1px;
}
.vert-align .slick-slide {
   display: inline-block;
   vertical-align: middle;
}
[dir='rtl'] .slick-slide {
   float: right;
}

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

.slick-loading .slick-slide {
   visibility: hidden;
}

.slick-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
   display: none;
}
.slick-arrow{
   width:40px;
   height: 40px;
   font-size:0;
   color:black;
   position: absolute;;
   top: 0;
   bottom: 0;
   z-index:100;
   text-align: center;
   margin:auto;
   background:none;
   padding:0;
}
.slick-arrow.slick-disabled{
   opacity:0.2;
   cursor:default;
}
.slick-arrow:hover,
.slick-arrow:focus{
   background:none;
   outline:none;
}
.slick-arrow:hover:after,
.slick-arrow:focus:after{
   color:var(--mainColor, #b89e6a);
}
.slick-arrow.slick-prev{
   left: 30px;
}
.slick-arrow:after{
   font-family: FontAwesome;
   font-size: 70px;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   -webkit-text-shadow: 0 1px 5px rgba(0,0,0,0.1);
   text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.slick-arrow.slick-prev:after{
   content: "\f104";
}
.slick-arrow.slick-next{
   right: 30px;
}
.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 .slick-arrow{
   color:white;
}
.single-slider h2{
   background: white;
   padding: 15px 30px;
   margin: 0;
   display: block;
   text-align: center;
   width: 100%;
   font-size:24px;
   color:black;
   border-radius: 3px;
   -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
   box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.single-slider li a:hover .container,
.single-slider li a:focus .container{
   bottom:30px;
}
.single-slider li a{
   position: relative;
   display: block;
   width: 100%;
   height: 100%;
   overflow: hidden;;
}
.single-slider li a:after{
   content:'';
   width:100%;
   height: 100%;
   background:black;
   position: absolute;
   top:0;
   left:0;
   opacity:0;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.single-slider li a:hover:after,
.single-slider li a:focus:after{
   opacity: 0.3;
}
/* 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;
}

/*! 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;
   width: 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 ]
-------------------------------------------------------------------*/
h1{
  font-weight:normal;
  margin:0;
  font-size:50px;
  line-height:normal;
}
h2{
  font-weight:normal;
  margin:10px 0 ;
  font-size:30px;
  line-height:normal;
}
h3{
  font-weight:normal;
  margin:10px 0 ;
  font-size:24px;
  line-height:normal;
}
h4{
  font-weight:normal;
  margin:10px 0 ;
  font-size:20px;
  line-height:normal;
}
h5{
  font-weight:normal;
  margin:10px 0 ;
  font-size:17px;
  line-height:normal;
}
h6{
  font-weight:normal;
  margin:10px 0 ;
  font-size:16px;
  line-height:normal;
}
img.alignleft{
  padding-right: 15px;
}
img.alignright{
  padding-left: 15px;
}
a img, a h1, a h2, a h3, a h4, a h5, a h6{
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bt{
   background:var(--mainColor, #b89e6a);/* custom-color-scheme */
   color: #fff;/* custom-color-scheme */
   text-transform: uppercase;
   display: inline-block;
   font-size: 17px;
   font-weight: 600;
   text-align: center;
   padding: 15px 30px;
   border-radius: 3px;
}
/*
.open-anim,
.bouton a{
   background:var(--mainColor, #b89e6a);
   position: relative;
   overflow: hidden;
   -webkit-transform: perspective(1px) translateZ(0);
   -ms-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);

}

.open-anim:before,
.bouton a:before{
   content: '';
   background: black;
   height: 100%;
   width: 0%;
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   margin:auto;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transform-origin: center center;
   -moz-transform-origin: center center;
   -ms-transform-origin: center center;
   -o-transform-origin: center center;
   transform-origin: center center;
   z-index: -1;
}
.open-anim:hover,
.open-anim:focus{
   color:white;
}
.open-anim:hover:before,
.bouton a:hover:before,
.open-anim:focus:before,
.bouton a:focus:before{
   width: 100%;
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
}
*/


.open-anim,
.bouton a{
   background:var(--mainColor, #b89e6a);
   position: relative;
   overflow: hidden;
}

.open-anim:before,
.bouton a:before{
   content: '';
  background:var(--mainColor, #b89e6a);
   height: 100%;
   width: 100%;
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   margin:auto;

   opacity:1;
   transition-property: opacity;
   transition-duration: 1s;

   z-index: -1;
}
.open-anim:hover,
.open-anim:focus{
   color:white;
   background:rgba(0,0,0,0.6);

}
.open-anim:hover:before,
.bouton a:hover:before,
.open-anim:focus:before,
.bouton a:focus:before{

   transition-property: opacity;
   transition-duration: 1s;
}






.bt:hover,
.bt:focus{
   color:white;
}
button.play{
   width: 75px;
   height: 75px;
   text-align: center;;
   padding:0;
   position: absolute;
   left: 0;
   right: 0;
   top:0;
   bottom: 0;
   margin:auto;
   background:none;
   border:3px solid white;
   border-radius: 50%;
   color:white;
   font-size:30px;
   z-index: 5;
}
button.play i{
   position: relative;
   left: 3px;
}
.bt-contour{
   background:none;
   color: var(--mainColor, #b89e6a);/* custom-color-scheme */
   border:1px solid var(--mainColor, #b89e6a);/* custom-color-scheme */
   text-transform: uppercase;
   display: inline-block;
   font-size: 18px;
   line-height: 38px;
   margin: 8px 0;
   padding: 0 14px;
}
.bt-contour:hover,
.bt-contour:focus {
   background:var(--mainColor, #b89e6a);/* custom-color-scheme */
   color: #fff;
}
.breadcrumbs{
  padding-top:8px;
  font-size:12px;
  color:black;
}
.breadcrumbs a{
   color:black;
   text-decoration: underline;
}
/*------------------------------------------------------------------
[ p7. Home page ]
-------------------------------------------------------------------*/
#home_content{
  position:absolute;
  bottom:0;
  height:auto;
  width:100%;
  background-color:#000;
  padding:15px 0;
}
#home_content h1{
  font-size:16px;
  margin:0;
  color:#fff;
  line-height: normal;
}
#home_content p{
  font-size:12px;
  margin:5px 0;
  color:#fff;
}

.portail{
   padding: 0 10px;
}
.portail a{
   background:#b89e6b;
   display:block;
   margin: 10px 0;
   overflow: hidden;
}
.portail .titre{
   text-align: center;
   color:white;
}
.portail.small a{
   height:200px;
}
.portail.medium a{
   height:400px;
}

.slider-wrapper {
  margin-top: 30px;
}
/*------------------------------------------------------------------
[ p8. Interiors pages ] - Styles des pages interieur spé
-------------------------------------------------------------------*/

.multisite-sitemap .pagenav{
   margin-bottom: 30px;
   font-size:26px;
   padding: 0;
}
.multisite-sitemap .pagenav:before{
   content:none;
}
.multisite-sitemap .pagenav .page_item{
   font-size:16px;
}
.multisite-sitemap .pagenav ul{
   margin-top: 10px;
   padding-left:15px;
}

/*page contact*/

.page-template-modele-contact .gform_wrapper li{
  padding-left:0;
  background: none;
  overflow: hidden;
   padding-bottom: 15px;
}
.page-template-modele-contact .gform_wrapper li:before{
   content:none;
}
.gform_validation_container,
.gform_wrapper .gf_invisible,
/*.gform_wrapper .gfield_visibility_hidden,*/
.gform_wrapper .gf_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper input.gform_hidden,
.gform_wrapper input[type=hidden]{
   display: none;
}
.gform_wrapper div.validation_error{
    color: #EC8200;
    border-top: 1px solid #EC8200;
    border-bottom: 1px solid #EC8200;
    padding:10px;
    margin-bottom: 15px;
}
.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 #EC8200;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message{
    color: #EC8200;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    margin-top:5px;
    font-size:12px;
    line-height: 14px;
}
.gform_wrapper .top_label .gfield_label {
    margin: 0 0 5px;
    font-weight: 500;
}
.gfield input,
.gfield textarea{
   width: 100%;
}
.ginput_container:not(.ginput_complex){
   padding-right: 15px;
}
.main-footer .ginput_container:not(.ginput_complex){
   padding-right: 0;
}
.ginput_container.ginput_container_fileupload #extensions_message{
    font-size:.875em;
}
.hidden_label > label {
  display: none;
}
.ginput_container_consent input {
    width: auto;
    margin-right: 10px;
}
.ginput_container_consent input + label{
    margin-top: 7px;
}
.ginput_complex > *{
   width: 50%;
   padding-right: 15px;
   display: inline-block;
   float: left;
}
.ginput_complex > * label{
   font-size: 14px;
}
.gform_wrapper .top_label .gfield_description{
    padding:0;
}
.gfield textarea{
   height: auto;
}
.gfield:not(.gform_hidden) + .gsection {
    margin-top: 60px;
}
.gfield{
   margin-bottom: 15px;
}
.gsection h2{
   border-bottom: 5px solid var(--mainColor, #b89e6a);
   padding-bottom: 10px;
}
.gform_wrapper .gfield_radio input:checked + label{
   color: var(--mainColor, #b89e6a);
   font-weight: bold;
}
.gfield:not(.gfield_calculation) + .gfield_calculation,
.gfield_calculation.with-border{
   padding-top: 30px;
   margin-top: 30px;
   border-top: 2px solid var(--mainColor, #b89e6a);
}
.gfield_calculation input{
   background: none;
   border: none !important;
   font-size: 1.7em;
   padding: 0;
   color: var(--mainColor, #b89e6a);
}
.gform_footer{
   margin-top: 45px;
}
.gform_footer input[type="submit"]:hover,
.gform_footer input[type="submit"]:active{
   background:black;
}
.page-template-modele-formulaire .gform_wrapper{
   margin-top:60px;
}
.page-template-modele-formulaire .gform_title{
   margin-bottom: 30px;
}

/** Start update 2021 Correction css gravity **/
.gfield_checkbox li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gfield_checkbox li input{
    width : 17px;
    margin-right: 10px;    
}

.gfield_checkbox li input, .gfield_checkbox li label{
    margin-bottom: 5px;
}
/** Fin update 2021 Correction css gravity **/

/*** ARTICLE CARD ***/
.actu-bloc{
   display: inline-block;
   vertical-align: top;
   margin:15px 0;
}
.autour-theme{
   font-size: 0;
   padding: 50px 0 75px;
}
.autour-theme .actu-bloc{
   margin:0;
}
.actu-bloc:not(.slick-slide){
   float:none;
}
.actu-bloc a,
.actu-bloc .actu-wrapper{
   height: 360px;
   background: #000000;
   width:100%;
   position: relative;
   flex-direction: column;
   border-radius: 3px;
   font-size:18px;
}
.actu-bloc .image:not(a){
   height: 100%;
   width: 100%;
   position: relative;
   overflow: hidden;
}
.actu-bloc a:after,
.actu-bloc .actu-wrapper:after{
   content:'';
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   display:block;
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
.actu-bloc .card-content,
.home section.youtube-twitter .video-preview .title-like{
   background: white;
   border-radius: 3px;
   position: absolute;
   bottom: 15px;
   left: 20px;
   right: 20px;
   padding: 15px 15px 10px;
   color: black;
   font-size: 18px;
   font-weight: 500;
   text-align: center;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   z-index: 15;
   -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
   box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.actu-bloc .card-content:before,
.home section.youtube-twitter .video-preview .title-like:before{
   content:'';
   position: absolute;
   top:-20px;
   right:10%;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 15px 20px 15px;
   border-color: transparent transparent white transparent;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.actu-bloc .card-content p{
   margin:5px 0 0;
   font-size: 13px;
   font-weight: normal;
}
.actu-bloc .card-content p.title-like{
   font-size: 18px;
   font-weight: 500;
   margin:0;
}
.actu-bloc img{
   position: absolute;
   left:-9999em;
   right:-9999em;
   top:-9999em;
   bottom:-9999em;
   margin:auto;
   height: 100%;
   min-width: 100%;
   max-width: none;
}
.actu-bloc:hover a:after,
.actu-bloc:focus a:after{
   border:5px solid var(--mainColor, #b89e6a);
}
.actu-bloc:hover .card-content,
.actu-bloc:focus .card-content{
   background:var(--mainColor, #b89e6a);
   color:white;
   bottom: -15px;
}
.actu-bloc:hover .card-content:before,
.actu-bloc:focus .card-content:before{
   top:-15px;
   border-color:transparent transparent var(--mainColor, #b89e6a) transparent;
}

/*------------------------------------------------------------------
--------------------------------------------------------------------
[ p9. CONTENU VOYELLE editors styles]
* Les styles doivent êtres ajouter à la editor-style.css après modification
--------------------------------------------------------------------
-------------------------------------------------------------------*/
.contenu-page-basique section,
.contenu-page-basique.editor-content section{
   padding: 50px 0;
}
.deux-image-texte .add-flexbox{
   -webkit-flex-wrap:wrap;
   flex-wrap:wrap;
}
.deux-image-texte .add-flexbox img{
   margin-top:auto;
}
.editor-content h2{
  margin:35px 0 0;
  font-size:30px;
}
.editor-content h3{
  margin:35px 0 0;
  font-size:24px;
}
.editor-content h4{
  margin:30px 0 0;
  font-size:20px;
}
.editor-content h5{
  margin:25px 0 0;
  font-size:17px;
}
.editor-content h6{
  margin:20px 0 0;
  font-size:16px;
}
.editor-content li{
  list-style: none;
  padding-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.editor-content li:before{
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 6px;
    left: 0px;
    color: var(--mainColor, #b89e6a);
    font-size: 11px;
}

.bloc-fond{
  margin:30px;
  padding:5px 25px;
  background: var(--mainColor, #b89e6a);
  clear:both;
    text-align: center;
}
.bloc-fond ul{
  padding-left:30px;
  color:#fff;
}
.bloc-fond li{
  padding-left:15px;
  color:#fff;
}
.bloc-fond p{
  color:#fff;
}
.bloc-fond a{
  color:#fff;
  text-decoration: underline;
}
.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;
}
.texte-2-col p:first-child{
  margin-top:0;
}
.legende{
  color: #999;
  font-style: italic;
  font-size:11px;
  line-height: 13px;
}
blockquote {
	background-color: #000;/* custom-color-scheme */
	width: 80%;
	margin: 30px 10%;
	padding: 35px 60px;
	color: #fff;
	font-size: 20px;
    text-align: center;
	line-height: 26px;
}
blockquote p{
	color: #fff;/* custom-color-scheme */
	font-size: 20px;
  text-align: center;
}
.text-color{
    color:var(--mainColor, #b89e6a);
    font-size:20px;
   padding: 0 15px;
    text-align: center;
}
.editor-content section{
    padding:35px 0;
}
.editor-content section.slider{
    padding:10px 0 22px;
}
.editor-content .black-bg section{
    padding:45px 0;
}

.editor-content .single-slider li::before{
    content:"";
}
.editor-content h2 {
    color: #000;
    font-size: 40px;
    line-height: normal;
    margin: 0 0 10px;
}
.editor-content h3 {
    color: #000;
    font-size: 30px;
    font-weight:300;
    line-height: normal;
    margin: 15px 0 10px;
}
.editor-content h2+h3 {
    margin: 0 0 10px;
}
.editor-content h4 {
    color: #000;
    font-size: 24px;
    font-weight:300;
    line-height: normal;
    margin: 15px 0 10px;
}
.editor-content h4 {
    color: #000;
    font-size: 20px;
    font-weight:300;
    line-height: normal;
    margin: 10px 0 7px;
}
.editor-content h2.soustitre {
    font-size: 38px;
    position:relative;
    margin: 0 0 30px;
    display:inline-block;
    text-align: right;
}
.editor-content h2 span.soustitre{
    font-size: 30px;
    display: block;
}
.editor-content .col-md-8 p:first-child{
    margin-top:0;
}
section.equipe{
   padding:50px 0;
}
section.equipe .personne{
   background:#000;
   padding: 15px;
   margin-bottom:10px;
}


.equipe_bloc_4 .personne p{
    color: #FFFFFF!important;
}

.equipe_bloc_2 .personne a:hover{
    color: #FFFFFF!important;
}


section.equipe img + .content{
   margin-top:15px;
}
section.equipe h3{
   margin:0 0 10px;
   color:white;
}
section.equipe p,
section.equipe a{
   margin:5px 0;
}
section.equipe a{
   display: block;
}
section.equipe.bg-lightgrey .personne{
   background:white;
}
section.equipe.bg-lightgrey h3{
   color:black;
}
/*-------------bulle de droite------------*/
.bulle-placement .bulle{
    border:2px solid #fff;
    border-radius:3px;
    z-index:110;
    margin-bottom: 65px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
}
.bulle-placement.open .bulle{
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
}
.bulle-placement{
   position: fixed;
   right:0;
   bottom: 30px;
   z-index:200;
   max-height: 100%;
   width:280px;
   max-width: 90%;
}
.bulle-placement .toggle-bulle{
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: black;
   border: 3px solid white;
   color: white;
   text-align: center;
   padding: 0;
   margin: 0 45px 0 auto;
   z-index: 210;
   position: relative;
   display:none;
}
.bulle-placement .toggle-bulle:hover,
.bulle-placement.open .toggle-bulle{
   background:var(--mainColor, #b89e6a);
}
.bulle-placement.open .toggle-bulle:hover{
   background:black;
}
.bulle-content{
    padding:22px;
    background: #000;
    border-radius:3px;
    z-index:110;
    position: relative;
}
.bulle-placement .bulle .inside-menu{
   color:white;
}
.bulle-placement .bulle .inside-menu li{
   border-bottom: 1px solid white;
   padding:10px 15px;
   list-style: none;
}
.bulle-placement .bulle .inside-menu li a:hover,
.bulle-placement .bulle .inside-menu li a:focus,
.bulle-placement .bulle .inside-menu li a:active{
   color:var(--mainColor, #b89e6a);
}
.bulle-placement .bulle .inside-menu li:last-of-type{
   border-bottom: none;
}
.bulle-placement .bulle::before{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 56px 56px 0;
    border-color: transparent #000 transparent transparent;
    bottom:-51px;
    right:35px;
    transform:rotate(5deg);
    z-index:111;
}
.bulle-placement .bulle::after{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 66px 66px 0;
    border-color: transparent #fff transparent transparent;
    bottom:-65px;
    right:30px;
    transform:rotate(5deg);
    z-index:109;
}
.bulle-placement .bulle .date{
    margin:0 0 20px;
    font-size:30px;
    text-align: center;
    font-family: 'Bebas Neue', Arial, sans-serif;
}
.bulle-placement .bulle .date span{
    color:var(--mainColor, #b89e6a);
}
.bulle-placement .bulle .lieu, .bulle-placement .bulle .public, .bulle-placement .bulle .thematique, .bulle-placement .bulle p{
    font-size:15px;
    margin:9px 0;
    font-weight:400;
}
.bulle-placement .bulle .lieu strong, .bulle-placement .bulle .public strong, .bulle-placement .bulle .thematique strong, .bulle-placement .bulle p strong{
    font-weight:400;
    text-transform: uppercase;
    font-size:24px;
    display: block;
    padding-right:10px;
    font-family: 'Bebas Neue', Arial, sans-serif;
}
.bulle-placement .bulle .bt{
    margin:20px 0 0;
}
@media (max-width: 1400px){
    .bulle-content{
        padding:17px;
    }
    .bulle-placement .bulle .date{
        margin:0 0 10px;
        font-size:25px;
    }
    .bulle-placement .bulle .lieu, .bulle-placement .bulle .public, .bulle-placement .bulle .thematique{
        font-size:14px;
        margin:7px 0;
    }
    .bulle-placement .bulle .lieu strong, .bulle-placement .bulle .public strong, .bulle-placement .bulle .thematique strong{
        font-size:20px;
        padding-right:5px;
    }
    .bulle-placement .bulle .bt{
        margin:15px 0 0;
    }
    .bulle-placement .bulle::before{
        border-width: 0 46px 46px 0;
        /*bottom:-41px;
        right:30px;*/
    }
    .bulle-placement .bulle::after{
        border-width: 0 56px 56px 0;
        /*bottom:-55px;
        right:25px;*/
    }
    .bulle-placement .bulle .bt.bt-small{
        font-size:14px;
        padding:5px 5px;
    }
}

/*-----page base--------------*/

.bg-back{
    background: #000;
    padding:10px 0;
}
.text-white, .text-white *,.editor-content .text-white * {
    color:#fff;
}
.page h1{
    margin-bottom:0;
}

/*-------------boutons------------*/
.bt.bt-small{
    font-size:15px;
    text-transform: none;
    font-weight:500;
    padding:6px 15px;
}
.bt.bt-medium{
   font-size: 16px;
   text-transform: none;
   font-weight: 500;
   padding: 10px 15px;
}
.bt.bt-no-round{
    border-radius: 0;
}
.bt.bt-border{
    border:2px solid #fff;
}

/*-----------------------[ p10. responsive ]--------------------------*/

@media (max-height:700px){
   .bulle-placement .bulle{
	   /*
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
	  */
   }
   .bulle-placement .bulle-placement .toggle-bulle{
      display:block;
   }
}
@media (max-width:1199px){

}
 @media (max-width: 992px) {
    .site-footer.home-footer {
      padding-bottom:150px;/*pour le bloc ref*/
    }
 }
 @media (max-width:991px){
   .slick-arrow.slick-next{
      right:0;
   }
   .slick-arrow.slick-prev{
      left:0;
   }
   .slick-slide.actu-bloc:hover .card-content,
   .slick-slide.actu-bloc:focus .card-content{
      bottom: 30px;
   }
   .top-footer{
      padding: 50px 0 50px;
   }
   .editor-content h2.soustitre{
      text-align: left;
   }
   .bulle-placement .bulle{
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
   }
   .bulle-placement .toggle-bulle{
      display:block;
   }
}
 @media (max-width: 767px) {
    .site-footer.home-footer{
      padding-bottom:170px;/*pour le bloc ref*/
    }
   .text-color{
      padding: 0;
   }
   .image-before{
      margin-bottom: 30px;
   }
 }
@media screen and (max-width: 600px){
    #wpadminbar{
        top:0;
        position: fixed;
    }
}
@media (max-width:600px){
   .actu-bloc{
      width:100%;
   }
   .actu-bloc a,
   .actu-bloc .actu-wrapper{
      max-width: 400px;
      margin:auto;
   }
}
 @media (max-width: 450px) {
   .col-xxs-12{
      float: none;
      width: 100%;
   }
    .site-footer.home-footer{
      padding-bottom:200px;/*pour le bloc ref*/
    }
 }


/*-------------------------Fin responsive-On ajoute plus rien dessous...-----------*/


