/* line 1, ../sass/_template.scss */
#kap {
  max-width: 1600px;
  margin: auto;
  padding: 40px 40px 80px 40px;
}
/* line 5, ../sass/_template.scss */
#kap .wrapper {
  transition: all 0.4s ease-out;
}
/* line 8, ../sass/_template.scss */
#kap .clearfix {
  clear: both;
  float: none;
  height: 1px;
  display: block;
  width: 100%;
}
/* line 15, ../sass/_template.scss */
#kap .results {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  height: 45px;
}
/* line 20, ../sass/_template.scss */
#kap .results span {
  font-family: 'Amatic SC',handwriting;
  font-size: 30px;
  float: left;
  padding-right: 5px;
  color: #45abbb;
}
/* line 28, ../sass/_template.scss */
#kap form.filters {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
/* line 32, ../sass/_template.scss */
#kap form.filters .modes {
  width: 25%;
  float: left;
}
/* line 35, ../sass/_template.scss */
#kap form.filters .modes input {
  display: none;
}
/* line 38, ../sass/_template.scss */
#kap form.filters .modes label {
  cursor: pointer;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  margin-right: 10px;
}
/* line 44, ../sass/_template.scss */
#kap form.filters .modes label.liste {
  background-image: url("../imgs/f-list.svg");
}
/* line 47, ../sass/_template.scss */
#kap form.filters .modes label.mixte {
  background-image: url("../imgs/f-mixt.svg");
}
/* line 50, ../sass/_template.scss */
#kap form.filters .modes label.carte {
  background-image: url("../imgs/f-loc.svg");
}
/* line 54, ../sass/_template.scss */
#kap form.filters .modes label.on.liste {
  background-image: url("../imgs/f-list-on.svg");
}
/* line 57, ../sass/_template.scss */
#kap form.filters .modes label.on.mixte {
  background-image: url("../imgs/f-mixt-on.svg");
}
/* line 60, ../sass/_template.scss */
#kap form.filters .modes label.on.carte {
  background-image: url("../imgs/f-loc-on.svg");
}
/* line 65, ../sass/_template.scss */
#kap form.filters .modes label.on {
  color: #45abbb;
}
/* line 69, ../sass/_template.scss */
#kap form.filters .inputs {
  width: 50%;
  float: left;
  text-align: center;
}
/* line 73, ../sass/_template.scss */
#kap form.filters .inputs label {
  background: #45abbb;
  border-radius: 20px;
  font-size: 16px;
  padding: 10px 15px;
  padding-left: 40px;
  margin: 0 5px 5px 5px;
  display: inline-block;
}
/* line 84, ../sass/_template.scss */
#kap form.filters .inputs h4, #kap form.filters .more-sidebar h4 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  color: #C53362;
  padding: 0 0 8px 12px;
}
/* line 89, ../sass/_template.scss */
#kap form.filters .inputs label, #kap form.filters .more-sidebar label {
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  padding-left: 40px;
  position: relative;
}
/* line 95, ../sass/_template.scss */
#kap form.filters .inputs label input, #kap form.filters .more-sidebar label input {
  display: none;
}
/* line 98, ../sass/_template.scss */
#kap form.filters .inputs label:before, #kap form.filters .more-sidebar label:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  top: 10px;
  left: 13px;
  border-radius: 2px;
}
/* line 109, ../sass/_template.scss */
#kap form.filters .inputs label.on:before, #kap form.filters .more-sidebar label.on:before {
  background-image: url("../imgs/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
}
/* line 118, ../sass/_template.scss */
#kap form.filters div.more {
  display: none;
}
/* line 121, ../sass/_template.scss */
#kap form.filters .more {
  width: 25%;
  float: right;
  text-align: right;
}
/* line 125, ../sass/_template.scss */
#kap form.filters .more a.more-filters {
  color: #626367;
  display: inline-block;
  background: no-repeat center left url("../imgs/f-more.svg");
  padding-left: 30px;
}
/* line 132, ../sass/_template.scss */
#kap form.filters .more-sidebar {
  position: fixed;
  top: 129px;
  background: #45abbb;
  height: 100vh;
  z-index: 1002;
  width: 400px;
  right: -400px;
  padding: 70px;
  transition: all 0.4s ease-out;
}
/* line 142, ../sass/_template.scss */
#kap form.filters .more-sidebar.open {
  right: 0px;
}
/* line 145, ../sass/_template.scss */
#kap form.filters .more-sidebar a.close {
  display: block;
  width: 30px;
  height: 24px;
  background-image: url("../imgs/arroww.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  left: 20px;
}
/* line 156, ../sass/_template.scss */
#kap form.filters .more-sidebar .main-filters {
  display: none;
}
/* line 159, ../sass/_template.scss */
#kap form.filters .more-sidebar label {
  color: #fff;
  display: block;
  width: 100%;
  padding: 6px 0 3px 36px;
}
/* line 164, ../sass/_template.scss */
#kap form.filters .more-sidebar label:before {
  width: 16px;
  height: 16px;
}
/* line 171, ../sass/_template.scss */
#kap .row {
  margin: 0 -15px;
}
/* line 173, ../sass/_template.scss */
#kap .row .col-md-4 {
  width: 33%;
  padding: 0 15px;
  float: left;
  min-height: 1px;
}
/* line 178, ../sass/_template.scss */
#kap .row .col-md-4.map-area {
  float: right;
}
/* line 182, ../sass/_template.scss */
#kap .row .col-md-6 {
  width: 50%;
  padding: 0 15px;
  float: left;
  min-height: 1px;
}
/* line 187, ../sass/_template.scss */
#kap .row .col-md-6.map-area {
  float: right;
}
/* line 191, ../sass/_template.scss */
#kap .row .col-md-8 {
  width: 66%;
  padding: 0 15px;
  float: left;
  min-height: 1px;
}
/* line 198, ../sass/_template.scss */
#kap #map {
  border-radius: 20px;
  min-height: 550px;
  width: 100%;
}
/* line 203, ../sass/_template.scss */
#kap .nav-links {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 207, ../sass/_template.scss */
#kap .nav-links .page-numbers {
  border: 1px solid #45abbb;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border-radius: 40px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 9px;
  color: #626367;
}
/* line 220, ../sass/_template.scss */
#kap .nav-links .page-numbers.next, #kap .nav-links .page-numbers.prev {
  /*display: none;*/
}
/* line 223, ../sass/_template.scss */
#kap .nav-links .page-numbers.current {
  color: #fff !important;
  background-color: #45abbb;
}
/* line 230, ../sass/_template.scss */
#kap .ajax-result > .nav-links {
  display: none !important;
}
/* line 235, ../sass/_template.scss */
#kap.kap-restaurant .nav-links .page-numbers {
  border: 1px solid #45abbb;
  color: #45abbb;
}
/* line 239, ../sass/_template.scss */
#kap.kap-restaurant .nav-links .page-numbers.current {
  background: #45abbb;
  border: 1px solid #45abbb;
}
/* line 245, ../sass/_template.scss */
#kap .ajax-result {
  padding-left: 30px !important;
}
/* line 249, ../sass/_template.scss */
#kap.carte .ajax-result {
  width: 0;
  height: 0;
  overflow: hidden;
}
/* line 254, ../sass/_template.scss */
#kap.carte .map-area {
  width: 100% !important;
  float: none !important;
}
/* line 260, ../sass/_template.scss */
#kap.liste .ajax-result {
  width: 100% !important;
  float: none !important;
}
/* line 264, ../sass/_template.scss */
#kap.liste .map-area {
  display: none;
}
/* line 267, ../sass/_template.scss */
#kap.liste #fiches .fiche {
  width: 25%;
}
/* line 271, ../sass/_template.scss */
#kap a.gps {
  color: #fff;
  border: 1px solid #45abbb;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 300;
  background-color: #45abbb;
  padding: 8px 20px;
  transition: all 0.4s ease-out;
  display: inline-block;
  margin-top: 30px;
}
/* line 282, ../sass/_template.scss */
#kap a.gps:hover {
  background-color: #fff;
  color: #45abbb;
}
/* line 288, ../sass/_template.scss */
#kap.agenda .inputs {
  display: none;
}
/* line 291, ../sass/_template.scss */
#kap.agenda .kap-agenda-item {
  width: 48% !important;
}
/* line 294, ../sass/_template.scss */
#kap.agenda .kap-agenda .item {
  height: 225px;
}

