/* cmsms stylesheet: yw_style_main modified: 01/08/20 10:25:45 */
/* RESET MEYER SASS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  cursor: default;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  background: #fff;
  color: #453E33; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
    color: #548131;
}

#content ul {
    padding-left: 18px;
}

#content li {
    list-style-type: circle;
}
/*Reset END */

/*Other*/
a.bt_top {
    width: 45px;
    height: 45px;
    background: url(/uploads/ressources/layout/top.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    top: -22.5px;
    position: relative;
    color: #fff;
    font-size: 18px;
}
a.bt_top i {
    line-height: 45px;
}

.first-row::after {
    clear: both;
    display: block;
    content: "";
}

.clear::after {
    content: "";
    clear: both;
    display: block;
}

.btn-back {
    float: left;
}

.print {
    float: right;
}

.btn-back, .print {
    border: 2px solid #548131;
    padding: 0px 8px 2px;
    border-radius: 4px;
    background: rgba(84, 129, 49, .2);
    transition: .2s;
}

.btn-back a, .print a {
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
}

.btn-back img, .print img {
    width: 18px;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.btn-back:hover, .print:hover {
    background: rgba(84, 129, 49, 0);
    transition: .2s;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
    opacity: 1 !important;
}

/*Other end*/

/*header */

.header::after {
    content: "";
    clear: both;
    display: block;
}

#header_content {
  font-size: 14px;
  z-index: 50;
  position: relative; }
  #header_content .pre_header {
    background: #453E33;
    overflow: hidden; }
    #header_content .pre_header .row {
      margin: 0.5em;
      max-width: 1000px;
      margin: 0.5em auto;
      text-align: center; }
  #header_content .address, #header_content .support {
    font-size: 12px;
    color: #d7e7ca; }
    #header_content .address a, #header_content .support a {
      color: #548131;
      text-decoration: none;
      font-weight: bold;
      white-space: nowrap; }
  #header_content .header {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    left: 0; }
    #header_content .header .homelink {
      float: left;
      padding: 0.5em 0 0.5em 1em;
      height: 80px; }
      #header_content .header .homelink a {
        display: inline-block; }
        #header_content .header .homelink a img {
          max-height: 80px;
          max-width: 80px; }

/*MENU */
.menu-desktop.menu {
    border-top: 1px solid #ddd;
}
.lang {
  padding: 0.5em 1em; }
  .lang li {
    display: inline-block; }
  .lang li a {
    text-decoration: none;
    display: block;
    text-align: left;
    color: #716654; 
    margin: 30px 0;
    margin-left: 10px; }

.menu {
  background: #efece9;
  padding: 0.5em 0;
  min-height: 100%;
  width: 100%; }
  .menu li a {
    text-decoration: none;
    display: block;
    padding: 0.5em;
    text-align: left; }
  .menu .menudepth0 > a, .menu .showchildren {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #716654; }
  .menu li a {
    letter-spacing: 2px;
    color: #453E33; }
  .menu a.parent, .menu .showchildren {
    display: inline-block; }
  .menu .showchildren img {
    width: 1em;
    height: 1em; }
  .menu .showchildren.active img {
    transform: rotate(180deg); }
  /*.menu .menudepth0 ul {
    display: none; }*/

.menu-desktop .main ul li {
    position: relative;
}

.menu-desktop .main ul li ul { 
    display: none;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    min-width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    z-index: 9;
}

.menu-desktop .main ul li:hover ul { 
    display: block;
}

.menu-desktop .main ul li:first-child {
    border-top: 0;
}

.menu-desktop .main ul li ul li {
    position: relative;
    border-top: 1px solid #eee;
}

.menu-desktop .main ul li ul li a {
    color: #548131;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.menu-desktop .sub ul li { 
    position: relative;
    border-top: 1px solid #eee;
}

.menu-desktop .sub ul li:first-child { 
    border-top: 0;
}

.menu-desktop .sub ul li ul { 
    display: none;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    min-width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.menu-desktop .sub ul li:hover ul { 
    display: block;
}

.menu-desktop a {
    transition: .2s;
}

.menu-desktop a:hover {
    color: #888;
    transition: .2s;
}

.menu-desktop ul > li.menuactive a {
    color: #548131;
    border-bottom: 2px solid;
    border-top: 2px solid;
}

.menu-desktop .sub ul li.menuactive a {
    color: #548131;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.menu-mobile .menu {
    background: #efece9;
    padding: 0.5em 2em;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    width: auto;
    z-index: 999;
    overflow-y: scroll;
    height: 100%;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.6);
    box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.6);
}

.menu-mobile .menu ul li {
    border-top: 1px dotted #ccc;
}

.menu-mobile .menu ul li ul li {
    padding-left: 20px;
}

.menu-mobile #nav-close {
    width: 25px;
    height: 25px;
    margin: 10px 0;
    cursor: pointer;
}

