@charset "UTF-8";
@font-face {
  font-family: Champagne;
  src: url("https://old.buchard.ch/wp-content/themes/buchard/css/fonts/Champagne-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("https://old.buchard.ch/wp-content/themes/buchard/css/fonts/Roboto.woff2");
  font-display: optional;
}
* {
  box-sizing: border-box;
  -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */ /* Firefox 48 – 96 */
  print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
}

::-moz-selection {
  color: #fff;
  background: #383838;
}

::selection {
  color: #fff;
  background: #383838;
}

html {
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

[class^=container] {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

/*.container-2 { max-width: 1070px; }
.container-3 { max-width: 980px; }*/
.cf {
  clear: both;
}

.cfa:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

h1, h2, h3, h4, h5,
.t1, .t2, .t3, .t4 {
  font-family: "Champagne", "sans-serif";
  font-weight: bold;
}

h1, .t1 {
  font-size: 2.4rem;
  margin: 0 0 1rem 0;
  font-weight: normal;
  letter-spacing: 3px;
}

h2, .t2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h3, .t3 {
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h4, .t4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

h5 {
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5rem;
}

h1 + h2 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}

h3 + h4 {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /*backface-visibility: hidden;*/
}

ul {
  margin: 0 0 1rem 0;
  padding-left: 20px;
}

ul li {
  margin: 0.5rem 0;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
}

.contenu hr {
  width: 100%;
  height: 1px;
  display: block;
  border-top: 3px dotted #d4d4d4;
  border-bottom: none;
  margin: 1rem 0;
}

#page {
  border: 2px solid #fff;
  overflow-x: hidden;
}

.width-50 {
  width: 40%;
}

.width-40 {
  width: 40%;
}

.width-33 {
  width: 33%;
}

.width-30 {
  width: 30%;
}

.width-25 {
  width: 25%;
}

.width-20 {
  width: 20%;
}

.t2 {
  text-transform: uppercase;
  text-align: center;
  color: #23296e;
}

h2.t2:after {
  content: "";
  display: block;
  width: 300px;
  height: 3px;
  background: #23296e;
  margin: 10px auto 0 auto;
}

.bm {
  padding: 3rem 0;
}

/* SCROLLBAR */
body::-webkit-scrollbar {
  width: 0.8rem;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
  outline: 0px solid black;
  border-radius: 1px;
}

/* HEADER */
#header {
  position: relative;
  padding: 0;
  z-index: 20;
  background-color: #fff;
  border-bottom: 10px solid #23296e;
  transition: all 0.4s ease;
}

#header > .container {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

#header #nav {
  align-self: flex-end;
}

#header h4, #header .t4 {
  color: #23296e;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  text-transform: uppercase;
}

#header h4 span, #header .t4 span {
  text-transform: none;
  color: #555;
  margin-left: 5px;
}

.logoc {
  margin: auto auto auto 0;
}

#logo {
  background: url("https://old.buchard.ch/assets/img/logo-couleurs.png") no-repeat;
  background-size: 100%;
  width: 170px;
  height: 40px;
  display: block;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width, height 0.5s linear;
}

#logo.logo2 {
  width: 300px;
  height: 90px;
  margin-top: 5px;
}

/* ICONES */
[class*=iconb-]:before {
  content: "";
  display: inline-block;
}

[class*=iconb-24] {
  display: inline-block;
  line-height: 24px;
}

[class*=iconb-48] {
  line-height: 48px;
}

[class*=iconb-24]:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}

[class*=iconb-48]:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
}

/*
[class*="-pdf"]:before { background-position: -700% -700%; display: inline-block; vertical-align: bottom; }
[class*="-buchard"]:before { background-position: -300% -400%; display: inline-block; vertical-align: top; }
[class*="-telecharger"]:before { background-position: 0 -1300%; display: inline-block; vertical-align: top; }
.iconb-24-contact:before { background-position: -400% -400%; vertical-align: text-bottom; display: inline-block; opacity: 0.8; }
.i-wifi:before { background-position: -400% -1500%; }
.i-hightech:before { background-position: -300% -1500%; }
*/
.flb:before {
  float: left;
}

.flexline {
  display: flex;
}

.obflink {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

/* VOYAGES A LA UNE */
.vth {
  display: flex;
  flex-direction: column;
  background-color: #F9F9F9;
  color: #333;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  transition: 0.6s all;
}

.vth:hover {
  background-color: #fff;
  box-shadow: 0 0 30px #999;
}

.vth:hover img {
  opacity: 0.6;
}

.vth:hover .bandeau {
  opacity: 0;
}

.vth:hover .offres {
  transform: translateY(40px);
  box-shadow: 0 5px 5px #666;
}

.vth .new-prix {
  display: none;
}

.vth:hover .new-prix {
  display: block;
}

.vth > div:first-child {
  overflow: hidden;
}

.vth img {
  min-width: 100%;
  vertical-align: top;
}

.vth p {
  padding: 6px 12px;
  margin: 0;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.vth h3 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 12px;
  line-height: 1.2rem;
}

.vth .nb {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
}

.vth .infos > .prix-c {
  margin: auto 0 auto auto;
  position: relative;
  padding: 0;
}

.vth .prix-c .prix {
  font-size: 0.9rem;
  color: #fff;
  background: #666;
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
  border-radius: 2px;
}

.vth.dispo .prix-c .prix {
  background: #50b848;
}

.vth .c-icon, .c-jour {
  border-right: 1px solid #e5e5e5;
}

.c-icon > span, .c-jour .nbjours {
  margin: auto;
}

.vth .infos {
  margin-top: auto;
  text-align: center;
  padding: 6px;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #e5e5e5;
}

.vth .infos > * { /*display: flex; flex-direction: column;*/
  padding: 0 5px;
}

.vth .infos .sur-demande span {
  margin: auto;
}

.barre .prix {
  text-decoration: line-through;
}

.vth .des {
  font-size: 0.7rem;
  color: #666; /*position: absolute; right: 0; top: -0.8rem;*/
}

.new-prix {
  background: #FF0004;
  color: #fff;
  box-shadow: 1px 1px 4px #999;
}

.vth .offres {
  font-size: 0.9rem;
  display: block;
  padding: 10px;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  text-align: center;
  width: 200px;
  line-height: 18px;
  background: #E34624;
  color: #fff;
  transform: translateY(-102%);
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}

.vth .maincat {
  font-size: 0.85rem;
}

.vth [class*=cat-] {
  border-radius: 50%;
  margin: auto;
}

.navigation {
  text-align: center;
  clear: both;
  margin: 30px 0 0 0;
}

.navigation > a {
  background-color: #fff;
  color: #23296e;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2.2rem;
  padding: 10px 20px;
  box-shadow: 2px 2px 10px #999;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 0px;
}

.navigation > a:after {
  content: "";
  position: absolute;
  height: 4px;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  background: #23296e;
  transform: translateY(4px);
  transition: transform 0.3s ease-out;
}

.navigation > a:hover {
  background-color: #23296e;
  color: #fff;
}

.navigation > a:hover:after {
  transform: translateY(0);
}

.navigation > a {
  margin: auto 1rem;
}

.vth .minidates {
  font-size: 0.9rem;
  display: block;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0.95;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 18px;
  background: #fff;
  color: #111;
  transform: translateX(100%);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.vth:hover .minidates {
  transform: translateX(0);
  box-shadow: 0 5px 5px #666;
  filter: none;
  -webkit-filter: none;
}

.minidate {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}

.minidate:last-child {
  border-bottom: none;
}

.minidates h5 {
  margin-bottom: 1.5rem;
}

.minidate .date {
  text-align: left;
  padding-right: 10px;
  font-size: 12px;
  margin: auto 0;
}

.minidate .prix {
  margin-left: auto;
  color: #fff;
  padding: 1px 3px;
  white-space: nowrap;
  border-radius: 2px;
}

.minidate.dispo .prix {
  background-color: #50b848;
}

.minidate.termine .prix {
  background-color: #666;
}

.minidate.termine {
  color: rgba(0, 0, 0, 0.5);
}

.voyage.inactif img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.voyage.inactif:after {
  content: "Indisponible";
  display: block;
  width: 100px;
  left: calc(50% - 50px);
  top: 70px;
  position: absolute;
  text-align: center;
  z-index: 10;
  background-color: #e60000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  transition: 1s;
}

.voyage.inactif:hover:after {
  top: 5px;
}

.dispo .prix {
  background-color: #50b848;
}

.complet .prix {
  background-color: #fff;
  color: red;
}

.complet.after .prix {
  position: relative;
}

.complet.after:hover .prix:after {
  opacity: 1;
}

.complet.after .prix:after {
  opacity: 0;
  content: "complet";
  font-size: 10px;
  padding: 0 3px;
  line-height: 16px;
  position: absolute;
  top: -15px;
  right: -3px;
  background-color: red;
  color: #fff;
  transition: 1s;
}

.new-prix.pcb {
  background-color: #063375;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

/* SLOGAN */
#slogan {
  background: #3d66b8;
  background: linear-gradient(#3d66b8, #2C56A8);
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: 2rem;
}

#slogan h1 {
  position: relative;
}

#slogan:before {
  content: "";
  width: 300px;
  height: 175px;
  display: block;
  background: url("https://www.buchard.ch/images/buchard-car-detoure-min.png") no-repeat;
  margin: -10rem auto 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* FIL ARIANE */
#filariane {
  display: none;
  font-size: 0.9rem;
  color: #23296e;
  padding: 0 0 0.5rem 0;
}

#filariane + .page {
  padding-top: 1rem;
}

#filariane a {
  color: #23296e;
  text-decoration: none;
}

#filariane a:hover {
  border-bottom: 1px dotted;
}

#filariane .active {
  font-style: italic;
}

/* MENU SCROLL NAVIGATION */
#nav-voyage {
  background-color: #23296e;
  background: linear-gradient(#23296e, #23296e);
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  transition: font-size 0.2s;
}

#nav-voyage.fixed {
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 10;
  line-height: 1rem;
  font-size: 0.8rem;
  text-align: left;
}

.admin-bar #nav-voyage.fixed {
  position: fixed;
  top: 118px;
  left: 0;
}

#nav-voyage.fixed .container {
  width: 100%;
  text-align: center;
}

