@charset "UTF-8";
@import url("https://use.typekit.net/jha0ecp.css");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400..900&display=swap");
@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;
}

@keyframes slideFleche {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes outSlideFleche {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

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

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

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

* {
  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 {
  align-items: flex-start !important;
}

h2, .block-title {
  display: block;
  font-weight: 500;
  font-size: 50px;
  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: 40px;
    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%;
  font-family: "Montserrat", sans-serif;
  color: #413F40;
  line-height: 110%;
}

.script-typ {
  font-weight: 400;
  font-size: 100%;
  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%;
  justify-content: space-between;
  border-bottom: 2px solid #F4C259;
  padding-bottom: 2em;
  display: flex;
  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%;
  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 {
  flex: 1 1 54%;
  padding-left: 3%;
}

.information-client .last p {
  position: relative;
  padding-left: 11%;
}

.information-client .last p a {
  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;
  animation: fadein 1s;
}

@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: 8.16px;
  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;
    margin-right: 0px;
  }
}

/*----------  Block Title  ----------*/
.entry-header .content-block-type {
  display: flex;
  flex-direction: column;
}

.entry-header .content-block-type .breadcrumbs {
  order: 2;
}

.entry-header .content-block-type #breadcrumbs {
  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%;
  align-items: end;
  justify-content: center;
  display: flex;
  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%;
  text-transform: uppercase;
  color: #000000;
}

/*----------  COL STRUCTURE  ----------*/
.col-container {
  display: flex;
  flex-wrap: wrap;
}

.col-container .col {
  flex: 1 1 100%;
  width: 100%;
}

.col-container .col.col-2 {
  flex: 1 1 50%;
}

.col-container .col.col-3 {
  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-family: 'gotham_book' !important;
}

@media only screen and (max-width: 768px) {
  .upper-title p {
    font-size: 16px;
  }
}

.upper-title .blason {
  width: 60px;
  display: block;
  margin: auto;
}

.home h2 {
  line-height: 80px;
}

@media only screen and (max-width: 1024px) {
  .home h2 {
    line-height: 47px;
  }
}

.home .upper-title {
  margin-bottom: 35px;
}

/*----------  MAP  ----------*/
.map .leaflet-marker-icon {
  width: 23px !important;
  transition: .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%;
  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%;
  border-radius: 0 100% 100% 0;
  animation: bounceLeft 1s ease-in-out infinite;
}

.slick-slider .slick-arrow.slick-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;
}

.slick-slider .slick-arrow.slick-prev:before {
  content: "\e927";
}

.slick-slider .slick-arrow.slick-prev:before {
  color: #000000;
}

.slick-slider .slick-arrow.slick-prev:before {
  font-size: 200%;
}

.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%;
  border-radius: 100% 0 0 100%;
  animation: bounceRight 1s ease-in-out infinite;
}

.slick-slider .slick-arrow.slick-next: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;
}

.slick-slider .slick-arrow.slick-next:before {
  content: "\e926";
}

.slick-slider .slick-arrow.slick-next:before {
  color: #000000;
}

.slick-slider .slick-arrow.slick-next:before {
  font-size: 200%;
}

.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: '';
  transition-duration: 0.5s;
  transition-timing-function: 'linear';
  transition-property: background-color;
}

.slick-slider .slick-slide:hover:before {
  background-color: transparent;
}

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

@keyframes bounceRight {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    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, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a {
  border: 2px solid #F4C259;
  transition: 0.5s all linear;
  color: #FFFFFF;
  padding: 0.5em 1%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.btn.btn-border-yellow, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-border-yellow {
  border: 2px solid #F4C259;
  transition: 0.5s all linear;
  color: #FFFFFF;
}

.btn.btn-border-yellow:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-border-yellow:after {
  animation: slideFleche 0.5s;
}

.btn.btn-yellow-bg, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg {
  background-color: #F4C259;
  border-radius: 9999px;
  border: 2px solid #F4C259;
  padding: 0.32em 0.8em;
  font-weight: 800;
  font-size: 85%;
  transition: 0.5s all linear;
  color: #1B1B1B;
  transition-duration: 0.5s;
  transition-timing-function: 'ease-out';
  transition-property: background-color;
}

.btn.btn-yellow-bg:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg:hover {
  color: #F4C259;
}

.btn.btn-yellow-bg:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg:hover {
  background-color: #CE9B31;
  border-color: #CE9B31;
  color: #1B1B1B;
}

.btn.btn-red, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-red {
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.25em 1.5%;
  font-weight: 700;
  font-size: 80%;
  transition: 0.5s all linear;
  color: #FFFFFF;
}

.btn.btn-red:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-red:hover {
  color: #C00202;
}

.btn.btn-red:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-red:hover {
  background-color: #F4C259;
  border-color: #F4C259;
  color: #1B1B1B;
}

.btn-play {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  padding: 2.5em 1.2em;
  border: 2px solid #F4C259;
  border-radius: 9999px;
  line-height: 100%;
}

.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:after {
  margin-left: 0.8em;
}

.btn btn-border-orange, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a 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: 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;
}

/*----------  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 {
  margin-right: 0.8%;
}

.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:before {
  margin-right: 0.5%;
}

.navigation .wp-paginate li a.next {
  margin-left: 0.8%;
}

.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: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: flex;
  justify-content: 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%;
  object-fit: cover;
}

#block-strate-jeu.block-right-piste .block-right-title {
  width: 50%;
  align-self: flex-start;
}

#block-strate-jeu.block-right-piste .block-right-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 3em;
  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;
}

.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 a.home {
  display: none;
}

.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;
  transition: width ease 0.4s;
}

.breadcrumbs span[property="itemListElement"]::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}

.breadcrumbs span[property="itemListElement"]:hover::before {
  width: 100%;
}

.breadcrumbs span[property="itemListElement"]:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}

.single .breadcrumbs span[property="itemListElement"]:last-child, .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;
  transition: width ease 0.4s;
}

#breadcrumbs span span::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}

#breadcrumbs span span:hover::before {
  width: 100%;
}

#breadcrumbs span span:hover::after {
  left: 100%;
  width: 0%;
  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: #f85100;
}

.icon-clic2buy .path2:before {
  content: "\e903";
  margin-left: -4.2109375em;
  color: #f85100;
}

.icon-clic2buy .path3:before {
  content: "\e904";
  margin-left: -4.2109375em;
  color: #f85100;
}

.icon-clic2buy .path4:before {
  content: "\e905";
  margin-left: -4.2109375em;
  color: #ff9400;
}

.icon-clic2buy .path5:before {
  content: "\e906";
  margin-left: -4.2109375em;
  color: #ff9400;
}

.icon-clic2buy .path6:before {
  content: "\e907";
  margin-left: -4.2109375em;
  color: #f85100;
}

.icon-clic2buy .path7:before {
  content: "\e908";
  margin-left: -4.2109375em;
  color: #ff9400;
}

.icon-clic2buy .path8:before {
  content: "\e909";
  margin-left: -4.2109375em;
  color: #ff9400;
}

.icon-clic2buy .path9:before {
  content: "\e90a";
  margin-left: -4.2109375em;
  color: #ff9400;
}

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

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

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

.icon-drapeau-en .path1:before {
  content: "\e90e";
  color: white;
}

.icon-drapeau-en .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: #0052b4;
}

.icon-drapeau-en .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: #0052b4;
}

.icon-drapeau-en .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: #0052b4;
}

.icon-drapeau-en .path5:before {
  content: "\e912";
  margin-left: -1em;
  color: #0052b4;
}

.icon-drapeau-en .path6:before {
  content: "\e913";
  margin-left: -1em;
  color: #0052b4;
}

.icon-drapeau-en .path7:before {
  content: "\e914";
  margin-left: -1em;
  color: #0052b4;
}

.icon-drapeau-en .path8:before {
  content: "\e915";
  margin-left: -1em;
  color: #0052b4;
}

.icon-drapeau-en .path9:before {
  content: "\e916";
  margin-left: -1em;
  color: #0052b4;
}

.icon-drapeau-en .path10:before {
  content: "\e917";
  margin-left: -1em;
  color: #d80027;
}

.icon-drapeau-en .path11:before {
  content: "\e918";
  margin-left: -1em;
  color: #d80027;
}

.icon-drapeau-en .path12:before {
  content: "\e919";
  margin-left: -1em;
  color: #d80027;
}

.icon-drapeau-en .path13:before {
  content: "\e91a";
  margin-left: -1em;
  color: #d80027;
}

.icon-drapeau-en .path14:before {
  content: "\e91b";
  margin-left: -1em;
  color: #d80027;
}

.icon-drapeau-es .path1:before {
  content: "\e91c";
  color: #ffda44;
}

.icon-drapeau-es .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: #d80027;
}

.icon-drapeau-es .path3:before {
  content: "\e91e";
  margin-left: -1em;
  color: #d80027;
}

.icon-drapeau-fr .path1:before {
  content: "\e91f";
  color: white;
}

.icon-drapeau-fr .path2:before {
  content: "\e920";
  margin-left: -1em;
  color: #d80027;
}

.icon-drapeau-fr .path3:before {
  content: "\e921";
  margin-left: -1em;
  color: #0052b4;
}

.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: #014970;
}

.icon-myscot .path2:before {
  content: "\e936";
  margin-left: -1.3447265625em;
  color: white;
}

.icon-myscot .path3:before {
  content: "\e937";
  margin-left: -1.3447265625em;
  color: white;
}

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

/**
 *
 * HEADER
 *
 */
#masthead {
  background-color: #1B1B1B;
}

#masthead .header-container {
  width: 100%;
  min-width: 100%;
  position: relative;
  background-color: #1B1B1B;
  color: #FFFFFF;
  /**
				 *
				 * Menu principal
				 *
				 */
}

#masthead .header-container #navigation-club {
  display: none;
}

#masthead .header-container .header-content {
  position: relative;
  z-index: 100;
  /**
						 *
						 * Bouton menu
						 *
						 */
  /**
						 *
						 * Logo site header
						 *
						 */
  /**
						 *
						 * Header droite
						 *
						 */
}

#masthead .header-container .header-content #site-menu-icon {
  display: inline-block;
  width: 6%;
  height: 100%;
  min-height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content {
  position: absolute;
  bottom: 16%;
  width: 100%;
}

#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#masthead .header-container .header-content #site-menu-icon #site-menu-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;
}

#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  content: "\e933";
}

#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  font-size: 130%;
}

#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  transition: 0.6s opacity ease;
  opacity: 1;
}

#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:active:before {
  opacity: 0;
}

#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .text-icon {
  display: inline-block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
}

#masthead .header-container .header-content #site-logo {
  margin: 0 auto;
  padding: 0.5%;
  display: block;
  width: 9.75%;
}

#masthead .header-container .header-content #header-content-right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30%;
  text-align: right;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  /*----------  Logos RS header  ----------*/
  /*----------  Search header  ----------*/
  /**
							  *
							  * Drapeaux Header
							  *
							  */
}

#masthead .header-container .header-content #header-content-right .header-top-right-elem {
  display: inline-flex;
  flex: 1 0;
  text-align: right;
}

#masthead .header-container .header-content #header-content-right .header-top-right-elem ul {
  flex: 1 0;
}

#masthead .header-container .header-content #header-content-right #site-rs-header {
  text-align: center;
  display: flex;
  flex: 1 0 34%;
}

