/*
Theme Name: Custom WP Theme
Description: Semantic, SEO Optimised, Custom Wordpress Theme for Theatre
Author: #
Author URI: #
Version: 11.0
*/
@font-face {
  font-family: "Obviously Blck";
  src: url("assets/fonts/Obviously-Blck.woff2") format("woff2"),
    url("assets/fonts/Obviously-Blck.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Obviously Blck";
  src: url("assets/fonts/Obviously-Blck.woff2") format("woff2"),
    url("assets/fonts/Obviously-Blck.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu-Bold";
  src: url("assets/fonts/Apercu-Bold.eot");
  src: url("assets/fonts/Apercu-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Apercu-Bold.woff2") format("woff2"),
    url("assets/fonts/Apercu-Bold.woff") format("woff"),
    url("assets/fonts/Apercu-Bold.ttf") format("truetype"),
    url("assets/fonts/Apercu-Bold.svg#Apercu-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Apercu-Light";
  src: url("assets/fonts/Apercu-Light.eot");
  src: url("assets/fonts/Apercu-Light.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Apercu-Light.woff2") format("woff2"),
    url("assets/fonts/Apercu-Light.woff") format("woff"),
    url("assets/fonts/Apercu-Light.ttf") format("truetype"),
    url("assets/fonts/Apercu-Light.svg#Apercu-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apercu-Medium";
  src: url("assets/fonts/Apercu-Medium.eot");
  src: url("assets/fonts/Apercu-Medium.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Apercu-Medium.woff2") format("woff2"),
    url("assets/fonts/Apercu-Medium.woff") format("woff"),
    url("assets/fonts/Apercu-Medium.ttf") format("truetype"),
    url("assets/fonts/Apercu-Medium.svg#Apercu-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Obviously Blck";
  src: url("assets/fonts/"ObviouslyBlck", TiemposHeadline-Black.eot");
  src: url("assets/fonts/"ObviouslyBlck", TiemposHeadline-Black.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/"ObviouslyBlck", TiemposHeadline-Black.woff2")
      format("woff2"),
    url("assets/fonts/"ObviouslyBlck", TiemposHeadline-Black.woff")
      format("woff"),
    url("assets/fonts/"ObviouslyBlck", TiemposHeadline-Black.ttf")
      format("truetype"),
    url("assets/fonts/"ObviouslyBlck", TiemposHeadline-Black.svg#"ObviouslyBlck", TiemposHeadline-Black")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TiemposText";
  src: url("assets/fonts/TiemposText-Bold.eot");
  src: url("assets/fonts/TiemposText-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/TiemposText-Bold.woff2") format("woff2"),
    url("assets/fonts/TiemposText-Bold.woff") format("woff"),
    url("assets/fonts/TiemposText-Bold.ttf") format("truetype"),
    url("assets/fonts/TiemposText-Bold.svg#TiemposText-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Apercu";
  src: url("assets/fonts/Apercu.eot");
  src: url("assets/fonts/Apercu.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Apercu.woff2") format("woff2"),
    url("assets/fonts/Apercu.woff") format("woff"),
    url("assets/fonts/Apercu.ttf") format("truetype"),
    url("assets/fonts/Apercu.svg#Apercu") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TiemposText";
  src: url("assets/fonts/TiemposText-Regular.eot");
  src: url("assets/fonts/TiemposText-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/TiemposText-Regular.woff2") format("woff2"),
    url("assets/fonts/TiemposText-Regular.woff") format("woff"),
    url("assets/fonts/TiemposText-Regular.ttf") format("truetype"),
    url("assets/fonts/TiemposText-Regular.svg#TiemposText") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Reset */
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
blockquote,
body,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
images,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Defaults */
:focus {
  outline: 0;
}
a,
a:visited {
  color: #7c2b4c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted;
  cursor: help;
}
blockquote {
  background: #eee;
  border-left: 2px solid #ccc;
  margin: 0 0 1em;
}
blockquote p {
  margin: 0.5em;
}
body {
  background: #f8f8f8;
  color: #290f26;
  font: 16px/21px Apercu, Arial, Sans-Serif;
}
code,
pre {
  font-size: 1em;
}
del {
  text-decoration: line-through;
}
dfn {
  font-style: italic;
  font-weight: bold;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em 10px;
}
fieldset {
  border: 0;
}
fieldset p {
  margin: 0 0 5px;
}
img {
  border: 0;
  vertical-align: bottom;
}
ins {
  text-decoration: none;
}
h1 {
  border-bottom: 1px solid #ccc;
  font: bold 1.75em/1.25em Georgia, Garamond, Serif;
  margin: 10px 0 0 10px;
}
h2 {
  font: bold 1.5em/1.25em Apercu, Georgia, Garamond, Serif;
}
h3 {
  font: 1.25em/1.25em Apercu, Georgia, Garamond, Serif;
}
h4 {
  font: bold 1em/1.25em Apercu, Georgia, Garamond, Serif;
}
hr {
  margin: 0 0 0.5em;
}
p {
  margin: 0 0 1em;
}
ul,
ol {
  list-style: none;
  margin: 0 0 1em;
}
textarea {
  font: 1em Arial;
  overflow: auto;
}
tt {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 1em;
}
th {
  background: #eee;
  border: solid #ccc;
  border-width: 1px 0 0 1px;
  padding: 3px;
}
td {
  border: solid #ccc;
  border-width: 1px 0 0 1px;
  padding: 3px;
}
table {
  border: solid #ccc;
  border-width: 0 1px 1px 0;
}

/* Containers */

.vc_icon_element-outer.tiktok .fa-youtube {
  opacity: 0;
}
.vc_icon_element-outer.tiktok .vc_icon_element-link {
  background: url(assets/img/tiktok2.svg) no-repeat 50% 50%;
  background-size: 22px auto;
}

#logo {
  margin: 0;
}
.wpb_content_element:not(.inherit-colour) > .wpb_wrapper h3 span,
.wpb_content_element:not(.inherit-colour) > .wpb_wrapper p span {
  color: #290f26 !important;
}
.wpb_content_element:not(.inherit-colour)
  > .wpb_wrapper
  p:not(.vc_custom_heading),
.wpb_wrapper .vc_toggle_title p,
.wpb_content_element:not(.inherit-colour) > .wpb_wrapper p a:not(.cont_btn) {
  color: #7c2b4c !important;
}
.wpb_content_element:not(.inherit-colour) > .wpb_wrapper h2,
.wpb_content_element:not(.inherit-colour) > .wpb_wrapper h1,
.wpb_content_element:not(.inherit-colour) > .wpb_wrapper h2 span {
  color: #7c2b4c !important;
}
.wpb_wrapper .vc_btn3-shape-rounded {
  color: #fff !important;
  background: #fe475d !important;
  border-color: #fe475d !important;
}
.wpb_wrapper .vc_btn3-shape-rounded:hover {
  border-color: #ff9ba7 !important;
  background-color: #ff9ba7 !important;
}
#main .wpb_wrapper p a.cont_btn {
  color: #fff !important;
}
.vc_message_box {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  background: #f1c1c5 !important;
  border-color: #f1c1c5 !important;
  padding: 2em !important;
}
.vc_message_box h3 {
  font-weight: bold;
  color: #7c2b4c;
  margin: 0 0 10px;
}
.vc_message_box .vc_message_box-icon {
  display: none;
}
.vc_message_box p {
  color: #290f26;
}
#page {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #ba3db0;
}
.vc_btn3-style-custom {
  background-image: none !important;
}
.wpb_wrapper .vc_btn3.vc_btn3-shape-rounded {
  border-radius: 13px !important;
}
/* Header */
#header {
  z-index: 30 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-top: 3px solid #d17b99;
}
#header .glass {
  position: absolute;
  top: 9px;
  right: 13px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(assets/img/glass.png) no-repeat 50% 50%;
  width: 35px;
  height: 36px;
}
#header .phone {
  position: absolute;
  top: 9px;
  right: 63px;
  margin-top: 9px;
}
.is-sticky #header .glass {
  display: none;
}
.is-sticky #header .phone {
  display: none;
}
#header .header-h {
  position: relative;
  background: #e8e4db;
  max-width: 1418px;
  margin: 0 auto;
}
#header .glass:hover {
  opacity: 0.7;
}
#header .header-h:after,
#header:after {
  display: block;
  clear: both;
  content: "";
}
#logo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  float: left;
  padding: 10px 43px 10px 31px;
  margin: 0 -20px 0 0;
}
#logo {
  background: #d17b99;
}
#header .right {
  float: right;
}
#nav {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  float: left;
  margin: 0; /*padding:0 50px 0 0*/
  list-style: none;
}
#nav:after {
  display: block;
  clear: both;
  content: "";
}
#nav li {
  position: relative;
  margin: 0;
  float: left;
  font: 13px/20px "Obviously Blck", TiemposText, Arial, sans-serif;
}
#nav li a {
  color: #7c2b4c;
  display: block;
  padding: 16px 19px;
}
#nav li:hover > a {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #d17b99;
}
#nav li:hover ul {
  display: block;
}
#nav ul {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  display: none;
  background:/*url('assets/img/bg-drop-h.png') no-repeat 0 100%;*/ #d17b99;
  background-size: cover;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 15px 15px;
  list-style: none;
  overflow: hidden;
}
#nav ul li {
  margin: 0 0 3px;
  font: 13px/20px "Apercu", TiemposText, Arial, sans-serif;
  float: none;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
}
#nav ul li a {
  display: block;
  padding: 1px 5px;
  color: #290f26;
}
#nav ul li a:hover {
  color: #fff;
}
#header .search {
  float: left;
  margin: 0 0 10px;
}
#header .slide {
  display: none;
}
#header-sticky-wrapper {
  z-index: 10;
  height: 0 !important;
}
.is-sticky #logo {
  width: 31px;
  padding: 4px 9px 5px;
  overflow: hidden;
}
.is-sticky #logo img {
  width: 235px;
}
.is-sticky #nav > li > a {
  padding: 12px 24px 11px;
}
.is-sticky #nav ul {
  top: 43px;
}

#main {
  max-width: 1366px;
  margin: 0 auto;
}
#main:after {
  display: block;
  clear: both;
  content: "";
}
#main .section:after {
  display: block;
  clear: both;
  content: "";
}
#main .section {
  padding: 15px 0px;
  margin: 0 0 42px;
}
#main h1 {
  color: #7c2b4c;
  margin: 0 0 49px;
  font: 36px/44px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
  border: none;
}
#main h2 {
  color: #7c2b4c;
  margin: 0 0 20px;
  font: 26px/34px Apercu-Bold, Arial, sans-serif;
}
#main .post-list {
  margin: 0 -1.5% 0 0;
  padding: 0;
  list-style: none;
}
#main .post-list:after {
  display: block;
  clear: both;
  content: "";
}
#main .post-list li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14.8%;
  margin: 0 1.5% 26px 0;
}
#main .post-list li:last-child {
  margin-right: 0;
}
#main .post-list li:after {
  display: block;
  clear: both;
  content: "";
}
#main .post-list li .img-h {
  background: url("assets/img/bg-noimg.gif") no-repeat 50% 0;
  min-height: 66px;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#main .post-list li .text-h {
  padding: 8px 15px 44px;
  overflow: hidden;
}
#main .post-list li .img-h img {
  max-width: 100%;
  overflow: hidden;
  display: block;
  height: auto;
}
#main .post-list li .img-h:after {
  display: none;
  width: 100%;
  height: 45px;
  background: url("assets/img/bg-mask.png") no-repeat;
  background-size: 100% 100% !important;
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
}
#main .post-list li.shape2 .img-h:after {
  background: url("assets/img/bg-mask-v2.png") no-repeat;
}
#main .post-list li.shape3 .img-h:after {
  background: url("assets/img/bg-mask-v3.png") no-repeat;
}

/*.logged-in #main .post-list li .img-h:after {background-image:url('assets/img/bg-mask-flipped.png')}*/

#main .post-list li h3 {
  color: #000;
  font: 16px/24px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
  margin: 0 0 7px;
}
#main .post-list li h3 a {
  color: #000;
}
#main .post-list li .date {
  position: absolute;
  bottom: 17px;
  left: 15px;
  color: #000;
  opacity: 0.4;
  font: 12px/15px Apercu, Arial, sans-serif;
}
#main .post-list li .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#main .post-list li .post-categories li {
  width: auto;
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: block;
}
#main .post-list li .post-categories li a {
  color: #e95476;
  font: 14px/20px Apercu-Bold, Arial, sans-serif;
}
#main .withblog .post-list li .post-categories li a {
  color: #d87350;
  font: 14px/20px Apercu-Bold, Arial, sans-serif;
}
#main .post-list li.more {
  border: none;
  float: none;
  padding: 0;
  background: #f8f8f8;
  -webkit-box-shadow: 0 0 0 2px #e4e4e4;
  box-shadow: 0 0 0 2px #e4e4e4;
}
#main .post-list li.more a {
  position: relative;
  font: 24px/30px Apercu-Light, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 20px;
  color: #b9b9b9;
}
#main .post-list li.more a:after {
  width: 10px;
  height: 20px;
  content: "";
  background: url("assets/img/icons.png") no-repeat 0 -980px;
  position: absolute;
  bottom: 24px;
  left: 20px;
}
#main .post-list li.more a:hover {
  border-color: #000;
  color: #000;
}
#main .post-list li.more a:hover:after {
  background-image: url("assets/img/bg-arrow--h.png");
  background-position: 0 0;
}
#main .post-list li.more:after {
  display: none;
}
#main .post-list li.more:hover {
  box-shadow: 0 0 0 2px #000;
  -webkit-box-shadow: 0 0 0 2px #000;
}
#main .post-list li .date-hold {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: block; /*background:url('assets/img/bg-date2.gif') no-repeat 50% 50%;*/
}
#main .post-list li .date-hold.one_date {
  background: none;
}
#main .post-list li .date-hold .from {
  margin: 0 0 0 15px;
  float: left;
  color: #000;
  opacity: 0.4;
  font: 12px/12px Apercu, Arial, sans-serif;
  text-align: center;
}
#main .post-list li .date-hold .to {
  margin: 0 15px 0 0;
  float: right;
  color: #000;
  opacity: 0.4;
  font: 12px/12px Apercu, Arial, sans-serif;
  text-align: center;
}
#main .post-list li .date-top {
  left: 0;
  width: 100%;
  position: absolute;
  top: -27px;
  background: #e8e4db;
  border-radius: 6px 4px 0px 0px;
  -webkit-border-radius: 6px 4px 0px 0px;
}
#main .post-list li .date-top span {
  display: block;
  padding: 5px 8px;
  color: #290f26;
  font: 12px/16px Apercu, Arial, sans-serif;
}
#main .post-list li .author {
  margin: 0 0 10px;
  display: block;
  color: #000;
  font: italic 12px/16px Apercu, TiemposText, Arial, sans-serif;
}
#main .post-list li .author:before {
  float: left;
  content: "—";
  margin: 0 4px 0 0;
}
#main .post-list li .cat {
  display: block;
  margin: 0 0 4px;
}
#main .post-list li .cat a {
  color: #722b6d;
  font: 14px/20px Apercu-Bold, Arial, sans-serif;
}
#main .post-list li:hover {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
#main .post-list li .hover {
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fe475d;
  border-radius: 4px;
  padding: 4px 0;
  width: 100%;
  height: 56px;
  background-size: 100% 83px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#main .post-list li:hover .hover {
  opacity: 1;
}
#main .post-list li .hover a {
  position: relative;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font: 14px/20px Apercu-Medium, Arial, sans-serif;
  margin: 11px 0 0;
  padding: 7px 40px 7px 11px;
}
#main .post-list li .hover a:after {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background: url(assets/img/icons.png) no-repeat 0 -484px;
  position: absolute;
  content: "";
  top: 12px;

  right: 21px;
  width: 12px;
  height: 11px;
  margin-top: 1px;
}
#main .post-list li.withlist,
#main .post-list li.prom-box {
  width: 30.8%;
}
#main .post-list li.withlist .text-h {
  position: relative;
  padding: 0;
  width: 50%;
  float: left;
  background: url("assets/img/withlist.jpg") no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-size: cover;
}
#main .post-list li.withlist .text-f {
  overflow: hidden;
  padding: 8px 15px 44px;
}
#main .post-list li.withlist .slide {
  overflow: hidden;
  width: 50%;
  float: left;
  height: 309px;
  position: relative;
}
#main .post-list li.withlist .slide:after {
  position: absolute;
  background: url("assets/img/bg-slide.png") repeat-x;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  content: "";
}
#main .post-list li.withlist .slide .gmask {
  height: 309px;
  overflow: hidden;
  position: relative;
}
#main .post-list li.withlist .slide .gmask ul {
  margin: 0;
  padding: 0;
  ist-style: none;
  overflow: hidden;
  height: 9999px;
}
#main .post-list li.withlist .slide .gmask ul li {
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-bottom: 1px solid #e6e5e5;
}
#main .post-list li.withlist .slide .gmask ul li a {
  display: block;
  padding: 13px 16px;
  color: #000;
  font: 16px/20px Apercu-Bold, TiemposText, Arial, sans-serif;
}
#main .post-list li.withlist .slide .gmask ul li .numb {
  float: left;
  margin: 0 10px 0 0;
  color: #ea5c7c;
  margin: 0 10px 0 0;
  font: 14px/20px Apercu-Bold, Arial, sans-serif;
}
#main .post-list li.withlist .ar-h {
  z-index: 3;
  position: absolute;
  overflow: hidden;
  float: right;
  width: 34px;
  height: 64px;
  background: #ea5c7c;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  bottom: 20px;
  right: 20px;
}
#main .post-list li.withlist .ar-h a {
  width: 34px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  background: url("assets/img/bg-arrows4.png") no-repeat;
}
#main .post-list li.withlist .ar-h a.next {
  background-position: 0 -32px;
}
#main .post-list li.withlist .ar-h a:hover {
  background-color: #d2536f;
}
#main .post-list li.withlist h3 a {
  color: #fff;
}
#main .post-list li.withlist .cat a {
  color: #fff;
}