#nav-voyage a {
  position: relative;
  text-transform: uppercase;
  font-family: "Champagne", "sans-serif";
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

#nav-voyage a:hover {
  color: #f9ff00;
}

#nav-voyage a.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #23296e;
  margin-left: -4px;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}

#nav-voyage a:first-child:after {
  transform: rotate(180deg);
  top: 0;
}

#nav-voyage a.active:first-child:after {
  transform: rotate(180deg) translateY(8px);
  border-top-color: #23296e;
}

#nav-voyage a.active {
  color: #f9ff00;
}

.filtres-wrapper {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #f1f1f1;
}

.filtres-wrapper .filtre {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
  border: none;
  text-decoration: none;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  transition: 0.5s;
}

.filtres-wrapper .filtre.is-active {
  background-color: #000052;
}

@media (max-width: 1024px) {
  #nav-voyage.fixed {
    top: 0px;
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  #nav-voyage.fixed {
    font-size: 1rem;
  }
}
/* PAGE */
.page h1,
.page .content h1 {
  text-transform: uppercase;
}

.page {
  background-image: url("https://www.buchard.ch/assets/img/bcg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
}

.content p {
  line-height: 1.8rem;
}

.content > *:last-child {
  margin-bottom: 0;
}

h2:first-child {
  margin-bottom: 1rem;
}

/* HEADER */
.header-content {
  position: relative;
  display: block;
  color: #23296e;
  margin: 0;
  border-top: 0px solid #fff;
  overflow: visible;
}

.header-content .container {
  position: relative;
  z-index: 2;
  padding-top: 3%;
  padding-bottom: 3%;
}

.header-content h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-content h2 {
  text-transform: none;
}

.header-content p {
  font-size: 1.2rem;
}

.header-content > div > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .header-content.dfm .container {
    margin-top: 1rem;
  }
  .header-content.dfm {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    background-position: center;
    position: relative;
    display: flex;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .header-content.dfm:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header-content.dfm .container {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 10;
    padding: 5%;
  }
  .header-content.dfm h1 {
    font-size: 1.8rem !important;
  }
  .header-content.dfm .form fieldset {
    background: transparent;
    border: none;
  }
  .header-content.dfm .form fieldset legend {
    display: none;
  }
  .header-content.dfm a {
    display: inline-block;
    background-color: #120052;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
  }
  .qsw {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
  }
  .qsw button {
    position: absolute;
    right: 0;
    z-index: 5;
    border: none;
    outline: none;
    background-color: transparent;
    min-height: 32px;
    padding: 0 10px;
    margin: 5px;
    text-transform: uppercase;
    border-left: 1px solid #ccc;
  }
  .qsw input[type=search] {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 1rem;
    padding-right: 50px;
  }
}
/* GALLERY */
.gallery a,
a.zoom {
  position: relative;
  display: inline-block;
  text-align: center;
}

.gallery a:before,
a.zoom:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-zoom");
  background-size: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 1s;
}

.gallery a:after,
a.zoom:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  transition: 1s;
}

.gallery a:hover:after,
a.zoom:hover:after {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.gallery a:hover:before,
a.zoom:hover:before {
  display: block;
  opacity: 1;
  z-index: 5;
}

/* GALERIE WORDPRESS */
.gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2rem;
}

.gallery > * {
  opacity: 1;
  margin-left: 2rem;
  margin-right: 0;
}

.gallery > *:hover {
  opacity: 0.8;
}

.gallery-columns-1 > * {
  margin: auto;
}

.gallery-columns-2 > * {
  margin: 2rem auto;
}

.gallery-columns-6 > * {
  width: calc(16.6666666667% - 2rem);
}

.gallery-columns-5 > * {
  width: calc(20% - 2rem);
}

.gallery-columns-4 > * {
  width: calc(25% - 2rem);
}

.gallery-columns-3 > * {
  width: calc(33.3333333333% - 2rem);
}

.gallery-columns-9 {
  display: block;
  flex-flow: row wrap;
  margin-left: 0;
}

.gallery-columns-9 figure {
  margin: 1rem 1rem 0 0;
  padding: 0;
  float: left;
}

.gallery-columns-9 figure img {
  height: 150px;
  width: auto;
}

figure figcaption {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  margin: 5px 0;
}

.gallery > p {
  display: none;
}

/* PAGINATION */
.pagination {
  text-align: center;
  margin: 1.5rem 0;
}

.pagination > a {
  text-decoration: none;
  color: #333;
}

.pagination .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #DBDBDB;
  background: #E9E9E9;
  color: #23296e;
  margin: 0 3px;
  border-radius: 50%;
}

.pagination .prev, .pagination .next {
  background-color: transparent;
  border: none;
  border-radius: none;
  width: auto;
  height: auto;
}

.pagination .current {
  background: #23296e;
  color: #fff;
}

.pagination > a:hover {
  background: #ff7600;
}

.pagination .prev:hover, .pagination .next:hover {
  background-color: transparent;
}

/* CC - RGPD */
#cc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  flex-direction: row;
  z-index: 10000000000;
  background-color: #23296e;
  color: #fff;
  padding: 1rem;
  line-height: 2rem;
  border-top: 1px solid #fff;
  transition: 1s;
}

#cc.show {
  display: flex;
  opacity: 1;
}

.cc-msg {
  padding: 5px;
}

.cc-msg a, .cc-msg .obflink {
  color: #fff;
  opacity: 0.85;
  display: inline-block;
  white-space: nowrap;
}

.cc-actions {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.cc-actions a {
  display: inline-block;
  padding: 5px 20px;
  margin: 3px;
  background-color: #fff;
  color: #23296e;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s;
}

.cc-actions a:hover {
  background-color: #37a300;
  color: #fff;
}

.cc-actions a.refuser {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
}

.cc-actions a.refuser:hover {
  color: #fff;
  background-color: red;
}

/* OVERLAY */
.has-overlay #page {
  filter: blur(3px);
  transition: 1.5s filter;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 50;
  overflow: scroll;
}

.overlay.show {
  display: block;
}

.overlay .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  overflow: auto;
  padding: 5%;
}

.overlay .modal {
  display: block;
  flex-direction: column;
  max-width: 380px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 15px #999;
}

.overlay .container {
  position: relative;
  margin: auto;
  max-width: 980px;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  z-index: 20;
}

.overlay h3 {
  color: #23296e;
  font-size: 1.5rem;
  background-color: transparent;
  border-bottom: 1px solid #23296e;
  margin: 0 0 1.5rem 0;
}

[class*=modal_].overlay {
  display: flex;
  flex-wrap: wrap;
}

.overlay .inner_modal {
  padding: 1rem;
}

.btnCloseOverlay {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.btnCloseOverlay:before,
.btnCloseOverlay:after {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(45deg);
  background-color: #23296e;
  margin: -1px 0 0 -12px;
}

.btnCloseOverlay:after {
  transform: rotate(-45deg);
}

/* PARTAGER */
.partager {
  text-align: center;
  color: #23296e;
  background-color: rgba(255, 255, 255, 0.94);
  display: flex;
  flex-direction: row;
}

.partager .flex > div {
  margin: auto;
}

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

.partager ul li {
  display: inline-block;
  text-align: center;
}

.partager ul li a {
  color: #23296e;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  white-space: nowrap;
  width: auto;
  height: auto;
  padding-top: 64px;
  background-position: top center;
}

.partager ul li a:hover svg {
  transform: scale(1.2);
}

.overlay.popup {
  background-color: rgba(255, 255, 255, 0.97);
  color: #333;
  background-image: url("https://old.buchard.ch/assets/img/bcg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
}

.overlay.popup h3 {
  border: none;
  margin: 1rem 0;
}

.overlay.popup .flex > div {
  margin: auto;
}

.overlay.popup h4 {
  text-transform: uppercase;
  margin: 0;
}

.overlay.popup h4 + p {
  font-weight: bold;
}

.overlay.popup h4 i {
  margin-bottom: 1rem;
}

.overlay.popup a {
  text-decoration: none;
}

.overlay.popup h4 a:hover i {
  box-shadow: 0 0 30px;
}

#no-more-popup, .close-popup {
  display: inline-block;
  border: 1px solid #ccc;
  color: #666;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 0.8rem;
  margin: 0 10px;
}

.overlay.popup.is-card {
  background-color: rgba(4, 6, 49, 0.8);
  background-image: none;
}

.overlay.popup.is-card .card {
  max-width: 480px;
  background: #fff;
  padding: 1rem;
  border-radius: 3px;
  position: relative;
  border: 3px solid #000f52;
}

.overlay.popup.is-card .card .btnCloseOverlay {
  top: 0;
  right: 0;
}

.overlay.popup.is-card .card .bouton {
  margin: 0 0.3rem 0.3rem 0.3rem;
}

.overlay .video-wrapper {
  margin: 1rem 0;
}

.overlay .video-wrapper video {
  max-width: 100%;
}

/* PRELOADER */
body.preloader .preloader-wrapper {
  display: flex;
  opacity: 1;
}

.preloader {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  flex-direction: column;
  opacity: 1;
  transition: opacity 1s;
}

.preloader-wrapper .loader {
  text-align: center;
  margin: auto;
  color: #23296e;
  font-weight: bold;
}

.preloader-wrapper .loader-img {
  width: 96px;
  height: 96px;
  background-image: url("https://old.buchard.ch/assets/img/loader.gif");
  margin: auto;
}

.bloc-infos {
  padding: 1rem 1rem 1rem 3rem;
  font-weight: bold;
  border: 1px solid;
  text-align: justify;
  margin: 1rem 0;
  position: relative;
}

.bloc-infos:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.5rem;
  top: -0.8rem;
  background-image: url("https://old.buchard.ch/assets/img/icones/information.svg");
  background-size: 100%;
  width: 4rem;
  height: 4rem;
}

/* INFOBAR */
#infobar {
  background: red;
  color: #fff;
  padding: 0.5rem;
  font-size: 12px;
}