@media only screen and (max-width: 1024px) {
  #masthead .header-container .header-content #header-content-right #site-rs-header {
    display: none;
  }
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul li a {
  transition-duration: 0.5s;
  transition-timing-function: 'ease-in-out';
  transition-property: background-color;
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul li a:hover {
  background-color: #CE9B31;
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul .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;
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul .rs-fb-header a:before {
  content: "\e922";
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul .rs-fb-header a:before {
  color: #1B1B1B;
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul .rs-insta-header {
  margin-left: 4%;
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul .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;
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul .rs-insta-header a:before {
  content: "\e92d";
}

#masthead .header-container .header-content #header-content-right #site-rs-header ul .rs-insta-header a:before {
  color: #1B1B1B;
}

#masthead .header-container .header-content #header-content-right .click-to-buy {
  flex: 1 1 100%;
  position: absolute;
  left: 1em;
  top: 1em;
  cursor: pointer;
  z-index: 2;
}

#masthead .header-container .header-content #header-content-right .click-to-buy .btn, #masthead .header-container .header-content #header-content-right .click-to-buy #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #masthead .header-container .header-content #header-content-right .click-to-buy a {
  padding-left: 1em;
  padding-right: 1em;
}

#masthead .header-container .header-content #header-content-right .click-to-buy .btn:hover, #masthead .header-container .header-content #header-content-right .click-to-buy #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #masthead .header-container .header-content #header-content-right .click-to-buy a:hover {
  background-color: #F4C259;
  color: #1B1B1B;
}

@media only screen and (max-width: 1024px) {
  #masthead .header-container .header-content #header-content-right .click-to-buy {
    top: 0px;
    left: 0px;
    position: relative;
    display: inline-block !important;
  }
  #masthead .header-container .header-content #header-content-right .click-to-buy .btn, #masthead .header-container .header-content #header-content-right .click-to-buy #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #masthead .header-container .header-content #header-content-right .click-to-buy a {
    position: absolute;
    left: 0px;
    top: 3em;
    font-size: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right .click-to-buy {
    display: none !important;
  }
}

#masthead .header-container .header-content #header-content-right #search-header {
  position: relative;
  display: flex;
  flex: 1 0 46%;
  left: 5%;
}

#masthead .header-container .header-content #header-content-right #search-header #searchform {
  display: inline-block;
  flex: 1 0 100%;
  width: 100%;
  position: relative;
  text-align: right;
}

#masthead .header-container .header-content #header-content-right #search-header #searchform .search-field {
  font-size: 95%;
  font-style: italic;
  right: 3%;
}

#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit {
  display: inline-block;
  line-height: 100%;
  border-radius: 50%;
  padding: 0.5em;
  font-weight: inherit;
  font-size: 115%;
  background-color: #262525;
  border: none;
  cursor: pointer;
}

#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit: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;
}

#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit:before {
  content: "\e930";
}

#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit:before {
  color: #F4C259;
}

#masthead .header-container .header-content #header-content-right.sans-rs #search-header {
  left: -3%;
}

#masthead .header-container .header-content #header-content-right.sans-rs #search-header #searchform .search-field {
  right: 3%;
}

#masthead .header-container .header-content #header-content-right #site-flags-header {
  background-color: #262525;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 20%;
  position: relative;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 100%;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag {
  display: inline-flex;
  flex: 1 0;
  margin-right: 0;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag:nth-child(7) {
  position: unset;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag a {
  font-style: 150%;
  color: #FFFFFF;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag .siredicon span:before {
  font-weight: inherit;
  font-size: 150%;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag:nth-child(2n) {
  margin-right: 0;
  margin-top: 5px;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag:first-child {
  margin-top: 0;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag:nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages {
    font-size: 130%;
  }
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #flag-active {
  cursor: pointer;
  font-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header #flag #flag-active {
    font-size: 250%;
  }
}

@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header #flag #flag-active {
    font-size: 5vw;
  }
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #flag-active:after {
  content: ' ';
  margin: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #FFFFFF transparent transparent transparent;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #flag-active.flag-active-clicked:after {
  transform: rotate(180deg);
}

#masthead .header-container .header-content #header-content-right #site-flags-header #flag #list-flags {
  display: none;
  position: absolute;
  top: 60%;
  background: #1B1B1B;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}

#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag {
  display: block;
  width: 1.8vw;
  height: 1.8vw;
  background-size: 160%;
  border-radius: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag {
    width: 3.5vw;
    height: 3.5vw;
  }
}

@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag {
    width: 4.5vw;
    height: 4.5vw;
  }
}

#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-ru {
  background-image: url(images/flags/Flag_of_Russia.svg);
}

#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-cs {
  background-image: url(images/flags/Flag_of_the_Czech_Republic.svg);
}

#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-uk {
  background-image: url(images/flags/Flag_of_Ukraine.svg);
}

#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-pl {
  background-image: url(images/flags/Flag_of_Poland.svg);
}

#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-lv {
  background-image: url(images/flags/Flag_of_Latvia.svg);
  background-size: 200%;
}

#masthead .header-container .header-content #header-content-right #site-flags-header #languages li:nth-child(7) {
  position: relative;
  left: -0.9vw;
  top: 4px;
}

@media only screen and (max-width: 1024px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header #languages li:nth-child(7) {
    left: -1.7vw;
  }
}

@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header #languages li:nth-child(7) {
    left: -2.2vw;
  }
}

#masthead .header-container #header-bottom {
  display: none;
  position: absolute;
  top: 0;
  height: 80%;
  min-height: 80%;
  width: 100%;
  top: 14%;
  max-height: 80%;
  z-index: 50;
  background-color: #1B1B1B;
  text-align: center;
}

#masthead .header-container #header-bottom a {
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 100%;
}

#masthead .header-container #header-bottom a:hover {
  color: #F4C259;
}

#masthead .header-container #header-bottom #site-navigation {
  height: 80%;
  min-height: 80%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

#masthead .header-container #header-bottom #site-navigation #menu-menu-principal {
  margin-top: -3.2em;
}

#masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile {
  display: none;
  width: 100%;
}

#masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile .btn, #masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile a {
  font-size: 340% !important;
  padding: 0.8em 2em !important;
}

@media only screen and (max-width: 640px) {
  #masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile {
    display: inline-block !important;
  }
}

#masthead .header-container #header-bottom #site-navigation ul li {
  margin: 1em 0;
}

@media only screen and (max-width: 768px) {
  #masthead .header-container #header-bottom #site-navigation ul li {
    margin: 0.4em 0;
  }
}

#masthead .header-container #header-bottom #site-navigation ul li:nth-child(1) {
  margin-top: 0;
}

#masthead .header-container #header-bottom #site-navigation ul li:last-child {
  margin-bottom: 0;
}

#masthead .header-container #header-bottom #site-navigation ul li a {
  position: relative;
  display: inline-block;
  transition: 0.4s all ease;
  font-family: "raleway", sans-serif;
  font-size: 24px;
  font-weight: bold;
}

#masthead .header-container #header-bottom #site-navigation ul li a: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;
}

#masthead .header-container #header-bottom #site-navigation ul li a:after {
  content: "\e92a";
}

#masthead .header-container #header-bottom #site-navigation ul li a:after {
  color: #F4C259;
}

#masthead .header-container #header-bottom #site-navigation ul li a:after {
  font-size: 70%;
}

@media only screen and (max-width: 768px) {
  #masthead .header-container #header-bottom #site-navigation ul li a {
    font-size: 18px;
  }
}

#masthead .header-container #header-bottom #site-navigation ul li a:after {
  transition: 0.3s all ease-in;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 0em;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #masthead .header-container #header-bottom #site-navigation ul li a:after {
    display: none !important;
  }
}

#masthead .header-container #header-bottom #site-navigation ul li a:hover:after {
  right: -2em;
  opacity: 1;
}

#masthead .header-container #header-bottom #site-navigation-secondaire {
  height: 14%;
  padding-top: 3%;
  position: relative;
  border-top: 1px solid #F4C259;
  width: 88%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div {
  height: 60%;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul {
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li {
  margin: 0 0.5%;
  display: inline-block;
  /* non-flexbox browsers */
  flex: 1 0 auto;
  height: 100%;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li:first-child {
  margin-left: 0;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li:last-child {
  margin-right: 0;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  transition: 0.5s all linear;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 100%;
  background-color: #262525;
  height: 100%;
  position: relative;
  transition: 0.4s all ease;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:hover {
  color: #000000;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a: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;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  content: "\e92a";
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  color: #F4C259;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  font-size: 70%;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  transition: 0.3s all ease-in;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:hover {
  color: #F4C259;
}

#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:hover:after {
  right: 1em;
  opacity: 1;
  z-index: 1;
}

/*----------  Menu 2024  ----------*/
@media only screen and (max-width: 1024px) {
  .body-fr #masthead .new-header .header-container #header-bottom #site-navigation {
    min-height: 90% !important;
  }
}

.body-fr #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .body-fr #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .body-fr #masthead .new-header .header-container #header-bottom #site-navigation .header-content-full #site-flags-header {
    flex-basis: 30%;
    margin-top: 0;
  }
}

.body-fr #masthead .new-header .header-container #header-bottom #site-navigation .content-search .recherche {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: baseline;
}

.body-fr #masthead .new-header .header-container #header-bottom #site-navigation .content-search .recherche input {
  border: 0;
  padding: 0;
}

.body-fr #masthead .new-header .header-container #header-bottom #site-navigation .content-search .recherche input::placeholder {
  opacity: 1;
}

.body-fr #masthead .new-header .header-container #header-bottom #site-navigation .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;
}

.body-fr #masthead .new-header .header-container #header-bottom #site-navigation .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;
}

/*----------  Menu Black  ----------*/
.page-child .body-fr #masthead .new-header .header-container, .single .body-fr #masthead .new-header .header-container, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container, .archive .body-fr #masthead .new-header .header-container, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container, .page-template-template-page-contact .body-fr #masthead .new-header .header-container, .page-template-default .body-fr #masthead .new-header .header-container, .search .body-fr #masthead .new-header .header-container, .page-id-845 .body-fr #masthead .new-header .header-container, .page-id-107 .body-fr #masthead .new-header .header-container {
  color: #000000;
}

.page-child .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .single .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .archive .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-contact .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-default .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .search .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-id-845 .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-id-107 .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after {
  background-color: #000000 !important;
}

.page-child .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .single .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .archive .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-contact .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-default .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .search .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-id-845 .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-id-107 .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon {
  color: #000000 !important;
  font-family: "raleway", sans-serif;
}

.page-child .body-fr #masthead .new-header .header-container #site-logo a p, .single .body-fr #masthead .new-header .header-container #site-logo a p, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container #site-logo a p, .archive .body-fr #masthead .new-header .header-container #site-logo a p, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container #site-logo a p, .page-template-template-page-contact .body-fr #masthead .new-header .header-container #site-logo a p, .page-template-default .body-fr #masthead .new-header .header-container #site-logo a p, .search .body-fr #masthead .new-header .header-container #site-logo a p, .page-id-845 .body-fr #masthead .new-header .header-container #site-logo a p, .page-id-107 .body-fr #masthead .new-header .header-container #site-logo a p {
  color: #000000;
  font-size: 17px;
  line-height: 25px;
}

.page-child .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .single .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .archive .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-contact .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-default .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .search .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-id-845 .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-id-107 .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy {
  color: #000000;
}

.page-child .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .single .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .archive .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-contact .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-default .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .search .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-id-845 .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-id-107 .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after {
  background-color: #000000;
}

.page-child .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .single .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .archive .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-contact .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-default .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .search .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-id-845 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-id-107 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before {
  content: "\e922";
  font-size: 18px;
}

.page-child .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .single .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .archive .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-contact .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-default .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .search .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-id-845 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-id-107 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before {
  content: "\e92d";
  font-size: 18px;
}