#main .post-list li.withlist .date-hold {
  background: url("assets/img/bg-date3.png") no-repeat scroll 50% 6px;
}
#main .post-list li.withlist .date-hold span {
  color: #e294a3;
  opacity: 1;
}
#main .post-list li.big_el .img-h {
  height: 100%;
}
#main .withbig .post-list li.big_el {
  width: 48.8%;
}
#main .withbig .post-list li.big_el .img-h {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  float: left;
  width: 68%;
  margin: 0 -12px 0 0;
}
#main .withbig .post-list li.big_el .img-h:after {
  width: 22px;
  height: 100%;
  background: url("assets/img/bg-mask-r.png") no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
}
#main .withbig .post-list li.big_el .date-hold {
  left: auto;
  right: 0;
  width: 33%;
}
#main .withdate .post-list li {
  margin: 49px 1.5% 26px 0;
}
#main .gall .post-list {
  width: 99999px;
  margin: 0;
  float: left;
  position: relative;
  list-style: none;
}
#main .gall .post-list li {
  max-width: 205px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}
/*#main #calendar_slider.gall .post-list li{max-width:211px;}
#main #calendar_slider.gall  .gmask-h{margin:0 0 0 -10px;overflow: hidden;}
#main #calendar_slider.gall .gmask-h .s_hold{position:static}*/
#main .gall .gmask-h {
  position: relative;
  margin: 0 -9999px;
}
#main .gall .gmask-h .s_hold {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#main .gall .gmask-h .gmask {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#main .gall .gmask-h:after {
  background: url("assets/img/bg-mask-l.png") repeat-y;
  position: absolute;
  top: 0;
  left: -242px;
  top: 0;
  width: 300px;
  height: 100%;
  content: "";
}
#main .gall .gmask-h:before {
  background: url("assets/img/bg-mask2-r.png") repeat-y;
  position: absolute;
  top: 0;
  right: -242px;
  top: 0;
  width: 300px;
  height: 100%;
  content: "";
  z-index: 5;
}
#main .gall .prev,
#main .gall .next {
  z-index: 7;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  left: 15px;
  width: 51px;
  height: 72px;
  background: url("assets/img/icons.png") no-repeat -8px -1133px;
}
#main .gall .next {
  background: url("assets/img/icons.png") no-repeat -58px -1133px;
}
#main .gall .prev:hover,
#main .gall .next:hover {
  opacity: 0.8;
}
#main .gall .next {
  left: auto;
  right: 15px;
}
#main .gall {
  position: relative;
}
#main .video-ch iframe {
  width: 100% !important;
  display: block;
}
#main .video-ch {
  position: relative;
  background: #e8e4db;
}
#main .video-ch > div > button {
  margin: -22px 0 0 -174px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  cursor: pointer;
  background: #d17b99;
  color: #fff;
  border: none;
  padding: 0;
  width: 348px;
  height: 44px;
  font: 16px/44px Apercu-Bold, Arial, sans-serif;
}
#main .video-ch > div > button:hover {
  background: #ff9ba7;
}
.home .form {
  margin-top: 38px;
}
.home .form .shadow {
  margin-left: 0;
}
.form {
  position: relative;
  z-index: 7;
  margin: -87px auto 14px;
  max-width: 1418px;
}
.form:after {
  display: block;
  clear: both;
  content: "";
}
.form .row {
  float: left;
  margin: 0;
}
.form .date-row {
  margin: 0;
  position: relative;
  float: left;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  overflow: hidden;
  background: #fff;
  padding: 4px;
}
.form .date-row .row {
  margin: 0;
}
.form .date-row .icon {
  float: left;
  margin: 9px 8px 0 7px;
}
.form .date-row .icon img {
  vertical-align: top;
}
.form .date-row label {
  float: left;
  background: #fff url("assets/img/bg-input.gif") no-repeat -20px 100%;
  padding: 10px 0px 10px 0;
  color: #cacaca;
  font: 14px/16px Apercu, Arial, sans-serif;
}
.form .row input[type="text"] {
  background: #fff url("assets/img/bg-input.gif") no-repeat -20px 100%;
  background-size: 232px 6px;
  float: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  width: 151px;
  padding: 5px 4px;
  height: 26px;
  color: #000;
  font: 14px/26px Apercu, Arial, sans-serif;
}
.form .date-row input.date {
  background: #fff url("assets/img/bg-input.gif") no-repeat -20px 100%;
  background-size: 232px 6px;
  float: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  width: 151px;
  padding: 5px 4px;
  height: 26px;
  color: #000;
  font: 14px/26px Apercu, Arial, sans-serif;
}
.form .row input[type="text"]::-webkit-input-placeholder,
.form .date-row input.date::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.form .row input[type="text"]::-moz-placeholder,
.form .date-row input.date::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.form .row input[type="text"]:-ms-input-placeholder,
.form .date-row input.date:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.form .row input[type="text"]:-moz-placeholder,
.form .date-row input.date:-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.form .row input[type="submit"] {
  float: left;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  cursor: pointer;
  background: #d17b99;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  width: 121px;
  height: 44px;
  font: 16px/44px Apercu-Bold, Arial, sans-serif;
}
.form .row input[type="submit"]:hover {
  background: #ff9ba7;
}
.form .shadow {
  -webkit-box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  float: left;
  margin: 0 22px;
}

.content .img-gall {
  margin: 0 0 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.content .img-gall .gmask {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content .img-gall .gmask ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
}
.content .img-gall .gmask ul li {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.content .img-gall .gmask ul li.active {
  z-index: 2;
}
.content .img-gall .gmask ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.content .img-gall .gmask ul li .capture {
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #eee;
  color: #4a4a4a;
  font: 12px/14px Apercu-Medium, Arial, sans-serif;
}
.content .img-gall .gmask ul li .ar-h {
  position: relative;
  overflow: hidden;
  float: right;
  width: 64px;
  height: 34px;
  background: #fe475d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: -49px 12px 0 0;
}
.content .img-gall .gmask ul li .ar-h a {
  width: 32px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  background: url("assets/img/bg-arrows3.png") no-repeat;
}
.content .img-gall .gmask ul li .ar-h a.next {
  background-position: -32px 0;
}
.content .img-gall .gmask ul li .ar-h a:hover {
  background-color: #d2536f;
}

#main .partners {
  background: #fff;
  position: relative;
  margin: 186px -9999px -38px;
  padding: 0 9999px 107px;
}
#main .partners h2 {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}
#main .partners:after {
  content: ""; /*background:url('assets/img/bg-partners.png') no-repeat 50% 0;*/
  background: #fff;
  background-size: 100% 111px;
  height: 111px;
  width: 100%;
  position: absolute;
  top: -60px;
  left: 0;
}
#main .logos-list {
  margin: 0 0 0px -1px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#main .logos-list li {
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 0 0;
  width: 16.67%;
}
#main .logos-list li a {
  min-height: 88px;
  display: block;
  line-height: 87px;
  vertical-align: middle;
}
#main .logos-list li span {
  display: block;
  line-height: 87px;
  vertical-align: middle;
}
#main .logos-list li img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#main .partner-h {
  margin: 0 0 16px;
  overflow: hidden;
}
#main .more {
  position: relative;
  float: left;
  padding: 7px 38px 7px 12px;
  color: #c4c4c4;
  font: 14px/20px Apercu-Medium, Arial, sans-serif;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#main .more:after {
  width: 6px;
  height: 11px;
  content: "";
  background: url(assets/img/icons.png) no-repeat 0 -600px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#main .more:hover {
  color: #000;
  border-color: #000;
}
#main .more:hover:after {
  background-image: url("assets/img/bg-ar-h.png");
  background-position: 0 0;
}
#main .promotion-list {
  margin: 0 -2% 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#main .post-list .prom-box,
#main .prom-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 31.4%;
  margin: 0 1.7% 27px 0;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main .post-list .prom-box .img-h,
#main .prom-box .img-h {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .prom-box.form .img-h {
  height: 100%;
  background: #7c2b4c;
}
#main .prom-box .img-h:after {
  background-size: 100% 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.logged-in #main .prom-box.view1 .img-h:after,
#main .prom-box.view1 .img-h:after {
  background: #722b6d;
}
.logged-in #main .prom-box.view2 .img-h:after,
#main .prom-box.view2 .img-h:after {
  background: #7c2b4c;
}
.logged-in #main .prom-box.view3 .img-h:after,
#main .prom-box.view3 .img-h:after {
  height: 100%;
  background: #d17b99;
}

#main .prom-box .img-h img {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  display: block;
}
#main .post-list .prom-box .text-h,
#main .prom-box .text-h {
  color: #e8e4db;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 16px 22px 106px;
}
#main .prom-box .text-h .b_part {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 100%;
}
#main .post-list .prom-box .text-h .cat,
#main .prom-box .text-h .cat {
  margin: 0 0 8px;
  display: block;
  font: 14px/20px Apercu-Bold, Arial, sans-serif;
  color: #e8e4db;
}
#main .post-list .prom-box .text-h .cat a,
#main .prom-box .text-h .cat a {
  color: #fff;
}
#main .prom-box .text-h .cat ul {
  margin: 0;
}
#main .post-list .prom-box .text-h h3,
#main .prom-box .text-h h3 {
  max-width: 299px;
  font: 30px/34px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
  margin: 0 0 16px;
  color: #e8e4db;
}
#main .post-list .prom-box .text-h h3 a,
#main .prom-box .text-h h3 a {
  color: #e8e4db;
}
#main .post-list .prom-box .text-h p,
#main .prom-box .text-h p {
  color: #e8e4db;
  margin: 0 0 10px;
  font: 12px/16px Apercu, Arial, sans-serif;
}
#main .post-list .prom-box .price,
#main .prom-box .text-h .price {
  max-width: calc(100% - 210px);
  padding: 35px 0 0 22px;
  float: left;
  color: #e8e4db;
  font: 12px/16px Apercu, Arial, sans-serif;
}
#main .post-list .prom-box .price span,
#main .prom-box .text-h .price span {
  padding: 5px 0 0;
  display: block;
  color: #e8e4db;
  font: 30px/34px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
}
#main .post-list .prom-box .btn,
#main .prom-box .text-h .btn {
  position: relative;
  margin: 47px 22px 0 auto;
  float: right;
  padding: 7px 40px 7px 11px;
  color: #fff;
  font: 14px/20px Apercu-Medium, Arial, sans-serif;
  border: 1px solid #fe475d;
  background: #fe475d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#main .post-list .prom-box .btn:hover,
#main .prom-box .text-h input[type="submit"]:hover,
#main .prom-box .text-h .btn:hover {
  background-color: #e95476;
}
#main .prom-box.view2 .text-h input[type="submit"]:hover,
#main .prom-box.view2 .text-h .btn:hover {
  background-color: #ff9ba7;
}
#main .prom-box .text-h .btn,
#main .prom-box.view2 .text-h .btn {
  background-image: none;
}
#main .prom-box .text-h .btn:after {
  background: url(assets/img/icons.png) no-repeat 0 -484px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  right: 10px;
  width: 12px;
  height: 11px;
  margin-top: 1px;
}
#main .prom-box .text-h label {
  display: none;
}
#main .prom-box .text-h input {
  background: #fff url("assets/img/icons.png") no-repeat 102% -471px;
  background-size: 232px 6px;
  float: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  width: 228px;
  padding: 5px 7px;
  height: 26px;
  color: #000;
  font: 14px/26px Apercu, Arial, sans-serif;
}
#main .prom-box .text-h input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
}
#main .prom-box .text-h input::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
#main .prom-box .text-h input:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
#main .prom-box .text-h input:-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
#main .prom-box .text-h input[type="submit"] {
  border-color: #fe475d;
  background: #fe475d /* url('assets/img/icons.png') no-repeat 102% -471px;*/;
  border: 1px solid #fe475d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font: 14px/34px Apercu-Medium, Arial, sans-serif;
  color: #fff;
  height: 36px;
  width: 137px;
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 0 21px 0 9px;
}
#main .prom-box .gform_wrapper {
  overflow: hidden;
  padding: 68px 0 0;
}
#main .prom-box .gform_body {
  overflow: hidden;
}
#main .prom-box .gform_footer {
  overflow: hidden;
}
#main .prom-box .gform_body ul {
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#main .prom-box .gform_body ul li {
  background: none;
  margin: 0;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