.menu-mobile #nav-close img {
    width: 100%;
}
#nav-open {
    float: right;
    height: 30px;
    padding: 32px;
    cursor: pointer;
    display: none;
}
#nav-open span {
    display: inline-block;
    text-transform: uppercase;
    color: #548131;
}
#nav-open img {
    width: 26px;
    height: 20px;
    position: relative;
    top: 4px;
}

.menu-mobile .sub {
    padding-bottom: 30px;
}

.lang {
    float: right;
}

/* Banner */
.theme-default1 .nivoSlider {
   margin-bottom: 0 !important;
}

.banner {
    max-height: 300px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .banner, div#slideshow_1 {
        max-height: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .banner, div#slideshow_1 {
        max-height: 200px;
    }
}

.banner #slideshow_1 {
    max-width: 1140px;
    width: 100%;
}

div#slideshow_1 ul#slides_1 {
    width: 100% !important;
}

div#slideshow_1 ul#slides_1 li {
    width: 100% !important;
}

div#slideshow_1 img {
    width: 100%;
    height: 100%;
    top: 0 !important;
    object-fit: cover;
}

#slider1w, .theme-default1 .nivoSlider {
   transition: .4s;
}

.slide_nav_1 a.activeSlide {
    background: none repeat scroll 0 0 #548131;
    color: #548131 !important;
}

div#slideshow_1 ul#prevnextnav_1 {
    top: calc(50% - 20px) !important;
}

div#slideshow_1 ul#prevnextnav_1 li#prev_1 {
    left: 20px !important;
}

div#slideshow_1 ul#prevnextnav_1 li#next_1 {
    left: inherit !important;
    right: 0px;
}

/* Main */
#main_content {
  overflow: hidden;
  opacity: 0;
  background-image: url("/uploads/ressources/layout/ombre.gif");
  background-repeat: repeat;
  background-position: center; }

.header, .banner, .menu-desktop {
    max-width: 1140px;
    margin: auto;
}

#content {
  border-top: 1px solid #ddd;
  line-height: 1.8;
  max-width: 1000px;
  margin: auto;
  background-color: rgba(239, 236, 233, 0.9); }
  #content h1 {
    font-family: "EB Garamond", serif;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: bold;
    color: #548131;
    text-align: center;
    margin: 1.2em 0 1.5em;
    position: relative; }
  #content h1:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background: #548131;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #content h2 {
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 1.6em;
    color: #716654;
    margin: 1.6em 0 1.2em; }
  #content h3 {
    font-size: 1.4em;
    margin: 1.4em 0 1em; }
  #content strong {
    font-weight: 700;
    color: #716654; }
  #content span {
    color: #716654; }
  #content p {
    margin: 1em 0;
    text-align: justify; }