.page-child .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .single .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-rubrique-lvl-2 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .archive .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-galerie-videos .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-contact .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-default .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .search .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-id-845 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-id-107 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before {
  content: '';
  display: block;
  width: 25px;
  height: 15px;
  background: url("../images/2023/home-header/picto-ytb-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 9px;
}

/*----------  Menu White  ----------*/
.page-template-template-home-fr .body-fr #masthead .new-header .header-container, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container, .single-produit_whisky .body-fr #masthead .new-header .header-container, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container {
  color: #FFFFFF;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .single-produit_whisky .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #site-menu-icon .img-icon:after {
  background-color: #FFFFFF !important;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .single-produit_whisky .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #site-menu-icon .text-icon {
  color: #FFFFFF !important;
  font-family: "raleway", sans-serif;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #site-logo a p, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #site-logo a p, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #site-logo a p, .single-produit_whisky .body-fr #masthead .new-header .header-container #site-logo a p, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #site-logo a p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 25px;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right .click-to-buy .btn-buy {
  color: #FFFFFF;
  line-height: 15px !important;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-flags-header #flag #flag-active:after {
  background-color: #FFFFFF;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul {
  display: flex;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a {
  color: #FFFFFF;
  background-color: inherit;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .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;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-fb-header a:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/picto-fb.svg");
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header {
  margin-left: 4%;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a {
  color: #FFFFFF;
  background-color: inherit;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .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;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-insta-header a:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/picto-ig.svg");
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header {
  margin-left: 4%;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a {
  color: #FFFFFF;
  background-color: inherit;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .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;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/picto-ytb.svg");
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before {
  background: none;
  top: 0;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before: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;
}

.page-template-template-home-fr .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before, .page-template-template-page-rubrique-lvl-1 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before, .page-template-template-page-rubrique-lvl-3 .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before, .single-produit_whisky .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before, .page-template-template-page-road-trip .body-fr #masthead .new-header .header-container #header-content-right #site-rs-header ul .rs-youtube-header a:before:before {
  content: url("https://preprod.siredwards.com/wp-content/themes/siredwards_2018/images/2023/home-header/picto-ytb.svg");
}

/*----------  Menu ouvert  ----------*/
#masthead.open-menu {
  height: 100%;
  min-height: 100%;
}

#masthead.open-menu .header-container {
  height: 100%;
  min-height: 100%;
}

#masthead.open-menu .header-container #header-bottom {
  display: block;
}

#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content {
  bottom: 30%;
}

#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-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;
}

#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  content: "\e934";
}

#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  font-size: 150%;
}

#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content .text-icon {
  display: none;
}

/*----------  Menu scrolling  ----------*/
body.on-scroll #masthead {
  position: relative;
  z-index: 999999;
}

body.on-scroll #masthead .header-container {
  position: absol;
}

body.on-scroll #masthead .header-container #header-bottom #site-navigation-secondaire {
  position: fixed;
}

html[lang="cs-CZ"] #site-navigation-secondaire, html[lang="cs-CZ"] #block-whisky-factory, html[lang="cs-CZ"] .block-tags-cocktails,
html[lang="uk-UA"] #site-navigation-secondaire,
html[lang="uk-UA"] #block-whisky-factory,
html[lang="uk-UA"] .block-tags-cocktails,
html[lang="pl-PL"] #site-navigation-secondaire,
html[lang="pl-PL"] #block-whisky-factory,
html[lang="pl-PL"] .block-tags-cocktails,
html[lang="ru-RU"] #site-navigation-secondaire,
html[lang="ru-RU"] #block-whisky-factory,
html[lang="ru-RU"] .block-tags-cocktails,
html[lang="lv-LV"] #site-navigation-secondaire,
html[lang="lv-LV"] #block-whisky-factory,
html[lang="lv-LV"] .block-tags-cocktails {
  display: none;
}

html[lang="cs-CZ"] .type-gamme .breadcrumbs a:after,
html[lang="uk-UA"] .type-gamme .breadcrumbs a:after,
html[lang="pl-PL"] .type-gamme .breadcrumbs a:after,
html[lang="ru-RU"] .type-gamme .breadcrumbs a:after,
html[lang="lv-LV"] .type-gamme .breadcrumbs a:after {
  content: none;
}

html[lang="cs-CZ"] .type-gamme .breadcrumbs span,
html[lang="uk-UA"] .type-gamme .breadcrumbs span,
html[lang="pl-PL"] .type-gamme .breadcrumbs span,
html[lang="ru-RU"] .type-gamme .breadcrumbs span,
html[lang="lv-LV"] .type-gamme .breadcrumbs span {
  display: none;
}

html[lang="cs-CZ"] .single-cocktail .breadcrumbs span:nth-child(2),
html[lang="uk-UA"] .single-cocktail .breadcrumbs span:nth-child(2),
html[lang="pl-PL"] .single-cocktail .breadcrumbs span:nth-child(2),
html[lang="ru-RU"] .single-cocktail .breadcrumbs span:nth-child(2),
html[lang="lv-LV"] .single-cocktail .breadcrumbs span:nth-child(2) {
  display: none;
}

html[lang="cs-CZ"] #mid-footer-content,
html[lang="uk-UA"] #mid-footer-content,
html[lang="pl-PL"] #mid-footer-content,
html[lang="ru-RU"] #mid-footer-content,
html[lang="lv-LV"] #mid-footer-content {
  justify-content: flex-end !important;
}

html[lang="cs-CZ"] #mid-footer-content #pictos-responsable, html[lang="cs-CZ"] #mid-footer-content #sites-responsable, html[lang="cs-CZ"] #mid-footer-content #pictos-rs-footer,
html[lang="uk-UA"] #mid-footer-content #pictos-responsable,
html[lang="uk-UA"] #mid-footer-content #sites-responsable,
html[lang="uk-UA"] #mid-footer-content #pictos-rs-footer,
html[lang="pl-PL"] #mid-footer-content #pictos-responsable,
html[lang="pl-PL"] #mid-footer-content #sites-responsable,
html[lang="pl-PL"] #mid-footer-content #pictos-rs-footer,
html[lang="ru-RU"] #mid-footer-content #pictos-responsable,
html[lang="ru-RU"] #mid-footer-content #sites-responsable,
html[lang="ru-RU"] #mid-footer-content #pictos-rs-footer,
html[lang="lv-LV"] #mid-footer-content #pictos-responsable,
html[lang="lv-LV"] #mid-footer-content #sites-responsable,
html[lang="lv-LV"] #mid-footer-content #pictos-rs-footer {
  display: none !important;
}

html[lang="cs-CZ"] #mid-footer-content #menu-footer-short,
html[lang="uk-UA"] #mid-footer-content #menu-footer-short,
html[lang="pl-PL"] #mid-footer-content #menu-footer-short,
html[lang="ru-RU"] #mid-footer-content #menu-footer-short,
html[lang="lv-LV"] #mid-footer-content #menu-footer-short {
  flex: 0 !important;
}

html[lang="cs-CZ"] #search-header,
html[lang="uk-UA"] #search-header,
html[lang="pl-PL"] #search-header,
html[lang="ru-RU"] #search-header,
html[lang="lv-LV"] #search-header {
  display: none !important;
}

html[lang="cs-CZ"] .list-infos-cocktail p,
html[lang="uk-UA"] .list-infos-cocktail p,
html[lang="pl-PL"] .list-infos-cocktail p,
html[lang="ru-RU"] .list-infos-cocktail p,
html[lang="lv-LV"] .list-infos-cocktail p {
  word-break: break-all;
}

/**
 *
 * FOOTER
 *
 */
#mastfooter .footer-container {
  width: 100%;
  min-width: 100%;
  position: relative;
  background-color: #1B1B1B;
  color: #FFFFFF;
}

#mastfooter .footer-container a {
  font-family: "raleway", sans-serif;
  transition: 0.4s all ease;
}

#mastfooter .footer-container a:hover {
  color: #AD0023;
}

#mastfooter .footer-container .footer-content {
  /*----------  Top footer  ----------*/
  /**
					 *
					 * Mid footer
					 *
					 */
  /**
					 *
					 * Bottom footer
					 *
					 */
}

#mastfooter .footer-container .footer-content #top-footer {
  width: 64%;
  margin: 0 auto;
  padding-top: 3%;
  /**
						 *
						 * Logo site footer
						 *
						 */
  /**
						*
						* Menu footer
						*
						*/
}

#mastfooter .footer-container .footer-content #top-footer #site-logo-footer {
  margin: 0 auto;
  display: block;
  width: 21%;
  padding: 0;
}

#mastfooter .footer-container .footer-content #top-footer #menu-footer {
  margin: 2.5% 0 0;
  padding-bottom: 3.5%;
  border-bottom: 1px solid #F4C259;
}

#mastfooter .footer-container .footer-content #top-footer #menu-footer ul {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#mastfooter .footer-container .footer-content #top-footer #menu-footer ul li {
  flex: auto;
  text-align: center;
  line-height: 100%;
  border-right: 1px solid #212121;
}

#mastfooter .footer-container .footer-content #top-footer #menu-footer ul li:last-child {
  border-right: none;
}

#mastfooter .footer-container .footer-content #top-footer #menu-footer ul li a {
  font-family: "raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.4s all ease;
  font-size: 16px;
  line-height: 25px;
}

#mastfooter .footer-container .footer-content #mid-footer {
  width: 64%;
  margin: 0 auto;
  padding-bottom: 2em;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content {
  display: flex;
  justify-content: flex-start;
  padding-top: 1.5em;
}