/* line 299, ../sass/_template.scss */
.leaflet-top, .leaflet-bottom {
  z-index: 998;
}

/* line 302, ../sass/_template.scss */
.leaflet-touch .leaflet-control-attribution {
  display: none;
}

/* line 306, ../sass/_template.scss */
#kap.rando form.filters .inputs {
  width: 75%;
}

/* line 309, ../sass/_template.scss */
#kap.rando form.filters .more {
  display: none;
}

/* line 313, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item), .leaflet-popup-content {
  width: 50%;
  float: left;
  height: 220px;
  padding-right: 30px;
  margin-bottom: 18px;
  cursor: pointer;
}
/* line 320, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item) a, .leaflet-popup-content a {
  color: #626367;
}
/* line 323, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item) .content-simple, .leaflet-popup-content .content-simple {
  font-size: 14px;
  padding: 15px;
}
/* line 327, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item) .content, .leaflet-popup-content .content {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.4);
}
/* line 332, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item) .content .image, .leaflet-popup-content .content .image {
  height: 155px;
  background-size: cover;
  background-position: center center;
  background-image: url("../imgs/fiche.jpg");
}
/* line 338, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item) .content .title, .leaflet-popup-content .content .title {
  font-size: 16px;
  height: 66px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
/* line 345, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item) .content .title span, .leaflet-popup-content .content .title span {
  background-image: url("../imgs/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 44px;
}
/* line 354, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item).on .content, .leaflet-popup-content.on .content {
  background: #9db6c9;
}
/* line 356, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item).on .content .title, .leaflet-popup-content.on .content .title {
  color: #fff;
}
/* line 358, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item).on .content .title span, .leaflet-popup-content.on .content .title span {
  float: left;
}
/* line 361, ../sass/_template.scss */
#kap #fiches .fiche:not(.kap-agenda-item).on .content .title span, .leaflet-popup-content.on .content .title span {
  background-image: url("../imgs/arrow-hover.svg");
}