@media (max-width: 640px) {
  #cc {
    line-height: 1rem;
  }
  #cc-msg {
    padding: 0;
  }
}
@media (max-width: 480px) {
  [class*=bl-] {
    padding: 1rem 0;
  }
}
@media (max-width: 1024px) {
  #logo {
    margin: auto;
    max-width: 100%;
  }
  #header.fixed #logo {
    display: none;
  }
  .vth {
    margin-bottom: 2rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2, h1 + h2, .t2 {
    font-size: 1.8rem;
  }
  h3, .t3 {
    font-size: 1.4rem;
  }
  h4, .t4 {
    font-size: 1.3rem;
  }
  h5, .t5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 980px) {
  body {
    font-size: 1rem;
  }
  #header > .container {
    display: block;
    width: auto;
    padding: 0;
  }
  #header.fixed .logoc {
    margin: 0;
  }
  a.zoom:after {
    background-size: 24px;
  }
}
@media (max-width: 768px) {
  .bm {
    padding: 1.5rem 0;
  }
  [class*=grid-2-3] > * {
    width: calc(100% - 2rem - 0.01px);
  }
  html {
    margin-top: 0 !important;
  }
}
@media (max-width: 680px) {
  h1, .t1 {
    font-size: 1.7rem !important;
  }
  h2, h1 + h2, .t2 {
    font-size: 1.5rem !important;
  }
  h3, .t3 {
    font-size: 1.3rem !important;
  }
  .vth h3 {
    font-size: 1rem !important;
  }
  .vth .bandeau {
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .alignright,
  .alignleft {
    float: none;
    margin: 10px 0;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 87.5%;
  }
  #header {
    border-bottom-width: 10px;
  }
  .bandeau {
    line-height: 1rem;
    right: -120px;
    padding: 5px 110px 5px 180px;
    font-size: 0.7rem;
    top: 0px;
  }
  #categories p {
    min-height: inherit;
  }
  h1 {
    font-size: 1.4rem !important;
  }
  h1 + h2 {
    font-size: 1.2rem;
  }
  h2, .t2 {
    font-size: 1.3rem !important;
    letter-spacing: 2px;
  }
  h3, .t3 {
    font-size: 1.2rem !important;
    margin: 0.5rem 0;
  }
  h4, .t4 {
    font-size: 1.1rem !important;
  }
  #header h4, #header .t4 {
    font-size: 0.8rem !important;
  }
  h5, .t5 {
    font-size: 1rem !important;
  }
  /*.page .content { padding: 1rem; }*/
  #slogan h1 {
    padding: 0;
  }
  #slogan:after {
    position: relative;
    right: auto;
    bottom: auto;
    margin: auto;
  }
}
@media (max-width: 380px) {
  [class*=-small-2] > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=-tiny-2] > * {
    width: calc(50% - 2rem - 0.01px);
  }
}
@media (min-width: 768px) {
  #logo {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  [class^=container] { /*max-width: calc(100% - 2 * 80px);*/
    padding: 0 3%;
  }
  h2.t2:after {
    margin-bottom: 50px;
  }
  #filariane {
    display: block;
  }
  .header-content img {
    margin: 2px 0;
  }
  .cc-actions {
    white-space: nowrap;
    display: block;
  }
}
@media print, screen and (min-width: 981px) {
  #logo {
    width: 340px;
    height: 80px;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 3.4rem;
  }
  .bm {
    padding: 5rem 0;
  }
  #header.fixed + .contenu {
    margin-top: 140px;
  }
}
@media (min-width: 1480px) {
  [class^=container] {
    padding: 0 10%;
  }
}
@media (min-width: 1921px) {
  body {
    max-width: 1920px;
    margin: auto;
    background-color: #f2f2f2;
  }
  #header > .container {
    max-width: 1920px;
    padding: 20px 20px 0 20px;
  }
}
/* PIED DE PAGE - FOOTER */
#footer {
  color: #fff;
  font-size: 0.85rem;
  padding: 1.5rem 0;
  border-top: 2px solid #fff;
  word-break: normal;
  background-color: #23296e;
  background: linear-gradient(90deg, #23296e, #080873);
}

#footer .t3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
}

#footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .menu > li {
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#footer .menu > li > * {
  text-decoration: none;
  color: #fff;
}

#footer .menu > li > *:hover {
  color: #ffed00;
}

#footer .agence .t4 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  white-space: pre-wrap;
}

#footer .agence .t4 span {
  display: block;
  font-size: 0.8rem;
}

#footer .agence p {
  margin: 5px 0 10px 0;
  line-height: 24px;
  font-size: 0.9rem;
}

#footer .agence:after {
  content: "";
  width: 1px;
}

#footer .grid-1-3 > div:first-child {
  border-right: 1px solid #333;
  padding-right: 2rem;
}

#footer .agence a {
  color: #fff;
  opacity: 0.9;
  display: block;
  font-size: 0.8rem;
  text-decoration: none;
  margin: 0.2rem 0;
}

#footer .agence a:hover {
  color: #fff;
  opacity: 1;
}

#footer .agence [class*=icon-24] {
  margin-right: 5px;
  filter: brightness(0) invert(1);
  border-radius: 50%;
}

#footer .agence img {
  float: left;
  margin-right: 5px;
  filter: grayscale(0%);
  max-width: 32px;
}

#footer .labels {
  margin-top: 20px;
}

/* COPYRIGHTS */
#copyrights {
  background-color: #fff;
  font-size: 0.75rem;
  color: #23296e;
  line-height: 16px;
  padding: 10px 0;
}

#copyrights .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#copyrights .list li {
  margin: auto 0 auto 15px;
}

#copyrights .list li:first-child {
  margin-left: 0;
}

#copyrights .list li:last-child {
  border: none;
  padding: 0;
}

#copyrights .facebook {
  display: flex;
  flex-direction: row;
}

#copyrights .partager a {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto 0;
}

#copyrights a {
  color: #23296e;
}

#copyrights a span {
  display: none;
  width: 0;
}

#copyrights .ligne {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

#copyrights .version {
  display: none;
}

@media (max-width: 640px) {
  #footer [class*=-small-3] > * {
    width: calc(50% - 2rem - 0.01px);
  }
}
@media (max-width: 480px) {
  #footer [class*=-small-3] > * {
    width: calc(100% - 2rem - 0.01px);
  }
}
@media (max-width: 980px) {
  #footer .grid-2-3-small-1 > * {
    width: calc(100% - 2rem - 0.01px);
  }
  #footer .menus {
    order: 2;
  }
}
@media (max-width: 680px) {
  #footer {
    padding: 0.5rem;
  }
  #footer .t3 {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #footer .t3:after {
    content: "+";
    text-align: center;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #footer .is-opened .t3:after {
    content: "-";
  }
  #footer .is-opened .t3 {
    border-bottom: none;
  }
  #footer .agences,
  #footer .menu {
    display: none;
  }
  #footer .is-opened .agences,
  #footer .is-opened .menu {
    display: block;
  }
  #footer .menus {
    order: 2;
  }
  #footer .agences {
    order: 1;
  }
  #footer .agence {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
  #copyrights .labels,
  #footer .labels {
    display: none;
  }
  #copyrights ul {
    margin: 5px auto;
    text-align: center;
  }
  #copyrights .list {
    width: 100%;
    justify-content: space-between;
  }
  #copyrights .list:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 3px;
  }
}
@media (min-width: 681px) {
  #footer .agence:not(:last-child) {
    white-space: nowrap;
    padding-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  #footer .agences {
    display: flex;
    flex-wrap: nowrap;
  }
  #footer .agences > div {
    padding-right: 1rem;
  }
  #footer .agences > div:not(:first-child) {
    padding-left: 1rem;
  }
  #copyrights .version {
    display: inline-block;
  }
  #copyrights .list {
    margin: 0;
  }
  #copyrights .list li {
    border-right: 1px solid #ccc;
    padding: 0 15px 0 0;
  }
}
/* GRIDS */
.row {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

[class*=gallery-columns-], [class^=grid-], .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -2rem;
}

[class^=grid-] > * {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(100% - 2rem - 0.01px);
  min-width: 0;
  min-height: 0;
  margin-left: 2rem;
}

#footer [class^=grid-] {
  margin-left: -2rem;
}

#footer [class^=grid-] > * {
  margin-left: 2rem;
}

[class^=grid-].no-gutter {
  margin-left: 0;
}

[class^=grid-].no-gutter > * {
  margin-left: 0;
}

[class^=grid-] > *,
[class^=grid-2] > *,
[class*=columns-2] > * > * {
  width: calc(50% - 2rem - 0.01px);
}

[class^=grid-3] > * {
  width: calc(33.3333333333% - 2rem - 0.01px);
}

[class^=grid-4] > *,
[class*=columns-4] > * > * {
  width: calc(25% - 2rem - 0.01px);
}

[class^=grid-5] > * {
  width: calc(20% - 2rem - 0.01px);
}

[class^=grid-4].no-gutter > * {
  width: calc(25% - 0.01px);
  margin-left: 0;
}

[class^=grid-6] > * {
  width: calc(16.6666666667% - 2rem - 0.01px);
}

[class^=grid-3-5] > * {
  width: calc(50% - 2rem - 0.01px);
}

.section {
  padding: 3% 0;
}

.section.bcg-1 {
  background-color: #eeedf3;
}