@media only screen and (max-width: 1024px) {
  #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content {
    display: flex;
    flex-direction: column;
  }
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content .elem-mid-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable {
  margin-right: 2%;
  flex: 0 0 12.5%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable ul {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories 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;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a:before {
  content: "\e901";
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a:before {
  color: #F4C259;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a:before {
  font-size: 250%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc 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;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a:before {
  content: "\e93a";
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a:before {
  color: #F4C259;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a:before {
  font-size: 250%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable {
  margin-right: 3.5%;
  flex: 0 0 34.5%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable ul {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable ul li {
    padding: 0 !important;
    margin: 0 !important;
  }
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable ul li a {
  font-size: 14px;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short {
  flex: 0 0 35.5%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short #site-footer-short-navigation {
  width: 100%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li {
  display: flex;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a {
  transition: 0.5s all linear;
  color: #FFFFFF;
  background-color: #262525;
  border-color: #262525;
  padding: 0.5em 1em;
  text-align: center;
  flex: 0 1 100%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover {
  color: #FFFFFF;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover {
  background-color: #F4C259;
  border-color: #F4C259;
  color: #1B1B1B;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li:first-child {
  flex: 0 1 34%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li:last-child {
  flex: 0 1 66%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li:last-child a {
  margin-left: 5%;
}

@media only screen and (max-width: 768px) {
  #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new {
    width: 100% !important;
  }
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new ul {
  display: flex;
  gap: 50px;
}

@media only screen and (max-width: 768px) {
  #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new ul {
    justify-content: center;
  }
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short-new ul li a {
  font-size: 15px;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer {
  flex: 0 0 9%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 1em;
}

@media only screen and (max-width: 768px) {
  #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer {
    width: 80% !important;
    transform: translateX(0) !important;
    top: 30px !important;
  }
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul li:last-child {
  margin-left: 1em;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul li a {
  transition-duration: 0.5s;
  transition-timing-function: 'ease-in-out';
  transition-property: background-color;
  padding: 0.5em;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul li a:hover {
  background-color: #CE9B31;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-fb-footer 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;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-fb-footer a:before {
  content: "\e922";
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-fb-footer a:before {
  color: #1B1B1B;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-insta-footer 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;
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-insta-footer a:before {
  content: "\e92d";
}

#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-insta-footer a:before {
  color: #1B1B1B;
}

#mastfooter .footer-container .footer-content #bottom-footer {
  background-color: #262525;
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content {
  display: block;
  text-align: center;
  width: 64%;
  margin: 0 auto;
  padding: 0.8em 0;
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content .elem-bottom-footer {
  flex: 1 0 auto;
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content ul {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content ul li {
  flex: 1 0 auto;
  font-weight: 200;
  font-size: 80%;
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation {
  justify-content: flex-end;
  align-items: right;
  border-right: 1px solid #1B1B1B;
  max-width: 22em;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation {
    max-width: 100%;
  }
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation ul {
  flex-wrap: wrap;
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation ul li {
  margin-right: 2em;
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation ul li a {
  line-height: 115%;
}

@media only screen and (min-width: 1052px) {
  #mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation ul li {
    margin-right: 0;
    width: 50%;
  }
}

#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #drink-legal {
  font-family: "raleway", sans-serif;
  color: #F4C259;
  padding-left: 1em;
  text-align: right;
  margin-top: 1em;
  font-size: 16px !important;
}

/** MODIFICATIONS DEWEY 2023 **/
#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 img {
  width: 213px;
  display: block;
  margin: auto;
}

#mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer p {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

#mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer {
  border-bottom: 1px solid #F9E7CE;
}

/*=======================================
=            CONTENU ACCUEIL            =
=======================================*/
#primary-front {
  /*----------  #block-master-visuel  ----------*/
  /*----------  #block-blocs-homepage  ----------*/
  /*----------  #block-blocs-gamme-export  ----------*/
  /*----------  #block-ecosse  ----------*/
  /*----------  #block-videos  ----------*/
  /*----------  #block-map-road-trip  ----------*/
  /*----------  #block-manifesto  ----------*/
  /*----------  #block-random-road-trips  ----------*/
}

#primary-front #main > * {
  vertical-align: top;
}

#primary-front #block-master-visuel {
  position: relative;
}

#primary-front #block-master-visuel .btn-border-yellow {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 35%;
  width: 19%;
  padding: 0.8% 0.6%;
  font-weight: 700;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
}

#primary-front #block-master-visuel .btn-border-yellow:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}

#primary-front #block-master-visuel .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;
}

#primary-front #block-master-visuel .btn-border-yellow:after {
  content: "\e92a";
}

#primary-front #block-master-visuel .btn-border-yellow:after {
  color: #000000;
}

#primary-front #block-master-visuel .btn-border-yellow:after {
  font-size: 70%;
}

#primary-front #block-master-visuel .btn-border-yellow:after {
  transition: 0.3s all ease-in;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}

#primary-front #block-master-visuel .btn-border-yellow:hover:after {
  right: 0.5em;
  opacity: 1;
}

#primary-front #block-master-visuel .info-more {
  color: #DBCFB3;
  font-weight: inherit;
  font-size: 85%;
  position: absolute;
  bottom: 10.5%;
  left: 35%;
}

#primary-front #block-master-visuel.master-visuel-with-video {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#primary-front #block-master-visuel.master-visuel-with-video .master-visuel-link {
  vertical-align: top;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

#primary-front #block-master-visuel.master-visuel-with-video .master-visuel-link video {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #primary-front #block-master-visuel .image-master-visuel {
    max-width: 100%;
    transform: none;
    height: auto;
  }
}

#primary-front #block-blocs-homepage {
  position: relative;
}

#primary-front #block-blocs-homepage .col {
  position: relative;
  display: flex;
}

#primary-front #block-blocs-homepage .col a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#primary-front #block-blocs-homepage .col a h2 {
  transition: 0.5s all linear;
  color: #FFFFFF;
}

#primary-front #block-blocs-homepage .col a:hover h2 {
  color: #F4C259;
}

#primary-front #block-blocs-homepage .col a:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 1s;
  /* Animation */
}

#primary-front #block-blocs-homepage .col a:hover:after {
  opacity: 0;
}

#primary-front #block-blocs-homepage .col a img {
  transition: transform 0.5s;
  /* Animation */
  cursor: pointer;
  z-index: 1;
}

#primary-front #block-blocs-homepage .col a:hover img {
  transform: scale(1.1);
}

#primary-front #block-blocs-homepage .col a:hover:before {
  background-color: #000000;
}

#primary-front #block-blocs-homepage .col a .col-3-content {
  position: absolute;
  z-index: 3;
  bottom: 3em;
  left: 0;
  padding: 0 15%;
  width: 70%;
}

#primary-front #block-blocs-homepage .col a .col-3-content h2 {
  font-weight: 700;
  font-size: 125%;
  text-align: center;
}

#primary-front #block-blocs-homepage .col a .image-logo {
  width: 30%;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

#primary-front #block-blocs-homepage .col a .image-logo svg {
  fill: #F4C259;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #primary-front #block-blocs-homepage .col a .image-logo {
    display: none;
  }
}

#primary-front #block-blocs-gamme-export {
  position: relative;
  display: flex;
}

#primary-front #block-blocs-gamme-export .col {
  display: block !important;
  position: relative;
  background: #000000;
  text-align: center;
  padding-bottom: 35px;
}

#primary-front #block-blocs-gamme-export .col h2 {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 30px;
  font-size: 190%;
  line-height: 110%;
}

#primary-front #block-blocs-gamme-export .col h2 a {
  color: #FFFFFF;
}

#primary-front #block-blocs-gamme-export .col .content-image-gamme-export {
  padding-bottom: 20px;
}

#primary-front #block-blocs-gamme-export .col .btn, #primary-front #block-blocs-gamme-export .col #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #primary-front #block-blocs-gamme-export .col a {
  padding: 0.5em 3% !important;
}

#primary-front #block-ecosse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background-image: url("./images/ecosse-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 5em;
}

#primary-front #block-ecosse .ecosse-logo {
  max-width: 340px;
  height: auto;
}

#primary-front #block-ecosse .ecosse-btn {
  background-color: #9C0000;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 120%;
  font-family: "Montserrat",sans-serif;
  padding: 1.2em 4em;
  margin: 2em 0;
  border-radius: 50px;
}

@media only screen and (max-width: 768px) {
  #primary-front #block-ecosse .ecosse-btn {
    font-size: 200%;
  }
}

@media screen and (max-width: 640px) {
  #primary-front #block-ecosse .ecosse-btn {
    font-size: 420%;
  }
}

#primary-front #block-videos {
  background-color: #1B1B1B;
  text-align: center;
}

#primary-front #block-videos .container-block-videos {
  position: absolute;
  z-index: 4;
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15%;
  text-align: center;
  top: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#primary-front #block-videos .container-block-videos a h2 {
  margin-bottom: 1.5em;
  font-size: 260%;
}

#primary-front #block-videos .container-block-videos a .btn-play, #primary-front #block-videos .container-block-videos a h2 {
  color: #FFFFFF;
}

#primary-front #block-videos .container-block-videos a h2 {
  transition: 0.5s all linear;
  color: #FFFFFF;
}

#primary-front #block-videos .container-block-videos a:hover h2 {
  color: #F4C259;
}

#primary-front #block-videos .container-block-videos a .btn-play {
  transition: 0.5s all linear;
  color: #FFFFFF;
}

#primary-front #block-videos .container-block-videos a:hover .btn-play {
  color: #1B1B1B;
}

#primary-front #block-videos .container-block-videos a:hover .btn-play {
  background-color: #F4C259;
}

#primary-front #block-videos .container-block-videos a:hover .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;
}

#primary-front #block-videos .container-block-videos a:hover .btn-play:after {
  content: "\e93f";
}

#primary-front #block-videos .container-block-videos a:hover .btn-play:after {
  color: #1B1B1B;
}

#primary-front #block-videos .container-block-videos a:hover .btn-play:after {
  font-size: 90%;
}

#primary-front #block-videos .btn-yellow-bg {
  margin: 3.5% auto;
}

#primary-front #block-map-road-trip {
  background-color: #0D1720;
}

#primary-front #block-manifesto {
  background-color: #9C0000;
  color: #FFFFFF;
  width: 60%;
  padding: 3% 20% 3.5%;
  text-align: center;
  position: relative;
}

#primary-front #block-manifesto .block-deco {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 100%;
  top: 20%;
  left: 0;
  text-align: center;
}

#primary-front #block-manifesto .block-deco .bg-manifesto-text {
  display: inline-block;
  color: #900000;
  font-weight: inherit;
  font-size: 1300%;
  line-height: 100%;
}

#primary-front #block-manifesto .block-content {
  position: relative;
  z-index: 2;
  width: 60%;
  margin: 0 auto;
}

#primary-front #block-manifesto .block-content img {
  width: 22%;
  margin-bottom: 2%;
}

#primary-front #block-manifesto .block-content p {
  display: inline-block;
  width: 100%;
  margin: 2% 0 5%;
  line-height: 180%;
  font-weight: inherit;
  font-size: 105%;
}

#primary-front #block-manifesto .block-content p .script-typ {
  color: #F4C259;
  font-weight: inherit;
  font-size: 150%;
}

#primary-front #block-manifesto .block-content .btn-border-yellow {
  transition: 0.5s all linear;
  color: #FFFFFF;
  padding: 2% 3.5%;
  position: relative;
}

#primary-front #block-manifesto .block-content .btn-border-yellow:hover {
  color: #1B1B1B;
}

#primary-front #block-manifesto .block-content .btn-border-yellow:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}

#primary-front #block-manifesto .block-content .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;
}

#primary-front #block-manifesto .block-content .btn-border-yellow:after {
  content: "\e92a";
}

#primary-front #block-manifesto .block-content .btn-border-yellow:after {
  color: #000000;
}

#primary-front #block-manifesto .block-content .btn-border-yellow:after {
  font-size: 70%;
}

#primary-front #block-manifesto .block-content .btn-border-yellow:after {
  transition: 0.3s all ease-in;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}

#primary-front #block-manifesto .block-content .btn-border-yellow:hover:after {
  right: 0.3em;
  opacity: 1;
}

#primary-front #block-random-road-trips {
  background-color: #1B1B1B;
  text-align: center;
  position: relative;
}

#primary-front #block-random-road-trips:hover .slick-slide:before {
  background-color: transparent;
}

#primary-front #block-random-road-trips .strat-photo-story-slider {
  position: absolute;
  z-index: 4;
  width: 30%;
  padding: 0 35%;
  text-align: center;
  top: 0;
  height: 100%;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a {
  color: #FFFFFF;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 280%;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a h2 {
  transition: 0.5s all linear;
  color: #FFFFFF;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a:hover h2 {
  color: #F4C259;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r {
  transition: 0.5s all linear;
  color: #000000;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a:hover .link-road-r {
  color: #F4C259;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r {
  background-color: #F4C259;
  padding: 0.5em 2em;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a .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;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  content: "\e92a";
}

#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  color: #000000;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  font-size: 70%;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  transition: 0.3s all ease-in;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:hover:after {
  right: 0.5em;
  opacity: 1;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a.explorer-autrement-link {
  margin-top: 1.5em;
}

#primary-front #block-random-road-trips .strat-photo-story-slider a:hover .link-road-r {
  background-color: #F4C259;
  color: #000000;
  position: relative;
}

#primary-front #block-random-road-trips .container-block-random-road-trips {
  position: absolute;
  z-index: 4;
  width: 30%;
  padding: 0 35%;
  text-align: center;
  top: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips {
  color: #FFFFFF;
}

#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .slick-slide:before {
  content: '';
  display: none;
}

#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point {
  margin-top: 0.5em;
  font-weight: inherit;
  font-size: 130%;
  color: #F4C259;
  font-weight: 400;
}

#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps {
  margin-right: 0.5em;
  font-weight: 700;
  color: #FFFFFF;
}

#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .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;
}

#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps:before {
  content: "\e932";
}

#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps:before {
  font-size: 150%;
}

#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps:before {
  margin-right: 0.5em;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  #primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point {
    font-size: 250% !important;
    line-height: normal;
  }
}

#primary-front #block-random-road-trips .btn-yellow-bg {
  margin: 3.5% auto;
}