#main .prom-box.view2 .text-h .btn {
  background-image: none;
}
#main .prom-box .text-h li.gfield_error input[type="text"] {
  -webkit-box-shadow: inset 0 0 6px 6px #e294a3;
  box-shadow: inset 0 0 6px 6px #e294a3;
}
.validation_message,
.validation_error {
  display: none;
}
.home .gallery {
  background: #7c2b4c;
}
.gallery {
  background: #290f26;
  width: 100%;
  overflow: hidden;
  position: relative; /*background: url('assets/img/bg-gallery.jpg') no-repeat 50% -240px;*/
  background-size: cover;
}
/*.home .gallery:after{z-index:5;height:125px;width:100%;background: url('assets/img/bg-gallery2.png') no-repeat 50% 0;background-size:100% 125px;position:absolute;left:0;bottom:0;content:'';}*/
.single .gallery:after {
  display: none;
  z-index: 5;
  height: 125px;
  width: 100%;
  background: url("assets/img/bg-gallery2.png") no-repeat 50% 0;
  background-size: 100% 125px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

/*.logged-in.home .gallery:after, .logged-in.single .gallery:after {background-image:url('assets/img/bg-gallery2-flipped.png')}*/
.logged-in.form {
  margin-bottom: 33px;
}
.gallery .gmask ul:after,
.gallery .gmask:after {
  display: block;
  clear: both;
  content: "";
}
.gallery .gmask {
  margin: 0 auto;
  position: relative; /* max-width: 1418px;*/
}
.gallery .gmask > h1 {
  text-align: center;
  max-width: 1383px;
  margin-left: auto;
  margin-right: auto;
}
.gallery .gmask ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.gallery .gmask ul li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery .gmask ul li.active {
  z-index: 2;
}

.gallery .gmask ul li .text-h {
  width: 31%;
}
.gallery .gmask ul li .img-h {
  width: 54%;
  float: left; /*width:calc(60% + 50vw - 50%);*/
  padding: 95px 0 0; /*margin-left: calc(50% - 50vw);*/
  float: left;
  margin-right: 48px;
  position: relative;
}
.gallery.fullwidth .gmask ul li .img-h {
  width: calc(54% + 50vw - 50%);
  margin-left: calc(50% - 50vw);
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.gallery.fullwidth .gmask ul li .img-h img {
  object-position: 100% 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  width: auto;
  margin: 0 auto;
}
.gallery.fullwidth .gmask ul li:only-child {
  position: relative;
}
.home .gallery.fullwidth .gmask ul li .img-h a {
  height: auto;
}
.home .gallery.fullwidth .gmask ul li .img-h {
  min-height: 1px;
  margin: 0 auto;
}
.gallery .gmask ul li .img-h a {
  display: block;
  height: 100%;
}
.gallery .gmask ul li .img-h a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gmask ul li .img-h a.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 40px;
}
.gallery .gmask ul li .img-h a.play-btn svg {
  width: 100px;
  height: 100px;
  transition: ease 350ms all;
}
.gallery .gmask ul li .img-h a.play-btn:hover svg {
  width: 120px;
  height: 120px;
}
.gallery .gmask ul li img {
  vertical-align: top;
}
.gallery .gmask ul li .text-h,
.gallery .gmask .text-h2 {
  overflow: hidden;
  padding: 145px 0 155px;
}
.gallery .gmask .text-h2 {
  padding: 250px 0 100px;
}

.single-calendrier .gallery {
  overflow: visible;
  float: left;
}
.single-calendrier .gallery .gmask {
  overflow: visible;
}
.gallery .gmask .cat {
  display: block;
  font: 18px/22px Apercu, Arial, sans-serif;
  margin: 0 0 25px;
}
.gallery span.cat a {
  color: #f1c1c5;
  letter-spacing: 1px;
}
.gallery .gmask .cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.gallery .gmask .cat ul li {
  float: left;
  margin: 0 10px 0 0;
  position: static;
  width: auto;
}
.gallery .gmask .cat ul li a {
  color: #fff;
}
.single .gallery .gmask h1 {
  font: 60px/64px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
  margin: 0 0 26px;
  color: #fff;
}
.gallery .gmask h2 {
  font: 60px/64px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
  margin: 0 0 26px;
  color: #fff;
}
.gallery .gmask h2 a {
  color: #fff;
}
.gallery span.cat a:hover,
.gallery .gmask h2 a:hover {
  opacity: 0.8;
}
.gallery .gmask ul li .author {
  margin: 0 0 29px;
  display: block;
  color: #fff;
  font: 26px/30px Apercu, TiemposText, Arial, sans-serif;
}
.gallery .gmask ul li .author:before {
  float: left;
  color: #fff;
  content: "—";
  margin: 0 6px 0 0;
}
.gallery .gmask ul li .btn {
  position: relative;
  float: left;
  padding: 17px 69px 17px 27px;
  color: #fff;
  font: 18px/20px Apercu, Arial, sans-serif;
  border: 1px solid #fe475d;
  background: #fe475d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.gallery .gmask ul li .btn:after {
  background: url(assets/img/icons.png) no-repeat 0 -484px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  right: 26px;
  width: 12px;
  height: 11px;
  margin-top: 1px;
}
.gallery .gmask ul li .btn:hover {
  background-color: #ff9ba7;
}
.single .gallery {
  background: #290f26; /*.background: url('assets/img/bg-single.jpg') no-repeat 50% 0;*/
  background-size: cover;
  z-index: 9;
}
.home .gallery {
  background-position: 50% 0;
}
.gallery h1 {
  border: none;
  font: 50px/54px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
  margin: 176px 0 101px 28px;
  color: #fff;
}
.post-type-archive-calendrier .gallery h1 {
  margin-bottom: 160px;
  text-align: left;
}
/*.gallery:after{z-index:5;height:81px;width:100%;background: url('assets/img/bg-top.png') no-repeat 50% 0;background-size:100% 81px;position:absolute;left:0;bottom:0;content:'';}*/
.gallery .nav-h {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.gallery .nav-h .prev,
.gallery .nav-h .next {
  position: relative;
  margin: 0 22px 0 0;
  padding: 18px;
  float: left;
  border: 1px solid #fddee5;
  border-radius: 6px;
  -webkit-border-radius: 5px;
}
.gallery .nav-h .next {
  position: relative;
  color: #fff;
  font: 14px/20px Apercu-Medium, Arial, sans-serif !important;
  padding: 8px 37px 8px 13px;
}
.gallery .nav-h .next:after {
  width: 7px;
  height: 11px;
  background: url(assets/img/icons.png) no-repeat 100% -483px;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.gallery .nav-h .prev:after {
  width: 7px;
  height: 11px;
  background: url(assets/img/icons.png) no-repeat 0 -431px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.gallery .nav-h .prev span,
.gallery .nav-h .next span {
  margin: -10px 0 -10px -5px;
  text-indent: 0;
  font: 14px/20px Apercu-Medium, Arial, sans-serif;
  color: #fcdce4;
  float: left;
  padding: 0 13px 0 0;
}
.gallery .nav-h .prev.disabled,
.gallery .nav-h .next.disabled {
  display: none;
}
.gallery .nav-h .prev:hover,
.gallery .nav-h .next:hover {
  background-color: #fe475d;
}

.gallery.fullwidth .nav-h {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 10px;
}
.gallery.fullwidth .nav-h .next {
  padding: 15px;
}
.gallery.fullwidth .nav-h .prev {
  padding: 15px;
}
.gallery.fullwidth .nav-h .prev::after {
  background-position: -1px -431px;
}

.gallery .gmask ul li .text-h,
.gallery .gmask .text-h2 {
  width: 31%;
  position: relative;
}
.gallery .gform_wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1418px;
  margin: 0 0 0 -709px;
}
.gallery .gform_body {
  float: left;
}
.gallery .gform_footer {
  float: left;
}
.gallery .gform_body ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery .gform_body ul li {
  float: left;
  margin: 0 10px 0 0;
}
.gallery .gform_body ul label {
  float: left;
}

.gallery .img {
  float: left;
  width: calc(60% + 50vw - 50%);
  padding: 105px 0 0;
  margin-left: calc(50% - 50vw);
}
.gallery .img img {
  width: 100%;
  height: auto;
}
.gallery .text-h2 {
  overflow: hidden;
}
.single-h:after {
  display: block;
  clear: both;
  content: "";
}
.single-h {
  position: relative;
  z-index: 8;
  margin: 0 auto;
  max-width: 1132px;
  padding: 0 0 13px;
}
.single-h .left {
  width: 69.5%;
  float: left;
  padding-top: 30px;
}
.single-calendrier .gallery .right {
  width: 23%;
  float: left;
  margin: 159px 0 -9999px 7%;
  position: relative;
  z-index: 20;
}
.single-h .sidebar {
  float: left;
  width: 206px;
  margin: 0 23px 0 0;
}
.single-h .sidebar .social {
  background: #f7e9ec;
  border-radius: 4px;
  -webkit-border-rdius: 4px;
  margin: 0 0 20px;
  padding: 14px 0 13px 2px;
  overflow: hidden;
}
.single-h .sidebar .social .sharethis-inline-share-buttons,
.single-h .sidebar .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.single-h .sidebar .social .sharethis-inline-share-buttons .st-btn,
.single-h .sidebar .social ul li {
  float: left;
  margin: 0 6px 0 10px !important;
}
#st-1 .st-btn:hover {
  top: 0 !important;
}
.single-h .sidebar .social .sharethis-inline-share-buttons .st-btn,
.single-h .sidebar .social ul li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 22px !important;
  background: url("assets/img/bg-social2.png") no-repeat !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="sharethis"],
.single-h .sidebar .social ul li a.share {
  background-position: 0 0 !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="email"],
.single-h .sidebar .social ul li a.mail {
  background-position: -37px 0 !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="googleplus"],
.single-h .sidebar .social ul li a.google {
  background-position: -76px 0 !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="twitter"],
.single-h .sidebar .social ul li a.twitter {
  background-position: -113px 0 !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="facebook"],
.single-h .sidebar .social ul li a.facebook {
  background-position: -150px 0 !important;
}

.single-h .sidebar .social {
  background: #f7e9ec;
  border-radius: 4px;
  -webkit-border-rdius: 4px;
  margin: 0 0 20px;
  padding: 14px 0 13px 2px;
  overflow: hidden;
}
.single-h .sidebar .social .sharethis-inline-share-buttons,
.single-h .sidebar .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.single-h .sidebar .social .sharethis-inline-share-buttons .st-btn,
.single-h .sidebar .social ul li {
  float: left;
  margin: 0 6px 0 10px !important;
}
#st-1 .st-btn:hover {
  top: 0 !important;
}
.single-h .sidebar .social .sharethis-inline-share-buttons .st-btn,
.single-h .sidebar .social ul li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 22px !important;
  background: url("assets/img/bg-social2.png") no-repeat !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="sharethis"],
.single-h .sidebar .social ul li a.share {
  background-position: 0 0 !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="email"],
.single-h .sidebar .social ul li a.mail {
  background-position: -37px 0 !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="googleplus"],
.single-h .sidebar .social ul li a.google {
  background-position: -76px 0 !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="twitter"],
.single-h .sidebar .social ul li a.twitter {
  background-position: -113px 0 !important;
}
.single-h
  .sidebar
  .social
  .sharethis-inline-share-buttons
  .st-btn[data-network="facebook"],
.single-h .sidebar .social ul li a.facebook {
  background-position: -150px 0 !important;
}

.single-h .sidebar .social > span {
  float: left;
  margin: 0 0 0 10px;
}
.single-h .sidebar .social .stButton {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 22px;
  background: url("assets/img/bg-social2.png") no-repeat;
}

.single-h .sidebar .social .st_sharethis_large .stButton {
  background-position: 0 0;
}
.single-h .sidebar .social .st_email_large .stButton {
  background-position: -37px 0;
}
.single-h .sidebar .social .st_googleplus_large .stButton {
  background-position: -76px 0;
}
.single-h .sidebar .social .st_twitter_large .stButton {
  background-position: -113px 0;
}
.single-h .sidebar .social .st_facebook_large .stButton {
  background-position: -150px 0;
}

.single-post .gallery .img img {
  max-width: 100%;
  height: auto;
}
.single-post .gallery .gmask .text-h2 {
  padding-left: 30px;
}

.single-h .sidebar .red {
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #fe475d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.single-h .sidebar .red .text {
  padding: 16px;
  overflow: hidden;
  color: #fe475d;
  font: 14px/18px Apercu-Medium, Arial, sans-serif;
}
.single-h .sidebar .red .text {
  margin: 0;
}
.single-h .sidebar .red .text strong {
  display: block;
  font: 14px/18px Apercu-Bold, TiemposText, Arial, sans-serif;
}
.single-h .sidebar .red .link {
  color: #ea5c7c;
  border-top: 1px solid #fe475d;
  display: block;
  padding: 7px 13px;
  background: url("assets/img/bg-red.png") no-repeat 100% 50%;
  font: 14px/18px Apercu-Medium, Arial, sans-serif;
}
.single-h .sidebar .info {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.single-h .sidebar .info dt {
  display: block;
  margin: 0 0 -1px;
  color: #7c2b4c;
  font: 12px/20px Apercu-Medium, Arial, sans-serif;
}
.single-h .sidebar .info dd {
  display: block;
  margin: 0 0 13px;
  color: #290f26;
  font: 12px/20px Apercu, Arial, sans-serif;
}
.single-h .sidebar .info dd a {
  color: #000;
  text-decoration: underline;
}
.single-h .sidebar .info dd a:hover {
  text-decoration: none;
}
.single-h .content {
  overflow: hidden;
  color: #7c2b4c;
}
.single-h .links_list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.single-h .links_list li {
  vertical-align: top;
  overflow: hidden;
}
.single-h .links_list li a {
  text-decoration: underline;
  color: #141313;
  font: 16px/18px Apercu-Medium, Arial, sans-serif;
}
.single-h .links_list li a:hover {
  text-decoration: none;
}
.single-h .note {
  display: block;
  padding: 23px 30px;
  overflow: hidden;
  background: #e8e4db;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #7c2b4c;
  font: 14px/18px Apercu-Medium, Arial, sans-serif;
  margin: 0 0 36px;
}
.single-h blockquote {
  display: block;
  background: none;
  padding: 0;
  margin: 0 0 49px;
  border: none;
}
.single-h blockquote q {
  quotes: none;
  display: block;
  margin: 0 0 14px;
  color: #7c2b4c;
  font: 700 36px/48px "Obviously Blck", TiemposText, Arial, sans-serif;
}
.single-h blockquote cite {
  display: block;
  color: #ae48a6;
  font: 16px/20px Apercu, Arial, sans-serif;
  margin: 0;
}
.single-h .content p {
  margin: 0 0 20px;
}
.single-h .content p a {
  color: #000;
  text-decoration: underline;
}
.single-h .content iframe {
  width: 100% !important;
  display: block;
}
.single-calendrier .gallery .right .cat {
  color: #fff;
  text-transform: uppercase;
  font: 16px/20px Apercu, Arial, sans-serif;
  margin: 0 0 0px;
  display: block;
}
.single-calendrier .gallery .right .cat ul {
  margin: 0;
}
.single-calendrier .gallery .right .cat ul li a {
  color: #fff;
}
.single-calendrier .gallery .right .cat ul li {
  width: auto;
  vertical-align: top;
  overflow: hidden;
}
#main .single-h .content h2 {
  margin-top: 56px;
  margin-bottom: 13px;
}
.single-calendrier .gallery .right h1 {
  color: #e8e4db;
  margin: 0 -87px 24px 0;
  font: 45px/52px "Obviously Blck", "Obviously Blck", TiemposHeadline-Black,
    Arial, sans-serif;
}
.single-calendrier .gallery .right h2 {
  color: #e8e4db;
  margin: 0 -87px 24px 0;
  font: 45px/52px "Obviously Blck", "Obviously Blck", TiemposHeadline-Black,
    Arial, sans-serif;
}
.single-calendrier .gallery .right .author {
  margin: 0 -89px 41px 0;
  display: block;
  color: #fff;
  font: italic 36px/40px Apercu, TiemposText, Arial, sans-serif;
}
.single-calendrier .gallery .right .author:before {
  float: left;
  color: #fff;
  content: "—";
  margin: 0 6px 0 0;
}
.single-calendrier .gallery .right .block {
  padding: 0 20px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #e8e4db;
  -webkit-box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
}
.single-calendrier .gallery .right .block .box {
  margin: 0 -20px;
  padding: 25px 25px 16px;
  border-top: 1px solid #e3e3e3;
}
.single-calendrier .gallery .right .block .box:first-child {
  border: none;
}
.single-calendrier .gallery .right .block .box h3 span.month {
  text-transform: none;
}
.single-calendrier .gallery .right .block .box .capture {
  opacity: 0.5;
  font: 14px/18px Apercu, Arial, sans-serif;
  margin: 0;
  color: #000;
}
.single-calendrier .gallery .right .block .box p {
  font: 14px/18px Apercu, Arial, sans-serif;
  margin: 5px 0;
  color: #000;
}
.single-calendrier .gallery .right .block .box h3 {
  color: #290f26;
  font: 14px/18px Apercu-Medium, Arial, sans-serif;
  margin: 0 0 13px;
}
.single-calendrier .gallery .right .block .box + .box {
  padding-top: 0;
}

