/**/
/* GLOBAL */
/**/

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

.js .animate-box {
  opacity: 0;
}

body {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #004136;
  font-weight: 900;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #004136;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #000;
  background: #ccc;
}

::-moz-selection {
  color: #000;
  background: #ccc;
}

::selection {
  color: #000;
  background: #ccc;
}

.btn, .wysija-submit, input[type="submit"].wysija {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md, .wysija-submit, input[type="submit"].wysija {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary, .wysija-submit, input[type="submit"].wysija {
  background: #004136;
  color: #fff;
  border: 2px solid #004136;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .wysija-submit:hover, .wysija-submit:focus, .wysija-submit:active, input[type="submit"].wysija:hover, input[type="submit"].wysija:active, input[type="submit"].wysija:focus {
  background: #004136 !important;
  border-color: #004136 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #004136;
  border: 2px solid #004136;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #004136;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover, .btn.with-arrow.on {
  padding-right: 50px;
}
.btn.with-arrow:hover i, .btn.with-arrow.on i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes down {
  0% { top: 50%; }
  49% { top: 150%; opacity: 1; }
  50% { top: 150%; opacity: 0; }
  51% { top: -150%; opacity: 0; }
  51% { top: -150%; opacity: 1; }
  100% { top: 50%; }
}
@-o-keyframes down {
  0% { top: 50%; }
  49% { top: 150%; opacity: 1; }
  50% { top: 150%; opacity: 0; }
  51% { top: -150%; opacity: 0; }
  51% { top: -150%; opacity: 1; }
  100% { top: 50%; }
}
@keyframes down {
  0% { top: 50%; }
  49% { top: 150%; opacity: 1; }
  50% { top: 150%; opacity: 0; }
  51% { top: -150%; opacity: 0; }
  51% { top: -150%; opacity: 1; }
  100% { top: 50%; }
}
.btn.arrow-down { overflow: hidden; }
.btn.arrow-down:hover i {
  -webkit-animation: down 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: down 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: down 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

a.updown:hover, a.updown:focus { text-decoration: none; }
a.updown:hover i {
  position: relative;
  top: 1px;

  -webkit-animation: 0.7s updown;
  -o-animation: 0.7s updown;
  animation: 0.7s updown;
}
@keyframes updown {
  0% { top: 1px; }
  25% { top: 8px; }
  50% { top: 1px; }
  75% { top: 8px; }
}
@-o-keyframes updown {
  0% { top: 1px; }
  25% { top: 8px; }
  50% { top: 1px; }
  75% { top: 8px; }
}
@-webkit-keyframes updown {
  0% { top: 1px; }
  25% { top: 8px; }
  50% { top: 1px; }
  75% { top: 8px; }
}

/* info */
.info {
  background: #fff;
  padding: 25px;
}

.nondad .info {
  background: none;
  padding: 0;
  text-align: center;
}

.nondad .info h4, .nondad .info ol, .nondad .info ul { display: none; }

.nondad #oeuvre .btn { margin-top: 0; }

/* form */
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #004136;
  background: #fff;
}

/* datepicker */
.ui-widget.ui-widget-content {
  border: 2px solid #014136;
  margin-top: -34px;
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.ui-datepicker td.ui-datepicker-today a {
  background: transparent;
  border-color: rgba(1,65,54,1);
  color: #000;
}




.payot-social {
  padding: 0;
  margin: 0;
}
.payot-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.payot-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.payot-social li a:hover {
  color: #004136;
}
.payot-social li a:hover, .payot-social li a:active, .payot-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.payot-section {
  padding: 100px 0;
}

.marged-top {
  margin-top: 150px;
  clear: both;
  width: 100%;
}

.grey-section {
  background: #EEE !important;
}

.blank-divider-50 {
  margin: 25px 0;
  clear: both;
  width: 100%;
  display: inline-block;
}










/**/
/* HEADER */
/**/

#payot-header {
  width: 100%;
  margin: 0;
  position: relative;
}
#payot-header > .container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #payot-header {
    margin: 0px 0 0 0;
  }
}
#payot-header .header-inner {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.header-inner img, .header-inner svg {
  margin: 24px 0;
  width: 220px;
}
#payot-header h1, #payot-header nav {
  margin: 48px 0 0 0;
}
#payot-header nav {
  float: right;
  padding: 0;
}
#payot-header nav ul {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#payot-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#payot-header nav ul li a {
  color: rgb(0, 65, 54);
  font-size: 16px;
  font-weight: 900;
  padding: 10px 30px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#payot-header nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
#payot-header nav ul li:not(.half-cta) a:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  bottom: 0px;
  border-radius: 100%;
  left: 50%;
  margin-left: -3px;
  background-color: #e00113;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#payot-header nav ul li a:hover {
  text-decoration: none;
  color: #004136;
}
#payot-header nav ul li a:not(.search):hover:after, #payot-header nav ul li a.on:after {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#payot-header nav ul li a:active, #payot-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#payot-header nav ul li:nth-child(5) {
  margin-left: 20px;
}
#payot-header nav ul li.half-cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background: #004136;
  color: #fff;
  font-weight: 900;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}
#payot-header nav ul li.half-cta:last-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  margin-left: -4px;
  border-left: 1px solid white;
}
#payot-header nav ul li.half-cta:not(:last-child) a i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
#payot-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#payot-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}


/* SUB MENU */

#sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  width: 100%;
  height: 450px;
  z-index: 99;
  display: none;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);;
}

#sub-nav > .container { width: 100%; }

#sub-nav section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  padding: 25px;
}

#sub-nav h4 {
  margin: 15px 0 10px;
  letter-spacing: 0.4px;
}