/*=====  End of CONTENU ACCUEIL  ======*/
/*=====     ACCUEIL  2024  ======*/
@media only screen and (max-width: 768px) {
  .body-fr .origine .container-header .container-text p {
    margin: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .body-fr #savoir-faire .bkg-savoir-faire-sir .gamme-title h2 {
    margin: auto 15%;
  }
}

@media only screen and (max-width: 768px) {
  .body-fr #immersion .container-header #immersion-ecosse-content .gamme-title h2 {
    margin: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .body-fr #plus-loin p {
    width: 90%;
  }
}

/*=====  End ACCUEIL 2024  ======*/
/**
 *
 * STYLE DE BASE
 *
 */
html {
  /*----------  Page no result  ----------*/
  /*==========================================
	=            Bloc gammes whisky            =
	==========================================*/
  /*=====  End of Bloc gammes whisky  ======*/
  /*====================================
	=            Nos whiskies            =
	====================================*/
  /*=====  End of Nos whiskies  ======*/
  /*==========================================
	=            Accueil Club privé connecté reponsive =
	==========================================*/
  /*=====  End of Page accueil club privé reponsive  ======*/
  /*----------  Particularité Finest  ----------*/
  /*===================================
	=            Club le Jeu            =
	===================================*/
  /*=====  End of Club le Jeu  ======*/
  /*==============================================
	=            Jeu de piste Road trip            =
	==============================================*/
  /*=====  End of Jeu de piste Road trip  ======*/
}

html body {
  font-family: "playfair";
  font-size: 23px;
  line-height: 40px;
  color: #161515;
  /*======================================
			=            Blocs généraux            =
			======================================*/
  /*----------  #block-map-road-trip  ----------*/
  /*======================================
			=          Template IMMERSION         =
			======================================*/
  /*----------  #block-list-road-trip 2024  ----------*/
  /*----------  #block-gammes-sir-edwards  ----------*/
  /*----------  #block-newsletter  ----------*/
  /*----------  #block-whisky-factory  ----------*/
  /*----------  #block-club-sir-edwards  ----------*/
  /*----------  .block-auto-promotion  ----------*/
  /*=====  End of Blocs généraux  ======*/
  /*----------  #block-navigation-posts  ----------*/
  /*----------  #block-navigation-posts-new  ----------*/
  /*----------  #block-shared-content Auto-promo  ----------*/
  /*=====  End of Blocs généraux  ======*/
  /*----------  #block-partage Auto-promo 2024  ----------*/
  /*----------  #block-immersion 2024  ----------*/
  /*----------  #block-immersion-single 2024  ----------*/
  /*----------  #block-cocktail 2024  ----------*/
  /*=====  End of Blocs généraux  ======*/
  /*======================================
			=            Contenu global            =
			======================================*/
  /*=====  End of Contenu global  ======*/
  /*=============================================
			=            Page rubrique level 1            =
			=============================================*/
  /*=====  End of Page rubrique level 1  ======*/
  /*=============================================
			=            Page rubrique level 2            =
			=============================================*/
  /*=====  End of Page rubrique level 2  ======*/
  /*=============================================
			=            Page rubrique level 3            =
			=============================================*/
  /*=====  End of Page rubrique level 3  ======*/
  /*===========================================
			=            Page gallerie photo            =
			===========================================*/
  /*=====  End of Page gallerie photo  ======*/
  /*===========================================
			=            Page galerie vidéo            =
			===========================================*/
  /*=====  End of Page galerie vidéo  ======*/
  /*============================================
			=            Page taxonomie terme            =
			============================================*/
  /*=====  End of Page taxonomie terme  ======*/
  /*======================================
			=            Page Manifesto   snif     =
			======================================*/
  /*=====  End of Page Manifesto  ======*/
  /*===============================================
			=            Page Les mots du whisky            =
			===============================================*/
  /*=====  End of Page Les mots du whisky  ======*/
  /*========================================
			=            Définition seule            =
			========================================*/
  /*=====  End of Définition seule  ======*/
  /*=======================================
			=            PAGE GAMMES                =
			=======================================*/
  /*=====  End of Page Gamme  ======*/
  /*========================================
			=               Page Contact             =
			========================================*/
  /*========================================
			=            Contact  FR           =
			========================================*/
  /*=====  End of Contact  ======*/
  /*========================================
			=            Contact EN           =
			========================================*/
  /*=====  End of Contact EN ======*/
  /*========================================
            =            Contact  ES           =
            ========================================*/
  /*=====  End of Contact ES  ======*/
  /*========================================
			=            Confirmation de contact     =
			========================================*/
  /*=====  End Confirmation de contact  ======*/
  /*========================================
			=            Cocktail seul               =
			========================================*/
  /*=====  End of Cocktail seul  ======*/
  /*==========================================
			=            Accueil Club privé déconnecté =
			==========================================*/
  /*=====  End of Page accueil club privé  ======*/
  /*========================================
			=            Page club privée            =
			========================================*/
  /*=====  End of Page club privée  ======*/
  /*========================================================
			=            Page reset password mot de passe            =
			=========================================================*/
  /*=====  End of reset password mot de passe  ======*/
  /*----------  Complément style club  ----------*/
  /*----------  Partage cocktail  ----------*/
}

html body #btn-more-private {
  display: block;
  text-align: center;
  clear: both;
  margin-bottom: 3em;
}

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: flex;
    flex-wrap: wrap;
    overflow: none !important;
    padding: 0 !important;
    width: 100% !important;
    flex-direction: column;
  }
}

html body #block-map-road-trip .block-map-road-trip-content:after {
  content: '';
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, #0d1720 75%, #0d1720 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 {
    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;
}

@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: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .msr-glob {
    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 {
    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: flex;
  padding: 3em 0 4em;
  align-items: left;
  justify-content: center;
  flex-direction: column;
}

html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title {
  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%;
  text-transform: none;
}

html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content p {
  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;
    flex: 0 0 100%;
    width: 100%;
    top: -50px;
  }
}

html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: right;
  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%;
  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%;
  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 {
    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%;
  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%;
  appearance: none;
  font-weight: 400;
  font-size: 75%;
  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%;
  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%;
  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: flex;
  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: flex;
  height: 100%;
  flex: 0 0 100%;
  overflow-y: hidden;
  justify-content: flex-end;
  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%;
  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;
  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;
  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: linear-gradient(to bottom, transparent 0%, transparent 5%, #152836 75%, #152836 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: flex;
  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: flex;
  flex: 1 1 100%;
  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;
  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 {
  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: flex;
  flex-direction: row;
  color: #FFFFFF;
  padding-top: 0.5em;
  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 {
  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: flex;
  justify-content: 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%;
  flex: 0 0 28%;
  background-color: #F4C259;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: 0.5s all linear;
  color: #000000;
  font-weight: 900;
  font-size: 90%;
  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 {
  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: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: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: flex;
}

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;
  object-fit: cover;
  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%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, transparent 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-road-trip .container-header-rubrique .content-header-rubrique {
    width: 80%;
    padding: 0 10%;
  }
}

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 {
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  html body .page-road-trip .container-header-rubrique .content-header-rubrique .slogan {
    margin-top: 25px;
  }
}

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:after {
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, white 75%, white 100%);
}

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

@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%;
  transform: translate(-55%, 80%);
  background: white;
  z-index: 999999;
  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: flex;
  justify-content: 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: flex;
  flex: 1 1 100%;
  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 {
    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%;
  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: flex;
  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: flex;
  flex-direction: row;
  color: #FFFFFF;
  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: 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: flex;
  justify-content: 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;
}

@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 ul li a {
    margin-bottom: 5px;
  }
}

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: flex;
  flex-direction: column;
  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: 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 {
    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;
  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: 8.16px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

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: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

html body .block-list-road-trips .container-list-road-trips ul .block-type-1 {
  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 {
    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: flex;
  flex: 0 0 90%;
  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 {
    flex-direction: column;
    gap: 25px;
  }
}

html body .block-list-road-trips .container-list-road-trips ul .block-type-1:first-child img {
  width: 50%;
  height: 500px;
  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: flex;
  flex: 0 0 100%;
  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) {
    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;
  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 {
  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;
  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 {
  justify-content: left;
  gap: 25px !important;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  html body .block-list-road-trips .container-list-road-trips ul .block-type-1 .container-post.item-cocktail .etiquettes-roadtrip .tags {
    height: 50px;
  }
}

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 .col-container .col {
  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: flex;
  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 {
  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%;
  font-style: italic;
  margin: 0 0 1.5em;
}

html body #block-newsletter #bloc_newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
}

html body #block-newsletter #bloc_newsletter #subForm {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 36%;
}

html body #block-newsletter #bloc_newsletter #subForm #n {
  display: inline-block;
  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;
  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: flex;
  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;
  flex: 0 0 100%;
  width: 100%;
  text-align: left;
  margin-top: .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%;
  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: .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%;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.25em 1.5% !important;
  font-weight: 700;
  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;
  flex: 0 0 100%;
  width: 100%;
  text-align: left;
  margin-top: .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%;
  line-height: 120%;
  text-align: left;
}

html body #block-newsletter #field_newsletter_check #label_newsletter_check_1:before {
  top: .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 {
  position: relative;
  overflow: hidden;
}

html body #block-whisky-factory .small-list {
  position: absolute;
  z-index: 2;
  width: 17%;
  display: flex;
  flex-direction: column;
  height: 100%;
  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: calc(100% / 3);
  top: 0;
  left: 0;
  transition: all 0.4s ease-out;
  background-color: #9C0000;
}

html body #block-whisky-factory .small-list li {
  flex: 1 1;
  display: flex;
  justify-content: 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;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, transparent 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: flex;
}

html body #block-club-sir-edwards .col {
  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: flex;
  width: 100%;
}

html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a {
  display: inline-block;
  flex: 1 0 45%;
  justify-content: space-between;
  margin-left: 2%;
  font-weight: 800;
  font-size: 100%;
  padding: 0.7em 1.2em;
}

html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-join, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-join, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-join {
  background-color: #F4C259;
  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, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-join:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-join:hover {
  color: #1B1B1B;
}

html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-join:hover, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-join:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.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, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-connect, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect {
  border-color: #262525;
  background-color: #262525;
  transition: 0.5s all linear;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 100%;
}

html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect:hover, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-connect:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect:hover {
  color: #1B1B1B;
}

html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect:hover, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-connect:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.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 {
  width: 65%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5em;
  margin-bottom: 4em;
}

html body #block-navigation-posts {
  width: 65%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
  margin-bottom: 1.5%;
}

html body #block-navigation-posts .btn, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a {
  position: relative;
  color: #1B1B1B;
  text-transform: none;
  padding: 0.8em 2em;
  max-width: 30%;
  font-weight: 400;
  font-size: 100%;
  font-family: "playfair";
  align-items: center;
  justify-content: center;
  display: flex;
}

html body #block-navigation-posts .btn.prev-post, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post {
  padding-left: 1em;
  margin-right: auto;
}

html body #block-navigation-posts .btn.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.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, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  content: "\e92b";
}

html body #block-navigation-posts .btn.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  color: #F4C259;
}

html body #block-navigation-posts .btn.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  font-size: 90%;
}

html body #block-navigation-posts .btn.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  margin-right: 1em;
}

html body #block-navigation-posts .btn.next-post, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post {
  padding-right: 1em;
  margin-left: auto;
}

html body #block-navigation-posts .btn.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.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, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  content: "\e92a";
}

html body #block-navigation-posts .btn.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  color: #F4C259;
}

html body #block-navigation-posts .btn.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  font-size: 90%;
}

html body #block-navigation-posts .btn.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  margin-left: 1em;
}

html body #block-navigation-posts .btn:hover, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a:hover {
  background-color: #F4C259;
}

html body #block-navigation-posts .btn:hover:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a:hover:after {
  color: #000000;
}