.single-calendrier .gallery .right .block .box h3 span {
  text-transform: capitalize;
}
.single-calendrier .gallery .right .block .box h4 {
  font: 12px/18px Apercu, Arial, sans-serif;
  margin: 0 0 8px;
  color: #7c2b4c;
}
.single-calendrier .gallery .right .block .box dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.single-calendrier .gallery .right .block .box dt {
  position: relative;
  clear: both;
  float: left;
  color: #000;
  font: 12px/22px Apercu, Arial, sans-serif;
}
.single-calendrier .gallery .right .block .box dt span {
  float: left;
  background: #e8e4db;
  padding: 0 9px 0 0;
  position: relative;
  z-index: 2;
}
.single-calendrier .gallery .right .block .box dt:after {
  overflow: hidden;
  content: "";
  margin: 0 -9999px 0 0;
  z-index: 1;
  padding: 0 9999px 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  height: 1px;
  background: #e95476;
}
.single-calendrier .gallery .right .block .box dd {
  position: relative;
  z-index: 2;
  padding: 0 0 0 20px;
  background: #e8e4db;
  margin: 0 0 11px;
  float: right;
  color: #000;
  font: 14px/22px "Obviously Blck", TiemposText, Arial, sans-serif;
}
.single-calendrier .gallery .right .block .btn {
  height: auto;
  border-radius: 0;
  text-transform: none;
  text-align: left;
  display: block;
  margin: 0 -20px;
  font: 14px/18px Apercu-Medium, Arial, sans-serif;
  background: #f1c1c5 url("assets/img/bg-btn.png") no-repeat 100% 50%;
  padding: 16px 31px 16px 27px;
  color: #6b3e67;
}
.single-calendrier .gallery .right .block .btn:hover {
  opacity: 0.8;
}
.single-calendrier .gallery .right .block > form {
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
}
.single-calendrier .gallery .right .block > form select {
  width: 100%;
}
.single-calendrier .gallery .right .block > form .select-area {
  width: 100% !important;
}
.single-calendrier .gallery .right .block > form input[type="submit"] {
  width: 100%;
  border: none;
  text-align: left;
  padding: 0 0 0 27px;
  display: block;
  margin: 0;
  font: 14px/44px Apercu-Medium, Arial, sans-serif;
  background: #ee90e6 url("assets/img/bg-btn.png") no-repeat 100% 50%;
  cursor: pointer;
  color: #6b3e67;
  height: 44px;
}
.single-calendrier .gallery .right .block > form input[type="submit"]:hover {
  opacity: 0.8;
}
.single-calendrier .gallery .right .block .btn-phone-buy {
  display: block;
  padding: 16px 27px 18px;
  margin: 0 -20px;
  font: 14px Apercu-Medium, Arial, sans-serif;
  background: #ee90e6 url("assets/img/bg-btn.png") no-repeat 100% 50%;
  color: #6b3e67;
}
.single-calendrier .gallery .right .block .btn-phone-buy span {
  color: #fff;
}
.single-calendrier .gallery .right .block .btn-phone-buy:hover {
  opacity: 0.8;
}
.single-calendrier .gallery .right .block .btn.big {
  padding: 16px 31px 16px 27px;
  color: #fff;
  font-size: 14px;
  background: #fe475d url("assets/img/bg-btn2.png") no-repeat 100% 50%;
  height: auto;
  border-radius: 0;
}
.single-calendrier .block .default .btn {
  opacity: 0.5 !important;
}
.single-bottom {
  overflow: hidden;
  margin: 0 -9999px -111px;
  padding: 107px 9999px;
  background: #f7e8ec /* url('assets/img/bg-single-b.gif') no-repeat 50% 0*/;
  background-size: 2200px 83px;
}
.single-bottom .form .row:first-child {
  margin-left: 0;
}
#main .single-bottom .post-list li.more {
  background: #f7e8ec;
}
#main .single-bottom .section:first-child .post-list {
  width: 69.5%;
  float: left;
}
#main .single-bottom .section:first-child .post-list li {
  width: 22%;
  margin-right: 2%;
}
#main .single-bottom .section:first-child .promotion-list {
  margin: 0;
}
#main .single-bottom .section:first-child .prom-box {
  width: 97%;
}
#main .single-bottom .section:first-child {
  margin-bottom: 0;
}

/* Content*/
#content {
  float: left;
  overflow: hidden;
  padding: 0 0 20px;
  width: 550px;
}
#content ul {
  list-style: disc;
  margin: 0 0 1em 18px;
}
#content ol {
  list-style: decimal;
  margin: 0 0 1em 22px;
}

.single-calendrier .gallery .right .block,
.bottom-cta {
  margin-bottom: 20px;
}
.bottom-cta svg {
  display: none;
}
.bottom-cta {
  background: #d17b99;
  width: 100%;
  color: #e8e4db;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.bottom-cta .title-hold {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 -30px;
}

.bottom-cta .text-hold .wrap {
  background: #d17b99;
  margin: -10px 0 0 0;
  padding: 20px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.bottom-cta .text-hold p {
  font-size: 18px;
  margin: 0 0 10px;
}
.bottom-cta .title-hold h3 {
  font-size: 25px;
}
.bottom-cta strong.add-text {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
}
.bottom-cta a.arrow-link img {
  width: 34px;
  height: auto;
}

/* Post */
#content .post {
  border-bottom: 1px solid #ccc;
  margin: 0 0 25px;
}
#content .post .meta {
  font-style: italic;
}
#content .post h1 {
  border: 0;
  margin: 0;
}
#content .sticky {
  background: #f5efca;
}

/* Pagination */
#content #prev-next {
  list-style: none;
}
#content #prev-next #prev {
  float: left;
}
#content #prev-next #next {
  float: right;
}

/* Sidebar */
#sidebar {
  float: right;
  padding: 10px 0 20px;
  width: 200px;
}
#sidebar ul {
  list-style: none;
  margin: 0 0 1em 18px;
}
#sidebar ul ul {
  list-style: disc;
}

/* Footer */
#footer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#footer .gform_confirmation_message {
  float: left;
  color: #fff;
}
#footer .top {
  width: 100%;
  overflow: hidden; /*background:url('assets/img/bg-footer.png') no-repeat 50% 0;*/
  background: #290f26;
  background-size: 100% 281px;
  padding: 34px 0 38px;
}
#footer .bottom {
  padding: 40px 0 40px;
  background: #7c2b4c /*url('assets/img/bg-bottom.gif') no-repeat 50% 0*/;
  background-size: 100% 38px;
  width: 100%;
  overflow: hidden;
}
#footer .h {
  max-width: 1418px;
  margin: 0 auto;
  overflow: hidden;
}
#footer .gform_wrapper {
  float: left;
  padding: 0;
}
#footer .gform_body {
  float: left;
  margin: 0 23px 0 0;
}
#footer .gform_footer {
  float: left;
  padding: 8px 0 0;
}
#footer .gform_body ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .gform_body ul li {
  float: left;
}
#footer .gform_body ul li .ginput_container {
  float: left;
  padding: 8px 0 0;
}
#footer .gform_body ul li input {
  background: #e8e4db /*url('assets/img/bg-input.gif') no-repeat 50% 100%*/;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  width: 310px;
  padding: 5px 7px;
  height: 45px;
  color: #000;
  font: 14px/35px Apercu, Arial, sans-serif;
}
#footer .gform_body ul li.gfield_error input {
  -webkit-box-shadow: inset 0 0 6px 6px #e294a3;
  box-shadow: inset 0 0 6px 6px #e294a3;
}
#footer .gform_body ul li input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
}
#footer .gform_body ul li input::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
#footer .gform_body ul li input:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
#footer .gform_body ul li input:-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
#footer .gform_body ul li label {
  float: left;
  margin: 0 31px 0 0;
  width: 291px;
  color: #fff;
  font: 28px/33px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
}
#footer .gform_footer input[type="submit"] {
  /*background: url('assets/img/icons.png') no-repeat 102% -471px;*/
  background: #fe475d;
  border: 1px solid #fe475d;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font: 16px/55px Apercu-Medium, Arial, sans-serif;
  color: #fff;
  height: 55px;
  width: 169px;
  text-align: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#footer .social li a:hover,
#footer .gform_footer input[type="submit"]:hover {
  opacity: 0.8;
}
#footer .social {
  float: right;
  margin: 25px 0px 0 0;
  padding: 0;
  list-style: none;
}
#footer .social li {
  float: left;
  margin: 0 0 0 9px;
}
#footer .social li a {
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  width: 22px;
  height: 22px;
  background: url("assets/img/icons.png") no-repeat;
}
#footer .social li a.google {
  background-position: 0 -1480px;
}
#footer .social li a.twitter {
  background-position: -38px -1480px;
}
#footer .social li a.facebook {
  background-position: -75px -1480px;
}
#footer .social li a.youtube {
  background: url("assets/img/youtube.png") no-repeat 50% 50%;
  background-size: auto 22px;
}
#footer .social li a.email {
  background: url("assets/img/bg-email.png") no-repeat 50% 50%;
  background-size: auto 22px;
}
#footer .social li a.instagram {
  background: url("assets/img/bg-instagram.png") no-repeat 50% 50%;
  background-size: auto 22px;
}
#footer .social li a.linked {
  background: url("https://theatregillesvigneault.com/wp-content/uploads/2024/02/linked.png")
    no-repeat 50% 50%;
  background-size: auto 22px;
}
#footer .social li a.tiktok {
  background: url("assets/img/tiktok.svg") no-repeat 50% 50%;
  background-size: auto 22px;
}
.page-id-36 #page {
  background: #fff;
}
.page-id-36 .gallery:after {
  background: rgba(0, 0, 0, 0) url("assets/img/bg-top-white.png") no-repeat
    scroll 50% 0;
  background-size: 100% 81px;
}
#footer .logo {
  width: 243px;
  float: left;
  margin: 0;
}
#footer .logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
#footer .bottom .left {
  float: left;
  width: 40%;
  color: #fff;
}
#footer .bottom .left h1 {
  border: none;
  margin: 0 0 24px;
  color: #fff;
  font: 28px/28px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
}
#footer .bottom .left h2 {
  border: none;
  margin: 0 0 24px;
  color: #fff;
  font: 28px/28px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
}
#footer .bottom .left p {
  color: #fff;
}
#footer .bottom .left p a {
  text-decoration: none;
  color: #fff;
}
#footer .sub_menu_hold {
  float: right;
  width: 49.5%;
  margin: 0 0 -9px;
}
#footer .sub_menu_hold .widget {
  padding: 30px 0 21px 3%;
  width: 29%;
  border-left: 1px solid #fff;
  float: left;
}
#footer .sub_menu_hold ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 14px/26px Apercu, Arial, sans-serif;
}
#footer .sub_menu_hold li {
  padding: 0 0 9px;
}
#footer .sub_menu_hold a {
  color: #fff;
  text-decoration: underline;
}
#footer .sub_menu_hold a:hover {
  text-decoration: none;
}
/* Image Alignment */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
  margin: 0 0 2px 7px;
  padding: 4px;
}
img.alignleft {
  display: inline;
  margin: 0 7px 2px 0;
  padding: 4px;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

/* 2.7+ Comments */
#comments_wrap ol {
  list-style: none;
}
#comments_wrap ol li {
  border-bottom: 1px solid #ccc;
  margin: 0 0 5px;
}
#comments_wrap .commentmetadata {
  margin: 0 0 10px;
}
#comments_wrap .comment-author {
  border-bottom: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
  padding: 0 0 3px;
  line-height: 32px;
}
#comments_wrap .comment-author img {
  float: left;
  margin: 0 10px 0 0;
}
#comments_wrap .comment-author cite {
  font-weight: bold;
}

/* Captions */
.wp-caption {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* hide original element */
.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: default;
  color: #4f4f4f;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  height: 44px;
  float: left;
  font: 14px/16px Apercu, Arial, sans-serif;
  background: #fff url("assets/img/bg-input.gif") no-repeat 10px 91%;
  background-size: 188px 6px;
}
.form select {
  width: 207px;
}
.select-area .center {
  white-space: nowrap;
  padding: 14px 10px;
  float: left;
}
.select-area.select-focus {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.select-area .select-opener {
  background: url("assets/img/icons.png") no-repeat 8px -648px;
  position: absolute;
  height: 44px;
  cursor: pointer;
  width: 35px;
  right: 0;
  top: 0;
}
.select-area.select-focus .select-opener {
  background: url("assets/img/bg-drop2-h.png") no-repeat 50% 50%;
}
.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  z-index: 2000;
}
.select-options .drop-holder {
  -webkit-box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  height: 1%;
}
.select-options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select-options ul li {
  width: 100%;
  float: left;
}
.select-options ul a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  cursor: pointer;
  font: 14px/16px Apercu, Arial, sans-serif;
  color: #ba3db0;
  height: 1%;
}
.select-options .item-selected a {
  text-decoration: none;
  background: #ba3db0;
  color: #fff;
}
.load_more {
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  margin: 20px 0 -10px;
}
.load_more a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 7px 38px 7px 12px;
  color: #c4c4c4;
  font: 14px/20px Apercu-Medium, Arial, sans-serif;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.load_more a:after {
  width: 6px;
  height: 11px;
  content: "";
  background: url(assets/img/icons.png) no-repeat 0 -600px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.load_more a:hover {
  color: #000;
  border-color: #000;
}
.load_more a:hover:after {
  background-image: url("assets/img/bg-ar-h.png");
  background-position: 0 0;
}
.form-c {
  display: none;
}

.sidebar .cat_list ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  overflow: hidden;
}
.sidebar .cat_list li {
  vertical-align: top;
  overflow: hidden;
  margin: 0 0 4px;
  font: 16px/23px Apercu, TiemposText, Arial, sans-serif;
}
.sidebar .cat_list li a {
  color: #000;
}
.sidebar .cat_list li a:hover {
  text-decoration: underline;
}

