@charset "UTF-8";
@import url("https://use.typekit.net/jha0ecp.css");
@font-face {
  font-family: "siredicon";
  src: url("../../fonts/siredicon/siredicon.eot?75y2mr");
  src: url("../../fonts/siredicon/siredicon.eot?75y2mr#iefix") format("embedded-opentype"), url("../../fonts/siredicon/siredicon.ttf?75y2mr") format("truetype"), url("../../fonts/siredicon/siredicon.woff?75y2mr") format("woff"), url("../../fonts/siredicon/siredicon.svg?75y2mr#siredicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "another_shabby";
  src: url("../../fonts/another_shabby/anothershabby.eot");
  src: url("../../fonts/another_shabby/anothershabby.eot?#iefix") format("embedded-opentype"), url("../../fonts/another_shabby/anothershabby.woff2") format("woff2"), url("../../fonts/another_shabby/anothershabby.woff") format("woff"), url("../../fonts/another_shabby/anothershabby.ttf") format("truetype"), url("../../fonts/another_shabby/anothershabby.svg#anothershabby") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair";
  src: url("../../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mention_signature";
  src: url("../../fonts/mention_signature/MentionSignature.eot");
  src: url("../../fonts/mention_signature/MentionSignature.eot?#iefix") format("embedded-opentype"), url("../../fonts/mention_signature/MentionSignature.woff2") format("woff2"), url("../../fonts/mention_signature/MentionSignature.woff") format("woff"), url("../../fonts/mention_signature/MentionSignature.svg#MentionSignature") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_book";
  src: url("../../fonts/GothamBook.ttf") format("truetype");
}
@font-face {
  font-family: "harley_brush";
  src: url("../../fonts/harley_brush.otf") format("opentype");
}
@font-face {
  font-family: "raleway";
  src: url("../../fonts/Raleway-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes slideFleche {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideFleche {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes outSlideFleche {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes outSlideFleche {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/** MODIFICATIONS DEWEY 2026 **/
[class*=body-] .content-search .recherche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
[class*=body-] .content-search .recherche input {
  border: 0;
  padding: 0;
}
[class*=body-] .content-search .recherche input::-webkit-input-placeholder {
  opacity: 1;
}
[class*=body-] .content-search .recherche input::-moz-placeholder {
  opacity: 1;
}
[class*=body-] .content-search .recherche input:-ms-input-placeholder {
  opacity: 1;
}
[class*=body-] .content-search .recherche input::-ms-input-placeholder {
  opacity: 1;
}
[class*=body-] .content-search .recherche input::placeholder {
  opacity: 1;
}
[class*=body-] .content-search .recherche #s {
  background: transparent;
  border-bottom: 2px solid #AD0023;
  font-family: "raleway", sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #161515;
  text-transform: uppercase;
  width: 155px;
}
[class*=body-] .content-search .recherche #searchsubmit {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute !important;
  right: 0;
  background: url("/wp-content/uploads/2024/03/search.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
[class*=body-] {
  /*----------  Menu Black  ----------*/
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container, .archive [class*=body-] #masthead .new-header .header-container, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container, .page-template-default [class*=body-] #masthead .new-header .header-container, .search [class*=body-] #masthead .new-header .header-container, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container, .page-id-107 [class*=body-] #masthead .new-header .header-container, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container {
  color: #000000;
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .archive [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-default [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .search [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-id-107 [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container #site-menu-icon .img-icon:after {
  background-color: #000000 !important;
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .archive [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-default [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .search [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .page-id-107 [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container #site-menu-icon .text-icon {
  color: #000000 !important;
  font-family: "raleway", sans-serif;
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container #site-logo a p, .archive [class*=body-] #masthead .new-header .header-container #site-logo a p, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container #site-logo a p, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container #site-logo a p, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #site-logo a p, .page-template-default [class*=body-] #masthead .new-header .header-container #site-logo a p, .search [class*=body-] #masthead .new-header .header-container #site-logo a p, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #site-logo a p, .page-id-107 [class*=body-] #masthead .new-header .header-container #site-logo a p, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container #site-logo a p, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container #site-logo a p {
  color: #000000 !important;
  font-size: 17px;
  line-height: 25px;
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .archive [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-default [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .search [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-id-107 [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy {
  color: #000000;
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .archive [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-default [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .search [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-id-107 [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after {
  background-color: #C00202 !important;
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .archive [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-default [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .search [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-id-107 [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before {
  content: url("../../images/2026/home-header/picto-fb-black.svg") !important;
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .archive [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-default [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .search [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-id-107 [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before {
  content: url("../../images/2026/home-header/picto-ig-black.svg") !important;
}
.single:not(.single-produit_whisky) [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .archive [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-galerie-videos [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-default [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .search [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-id-107 [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-tempate-page-contact [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-cocktails [class*=body-] #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before {
  content: url("../../images/2026/home-header/picto-ytb-black.svg") !important;
}
[class*=body-] .btn-filled {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class*=body-] .btn-filled:hover {
  background-color: #F99300 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class*=body-] .link-2 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
[class*=body-] .link-2::before, [class*=body-] .link-2::after {
  content: "";
  position: absolute;
  background-color: #AD0023;
  z-index: -1;
  height: 2px;
}
[class*=body-] .link-2::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
[class*=body-] .link-2::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
[class*=body-] .link-2:hover::before {
  width: 100%;
}
[class*=body-] .link-2:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
[class*=body-] .link-orange {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #FFFFFF;
  padding: 0 1px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  z-index: 10000;
}
[class*=body-] .link-orange::before, [class*=body-] .link-orange::after {
  content: "";
  position: absolute;
  background-color: #F99300;
  height: 2px;
}
[class*=body-] .link-orange::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .link-orange::before {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .link-orange::after {
    display: none;
  }
}
[class*=body-] .link-orange::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
[class*=body-] .link-orange:hover::before {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .link-orange:hover::after {
    display: none;
  }
}
[class*=body-] .link-orange:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
[class*=body-] .btn-outline {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class*=body-] .btn-outline:hover {
  background-color: #F99300 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class*=body-] .btn-buy {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  padding-bottom: 2px;
  margin: 0 16px;
  font-size: 14px;
}
.page-template-template-page-nos-whiskies [class*=body-] .btn-buy {
  color: #000000;
}
[class*=body-] #masthead {
  background-color: inherit;
}
.single-produit_whisky [class*=body-] #masthead .new-header, .home [class*=body-] #masthead .new-header {
  position: absolute;
}
[class*=body-] #masthead .new-header {
  z-index: 1000;
  width: 100vw;
}
.page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header {
  position: relative !important;
}
[class*=body-] #masthead .new-header .header-container {
  position: absolute;
  background-color: inherit;
}
.page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container, .page-template-default [class*=body-] #masthead .new-header .header-container {
  position: relative !important;
  color: #000000;
}
[class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon {
  background-color: inherit !important;
}
[class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 35%;
  left: 50%;
  gap: 12px;
}
[class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:after {
  mask-image: url("/wp-content/themes/siredwards_2026/images/2023/home-header/burger-icon.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/siredwards_2026/images/2023/home-header/burger-icon.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #FFFFFF;
  content: "";
  width: 27px;
  height: 14px;
  display: block;
  -webkit-transition: 0.6s opacity ease;
  transition: 0.6s opacity ease;
  opacity: 1;
}
.page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:after {
  background-color: #000000;
}
[class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  display: none;
}
[class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:active:after {
  opacity: 0;
}
[class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content .text-icon {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content .text-icon {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content .text-icon {
    display: none;
  }
}
[class*=body-] #masthead .new-header .header-container .header-content #site-logo {
  width: 100%;
  padding: 48px 0 0 0;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container .header-content #site-logo {
    width: 85% !important;
  }
}
[class*=body-] #masthead .new-header .header-container .header-content #site-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[class*=body-] #masthead .new-header .header-container .header-content #site-logo a img {
  width: 213px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container .header-content #site-logo a img {
    width: 127px;
  }
}
[class*=body-] #masthead .new-header .header-container .header-content #site-logo a p {
  margin-top: 14px;
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  font-weight: bold;
}
.page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container .header-content #site-logo a p, .page-template-default [class*=body-] #masthead .new-header .header-container .header-content #site-logo a p {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container .header-content #site-logo a p {
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
  }
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container .header-content #header-content-right {
    display: none;
  }
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header {
  background-color: transparent;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header .flag {
  color: #FFFFFF;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header .flag span {
  font-family: "Raleway", sans-serif, sans-serif;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right .click-to-buy {
  position: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  z-index: -1;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right .click-to-buy .btn-red {
  border-bottom: 5px solid #AD0023;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-rs-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 13px;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-rs-header ul .rs-fb-header a:before {
  content: url("../../images/2026/home-header/picto-fb.svg");
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-rs-header ul .rs-insta-header a:before {
  content: url("../../images/2026/home-header/picto-ig.svg");
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-rs-header ul .rs-youtube-header a:before {
  content: url("../../images/2026/home-header/picto-ytb.svg");
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header {
  position: unset;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #flag-active {
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #flag-active:after {
  border: none;
  content: "";
  mask-image: url("/wp-content/themes/siredwards_2026/images/2023/home-header/arrow-flags.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/siredwards_2026/images/2023/home-header/arrow-flags.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #FFFFFF;
  display: inline-block;
  width: 6px;
  height: 5px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  mask-size: contain;
}
.page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #flag-active:after {
  background-color: #000000;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #flag-active .active_lang {
  font-family: "Raleway", sans-serif, sans-serif;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags {
  background-color: #FCF5EB;
  top: 220%;
  left: -120%;
  -webkit-box-shadow: 0 0 0 1600px rgba(0, 0, 0, 0.65);
          box-shadow: 0 0 0 1600px rgba(0, 0, 0, 0.65);
  /* dark around it */
  z-index: 100000;
  padding: 10%;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .close-icon {
  cursor: pointer;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .close-icon:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .close-icon:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/cross-close.svg");
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .close-icon:before {
  color: 130%;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .close-icon:before {
  font-size: "after";
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20.5px;
  height: 20.5px;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .selected-lang:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .selected-lang:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/selected-lang.svg");
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .selected-lang:before {
  color: 130%;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .selected-lang:before {
  font-size: "before";
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags .selected-lang:before {
  width: 6px;
  height: 5px;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -8px;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags #languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 15px;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags #languages .flag {
  font-weight: bold;
  font-size: 19px;
  margin-right: 0;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags #languages .flag span {
  color: #161515;
  font-family: siredicon !important;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags #languages .flag span:before {
  font-size: 100%;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag #list-flags #languages .flag span .title-lang {
  font-family: "Raleway", sans-serif !important;
}
[class*=body-] #masthead .new-header .header-container .header-content #header-content-right #site-flags-header #flag .title-lang {
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  margin-left: 10px;
}
[class*=body-] #masthead .new-header .header-container #header-bottom {
  background-color: #FCF5EB;
  z-index: 10000;
  top: 0;
  min-height: 100%;
  height: 100%;
  position: fixed;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon {
  position: absolute;
  top: 50px;
  left: 50px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon {
    top: 30px;
    left: 30px;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .img-icon:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .img-icon:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/cross-close.svg");
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .img-icon:before {
  color: 130%;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .img-icon:before {
  font-size: "after";
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .img-icon {
  width: 20.5px;
  height: 20.5px;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .img-icon:after {
  -webkit-transition: 0.6s opacity ease;
  transition: 0.6s opacity ease;
  opacity: 1;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .img-icon:active:after {
  opacity: 0;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .text-icon {
  color: #000000;
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #toggle-icon-content .text-icon {
    display: none;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70vh;
  padding-top: 48px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation {
    height: 90vh;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation #site-logo img {
  width: 213px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation #site-logo img {
    width: 127px;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation #site-logo p {
  margin-top: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #AD0023 !important;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation #site-logo p {
    font-size: 10px;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation [id*=menu-menu-principal-] {
  margin-top: 0 !important;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation [id*=menu-menu-principal-] li {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation [id*=menu-menu-principal-] li {
    margin: 0.5em 0;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation [id*=menu-menu-principal-] li a {
  color: #161515 !important;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation [id*=menu-menu-principal-] li a {
    font-size: 18px;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation [id*=menu-menu-principal-] li a:after {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 0em;
  opacity: 0;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation [id*=menu-menu-principal-] li a:hover:after {
  right: -2em;
  opacity: 1;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .click-to-buy {
  width: 180px;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .click-to-buy .btn-buy-full {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  color: #161515;
  font-size: 19px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header {
  position: unset;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag .flag-active-mobile-clicked:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #flag-active-mobile {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #000000;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #flag-active-mobile:after {
  border: none;
  content: "";
  mask-image: url("/wp-content/themes/siredwards_2026/images/2023/home-header/arrow-flags.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/siredwards_2026/images/2023/home-header/arrow-flags.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #000000;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 8px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  mask-size: contain;
}
.page-template-template-page-nos-whiskies [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #flag-active-mobile:after {
  background-color: #000000;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #flag-active-mobile .active_lang {
  font-family: "Raleway", sans-serif, sans-serif;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile {
  display: none;
  background-color: #FCF5EB;
  top: calc(50vh - 117px);
  left: calc(50vw - 144.5px);
  position: absolute;
  -webkit-box-shadow: 0 0 0 1600px rgba(0, 0, 0, 0.65);
          box-shadow: 0 0 0 1600px rgba(0, 0, 0, 0.65);
  /* dark around it */
  padding: 70px 80px 50px;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .selected-lang {
  margin: 0;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .siredicon {
  font-size: 20px;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .siredicon .title-lang {
  margin-left: 8px;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .close-icon-mobile {
  cursor: pointer;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .close-icon-mobile:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .close-icon-mobile:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/cross-close.svg");
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .close-icon-mobile:before {
  color: 130%;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .close-icon-mobile:before {
  font-size: "after";
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .close-icon-mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20.5px;
  height: 20.5px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .selected-lang {
    margin: 0 !important;
    height: 60px;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .selected-lang:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .selected-lang:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/selected-lang.svg");
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .selected-lang:before {
  color: 130%;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .selected-lang:before {
  font-size: "before";
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .selected-lang:before {
  width: 6px;
  height: 5px;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -8px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .selected-lang a {
    font-size: 20px !important;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .flag {
  font-weight: bold;
  font-size: 19px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .flag {
    margin: 0 !important;
    height: 60px;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .flag span {
  color: #161515;
  font-family: siredicon !important;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .flag span:before {
  font-size: 100%;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .flag span .title-lang {
  font-family: "Raleway", sans-serif !important;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag #list-flags-mobile .flag a {
    font-size: 20px !important;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header #flag .title-lang {
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  margin-left: 8px;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 13px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header {
    z-index: -1;
  }
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-fb-header {
  margin: 0;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-fb-header a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-fb-header a:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/picto-fb-red.svg");
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-fb-header a {
  color: #FFFFFF;
  background-color: inherit;
  font-size: 100%;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-insta-header {
  margin: 0;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-insta-header a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-insta-header a:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/picto-ig-red.svg");
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-insta-header a {
  color: #FFFFFF;
  background-color: inherit;
  font-size: 100%;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-youtube-header {
  margin: 0;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-youtube-header a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-youtube-header a:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/picto-ytb-red.svg");
}
[class*=body-] #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full .site-rs-header .rs-youtube-header a {
  color: #FFFFFF;
  background-color: inherit;
  font-size: 100%;
}

#flag-mobile #flag-active {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
#flag-mobile #flag-active:after {
  border: none;
  content: "";
  mask-image: url("/wp-content/themes/siredwards_2026/images/2023/home-header/arrow-flags.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/siredwards_2026/images/2023/home-header/arrow-flags.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #000000;
  display: inline-block;
  width: 6px;
  height: 5px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  mask-size: contain;
}
.page-template-template-page-nos-whiskies #flag-mobile #flag-active:after {
  background-color: #000000;
}
#flag-mobile #flag-active .active_lang {
  font-family: "Raleway", sans-serif, sans-serif;
}
#flag-mobile #list-flags {
  display: none;
  background-color: #FCF5EB;
  position: absolute;
  top: calc(100vh - 60%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 0 0 1600px rgba(0, 0, 0, 0.65);
          box-shadow: 0 0 0 1600px rgba(0, 0, 0, 0.65);
  /* dark around it */
  z-index: 100000;
  max-width: 300px;
  width: 100%;
  padding: 10% 0;
}
#flag-mobile #list-flags .close-icon {
  cursor: pointer;
}
#flag-mobile #list-flags .close-icon:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#flag-mobile #list-flags .close-icon:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/cross-close.svg");
}
#flag-mobile #list-flags .close-icon:before {
  color: 130%;
}
#flag-mobile #list-flags .close-icon:before {
  font-size: "after";
}
#flag-mobile #list-flags .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20.5px;
  height: 20.5px;
}
#flag-mobile #list-flags .selected-lang:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#flag-mobile #list-flags .selected-lang:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/selected-lang.svg");
}
#flag-mobile #list-flags .selected-lang:before {
  color: 130%;
}
#flag-mobile #list-flags .selected-lang:before {
  font-size: "before";
}
#flag-mobile #list-flags .selected-lang:before {
  width: 6px;
  height: 5px;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -8px;
}
#flag-mobile #list-flags .selected-lang a {
  font-size: 19px !important;
}
#flag-mobile #list-flags .flag {
  font-weight: bold;
}
#flag-mobile #list-flags .flag a {
  font-size: 19px !important;
}
#flag-mobile #list-flags .flag span {
  color: #161515;
  font-family: siredicon !important;
}
#flag-mobile #list-flags .flag span:before {
  font-size: 100%;
}
#flag-mobile #list-flags .flag span .title-lang {
  font-family: "Raleway", sans-serif !important;
}
#flag-mobile .title-lang {
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  margin-left: 10px;
}

/****
** FOOTER
****/
#mastfooter {
  font-family: "raleway", sans-serif;
}
#mastfooter .new-footer .footer-container {
  width: 100%;
  min-width: 100%;
  position: relative;
  background-color: #FCF5EB;
  color: #161615;
}
#mastfooter .new-footer .footer-container a {
  text-transform: uppercase;
  font-weight: bold;
  color: #161615;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #mastfooter .new-footer .footer-container a {
    font-size: 11px;
  }
}
#mastfooter .new-footer .footer-container .footer-content #top-footer {
  width: 95%;
  margin: 0 auto;
  padding-top: 3%;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer {
  padding-bottom: 1.5%;
  border-bottom: 1px solid #F9E7CE;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer ul {
  gap: 65px;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer ul li {
  border-right: none;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer ul li a {
  font-family: "raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  font-size: 16px;
  line-height: 25px;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer {
  width: 50%;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer a {
  text-transform: uppercase;
  font-weight: bold;
  color: #161615;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer a img {
  width: 213px;
  display: block;
  margin: auto;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer a p {
  margin-top: 14px;
  font-family: "Raleway";
  color: #161615;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  text-align: center;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer {
  width: 95%;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable ul {
  width: 60%;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a::before,
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a::before {
  color: #161615;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable {
  margin-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 34.5%;
          flex: 1 0 34.5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable #site-footer-legals-navigation {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable #site-footer-legals-navigation {
    width: 100%;
  }
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable #site-footer-legals-navigation ul li {
  width: 50%;
  margin: 0;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable #site-footer-legals-navigation ul li {
    width: 100%;
  }
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content .footer-right {
    margin-top: 1em;
  }
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new #menu-menu-footer-short-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new #menu-menu-footer-short-new li {
  width: 120px;
  text-align: right;
  font-size: 80%;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new nav ul li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  z-index: 10000;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new nav ul li a::before, #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new nav ul li a::after {
  content: "";
  position: absolute;
  background-color: #AD0023;
  z-index: -1;
  height: 2px;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new nav ul li a::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new nav ul li a:hover::before {
  width: 100%;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new nav ul li a::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new nav ul li a:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-fb-footer a::before,
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-insta-footer a::before {
  color: #AD0023;
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-youtube-footer a::before {
  content: url("https://www.siredwards.com/wp-content/themes/siredwards_2018/images/2023/footer/picto-youtube-red.svg");
}
#mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul li:last-child {
  margin-left: 0;
}
#mastfooter .new-footer .footer-container .footer-content #bottom-footer {
  background-color: #F1E6D7;
}
#mastfooter .new-footer .footer-container .footer-content #bottom-footer #bottom-footer-content {
  width: 100%;
}
#mastfooter .new-footer .footer-container .footer-content #bottom-footer #bottom-footer-content #drink-legal {
  font-weight: 200;
  font-size: 100%;
  color: #161615;
  text-align: center;
  margin: 0;
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-left: 0;
}
#mastfooter .new-footer .rs-rond a {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  #mastfooter .new-footer .footer-container .footer-content #top-footer {
    padding-top: 10%;
  }
  #mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer {
    width: 90% !important;
  }
  #mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer a p {
    font-size: 15px;
    margin-bottom: 10%;
    font-weight: normal;
    line-height: 20px;
  }
  #mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer {
    display: block !important;
  }
  #mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer ul {
    display: block;
  }
  #mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer ul li a {
    font-size: 15px;
    line-height: 35px;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer {
    border-top: 0 !important;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 0;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable ul {
    width: 40%;
    margin-bottom: 20px;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a::before,
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a::before {
    font-size: 45px !important;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable {
    display: block !important;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable ul li {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
    margin-top: 5px;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new #menu-menu-footer-short-new-fr li {
    width: auto;
    text-align: right;
    font-size: 14px;
    margin-right: 15px;
    line-height: 20px;
    margin-top: 10px;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new nav ul li a {
    font-size: 12px;
  }
  #mastfooter .new-footer .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer .rs-rond a {
    font-size: 20px;
  }
  #mastfooter .new-footer .footer-container .footer-content #bottom-footer #bottom-footer-content #drink-legal {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px;
  }
  .body-fr #gamme-whisky .gamme-content .gamme-smoky .disabled,
  #gamme_whisky_single_produit .gamme-content .gamme-smoky .disabled {
    display: none !important;
  }
  .body-fr #block-master-visuel img {
    height: auto !important;
    width: 100% !important;
    max-width: none !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .body-fr #block-master-visuel .fier-ecossais {
    width: 200px !important;
    z-index: 9;
  }
  .body-fr #gamme-whisky .gamme-content .gamme-smoky h3 {
    left: calc(75% - 230px) !important;
  }
  .body-fr #gamme-whisky .gamme-content .gamme-finest img {
    left: calc(70% - 85px) !important;
  }
  .body-fr #gamme-whisky .gamme-content .gamme-smoky img {
    left: calc(30% - 85px) !important;
  }
  .body-fr #gamme-whisky .gamme-content #btn-mobile {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 13px;
    letter-spacing: 8.16px;
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .body-fr #gamme-whisky .gamme-content .gamme-finest #btn-mobile {
    position: relative;
    top: -5%;
    left: calc(75% - 245px);
  }
  .body-fr #gamme-whisky .gamme-content .gamme-smoky #btn-mobile {
    position: relative;
    top: -40%;
    left: calc(120% - 245px);
  }
  .origine .container-header::after {
    background-image: url("https://www.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home/border-origine-sir_mobile.svg") !important;
  }
  .origine .container-header .background-origine {
    height: 1200px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .origine .container-card .image-glass img:last-child {
    padding-bottom: 10%;
  }
  #savoir-faire {
    padding-top: 0 !important;
  }
  #masthead .new-header .header-container .header-content #site-menu-icon #site-menu-icon-content {
    top: 0;
    left: 25px !important;
  }
  #masthead .new-header .header-container .header-content #site-logo {
    padding: 30px 0 0 0 !important;
  }
  #masthead .new-header .header-container .header-content #site-logo a p {
    font-size: 10px !important;
    letter-spacing: 7.16px !important;
  }
  .single-produit_whisky .type-produit_whisky[attr=Smoky] .header_single_produit {
    background-position-x: 51% !important;
  }
  /* .header_single_produit .content-header-mobile {
          position: relative;
          margin-top: 35%;
      } */
  .header_single_produit .content-header-mobile .content_header .title_single_produit h1 {
    position: relative;
    z-index: 1;
  }
  .produit_whisky .header_single_produit .content_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55%;
  }
  .single-produit_whisky .type-produit_whisky[attr=Finest] .header_single_produit .content-header-mobile .content_header .title_single_produit h1::after {
    content: "";
    display: none;
    position: absolute;
    top: 70%;
    width: 100%;
    height: 50px;
    background: url("https://www.siredwards.com/wp-content/themes/siredwards_2018/images/2023/Gamme-whisky/trait-header-finest.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 60%;
    z-index: -1;
    overflow: hidden;
  }
  .single-produit_whisky .type-produit_whisky[attr=Smoky] .header_single_produit .content-header-mobile .content_header .title_single_produit h1::after {
    content: "";
    display: none;
    position: absolute;
    top: 70%;
    width: 100%;
    height: 50px;
    background: url("https://www.siredwards.com/wp-content/themes/siredwards_2018/images/2023/Gamme-whisky/trait-header-smoky.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 50%;
    z-index: -1;
    overflow: hidden;
  }
  .description_single_produit .btn-nos-whiskies {
    display: none;
  }
  .contenance_single_produit .menu-menu .listing-menu li {
    width: 33%;
    padding: 10px;
  }
  .contenance_single_produit .container-img .btn-etiquette {
    top: -100px;
    left: 200px;
    font-size: 20px;
  }
  .contenance_single_produit .container-img .btn-etiquette span {
    width: 50px;
    height: 40px;
    top: 12px;
    left: -150px;
  }
  .header_single_produit .content-header-mobile .content-medals {
    margin-top: 20px !important;
  }
  .degustuation_single_produit .content-modes-de-degust .content_degustation .title_degustation h3 {
    width: 95% !important;
  }
  #gamme_whisky_single_produit .gamme-content .gamme-smoky h3,
  #gamme_whisky_single_produit .gamme-content .gamme-finest h3 {
    font-size: 110px !important;
  }
  #gamme_whisky_single_produit .gamme-content .gamme-finest {
    width: 100%;
    height: 600px;
  }
  #gamme_whisky_single_produit .gamme-content .gamme-finest img {
    left: calc(70% - 85px) !important;
  }
  #gamme_whisky_single_produit .gamme-content .gamme-smoky h3 {
    font-size: 110px;
    left: calc(80% - 260px) !important;
  }
  #gamme_whisky_single_produit .gamme-content .gamme-finest h3 {
    left: calc(75% - 245px) !important;
  }
  #gamme_whisky_single_produit .gamme-content .gamme-smoky:hover h3 {
    font-size: 110px;
    left: calc(80% - 260px) !important;
  }
  #gamme_whisky_single_produit .gamme-content .gamme-smoky img {
    left: calc(28% - 85px) !important;
  }
  #gamme_whisky_single_produit .gamme-content #btn-mobile {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 13px;
    letter-spacing: 8.16px;
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  #gamme_whisky_single_produit .gamme-content .gamme-finest #btn-mobile {
    position: relative;
    top: 0;
    left: calc(75% - 245px);
  }
  #gamme_whisky_single_produit .gamme-content .gamme-smoky #btn-mobile {
    position: relative;
    top: -40%;
    left: calc(115% - 245px);
  }
  #savoir-faire-single .sides-sf {
    padding: 25px !important;
  }
}
/** MODIFICATIONS DEWEY 2026 **/
[class*=body-] #primary-front #block-master-visuel {
  width: 100%;
  vertical-align: top;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 1em;
}
[class*=body-] #primary-front #block-master-visuel:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 215px;
  width: 100%;
  background: url("/wp-content/themes/siredwards_2026/images/2026/dechirure.svg") center bottom no-repeat;
  background-size: cover;
  z-index: 3;
  pointer-events: none;
}
[class*=body-] #primary-front #block-master-visuel .master-visuel-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
[class*=body-] #primary-front #block-master-visuel .hero-video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
}
[class*=body-] #primary-front #block-master-visuel .hero-video-bg video,
[class*=body-] #primary-front #block-master-visuel .hero-video-bg iframe {
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
[class*=body-] #primary-front #block-master-visuel .hero-sound-toggle {
  position: absolute;
  right: 24px;
  bottom: 200px;
  z-index: 20;
  pointer-events: auto;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 1;
}
[class*=body-] #primary-front #block-master-visuel .hero-sound-toggle .label-on,
[class*=body-] #primary-front #block-master-visuel .hero-sound-toggle .label-off {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
[class*=body-] #primary-front #block-master-visuel .hero-sound-toggle::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../images/2026/sound-mute.svg") center/contain no-repeat;
}
[class*=body-] #primary-front #block-master-visuel .hero-sound-toggle.is-unmuted::before {
  background-image: url("../../images/2026/sound-on.svg");
}
[class*=body-] #primary-front #block-master-visuel .fier-ecossais {
  position: absolute;
  width: 331px;
  left: calc(50% - 165.5px);
  top: calc(50% - 168.5px);
}
@media only screen and (max-width: 768px) {
  [class*=body-] #primary-front #block-master-visuel .fier-ecossais {
    width: 200px;
    top: 30% !important;
    right: 8%;
    left: unset;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #primary-front #block-master-visuel .image-master-visuel {
    display: none;
  }
}
[class*=body-] #primary-front #block-master-visuel .image-master-visuel-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #primary-front #block-master-visuel .image-master-visuel-mobile {
    display: inline-block;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 100%;
       object-position: 30% 100%;
  }
}
[class*=body-] #gamme-whisky {
  position: relative;
  margin-top: 5em !important;
}
[class*=body-] #gamme-whisky .upper-title {
  display: block;
}
[class*=body-] #gamme-whisky .gamme-content {
  position: relative;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 70px;
  background-size: cover;
  background: url("/wp-content/themes/siredwards_2026/images/2026/bkg-gamme.jpg");
  max-width: 1080px;
  width: 100%;
}
.home [class*=body-] #gamme-whisky .gamme-content .gamme-items:after {
  content: "";
  display: block;
  width: 500px;
  height: 458px;
  background-image: url(/wp-content/themes/siredwards_2026/images/2023/home/PERSONNAGE-SEUL.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -305px;
  left: -275px;
  z-index: -1;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items.no-blur a {
  -webkit-filter: none !important;
          filter: none !important;
  opacity: 1 !important;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items.has-open li a {
  -webkit-filter: blur(7px);
          filter: blur(7px);
  opacity: 0.3;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items.has-open .content a {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li .image-item {
  display: block;
  width: 200px;
  height: 480px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.5S ease-in-out;
  transition: 0.5S ease-in-out;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li .content-item {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  padding: 0 100px;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li .content-item .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li:hover:not(.is-closed) .image-item-hover, [class*=body-] #gamme-whisky .gamme-content .gamme-items li.is-open .image-item-hover {
  display: block;
  width: 200px;
  height: 480px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.5S ease-in-out;
  transition: 0.5S ease-in-out;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li:hover:not(.is-closed) .content-item, [class*=body-] #gamme-whisky .gamme-content .gamme-items li.is-open .content-item {
  opacity: 1;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: -webkit-fill-available;
  /* Safari/Chrome (historique) */
  width: -moz-available;
  /* Firefox */
  width: stretch;
  height: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li:hover:not(.is-closed) .content-item .content, [class*=body-] #gamme-whisky .gamme-content .gamme-items li.is-open .content-item .content {
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li:hover:not(.is-closed) .content-item .content h3, [class*=body-] #gamme-whisky .gamme-content .gamme-items li.is-open .content-item .content h3 {
  font-family: "Playfair Display", serif;
  font-size: 95px;
  font-style: italic;
  margin-bottom: 45px;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li:hover:not(.is-closed) .content-item .content h4, [class*=body-] #gamme-whisky .gamme-content .gamme-items li.is-open .content-item .content h4 {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 27px;
  line-height: 1.8;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li:hover:not(.is-closed) .content-item .content .link-orange, [class*=body-] #gamme-whisky .gamme-content .gamme-items li.is-open .content-item .content .link-orange {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: white !important;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li:hover:not(.is-closed) .content-item .content .link-orange:after, [class*=body-] #gamme-whisky .gamme-content .gamme-items li.is-open .content-item .content .link-orange:after {
  bottom: -4px;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=beer-reserve] .image-item {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/SIR_EDWARDS_BEER.png");
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=beer-reserve] .content-item {
  border-top: 5px solid #F99300;
  background: #54473A;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=beer-reserve] .content-item h3 {
  color: #897560;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=beer-reserve]:hover:not(.is-closed) .image-item-hover, [class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=beer-reserve].is-open .image-item-hover {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/SIR_EDWARDS_BEER.png");
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=smoky] .image-item {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/SIR_EDWARDS_SMOKY.png");
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=smoky] .content-item {
  background: #111A64;
  border-top: 5px solid #F99300;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=smoky] .content-item h3 {
  color: #3C4592;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=smoky]:hover:not(.is-closed) .image-item-hover, [class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=smoky].is-open .image-item-hover {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/SIR_EDWARDS_SMOKY.png");
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*="12-years"] .image-item {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/SIR_EDWARDS_12YO.png");
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*="12-years"] .content-item {
  border-top: 5px solid #F99300;
  background: #0B0913;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*="12-years"] .content-item h3 {
  color: #545164;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*="12-years"]:hover:not(.is-closed) .image-item-hover, [class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*="12-years"].is-open .image-item-hover {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/SIR_EDWARDS_12YO.png");
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=finest] .image-item {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/SIR_EDWARDS_FINEST.png");
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=finest] .content-item {
  border-top: 5px solid #F99300;
  background: #AD0023;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=finest] .content-item h3 {
  color: #DC274C;
}
[class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=finest]:hover:not(.is-closed) .image-item-hover, [class*=body-] #gamme-whisky .gamme-content .gamme-items li[class*=finest].is-open .image-item-hover {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/SIR_EDWARDS_FINEST.png");
}
[class*=body-] #gamme-whisky.smoky .gamme-content .gamme-items {
  background: url("/wp-content/themes/siredwards_2026/images/2026/bkg-gamme-blue.jpg");
  background-size: cover;
}
[class*=body-] #gamme-whisky.aged-12-years .gamme-content .gamme-items {
  background: url("/wp-content/themes/siredwards_2026/images/2026/bkg-gamme-black.jpg");
  background-size: cover;
}
[class*=body-] #gamme-whisky.beer-reserve .gamme-content .gamme-items {
  background: url("/wp-content/themes/siredwards_2026/images/2026/bkg-gamme-brown.jpg");
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme-whisky {
    display: none;
  }
}
[class*=body-] #gamme-whisky.mobile {
  display: none;
  background: none;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme-whisky.mobile {
    display: block;
  }
}
[class*=body-] #gamme-whisky.mobile .upper-title img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
[class*=body-] .origine .container-header {
  width: 100%;
  position: relative;
}
[class*=body-] .origine .container-header:after {
  content: "";
  height: 100%;
  background-image: url("/wp-content/themes/siredwards_2026/images/2023/home/border-origine-sir.svg");
  z-index: 1000;
  /*background-size: cover;
  position: relative;
  display: block;*/
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: 0;
  top: 0;*/
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-header:after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    bottom: 20px;
    left: -13px;
  }
}
[class*=body-] .origine .container-header .background-origine {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-header .background-origine {
    height: 150vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
[class*=body-] .origine .container-header .container-text {
  position: absolute;
  top: 30%;
  left: calc(50% - 261px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-header .container-text {
    left: 0;
  }
}
[class*=body-] .origine .container-header .container-text .upper-title p {
  font-family: "gotham_book";
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-header .container-text .upper-title p {
    font-size: 16px;
  }
}
[class*=body-] .origine .container-header .container-text .upper-title .blason {
  width: 60px;
  display: block;
  margin: auto;
  position: relative;
  top: -25px;
}
[class*=body-] .origine .container-header .container-text h2 {
  color: #FFFFFF;
  font-family: "raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 64px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-header .container-text h2 {
    font-size: 40px !important;
  }
}
[class*=body-] .origine .container-header .container-text p {
  font-family: "playfair";
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-header .container-text p {
    font-size: 23px;
    line-height: 1.8;
    margin: 18px 64px;
  }
}
[class*=body-] .origine .container-header .container-text .btn-filled {
  z-index: 10000;
  margin-top: 24px;
  background-color: #FFF;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
}
[class*=body-] .origine .container-card {
  margin-top: -205px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-card {
    margin-top: -140px;
  }
}
[class*=body-] .origine .container-card .card {
  width: 45%;
  background-color: #AD0023;
  margin-left: 54px;
  position: relative;
  z-index: 80;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-card .card {
    width: 95%;
    display: block;
    margin: auto;
  }
}
[class*=body-] .origine .container-card .card p {
  font-family: "Playfair Display";
  font-style: italic;
  color: #FFFFFF;
  font-size: 49px;
  padding: 10%;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-card .card p {
    font-size: 30px;
  }
}
[class*=body-] .origine .container-card .image-glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 54px;
  margin-top: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FCF5EB;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-card .image-glass {
    display: none;
  }
}
[class*=body-] .origine .container-card .image-glass img:first-child {
  width: 35%;
  top: unset;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-card .image-glass img:first-child {
    width: 95% !important;
    top: unset !important;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 20px;
  }
}
[class*=body-] .origine .container-card .image-glass img:last-child {
  position: absolute;
  top: 200px;
  width: 85%;
  z-index: 2;
  right: -70px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .origine .container-card .image-glass img:last-child {
    position: unset;
    width: 95%;
    display: block;
    margin: 100px 0 0 -29px;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    overflow: hidden;
  }
}
[class*=body-] #savoir-faire {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire {
    padding-top: 50px;
  }
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir {
  background-color: #AD0023;
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/home/fleur.svg");
  background-repeat: no-repeat;
  background-position: center right -270px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px 100px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire .bkg-savoir-faire-sir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none;
    padding: 50px 0 0;
  }
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .upper-title p {
  color: #FFFFFF;
  font-family: "gotham_book";
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire .bkg-savoir-faire-sir .upper-title p {
    font-size: 16px;
  }
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .upper-title .blason {
  width: 60px;
  display: block;
  margin: auto;
  position: relative;
  top: -25px;
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .gamme-title h2 {
  color: #FFFFFF;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 74px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire .bkg-savoir-faire-sir .gamme-title h2 {
    font-size: 40px !important;
    margin: 0 65px;
  }
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 480px;
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .section-droite {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire .bkg-savoir-faire-sir .section-droite {
    margin: 0 auto;
  }
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .section-droite p {
  color: #FFFFFF;
  font-family: "Playfair Display";
  font-size: 23px;
  text-align: center;
  line-height: 1.8;
  margin: 5% auto;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire .bkg-savoir-faire-sir .section-droite p {
    font-size: 28px;
    line-height: 40px;
  }
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .section-droite .btn-filled {
  color: white;
  background-color: transparent;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
  margin-top: 0;
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .savoir-faire-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire .bkg-savoir-faire-sir .savoir-faire-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .savoir-faire-content .section-gauche {
  padding: 54px 80px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire .bkg-savoir-faire-sir .savoir-faire-content .section-gauche {
    margin-right: 0;
    padding: 34px;
    text-align: center;
  }
}
[class*=body-] #savoir-faire .bkg-savoir-faire-sir .savoir-faire-content .section-gauche p {
  font-family: "Playfair Display";
  font-size: 44px;
  line-height: 1.4;
  font-style: italic;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire .bkg-savoir-faire-sir .savoir-faire-content .section-gauche p {
    font-size: 30px;
  }
}
[class*=body-] .imgs-sf .container-card {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .imgs-sf .container-card {
    display: none;
  }
}
[class*=body-] .imgs-sf .container-card .image-glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  margin-top: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FCF5EB;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .imgs-sf .container-card .image-glass {
    display: none;
  }
}
[class*=body-] .imgs-sf .container-card .image-glass img:first-child {
  width: 37%;
  top: unset;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .imgs-sf .container-card .image-glass img:first-child {
    width: 95% !important;
    top: unset !important;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 20px;
  }
}
[class*=body-] .imgs-sf .container-card .image-glass img:last-child {
  position: absolute;
  top: 0px;
  width: 80%;
  z-index: 2;
  right: -60px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .imgs-sf .container-card .image-glass img:last-child {
    position: unset;
    width: 95%;
    display: block;
    margin: 100px 0 0 -29px;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation {
    margin-top: -50px;
  }
}
[class*=body-] #cocktails-degustation .container-header {
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/our-drinks-sir-edwards.jpg");
  height: 120vh;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
[class*=body-] #cocktails-degustation .container-header .upper-title {
  color: #FFFFFF;
}
[class*=body-] #cocktails-degustation .container-header .upper-title p {
  font-family: "gotham_book";
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-header .upper-title p {
    font-size: 16px;
  }
}
[class*=body-] #cocktails-degustation .container-header .upper-title .blason {
  width: 60px;
  display: block;
  margin: auto;
  position: relative;
  top: -25px;
}
[class*=body-] #cocktails-degustation .container-header .gamme-title h2 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  font-size: 74px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-header .gamme-title h2 {
    font-size: 40px !important;
    margin-top: 42px;
  }
}
[class*=body-] #cocktails-degustation .container-header .cocktails-degustation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
[class*=body-] #cocktails-degustation .container-header .cocktails-degustation-content p {
  font-family: "Playfair Display";
  font-size: 23px;
  text-align: center;
  line-height: 1.8;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-header .cocktails-degustation-content p {
    margin: 24px;
  }
}
[class*=body-] #cocktails-degustation .container-header .cocktails-degustation-content .btn-filled {
  background-color: #FFFFFF;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
}
[class*=body-] #cocktails-degustation .container-card {
  margin-top: -200px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-card {
    margin-top: -140px;
  }
}
[class*=body-] #cocktails-degustation .container-card .card {
  width: 45%;
  background-color: #AD0023;
  margin-left: 54px;
  position: relative;
  z-index: 80;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-card .card {
    width: 95%;
    display: block;
    margin: auto;
  }
}
[class*=body-] #cocktails-degustation .container-card .card p {
  font-family: "Playfair Display";
  font-style: italic;
  color: #FFFFFF;
  font-size: 49px;
  padding: 10%;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-card .card p {
    font-size: 30px;
  }
}
[class*=body-] #cocktails-degustation .container-card .image-glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 54px;
  margin-top: 32px;
  gap: 85px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-card .image-glass {
    display: none;
  }
}
[class*=body-] #cocktails-degustation .container-card .image-glass img:first-child {
  width: 35%;
  top: unset;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-card .image-glass img:first-child {
    width: 95% !important;
    top: unset !important;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 20px;
  }
}
[class*=body-] #cocktails-degustation .container-card .image-glass img:last-child {
  position: relative;
  top: -100px;
  width: 57%;
  z-index: 2;
  right: 50px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #cocktails-degustation .container-card .image-glass img:last-child {
    position: unset;
    width: 95%;
    display: block;
    margin: 100px 0 0 -29px;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    overflow: hidden;
    top: 0;
  }
}
[class*=body-] #plus-loin {
  width: 90%;
  height: 450px;
  background-image: url("/wp-content/themes/siredwards_2026/images/2023/home/background-aller-plus-loin.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #plus-loin {
    background-image: unset;
    background-color: #AD0023;
    width: 100%;
    height: auto;
    padding: 50px 0;
  }
}
[class*=body-] #plus-loin h2 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  font-size: 74px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #plus-loin h2 {
    font-size: 40px !important;
    padding: 0 35px;
  }
}
[class*=body-] #plus-loin p {
  font-family: "Playfair Display";
  font-size: 23px;
  text-align: center;
  line-height: 1.8;
  color: #FFFFFF;
  width: 42%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #plus-loin p {
    padding: 24px 10px;
    width: 63%;
  }
}
[class*=body-] #plus-loin .btn-outline {
  background-color: transparent;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
  color: #FFFFFF;
}
[class*=body-] #immersion {
  /*	background-image: url('/wp-content/themes/siredwards_2026/images/2023/home/background-immersion.png');
  height: 100vh;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  position: relative;*/
}
[class*=body-] #immersion .container-header {
  width: 100%;
  position: relative;
}
[class*=body-] #immersion .container-header:after {
  content: "";
  height: 100%;
  background-image: url("/wp-content/themes/siredwards_2026/images/2023/home/lines-immersion.svg");
  z-index: 1000;
  background-size: cover;
  position: relative;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header .background-immersion {
    display: none;
  }
}
[class*=body-] #immersion .container-header .background-immersion.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header .background-immersion.mobile {
    display: block;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
[class*=body-] #immersion .container-header #immersion-ecosse {
  /*display: flex;
  justify-content: space-around;
  width: 90%;*/
  position: absolute;
  top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 10000;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header #immersion-ecosse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 20% !important;
    padding-left: 0;
  }
}
[class*=body-] #immersion .container-header #immersion-ecosse img {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header #immersion-ecosse img {
    display: none;
  }
}
[class*=body-] #immersion .container-header #immersion-ecosse-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-left: 10%;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header #immersion-ecosse-content {
    width: 90% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: auto;
    padding-left: 0 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
[class*=body-] #immersion .container-header #immersion-ecosse-content .upper-title #subtitle-immersion {
  color: #FFFFFF;
  font-family: "gotham_book";
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header #immersion-ecosse-content .upper-title #subtitle-immersion {
    font-size: 14px !important;
  }
}
[class*=body-] #immersion .container-header #immersion-ecosse-content .upper-title .blason {
  width: 60px;
  display: block;
  margin: auto;
}
[class*=body-] #immersion .container-header #immersion-ecosse-content .gamme-title h2 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  font-size: 74px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header #immersion-ecosse-content .gamme-title h2 {
    font-size: 40px !important;
    margin: 0 65px;
  }
}
[class*=body-] #immersion .container-header #immersion-ecosse-content p {
  font-family: "Playfair Display";
  font-size: 23px;
  text-align: center;
  line-height: 1.8;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-header #immersion-ecosse-content p {
    margin-top: 36px;
  }
}
[class*=body-] #immersion .container-header #immersion-ecosse-content .btn-filled {
  z-index: 10000;
  margin-top: 24px;
  background-color: #FFF;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
}
[class*=body-] #immersion .container-card {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-card {
    margin-top: 0;
    -webkit-transform: translateY(-13%);
            transform: translateY(-13%);
    z-index: 1000;
    position: relative;
  }
}
[class*=body-] #immersion .container-card .image-glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
  margin-top: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-card .image-glass {
    display: none;
  }
}
[class*=body-] #immersion .container-card .image-glass img:last-child {
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-card .image-glass img:last-child {
    width: 95%;
    height: auto;
    margin: 20px auto 0;
  }
}
[class*=body-] #immersion .container-card .image-glass img:first-child {
  position: relative;
  top: -160px;
  width: 60%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-card .image-glass img:first-child {
    width: 95%;
    top: unset;
    margin: auto;
  }
}
[class*=body-] #immersion .container-card blockquote {
  right: 0px;
  position: relative;
  margin-right: 0;
  display: block;
}
[class*=body-] #immersion .container-card blockquote .blockquote-immersion {
  background: #AD0023;
  padding: 5%;
  width: 45%;
  position: relative;
  z-index: 100;
  margin: 0 5% 5% auto;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-card blockquote .blockquote-immersion {
    width: 85%;
    margin: auto;
    display: block;
    top: unset;
    right: unset;
  }
}
[class*=body-] #immersion .container-card blockquote .blockquote-immersion p {
  font-family: "Playfair Display";
  font-size: 44px;
  line-height: 1.4;
  font-style: italic;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #immersion .container-card blockquote .blockquote-immersion p {
    font-size: 30px;
  }
}
[class*=body-] #site-footer-legals-navigation ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[class*=body-] {
  /** TEMPLATES PRODUITS **/
}
[class*=body-] .stop-scroll {
  overflow: hidden;
}
[class*=body-] #modal-contenance {
  display: none;
  position: fixed;
  z-index: 100000;
  width: 60%;
  top: 10%;
  left: calc(50vw - 450px);
}
@media only screen and (max-width: 768px) {
  [class*=body-] #modal-contenance {
    left: 10px;
    width: 95%;
    height: 85%;
    overflow: scroll;
  }
}
[class*=body-] #modal-contenance .bg-modal {
  background-color: #FCF5EB;
  padding: 40px 80px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #modal-contenance .bg-modal {
    padding: 40px 60px;
  }
}
[class*=body-] #modal-contenance .bg-modal #close-icon:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=body-] #modal-contenance .bg-modal #close-icon:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/cross-close.svg");
}
[class*=body-] #modal-contenance .bg-modal #close-icon:before {
  color: 130%;
}
[class*=body-] #modal-contenance .bg-modal #close-icon:before {
  font-size: "after";
}
[class*=body-] #modal-contenance .bg-modal #close-icon {
  width: 20.5px;
  height: 20.5px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