#sub-nav #close-sub {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: icomoon;
  color: #fff;
  background: #004136;
  width: 50px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 99;
}
#sub-nav #close-sub:hover {
  text-decoration: none;
  -webkit-animation: upup 2s infinite;
  -o-animation: upup 2s infinite;
  animation: upup 2s infinite;
}

@keyframes upup {
  0% { line-height: 30px; }
  10% { line-height: 25px; }
  20% { line-height: 30px; }
  30% { line-height: 25px; }
  40% { line-height: 30px; }
}

ul.bg-menu {
  padding: 0;
  list-style: none;
}

ul.bg-menu li { display: none; }

ul.bg-menu li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  margin: 15px 0;
  padding-left: 15px;
  line-height: 60px;
  font-weight: 900;
  color: #fff;
  background: #555;
  border-radius: 4px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;

  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
ul.bg-menu li a:hover, ul.bg-menu li a:focus {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  top: -2px;
}
ul.bg-menu li a:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0,0,0,0.4);
  border-radius: 4px;
}

.super-sub, .super-sub:hover, .super-sub:focus {
  color: #000;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
.super-sub.on { border-bottom-style: solid;}

#sub-nav #villes { display: none; }














/**/
/* MOBILE MENU */
/**/

#payot-page {
  position: relative;
  z-index: 2;
  background: #fff;
}

#payot-offcanvas, .payot-nav-toggle, #payot-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#payot-offcanvas, .payot-nav-toggle, #payot-page {
  position: relative;
}

nav ul li ul {
  display: none;
  margin: 10px 10px 30px !important;
}
#payot-offcanvas ul li ul li {
  line-height: 1;
}

#payot-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #payot-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#payot-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  opacity: 0;
  z-index: 1;
  top: 0;
  width: 275px;
  background: #004136;
  padding: 30px;
}
.payot-nav-toggle.active + #payot-offcanvas { opacity: 1; }
#payot-offcanvas ul {
  padding: 0;
  margin: 0;
}
#payot-offcanvas ul li {
  display: block !important;
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#payot-offcanvas ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none !important;
}
#payot-offcanvas ul li.half-cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#payot-offcanvas ul li.half-cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#payot-offcanvas ul li.half-cta a:hover {
  background: #fff;
  text-decoration: none;
  color: #004136;
}
#payot-offcanvas ul li.cta a:hover:after {
  display: none;
}

#payot-offcanvas ul li.top:nth-child(5) {
  margin: 30px 0 20px;
}

#payot-offcanvas a > i {
  margin-right: 7px;
}

@media screen and (max-width: 1150px) {
  .customize-support div#payot-offcanvas {
      top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .customize-support div#payot-offcanvas {
      top: 46px;
  }
}

.payot-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.payot-nav-toggle.active i::before, .payot-nav-toggle.active i::after {
  background: #fff;
}
.payot-nav-toggle.dark.active i::before, .payot-nav-toggle.dark.active i::after {
  background: #fff;
}
.payot-nav-toggle:hover, .payot-nav-toggle:focus, .payot-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.payot-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #004136;
  transition: all .2s ease-out;
}
.payot-nav-toggle i::before, .payot-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #004136;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.payot-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.payot-nav-toggle.dark i::before, .payot-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.payot-nav-toggle i::before {
  top: -7px;
}

.payot-nav-toggle i::after {
  bottom: -7px;
}

.payot-nav-toggle:hover i::before {
  top: -10px;
}

.payot-nav-toggle:hover i::after {
  bottom: -10px;
}

.payot-nav-toggle.active i {
  background: transparent;
}

.payot-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.payot-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.payot-nav-toggle {
  position: absolute;
  top: 40px;
  right: 35px;
  z-index: 99;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1325px) {
  .payot-nav-toggle {
    display: block;
    top: 35px;
  }
  #payot-header nav {
    display: none;
  }
  #payot-offcanvas {
    display: block;
  }
}







/**/
/* SEARCH */
/**/

#recherche {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238,238,238,0.98);
  z-index: 999;
  padding-top: 100px;
}
.customize-support #recherche { top: 32px; }

#recherche div > i {
  width: 64px;
  float: left;
  font-size: 36px;
  color: #014136;
  margin-top: 18px;
}

#recherche input {
  margin-bottom: 50px;
  width: calc(100% - 300px);
  float: left;
  border: none;
  border-bottom: 3px solid #014136;
  padding: 10px 15px;
  font-size: 32px;
  font-weight: bold;
  color: #014136;
  background: none;

  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#recherche input:focus {
  outline: none;
  border-bottom-width: 5px;
  border-color: #014136;
  color: #014136;
}
#recherche input::-webkit-input-placeholder { color: rgba(1,65,54,0.4); }
#recherche input::-moz-placeholder { color: rgba(1,65,54,0.4); }
#recherche input:-ms-input-placeholder { color: rgba(1,65,54,0.4); }
#recherche input:-moz-placeholder { color: rgba(1,65,54,0.4); }

#recherche a {
  float: right;
  margin-top: 20px;
  overflow: hidden;
}

#recherche .row { position: relative; }
#recherche #loading {
  display: none;
}

#recherche .small-event .image { height: 30px; }
#recherche .image span {
  width: 100%;
  left: 0 !important;
  margin-left: 0 !important;
}

#recherche #close-search {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 24px;
  color: #004136;
}
#recherche #close-search:hover, #recherche #close-search:focus { text-decoration: none; }

#recherche .image { overflow: visible; }
#recherche .card {
  overflow: hidden;
  padding: 0 30px 0 0;
}
#recherche .annule .image:before, #recherche .complet .image:before {
  top: 50px;
  left: -40px;
}
#recherche .bilingual:after { top: 40px; }

#recherche .image span {
  bottom: auto;
  top: 0;
}


/**/
/* HERO */
/**/

#payot-hero {
  padding: 50px 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#payot-hero h1 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 7px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#payot-hero hr {
  opacity: 0;
  margin: 15px 0;
}