.col-item {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .row {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .row.wb {
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 2rem;
  }
}
@media (min-width: 1025px) {
  .row {
    margin-bottom: 3rem;
  }
  [class^=grid-], .flex {
    margin-left: -3rem;
  }
  [class^=grid-] > * {
    width: calc(100% - 3rem - 0.01px);
    margin-left: 3rem;
  }
  [class^=grid-2] > * {
    width: calc(50% - 3rem - 0.01px);
  }
  [class^=grid-3] > * {
    width: calc(33.3333333333% - 3rem - 0.01px);
  }
  [class^=grid-4] > * {
    width: calc(25% - 3rem - 0.01px);
  }
  [class^=grid-4].no-gutter > * {
    width: calc(25% - 0.01px);
    margin-left: 0;
  }
  [class^=grid-5] > * {
    width: calc(20% - 3rem - 0.01px);
  }
  [class^=grid-5].no-gutter > * {
    width: calc(20% - 0.01px);
    margin-left: 0;
  }
  [class^=grid-6] > * {
    width: calc(16.6666666667% - 3rem - 0.01px);
  }
  [class^=grid-3-5] > *:first-child {
    width: calc(60% - 3rem - 0.01px);
  }
  [class^=grid-3-5] > * {
    width: calc(40% - 3rem - 0.01px);
  }
  .col-item {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1280px) {
  [class*=-xlarge-2] > * {
    width: calc(50% - 3rem - 0.01px);
  }
}
@media (max-width: 1024px) {
  [class*=-large-1] > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=-large-2] > * {
    width: calc(50% - 2rem - 0.01px);
  }
  [class*=-large-3] > * {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
  [class*=-medium-1] > * {
    width: calc(100% - 2rem - 0.01px);
  }
}
@media (max-width: 768px) {
  [class^=grid-3-5] > * {
    width: calc(100% - 2rem - 0.01px);
  }
}
@media (max-width: 640px) {
  /*.header-content { padding: 1rem 0; }*/
  [class*=-small-4] > * {
    width: calc(25% - 2rem - 0.01px);
  }
  [class*=-small-3] > * {
    width: calc(33.3333333333% - 2rem - 0.01px);
  }
  [class*=-small-2] > * {
    width: calc(50% - 2rem - 0.01px);
  }
  [class*=-small-2].no-gutter > * {
    width: calc(50% - 0.01px);
  }
  [class*=-small-1] > * {
    width: calc(100% - 2rem - 0.01px);
  }
}
@media (max-width: 480px) {
  [class*=-tiny-1] > * {
    width: calc(100% - 2rem - 0.01px);
  }
  [class*=-tiny-1].no-gutter > * {
    width: calc(100% - 0.01px);
  }
  [class*=bl-] {
    padding: 1rem 0;
  }
}
/* RECHERCHE */
.searchbar-is-opened #page .contenu {
  filter: blur(2px);
}

.mmb-is-opened #page .contenu {
  filter: blur(2px);
}

#topbar {
  background: #23296e;
}

#recherche {
  display: none;
  margin: auto;
  position: relative;
  border-bottom: 2px solid #fff;
}

#recherche.opened {
  display: block;
}

#searchbar {
  background: transparent;
  color: #23296e;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #ddd;
}

#searchbar.active {
  box-shadow: 0 0 10px #666;
  opacity: 1;
}

#searchbar svg {
  fill: #fff;
}

#searchbar > button {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-appearance: none;
  margin: 5px;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}

#searchbar button:hover {
  border: 1px solid #fff;
}

#filter_searchtext {
  font-family: "Champagne", sans-serif;
  color: #23296e;
  font-weight: normal;
  font-size: 1rem;
  padding: 0 10px;
  width: 100%;
  background: #fff;
  border: 1px solid transparent;
  -webkit-appearance: none;
  line-height: 30px;
  transition: 1s;
}

#filter_searchtext:focus {
  color: #23296e;
  outline: none;
}

#filter_searchtext.loading {
  background-image: url("https://old.buchard.ch/assets/img/loader.gif");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 36px;
  transition: 0s;
}

#searchtext-wrapper {
  position: relative;
  width: 100%;
}

/*
#options { width: 100%; position: absolute; right: 0; z-index: 30; background-color: #fff; border-bottom: 6px solid #3c65b7; max-height: 0; visibility: hidden; transition: 1s; }
#options.collapsed { max-height: 1280px; visibility: visible; padding: 3rem 0; }
#options h3 { text-align: center; margin-top: 0; font-weight: bold; color: #3b41a8; }
#options .container { max-width: 1080px; opacity: 0; transition: 0.5s; }
#options.collapsed .container { opacity: 1; }
*/
.flex-center {
  display: flex;
  justify-content: center;
}

#recherche label {
  font-size: 0.95rem;
  display: block;
  color: #111;
  margin: 15px 0 2px 2px;
}

#recherche label + label {
  margin-top: 5px;
}

#recherche input[type=date],
#recherche input[type=number],
#recherche input[type=text],
#recherche select {
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
  border: 1px solid #bebebe;
  padding: 5px 8px;
  line-height: 24px;
  min-height: 30px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-appearance: none;
  background: #fff;
}

/*
#recherche .slct { position: relative; background-color: #fff; border: 1px solid #bebebe; border-radius: 2px; width: 100%; }
#recherche .slct:after { content: ''; display: block; position: absolute; top: calc(50% - 12px); right: 4px; background-image: url($sprites-url+'#icon-arrow-down'); width: 24px; height: 24px; z-index: 2; }
#recherche .slct select { border: none; background: transparent; position: relative; z-index: 3; }
#recherche option:hover { background-color: #3d66b8; color: #fff; }
#recherche option[selected=selected] { font-weight: bold; }
#recherche option.maincat { font-weight: bold; }
#recherche option:first-child { border-bottom: 1px solid #474747; }
#recherche .devise input[type="number"],
#recherche .jour input[type="number"]{ padding-right: 45px; }
#recherche .dateF,
#recherche .devise,
#recherche .jour { flex: 1; position: relative; display: inline-block; }
#recherche .devise:before,
#recherche .jour:before { content: 'CHF'; display: block; position: absolute; right: 0;  border-left: 1px solid #bebebe; font-size: 12px; color: #bebebe; padding: 6px; margin: 6px; }
#recherche .jour:before { content: 'jour';}
#recherche .jours:before { content: 'jours';}
#recherche input[type="date"] { width: 140px; }
#recherche .lbl { display: inline-block; font-weight: normal; color: #333; }
#recherche .etau { font-size: 0.85rem; color: #797979; min-width: 24px; text-align: center; display: inline-block; margin: auto; }
#recherche .filter-dates { display: flex; }
#recherche .cal { background-color: #bdbdbd; border: none; outline: none; padding: 0 5px; border-radius: 0 2px 2px 0; min-width: 36px; min-height: 36px; position: absolute; top:0; right: 0; background-size: 24px; background-position: center; }
#recherche .cal:hover { background-color: #3b41a8; }
#recherche #filter_date_disp1,#recherche #filter_date_disp2 { border-radius: 2px 0 0 2px; }
#recherche .close-options { color: #666; text-decoration: none; display: inline-block; margin: 5px auto; font-size: 12px; }
*/
#suggestion-box {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  z-index: 50;
  padding: 1rem;
  background: #fff;
  color: #23296e;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 96px);
  box-shadow: 0 0 10px #23296e;
}

#suggestion-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#suggestion-box ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #d2d2d2;
}

#suggestion-box ul li:focus {
  background-color: #ccc;
}

#suggestion-box ul li:last-child {
  border: none;
}

#suggestion-box ul li a {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.9rem;
  padding: 8px 5px;
  color: #23296e;
  text-decoration: none;
  transition: 1s;
}

#suggestion-box ul li a:hover {
  color: #fff;
  background: #23296e;
  text-decoration: none;
}

#suggestion-box .noresults {
  margin: 0;
  color: #666;
}

#suggestion-box .txt-replace {
  font-weight: bold;
  display: contents;
}

#suggestion-box .bouton-small {
  display: block;
  width: 100%;
}

#suggestion-box .more-options {
  display: inline-block;
  margin: 5px auto;
  font-size: 12px;
  border-top: 1px solid #ccc;
  line-height: inherit;
  padding: 10px 0 0 0;
}

#suggestion-box .more-options a {
  color: #666;
  text-decoration: none;
}

.flag-icon {
  width: 1rem;
  min-width: 1rem;
  margin-right: 5px;
  align-self: flex-start;
}

@media (min-width: 769px) {
  #searchbar > button {
    margin: 0;
  }
  #searchbar > button span {
    display: none;
  }
  #recherche {
    border-bottom: none;
    display: block;
  }
  #searchbar {
    max-width: 480px;
    margin: 0.5rem auto;
    opacity: 0.9;
    border-radius: 3px;
    border-color: #cbc7c7;
  }
  #filter_searchtext {
    width: 100%;
    min-width: 360px;
    min-height: 30px;
  }
}
@media (min-width: 1024px) {
  #searchbar {
    margin: 0.5rem 0 0 auto;
  }
  .fixed #recherche {
    display: none;
  }
  .fixed #filter_searchtext {
    line-height: 30px;
    min-height: 30px;
  }
  .fixed #searchbar > button {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  #searchbar > button {
    background-image: none;
  }
  #options {
    padding: 1.5rem 0.5rem;
  }
  #recherche form {
    font-size: 0.85rem;
  }
  #recherche .groupe {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
  }
  #filter_searchtext {
    flex: 1;
    width: 100%;
  }
}
#mm {
  margin: 0;
  padding: 0;
  font-family: "Champagne", "sans-serif";
  font-display: auto;
  color: #23296e;
}

#mm a, #mm > li ul li.title {
  text-decoration: none;
  color: #23296e;
}

#mm > li ul li.title {
  text-transform: uppercase;
  padding: 8px 0;
  display: flex;
  flex-direction: row;
}

#mm > ul > li {
  margin: 0;
}

#mm li a {
  text-decoration: none;
}

#mm li ul.submenu [class*=icon-] {
  fill: #23296e;
  margin: auto 0 auto auto;
}

#mm > li .text {
  display: block;
  width: auto;
  font-size: inherit;
  margin: auto 0 auto 0;
}

#mm > li .desc {
  display: none;
  font-size: small;
  line-height: 16px;
  text-transform: initial;
  color: #666;
}

#navbar ul {
  list-style: none;
}

#mm ul.submenu > li {
  display: block;
  padding: 0;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

#mm ul.submenu > li:not(:last-child):not(.title) {
  border-bottom: 1px dotted #dadada;
}

#mm ul.submenu > li > * {
  position: relative;
  display: flex;
  flex-direction: row;
  color: #23296e;
  font-weight: normal;
  line-height: 24px;
  padding: 2px 5px;
  opacity: 1;
  transition: 0.8s;
}

#mm ul.submenu > li:not(.title) > * {
  min-height: 36px;
}

#mm ul.submenu > li > a > span {
  margin: auto 0;
}

#mm ul.submenu > li > *:hover {
  background-color: #fffab6;
}

#mm ul.submenu {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

#mm > li > *:first-child {
  color: #23296e;
  position: relative;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#mm > li > * > svg {
  fill: #23296e;
  margin: auto;
}

#mm > li > *:before {
  display: none !important;
}

#mm > li .plus {
  line-height: 48px;
  margin: auto 5px;
}

#mm > li > * > svg.icon-48.i-buchard {
  fill: url("#grad1") #f25e1f;
  stroke: #000;
}

#mm ul.submenu > li [class*=catbcg-] {
  border-radius: 50%;
}