#steps {
  overflow: hidden;
}
#steps .step {
  overflow: hidden;
}
#steps .note {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
.styled-form .gform_wrapper,
.page-id-705 .gform_wrapper,
#steps .gform_wrapper {
  overflow: hidden;
  padding: 0 0 30px;
}
.styled-form_wrapper {
  overflow: hidden;
  padding: 0 0 30px;
}
.styled-form .body,
.page-id-705 .body,
#steps .gform_body {
  overflow: hidden;
}
.styled-form .footer,
.page-id-705 .footer,
#steps .gform_footer {
  overflow: hidden;
}
.styled-forms .gform_body .gform_fields,
.styled-form .gform_body ul,
.page-id-705 .gform_body ul,
#steps .gform_body ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#steps a {
  color: #ba3db0;
}
.styled-forms .gform_body .gform_fields .gfield,
.styled-form .gform_body ul li,
.page-id-705 .gform_body ul li,
#steps .gform_body ul li {
  float: left;
  overflow: hidden;
  margin: 0 0 20px;
}
.styled-forms .gform_body .gform_fields label,
.styled-forms .gform_body .gform_fields legend,
.styled-form .gform_body ul li label,
.page-id-705 .gform_body ul li label,
#steps .gform_body ul li label {
  color: #000;
  font: 16px Apercu, TiemposText, Arial, sans-serif;
}
.styled-forms .gform_body .gform_fields > div .gfield_description {
  display: block;
  clear: both;
  font-style: italic;
}
.styled-forms .gform_body .gform_fields textarea,
.styled-form .gform_body ul li textarea,
.page-id-705 .gform_body ul li textarea,
#steps .gform_body ul li textarea,
.styled-forms .gform_body .gform_fields input[type="tel"],
.styled-forms .gform_body .gform_fields input[type="email"],
.styled-forms .gform_body .gform_fields input[type="text"],
.styled-form .gform_body ul li input[type="text"],
.page-id-705 .gform_body ul li input[type="text"],
#steps .gform_body ul li input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  border: none;
  overflow: hidden;
  background: none;
  padding: 0px 7px 5px;
  height: 36px;
  color: #000;
  font: 14px/26px Apercu, Arial, sans-serif;
}
.styled-forms .gform_body .gform_fields textarea,
.styled-form .gform_body ul li textarea,
.page-id-705 .gform_body ul li textarea,
#steps .gform_body ul li textarea {
  height: 200px;
  min-width: 480px;
}
.styled-forms .gform_body .gform_fields .gfield_error input[type="tel"],
.styled-forms .gform_body .gform_fields .gfield_error input[type="email"],
.styled-forms .gform_body .gform_fields .gfield_error input[type="text"],
.styled-form .gform_body ul li.gfield_error input[type="text"],
.page-id-705 .gform_body ul li.gfield_error input[type="text"],
#steps .gform_body ul li.gfield_error input[type="text"] {
  -webkit-box-shadow: inset 0 0 6px 6px #e294a3;
  box-shadow: inset 0 0 6px 6px #e294a3;
}
.styled-forms
  .gform_body
  .gform_fields
  input[type="tel"]::-webkit-input-placeholder,
.styled-forms
  .gform_body
  .gform_fields
  input[type="email"]::-webkit-input-placeholder,
.styled-forms
  .gform_body
  .gform_fields
  input[type="text"]::-webkit-input-placeholder,
.styled-form .gform_body ul li input[type="text"]::-webkit-input-placeholder,
.page-id-705 .gform_body ul li input[type="text"]::-webkit-input-placeholder,
#steps .gform_body ul li input[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.styled-forms .gform_body .gform_fields input[type="tel"]::-moz-placeholder,
.styled-forms .gform_body .gform_fields input[type="email"]::-moz-placeholder,
.styled-forms .gform_body .gform_fields input[type="text"]::-moz-placeholder,
.styled-form .gform_body ul li input[type="text"]::-moz-placeholder,
.page-id-705 .gform_body ul li input[type="text"]::-moz-placeholder,
#steps .gform_body ul li input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.styled-forms .gform_body .gform_fields input[type="tel"]:-ms-input-placeholder,
.styled-forms
  .gform_body
  .gform_fields
  input[type="email"]:-ms-input-placeholder,
.styled-forms
  .gform_body
  .gform_fields
  input[type="text"]:-ms-input-placeholder,
.styled-form .gform_body ul li input[type="text"]:-ms-input-placeholder,
.page-id-705 .gform_body ul li input[type="text"]:-ms-input-placeholder,
#steps .gform_body ul li input[type="text"]:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.styled-forms .gform_body .gform_fields input[type="tel"]:-moz-placeholder,
.styled-forms .gform_body .gform_fields input[type="email"]:-moz-placeholder,
.styled-forms .gform_body .gform_fields input[type="text"]:-moz-placeholder,
.styled-form .gform_body ul li input[type="text"]:-moz-placeholder,
.page-id-705 .gform_body ul li input[type="text"]:-moz-placeholder,
#steps .gform_body ul li input[type="text"]:-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.styled-forms .gform_body .gform_fields label,
.styled-form .gform_body ul li label,
.page-id-705 .gform_body ul li label,
#steps .gform_body ul li label {
  float: left;
  margin: 5px 31px 0 0;
  color: #000;
}
.styled-forms .gform_body .gfield .ginput_container,
.styled-form .gform_body ul li .ginput_container,
.page-id-705 .gform_body ul li .ginput_container,
#steps .gform_body .ginput_container {
  overflow: hidden;
}
.styled-form .gform_body ul li.full li,
.page-id-705 .gform_body ul li.full li,
#steps .gform_body ul li.full li,
.styled-form .gform_body ul li.full,
.page-id-705 .gform_body ul li.full,
#steps .gform_body ul li.full {
  border: none;
  width: 100%;
}
#steps .gform_body ul li.full.needborder {
  border-bottom: 1px solid #000;
}
.styled-form .gform_body ul li .ginput_container_checkbox,
.page-id-705 .gform_body ul li .ginput_container_checkbox,
#steps .gform_body .ginput_container_checkbox {
  width: 100%;
}

.styled-forms .gform_body .gform_fields .ginput_complex {
  display: flex;
  justify-content: space-between;
}

.styled-form_wrapper .gform_body .gform_card_icon_mastercard,
.styled-form_wrapper .gform_body .gform_card_icon_visa,
#steps .gform_body .gform_card_icon_mastercard,
#steps .gform_body .gform_card_icon_visa {
  float: left;
  text-indent: -9999px;
  obverflow: hidden;
  background: url("assets/img/gf-creditcard-icons.png") no-repeat;
  width: 36px;
  height: 32px;
  margin-right: 4px;
}
.styled-form_wrapper .gform_body .gform_card_icon_mastercard,
#steps .gform_body .gform_card_icon_mastercard {
  background-position: -36px 0;
}
.styled-form_wrapper .gform_body .gform_card_icon_visa,
#steps .gform_body .gform_card_icon_visa {
  background-position: 0 0;
}
.styled-form_wrapper .gform_body .gform_card_icon_container,
#steps .gform_body .gform_card_icon_container {
  overflow: hidden;
  padding: 0 0 20px;
}
.styled-form_wrapper .gform_body .ginput_container_creditcard .ginput_full,
#steps .gform_body .ginput_container_creditcard .ginput_full {
  overflow: hidden;
  border-bottom: 1px solid #000;
  margin: 0 0 20px;
  display: block;
}
.styled-form_wrapper
  .gform_body
  .ginput_container_creditcard
  .ginput_full
  label,
#steps .gform_body .ginput_container_creditcard .ginput_full label {
  float: left;
  width: 30%;
  margin-right: 0;
  margin-top: 5px;
}
.styled-form_wrapper
  .gform_body
  .ginput_container_creditcard
  .ginput_full
  input[type="text"],
#steps
  .gform_body
  .ginput_container_creditcard
  .ginput_full
  input[type="text"] {
  float: right;
  width: 65%;
}
.styled-form_wrapper
  .gform_body
  ul
  li
  .ginput_container_creditcard
  .ginput_full.ginput_cardextras,
#steps
  .gform_body
  ul
  li
  .ginput_container_creditcard
  .ginput_full.ginput_cardextras {
  border: none;
  margin: 0;
}
.styled-form_wrapper .gform_body ul li .ginput_cardinfo_left,
.styled-form_wrapper .gform_body ul li .ginput_cardinfo_right,
#steps .gform_body ul li .ginput_cardinfo_left,
#steps .gform_body ul li .ginput_cardinfo_right {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #000;
  margin: 0 0 20px;
}
.page-id-705 .styled-form_wrapper .gform_body ul li.card-area > label,
.styled-form_wrapper .gform_body ul li.card-area > label,
#steps .gform_body ul li.card-area > label {
  float: none;
  display: block;
  margin: 0 0 20px;
}
.styled-form_wrapper .gform_body ul li.card-area .ginput_card_field {
  display: block;
  overflow: hidden;
}
.styled-form_wrapper .gform_body ul li.card-area.full,
.page-id-705 .styled-form_wrapper .gform_body ul li.card-area {
  border: none;
}
.styled-form_wrapper .gform_body ul li.card-area .ginput_full,
.page-id-705 .styled-form_wrapper .gform_body ul li.card-area .ginput_full {
  width: 100%;
  float: none;
  overflow: hidden;
}
.styled-form_wrapper .gform_body ul li .ginput_card_security_code_icon,
#steps .gform_body ul li .ginput_card_security_code_icon {
  background-image: url("assets/img/gf-creditcard-icons.png");
  background-position: 0 -128px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 23px;
  left: 6px;
  position: relative;
  top: -2px;
  width: 32px;
}
.styled-form_wrapper
  .gform_body
  .ginput_container_creditcard
  .ginput_full
  .select-area,
#steps .gform_body .ginput_container_creditcard .ginput_full .select-area {
  float: none;
  width: 31% !important;
  height: 44px;
  background: none;
  display: inline-block;
  vertical-align: top;
}
/*#steps  .gform_footer input[type="submit"]{border:1px solid #ccc;text-align:left;border-radius:4px;-webkit-border-radius:4px;font:14px/34px Apercu-Medium, Arial, sans-serif;color:#ccc;height:36px;width:127px;cursor:pointer;margin:0;padding:0;text-align:center}
#steps  .social li a:hover,
#steps  .gform_footer input[type="submit"]:hover{opacity:0.8}*/
.styled-form_wrapper
  .gform_body
  .ginput_container_creditcard
  .ginput_full
  .select-area
  .center,
#steps
  .gform_body
  .ginput_container_creditcard
  .ginput_full
  .select-area
  .center {
  padding: 14px 10px;
}
.styled-form_wrapper
  .gform_body
  .ginput_container_creditcard
  .ginput_full
  .select-area
  .select-opener {
  background-position: 50% 50%;
}

#totals span {
  margin: 0 0 0 20px;
}
#field_135074241_10 > label {
  display: none;
}
.styled-form .gform_body ul li input[type="checkbox"],
.page-id-705 .gform_body ul li input[type="checkbox"],
#steps .gform_body ul input[type="checkbox"] {
  float: left;
  width: 16px;
  height: 16px;
  margin: 3px 10px 0 0;
}
.styled-form .gform_body ul .gfield_checkbox label,
.page-id-705 .gform_body ul .gfield_checkbox label,
#steps .gform_body ul .gfield_checkbox label {
  width: auto;
  margin: 0;
  overflow: hidden;
  float: none;
  font: 16px/23px Apercu, TiemposText, Arial, sans-serif;
}
#member-tickets {
  padding: 0 0 20px;
  overflow: hidden;
}
#member-tickets input[type="text"] {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  max-width: 310px;
  padding: 5px 7px;
  height: 36px;
  color: #000;
  font: 14px/26px Apercu, Arial, sans-serif;
}
#member-tickets input[type="submit"] {
  background: none;
  border: 1px solid #ccc;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font: 14px/34px Apercu-Medium, Arial, sans-serif;
  color: #ccc;
  height: 36px;
  width: 127px;
  cursor: pointer;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: center;
}
#main .post-list li .img-h {
  margin: -2px 0 0 0px;
  width: calc(100% - 0px);
}
#main .post-list li .img-h {
  overflow: hidden;
}