#payot-hero ul { padding-left: 20px; }
#payot-hero ul li, #payot-hero p, #payot-hero a {
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#payot-hero .btn { margin: 35px 0 10px; }
























/**/
/* EVENT */
/**/

.small-event {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
.small-event .image {
  height: 220px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}
.small-event .v-align {
  padding: 13.5px 30px;
}
.small-event .v-align h3 {
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 20px;
}
.small-event h3 span, .big-event h3 span {
  width: 100%;
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 5px;
}
.small-event:hover, .small-event:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.small-event button { margin-bottom: 20px; }
.small-event:hover button, .big-event:hover button {
  background: #004136;
  color: #fff;
  padding-right: 50px;
}
.small-event:hover button i, .big-event:hover button i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.big-event {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
.big-event .image {
  height: 350px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
.big-event .v-align {
  padding: 30px;
}
.big-event .v-align h3 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 15px;
}
.big-event .v-align h5, .small-event .v-align h5 {
  display: inline-block;
  margin: 5px 5px 20px 0;
  width: 100%;
}
.big-event h5 i, .small-event h5 i {
  font-size: 1.2em;
  margin-right: 2px;
  position: relative;
  top: 2px;
}
.big-event h5 i:nth-child(2), .small-event h5 i:nth-child(2) { margin-left: 10px; }
.big-event .v-align h5 span, .small-event .v-align h5 span { padding-left: 20px; }


.big-event .v-align p {
  color: #555;
  font-weight: 400;
}
.big-event:hover, .big-event:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.image {
  position: relative;
  overflow: hidden;
}
.image span {
  font-family: Lato, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #014136;
  line-height: 1.2;
  text-align: center;
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  padding: 7px 20px;
  z-index: 2;
}
.payot-event .image span {
  background: #014136;
  color: #fff;
  bottom: 0;
}

.payot-event .image:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 3;
  background: url(../images/separator.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: bottom center;
}

.bilingual:after {
  content:'';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background: url(../images/union-jack.gif);
  -webkit-background-size: 40px;
  background-size: 40px;
}

#cata-head:not(.event-archives) .past-event h3, #cata-head:not(.event-archives) .past-event h5, #cata-head:not(.event-archives) .past-event button { color: #999 !important; }
#cata-head:not(.event-archives) .past-event .image { opacity: 0.5; }
#cata-head:not(.event-archives) .past-event button { border-color: #999 !important; }
#cata-head:not(.event-archives) .past-event:hover button {
  border-color: #999 !important;
  background: #999 !important;
  color: #fff !important;
}

#goDate {
  margin-left: 15px;
  padding: 4px 15px;
}

#goArchives {
  font-size: 80%;
  margin-bottom: 50px;
}


.annule .image:before, .complet .image:before {
  content: 'Annulé';
  font: bold 15px Sans-Serif;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  padding: 7px 0;
  left: -33px;
  top: 26px;
  width: 150px;
  background-color: #e00113;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
}
.complet .image:before {
  content: 'Complet';
  background-color: #014136;
}










/**/
/* SWISS MAP */
/**/

#suisse {
  position: relative;
}

#carte-suisse h2, #carte-suisse .carte-texte {
  z-index: 2;
  position: relative;
  color: #000;
}

#suisse .carte-holder {
  position: absolute;
  top: -100px;
  left: 60px;
  width: 190%;
  z-index: 1;
}
#suisse .carte-holder:after {
  content:'';
  height: 100%;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
}

#suisse .carte-holder svg {
  width: 100%;
  height: 100%;
}

#suisse [id^=ville_] [id^=cercle], #suisse [id^=can_] { cursor: pointer; }

#suisse [id^=can_]  {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#suisse [id^=can_]:hover { opacity: 0.85; }

#suisse [id^=ville_] [id^=texte] {
  display: none;
  opacity: 0;

  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);

  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#suisse [id^=ville_] [id^=cercle]:hover + [id^=texte] {
  display: block;
  opacity: 1;
  top: 0;

  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}













/**/
/* CAT-BTNs */
/**/

.bg-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  margin: 15px 0;
  padding-left: 15px;
  line-height: 60px;
  font-weight: 900;
  color: #fff;
  background: #555;
  border-radius: 4px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;

  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
.bg-btn:hover, .bg-btn:focus {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  top: -2px;
}
.bg-btn:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0,0,0,0.4);
  border-radius: 4px;
}

.cat-thematique { margin-top: 50px; }












/**/
/* FILTRES */
/**/

#cata-head .search-head { display: none; }

.event-archives .classic-head span {
  background: #004137;
  padding: 5px 15px;
  border-radius: 1000px;
  color: #fff;
  margin: 5px;
}

#catalogue {
  padding: 0;
  position: relative;
  min-height: 500px;
}
.event-archives div#catalogue { margin-left: -15px; }

#catalogue .image span { padding: 7px 10px; }

#catalogue .repere { display: inline; }

#catalogue h2, #catalogue h4 {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

.home #catalogue .card:nth-child(n+10) { display: none; }

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: 99;
}

#removesearch { text-decoration: none; }
#removesearch i {
  position: relative;
  top: 2px;
  left: 6px;
}