html body #block-navigation-posts .btn:hover:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a:hover:before {
  color: #000000;
}

html body #block-navigation-posts-new {
  background: #FCF5EB;
}

html body #block-navigation-posts-new .content-navigation {
  display: flex;
  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 {
    flex-direction: column;
    gap: 25px;
    padding: 5% 0;
  }
}

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;
  align-items: center;
  justify-content: center;
  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: 75%;
    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 {
  padding-right: 1em;
  margin-left: auto;
}

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: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 {
  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%;
  color: #413F40;
  margin-bottom: 0.5em;
  display: inline-block;
}

html body #block-shared-content #site-rs-shared {
  text-align: center;
  display: flex;
  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 {
  transition-duration: 0.5s;
  transition-timing-function: 'ease-out';
  transition-property: background-color;
  color: #FFFFFF;
  background-color: #C00202;
  padding: 0.4em 0.4em;
  width: 1.3em;
  height: 1.3em;
  box-sizing: content-box;
}

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: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 {
  font-size: 90%;
  padding: 0.7em;
}

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 span {
  display: none;
}

html body #block-partage-content {
  display: flex;
  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: flex;
  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 {
  transition-duration: 0.5s;
  transition-timing-function: 'ease-out';
  transition-property: background-color;
  color: #AD0023;
  background-color: #FFFFFF;
  padding: 0.4em 0.4em;
  width: 1.3em;
  height: 1.3em;
  box-sizing: content-box;
}

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: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 {
  font-size: 90%;
  padding: 0.7em;
}

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 span {
  display: none;
}

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: flex;
  justify-content: end;
  align-items: center;
  height: 775px;
  padding-bottom: 5em;
}

html body .bloc_immersion .container .content_immersion .content_title {
  display: flex;
  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: flex;
  gap: 20px;
  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%;
  transform: translate(-50%, -50%);
  transition: .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: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, transparent 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: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100px);
}

@media only screen and (max-width: 768px) {
  html body .bloc_immersion_road .cta-road {
    width: 65%;
    text-align: center;
    margin: 0 auto 2em;
    line-height: 25px;
  }
}

html body .bloc_immersion-single .container .content_immersion {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
}

html body .bloc_immersion-single .container .content_immersion .content_title {
  display: flex;
  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: 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%;
  transform: translate(-50%, -50%);
  transition: .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: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, transparent 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: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
}

@media only screen and (max-width: 768px) {
  html body .bloc_immersion_road-single .cta-road {
    width: 65%;
    text-align: center;
    margin: 0 auto 2em;
    line-height: 25px;
  }
}

html body .bloc_cocktail {
  background: url("/wp-content/uploads/2024/02/bkg-similar-cocktail.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

html body .bloc_cocktail .container .content_cocktail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 775px;
  padding-bottom: 5em;
}

html body .bloc_cocktail .container .content_cocktail .content_title {
  display: flex;
  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: flex;
  gap: 20px;
  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;
    max-width: 100%;
  }
}

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: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, transparent 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: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100px);
}

@media only screen and (max-width: 768px) {
  html body .bloc_similar_cocktail .cta-cocktail {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    line-height: 25px;
  }
}

html body #primary-page, html body #primary-single {
  /*=======================================
				=            Single RoadTrip            =
				=======================================*/
  /*=====  End of Single RoadTrip  ======*/
  /*=======================================
				=        Single RoadTrip 2024         =
				=======================================*/
  /*=====  End of Single RoadTrip  ======*/
}

html body #primary-page #content-global, html body #primary-single #content-global {
  /*----------  Haut de page global  ----------*/
  /*----------  Contenu de page global  ----------*/
  /*----------  Footer 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, html body #primary-single #content-global .entry-header:not(.no-img) .content-header {
  position: absolute;
  z-index: 4;
  width: 50%;
  padding: 0 45% 0 5%;
  text-align: left;
  top: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: none;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

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

html body #primary-page #content-global .header_image, html body #primary-single #content-global .header_image {
  display: flex;
  height: 580px;
  justify-content: center;
  align-content: center;
  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;
  object-fit: cover;
  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 .entry-content, html body #primary-single #content-global .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: 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;
  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 {
  transition: 0.5s all linear;
  color: #F4C259;
  color: #CE9B31;
}

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 h2, html body #primary-single #content-global .entry-content h2 {
  font-weight: 400;
  font-size: 250%;
  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%;
  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 .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-page #content-global .entry-footer #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #primary-page #content-global .entry-footer #block-navigation-posts a, html body #primary-single #content-global .entry-footer #block-navigation-posts .btn, html body #primary-single #content-global .entry-footer #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #primary-single #content-global .entry-footer #block-navigation-posts a {
  color: #413F40;
}

html body #primary-page .header-center, html body #primary-single .header-center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  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: flex;
  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 {
  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 #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 .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 .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%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-shadow: 0em 0em 3em rgba(0, 0, 0, 0.7);
  background: linear-gradient(to left, transparent, #1B1B1B);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  width: 88%;
  padding: 0 6%;
  text-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;
    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: flex;
  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 {
    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%;
  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, 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 {
  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: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  ----------*/
  /*----------  .block-temps-de-lecture  ----------*/
}

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%;
  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 {
  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: flex;
  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;
  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=");
  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: flex;
  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;
  flex: 0 0 auto;
  font-size: initial;
  letter-spacing: 8.16px;
  font-weight: bold;
  font-family: "raleway", sans-serif;
  font-size: 11px !important;
  text-transform: uppercase;
}

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: flex;
  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 {
    margin-bottom: 25px;
  }
}

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-family: "raleway", sans-serif;
  font-size: 14px !important;
  font-weight: bold;
}

@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 .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 {
    line-height: 15px;
    margin: 0;
    padding-left: 0;
  }
}

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%;
  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 {
  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: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%;
  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: 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: flex;
  justify-content: center;
  align-items: center;
  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 {
  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: 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;
  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%;
  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 #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: flex;
  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;
}

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: flex;
  align-items: center;
  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;
    padding: 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: 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 ul li, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li {
    margin: 0 5px 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;
    margin: 0;
  }
}

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 {
  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: flex;
  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=");
  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;
  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;
  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: flex;
  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: flex;
  flex-direction: column;
  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 Display", serif;
  font-size: 44px;
  line-height: 49px;
  font-style: italic;
  text-transform: inherit;
  font-weight: 400;
}

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: 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 {
  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: flex;
  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=");
  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: flex;
  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;
  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: flex;
  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 .page-rubrique-lvl-1 {
  /*----------  Haut page level 1  ----------*/
  /*----------  Content page level 1  ----------*/
}

html body .page-rubrique-lvl-1 .image-logo {
  width: 20%;
  margin: 0 auto;
}

html body .page-rubrique-lvl-1 .image-logo svg {
  fill: #F4C259;
  height: auto;
}

html body .page-rubrique-lvl-1 .container-header-rubrique {
  position: relative;
  background-color: #1B1B1B;
  overflow: hidden;
}

html body .page-rubrique-lvl-1 .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) {
  html body .page-rubrique-lvl-1 .container-header-rubrique:after {
    width: 140% !important;
    bottom: -200px !important;
  }
}

html body .page-rubrique-lvl-1 .container-header-rubrique .image-une img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-1 .container-header-rubrique .image-une img {
    height: 600px;
  }
}

html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 50px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  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) {
  html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique {
    width: 80%;
    padding: 0 10%;
  }
}

html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
}

html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 250%;
  font-family: "playfair";
  line-height: 110%;
  width: 70%;
  margin: 1.5em auto 0;
}

html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique .slogan-rubrique:before {
  content: '«';
  margin-right: 0.5em;
}

html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique .slogan-rubrique:after {
  content: '»';
  margin-left: 0.5em;
}

html body .page-rubrique-lvl-1 .container-content {
  /*----------  Ancres  ----------*/
  /*----------  Listing enfants level 1  ----------*/
}

html body .page-rubrique-lvl-1 .container-content .content_intro {
  font-family: "playfair";
  font-size: 23px;
  line-height: 1.8;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  padding: 2em 0;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-ancres {
  background-color: #1B1B1B;
  text-align: center;
  padding: 1.5em 0;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-ancres ul {
  width: 48%;
  margin: 0 auto;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-ancres ul li {
  display: inline-block;
  margin: 0 0.4em;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-ancres ul li .btn-yellow-bg {
  padding: 0.4em 1.4em;
  margin: 0.7em 0;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #AD0023;
}

@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) {
    position: inherit;
  }
}

html body .page-rubrique-lvl-1 .container-content .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;
}

@media only screen and (max-width: 1024px) {
  html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2):after {
    background: none;
  }
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type {
  order: 1;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type .upper-title {
  margin-bottom: 25px;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type .upper-title .title {
  fill: #FFFFFF;
  font-family: "raleway", sans-serif;
}

html body .page-rubrique-lvl-1 .container-content .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;
}

@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type h2 a {
    font-size: 40px;
    line-height: 47px;
  }
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type p {
  color: #FFFFFF;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type .btn-filled {
  color: #FFFFFF;
  background: transparent;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 5em 0;
}

@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container {
    flex-direction: column;
  }
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique {
    width: 100%;
    order: 2;
  }
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type {
  text-align: center;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type .upper-title {
  margin-bottom: 25px;
}

html body .page-rubrique-lvl-1 .container-content .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-rubrique-lvl-1 .container-content .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;
}

@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type h2 {
    font-size: 40px;
    line-height: 47px;
  }
}

html body .page-rubrique-lvl-1 .container-content .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) {
  html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type p {
    padding: 1em;
  }
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .content_image {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .content_image {
    width: 90%;
    order: 1;
  }
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul .content_rubrique .container .content_image img {
  height: 400px;
  object-fit: cover;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 {
  position: relative;
}

html body .page-rubrique-lvl-1 .container-content .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%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, transparent 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type {
  color: #FFFFFF;
  position: relative;
}

html body .page-rubrique-lvl-1 .container-content .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-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 a {
  color: #FFFFFF;
}

html body .page-rubrique-lvl-1 .container-content .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-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  transition: 0.5s all linear;
  color: #FFFFFF;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover h2 {
  color: #F4C259;
}

html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn-border-yellow {
  transition: 0.5s all linear;
  color: #FFFFFF;
}

html body .page-rubrique-lvl-1 .container-content .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-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn, html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li.child-level-2 .container-post-sous-rubrique .content-block-type a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type a {
  font-weight: 700;
  font-size: 95%;
  padding: 0.5em 1.3em;
}

html body .page-rubrique-lvl-1 .container-content .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 .page-rubrique-lvl-2.id-2024 {
  /*----------  Haut page level 2  ----------*/
  /*----------  Content 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 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 0 20%;
  text-align: center;
  height: 350px;
  background: none;
}

@media only screen and (max-width: 768px) {
  html body .page-rubrique-lvl-2.id-2024 .container-header-rubrique .content-header-rubrique {
    width: 100%;
    padding: 0px;
    height: 250px;
  }
}

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: #000000;
  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%;
  width: 70%;
  margin: 2em auto 0;
  text-shadow: none;
}

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;
  align-items: center;
  justify-content: space-between;
  display: flex;
  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;
  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 {
    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;
  object-fit: cover;
  transition: 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;
}

@media only screen and (max-width: 768px) {
  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: auto;
  }
}

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 .page-rubrique-lvl-3 {
  /*----------  Haut page level 3  ----------*/
  /*----------  Content 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;
    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%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, transparent 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%;
  width: 70%;
  margin: 2em auto 0;
  text-shadow: 0em 0em 0.5em black, 0em 0em 1em rgba(0, 0, 0, 0.8), 0em 0em 3em rgba(0, 0, 0, 0.7);
}

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: 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;
  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: flex;
  justify-content: 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 {
    flex-direction: column;
    justify-content: 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%;
  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;
  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 .page-galerie-photos {
  background-color: #262525;
}

html body .page-galerie-photos .listing-photos {
  display: flex;
  flex-wrap: wrap;
  /*----------  .single-photo  ----------*/
}

html body .page-galerie-photos .listing-photos .single-photo {
  background-color: #1B1B1B;
  text-align: center;
  position: relative;
  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%, transparent 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%;
  align-items: center;
  justify-content: center;
  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 {
  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 {
  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%;
  color: #F4C259;
}

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 {
  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:before {
  margin-right: 0.5em;
  text-shadow: none;
}

html body .page-galerie-photos .listing-photos .single-photo a:hover .container-photo-liste {
  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) {
  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 .page-galerie-videos {
  background-color: #FFFFFF;
  /*----------  Listing video  ----------*/
}

html body .page-galerie-videos .entry-header {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-content: 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 .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) {
  width: 100%;
  max-width: 100%;
  background: #AD0023;
  position: relative;
}

@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) {
    position: inherit;
  }
}

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

@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2):after {
    background: none;
  }
}

html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type {
  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;
}

@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique:nth-child(2) .container-block-type h2 a {
    font-size: 40px;
  }
}

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: flex;
  justify-content: 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 {
    flex-direction: column;
    padding: 2em 0;
  }
}

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