.corner-ribbon {
  width: 150px;
  background: #ba3db0;
  position: absolute;
  top: 25px;
  left: -33px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  font: 13px/30px Apercu-Bold, Arial, sans-serif;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.wpb_wrapper .form {
  margin: 20px 0;
}
.wpb_wrapper .form .shadow {
  margin-left: 0;
}

.gallery.fullwidth .nav-h .next,
.gallery.fullwidth .nav-h .prev {
  background-color: #fe475d;
}
@media only screen and (min-width: 767px) {
  .home .gallery .gmask {
    max-width: 1418px;
  }
  .home .gallery .gmask ul li .img-h {
    min-height: 480px;
  }
  .home .gallery .gmask ul li .img-h a {
    height: 480px;
  }

  .home .gallery.fullwidth .gmask ul li .img-h a {
    height: auto;
  }

  .home .gallery .gmask ul li .text-h {
    width: 41%;
  }
  .home .gallery .gmask ul li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .is-sticky #header .right-mob {
    display: none !important;
  }

  #header #logo + .opener-sch {
    display: none;
    float: right;
  }
  #header .right-mob {
    position: absolute !important;
    top: 103px;
    left: 0;
    width: 100%;
    float: none;
    width: 100%;
  }
  #header .right-mob {
    padding: 0;
  }
  #header .right-mob .form {
    margin-top: 0;
  }
  #header .form .shadow {
    float: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  #header .right-mob .form .filter_form {
    padding-top: 24px;
    background: #ffe3f4;
    float: right;
    width: 400px;
  }
  #header .select-area {
    width: 260px !important;
  }
  #header .form .row.date-row {
    width: 252px;
  }
  #header .form .date-row {
    width: 252px;
    margin: 0 auto 20px;
    float: none;
    display: block;
    overflow: hidden;
  }
  #header .form .date-row {
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  #header .form .row {
    margin: 0 auto 20px;
    width: 260px;
    float: none;
    display: block;
    overflow: hidden;
  }
  #header .form .date-row .row {
    width: 252px;
  }
}
@media only screen and (max-width: 2208px) {
  #main .partners:after {
    background-size: 2200px 111px;
  }
}
@media only screen and (max-width: 1458px) {
  #main #calendar_slider.gall .gmask-h {
    overflow: visible;
  }
  #logo {
    width: 240px;
    padding: 13px;
  }
  #header .phone {
    z-index: 6;
    top: -6px;
    right: 76px;
  }
  #header .right-mob {
    top: 52px;
  }

  #main .withbig .post-list li.big_el .img-h img {
    position: relative;
    height: 100%;
    width: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #logo img {
    max-width: 100%;
    height: auto;
  }
  #nav {
    padding: 4px 59px 0 0;
  }
  #nav li a {
    padding: 16px 17px;
  }
  .is-sticky #nav {
    padding-top: 0;
  }
  .is-sticky .espace-membre,
  .is-sticky .escpace-membre:visited {
    margin-top: 11px !important;
  }
  .espace-membre,
  .escpace-membre:visited {
    margin-top: 19px !important;
  }
  .gallery .gmask ul li .img-h {
    max-width: 50%;
    padding-top: 64px;
  }
  .gallery .nav-h {
    position: static;
    clear: both;
    padding: 20px 0 0;
  }
  .gallery.fullwidth .nav-h {
    position: absolute;
  }
  .gallery .gmask ul li .img-h img {
    width: 100%;
    height: auto;
    display: block;
  }
  #main {
    padding: 0 20px;
  }
  #main .post-list li {
    margin: 0 1.4% 26px 0;
  }
  #main .post-list li.withlist .date-hold,
  #main .post-list li .date-hold {
    background: none;
  }
  #main .prom-box .gform_wrapper {
    padding: 11px 0 0;
  }
  .single-calendrier .gallery .right h2 {
    font-size: 39px;
    line-height: 56px;
  }
  .single-h .right {
    margin: -41% 0 0;
  }
  .single-calendrier .gallery .right .author,
  .single-calendrier .gallery .right h2 {
    margin-right: 0;
  }
  .gallery .img img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .gallery h1 {
    margin: 109px 0 72px;
    padding: 0 20px;
  }
  .gallery {
    background-position: 50% 0;
  }
  .is-sticky #logo {
    width: 31px;
    padding: 4px 9px 5px;
    overflow: hidden;
  }
  .is-sticky #logo img {
    width: 235px;
    max-width: 1000%;
  }

  .single-calendrier .gallery .right {
    float: right;
    margin: 159px 20px -9999px 0;
    width: 27%;
  }

  #footer .h {
    padding: 0 20px;
  }
  .gallery .gmask h1,
  .single-calendrier .gallery .right h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 15px;
  }

  .gallery .gmask h2,
  .single-calendrier .gallery .right h2 {
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 1360px) {
  #nav li {
    font-size: 11px;
  }

  .is-sticky .espace-membre,
  .is-sticky .escpace-membre:visited {
    margin-top: 11px !important;
  }
  .espace-membre,
  .escpace-membre:visited {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 1260px) {
  #nav li a {
    padding: 16px 8px;
  }
  #header .phone {
    right: 66px;
  }
  #main .post-list .prom-box,
  #main .prom-box {
    margin-right: 1.5%;
  }
}
@media only screen and (max-width: 1160px) {
  #nav li a {
    padding: 16px 7px;
    font-size: 9px;
  }
  .is-sticky #nav > li > a {
    padding: 12px 7px 11px;
  }
}
@media only screen and (max-width: 980px) {
  #main .video-ch > div > button {
    margin: -30px 0 0 -124px;
    width: 248px;
    line-height: 24px;
    height: 60px;
  }
  .espace-membre,
  .escpace-membre:visited {
    margin-left: 39px !important;
    z-index: 3;
    font-size: 9px !important;
    margin-top: 16px !important;
  }
  .gallery .gmask h2,
  .single-calendrier .gallery .right h2 {
    margin: 0 0 10px;
  }
  .gallery .gmask ul li .text-h,
  .gallery .gmask .text-h2 {
    width: 32%;
  }
  .gallery .nav-h {
    position: static;
    clear: both;
    padding: 20px 0 0;
  }
  .single-calendrier .gallery .right {
    margin: 94px 20px -9999px 0;
  }
  #nav li {
    font-size: 10px;
  }
  #nav {
    padding: 0 52px 0 0;
  }
  #footer .gform_body ul li label {
    font-size: 18px;
    width: 180px;
  }
  #footer .h {
    padding: 0 20px;
  }
  #nav li a {
    padding: 16px 4px;
    font-size: 9px;
  }
  #logo {
    width: 130px;
    padding: 16px 13px;
  }
  .gallery .img {
    padding: 98px 0 0;
  }
  #header .phone {
    right: 54px;
    font-size: 12px;
  }
  .single-calendrier .gallery .right .cat {
    margin: 0 0 7px;
  }
  .single-h blockquote q {
    font-size: 21px;
    line-height: 32px;
  }
  .gallery .gmask ul li .author,
  .single-calendrier .gallery .right .author {
    font-size: 23px;
    line-height: 31px;
  }
  .form .shadow {
    margin: 0 10px;
  }
  .form .date-row {
    margin: 0;
  }
  .gallery .gmask h2,
  .single-calendrier .gallery .right h2 {
    font-size: 28px;
    line-height: 43px;
    margin: 0 0;
  }
  .form .row input[type="text"],
  .form .date-row input.date {
    width: 90px;
  }

  .home .form .date-row input.date {
    width: 80px;
  }

  .form .row {
    margin: 0;
  }
  .form .row input[type="submit"] {
    width: 107px;
  }
  #main .post-list li h3 {
    font-size: 14px;
    line-height: 17px;
  }
  #main .post-list li.more a {
    font-size: 18px;
  }
  .gallery .gmask ul li .img-h {
    padding: 54px 0 0;
  }
  .gallery .gmask ul li .text-h,
  .gallery .gmask .text-h2 {
    padding: 100px 0 155px;
  }
  #footer .logo {
    width: 310px;
  }
  #main .post-list li {
    width: 22.9%;
  }
  #main .withbig .post-list li.big_el {
    width: 47.6%;
  }
  #main .prom-box .text-h h3 {
    font-size: 20px;
    line-height: 27px;
  }
  #main .logos-list li img {
    max-width: 80%;
  }
  #main .post-list li.withlist,
  #main .post-list li.prom-box {
    width: 46.8%;
  }
}
.right-mob {
  display: none;
}
#header .opener {
  float: right;
  display: none;
}
#header .right {
  position: static !important;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.single-h .sidebar.formobile {
  display: none;
}

@media only screen and (max-width: 828px) and (min-width: 768px) {
  #header .glass {
    width: 25px;
    height: 26px;
    background-size: 25px auto;
  }
  #nav > li > a {
    padding: 1px 4px 9px;
    font-size: 8px;
    margin-top: 22px;
  }
  #header .espace-membre {
    margin-top: 22px !important;
    margin-left: 30px !important;
  }
  #header #nav {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery.fullwidth .nav-h .next,
  .gallery.fullwidth .nav-h .prev {
    background-color: #fe475d;
  }

  .home .form .row input[type="text"],
  .form .row input[type="text"] {
    width: calc(100% - 44px);
  }
  .home .form .date-row input.date,
  .form .date-row input.date {
    width: calc(100% - 111px);
  }

  .is-sticky .espace-membre,
  .is-sticky .espace-membre:visited,
  .espace-membre,
  .escpace-membre:visited {
    margin: -1px 0 0 61px !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  #header .right-mob,
  #header .right {
    position: absolute !important;
    top: 43px;
    left: 0;
    width: 100%;
    background: #ffe3f4;
    float: none;
    width: 100%;
  }

  #header #logo + .opener-sch {
    display: block;
  }
  #main .post-list li.more a {
    background: none;
  }
  #footer .gform_body ul li input {
    width: calc(100% - 20px);
  }
  .gallery .gmask ul li .text-h,
  .gallery .gmask .text-h2 {
    width: auto;
  }
  #steps .note {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0 0 20px;
  }
  .gallery .gmask ul li .img-h a.play-btn {
    margin-top: 25px;
  }
  .gallery .gmask ul li .img-h {
    padding-top: 45px;
  }
  .form-c {
    display: block;
  }
  .form-c .cat {
    color: #fff;
    font: 16px/20px Apercu, Arial, sans-serif;
    margin: 0 0 12px;
    display: block;
  }
  .form-c .cat a {
    color: #fff;
  }
  .form-c h2 {
    color: #fff;
    margin: 0 0 24px 0;
    font: 60px/70px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
  }
  .form-c .author {
    margin: 0;
    display: block;
    color: #fff;
    font: italic 16px/30px Apercu, TiemposText, Arial, sans-serif;
  }
  .form-c .author:before {
    float: left;
    color: #fff;
    content: "—";
    margin: 0 6px 0 0;
  }
  .gallery .form-c {
    overflow: hidden;
    padding: 110px 27px 20px;
  }
  .single-calendrier .gallery .img {
    padding: 0;
  }
  .form-c .block .box p a {
    color: #ccc;
  }
  .single-calendrier .gallery:after {
    display: none;
  }
  .single-calendrier .gallery .right + .form-c {
    padding-top: 0;
    position: relative;
    overflow: visible;
    margin: -83px 0 0;
  }
  .single-calendrier .gallery .right + .form-c:after {
    display: block;
    clear: both;
    content: "";
  }
  .form-c .block {
    padding: 0 20px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
  }
  .form-c .block .box {
    margin: 0 -20px;
    padding: 25px 25px 16px;
    border-top: 1px solid #e3e3e3;
  }

  .form-c .block > form {
    margin: 0 -20px;
    position: relative;
    overflow: hidden;
  }
  .form-c .block > form select {
    width: 100%;
  }
  .form-c .block > form .select-area {
    width: 100% !important;
  }
  .form-c .block > form input[type="submit"] {
    width: 100%;
    border: none;
    text-align: left;
    padding: 0 0 0 27px;
    display: block;
    margin: 0;
    font: 14px/44px Apercu-Medium, Arial, sans-serif;
    background: #ee90e6 url("assets/img/bg-btn.png") no-repeat 100% 50%;
    cursor: pointer;
    color: #6b3e67;
    height: 44px;
  }
  .form-c .block > form input[type="submit"]:hover {
    opacity: 0.8;
  }

  .form-c .block .box:first-child {
    border: none;
  }
  .form-c .block .box h3 span.month {
    text-transform: none;
  }
  .form-c .block .box .capture {
    opacity: 0.5;
    font: 14px/18px Apercu, Arial, sans-serif;
    margin: 0;
    color: #000;
  }
  .form-c .block .box p {
    font: 14px/18px Apercu, Arial, sans-serif;
    margin: 5px 0;
    color: #000;
  }
  .form-c .block .box h3 {
    color: #000;
    font: 700 16px/20px Apercu, TiemposText, Arial, sans-serif;
    margin: 0 0 13px;
  }
  .form-c .block .box h3 span {
    text-transform: capitalize;
  }
  .form-c .block .box h4 {
    opacity: 0.5;
    font: 14px/18px Apercu, Arial, sans-serif;
    margin: 0 0 18px;
    color: #000;
  }
  .form-c .block .box dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .form-c .block .box dt {
    position: relative;
    clear: both;
    float: left;
    color: #000;
    font: 14px/22px Apercu, Arial, sans-serif;
  }
  .form-c .block .box dt span {
    float: left;
    background: #fff;
    padding: 0 9px 0 0;
    position: relative;
    z-index: 2;
  }
  .form-c .block .box dt:after {
    overflow: hidden;
    content: "";
    margin: 0 -9999px 0 0;
    z-index: 1;
    padding: 0 9999px 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    height: 1px;
    background: #e95476;
  }
  .form-c .block .box dd {
    position: relative;
    z-index: 2;
    padding: 0 0 0 20px;
    background: #fff;
    margin: 0 0 11px;
    float: right;
    color: #000;
    font: 20px/22px Apercu, TiemposText, Arial, sans-serif;
  }
  .form-c .block .btn {
    display: block;
    margin: 0 -20px;
    font: 14px/18px Apercu-Medium, Arial, sans-serif;
    background: #f1c1c5 url("assets/img/bg-btn.png") no-repeat 100% 50%;
    padding: 13px 31px 13px 27px;
    color: #6b3e67;
  }
  .form-c .block .btn:hover {
    opacity: 0.8;
  }
  .form-c .block .btn.big {
    padding: 22px 31px 24px 27px;
    color: #fff;
    font-size: 16px;
    background: #fe475d url("assets/img/bg-btn2.png") no-repeat 100% 50%;
  }

  .form-c .block .btn-phone-buy {
    display: block;
    padding: 12px 27px 14px;
    margin: 0 -20px;
    font: 14px Apercu-Medium, Arial, sans-serif;
    background: #fe475d url("assets/img/bg-btn.png") no-repeat 100% 50%;
    color: #6b3e67;
  }
  .form-c .block .btn-phone-buy:hover {
    opacity: 0.8;
  }
  .single-h .sidebar {
    display: none;
  }
  .single-calendrier .gallery .right {
    display: none;
  }
  .single-h .sidebar.formobile {
    display: block;
  }
  .single-calendrier .single-bottom .form {
    display: none;
  }

  .form .shadow {
    float: none;
    overflow: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  #main .post-list .prom-box .text-h,
  #main .prom-box .text-h {
    padding-bottom: 30px;
  }
  #main .post-list li.big_el .img-h {
    height: auto;
  }
  #main .post-list .prom-box .btn,
  #main .prom-box .text-h .btn {
    margin-right: 0;
  }
  #main .post-list .prom-box .price,
  #main .prom-box .text-h .price {
    padding-left: 0;
  }
  #main .prom-box .text-h .b_part {
    position: static;
  }
  #main .post-list li {
    height: auto !important;
  }

  #logo {
    overflow: hidden;
    padding: 4px 9px 5px;
    width: 31px;
  }
  #logo img {
    max-width: 1000%;
    width: 235px;
  }
  .form .date-row,
  .select-area {
    border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  #header .right {
    display: none;
  }
  .gallery.fullwidth .gmask ul li .img-h,
  .gallery .gmask ul li .img-h {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    float: none;
    overflow: hidden;
  }
  .gallery .gmask ul li .text-h,
  .gallery .gmask .text-h2 {
    padding: 0 20px 30px;
  }
  .form {
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
  }
  .form .row {
    margin: 0 auto 20px;
    width: 260px;
    float: none;
    display: block;
    overflow: hidden;
  }
  .form .row select {
    width: 260px;
  }
  .form .date-row {
    width: 260px;
    margin: 0 auto 20px;
    float: none;
    display: block;
    overflow: hidden;
  }
  .home .gallery:after {
    background-size: auto;
  }
  #main .post-list li {
    width: 100%;
    margin: 0 0 20px;
    display: block;
  }
  #main .post-list {
    width: 100%;
  }
  #main .withbig .post-list li.big_el {
    width: 100%;
    margin: 0 0 20px;
    display: block;
  }
  #main .withbig .post-list li.big_el .img-h:after {
    top: auto;
    width: 100%;
    height: 45px;
    background: url("assets/img/bg-mask.png") no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: -24px;
  }
  .logged-in #main .withbig .post-list li.big_el .img-h:after {
    background-image: url("assets/img/bg-mask-flipped.png");
  }
  #main .withbig .post-list li.big_el .img-h {
    width: 100%;
    margin: 0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
  }
  #main .prom-box {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 20px;
  }
  #main .promotion-list {
    margin: 0;
  }
  #main .post-list li.more a {
    background-position: 93% 100%;
  }
  #main .prom-box .text-h input {
    width: 200px;
  }
  #main .partners {
    margin: 77px -9999px -38px;
  }
  #main .logos-list li {
    width: 49.7%;
  }
  #footer .gform_wrapper {
    float: none;
    overflow: hidden;
    text-align: center;
  }
  #footer .gform_footer {
    float: none;
    overflow: hidden;
  }
  #footer .gform_footer input[type="submit"] {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #footer .gform_body ul li input {
    width: 250px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  #footer .gform_body ul li label {
    text-align: left;
    float: none;
    overflow: hidden;
    display: block;
    margin: 0 auto 10px;
    width: 100%;
  }
  #footer .h {
    padding: 0 20px;
  }
  #footer .gform_body {
    float: none;
    overflow: hidden;
    margin: 0;
  }
  #footer .gform_body ul li input {
    margin: 0 auto 0 0;
  }
  #footer .gform_wrapper {
    padding: 0 0 20px;
  }
  #footer .bottom .left {
    width: 100%;
  }
  #footer .sub_menu_hold .widget {
    width: 30%;
  }
  #footer .gform_body ul li .ginput_container,
  #footer .gform_body ul li {
    float: none;
  }
  #footer .social {
    float: none;
    display: block;
    overflow: hidden;
    margin: 10px 0 0;
    text-align: center;
  }
  #footer .social li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #footer .logo {
    width: 250px;
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  #footer .sub_menu_hold {
    float: none;
    width: 100%;
    margin: 0;
  }
  #footer .sub_menu_hold li {
    padding: 0;
  }
  #footer .sub_menu_hold .widget {
    width: 46%;
  }
  #footer .h {
    padding: 0 20px;
  }
  .single .gallery:after {
    background-size: auto;
  }
  .single-calendrier .gallery .right {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .gallery .img {
    padding: 98px 0 92px;
    width: 100%;
    float: none;
  }
  .single-post .gallery .img {
    padding: 98px 0 22px;
  }
  .single-post .gallery .gmask .text-h2 {
    padding-bottom: 111px;
  }
  .single-h .sidebar {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .single-h .left {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .single-calendrier .gallery .right .author,
  .single-calendrier .gallery .right h2,
  .single-calendrier .gallery .right .cat {
    color: #000;
  }
  .single-calendrier .gallery .right .author:before {
    color: #000;
  }
  .single-bottom {
    padding: 59px 9999px;
  }
  #main .single-bottom .section:first-child .post-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  #main .single-bottom .section:first-child .post-list {
    float: none;
    width: 100%;
    margin: 0;
  }
  .single-bottom .form {
    padding: 0;
  }
  #main .single-bottom .section:first-child .prom-box {
    width: 100%;
  }
  .gallery h1 {
    font-size: 43px;
    margin: 109px 20px 40px;
  }
  .page-id-36 .gallery:after,
  .gallery:after {
    background-size: auto;
  }
  #main .post-list li .date-top {
    top: -30px;
  }
  #header .opener {
    margin: 7px 0 6px;
    float: right;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: url("assets/img/bg-opener2.png") no-repeat;
    background-size: 30px 30px;
  }
  #header .opener-sch {
    margin: 7px 11px 6px 10px;
    float: right;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: url("assets/img/bg-opener-sch2.png") no-repeat;
    background-size: 30px 30px;
  }
  #header .right-mob {
    position: absolute !important;
    top: 43px;
    left: 0;
    width: 100%;
    background: #ffe3f4;
    float: none;
    width: 100%;
  }
  #header .right {
    position: absolute !important;
    top: 43px;
    left: 0;
    width: 100%;
    background: #e8e4db;
    float: none;
    width: 100%;
  }
  #header .right-mob {
    padding: 20px 0 0;
  }
  #nav {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    overflow: hidden;
    width: 100%;
  }
  #nav li {
    float: none;
    vertical-align: top;
    overflow: hidden;
  }
  #nav li a {
    text-align: center;
    padding: 5px;
    text-align: center;
    display: block;
  }
  #nav li ul {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
  }
  #header .header-h {
    position: relative;
  }
  #nav ul li {
    font-size: 11px;
  }
  #main .post-list li.withlist,
  #main .post-list li.prom-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .select-area {
    width: 260px !important;
  }
  .form .date-row {
    width: 252px;
  }

  #main .withbig .post-list li.big_el .img-h img {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #footer .gform_footer input[type="submit"] {
    margin: 0 auto 0 0;
  }
  #footer .social {
    text-align: left;
  }
  #footer .logo {
    margin: 0 auto 20px 0;
  }
  #footer .social li {
    margin: 0 15px 0 0;
  }
}