.loader {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  width: 63px;
  height: 63px;
  border-radius: 50%;
  margin: 4em;
  display: inline-block;
  vertical-align: middle;
  background: rgb(1, 65, 54);
}
.loader,
.loader:before,
.loader:after {
	animation: 1.6s infinite ease-in-out;
	-o-animation: 1.6s infinite ease-in-out;
	-ms-animation: 1.6s infinite ease-in-out;
	-webkit-animation: 1.6s infinite ease-in-out;
	-moz-animation: 1.6s infinite ease-in-out;
}
.loader:before,
.loader:after {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.loader {
  animation-name: loader;
	-o-animation-name: loader;
	-ms-animation-name: loader;
	-webkit-animation-name: loader;
	-moz-animation-name: loader;
}

@keyframes loader {
	from { transform: scale(0); opacity: 1; }
	to	 { transform: scale(1); opacity: 0; }
}

@-o-keyframes loader {
	from { -o-transform: scale(0); opacity: 1; }
	to	 { -o-transform: scale(1); opacity: 0; }
}

@-ms-keyframes loader {
	from { -ms-transform: scale(0); opacity: 1; }
	to	 { -ms-transform: scale(1); opacity: 0; }
}

@-webkit-keyframes loader {
	from { -webkit-transform: scale(0); opacity: 1; }
	to	 { -webkit-transform: scale(1); opacity: 0; }
}

@-moz-keyframes loader {
	from { -moz-transform: scale(0); opacity: 1; }
	to	 { -moz-transform: scale(1); opacity: 0; }
}

/* FILTRES */
#filtres {
  position: relative;
  display: inline-block;
}
#filtres section {
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 35px;
  background: url(../images/separator.png) no-repeat bottom center;
  -webkit-background-size: contain;
  background-size: contain;
}
#filtres section:last-child { background: none; }

#filtres h4 { font-weight: 900; }
#filtres h5 { margin-bottom: 0; }

#open-filtres {
  text-decoration: none !important;
  display: none;
}
#open-filtres i {
  position: relative;
  top: 2px;
  left: 7px;
}

#filtres #where #villes { display: none; }

.switch, .switch:hover, .switch:focus {
  color: #000;
  text-decoration: none;
}
.switch { border-bottom: 1px dotted #000; }
.switch.on, .switch:hover, .switch:focus { border-bottom-style: solid; }

a.switch.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

#other > div:nth-child(3) {
  display: none !important;
}

#filtres .removefilters {
  display: inline-block;
  margin: 10px 0 0px;
  position: relative;
  display: none;
}
#filtres .removefilters:hover { text-decoration: none; }
#filtres .removefilters:after {
  content: '\f057';
  font-family: icomoon;
  position: absolute;
  right: -20px;
  top: 2px;
}

#filtres .check {
  position: relative;
  margin: 5px 0;
}
#filtres input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#filtres label {
  cursor: pointer;
  font-weight: 400;
  padding: 6px 0 0 25px;
  position: relative;
  line-height: 1;
}

#filtres label:before {
  content:'';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ccc;
  position: absolute;
  left: 0px;
  top: 7px;
  line-height: 1;
}
#filtres input[type=checkbox]:checked + label:before {
  background: #014136;

  -webkit-transition: 0.15s background linear 0.15s;
  -o-transition: 0.15s background linear 0.15s;
  transition: 0.15s background linear 0.15s;

  -webkit-animation: pop 0.3s;
  -o-animation: pop 0.3s;
  animation: pop 0.3s;
}
@keyframes pop {
  0% { transform: scale(1); }
  50% { transform: scale(0); }
  51% { transform: scale(0); }
  0% { transform: scale(1); }
}
@-o-keyframes pop {
  0% { -o-transform: scale(1); }
  50% { -o-transform: scale(0); }
  0% { -o-transform: scale(1); }
}
@-webkit-keyframes pop {
  0% { -webkit-transform: scale(1); }
  50% { -webkit-transform: scale(0); }
  0% { -webkit-transform: scale(1); }
}

#filtres.loading:after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0.5;
  z-index: 99;
}

/* pagination */
div#pagination {
  margin: 50px 0;
  text-align: center;
}

div#pagination span {
  display: inline-block;
  color: #fff;
  background: #004136;
  margin: 0 25px;
  border-radius: 1000px;
  font-size: 20px;
  font-weight: bold;
  padding: 11px 35px 14px;
}

#pagination a:focus { text-decoration: none; }
#pagination a.disabled, #pagination a[data-page="0"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}







/**/
/* SINGLE EVENT */
/**/

#single-event { padding-top: 0; }

.event-image {
  overflow: hidden;
  padding-left: 0;
  margin-left: 15px;
  margin-right: -15px;
}
.event-image img {
  width: 100%;
  max-height: 100%;
}

.annule .event-image:before,  .complet .event-image:before {
  content: 'Annulé';
  font: bold 15px Sans-Serif;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  padding: 7px 0;
  left: -33px;
  top: 26px;
  width: 150px;
  background-color: #e00113;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
}
.complet .event-image:before {
  content: 'Complet';
  background-color: #004136;
}

#single-event .payot-heading { padding: 50px 0 0 50px; }

#single-event img.flag {
  position: absolute;
  top: 25px;
  right: 40px;
  width: 40px;
  border-radius: 1000px;
}

#single-event h1 { font-weight: 900; }
#single-event h2 {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 5px;
}

#single-event .payot-heading h4 span { font-size: 0.8em; }

#single-event h4 a { float: right; }

#single-event ul {
  padding-left: 0;
  list-style: none;
}
#single-event .payot-heading li {
  line-height: 1.2;
  margin: 10px 0;
}
#single-event ul li a i { margin-left: 10px; }

.ctas {
  margin: 50px 0 0;
  position: relative;
}
.btn.big {
  text-transform: uppercase;
  padding: 15px 70px 15px 20px !important;
  border-radius: 1000px;
}
.btn.big i {
  font-size: 1.4em;
  top: 23px;
}
.btn.big:hover i {
  -webkit-animation: popup 1s;
  -o-animation: popup 1s;
  animation: popup 1s;
}
@keyframes popup {
  0% { transform: scale(1); }
  30% { transform: scale(1.4); }
  60% { transform: scale(1); }
}
@-o-keyframes popup {
  0% { -o-transform: scale(1); }
  30% { -o-transform: scale(1.4); }
  60% { -o-transform: scale(1); }
}
@-webkit-keyframes popup {
  0% { -webkit-transform: scale(1); }
  30% { -webkit-transform: scale(1.4); }
  60% { -webkit-transform: scale(1); }
}

