@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Roboto:300,300i,400,400i,700,700i|Lobster);
@charset "UTF-8";
.mainFont {
  font-family: "Roboto", helvetica, arial, sans-serif;
}

.titleFont {
  font-family: "Open Sans Condensed", impact, sans-serif;
}

body {
  font: normal normal 17px "Roboto", helvetica, arial, sans-serif;
  color: #444444;
  background: #ffffff;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-moz-selection {
  background: #cc1e55;
  color: #ffffff;
}

::selection {
  background: #cc1e55;
  color: #ffffff;
}

input [type=text],
input [type=email],
input [type=password] {
  padding-left: 15px;
  line-height: 25px;
  border: solid 1px #444444;
  background: #ffffff;
}
input.dblock {
  width: 100%;
}
input::-webkit-inner-spin-button {
  opacity: 1;
}

.error {
  color: #cc1e55;
  line-height: 130%;
  display: block;
  padding: 25px;
  border: solid 1px #cc1e55;
}

label.invalid {
  color: #cc1e55;
  line-height: 130%;
  display: block;
  padding: 0px 0 0 10px;
  margin: -7px 0 15px;
  border: none;
  font-size: 13px;
}

input.invalid {
  border-color: #cc1e55 !important;
  color: #cc1e55 !important;
}

a.l {
  color: #cc1e55;
  text-decoration: underline;
}

hr {
  border: none;
  border-bottom: solid 1px #c3c3c3;
  height: 1px;
  margin: 20px 0;
}

p {
  line-height: 150%;
}

.l120 {
  line-height: 120%;
}

.l150 {
  line-height: 150%;
}

/**
 * Colors
 */
.colorBlack {
  color: #000000;
}

.colorDarkGray {
  color: #444444;
}

.colorDimGray {
  color: #616161;
}

.colorGray {
  color: #c3c3c3;
}

.colorLightGray {
  color: #f0f0f0;
}

.colorCoralPink {
  color: #cc1e55;
}

.colorWhite {
  color: #ffffff;
}

.colorDarkGreenishBlue {
  color: #061618;
}

.colorDimGreenishBlue {
  color: #10393e;
}

.colorGreenishBlue {
  color: #1a7279;
}

.colorLightGreenishBlue {
  color: #23a4af;
}

.colorAquaBlue {
  color: #b6ebf1;
}

.colorLightBrown {
  color: #d6cdac;
}

/**
 * Background colors
 */
.bgTransparent {
  background-color: transparent;
}

.bgBlack {
  background-color: #000000;
}

.bgDarkGray {
  background-color: #444444;
}

.bgDimGray {
  background-color: #616161;
}

.bgGray {
  background-color: #c3c3c3;
}

.bgLightGray {
  background-color: #f0f0f0;
}

.bgCoralPink {
  background-color: #cc1e55;
}

.bgWhite {
  background-color: #ffffff;
}

.bgDarkGreenishBlue {
  background-color: #061618;
}

.bgDimGreenishBlue {
  background-color: #10393e;
}

.bgGreenishBlue {
  background-color: #1a7279;
}

.bgLightGreenishBlue {
  background-color: #23a4af;
}

.bgAquaBlue {
  background-color: #b6ebf1;
}

.bgLightBrown {
  background-color: #d6cdac;
}

/**
 * Borders
 */
.borderBlack {
  border-color: #000000;
}

.borderDarkGray {
  border-color: #444444;
}

.borderDimGray {
  border-color: #616161;
}

.borderGray {
  border-color: #c3c3c3;
}

.borderLightGray {
  border-color: #f0f0f0;
}

.borderWhite {
  border-color: #ffffff;
}

.borderCoralPink {
  border-color: #cc1e55;
}

.borderDarkGreenishBlue {
  border-color: #061618;
}

.borderDimGreenishBlue {
  border-color: #10393e;
}

.borderGreenishBlue {
  border-color: #1a7279;
}

.borderAquaBlue {
  border-color: #b6ebf1;
}

.borderLightBrown {
  border-color: #d6cdac;
}

.border {
  border-style: solid;
}

.border1 {
  border-width: 1px;
}

.border2 {
  border-width: 2px;
}

.border3 {
  border-width: 3px;
}

.border4 {
  border-width: 4px;
}

.border5 {
  border-width: 5px;
}

.border6 {
  border-width: 6px;
}

.border7 {
  border-width: 7px;
}

.border8 {
  border-width: 8px;
}

.border9 {
  border-width: 9px;
}

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
  border-width: 2px;
  border-style: groove;
  border-color: rgb(192, 192, 192);
  -o-border-image: initial;
     border-image: initial;
}
fieldset.admin {
  border-color: red;
}
fieldset.admin input {
  padding-left: 0;
}
fieldset legend {
  display: block;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}
fieldset legend.admin {
  background-color: lightgray;
  padding: 5px;
  font-weight: bold;
  font-style: italic;
  width: auto;
  margin-bottom: auto;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans Condensed", impact, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
}

div#ui-datepicker-div {
  z-index: 300 !important;
}

.notification {
  padding: 15px;
  background: #d6cdac;
  overflow: hidden;
  max-height: 75px;
  transition: 0.25s ease-out;
}
.notification.closed {
  padding: 0;
  max-height: 0;
}
.notification .close {
  float: right;
}