#mm ul.submenu .mla {
  display: flex;
  margin-left: auto;
}

#mm hr {
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: none;
  margin: 0.5rem 0;
}

#mm h3 {
  display: none;
}

/* MON COMPTE */
.form.form-mon-compte {
  font-weight: normal;
  font-size: 0.9rem;
}

.form.form-mon-compte input {
  display: block;
  width: 100%;
}

.form.form-mon-compte fieldset {
  border: 1px solid #23296e;
  padding: 1rem;
  margin-bottom: 1rem;
}

.form.form-mon-compte .form-group {
  margin-top: 0.5rem;
}

.form.form-mon-compte .form-group:last-child {
  margin-bottom: 0;
}

.mon-compte ul li {
  border-bottom: 1px dotted #ccc;
  margin: 0;
}

.mon-compte ul li:last-child {
  border-bottom: none;
}

.mon-compte ul li a {
  padding: 0.3rem 0;
}

.mon-compte ul li ul {
  margin: 0;
}

.mon-compte ul li ul li {
  font-size: small;
  margin: 0.2rem;
}

.mon-compte.connected span span.icon-moncompte {
  background: #000052;
  line-height: 30px;
  color: #fff;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
}

#mm .agence [class^=icon-] {
  white-space: nowrap;
}

#mm .agence a {
  display: block;
}

/*BALNEAIRES*/
.rech-baln {
  display: block;
  text-transform: uppercase;
  padding: 0 20px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  background-color: #e86100;
  margin: 1rem auto;
  line-height: 48px;
  opacity: 0.75;
  text-align: center;
}

.rech-baln:hover {
  opacity: 1;
}

#header .balneaires .title {
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #e8e8e8;
  padding: 15px;
}

#mm .tpf {
  display: block;
  margin: 0;
  line-height: 24px;
}

#mm .contact .t4 img:first-child {
  float: right;
  max-width: 32px;
}

#mm .contact .submenu {
  padding-left: 40px;
}

#mmb {
  display: flex;
  font-size: 1rem;
  color: #000f52;
  background-color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 2px;
  line-height: 48px;
  border: 1px solid #ddd;
}

#mmb svg {
  fill: #fff;
  background-image: none;
}

.svgTD .svgw svg {
  fill: #3b41a8;
}

.smw {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s, max-height 0.5s, height 0.5s;
}

.voyage-de-la-semaine {
  position: relative;
}

.voyage-de-la-semaine img.size-thumb-480 {
  box-shadow: 0 0 10px #a5a5a5;
}

.voyage-de-la-semaine .prix {
  position: absolute;
  top: 12px;
  right: -12px;
  color: #fff;
  display: inline-block;
  padding: 0 0.3rem;
}

.voyage-de-la-semaine .title {
  font-weight: bold;
  display: block;
  margin: 0.5rem 0;
}

.voyage-de-la-semaine .excerpt {
  font-size: smaller;
  line-height: 1.2rem;
}

#mm .new {
  position: relative;
}

#mm .new:after {
  content: "nouveau";
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 11px;
  line-height: 12px;
  color: rgb(215, 120, 0);
}

@media (min-width: 769px) {
  #mmb {
    display: none;
  }
  #navbar {
    align-self: flex-end;
  }
  #mm {
    display: flex;
    font-size: 1rem;
    padding-top: 10px;
  }
  #mm h3 {
    display: block;
  }
  #mm li > * [class*=icon-] {
    margin: 0;
  }
  #mm > li > *:first-child {
    padding-bottom: 10px;
    min-height: 42px;
  }
  #mm > li:nth-child(1n+4) > *:fist-child {
    padding-top: 5px;
  }
  #mm > li > * > [class*=icon-] {
    margin: 0 auto;
  }
  #mm ul.submenu > li > * {
    line-height: 32px;
  }
  #mm li ul.submenu [class*=catbcg-] { /*left: 5px; top: 8px;*/ }
  #mm > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 32px;
    opacity: 1;
  }
  #mm > li:hover {
    opacity: 1;
  }
  #mm > li.exp:hover .smw,
  #mm > li.exp.focus .smw {
    display: block;
    padding: 1rem;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    max-height: 1000px;
    height: auto;
  }
  /*#mm ul.submenu>li>[class*="cat-"] { min-height: 64px; }*/
  #mm > li ul li.title {
    font-weight: bold;
    font-size: 18px;
  }
  #mm [class*=grid-] > * {
    position: relative;
  }
  #mm [class*=grid-] > *:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    background: transparent;
    position: absolute;
    right: -1.5rem;
    top: 0;
    height: 100%;
    margin: 0;
    border-right: 1px dotted #cacaca;
  }
  #mm > li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    margin: -4px 7px 0 7px;
    background: rgb(203, 199, 199);
    vertical-align: middle;
  }
  #mm > li:last-child:after {
    display: none;
  }
  .exp > *:first-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 5px);
    border-top: 5px solid #23296e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    z-index: 10;
    opacity: 0.1;
    transition: all 0.8s;
  }
  #mm > li.exp:hover > *:first-child:after,
  .exp:hover > *:first-child:after {
    bottom: -2px;
    left: calc(50% - 10px);
    border-bottom: 8px solid #23296e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: none;
    opacity: 1;
  }
  .smw {
    background: #fff;
    border: 3px solid #23296e;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 201;
    padding: 1.5rem 0;
    overflow: hidden;
    height: 0;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  }
  .has-smw-small {
    position: relative;
  }
  .has-smw-small .smw {
    width: 320px;
    left: calc(100% - 160px);
  }
  .mon-compte {
    position: relative;
  }
  .mon-compte > * > span + span,
  .contact > * > span + span,
  .a-propos > * > span + span,
  .boncadeau > * > span {
    display: none;
  }
  .hide-icon > * > span[class^=icon] {
    display: none;
  }
  .mon-compte > * > span.icon-32 {
    display: inline-block;
  }
}
@media (min-width: 769px) and (max-width: 1170px) {
  #header > .container {
    display: block;
    position: relative;
    padding: 0;
  }
  #recherche {
    position: absolute;
    top: 0;
    right: 3px;
  }
  #navbar {
    display: flex;
  }
  #mm {
    margin: auto;
  }
  #logo {
    margin: 0;
    width: 210px;
    height: 50px;
  }
  .logoc {
    border-bottom: 1px solid #cbc7c7;
  }
}
@media (min-width: 1024px) {
  #navbar {
    margin-top: 0;
  }
  #header > .container > div + div {
    margin-top: auto;
    margin-left: auto;
  }
  /* MENU FIXED */
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background-color: #fff;
    border-bottom: 2px solid #23296e;
    animation: hf 2s;
  }
  #header.fixed #mm > li > * {
    padding-bottom: 10px;
    font-size: 14px;
  }
  /*#header.fixed #logo { width: 170px; height: 40px; background-position: left center; background-size:60px 60px; margin: 0; }*/
  #header.fixed .logoc {
    display: none;
  }
  .admin-bar #header.fixed {
    top: 32px;
  }
  #header.fixed #navbar {
    margin: 0;
  }
  #header.fixed #mm > li > a > [class*=icon-] {
    width: 36px;
    height: 36px;
    background-size: 36px;
    margin-bottom: 0;
  }
  /*#mm>li>a { padding-bottom: 10px; }*/
}
@media (min-width: 680px) and (max-width: 1024px) {
  #mm {
    display: flex;
    justify-content: center;
  }
  #mm [class*=grid-] > *:not(:last-child):after {
    right: -1rem;
  }
}
@keyframes hf {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1280px) {
  #header > .container,
  #recherche > .container {
    width: 100%;
  }
  #mm > li > * {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .logoc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #logo {
    background: url("https://old.buchard.ch/assets/img/b.png") no-repeat;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin: 0;
  }
  #mm [class*=grid-] {
    margin-left: 0;
  }
  #mm [class*=grid-] > * {
    width: 100%;
    margin-left: 0;
  }
  #mmb.opened + #mm {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    background: #fff;
    width: calc(100% - 2px);
    margin: 0 1px;
    box-shadow: none;
    border-bottom: 3px solid #23296e;
  }
  #mmb.opened .btn-menu i {
    position: absolute;
    top: 20px;
  }
  #mmb.opened .btn-menu i:nth-child(1) {
    transform: rotate(45deg);
  }
  #mmb.opened .btn-menu i:nth-child(2) {
    display: none;
  }
  #mmb.opened .btn-menu i:nth-child(3) {
    transform: rotate(-45deg);
  }
  .btn-menu {
    margin: auto 0 auto auto;
    padding: 12px 0;
    cursor: pointer;
  }
  .btn-menu i {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000f52;
    margin: 4px 12px;
    border-radius: 2px;
    transition: 0.5s;
  }
  .smw [class*=container] {
    width: 100%;
  }
  #mmb [class^=btn-] {
    width: 48px;
    height: 48px;
    display: block;
    border-left: 1px solid #ddd;
  }
  .btn-search i {
    margin: 8px auto;
  }
  .btn-search i.fi {
    filter: none;
  }
  #header {
    border-bottom: none;
  }
  #navbar {
    position: relative;
  }
  #mm {
    display: none;
  }
  .exp.opened .smw {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 1920px;
    padding: 0.5rem;
  }
  .ml {
    display: block;
  }
  .ml:after {
    content: "+";
    display: block;
    cursor: pointer;
    font-size: 1.2rem;
    color: #23296e;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    line-height: 48px;
    text-align: center;
  }
  .exp.opened .ml:after {
    content: "-";
  }
  #mm ul.submenu {
    padding: 0;
    margin: 0;
  }
  #mm ul.submenu > li > a { /*border-left: 3px solid;*/ }
  #mm > li > * > [class*=icon-32] {
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-size: 32px;
    margin: auto 5px;
  }
  /*#mm li ul.submenu [class*="icon-"] { width: 32px; min-width: 32px; height: 32px; background-size: 32px; }*/
  #mm li ul.submenu svg.icon-48 {
    width: 32px;
    height: 32px;
  }
  #mm > li {
    margin: 0;
    min-height: 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #dddddd;
    background: #fff;
  }
  #mm > li:hover > a, #mm > li.exp.opened { /*background-color: #f0f8ff;*/ }
  #mm > li > *:first-child {
    display: flex;
    flex-direction: row;
    min-height: 48px;
    line-height: 48px;
    font-size: 1rem;
  }
  #mm > li > ul, #mm > li:hover > ul {
    display: none;
  }
  #mm > li > * > svg {
    fill: #23296e;
    margin: auto 10px;
  }
  #mm > li ul li.title, #mm > li ul li.title .text {
    background: #23296e;
    color: #fff;
    padding: 8px;
  }
  .voyage-de-la-semaine {
    margin: 0.5rem 0 0 0;
  }
  #mm .container {
    padding: 0;
  }
  #mm > li.mon-compte, #mm > li.boncadeau {
    order: 8;
  }
  #mm > li.mon-compte .title [class*=icon-] {
    filter: grayscale(100%) invert(1);
  }
  #mm > li.mon-compte .title .text {
    padding: 0 4px;
    min-height: auto;
  }
  #mm > li.contact {
    order: 7;
  }
  #mm > li.a-propos {
    order: 6;
  }
  #mm > li.voyages {
    order: 1;
  }
  #mm > li.balneaires {
    order: 2;
  }
  #mm > li.groupes {
    order: 3;
  }
  #mm > li.catalogues {
    order: 5;
  }
  #mm > li.europapark {
    order: 2;
  }
  #mm > li.blog {
    order: 4;
  }
  .debug .ml:after {
    content: "";
  }
  .debug #mm > li {
    position: initial;
  }
  .debug .smw {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    padding: 0.5rem;
    min-height: 100%;
    width: 100%;
    max-height: 100% !important;
    transform: translateX(100%);
    background-color: #fff;
    transition: transform 0.8s;
  }
  .debug .opened .smw {
    transform: translateX(0);
    overflow: auto;
    overflow-y: auto;
  }
  .debug .slideout {
    transition: transform 0.8s;
  }
  .js-back {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    line-height: 24px;
    color: grey;
  }
  .debug .ml {
    display: flex;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .ml i {
    margin: auto;
  }
  .ml i,
  .js-back i {
    filter: brightness(1) invert(1);
    opacity: 0.5;
    vertical-align: text-bottom !important;
  }
}
@media (max-width: 480px) {
  .vdls {
    display: none;
  }
}
@media print {
  #mmb, #mm {
    display: none;
  }
}
/* CSS Document 
1 	#154475	En autocar 4*
2 	#921515	En autocar 5* VIP
3 	#82c3ef	En avion/autocar Buchard
4 	#b695c7	En avion  
5 	#0ca500	Randonnées
6 	#93d0e0	Croisières
7 	#c6bf00	Voyages musicaux
8 	#a216b5	Parcs d'attractions
9 	#ba0000 Courses 1 jour
10 	#00648E	Marchés de Noël
11  #be61cf Fêtes de Noël
12  #8E6900 Réveillons
13  #00648E Ski
14  #6B008E Balnéaires en avion
15  #6B008E Balnéaires en avion départ de Sion
16  #6B008E Balnéaires en car 
17  #005FAD Nouveautés
18  #005FAD Promotions
19  #e86200 Balnéaires

$cat-1 :  'cat-en-autocar-4';
$cat-2 :  'cat-en-autocar-5-vip';
$cat-3 :  'cat-en-avion-et-en-car-buchard';
$cat-4 :  'cat-en-avion';
$cat-5 :  'cat-randonnees';
$cat-6 :  'cat-croisieres';
$cat-7 :  'cat-voyages-musicaux';
$cat-8 :  'cat-parcs-attractions';
$cat-9 :  'cat-courses-1-jour';
$cat-10 : 'cat-marches-de-noel';
$cat-11 : 'cat-fetes-de-noel';
$cat-12 : 'reveillons';
$cat-13 : 'cat-ski';
$cat-14 : 'cat-balneaires-en-avion';
$cat-15 : 'cat-balneaires-en-avion';
$cat-16 : 'cat-balneaires-en-car';
$cat-17 : 'cat-nouveautes';
$cat-18 : 'cat-promotions';
$cat-19 : 'balneaires';
$cat-20 : 'test';*/
[class*=icon-], [class*=iconb-]:before {
  background-repeat: no-repeat;
}