.btn.big.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  background: #004136;
  border-color: #004136;
}

/* reservation form */
div#resa {
  display: inline-block;
  background: #004136;
  color: #fff;
  border-radius: 28px;
  padding: 35px;
  width: 360px;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 90;
  display: none;
}
div#resa:after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #004136 transparent;
}

#goresa {
  display:none !important;
}

#resa .em-booking-form-details {
  width: 100%;
  padding: 0;
  position: relative;
}
#resa .em-booking-form-details:after {
  content: '* mention obligatoire';
  position: absolute;
  bottom: 2px;
  right: 0;
  font-size: 12px;
}

#resa .em-booking { margin: 0; }

#resa .em-booking-form label {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;

  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#resa .em-booking-form-details p.focus label {
  top: 30px;
  left: 0;

  -webkit-transform-origin-x: 0;
  -ms-transform-origin-x: 0;
  -o-transform-origin-x: 0;
  transform-origin-x: 0;

  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

#resa .em-booking-form-details input[type=text] {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
#resa .em-booking-form-details input[type=text]:focus { outline: none; }

#resa .em-booking-form p {
  margin: 0 0 40px;
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
}

#resa .em-booking-form-details .em-booking-submit {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#resa .em-booking-form-details i.okay { margin-left: 15px; }

#resa div.em-booking-message-success {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#resa .em-booking-message-error.em-booking-message {
  padding: 1px 25px;
  background: #fff;
  border: none;
  line-height: 1.4;
  margin-bottom: 25px;
}

/* if true resa */
#resa .em-booking-form p.em-tickets-spaces { margin-bottom: 25px; }

#resa .em-booking-form .em-tickets-spaces label {
  width: auto;
  margin-right: 15px;
}

.em-tickets-spaces select {
  background: transparent url(../images/select-arrows.png) no-repeat center right;
  border: none;
  border-bottom: 2px solid white;
  font-size: 20px;
  font-family: Lato, sans-serif;
  padding: 0 20px 0 5px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.em-tickets-spaces select option { color: #000 !important; }

#resa small {
  display: inline-block;
  margin-top: 10px;
  font-size: 70%;
}



/* captcha */

div#recaptcha iframe {
  position: relative;
  top: -15px;
}

/*p.input-captcha { margin-bottom: 0 !important; }
div#recaptcha_widget_div { margin-bottom: 25px; }

#recaptcha_widget_div #recaptcha_area, #recaptcha_widget_div #recaptcha_table {
    width: 100% !important;
    background: none !important;
}

#recaptcha_widget_div #recaptcha_table td {
  background: none;
  position: relative;
  left: -6px;
}
#recaptcha_widget_div .recaptcha_input_area { margin: 0 !important; }

a#recaptcha_reload_btn img, a#recaptcha_switch_audio_btn, a#recaptcha_whatsthis_btn { display: none; }

#recaptcha_widget_div #recaptcha_image, #recaptcha_widget_div #recaptcha_image img { width: 100% !important; }

a#recaptcha_reload_btn { position: relative; }
a#recaptcha_reload_btn:after {
 content: "\f021";
 font-family: icomoon;
 color: #fff;
 font-size: 16px;
 position: absolute;
 top: 17px;
 left: 0;
}*/


/* socials */
.socials h4 {
  margin-bottom: 0px;
  margin-right: 10px;
  display: inline;
}
.socials a {
  font-size: 24px;
  margin-left: 6px;
  position: relative;
  top: 5px;

  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.socials a.wa {
  display: none;
  background: #004136;
  color: #eee;
  font-size: 18px;
  padding: 0 3px;
  border-radius: 4px;
  position: relative;
  top: 2px;
}
.socials a:hover, .socials a:focus { text-decoration: none; }


.description {
  margin-top: 75px;
}

#single-event h3 { margin-bottom: 20px; }

.description ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#lieu h3 {
  position: relative;
  padding-right: 20px;
}
#lieu h3 i {
  position: absolute;
  right: 0;
  color: #004136;
}

#single-event #map {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  border: 3px solid #fff;
}

#adresse { font-weight: 900; }

#horaires p { display: none; }
#horaires ul li {
    font-size: 14px;
    margin-top: -3px;
    display: block;
    width: 100%;
    position: relative;
}
#horaires ul li strong {
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
}

#oeuvre {
  margin-top: 50px;
  margin-bottom: -50px;
  min-height: 250px;
  position: relative;
}

#oeuvre #loading { display: block; }

#oeuvre img {
  width: 100%;
}
#oeuvre h3 {
  padding-left: 15px;
  padding-right: 15px;
}

#oeuvre h4, #oeuvre h5 {
  margin-bottom: 10px;
  padding-right: 25px;
}
.green { color: #004136; }
.red {
  color: #e00113;
  text-decoration: line-through;
}
span.red { font-size: 0.7em; }
#oeuvre h5.red {
  position: absolute;
  bottom: -35px;
}
#oeuvre h4.green, #oeuvre h5.red { font-weight: bold; }

#oeuvre h4.green span {
  position: absolute;
  right: 75px;
  text-align: right;
  opacity: 0.4;
  font-weight: normal;
}

#oeuvre p, #oeuvre ol, #oeuvre ul, .shop-descri p, .shop-descri ul, .shop-descri ol, .shop-descri {
  margin-top: 25px;
  font-size: 14px;
}
#oeuvre ol { padding: 0 15px; }
#oeuvre ol li , #oeuvre ul li {
  line-height: 1.2;
  margin-bottom: 10px;
}