/* line 368, ../sass/_template.scss */
#kap.commune {
  background: #f1f0eb;
}
/* line 370, ../sass/_template.scss */
#kap.commune .results {
  display: inline;
  position: absolute;
  top: 41px;
  font-size: 18px;
}
/* line 375, ../sass/_template.scss */
#kap.commune .results span {
  font-size: 50px;
  color: #9db6c9;
  padding-right: 15px;
}
/* line 381, ../sass/_template.scss */
#kap.commune #fiches .fiche {
  width: 33%;
}
/* line 384, ../sass/_template.scss */
#kap.commune .modes {
  display: none;
}
/* line 387, ../sass/_template.scss */
#kap.commune form.filters .inputs {
  width: 80%;
  float: right;
}
/* line 390, ../sass/_template.scss */
#kap.commune form.filters .inputs label {
  color: #626367;
  background: transparent;
}
/* line 393, ../sass/_template.scss */
#kap.commune form.filters .inputs label:before {
  border: 1px solid #626367;
  width: 16px;
  height: 16px;
  top: 11px;
}
/* line 400, ../sass/_template.scss */
#kap.commune form.filters .inputs label.on {
  background: #9db6c9;
  color: #fff;
}
/* line 403, ../sass/_template.scss */
#kap.commune form.filters .inputs label.on:before {
  border: 1px solid #fff;
  background-image: url("../imgs/check2.svg");
}

/* line 412, ../sass/_template.scss */
.leaflet-popup-content {
  float: none !important;
  padding: 0 !important;
  width: 240px !important;
  margin: 0;
  height: auto;
}
/* line 418, ../sass/_template.scss */
.leaflet-popup-content .content .image {
  height: 130px;
}
/* line 421, ../sass/_template.scss */
.leaflet-popup-content .content .title {
  padding: 8px 8px 10px 8px;
  height: auto;
  font-size: 13px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
/* line 426, ../sass/_template.scss */
.leaflet-popup-content .content .title span {
  background-size: 20px;
}

/* line 431, ../sass/_template.scss */
.leaflet-container a.leaflet-popup-close-button {
  color: #fff;
}

/* line 434, ../sass/_template.scss */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #fff;
}