[class*=iconb-]:before {
  content: " ";
}

[class*=icon-] {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

[class*=icon-16] {
  width: 16px;
  height: 16px;
  background-size: 16px;
}

[class*=icon-24] {
  width: 24px;
  height: 24px;
  background-size: 24px;
}

[class*=icon-32] {
  width: 32px;
  height: 32px;
  background-size: 32px;
}

[class*=icon-36],
[class*=iconb-36]:before {
  width: 36px;
  height: 36px;
  background-size: 36px;
}

[class*=icon-48],
[class*=iconb-48]:before {
  width: 48px;
  height: 48px;
  background-size: 48px;
}

[class*=icon-72],
[class*=iconb-72]:before {
  width: 72px;
  height: 72px;
  background-size: 72px;
}

[class*=icon-96],
[class*=iconb-96]:before {
  width: 96px;
  height: 96px;
  background-size: 96px;
}

[class*=icon-100],
[class*=iconb-100]:before {
  width: 100%;
  height: 100%;
  background-size: 100%;
}

[class*=icon-].ib {
  display: inline-block;
  vertical-align: middle;
}

[class*=icon-].fi {
  filter: brightness(0) invert(1);
}

/*[class*="cat-"] { margin: auto; }*/
.rnd {
  border-radius: 50%;
}

/*
// CATEGORIES VOYAGES A LA UNE SUR PAGE D'ACCUEIL 
.catbcg-0 { background-color: #154475; }
.catbcg-1 { background-color: #154475 !important; }
.catbcg-2 { background-color: #921515 !important; }
.catbcg-3 { background-color: #82c3ef !important; }
.catbcg-4 { background-color: #b695c7 !important; }
.catbcg-5 { background-color: #0ca500 !important; }
.catbcg-6 { background-color: #93d0e0 !important; }
.catbcg-7 { background-color: #c6bf00 !important; }
.catbcg-8 { background-color: #a216b5 !important; }
.catbcg-9 { background-color: #ba0000 !important; }
.catbcg-10 { background-color: #B71CE1 !important; }
.catbcg-11 { background-color: #B71CE1 !important; }
.catbcg-12 { background-color: #8E6900 !important; }
.catbcg-13 { background-color: #00648E !important; }
.catbcg-14 { background-color: #e86200 !important; }
.catbcg-15 { background-color: #e86200 !important; }
.catbcg-16 { background-color: #e86200 !important; }
.catbcg-17 { background-color: #005FAD !important; }
.catbcg-18 { background-color: #005FAD !important; }
.catbcg-19 { background-color: #e86200 !important; }
.catbcg-20 { background-color: #ff69b4 !important; }

// CATEGORIES SUR PAGE D'ACCUEIL 
.cat-1 { color: #154475 !important; }
.cat-2 { color: #921515 !important; }
.cat-3 { color: #82c3ef !important; }
.cat-4 { color: #b695c7 !important; }
.cat-5 { color: #0ca500 !important; }
.cat-6 { color: #93d0e0 !important; }
.cat-7 { color: #c6bf00 !important; }
.cat-8 { color: #a216b5 !important; }
.cat-9 { color: #ba0000 !important; }
.cat-10 { color: #B71CE1 !important; }
.cat-11 { color: #B71CE1 !important; }
.cat-12 { color: #8E6900 !important; }
.cat-13 { color: #00648E !important; }
.cat-14 { color: #e86200 !important; }
.cat-15 { color: #e86200 !important; }
.cat-16 { color: #e86200 !important; }
.cat-18 { color: #005FAD !important; }
.cat-19 { color: #e86200 !important; }
.cat-20 { color: #ff69b4 !important; }
*/
[class*=icon-].cat-216 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-1");
}

[class*=icon-].cat-217 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-2");
}

[class*=icon-].cat-207 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-3");
}

[class*=icon-].cat-218 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-4");
}

[class*=icon-].cat-204 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-5");
}

[class*=icon-].cat-205 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-6");
}

[class*=icon-].cat-208 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-7");
}

[class*=icon-].cat-211 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-8");
}

[class*=icon-].cat-206 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-9");
}

[class*=icon-].cat-209 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-10");
}

[class*=icon-].cat-210 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-11");
}

[class*=icon-].cat-215 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-12");
}

[class*=icon-].cat-214 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-13");
}

[class*=icon-].cat-221 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-15");
}

[class*=icon-].cat-212 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-15");
}

[class*=icon-].cat-213 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-16");
}

[class*=icon-].cat-220 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-14");
}

[class*=icon-].cat-180 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-17");
}

[class*=icon-].cat-179 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-18");
}

[class*=icon-].cat-593 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-21");
}

[class*=icon-].cat-663 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-22");
}

[class*=icon-].cat-383 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-23");
}

[class*=icon-].cat-1 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-1");
}

[class*=icon-].cat-2 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-2");
}

[class*=icon-].cat-3 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-3");
}

[class*=icon-].cat-4 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-4");
}

[class*=icon-].cat-5 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-5");
}

[class*=icon-].cat-6 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-6");
}

[class*=icon-].cat-7 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-7");
}

[class*=icon-].cat-8 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-8");
}

[class*=icon-].cat-9 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-9");
}

[class*=icon-].cat-10 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-10");
}

[class*=icon-].cat-11 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-11");
}

[class*=icon-].cat-12 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-12");
}

[class*=icon-].cat-13 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-13");
}

[class*=icon-].cat-14 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-14");
}

[class*=icon-].cat-15 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-14");
}

[class*=icon-].cat-16,
[class*=icon-].cat-19 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-16");
}

[class*=icon-].cat-17 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-17");
}

[class*=icon-].cat-18 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-18");
}

[class*=icon-].cat-20 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-20");
}

[class*=icon-].cat-21 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-21");
}

[class*=icon-].cat-22 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-22");
}

[class*=icon-].cat-23 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-cat-23");
}

.icon-noresults {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-noresults");
}

.icon-catalogues {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-catalogues");
}

.icon-balneaires {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-balneaires");
}

.icon-voyages {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-voyages");
}

.icon-contact {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-contact");
}

.icon-commentaires {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-commentaires");
}

.icon-groupes {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-groupes");
}

.icon-europapark {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-europapark");
}

.icon-buchard {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-buchard");
}

.icon-buchard-2 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-buchard-2");
}