#oeuvre ul { font-size: 12px; }
#oeuvre ul li:first-child { font-weight: bold; }

#oeuvre .btn { margin-top: 25px; }


#oeuvres {
  min-height: 250px;
  position: relative;
  margin-top: 75px;
}

#oeuvres #loading { display: block; }

#oeuvres h3 { margin-bottom: 0; }

#oeuvres span {
  position: relative;
  float: right;
  margin: 0 10px;
}
#oeuvres span span {
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  margin: 0;
  font-size: 0.8em;
  opacity: 0.5;
}



.oeuvre {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  position: relative;
}
.oeuvre:last-child { border: none; }

.oeuvre img {
  float: left;
  margin-right: 25px;
  max-width: 135px;
}
.oeuvre h4, .oeuvre h5, .oeuvre p {
  width: 50%;
  float: left;
}
.oeuvre h5 { margin: 0 0 15px; }
.oeuvre h4 {
  margin-bottom: 10px;
  line-height: 1.2;
}
.oeuvre p {
  margin-bottom: 0;
  font-size: 14px;
}
.oeuvre a.btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;
}







/**/
/* INSCRIPTION NEWSLETTER */
/**/

#news-form .col-md-10 { margin-bottom: 30px; }

ul#villes {
  padding-left: 0;
  margin-bottom: 30px;
}

.bg-check {
  display: inline-block;
  position: relative;
  cursor: pointer !important;
  z-index: 1;
  width: calc(50% - 30px);
  height: 60px;
  margin: 10px 15px 10px 0;
  padding-left: 15px;
  background: #555;
  border-radius: 4px;
  background-position: center;

  -webkit-background-size: cover;
  background-size: cover;

  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
.bg-check:hover {
  cursor: pointer !important;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.2);
  top: -2px;
}
.bg-check:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0,0,0,0.4);
  border-radius: 4px;
}
.bg-check:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 17px;
  right: 17px;
  font-family: icomoon;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
}
.bg-check.checked:after { content: '\f00c'; }

.bg-check input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-check label {
  top: 0 !important;
  left: 0 !important;
  line-height: 60px;
  font-weight: 900;
  color: #fff !important;
  cursor: pointer !important;
}

#news-form .mc-field-group { cursor: text; }

#news-form .mc-field-group:not(.input-group) {
  width: 75%;
  height: 40px;
  margin: 35px 0;
  position: relative;
}
#news-form .mc-field-group:not(.input-group):nth-child(4) { margin-bottom: 50px; }

#news-form label {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 5px;
  left: 13px;
  color: #004136;
  z-index: 2;
  cursor: text;

  -webkit-transform-origin-x: 0;
  -ms-transform-origin-x: 0;
  -o-transform-origin-x: 0;
  transform-origin-x: 0;

  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#news-form .focus label {
  top: 35px;
  left: -40px;

  -webkit-transform-origin-x: 0;
  -ms-transform-origin-x: 0;
  -o-transform-origin-x: 0;
  transform-origin-x: 0;

  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

#news-form input[type=text], #news-form input[type=email] {
  background: #fff;
  border: none;
  border-bottom: 2px solid #004136;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 13px;
  height: 40px;
  width: 100%;
  color: #004136;
  z-index: 1;
}
#news-form input[type=text]:focus, #news-form input[type=email]:focus { outline: none; }

#frequence, #radio-part {
  width: 100%;
  margin-bottom: 25px;
}
#frequence ul, #radio-part ul {
  padding-left: 0;
  position: relative;
  width: 100%;
  height: 50px;
}

#frequence li, #radio-part li {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#frequence li:last-child, #radio-part li:last-child {
  left: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#frequence li label, #radio-part li label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  line-height: 44px;
  background: #fff;
  border: 3px solid #004136;
  padding-left: 13px;
  font-size: 14px;

  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

#frequence input[type=checkbox], #radio-part input[type=radio] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#frequence p.checked label, #radio-part p.checked label {
  background: #004136;
  color: #fff;
}

#hiddenPlace { display: none; }


.wysija-msg {
  margin-left: 15px;
  margin-bottom: 50px;
  margin-top: -50px;
  display: inline-block;
}

.widget_wysija_cont .allmsgs ul { margin-bottom: 0; }

.widget_wysija_cont .allmsgs li {
  font-size: 18px;
  line-height: 1.4;
}

.widget_wysija_cont .updated {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.wysija-msg ul {
  list-style: none !important;
  padding: 25px !important;
  margin: 0 !important;
  display: inline-block !important;
}
.wysija-msg .updated ul {
  background: rgba(4, 67, 56, 0.15);
  border: 1px solid #024136;
}

.widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
  background-color: rgba(229, 80, 87, 0.21);
  color: #000;
  border-color: #CC0000;
}

/* confirmation */
.single-wysijap .grey-section p { font-size: 20px; }

/* modification */
form#wysija-subscriptions { padding: 15px; }
form#wysija-subscriptions:before {
  content: 'Modifier votre inscription';
  position: relative;
  top: -15px;
  font-family: Lato, Arial, sans-serif;
  font-size: 24px;
  color: #000;
}
form#wysija-subscriptions td { padding: 10px !important; }
form#wysija-subscriptions table tr:nth-child(5) { display: none; }
input[type="submit"].wysija { margin-top: 30px; }
label[for=status--1], label[for=cf_3_Oui] { margin-right: 20px; }
#wysija-subscriptions input[type=radio] { margin-right: 5px; }
form#wysija-subscriptions ul#villes { margin-top: 25px; }
form#wysija-subscriptions ul#villes li { max-width: 275px; }
form#wysija-subscriptions th h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}




/**/
/* TESTIMONY */
/**/

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #004136;
  font-weight: 400;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}