.load_more {
  position: relative;
  overflow: hidden;
}
.load_more:after {
  content: "";
  top: -9999px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff url("assets/img/pages_loader.gif") no-repeat 50% 50%;
  opacity: 0.7;
}
.posts_loading .load_more:after {
  top: 0;
}

#buy_online {
  max-width: 70%;
}

#buy_online .cont {
  width: 100%;
  overflow: hidden;
}
#buy_online .cont .coll {
  width: 50%;
  float: left;
}
#buy_online .cont .coll_hold {
  padding: 10px;
}
#buy_online .full .coll_hold {
  padding: 10px;
}
.step {
  clear: both;
}

#tabs {
  height: 30px;
  float: left;
  margin: 0;
  clear: both;
}

#tabs li {
  height: 29px;
  line-height: 29px;
  float: left;
  margin-right: 10px;
  background-color: #ccc;
  border-top: 1px solid #d4d4d1;
  border-right: 1px solid #d4d4d1;
  border-left: 1px solid #d4d4d1;
}

#tabs li.current {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
}

#tabs li.tab4 a {
  font-weight: bold;
  font-style: italic;
}
#tabs li a {
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

#tabs .current a {
  color: #ba3db0;
}

#tabbed-content {
  clear: both;
  margin-bottom: 20px;
  padding: 20px;
  width: auto;
}
#tabbed-content table {
  border: none;
  margin: 0 0 20px;
}
#tabbed-content th {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  background: #ae55a0;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}
#tabbed-content td {
  border: none;
  vertical-align: middle;
}

#tabbed-content td.date select {
  width: 250px;
}
#tabbed-content td.date .select-area {
  background: #fff;
}

#tabbed-content .info {
  background: #eddfee;
  padding: 15px 15px 0;
  overflow: hidden;
  margin: 0 0 15px;
}

#tabbed-content h2 {
  color: #af55a0;
}
.tab {
  display: none;
  position: relative;
}

#tab1 {
  display: block;
}

#checkout-section {
  clear: both;
}
.ticket-total-price,
.member-only,
.ticket-list {
  display: none;
}
.ticket-overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#steps {
  padding: 40px 0;
}

#step1,
#tabbed-content {
  -webkit-box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

#step1 {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
}
#step1 h2 {
  font: 22px/28px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
#step1 input {
  padding: 10px 5%;
  width: 90%;
}
#step1 p {
  margin-bottom: 10px;
}
#steps input[type="text"],
#steps input[type="password"] {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#step1 p.error {
  color: #c00;
  display: none;
}
.cont_btn,
.styled-forms .gform_footer input[type="submit"],
.styled-form .gform_footer input[type="submit"],
.page-id-705 .gform_footer input[type="submit"],
#steps input[type="submit"],
#checkout {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  background: #fe475d;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  width: 121px;
  height: 44px;
  font: 14px/44px Apercu-Medium, Arial, sans-serif;
}
.styled-forms .gform_footer input[type="submit"]:hover,
.page-id-705 .gform_footer input[type="submit"]:hover,
.styled-form .gform_footer input[type="submit"]:hover,
.cont_btn:hover,
#steps input[type="submit"]:hover,
#checkout:hover {
  background: #e95476;
}
#main .cont_btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}

#step2 {
  max-width: 952px;
  margin: 0 auto 0 0;
}
#steps #checkout {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#checkout-errors {
  color: #c00;
  text-align: center;
}

.col-left {
  float: left;
  width: 34%;
}
.col-right {
  float: right;
  width: 62%;
}
.page-id-705 .gform_body ul li,
#steps .gform_body ul li {
  width: 50%;
  border-bottom: 1px solid #000;
}
.page-id-705 .gform_body ul li .select-area {
  width: 100% !important;
  height: 36px;
  background: none;
  color: #000;
}
.page-id-705 .gform_body ul li .select-area .center {
  padding: 8px 10px;
}
.page-id-705 .gform_body ul li .select-area .select-opener {
  background-position: 50% 8px;
}
.page-id-705 .gform_body ul li:last-child {
  width: 100%;
  border: none;
}
.page-id-705 .gform_body ul li:last-child > label {
  display: none;
}
.styled-forms .gform_body .gform_fields .gfield {
  width: 100%;
}
.styled-forms .gform_body .gform_fields .gfield,
.page-id-705 .gform_body ul li.full {
  border-bottom: 1px solid #000;
}
.page-id-705 .gform_body ul li .ginput_right .select-area {
  width: 60% !important;
  float: right;
}
.page-id-705 .gform_body ul li .ginput_right,
.page-id-705 .gform_body ul li .ginput_left,
.page-id-705 .gform_body ul li .ginput_full {
  margin: 0 0 20px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  width: 50%;
  float: left;
}
.page-id-705 .gform_body ul li .ginput_right label {
  width: 40%;
  margin: 0;
}
.page-id-705 .gform_body ul li .ginput_left label {
  width: 40%;
  margin: 0;
}
.page-id-705 .gform_body ul li .ginput_full label {
  width: 40%;
  margin: 0;
}
.page-id-705 .gform_body ul li .ginput_right input[type="text"] {
  float: right;
  width: 60%;
}
.page-id-705 .gform_body ul li .ginput_left input[type="text"] {
  float: right;
  width: 60%;
}
.page-id-705 .gform_body ul li .ginput_full input[type="text"] {
  float: right;
  width: 60%;
}

.page-id-705 .gform_heading h3 {
  color: #af55a0;
  margin: 0 0 20px;
}

.page-id-705 .gform_body ul li,
#steps .gform_body ul li {
  width: 50%;
  border-bottom: 1px solid #000;
}
.page-id-705 .gform_body ul li .select-area {
  width: 100% !important;
  height: 36px;
  background: none;
  color: #000;
}
.page-id-705 .gform_body ul li .select-area .center {
  padding: 8px 10px;
}
.page-id-705 .gform_body ul li .select-area .select-opener {
  background-position: 50% 8px;
}
.page-id-705 .gform_body ul li:last-child {
  width: 100%;
  border: none;
}
.page-id-705 .gform_body ul li:last-child > label {
  display: none;
}
.page-id-705 .gform_body ul li.full {
  border-bottom: 1px solid #000;
}
.page-id-705 .gform_body ul li .ginput_right .select-area {
  width: 60% !important;
  float: right;
}
.page-id-705 .gform_body ul li .ginput_right,
.page-id-705 .gform_body ul li .ginput_left,
.page-id-705 .gform_body ul li .ginput_full {
  margin: 0 0 20px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  width: 50%;
  float: left;
}
.page-id-705 .gform_body ul li .ginput_right label {
  width: 40%;
  margin: 0;
}
.page-id-705 .gform_body ul li .ginput_left label {
  width: 40%;
  margin: 0;
}
.page-id-705 .gform_body ul li .ginput_full label {
  width: 40%;
  margin: 0;
}
.page-id-705 .gform_body ul li .ginput_right input[type="text"] {
  float: right;
  width: 60%;
}
.page-id-705 .gform_body ul li .ginput_left input[type="text"] {
  float: right;
  width: 60%;
}
.page-id-705 .gform_body ul li .ginput_full input[type="text"] {
  float: right;
  width: 60%;
}

.styled-form .gform_heading h3 {
  color: #af55a0;
  margin: 0 0 20px;
}
.styled-form .gform_body ul li,
#steps .gform_body ul li {
  width: 50%;
  border-bottom: 1px solid #000;
}
.styled-form .gform_body ul li .select-area {
  width: 100% !important;
  height: 36px;
  background: none;
  color: #000;
}
.styled-form.gform_body ul li .select-area .center {
  padding: 8px 10px;
}
.styled-form .gform_body ul li .select-area .select-opener {
  background-position: 50% 8px;
}

.styled-form .gform_body ul li.full {
  border-bottom: 1px solid #000;
}
.styled-form .gform_body ul li .ginput_right .select-area {
  width: 60% !important;
  float: right;
}
.styled-form .gform_body ul li .ginput_right,
.styled-form .gform_body ul li .ginput_left,
.styled-form .gform_body ul li .ginput_full {
  margin: 0 0 20px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  width: 50%;
  float: left;
}
.styled-form .gform_body ul li .ginput_right label {
  width: 40%;
  margin: 0;
}
.styled-form .gform_body ul li .ginput_left label {
  width: 40%;
  margin: 0;
}
.styled-form .gform_body ul li .ginput_full label {
  width: 40%;
  margin: 0;
}
.styled-form .gform_body ul li .ginput_right input[type="text"] {
  float: right;
  width: 60%;
}
.styled-form .gform_body ul li .ginput_left input[type="text"] {
  float: right;
  width: 60%;
}
.styled-form .gform_body ul li .ginput_full input[type="text"] {
  float: right;
  width: 60%;
}

.styled-form .gform_heading h3 {
  color: #af55a0;
  margin: 0 0 20px;
}

.styled-form .gform_body .ginput_container_radio {
  width: 100%;
  overflow: hidden;
}
.styled-form .gform_body ul li input[type="radio"] {
  float: left;
  margin: 8px 13px 0 0;
}
.styled-form #main .gform_body .gsection_title {
  color: #af55a0;
  margin: 0 0 20px;
  font: bold 1.25em/1.25em Georgia, Garamond, serif;
}
.styled-form .gform_body .ginput_container_radio li:last-child > label {
  display: block;
}

.styled-form .gform_body ul li.address_fields {
  width: 100%;
  float: none;
  overflow: hidden;
  border: none;
  margin: 0;
}
.styled-form .gform_body ul li.address_fields > label {
  display: none;
}

.styled-forms .gform_body .gform_fields .ginput_complex .name_first,
.styled-forms .gform_body .gform_fields .ginput_complex .name_last {
  width: 50%;
  display: block;
}
#step2 h2 {
  margin-bottom: 5px;
}
#step2 .info ul {
  list-style: disc;
  margin: 0 0 1em 18px;
}
#step3 h3 {
  color: #af55a0;
}
#step3 .info {
  overflow: hidden;
  margin: 15px 0;
  padding: 15px;
  background: #eddfee;
}
.tab table {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tab table th:first-child {
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
}
.tab table th:last-child {
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.tab table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.tab table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.tab table th {
  padding-top: 6px;
  color: #333;
}
.tab table td {
  padding: 6px 5px 3px;
}
tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.qty-wrap {
  width: 40px;
}
.qty-wrap input {
  width: 30px;
}
.total-price {
  font-weight: bold;
}
.total-text {
  text-align: right;
}

#totals,
.stotals {
  display: block;
  overflow: hidden;
}
#totals span,
.stotals span {
  float: right;
  font-weight: bold;
}

#step3 .note {
  padding-top: 40px;
  width: 100%;
}
.note:before {
  border-top: 1px solid #ccc;
  content: "";
  width: 100%;
  display: block;
  position: relative;
  top: -20px;
}

.back {
  padding-bottom: 20px;
}

#step3 .back-discover {
  padding: 0;
}
#step3 .back-discover a {
  color: #000;
  display: block;
  padding: 10px;
}
#step3 .back-discover span.black {
  background: #000;
  color: #fff;
  float: left;
  margin: -10px 15px -10px -10px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#step3 .back-discover span.text {
  overflow: hidden;
  display: block;
}

@media only screen and (min-width: 768px) {
  #tabbed-content .qty-wrap {
    width: 40px;
  }
  #tabbed-content .price {
    width: 80px;
    text-align: center;
  }
  #tabbed-content .price.total {
    width: 94px;
  }
  #tabbed-content .total-text + td {
    width: 94px;
    text-align: center;
  }
  #header .phone.mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .glass {
    display: none;
  }
  #header .phone {
    display: none;
  }
  #header .phone.mobile {
    display: block;
    float: left;
    margin: 19px 8px 0 31px;
    position: static;
  }
  .page-id-892 .gallery .form {
    display: none;
  }
  .page-template-pt-order .gallery .form {
    display: none;
  }
  .page-id-892 .gallery h1,
  .page-template-pt-order .gallery h1 {
    font-size: 43px;
    margin: 83px 20px 59px;
  }
  #tabs {
    height: auto;
    text-align: center;
  }
  #tabs li {
    float: none;
    display: inline-block;
    margin: 0 2px 5px;
  }
  .col-left {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .col-right {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .styled-form .gform_body ul li,
  .page-id-705 .gform_body ul li,
  .page-id-705 .gform_body ul li .ginput_right,
  .page-id-705 .gform_body ul li .ginput_left,
  .page-id-705 .gform_body ul li .ginput_full,
  .styled-form .gform_body ul li .ginput_right,
  .styled-form .gform_body ul li .ginput_left,
  .styled-form .gform_body ul li .ginput_full,
  #steps .gform_body ul li {
    width: 100%;
  }
  #tabbed-content {
    padding: 10px;
  }
  #tabbed-content .info {
    padding: 10px 10px 0;
  }
  #tabbed-content th {
    font-size: 11px;
    padding: 5px;
    text-transform: none;
  }
  #tabbed-content td {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
  #steps .gform_body ul li label {
    display: block;
    float: none;
  }
  #nav li:hover ul {
    display: none;
  }
  #nav li.submenu-open ul {
    display: block;
  }
  #header .right {
    max-height: calc(100vh - 40px);
    overflow: auto;
  }
  .is-sticky #nav ul {
    top: 0;
  }
  .is-sticky #nav li a {
    padding: 1px 5px;
  }
  .gallery .gmask > h1,
  .post-type-archive-calendrier .gallery .gmask > h1 {
    margin-bottom: 60px;
    text-align: center;
  }
}
.content ul,
.content ol {
  display: block;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.content ul {
  list-style-type: disc;
}
.content ol {
  list-style-type: decimal;
}

td.price {
  width: 50px;
}

.payment-token input {
  display: none;
}
.payment-token .validation_message {
  color: #c00;
  display: block;
}

#payment-modal {
  display: none;
  position: fixed;
  background: #fff;
  height: 300px;
  width: 300px;
  top: 100px;
  left: 50%;
  z-index: 1000;
  margin-left: -150px;
  -webkit-box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 16px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#overlay {
  display: none;
  background: #000;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0.5;
}
.hidden {
  display: none;
}