.icon-moncompte {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-moncompte");
}

.icon-boncadeau {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-boncadeau");
}

.icon-covid {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-covid");
}

.icon-espagne {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-espagne");
}

.icon-italie {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-italie");
}

.icon-couples {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-couples");
}

.icon-familles {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-familles");
}

.icon-jeunes {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-jeunes");
}

.icon-favori {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-favori");
}

.icon-demande {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-demande");
}

.icon-legislation {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-legislation");
}

.icon-car {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-car");
}

.icon-presse {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-presse");
}

.icon-poste {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-poste");
}

.icon-galerie {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-galerie");
}

.icon-charte {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-charte");
}

.icon-lieux {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-lieux");
}

.icon-historique {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-historique");
}

.icon-emploi {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-emploi");
}

.icon-faq {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-faq");
}

.icon-plante {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-plante");
}

.icon-sponsoring {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-sponsoring");
}

.icon-options {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-options");
}

.icon-search {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-search");
}

.icon-date {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-calendrier");
}

.icon-arrow-down {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-arrow-down");
}

.icon-next {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-next");
}

.icon-prev {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-prev");
}

.icon-wifi {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-wifi");
}

.icon-etoile {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-etoile");
}

.icon-media {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-media");
}

.icon-etage {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-etage");
}

.icon-horaire {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-horaire");
}

.icon-telephone {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-telephone");
}

.icon-email {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-email");
}

.icon-adresse {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-map");
}

.icon-partager {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-partager");
}

.icon-facebook {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-facebook");
}

.icon-facebook-2 {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-facebook-2");
}

.icon-google {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-google");
}

.icon-whatsapp {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-whatsapp");
}

.icon-twitter {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-twitter");
}

.icon-zoom {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-zoom");
}

.icon-suivant {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-suivant");
}

.icon-precedent {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-precedent");
}

.icon-fermer {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-fermer");
}

.icon-telecharger {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-telecharger");
}

.icon-imprimer {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-imprimer");
}

@media (max-width: 768px) {
  [class*=icon-72] {
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
}
/* USER BAR */
#userbar {
  font-size: 12px;
  font-family: "Champagne", "sans-serif";
  background: #23296e;
}

#userbar ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

#userbar > ul > li {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: bottom;
}

#userbar a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  min-height: 24px;
  line-height: 24px;
  margin: auto 0;
}

#userbar a:hover {
  color: #ffed00;
}

#userbar ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #23296e;
  background: linear-gradient(#23296e, #080873);
  z-index: 40;
  padding: 10px 15px;
  border-top: 1px solid #d2d2d2;
  box-shadow: 0px 5px 5px -5px #afafaf, 5px 0 5px -5px #afafaf, -5px 0 5px -5px #afafaf;
}

#userbar ul li ul li {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #d2d2d2;
  white-space: normal;
}

#userbar ul li ul li:last-child {
  border: none;
}

#userbar ul li ul li a {
  margin: 0;
  padding: 5px 0;
  line-height: 18px;
}

#userbar ul li:hover ul {
  display: block;
}

#userbar .plus {
  display: none;
}

#userbar ul li:first-child a {
  padding: 0;
}

.wp-auth-login #header, .wp-auth-login #menu-lateral, .wp-auth-login #footer, .wp-auth-login #copyrights {
  display: none;
}

#userbar > ul > li.deconnexion {
  margin-left: auto;
}

@media (max-width: 1280px) {
  #header.fixed #userbar {
    display: none;
  }
  #userbar > ul > li {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  #top {
    display: none;
  }
  #userbar > ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #fff;
  }
  #userbar > ul.collapsed {
    border: none;
  }
  #userbar > ul.collapsed > li:not(:first-child) {
    display: inline-block;
    border-bottom: 1px solid #fff;
    flex: 1;
    white-space: nowrap;
    text-align: center;
  }
}
@media (min-width: 680px) {
  #userbar {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .fixed #userbar > ul > li > a {
    padding: 6px 10px;
  }
}
@media (min-width: 1280px) {
  #top {
    display: flex;
    background-color: #23296e;
  }
}
/* FORMULAIRES */
input,
select {
  font-size: 1.12rem;
  line-height: 1.8rem;
}

input[type=text],
input[type=date],
input[type=time],
input[type=number],
input[type=password],
input[type=search],
input[type=email],
select,
textarea {
  border: 1px solid #D4D4D4;
  background-color: #fff;
  border-radius: 3px;
  padding: 6px 9px;
  width: 100%;
  min-height: 42px;
}

fieldset {
  padding: 0.9rem;
  border-radius: 5px;
  border: 1px solid #23296e;
  margin: 0rem 0 2rem 0;
  background: #fdfdfd;
}

fieldset > p:last-child {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1rem;
}

legend {
  color: #23296e;
  font-weight: bold;
  font-size: 1.2rem;
}

label {
  display: inline-block;
}

label.forcheckbox {
  width: auto;
  min-width: inherit;
  padding: 12px 0;
}

.ast {
  display: inline-block;
  color: #C16466;
  margin-left: 3px;
}

.error {
  border: 1px solid #E90003 !important;
}

input:-moz-read-only {
  background-color: #f2f2f2;
}

input:read-only {
  background-color: #f2f2f2;
}

input[type].small:not(.bouton),
select.small {
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding: 0.25rem 0.3rem;
  min-height: inherit;
}