@media only screen and (max-width: 768px) {
  html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .container-post-sous-rubrique .content-block-type h2 {
    font-size: 40px;
  }
}

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%;
  transform: translate(-50%, -50%);
  background: url("/wp-content/uploads/2024/03/player.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s;
}

html body .page-galerie-videos .container-sous-rubrique-datas ul .content_rubrique .container .content_image a img {
  height: 400px;
  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%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, transparent 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 {
  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 {
  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, html body .page-galerie-videos .container-sous-rubrique-datas #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li.child-level-2 .container-post-sous-rubrique .content-block-type a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short html body .page-galerie-videos .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type a {
  font-weight: 700;
  font-size: 95%;
  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 #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;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

html body #primary-taxonomy-term\ new .entry-content .listing-terms li {
  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 {
    flex: 0 0 100%;
  }
}

html body #primary-taxonomy-term\ new .entry-content .listing-terms li .container-post {
  position: relative !important;
  height: 200px;
}

@media only screen and (max-width: 768px) {
  html body #primary-taxonomy-term\ new .entry-content .listing-terms li .container-post {
    height: auto;
  }
}

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 #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: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

html body #primary-page #manifesto-bouteille .entry-header .breadcrumbs {
  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%;
  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;
  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%;
  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%;
  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 .page-lexique {
  /*----------  Header page lexique  ----------*/
  /*----------  Content page lexique  ----------*/
}

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 .content-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 0 20%;
  text-align: center;
  height: 300px;
}

@media only screen and (max-width: 768px) {
  html body .page-lexique .header-page-lexique .content-header {
    padding: 0px;
  }
}

html body .page-lexique .header-page-lexique .content-header .content-block-type {
  display: flex;
  flex-direction: column;
}

html body .page-lexique .header-page-lexique .content-header .content-block-type #breadcrumbs {
  order: 2;
}

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

@media only screen and (max-width: 768px) {
  html body .page-lexique .block-list-definition {
    width: 90% !important;
  }
}

html body .page-lexique .block-list-definition:after {
  display: none;
}

html body .page-lexique .block-list-definition .list-definition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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%;
  font-family: "playfair";
  text-align: center;
  flex: 0 0 49%;
  background: #AD0023;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  html body .page-lexique .block-list-definition .list-definition li {
    flex: 0 0 100%;
    justify-content: center;
  }
}

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 .definition {
  margin-bottom: 50px;
}

html body .definition .entry-header {
  text-align: center;
}

html body .definition .entry-header .container-header {
  padding-top: 220px;
  display: flex;
  flex-direction: column;
}

html body .definition .entry-header .container-header .breadcrumbs {
  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%;
  font-family: "playfair";
  line-height: 110%;
  color: #413F40;
  padding: 1em 0 2em;
}

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: flex;
  position: relative;
  align-content: right;
  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;
  -moz-animation: bounce 2s infinite;
  -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: flex;
  flex-direction: column;
  height: 100%;
  width: 16%;
  left: 0;
  top: 0;
}

html body .gamme.type-gamme .block-gammes-header .small-list li {
  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: flex;
  justify-content: center;
  align-content: center;
  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 {
  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 {
  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 {
  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: flex;
  flex: wrap;
  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%;
  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;
  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: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, black 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: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.6) 66%, black 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: .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%;
  font-family: "playfair";
  margin: .7em 0 .4em;
}

html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication p {
  color: #FFFFFF;
  margin-bottom: .4em;
  line-height: 175%;
  font-weight: lighter;
  line-height: 160%;
}

html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container {
  justify-content: center;
  align-content: center;
}

html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container .first {
  flex: 0 0 35%;
  margin-right: 3%;
}

html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container .last {
  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: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, black 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: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, black 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%;
  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%;
  font-family: "playfair";
  color: #F4C259;
  text-transform: inherit;
}

html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links {
  justify-content: space-between;
  margin-top: 2em;
}

html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li {
  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, html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li a {
  padding-right: 1.2em;
  padding-left: 1.2em;
}

html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li .btn:hover, html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li a: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 {
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}

html body .gamme.type-gamme #cocktails-conseil-degustation .col {
  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%;
  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;
  align-items: center;
  justify-content: center;
  display: flex;
  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 {
  transition: 0.5s all linear;
  color: #FFFFFF;
  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 .cocktail-title:hover {
  color: #F4C259;
}

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: flex;
  align-content: 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%;
  background-color: transparent;
  color: #FFFFFF;
  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%;
  font-family: "playfair";
  margin-bottom: 0.2em;
  color: #F4C259;
  text-transform: none;
  text-align: left;
  display: block;
  animation-name: fadeInRight;
  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 {
  animation-name: fadeInRight;
  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%;
  animation-name: fadeInRight2;
  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%;
  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%;
  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: flex;
  align-content: 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%;
  background-color: transparent;
  color: #FFFFFF;
  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 .page-contact .container-header-contact {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-content: 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-contact .container-header-contact {
    background: none;
  }
}

html body .page-contact .container-header-contact .content-header-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  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: flex;
  gap: 50px;
  margin: 0 auto;
  width: 50%;
  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 {
    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: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) {
  html body .page-contact .container-content .entry-content:after {
    background: none;
  }
}

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: 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: flex;
  justify-content: 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;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  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;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  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 {
  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: flex;
  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: flex;
  justify-content: center;
  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;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  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;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  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 {
  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;
  transition: 0.3s;
}

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 {
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
  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%;
  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: 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;
  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%;
  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;
  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%;
  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] {
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  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 #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 {
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
  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%;
  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: 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;
  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%;
  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;
  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] {
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  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 #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 {
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
  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%;
  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: 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;
  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%;
  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;
  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] {
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  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 #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;
  position: relative;
  justify-content: center;
  align-items: center;
}

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 .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 {
  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 #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%;
  overflow: hidden;
  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;
}

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%;
  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: flex;
}

@media only screen and (max-width: 1024px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos {
    flex-direction: column;
  }
}

html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-infos-cocktail {
  width: 70%;
  align-self: flex-start;
  background-color: #AD0023;
  position: relative;
  bottom: -300px;
  left: 80px;
}

@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%;
    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: flex;
  flex-direction: column;
  padding: 0 2em 2em;
  background-color: #AD0023;
  flex-wrap: nowrap;
  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;
  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;
  font-size: 19px;
  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:last-child {
  margin-top: 0.2em;
  font-family: "raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

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 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: flex;
  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;
}

@media only screen and (max-width: 768px) {
  html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail {
    display: flex;
    flex-direction: column;
  }
}

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 {
    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;
  font-size: 54px;
}

@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 {
    order: 1;
  }
}

html body #primary-single #content-global.content-cocktail-single .entry-content .container-infos .block-title-cocktail .preparation-cocktail {
  text-align: left;
  width: 85%;
  position: relative;
  right: 0;
  float: right;
}

@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 {
    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;
}

html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion {
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  margin-top: 2em;
}

html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left {
  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%;
  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;
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 90%;
  padding: 0.9em 5%;
  font-weight: 400i;
  font-size: 85%;
  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;
  transition: 0.5s all linear;
  color: #F4C259;
  font-weight: 400;
  font-size: 75%;
}

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 .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%;
  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;
  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;
  transition: 0.5s all linear;
  color: #FFFFFF;
  padding: 0.7em 3.5em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  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 {
  color: #1B1B1B;
}

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 {
  animation: slideFleche 0.5s;
}

html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right {
  background-color: #1B1B1B;
  flex: 0 0 34%;
  padding: 0 8%;
  display: flex;
  align-content: center;
  justify-content: center;
  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%;
  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%;
  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%;
  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%;
  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%;
  position: relative;
  border-bottom: 2px solid #F4C259;
  padding-bottom: 5.5em;
}

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: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 {
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
  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%;
  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: 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;
  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%;
  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;
  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%;
  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] {
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  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 .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 .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;
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 70%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
  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] {
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  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 .page-moncompte-title {
  width: 44%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  font-size: 180%;
  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%;
  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;
  transform: translate(-50%, -50%);
}

html body #post-1242 #gform_wrapper_5 .gform_body .gfield li label {
  font-weight: 400;
  font-size: 100%;
  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;
  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: 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;
  transform: translate(-50%, -50%);
}

html body .form-modif-account > *.civilite-p ul li label {
  font-weight: 400;
  font-size: 100%;
  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;
  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 #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 {
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
  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] {
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  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 .search-no-results .page-content {
  color: #FFFFFF;
}

html .search-no-results .page-content form {
  display: none;
}

html body.search-results #header-club {
  display: none;
}

html body.search-results #primary-taxonomy-term {
  background: #FFFFFF;
}

html body.search-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 {
    background: none;
  }
}

@media only screen and (max-width: 768px) {
  html body.search-results #primary-taxonomy-term .entry-header .content-header {
    height: 200px;
  }
}

html body.search-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 {
    font-size: 40px !important;
    line-height: 47px;
  }
}

html body.search-results #primary-taxonomy-term .entry-header #searchform {
  background: #FCF5EB;
  padding: 50px;
  justify-content: center;
}

html body.search-results #primary-taxonomy-term .entry-header #searchform div {
  display: flex;
  column-gap: 10px;
}

html body.search-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 {
    width: 80%;
  }
}

html body.search-results #primary-taxonomy-term .entry-header #searchform div #searchsubmit {
  margin: 0;
  padding: 15px 20px;
}

html body.search-results #primary-taxonomy-term .entry-content {
  width: 65%;
}

html body.search-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 {
  font-family: "playfair";
  font-size: 32px;
  line-height: 40px;
  color: #AD0023;
}

html body.search-results #primary-taxonomy-term .entry-content .listing-search-result {
  display: flex;
  flex-direction: column;
}

html body.search-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 {
  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 {
  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 {
  margin-top: 25px;
}

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: flex;
  flex-wrap: wrap;
}

html #block-gammes-sir-edwards-nos-whiskies .col-container .col {
  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, html #block-gammes-sir-edwards-nos-whiskies .col-container .col #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html #block-gammes-sir-edwards-nos-whiskies .col-container .col a {
  margin: 0;
}

html .page-template-template-page-nos-whiskies {
  background-color: #000000;
}

html .page-template-template-page-nos-whiskies .page {
  /*----------  Liste des gammes page intermediaire  ----------*/
}

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 #gammes-sir-edwards-nos-whiskies {
  text-align: center;
}

html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container {
  display: flex;
  flex-wrap: wrap;
}