/* Prefooter */
#prefooter_content {
  text-align: center;
  background: #453E33;
  padding: 0 5vw;
  padding-bottom: 2em; }
  #prefooter_content .wrapper {
    max-width: 1000px;
    margin: auto; }
  #prefooter_content strong {
    font-weight: bold; }
  #prefooter_content p {
    margin-bottom: 0.5em; }
  #prefooter_content .col {
    text-align: justify;
    color: #efece9; }
  #prefooter_content h3 {
    font-size: 22px;
    margin: 1em 0;
    color: #548131; }
  #prefooter_content .contact a {
    color: #fff; }
  #prefooter_content .bt_open_map, #prefooter_content .bt_close_map {
    font-size: 12px;
    text-transform: uppercase;
    color: #548131;
    margin-top: 12px;
    cursor: pointer; }
  #prefooter_content .bt_open_map i, #prefooter_content .bt_close_map i {
    margin-right: 6px;
    font-size: 14px; }
  #prefooter_content .bt_close_map {
    display: none; }

/* Map */
#map_content {
  width: 100%;
  height: 0px;
  overflow: hidden; }
  #map_content #map {
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 10; }
    #map_content #map a {
      display: none !important; }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #264C7F; }

.gm-style-cc {
  display: none; }

.gm-style-mtc div, .gmnoprint div {
  background-color: #264C7F !important; }

/* Footer */
#footer_content {
  background: #453E33;
  padding: 0.8em 0 0.8em; 
  border-top: 1px solid #3b3832; }
  #footer_content #copyright {
    text-align: center;
    font-size: 12px;
    color: #efece9; }
    #footer_content #copyright a {
      color: #548131;
      text-decoration: none;
      font-weight: bold; }
#copyright p {
    display: inline-block;
    padding: 0 5px; }

/* GALLERIES */
.gallery {
  text-align: center;
  margin: 1.5em 0; }
  .gallery .img {
    display: inline-block;
    overflow: hidden;
    margin: 0 0.5em 1.5em; }
    .gallery .img img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle; }
  .gallery .img a {
    display: block; }
  .gallery .img a:hover {
    padding: 0; }

.gallery-main.advanced .gallery {
  display: none;}
.gallery-main.advanced h3 {
    font-size: 18px !important;
    border: 2px solid #548131;
    padding: 0px 42px 0px;
    padding-right: 30px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .5) url(/uploads/ressources/layout/picture.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 8px center;
    transition: .2s;
    cursor: pointer;
    position: relative;
}

.gallery-main.advanced h3:hover {
    padding: 0px 45px 0px;
    transition: .2s;
}

.gallery-main.advanced h3 i {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-main.advanced h3 i.moins {
    display: none;
}

.content-img .gallery {
    margin: 0;
}

.content-img .gallery .img {
    margin: 0;
}

.content-img .galleryclear {
    height: 0;
}

.content-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
}

.btn-open-gallery, .btn-close-gallery {
    border: 2px solid #548131;
    padding: 0px 8px 2px;
    border-radius: 4px;
    background: rgba(84, 129, 49, .2);
    display: inline-block;
    transition: .2s;
    cursor: pointer;
    margin: 0 5px;
}

.btn-open-gallery:hover, .btn-close-gallery:hover {
    background: rgba(84, 129, 49, 0);
    transition: .2s;
}

#mc_embed_signup > div {
  margin: 1em;
  box-sizing: border-box; }
#mc_embed_signup legend {
  margin-top: 1em;
  color: #716654;
  font-family: "EB Garamond", serif;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px; }
#mc_embed_signup .submit, .formbuilderform .submit {
  text-align: center; }
  #mc_embed_signup .submit input, .formbuilderform .submit input {
border: 2px solid #548131;
    padding: 8px 30px 8px;
    border-radius: 4px;
    background: rgba(84, 129, 49, .2);
    transition: .2s;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #548131;
    cursor: pointer; }
#mc_embed_signup .submit input:hover, .formbuilderform .submit input:hover {
    background: rgba(84, 129, 49, 0);
    transition: .2s;
}
#mc_embed_signup li {
  display: inline-block; }