#steps .gform_body ul li.gform_hidden {
  border-bottom: 0;
  margin: 0;
}

.status a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  background: #d868cf;
  border: none;
  padding: 0 10px;
  margin: 0;
  font: 16px/24px Apercu-Bold, Arial, sans-serif;
  float: left;
  color: #fff !important;
  margin-bottom: 10px;
}
.status#done span {
  height: 24px;
  width: 24px;
  background: url(assets/img/tick.png) no-repeat;
  float: left;
  margin-right: 10px;
}

.gfield_visibility_hidden {
  display: none;
}

.state .select-area,
.hdyhau .select-area {
  background: none;
  height: 36px;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #000;
  font: 14px/26px Apercu, Arial, sans-serif;
}
.state .select-area .center,
.hdyhau .select-area .center {
  padding: 0;
}
.state .select-area .select-opener,
.hdyhau .select-area .select-opener {
  height: 34px;
}

.single-calendrier .gallery .right .block .box .status {
  display: block;
  margin: -13px 0 15px;
  font-style: italic;
}

.postid-4345 .gallery .right .block .box:first-child {
  height: 120px;
  overflow: auto;
  position: relative;
  border-bottom: 20px solid #fff;
}

.gform_wrapper li.center-select .select-area .center {
  padding: 5px 10px;
}

.content .gform_wrapper ul {
  list-style: none;
  padding: 0;
}

td.date {
  width: 280px;
}

.subscribe-form .DialogInsightFormContainer .DialogInsightInputPlaceholderText {
  margin: -7px 31px 0 0;
  width: 291px;
  color: #fff;
  font: 28px/33px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
}

.DialogInsightFormSuccessDiv {
  color: #fff;
  font: 24px/29px "Obviously Blck", TiemposHeadline-Black, Arial, sans-serif;
}

.subscribe-form .DialogInsightFormContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.prom-box .DialogInsightFormSuccessDiv {
  padding: 0 !important;
}

/* ======== form styles ======== */
.prom-box .DialogInsightFormDiv {
  line-height: normal;
  word-wrap: normal;
  white-space: normal;
  position: relative;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.prom-box .DialogInsightFormDiv label {
  vertical-align: middle;
  margin: 2px 8px 0px 2px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.prom-box .DialogInsightFormDiv.DialogInsightLoading > * {
  visibility: hidden;
}
.prom-box .DialogInsightFormDiv.DialogInsightLoading {
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/AjaxBlackLoader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.prom-box div.DialogInsightFormContainer {
  text-align: left;
}
.prom-box div.DialogInsightInputContainer {
  display: inline-block;
  vertical-align: top;
  min-height: 32px;
  width: 300px;
}
.prom-box div.DialogInsightFormRow {
  padding-bottom: 10px;
}
.prom-box div.DialogInsightLabel_LeftOfField {
  display: inline-block;
  text-align: left;
  width: 250px;
  vertical-align: top;
  padding-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prom-box div.DialogInsightLabel_AboveField {
  padding-bottom: 2px;
}
.prom-box .DialogInsightFieldDescription {
  font-style: italic;
  color: #666666;
}
.prom-box .DialogInsightFormCategoryTitle {
  font-weight: bold;
  position: relative;
  height: 18px;
  padding-bottom: 5px;
}
.prom-box .DialogInsightFormCategoryTitleWithMargin {
  margin-top: 15px;
}
.prom-box .DialogInsightFormCategoryTitle > span {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}
.prom-box .DialogInsightFormCategoryDescription {
  position: relative;
  height: 18px;
}
.prom-box .DialogInsightFormCategoryDescription > span {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}

/* Input controls */
.prom-box input[type="text"].DialogInsightFormInput,
.prom-box select.DialogInsightFormInput,
.prom-box textarea.DialogInsightFormInput {
  width: 300px;
  height: 32px;
  padding: 0px 12px;
  line-height: 32px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0DialogInsightFormInput, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.prom-box .DialogInsightFormDiv input[type="radio"],
.DialogInsightFormDiv input[type="checkbox"] {
  vertical-align: middle;
  margin: 3px 0px 0px 0px;
  position: relative;
  top: 3px;
}
.prom-box select.DialogInsightFormInput {
  padding-top: 4px;
  padding-bottom: 4px;
}
.prom-box select.DialogInsightFormInput::-ms-expand {
  border: 0px none;
  background-color: white;
}
.prom-box select.DialogInsightFormInput:focus::-ms-value {
  background: transparent;
  color: #444444;
}
.prom-box textarea.DialogInsightFormInput {
  height: 80px;
  resize: none;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: normal;
}
.prom-box input[type="text"].DialogInsightFormInput::-ms-clear {
  width: 0px;
  height: 0px;
}
.prom-box input[type="text"].DialogInsightFormInput:focus,
.prom-box select.DialogInsightFormInput:focus,
.prom-box textarea.DialogInsightFormInput:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.prom-box input[type="text"].DialogInsightFormInput.DialogInsightFormInputDate {
  width: 100px;
}
.prom-box img.DialogInsightFormInputDatePickerIcon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  left: 105px;
  top: 6px;
}
.prom-box
  input[type="text"].DialogInsightFormInput.DialogInsightFormInputDateTime {
  width: 140px;
}
.prom-box img.DialogInsightFormInputDateTimePickerIcon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  left: 145px;
  top: 6px;
}
.prom-box .DialogInsightDatePlaceholder {
  width: 75px;
}
.prom-box .DialogInsightDateTimePlaceholder {
  width: 115px;
}

/* Errors */
.prom-box .DialogInsightErrorContainer {
  padding-top: 10px;
}
.prom-box .DialogInsightErrorContents {
  padding-top: 10px;
  color: #ff3333;
  padding-top: 2px;
  padding-bottom: 2px;
}
.prom-box .DialogInsightGlobalErrors > div {
  text-align: left;
  border-radius: 5px;
  background-color: #eeeeee;
  border: #ff3333 1px solid;
  padding: 10px;
  color: #ff3333;
  max-width: 500px;
  margin-bottom: 10px;
}
.prom-box input[type="text"].DialogInsightFieldInError,
.prom-box textarea.DialogInsightFieldInError {
  border-color: #990000;
  color: #660000;
}
.prom-box input[type="text"].DialogInsightFieldInError:focus,
.prom-box textarea.DialogInsightFieldInError:focus {
  color: #555555;
}
.prom-box select.DialogInsightFieldInError {
  border-color: #990000;
  color: #660000;
}
.prom-box .DialogInsightUnselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-selecte: none;
  user-select: none;
}

/* Simulated placeholders (input cue) */
.prom-box div.DialogInsightInputWithPlaceholderContainer {
  position: relative;
  height: 32px;
}
.prom-box div.DialogInsightTextareaWithPlaceholderContainer {
  height: 80px;
}
.prom-box
  div.DialogInsightInputWithPlaceholderContainer
  .DialogInsightInputPlaceholderText {
  position: absolute;
  top: 8px;
  left: 13px;
  z-index: 1;
  color: #9f9f9f;
  pointer-events: none;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  max-width: 275px;
}
.prom-box
  div.DialogInsightInputWithPlaceholderContainer
  input.DialogInsightInputWithPlaceholder,
.prom-box
  div.DialogInsightInputWithPlaceholderContainer
  textarea.DialogInsightInputWithPlaceholder {
  position: absolute;
  left: 0px;
  top: 0px;
  with: 100%;
  z-index: 10;
  background-color: transparent;
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/emptyimagetoworkaroundiebug.gif);
}
.prom-box
  .DialogInsightInputWithPlaceholderContainer.PlaceholderInputHasText
  .DialogInsightInputPlaceholderText {
  display: none;
}

/* Submit button */
.prom-box .DialogInsightFormSubmit input[type="submit"],
.prom-box .DialogInsightFormSubmit button {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #fe475d;
  border-color: #fe475d;
  font: 14px/20px Apercu-Medium, Arial, sans-serif;
}
.prom-box .DialogInsightFormSubmit button:hover {
  background-color: #ff9ba7;
}
.prom-box .DialogInsightFormSubmit input[type="submit"]:disabled,
.prom-box .DialogInsightFormSubmit button:disabled {
  background-color: #cccccc;
  border-color: #cccccc;
}

.prom-box .DialogInsightFormSubmit .DialogInsightFormSubmitLoader {
  visibility: hidden;
  margin-left: 5px;
  vertical-align: middle;
}
.prom-box
  .DialogInsightFormSubmit.DialogInsightFormSubmitInProgress
  .DialogInsightFormSubmitLoader {
  visibility: visible !important;
}

/* ======== date picker popup styles ======== */
.prom-box .DialogInsightDatePicker {
  position: absolute;
  padding: 100px;
  z-index: 6000;
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/emptyimagetoworkaroundiebug.gif);
}
.prom-box .DialogInsightDatePickerContent {
  background-color: white;
  border: 1px solid #bbbbbb;
  padding: 6px;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.prom-box .DialogInsightDatePickerHeader {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
  position: relative;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
.prom-box .DialogInsightDatePickerHeader .DialogInsightDatePickerPrev {
  position: absolute;
  padding: 5px;
  left: 0px;
  top: 2px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.prom-box .DialogInsightDatePickerHeader .DialogInsightDatePickerNext {
  position: absolute;
  padding: 5px;
  right: 0px;
  top: 2px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.prom-box table.DialogInsightDatePickerMonthTbl {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
.prom-box table.DialogInsightDatePickerMonthTbl th {
  width: 26px;
  padding: 4px;
  text-align: center;
  font-weight: bold;
}
.prom-box table.DialogInsightDatePickerMonthTbl td {
  width: 26px;
  padding: 4px 6px 4px 2px;
  text-align: right;
  cursor: pointer;
}
.prom-box table.DialogInsightDatePickerMonthTbl td:hover {
  background-color: #f2f2f2;
}
.prom-box table.DialogInsightDatePickerMonthTbl td.OutOfMonth {
  color: #999999;
}
.prom-box table.DialogInsightDatePickerMonthTbl td.SelectedDate {
  background-color: #009900;
  color: white;
  font-weight: bold;
}
.prom-box table.DialogInsightDatePickerMonthTbl td.Today {
  font-weight: bold;
}
.prom-box .DialogInsightDatePickerFooter {
  padding: 5px;
  text-align: right;
}
.prom-box .DialogInsightDatePickerCloseBtn {
  background-color: #bbbbbb;
  color: black;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
}
.prom-box .DialogInsightTimePickerContainer {
  float: left;
}
.prom-box .DialogInsightTimePickerTxtbox {
  height: 15px;
  padding: 5px;
  box-sizing: content-box;
  width: 70px;
  margin-right: 10px;
  border: 1px solid #999999;
}
.prom-box .DialogInsightTimePickerTxtbox.Error {
  border: 1px solid #990000;
  color: #550000;
}
.prom-box div.DialogInsightDatePickerMonth {
  height: 19px;
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.prom-box input.DialogInsightDatePickerYear {
  padding: 0px;
  width: 45px;
  margin: 0px 0px 0px 7px;
  vertical-align: middle;
  font-size: 15px;
  height: 19px;
  font-weight: bold;
  border: 1px transparent;
  font-family: Arial, sans-serif;
  position: relative;
  top: -1px;
  padding: 0px;
  text-align: center;
  line-height: normal;
}
/* ======== lightbox styles ======== */
.prom-box div.DialogInsightLightBoxBackground {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.5);
}
.prom-box
  div.DialogInsightLightBoxBackground.DialogInsightLightBoxBackground_OldIE {
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/PopupBgBlockerOlderIE.png);
}
.prom-box div.DialogInsightLightBox {
  margin-left: -300px;
  padding: 15px 0px 15px 15px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #555555;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 5001;
  line-height: normal;
}
.prom-box div.DialogInsightLightBoxCloseButton {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 35px;
  height: 35px;
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/LightboxClose.png);
  cursor: pointer;
}

#footer .subscribe-form {
  width: 59%;
  float: left;
}

#footer .subscribe-form input[type="text"] {
  background: #e8e4db;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #e8e4db;
  width: 310px;
  padding: 5px 7px;
  height: 55px;
  box-sizing: border-box;
  color: #000;
  font: 14px/35px Apercu, Arial, sans-serif;
  margin-right: 24px;
}

#footer .subscribe-form .DialogInsightInputWithPlaceholderContainer {
  display: flex;
}

#footer .subscribe-form .DialogInsightFormSubmit button {
  background: #fe475d;
  border: 1px solid #fe475d;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font: 16px/55px Apercu-Medium, Arial, sans-serif;
  color: #fff;
  height: 55px;
  width: 169px;
  text-align: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#footer .subscribe-form .DialogInsightFormSubmit button:hover {
  opacity: 0.8;
}

#footer .subscribe-form input.DialogInsightFieldInError {
  border-color: #fe475d !important;
}

#footer .subscribe-form .DialogInsightGlobalErrors {
  color: #f00 !important;
}

#footer .h {
  overflow: visible;
}

#footer .subscribe-form .DialogInsightErrorContainer {
  color: #fff;
}

@media all and (max-width: 1070px) {
  .subscribe-form
    .DialogInsightFormContainer
    .DialogInsightInputPlaceholderText {
    font-size: 22px;
    width: 228px;
    margin-right: 10px;
  }
}

@media all and (max-width: 976px) {
  #footer .subscribe-form input[type="text"] {
    width: 230px;
  }
}

@media all and (max-width: 880px) {
  #footer .subscribe-form {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .subscribe-form .DialogInsightFormContainer,
  #footer .subscribe-form .DialogInsightInputWithPlaceholderContainer {
    display: block;
  }
  .subscribe-form
    .DialogInsightFormContainer
    .DialogInsightInputPlaceholderText {
    display: block;
    margin: 0 0 24px;
    width: auto;
  }

  #footer .subscribe-form input[type="text"] {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #footer .subscribe-form .DialogInsightFormSubmit button {
    width: 100%;
  }
}

@media all and (max-width: 470px) {
  #footer .subscribe-form input[type="text"] {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #footer .subscribe-form .DialogInsightFormSubmit button {
    width: 100%;
  }
}