/* line 438, ../sass/_template.scss */
#kap #fiche {
  padding-top: 0px;
  padding-bottom: 70px;
}
/* line 441, ../sass/_template.scss */
#kap #fiche .mobile {
  display: none;
}
/* line 444, ../sass/_template.scss */
#kap #fiche .more-pic {
  display: none;
  color: #626367;
  text-align: center;
  width: 215px;
  margin: auto;
  background: #fff;
  border-radius: 25px;
  margin-top: -50px;
  margin-bottom: 30px;
  line-height: 22px;
  padding: 8px 0;
  border: 1px solid #81A1BA;
}
/* line 459, ../sass/_template.scss */
#kap #fiche .images .first {
  width: 100%;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  background: #d0d1d2;
}
/* line 465, ../sass/_template.scss */
#kap #fiche .images .first div {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
/* line 472, ../sass/_template.scss */
#kap #fiche .images ul {
  padding: 0;
  margin: 20px -1%;
}
/* line 475, ../sass/_template.scss */
#kap #fiche .images ul li {
  width: 12%;
  margin: 0 1%;
  height: 120px;
  background-size: cover;
  background-position: center center;
  float: left;
  border-radius: 10px;
  cursor: pointer;
}
/* line 490, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc {
  background: #f1f0eb;
  border-radius: 20px;
  padding: 45px;
  margin-top: 20px;
  min-height: 120px;
}
/* line 496, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc h3 {
  font-size: 34px;
  color: #A069A0;
  text-align: left;
}
/* line 501, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos {
  max-width: 275px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
}
/* line 506, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos .loc {
  background: transparent url("../imgs/loc.svg") no-repeat center left;
  min-height: 30px;
  margin: 15px 0;
  padding-left: 45px;
  padding-top: 3px;
}
/* line 513, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos .telephone {
  background: transparent url("../imgs/telephone.svg") no-repeat center left;
  min-height: 30px;
  margin: 15px 0;
  padding-left: 45px;
  padding-top: 3px;
}
/* line 520, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos .e-mail {
  background: transparent url("../imgs/e-mail.svg") no-repeat center left;
  min-height: 30px;
  margin: 15px 0;
  padding-left: 45px;
  padding-top: 3px;
}
/* line 527, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos .reseaux-sociaux, #kap #fiche .fiche-contact .bloc .infos .site-web-url, #kap #fiche .fiche-contact .bloc .infos .facebook {
  background: transparent url("../imgs/reseaux-sociaux.svg") no-repeat center left;
  min-height: 30px;
  margin: 15px 0;
  padding-left: 45px;
  padding-top: 3px;
}
/* line 534, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos a {
  color: #626367;
}
/* line 537, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos ul {
  padding-left: 0;
  margin-left: 0;
}
/* line 540, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos ul li {
  list-style-type: disc !important;
}
/* line 547, ../sass/_template.scss */
#kap #fiche .title {
  margin-top: 50px;
  margin-bottom: 40px;
}
/* line 550, ../sass/_template.scss */
#kap #fiche .title .classification {
  margin-top: 12px;
  margin-bottom: 10px;
  margin-right: 35px;
  float: left;
  font-size: 30px;
  text-transform: uppercase;
  color: rgba(98, 99, 103, 0.3);
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
}
/* line 561, ../sass/_template.scss */
#kap #fiche .title h1 {
  font-size: 45px;
  float: left;
}
/* line 564, ../sass/_template.scss */
#kap #fiche .title h1 small {
  font-size: 28px;
  font-weight: 200;
  color: #A069A0;
}
/* line 570, ../sass/_template.scss */
#kap #fiche .title .loc {
  color: #45abbb;
  font-size: 18px;
  background: transparent url("../imgs/f-loc-on.svg") no-repeat center left;
  padding: 0 0 0 30px;
}
/* line 577, ../sass/_template.scss */
#kap #fiche h2 {
  font-family: 'Amatic SC',handwriting;
  font-size: 34px;
  color: #81A1BA;
  margin-bottom: 15px;
}
/* line 583, ../sass/_template.scss */
#kap #fiche .description {
  font-size: 18px;
  font-weight: 400;
}
/* line 586, ../sass/_template.scss */
#kap #fiche .description p {
  font-size: 18px;
  font-weight: 400;
}
/* line 592, ../sass/_template.scss */
#kap #fiche #share .share {
  background: transparent url("../imgs/share.svg") no-repeat center left;
  float: left;
  padding: 0 20px 0 30px;
  font-size: 22px;
  font-weight: 400;
}
/* line 599, ../sass/_template.scss */
#kap #fiche #share ul {
  display: inline-block;
  float: left;
}
/* line 602, ../sass/_template.scss */
#kap #fiche #share ul li {
  display: inline-block;
  float: left;
}
/* line 605, ../sass/_template.scss */
#kap #fiche #share ul li a {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
/* line 611, ../sass/_template.scss */
#kap #fiche #share ul li a.facebook {
  background: transparent url("../imgs/facebook.svg") no-repeat center left;
}
/* line 614, ../sass/_template.scss */
#kap #fiche #share ul li a.whatsapp {
  background: transparent url("../imgs/whatsapp.svg") no-repeat center left;
}
/* line 617, ../sass/_template.scss */
#kap #fiche #share ul li a.mail {
  background: transparent url("../imgs/mail.svg") no-repeat center left;
}