[class*=body-] #modal-contenance .bg-modal #close-icon:after {
  -webkit-transition: 0.6s opacity ease;
  transition: 0.6s opacity ease;
  opacity: 1;
}
[class*=body-] #modal-contenance .bg-modal #close-icon:active:after {
  opacity: 0;
}
[class*=body-] #modal-contenance .bg-modal h2 {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 44px;
  text-align: center;
  margin-bottom: 24px;
}
[class*=body-] #modal-contenance .bg-modal:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
[class*=body-] #modal-contenance .bg-modal .tabcontent {
  display: none;
  font-family: "playfair";
  font-size: 20px;
  line-height: 1.8;
}
[class*=body-] #modal-contenance .bg-modal .tabcontent:first-child {
  display: block;
}
[class*=body-] #modal-contenance .bg-modal .container-titles-tabs-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #modal-contenance .bg-modal .container-titles-tabs-mobile {
    display: inline-block;
  }
}
[class*=body-] #modal-contenance .bg-modal .container-titles-tabs-mobile h3 {
  font-size: 15px;
  text-align: center;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #modal-contenance .bg-modal .container-titles-tabs-mobile h3 {
    line-height: 1.8;
  }
}
[class*=body-] #modal-contenance .bg-modal .container-titles-tabs-mobile p {
  font-family: "Playfair Display";
  font-size: 32px;
  line-height: 1.8;
  margin-top: 32px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #modal-contenance .bg-modal .container-titles-tabs-mobile p {
    font-size: 23px;
  }
}
[class*=body-] #modal-contenance .bg-modal .container-titles-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #modal-contenance .bg-modal .container-titles-tabs {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #modal-contenance .bg-modal .content-tabs {
    display: none;
  }
}
[class*=body-] #modal-contenance .bg-modal .tablink {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  opacity: 0.2;
  cursor: pointer;
}
[class*=body-] #modal-contenance .bg-modal .tablink:after {
  content: "";
  display: block;
  width: 82%;
  margin-top: 16px;
  opacity: 0.2;
}
[class*=body-] #modal-contenance .bg-modal .tablink.active {
  opacity: 1;
}
[class*=body-] #modal-contenance .bg-modal .tablink.active:after {
  opacity: 1;
}
[class*=body-] .listing-menu .litrage-degre {
  margin-right: 20%;
}
[class*=body-] .listing-menu .litrage-degre span {
  margin-top: 24px;
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  letter-spacing: 8.16px;
}
[class*=body-] .listing-menu li {
  opacity: 0.2;
}
[class*=body-] .listing-menu li:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .desc_degustation {
    padding: 10% 5%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .desc_degustation h2 {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .desc_degustation p {
    font-size: 23px;
    line-height: 1.8 !important;
    padding: 2% 3%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .desc_degustation ul {
    width: auto;
  }
}
[class*=body-] .degustuation_single_produit .desc_degustation ul .btn-outline {
  width: 250px;
  line-height: 1.8;
}
[class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation {
  display: none;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15% 0;
  }
}
[class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation:first-child {
  display: block;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
[class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation h3 {
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation .img_degustation {
    margin-top: 32px;
    display: block;
    width: 80%;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation .img_degustation img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation .title_degustation {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation .title_degustation p {
    font-size: 23Px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .degustuation_single_produit .content-modes-de-degust .content_degustation .title_degustation h3 {
    width: 50%;
  }
}
[class*=body-] .contenance_single_produit .title-contenance {
  display: none;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .title-contenance {
    font-family: "Raleway", sans-serif;
    font-size: 44px !important;
    color: #161515;
    font-weight: normal;
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .container-img {
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
[class*=body-] .contenance_single_produit .menu-menu .container-img #image {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .container-img #image {
    height: 440px;
  }
}
[class*=body-] .contenance_single_produit .menu-menu .container-btn-buy {
  display: none;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .container-btn-buy {
    display: block;
  }
}
[class*=body-] .contenance_single_produit .menu-menu .container-btn-buy a {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  letter-spacing: 8.16px;
}
[class*=body-] .contenance_single_produit .menu-menu .container-btn-buy a.link-orange:before {
  bottom: -12px;
}
[class*=body-] .contenance_single_produit .menu-menu .container-btn-buy a.link-orange:after {
  bottom: -12px;
}
[class*=body-] .contenance_single_produit .menu-menu .listing-menu {
  border-top: unset;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .listing-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 44px 0;
  }
}
[class*=body-] .contenance_single_produit .menu-menu .listing-menu h2 {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .listing-menu h2 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .listing-menu li {
    -webkit-transform: unset;
            transform: unset;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .listing-menu li:before {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .listing-menu li .link-orange {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .listing-menu li .menu-item {
    font-size: 36px;
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .listing-menu li .litrage-degre {
    margin-right: unset;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .contenance_single_produit .menu-menu .listing-menu li .litrage-degre span {
    font-size: 8px;
    letter-spacing: 6.16px;
  }
}
[class*=body-] #savoir-faire-single {
  width: 90%;
  margin: 60px auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire-single .sides-sf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px;
  }
}
[class*=body-] #savoir-faire-single .sides-sf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 32px auto 0;
  border: 2px solid #AD0023;
  padding: 50px;
}
[class*=body-] #savoir-faire-single .sides-sf-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
[class*=body-] #savoir-faire-single .sides-sf-text p {
  font-family: "playfair";
  font-size: 23px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire-single .sides-sf-text p {
    margin-bottom: 24px;
  }
}
[class*=body-] #savoir-faire-single .sides-sf-text .btn-outline {
  background-color: transparent;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
  color: #161515;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire-single .sides-sf-title {
    margin-bottom: 32px;
  }
}
[class*=body-] #savoir-faire-single .sides-sf-title .gamme-title .upper-title img {
  width: 60px;
  display: block;
  margin: auto;
}
[class*=body-] #savoir-faire-single .sides-sf-title .gamme-title .upper-title #subtitle-savoir-faire-single {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] #savoir-faire-single .sides-sf-title .gamme-title h2 {
    font-size: 44px !important;
  }
}
[class*=body-] #savoir-faire-single .sides-sf-title .gamme-title h2 {
  font-family: "Raleway", sans-serif;
  color: #161515;
  font-weight: 400;
  text-align: center;
  font-size: 74px;
}
[class*=body-] {
  /** HEADER PAGE SINGLE **/
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit {
    height: 100vh !important;
  }
}
[class*=body-] .header_single_produit .content-header-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-desktop .image_single_produit {
    width: 110px !important;
    top: 22% !important;
    left: 3% !important;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-desktop .content_header {
    top: 30% !important;
  }
}
[class*=body-] .header_single_produit .content-header-desktop .content_header .title_single_produit span {
  text-transform: uppercase;
}
@media only screen and (max-width: 1220px) {
  [class*=body-] .header_single_produit .content-header-desktop .content_header .title_single_produit span {
    font-size: 35px !important;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-desktop .content_header .title_single_produit span {
    font-size: 31px !important;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    top: -30px;
  }
}
[class*=body-] .header_single_produit .content-header-desktop .content_header .award_list ul li {
  width: 85px;
}
[class*=body-] .header_single_produit .content-header-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-mobile .image_single_produit {
    width: 110px !important;
    top: 22% !important;
    left: 3% !important;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-mobile .content_header {
    top: 15% !important;
  }
}
[class*=body-] .header_single_produit .content-header-mobile .content_header .title_single_produit h1 {
  font-family: "harley_brush";
  font-size: 125px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-mobile .content_header .title_single_produit span {
    font-size: 31px !important;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
  }
}
[class*=body-] .header_single_produit .content-header-mobile .content-medals {
  width: 100%;
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-mobile .content-medals {
    margin-top: 170px;
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-mobile .content-medals .award_list {
    margin: 5% 0 10%;
  }
}
[class*=body-] .header_single_produit .content-header-mobile .content-medals .award_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=body-] .header_single_produit .content-header-mobile .content-medals .award_list ul li {
  width: 22%;
  margin-right: unset;
}
[class*=body-] .header_single_produit .content-header-mobile .content-medals a {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  font-weight: bold;
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .header_single_produit .content-header-mobile .content-medals a {
    position: absolute;
    bottom: 15px;
    margin-left: 0;
  }
}
[class*=body-] .header_single_produit .content-header-mobile .content-medals a:before {
  bottom: 5px;
}
[class*=body-] .header_single_produit .content-header-mobile .content-medals a:after {
  bottom: 5px;
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit {
    height: auto;
    background-size: 70%;
    background-position: -82% 250%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .desc_single_produit {
    width: 95%;
    left: unset;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .desc_single_produit p {
    font-size: 23px;
    line-height: 1.8;
    padding: 2% 7%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .positiveNotes {
    background-image: url("/wp-content/themes/siredwards_2026/images/2023/home/PERSONNAGE-SEUL.svg");
    width: auto;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: -627% 5% !important;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .positiveNotes ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10% 1em;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .positiveNotes ul li {
    width: 100%;
    margin: 0 0 56px 0;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .positiveNotes ul li span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .positiveNotes ul li span .bouche:before {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .positiveNotes ul li span .nez:before {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .positiveNotes ul li span .finition:before {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .description_single_produit .positiveNotes ul li p {
    font-family: "Playfair Display";
    font-size: 23px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .boutielle-image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .list-cocktail {
    width: 100%;
    margin-left: unset;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .list-cocktail h2 {
    font-size: 44Px !important;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail {
    margin-left: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail .cocktail-title {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail .link-orange {
    font-size: 15px;
    letter-spacing: 6.16px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail .link-orange:before {
    bottom: -12px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail .link-orange:after {
    bottom: -12px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .ctn-cocktail {
    margin: 5% 10%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] .cocktail_single_produit .ctn-cocktail a {
    height: auto;
    display: inline-block;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit {
    width: 100%;
    margin-top: 86px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-smoky {
    background-position: right;
    width: 100%;
    height: 475px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-smoky h3 {
    font-size: 110px;
    left: calc(70% - 260px);
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-smoky img {
    width: 140px;
    left: calc(28% - 85px);
    top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-smoky .disabled {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-finest {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-finest img {
    left: calc(70% - 85px);
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-finest .disabled {
    left: unset;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-finest h3 {
    font-size: 110px;
    bottom: 200px;
    color: #DC274C;
    left: calc(65% - 245px);
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-title {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-title h2 {
    font-size: 44px !important;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-title #subtitle-gamme {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  [class*=body-] #gamme_whisky_single_produit .gamme-content .gamme-title #subtitle-gamme-2 {
    font-size: 13px;
  }
}
[class*=body-] div[attr=Smoky] .listing-menu li {
  opacity: 1;
}

#gamme-whisky {
  margin: 2em 0 4em 0 !important;
}
.single-produit_whisky #gamme-whisky {
  margin: 2em 0 4em 0 !important;
}
#gamme-whisky .upper-title {
  display: none;
}
#gamme-whisky .upper-title p {
  font-family: "gotham_book";
  font-size: 16px;
  color: #000000 !important;
}
.home #gamme-whisky .upper-title {
  display: block;
}
.home #gamme-whisky .upper-title .blason {
  width: 60px;
  display: block;
  margin: auto;
}
#gamme-whisky .gamme-title h2 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-size: 74px;
  font-weight: 400;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-title h2 {
    font-size: 40px !important;
    margin: 24px 0;
  }
}
#gamme-whisky .gamme-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 32px auto 0;
  gap: 34px;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#gamme-whisky .gamme-content .gamme-finest {
  background-image: url("../images/2023/home/bg-finest.png");
  background-size: cover;
  width: 600px;
  height: 580px;
  position: relative;
}
#gamme-whisky .gamme-content .gamme-finest:hover img {
  left: 64%;
  -webkit-transition: 0.5S ease-in-out;
  transition: 0.5S ease-in-out;
}
#gamme-whisky .gamme-content .gamme-finest:hover h3 {
  font-size: 98px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  bottom: 180px;
}
#gamme-whisky .gamme-content .gamme-finest:hover .disabled {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#gamme-whisky .gamme-content .gamme-finest img {
  width: 170px;
  position: relative;
  left: calc(50% - 85px);
  top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content .gamme-finest img {
    left: calc(70% - 85px);
  }
}
#gamme-whisky .gamme-content .gamme-finest h3 {
  font-family: "playfair";
  font-style: italic;
  font-size: 172px;
  position: absolute;
  bottom: 140px;
  color: #DC274C;
  left: calc(50% - 245px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content .gamme-finest h3 {
    font-size: 102px;
    bottom: 210px;
    left: calc(75% - 245px);
  }
}
#gamme-whisky .gamme-content .gamme-finest .disabled {
  display: unset;
  bottom: 50px;
  position: relative;
  left: 10%;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content .gamme-finest .disabled {
    display: none;
  }
}
#gamme-whisky .gamme-content .gamme-finest .disabled p {
  font-family: "playfair";
  color: #FFFFFF;
  font-size: 27px;
  line-height: 1.8;
}
#gamme-whisky .gamme-content .gamme-finest .disabled a {
  font-family: "raleway", sans-serif;
  font-size: 17px;
  letter-spacing: 8.16px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 3px solid #F99300;
  padding-bottom: 4px;
}
#gamme-whisky .gamme-content .gamme-smoky {
  background-image: url("../images/2023/home/bg-smoky.png");
  background-size: cover;
  width: 600px;
  height: 580px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content .gamme-smoky {
    background-position: right;
  }
}
#gamme-whisky .gamme-content .gamme-smoky:hover img {
  left: 10%;
  -webkit-transition: 0.5S ease-in-out;
  transition: 0.5S ease-in-out;
}
#gamme-whisky .gamme-content .gamme-smoky:hover h3 {
  font-size: 98px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  left: calc(80% - 245px);
}
#gamme-whisky .gamme-content .gamme-smoky:hover .disabled {
  display: inline-block;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 40% !important;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content .gamme-smoky:hover .disabled p {
    display: none;
  }
}
#gamme-whisky .gamme-content .gamme-smoky img {
  width: 170px;
  position: relative;
  left: calc(50% - 85px);
  top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content .gamme-smoky img {
    left: calc(30% - 85px);
  }
}
#gamme-whisky .gamme-content .gamme-smoky h3 {
  font-family: "playfair";
  font-style: italic;
  font-size: 172px;
  position: absolute;
  top: 120px;
  color: #3C4592;
  left: calc(50% - 260px);
  -webkit-transition: 0.5S ease-in-out;
  transition: 0.5S ease-in-out;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content .gamme-smoky h3 {
    font-size: 102px;
    top: 150px;
    left: calc(75% - 245px);
  }
}
#gamme-whisky .gamme-content .gamme-smoky .disabled {
  display: unset;
  top: 200px;
  position: relative;
  left: 10%;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #gamme-whisky .gamme-content .gamme-smoky .disabled {
    display: none;
    left: unset;
  }
}
#gamme-whisky .gamme-content .gamme-smoky .disabled p {
  font-family: "playfair";
  color: #FFFFFF;
  font-size: 27px;
  line-height: 1.8;
}
#gamme-whisky .gamme-content .gamme-smoky .disabled a {
  font-family: "raleway", sans-serif;
  font-size: 17px;
  letter-spacing: 8.16px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 3px solid #F99300;
  padding-bottom: 4px;
}

.page-template-template-notre-savoir-faire .slick-slider .slick-arrow {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid #F99300;
  background: transparent !important;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, opacity 0.2s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, opacity 0.2s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, background 0.15s ease, opacity 0.2s ease;
  transition: transform 0.15s ease, background 0.15s ease, opacity 0.2s ease, -webkit-transform 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0 !important;
  -webkit-animation: inherit !important;
          animation: inherit !important;
  padding: 0 !important;
}
.page-template-template-notre-savoir-faire .slick-slider .slick-arrow:before {
  content: "";
  width: 24px;
  height: 16px;
  -webkit-mask-image: url("../../images/2026/fleche-btn.svg");
          mask-image: url("../../images/2026/fleche-btn.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFFFFF;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}
.page-template-template-notre-savoir-faire .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.page-template-template-notre-savoir-faire .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.page-template-template-notre-savoir-faire .slick-slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-template-template-notre-savoir-faire .slick-slider .slick-slide:before {
  background-color: transparent !important;
}

.page-template-template-notre-savoir-faire .container-header-rubrique {
  position: relative;
  background-color: #1B1B1B;
  overflow: hidden;
}
.page-template-template-notre-savoir-faire .container-header-rubrique .image-une img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-notre-savoir-faire .container-header-rubrique .image-une img {
    height: 100vh;
  }
}
.page-template-template-notre-savoir-faire .container-header-rubrique .slogan {
  color: #FFFFFF;
}
.page-template-template-notre-savoir-faire .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 50px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .container-header-rubrique .content-header-rubrique {
    width: 80%;
    padding: 0 10%;
    top: 0;
  }
}
.page-template-template-notre-savoir-faire .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
}
.page-template-template-notre-savoir-faire .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 250%;
}
.page-template-template-notre-savoir-faire .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  font-family: "playfair";
  line-height: 110%;
  width: 70%;
  margin: 1.5em auto 0;
}
.page-template-template-notre-savoir-faire .container-header-rubrique .content-header-rubrique .slogan-rubrique:before {
  content: "«";
  margin-right: 0.5em;
}
.page-template-template-notre-savoir-faire .container-header-rubrique .content-header-rubrique .slogan-rubrique:after {
  content: "»";
  margin-left: 0.5em;
}
.page-template-template-notre-savoir-faire .entry-content {
  position: relative;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  line-height: 170%;
  padding: 1em 0 1.5em;
  color: #262525;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .entry-content {
    width: 90%;
  }
}
.page-template-template-notre-savoir-faire #ingredients {
  background-color: #AD0023;
  position: relative;
}
.page-template-template-notre-savoir-faire #ingredients:after {
  content: "";
  display: block;
  width: 100%;
  height: 237px;
  background-color: #AD0023;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("/wp-content/themes/siredwards_2026/images/2026/bg-3-ingredients.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire #ingredients:after {
    content: none !important;
  }
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content {
  position: relative;
  margin: 0 auto;
  padding: 5em 2em 11em 2em;
  width: 95%;
  max-width: 1100px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content p {
    font-size: 16px;
  }
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .content_title {
  text-align: center;
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .content_title .upper-title {
  margin-bottom: 25px;
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .content_title .upper-title .title {
  fill: #FFFFFF;
  font-family: "raleway", sans-serif;
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .content_title h2 {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .content_title h2 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .content_title p {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .content_title p {
    margin-bottom: 0;
    line-height: 40px;
  }
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 5em;
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .list-item .ingredients {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .list-item .ingredients {
    gap: 30px;
  }
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .list-item .ingredients .img-ingredient {
  width: 144px;
  height: 144px;
  border-radius: 100%;
  overflow: hidden;
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .list-item .ingredients .img-ingredient img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .list-item .ingredients .title-ingredient h3 {
  font-size: 40px;
  font-weight: normal;
  color: #FFFFFF;
  font-family: "playfair";
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .list-item .ingredients .title-ingredient h3 {
    font-size: 32px;
  }
}
.page-template-template-notre-savoir-faire #ingredients #ingredients-ecosse-content .list-item .ingredients .description-ingredient p {
  font-size: 23px;
  font-weight: normal;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  font-family: "playfair";
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique {
  position: relative;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) .container-block-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #AD0023;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type .upper-title {
  margin-bottom: 25px;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type .upper-title .title {
  fill: #FFFFFF;
  font-family: "raleway", sans-serif;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type h2 {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type h2 {
    font-size: 40px;
    line-height: 47px;
  }
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type p {
  color: #FFFFFF;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type .btn-filled {
  color: #FFFFFF;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:after {
    content: none !important;
  }
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:first-child:after {
  content: "";
  display: block;
  width: 227px;
  height: 399px;
  background: url("/wp-content/themes/siredwards_2026/images/2026/ble.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: -36px;
  z-index: 1;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(3):after {
  content: "";
  display: block;
  width: 158px;
  height: 231px;
  background: url("/wp-content/themes/siredwards_2026/images/2026/grains.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(4):after {
  content: "";
  display: block;
  width: 158px;
  height: 231px;
  background: url("/wp-content/themes/siredwards_2026/images/2026/grains-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 1;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(5):after {
  content: "";
  display: block;
  width: 323px;
  height: 321px;
  background: url("/wp-content/themes/siredwards_2026/images/2026/barrique.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: -36px;
  z-index: 1;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique:nth-child(6):after {
  content: "";
  display: block;
  width: 318px;
  height: 304px;
  background: url("/wp-content/themes/siredwards_2026/images/2026/melange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 0;
  }
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type {
  text-align: center;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type .upper-title {
  margin-bottom: 25px;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type .upper-title .title {
  font-family: "raleway", sans-serif;
  letter-spacing: 0.16px;
  font-weight: 500;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type h2 {
  font-family: "raleway", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type h2 {
    font-size: 40px;
    line-height: 47px;
  }
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type p {
  font-family: "Playfair Display";
  font-size: 23px;
  line-height: 1.8;
  padding: 1em 3em;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type p {
    padding: 1em;
  }
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .content_image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .content_image {
    width: 90%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul .content_rubrique .container .content_image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 {
  position: relative;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique {
  position: absolute;
  z-index: 4;
  width: 70%;
  padding: 0 15%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type {
  color: #FFFFFF;
  position: relative;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  margin-bottom: 0.8em;
  color: #FFFFFF !important;
  font-weight: 900;
  font-size: 250%;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 a {
  color: #FFFFFF;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type p {
  width: 70%;
  font-weight: 300;
  margin: 0 auto 1em;
  line-height: 165%;
  font-weight: 400;
  font-size: 95%;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover h2 {
  color: #F4C259;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn-border-yellow {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover .btn-border-yellow {
  color: #000000;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn {
  font-weight: 700;
  font-size: 95%;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn {
  padding: 0.5em 1.3em;
}
.page-template-template-notre-savoir-faire .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover .btn-border-yellow {
  background-color: #F4C259;
  text-shadow: none;
}

.page-template-template-page-welcome-to-scotland .container-header-rubrique {
  position: relative;
  background-color: #1B1B1B;
  overflow: hidden;
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique:after {
  content: "";
  display: block;
  width: 140%;
  height: 400px;
  background: url("https://preprod.siredwards.com/wp-content/uploads/2024/02/top-bkg-content.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -235px;
  left: -20%;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-page-welcome-to-scotland .container-header-rubrique:after {
    width: 140% !important;
    bottom: -200px !important;
  }
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique .image-une img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-page-welcome-to-scotland .container-header-rubrique .image-une img {
    height: 600px;
  }
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique .slogan {
  color: #FFFFFF;
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 50px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-welcome-to-scotland .container-header-rubrique .content-header-rubrique {
    width: 80%;
    padding: 0 10%;
  }
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 250%;
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  font-family: "playfair";
  line-height: 110%;
  width: 70%;
  margin: 1.5em auto 0;
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique .content-header-rubrique .slogan-rubrique:before {
  content: "«";
  margin-right: 0.5em;
}
.page-template-template-page-welcome-to-scotland .container-header-rubrique .content-header-rubrique .slogan-rubrique:after {
  content: "»";
  margin-left: 0.5em;
}
.page-template-template-page-welcome-to-scotland .entry-content {
  position: relative;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  line-height: 170%;
  padding: 1em 0 1.5em;
  color: #262525;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique {
  position: relative;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) {
  background: #AD0023;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) .container-block-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) .container-block-type .upper-title .title {
  fill: #FFFFFF;
  font-family: "raleway", sans-serif;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) .container-block-type h2 a {
  color: #FFFFFF;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) .container-block-type h2 {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) .container-block-type h2 {
    font-size: 40px;
    line-height: 47px;
  }
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) .container-block-type p {
  color: #FFFFFF;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(odd) .container-block-type .btn-filled {
  color: #FFFFFF;
  background: transparent;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type .upper-title .title {
  fill: #000000;
  font-family: "raleway", sans-serif;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type h2 {
  color: #000000 !important;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type h2 {
    font-size: 40px;
    line-height: 47px;
  }
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type p {
  color: #000000 !important;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(even) .container-block-type .btn-filled {
  background: transparent;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:first-child:after {
  content: "";
  display: block;
  width: 227px;
  height: 399px;
  background: url("/wp-content/themes/siredwards_2026/images/2026/chardon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: -36px;
  z-index: 1;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique:nth-child(2):after {
  content: "";
  display: block;
  width: 223px;
  height: 89px;
  background: url("/wp-content/themes/siredwards_2026/images/2026/birds.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 1;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type {
  text-align: center;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type .upper-title .title {
  font-family: "raleway", sans-serif;
  letter-spacing: 0.16px;
  font-weight: 500;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type h2 {
  font-family: "raleway", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type h2 {
    font-size: 40px;
    line-height: 47px;
  }
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type p {
  font-family: "Playfair Display";
  font-size: 23px;
  line-height: 1.8;
  padding: 1em 3em;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type p {
    padding: 1em;
  }
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .content_image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .content_image {
    width: 90%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul .content_rubrique .container .content_image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 {
  position: relative;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique {
  position: absolute;
  z-index: 4;
  width: 70%;
  padding: 0 15%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type {
  color: #FFFFFF;
  position: relative;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  margin-bottom: 0.8em;
  color: #FFFFFF !important;
  font-weight: 900;
  font-size: 250%;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 a {
  color: #FFFFFF;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type p {
  width: 70%;
  font-weight: 300;
  margin: 0 auto 1em;
  line-height: 165%;
  font-weight: 400;
  font-size: 95%;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover h2 {
  color: #F4C259;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn-border-yellow {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover .btn-border-yellow {
  color: #000000;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn {
  font-weight: 700;
  font-size: 95%;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn {
  padding: 0.5em 1.3em;
}
.page-template-template-page-welcome-to-scotland .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover .btn-border-yellow {
  background-color: #F4C259;
  text-shadow: none;
}

/*=============================================
=            Page Scottsh Legends            =
=============================================*/
.page-template-template-page-scottish-legends {
  /*----------  Haut page level 2  ----------*/
}
.page-template-template-page-scottish-legends .container-header-rubrique {
  position: relative;
  overflow: hidden;
}
.page-template-template-page-scottish-legends .container-header-rubrique .image-une img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-page-scottish-legends .container-header-rubrique .image-une img {
    height: 600px;
  }
}
.page-template-template-page-scottish-legends .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-template-template-page-scottish-legends .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  font-weight: 900;
  line-height: 120%;
  color: #FFFFFF;
}
.page-template-template-page-scottish-legends .container-header-rubrique .content-header-rubrique .slogan {
  color: #FFFFFF;
}
.page-template-template-page-scottish-legends {
  /*----------  Content page level 2  ----------*/
}
.page-template-template-page-scottish-legends .container-content {
  /*----------  Listing enfants level 2  ----------*/
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas {
  padding: 4.5% 0;
  width: 1180px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3:last-child:nth-child(odd) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 19.8vw;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-image {
  overflow: hidden;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-image img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /* Animation */
  cursor: pointer;
  z-index: 1;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3:hover:before {
  background-color: #000000;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 {
  padding: 1em;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 h2 {
  font-weight: 500;
  font-size: 156%;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 h2 {
  color: #000000;
  line-height: 45px;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .link-orange {
  color: #000000;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.8em 0;
  position: relative;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after {
  content: "\e92a";
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after {
  color: #000000;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after {
  font-size: 90%;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
.page-template-template-page-scottish-legends .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:hover:after {
  right: 2em;
  opacity: 1;
}

/*=====  End of Page Scottsh Legends  ======*/
.page-template-default #content {
  margin-top: 2em;
}
.page-template-default #content .entry-header .image-une {
  max-width: 700px;
  max-height: 335px;
  margin: 0 auto;
}
.page-template-default #content .entry-header .content-header {
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .page-template-default #content .entry-header .content-header {
    max-width: 90%;
    margin: 1em auto;
  }
}
.page-template-default #content .entry-header .content-header .content-block-type {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.page-template-default #content .entry-header .content-header .content-block-type .breadcrumbs {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/*========================================
=               Page Contact             =
========================================*/
.page-template-tempate-page-contact .container-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/wp-content/uploads/2024/03/header-page-type.svg");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 0 50px;
}
@media only screen and (max-width: 768px) {
  .page-template-tempate-page-contact .container-header-contact {
    background: none;
  }
}
.page-template-tempate-page-contact .container-header-contact .content-header-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 20%;
  text-align: center;
  height: 350px;
}
@media only screen and (max-width: 768px) {
  .page-template-tempate-page-contact .container-header-contact .content-header-contact {
    height: 250px;
  }
}
.page-template-tempate-page-contact .container-header-contact .content-header-contact .content-block-type .breadcrumbs a {
  color: #000000;
}
.page-template-tempate-page-contact .container-header-contact .content-header-contact .content-block-type h1 {
  color: #000000;
}
.page-template-tempate-page-contact .container-header-contact .info-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 0 auto;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  background: #AD0023;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-template-tempate-page-contact .container-header-contact .info-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 25px;
    width: 70%;
  }
}
.page-template-tempate-page-contact .container-header-contact .info-contact span a {
  color: #FFFFFF;
}
.page-template-tempate-page-contact .container-content {
  position: relative;
  margin: 50px auto;
}
.page-template-tempate-page-contact .container-content .entry-content:after {
  content: "";
  display: block;
  width: 400px;
  height: 500px;
  background: url("/wp-content/uploads/2024/03/plume.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 200px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-tempate-page-contact .container-content .entry-content:after {
    background: none;
  }
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] {
  background: #FCF5EB;
  margin: 50px auto;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] .gform_heading {
  display: none;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] {
  width: 50%;
  padding: 50px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] {
    width: 85%;
  }
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] .gfield_label {
  font-family: "Raleway", serif;
  text-transform: uppercase;
  letter-spacing: 0.48em;
  font-weight: bold;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] input,
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] textarea {
  font-family: "playfair";
  font-size: 23px;
  padding: 36px 15px;
  color: black;
  border: 0;
  line-height: 40px;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] .gform_footer.top_label,
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] .gfield--type-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] .ginput_container.ginput_container_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] .ginput_container.ginput_container_checkbox .gchoice input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] .ginput_container.ginput_container_checkbox .gchoice input:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #F99300;
          box-shadow: inset 1em 1em #F99300;
  background-color: CanvasText;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] .ginput_container.ginput_container_checkbox .gchoice input:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] .ginput_container.ginput_container_checkbox .gchoice label {
  font-family: "playfair";
  font-size: 23px;
  line-height: 40px;
  color: #161515;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] #field_4_12 {
  font-family: "playfair";
  font-size: 23px;
  line-height: 40px;
  color: #161515;
  text-align: center;
  margin-top: 25px;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] [id*=gform_submit_button] {
  display: inline-block;
  z-index: 10000;
  margin-top: 24px;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "Raleway";
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
  background: #FFFFFF;
  color: #262525;
}
.page-template-tempate-page-contact .container-content .entry-content .formulaire [id*=gform_wrapper_] form[id*=gform_] [id*=gform_submit_button]:hover {
  background-color: #F99300 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-template-template-page-road-trip h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
  color: #FFFFFF;
}
.page-template-template-page-road-trip .slogan {
  color: #FFFFFF;
}
.page-template-template-page-road-trip .breadcrumbs {
  display: none;
}

.page-template-template-page-cocktails .new-header .header-container {
  position: relative !important;
}
.page-template-template-page-cocktails .site-content {
  padding-top: 2em;
}

.produit_whisky .header_single_produit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 5%;
}
.produit_whisky .header_single_produit .image_single_produit {
  display: block;
  width: 250px;
  margin: 0 auto;
  position: relative;
  top: 10%;
  left: 10%;
}
.produit_whisky .header_single_produit .content_header {
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .produit_whisky .header_single_produit .content_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55%;
  }
}
.produit_whisky .header_single_produit .content_header .title_single_produit h1 {
  display: inline-block;
  text-transform: capitalize !important;
}
@media only screen and (max-width: 768px) {
  .produit_whisky .header_single_produit .content_header .title_single_produit h1 {
    font-size: 110px !important;
    line-height: 115px;
  }
}
.produit_whisky .header_single_produit .content_header .title_single_produit h1:after {
  right: -25%;
}
.produit_whisky .header_single_produit .content_header .title_single_produit span.category {
  font-family: "Raleway";
  font-size: 45px;
  color: white;
  display: block;
}
.produit_whisky .header_single_produit .content_header a.link-orange {
  font-family: "Raleway";
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8.16px;
}
.produit_whisky .header_single_produit .content_header a.link-orange span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../../images/2023/Gamme-whisky/fleche-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.produit_whisky .header_single_produit .content-header-mobile a.link-orange {
  color: #000000;
}
.produit_whisky .header_single_produit .content-header-mobile a.link-orange span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../../images/2023/Gamme-whisky/fleche-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #000000;
  margin-right: 10px;
}
.produit_whisky .header_single_produit .award_list {
  display: block;
  margin: 5% 0;
}
.produit_whisky .header_single_produit .award_list ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 125px;
  margin-right: 5%;
}
.produit_whisky .header_single_produit .content-header-desktop .content_header .title_single_produit h1 {
  position: relative;
  font-family: "harley_brush";
  font-size: 180px !important;
  font-weight: lighter;
  line-height: 180px;
  z-index: 1;
}

.single-produit_whisky .type-produit_whisky[attr=Finest] .header_single_produit .content-header-desktop .content_header .title_single_produit h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  width: 196px;
  height: 34px;
  background: url("../../images/2026/Gamme-whisky/trait-header-finest.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 100%;
  z-index: -1;
}
.single-produit_whisky .type-produit_whisky[attr=Finest] .contenance_single_produit .listing-menu li:before {
  content: "";
  display: block;
  width: 100px;
  height: 30px;
  background: url("../../images/2023/Gamme-whisky/Ligne.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.single-produit_whisky .type-produit_whisky[attr=Smoky] .header_single_produit .content-header-desktop .content_header .title_single_produit h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  width: 196px;
  height: 34px;
  background: url("../../images/2026/Gamme-whisky/trait-header-smoky.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 100%;
  z-index: -1;
  right: -35%;
}
.single-produit_whisky .type-produit_whisky[attr=Smoky] .contenance_single_produit .listing-menu li:before {
  content: "";
  display: block;
  width: 100px;
  height: 30px;
  background: url("../../images/2023/Gamme-whisky/Ligne-bleu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .single-produit_whisky .type-produit_whisky[attr="Aged 12 Years"] .content_header .title_single_produit h1 {
    font-size: 90px !important;
    line-height: 90px;
  }
}
.single-produit_whisky .type-produit_whisky[attr="Aged 12 Years"] .content_header .title_single_produit h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  width: 196px;
  height: 34px;
  background: url("../../images/2026/Gamme-whisky/trait-header-aged-12-years.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 100%;
  z-index: -1;
  right: -7%;
}
@media only screen and (max-width: 768px) {
  .single-produit_whisky .type-produit_whisky[attr="Beer Reserve"] .content_header .title_single_produit h1 {
    font-size: 90px !important;
    line-height: 90px;
  }
}
.single-produit_whisky .type-produit_whisky[attr="Beer Reserve"] .content_header .title_single_produit h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  width: 196px;
  height: 34px;
  background: url("../../images/2026/Gamme-whisky/trait-header-beer-reserve.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 100%;
  z-index: -1;
  right: -7%;
}

.description_single_produit {
  display: block;
  width: 100%;
  height: auto;
  background: url("../../images/2023/Gamme-whisky/PERSONNAGE-SEUL-gris-2.png");
  background-size: 20%;
  background-repeat: no-repeat;
}
.description_single_produit .btn-nos-whiskies {
  display: block;
  width: 40%;
  margin: 0 auto;
  position: relative;
  left: 10%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .description_single_produit .btn-nos-whiskies {
    display: none;
  }
}
.description_single_produit .btn-nos-whiskies a.link-orange {
  font-family: "Raleway";
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  color: #000000;
}
.description_single_produit .btn-nos-whiskies a.link-orange span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../../images/2023/Gamme-whisky/fleche-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.description_single_produit .desc_single_produit {
  display: block;
  width: 40%;
  margin: 0 auto;
  position: relative;
  left: 10%;
  color: white;
}
.description_single_produit .desc_single_produit p {
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 30px;
  padding: 2% 5%;
}
.description_single_produit .positiveNotes {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.description_single_produit .positiveNotes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10% 0;
}
.description_single_produit .positiveNotes ul li {
  display: block;
  width: 33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  margin: 0 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .description_single_produit .positiveNotes ul li.content-caracteristiques {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.description_single_produit .positiveNotes ul li.content-nez {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.description_single_produit .positiveNotes ul li.content-nez::before {
  content: "";
  display: block;
  width: 60px;
  height: 109px;
  background: url("../../images/nez.svg");
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .description_single_produit .positiveNotes ul li.content-nez::before {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.description_single_produit .positiveNotes ul li.content-bouche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.description_single_produit .positiveNotes ul li.content-bouche::before {
  content: "";
  display: block;
  width: 106px;
  height: 92px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 106px;
          flex: 0 0 106px;
  background: url("../../images/taste.svg");
  background-repeat: no-repeat;
}
.description_single_produit .positiveNotes ul li.content-finition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.description_single_produit .positiveNotes ul li.content-finition::before {
  content: "";
  display: block;
  width: 92px;
  height: 77px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  background: url("../../images/finish.svg");
  background-repeat: no-repeat;
}
.description_single_produit .positiveNotes ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 768px) {
  .description_single_produit .positiveNotes ul li > div {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.description_single_produit .positiveNotes ul li p {
  font-family: "Playfair Display";
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .description_single_produit .positiveNotes ul li p {
    text-align: center !important;
  }
}
.description_single_produit .positiveNotes ul li span {
  font-family: "Raleway";
  font-size: 25px;
  color: #F99300;
  text-transform: uppercase;
}

.contenance_single_produit {
  display: block;
  background: #FCF5EB;
  padding: 5% 0;
}
.contenance_single_produit .menu-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 0 auto;
}
.contenance_single_produit .menu-menu .container-btn-buy .link-orange span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../../images/2023/Gamme-whisky/fleche-btn-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.contenance_single_produit .container-img {
  width: 30%;
  height: 680px;
  z-index: 9;
}
.contenance_single_produit .container-img img {
  width: 100%;
  height: 680px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contenance_single_produit .container-img .btn-etiquette {
  display: block;
  position: relative;
  top: -220px;
  left: -50px;
  font-family: "Playfair Display";
  font-size: 15px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.contenance_single_produit .container-img .btn-etiquette span {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url("../../images/2023/Gamme-whisky/etiquette.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: relative;
  top: 10px;
}
.contenance_single_produit .listing-menu {
  display: grid;
  width: 70%;
  margin-top: 10%;
}
.contenance_single_produit .listing-menu h2 {
  font-family: "Raleway";
  font-weight: 500;
  color: #161615;
}
.contenance_single_produit .listing-menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.contenance_single_produit .listing-menu li .link-orange {
  display: block;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "Raleway";
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  cursor: pointer;
}
.contenance_single_produit .listing-menu li .link-orange span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../../images/2023/Gamme-whisky/fleche-btn-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.contenance_single_produit .listing-menu li .menu-item {
  display: block;
  width: 150px;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: italic;
}
.contenance_single_produit #modal-contenance {
  left: auto !important;
}

.produit_whisky[attr=Finest] .contenance_single_produit .listing-menu li.selected {
  opacity: 1;
}

#modal-contenance .bg-modal .tablink {
  text-align: center;
}
#modal-contenance .bg-modal .tablink::after {
  width: 100% !important;
}
#modal-contenance .bg-modal .tablink:hover {
  opacity: 1;
}
#modal-contenance .bg-modal .tablink:hover::after {
  opacity: 1;
}

.degustuation_single_produit .desc_degustation {
  display: block;
  padding: 5%;
  text-align: center;
}
.degustuation_single_produit .desc_degustation .upper-title p {
  font-family: "gotham_book";
  font-size: 12px;
  line-height: 15px;
  padding: 0;
}
.degustuation_single_produit .desc_degustation .upper-title .blason {
  width: 60px;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
.degustuation_single_produit .desc_degustation h2 {
  font-family: "Raleway";
  color: #FFFFFF;
  font-size: 74px;
  font-weight: 200;
}
.degustuation_single_produit .desc_degustation p {
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 30px;
  color: white;
  padding: 2% 0;
}
.degustuation_single_produit .desc_degustation ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 350px;
  margin-top: 30px;
}
.degustuation_single_produit .desc_degustation ul .btn-outline {
  background-color: transparent;
  padding: 18px 28px;
  text-transform: uppercase;
  font-family: "Raleway";
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
  color: #FFFFFF;
  width: 85%;
  display: table-cell;
  height: 55px;
  vertical-align: middle;
  cursor: pointer;
}
.degustuation_single_produit .content_degustation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto;
  padding: 5% 10% 7%;
  background: #FCF5EB;
}
.degustuation_single_produit .content_degustation .title_degustation {
  display: block;
  width: 70%;
}
.degustuation_single_produit .content_degustation .title_degustation h3 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 2%;
  text-transform: uppercase;
}
.degustuation_single_produit .content_degustation .title_degustation p {
  font-family: "Playfair Display";
  font-size: 20px;
  line-height: 30px;
  color: #161615;
}
.degustuation_single_produit .content_degustation .img_degustation {
  display: block;
  width: 30%;
  position: absolute;
  -webkit-transform: translateY(-375px);
          transform: translateY(-375px);
  right: 0;
}
.degustuation_single_produit .content_degustation .img_degustation img {
  width: 250px;
}

.cocktail_single_produit {
  display: block;
  width: 100%;
  background-color: #FCF5EB;
  padding: 5% 0;
}
.cocktail_single_produit .content-cocktail-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto;
}
.cocktail_single_produit .content-cocktail-single .boutielle-image {
  width: 25%;
}
.cocktail_single_produit .content-cocktail-single .boutielle-image img {
  width: 200px;
}
.cocktail_single_produit .content-cocktail-single .list-cocktail {
  display: grid;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  width: 75%;
  margin-left: 10%;
}
.cocktail_single_produit .content-cocktail-single .list-cocktail h2 {
  font-family: "Raleway";
  font-weight: 500;
  color: #161615;
}
.cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2% 0;
}
.cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .img-cocktail img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 25px;
}
.cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail .cocktail-title {
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: italic;
  margin-bottom: 30px;
}
.cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail .link-orange {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Raleway";
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  color: #000000;
}
.cocktail_single_produit .content-cocktail-single .list-cocktail .list-item .cocktails .title-cocktail .link-orange span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../../images/2023/Gamme-whisky/fleche-btn-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.cocktail_single_produit .ctn-cocktail {
  display: block;
  text-align: center;
  margin-top: 5%;
}
.cocktail_single_produit .ctn-cocktail .btn-filled {
  background-color: #FFFFFF;
  padding: 18px 28px;
  text-transform: uppercase;
  font-family: "Raleway";
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
}

/*===============================
=            GENERAL            =
===============================*/
.admin-bar #field_newsletter_check {
  display: block !important;
}

html {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

* {
  max-width: 100%;
}

div {
  vertical-align: top;
}

.site {
  height: 100%;
  min-height: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 95%;
}
@media only screen and (min-width: 1210px) {
  .container {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: auto;
  }
}

small {
  display: block;
  font-size: 70%;
  line-height: normal !important;
}

a {
  color: #1B1B1B;
  text-decoration: none;
}

body, h4, h5, h6, ul li {
  line-height: inherit;
}

button, input[type=submit], label {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .youtube_player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
  }
  .youtube_player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.page-id-8294 table, .page-id-8303 table {
  border-collapse: collapse;
  width: 100%;
}
.page-id-8294 th, .page-id-8294 td, .page-id-8303 th, .page-id-8303 td {
  text-align: left;
  padding: 8px;
}
.page-id-8294 tr:nth-child(even), .page-id-8303 tr:nth-child(even) {
  background-color: #f2f2f2;
}
.page-id-8294 th, .page-id-8303 th {
  background-color: #262525;
  color: white;
}

h1 {
  font-weight: 500 !important;
  font-size: 74px;
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 83px;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 47px;
  }
}

.page-child h1 {
  color: #000000;
  font-size: 54px;
  line-height: 67px;
}
@media only screen and (max-width: 768px) {
  .page-child h1 {
    font-size: 40px;
    line-height: 47px;
  }
}

.page-template-template-page-rubrique-lvl-3 h1 {
  color: #FFFFFF;
}

.header_single_produit .content-header-desktop .title_single_produit h1 {
  text-transform: capitalize;
  line-height: 180px !important;
}

#toggle-icon-content {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

h2, .block-title {
  display: block;
  font-weight: 500;
  font-size: 50px;
}
h2, .block-title {
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 55px;
}
@media only screen and (max-width: 768px) {
  h2, .block-title {
    font-size: 32px !important;
    line-height: 47px;
  }
}

.produit_whisky h2 {
  font-size: 54px !important;
  margin-top: 25px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

input[type=text] {
  padding: 0.7em 4%;
}

.bloc-title {
  font-weight: 800;
  font-size: 280%;
}
.bloc-title {
  font-family: "Montserrat", sans-serif;
  color: #413F40;
  line-height: 110%;
}

.script-typ {
  font-weight: 400;
  font-size: 100%;
}
.script-typ {
  font-family: "another_shabby";
}

.picto-link span {
  display: none;
}

#wpadminbar * {
  max-width: none;
}

.date-subvoyage {
  color: #FFFFFF;
  font-size: 150%;
  margin-top: 0.8em;
  display: inline-block;
}

.ui-datepicker-trigger {
  display: none !important;
}

.datepicker_with_icon {
  background: url("images/pictos/calendar.svg") 98% center no-repeat transparent;
  background-size: 1.5em;
}

.information-client {
  line-height: 125%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #F4C259;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.information-client p {
  margin: 0;
}
.information-client a {
  font-size: 90%;
}
.information-client .first {
  position: relative;
  padding-left: 5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  line-height: 100%;
}
.information-client .first:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.information-client .first:before {
  content: "\e932";
}
.information-client .first:before {
  color: #F4C259;
}
.information-client .first:before {
  font-size: 135%;
}
.information-client .first:before {
  position: absolute;
  left: 0;
  top: -0.2em;
}
.information-client .first p {
  margin-bottom: 0.2em !important;
}
.information-client .last {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 54%;
          flex: 1 1 54%;
  padding-left: 3%;
}
.information-client .last p {
  position: relative;
  padding-left: 11%;
}
.information-client .last p a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #1B1B1B;
}
.information-client .last p a:hover {
  color: #F4C259;
}
.information-client .last p:before {
  position: absolute;
  left: 0;
  top: 0em;
}
.information-client .last p:first-child {
  margin-bottom: 1em;
}
.information-client .last p:first-child:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.information-client .last p:first-child:before {
  content: "\e938";
}
.information-client .last p:first-child:before {
  color: #F4C259;
}
.information-client .last p:first-child:before {
  font-size: 115%;
}
.information-client .last p:last-child:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.information-client .last p:last-child:before {
  content: "\e939";
}
.information-client .last p:last-child:before {
  color: #F4C259;
}
.information-client .last p:last-child:before {
  font-size: 115%;
}

/*----------  AGE GATE LEGAL  ----------*/
.container-age-gate {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FCF5EB;
  color: #000000;
  text-align: center;
  display: inline-block;
  z-index: 999999;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container-age-gate:after {
  display: none;
}
.container-age-gate .content-age-gate {
  position: relative;
  top: 15%;
  width: 35%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .container-age-gate .content-age-gate {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .container-age-gate .content-age-gate {
    width: 90%;
  }
}
.container-age-gate .content-age-gate img {
  width: 60%;
  margin-bottom: 2em;
}
.container-age-gate .content-age-gate p {
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 15px !important;
  margin-bottom: 1.5em;
}
.container-age-gate .content-age-gate a.btn-filled, .container-age-gate .content-age-gate .btn-filled {
  display: inline;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .container-age-gate .content-age-gate a.btn-filled, .container-age-gate .content-age-gate .btn-filled {
    padding: 20px 30px;
  }
}
.container-age-gate .content-age-gate .btn {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border: 3px solid #F99300;
}

/*----------  Block Title  ----------*/
.entry-header .content-block-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry-header .content-block-type .breadcrumbs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.entry-header .content-block-type #breadcrumbs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*----------  SI NO IMG IN HEADER DE PAGE  ----------*/
.entry-header.no-img {
  background-color: #FFFFFF;
}

.content-header.no-img {
  position: relative;
  width: 88%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5.5% 0;
  text-align: center;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-shadow: none;
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  height: 250px;
  color: #000000;
}
.content-header.no-img:after {
  display: none;
  content: "";
}
.content-header.no-img h1.inpage-title {
  background-color: transparent;
  font-weight: 900;
  font-size: 260%;
}
.content-header.no-img h1.inpage-title {
  text-transform: uppercase;
  color: #000000;
}

/*----------  COL STRUCTURE  ----------*/
.col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col-container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.col-container .col.col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.col-container .col.col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

/*----------  Block Générique  ----------*/
.block-type-1 {
  max-width: none;
  position: relative;
  margin: 0;
  text-align: center;
  font-weight: inherit;
  font-size: 100%;
}
.block-type-1 .container-block-type {
  position: relative;
}

.upper-title p {
  font-size: 14px !important;
  font-family: "raleway", sans-serif !important;
  letter-spacing: 4px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  .upper-title p {
    font-size: 16px !important;
  }
}
.upper-title .blason {
  width: 60px;
  display: block;
  margin: auto;
  position: relative;
  top: -25px;
}

.home h2 {
  line-height: 80px;
}
@media only screen and (max-width: 1024px) {
  .home h2 {
    line-height: 47px;
  }
}
/*----------  MAP  ----------*/
.map .leaflet-marker-icon {
  width: 23px !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.map .leaflet-marker-icon span {
  font-family: "raleway", sans-serif;
}
.map .leaflet-marker-icon:hover {
  top: -5px;
}
.map .leaflet-marker-icon:hover span {
  top: -65%;
}

/*----------  SLICK SLIDER  ----------*/
.slick-slider {
  max-width: none;
  position: relative;
  margin: 0;
  text-align: center;
  font-weight: inherit;
  font-size: 100%;
}
.slick-slider {
  overflow: hidden;
}
.slick-slider * {
  max-width: none;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 999;
  display: inline-block;
  font-weight: inherit;
  font-size: 100%;
}
.slick-slider .slick-arrow:before {
  content: "";
  z-index: 1000;
  opacity: 1;
}
.slick-slider .slick-arrow.slick-prev {
  left: -2.3%;
  line-height: 100%;
  background-color: #FFFFFF;
  padding: 1.3% 3.5% 3.8% 1.5%;
}
.slick-slider .slick-arrow.slick-prev:before {
  position: absolute;
  right: 20%;
}
.slick-slider .slick-arrow.slick-next {
  right: -2.3%;
  line-height: 100%;
  background-color: #FFFFFF;
  padding: 1.3% 1.5% 3.8% 3.5%;
}
.slick-slider .slick-arrow.slick-next:before {
  position: absolute;
  left: 20%;
}
.slick-slider .slick-slide {
  position: relative;
}
.slick-slider .slick-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #000000;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.slick-slider .slick-slide:hover:before {
  background-color: transparent;
}

@-webkit-keyframes bounceLeft {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-0.5em, 0);
            transform: translate(-0.5em, 0);
  }
}

@keyframes bounceLeft {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-0.5em, 0);
            transform: translate(-0.5em, 0);
  }
}
@-webkit-keyframes bounceRight {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0.5em, 0);
            transform: translate(0.5em, 0);
  }
}
@keyframes bounceRight {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0.5em, 0);
            transform: translate(0.5em, 0);
  }
}
/*----------  PICTO ROND  ----------*/
.rs-rond {
  display: inline-block;
  width: auto;
}
.rs-rond a {
  display: inline-block;
  text-align: center;
  background-color: #F4C259;
  line-height: 100%;
  border-radius: 50%;
  padding: 0.4em 0.5em;
  font-weight: inherit;
  font-size: 115%;
}
.leaflet-container {
  background-color: transparent !important;
}

/*----------  BOUTONS  ----------*/
.btn {
  border: 2px solid #F4C259;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
  padding: 0.5em 1%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
.btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.btn.btn-border-yellow {
  border: 2px solid #F4C259;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
}
.btn.btn-border-yellow:after {
  -webkit-animation: slideFleche 0.5s;
          animation: slideFleche 0.5s;
}
.btn.btn-yellow-bg {
  background-color: #F4C259;
  border-radius: 9999px;
  border: 2px solid #F4C259;
  padding: 0.32em 0.8em;
  font-weight: 800;
  font-size: 85%;
}
.btn.btn-yellow-bg {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #1B1B1B;
}
.btn.btn-yellow-bg:hover {
  color: #F4C259;
}
.btn.btn-yellow-bg {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-out";
          transition-timing-function: "ease-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.btn.btn-yellow-bg:hover {
  background-color: #CE9B31;
  border-color: #CE9B31;
  color: #1B1B1B;
}
.btn.btn-red {
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.25em 1.5%;
  font-weight: 700;
  font-size: 80%;
}
.btn.btn-red {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.btn.btn-red:hover {
  color: #C00202;
}
.btn.btn-red:hover {
  background-color: #F4C259;
  border-color: #F4C259;
  color: #1B1B1B;
}

.btn-play:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-play:after {
  content: "\e93f";
}
.btn-play:after {
  color: #F4C259;
}
.btn-play:after {
  font-size: 90%;
}
.btn-play {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
.btn-play {
  padding: 2.5em 1.2em;
  border: 2px solid #F4C259;
  border-radius: 9999px;
  line-height: 100%;
}
.btn-play:after {
  margin-left: 0.8em;
}

.btn btn-border-orange {
  background: #FFFFFF;
  border: 1px solid #F99300;
}

.btn-filled {
  display: inline-block;
  z-index: 10000;
  margin-top: 24px;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .btn-filled {
    padding: 15px 30px !important;
  }
}

.tag-trip {
  padding: 10px 15px;
  background: #FCF5EB;
  color: #F99300;
  font-family: "raleway", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
}
.tag-trip.Podcast {
  padding: 0;
  font-size: 0;
}
.tag-trip.Podcast:before {
  content: "";
  display: block;
  width: 20px;
  height: 55px;
  background: url("https://preprod.siredwards.com/wp-content/uploads/2024/03/podcast.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.link-orange {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "raleway", sans-serif;
  padding: 2px !important;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  cursor: pointer;
}
.link-orange:after {
  width: 90%;
}
.link-orange span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("/wp-content/uploads/2024/03/fleche-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: -5px;
  position: relative;
}

.link-black {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "raleway", sans-serif;
  padding: 2px !important;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  cursor: pointer;
  color: #000000;
  position: relative;
}
.link-black:after {
  width: 90%;
}
.link-black::before, .link-black::after {
  content: "";
  position: absolute;
  background-color: #F99300;
  height: 2px;
}
.link-black::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
@media only screen and (max-width: 768px) {
  .link-black::before {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .link-black::after {
    display: none;
  }
}
.link-black::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.link-black:hover::before {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .link-black:hover::after {
    display: none;
  }
}
.link-black:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.link-black span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("/wp-content/uploads/2024/03/fleche-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: -5px;
  position: relative;
}

/*----------  PAGINATION  ----------*/
.navigation {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 2.2em 0;
}
.navigation .wp-paginate {
  display: block;
}
.navigation .wp-paginate li {
  vertical-align: top;
  margin: 0 0.3em;
}
.navigation .wp-paginate li a {
  color: #000000;
  font-family: "raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  padding: 0.4em 0.8em;
  border: none;
  border-radius: 0;
  line-height: 0;
  vertical-align: middle;
  margin: 0;
}
.navigation .wp-paginate li a:hover {
  background-color: #F99300;
  border-color: #F99300;
}
.navigation .wp-paginate li a.prev, .navigation .wp-paginate li a.next {
  border: none;
  text-transform: uppercase;
  color: #000000;
  padding: 0.6em 0;
  border-bottom: 2px solid #F99300;
  color: #000000;
  font-family: "raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 8.16px;
  border-radius: 0;
}
.navigation .wp-paginate li a.prev:hover, .navigation .wp-paginate li a.next:hover {
  color: #F99300;
  background-color: transparent;
  border-color: #F99300;
}
.navigation .wp-paginate li a.prev:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation .wp-paginate li a.prev:before {
  content: "\e92b";
}
.navigation .wp-paginate li a.prev:before {
  color: #000000;
}
.navigation .wp-paginate li a.prev:before {
  font-size: 85%;
}
.navigation .wp-paginate li a.prev {
  margin-right: 0.8%;
}
.navigation .wp-paginate li a.prev:before {
  margin-right: 0.5%;
}
.navigation .wp-paginate li a.next:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation .wp-paginate li a.next:after {
  content: "\e92a";
}
.navigation .wp-paginate li a.next:after {
  color: #000000;
}
.navigation .wp-paginate li a.next:after {
  font-size: 85%;
}
.navigation .wp-paginate li a.next {
  margin-left: 0.8%;
}
.navigation .wp-paginate li a.next:after {
  margin-left: 0.5%;
}
.navigation .wp-paginate li span {
  display: inline-block;
  border: none;
  background-color: transparent !important;
  color: #000000;
  font-family: "raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 0.8em 0.6em !important;
  border: 2px solid #F99300;
  border-radius: 0;
  line-height: 0;
  margin: 0;
  vertical-align: middle;
}

/*=====  Start of strate jeu road trip  ======*/
#block-strate-jeu {
  position: relative;
}
#block-strate-jeu .mobile {
  display: none;
}
#block-strate-jeu .desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  #block-strate-jeu .mobile {
    display: block;
  }
  #block-strate-jeu .btn-jeu-piste {
    font-size: 300% !important;
  }
  #block-strate-jeu .desktop {
    display: none;
  }
}
#block-strate-jeu .btn-jeu-piste {
  position: absolute;
  background-color: #900000;
  left: 0;
  bottom: 3em;
  right: 0;
  margin: auto;
  width: 6.4em;
  height: 2.4em;
  padding-left: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 160%;
  color: #F4C259;
  text-transform: uppercase;
  font-family: "playfair";
}
#block-strate-jeu .btn-jeu-piste:after {
  content: "\e92a";
  font-family: "siredicon";
  color: #F4C259;
  font-size: 60%;
  margin-left: 0.4em;
}
#block-strate-jeu.block-right-piste {
  position: relative;
  height: 100%;
}
#block-strate-jeu.block-right-piste .block-right-bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#block-strate-jeu.block-right-piste .block-right-title {
  width: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#block-strate-jeu.block-right-piste .block-right-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("./images/sed-2020-line-podcast.svg");
  background-position: top 3em right;
  background-size: 45%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #block-strate-jeu.block-right-piste .block-right-content {
    padding: 6em;
  }
}
#block-strate-jeu.block-right-piste .btn-join {
  background-color: #9C0000;
  color: white;
  border-color: #9C0000;
  padding: 0.7em 1.2em;
}
@media only screen and (max-width: 1024px) {
  #block-strate-jeu.block-right-piste .btn-join {
    bottom: 1.5em;
    font-size: 270% !important;
  }
}

@media only screen and (max-width: 1024px) {
  #block-club-sir-edwards .right {
    display: block !important;
  }
}
/*=====  End of strate jeu road trip  ======*/
/*----------  BREADCRUMB  ----------*/
.breadcrumbs {
  margin: 0.3em 0 1em;
  line-height: 100%;
  position: relative;
  z-index: 4;
  min-height: 15px;
  display: none;
}
.page-template-default .breadcrumbs {
  display: block;
}
.breadcrumbs a {
  color: #000000 !important;
  font-family: "raleway", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  font-weight: bold;
}
.breadcrumbs a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs a:before {
  content: "\e92b";
}
.breadcrumbs a:before {
  color: #F99300;
}
.breadcrumbs a:before {
  font-size: 70%;
}
.breadcrumbs a:after {
  content: "";
  display: none;
}
.breadcrumbs a:before {
  margin-right: 0.5em;
}
.breadcrumbs > *:last-child a:after, .breadcrumbs > *:last-child:after {
  content: "";
  display: none;
}
.breadcrumbs span[property=itemListElement] {
  position: relative;
  padding: 0 1px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs span[property=itemListElement] {
    border-bottom: 2px solid #F99300;
  }
}
.breadcrumbs span[property=itemListElement]::before, .breadcrumbs span[property=itemListElement]::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #F99300;
  z-index: -1;
  height: 2px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs span[property=itemListElement]::before, .breadcrumbs span[property=itemListElement]::after {
    display: none;
  }
}
.breadcrumbs span[property=itemListElement]::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.breadcrumbs span[property=itemListElement]::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.breadcrumbs span[property=itemListElement]:hover::before {
  width: 100%;
}
.breadcrumbs span[property=itemListElement]:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.tax-tags_road_trip .breadcrumbs span[property=itemListElement]:last-child, .tax-thematiques_road_trip .breadcrumbs span[property=itemListElement]:last-child, .tax-lieux_road_trip .breadcrumbs span[property=itemListElement]:last-child {
  display: none;
}

.page-template-template-page-rubrique-lvl-3 #breadcrumbs a {
  color: #FFFFFF !important;
}

/*----------  BREADCRUMB 2024  ----------*/
#breadcrumbs span {
  color: transparent;
}
#breadcrumbs span span {
  position: relative;
  padding: 0 1px;
}
@media only screen and (max-width: 1024px) {
  #breadcrumbs span span {
    border-bottom: 2px solid #F99300;
  }
}
#breadcrumbs span span:first-child {
  display: none;
}
#breadcrumbs span span a {
  font-family: "raleway", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  font-weight: bold;
  color: #000000 !important;
}
#breadcrumbs span span a:before {
  content: "\e92b";
  font-family: "siredicon";
  font-size: 10px;
  color: #F99300;
  margin-right: 5px;
}
#breadcrumbs span span::before, #breadcrumbs span span::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #F99300;
  z-index: 0;
  height: 2px;
}
@media only screen and (max-width: 1024px) {
  #breadcrumbs span span::before, #breadcrumbs span span::after {
    display: none;
  }
}
#breadcrumbs span span::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
#breadcrumbs span span::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#breadcrumbs span span:hover::before {
  width: 100%;
}
#breadcrumbs span span:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#breadcrumbs span .breadcrumb_last {
  display: none;
}

/*----------  ICONS PAR CLASSES  ----------*/
.siredicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "siredicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map_short:before {
  content: "\e900";
}

.icon-calories:before {
  content: "\e901";
}

.icon-clic2buy .path1:before {
  content: "\e902";
  color: rgb(248, 81, 0);
}

.icon-clic2buy .path2:before {
  content: "\e903";
  margin-left: -4.2109375em;
  color: rgb(248, 81, 0);
}

.icon-clic2buy .path3:before {
  content: "\e904";
  margin-left: -4.2109375em;
  color: rgb(248, 81, 0);
}

.icon-clic2buy .path4:before {
  content: "\e905";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-clic2buy .path5:before {
  content: "\e906";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-clic2buy .path6:before {
  content: "\e907";
  margin-left: -4.2109375em;
  color: rgb(248, 81, 0);
}

.icon-clic2buy .path7:before {
  content: "\e908";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-clic2buy .path8:before {
  content: "\e909";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-clic2buy .path9:before {
  content: "\e90a";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-cocktails_room:before {
  content: "\e90b";
}

.icon-coeur:before {
  content: "\e90c";
}

.icon-deco:before {
  content: "\e90d";
}

.icon-drapeau-en .path1:before {
  content: "\e90e";
  color: rgb(255, 255, 255);
}

.icon-drapeau-en .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path5:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path6:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path7:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path8:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path9:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path10:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-en .path11:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-en .path12:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-en .path13:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-en .path14:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-es .path1:before {
  content: "\e91c";
  color: rgb(255, 218, 68);
}

.icon-drapeau-es .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-es .path3:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-fr .path1:before {
  content: "\e91f";
  color: rgb(255, 255, 255);
}

.icon-drapeau-fr .path2:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-fr .path3:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-facebook:before {
  content: "\e922";
}

.icon-finest:before {
  content: "\e923";
}

.icon-fleche_bas:before {
  content: "\e924";
}

.icon-fleche_brute_droite_big:before {
  content: "\e925";
}

.icon-fleche_droite:before {
  content: "\e926";
}

.icon-fleche_gauche:before {
  content: "\e927";
}

.icon-fleche_strong_bas:before {
  content: "\e928";
}

.icon-fleche_strong_haut:before {
  content: "\e929";
}

.icon-fleche_thin_droite:before {
  content: "\e92a";
}

.icon-fleche_thin_gauche:before {
  content: "\e92b";
}

.icon-horloge:before {
  content: "\e92c";
}

.icon-instagram:before {
  content: "\e92d";
}

.icon-lettre:before {
  content: "\e92e";
}

.icon-livre:before {
  content: "\e92f";
}

.icon-loupe:before {
  content: "\e930";
}

.icon-manifesto:before {
  content: "\e931";
}

.icon-marker:before {
  content: "\e932";
}

.icon-menu-barres:before {
  content: "\e933";
}

.icon-menu-croix:before {
  content: "\e934";
}

.icon-myscot .path1:before {
  content: "\e935";
  color: rgb(1, 73, 112);
}

.icon-myscot .path2:before {
  content: "\e936";
  margin-left: -1.3447265625em;
  color: rgb(255, 255, 255);
}

.icon-myscot .path3:before {
  content: "\e937";
  margin-left: -1.3447265625em;
  color: rgb(255, 255, 255);
}

.icon-phone:before {
  content: "\e938";
}

.icon-print:before {
  content: "\e939";
}

.icon-recyclable:before {
  content: "\e93a";
}

.icon-smoky:before {
  content: "\e93b";
}

.icon-soleil:before {
  content: "\e93c";
}

.icon-temperature:before {
  content: "\e93d";
}

.icon-terroir_territoire:before {
  content: "\e93e";
}

.icon-triangle_droite:before {
  content: "\e93f";
}

.icon-twitter:before {
  content: "\e940";
}

.icon-whisky_factory:before {
  content: "\e941";
}

/*=====  End of GENERAL  ======*/
@media only screen and (max-width: 768px) {
  .single-road_trip #content-global.content-roadtrip-single .entry-content {
    font-size: initial !important;
    word-wrap: break-word;
  }
}
/**
 *
 * STYLE DE BASE
 *
 */
html body {
  font-family: "playfair";
  font-size: 23px;
  line-height: 40px;
  color: #161515;
}
html body #btn-more-private {
  display: block;
  text-align: center;
  clear: both;
  margin-bottom: 3em;
}
html body {
  /*======================================
  	=            Blocs généraux            =
  	======================================*/
  /*----------  #block-map-road-trip  ----------*/
}
html body #block-map-road-trip {
  background-color: #0D1720;
  color: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip {
    width: 100% !important;
  }
}
html body #block-map-road-trip .block-map-road-trip-content {
  display: inline-block;
  width: 93%;
  position: relative;
  overflow: hidden;
  padding: 0 3% 6em 4%;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: none !important;
    padding: 0 !important;
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .container-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    height: auto !important;
  }
  html body #block-map-road-trip .block-map-road-trip-content .container-map:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 99999;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .container-map .map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
html body #block-map-road-trip .block-map-road-trip-content .container-map .map:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, transparent), color-stop(75%, rgb(13, 23, 32)), to(rgb(13, 23, 32)));
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, rgb(13, 23, 32) 75%, rgb(13, 23, 32) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: inline-block;
  width: 100%;
  height: 5%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .container-map .map {
    position: relative;
  }
  html body #block-map-road-trip .block-map-road-trip-content .container-map .map.leaflet-container {
    left: 0 !important;
    top: 0 !important;
    height: 400px !important;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .msr-glob {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 4%;
    width: 92%;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left {
  width: 30%;
  color: #FFFFFF;
  padding: 4em 0 6em;
  text-align: left;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 0 4em;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 80%;
  margin-bottom: 0.3em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .myscot-flag {
  position: relative;
  width: 30%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title strong {
  display: inline-block;
  width: 100%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .yellow-text {
  color: #F4C259;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .white-text {
  position: relative;
  left: -0.2em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .soft-text {
  display: inline-block;
  width: 100%;
  font-weight: 100;
  font-size: 80%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .soft-text {
  text-transform: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: inline-block;
  width: 70%;
  line-height: 165%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right {
  position: absolute;
  bottom: 0;
  right: 3%;
  top: 0;
  margin: auto 0;
  height: 85%;
  width: 35%;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right {
    position: relative;
    right: 0;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .not-result-road-trip {
  padding: 3em 5em;
  font-weight: 400;
  font-size: 100%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .not-result-road-trip {
  text-align: center;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top {
  background-color: #10222c;
  padding: 1.2em 4% 1.6em;
  height: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86%;
          flex: 0 0 86%;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .block-title {
  color: #F4C259;
  text-transform: none;
  font-weight: 400;
  font-size: 130%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .block-title {
  text-align: center;
  margin-bottom: 0.8em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset {
  display: inline-block;
  width: 100%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item {
  width: 30%;
  display: inline-block;
  border: 1px solid #768892;
  line-height: 100%;
  position: relative;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item:nth-child(2) {
  margin: 0 0.6em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  color: #768892;
  padding: 0.9em 0 0.6em 10%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  font-size: 75%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre {
  font-style: italic;
  background: url("images/pictos/fleche_strong_bas_blue_light.svg") 90% center no-repeat #10222c;
  background-size: 0.9em;
  overflow-y: hidden;
  overflow-x: inherit;
  display: inline-block;
  width: 90%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre option {
  color: #768892;
  font-weight: 400;
  font-size: 75%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre option {
  font-style: italic;
  padding: 1em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt {
  display: none;
  position: absolute;
  width: 80%;
  padding: 0em 10% 0.4em;
  z-index: 2;
  background-color: #10222c;
  border: 1px solid #768892;
  border-top: none;
  left: -1px;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li {
  margin-bottom: 0.2em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li span {
  font-weight: 400;
  font-size: 75%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li span {
  cursor: pointer;
  color: #FFFFFF;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li span:hover {
  color: #F4C259;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas {
  height: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .list-road-map-datas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow-y: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .content-list-road-map-datas {
  background-color: #152836;
  padding: 0;
  position: relative;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94%;
          flex: 0 0 94%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip {
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 0.2em;
  height: 12%;
  width: 12%;
  border-radius: 60em;
  background-color: #152836;
  cursor: pointer;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  content: "\e929";
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  color: #C00202;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  font-size: 55%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 1em;
  margin: 0 auto;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip span {
  display: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  bottom: -11%;
  height: 12%;
  width: 12%;
  border-radius: 60em;
  background-color: #152836;
  cursor: pointer;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  content: "\e928";
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  color: #C00202;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  font-size: 55%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1em;
  margin: 0 auto;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip span {
  display: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip {
  width: 100%;
  height: 100%;
  position: relative;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, transparent), color-stop(75%, rgb(21, 40, 54)), to(rgb(21, 40, 54)));
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, rgb(21, 40, 54) 75%, rgb(21, 40, 54) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: inline-block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  position: absolute;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 6%;
  position: relative;
  min-height: 5em;
  max-height: 5em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .title-road-trip {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: 0;
  line-height: 125%;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 95%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .data-road-trip-lng,
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .data-road-trip-lat {
  display: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .image-road-trip {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  border-radius: 50em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .right-road-trip-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  position: relative;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #FFFFFF;
  padding-top: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-color: #C00202;
  border-radius: 50em;
  font-size: 65%;
  margin-right: 1em;
  padding: 0.2em 1em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li:last-of-type {
  margin-right: 0;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li.audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4C259;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li.audio img {
  max-width: 16px;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li a {
  color: #FFFFFF;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info {
  display: none;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  background-color: #F4C259;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  content: "\e92a";
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  color: #000000;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  font-size: 85%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:hover {
  color: #000000;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info {
  font-weight: 900;
  font-size: 90%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info {
  text-transform: uppercase;
  height: 100%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  position: relative;
  left: 5%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt.active {
  background-color: transparent;
  padding-left: 0px;
  background-color: #1a313f;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt.active:before {
  content: "";
  background-color: #1a313f;
  display: inline-block;
  width: 7%;
  height: 100%;
  position: absolute;
  left: -6.9%;
  top: 0;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt.active .image-road-trip {
  display: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt.active .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body {
  /*======================================
  	=          Template IMMERSION         =
  	======================================*/
}
html body .page-road-trip .container-header-rubrique {
  position: relative;
  background-color: #1B1B1B;
  overflow: hidden;
}
html body .page-road-trip .container-header-rubrique:after {
  content: "";
  display: block;
  width: 140%;
  height: 400px;
  background: url("https://preprod.siredwards.com/wp-content/uploads/2024/02/top-bkg-content.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -190px;
  left: -20%;
}
html body .page-road-trip .container-header-rubrique .image-une img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (max-width: 1024px) {
  html body .page-road-trip .container-header-rubrique .image-une img {
    height: 600px;
  }
}
html body .page-road-trip .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 50px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
html body .page-road-trip .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
}
html body .page-road-trip .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 250%;
}
html body .page-road-trip .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  font-family: "playfair";
  line-height: 110%;
  width: 70%;
  margin: 1.5em auto 0;
}
html body .page-road-trip .container-header-rubrique .content-header-rubrique .slogan-rubrique:before {
  content: "«";
  margin-right: 0.5em;
}
html body .page-road-trip .container-header-rubrique .content-header-rubrique .slogan-rubrique:after {
  content: "»";
  margin-left: 0.5em;
}
html body .page-road-trip .content_immersion #block-map-road-trip {
  background-color: #FFFFFF !important;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content {
  overflow: visible;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .container-map {
  height: 600px;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .container-map .map {
  width: 75% !important;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .container-map .map:after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, transparent), color-stop(75%, white), to(white));
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, white 75%, white 100%);
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .container-map .map {
    width: 100% !important;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .container-map .map span.nb_childs_markers {
  color: #AD0023;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip {
  position: absolute;
  top: 0;
  left: 0;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas {
  width: 60%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-55%, 80%);
          transform: translate(-55%, 80%);
  background: white;
  z-index: 999999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas {
    width: 90%;
    left: 55%;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .close-road-trip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: black;
  border-radius: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-family: "raleway", sans-serif;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li {
  display: none;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .data-road-trip-lng,
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .data-road-trip-lat {
  display: none;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .image-road-trip {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .image-road-trip {
    width: 100%;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .image-road-trip img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list {
    width: 100%;
    margin-top: 25px;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list .title-road-trip {
  color: #000000;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  font-size: 30px;
  line-height: 45px;
  margin: 25px 0;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #FFFFFF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list ul li:last-of-type {
  margin-right: 0;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list ul li.audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list ul li.audio img {
  max-width: 16px;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .list-road-map-datas-container .container-list-road-trip ul li.active .right-road-trip-list ul li a {
  padding: 10px 15px;
  background: #FCF5EB;
  color: #F99300;
  font-family: "raleway", sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  margin-right: 10px;
  letter-spacing: 4px;
  font-weight: 500;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .content_list_road_trip .container-list-road-trip ul li {
  display: none;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right {
  width: 35%;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: auto;
  background-color: #AD0023;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .upper-title .title {
  font-family: "raleway", sans-serif;
  letter-spacing: 0.16px;
  font-weight: 500;
  fill: #FFFFFF;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top h2 {
  font-family: "raleway", sans-serif;
  font-size: 33px;
  line-height: 39px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 25px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top h2 {
    padding: 0 5px;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top p {
  text-align: center;
  font-family: "playfair";
  font-size: 17px;
  line-height: 28px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top p {
    padding: 0 5px;
    margin: 25px 0;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .rt-filters fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .rt-filters fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .rt-filters fieldset .form-item {
  width: 50%;
  border: none;
}
@media only screen and (max-width: 768px) {
  html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .rt-filters fieldset .form-item {
    width: 100%;
    margin: 10px 0 0;
  }
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre {
  padding: 1em 0 1em 10%;
  background-color: #FFFFFF;
  font-family: "raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 8.16px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/siredwards_2024/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 45%;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
html body .page-road-trip .content_immersion #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li span {
  font-family: "raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 2px;
  color: #000000;
  font-weight: bold;
}
html body {
  /*----------  #block-list-road-trip 2024  ----------*/
}
html body .block-list-road-trips {
  background-color: white;
}
html body .block-list-road-trips h2 {
  padding: 2em 0;
  text-align: center;
  color: #000000;
}
html body .block-list-road-trips .container-list-road-trips ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
}
@media only screen and (max-width: 768px) {
  html body .block-list-road-trips .container-list-road-trips ul .block-type-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    width: 90%;
    margin: 0 auto;
  }
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  html body .block-list-road-trips .container-list-road-trips ul .block-type-1:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:first-child img {
  width: 50%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  html body .block-list-road-trips .container-list-road-trips ul .block-type-1:first-child img {
    width: 100%;
  }
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:first-child .container-post {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  html body .block-list-road-trips .container-list-road-trips ul .block-type-1:first-child .container-post {
    width: 100%;
  }
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2), html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2), html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) img, html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post, html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post {
  position: absolute;
  width: 40%;
  text-align: center !important;
  background-color: #AD0023;
  margin: auto 5%;
  padding: 2em !important;
}
@media only screen and (max-width: 768px) {
  html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post, html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post {
    position: initial;
    width: 100%;
    padding: 2em 0 !important;
  }
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post .etiquettes-roadtrip .tags, html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post .etiquettes-roadtrip .tags {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post .etiquettes-roadtrip .tags .tag-trip, html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post .etiquettes-roadtrip .tags .tag-trip {
  background: #DC274C;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post .etiquettes-roadtrip .tags .tag-trip.Podcast:before, html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post .etiquettes-roadtrip .tags .tag-trip.Podcast:before {
  content: "";
  display: block;
  width: 20px;
  height: 55px;
  background: url("/wp-content/uploads/2024/03/podcast-white-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post span,
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post p,
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post a, html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post span,
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post p,
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post a {
  color: #FFFFFF;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(2) .container-post h3, html body .block-list-road-trips .container-list-road-trips ul .block-type-1:nth-child(5) .container-post h3 {
  color: #FFFFFF !important;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1 .container-post.item-cocktail {
  text-align: left;
  color: #000000;
  padding: 1em 0;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1 .container-post.item-cocktail .etiquettes-roadtrip .tags {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 25px !important;
  margin-bottom: 25px;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1 .container-post.item-cocktail h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  font-family: "raleway", sans-serif;
}
html body .block-list-road-trips .container-list-road-trips ul .block-type-1 .container-post.item-cocktail p {
  font-family: "playfair";
  margin: 15px auto;
}
html body {
  /*----------  #block-gammes-sir-edwards  ----------*/
}
html body #block-gammes-sir-edwards .col-container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html body #block-gammes-sir-edwards .col-container .col {
  position: relative;
}
html body #block-gammes-sir-edwards .col-container .col .links-gammes-sir-edwards {
  position: absolute;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 60%;
  left: 20%;
}
html body #block-gammes-sir-edwards .col-container .col .links-gammes-sir-edwards a {
  margin-bottom: 1em;
  padding: 0.3em 0.8em;
  color: #FFFFFF !important;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy {
  padding: 0.3em 1%;
  position: relative;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme {
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  top: 100%;
  left: 0;
  width: 100%;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme li {
  position: relative;
  left: -2px;
  background-color: #F4C259;
  color: #1B1B1B;
  padding: 0.2em 0 !important;
  padding-right: 4px !important;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0 !important;
  border-bottom: 1px solid #1B1B1B;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme li:hover {
  background-color: #CE9B31;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme li:last-child {
  border-bottom: none;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme li span {
  font-weight: inherit;
  font-size: 85%;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy:hover .contenances-gamme {
  display: block !important;
}
html body {
  /*----------  #block-newsletter  ----------*/
}
html body #block-newsletter {
  width: 68%;
  padding: 3.5em 16% 3.5em;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
}
html body #block-newsletter p {
  display: inline-block;
  width: 100%;
  margin: 2em 0 0;
  color: #413F40;
  font-weight: inherit;
  font-size: 105%;
}
html body #block-newsletter p.small {
  font-weight: inherit;
  font-size: 70%;
}
html body #block-newsletter p.small {
  font-style: italic;
  margin: 0 0 1.5em;
}
html body #block-newsletter #bloc_newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body #block-newsletter #bloc_newsletter #subForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 36%;
}
html body #block-newsletter #bloc_newsletter #subForm #n {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 58.5%;
          flex: 1 0 58.5%;
  font-weight: 700;
  border: 2px solid #F4C259;
  font-style: italic;
  color: #7A7071;
  padding: 1.2em 4%;
  line-height: 100%;
}
html body #block-newsletter #bloc_newsletter #subForm .btn-red {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 29.5%;
          flex: 1 0 29.5%;
  margin-left: 2%;
  font-weight: 700;
  font-size: 100%;
}
html body #block-newsletter #bloc_newsletter #subForm .btn-red:hover {
  color: #7f7273;
  font-weight: 400;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 36%;
}
@media only screen and (max-width: 1024px) {
  html body #block-newsletter #bloc_newsletter #gform_wrapper_49 {
    width: 70% !important;
  }
}
@media screen and (max-width: 640px) {
  html body #block-newsletter #bloc_newsletter #gform_wrapper_49 {
    width: 100% !important;
  }
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 form {
  margin: 0;
  width: 100%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 form .validation_error {
  display: none;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield .gfield_label {
  display: none;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield .ginput_container {
  margin-top: 0;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield .ginput_container input {
  margin-top: 0;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_email input {
  display: inline-block;
  width: 74%;
  font-weight: 700;
  border: 2px solid #F4C259;
  font-style: italic;
  color: #7A7071;
  padding: 1.2em 4%;
  line-height: 100%;
  font-family: Arial;
  font-size: 13px !important;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  text-align: left;
  margin-top: 0.5em;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check {
    font-size: 310%;
  }
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox input {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox input:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 80%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox label {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox label {
  line-height: 120%;
  text-align: left;
  max-width: 100%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox label:before {
  top: 0.05em;
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer {
  padding: 0;
  margin: 0;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer .gform_button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 23% !important;
  height: 51px;
  margin: 0 0 0 2% !important;
  font-weight: 700;
  font-size: 100%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer .gform_button {
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.25em 1.5% !important;
  font-weight: 700;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer .gform_button {
    font-size: 330% !important;
    line-height: normal;
  }
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer .gform_button:hover {
  color: #7f7273;
  font-weight: 400;
}
html body #block-newsletter #field_newsletter_check {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  text-align: left;
  margin-top: 0.5em;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  html body #block-newsletter #field_newsletter_check {
    font-size: 310%;
  }
}
html body #block-newsletter #field_newsletter_check .gfield_label {
  display: none;
}
html body #block-newsletter #field_newsletter_check #label_newsletter_check_1 {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html body #block-newsletter #field_newsletter_check #label_newsletter_check_1 {
  line-height: 120%;
  text-align: left;
}
html body #block-newsletter #field_newsletter_check #label_newsletter_check_1:before {
  top: 0.05em;
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html body #block-newsletter #field_newsletter_check #choice_newsletter_check_1 {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html body #block-newsletter #field_newsletter_check #choice_newsletter_check_1:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 80%;
}
html body #block-newsletter .rgpd-newsletter .more-rgpd-link-newsletter {
  margin: 0 !important;
}
html body #block-newsletter .rgpd-newsletter a {
  color: #CE9B31;
}
html body {
  /*----------  #block-whisky-factory  ----------*/
}
html body #block-whisky-factory {
  position: relative;
  overflow: hidden;
}
html body #block-whisky-factory .small-list {
  position: absolute;
  z-index: 2;
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#262525), color-stop(33.33%, #262525), color-stop(33.33%, #1B1B1B), color-stop(66.66%, #1B1B1B), color-stop(66.66%, #262525), to(#262525));
  background: linear-gradient(to top, #262525, #262525 33.33%, #1B1B1B 33.33%, #1B1B1B 66.66%, #262525 66.66%, #262525);
}
html body #block-whisky-factory .small-list .current-select {
  position: absolute;
  width: 100%;
  height: 33.3333333333%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #9C0000;
}
html body #block-whisky-factory .small-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  position: relative;
}
html body #block-whisky-factory .small-list li svg {
  fill: #F4C259;
  width: 70%;
}
html body #block-whisky-factory .small-list li.is-active svg, html body #block-whisky-factory .small-list li:hover svg {
  fill: #FFFFFF;
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  content: "\e925";
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  color: #9C0000;
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  font-size: 200%;
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -19.5%;
  width: 20%;
  height: 20%;
}
html body #block-whisky-factory .big-list li {
  display: none;
  position: relative;
}
html body #block-whisky-factory .big-list li .container-big-list {
  position: absolute;
  height: 65%;
  width: 28%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
html body #block-whisky-factory .big-list li .container-big-list .picto-link {
  margin-bottom: 2em;
}
html body #block-whisky-factory .big-list li .container-big-list .picto-link svg {
  fill: #FFFFFF;
  width: 28vw;
}
html body #block-whisky-factory .big-list li .container-big-list .picto-link svg * {
  fill: #FFFFFF;
}
html body #block-whisky-factory .big-list li .container-big-list h2 {
  font-weight: 700;
  font-size: 130%;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow {
  margin: 2em auto 0;
  padding: 0.8em 0;
  width: 32%;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after {
  content: "\e92a";
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after {
  color: #000000;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after {
  font-size: 90%;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after {
  display: inline-block;
  position: relative;
  margin-left: 6%;
}
html body #block-whisky-factory .big-list li.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body {
  /*----------  #block-club-sir-edwards  ----------*/
}
html body #block-club-sir-edwards .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
html body #block-club-sir-edwards .col.first {
  background-color: #9C0000;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards {
  color: #FFFFFF;
  width: 62%;
  padding: 7.5% 19% 1%;
  text-align: center;
  position: relative;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .block-title {
  line-height: 100%;
  font-weight: 900;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards p {
  display: inline-block;
  width: 100%;
  margin: 2.5% 0 3.5%;
  line-height: 170%;
  font-weight: 300;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 2%;
  font-weight: 800;
  font-size: 100%;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn {
  padding: 0.7em 1.2em;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-join {
  background-color: #F4C259;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-join:hover {
  color: #1B1B1B;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-join:hover {
  background-color: #CE9B31;
  border-color: #CE9B31;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect {
  border-color: #262525;
  background-color: #262525;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect:hover {
  color: #1B1B1B;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect {
  font-weight: 800;
  font-size: 100%;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect:hover {
  background-color: #F4C259;
  border-color: #F4C259;
}
html body #block-club-sir-edwards .col.right {
  background: url(images/club-siredwards.jpg) no-repeat;
  background-attachment: fixed;
  position: relative;
  background-position: center right;
  background-size: auto 100%;
}
html body {
  /*----------  .block-auto-promotion  ----------*/
}
html body .block-auto-promotion {
  width: 65%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5em;
  margin-bottom: 4em;
}
html body {
  /*=====  End of Blocs généraux  ======*/
  /*----------  #block-navigation-posts  ----------*/
}
html body #block-navigation-posts {
  width: 65%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3%;
  margin-bottom: 1.5%;
}
html body #block-navigation-posts .btn {
  position: relative;
  color: #1B1B1B;
  text-transform: none;
  padding: 0.8em 2em;
  max-width: 30%;
  font-weight: 400;
  font-size: 100%;
}
html body #block-navigation-posts .btn {
  font-family: "playfair";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body #block-navigation-posts .btn.prev-post {
  padding-left: 1em;
  margin-right: auto;
}
html body #block-navigation-posts .btn.prev-post:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-navigation-posts .btn.prev-post:before {
  content: "\e92b";
}
html body #block-navigation-posts .btn.prev-post:before {
  color: #F4C259;
}
html body #block-navigation-posts .btn.prev-post:before {
  font-size: 90%;
}
html body #block-navigation-posts .btn.prev-post:before {
  margin-right: 1em;
}
html body #block-navigation-posts .btn.next-post:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-navigation-posts .btn.next-post:after {
  content: "\e92a";
}
html body #block-navigation-posts .btn.next-post:after {
  color: #F4C259;
}
html body #block-navigation-posts .btn.next-post:after {
  font-size: 90%;
}
html body #block-navigation-posts .btn.next-post {
  padding-right: 1em;
  margin-left: auto;
}
html body #block-navigation-posts .btn.next-post:after {
  margin-left: 1em;
}
html body #block-navigation-posts .btn:hover {
  background-color: #F4C259;
}
html body #block-navigation-posts .btn:hover:after {
  color: #000000;
}
html body #block-navigation-posts .btn:hover:before {
  color: #000000;
}
html body {
  /*----------  #block-navigation-posts-new  ----------*/
}
html body #block-navigation-posts-new {
  background: #FCF5EB;
}
html body #block-navigation-posts-new .content-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3%;
  padding: 2% 0;
}
@media only screen and (max-width: 768px) {
  html body #block-navigation-posts-new .content-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
html body #block-navigation-posts-new .content-navigation .btn-filled {
  font-family: "raleway", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  max-width: 30%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: transparent;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  html body #block-navigation-posts-new .content-navigation .btn-filled {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
  }
}
html body #block-navigation-posts-new .content-navigation .btn-filled.prev-post {
  padding-left: 1em;
  margin-right: auto;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.prev-post:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.prev-post:before {
  content: "\e92b";
}
html body #block-navigation-posts-new .content-navigation .btn-filled.prev-post:before {
  color: #F99300;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.prev-post:before {
  font-size: 90%;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.prev-post:before {
  margin-right: 1em;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.next-post:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.next-post:after {
  content: "\e92a";
}
html body #block-navigation-posts-new .content-navigation .btn-filled.next-post:after {
  color: #F99300;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.next-post:after {
  font-size: 90%;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.next-post {
  padding-right: 1em;
  margin-left: auto;
}
html body #block-navigation-posts-new .content-navigation .btn-filled.next-post:after {
  margin-left: 1em;
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.prev-post {
  margin-right: auto;
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.prev-post:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.prev-post:before {
  content: "\e92b";
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.prev-post:before {
  color: #000000;
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.prev-post:before {
  font-size: 90%;
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.next-post:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.next-post:after {
  content: "\e92a";
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.next-post:after {
  color: #000000;
}
html body #block-navigation-posts-new .content-navigation .btn-filled:hover.next-post:after {
  font-size: 90%;
}
html body {
  /*----------  #block-shared-content Auto-promo  ----------*/
}
html body #block-shared-content {
  position: relative;
  margin-bottom: 3%;
  margin-top: -5.5em;
  width: 25.5%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-bottom: 2px solid #F4C259;
  padding-bottom: 5.5em;
}
html body #block-shared-content:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-shared-content:after {
  content: "\e90d";
}
html body #block-shared-content:after {
  color: #F4C259;
}
html body #block-shared-content:after {
  font-size: 400%;
}
html body #block-shared-content:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -20%;
  width: 24.25%;
  background-color: #FFFFFF;
}
html body #block-shared-content .title-shared {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 110%;
}
html body #block-shared-content .title-shared {
  color: #413F40;
  margin-bottom: 0.5em;
  display: inline-block;
}
html body #block-shared-content #site-rs-shared {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 34%;
          flex: 1 0 34%;
}
html body #block-shared-content #site-rs-shared ul {
  width: 100%;
}
html body #block-shared-content #site-rs-shared ul .rs-rond {
  vertical-align: top;
  margin-left: 3%;
}
html body #block-shared-content #site-rs-shared ul .rs-rond:first-child {
  margin-left: 0;
}
html body #block-shared-content #site-rs-shared ul .rs-rond a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-out";
          transition-timing-function: "ease-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #FFFFFF;
  background-color: #C00202;
}
html body #block-shared-content #site-rs-shared ul .rs-rond a:hover {
  background-color: #F4C259;
}
html body #block-shared-content #site-rs-shared ul .rs-rond a {
  padding: 0.4em 0.4em;
  width: 1.3em;
  height: 1.3em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
html body #block-shared-content #site-rs-shared ul .rs-rond a:before {
  vertical-align: text-bottom;
}
html body #block-shared-content #site-rs-shared ul .rs-fb-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-shared-content #site-rs-shared ul .rs-fb-shared a:before {
  content: "\e922";
}
html body #block-shared-content #site-rs-shared ul .rs-fb-shared a span {
  display: none;
}
html body #block-shared-content #site-rs-shared ul .rs-twit-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-shared-content #site-rs-shared ul .rs-twit-shared a:before {
  content: "\e940";
}
html body #block-shared-content #site-rs-shared ul .rs-twit-shared a span {
  display: none;
}
html body #block-shared-content #site-rs-shared ul .rs-mail-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-shared-content #site-rs-shared ul .rs-mail-shared a:before {
  content: "\e92e";
}
html body #block-shared-content #site-rs-shared ul .rs-mail-shared a {
  font-size: 90%;
  padding: 0.7em;
}
html body #block-shared-content #site-rs-shared ul .rs-mail-shared a span {
  display: none;
}
html body {
  /*=====  End of Blocs généraux  ======*/
  /*----------  #block-partage Auto-promo 2024  ----------*/
}
html body #block-partage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  text-align: center;
  margin: 0 auto 50px;
}
html body #block-partage-content .title-shared {
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #AD0023;
  display: inline-block;
}
html body #block-partage-content #site-rs-shared {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 34%;
          flex: 1 0 34%;
}
html body #block-partage-content #site-rs-shared ul {
  width: 100%;
}
html body #block-partage-content #site-rs-shared ul .rs-rond {
  vertical-align: top;
  margin-left: 3%;
}
html body #block-partage-content #site-rs-shared ul .rs-rond:first-child {
  margin-left: 0;
}
html body #block-partage-content #site-rs-shared ul .rs-rond a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-out";
          transition-timing-function: "ease-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #AD0023;
  background-color: #FFFFFF;
}
html body #block-partage-content #site-rs-shared ul .rs-rond a:hover {
  background-color: #FFFFFF;
  color: #F99300;
}
html body #block-partage-content #site-rs-shared ul .rs-rond a {
  padding: 0.4em 0.4em;
  width: 1.3em;
  height: 1.3em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
html body #block-partage-content #site-rs-shared ul .rs-rond a:before {
  vertical-align: text-bottom;
}
html body #block-partage-content #site-rs-shared ul .rs-fb-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-partage-content #site-rs-shared ul .rs-fb-shared a:before {
  content: "\e922";
}
html body #block-partage-content #site-rs-shared ul .rs-fb-shared a span {
  display: none;
}
html body #block-partage-content #site-rs-shared ul .rs-twit-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-partage-content #site-rs-shared ul .rs-twit-shared a:before {
  content: "\e940";
}
html body #block-partage-content #site-rs-shared ul .rs-twit-shared a span {
  display: none;
}
html body #block-partage-content #site-rs-shared ul .rs-mail-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-partage-content #site-rs-shared ul .rs-mail-shared a:before {
  content: "\e92e";
}
html body #block-partage-content #site-rs-shared ul .rs-mail-shared a {
  font-size: 90%;
  padding: 0.7em;
}
html body #block-partage-content #site-rs-shared ul .rs-mail-shared a span {
  display: none;
}
html body {
  /*----------  #block-immersion 2024  ----------*/
}
html body .bloc_immersion {
  background: url("/wp-content/uploads/2024/02/immersion.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body .bloc_immersion .container .content_immersion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 775px;
  padding-bottom: 5em;
}
html body .bloc_immersion .container .content_immersion .content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 768px) {
  html body .bloc_immersion .container .content_immersion .content_title {
    width: 90%;
    margin: 0 auto;
  }
}
html body .bloc_immersion .container .content_immersion .content_title .upper-title .title {
  font-family: "raleway", sans-serif;
  letter-spacing: 0.16px;
  font-weight: 500;
  fill: #FFFFFF;
}
html body .bloc_immersion_road .content_road_trip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  html body .bloc_immersion_road .content_road_trip {
    display: block;
  }
}
html body .bloc_immersion_road .content_road_trip .item_road {
  position: relative;
}
html body .bloc_immersion_road .content_road_trip .item_road a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html body .bloc_immersion_road .content_road_trip .item_road a .item-content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(85%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
}
html body .bloc_immersion_road .content_road_trip .item_road a .item-content .block-title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
html body .bloc_immersion_road .content_road_trip .item_road:hover a:after {
  width: 90%;
  height: 90%;
  border: 2px solid white;
}
html body .bloc_immersion_road .cta-road {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
html body {
  /*----------  #block-immersion-single 2024  ----------*/
}
html body .bloc_immersion-single .container .content_immersion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2em;
}
html body .bloc_immersion-single .container .content_immersion .content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
html body .bloc_immersion-single .container .content_immersion .content_title .upper-title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  html body .bloc_immersion-single .container .content_immersion .content_title .upper-title svg {
    height: 65px;
  }
}
html body .bloc_immersion-single .container .content_immersion .content_title .upper-title .title {
  font-family: "raleway", sans-serif;
  letter-spacing: 0.16px;
  font-weight: 500;
  fill: #000000;
}
@media only screen and (max-width: 768px) {
  html body .bloc_immersion-single .container .content_immersion .content_title .upper-title .title {
    font-size: 1px;
  }
}
html body .bloc_immersion-single .container .content_immersion .content_title h2 {
  color: #000000;
}
html body .bloc_immersion_road-single {
  position: relative;
  overflow: hidden;
}
html body .bloc_immersion_road-single:after {
  content: "";
  display: block;
  width: 400px;
  height: 500px;
  position: absolute;
  top: -30px;
  right: -130px;
  background: url("/wp-content/uploads/2024/03/ecosse.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
html body .bloc_immersion_road-single .content_road_trip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  html body .bloc_immersion_road-single .content_road_trip {
    display: block;
  }
}
html body .bloc_immersion_road-single .content_road_trip .item_road {
  position: relative;
  border: 2px solid #FFFFFF;
}
html body .bloc_immersion_road-single .content_road_trip .item_road a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html body .bloc_immersion_road-single .content_road_trip .item_road a .item-content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(85%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
}
html body .bloc_immersion_road-single .content_road_trip .item_road a .item-content .block-title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
html body .bloc_immersion_road-single .content_road_trip .item_road:hover a:after {
  width: 90%;
  height: 90%;
  border: 2px solid white;
}
html body .bloc_immersion_road-single .cta-road {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4em;
}
html body {
  /*----------  #block-cocktail 2024  ----------*/
}
html body .bloc_cocktail {
  background: url("/wp-content/themes/siredwards_2026/images/2026/our-drinks-sir-edwards.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body .bloc_cocktail .container .content_cocktail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 775px;
  padding-bottom: 5em;
}
html body .bloc_cocktail .container .content_cocktail .content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 1024px) {
  html body .bloc_cocktail .container .content_cocktail .content_title {
    width: 90%;
  }
}
html body .bloc_similar_cocktail .content_similar_cocktail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  html body .bloc_similar_cocktail .content_similar_cocktail {
    display: block;
  }
}
html body .bloc_similar_cocktail .content_similar_cocktail .item_cocktail {
  position: relative;
  border: 2px solid #FFFFFF;
}
html body .bloc_similar_cocktail .content_similar_cocktail .item_cocktail .item-content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(85%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
}
html body .bloc_similar_cocktail .content_similar_cocktail .item_cocktail .item-content .block-title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
html body .bloc_similar_cocktail .cta-cocktail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
html body .bloc_other-scottish-legends {
  margin-bottom: 2em;
}
html body .bloc_other-scottish-legends .content_scottish-legends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 90%;
  margin: 0 auto;
}
html body .bloc_other-scottish-legends .content_scottish-legends .item_legend {
  position: relative;
  -ms-flex-preferred-size: 378px;
      flex-basis: 378px;
}
html body .bloc_other-scottish-legends .content_scottish-legends .item_legend a {
  display: block;
  position: relative;
  height: 285px;
  overflow: hidden;
}
html body .bloc_other-scottish-legends .content_scottish-legends .item_legend a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html body .bloc_other-scottish-legends .content_scottish-legends .item_legend a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 378px;
  max-height: 285px;
  height: 100%;
  display: block;
}
html body .bloc_other-scottish-legends .content_scottish-legends .item_legend a .item-content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(85%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
}
html body .bloc_other-scottish-legends .content_scottish-legends .item_legend a .item-content .block-title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
html body .bloc_other-scottish-legends .content_scottish-legends .item_legend:hover a:after {
  width: 90%;
  height: 90%;
  border: 2px solid white;
}
html body .bloc_other-scottish-legends .cta-road {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body {
  /*=====  End of Blocs généraux  ======*/
  /*======================================
  	=            Contenu global            =
  	======================================*/
}
html body #primary-page #content-global,
html body #primary-single #content-global {
  /*----------  Haut de page global  ----------*/
}
html body #primary-page #content-global .entry-header:not(.no-img),
html body #primary-single #content-global .entry-header:not(.no-img) {
  position: relative;
  background-color: #FFFFFF;
}
html body #primary-page #content-global .entry-header:not(.no-img):after,
html body #primary-single #content-global .entry-header:not(.no-img):after {
  display: none;
}
html body #primary-page #content-global .entry-header:not(.no-img) .content-header h1.inpage-title,
html body #primary-single #content-global .entry-header:not(.no-img) .content-header h1.inpage-title {
  background-color: transparent;
  font-weight: 900;
  color: #413F40;
}
html body #primary-page #content-global .header_image,
html body #primary-single #content-global .header_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background: url("/wp-content/uploads/2024/02/bkg-header-post.svg");
  background-repeat: no-repeat;
  background-size: 120%;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global .header_image,
  html body #primary-single #content-global .header_image {
    background: none;
    height: 510px;
  }
}
html body #primary-page #content-global .header_image .image-article,
html body #primary-single #content-global .header_image .image-article {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global .header_image .image-article,
  html body #primary-single #content-global .header_image .image-article {
    width: 100%;
  }
}
html body #primary-page #content-global .header_image .image-article img,
html body #primary-single #content-global .header_image .image-article img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global .header_image .image-article img,
  html body #primary-single #content-global .header_image .image-article img {
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global .header_image .image-article img,
  html body #primary-single #content-global .header_image .image-article img {
    height: 350px;
  }
}
html body #primary-page #content-global,
html body #primary-single #content-global {
  /*----------  Contenu de page global  ----------*/
}
html body #primary-page #content-global .entry-content,
html body #primary-single #content-global .entry-content {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: center;
  line-height: 170%;
  padding: 1em 0 1.5em;
  color: #262525;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global .entry-content,
  html body #primary-single #content-global .entry-content {
    width: 90%;
  }
}
html body #primary-page #content-global .entry-content .slogan,
html body #primary-single #content-global .entry-content .slogan {
  font-weight: 400;
  font-size: 32px;
}
html body #primary-page #content-global .entry-content .slogan,
html body #primary-single #content-global .entry-content .slogan {
  font-family: "playfair";
  line-height: 44px;
  margin: 1em auto;
  color: #AD0023;
  display: inline-block;
  width: 100%;
}
html body #primary-page #content-global .entry-content .slogan:before,
html body #primary-single #content-global .entry-content .slogan:before {
  content: "";
  margin-right: 0;
}
html body #primary-page #content-global .entry-content .slogan:after,
html body #primary-single #content-global .entry-content .slogan:after {
  content: "";
  margin-left: 0;
}
html body #primary-page #content-global .entry-content .slogan p,
html body #primary-single #content-global .entry-content .slogan p {
  color: #AD0023;
}
html body #primary-page #content-global .entry-content b,
html body #primary-page #content-global .entry-content strong,
html body #primary-single #content-global .entry-content b,
html body #primary-single #content-global .entry-content strong {
  font-weight: 700;
  color: #413F40;
  font-weight: 600;
}
html body #primary-page #content-global .entry-content a,
html body #primary-single #content-global .entry-content a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #F4C259;
}
html body #primary-page #content-global .entry-content a:hover,
html body #primary-single #content-global .entry-content a:hover {
  color: #CE9B31;
}
html body #primary-page #content-global .entry-content a,
html body #primary-single #content-global .entry-content a {
  color: #CE9B31;
}
html body #primary-page #content-global .entry-content h2,
html body #primary-single #content-global .entry-content h2 {
  font-weight: 400;
  font-size: 250%;
}
html body #primary-page #content-global .entry-content h2,
html body #primary-single #content-global .entry-content h2 {
  font-family: "playfair";
  color: #413F40;
  text-transform: none;
  text-align: left;
  margin: 1em 0 0.7em;
}
html body #primary-page #content-global .entry-content p,
html body #primary-single #content-global .entry-content p {
  margin: 0 0 0.8em;
  font-weight: 300;
  color: #413F40;
}
html body #primary-page #content-global .entry-content ul:not(.list-definition),
html body #primary-page #content-global .entry-content ol,
html body #primary-single #content-global .entry-content ul:not(.list-definition),
html body #primary-single #content-global .entry-content ol {
  padding-left: 2em;
  margin: 1em 0;
}
html body #primary-page #content-global .entry-content ul:not(.list-definition) li,
html body #primary-page #content-global .entry-content ol li,
html body #primary-single #content-global .entry-content ul:not(.list-definition) li,
html body #primary-single #content-global .entry-content ol li {
  list-style: inherit;
  list-style-position: inside;
  padding-left: 1.5em;
  margin-bottom: 0.2em;
}
html body #primary-page #content-global .entry-content #content-editeur .alignleft,
html body #primary-single #content-global .entry-content #content-editeur .alignleft {
  float: left;
  min-width: 30%;
  margin-right: 1em;
  width: auto;
  height: auto;
  max-width: 50%;
}
html body #primary-page #content-global .entry-content #content-editeur .alignright,
html body #primary-single #content-global .entry-content #content-editeur .alignright {
  float: right;
  min-width: 30%;
  width: auto;
  height: auto;
  max-width: 50%;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields),