.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #004136;
}





a#mobileMore {
  width: 100%;
  display: inline-block;
  margin: 10px 0 0px;
  font-size: 0.8em;
}
a#mobileMore:focus, a#mobileMore:hover { text-decoration: none; }
#mobileMore i {
  position: relative;
  top: 1px;
  left: 3px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 900;
}
.item-block p:last-child {
  margin-bottom: 0;
}

.payot-heading {
  margin-bottom: 30px;
}
.payot-heading h2 {
  margin-bottom: 20px;
  font-weight: 900;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.payot-about,
.payot-team,
.payot-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .payot-about,
  .payot-team,
  .payot-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #004136;
}
.contact-info li a {
  color: #004136;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.payot-staff img {
  margin-bottom: 1.5em;
}
.payot-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 900;
  font-size: 20px;
}
.payot-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.payot-staff .payot-social {
  text-align: center;
}
.payot-staff .payot-social a {
  color: #000;
}











/**/
/* STRIPE FULL WIDTH WITH BG */
/**/

.payot-stripe {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .payot-stripe {
    padding: 3em 0;
  }
}
.payot-stripe .overlay {
  background: rgba(0, 0, 0, 0);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.payot-stripe .container {
  position: relative;
  z-index: 2;
}
.payot-stripe p, .payot-stripe h3, .payot-stripe h2 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.payot-stripe h2 { font-weight: 900; }
.payot-stripe h3 { margin-bottom: 5px; }
.payot-stripe p:last-child {
  margin-bottom: 0;
}
.payot-stripe .btn {
  color: #fff;
}










/**/
/* SERVICES */
/**/

#payot-services-section .services {
  position: relative;
}
#payot-services-section .services i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #004136;
}
#payot-services-section .services .desc {
  padding-left: 70px;
}
#payot-services-section .services .desc h3 {
  font-size: 20px;
  font-weight: 900;
}

.payot-services {
  margin-top: 4em;
}














/**/
/* FOOTER */
/**/

#payot-footer {
  padding: 7em 0 0;
  float: left;
  width: 100%;
  position: relative;
  background: #262626;
}
@media screen and (max-width: 768px) {
  #payot-footer {
    padding: 3em 0;
  }
}
#payot-footer h2, #payot-footer h3, #payot-footer h4 {
  color: #fff;
}
#payot-footer h3 {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 900;
}
#payot-footer [class*="col"] {
  padding-bottom: 30px;
}
#payot-footer .btn {
  color: #fff;
}
#payot-footer ul {
  float: left;
  width: 100%;
  margin-right: 10%;
  padding: 0;
  margin: 0;
}
#payot-footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#payot-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
  font-weight: 400;
}
#payot-footer ul li a.btn { font-weight: 900; }
#payot-footer ul li a:hover {
  color: #fff;
}
#payot-footer .payot-social li {
  display: block !important;
}

#payot-footer a.btn {
  margin-top: 25px;
  border: none !important;
}
#payot-footer a.with-arrow {
    display: block;
    width: max-content;
}
#payot-footer a.social {
    display: inline-block;
    padding: 0;
    width: 40px !important;
    height: 40px !important;
    line-height: 37px;
    margin-right: 10px !important;
}
#payot-footer a.facebook {
    background: #3B5998 !important;
}
#payot-footer a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}
#payot-footer a.social img {
    width: 20px !important;
    height: 20px !important;
}

#payot-footer .utiles p, #payot-footer .utiles a {
  width: 75%;
}
@media screen and (min-width: 40em) {
  #payot-footer .utiles p, #payot-footer .utiles a {
    width: auto;
  }
}

#payot-footer .utiles p {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #fff;
}
#payot-footer .utiles a {
  margin: 10px 0;
}

.payot-copyright {
  clear: both;
  padding: 40px 0 0 0;
}
.payot-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .payot-copyright span {
    display: inline;
    margin-left: 10px;
  }
}

.payot-copyright p {
  margin-bottom: 15px;
}

.payot-copyright a {
  opacity: 0.5;
  margin-bottom: 50px;
  display: inline-block;

  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.payot-copyright a:hover { opacity: 1; }



/**/
/* Popup Newsletter */
/**/

#newsletter-popup {
  position: fixed;
  top: 134px;
  right: -20px;
  width: 500px;
  padding: 25px;
  border: 2px solid #004136;
  background: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
#newsletter-popup.on {
  right: 25px;
  opacity: 1;
  visibility: visible;
}
#newsletter-popup.up { top: 25px; }
.admin-bar #newsletter-popup { top: 166px; }
.admin-bar #newsletter-popup.up { top: 57px; }


#newsletter-popup h4 {
  font-size: 120%;
  margin-bottom: 20px;
}
#newsletter-popup p {
  font-size: 90%;
  margin-bottom: 20px;
}

#newsletter-popup a { font-size: 80%; }

#newsletter-popup a.btn-outline {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -5px;
}
#newsletter-popup a:not(.btn-outline) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}







/**/
/* RESPONSIVE */
/**/


/* tablet landscape */
@media screen and (max-width: 1024px) {

  #payot-header nav ul li a {
      padding: 10px 15px;
  }

  .image:before {
    font-size: 12px;
    width: 160px;
    padding: 6px 0;
  }

  .small-event h3 span, .big-event h3 span {
    font-size: 0.6em;
  }

  .socials a.wa { display: inline; }

  #oeuvre h4.green span { right: 60px; }



}