/* line 624, ../sass/_template.scss */
.is-ajax-search-no-result {
  display: none;
}

/* line 627, ../sass/_template.scss */
.is-ajax-search-result {
  padding: 0 !important;
  border: none !important;
}

/* line 636, ../sass/_template.scss */
#kap-agenda .clearfix {
  clear: both;
  float: none;
  height: 1px;
  display: block;
  width: 100%;
}
/* line 643, ../sass/_template.scss */
#kap-agenda .event {
  background: #9db6c9;
  max-width: 855px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 15px;
  height: 260px;
  overflow: hidden;
  cursor: pointer;
}
/* line 654, ../sass/_template.scss */
#kap-agenda .event .image {
  width: 305px;
  height: 260px;
  background-size: 100%;
  float: left;
  background-color: #f1f0eb;
  background-image: url(../imgs/fiche.jpg);
  background-repeat: no-repeat;
}
/* line 663, ../sass/_template.scss */
#kap-agenda .event .detail {
  width: 550px;
  float: left;
  overflow: hidden;
  padding: 25px 40px 25px 40px;
  color: #fff;
  max-height: 230px;
  overflow: hidden;
}
/* line 671, ../sass/_template.scss */
#kap-agenda .event .detail .taxo {
  text-transform: uppercase;
  font-size: 18px;
  background: #853f85;
  border-radius: 6px;
  padding: 3px 30px;
  line-height: 22px;
  display: inline-block;
}
/* line 680, ../sass/_template.scss */
#kap-agenda .event .detail h3 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  margin: 15px 0 3px 0;
}
/* line 687, ../sass/_template.scss */
#kap-agenda .event .detail h3 a {
  color: #fff;
}
/* line 691, ../sass/_template.scss */
#kap-agenda .event .detail .date_debut {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 695, ../sass/_template.scss */
#kap-agenda .event .detail .date_debut span {
  font-weight: bold;
}
/* line 699, ../sass/_template.scss */
#kap-agenda .event .detail .heure {
  background: no-repeat center left url(../imgs/clock.svg);
  padding: 0 0 0 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
/* line 708, ../sass/_template.scss */
#kap-agenda .event .detail .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 719, ../sass/_template.scss */
.marker-cluster-small div,
.marker-cluster div {
  background: #fff !important;
  color: #000 !important;
}