html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) {
  margin: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields),
  html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) {
    margin: 0;
  }
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li,
html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li {
  position: relative;
  margin-bottom: 0.2em;
  padding-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li,
  html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li {
    padding-left: 0;
    padding-right: 1em;
  }
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before,
html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before,
html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  content: "\e92a";
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before,
html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  color: #F4C259;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before,
html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  font-size: 70%;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before,
html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  position: absolute;
  left: 0em !important;
  top: 0.8em;
}
html body #primary-page #content-global .entry-content #content-editeur ol li,
html body #primary-page #content-global .entry-content #content-editeur ul li,
html body #primary-single #content-global .entry-content #content-editeur ol li,
html body #primary-single #content-global .entry-content #content-editeur ul li {
  margin: 0 0 0.2em;
}
html body #primary-page #content-global .entry-content #content-editeur h3,
html body #primary-single #content-global .entry-content #content-editeur h3 {
  font-weight: 900;
  font-size: 140%;
}
html body #primary-page #content-global .entry-content #content-editeur h3,
html body #primary-single #content-global .entry-content #content-editeur h3 {
  color: #C00202;
  text-transform: uppercase;
  margin: 1.2em 0 0.5em;
}
html body #primary-page #content-global .entry-content #content-editeur p,
html body #primary-single #content-global .entry-content #content-editeur p {
  text-align: left !important;
  font-family: "playfair";
}
html body #primary-page #content-global .entry-content .single-video-block,
html body #primary-single #content-global .entry-content .single-video-block {
  margin: 2.5em auto 0.5em;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global .entry-content .single-video-block,
  html body #primary-single #content-global .entry-content .single-video-block {
    padding-bottom: 50px;
  }
}
html body #primary-page #content-global .entry-content .single-video-block iframe,
html body #primary-page #content-global .entry-content .single-video-block object,
html body #primary-page #content-global .entry-content .single-video-block embed,
html body #primary-single #content-global .entry-content .single-video-block iframe,
html body #primary-single #content-global .entry-content .single-video-block object,
html body #primary-single #content-global .entry-content .single-video-block embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body #primary-page #content-global,
html body #primary-single #content-global {
  /*----------  Footer de page global  ----------*/
}
html body #primary-page #content-global .entry-footer,
html body #primary-single #content-global .entry-footer {
  position: relative;
}
html body #primary-page #content-global .entry-footer #block-navigation-posts .btn,
html body #primary-single #content-global .entry-footer #block-navigation-posts .btn {
  color: #413F40;
}
html body #primary-page .header-center,
html body #primary-single .header-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
  text-align: center;
  height: 350px;
  background: none;
}
html body #primary-page .header-center .content-block-type,
html body #primary-single .header-center .content-block-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body #primary-page .header-center .content-block-type h1,
html body #primary-single .header-center .content-block-type h1 {
  color: #000000;
}
html body #primary-page .header-center .content-block-type .breadcrumbs,
html body #primary-single .header-center .content-block-type .breadcrumbs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html body #primary-page .header-center #content-global,
html body #primary-single .header-center #content-global {
  /*----------  Haut de page global  ----------*/
}
html body #primary-page .header-center #content-global .entry-header:not(.no-img) .content-header,
html body #primary-single .header-center #content-global .entry-header:not(.no-img) .content-header {
  padding: 0;
  width: 100%;
}
html body #primary-page .header-center #content-global .entry-header:not(.no-img) .content-header .breadcrumbs,
html body #primary-single .header-center #content-global .entry-header:not(.no-img) .content-header .breadcrumbs {
  text-align: center;
}
html body #primary-page,
html body #primary-single {
  /*=======================================
  	=            Single RoadTrip            =
  	=======================================*/
}
html body #primary-page #content-global.content-roadtrip-single .banner-header-roadtrip,
html body #primary-single #content-global.content-roadtrip-single .banner-header-roadtrip {
  background-color: #1B1B1B;
  text-align: center;
  padding: 40px 0;
}
html body #primary-page #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner,
html body #primary-single #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner {
  width: 1220px;
  margin: auto;
}
@media only screen and (max-width: 1220px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner,
  html body #primary-single #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner {
    width: 90%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner h1,
html body #primary-single #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner h1 {
  font-size: 300%;
}
html body #primary-page #content-global.content-roadtrip-single,
html body #primary-single #content-global.content-roadtrip-single {
  /*----------  Haut page roadtrip  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .entry-header:after,
html body #primary-single #content-global.content-roadtrip-single .entry-header:after {
  content: none;
}
html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header,
html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header {
  position: absolute;
  z-index: 4;
  padding: 0 45% 0 5%;
  top: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-shadow: 0em 0em 3em rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#1B1B1B));
  background: linear-gradient(to left, transparent, #1B1B1B);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  width: 88%;
  padding: 0 6%;
  text-align: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header h1.entry-title,
html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header h1.entry-title {
  background-color: transparent;
  font-weight: 900;
  line-height: 120%;
  max-width: 70%;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 640px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header,
  html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header {
    position: relative;
    padding: 6em 5% 2em;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 90%;
    background: #1B1B1B;
  }
  html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header .breadcrumbs,
  html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header .breadcrumbs {
    margin-bottom: 4em;
  }
  html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header .entry-title,
  html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header .entry-title {
    max-width: 100%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue,
html body #primary-single #content-global.content-roadtrip-single .banner-blue {
  background-color: #0D1720;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue {
  position: relative;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content {
  padding-right: 70px;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content {
    padding-right: 0;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point {
  margin-bottom: 1.5em;
  font-weight: inherit;
  font-size: 100%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point {
  color: #F4C259;
  text-shadow: 0em 0em 0.5em rgba(0, 0, 0, 0.7);
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point {
    font-size: 130%;
    line-height: normal;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before {
  content: "\e932";
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before {
  font-size: 150%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps {
  margin-right: 0.5em;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before {
  content: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-longitude,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-longitude {
  display: block;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip {
  height: 280px;
  overflow: hidden;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map {
  background-color: transparent;
  width: 210px !important;
  height: 300px !important;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map .leaflet-interactive,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map .leaflet-interactive {
  cursor: default !important;
}
@media only screen and (max-width: 640px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip {
    position: relative;
    float: none;
    height: 200px;
  }
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map {
    height: 220px !important;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 2.5em;
  width: 4%;
  background-color: #F4C259;
  border-top: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip {
    height: 8.2em;
    width: 9%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip img,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content {
  /*----------  .etiquettes-roadtrip  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip {
  text-align: center;
  padding: 0.5em 0;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul {
  width: 100%;
  margin: 0 auto;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li {
  display: inline-block;
  margin: 0.4em;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
  color: #FFFFFF;
  display: inline-block;
  text-transform: none;
  font-weight: inherit;
  font-size: 70%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
  padding: 0.7em 3em;
  line-height: 100%;
  border-radius: 50em;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a:hover,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a:hover {
  color: #C00202;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
    font-size: 270%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip {
  background-color: #192734;
  padding: 5px 20px;
  border-radius: 5px;
  max-width: 500px;
  margin: 20px auto 15px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player *,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player *::before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player *,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range],
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]:focus,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]:focus {
  outline: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-webkit-slider-thumb,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-track,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-track {
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-moz-range-thumb,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-thumb,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-webkit-slider-runnable-track,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-moz-range-track,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-track,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip input[type=range]::-ms-fill-lower,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip input[type=range]::-ms-fill-lower {
  background-color: #ffd15a;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip input[type=range]::-ms-fill-upper,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip input[type=range]::-ms-fill-upper {
  background-color: #f9c130;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-hide,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-hide {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-controls,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  border: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-duration,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-volume,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-duration,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-volume,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download {
  display: block;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download {
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #ffd15a;
  text-indent: -9999px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play::before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play::before {
  content: "";
  position: absolute;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play.ap-state-play::before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play.ap-state-play::before {
  top: 9px;
  left: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #000;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play.ap-state-pause::before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play.ap-state-pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  width: 8px;
  height: 12px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-duration,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-duration {
  margin: 0;
  width: calc(100% - 170px);
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute {
  margin-right: 5px;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABr0lEQVRYR+2W6zUEQRCFv40AGZCBDBABMiACREAGiAAZyAAREAIRIAPn7qmaU9t6eqfnYf7oP3t2Zrfv1/W41QtmXouZ9fkHGBqBE+De0rgLXAPPwAPw3iW9QwAkfgdNGveBpyAqkAvgrQTSF8DFtbfvoQi8ZsRuDCTL0QcgikcAFzgCzoG9oKg0neYIagFS8RxABJHwhj3IQtQA5MRLAHqntKgWHOIYeIyR6ArQJr4OwCG8NtQZO7UAJfEIoC5QV+iUaeVfAZcmrFrw1l1xwrSNurRxCuBtmIZ6E/i0DV8AaS1XTMGYAF8Wan36Uu4P7csWsHw3FYD2lgnJA3zFNBxYcU4KcGt+4ACxlmYBkDlpVmj9CcCsKfgGtr3Q7NSxCJvam6IIJa58R8fr1IZtfV9jRKp05bqXEZWMZywr/rDUNFpdZ4H+0HcYyR2VAq3ewyjXyzk3jVHUvUCzwcV1TdMhVlZNBNog0j0kfBb93u6Iv8RTKy7VQPqu5kqWOuLgCKSR8Aikw0xTL9cRowF4YcZrudpQLahnk1/La1LW+ts+RTiK8LoWGlWktNnsEfgBmz1iIe0QcasAAAAASUVORK5CYII=");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: none;
          filter: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute.ap-state-mute,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute.ap-state-mute {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABZElEQVRYR+2WbVFEMQxFzyoAB0gAB4ADHAAOQAHgAAcgAQeAAyQgARwwd6fdyUtbpl/L+0N/7tvmntykaTesvDYr6/MPMOrAFfA8UsYRAIk/wVgZewGiuJLvjbE1rmezFe+NsataK4AX/1OAnLgHOAS+Ck2pb1qL77UOlMQtwAnwCtwWTsYLcAScW4gagN/EI4Cy+wQOQpbXDkJH9TJ8ewfOoksWQD8qg9YVY3jQCGHFv4P4xz4AFNNDvJlsE3HfQKMOxKRyJcuK7wtAcZX5qanlA3Cfq+3MHojxbc2tpm/MZBLOKIFvuEfgzlAkELMc0DHUxXQRxGzNS6djqgMCUN2PgVzDWYiFC7MGkbIRhKbdDbA758Z+QWgt3g81ALnzbZurNkZ2wLVsrrmMWqdo83tg1eu4NOlaXEwc6t286pPMO9GbRDIHmhso3H6rPct7gKf1wBRxfx1PC9oSaKiBWoRK//0B+MlDITDnrmQAAAAASUVORK5CYII=");
  -webkit-filter: none;
          filter: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-volume,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-volume {
  margin: 0;
  width: 60px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download {
  overflow: hidden;
  margin-left: 15px;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-title,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-title {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 540px;
  margin: auto;
  color: white;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
    font-size: 1.7em;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
    font-size: 2em;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper > p,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper > p {
  margin-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: initial;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul .podcast-item a,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul .podcast-item a {
  display: block;
  padding: 5px 10px;
  margin: 0 5px;
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: #192734;
  color: #F4C259;
  font-size: initial;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content {
  /*----------  .block-temps-de-lecture  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture {
  text-align: center;
  margin: 3em 0 1.5em;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 110%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  content: "\e92f";
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  color: #e60000;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  font-size: 110%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span {
  color: white;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  position: relative;
  top: 0.1em;
  left: -0.5em;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span {
    font-size: 160%;
  }
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span {
    font-size: 330%;
    margin-bottom: 20px;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan {
  font-weight: 400;
  font-size: 220%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan {
  font-family: "playfair";
  line-height: 110%;
  margin: 1em auto;
  color: white;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan {
    font-size: 360%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .entry-content,
html body #primary-single #content-global.content-roadtrip-single .entry-content {
  position: relative;
  /*----------  block weather / météo  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip {
  margin-top: 3.5em;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #left-weather,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #left-weather {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  background-color: #413F40;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #left-weather span,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #left-weather span {
  padding: 0 10%;
  display: inline-block;
  color: #F4C259;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 150%;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 2em 0;
  background-color: #ebe5e5;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li {
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #d9d0d1;
  padding-left: 0;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li span,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .label-data,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .label-data {
  font-weight: 900;
  font-size: 110%;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .label-data,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .label-data {
  color: #1B1B1B;
  margin-top: 1em;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .data,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .data {
  font-weight: 100;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before {
  content: "\e92c";
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before {
  color: #e60000;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before {
  content: "\e93d";
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before {
  color: #e60000;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before {
  content: "\e93c";
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before {
  color: #e60000;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li:before {
  font-size: 350%;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li:last-child,
html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li:last-child {
  border: none;
}
html body #primary-page,
html body #primary-single {
  /*=====  End of Single RoadTrip  ======*/
  /*=======================================
  	=        Single RoadTrip 2024         =
  	=======================================*/
}
html body #primary-page #content-global.content-roadtrip-single,
html body #primary-single #content-global.content-roadtrip-single {
  /*----------  Haut page roadtrip  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .entry-header,
html body #primary-single #content-global.content-roadtrip-single .entry-header {
  background: url("/wp-content/uploads/2024/02/bkg-header-post.svg");
  background-repeat: no-repeat;
  background-size: 120%;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-header,
  html body #primary-single #content-global.content-roadtrip-single .entry-header {
    background: none;
  }
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-header .container,
  html body #primary-single #content-global.content-roadtrip-single .entry-header .container {
    width: 100%;
    padding: 0;
  }
}
html body #primary-page #content-global.content-roadtrip-single .entry-header .image-une img,
html body #primary-single #content-global.content-roadtrip-single .entry-header .image-une img {
  width: 90%;
  margin-top: 250px;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-header .image-une img,
  html body #primary-single #content-global.content-roadtrip-single .entry-header .image-une img {
    width: 100%;
    margin-top: 200px;
  }
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-header .image-une img,
  html body #primary-single #content-global.content-roadtrip-single .entry-header .image-une img {
    margin-top: 150px;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue,
html body #primary-single #content-global.content-roadtrip-single .banner-blue {
  background-color: #FFFFFF;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip {
  background-color: white;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip {
    width: 100%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner {
  width: 80%;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner {
    width: 100%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner .breadcrumbs span,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner .breadcrumbs a,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner .breadcrumbs span,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner .breadcrumbs a {
  color: #000000;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner h1,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner h1 {
  color: #000000;
  font-size: 54px;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner h1,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .banner-header-roadtrip .content-banner h1 {
    font-size: 40px;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip {
    display: block;
    text-align: left;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul {
  width: auto;
  margin: 0;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
  padding: 10px 15px !important;
  background: #FCF5EB;
  color: #F99300 !important;
  font-family: "Raleway", serif;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 500;
  border-radius: 0;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip .block-temps-de-lecture,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip .block-temps-de-lecture {
  width: auto;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip .block-temps-de-lecture,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip .block-temps-de-lecture {
    text-align: left;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip .block-temps-de-lecture span,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip .block-temps-de-lecture span {
  color: #000000;
  font-family: "raleway", sans-serif;
  font-size: 13px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip .block-temps-de-lecture span:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip .block-temps-de-lecture span:before {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile {
  background-color: #FCF5EB;
  padding: 5px 20px;
  border-radius: 5px;
  max-width: 100%;
  margin: 20px auto 15px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile {
    display: block;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player *,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player *::before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player *,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range],
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]:focus,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]:focus {
  outline: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-webkit-slider-thumb,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-ms-track,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-ms-track {
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-moz-range-thumb,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-ms-thumb,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-ms-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-webkit-slider-runnable-track,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-moz-range-track,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-ms-track,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .audio-player input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile input[type=range]::-ms-fill-lower,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile input[type=range]::-ms-fill-lower {
  background-color: #F99300;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile input[type=range]::-ms-fill-upper,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile input[type=range]::-ms-fill-upper {
  background-color: #F99300;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-hide,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-hide {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-controls,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  border: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-duration,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-mute,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-volume,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-download,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-duration,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-mute,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-volume,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-download {
  display: block;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-download,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-download {
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #F99300;
  text-indent: -9999px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play::before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play::before {
  content: "";
  position: absolute;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play.ap-state-play::before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play.ap-state-play::before {
  top: 8px;
  left: 11px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #F99300;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play.ap-state-pause::before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-play.ap-state-pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  width: 8px;
  height: 12px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-duration,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-duration {
  margin: 0;
  width: calc(100% - 170px);
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-mute,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-mute {
  margin-right: 5px;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABr0lEQVRYR+2W6zUEQRCFv40AGZCBDBABMiACREAGiAAZyAAREAIRIAPn7qmaU9t6eqfnYf7oP3t2Zrfv1/W41QtmXouZ9fkHGBqBE+De0rgLXAPPwAPw3iW9QwAkfgdNGveBpyAqkAvgrQTSF8DFtbfvoQi8ZsRuDCTL0QcgikcAFzgCzoG9oKg0neYIagFS8RxABJHwhj3IQtQA5MRLAHqntKgWHOIYeIyR6ArQJr4OwCG8NtQZO7UAJfEIoC5QV+iUaeVfAZcmrFrw1l1xwrSNurRxCuBtmIZ6E/i0DV8AaS1XTMGYAF8Wan36Uu4P7csWsHw3FYD2lgnJA3zFNBxYcU4KcGt+4ACxlmYBkDlpVmj9CcCsKfgGtr3Q7NSxCJvam6IIJa58R8fr1IZtfV9jRKp05bqXEZWMZywr/rDUNFpdZ4H+0HcYyR2VAq3ewyjXyzk3jVHUvUCzwcV1TdMhVlZNBNog0j0kfBb93u6Iv8RTKy7VQPqu5kqWOuLgCKSR8Aikw0xTL9cRowF4YcZrudpQLahnk1/La1LW+ts+RTiK8LoWGlWktNnsEfgBmz1iIe0QcasAAAAASUVORK5CYII=");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-mute.ap-state-mute,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-mute.ap-state-mute {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABZElEQVRYR+2WbVFEMQxFzyoAB0gAB4ADHAAOQAHgAAcgAQeAAyQgARwwd6fdyUtbpl/L+0N/7tvmntykaTesvDYr6/MPMOrAFfA8UsYRAIk/wVgZewGiuJLvjbE1rmezFe+NsataK4AX/1OAnLgHOAS+Ck2pb1qL77UOlMQtwAnwCtwWTsYLcAScW4gagN/EI4Cy+wQOQpbXDkJH9TJ8ewfOoksWQD8qg9YVY3jQCGHFv4P4xz4AFNNDvJlsE3HfQKMOxKRyJcuK7wtAcZX5qanlA3Cfq+3MHojxbc2tpm/MZBLOKIFvuEfgzlAkELMc0DHUxXQRxGzNS6djqgMCUN2PgVzDWYiFC7MGkbIRhKbdDbA758Z+QWgt3g81ALnzbZurNkZ2wLVsrrmMWqdo83tg1eu4NOlaXEwc6t286pPMO9GbRDIHmhso3H6rPct7gKf1wBRxfx1PC9oSaKiBWoRK//0B+MlDITDnrmQAAAAASUVORK5CYII=");
  -webkit-filter: none;
          filter: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-volume,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-volume {
  margin: 0;
  width: 60px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-download,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-download {
  overflow: hidden;
  margin-left: 15px;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-title,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip.mobile .ap-title {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  margin: auto;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
    font-size: 1.7em;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
    font-size: 2em;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper > p,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper > p {
  margin-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: initial;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul {
    padding-left: 0;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul .podcast-item:before,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul .podcast-item:before {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul .podcast-item a,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul .podcast-item a {
  display: block;
  color: black;
  font-size: initial;
  text-decoration: underline;
  background: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #AD0023;
  padding: 30px 50px;
  max-width: 300px;
  position: absolute;
  top: -400px;
  right: -50px;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content,
  html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content {
    width: 100%;
    max-width: 100%;
    position: initial;
    padding: 2em 1em;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content h2,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content h2 {
  font-family: "playfair";
  font-size: 44px;
  line-height: 49px;
  font-style: italic;
  text-transform: inherit;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content p,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content p {
  font-family: "playfair";
  margin: 25px auto;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 28px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .content-gps,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .content-gps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .content-gps span,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .content-gps span {
  font-family: "raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #F99300;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content,
html body #primary-single #content-global.content-roadtrip-single .entry-content {
  width: 100%;
  padding-top: 0;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur,
  html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur {
    width: 90%;
    margin: 0 auto;
  }
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip {
  background-color: #FCF5EB;
  padding: 5px 20px;
  border-radius: 5px;
  max-width: 100%;
  margin: 20px auto 15px;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip,
  html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip {
    display: none;
  }
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player *,
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player *::before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player *,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range],
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]:focus,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]:focus {
  outline: none;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-webkit-slider-thumb,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-ms-track,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-ms-track {
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-moz-range-thumb,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-ms-thumb,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-ms-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-webkit-slider-runnable-track,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-moz-range-track,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  background-color: #F99300;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-ms-track,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .audio-player input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip input[type=range]::-ms-fill-lower,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip input[type=range]::-ms-fill-lower {
  background-color: #F99300;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip input[type=range]::-ms-fill-upper,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip input[type=range]::-ms-fill-upper {
  background-color: #F99300;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-hide,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-hide {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-controls,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  border: none;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play,
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-duration,
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-mute,
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-volume,
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-download,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-duration,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-mute,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-volume,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-download {
  display: block;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play,
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-download,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-download {
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #F99300;
  text-indent: -9999px;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play::before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play::before {
  content: "";
  position: absolute;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play.ap-state-play::before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play.ap-state-play::before {
  top: 8px;
  left: 11px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #F99300;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play.ap-state-pause::before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-play.ap-state-pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  width: 8px;
  height: 12px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-duration,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-duration {
  margin: 0;
  width: calc(100% - 170px);
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-mute,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-mute {
  margin-right: 5px;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABr0lEQVRYR+2W6zUEQRCFv40AGZCBDBABMiACREAGiAAZyAAREAIRIAPn7qmaU9t6eqfnYf7oP3t2Zrfv1/W41QtmXouZ9fkHGBqBE+De0rgLXAPPwAPw3iW9QwAkfgdNGveBpyAqkAvgrQTSF8DFtbfvoQi8ZsRuDCTL0QcgikcAFzgCzoG9oKg0neYIagFS8RxABJHwhj3IQtQA5MRLAHqntKgWHOIYeIyR6ArQJr4OwCG8NtQZO7UAJfEIoC5QV+iUaeVfAZcmrFrw1l1xwrSNurRxCuBtmIZ6E/i0DV8AaS1XTMGYAF8Wan36Uu4P7csWsHw3FYD2lgnJA3zFNBxYcU4KcGt+4ACxlmYBkDlpVmj9CcCsKfgGtr3Q7NSxCJvam6IIJa58R8fr1IZtfV9jRKp05bqXEZWMZywr/rDUNFpdZ4H+0HcYyR2VAq3ewyjXyzk3jVHUvUCzwcV1TdMhVlZNBNog0j0kfBb93u6Iv8RTKy7VQPqu5kqWOuLgCKSR8Aikw0xTL9cRowF4YcZrudpQLahnk1/La1LW+ts+RTiK8LoWGlWktNnsEfgBmz1iIe0QcasAAAAASUVORK5CYII=");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-mute.ap-state-mute,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-mute.ap-state-mute {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABZElEQVRYR+2WbVFEMQxFzyoAB0gAB4ADHAAOQAHgAAcgAQeAAyQgARwwd6fdyUtbpl/L+0N/7tvmntykaTesvDYr6/MPMOrAFfA8UsYRAIk/wVgZewGiuJLvjbE1rmezFe+NsataK4AX/1OAnLgHOAS+Ck2pb1qL77UOlMQtwAnwCtwWTsYLcAScW4gagN/EI4Cy+wQOQpbXDkJH9TJ8ewfOoksWQD8qg9YVY3jQCGHFv4P4xz4AFNNDvJlsE3HfQKMOxKRyJcuK7wtAcZX5qanlA3Cfq+3MHojxbc2tpm/MZBLOKIFvuEfgzlAkELMc0DHUxXQRxGzNS6djqgMCUN2PgVzDWYiFC7MGkbIRhKbdDbA758Z+QWgt3g81ALnzbZurNkZ2wLVsrrmMWqdo83tg1eu4NOlaXEwc6t286pPMO9GbRDIHmhso3H6rPct7gKf1wBRxfx1PC9oSaKiBWoRK//0B+MlDITDnrmQAAAAASUVORK5CYII=");
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-volume,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-volume {
  margin: 0;
  width: 60px;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-download,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-download {
  overflow: hidden;
  margin-left: 15px;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-title,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .audio-roadtrip .ap-title {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  margin: auto;
  color: white;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper,
  html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper {
    font-size: 1.7em;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper,
  html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper {
    font-size: 2em;
  }
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper > p,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper > p {
  margin-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: initial;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper ul,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper ul,
  html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper ul {
    padding-left: 0;
  }
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper ul .podcast-item:before,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper ul .podcast-item:before {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper ul .podcast-item a,
html body #primary-single #content-global.content-roadtrip-single .entry-content #content-editeur .podcast-wrapper ul .podcast-item a {
  display: block;
  color: black;
  font-size: initial;
  text-decoration: underline;
}
html body #primary-page,
html body #primary-single {
  /*=====  End of Single RoadTrip  ======*/
}
html body {
  /*=====  End of Contenu global  ======*/
  /*=============================================
  	=            Page rubrique level 1            =
  	=============================================*/
  /*=====  End of Page rubrique level 1  ======*/
  /*=============================================
  	=            Page rubrique level 2            =
  	=============================================*/
}
html body .page-rubrique-lvl-2.id-2024 {
  /*----------  Haut page level 2  ----------*/
}
html body .page-rubrique-lvl-2.id-2024 .container-header-rubrique {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
}
html body .page-rubrique-lvl-2.id-2024 .container-header-rubrique:after {
  display: none;
}
html body .page-rubrique-lvl-2.id-2024 .container-header-rubrique .content-header-rubrique .breadcrumbs a {
  color: #000000;
}
html body .page-rubrique-lvl-2.id-2024 .container-header-rubrique .content-header-rubrique h1.inpage-title {
  color: #FFFFFF;
  background-color: transparent;
  font-weight: 900;
  line-height: 120%;
}
html body .page-rubrique-lvl-2.id-2024 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  color: #000000;
  line-height: 110%;
  font-weight: 400;
  font-size: 110%;
}
html body .page-rubrique-lvl-2.id-2024 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  width: 70%;
  margin: 2em auto 0;
  text-shadow: none;
}
html body .page-rubrique-lvl-2.id-2024 {
  /*----------  Content page level 2  ----------*/
}
html body .page-rubrique-lvl-2.id-2024 .container-content {
  /*----------  Listing enfants level 2  ----------*/
}
html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news {
  background-color: #FFFFFF;
}
html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news .container-sous-rubrique-datas {
  padding: 4.5% 0;
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news .container-sous-rubrique-datas ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news .container-sous-rubrique-datas ul li.child-level-3 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news .container-sous-rubrique-datas ul li.child-level-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news .container-sous-rubrique-datas ul li.child-level-3 img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /* Animation */
  cursor: pointer;
  z-index: 1;
}
html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 {
  height: 200px;
}
html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 h2 {
  color: #000000;
  font-size: 36px;
  line-height: 45px;
  margin: 25px;
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-2.id-2024 .container-content .block-pages-sous-rubriques-lvl-2-news .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
html body {
  /*=====  End of Page rubrique level 2  ======*/
  /*=============================================
  	=            Page rubrique level 3            =
  	=============================================*/
}
html body .page-rubrique-lvl-3 {
  /*----------  Haut page level 3  ----------*/
}
html body .page-rubrique-lvl-3 .container-header-rubrique {
  position: relative;
  background-color: #1B1B1B;
  overflow: hidden;
}
html body .page-rubrique-lvl-3 .container-header-rubrique:after {
  content: "";
  display: block;
  width: 145%;
  height: 300px;
  background: url("https://preprod.siredwards.com/wp-content/uploads/2024/02/top-bkg-content.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -100px;
  left: -20%;
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-3 .container-header-rubrique:after {
    width: 190%;
    left: -40%;
  }
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-3 .container-header-rubrique .image-une img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
html body .page-rubrique-lvl-3 .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-3 .container-header-rubrique .content-header-rubrique {
    width: 80%;
    padding: 0 10%;
  }
}
html body .page-rubrique-lvl-3 .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  font-weight: 900;
  line-height: 120%;
}
html body .page-rubrique-lvl-3 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  color: #FFFFFF;
  line-height: 110%;
  font-weight: 400;
  font-size: 110%;
}
html body .page-rubrique-lvl-3 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  width: 70%;
  margin: 2em auto 0;
  text-shadow: 0em 0em 0.5em rgb(0, 0, 0), 0em 0em 1em rgba(0, 0, 0, 0.8), 0em 0em 3em rgba(0, 0, 0, 0.7);
}
html body .page-rubrique-lvl-3 {
  /*----------  Content page level 3  ----------*/
}
html body .page-rubrique-lvl-3 .container-content {
  /*----------  Listing enfants level 3  ----------*/
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 {
  margin-top: 50px;
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container {
    display: block;
  }
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-visuel-bouteille {
  width: 35%;
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-visuel-bouteille {
    display: none;
  }
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-visuel-bouteille .boutielle-image:after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: url("/wp-content/uploads/2024/03/chardon-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -15%;
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-visuel-bouteille .boutielle-image img {
  display: block;
  width: 100%;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas {
  width: 65%;
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas {
    width: 100%;
  }
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li {
  display: block;
  padding-bottom: 10%;
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li:last-child svg {
  display: none;
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique .content_image {
  display: block;
  position: relative;
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique .content_image img {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 9;
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique .content_image svg {
  position: absolute;
  left: 85px;
  right: 0;
  bottom: -100px;
  -webkit-transform: scaleY(3);
          transform: scaleY(3);
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique .container-block-type {
  display: block;
  width: 70%;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique .container-block-type {
    width: 100%;
    margin-left: 0;
    margin-top: 35px;
    padding: 15px;
    text-align: center;
    background: #FFFFFF;
    z-index: 9;
  }
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique .container-block-type .content-block-type {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique .container-block-type .content-block-type {
    margin-top: 0;
  }
}
html body .page-rubrique-lvl-3 .container-content .block-pages-sous-rubriques-lvl-3 .container .container-etape-datas ul li .container-post-sous-rubrique .container-block-type .content-block-type h2 {
  font-size: 36px;
  line-height: 45px;
}
html body {
  /*=====  End of Page rubrique level 3  ======*/
  /*===========================================
  	=            Page gallerie photo            =
  	===========================================*/
}
html body .page-galerie-photos {
  background-color: #262525;
}
html body .page-galerie-photos .listing-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*----------  .single-photo  ----------*/
}
html body .page-galerie-photos .listing-photos .single-photo {
  background-color: #1B1B1B;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste {
  position: absolute;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  z-index: 4;
  width: 70%;
  padding: 0 15%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste h2 {
  color: #FFFFFF !important;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste:hover h2 {
  color: #F4C259;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste:hover .link-road-r {
  color: #F4C259;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r {
  padding: 0.5em 7%;
  margin-top: 2em;
  background-color: #F4C259;
  color: #000000 !important;
  position: relative;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  content: "\e92a";
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  color: #000000;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  font-size: 80%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  position: absolute;
  top: 30%;
  right: 2%;
  margin-left: 6%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point {
  margin-bottom: 1.5em;
  font-weight: inherit;
  font-size: 130%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point {
  color: #F4C259;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps:before {
  content: "\e932";
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps:before {
  font-size: 150%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps {
  margin-right: 0.5em;
  font-weight: 700;
  color: #FFFFFF;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps:before {
  margin-right: 0.5em;
  text-shadow: none;
}
html body .page-galerie-photos .listing-photos .single-photo a:hover .container-photo-liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .page-galerie-photos .listing-photos .single-photo:nth-child(3n+2), html body .page-galerie-photos .listing-photos .single-photo:nth-child(3n+3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
html body .page-galerie-photos .listing-photos .single-photo:nth-child(3n+2) a .container-photo-liste h2, html body .page-galerie-photos .listing-photos .single-photo:nth-child(3n+3) a .container-photo-liste h2 {
  font-weight: 700;
  font-size: 200%;
}
html body .page-galerie-photos .listing-photos .single-photo .btn-yellow-bg {
  margin: 3.5% auto;
}
html body {
  /*=====  End of Page gallerie photo  ======*/
  /*===========================================
  	=            Page galerie vidéo            =
  	===========================================*/
}
html body .page-galerie-videos {
  background-color: #FFFFFF;
}
html body .page-galerie-videos .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/wp-content/uploads/2024/03/header-page-type.svg");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 0 50px;
}
@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .entry-header {
    background: none;
  }
}
html body .page-galerie-videos .entry-header .content-header {
  height: 300px;
}
@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .entry-header .content-header {
    height: 250px;
  }
}
html body .page-galerie-videos .entry-header .content-header .breadcrumbs a {
  color: #000000 !important;
}
html body .page-galerie-videos .entry-header .content-header h1 {
  font-size: 74px;
}
@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .entry-header .content-header h1 {
    font-size: 40px;
    line-height: 47px;
  }
}
html body .page-galerie-videos {
  /*----------  Listing video  ----------*/
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) {
  width: 100%;
  max-width: 100%;
  background: #AD0023;
  position: relative;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2):after {
  content: "";
  display: block;
  width: 300px;
  height: 340px;
  background: url("/wp-content/uploads/2024/03/chardon.svg");
  background-repeat: repeat;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: -50px;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type .upper-title {
  margin-bottom: 25px;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type .upper-title .title {
  fill: #FFFFFF;
  font-family: "raleway", sans-serif;
  letter-spacing: 0.16px;
  font-weight: 500;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type h2 a {
  font-family: "raleway", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type p {
  color: #FFFFFF;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type .btn-filled {
  color: #FFFFFF;
  background: transparent;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type {
  text-align: center;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type .upper-title {
  margin-bottom: 25px;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type .upper-title .title {
  font-family: "raleway", sans-serif;
  letter-spacing: 0.16px;
  font-weight: 500;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type h2 {
  font-family: "raleway", sans-serif;
  font-size: 50px;
  font-weight: 400;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type p {
  font-family: "Playfair Display";
  font-size: 23px;
  line-height: 1.8;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .content_image {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .content_image {
    width: 90%;
  }
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .content_image a:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/wp-content/uploads/2024/03/player.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .content_image a img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .content_image a:hover:after {
  width: 60px;
  height: 60px;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 {
  position: relative;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique {
  position: absolute;
  z-index: 4;
  width: 70%;
  padding: 0 15%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type {
  color: #FFFFFF;
  position: relative;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  margin-bottom: 0.8em;
  color: #FFFFFF !important;
  font-weight: 900;
  font-size: 250%;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 a {
  color: #FFFFFF;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type p {
  width: 70%;
  font-weight: 300;
  margin: 0 auto 1em;
  line-height: 165%;
  font-weight: 400;
  font-size: 95%;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover h2 {
  color: #F4C259;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn-border-yellow {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover .btn-border-yellow {
  color: #000000;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn {
  font-weight: 700;
  font-size: 95%;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn {
  padding: 0.5em 1.3em;
}
html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover .btn-border-yellow {
  background-color: #F4C259;
  text-shadow: none;
}
html body {
  /*=====  End of Page galerie vidéo  ======*/
  /*============================================
  	=            Page taxonomie terme            =
  	============================================*/
}
html body #primary-taxonomy-term\ new {
  background-color: #FFFFFF;
  /*----------  Haut de page global  ----------*/
}
html body #primary-taxonomy-term\ new .entry-header {
  position: relative;
  padding-top: 4em;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
}
html body #primary-taxonomy-term\ new .entry-header:after {
  display: none;
  content: "";
}
html body #primary-taxonomy-term\ new .entry-header .content-header h1.inpage-title {
  text-transform: none;
  background-color: transparent;
  font-weight: 900;
}
html body #primary-taxonomy-term\ new .entry-header .content-header .breadcrumbs a {
  color: #000000;
}
html body #primary-taxonomy-term\ new .entry-content {
  padding: 4.5% 0;
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-taxonomy-term\ new .entry-content .listing-terms {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body #primary-taxonomy-term\ new .entry-content .listing-terms li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  html body #primary-taxonomy-term\ new .entry-content .listing-terms li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
html body #primary-taxonomy-term\ new .entry-content .listing-terms li .container-post {
  position: relative !important;
  height: 200px;
}
html body #primary-taxonomy-term\ new .entry-content .listing-terms li .container-post h2 {
  color: #000000;
  font-size: 36px;
  line-height: 45px;
  margin: 25px;
}
html body {
  /*=====  End of Page taxonomie terme  ======*/
  /*======================================
  	=            Page Manifesto   snif     =
  	======================================*/
}
html body #primary-page #manifesto-bouteille .entry-header {
  background-color: #FFFFFF;
  position: relative;
  padding: 12em 0 0;
}
html body #primary-page #manifesto-bouteille .entry-header .no-img {
  padding-bottom: 0;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}
html body #primary-page #manifesto-bouteille .entry-header .breadcrumbs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title {
  background-color: #FFFFFF;
  color: #FFFFFF;
  width: 60%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
  position: relative;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title .manifesto-deco {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 100%;
  top: -1em;
  left: 0;
  text-align: center;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title .manifesto-deco .bg-manifesto-text {
  display: inline-block;
  color: #900000;
  font-weight: inherit;
  font-size: 1000%;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title .manifesto-deco .bg-manifesto-text {
  line-height: 100%;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title h1 {
  position: relative;
  z-index: 4;
  text-transform: none;
  margin-bottom: 0;
}
html body #primary-page #manifesto-bouteille .entry-header .vignette-manifesto {
  position: relative;
  z-index: 4;
  width: 11%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
html body #primary-page #manifesto-bouteille .entry-content {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: inherit;
  padding: 0;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 170%;
  padding: 2em 0 5em;
  color: #FFFFFF;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content {
  position: relative;
  width: 31.25%;
  margin: 0 auto;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text {
  position: absolute;
  top: 1.2em;
  left: 0;
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text {
  font-family: "playfair";
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span:not(.big-dot) {
  display: inline-block;
  width: 100%;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.white-text {
  color: #FFFFFF;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.cream-text {
  color: #F4C259;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.yellow-text {
  color: #CE9B31;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.shabby-text {
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.shabby-text {
  font-family: "another_shabby";
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-1-1 {
  font-size: 1.8em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-1-2 {
  font-size: 1.4em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-1-3 {
  font-size: 1.6em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-1-4 {
  font-size: 1.7em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2 {
  margin-top: 1.7em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2-1 {
  font-size: 1.35em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2-2 {
  font-size: 2.3em !important;
  margin-top: 0.3em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2-3 {
  font-size: 2.4em !important;
  margin-top: 0.2em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2-4 {
  margin-left: 0.1em;
  font-size: 0.8em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-3-1 {
  font-size: 2.3em !important;
  margin-top: 0.4em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-3-2 {
  font-size: 1.5em !important;
  margin-top: 0.1em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-3-3 {
  font-size: 2.1em !important;
  margin-top: 0.1em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-4 {
  margin-top: 1.8em;
  margin-bottom: 0;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-4-1 {
  font-size: 1.6em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-4-2 {
  font-size: 1.7em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-5-1 {
  font-size: 1.5em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6 {
  margin-top: 1.8em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6-1 {
  font-size: 1.65em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6-2 {
  font-size: 3em !important;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6-3 {
  font-size: 4.2em !important;
  margin-top: 0.3em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6-4 {
  font-size: 0.8em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7 {
  margin-top: 2.9em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-1 {
  font-size: 2.1em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-2 {
  font-size: 1.95em;
  margin-top: 0.15em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-3 {
  font-size: 2.85em;
  margin-top: 0.25em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-4 {
  font-size: 3.6em !important;
  margin-top: 0.3em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-5 {
  font-size: 0.8em;
  margin-top: 0.3em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-8 {
  margin: 0 0 0.6em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-8-1 {
  font-size: 2em;
  margin-top: 0.6em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-8-2 {
  font-size: 3.6em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-9 {
  margin-top: 2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-9-1 {
  font-size: 2.6em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-9-2 {
  font-size: 2.1em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-9-3 {
  font-size: 1.85em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-10 {
  margin-top: 2.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-10-1 {
  font-size: 2.05em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-10-2 {
  font-size: 2.9em !important;
  margin-top: 0.3em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11 {
  margin-top: 1.6em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11-1 {
  font-size: 1.5em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11-2 {
  font-size: 1.7em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11-3 {
  font-size: 1.95em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11-4 {
  font-size: 3em;
  margin-top: 0.4em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-12-1 {
  font-size: 1.8em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-12-2 {
  font-size: 2.9em !important;
  margin-top: 0.4em !important;
}
html body {
  /*=====  End of Page Manifesto  ======*/
  /*===============================================
  	=            Page Les mots du whisky            =
  	===============================================*/
}
html body .page-lexique:after {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: url("https://preprod.siredwards.com/wp-content/uploads/2024/03/montagne.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
html body .page-lexique {
  /*----------  Header page lexique  ----------*/
}
html body .page-lexique .header-page-lexique .content-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 20%;
  text-align: center;
  height: 300px;
}
html body .page-lexique .header-page-lexique .content-header .content-block-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body .page-lexique .header-page-lexique .content-header .content-block-type #breadcrumbs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html body .page-lexique {
  /*----------  Content page lexique  ----------*/
}
html body .page-lexique .block-list-definition {
  margin: 1.5em 0;
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3em;
  border-bottom: 0px;
  position: relative;
}
html body .page-lexique .block-list-definition:after {
  display: none;
}
html body .page-lexique .block-list-definition .list-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .page-lexique .block-list-definition .list-definition li {
  position: relative;
  margin-bottom: 0.4em;
  font-weight: 400;
  font-size: 240%;
}
html body .page-lexique .block-list-definition .list-definition li {
  font-family: "playfair";
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  background: #AD0023;
  cursor: pointer;
}
html body .page-lexique .block-list-definition .list-definition li p {
  line-height: normal;
  margin: 0.5em 0 0.5em !important;
  font-weight: 300;
  color: #FFFFFF !important;
  font-size: 32px;
}
html body .page-lexique .block-list-definition .list-definition li:hover p {
  visibility: visible;
  text-decoration: underline;
}
html body {
  /*=====  End of Page Les mots du whisky  ======*/
  /*========================================
  	=            Définition seule            =
  	========================================*/
}
html body .definition {
  margin-bottom: 50px;
}
html body .definition .entry-header {
  text-align: center;
}
html body .definition .entry-header .container-header {
  padding-top: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body .definition .entry-header .container-header .breadcrumbs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html body .definition .entry-header .container-header .breadcrumbs a,
html body .definition .entry-header .container-header .breadcrumbs span {
  color: #000000 !important;
  text-shadow: none;
}
html body .definition .entry-header .container-header .entry-title {
  color: #262525;
  margin-bottom: 0.5emem;
}
html body .definition .entry-content .content {
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 400;
  font-size: 250%;
}
html body .definition .entry-content .content {
  font-family: "playfair";
  line-height: 110%;
  color: #413F40;
  padding: 1em 0 2em;
}
html body {
  /*=====  End of Définition seule  ======*/
  /*=======================================
  	=            PAGE GAMMES                =
  	=======================================*/
}
html body .gamme.type-gamme {
  background-color: #262525;
}
html body .gamme.type-gamme .breadcrumbs {
  width: 75%;
  margin: 20px auto -20px auto;
  font-size: 120%;
}
html body .gamme.type-gamme .entry-footer {
  background-color: white;
  padding-top: 10px;
}
html body .gamme.type-gamme .block-gammes-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-line-pack: right;
      align-content: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html body .gamme.type-gamme .block-gammes-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url(images/arrow-bounce.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
html body .gamme.type-gamme .block-gammes-header .small-list {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 16%;
  left: 0;
  top: 0;
}
html body .gamme.type-gamme .block-gammes-header .small-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  background-color: #262525;
  cursor: pointer;
  position: relative;
  height: auto;
  padding: 0;
  text-align: center;
  display: inline-block;
}
html body .gamme.type-gamme .block-gammes-header .small-list li svg {
  fill: #FFFFFF;
  width: 55%;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  content: "\e925";
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  color: #F4C259;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  font-size: 200%;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  content: "\e925";
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  color: #9C0000;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  font-size: 110%;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active svg {
  -webkit-filter: drop-shadow(0 0 0.3em rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0 0 0.3em rgba(255, 255, 255, 0.8));
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -7%;
  width: 7%;
  height: 0.7em;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -3.8%;
  width: 4%;
  height: 0.5em;
}
html body .gamme.type-gamme .block-gammes-header .small-list li:hover ~ li svg {
  -webkit-filter: drop-shadow(0 0 0.3em rgba(255, 255, 255, 0));
          filter: drop-shadow(0 0 0.3em rgba(255, 255, 255, 0));
}
html body .gamme.type-gamme .block-gammes-header .small-list li[data-color="#9c0000"]:after {
  color: #9c0000;
}
html body .gamme.type-gamme .block-gammes-header .small-list li[data-color="#1d3543"]:after {
  color: #1d3543;
}
html body .gamme.type-gamme .block-gammes-header .big-list {
  width: 84%;
}
html body .gamme.type-gamme .block-gammes-header .gamme-visu {
  display: none;
}
html body .gamme.type-gamme .block-gammes-header .gamme-visu.gamme-active {
  display: block;
}
html body .gamme.type-gamme .block-gammes-header .master-visuel-gamme {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84%;
          flex: 0 0 84%;
}
html body .gamme.type-gamme .block-custom-parties {
  position: relative;
  background-color: #262525;
  text-align: center;
  padding: 2em 0 3em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  margin: 0 auto;
  padding-top: 2em !important;
  color: #FFFFFF;
  line-height: 1.6em;
  padding: 0;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie h2 {
  color: #F4C259;
  font-size: 220%;
  text-transform: inherit;
  padding: 0 3em;
  margin-bottom: 0.8em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie p {
  color: #FFFFFF;
  line-height: 1.6em;
  margin-top: 2em;
  padding: 0;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie a {
  color: #F4C259;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie .col {
  padding: 0 3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie .col p {
  margin-top: 1em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie .col-img {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie.container-right {
  margin-top: 2.5em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie.container-right .part-two {
  padding-right: 0;
  margin-top: -2em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie.container-left .part-one {
  padding-left: 0;
}
html body .gamme.type-gamme .block-secret-fabrication {
  background: #000 url("images/background-gamme-fumee.jpg") no-repeat fixed center;
  position: relative;
}
html body .gamme.type-gamme .block-secret-fabrication:before {
  content: "";
  position: absolute;
  height: 35%;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.63)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgb(0, 0, 0)));
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html body .gamme.type-gamme .block-secret-fabrication:after {
  content: "";
  position: absolute;
  height: 10%;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent), color-stop(66%, rgba(0, 0, 0, 0.6)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.6) 66%, rgb(0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication {
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2em;
  z-index: 2;
  color: #FFFFFF;
  font-weight: lighter;
  line-height: 160%;
  margin-top: 0.5em;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 260%;
  font-weight: bold;
  padding-top: 2em;
  width: 30%;
  margin: 0 auto;
  line-height: 1.2em;
  padding-bottom: 1.2em;
  text-transform: inherit;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h3 {
  color: #F4C259;
  font-weight: 400;
  font-size: 150%;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h3 {
  font-family: "playfair";
  margin: 0.7em 0 0.4em;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication p {
  color: #FFFFFF;
  margin-bottom: 0.4em;
  line-height: 175%;
  font-weight: lighter;
  line-height: 160%;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container .first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  margin-right: 3%;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container .last {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
html body .gamme.type-gamme .block-video-sensation-unique {
  background: #000 url("images/background-gamme-fumee.jpg") no-repeat fixed center;
  text-align: center;
  position: relative;
}
html body .gamme.type-gamme .block-video-sensation-unique:before {
  content: "";
  position: absolute;
  height: 70%;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.63)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgb(0, 0, 0)));
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html body .gamme.type-gamme .block-video-sensation-unique:after {
  content: "";
  position: absolute;
  height: 35%;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.63)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html body .gamme.type-gamme .block-video-sensation-unique .container-video-sensation-unique {
  width: 75%;
  margin: 0 auto;
  padding: 3em 0 2em;
  position: relative;
  z-index: 2;
}
html body .gamme.type-gamme .block-video-sensation-unique .container-video-sensation-unique h2 {
  font-weight: 400;
  font-size: 260%;
}
html body .gamme.type-gamme .block-video-sensation-unique .container-video-sensation-unique h2 {
  font-family: "playfair";
  color: #F4C259;
  margin-bottom: 1em;
  text-transform: inherit;
}
html body .gamme.type-gamme .block-les-contenances {
  background-color: #000000;
  text-align: center;
  padding: 2em 0 4em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances {
  width: 50%;
  margin: 0 auto;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances h2 {
  font-weight: 400;
  font-size: 260%;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances h2 {
  font-family: "playfair";
  color: #F4C259;
  text-transform: inherit;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin: 0 auto;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li a {
  padding: 0.5em 1.5em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li .btn {
  padding-right: 1.2em;
  padding-left: 1.2em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li .btn:hover {
  background-color: #F4C259;
  color: #1B1B1B;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li.first {
  text-align: left;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li.first.c-75-cl {
  position: relative;
  left: -1em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li:last-child.first.c-75-cl {
  text-align: center;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li.c-1-l {
  position: relative;
  left: -1em;
  margin-right: 1em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li.c-2-l {
  text-align: right;
}
html body .gamme.type-gamme #cocktails-conseil-degustation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils {
  background-color: #1B1B1B;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles {
  padding: 2.7em 0 0;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles h2 {
  font-weight: 400;
  font-size: 260%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles h2 {
  font-family: "playfair";
  color: #F4C259;
  text-transform: inherit;
  margin-bottom: 1em;
  text-align: center;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .btn-yellow-bg {
  margin: 3.5em auto;
  padding: 0.5em 1.4em;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .slick-slider .slick-slide::before {
  display: none;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .slick-slider .slick-arrow.slick-prev {
  left: -4%;
  padding: 2.5% 3.5% 7% 5.5%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .slick-slider .slick-arrow.slick-next {
  right: -4%;
  padding: 2.5% 5.5% 7% 3.5%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails {
  position: relative;
  z-index: 4;
  width: 42%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #1D3543;
  color: #FFFFFF;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails {
  padding: 2em 15%;
  text-align: center;
  width: 70%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails .cocktail-title {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails .cocktail-title:hover {
  color: #F4C259;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails .cocktail-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 130%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails p {
  margin-top: 1em;
  line-height: 165%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails .btn-border-yellow {
  width: 100%;
  padding: 0.6em 0;
  margin-top: 2em;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .degustation {
  background-color: #1D3543;
}
html body .gamme.type-gamme .block-mode-de-degustation {
  padding: 4em 13%;
  overflow: hidden;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation {
  color: #FFFFFF;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation h2 {
  text-align: center;
  font-size: 220%;
  text-transform: none;
  margin-bottom: 0.5em;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation p {
  line-height: 165%;
  margin-bottom: 1.2em;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .pitch_mode_de_degustation {
  color: #F4C259;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li {
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 50em;
  padding: 0.5em 3em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li {
  background-color: transparent;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0.3em;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li.active, html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #F4C259;
  border-color: rgba(255, 255, 255, 0);
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big {
  margin-top: 4em;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: left;
  padding: 2.5em 35% 2.5em 10%;
  position: relative;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet.active {
  display: inline-block;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet .onglet-title {
  font-weight: 400;
  font-size: 180%;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet .onglet-title {
  font-family: "playfair";
  margin-bottom: 0.2em;
  color: #F4C259;
  text-transform: none;
  text-align: left;
  display: block;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet p {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet img {
  position: absolute;
  right: -6%;
  bottom: 0;
  width: 40%;
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
html body .gamme.type-gamme .block-etiquette-gamme {
  background-color: #262525;
  padding: 3.5em 0 4.5em;
  text-align: center;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme {
  width: 55%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme h2 {
  text-transform: none;
  color: #F4C259;
  font-weight: 700;
  font-size: 260%;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme h2 {
  margin-bottom: 1em;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme h3 {
  font-size: 200%;
  color: #F4C259;
  text-transform: inherit;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .etiquette_pitch {
  line-height: 125%;
  font-weight: 400;
  font-size: 200%;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .etiquette_pitch {
  font-family: "playfair";
  margin-bottom: 1em;
  color: #F4C259;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5em;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small li {
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 50em;
  padding: 0.5em 3em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small li {
  background-color: transparent;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0.3em;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small li.active, html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #F4C259;
  border-color: rgba(255, 255, 255, 0);
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-big .onglet {
  display: none;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-big .onglet.active {
  display: block;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-big .onglet p {
  color: #FFFFFF;
  line-height: 165%;
}
html body {
  /*=====  End of Page Gamme  ======*/
  /*========================================
  	=               Page Contact             =
  	========================================*/
}
html body .page-contact .container-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../../images/header-page-type.svg");
  background-repeat: no-repeat;
  background-size: 120%;
  padding-bottom: 3em;
}
@media only screen and (max-width: 1024px) {
  html body .page-contact .container-header-contact {
    background-position: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  html body .page-contact .container-header-contact {
    background: none;
  }
}
html body .page-contact .container-header-contact .content-header-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 20%;
  text-align: center;
  height: 350px;
}
@media only screen and (max-width: 768px) {
  html body .page-contact .container-header-contact .content-header-contact {
    height: 250px;
  }
}
html body .page-contact .container-header-contact .content-header-contact .content-block-type .breadcrumbs a {
  color: #000000;
}
html body .page-contact .container-header-contact .content-header-contact .content-block-type h1 {
  color: #000000;
}
html body .page-contact .container-header-contact .info-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 0 auto;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  background: #AD0023;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  html body .page-contact .container-header-contact .info-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 25px;
    width: 70%;
  }
}
html body .page-contact .container-header-contact .info-contact span a {
  color: #FFFFFF;
}
html body .page-contact .container-content {
  position: relative;
  margin: 50px auto;
}
html body .page-contact .container-content .entry-content .formulaire {
  display: block;
  width: 90%;
  margin: 0 auto;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 {
  background: #FCF5EB;
  margin: 50px auto;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 .gform_heading {
  display: none;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 {
  width: 50%;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 {
    width: 85%;
  }
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 .gfield_label {
  font-family: "Raleway", serif;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  font-weight: bold;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 input[type=text],
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 textarea {
  font-family: "raleway", sans-serif;
  font-size: 15px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 8.16px;
  font-weight: bold;
  color: black;
  border: 0;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_0,
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_0 input,
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_1 input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  border-radius: 25px;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_0 input:before,
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_1 input:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #F99300;
          box-shadow: inset 1em 1em #F99300;
  border-radius: 25px;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_0 input:checked::before,
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_1 input:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_0 label,
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #input_1_10 .gchoice.gchoice_1_10_1 label {
  font-family: "playfair";
  font-size: 23px;
  line-height: 40px;
  color: #161515;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 .gform_footer.top_label,
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #field_1_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 .ginput_container.ginput_container_checkbox .gchoice.gchoice_1_7_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 .ginput_container.ginput_container_checkbox .gchoice.gchoice_1_7_1 input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 .ginput_container.ginput_container_checkbox .gchoice.gchoice_1_7_1 input:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #F99300;
          box-shadow: inset 1em 1em #F99300;
  background-color: CanvasText;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 .ginput_container.ginput_container_checkbox .gchoice.gchoice_1_7_1 input:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 .ginput_container.ginput_container_checkbox .gchoice.gchoice_1_7_1 label {
  font-family: "playfair";
  font-size: 23px;
  line-height: 40px;
  color: #161515;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #field_1_12 {
  font-family: "playfair";
  font-size: 23px;
  line-height: 40px;
  color: #161515;
  text-align: center;
  margin-top: 25px;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #gform_submit_button_1 {
  display: inline-block;
  z-index: 10000;
  margin-top: 24px;
  padding: 28px 50px;
  text-transform: uppercase;
  font-family: "Raleway";
  letter-spacing: 8.16px;
  font-weight: bold;
  font-size: 15px;
  border: 3px solid #F99300;
  background: #FFFFFF;
}
html body .page-contact .container-content .entry-content .formulaire #gform_wrapper_1 #gform_1 #gform_submit_button_1:hover {
  background-color: #F99300 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html body {
  /*========================================
  	=            Contact  FR           =
  	========================================*/
}
html body #primary-page #content-global #post-29 .entry-content,
html body #primary-page #content-global #post-10351 .entry-content,
html body #primary-page #content-global #post-10359 .entry-content,
html body #primary-page #content-global #post-10361 .entry-content,
html body #primary-page #content-global #post-10363 .entry-content,
html body #primary-page #content-global #post-14513 .entry-content {
  width: 31%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-page #content-global #post-29 .entry-content #gform_wrapper_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_wrapper_3],
html body #primary-page #content-global #post-29 .entry-content [id^=gform_wrapper_4],
html body #primary-page #content-global #post-10351 .entry-content #gform_wrapper_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_wrapper_3],
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_wrapper_4],
html body #primary-page #content-global #post-10359 .entry-content #gform_wrapper_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_wrapper_3],
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_wrapper_4],
html body #primary-page #content-global #post-10361 .entry-content #gform_wrapper_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_wrapper_3],
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_wrapper_4],
html body #primary-page #content-global #post-10363 .entry-content #gform_wrapper_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_wrapper_3],
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_wrapper_4],
html body #primary-page #content-global #post-14513 .entry-content #gform_wrapper_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_wrapper_3],
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_wrapper_4] {
  margin-top: 0px;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_heading,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_heading,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_heading,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_heading,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_heading,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_heading,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_heading,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_heading,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_heading,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_heading,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_heading,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_heading,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_heading,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_heading,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_heading,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_heading,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_heading,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_heading {
  display: none;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11 {
  margin-top: 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li {
  margin: 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li input,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li input,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li input,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li input,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li input,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li input,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li input,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li input,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li input,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li input,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li input,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li input,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li input,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li input,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li input,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li input,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li input,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li input,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li input,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li input,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li input,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li input,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li input,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li input,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li input,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li input,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li input,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li input,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li input,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li input,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li input,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li input,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li input,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li input,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li input,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li input,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li input,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li input,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li input,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li input,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li input,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li label {
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_8 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_8 .gfield_label {
  display: none;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 .gfield_label,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 .gfield_label {
  display: none;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1 {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1 {
  line-height: 120%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before {
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1 {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 80%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer input[type=submit],
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer input[type=submit],
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer input[type=submit],
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover,
html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of Contact  ======*/
  /*========================================
  	=            Contact EN           =
  	========================================*/
}
html body #primary-page #content-global #post-1818 .content-header {
  width: 100%;
  text-align: center;
}
html body #primary-page #content-global #post-1818 .entry-content {
  width: 31%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_wrapper_4 {
  margin-top: 0px;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_heading {
  display: none;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield#field_4_7 {
  margin-top: 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li {
  margin: 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li input:checked + label:after {
  position: absolute;
  left: 16%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li label {
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li label:before {
  position: absolute;
  left: 16%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #field_4_8 .gfield_label {
  display: none;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of Contact EN ======*/
  /*========================================
            =            Contact  ES           =
            ========================================*/
}
html body #primary-page #content-global #post-2356 .content-header {
  width: 100%;
  text-align: center;
}
html body #primary-page #content-global #post-2356 .entry-content {
  width: 31%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_wrapper_7 {
  margin-top: 0px;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_heading {
  display: none;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container input,
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield#field_7_9 {
  margin-top: 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li {
  margin: 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li input:checked + label:after {
  position: absolute;
  left: 14%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li label {
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li label:before {
  position: absolute;
  left: 14%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #field_7_10 .gfield_label {
  display: none;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of Contact ES  ======*/
  /*========================================
  	=            Confirmation de contact     =
  	========================================*/
}
html body #primary-page #content-global #post-239 .information-client,
html body #primary-page #content-global #post-2326 .information-client,
html body #primary-page #content-global #post-1827 .information-client,
html body #primary-page #content-global #post-10379 .information-client,
html body #primary-page #content-global #post-10375 .information-client,
html body #primary-page #content-global #post-10382 .information-client,
html body #primary-page #content-global #post-10384 .information-client {
  width: 100%;
  margin-bottom: 4em;
  margin-top: 3em;
  padding-bottom: 4em;
}
html body #primary-page #content-global #post-239 .information-client:after,
html body #primary-page #content-global #post-2326 .information-client:after,
html body #primary-page #content-global #post-1827 .information-client:after,
html body #primary-page #content-global #post-10379 .information-client:after,
html body #primary-page #content-global #post-10375 .information-client:after,
html body #primary-page #content-global #post-10382 .information-client:after,
html body #primary-page #content-global #post-10384 .information-client:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global #post-239 .information-client:after,
html body #primary-page #content-global #post-2326 .information-client:after,
html body #primary-page #content-global #post-1827 .information-client:after,
html body #primary-page #content-global #post-10379 .information-client:after,
html body #primary-page #content-global #post-10375 .information-client:after,
html body #primary-page #content-global #post-10382 .information-client:after,
html body #primary-page #content-global #post-10384 .information-client:after {
  content: "\e90d";
}
html body #primary-page #content-global #post-239 .information-client:after,
html body #primary-page #content-global #post-2326 .information-client:after,
html body #primary-page #content-global #post-1827 .information-client:after,
html body #primary-page #content-global #post-10379 .information-client:after,
html body #primary-page #content-global #post-10375 .information-client:after,
html body #primary-page #content-global #post-10382 .information-client:after,
html body #primary-page #content-global #post-10384 .information-client:after {
  color: #F4C259;
}
html body #primary-page #content-global #post-239 .information-client:after,
html body #primary-page #content-global #post-2326 .information-client:after,
html body #primary-page #content-global #post-1827 .information-client:after,
html body #primary-page #content-global #post-10379 .information-client:after,
html body #primary-page #content-global #post-10375 .information-client:after,
html body #primary-page #content-global #post-10382 .information-client:after,
html body #primary-page #content-global #post-10384 .information-client:after {
  font-size: 400%;
}
html body #primary-page #content-global #post-239 .information-client,
html body #primary-page #content-global #post-2326 .information-client,
html body #primary-page #content-global #post-1827 .information-client,
html body #primary-page #content-global #post-10379 .information-client,
html body #primary-page #content-global #post-10375 .information-client,
html body #primary-page #content-global #post-10382 .information-client,
html body #primary-page #content-global #post-10384 .information-client {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body #primary-page #content-global #post-239 .information-client .col,
html body #primary-page #content-global #post-2326 .information-client .col,
html body #primary-page #content-global #post-1827 .information-client .col,
html body #primary-page #content-global #post-10379 .information-client .col,
html body #primary-page #content-global #post-10375 .information-client .col,
html body #primary-page #content-global #post-10382 .information-client .col,
html body #primary-page #content-global #post-10384 .information-client .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
html body #primary-page #content-global #post-239 .information-client:after,
html body #primary-page #content-global #post-2326 .information-client:after,
html body #primary-page #content-global #post-1827 .information-client:after,
html body #primary-page #content-global #post-10379 .information-client:after,
html body #primary-page #content-global #post-10375 .information-client:after,
html body #primary-page #content-global #post-10382 .information-client:after,
html body #primary-page #content-global #post-10384 .information-client:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -20%;
  width: 24.25%;
  background-color: #FFFFFF;
}
html body {
  /*=====  End Confirmation de contact  ======*/
  /*========================================
  	=            Cocktail seul               =
  	========================================*/
}
html body #primary-single #content-global.content-cocktail-single {
  margin-bottom: 2em;
}
html body #primary-single #content-global.content-cocktail-single .entry-header {
  text-align: center;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-header {
    height: 150px;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-header .container-header {
  padding-top: 7.5em;
}
html body #primary-single #content-global.content-cocktail-single .entry-content {
  width: inherit;
  padding: 0 10%;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content {
    padding: 0;
    width: 100%;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content:before {
  content: "";
  display: block;
  width: 105%;
  height: 450px;
  background: url("/wp-content/uploads/2024/02/bkg-single-cocktail.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -50px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content:before {
    content: none;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content h2 {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: "raleway", sans-serif;
  font-size: 36px;
  line-height: 45px;
  margin: 0.8em 0;
  color: #000000;
  text-transform: uppercase;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails {
  margin-bottom: 1em;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul {
  width: 100%;
  margin: 0 auto;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul li {
  display: inline-block;
  margin: 0 0.4em;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul li a.btn-red {
  font-weight: 400;
  font-size: 80%;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul li a.btn-red {
  color: #FFFFFF;
  border-radius: 50em;
  border-color: #e60000;
  background-color: #e60000;
  padding: 0.5em 1.5em;
  line-height: 100%;
  text-transform: none;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul li a.btn-red:hover {
  background-color: transparent;
  color: #e60000;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #AD0023;
  position: relative;
  bottom: -300px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 310px;
          flex: 1 0 310px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail {
    position: initial;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail h2 {
  color: #FFFFFF;
  font-family: "playfair";
  font-style: italic;
  font-size: 38px;
  padding: 0 1em;
  text-transform: inherit;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2em 2em;
  background-color: #AD0023;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li {
  border-top: 1px solid #F99300;
  border-right: none;
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail {
  margin-top: auto;
  padding: 0 10%;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail .picto-cocktail {
  display: none;
  width: 100%;
  text-align: center;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail .picto-cocktail svg {
  height: 4.5em;
  width: auto;
  fill: #C00202;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail .picto-cocktail svg * {
  fill: #C00202;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail div p {
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
  color: #FFFFFF;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail div p.quantite {
  font-size: 19px;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail div p.texte {
  font-size: 14px;
  margin-top: 0.4em;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail div p strong {
  color: #FFFFFF;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail div .gamme_whisky {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li .content-picto-cocktail div .gamme_whisky span {
  display: none;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li:first-child div .gamme_whisky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 10px;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li:first-child div .gamme_whisky span {
  display: block;
  padding: 0px 20px;
  background: #FCF5EB;
  color: #F99300;
  font-family: "Raleway", serif;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 4px;
  font-weight: 500;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail ul li:last-child {
  border-right: none;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail {
  background: #FFFFFF;
  width: 900px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 900px;
          flex: 1 0 900px;
  position: relative;
  right: 130px;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail {
    right: inherit;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .content-block-type {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .content-block-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin: 0 auto;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .content-block-type .breadcrumbs a,
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .content-block-type .breadcrumbs span {
  color: #000000;
  text-shadow: none;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .content-block-type h1 {
  color: #000000;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .image-une {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail {
  text-align: left;
  width: 100%;
  max-width: 80%;
  position: relative;
  right: 0;
  -ms-flex-item-align: end;
      align-self: end;
}
@media only screen and (max-width: 1024px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 90%;
    margin: 0 auto;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail .block-tags-cocktails {
  margin-top: 2em;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail .block-tags-cocktails {
    margin-top: 0;
  }
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail .block-tags-cocktails ul {
  padding-left: 0;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail .block-tags-cocktails ul li {
  margin: 0;
  padding-left: 0;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail h2 {
  text-align: left;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-content-cocktails {
  margin-top: 1.5em;
  padding-bottom: 2em;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .block-content-cocktails {
    max-width: 90%;
    padding-top: 1em;
    margin: 0 auto;
  }
}
html body {
  /*=====  End of Cocktail seul  ======*/
  /*==========================================
  	=            Accueil Club privé déconnecté =
  	==========================================*/
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFFFFF;
  margin-top: 2em;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  background-color: #9C0000;
  padding: 2em 7%;
  position: relative;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left p {
  line-height: 100%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .title-not-member {
  font-weight: 700;
  font-size: 160%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .title-not-member {
  margin-bottom: 0.9em;
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  line-height: 125%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left input[type=text],
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left input[type=password],
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left textarea {
  margin-top: 1em;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 90%;
  padding: 0.9em 5%;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left input[type=text],
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left input[type=password],
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left textarea {
  font-style: italic;
  color: #827678;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #user-login {
  margin-top: 0;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .mdp-oublie {
  float: left;
  margin-top: 0.8em;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #F4C259;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .mdp-oublie:hover {
  color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .mdp-oublie {
  font-weight: 400;
  font-size: 75%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember {
  float: right;
  margin-top: 0.8em;
  text-align: right;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember input {
  visibility: hidden;
  height: 1px;
  position: relative;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember label {
  font-weight: 400;
  font-size: 75%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember label {
  padding-left: 0.5em;
  position: relative;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #262525;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember label.checked:before {
  background: url("images/pictos/check.svg") center center no-repeat #262525;
  background-size: 80%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-submit {
  clear: both;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit {
  margin-top: 1.5em;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit:hover {
  color: #1B1B1B;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit {
  padding: 0.7em 3.5em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  border: 2px solid #F4C259;
  background-color: transparent;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit:hover {
  background-color: #F4C259;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit:after {
  -webkit-animation: slideFleche 0.5s;
          animation: slideFleche 0.5s;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right {
  background-color: #1B1B1B;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  padding: 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right .title-not-member {
  font-weight: 700;
  font-size: 125%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right .title-not-member {
  color: #F4C259;
  margin-bottom: 0.8em;
  display: inline-block;
  line-height: 125%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right .btn-yellow-bg {
  margin: 0.8em auto;
  padding: 0.5em 2em;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons {
  background-color: #1B1B1B;
  color: #F4C259;
  text-align: center;
  padding: 3em 0 3.5em;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content {
  width: 58%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content span {
  font-weight: 400;
  font-size: 140%;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content span {
  font-family: "another_shabby";
  color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content h2 {
  color: #F4C259;
  margin-bottom: 1em;
  text-transform: none;
  line-height: 100%;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content p {
  line-height: 135%;
  margin-bottom: 0.6em;
  font-weight: 400;
  font-size: 180%;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content p {
  font-family: "playfair";
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content .btn-yellow-bg {
  margin-top: 0.8em;
  padding: 0.5em 2em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription {
  width: 34%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription h3 {
  font-weight: 400;
  font-size: 220%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription h3 {
  font-family: "playfair";
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 1.8em 0 1em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription a {
  color: #F4C259 !important;
  text-decoration: none;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_wrapper_2 {
  margin-top: 0px;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 {
  padding: 0 5%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  content: "\e90d";
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  color: #F4C259;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  font-size: 400%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 {
  position: relative;
  border-bottom: 2px solid #F4C259;
  padding-bottom: 5.5em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -0.5em;
  text-align: center;
  width: 24.25%;
  background-color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_heading {
  display: none;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container input,
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container input,
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield#field_2_19 {
  text-align: center;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li {
  margin: 0;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li input:checked + label:after {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li label {
  font-weight: 400;
  font-size: 100%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 .gfield_label {
  display: none;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #label_2_18_1 {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #label_2_18_1 {
  line-height: 120%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #label_2_18_1:before {
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #choice_2_18_1 {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #choice_2_18_1:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 1em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of Page accueil club privé  ======*/
  /*========================================
  	=            Page club privée            =
  	========================================*/
}
html body .content-private #main #content-global .inscription-au-club {
  color: #1B1B1B !important;
}
html body .content-private #main #content-global .image-une {
  position: relative;
}
html body .content-private #main #content-global .image-une .img-reserve-membre {
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
}
html body .content-private #main #content-global .entry-content .private-content #paywall-content {
  position: relative;
}
html body .content-private #main #content-global .entry-content .private-content #paywall-content #private-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
html body .content-private #main #content-global .entry-content .private-content #hidden-content {
  display: none;
  visibility: hidden;
  height: 1px;
}
html body {
  /*=====  End of Page club privée  ======*/
  /*========================================================
  	=            Page reset password mot de passe            =
  	=========================================================*/
}
html body .content-area #main #content-global .entry-content #login-form-club {
  width: 55%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body .content-area #main #content-global .entry-content #login-form-club input[type=text],
html body .content-area #main #content-global .entry-content #login-form-club input[type=password],
html body .content-area #main #content-global .entry-content #login-form-club textarea {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 70%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body .content-area #main #content-global .entry-content #login-form-club input[type=text],
html body .content-area #main #content-global .entry-content #login-form-club input[type=password],
html body .content-area #main #content-global .entry-content #login-form-club textarea {
  font-style: italic;
  color: #827678;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit {
  text-align: center;
  padding: 0;
  margin: 2em 0 1em;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit input[type=submit]:hover {
  color: #C00202;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of reset password mot de passe  ======*/
  /*----------  Complément style club  ----------*/
}
html body .page-moncompte-title {
  width: 44%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  font-size: 180%;
}
html body .page-moncompte-title {
  font-family: "playfair";
  color: #262525;
  text-align: center;
  margin: 1.5em auto 1em;
}
html body #post-1242 #gform_wrapper_5 .gform_title {
  font-weight: 400;
  font-size: 180%;
}
html body #post-1242 #gform_wrapper_5 .gform_title {
  font-family: "playfair";
}
html body #post-1242 #gform_wrapper_5 .gform_body {
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield {
  margin: 0;
  position: relative;
  margin-bottom: 1.5em;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield .gfield_label {
  font-weight: 700;
  font-size: 110%;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li {
  margin: 0;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li input:checked + label:after {
  position: absolute;
  left: 0.5em;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li label {
  font-weight: 400;
  font-size: 100%;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li label:before {
  position: absolute;
  left: 0.5em;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #post-1242 #gform_wrapper_5 .gform_footer {
  text-align: center;
}
html body .form-modif-account {
  margin-bottom: 5em;
}
html body .form-modif-account > * {
  margin-bottom: 2em;
}
html body .form-modif-account > *.civilite-p ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body .form-modif-account > *.civilite-p ul li {
  margin: 0;
}
html body .form-modif-account > *.civilite-p ul li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body .form-modif-account > *.civilite-p ul li input:checked + label:after {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body .form-modif-account > *.civilite-p ul li label {
  font-weight: 400;
  font-size: 100%;
}
html body .form-modif-account > *.civilite-p ul li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body .form-modif-account > *.civilite-p ul li label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body .form-modif-account input[type=text],
html body .form-modif-account input[type=email],
html body .form-modif-account input[type=tel],
html body .form-modif-account input[type=number],
html body .form-modif-account input[type=password] {
  width: 95%;
  padding: 0.7em 2%;
}
html body {
  /*----------  Partage cocktail  ----------*/
}
html body #gform_wrapper_9,
html body #gform_wrapper_3 {
  margin-top: 0px;
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #gform_9 .gform_heading,
html body #gform_3 .gform_heading {
  display: none;
}
html body #gform_9 .gform_body .gfield,
html body #gform_3 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #gform_9 .gform_body .gfield .gfield_label,
html body #gform_3 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #gform_9 .gform_body .gfield .gfield_label .gfield_required,
html body #gform_3 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #gform_9 .gform_body .gfield .ginput_container,
html body #gform_3 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #gform_9 .gform_body .gfield .ginput_container input,
html body #gform_9 .gform_body .gfield .ginput_container textarea,
html body #gform_3 .gform_body .gfield .ginput_container input,
html body #gform_3 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #gform_9 .gform_body .gfield .ginput_container input,
html body #gform_9 .gform_body .gfield .ginput_container textarea,
html body #gform_3 .gform_body .gfield .ginput_container input,
html body #gform_3 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #gform_9 .gform_footer,
html body #gform_3 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 2em 0 0;
}
html body #gform_9 .gform_footer input[type=submit],
html body #gform_3 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #gform_9 .gform_footer input[type=submit],
html body #gform_3 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #gform_9 .gform_footer input[type=submit]:hover,
html body #gform_3 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #gform_9 .gform_footer input[type=submit]:hover,
html body #gform_3 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html {
  /*----------  Page no result  ----------*/
}
html .search-no-results #primary-taxonomy-term {
  background: #FFFFFF;
}
html .search-no-results .page-content {
  color: #000000;
}
html .search-no-results .page-content form {
  display: none;
}
html body.search-results #header-club,
html body.search-no-results #header-club {
  display: none;
}
html body.search-results #primary-taxonomy-term,
html body.search-no-results #primary-taxonomy-term {
  background: #FFFFFF;
}
html body.search-results #primary-taxonomy-term .entry-header,
html body.search-no-results #primary-taxonomy-term .entry-header {
  background: url("/wp-content/uploads/2024/03/header-page-type.svg");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 0 50px;
}
@media only screen and (max-width: 768px) {
  html body.search-results #primary-taxonomy-term .entry-header,
  html body.search-no-results #primary-taxonomy-term .entry-header {
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  html body.search-results #primary-taxonomy-term .entry-header .content-header,
  html body.search-no-results #primary-taxonomy-term .entry-header .content-header {
    height: 200px;
  }
}
html body.search-results #primary-taxonomy-term .entry-header h1,
html body.search-no-results #primary-taxonomy-term .entry-header h1 {
  text-transform: uppercase !important;
}
@media only screen and (max-width: 1024px) {
  html body.search-results #primary-taxonomy-term .entry-header h1,
  html body.search-no-results #primary-taxonomy-term .entry-header h1 {
    font-size: 40px !important;
    line-height: 47px;
  }
}
html body.search-results #primary-taxonomy-term .entry-header #searchform,
html body.search-no-results #primary-taxonomy-term .entry-header #searchform {
  background: #FCF5EB;
  padding: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body.search-results #primary-taxonomy-term .entry-header #searchform div,
html body.search-no-results #primary-taxonomy-term .entry-header #searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
html body.search-results #primary-taxonomy-term .entry-header #searchform div #s,
html body.search-no-results #primary-taxonomy-term .entry-header #searchform div #s {
  border: 0px;
  width: 300px;
  font-family: "raleway", sans-serif;
  letter-spacing: 8.16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  html body.search-results #primary-taxonomy-term .entry-header #searchform div #s,
  html body.search-no-results #primary-taxonomy-term .entry-header #searchform div #s {
    width: 80%;
  }
}
html body.search-results #primary-taxonomy-term .entry-header #searchform div #searchsubmit,
html body.search-no-results #primary-taxonomy-term .entry-header #searchform div #searchsubmit {
  margin: 0;
  padding: 15px 20px;
}
html body.search-results #primary-taxonomy-term .entry-content,
html body.search-no-results #primary-taxonomy-term .entry-content {
  width: 65%;
}
html body.search-results #primary-taxonomy-term .entry-content .nb-result,
html body.search-no-results #primary-taxonomy-term .entry-content .nb-result {
  display: block;
  text-align: center;
  margin: 50px auto;
}
html body.search-results #primary-taxonomy-term .entry-content .nb-result p,
html body.search-no-results #primary-taxonomy-term .entry-content .nb-result p {
  font-family: "playfair";
  font-size: 32px;
  line-height: 40px;
  color: #AD0023;
}
html body.search-results #primary-taxonomy-term .entry-content .listing-search-result,
html body.search-no-results #primary-taxonomy-term .entry-content .listing-search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body.search-results #primary-taxonomy-term .entry-content .listing-search-result .result-listing-element,
html body.search-no-results #primary-taxonomy-term .entry-content .listing-search-result .result-listing-element {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #C9C1C1;
}
html body.search-results #primary-taxonomy-term .entry-content .listing-search-result .result-listing-element .container-post-result h2,
html body.search-no-results #primary-taxonomy-term .entry-content .listing-search-result .result-listing-element .container-post-result h2 {
  color: #000000;
  font-size: 35px;
  line-height: 45px;
}
html body.search-results #primary-taxonomy-term .entry-content .listing-search-result .result-listing-element .container-post-result .excerpt_part,
html body.search-no-results #primary-taxonomy-term .entry-content .listing-search-result .result-listing-element .container-post-result .excerpt_part {
  font-family: "playfair";
  font-size: 23px;
  line-height: 40px;
  color: #161515;
}
html body.search-results #primary-taxonomy-term .entry-content .listing-search-result .result-listing-element .container-post-result .link-orange,
html body.search-no-results #primary-taxonomy-term .entry-content .listing-search-result .result-listing-element .container-post-result .link-orange {
  margin-top: 25px;
  color: #000000;
}
html body.search-results #primary-taxonomy-term .page-header h2,
html body.search-no-results #primary-taxonomy-term .page-header h2 {
  color: #000000;
}
html {
  /*==========================================
  =            Bloc gammes whisky            =
  ==========================================*/
}
html #block-gammes-sir-edwards-nos-whiskies {
  width: 31%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
html #block-gammes-sir-edwards-nos-whiskies .col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html #block-gammes-sir-edwards-nos-whiskies .col-container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html #block-gammes-sir-edwards-nos-whiskies .col-container .col img {
  width: 100%;
  height: auto;
}
html #block-gammes-sir-edwards-nos-whiskies .col-container .col .btn {
  margin: 0;
}
html {
  /*=====  End of Bloc gammes whisky  ======*/
  /*====================================
  =            Nos whiskies            =
  ====================================*/
}
html .page-template-template-page-nos-whiskies {
  color: #161615;
}
html .page-template-template-page-nos-whiskies #masthead .new-header .header-container {
  position: relative !important;
}
html .page-template-template-page-nos-whiskies .inpage-title {
  color: #161615;
  text-align: center;
}
html .page-template-template-page-nos-whiskies .site-content {
  margin: 2em 0 4em 0 !important;
}
html .page-template-template-page-nos-whiskies .page .entry-content {
  width: 100% !important;
  padding: 0 0 3em !important;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow {
  width: auto;
  margin: 12% auto 0;
  padding: 0.5em 1.5em;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  html .page-template-template-page-nos-whiskies .page .btn-border-yellow {
    font-size: 400%;
    padding: 1em;
  }
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover {
  color: #1B1B1B !important;
  background-color: #F4C259;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after {
  content: "\e92a";
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after {
  color: #000000;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after {
  font-size: 90%;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after {
  display: inline-block;
  position: relative;
  left: 3%;
}
html .page-template-template-page-nos-whiskies .page {
  /*----------  Liste des gammes page intermediaire  ----------*/
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies {
  text-align: center;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col img {
  width: 100%;
  height: auto;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col .btn {
  margin: 0;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col .gamme-title-container {
  position: absolute;
  top: 4em;
  display: inline-block;
  width: 100%;
  text-align: center;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col .gamme-title-container .gamme-title {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 230%;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col .gamme-title-container .gamme-title {
  font-family: "Montserrat", sans-serif;
  line-height: 105%;
  text-transform: uppercase;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 115%;
}
html {
  /*=====  End of Nos whiskies  ======*/
  /*==========================================
  =            Accueil Club privé connecté reponsive =
  ==========================================*/
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header {
    display: inline-block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #account-content {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header #account-content .last-visite {
    padding: 1em 0;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    padding: 2em 2% 2em 14%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    speak: none;
    font-family: "siredicon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    content: "\e933";
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    font-size: 320%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club {
    /**
    		 *
    		 * Bouton menu
    		 *
    		 */
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:before {
    content: "";
    display: inline-block;
    width: 24%;
    height: 100%;
    min-height: 100%;
    background-color: #1B1B1B;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    position: absolute;
    left: 6.5%;
    top: 2.3em;
    z-index: 6;
    cursor: pointer;
    color: #FFFFFF !important;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    speak: none;
    font-family: "siredicon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    content: "\e934";
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    font-size: 320%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    left: 8.5%;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    padding: 3em 2% 4em 30%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    left: 7%;
    top: 2em;
    font-size: 650%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    font-size: 750%;
    left: 8%;
    top: 1.9em;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
    padding: 2em 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account #account-top {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account #account-top {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 4em 0;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account .menu-menu-club-prive-container-big {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    margin: 3em;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account .menu-menu-club-prive-container-big ul li {
    font-size: 5vw;
    height: 11.5vw;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-club {
    display: none;
  }
  html .page-template-club-template-page-accueil-connecte #content #primary {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  html .page-template-club-template-page-accueil-connecte #content #primary .container-accueil-connecte {
    bottom: 8vh !important;
  }
  html .page-template-club-template-page-accueil-connecte #content #primary .title-club {
    font-size: 8vw !important;
  }
  html .page-template-club-template-page-accueil-connecte #content #primary .slogan-club {
    font-size: 2.7vw;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: auto;
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos {
    margin-bottom: 7em;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-tri {
    font-size: 2.5vw;
    margin-bottom: 1em;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-tri a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-tri a > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-tri a > * {
    font-size: 4vw;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-mention {
    font-size: 2vw;
    padding-top: 1em;
    line-height: 1.2em;
    text-align: center;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 3em;
    border: none;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li h4 {
    font-size: 4.2vw;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li .actu-bloc-img-txt .bloc-actus-image {
    width: 20vw;
    height: 20vw;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li .bloc-actus-content p {
    font-size: 3.8vw;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li .bloc-actus-content .btn {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content .bouton-club a {
    padding: 1em 1em 1em 4em;
    line-height: 130%;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content .bouton-club a {
    font-size: 2.5vw;
  }
}
html {
  /*=====  End of Page accueil club privé reponsive  ======*/
}
html .page-template-page-confirm-club .type-page .entry-content p {
  font-size: 200%;
  font-weight: 700;
}
html .page-template-page-confirm-club .type-page .entry-content p a {
  margin-top: 50px;
  font-size: 80%;
}
html .page-template-default #content-global .entry-header .image-une {
  position: relative;
  overflow: hidden;
}
html .entry-header .breadcrumbs {
  text-shadow: none;
}
html #cookie-notice {
  background-color: #1B1B1B !important;
}
html #cookie-notice #cn-accept-cookie {
  background: none;
  background-color: #F4C259;
  padding: 0.3em;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html {
  /*===================================
  =            Club le Jeu            =
  ===================================*/
}
html #seco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0 6em;
}
@media only screen and (max-width: 768px) {
  html #seco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html #seco li {
  padding: 2em 0;
  text-align: center;
  background-color: #1B1B1B;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  html #seco li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 3em 0 !important;
  }
}
html #seco li:first-child {
  background-color: #900000;
}
html #seco li a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #1B1B1B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 95%;
}
html #seco li a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #F4C259;
  border: 2px solid #F4C259;
  padding: 0.5em 1.5em;
  border-radius: 50em;
  color: #1B1B1B !important;
}
html #seco li a:hover {
  color: #F4C259 !important;
}
@media only screen and (max-width: 768px) {
  html #seco li a {
    margin-bottom: 1em !important;
    font-size: 340% !important;
    padding: 1em 1.5em;
  }
}
html #seco li a:hover {
  background-color: transparent;
}
html #strat-jeu {
  display: none;
  width: 16%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  html #strat-jeu {
    display: none;
  }
}
html body.myscot-canplay #strat-jeu {
  display: block;
}
@media only screen and (max-width: 768px) {
  html body.myscot-canplay #strat-jeu {
    display: none;
  }
}
html body.club-jeu {
  background-color: #262525;
}
html body.club-jeu .intro {
  font-weight: 700;
  font-size: 240%;
}
html body.club-jeu .intro {
  color: #F4C259;
  line-height: 120%;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu .intro {
    font-weight: 700;
    font-size: 400%;
  }
}
html body.club-jeu .intro #logo-myscot-lejeu {
  width: 7em;
  margin-bottom: 1.5em;
}
html body.club-jeu .intro #logo-myscot-lejeu img {
  width: 100%;
  height: auto;
}
html body.club-jeu #post-6258 .intro {
  font-weight: 700;
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6258 .intro {
    font-weight: 700;
    font-size: 400%;
  }
}
html body.club-jeu #post-6258 .intro {
  text-align: center;
  font-size: 140%;
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  padding-top: 2em;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6258 .intro {
    width: 100%;
    padding: 0;
    font-weight: 700;
    font-size: 400%;
  }
}
html body.club-jeu #post-6258 .private-content .intro {
  float: none;
  width: 100%;
  text-align: center;
}
html body.club-jeu #post-6258 .private-content .intro #logo-myscot-lejeu {
  margin: 0 auto 1.5em;
}
html body.club-jeu #post-6258 .img-une-jeu {
  float: right;
  width: 40%;
  margin-left: 7%;
  border-radius: 50em;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6258 .img-une-jeu {
    float: none;
    margin: 1em auto 2em;
    display: block;
  }
}
html body.club-jeu #post-6258 .img-une-jeu img {
  width: 100%;
  height: auto;
}
html body.club-jeu #primary-club-jeu {
  width: 56%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
html body.club-jeu #primary-club-jeu #no-game {
  padding: 2em 0 3em;
  color: #FFFFFF;
}
html body.club-jeu #primary-club-jeu .form-jeu {
  clear: both;
  margin-top: 2.5em;
  text-align: center;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 100;
  font-size: 220%;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html {
  font-family: "playfair";
  margin-bottom: 0.5em !important;
  color: #F4C259;
  line-height: 125%;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html b,
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html strong {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 120%;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html b,
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html strong {
  font-family: "another_shabby";
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .gfield_html {
    font-size: 460%;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_body {
  text-align: center;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_body .gfield {
  padding: 0;
}
html body.club-jeu #primary-club-jeu .form-jeu input[type=radio]:checked + label:after {
  display: inline-block !important;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_label {
  display: none;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container {
  text-align: center;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 2em;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li input[type=radio] {
  display: none;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label {
  position: relative;
  padding: 0.4em 1.5em 0.4em 3em;
  background-color: #C00202;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 95%;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label {
  display: inline-block;
  border-radius: 50em;
  margin: 0;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label {
    font-weight: 600;
    font-size: 125%;
  }
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label {
    font-weight: 600;
    font-size: 300%;
    width: 100%;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 0.9em;
  height: 0.9em;
  background-color: #1B1B1B;
  z-index: 2;
  border-radius: 50em;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label:after {
  content: "";
  display: none;
  position: absolute;
  left: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 0.5em;
  height: 0.5em;
  background-color: #F4C259;
  z-index: 2;
  border-radius: 50em;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu .form-jeu .gform_footer {
    margin-top: 2.5em;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #262525;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 95%;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #F4C259;
  border: 2px solid #F4C259;
  padding: 0.5em 1.5em;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #262525;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit]:hover {
  color: #F4C259;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit] {
  border-radius: 50em;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit] {
    margin-bottom: 1em !important;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body.club-jeu #primary-club-jeu #reglement-myscot {
  text-align: center;
  padding: 1em 0 3em;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu #reglement-myscot {
    padding: 1em 0 4em;
  }
}
html body.club-jeu #primary-club-jeu #reglement-myscot a {
  font-weight: 200;
  font-size: 80%;
}
html body.club-jeu #primary-club-jeu #reglement-myscot a {
  font-family: "playfair";
  color: #F4C259;
  text-decoration: underline;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu #reglement-myscot a {
    font-size: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  html body.club-jeu #primary-club-jeu #reglement-myscot a {
    font-size: 160%;
  }
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu #reglement-myscot a {
    font-size: 200%;
  }
}
html body.club-jeu #primary-club-jeu #reglement-myscot a:hover {
  color: #FFFFFF;
}
html body.club-jeu #post-6256 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .intro {
    font-size: 500% !important;
  }
}
html body.club-jeu #post-6256 .intro #logo-myscot-lejeu {
  margin: 1em auto;
  width: 7em;
  display: block;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest {
  padding: 2em 0;
  width: 100%;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest .attente {
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto 1em;
  font-weight: 400;
  font-size: 200%;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest .attente {
  font-family: "playfair";
  text-align: center;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest .attente {
    font-size: 374%;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 3em;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /* Animation */
  cursor: pointer;
  z-index: 1;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: transparent;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:hover:before {
  background-color: #000000;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post {
  position: absolute;
  height: 65%;
  width: 69%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 1em 3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-in-out";
          transition-timing-function: "ease-in-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post h2 {
  font-weight: 700;
  font-size: 140%;
}
@media only screen and (max-width: 1024px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post h2 {
    font-size: 160% !important;
  }
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post h2 {
    font-size: 290% !important;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow {
    font-size: 400%;
    padding: 1em;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  content: "\e92a";
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  color: #000000;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  font-size: 90%;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  display: inline-block;
  position: relative;
  left: 3%;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:hover .container-post {
  background: #9C0000;
  text-shadow: none;
}
html {
  /*=====  End of Club le Jeu  ======*/
  /*==============================================
  =            Jeu de piste Road trip            =
  ==============================================*/
}
html .img-indice {
  text-align: center;
  display: block;
  position: relative;
  width: 40%;
  margin: 0 auto;
}
html .img-indice .img-indice-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .img-indice .img-indice-content > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
html .img-indice .img-indice-content img {
  max-width: 55% !important;
  height: auto;
  margin-bottom: 0.2em;
}
html .img-indice .img-indice-content .object-text {
  color: #900000;
  font-weight: 600;
  font-size: 85%;
  border: none;
  background: transparent;
}
html #obj-trouve {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #content-editeur {
    padding-top: 7em !important;
  }
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #block-navigation-posts {
    display: none !important;
  }
}
html .page-piste-jeu #form-jeu-piste.form-jeu {
  text-align: center !important;
}
html .page-piste-jeu #form-jeu-piste.form-jeu .intro {
  text-align: center;
  font-weight: 900;
  font-size: 165%;
}
html .page-piste-jeu #form-jeu-piste.form-jeu .intro {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  color: #413f3f;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #form-jeu-piste.form-jeu .intro {
    font-size: 300%;
  }
}
html .page-piste-jeu #block-navigation-posts > a {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-instruc {
    font-size: 170%;
  }
}
html .page-piste-jeu .bloc-instruc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .page-piste-jeu .bloc-instruc > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html .page-piste-jeu .bloc-instruc .img-indice {
  text-align: center;
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: auto;
}
html .page-piste-jeu .bloc-instruc .instruc {
  text-align: left;
  font-size: 115%;
}
html .page-piste-jeu .bloc-instruc .instruc li {
  margin-bottom: 1.7em !important;
  clear: left;
  line-height: 125%;
}
html .page-piste-jeu .bloc-instruc .instruc .before-instruc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50em;
  position: relative;
  top: -0.6em;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2em;
  width: 2em;
  color: #FFFFFF;
  background-color: #900000;
  text-align: center;
  margin-right: 0.6em;
}
html .page-piste-jeu .bloc-enigme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0;
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-enigme {
    font-size: 170%;
  }
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-enigme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html .page-piste-jeu .bloc-enigme > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-enigme > div {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #413f3f;
  padding: 1.5em 0;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-label span {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 150%;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-label span {
  font-family: "Montserrat", sans-serif;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content {
  padding: 1.2em 7%;
  font-weight: 200;
  font-size: 240%;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content {
  font-family: "playfair";
  background-color: #900000;
  text-align: center;
  color: #f4c258;
  line-height: 120%;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .enigme {
  display: block;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search {
  margin-top: 2em;
  padding: 0.6em 1.5em 0.6em 0.6em;
  position: relative;
  font-size: 70%;
  display: inline-block;
  top: 0;
  line-height: 100%;
  color: #f4c258 !important;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  content: "\e92a";
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  color: #f4c258;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  font-size: 70%;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  position: relative;
  left: 1em;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:hover {
  background-color: #413f3f;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search {
  border: 1px solid #F4C259;
}
html .page-piste-jeu #reglement-pist-rt a {
  display: block;
  color: #900000 !important;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu #reglement-pist-rt a {
    font-size: 170%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win {
  margin-top: 1.5em;
  width: 45%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1em;
  border-top: 2px solid #F4C259;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win h3 {
  font-weight: 400;
  font-size: 220%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win h3 {
  font-family: "playfair";
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 1.8em 0 1em;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_wrapper_28,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_wrapper_29 {
  margin-top: 0px;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 {
  padding: 0%;
  position: relative;
  padding-bottom: 2.5em;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28:after,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -0.5em;
  text-align: center;
  width: 24.25%;
  background-color: #FFFFFF;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_heading,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_heading {
  display: none;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .gfield_label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .gfield_label .gfield_required,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container input,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container textarea,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container input,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container input,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container textarea,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container input,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield#field_28_19, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield#field_29_19,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield#field_28_19,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield#field_29_19 {
  text-align: center;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield.champs-obligatoires,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield.champs-obligatoires,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield.champs-obligatoires .gfield_required,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield.champs-obligatoires,
  html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield.champs-obligatoires {
    font-size: 250%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li {
  margin: 0;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li input,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li input,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li input,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li input:checked + label:after,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li input:checked + label:after,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li input:checked + label:after,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li input:checked + label:after {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li label {
  font-weight: 400;
  font-size: 100%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li label,
  html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li label,
  html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li label,
  html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li label {
    font-size: 250%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 .gfield_label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 .gfield_label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 .gfield_label,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 .gfield_label {
  display: none;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_29_18_1 {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_29_18_1 {
  line-height: 120%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_28_18_1:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_29_18_1:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_28_18_1:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_29_18_1:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_28_18_1:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_29_18_1:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_28_18_1:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_29_18_1:before {
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #choice_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #choice_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #choice_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #choice_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #choice_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #choice_29_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #choice_28_18_1,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #choice_29_18_1 {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #choice_28_18_1:checked + label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #choice_29_18_1:checked + label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #choice_28_18_1:checked + label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #choice_29_18_1:checked + label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #choice_28_18_1:checked + label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #choice_29_18_1:checked + label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #choice_28_18_1:checked + label:before,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #choice_29_18_1:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 80%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer input[type=submit],
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer input[type=submit],
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer input[type=submit]:hover,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer input[type=submit]:hover,
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html .page-piste-jeu .message-incease {
  display: block;
  margin: 0 auto 2em;
  width: 65%;
  padding: 0.6em 1em;
  border: 2px solid #F4C259;
  color: #1B1B1B;
  text-align: center;
  font-size: 110%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.5em 0 3.5em;
}
@media only screen and (max-width: 1024px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content {
    font-size: 200%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .btn.btn-yellow-bg {
  font-size: 95%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance {
  position: relative;
  padding: 2.5em 4%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance {
    width: 360px;
    margin: 0 auto;
    max-width: 90%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance > span {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 180%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance > span {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.2em;
  color: #FFFFFF;
  line-height: 125%;
  position: relative;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance > span:after {
  position: absolute;
  right: 0.5em;
  top: -0.3em;
  content: "";
  display: inline-block;
  height: 3.5vw;
  width: 3.5vw;
  background: url("images/fois_2.png") center center no-repeat transparent;
  background-size: 100% auto;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance p {
  display: block;
  width: 90%;
  margin: 0 auto 1em;
  color: #FFFFFF;
  line-height: 105%;
}
@media only screen and (max-width: 1024px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance p {
    font-size: 135% !important;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance .btn {
  color: #1B1B1B !important;
  padding: 0.8em 2.5em !important;
  line-height: 100% !important;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1024px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance #fb-share-jeu-piste {
    font-size: 120% !important;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance {
  background-color: #900000;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form {
  margin: 0.5em auto 0;
  display: block;
  width: 80%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form input,
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 4%;
  font-weight: 400i;
  font-size: 85%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form input,
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form textarea {
  font-style: italic;
  color: #827678;
  width: 92%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance {
  background: url("images/two-cream-fleches-here-jeu.png") center 15% no-repeat #1B1B1B;
  background-size: 90% auto;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance .btn-share {
  display: inline-block;
  margin: 2vw auto 1em;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance .btn-share {
    margin: 10vw auto 3em;
    width: 18%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance .btn-share img {
  width: 100%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance p {
  width: 70%;
  position: relative;
  padding-left: 10%;
  line-height: 115%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance p:before {
  position: absolute;
  left: -1em;
  top: -0.3em;
  content: "";
  display: inline-block;
  height: 3.5vw;
  width: 3.5vw;
  background: url("images/fois_3.png") center center no-repeat transparent;
  background-size: 100% auto;
}
html .page-piste-jeu #post-8177 #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance > span {
  padding-right: 20%;
}
html {
  /*=====  End of Jeu de piste Road trip  ======*/
}

html[lang=en-US] #site-footer-short-navigation ul {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}
html[lang=en-US] #site-footer-legals-navigation #menu-menu-legal-anglais {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
html[lang=en-US] #site-footer-legals-navigation #menu-menu-legal-anglais li {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  font-weight: 700;
  font-size: 80%;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig button {
  font-weight: 700;
  font-size: 90%;
}
#tarteaucitronRoot #tarteaucitronAlertBig button {
  font-family: "Montserrat", sans-serif;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  background: #C00202;
}
#tarteaucitronRoot #tarteaucitronServices {
  font-weight: 700;
  font-size: 90%;
}
#tarteaucitronRoot #tarteaucitronServices {
  font-family: "Montserrat", sans-serif;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronIsDenied {
  border-color: #C00202 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronIsDenied .tarteaucitronDeny {
  background: #C00202 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronIsAllowed {
  border-color: #CE9B31 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronIsAllowed .tarteaucitronAllow {
  background: #CE9B31 !important;
}
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed {
  background: #CE9B31 !important;
}

#tarteaucitron h1 {
  line-height: 65px !important;
}
#tarteaucitron h2 {
  line-height: 19px !important;
}
#tarteaucitron h3 {
  line-height: 40px !important;
}

#gform_4 .gform_fields li::before {
  content: none !important;
}

html[lang=en-US] body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .yellow-text,
html[lang=es-ES] body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .yellow-text {
  color: #970900;
}

#close-strat-jeu {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

/*html:not([lang="en-US"]){
	body{
		// Page gamme seule
		#block-gammes-sir-edwards{
			display: none;
		}

	}
}*/
.post-type-archive-road_trip #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right {
  z-index: 80 !important;
}

html body.page-id-9800 .body-pl #primary-page #content-global .entry-content #content-editeur .alignleft,
html body.page-id-9800 .body-ru #primary-page #content-global .entry-content #content-editeur .alignleft,
html body.page-id-9800 .body-uk #primary-page #content-global .entry-content #content-editeur .alignleft,
html body.page-id-9800 .body-cs #primary-page #content-global .entry-content #content-editeur .alignleft,
html body.page-id-9800 .body-lv #primary-page #content-global .entry-content #content-editeur .alignleft {
  min-width: inherit;
}

/*----------  .page-road-trip  ----------*/
.page-road-trip {
  background-color: #0D1720;
}
.page-road-trip .entry-content {
  padding: 3% 0;
  width: 56%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.page-road-trip .entry-content h3 {
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto 1em;
  font-weight: 400;
  font-size: 230%;
}
.page-road-trip .entry-content h3 {
  font-family: "playfair";
  text-align: center;
  line-height: 120%;
}
.page-road-trip .entry-content ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-road-trip .entry-content ul li.block-type-1 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
.page-road-trip .entry-content ul li.block-type-1 img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /* Animation */
  cursor: pointer;
  z-index: 1;
}
.page-road-trip .entry-content ul li.block-type-1:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: transparent;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.page-road-trip .entry-content ul li.block-type-1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-road-trip .entry-content ul li.block-type-1:hover:before {
  background-color: #000000;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post {
  position: absolute;
  height: 65%;
  width: 69%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-in-out";
          transition-timing-function: "ease-in-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post h2 {
  font-weight: 700;
  font-size: 150%;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.5em;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  content: "\e92a";
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  color: #000000;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  font-size: 90%;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  display: inline-block;
  position: relative;
  left: 3%;
}
.page-road-trip .entry-content ul li.block-type-1:hover .container-post {
  background: #9C0000;
  text-shadow: none;
}

/*----------  .page-cocktails  ----------*/
.page-cocktails {
  /*----------  Haut page level 1  ----------*/
}
.page-cocktails .container-header-rubrique {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
}
.page-cocktails .container-header-rubrique:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-cocktails .container-header-rubrique .image-une {
    display: none;
  }
}
.page-cocktails .container-header-rubrique .image-une img {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.page-cocktails .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 0;
  height: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-cocktails .container-header-rubrique .content-header-rubrique {
    position: relative;
    height: auto;
    width: auto;
    padding: 0 1em;
  }
}
.page-cocktails .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
  color: #000000;
}
.page-cocktails .container-header-rubrique .content-header-rubrique .breadcrumbs a {
  color: #000000;
}
.page-cocktails .container-header-rubrique .content-header-rubrique .slogan {
  color: #000000;
  line-height: 110%;
  margin: 1.5em auto 0;
}
.page-cocktails .entry-content {
  background-color: #FFFFFF;
  position: relative;
}
.page-cocktails .entry-content:after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  background: url("/wp-content/uploads/2024/03/verres.svg");
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.page-cocktails .entry-content .block-list-cocktails {
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.page-cocktails .entry-content .block-list-cocktails h3 {
  color: #fff;
  text-align: center;
  padding: 1em 1em 0.5em 1em;
  font-weight: 400;
  font-size: 250%;
}
.page-cocktails .entry-content .block-list-cocktails h3 {
  font-family: "playfair";
}
.page-cocktails .entry-content .block-list-cocktails form {
  width: 40%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  padding: 0.5em 1em;
}
.page-cocktails .entry-content .block-list-cocktails form input[type=text] {
  font-size: 100%;
  border: 1px solid #F4C259;
  font-style: italic;
  width: 60%;
  margin-right: 1%;
}
.page-cocktails .entry-content .block-list-cocktails form .submit-search-cocktail {
  background-color: #9C0000;
  border: 0;
  width: 25%;
  padding: 0.8em 2em;
  font-size: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 2em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails h4 {
  font-family: "raleway", sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
  color: #000000;
  margin-top: 2em;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 768px) {
  .page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails h4 {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails ul {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails ul {
    margin-top: 0;
  }
}
.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails ul a {
  padding: 15px 20px;
  background: #FCF5EB;
  color: #F99300;
  font-family: "Raleway", serif;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails .not-result-cocktail {
  padding: 2em 0;
  text-align: center;
  font-weight: 400;
  font-size: 110%;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails .not-result-cocktail {
  color: #FFFFFF;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin: 0.8em 0;
  position: relative;
  overflow: hidden;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:nth-child(2n) {
  height: 400px;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:nth-child(2n) img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /* Animation */
  cursor: pointer;
  z-index: 1;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: transparent;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:hover:before {
  background-color: #000000;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post {
  position: absolute;
  height: 65%;
  width: 69%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-in-out";
          transition-timing-function: "ease-in-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post h2 {
  font-weight: 700;
  font-size: 150%;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.5em;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  content: "\e92a";
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  color: #000000;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  font-size: 90%;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after {
  display: inline-block;
  position: relative;
  left: 3%;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:hover .container-post {
  background: #9C0000;
  text-shadow: none;
}
.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul {
  display: block;
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-cocktails .entry-content .block-list-cocktails .list-cocktails ul {
    width: 100%;
  }
}
.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li {
  margin: 0 5px 25px;
  height: 250px;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li {
    margin: 0 5 0 25px;
  }
}
.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li:nth-child(2n) {
  height: 400px;
}
.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li:nth-child(2n) img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li .container-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 200px;
  margin-bottom: 0px !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(85%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
}
.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li .container-post h2 {
  font-size: 24px;
  line-height: 28px;
  padding: 25px;
}

/*----------  #searchform  ----------*/
#searchform {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#searchform #searchsubmit {
  position: relative;
  z-index: 0;
}
#searchform .search-field {
  width: 0%;
  height: 100%;
  position: absolute;
  border: none;
  border-radius: 50em;
  padding: 0 0 0 1em;
  line-height: 100%;
  background-color: #262525;
  z-index: 0;
  right: 5%;
  top: 0;
  color: #F4C259;
}

/* ---- .block-gammes-header ----*/
.block-gammes-header .small-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  position: relative;
  height: auto;
  padding: 2.5em 0;
  text-align: center;
}

/* ---- #site-rs-header ----*/
#site-rs-header .rs-rond a {
  padding: 0.5em 0.54em;
}

.gamme.type-gamme {
  /**
   *
   * Bloc gammes header (bannière)
   *
   */
}
.gamme.type-gamme .block-gammes-header .master-visuel-gamme {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}
.gamme.type-gamme #block-gammes-sir-edwards {
  background-color: #fff !important;
  padding: 3em 0 1em;
  display: block;
}
.gamme.type-gamme #block-gammes-sir-edwards .col-container {
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gamme.type-gamme #block-gammes-sir-edwards .col-container .col {
  max-width: 50%;
}
.gamme.type-gamme #block-gammes-sir-edwards h2 {
  display: block !important;
  text-align: center;
  margin: 0.7em 0 1.5em;
  font-size: 230%;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .gamme.type-gamme #block-gammes-sir-edwards > .col-container {
    display: block;
  }
  .gamme.type-gamme #block-gammes-sir-edwards > .col-container .col {
    margin: 5px auto;
    max-width: none;
  }
}
.gamme.type-gamme #block-navigation-posts .btn {
  visibility: hidden !important;
}

html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet {
  background: #41372b;
}

html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li.active,
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li:hover {
  background-color: #41372b;
}

html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .btn {
  border-color: #41372b !important;
}

html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet {
  background: #41372b;
}

html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li.active,
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li:hover {
  background-color: #41372b;
}

html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .btn {
  border-color: #41372b !important;
}

html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet {
  background: #41372b;
}

html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li.active,
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li:hover {
  background-color: #41372b;
}

html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .btn {
  border-color: #41372b !important;
}/*# sourceMappingURL=style_sired_2026.css.map */