/* tablet portrait */
@media screen and (max-device-width: 1024px) and (orientation:portrait) {

  #payot-hero h1 {
    font-size: 32px;
  }
  h3 {
    margin-bottom: 10px;
  }

  .payot-section {
    padding: 75px 0;
  }

  .small-event button, .big-event button {
    display: none;
  }

  .big-event .v-align, .small-event .v-align {
    padding: 5px 30px 0;
  }

  #suisse {
    overflow: hidden;
    margin-top: -150px;
  }

  #suisse .carte-holder {
    top: -100px;
    width: 180%;
  }

  #payot-footer h3 {
    margin-bottom: 30px;
  }

  #single-event .payot-heading {
    padding: 25px 0 0 15px;
  }

  #single-event h4 a {
    float: none;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }

  .ctas {
    margin-top: 25px;
  }

  .socials {
    margin-top: 20px;
  }

  .oeuvre img {
    max-width: 80px;
  }

  .oeuvre h4, .oeuvre h5, .oeuvre p {
    width: 80%;
  }

  .oeuvre a.btn {
    position: relative;
    float: left;
    margin: 25px 105px;
  }

  #lieu, #oeuvres { margin-top: 50px; }

  div#mc_embed_signup_scroll {
    margin-top: 50px;
  }

  .payot-heading img.flag {
    top: 21px;
    width: 24px;
  }

}

/* phones landscape */
@media screen and (max-width:767px) {

  .col-xs-12.go-xs-6 {
    width: 50%;
  }

  .header-inner img {
    height: 50px;
    margin-left: -20px;
  }

  .payot-nav-toggle { top: 25px; }

  .payot-section { padding: 50px 0; }

  #payot-hero { padding: 25px 0; }
  #payot-hero h1, h1 { font-size: 32px; }
  #payot-hero .btn { margin-top: 15px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }

  #open-filtres { display: block; }
  #filtres { display: none; }
  #filtres section {
    width: 40%;
    float: left;
    margin-right: 10%;
  }

  .event-image {
    width: 30%;
    float: left;
  }

  #single-event .payot-heading {
    padding: 15px;
    float: left;
    width: 60%;
  }

  #single-event h4 a {
    float: none;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
  }

  div#lieu {
    margin-top: 50px;
  }

  .oeuvre h4, .oeuvre h5, .oeuvre p {
    width: 70%;
  }
  .oeuvre a.btn {
    position: relative;
    float: left;
    margin: 25px 160px;
  }

  #oeuvre h5.red {
    bottom: auto;
    top: 3px;
    left: 120px;
  }

  #oeuvre h4.green span {
    right: auto;
    top: 20px;
    font-size: 0.8em;
  }

  div#mc_embed_signup_scroll {
    margin-top: 35px;
  }

  #recherche {
    padding-top: 0;
  }

  #recherche input {
    margin-bottom: 25px;
    font-size: 22px;
  }

  #recherche #close-search {
    top: -15px;
    right: 10px;
    font-size: 18px;
  }

  #recherche a {
    margin-top: 14px;
  }

  #recherche button {
    display: none;
  }

  #recherche .v-align {
    padding: 0 15px;
  }

  #recherche .card {
    width: 33%;
  }

  #recherche #ajax-results .card:last-child {
    display: none;
  }

  .payot-heading img.flag {
    top: 21px;
    width: 24px;
  }

}

/* phones portrait */
@media screen and (max-device-width:767px) and (orientation:portrait)  {

  #payot-hero h1, h1 {
    font-size: 26px;
  }

  #payot-hero ul li {
    font-size: 14px;
  }

  h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .btn {
    font-size: 12px;
  }

  .btn.with-arrow i {
    top: 52%;
  }

  p {
    font-size: 14px;
  }

  #oeuvre .blank-divider-50 { margin: 25px 0; }

  #oeuvre h4.green span {
    right: auto;
    top: 20px;
    font-size: 0.8em;
  }

  .blank-divider-50 {
    margin: 0;
  }

  .big-event .v-align, .small-event .v-align {
    padding: 0px 20px;
  }

  .col-xs-12.go-xs-6 {
    width: 100%;
  }

  #suisse { margin-top: -131px; }
  #suisse .carte-holder {
    top: -40px;
    width: 190%;
  }

  #filtres section {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  div#pagination {
    margin: 0;
  }

  #pagination a {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
  }

  .event-image {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }

  #single-event .payot-heading {
    width: 100%;
    padding: 30px 15px;
  }

  div#resa {
    width: 100%;
  }

  .payot-stripe .overlay {
    background: rgba(0, 0, 0, 0.6);
  }

  .socials h4 {
    width: 100%;
    display: inline-block;
  }

  .main-couv, .main-descri {
    width: 100%;
  }
  .main-couv {
    margin-bottom: 35px;
  }

  .description {
    margin-top: 0;
  }

  .oeuvre h4, .oeuvre h5 {
    width: calc(100% - 125px);
  }
  .oeuvre p {
    width: 100%;
    margin-top: 15px;
  }
  .oeuvre a.btn {
    margin: 25px 0;
  }

  .bg-check {
    width: 100%;
  }

  .info {
    margin-top: 25px;
  }

  #mc_embed_signup .mc-field-group:not(.input-group) {
    width: 95%;
  }

  #frequence ul {
    height: 90px;
  }

  #frequence li {
    width: 100%;
    height: 50px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  #frequence li:last-child {
    left: 0;
    top: 50%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
  }

  #payot-footer {
    padding-bottom: 0;
  }

  input#search {
    width: calc(100% - 64px);
  }

  #recherche a {
    margin: 0;
    float: left;
  }

  #recherche .card {
    width: 50%;
  }

  #recherche #close-search {
    top: 0;
  }

  #recherche .row:nth-child(2) {
    top: 50px;
  }

  #recherche .card {
    width: 50%;
    margin-bottom: 50px;
  }

  .payot-heading img.flag {
    top: 26px;
    right: 15px;
  }

  #newsletter-popup {
    width: 275px;
  }

  #pastDate {
    margin-top: 15px;
  }

  div#wpadminbar {
    top: -46px;
  }

}