#mc_embed_signup .right .mc-field-group, #mc_embed_signup .right .mc-address-group {
  position: relative;
  top: 0; }
  #mc_embed_signup .right .mc-field-group label, #mc_embed_signup .right .mc-address-group label {
    display: inline-block;
    width: 40%;
    line-height: 44px; }
  #mc_embed_signup .right .mc-field-group input, #mc_embed_signup .right .mc-field-group select, #mc_embed_signup .right .mc-address-group input, #mc_embed_signup .right .mc-address-group select {
    width: 60%;
    position: absolute;
    right: 0;
    line-height: 30px;
    margin: 5px 0;
    border-radius: 0;
    outline: 0;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;}
textarea  {
    width: 100%;
    right: 0;
    height: 120px;
    margin-bottom: 15px;
    border-radius: 0;
    outline: 0;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    resize: none;}
select {
    background: #fff url(/uploads/ressources/layout/arrow_select_b.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
}

fieldset {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.formbuilderform h3 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.formbuilderform label {
    display: inline-block;
    width: 40%;
    line-height: 44px;
}

.formbuilderform input[type=text],
.formbuilderform input[type=email],
.formbuilderform select {
    width: 60%;
    line-height: 40px;
    margin: 0;
    border-radius: 0;
    outline: 0;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
}

.formbuilderform .legal label {
    line-height: 1.4;
    width: 100%;
}

.formbuilderform .legal label:last-child {
    width: initial !important;
}

.formbuilderform hr {
    margin: 20px 0;
}

.captcha {
    margin-bottom: 40px;
}

.captcha::after {
    content:"";
    clear: both;
    display: block;
}

.captcha img {
    margin-right: 10px;
    border: 1px solid #bbb;
}

.captcha span {
    float: left;
    width: calc(40% - 10px);
    margin-right: 10px;
    line-height: 1.45;
    font-weight: 700;
    margin-top: 20px;
}

.captcha br {
    display: none;
}

.captcha input {
    float: right;
    width: calc(60% - 212px) !important;
}

p.alert-captcha {
    color: red;
    font-weight: 700;
}

.g-recaptcha {
    display: inline-block;
}

@media only screen and (max-width: 600px) {
/* start */

.captcha input {
    width: 100% !important;
    margin-top: 10px !important;
}

.captcha span {
    margin-top: 10px;
}

/* end 600 */
}

@media only screen and (max-width: 562px) {
/* start */

.captcha span {
    width: 100%;
    margin-right: 0;
}

/* end 562 */
}
/* cmsms stylesheet: yw_style_mobile modified: 05/06/19 00:46:02 */
@media screen and (max-width: 999px) {
    #content {
        padding: 1.5em 5vw 6em;
    }
}
@media screen and (min-width: 1000px) {
    #content {
        padding: 1.5em 70px 6em;
    }
  .pre_header .row > div {
    width: 49%;
    display: inline-block; }
  .pre_header .row > div:first-child {
    text-align: left; }
  .pre_header .row > div:last-child {
    text-align: right;} 
}
@media screen and (min-width: 500px) {  
 
  #prefooter_content {
    text-align: center; }
    #prefooter_content .col {
      display: inline-block;
      vertical-align: top; 
      width: 45%;
      margin: 0 2%; }
}
/* MENU */
/* MENU - MOBILE */
@media screen and (max-width: 1024px) {
  .menu-desktop {
    display: none; }
#nav-open {
    display: block; } }
/* MENU - DESKTOP */
@media screen and (min-width: 1025px) {
  .menu-mobile {
    display: none; }

  .homelink {
    width: auto;
    display: inline-block; }

  .lang {
    width: auto;
    background-color: transparent;
    float: right;
    height: 80px; }

  .menu-desktop {
    text-align: center; }
    .menu-desktop .menudepth0 {
      display: inline-block;
      margin: 0 0.2em; }
      .menu-desktop .menudepth0 a {
        display: inline-block;
        text-align: center; } }
@media screen and (min-width: 701px) and (max-width: 1070px) {
  .menu-desktop .main, .menu-desktop .sub {
    margin: auto; } }
@media screen and (min-width: 1071px) {
  .menu-desktop .main, .menu-desktop .sub {
    max-width: 100%;
    /*.lang */
    /*.main */
    /*.sub */ } }