[class*=icl-] {
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.icl-date {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-calendrier");
}

.icl-telephone {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-telephone");
}

.icl-email {
  background-image: url("https://old.buchard.ch/assets/img/sprites.svg?v=11#icon-email");
}

/* REPONSES DE FORMULAIRES */
.reponse {
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  margin: 1rem 0;
}

.reponse.erreur {
  color: #FF0004;
  background-color: #F7DFDF;
  border: 1px solid #FF0004;
  border-left: 4px solid #FF0004;
}

.reponse.valide {
  color: #00a707;
  background-color: #C3E0BF;
  border: 1px solid #14C300;
  border-left: 4px solid #00a707;
}

.reponse p {
  margin: 0;
}

textarea[name=message] {
  width: 100%;
  height: 6rem;
}

.reponse.small {
  color: #565656;
  font-size: 0.9rem;
}

/* BOUTONS */
[class^=bouton] {
  font-family: "Champagne", sans-serif;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.bouton {
  line-height: inherit;
  padding: 0.6rem 0.8rem;
  background-color: #23296e;
  border: none;
  color: #fff !important;
  margin: 0 0.5rem 1rem 0;
  font-size: 1rem;
  white-space: normal;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.8s;
}

.bouton:hover { /*background: $base-color-hover;*/
  color: #ffed00 !important;
}

.bouton.small {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.bouton:disabled,
.bouton.inactif {
  background-color: #6A6A6A;
}

.bouton.vert {
  background: #0b9400;
}

.bouton.block {
  display: block;
  width: 100%;
  text-align: center;
}

.bouton-2 {
  background-color: #ffc145;
  color: #23296e;
  text-decoration: none;
  padding: 7px 12px;
  display: inline-block;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.bouton-2:hover {
  box-shadow: 2px 2px 5px #333;
  transition: 1s;
}

.bouton.plus {
  background-color: #A4A4A4;
  color: #23296e;
}

.bouton.small.admin {
  background-color: #fdc20f;
  color: #23296e !important;
  padding: 3px 5px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid;
}

/* checkbox */
.rad,
.ckb {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  vertical-align: text-top;
  outline: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
}

.rad {
  display: inline-block;
  margin: 0 5px 4px 0;
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.2s; /*box-shadow: inset 0 0 0 10px #fff;*/
  border: 1px solid #23296e;
  background: none;
  opacity: 0.8;
}

.ckb {
  margin: auto 0.2rem auto 0;
  border: 1px solid #bebebe;
  border-radius: 3px;
}

.ckb:checked {
  border: 1px solid #23296e;
  background-color: #23296e;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.rad:checked {
  border: none;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;'%3E%3Cpath fill='$base-color' d='M24,12c-6.7,0-12,5.3-12,12s5.3,12,12,12s12-5.3,12-12S30.7,12,24,12z M24,0C10.8,0,0,10.8,0,24s10.8,24,24,24 s24-10.8,24-24S37.2,0,24,0z M24,43.2C13.4,43.2,4.8,34.6,4.8,24S13.4,4.8,24,4.8S43.2,13.4,43.2,24S34.6,43.2,24,43.2z'/%3E%3C/svg%3E");
}

.infobulle {
  position: relative;
  display: inline-block;
}

.infobulle:before {
  content: "?";
  display: inline-block;
  font-size: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: text-bottom;
}

.infobulle .content {
  display: none;
}

.infobulle:hover .content {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
  position: absolute;
  top: 100%;
  left: -100px;
  padding: 0.3rem 0.5rem;
  border: 1px solid #ccc;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.8666666667);
}

.counter-group {
  display: flex;
}

.counter-group button {
  font-size: 1rem;
  background: #f1f1f1;
  color: #666;
  outline: none;
  font-weight: bold;
  text-align: center;
  padding: 0px 10px;
  margin-left: 5px;
  border: 1px solid #D4D4D4;
  text-decoration: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
}

.counter-group button:hover {
  background-color: #666;
  color: #fff;
}

.counter-group button.small {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.group-form {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 769px) {
  .bouton {
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 980px) {
  fieldset {
    padding: 1.5rem;
  }
}
/* BLOCS */
.bloc.fw {
  margin: 0;
  padding: 3% 0;
  background-color: #eee;
}

.bloc.tc {
  text-align: center;
}

.aligncenter {
  display: block;
  margin: auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 10px 0 10px 15px;
  max-width: 40vw;
}

.alignleft {
  float: left;
  margin: 10px 15px 10px 0;
}

.blocks-gallery-grid {
  list-style: none;
  padding: 0;
}

.wp-block-gallery {
  margin: 0;
}

.wp-block-image {
  margin: 1rem 0;
}

.blocks-gallery-item figure {
  margin: 0;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-pullquote {
  padding: 3rem 0;
  margin: 3rem 0;
  text-align: center;
  border-top: 4px solid #d4d4d4;
  border-bottom: 4px solid #d4d4d4;
}

.wp-block-pullquote blockquote {
  position: relative;
  background: #f7f7f7;
  color: #111;
  margin: 0;
  padding: 5%;
}

.wp-block-pullquote blockquote > * {
  font-size: 2rem;
  line-height: inherit;
}

.wp-block-pullquote.car {
  padding-top: 100px;
  border-width: 0;
}

.wp-block-pullquote.car blockquote:before {
  content: "";
  width: 300px;
  height: 175px;
  display: block;
  background: url("https://old.buchard.ch/assets/img/pages/buchard-car-detoure.png") no-repeat;
  position: absolute;
  right: calc(50% - 154px);
  top: -130px;
}

.wp-block-column .wp-block-cover {
  height: auto;
  margin-bottom: 1rem;
}

.is-style-rounded img {
  border-radius: 9999px;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #23296e !important;
  background-color: #dcf0ff !important;
  color: #23296e !important;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: #23296e !important;
  color: #fff !important;
  transition: 1s;
}

.is-style-circle-mask img {
  border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    /* stylelint-disable */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-columns {
  display: flex;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-separator {
  border: none;
}

.wp-block-spacer {
  display: none;
}

.wp-block-table {
  border: 1px solid #ccc;
  background: #fff;
  border-collapse: collapse;
  line-height: 1.5rem;
  width: 100%;
  margin: 0;
}

.wp-block-table table {
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ccc;
  padding: 0.5rem;
  word-break: normal;
}

/*.wp-block-table td:hover { background-color: #FFFABD; }*/
.wp-block-group.card-1 {
  background-color: #23296e;
  color: #fff;
  padding: 2rem;
}

.wp-block-group.card-1 a {
  color: #fff;
}

.wp-block-group.card-1 > div > *:first-child {
  margin-top: 0;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-img {
  cursor: zoom-out;
}

.chocolat-open {
  overflow: hidden;
}

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #000;
  display: none;
  opacity: 0.8;
}

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 160;
  color: #fff;
}

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}

.chocolat-loader {
  height: 96px;
  width: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  z-index: 110;
  background-image: url(https://www.buchard.ch/images/loader.gif);
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 140;
  text-align: left;
}

.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.chocolat-wrapper .chocolat-fullscreen,
.chocolat-wrapper .chocolat-close,
.chocolat-wrapper .chocolat-left,
.chocolat-wrapper .chocolat-right {
  position: absolute;
  left: 15px;
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  z-index: 170;
  display: none;
}

.chocolat-wrapper .chocolat-left {
  background-image: url("https://www.buchard.ch/images/sprites.svg#icon-suivant");
  transform: rotate(180deg);
}

.chocolat-wrapper .chocolat-right {
  left: auto;
  right: 15px;
  cursor: pointer;
  background-image: url("https://www.buchard.ch/images/sprites.svg#icon-suivant");
}

.chocolat-wrapper .chocolat-right.active {
  display: block;
}

.chocolat-wrapper .chocolat-left.active {
  display: block;
}

.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  z-index: 170;
  margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
  display: block;
  width: 24px;
  height: 24px;
  top: 15px;
  left: auto;
  right: 15px;
  margin-top: 0;
  background-image: url("https://www.buchard.ch/images/sprites.svg#icon-fermer");
}

.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 170;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
  float: right;
  color: #fff;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

.chocolat-wrapper .chocolat-fullscreen {
  width: 24px;
  height: 24px;
  position: relative;
  left: auto;
  top: auto;
  background-image: url("https://www.buchard.ch/images/sprites.svg#icon-agrandir");
  display: block;
  margin: 8px 0 0 0;
  cursor: pointer;
  float: right;
}

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}

body.chocolat-open > .chocolat-loader {
  z-index: 15;
}

body.chocolat-open > .chocolat-content {
  z-index: 17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}

.chocolat-in-container {
  position: relative;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
/* Carrousel teasers */
.slider {
  background-color: #23296e;
}

.slider .slide {
  min-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.slider .image-container {
  position: relative;
}

.banniere {
  display: block;
  opacity: 1;
}

.slider .text-container {
  color: #fff;
  position: relative;
  padding: 1rem;
  background-color: #000f52;
  margin: auto;
  border-top: 2px solid #fff;
  opacity: 0;
  transition: 0.5s 0.5s;
}

.slider .text-container.jaune {
  color: #111;
  background-color: #ffed00;
}

.slider .text-container > *:first-child {
  margin-top: 0;
}

.slider .text-container h1,
.slider .text-container h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}

.slider .text-container h4 {
  margin: 0;
}

.slider .text-container h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  opacity: 0;
  transition: 1s 1.5s;
}

.slider .text-container a {
  opacity: 0;
  font-family: "Champagne", "sans-serif";
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
  background-color: #ffed00;
  color: #000f52;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  border-radius: 2px;
  text-transform: uppercase;
  text-shadow: none;
  transition: opacity 1s 2s;
}

.slider .text-container a:hover {
  background: #e85911;
  color: #fff;
  transition: 1s !important;
}

.slider .more {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background-color: #23296e;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.05rem;
  line-height: 1.1rem;
  border-radius: 3px;
  display: inline-block;
  opacity: 0;
  transition: all 1s 0.5s;
  margin: 1rem;
}

.slider .more.balneaire {
  background-color: #ff6800;
}

.slider .more + .more {
  margin-left: 1rem;
}

.slider .more:hover {
  background-color: #E34624;
  transition: 0s;
}

.slider .owl-dots {
  bottom: auto;
  position: absolute;
}

.slider .owl-nav {
  position: absolute;
  display: block;
  margin-top: -32px;
  left: auto;
  width: 100%;
}

.slider .owl-nav.disabled {
  display: none;
}

.slider .owl-prev,
.slider .owl-next {
  display: inline-flex;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #23296e;
  border: none;
  outline: none;
  transform: scale(0.5);
  margin: 0 32px;
}

.slider .owl-next {
  float: right;
}

.slider .owl-nav span {
  display: none;
}

.slider .owl-prev:hover,
.slider .owl-next:hover {
  box-shadow: 0 0 10px #333;
}

.slider .flex-container {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.slider .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.slider .owl-item {
  display: flex;
  height: auto !important;
}

.ir {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #23296e;
  font-size: 14px;
  color: #fff;
  margin: 0 1rem;
}

.anim1 {
  opacity: 0;
  transform: scale(0);
  transition: 1s 1s all;
}

.active .anim1 {
  opacity: 1;
  transform: scale(1);
}

.slider .text-container > div > *:nth-child(1) {
  opacity: 0;
  transition: opacity 1s 1s;
}

.slider .text-container > div > *:nth-child(2) {
  opacity: 0;
  transition: opacity 1s 1.5s;
}

.slider .text-container > div > *:nth-child(3) {
  opacity: 0;
  transition: opacity 1s 2s;
}

.slider .text-container > div > *:nth-child(4) {
  opacity: 0;
  transition: opacity 1s 2.5s;
}

.slider .active .text-container {
  opacity: 1;
}

.slider .active .text-container > div * {
  opacity: 1;
}

.slider .active .more {
  opacity: 1;
}

.content-after-slider { /*padding-top: 1rem;*/ }

@media (min-width: 481px) {
  .slider .owl-nav {
    right: 3%;
    width: auto;
  }
  .slider .owl-prev,
  .slider .owl-next {
    transform: none;
    margin: 0 0 0 32px;
    float: none;
  }
  .slider .more {
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 10px;
  }
  .slider .text-container h2 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .content-after-slider {
    padding-top: 2rem;
  }
  /*.slider .text-container { padding: 2rem; color: #000052; background-color: #fff; }*/
  .slider .text-container h3 {
    font-size: 1.4rem;
  }
  .slider .text-container h3.sp {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    text-shadow: none;
    color: #000052;
    margin: 10px 0 0 -40px;
  }
}
@media (min-width: 1025px) {
  .content-after-slider {
    padding-top: 3rem;
  }
  #voyage .slider {
    border-top: 2px solid #fff;
  }
  .slider {
    border-top: 2px solid #fff;
  }
  .slider .text-container a {
    background-color: #23296e;
    color: #fff;
  }
  .slider .flex-container {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slider .text-container > div {
    margin: auto;
  }
  .slider .text-container {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    max-width: 100%;
    border-top: none;
  }
  .slider .text-container {
    background-color: transparent;
    color: #fff;
    z-index: 3;
    text-shadow: 1px 1px 3px #000;
  }
  .slider .text-container h1,
  .slider .text-container h2 {
    font-size: 2.4rem;
  }
  .slider .text-container h3,
  .slider .text-container h1 + h2 {
    font-size: 1.5rem;
  }
  .slider .more {
    font-size: 1rem;
  }
  .slider .catalogue {
    transform: rotate(-15deg);
    max-width: 30vh;
  }
  .slider .active .catalogue {
    bottom: 0;
  }
  .slider .image-container:before {
    content: " ";
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  }
}
@media (min-width: 1480px) {
  .slider .text-container h1,
  .slider .text-container h2 {
    font-size: 2.8rem;
  }
  .slider .text-container h1 + h2 {
    font-size: 1.8rem;
  }
  .slider .text-container {
    bottom: 10%;
    left: 10%;
    padding: 0;
  }
}
.blackfriday {
  background-image: url("https://old.buchard.ch/assets/img/blackfriday.svg");
  background-repeat: no-repeat;
  color: #fff;
  padding: 3px 20px 3px 10px;
  font-size: 12px;
  transition: 0.8s;
}

.blackfriday span {
  display: block;
}

.blackfriday span:first-child {
  text-transform: uppercase;
}

.blackfriday span + span {
  font-size: smaller;
}

.blackfriday:hover {
  transform: rotate(5deg);
}

.header-voyage .blackfriday {
  font-size: 24px;
  padding: 3px 65px 3px 20px;
}

.voyage-teaser .blackfriday {
  width: 120px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.voyage-teaser .blackfriday span + span {
  font-size: 12px;
}

.slide .blackfriday {
  height: 24px;
  line-height: 19px;
}

.header-voyage .prix-c {
  position: relative;
}

.header-voyage .blackfriday span + span {
  font-size: 14px;
}

@media (min-width: 769px) {
  .header-voyage .blackfriday {
    position: absolute;
    padding: 10px 60px 10px 20px;
    height: 70px;
    top: 10px;
    left: 10px;
    z-index: 5;
  }
}/*# sourceMappingURL=main.css.map */