html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col {
  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, html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col a {
  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%;
  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%, transparent 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 115%;
}

@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: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 0 0 34%;
    padding: 2em 2% 2em 14%;
    /**
									 *
									 * Bouton menu
									 *
									 */
  }
  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: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 {
    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: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
    flex: 0 0 50%;
    margin: 0;
    padding: 2em 0;
    flex-wrap: wrap;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account > div {
    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;
    flex: 0 0 100%;
    padding: 4em 0;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account > div {
    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;
    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 {
    flex-direction: column;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos {
    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 {
    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 > * {
    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 {
    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 {
    flex-direction: column;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li {
    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, html .page-template-club-template-page-accueil-connecte #content .site-footer #mastfooter .footer-container .footer-content #bloc-actus #mid-footer #mid-footer-content #menu-footer-short ul li .bloc-actus-content a, #mastfooter .footer-container html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus #mid-footer #mid-footer-content #menu-footer-short ul li .bloc-actus-content a, html .page-template-club-template-page-accueil-connecte #content .site-footer #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short #bloc-actus ul li .bloc-actus-content a, #mastfooter .footer-container html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #mid-footer #mid-footer-content #menu-footer-short #bloc-actus ul li .bloc-actus-content a {
    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 .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;
  height: 32vw;
}

html .page-template-default #content-global .entry-header .image-une img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(1.26);
  pointer-events: none;
}

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;
  appearance: none;
}

html #seco {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 3em 0 6em;
}

@media only screen and (max-width: 768px) {
  html #seco {
    flex-direction: column;
  }
}

html #seco li {
  padding: 2em 0;
  text-align: center;
  background-color: #1B1B1B;
  flex: 1 0 auto;
}

@media only screen and (max-width: 768px) {
  html #seco li {
    flex: 1 0 100%;
    padding: 3em 0 !important;
  }
}

html #seco li:first-child {
  background-color: #900000;
}

html #seco li a {
  transition: 0.5s all linear;
  color: #1B1B1B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 95%;
  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%;
  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%;
  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%;
  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: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul {
    flex-direction: column;
  }
}

html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li {
  display: inline-block;
  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 {
    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%;
  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;
  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;
  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] {
  transition: 0.5s all linear;
  color: #262525;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 95%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #F4C259;
  border: 2px solid #F4C259;
  padding: 0.5em 1.5em;
  transition: 0.5s all linear;
  color: #262525;
  border-radius: 50em;
}

html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit]:hover {
  color: #F4C259;
}

@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%;
  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%;
  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;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul {
    flex-direction: column;
  }
}

html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 {
  vertical-align: top;
  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 {
    flex: 1 0 100%;
    margin-bottom: 3em;
  }
}

html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 img {
  transition: 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: '';
  transition-duration: 0.5s;
  transition-timing-function: 'linear';
  transition-property: background-color;
}

html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:hover img {
  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;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, transparent 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  transition-timing-function: 'ease-in-out';
  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 .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: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

html .img-indice .img-indice-content > * {
  flex: 0 0 80%;
}

html .img-indice .img-indice-content img {
  max-width: 55% !important;
  height: auto;
  margin-bottom: .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%;
  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;
}

html .page-piste-jeu .bloc-instruc {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-instruc {
    font-size: 170%;
  }
}

html .page-piste-jeu .bloc-instruc > div {
  flex: 1;
}

html .page-piste-jeu .bloc-instruc .img-indice {
  text-align: center;
  display: block;
  position: relative;
  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: flex;
  border-radius: 50em;
  position: relative;
  top: -0.6em;
  float: left;
  justify-content: center;
  align-items: center;
  height: 2em;
  width: 2em;
  color: #FFFFFF;
  background-color: #900000;
  text-align: center;
  margin-right: .6em;
}

html .page-piste-jeu .bloc-enigme {
  display: flex;
  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 {
    flex-direction: column;
  }
}

html .page-piste-jeu .bloc-enigme > div {
  flex: 1;
}

@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-enigme > div {
    flex: 1 !important;
  }
}

html .page-piste-jeu .bloc-enigme .bloc-enigme-label {
  flex: 0 0 20%;
  text-align: center;
  display: flex;
  justify-content: 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%;
  font-family: "Montserrat", sans-serif;
}

html .page-piste-jeu .bloc-enigme .bloc-enigme-content {
  padding: 1.2em 7%;
  font-weight: 200;
  font-size: 240%;
  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: .6em 1.5em .6em 0.6em;
  position: relative;
  font-size: 70%;
  display: inline-block;
  top: 0;
  line-height: 100%;
  color: #f4c258 !important;
  border: 1px solid #F4C259;
}

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 #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%;
  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 {
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
  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%;
  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: 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;
  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%;
  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;
  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%;
  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] {
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  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: flex;
  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 {
    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, html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content a.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%;
  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%;
  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, html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance a {
  color: #1B1B1B !important;
  padding: 0.8em 2.5em !important;
  line-height: 100% !important;
  margin-top: .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: .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 {
  box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 4%;
  font-weight: 400i;
  font-size: 85%;
  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[lang="en-US"] #site-footer-short-navigation ul {
  justify-content: right !important;
}

html[lang="en-US"] #site-footer-legals-navigation #menu-menu-legal-anglais {
  justify-content: left !important;
}

html[lang="en-US"] #site-footer-legals-navigation #menu-menu-legal-anglais li {
  flex: 0 1 auto !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  font-weight: 700;
  font-size: 80%;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig button {
  font-weight: 700;
  font-size: 90%;
  font-family: "Montserrat", sans-serif;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  background: #C00202;
}

#tarteaucitronRoot #tarteaucitronServices {
  font-weight: 700;
  font-size: 90%;
  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;
		}

	}
}*/
/* CONTENU NON FRANCAIS */
html:not([lang="fr-FR"]) {
  /*#tarteaucitronRoot{
		display: none !important;
	}	*/
}

html:not([lang="fr-FR"]) body .gamme.type-gamme {
  /**
			 *
			 * Secret de fab
			 *
			 */
}

html:not([lang="fr-FR"]) body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h2.script-title-secret-fabrication {
  width: 100%;
  font-weight: 400;
  font-size: 300%;
  font-family: "mention_signature";
  color: #F4C259;
}

html:not([lang="fr-FR"]) body .gamme.type-gamme .block-les-contenances {
  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;
}

.gamme.type-gamme {
  /**
	 *
	 * Bloc gammes header (bannière)
	 *
	 */
}

.gamme.type-gamme .block-gammes-header .master-visuel-gamme {
  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: flex;
  justify-content: 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, .gamme.type-gamme #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li .gamme.type-gamme #block-navigation-posts a {
  visibility: hidden !important;
}

/*===================================
=           SINGLE WHIKY           =
===================================*/
@media only screen and (max-width: 768px) {
  .body-fr .header_single_produit .content-header-mobile .content_header .title_single_produit h1 {
    line-height: 170px;
    text-transform: capitalize;
  }
}

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, html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a {
  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, html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a {
  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, html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a {
  border-color: #41372b !important;
}

/**
 *
 * AJOUT JP
 *
 */
/*----------  .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%;
  font-family: "playfair";
  text-align: center;
  line-height: 120%;
}

.page-road-trip .entry-content ul {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.page-road-trip .entry-content ul li.block-type-1 {
  vertical-align: top;
  flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}

.page-road-trip .entry-content ul li.block-type-1 img {
  transition: 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: '';
  transition-duration: 0.5s;
  transition-timing-function: 'linear';
  transition-property: background-color;
}

.page-road-trip .entry-content ul li.block-type-1:hover img {
  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;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, transparent 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  transition-timing-function: 'ease-in-out';
  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 {
    height: 400px;
  }
}

.page-cocktails .container-header-rubrique .image-une img {
  height: 400px;
  object-fit: contain;
  object-position: bottom;
}

@media only screen and (max-width: 768px) {
  .page-cocktails .container-header-rubrique .image-une img {
    display: none;
  }
}

.page-cocktails .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 0;
  height: 90%;
  align-items: center;
  justify-content: end;
  display: flex;
  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 {
    width: 100%;
    padding: 0px;
  }
}

.page-cocktails .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
}

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

@media only screen and (max-width: 768px) {
  .page-cocktails .entry-content:after {
    background: none;
  }
}

.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%;
  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: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 2em;
  align-items: baseline;
}

@media only screen and (max-width: 768px) {
  .page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails {
    display: block;
  }
}

.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: 500;
  color: #000000;
  margin-top: 2em;
}

.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails ul {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

.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%;
  color: #FFFFFF;
}

.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 {
  vertical-align: top;
  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;
  object-fit: cover;
}

.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 img {
  transition: 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: '';
  transition-duration: 0.5s;
  transition-timing-function: 'linear';
  transition-property: background-color;
}

.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:hover img {
  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;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, transparent 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  transition-timing-function: 'ease-in-out';
  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;
  columns: 3 200px;
  width: 95%;
  margin: 0 auto;
}

.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li {
  margin: 0 5px 25px;
  height: 250px;
  z-index: 9;
}

.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li img {
  height: 250px;
  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;
  object-fit: cover;
}

.page-cocktails .entry-content .block-list-cocktails .list-cocktails ul li .container-post {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 200px;
  margin-bottom: 0px !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.1) 85%, transparent 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: 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: flex;
  justify-content: 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;
}

/*==============================================
= Page de la gamme de produit (Page facebook)   =
================================================*/
.page-template-template-page-produit-facebook #masthead, .page-template-template-page-produit-facebook #strat-jeu, .page-template-template-page-produit-facebook #mastfooter {
  display: none !important;
}

.page-template-template-page-produit-facebook .gamme-facebook {
  background-color: #000000;
  padding: 50px 0;
}

.page-template-template-page-produit-facebook .gamme-facebook img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.page-template-template-page-produit-facebook .gamme-facebook .logo-siredwards-finest {
  text-align: center;
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-finest {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 6em 0;
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-finest .bottle {
  width: calc(100%/3);
  text-align: center;
}

@media only screen and (max-width: 790px) {
  .page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-finest .bottle {
    width: calc(100%/2);
    margin: 4em 0;
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 520px) {
  .page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-finest .bottle {
    width: 100%;
    font-size: 3.2vw;
    margin: 2em 0;
  }
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-finest .bottle .contenance {
  color: #a90000;
  font-weight: 900;
  font-size: 3em;
  line-height: normal;
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-finest .bottle .percent-vol {
  color: #FFFFFF;
  margin-bottom: 1.5em;
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-finest .bottle .btn-border-yellow {
  padding: 0.5em 1em;
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-evenly;
  align-items: center;
  padding: 6em 0;
}

@media only screen and (max-width: 790px) {
  .page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .logo-siredwards-smoky {
    flex: 1 1 100%;
    text-align: center;
  }
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 790px) {
  .page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky {
    flex: 1 1 100%;
    text-align: center;
    margin: 4em 0;
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 520px) {
  .page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky {
    font-size: 3.2vw;
    margin: 2em 0;
  }
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky .wrapper-img {
  flex: 1 1 50%;
}

@media only screen and (max-width: 790px) {
  .page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky .wrapper-img {
    flex: 1 1 100%;
  }
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky .wrapper-bottle {
  flex: 1 1 50%;
}

@media only screen and (max-width: 790px) {
  .page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky .wrapper-bottle {
    flex: 1 1 100%;
  }
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky .wrapper-bottle .contenance {
  color: #63788b;
  font-weight: 900;
  font-size: 3em;
  line-height: normal;
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky .wrapper-bottle .percent-vol {
  color: #FFFFFF;
  margin-bottom: 1.5em;
}

.page-template-template-page-produit-facebook .gamme-facebook .wrapper-bottle-smoky .bottle-smoky .wrapper-bottle .btn-border-yellow {
  padding: 0.5em 1em;
}

/*=====  End of Page de la gamme de produit (Page facebook)  ====*/

/*# sourceMappingURL=style.css.map */