.button {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.button span {
  color: #ffffff;
  font-family: "Open Sans Condensed", impact, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  line-height: 120%;
  padding: 0.27em 13px;
}
.button span ~ i {
  color: #ffffff;
  padding-right: 7px;
  margin-left: -10px;
}
.button a i {
  color: white;
  margin-left: -10px;
  padding-right: 4px;
}
.button i, .button svg {
  margin-right: 3px;
}
.button.button-type-1 {
  background: #10393e;
}
.button.button-type-1:hover {
  background: #061415;
}
.button.button-type-2 {
  background: #1a7279;
}
.button.button-type-2:hover {
  background: #114a4f;
}
.button.button-type-3 {
  background: #23a4af;
}
.button.button-type-3:hover {
  background: #1b7c85;
}
.button.button-type-4 {
  background: #cc1e55;
}
.button.button-type-4:hover {
  background: #a01742;
}
.button.button-type-5 {
  background: #616161;
}
.button.button-type-5:hover {
  background: #484848;
}
.button.button-type-6 {
  background: #f0f0f0;
}
.button.button-type-6:hover {
  background: #d7d7d7;
}
.button {
  background: #23a4af;
}
.button:hover {
  background: #1b7c85;
}
.button + .button {
  margin-left: 2px;
}
.button.button-flat {
  border-radius: 0;
}

form.disabled .button.submit {
  cursor: not-allowed;
  background: #c3c3c3;
}

.alert {
  padding: 15px 20px;
  margin-bottom: 15px;
  position: relative;
}
.alert:before {
  content: "ℹ";
  position: absolute;
  top: -10px;
  left: -10px;
  display: inline-block;
  width: 25px;
  line-height: 25px;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  box-shadow: 2px 4px rgba(0, 0, 0, 0.15);
}
.alert.alert-danger:before {
  content: "×";
  background: #cc1e55;
  color: #f2d8d8;
}
.alert.alert-success:before {
  content: "✔";
  background: #d7ffc6;
  color: #3c763d;
}
.alert.alert-warning:before {
  content: "⚠";
  background: #fff0c6;
  color: #76673c;
}
.alert.alert-info::before {
  content: "ℹ";
  background: #d9edf7;
  color: #31708f;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.5s, opacity 1s;
  z-index: 200;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.modal {
  display: table;
  margin: auto;
  height: 100%;
}
.modal .wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
.modal .box {
  background: #23a4af;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
  line-height: 150%;
  padding: 40px;
  color: #ffffff;
  width: 100%;
}

.ticket-component {
  background: url(/images/empty-ticket.svg) no-repeat;
  background-size: contain;
  width: 310px;
  height: 100px;
  padding-right: 2%;
  transform: rotate(-2deg);
  display: inline-block;
}
.ticket-component span {
  text-transform: none;
  font: normal normal 30px/100% "Lobster";
  text-align: center;
  display: block;
  padding-top: 10px;
  color: #444444;
}
.ticket-component span i {
  font-style: inherit;
  color: #cc1e55;
}

body.errorPage {
  background: #f0f0f0;
  text-align: center;
}
body.errorPage header {
  background: #1a7279;
  padding: 50px 0 130px;
}
body.errorPage header img {
  width: 400px;
}
body.errorPage h1 {
  color: #f0f0f0;
  margin: -80px 0 120px;
}

.siteHeader {
  background: #10393e;
}
.siteHeader #burger-button {
  border: 0;
  outline: 0;
  background-color: transparent;
  color: white;
  font-size: 32px;
  position: absolute;
  top: 2.1125rem;
  left: 1.8125rem;
  padding: 0;
}
.siteHeader .logo {
  padding: 5px 0;
}
.siteHeader .logo img, .siteHeader .logo svg {
  max-height: 90px;
}
.siteHeader .prefsMenu {
  padding: 5px 0;
}
.siteHeader .mainMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.siteHeader .mainMenu .menu-item {
  padding: 12px 15px 12px 0;
  flex: 1 1 auto;
  text-align: center;
}
.siteHeader .mainMenu .menu-item span {
  text-align: left;
  display: inline-block;
  color: #ffffff;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: calc(0.15vw - 0.1em);
}
.siteHeader .cadeauSubmenu, .siteHeader .menu-level2 {
  width: 100%;
  background: #f0f0f0;
}
.siteHeader .cadeauSubmenu .item, .siteHeader .menu-level2 .item {
  display: inline-block;
  background: #ffffff no-repeat 10px;
  padding: 20px 25px 20px 100px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", impact, sans-serif;
  background-size: 80px;
  margin: 10px 5px;
}

@media all and (max-width: 555px) {
  .siteHeader .prefsMenu {
    display: flex;
    flex-direction: column;
  }
  .siteHeader .prefsMenu > * {
    margin: 5px 0;
  }
  .siteHeader .logo {
    margin: 0 auto;
    max-width: 200px;
  }
  .siteHeader .mainMenu {
    flex-direction: column;
  }
}
.keywordSearch {
  padding-top: 10px;
  position: absolute;
  z-index: 100;
}

.search-bar {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.search-bar input[type=text] {
  line-height: 180%;
  width: 100%;
  font-family: "Roboto", helvetica, arial, sans-serif;
  background: #ffffff;
  color: #444444;
  border: none;
  padding: 0 55px 0 10px;
  margin: 0 !important;
}
.search-bar .button.submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  background: #23a4af;
  color: #ffffff;
  font-family: "Roboto", helvetica, arial, sans-serif;
  border-radius: 0;
}
.search-bar span {
  position: absolute;
  top: 0;
  right: -7px;
  cursor: pointer;
}

.loginRegisterDropdown {
  position: absolute;
  background: #f7f7f7;
  left: 0;
  right: 0;
  padding: 40px 0;
  z-index: 250;
  box-shadow: 0 20px rgba(0, 0, 0, 0.2);
}
.loginRegisterDropdown .title {
  font-size: 140%;
  font-weight: 100;
  margin: 20px 0;
}
.loginRegisterDropdown input {
  border: solid 1px #c3c3c3;
  padding: 5px 10px;
  margin: 10px 0;
}
.loginRegisterDropdown .button.submit {
  padding: 0.3em 1em;
  font-size: 140%;
}
.loginRegisterDropdown .separator-v {
  background: #c3c3c3;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.loginRegisterDropdown .separator-h {
  background: #c3c3c3;
  height: 1px;
  width: 100%;
  margin: 50px 0;
}
.loginRegisterDropdown .close {
  position: absolute;
  right: 40px;
  top: -20px;
}
.loginRegisterDropdown .close:before {
  content: "×";
  font-size: 180%;
  font-weight: 100;
  border: solid 1px;
  color: #c3c3c3;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  width: calc(1em + 2px);
  border-radius: 5px;
  padding-bottom: 2px;
}
.loginRegisterDropdown .close:hover:before {
  background: #c3c3c3;
  color: #f7f7f7;
}

.loginRegister, .forgotPassword {
  background: #f7f7f7;
  padding: 80px 0 120px;
}
.loginRegister .title, .forgotPassword .title {
  font-size: 140%;
  font-weight: 100;
  margin: 20px 0;
}
.loginRegister input[type=text],
.loginRegister input[type=email],
.loginRegister input[type=password], .forgotPassword input[type=text],
.forgotPassword input[type=email],
.forgotPassword input[type=password] {
  border: solid 1px #c3c3c3;
  padding: 5px 10px;
  margin: 10px 0;
  width: 100%;
}
.loginRegister .button.submit, .forgotPassword .button.submit {
  padding: 0.3em 1em;
}
.loginRegister .separator-v, .forgotPassword .separator-v {
  background: #c3c3c3;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.loginRegister .separator-h, .forgotPassword .separator-h {
  background: #c3c3c3;
  height: 1px;
  width: 100%;
  margin: 50px 0;
}

.packaged-booking-step2 .loginRegister.dropdown,
.buygiftcard-step2 .loginRegister.dropdown,
.scheduled-booking-step2 .loginRegister.dropdown {
  display: none !important;
}

.siteFooter {
  background: #10393e;
  color: #b6ebf1;
}
.siteFooter footer {
  padding: 30px 0 50px;
}
.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5 {
  color: #b6ebf1;
  margin: 30px 0;
}
.siteFooter nav > a {
  display: block;
  margin: 10px 0;
  color: #23a4af;
  text-transform: uppercase;
}
.siteFooter nav.social {
  margin-top: -10px;
}
.siteFooter nav.social > a {
  display: inline-block;
  font-size: 280%;
  margin: 0 1px;
}
.siteFooter .signature {
  background: #061618;
  text-align: center;
  line-height: 250%;
}

.homepage-carousel > * {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.homepage-carousel > *:nth-child(1) {
  animation: fade1 40s infinite;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  16.6666666667% {
    opacity: 0;
  }
  33.3333333333% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.6666666667% {
    opacity: 0;
  }
  83.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.homepage-carousel > *:nth-child(2) {
  animation: fade2 40s infinite;
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  16.6666666667% {
    opacity: 1;
  }
  33.3333333333% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.6666666667% {
    opacity: 0;
  }
  83.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.homepage-carousel > *:nth-child(3) {
  animation: fade3 40s infinite;
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  16.6666666667% {
    opacity: 0;
  }
  33.3333333333% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66.6666666667% {
    opacity: 0;
  }
  83.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.homepage-carousel > *:nth-child(4) {
  animation: fade4 40s infinite;
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  16.6666666667% {
    opacity: 0;
  }
  33.3333333333% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  66.6666666667% {
    opacity: 0;
  }
  83.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.homepage-carousel > *:nth-child(5) {
  animation: fade5 40s infinite;
}
@keyframes fade5 {
  0% {
    opacity: 0;
  }
  16.6666666667% {
    opacity: 0;
  }
  33.3333333333% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.6666666667% {
    opacity: 1;
  }
  83.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.homepage-carousel > *:nth-child(6) {
  animation: fade6 40s infinite;
}
@keyframes fade6 {
  0% {
    opacity: 0;
  }
  16.6666666667% {
    opacity: 0;
  }
  33.3333333333% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.6666666667% {
    opacity: 0;
  }
  83.3333333333% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.homepageMap {
  background: #ffffff;
}
.homepageMap svg #regions path {
  transition: fill 0.2s;
}
.homepageMap svg #regions a:hover path {
  fill: #ddd;
}
.homepageMap nav li a {
  display: inline-block;
  position: relative;
  line-height: 120%;
  padding: 3px 0;
  font-weight: 100;
  color: #aaa;
}
.homepageMap nav li a:before {
  position: absolute;
  left: -10px;
  content: "-";
}
.homepageMap nav li a:hover {
  color: #cc1e55;
}

.homenews {
  overflow: hidden;
}
.homenews > div {
  display: table;
  width: 100%;
}
.homenews > div > div {
  font-size: 130%;
  background-color: #f0f0f0;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 768px) {
  .homenews > div > div {
    width: 100%;
    display: block;
  }
  .homenews > div > div > * {
    padding: 5% !important;
    text-align: center;
  }
}

div.listVisites {
  z-index: 1;
}

.listVisitesItem {
  padding: 15px;
}
.listVisitesItem > div {
  background: #ffffff;
  position: relative;
  height: 330px;
}
.listVisitesItem .picture {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  height: 150px;
}
.listVisitesItem .picture a > img {
  opacity: 0;
}
.listVisitesItem .picture > .icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.listVisitesItem .picture > .icons > * {
  display: inline-block;
  border-radius: 100px;
  line-height: 0;
}
.listVisitesItem .picture > .icons > * + * {
  margin-left: 5px;
}
.listVisitesItem .informations {
  padding: 10px;
}
.listVisitesItem .informations h3 {
  color: #444444;
  font-size: 110%;
  padding-bottom: 5px;
}
.listVisitesItem .informations .date {
  color: #616161;
  font-size: 80%;
  padding-bottom: 15px;
}
.listVisitesItem .informations .location {
  font-family: "Open Sans Condensed", impact, sans-serif;
  padding-bottom: 5px;
}
.listVisitesItem .informations .organisateur {
  font-family: "Open Sans Condensed", impact, sans-serif;
  padding-bottom: 5px;
}
.listVisitesItem .informations .location, .listVisitesItem .informations .organisateur {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listVisitesItem .linksBottom {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
.listVisitesItem .linksBottom > * {
  float: right;
  font-size: 80%;
  font-weight: bold;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
}
.listVisitesItem .linksBottom > * a, .listVisitesItem .linksBottom > * form {
  display: inline-block;
}
.listVisitesItem .linksBottom > * a + a, .listVisitesItem .linksBottom > * form + a {
  margin-left: 5px;
}
.listVisitesItem .linksBottom > * a + a:before, .listVisitesItem .linksBottom > * form + a:before {
  font: 100 150% "Roboto", helvetica, arial, sans-serif;
}
.listVisitesItem .linksBottom button {
  font-family: Open Sans Condensed, impact, sans-serif;
  background-color: transparent;
  font-size: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.listVisitesItem .linksBottom button::before {
  font-family: FontAwesome, serif;
}
.listVisitesItem .linksBottom .bookableHere {
  float: left;
  width: 36px;
  height: 22px;
  display: inline-block;
  background: url(/images/cadeau.svg) no-repeat;
}
.listVisitesItem .bookingInfos {
  position: absolute;
  background: #23a4af;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px 15px;
  display: table;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.listVisitesItem .bookingInfos > div {
  display: table-cell;
  vertical-align: middle;
}
.listVisitesItem .bookingInfos .close {
  position: absolute;
  right: 0;
  top: 0;
}
.listVisitesItem .bookingInfos .close:after {
  content: "×";
  font-size: 180%;
  font-weight: 100;
  color: white;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  width: calc(1em + 10px);
}

.listGuidesItem {
  padding: 15px;
}
.listGuidesItem .picture {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  height: 150px;
}
.listGuidesItem .picture a {
  display: block;
  height: 100%;
}
.listGuidesItem .picture a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listGuidesItem .picture > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listGuidesItem .informations {
  background-color: #ffffff;
  padding: 10px;
}
.listGuidesItem .informations h3 {
  color: #444444;
  font-size: 110%;
  padding-bottom: 5px;
}
.listGuidesItem .informations .tarif {
  padding: 22px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.listGuidesItem .informations .tarif sub {
  position: relative;
  bottom: 0.05em;
}
.listGuidesItem .informations .note {
  text-align: center;
  display: flex;
  justify-content: center;
}
.listGuidesItem .linksBottom {
  padding: 10px;
  background: #ffffff;
  overflow: auto;
}
.listGuidesItem .linksBottom > * {
  float: right;
  font-size: 80%;
  font-weight: bold;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
}
.listGuidesItem .linksBottom > * a, .listGuidesItem .linksBottom > * form {
  display: inline-block;
}
.listGuidesItem .linksBottom > * a + a, .listGuidesItem .linksBottom > * form + a {
  margin-left: 5px;
}
.listGuidesItem .linksBottom > * a + a:before, .listGuidesItem .linksBottom > * form + a:before {
  content: "| ";
  font: 100 150% "Roboto", helvetica, arial, sans-serif;
}
.listGuidesItem .linksBottom .bookableHere {
  float: left;
  width: 36px;
  height: 22px;
  background: url(/images/cadeau.svg) no-repeat;
}

.criteriaSearch {
  background: #ffffff;
}
.criteriaSearch .filters-1 > div {
  padding: 5px;
}
.criteriaSearch .filters-1 > div > * {
  padding: 8px 7px 7px 0;
  border: solid 1px #c3c3c3;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}
.criteriaSearch .filters-1 > div select {
  padding: 11px;
}
.criteriaSearch .filters-1 > div label.label {
  padding-left: 10px;
  font-weight: 100;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
  color: #616161;
  line-height: 24px;
  font-size: 80%;
}
.criteriaSearch .filters-1 > div input {
  visibility: hidden;
  position: absolute;
  filter: invert(77%) sepia(0%) saturate(144%) hue-rotate(154deg) brightness(85%) contrast(86%);
}
.criteriaSearch .filters-1 > div input:checked + img {
  filter: invert(23%) sepia(95%) saturate(2223%) hue-rotate(324deg) brightness(80%) contrast(100%);
}
.criteriaSearch .filters-1 > div .item {
  padding: 0;
  text-align: center;
}
.criteriaSearch .filters-1 > div .item img {
  max-height: 24px;
  padding-left: 10px;
}
.criteriaSearch .filters-2 .themes img {
  height: 100%;
  max-width: 50px;
  padding: 8px;
}
.criteriaSearch .filters-2 .themes label {
  padding: 5px;
}
.criteriaSearch .filters-2 .themes .name {
  font-weight: 500;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
  color: #616161;
  line-height: 45px;
  padding: 0;
}
.criteriaSearch .filters-2 .themes input {
  visibility: hidden;
  position: absolute;
}
.criteriaSearch .filters-2 .themes input + div {
  background: #fcfcfc;
  border: solid 1px #c3c3c3;
}
.criteriaSearch .filters-2 .themes input:checked + div {
  background: #f0f0f0;
}
.criteriaSearch .filters-3 .dates > div, .criteriaSearch .filters-3 .hours > div {
  margin-bottom: 5px;
  color: #616161;
  text-align: right;
  position: relative;
  z-index: 10;
}
.criteriaSearch .filters-3 .dates .name, .criteriaSearch .filters-3 .hours .name {
  text-align: left;
  margin: 15px 0 10px -7px;
  font-weight: 300;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
}
.criteriaSearch .filters-3 .dates input, .criteriaSearch .filters-3 .hours input {
  text-align: center;
  width: 80%;
  float: right;
  margin-left: 10px;
  background: url(/images/calendar.svg) no-repeat right;
  background-size: contain;
  border: solid 1px #c3c3c3;
}
.criteriaSearch .filters-3 .weekdays label, .criteriaSearch .filters-3 .languages label {
  padding: 3px;
}
.criteriaSearch .filters-3 .weekdays .name, .criteriaSearch .filters-3 .languages .name {
  font-weight: 400;
  font-family: "Open Sans Condensed", impact, sans-serif;
  color: #616161;
  text-align: center;
  line-height: 120%;
}
.criteriaSearch .filters-3 .weekdays .name img, .criteriaSearch .filters-3 .weekdays .name svg, .criteriaSearch .filters-3 .languages .name img, .criteriaSearch .filters-3 .languages .name svg {
  display: block;
  margin: 5px auto;
}
.criteriaSearch .filters-3 .weekdays input, .criteriaSearch .filters-3 .languages input {
  visibility: hidden;
  position: absolute;
}
.criteriaSearch .filters-3 .weekdays input + div, .criteriaSearch .filters-3 .languages input + div {
  background: #fcfcfc;
  border: solid 1px #c3c3c3;
}
.criteriaSearch .filters-3 .weekdays input:checked + div, .criteriaSearch .filters-3 .languages input:checked + div {
  background: #ddd;
}
.criteriaSearch .by {
  padding-left: 4px;
  position: relative;
}
.criteriaSearch .by input {
  visibility: hidden;
  position: absolute;
}
.criteriaSearch .by input + i {
  position: relative;
  display: inline-block;
  border: solid 1px #616161;
  width: 27px;
  height: 27px;
  background: #fafafa;
}
.criteriaSearch .by input:checked + i:before {
  position: absolute;
  content: "✔";
  top: 0;
  right: 3px;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  color: #cc1e55;
}
.criteriaSearch .by label span {
  margin-left: 5px;
  display: inline-block;
  font-weight: 500;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
  vertical-align: super;
}
.criteriaSearch .filters-1,
.criteriaSearch .filters-2,
.criteriaSearch .filters-3 {
  margin-bottom: 20px;
}
.criteriaSearch .buttons {
  margin: 20px 0 15px;
}

.guideCriteriaSearch input[type=text]:not(.multiselect__input),
.guideCriteriaSearch input[type=search]:not(.multiselect__input),
.guideCriteriaSearch input[type=date]:not(.multiselect__input),
.guideCriteriaSearch select:not([multiple]) {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0.8rem 1.6rem;
  border-radius: 0.1875rem;
  border: thin solid #616161;
  text-transform: uppercase;
  font-feature-settings: "case";
  color: #23a4af;
  font-size: 1.4rem;
  font-weight: 600;
  min-height: 39px;
}

.guideInfos {
  display: flex;
  align-items: flex-start;
}
.guideInfos > .guideProfilePic {
  flex: 1;
}
.guideInfos > .guideProfileInfos {
  flex: 2;
}
.guideInfos > .guideProfileInfos > .guideNameAndCard {
  display: flex;
  justify-content: space-between;
}
.guideInfos > .guideProfileInfos > .guideFeesAndLanguages {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.guideInfos .picture {
  outline: thin solid gray;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
}
.guideInfos .picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.guideInfos ul.guideConditions {
  list-style: disc;
  list-style-position: inside;
  color: #444444;
}
.guideInfos ul.guideConditions > li {
  line-height: 1.4;
}

@media all and (max-width: 1280px) {
  .guideInfos .picture {
    width: 210px;
    height: 210px;
  }
}
@media all and (max-width: 992px) {
  .guideInfos {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .guideInfos > .guideProfilePic .picture {
    border-radius: 210px;
    outline: none;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 10px;
  }
  .guideInfos > .guideProfileInfos > .guideNameAndCard {
    flex-direction: column;
  }
  .guideInfos > .guideProfileInfos > .guideNameAndCard > div {
    margin: 10px 0;
  }
  .guideInfos > .guideProfileInfos > .guideFeesAndLanguages {
    text-align: left;
  }
  .guideInfos > .guideProfileInfos > .guideFeesAndLanguages > div {
    margin: 0 10px;
  }
}
@media all and (max-width: 642px) {
  .guideInfos > .guideProfileInfos > .guideFeesAndLanguages {
    flex-direction: column;
  }
  .guideInfos > .guideProfileInfos > .guideFeesAndLanguages > div {
    margin: 10px 0;
  }
}
.guideSubMenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guideSubMenu a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding: 10px 30px;
  font: 500 normal 18px "Roboto", helvetica, arial, sans-serif;
}
.guideSubMenu a > span {
  display: inline-block;
  max-width: 150px;
  text-align: center;
  line-height: 1.2;
}

@media all and (max-width: 642px) {
  .guideSubMenu {
    flex-direction: column;
    align-items: stretch;
  }
}
.guideContent textarea {
  border: thin solid #c3c3c3;
  background-color: #f0f0f0;
  border-radius: 2px;
  min-height: 100px;
  font-size: 1.4rem;
  max-width: 100%;
}
.guideContent .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: white;
  border-radius: 64px;
}
.guideContent .icon:hover {
  text-decoration: none;
}
.guideContent .icon.icon-facebook {
  background-color: #3b5998;
}
.guideContent .icon.icon-facebook:hover {
  background-color: #2b4988;
}
.guideContent .icon.icon-twitter {
  background-color: #1da1f2;
}
.guideContent .icon.icon-twitter:hover {
  background-color: #0d91e2;
}
.guideContent .icon.icon-linkedin {
  background-color: #0a66c2;
}
.guideContent .icon.icon-linkedin:hover {
  background-color: #062290;
}
.guideContent .icon.icon-link {
  background-color: #c0c0c0;
}
.guideContent .icon.icon-link:hover {
  background-color: #808080;
}

.theme-square {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.theme-square svg {
  display: block;
  background-color: #23a4af;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.theme-square svg path {
  fill: #ffffff;
}
.theme-square .theme-square-description {
  display: block;
  font-size: 1.3rem;
  color: #616161;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}

.disease-square {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.disease-square svg {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.disease-square svg path {
  fill: #23a4af;
}
.disease-square .disease-square-description {
  display: block;
  font-size: 1.3rem;
  color: #616161;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}

.listPlaceItem {
  transition: all 300ms ease-in;
  margin-bottom: 30px;
}
.listPlaceItem .picture {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  height: 150px;
}
.listPlaceItem .informations {
  background-color: #fff;
  padding: 10px;
}
.listPlaceItem .informations h3 {
  color: #444444;
  font-size: 110%;
  padding-bottom: 5px;
}
.listPlaceItem .informations ul {
  padding-left: 16px;
  list-style: disc;
}
.listPlaceItem .informations li {
  margin-bottom: 4px;
}
.listPlaceItem .informations details {
  margin-top: 5px;
  margin-bottom: 5px;
}
.listPlaceItem .informations details > summary {
  cursor: pointer;
}
.listPlaceItem .informations details > summary .fa-caret-right {
  margin-right: 5px;
}
.listPlaceItem .informations details[open] > summary .fa-caret-right {
  transform: rotate(90deg);
}
.listPlaceItem .linksBottom {
  padding: 10px;
  background: #ffffff;
  overflow: auto;
}
.listPlaceItem .linksBottom > * {
  float: right;
  font-size: 80%;
  font-weight: bold;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
}
.listPlaceItem .linksBottom > * a, .listPlaceItem .linksBottom > * form {
  display: inline-block;
}
.listPlaceItem .linksBottom > * a + a, .listPlaceItem .linksBottom > * form + a {
  margin-left: 5px;
}
.listPlaceItem .linksBottom > * a + a:before, .listPlaceItem .linksBottom > * form + a:before {
  content: "|";
  font: 100 150% "Roboto", helvetica, arial, sans-serif;
}
.listPlaceItem .linksBottom .bookableHere {
  float: left;
  width: 36px;
  height: 22px;
  background: url(/images/cadeau.svg) no-repeat;
}

ul.searchPlacesToAdd-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  min-height: 20px;
  box-shadow: 0 3px 5px #adadad;
}
ul.searchPlacesToAdd-wrapper > li:nth-child(even) {
  background-color: #f0f0f0;
}
ul.searchPlacesToAdd-wrapper > li > a {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px;
}
ul.searchPlacesToAdd-wrapper > li > a > img {
  margin-right: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.searchPlacesToAdd-wrapper > li > a > span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.searchPlacesToAdd-wrapper > li > a > span > h4 {
  color: #444444;
  margin-bottom: 10px;
}
ul.searchPlacesToAdd-wrapper > li > a > span > p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #616161;
}
ul.searchPlacesToAdd-wrapper > li > a:hover, ul.searchPlacesToAdd-wrapper > li > a:focus {
  background-color: #30c8d6;
  text-decoration: none;
}
ul.searchPlacesToAdd-wrapper > li > a:active {
  background-color: #b6ebf1;
}

.step-disc {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #cc1e55;
  color: #cc1e55;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-disc.step-active {
  background-color: #cc1e55;
  border: none;
  color: white;
}

.step-line {
  height: 1px;
  width: 5vw;
  border-bottom: 1px dashed #cc1e55;
}

.fixed.preview {
  background: rgba(35, 164, 175, 0.3);
  display: block;
  padding: 70px 0 30px;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 200%;
  border-bottom: dashed 5px #10393e;
  color: #10393e;
  text-shadow: 2px 2px #bbe3e6, 2px -2px #bbe3e6, -2px -2px #bbe3e6, -2px 2px #bbe3e6;
}

.scheduled-visits-show {
  background: white;
}
.scheduled-visits-show .tourNavigation {
  background: #23a4af;
  position: relative;
  width: 100%;
  z-index: 200;
}
.scheduled-visits-show .tourNavigation.fixed > div {
  background: inherit;
  z-index: inherit;
  width: inherit;
  position: fixed;
  top: 0;
}
.scheduled-visits-show .tourNavigation a {
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  float: none;
  margin: 0 -5px;
}
.scheduled-visits-show .tourNavigation a:hover {
  background: #1a7279;
}
.scheduled-visits-show .titleZone {
  background: #f0f0f0;
  color: #616161;
  padding: 30px 0;
  font-size: 110%;
}
.scheduled-visits-show .titleZone h1 {
  color: inherit;
  font-size: 150%;
  margin-bottom: 10px;
}
.scheduled-visits-show .details {
  padding: 10px 0 25px;
}
.scheduled-visits-show .details .picture > div {
  position: relative;
  margin-top: 20px;
}
.scheduled-visits-show .details .picture img {
  width: 100%;
}
.scheduled-visits-show .details .picture label {
  color: #ffffff;
  position: absolute;
  padding: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 80%;
  background: rgba(0, 0, 0, 0.5);
}
.scheduled-visits-show .details .sessions {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c3c3c3;
  margin-bottom: 10px;
}
.scheduled-visits-show .details .sessions button[type=submit] {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.scheduled-visits-show .details .sessions h2 {
  color: #616161;
  margin-bottom: 15px;
}
.scheduled-visits-show .details .sessions select {
  width: 100%;
  margin-bottom: 10px;
  background: #1a7279;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  border: none;
  font-weight: 100;
  font-size: 90%;
  font-family: "Open Sans Condensed", impact, sans-serif;
}
.scheduled-visits-show .details .sessions .button {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.scheduled-visits-show .details .noSession {
  padding: 15px 0;
  font-style: italic;
}
.scheduled-visits-show .practical-info h2 {
  color: #616161;
  padding-bottom: 10px;
  border-bottom: solid 1px #c3c3c3;
  margin: 30px 15px 15px;
}
.scheduled-visits-show .practical-info label, .scheduled-visits-show .practical-info th {
  font-weight: bold;
  text-align: left;
  padding: 0;
}
.scheduled-visits-show .practical-info i.fa {
  display: inline-block;
  width: 22px;
  text-align: center;
}
.scheduled-visits-show .practical-info tr.tbody td {
  padding-top: 12px;
  padding-bottom: 0;
}
.scheduled-visits-show .practical-info tr.tbody td.public {
  padding-left: 26px;
}
.scheduled-visits-show .practical-info tr.tbody td.price {
  text-align: right;
}
.scheduled-visits-show .practical-info iframe {
  margin: 20px 0;
  width: 100%;
  height: 250px;
}
.scheduled-visits-show .practical-info a.covoitureart {
  border: solid 1px #1a7279;
  padding: 5px 10px;
  color: #1a7279;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  font-size: 90%;
  transition: 0.2s;
}
.scheduled-visits-show .practical-info a.covoitureart:hover {
  color: #ffffff;
  background: #1a7279;
}
.scheduled-visits-show .practical-info .property {
  padding: 15px 0;
  border-bottom: solid 1px #c3c3c3;
}
.scheduled-visits-show .practical-info .property table {
  margin-top: 0 !important;
}
.scheduled-visits-show .practical-info .property label {
  margin: 0;
}
.scheduled-visits-show .practical-info .property:first-child {
  padding-top: 0 !important;
  margin-top: 0;
}
.scheduled-visits-show .practical-info .themes ul {
  margin-left: 60px;
}
.scheduled-visits-show .practical-info .themes .theme {
  display: block;
  font-weight: bold;
  margin: 10px 0 5px -30px;
}
.scheduled-visits-show .practical-info .themes .subtheme {
  font-style: italic;
}
.scheduled-visits-show .practical-info .themes .subtheme + *:before {
  content: ",";
  margin: 0 3px 0 -4px;
}
.scheduled-visits-show .practical-info .themes svg {
  height: 22px;
  width: 25px;
}
.scheduled-visits-show .practical-info .themes svg path {
  fill: #616161;
}
.scheduled-visits-show .practical-info .property.handicap label {
  display: block;
  margin-bottom: 10px;
}
.scheduled-visits-show .practical-info .property.handicap span {
  margin-left: 25px;
}
.scheduled-visits-show .practical-info .property.handicap span + span:before {
  content: ",";
  margin: 0 3px 0 -29px;
}
.scheduled-visits-show .practical-info .property.handicap img {
  height: 22px;
  width: 25px;
}
.scheduled-visits-show .practical-info table {
  margin-top: 10px;
}
.scheduled-visits-show .tour-properties .organisateur {
  margin-top: 70px;
}
.scheduled-visits-show #motOrganisateur .organisateur {
  margin-top: 70px;
  position: relative;
}
.scheduled-visits-show #motOrganisateur .organisateur h2 {
  text-align: center;
  position: absolute;
  z-index: 100;
  top: -50px;
  left: 0;
  right: 0;
}
.scheduled-visits-show #motOrganisateur .organisateur .motDeLOrganisateur {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23F9E9C1%22%20d%3D%22M10%2020V0H0v20h10z%22%2F%3E%3Cpath%20fill%3D%22%23F9EEC1%22%20d%3D%22M10%2020h10V0H10v20z%22%2F%3E%3C%2Fsvg%3E") repeat;
  padding: 80px 6% 40px;
  position: relative;
  overflow: hidden;
}
.scheduled-visits-show #motOrganisateur .organisateur .motDeLOrganisateur:before, .scheduled-visits-show #motOrganisateur .organisateur .motDeLOrganisateur:after {
  content: ".";
  color: transparent;
  display: block;
  background: #ffffff;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -50px;
}
.scheduled-visits-show #motOrganisateur .organisateur .motDeLOrganisateur:before {
  left: -50px;
}
.scheduled-visits-show #motOrganisateur .organisateur .motDeLOrganisateur:after {
  right: -50px;
}
.scheduled-visits-show #motOrganisateur .organisateur .motDeLOrganisateur .text {
  line-height: 150%;
}
.scheduled-visits-show #motOrganisateur .organisateur .motDeLOrganisateur .signature {
  text-align: right;
  margin-top: 35px;
  font-weight: 500;
  font-style: italic;
  font-size: 130%;
}
.scheduled-visits-show .reviews {
  margin-top: 50px;
}
.scheduled-visits-show .reviews h2 {
  color: #616161;
  margin-bottom: 30px;
}
.scheduled-visits-show .reviews .review {
  margin-bottom: 25px;
}
.scheduled-visits-show .reviews .postReview {
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 30px;
}
.scheduled-visits-show .reviews .postReview .overlay {
  background: rgba(255, 255, 255, 0.9);
}
.scheduled-visits-show .reviews .postReview .modal .box {
  height: 210px;
  max-width: 370px;
}
.scheduled-visits-show .reviews .noReviews {
  text-align: center;
  padding-top: 20px;
  font-style: italic;
}
.scheduled-visits-show .reviews .author {
  text-align: center;
  padding: 0 5% 0 0;
}
.scheduled-visits-show .reviews .author .avatar {
  border-radius: 100px;
  overflow: hidden;
  width: 100px;
  max-height: 100px;
  display: inline-block;
}
.scheduled-visits-show .reviews .author .name {
  color: #23a4af;
  padding: 20px 0;
}
.scheduled-visits-show .reviews .baloon {
  border: solid 2px #f0f0f0;
  padding: 20px;
  position: relative;
}
.scheduled-visits-show .reviews .baloon:before {
  content: ".";
  background: white;
  color: transparent;
  position: absolute;
  top: 30px;
  left: -17px;
  border-left: inherit;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-bottom: inherit;
}
.scheduled-visits-show .reviews .title {
  margin-bottom: 10px;
  font-size: 120%;
  font-style: italic;
  color: #23a4af;
}
.scheduled-visits-show .reviews .title:before {
  content: "“";
}
.scheduled-visits-show .reviews .title:after {
  content: "”";
}
.scheduled-visits-show .reviews .title:before, .scheduled-visits-show .reviews .title:after {
  font-size: 29px;
  font-family: helvetica, arial, sans-serif;
  font-style: initial;
  line-height: 0;
}
.scheduled-visits-show .reviews .rate {
  color: #cc1e55;
}
.scheduled-visits-show .reviews .ratings {
  margin-bottom: 10px;
}
.scheduled-visits-show .reviews .ratings label {
  display: block;
}
.scheduled-visits-show .reviews .date {
  color: #c3c3c3;
  font-size: 90%;
  margin-left: 7px;
}
.scheduled-visits-show .reviews .date:before {
  content: "—";
  margin-right: 5px;
}
.scheduled-visits-show .reviews .body {
  margin-top: 10px;
  line-height: 120%;
  /* font-size: 90%; */
}
.scheduled-visits-show .reviews input[type=text] {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.scheduled-visits-show .reviews textarea {
  max-width: 100%;
  width: 100%;
  height: 100px;
  padding: 5px;
}
.scheduled-visits-show .reviews #submit {
  width: 100%;
  margin-top: 15px;
}
.scheduled-visits-show .sidebar {
  margin-top: 113px;
}
.scheduled-visits-show .sidebar h2 {
  color: #616161;
  margin-bottom: 30px;
}
.scheduled-visits-show .sidebar .bonnes-adresses h2 {
  margin-top: 40px;
}
.scheduled-visits-show .sidebar .item {
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 85%;
  position: relative;
  overflow: hidden;
}
.scheduled-visits-show .sidebar .item .picture {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 50px;
}
.scheduled-visits-show .sidebar .item .title {
  font-size: 120%;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Open Sans Condensed", impact, sans-serif;
  margin-bottom: 5px;
}
.scheduled-visits-show .sidebar .item .subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 100%;
  margin-bottom: 5px;
  font-style: italic;
}
.scheduled-visits-show .sidebar .item .phone:before {
  content: "—";
}
.scheduled-visits-show .sidebar .item .content {
  color: #616161;
  padding-bottom: 20px;
}
.scheduled-visits-show .sidebar .item .more, .scheduled-visits-show .sidebar .item .less {
  color: #cc1e55;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.scheduled-visits-show .sidebar .item.folded .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5em;
  padding-bottom: 0;
}
.scheduled-visits-show .sidebar .item.folded .fold {
  display: none;
}
.scheduled-visits-show .sidebar .item.folded .unfold {
  display: block;
}
.scheduled-visits-show .sidebar .item .unfold {
  display: none;
}
.scheduled-visits-show .sidebar .createItem {
  background: #f0f0f0;
  display: block;
  color: #9E9E9E;
  padding: 15px;
  text-align: center;
  border: dashed 4px;
}
.scheduled-visits-show .sidebar .createItem:hover {
  color: #cc1e55;
  background: #f7e7ec;
}
.scheduled-visits-show .sidebar .disclaimer {
  background: #10393e;
  color: #ffffff;
  font-family: "Open Sans Condensed", impact, sans-serif;
  padding: 25px 5% 30px;
  font-size: 110%;
  text-align: center;
}
.scheduled-visits-show .sidebar .disclaimer .button {
  font-size: 90%;
}
.scheduled-visits-show .suggestions {
  margin: 20px 0 40px;
}
.scheduled-visits-show .suggestions > .container {
  border-top: solid 1px #c3c3c3;
  padding-top: 40px;
}
.scheduled-visits-show .suggestions h2 {
  color: #444444;
  margin-bottom: 20px;
}
.scheduled-visits-show .bookingInformations {
  position: relative;
  background-color: #ffffff;
  margin: 30px auto 0;
  width: 90%;
  max-width: 700px;
  padding: 80px 40px 60px;
  line-height: 150%;
  top: 20%;
}
.scheduled-visits-show .bookingInformations:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #23a4af;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.scheduled-visits-show .bookingInformations .close {
  position: absolute;
  right: 0;
  top: 0;
}
.scheduled-visits-show .bookingInformations .close:before {
  content: "×";
  font-size: 180%;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  width: calc(1em + 10px);
}

.messagerie {
  display: flex;
  border: 1px solid #c3c3c3;
  color: white;
  min-height: 70vh;
  overflow: hidden;
  border-radius: 3px;
}
.messagerie #toggle-messagerie-sidebar {
  background-color: transparent;
  display: none;
}
.messagerie .messagerie-contact-list {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-height: 95vh;
  overflow-y: scroll;
  background-color: #23a4af;
  font-size: 15px;
}
.messagerie .messagerie-contact-list.opened {
  position: absolute;
  animation: appear 250ms ease-out;
  padding-top: 60px;
  bottom: 0;
  top: 0;
  width: 75%;
  z-index: 2;
  overflow-y: scroll;
}
.messagerie .messagerie-contact-list.opened .messagerie-contact a {
  padding-right: 15px;
}
.messagerie .messagerie-contact-list .messagerie-contact {
  margin: 0;
  border-bottom: 1px solid #616161;
  font-weight: 300;
}
.messagerie .messagerie-contact-list .messagerie-contact:last-of-type {
  border-bottom: none;
}
.messagerie .messagerie-contact-list .messagerie-contact a {
  display: flex;
  padding: 5px;
  align-items: center;
  min-width: 60px;
}
.messagerie .messagerie-contact-list .messagerie-contact a:hover, .messagerie .messagerie-contact-list .messagerie-contact a:active {
  background-color: #1a7279;
  text-decoration: none;
  color: white;
}
.messagerie .messagerie-contact-list .messagerie-contact.non-lu {
  font-weight: 700;
  position: relative;
}
.messagerie .messagerie-contact-list .messagerie-contact.non-lu::after {
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fc4d6e;
  border-radius: 20px;
}
.messagerie .messagerie-contact-list .messagerie-contact.current {
  position: relative;
  background: #1a7279;
  border-right: none;
  /* &:after {
  	content: ".";
  	position: absolute;
  	display: block;
  	background: inherit;
  	transform: translate(-50%, -50%) rotate(45deg);
  	width: 43px;
  	height: 43px;
  	color: transparent;
  	right: -43px;
  	top: 50%;
  	border-radius: 2px;
  } */
}
.messagerie .messagerie-contact-list .messagerie-contact img {
  border-radius: 50px;
  margin-right: 5px;
  border: 1px solid #1a7279;
  max-width: 42px;
  max-height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
}
.messagerie .messagerie-contact-list .messagerie-contact .contact-name {
  display: inline-block;
  font-size: 110%;
  margin-bottom: 5px;
  white-space: nowrap;
  margin-right: 30px;
}
.messagerie .messagerie-contact-list .messagerie-contact .contact-name a:link, .messagerie .messagerie-contact-list .messagerie-contact .contact-name a:visited {
  color: #1a7279;
  text-decoration: underline;
}
.messagerie .messagerie-contact-list .messagerie-contact .contact-name a:hover, .messagerie .messagerie-contact-list .messagerie-contact .contact-name a:active {
  text-decoration: none;
}
.messagerie .messagerie-contact-list .messagerie-contact .contact-date {
  font-size: 85%;
}
.messagerie .messagerie-messages {
  background-color: #f0f0f0;
  padding: 15px;
  max-height: 95vh;
  overflow-y: scroll;
  flex: 1;
  color: #061618;
}
.messagerie .messagerie-messages .contact-details {
  text-align: center;
  margin-top: 10px;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.messagerie .messagerie-messages .message {
  margin: 5px auto 0 auto;
  transform: scaleY(1);
  transform-origin: top center;
  transition: transform 500ms ease-out;
}
.messagerie .messagerie-messages .message.message-hidden {
  transform: scaleY(0);
  height: 0;
}
.messagerie .messagerie-messages .message .message-head {
  color: #616161;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-size: 0.8em;
}
.messagerie .messagerie-messages .message .message-head img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 32px;
  margin: 0 5px;
}
.messagerie .messagerie-messages .message .message-date {
  margin-top: 2px;
}
.messagerie .messagerie-messages .message .message-body {
  padding: 10px 15px;
  line-height: 1.2;
  color: #444444;
  border-radius: 4px;
  font-size: 15px;
}
.messagerie .messagerie-messages .message.message-to {
  text-align: left;
}
.messagerie .messagerie-messages .message.message-to .message-head {
  justify-content: flex-start;
  flex-direction: row;
}
.messagerie .messagerie-messages .message.message-to .message-body {
  background-color: #a4d5db;
  margin-right: 45%;
}
.messagerie .messagerie-messages .message.message-from {
  text-align: right;
}
.messagerie .messagerie-messages .message.message-from .message-head {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.messagerie .messagerie-messages .message.message-from .message-body {
  background-color: #e1e1e1;
  margin-left: 45%;
}
.messagerie .messagerie-messages .message.message-from:not(.message-hidden) + .message-from {
  margin-bottom: 2px;
  margin-top: 2px;
}
.messagerie .messagerie-messages .message.message-from:not(.message-hidden) + .message-from > .message-head {
  display: none;
}
.messagerie .messagerie-messages .message.message-to:not(.message-hidden) + .message-to {
  margin-bottom: 2px;
  margin-top: 2px;
}
.messagerie .messagerie-messages .message.message-to:not(.message-hidden) + .message-to > .message-head {
  display: none;
}
.messagerie .messagerie-messages .message-notification {
  margin-top: 20px;
  text-align: center;
}
.messagerie .messagerie-messages .message-notification > span {
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  color: #444444;
  padding: 10px 28px;
  border-radius: 24px;
  background-color: #e7e7e7;
}
.messagerie .messagerie-messages form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 35px;
  align-items: center;
}
.messagerie .messagerie-messages form [name=message] {
  margin-top: 0;
  padding: 5px 10px;
  border-radius: 4px;
  min-height: 34px;
  width: 100%;
  resize: vertical;
  overflow: hidden;
}
.messagerie .messagerie-messages form .button {
  margin-top: 10px;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1600px) {
  .messagerie .messagerie-messages .message.message-from .message-body {
    margin-left: 7.5vw;
  }
  .messagerie .messagerie-messages .message.message-to .message-body {
    margin-right: 7.5vw;
  }
}
@media screen and (max-width: 1290px) {
  .messagerie .messagerie-contact-list {
    min-width: 70px;
  }
}
@media screen and (max-width: 992px) {
  .messagerie {
    position: relative;
  }
  .messagerie #toggle-messagerie-sidebar {
    display: block;
    align-self: flex-start;
    padding: 5px;
    color: #616161;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 32px;
    z-index: 3;
  }
  .messagerie .messagerie-contact-list {
    display: none;
  }
  .messagerie .messagerie-messages .contact-details h2 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .messagerie .messagerie-messages form {
    flex-direction: column;
  }
  .messagerie .messagerie-messages form button[type=submit] {
    padding: 10px 0;
  }
}
.pagination {
  padding: 40px 0;
  text-align: center;
  clear: both;
}
.pagination > ul {
  display: inline-block;
}
.pagination > ul > li {
  display: block;
  float: left;
}
.pagination > ul > li > a, .pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.4;
  text-decoration: none;
  color: #5ad4de;
  background-color: #1a7279;
  margin-left: -1px;
}
.pagination > ul > li:last-child > a, .pagination > ul > li:last-child > span {
  margin-left: 0;
}
.pagination > ul > li > a:focus, .pagination > ul > li > a:hover, .pagination > ul > li > span:focus, .pagination > ul > li > span:hover {
  z-index: 3;
  color: #ffffff;
  background-color: #5ad4de;
}
.pagination > ul > .active > a, .pagination > ul > .active > a:focus, .pagination > ul > .active > a:hover, .pagination > ul > .active > span, .pagination > ul > .active > span:focus, .pagination > ul > .active > span:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #23a4af;
  cursor: default;
}
.pagination > ul > .disabled > a, .pagination > ul > .disabled > a:focus, .pagination > ul > .disabled > a:hover, .pagination > ul > .disabled > span, .pagination > ul > .disabled > span:focus, .pagination > ul > .disabled > span:hover {
  color: #23a4af;
  background-color: #1a7279, 50%;
  cursor: not-allowed;
}

/* table.priceTable {
	transition: all 300ms;
	width: 100%;
	max-width: 550px;
	background: #f7f7f7;
	border-collapse: collapse;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

	.template {
		display: none;
	}
	th {
		background: $lightGreenishBlue;
		color: $white;
		font-weight: normal;
		padding: 7px 15px;
	}
	th:first-child {
		width: 350px;
		border-top-left-radius: 4px;
	}
	th:last-child {
		width: 250px;
		border-top-right-radius: 4px;
	}
	td {
		border-collapse: collapse;
		padding: 5px;
	}

	.price input[type='number'] {
		max-width: 100px;
	}

	a.delete {
		display: block;
		text-align: center;
	}
	tfoot a {
		display: inline-block;
		text-align: center;
		background: $coralPink;
		color: $white;
		padding: 7px 15px;
		border-radius: 4px;
		font-style: normal;
	}
}

@media all and (max-width: 820px) {
	table.priceTable {
		th:first-child {
			width: auto;
		}
		th:last-child {
			width: auto;
		}
	}
} */
.profile-customer h2.row {
  color: #444444;
  padding: 20px 0 30px 10px;
}
.profile-customer .profile .profilePicture {
  display: block;
  width: 70%;
  margin: 0 auto 25px;
  border-radius: 100%;
  box-shadow: 0 0 1px 0;
}
.profile-customer .profile .name, .profile-customer .profile .role, .profile-customer .profile .member-since {
  margin: 5px 0;
  display: block;
  text-align: center;
  font-weight: 100;
  color: #c3c3c3;
}
.profile-customer .profile .name.name, .profile-customer .profile .role.name, .profile-customer .profile .member-since.name {
  color: #616161;
  font-size: 150%;
  font-weight: 500;
}
.profile-customer .profile .description {
  background: #fafafa;
  color: #888;
  padding: 40px 90px 50px;
  font-style: italic;
  border-radius: 26px 0;
  position: relative;
  min-height: 270px;
  font-size: 120%;
}
.profile-customer .profile .description > * {
  line-height: 150%;
}
.profile-customer .profile .description:before {
  content: "“";
  top: 30px;
  left: 15px;
}
.profile-customer .profile .description:after {
  content: "”";
  right: 15px;
  bottom: 20px;
}
.profile-customer .profile .description:before, .profile-customer .profile .description:after {
  position: absolute;
  font-style: normal;
  font-size: 72px;
  font-family: helvetica, arial, sans-serif;
  opacity: 0.6;
  display: block;
  height: 0;
}
.profile-customer .list .item {
  padding: 15px 0;
}
.profile-customer .list .item:nth-child(odd) {
  background: #f0f0f0;
}
.profile-customer .list .item:nth-child(even) {
  background: #f8f8f8;
}
.profile-customer .list .item .picture img {
  width: 100%;
}
.profile-customer .list .item .title {
  padding: 7px 0;
  font-size: 110%;
  font-style: italic;
  color: #23a4af;
}
.profile-customer .list .item.review .title:before {
  content: "“";
}
.profile-customer .list .item.review .title:after {
  content: "”";
}
.profile-customer .list .item.review .title:before, .profile-customer .list .item.review .title:after {
  font-size: 29px;
  font-family: helvetica, arial, sans-serif;
  font-style: initial;
  line-height: 0;
}
.profile-customer .list .item .rate {
  color: #cc1e55;
}
.profile-customer .list .item .rate + *:before {
  content: "—";
  margin: 0 3px;
}
.profile-customer .list .item .tour {
  color: #cc1e55;
}
.profile-customer .list .item .type {
  text-transform: capitalize;
  color: #cc1e55;
}
.profile-customer .list .item .body {
  margin-top: 10px;
  font-style: italic;
  line-height: 120%;
  color: #888;
  border-left: solid 2px #ddd;
  padding-left: 10px;
}
.profile-customer .list a.more {
  text-align: center;
  display: block;
  background: #23a4af;
  color: white;
  padding: 10px 0;
}

.buygiftcard-step1 .price {
  text-align: center;
  font-weight: 100;
  margin: 30px 0;
  position: relative;
}
.buygiftcard-step1 .price > span {
  font-size: 190%;
  margin: 0 auto 30px;
  display: inline-block;
  position: relative;
  z-index: 1000;
  background: #ffffff;
  padding: 0 15px;
}
.buygiftcard-step1 .price:before {
  content: ".";
  position: absolute;
  border-top: dotted 3px #cc1e55;
  left: -50%;
  width: 100%;
  color: transparent;
  top: 16px;
  z-index: 0;
}
.buygiftcard-step1 .price:first-child:before {
  content: none;
}
@media (max-width: 992px) {
  .buygiftcard-step1 .price:before {
    content: none;
  }
}
.buygiftcard-step1 form.cadeauForm .amount {
  margin-left: 20px;
  text-align: right;
  width: 80px;
  padding: 0 19px 0 0;
  color: #cc1e55;
  -moz-appearance: textfield;
}
.buygiftcard-step1 form.cadeauForm .amount + span:before {
  content: "€";
  color: #cc1e55;
  position: relative;
  left: -19px;
  display: inline-block;
  background: #ffffff;
  padding: 3px;
  cursor: text;
}
.buygiftcard-step1 form.cadeauForm .amount::-webkit-inner-spin-button, .buygiftcard-step1 form.cadeauForm .amount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buygiftcard-step1 form.cadeauForm .expedition {
  text-align: center;
  margin: 10px 0 35px;
  cursor: pointer;
}
.buygiftcard-step1 form.cadeauForm label {
  margin-bottom: 20px;
  display: block;
}
.buygiftcard-step1 form.cadeauForm textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
}
.buygiftcard-step1 form.cadeauForm input[type=text], .buygiftcard-step1 form.cadeauForm input[type=email] {
  min-width: 50%;
  width: calc(20vw + 220px);
  max-width: 100%;
  margin-bottom: 10px;
}

.buygiftcard-step3 .order .title {
  text-align: center;
  color: #444444;
  font-size: 140%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.buygiftcard-step3 .order .subtitle {
  text-align: center;
  font-size: 120%;
  margin-bottom: 20px;
}
.buygiftcard-step3 .order .address {
  white-space: pre;
  border-left: solid 1px #f0f0f0;
  padding-left: 15px;
  margin-top: 5px;
}
.buygiftcard-step3 .order .payment-form {
  background: #f7f7f7;
  padding: 25px;
}
.buygiftcard-step3 .order .payment-form input[type=text] {
  width: 100%;
}
.buygiftcard-step3 .order h2 {
  color: #444444;
  font-size: 120%;
  margin-bottom: 15px;
}
.buygiftcard-step3 .order img.card {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  max-height: 105px;
}
.buygiftcard-step3 .order input[type=tel] {
  width: 100%;
  padding-left: 8px;
}
.buygiftcard-step3 .order .cc-brand {
  position: absolute;
  right: 25px;
  top: 5px;
}
.buygiftcard-step3 .order .cc-brand:before {
  content: attr(data-brand);
  font-style: italic;
  font-size: 80%;
  color: #c3c3c3;
}
.buygiftcard-step3 .order .engagements {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.buygiftcard-step3 .order .engagements .item {
  margin-left: 15%;
  margin-top: 15px !important;
}
.buygiftcard-step3 .order .engagements .item img {
  width: calc(35px + 0.5vw);
}

.buygiftcard-step4 .congrats {
  background: #f7f7f7;
  padding: 0 50px 80px;
  margin-bottom: 80px;
}
.buygiftcard-step4 .congrats h2 {
  color: #444444;
  padding: 50px 0;
  text-align: center;
}
.buygiftcard-step4 .congrats .card {
  height: 280px;
  width: 445px;
  margin: 50px auto;
  position: relative;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}
.buygiftcard-step4 .congrats .card .code {
  display: block;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Open Sans Condensed", impact, sans-serif;
  font-size: 130%;
  text-shadow: 0 1px 0 #fff;
  color: #555;
}
.buygiftcard-step4 .congrats .card .amount {
  bottom: 15px;
  position: absolute;
  left: 30px;
  font-size: 280%;
  font-family: "Open Sans Condensed", impact, sans-serif;
  color: #7b7b7b;
  text-shadow: 0 2px 0 #fff;
}

.scheduled-booking-step1 .details, .packaged-booking-step1 .details {
  background: #f7f7f7;
  padding: 25px;
}
.scheduled-booking-step1 .details .title, .packaged-booking-step1 .details .title {
  color: #444444;
  margin: 10px 0 30px 15px;
}
.scheduled-booking-step1 .details .picture, .packaged-booking-step1 .details .picture {
  width: 100%;
  margin-bottom: 30px;
}
.scheduled-booking-step1 .details label, .packaged-booking-step1 .details label {
  display: block;
}
.scheduled-booking-step1 .details select.sessions, .packaged-booking-step1 .details select.sessions {
  width: 100%;
  background: #1a7279;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  border: none;
  font-weight: 100;
  font-size: 90%;
  font-family: "Open Sans Condensed", impact, sans-serif;
}
.scheduled-booking-step1 .details select.sessions option[data-remainingseats="0"], .packaged-booking-step1 .details select.sessions option[data-remainingseats="0"] {
  color: rgba(255, 255, 255, 0.5);
}
.scheduled-booking-step1 .details input[type=number], .packaged-booking-step1 .details input[type=number] {
  padding-left: 10px;
  width: 60px;
  line-height: 150%;
  font-size: 110%;
  margin-right: 15px;
}
.scheduled-booking-step1 .details .seat-item, .packaged-booking-step1 .details .seat-item {
  margin: 10px 0;
}
.scheduled-booking-step1 .details .seat-item .price, .packaged-booking-step1 .details .seat-item .price {
  color: #23a4af;
}
.scheduled-booking-step1 .details .seat-item .price:before, .packaged-booking-step1 .details .seat-item .price:before {
  content: "—";
}
.scheduled-booking-step1 .details input[name=code_cadeau], .packaged-booking-step1 .details input[name=code_cadeau] {
  padding-left: 10px;
  line-height: 25px;
  max-width: 100%;
}
.scheduled-booking-step1 .details .calculations, .packaged-booking-step1 .details .calculations {
  font-size: 130%;
  color: #1a7279;
}
.scheduled-booking-step1 .details .button.submit, .packaged-booking-step1 .details .button.submit {
  font-size: 130%;
  padding: 0 50px;
}
.scheduled-booking-step1 .details .code-cadeau.valid:after, .packaged-booking-step1 .details .code-cadeau.valid:after {
  content: "✓";
  color: #23a4af;
  text-shadow: 0 2px #ffffff;
  font-size: 150%;
  position: relative;
  top: 4px;
}

.scheduled-booking-step3 .order .title, .packaged-booking-step3 .order .title {
  text-align: center;
  color: #444444;
  font-size: 140%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.scheduled-booking-step3 .order .subtitle, .packaged-booking-step3 .order .subtitle {
  text-align: center;
  font-size: 120%;
  margin-bottom: 20px;
}
.scheduled-booking-step3 .order form, .packaged-booking-step3 .order form {
  background: #f7f7f7;
  padding: 25px;
}
.scheduled-booking-step3 .order form input[type=text], .packaged-booking-step3 .order form input[type=text] {
  width: 100%;
}
.scheduled-booking-step3 .order h2, .packaged-booking-step3 .order h2 {
  color: #444444;
  font-size: 120%;
  margin-bottom: 15px;
}
.scheduled-booking-step3 .order input[type=tel], .packaged-booking-step3 .order input[type=tel] {
  width: 100%;
  padding-left: 8px;
}
.scheduled-booking-step3 .order .cc-brand, .packaged-booking-step3 .order .cc-brand {
  position: absolute;
  right: 25px;
  top: 5px;
}
.scheduled-booking-step3 .order .cc-brand:before, .packaged-booking-step3 .order .cc-brand:before {
  content: attr(data-brand);
  font-style: italic;
  font-size: 80%;
  color: #c3c3c3;
}
.scheduled-booking-step3 .order .engagements, .packaged-booking-step3 .order .engagements {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.scheduled-booking-step3 .order .engagements .item, .packaged-booking-step3 .order .engagements .item {
  margin-left: 15%;
  margin-top: 15px !important;
}
.scheduled-booking-step3 .order .engagements .item img, .packaged-booking-step3 .order .engagements .item img {
  width: calc(35px + 0.5vw);
  vertical-align: middle;
  margin-top: 0;
}
.scheduled-booking-step3 .order img, .packaged-booking-step3 .order img {
  margin-top: 20px;
}

.scheduled-booking-step4 .congrats, .packaged-booking-step4 .congrats {
  background: #f7f7f7;
  padding: 0 50px 80px;
  margin-bottom: 80px;
}
.scheduled-booking-step4 .congrats h2, .packaged-booking-step4 .congrats h2 {
  color: #444444;
  padding: 50px 0;
  text-align: center;
}
.scheduled-booking-step4 .congrats .code, .packaged-booking-step4 .congrats .code {
  display: inline-block;
  font-family: "Open Sans Condensed", impact, sans-serif;
  font-size: 130%;
  text-shadow: 0 1px 0 #ffffff;
  color: #555;
  margin: 40px 0;
  padding: 15px 50px;
  border: solid 1px #d2d2d2;
  background: #e6e2db;
}

body[class*=-step], body[class*=successfullPayment] {
  background: #e6e2db;
}
body[class*=-step] .steps, body[class*=successfullPayment] .steps {
  margin: 65px 0 25px;
  counter-reset: step;
}
body[class*=-step] .steps .step, body[class*=successfullPayment] .steps .step {
  color: #c3c3c3;
  background: #4c4c4c;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", impact, sans-serif;
  font-size: 115%;
  padding: 8px 0;
  position: relative;
  counter-increment: step;
}
body[class*=-step] .steps .step:before, body[class*=successfullPayment] .steps .step:before {
  content: ".";
  border-right: solid 2px #e6e2db;
  border-top: solid 2px #e6e2db;
  color: transparent;
  display: inline-block;
  top: 4px;
  left: -35px;
  width: 40px;
  height: 40px;
  position: absolute;
  transform: rotate(45deg);
}
body[class*=-step] .steps .step:first-child:before, body[class*=successfullPayment] .steps .step:first-child:before {
  content: none;
}
body[class*=-step] .steps .step span:before, body[class*=successfullPayment] .steps .step span:before {
  content: counter(step);
  background: #c3c3c3;
  display: inline-block;
  width: 30px;
  color: #4c4c4c;
  border-radius: 100%;
  line-height: 30px;
  margin-right: 10px;
}
body[class*=-step] .steps .step.active, body[class*=successfullPayment] .steps .step.active {
  color: #ffffff;
}
body[class*=-step] .steps .step.active span:before, body[class*=successfullPayment] .steps .step.active span:before {
  background: #ffffff;
}
body[class*=-step] div.loginForm, body[class*=successfullPayment] div.loginForm {
  padding: 0;
}
body[class*=-step] div.loginForm > div, body[class*=successfullPayment] div.loginForm > div {
  padding-bottom: 15px;
  background: #f7f7f7;
}
body[class*=-step] div.loginForm > div > div, body[class*=successfullPayment] div.loginForm > div > div {
  padding: 10px 60px 30px;
}
body[class*=-step] div.loginForm .title, body[class*=successfullPayment] div.loginForm .title {
  font-size: 140%;
  font-weight: 100;
  margin: 20px 0;
}
body[class*=-step] div.loginForm input, body[class*=successfullPayment] div.loginForm input {
  border: solid 1px #c3c3c3;
  padding: 5px 10px;
  margin: 10px 0;
}
body[class*=-step] div.loginForm .button.submit, body[class*=successfullPayment] div.loginForm .button.submit {
  padding: 0.3em 1em;
  font-size: 140%;
}
body[class*=-step] .engagements, body[class*=successfullPayment] .engagements {
  padding: 20px 0;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: solid 1px #c3c3c3;
}
body[class*=-step] .engagements h2, body[class*=successfullPayment] .engagements h2 {
  color: #616161;
  text-align: center;
}
body[class*=-step] .engagements .item, body[class*=successfullPayment] .engagements .item {
  margin-top: 40px;
}
body[class*=-step] .engagements .item span, body[class*=successfullPayment] .engagements .item span {
  margin-left: 15px;
  font-size: 90%;
  font-weight: 100;
  text-transform: uppercase;
  vertical-align: middle;
}

body[class*="cancelByClientBooking "] {
  background: #e6e2db;
}
body[class*="cancelByClientBooking "] .subtitle {
  margin: 65px 0 25px;
}
body[class*="cancelByClientBooking "] .subtitle h2 {
  color: #616161;
  text-align: center;
}
body[class*="cancelByClientBooking "] div.loginForm {
  padding: 0;
  margin-bottom: 25px;
}
body[class*="cancelByClientBooking "] div.loginForm > div {
  padding-bottom: 15px;
  background: #f7f7f7;
}
body[class*="cancelByClientBooking "] div.loginForm > div > div {
  padding: 10px 60px 30px;
}
body[class*="cancelByClientBooking "] div.loginForm .title {
  font-size: 140%;
  font-weight: 100;
  margin: 20px 0;
}
body[class*="cancelByClientBooking "] div.loginForm input {
  border: solid 1px #c3c3c3;
  padding: 5px 10px;
  margin: 10px 0;
}
body[class*="cancelByClientBooking "] div.loginForm .button.submit {
  padding: 0.3em 1em;
  font-size: 140%;
}
body[class*="cancelByClientBooking "] div.loginForm .registerPart {
  display: none;
}
body[class*="cancelByClientBooking "] div.loginForm .loginPart {
  margin: auto;
  float: none;
}
body[class*="cancelByClientBooking "] .details {
  background: #f7f7f7;
  padding: 25px;
  margin: 65px auto 25px;
  line-height: 22px;
}
body[class*="cancelByClientBooking "] .details h2 {
  color: #616161;
  margin-bottom: 20px;
}
body[class*="cancelByClientBooking "] .details input[type=submit] {
  margin-top: 10px;
  width: 200px;
  background: #cc1e55;
}

body[class^="backoffice."] {
  background: #23a4af;
  overflow-x: hidden;
}

.backoffice {
  position: relative;
  display: flex;
}
.backoffice.container {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.backoffice .sidebar {
  transition: all 200ms;
  background: #23a4af;
  color: #ffffff;
  min-height: calc(100vh - 300px);
  padding-top: 40px;
  padding-bottom: 100px;
}
.backoffice .sidebar .profile {
  text-align: center;
  margin-bottom: 50px;
}
.backoffice .sidebar .profile img {
  border-radius: 100%;
  width: 150px;
  max-width: 160%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.backoffice .sidebar .profile .name {
  margin: 20px 0;
  font-size: 120%;
}
.backoffice .sidebar .item {
  padding: 10px;
  background: #23a4af;
  position: relative;
}
.backoffice .sidebar .item:hover {
  background: #16686f;
}
.backoffice .sidebar .item:hover a {
  text-decoration: none;
  color: white;
}
.backoffice .sidebar .item:hover a > span {
  text-decoration: underline;
}
.backoffice .sidebar .item.active {
  background: #16686f;
}
.backoffice .sidebar .item.active::before {
  content: ".";
  position: absolute;
  display: block;
  background: inherit;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 37px;
  height: 37px;
  color: transparent;
  right: -37px;
  top: 50%;
  border-radius: 2px;
}
.backoffice .sidebar .item > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.backoffice .sidebar .item > a > i.fa:first-child {
  min-width: 40px;
  text-align: center;
}
.backoffice .sidebar details.item {
  padding: 0;
}
.backoffice .sidebar details.item summary {
  outline: none;
  background: #23a4af;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.backoffice .sidebar details.item summary::-webkit-details-marker {
  display: none;
}
.backoffice .sidebar details.item summary:active {
  background: #12545a;
}
.backoffice .sidebar details.item summary:focus {
  outline: none;
}
.backoffice .sidebar details.item summary > i.fa:first-child {
  min-width: 40px;
  text-align: center;
}
.backoffice .sidebar details.item summary > .fa-caret-down {
  font-size: 1.3em;
  margin-left: auto;
}
.backoffice .sidebar details.item summary > span {
  margin-right: 15px;
}
.backoffice .sidebar details.item[open] {
  background: #5ad4de;
}
.backoffice .sidebar details.item[open] .fa-caret-down {
  transform: rotate(180deg);
}
.backoffice .sidebar details.item[open] .subcontent a {
  position: relative;
  display: block;
  padding: 10px 14px;
}
.backoffice .sidebar details.item[open] .subcontent a:hover {
  background-color: #16686f;
}
.backoffice .sidebar details.item[open] .subcontent a:hover.active::before {
  background: #16686f;
}
.backoffice .sidebar details.item[open] .subcontent a.active {
  background: #16686f;
}
.backoffice .sidebar details.item[open] .subcontent a.active::before {
  content: ".";
  position: absolute;
  display: block;
  background: #16686f;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 26px;
  height: 26px;
  color: transparent;
  right: -26px;
  top: 50%;
  border-radius: 2px;
}
.backoffice .page {
  background-color: #e3dfda;
  flex: 1;
  position: initial;
  padding-top: 40px;
  padding-bottom: 100px;
  /* &:before {
  	content: ".";
  	color: transparent;
  	background: #e3dfda;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	margin-left: 15px;
  	z-index: -1;
  	width: 100vw;
  } */
}
.backoffice .page h1 {
  color: #444444;
  margin-bottom: 15px;
}
.backoffice .page h2 {
  color: #616161;
}
.backoffice .listReviewsItem {
  border-bottom: solid 1px #d2d1d0;
  padding-bottom: 30px;
}
.backoffice .listReviewsItem h3 {
  color: #616161;
  margin: 30px 0;
}
.backoffice .listReviewsItem h3 a {
  color: #cc1e55;
}
.backoffice .listReviewsItem .author {
  text-align: center;
  padding: 0 5% 0 0;
}
.backoffice .listReviewsItem .author .avatar {
  border-radius: 100px;
  overflow: hidden;
  width: 100px;
  max-height: 100px;
  display: inline-block;
}
.backoffice .listReviewsItem .author .name {
  color: #616161;
  padding: 20px 0;
}
.backoffice .listReviewsItem .baloon {
  padding: 20px;
  position: relative;
  background: #fafafa;
}
.backoffice .listReviewsItem .baloon:before {
  content: ".";
  background: inherit;
  color: transparent;
  position: absolute;
  top: 30px;
  left: -15px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.backoffice .listReviewsItem .title {
  margin-bottom: 10px;
  font-size: 120%;
  font-style: italic;
  color: #23a4af;
}
.backoffice .listReviewsItem .title:before {
  content: "“";
}
.backoffice .listReviewsItem .title:after {
  content: "”";
}
.backoffice .listReviewsItem .title:before, .backoffice .listReviewsItem .title:after {
  font-size: 29px;
  font-family: helvetica, arial, sans-serif;
  font-style: initial;
  line-height: 0;
}
.backoffice .listReviewsItem .rate {
  color: #cc1e55;
}
.backoffice .listReviewsItem .ratings {
  margin-bottom: 10px;
}
.backoffice .listReviewsItem .ratings label {
  display: block;
}
.backoffice .listReviewsItem .date {
  color: #c3c3c3;
  font-size: 90%;
  margin-left: 7px;
}
.backoffice .listReviewsItem .date:before {
  content: "—";
  margin-right: 5px;
}
.backoffice .listReviewsItem .body {
  margin-top: 10px;
  line-height: 120%;
  /* font-size: 90%; */
}
.backoffice .listAdecouvrirItem, .backoffice .listBonneadresseItem {
  background: #f0f0f0;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
}
.backoffice .listAdecouvrirItem .icons, .backoffice .listBonneadresseItem .icons {
  padding: 15px 0;
}
.backoffice .listAdecouvrirItem img.picture, .backoffice .listBonneadresseItem img.picture {
  float: left;
  width: 25%;
  min-width: 80px;
  margin-right: 15px;
}
.backoffice .listAdecouvrirItem h3, .backoffice .listBonneadresseItem h3 {
  color: #444444;
}
.backoffice .listAdecouvrirItem h3 a, .backoffice .listBonneadresseItem h3 a {
  color: #cc1e55;
}
.backoffice .listAdecouvrirItem .title, .backoffice .listBonneadresseItem .title {
  margin-bottom: 10px;
  font-size: 120%;
  color: #23a4af;
}
.backoffice .listAdecouvrirItem .subtitle, .backoffice .listAdecouvrirItem .address, .backoffice .listBonneadresseItem .subtitle, .backoffice .listBonneadresseItem .address {
  color: #616161;
  margin-bottom: 15px;
  font-size: 110%;
  font-style: italic;
}
.backoffice .listAdecouvrirItem .content, .backoffice .listBonneadresseItem .content {
  font-size: 95%;
}
.backoffice .listAdecouvrirItem .url, .backoffice .listBonneadresseItem .url {
  margin: 15px 0;
}
.backoffice .listAdecouvrirItem .url a, .backoffice .listBonneadresseItem .url a {
  color: #cc1e55;
}
.backoffice .listAdecouvrirItem .linksBottom, .backoffice .listBonneadresseItem .linksBottom {
  text-align: right;
  font-size: 80%;
  font-weight: bold;
  font-family: "Open Sans Condensed", impact, sans-serif;
  text-transform: uppercase;
}
.backoffice .listAdecouvrirItem .linksBottom a, .backoffice .listAdecouvrirItem .linksBottom form, .backoffice .listBonneadresseItem .linksBottom a, .backoffice .listBonneadresseItem .linksBottom form {
  display: inline-block;
}
.backoffice .listAdecouvrirItem .linksBottom a + a, .backoffice .listAdecouvrirItem .linksBottom form + a, .backoffice .listBonneadresseItem .linksBottom a + a, .backoffice .listBonneadresseItem .linksBottom form + a {
  margin-left: 5px;
}
.backoffice .listAdecouvrirItem .linksBottom a + a:before, .backoffice .listAdecouvrirItem .linksBottom form + a:before, .backoffice .listBonneadresseItem .linksBottom a + a:before, .backoffice .listBonneadresseItem .linksBottom form + a:before {
  content: "|";
  font: 100 150% "Roboto", helvetica, arial, sans-serif;
}
.backoffice label {
  display: block;
  margin-top: 15px;
}
.backoffice input[type=text], .backoffice input[type=password], .backoffice input[type=date], .backoffice input[type=time], .backoffice input[type=number] {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding-left: 8px;
}
.backoffice input[type=file] {
  width: 100%;
  margin-top: 10px;
}
.backoffice select {
  width: 100%;
  font-size: 100%;
  margin-top: 5px;
  padding: 2px 0;
}
.backoffice textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 170px;
  margin-top: 5px;
  padding: 5px 8px;
}
.backoffice .invalid-feedback {
  color: #cc1e55;
}
.backoffice .themes label.theme:not(:only-child) {
  cursor: initial !important;
}
.backoffice .themes label.theme svg {
  width: 35px;
  height: 30px;
}
.backoffice .themes label.theme input[type=checkbox] {
  display: none;
}
.backoffice .themes label.theme:only-child input[type=checkbox] {
  display: inline-block;
}
.backoffice .themes label.subtheme {
  font-style: italic;
  margin-left: 30px;
}
.backoffice table.sessionTable {
  border-collapse: collapse;
  background: #f7f7f7;
}
.backoffice table.sessionTable th {
  background: #23a4af;
  color: #ffffff;
  font-weight: normal;
}
.backoffice table.sessionTable tr:nth-child(odd) td {
  background: #f1f1f1;
}
.backoffice table.horaires {
  border-collapse: collapse;
  background: #f7f7f7;
}
.backoffice table.horaires th {
  background: #23a4af;
  color: #ffffff;
  font-weight: normal;
}
.backoffice table.horaires th label {
  display: inline;
}
.backoffice table.horaires td {
  padding: 10px;
}
.backoffice table.horaires td label {
  display: inline;
}
.backoffice table.horaires td:first-child {
  background: #c3c3c3;
}
.backoffice table.horaires tr:nth-child(odd) {
  background: #f1f1f1;
}
.backoffice .widget {
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.4;
  font-size: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.backoffice .widget p {
  font-size: 17px;
}
.backoffice .widget .widget-title {
  margin-bottom: 20px;
}
.backoffice .widget .widget-list {
  padding-left: 20px;
  line-height: 1.8;
}
.backoffice .widget .widget-list > .fa {
  font-size: 1.2em;
  min-width: 30px;
}
.backoffice .widget .widget-list a[href=""] {
  color: #444444 !important;
  text-decoration: none !important;
  cursor: wait;
}
.backoffice .widget .widget-list a[href=""]:hover::after {
  content: "  (À faire)";
}
.backoffice .widget .widget-list a:link, .backoffice .widget .widget-list a:visited {
  text-decoration: none;
  color: #23a4af;
}
.backoffice .widget .widget-list a:hover {
  color: #1a7279;
  text-decoration: underline;
}
.backoffice ul.tabs {
  margin-top: 16px;
  display: flex;
  border-bottom: 3px solid #23a4af;
}
.backoffice ul.tabs > li {
  margin-left: 5px;
  background-color: #ffffff;
  border-radius: 2px;
}
.backoffice ul.tabs > li > a {
  padding: 8px 16px;
  display: block;
  text-decoration: none;
  font-size: 1.2em;
}
.backoffice ul.tabs > li > a.tab-active, .backoffice ul.tabs > li > a:hover {
  color: white;
  background-color: #23a4af;
}
.backoffice ul.tabs + .tabs-content {
  border-bottom: 3px solid #23a4af;
  border-left: 3px solid #23a4af;
  border-right: 3px solid #23a4af;
  padding: 8px 16px;
  background-color: #b6ebf1;
}
.backoffice .adminTablePlacesProposal {
  max-width: 1160px;
}
.backoffice .adminTablePlacesProposal td.actions {
  width: 5%;
  min-width: 5%;
  max-width: 5%;
}
.backoffice .adminTablePlacesProposal td.author {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}
.backoffice .adminTablePlacesProposal td.name_address {
  width: 15%;
  min-width: 15%;
  max-width: 15%;
}
.backoffice .adminTablePlacesProposal td.description {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
}
.backoffice .adminTablePlacesProposal td.picture {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}
.backoffice .adminTablePlacesProposal td.costs {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
.backoffice .adminTablePlacesProposal td.picture {
  text-align: center;
}
.backoffice .formVisite input[type=text],
.backoffice .formVisite select,
.backoffice .formVisite textarea {
  font-weight: normal;
}
.backoffice .formVisite .form-group {
  margin-bottom: 0;
}
.backoffice .formVisite .form-group label {
  cursor: pointer;
  font-weight: bold;
}
.backoffice .formVisite .form-group.form-group-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.backoffice table.showDemands tr.demand-new {
  color: gray;
}
.backoffice table.showDemands tr.demand-pending {
  color: rgb(0, 102, 255);
}
.backoffice table.showDemands tr.demand-accepted {
  color: rgb(49, 163, 0);
}
.backoffice table.showDemands tr.demand-refused {
  color: red;
}
.backoffice table.showDemands th, .backoffice table.showDemands td {
  padding: 0.6rem 0.8rem;
}
.backoffice .devis-lieu {
  background-color: #c3c3c3;
  padding: 2rem;
  margin: 3rem 0;
  border-radius: 4px;
  max-width: 1200px;
}
.backoffice .devis-lieu .lieu-tarifs {
  flex: 1;
  margin: 1rem;
  max-width: 800px;
}
.backoffice .devis-lieu .lieu-tarifs table {
  width: 100%;
  background-color: white;
  border: thin solid #ccc;
  border-collapse: collapse;
}
.backoffice .devis-lieu .lieu-tarifs table th, .backoffice .devis-lieu .lieu-tarifs table td {
  padding: 1rem;
}
.backoffice .devis-lieu .lieu-tarifs table thead th {
  text-align: center;
}
.backoffice .devis-lieu .lieu-infos {
  max-width: 310px;
  margin-top: 1rem;
  margin-left: 2rem;
}
.backoffice .devis-lieu .lieu-infos ul {
  list-style: disc;
  margin: 1rem 0 2rem;
  padding-inline-start: 2rem;
}
.backoffice .devis-lieu .mandatory-fees {
  background-color: white;
  padding: 1rem;
}
.backoffice .devis-subtotal {
  background-color: #23a4af;
  color: white;
  padding: 2rem;
  margin-top: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
  font-size: 1.4em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.backoffice .guideResponse {
  display: flex;
  align-items: center;
}
.backoffice .guideResponse .profilepic {
  margin-right: 2rem;
}
.backoffice .guideResponse .profilepic img {
  border-radius: 100%;
  width: 150px;
  max-width: 160%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.backoffice .guideResponse .profilepic .name {
  text-align: center;
  margin-top: 1rem;
  width: 150px;
  max-width: 160%;
}
.backoffice .guideResponse .profilepic .name strong {
  display: block;
}
.backoffice .guideResponse .guideText {
  font-style: italic;
}

@media all and (max-width: 992px) {
  .backoffice .sidebar .profile img {
    width: 80px;
    height: 80px;
    margin: 0 5px;
  }
  .backoffice .sidebar .profile .name {
    max-width: 80px;
    word-break: break-all;
  }
  .backoffice .sidebar .item,
  .backoffice .sidebar details.item summary {
    padding: 5px;
  }
  .backoffice .sidebar .item span,
  .backoffice .sidebar details.item summary > span {
    display: none !important;
  }
  .backoffice .sidebar details.item .subcontent a {
    font-size: 0.8em;
  }
  .backoffice .sidebar .item.active::before {
    width: 30px;
    height: 30px;
    right: -30px;
  }
  .backoffice .sidebar details.item[open] .subcontent a.active::before {
    width: 24px;
    height: 24px;
    right: -24px;
  }
}
@media all and (max-width: 600px) {
  .backoffice {
    flex-direction: column;
  }
  .backoffice .sidebar {
    padding-top: 0;
    padding-bottom: 0;
    min-height: initial;
  }
  .backoffice .sidebar .profile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .backoffice .sidebar .profile img {
    max-width: 60px;
    max-height: 60px;
    margin: 0 16px;
  }
  .backoffice .sidebar .item span,
  .backoffice .sidebar details.item summary > span,
  .backoffice .sidebar details.item .subcontent a {
    display: block !important;
    font-size: 0.8em;
  }
  .backoffice .sidebar .item.active::before {
    display: none;
  }
  .backoffice .sidebar details.item[open] .subcontent a.active::before {
    display: none;
  }
}
.google {
  background: #d23337;
}

.f4cebook {
  background: #476bb9;
}

.tw1tter {
  background: #1da1f3;
}

.l1nkedin {
  background: #007bb6;
}

/* Extend Bootstrap's button size */
.btn.btn-xl {
  padding: 15px 45px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
  text-transform: uppercase;
}
.btn.btn-xl:hover {
  color: #fff;
  background-color: #731130;
}

/* @keyframes invisiblyGrowFontSize {
	0% {
		transform-origin: 0% 50%;
		transform: scale(1, 0);
		opacity: 0;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
} */
.separator {
  background-color: #23a4af;
  height: 1px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.separator.separator-fat {
  height: 5px;
}

input[type=submit], button[type=submit], .baloon button {
  background-color: #23a4af;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans Condensed", impact, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 120%;
  padding: 0.27em 13px;
  border-style: hidden;
}

#connectButton {
  color: #fff;
  font-family: "Open Sans Condensed", impact, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  line-height: 120%;
  padding: 0.27em 13px;
  background: #1a7279;
  border-radius: 4px;
  overflow: hidden;
}

input#newsletter_accepted,
input#newsletter_refused {
  display: inline-block;
  position: relative;
  z-index: 10 !important;
}

input#newsletter_accepted:after,
input#newsletter_refused:after {
  content: " ";
  position: absolute;
  display: block;
  width: 50px;
  height: 1em;
}

input#newsletter_accepted + label,
input#newsletter_refused + label {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

#visitFilter {
  float: right;
  margin-right: 15px;
}

#mscFeesModal li {
  padding-left: 20px;
  padding-top: 5px;
  list-style: circle inside;
}
#mscFeesModal ul {
  padding-left: 40px;
}

.url_dediee {
  display: none;
}
.url_dediee.active {
  display: block;
  margin-top: 10px;
}

.package-visits-show .themes i {
  position: relative;
  top: -2px;
}
.package-visits-show .themes ul {
  margin-left: 0;
}
.package-visits-show .themes .theme {
  display: block;
  margin: 1px 0 6px 24px;
  text-decoration: underline;
}
.package-visits-show .underline {
  text-decoration: underline;
}

.infosDecallage {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  line-height: normal;
}