/* line 725, ../sass/_template.scss */
.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  margin-bottom: 0 !important;
}
/* line 730, ../sass/_template.scss */
.bx-wrapper .bx-controls {
  position: absolute;
  top: -40px;
  right: 30px;
}
/* line 734, ../sass/_template.scss */
.bx-wrapper .bx-controls a {
  left: auto;
  right: auto;
  background: #45ABBB;
  background-image: none;
  border-radius: 50px;
}
/* line 740, ../sass/_template.scss */
.bx-wrapper .bx-controls a.bx-prev {
  right: 20px;
}
/* line 743, ../sass/_template.scss */
.bx-wrapper .bx-controls a span {
  color: #fff;
  font-size: 22px;
  display: block;
  padding: 2px 10px;
}
/* line 751, ../sass/_template.scss */
.bx-wrapper .bx-controls-direction a {
  text-indent: 0 !important;
}
/* line 754, ../sass/_template.scss */
.bx-wrapper .bx-controls a.bis-next, .bx-wrapper .bx-controls a.bis-prev {
  background: #FFCE4E !important;
}

/* line 760, ../sass/_template.scss */
.kap-agenda .item {
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
  overflow: hidden;
}
/* line 767, ../sass/_template.scss */
.kap-agenda .item .bck {
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  transition: all 0.4s ease-out;
}
/* line 775, ../sass/_template.scss */
.kap-agenda .item .bck:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* line 779, ../sass/_template.scss */
.kap-agenda .item .date {
  border: 1px solid #fff;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
/* line 790, ../sass/_template.scss */
.kap-agenda .item .date span {
  display: block;
  font-size: 28px;
  height: 15px;
  line-height: 36px;
}
/* line 797, ../sass/_template.scss */
.kap-agenda .item .detail {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 90%;
}
/* line 802, ../sass/_template.scss */
.kap-agenda .item .detail h3 {
  color: #fff;
  margin: 0;
}
/* line 806, ../sass/_template.scss */
.kap-agenda .item .detail .date-bis {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  background-image: url(../imgs/Calendar.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
  margin-bottom: 4px;
}
/* line 816, ../sass/_template.scss */
.kap-agenda .item .detail .city {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  background-image: url(../imgs/GeoAlt.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}
/* line 828, ../sass/_template.scss */
.kap-agenda:not(.slider) .kap-agenda-item {
  width: 23%;
  margin: 0 1% !important;
  margin-bottom: 2% !important;
  float: left;
}

/* line 838, ../sass/_template.scss */
#kap-agenda-home-bis .item .detail .date-bis {
  background-image: url(../imgs/Calendar-j.svg) !important;
}
/* line 841, ../sass/_template.scss */
#kap-agenda-home-bis .item .detail .city {
  background-image: url(../imgs/GeoAlt-j.svg) !important;
}

/* line 846, ../sass/_template.scss */
.breadcrumb-kap {
  padding-bottom: 10px;
}

@media screen and (max-width: 1540px) {
  /* line 851, ../sass/_template.scss */
  #kap-agenda .event .image {
    width: 34%;
  }

  /* line 854, ../sass/_template.scss */
  #kap-agenda .event .detail {
    width: 66%;
    padding: 25px 4%;
  }
}
@media screen and (max-width: 1460px) {
  /* line 861, ../sass/_template.scss */
  #kap form.filters .inputs label, #kap form.filters .more-sidebar label {
    font-size: 14px;
    padding: 8px 12px;
    padding-left: 34px;
  }

  /* line 866, ../sass/_template.scss */
  #kap form.filters .inputs label:before, #kap form.filters .more-sidebar label:before {
    width: 14px;
    height: 14px;
  }

  /* line 870, ../sass/_template.scss */
  #kap form.filters .modes label {
    font-size: 14px;
  }

  /* line 873, ../sass/_template.scss */
  #kap form.filters .more a.more-filters {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 879, ../sass/_template.scss */
  #kap form.filters .inputs {
    display: none;
  }

  /* line 882, ../sass/_template.scss */
  #kap form.filters .more {
    display: block !important;
  }

  /* line 885, ../sass/_template.scss */
  #kap form.filters .more-sidebar .main-filters {
    display: block;
  }

  /* line 888, ../sass/_template.scss */
  #kap form.filters .more-sidebar label {
    padding: 4px 12px;
    padding-left: 34px;
  }

  /* line 892, ../sass/_template.scss */
  #kap form.filters div.more-filters {
    padding-top: 11px;
    margin-top: 15px;
    border-top: 1px solid #C53362;
  }
}
@media screen and (max-width: 1000px) {
  /* line 900, ../sass/_template.scss */
  #kap form.filters .modes {
    display: none;
  }

  /* line 904, ../sass/_template.scss */
  #kap div.more {
    display: block;
  }

  /* line 907, ../sass/_template.scss */
  #kap form.filters .more a.more-filters {
    background: no-repeat center left url(../imgs/fm.svg);
    padding: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0px;
  }

  /* line 916, ../sass/_template.scss */
  #kap form.filters .more-sidebar {
    top: 82px;
  }

  /* line 919, ../sass/_template.scss */
  #kap form.filters .more-sidebar {
    width: 80%;
    padding: 65px 20px;
    right: -100%;
  }

  /* line 924, ../sass/_template.scss */
  #kap .row {
    position: relative;
  }

  /* line 927, ../sass/_template.scss */
  #kap .results {
    position: absolute;
    top: -55px;
  }

  /* line 931, ../sass/_template.scss */
  #kap .row .col-md-6.map-area {
    float: none;
    width: 100%;
  }

  /* line 935, ../sass/_template.scss */
  #kap .row .col-md-6.ajax-result {
    float: none;
    width: 100%;
  }

  /* line 939, ../sass/_template.scss */
  #kap form.filters {
    margin-bottom: 15px;
  }

  /* line 942, ../sass/_template.scss */
  #kap #map {
    height: 40vh !important;
    min-height: 0;
    margin-bottom: 30px;
  }

  /* line 947, ../sass/_template.scss */
  #kap .ajax-result {
    padding-left: 45px !important;
  }

  /* line 950, ../sass/_template.scss */
  #kap #fiche .row .col-md-8,
  #kap #fiche .row .col-md-4 {
    float: none;
    width: 100%;
  }

  /* line 955, ../sass/_template.scss */
  #kap #fiche {
    padding-top: 45px;
  }
  /* line 957, ../sass/_template.scss */
  #kap #fiche .mobile {
    display: block;
  }
  /* line 960, ../sass/_template.scss */
  #kap #fiche .desktop {
    display: none;
  }
  /* line 963, ../sass/_template.scss */
  #kap #fiche .more-pic {
    display: block;
  }
  /* line 966, ../sass/_template.scss */
  #kap #fiche .pics {
    display: none;
  }
  /* line 969, ../sass/_template.scss */
  #kap #fiche #share {
    width: 280px;
    margin: auto;
  }

  /* line 974, ../sass/_template.scss */
  #kap #fiche .title .classification {
    float: none;
    font-size: 26px;
  }

  /* line 978, ../sass/_template.scss */
  #kap #fiche .title h1 {
    font-size: 40px;
    float: none;
  }

  /* line 982, ../sass/_template.scss */
  #kap #fiche .fiche-contact .bloc h3 {
    font-size: 40px;
  }

  /* line 985, ../sass/_template.scss */
  #kap #fiche .fiche-contact .bloc .infos {
    font-size: 14px;
  }

  /* line 988, ../sass/_template.scss */
  #kap #fiche #share .share {
    font-size: 18px;
  }

  /* line 991, ../sass/_template.scss */
  #kap #fiche .fiche-contact .bloc {
    padding: 30px;
    min-height: 90px;
  }

  /* line 995, ../sass/_template.scss */
  #kap #fiche h2 {
    font-size: 40px;
  }

  /* line 998, ../sass/_template.scss */
  #kap #fiche .description {
    font-size: 14px;
    font-weight: 400;
    padding-top: 35px;
    margin-bottom: 30px;
  }
  /* line 1003, ../sass/_template.scss */
  #kap #fiche .description p {
    font-size: 14px;
  }

  /* line 1007, ../sass/_template.scss */
  #kap #fiche .images .first {
    height: 330px;
  }

  /* line 1010, ../sass/_template.scss */
  #kap #fiche .images ul li {
    width: 21%;
    display: none;
    height: 75px;
  }
  /* line 1014, ../sass/_template.scss */
  #kap #fiche .images ul li:nth-child(1), #kap #fiche .images ul li:nth-child(2), #kap #fiche .images ul li:nth-child(3), #kap #fiche .images ul li:nth-child(4) {
    display: block;
  }

  /* line 1018, ../sass/_template.scss */
  .kap-agenda:not(.slider) .kap-agenda-item {
    width: 48%;
    margin: 0 1% !important;
    margin-bottom: 2% !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 1029, ../sass/_template.scss */
  #kap-agenda .event {
    height: auto;
  }

  /* line 1032, ../sass/_template.scss */
  #kap-agenda .event .image {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 210px;
  }

  /* line 1038, ../sass/_template.scss */
  #kap-agenda .event .detail {
    width: 100%;
    max-height: 100%;
  }

  /* line 1042, ../sass/_template.scss */
  #kap-agenda .event .detail .desc {
    line-height: 18px;
    font-size: 14px;
  }

  /* line 1046, ../sass/_template.scss */
  #kap-agenda .event .detail .taxo {
    font-size: 14px;
  }

  /* line 1049, ../sass/_template.scss */
  #kap-agenda .event .detail h3 {
    font-size: 20px;
    padding-bottom: 4px;
  }

  /* line 1053, ../sass/_template.scss */
  #kap-agenda .event .detail .date_debut {
    font-size: 14px;
    margin-bottom: 0;
  }

  /* line 1057, ../sass/_template.scss */
  #kap-agenda .event .detail .heure {
    font-size: 14px;
    padding: 0 0 0 20px;
    background-size: 16px;
  }

  /* line 1062, ../sass/_template.scss */
  .kap-agenda:not(.slider) .kap-agenda-item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 1071, ../sass/_template.scss */
  #kap #fiches .fiche:not(.kap-agenda-item) {
    width: 100%;
    float: none;
    height: 230px;
    padding-right: 0;
  }

  /* line 1077, ../sass/_template.scss */
  #kap #fiches .fiche {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  /* line 1082, ../sass/_template.scss */
  #kap.agenda .kap-agenda-item {
    width: 100% !important;
  }

  /* line 1085, ../sass/_template.scss */
  #kap .ajax-result {
    padding-left: 15px !important;
  }

  /* line 1088, ../sass/_template.scss */
  #kap .row .col-md-6.map-area {
    padding: 0;
  }
}
/* line 1093, ../sass/_template.scss */
label.lcotisant,
label.lsitesetmonumentshistoriques,
label.lexposition,
label.lenfants,
label.lgrandevenement,
label.lchateau,
label.lanimaux,
label.ltraditionsetfolklore,
label.lateliers,
label.lchantiernature,
label.laccompagnement,
label.lbaptemesportif,
label.lcours,
label.lmultiactivites,
label.lpratiquelibre,
label.lstagedeperfectionnement,
label.lculturelle,
label.lcomique,
label.ltheatrederue,
label.lconference,
label.lsortiesnature,
label.lfestival,
label.lmusiquedevariete,
label.lcirque,
label.lmarionnette,
label.lenfant,
label.linsolite,
label.lstagesetateliers,
label.lportesouvertes,
label.lanimaux,
label.lfleursplantesarbres,
label.lfetedelamusique,
label.lenfants,
label.lfauneflore,
label.lmusiquefolkloriquecountry,
label.lfetecommunale,
label.lphotographievideo,
label.lgastronomie,
label.lstagedinitiation,
.brocante label.lmarche,
.culture label.lrandonneepedestre,
.culture label.lnatureetdetente,
.terroir label.lbrocantebraderievidegrenier,
.terroir label.lconcert,
label.lmeublesdetourismeclasses,
label.lmeubledetourisme,
label.lmaison,
label.lchalet,
label.laccueilpaysan,
label.lstudio,
label.lappartement {
  display: none !important;
}
