/* 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: #e38fab;
}
/* 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: #e38fab;
}
/* 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: #e38fab;
  border-radius: 20px;
  font-size: 16px;
  padding: 10px 15px;
  padding-left: 40px;
  margin: 0 5px;
  display: inline-block;
  margin-bottom: 10px;
}
/* line 85, ../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 90, ../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 96, ../sass/_template.scss */
#kap form.filters .inputs label input, #kap form.filters .more-sidebar label input {
  display: none;
}
/* line 99, ../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 110, ../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 119, ../sass/_template.scss */
#kap form.filters div.more {
  display: none;
}
/* line 122, ../sass/_template.scss */
#kap form.filters .more {
  width: 25%;
  float: right;
  text-align: right;
}
/* line 126, ../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 133, ../sass/_template.scss */
#kap form.filters .more-sidebar {
  position: fixed;
  top: 129px;
  background: #e38fab;
  height: 100vh;
  z-index: 1002;
  width: 400px;
  right: -400px;
  padding: 70px;
  transition: all 0.4s ease-out;
}
/* line 143, ../sass/_template.scss */
#kap form.filters .more-sidebar.open {
  right: 0px;
}
/* line 146, ../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 157, ../sass/_template.scss */
#kap form.filters .more-sidebar .main-filters {
  display: none;
}
/* line 160, ../sass/_template.scss */
#kap form.filters .more-sidebar label {
  color: #fff;
  display: block;
  width: 100%;
  padding: 6px 0 3px 36px;
}
/* line 165, ../sass/_template.scss */
#kap form.filters .more-sidebar label:before {
  width: 16px;
  height: 16px;
}
/* line 172, ../sass/_template.scss */
#kap .row {
  margin: 0 -15px;
}
/* line 174, ../sass/_template.scss */
#kap .row .col-md-4 {
  width: 33%;
  padding: 0 15px;
  float: left;
  min-height: 1px;
}
/* line 179, ../sass/_template.scss */
#kap .row .col-md-4.map-area {
  float: right;
}
/* line 183, ../sass/_template.scss */
#kap .row .col-md-6 {
  width: 50%;
  padding: 0 15px;
  float: left;
  min-height: 1px;
}
/* line 188, ../sass/_template.scss */
#kap .row .col-md-6.map-area {
  float: right;
}
/* line 192, ../sass/_template.scss */
#kap .row .col-md-8 {
  width: 66%;
  padding: 0 15px;
  float: left;
  min-height: 1px;
}
/* line 199, ../sass/_template.scss */
#kap #map, #kap #map-gpx {
  border-radius: 20px;
  min-height: 550px;
  width: 100%;
}
/* line 204, ../sass/_template.scss */
#kap .nav-links {
  text-align: center;
  margin-top: 40px;
}
/* line 207, ../sass/_template.scss */
#kap .nav-links .page-numbers {
  border: 1px solid #e38fab;
  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: #e38fab;
}
/* line 230, ../sass/_template.scss */
#kap.kap-restaurant .nav-links .page-numbers {
  border: 1px solid #e38fab;
  color: #e38fab;
}
/* line 234, ../sass/_template.scss */
#kap.kap-restaurant .nav-links .page-numbers.current {
  background: #e38fab;
  border: 1px solid #e38fab;
}
/* line 240, ../sass/_template.scss */
#kap .ajax-result {
  padding-left: 30px !important;
}
/* line 244, ../sass/_template.scss */
#kap.carte .ajax-result {
  width: 0;
  height: 0;
  overflow: hidden;
}
/* line 249, ../sass/_template.scss */
#kap.carte .map-area {
  width: 100% !important;
  float: none !important;
}
/* line 255, ../sass/_template.scss */
#kap.liste .ajax-result {
  width: 100% !important;
  float: none !important;
}
/* line 259, ../sass/_template.scss */
#kap.liste .map-area {
  display: none;
}
/* line 262, ../sass/_template.scss */
#kap.liste #fiches .fiche {
  width: 25%;
}
/* line 266, ../sass/_template.scss */
#kap a.gps {
  color: #fff;
  border: 1px solid #e38fab;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 300;
  background-color: #e38fab;
  padding: 8px 20px;
  transition: all 0.4s ease-out;
  display: inline-block;
  margin-top: 20px;
}
/* line 277, ../sass/_template.scss */
#kap a.gps:hover {
  background-color: #fff;
  color: #e38fab;
}

/* line 283, ../sass/_template.scss */
.leaflet-top, .leaflet-bottom {
  z-index: 998;
}

/* line 286, ../sass/_template.scss */
.leaflet-touch .leaflet-control-attribution {
  display: none;
}

/* line 290, ../sass/_template.scss */
#kap.rando form.filters .inputs {
  width: 75%;
}

/* line 293, ../sass/_template.scss */
#kap.rando form.filters .more {
  display: none;
}

/* line 297, ../sass/_template.scss */
#kap #fiches .fiche, .leaflet-popup-content {
  width: 50%;
  float: left;
  height: 220px;
  padding-right: 30px;
  margin-bottom: 18px;
  cursor: pointer;
}
/* line 304, ../sass/_template.scss */
#kap #fiches .fiche a, .leaflet-popup-content a {
  color: #626367;
}
/* line 307, ../sass/_template.scss */
#kap #fiches .fiche .content-simple, .leaflet-popup-content .content-simple {
  font-size: 14px;
  padding: 15px;
}
/* line 311, ../sass/_template.scss */
#kap #fiches .fiche .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 316, ../sass/_template.scss */
#kap #fiches .fiche .content .image, .leaflet-popup-content .content .image {
  height: 155px;
  background-size: cover;
  background-position: center center;
  background-image: url("../imgs/fiche.jpg");
}
/* line 322, ../sass/_template.scss */
#kap #fiches .fiche .content .title, .leaflet-popup-content .content .title {
  font-size: 16px;
  height: 66px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
/* line 329, ../sass/_template.scss */
#kap #fiches .fiche .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 338, ../sass/_template.scss */
#kap #fiches .fiche.on .content, .leaflet-popup-content.on .content {
  background: #9db6c9;
}
/* line 340, ../sass/_template.scss */
#kap #fiches .fiche.on .content .title, .leaflet-popup-content.on .content .title {
  color: #fff;
}
/* line 342, ../sass/_template.scss */
#kap #fiches .fiche.on .content .title span, .leaflet-popup-content.on .content .title span {
  float: left;
}
/* line 345, ../sass/_template.scss */
#kap #fiches .fiche.on .content .title span, .leaflet-popup-content.on .content .title span {
  background-image: url("../imgs/arrow-hover.svg");
}

/* line 352, ../sass/_template.scss */
#kap.commune {
  background: #f1f0eb;
}
/* line 354, ../sass/_template.scss */
#kap.commune .more-filters {
  display: none;
}
/* line 357, ../sass/_template.scss */
#kap.commune .results {
  display: inline;
  position: absolute;
  top: 41px;
  font-size: 18px;
}
/* line 362, ../sass/_template.scss */
#kap.commune .results span {
  font-size: 50px;
  color: #9db6c9;
  padding-right: 15px;
}
/* line 368, ../sass/_template.scss */
#kap.commune #fiches .fiche {
  width: 33%;
}
/* line 371, ../sass/_template.scss */
#kap.commune .modes {
  display: none;
}
/* line 374, ../sass/_template.scss */
#kap.commune form.filters .inputs {
  width: 80%;
  float: right;
  text-align: left;
}
/* line 378, ../sass/_template.scss */
#kap.commune form.filters .inputs label {
  color: #626367;
  background: transparent;
  display: inline-block;
  font-size: 14px;
  background: #387CB0;
  color: #fff;
  margin-bottom: 5px;
}
/* line 386, ../sass/_template.scss */
#kap.commune form.filters .inputs label:before {
  border: 1px solid #626367;
  width: 16px;
  height: 16px;
  top: 11px;
}
/* line 394, ../sass/_template.scss */
#kap.commune form.filters .inputs label.on:before {
  border: 1px solid #fff;
  background-image: url("../imgs/check2.svg");
}

/* line 403, ../sass/_template.scss */
.leaflet-popup-content {
  float: none !important;
  padding: 0 !important;
  width: 240px !important;
  margin: 0;
  height: auto;
}
/* line 409, ../sass/_template.scss */
.leaflet-popup-content .content .image {
  height: 130px;
}
/* line 412, ../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 417, ../sass/_template.scss */
.leaflet-popup-content .content .title span {
  background-size: 20px;
}

/* line 422, ../sass/_template.scss */
.leaflet-container a.leaflet-popup-close-button {
  color: #fff;
}

/* line 425, ../sass/_template.scss */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #fff;
}

/* line 429, ../sass/_template.scss */
#kap #fiche {
  padding-top: 110px;
}
/* line 431, ../sass/_template.scss */
#kap #fiche .mobile {
  display: none;
}
/* line 434, ../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 449, ../sass/_template.scss */
#kap #fiche .images .first {
  width: 100%;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
}
/* line 455, ../sass/_template.scss */
#kap #fiche .images .first div {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
/* line 462, ../sass/_template.scss */
#kap #fiche .images ul {
  padding: 0;
  margin: 20px -2%;
}
/* line 465, ../sass/_template.scss */
#kap #fiche .images ul li {
  width: 16%;
  margin: 0 2%;
  height: 120px;
  background-size: cover;
  background-position: center center;
  float: left;
  border-radius: 10px;
  cursor: pointer;
}
/* line 480, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc {
  background: #f1f0eb;
  border-radius: 20px;
  padding: 45px;
  margin-top: 20px;
  min-height: 120px;
}
/* line 486, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc h3 {
  font-size: 64px;
  color: #A069A0;
  text-align: center;
}
/* line 491, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos {
  max-width: 275px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
}
/* line 496, ../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 503, ../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 510, ../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 517, ../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 524, ../sass/_template.scss */
#kap #fiche .fiche-contact .bloc .infos a {
  color: #626367;
}
/* line 530, ../sass/_template.scss */
#kap #fiche .title {
  margin-top: 50px;
  margin-bottom: 40px;
}
/* line 533, ../sass/_template.scss */
#kap #fiche .title .classification {
  margin-top: 22px;
  margin-bottom: 10px;
  margin-right: 50px;
  float: left;
  font-size: 48px;
  text-transform: uppercase;
  color: rgba(98, 99, 103, 0.3);
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
}
/* line 544, ../sass/_template.scss */
#kap #fiche .title h1 {
  font-size: 64px;
  float: left;
}
/* line 548, ../sass/_template.scss */
#kap #fiche .title .loc {
  color: #E38FAB;
  font-size: 18px;
  background: transparent url("../imgs/f-loc-on.svg") no-repeat center left;
  padding: 0 0 0 30px;
}
/* line 555, ../sass/_template.scss */
#kap #fiche h2 {
  font-family: 'Amatic SC',handwriting;
  font-size: 60px;
  color: #81A1BA;
  margin-bottom: 15px;
}
/* line 561, ../sass/_template.scss */
#kap #fiche .description {
  font-size: 18px;
  font-weight: 400;
}
/* line 564, ../sass/_template.scss */
#kap #fiche .description p {
  font-size: 18px;
  font-weight: 400;
}
/* line 570, ../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 577, ../sass/_template.scss */
#kap #fiche #share ul {
  display: inline-block;
  float: left;
}
/* line 580, ../sass/_template.scss */
#kap #fiche #share ul li {
  display: inline-block;
  float: left;
}
/* line 583, ../sass/_template.scss */
#kap #fiche #share ul li a {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
/* line 589, ../sass/_template.scss */
#kap #fiche #share ul li a.facebook {
  background: transparent url("../imgs/facebook.svg") no-repeat center left;
}
/* line 592, ../sass/_template.scss */
#kap #fiche #share ul li a.whatsapp {
  background: transparent url("../imgs/whatsapp.svg") no-repeat center left;
}
/* line 595, ../sass/_template.scss */
#kap #fiche #share ul li a.mail {
  background: transparent url("../imgs/mail.svg") no-repeat center left;
}

/* line 602, ../sass/_template.scss */
.is-ajax-search-no-result {
  display: none;
}

/* line 605, ../sass/_template.scss */
.is-ajax-search-result {
  padding: 0 !important;
  border: none !important;
}

/* line 611, ../sass/_template.scss */
#kap-agenda .clearfix {
  clear: both;
  float: none;
  height: 1px;
  display: block;
  width: 100%;
}
/* line 618, ../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 629, ../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 638, ../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 646, ../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 655, ../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 662, ../sass/_template.scss */
#kap-agenda .event .detail h3 a {
  color: #fff;
}
/* line 666, ../sass/_template.scss */
#kap-agenda .event .detail .date_debut {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 670, ../sass/_template.scss */
#kap-agenda .event .detail .date_debut span {
  font-weight: bold;
}
/* line 674, ../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 683, ../sass/_template.scss */
#kap-agenda .event .detail .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 694, ../sass/_template.scss */
#kap #fiche #map .images ul li {
  height: 70px;
}

/* line 699, ../sass/_template.scss */
body:not(.home) #kap-agenda {
  margin: 0 2%;
}
/* line 702, ../sass/_template.scss */
body:not(.home) #kap-agenda .event {
  width: 29%;
  margin: 2%;
  float: left;
  height: 435px;
}
/* line 708, ../sass/_template.scss */
body:not(.home) #kap-agenda .event {
  height: auto;
}
/* line 711, ../sass/_template.scss */
body:not(.home) #kap-agenda .event .image {
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 210px;
}
/* line 717, ../sass/_template.scss */
body:not(.home) #kap-agenda .event .detail {
  width: 100%;
  max-height: 100%;
}
/* line 721, ../sass/_template.scss */
body:not(.home) #kap-agenda .event .detail .desc {
  line-height: 18px;
  font-size: 14px;
  height: 54px;
  overflow: hidden;
}
/* line 727, ../sass/_template.scss */
body:not(.home) #kap-agenda .event .detail .taxo {
  font-size: 14px;
}
/* line 730, ../sass/_template.scss */
body:not(.home) #kap-agenda .event .detail h3 {
  font-size: 20px;
  padding-bottom: 4px;
}
/* line 734, ../sass/_template.scss */
body:not(.home) #kap-agenda .event .detail .date_debut {
  font-size: 14px;
  margin-bottom: 0;
}
/* line 738, ../sass/_template.scss */
body:not(.home) #kap-agenda .event .detail .heure {
  font-size: 14px;
  padding: 0 0 0 20px;
  background-size: 16px;
}
/* line 743, ../sass/_template.scss */
body:not(.home) #kap-agenda .head {
  height: 117px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 750, ../sass/_template.scss */
#kap #fiche.kap-agenda .images .first div {
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 755, ../sass/_template.scss */
.marker-cluster-small div,
.marker-cluster div {
  background: #fff !important;
  color: #000 !important;
}

@media screen and (max-width: 1540px) {
  /* line 762, ../sass/_template.scss */
  #kap-agenda .event .image {
    width: 34%;
  }

  /* line 765, ../sass/_template.scss */
  #kap-agenda .event .detail {
    width: 66%;
    padding: 25px 4%;
  }
}
@media screen and (max-width: 1460px) {
  /* line 772, ../sass/_template.scss */
  #kap form.filters .inputs label, #kap form.filters .more-sidebar label {
    font-size: 14px;
    padding: 8px 12px;
    padding-left: 34px;
  }

  /* line 777, ../sass/_template.scss */
  #kap form.filters .inputs label:before, #kap form.filters .more-sidebar label:before {
    width: 14px;
    height: 14px;
  }

  /* line 781, ../sass/_template.scss */
  #kap form.filters .modes label {
    font-size: 14px;
  }

  /* line 784, ../sass/_template.scss */
  #kap form.filters .more a.more-filters {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 790, ../sass/_template.scss */
  #kap form.filters .inputs {
    display: none;
  }

  /* line 793, ../sass/_template.scss */
  #kap form.filters .more {
    display: block !important;
  }

  /* line 796, ../sass/_template.scss */
  #kap form.filters .more-sidebar .main-filters {
    display: block;
  }

  /* line 799, ../sass/_template.scss */
  #kap form.filters .more-sidebar label {
    padding: 4px 12px;
    padding-left: 34px;
  }

  /* line 803, ../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 811, ../sass/_template.scss */
  #kap form.filters .modes {
    display: none;
  }

  /* line 815, ../sass/_template.scss */
  #kap div.more {
    display: block;
  }

  /* line 818, ../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 827, ../sass/_template.scss */
  #kap form.filters .more-sidebar {
    top: 82px;
  }

  /* line 830, ../sass/_template.scss */
  #kap form.filters .more-sidebar {
    width: 80%;
    padding: 65px 20px;
    right: -100%;
  }

  /* line 835, ../sass/_template.scss */
  #kap .row {
    position: relative;
  }

  /* line 838, ../sass/_template.scss */
  #kap .results {
    position: absolute;
    top: -55px;
  }

  /* line 842, ../sass/_template.scss */
  #kap .row .col-md-6.map-area, #kap .row .col-md-4.map-area {
    float: none;
    width: 100%;
  }

  /* line 846, ../sass/_template.scss */
  #kap .row .col-md-6.ajax-result, #kap .row .col-md-8.ajax-result {
    float: none;
    width: 100%;
  }

  /* line 850, ../sass/_template.scss */
  #kap form.filters {
    margin-bottom: 15px;
  }

  /* line 853, ../sass/_template.scss */
  #kap #map, #kap #map-gpx {
    height: 40vh !important;
    min-height: 0;
    margin-bottom: 30px;
  }

  /* line 858, ../sass/_template.scss */
  #kap .ajax-result {
    padding-left: 45px !important;
  }

  /* line 861, ../sass/_template.scss */
  #kap #fiche .row .col-md-8,
  #kap #fiche .row .col-md-4 {
    float: none;
    width: 100%;
  }

  /* line 866, ../sass/_template.scss */
  #kap #fiche {
    padding-top: 45px;
  }
  /* line 868, ../sass/_template.scss */
  #kap #fiche .mobile {
    display: block;
  }
  /* line 871, ../sass/_template.scss */
  #kap #fiche .desktop {
    display: none;
  }
  /* line 874, ../sass/_template.scss */
  #kap #fiche .more-pic {
    display: block;
  }
  /* line 877, ../sass/_template.scss */
  #kap #fiche .pics {
    display: none;
  }
  /* line 880, ../sass/_template.scss */
  #kap #fiche #share {
    width: 280px;
    margin: auto;
  }

  /* line 885, ../sass/_template.scss */
  #kap #fiche .title .classification {
    float: none;
    font-size: 26px;
  }

  /* line 889, ../sass/_template.scss */
  #kap #fiche .title h1 {
    font-size: 40px;
    float: none;
  }

  /* line 893, ../sass/_template.scss */
  #kap #fiche .fiche-contact .bloc h3 {
    font-size: 40px;
  }

  /* line 896, ../sass/_template.scss */
  #kap #fiche .fiche-contact .bloc .infos {
    font-size: 14px;
  }

  /* line 899, ../sass/_template.scss */
  #kap #fiche #share .share {
    font-size: 18px;
  }

  /* line 902, ../sass/_template.scss */
  #kap #fiche .fiche-contact .bloc {
    padding: 30px;
    min-height: 90px;
  }

  /* line 906, ../sass/_template.scss */
  #kap #fiche h2 {
    font-size: 40px;
  }

  /* line 909, ../sass/_template.scss */
  #kap #fiche .description {
    font-size: 14px;
    font-weight: 400;
    padding-top: 35px;
    margin-bottom: 30px;
  }
  /* line 914, ../sass/_template.scss */
  #kap #fiche .description p {
    font-size: 14px;
  }

  /* line 918, ../sass/_template.scss */
  #kap #fiche .images .first {
    height: 330px;
  }

  /* line 921, ../sass/_template.scss */
  #kap #fiche .images ul li {
    width: 21%;
    display: none;
    height: 75px;
  }
  /* line 925, ../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;
  }
}
@media screen and (max-width: 768px) {
  /* line 935, ../sass/_template.scss */
  #kap-agenda .event {
    height: auto;
  }

  /* line 938, ../sass/_template.scss */
  #kap-agenda .event .image {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 210px;
  }

  /* line 944, ../sass/_template.scss */
  #kap-agenda .event .detail {
    width: 100%;
    max-height: 100%;
  }

  /* line 948, ../sass/_template.scss */
  #kap-agenda .event .detail .desc {
    line-height: 18px;
    font-size: 14px;
  }

  /* line 952, ../sass/_template.scss */
  #kap-agenda .event .detail .taxo {
    font-size: 14px;
  }

  /* line 955, ../sass/_template.scss */
  #kap-agenda .event .detail h3 {
    font-size: 20px;
    padding-bottom: 4px;
  }

  /* line 959, ../sass/_template.scss */
  #kap-agenda .event .detail .date_debut {
    font-size: 14px;
    margin-bottom: 0;
  }

  /* line 963, ../sass/_template.scss */
  #kap-agenda .event .detail .heure {
    font-size: 14px;
    padding: 0 0 0 20px;
    background-size: 16px;
  }

  /* line 968, ../sass/_template.scss */
  body:not(.home) #kap-agenda .event {
    width: 46%;
  }
}
@media screen and (max-width: 640px) {
  /* line 974, ../sass/_template.scss */
  #kap #fiches .fiche, #kap.commune #fiches .fiche {
    width: 100%;
    float: none;
    height: 230px;
    padding-right: 0;
  }

  /* line 980, ../sass/_template.scss */
  #kap .ajax-result {
    padding-left: 15px !important;
  }

  /* line 983, ../sass/_template.scss */
  #kap .row .col-md-6.map-area {
    padding: 0;
  }

  /* line 986, ../sass/_template.scss */
  body:not(.home) #kap-agenda .event {
    width: 96%;
  }

  /* line 989, ../sass/_template.scss */
  body:not(.home) #kap-agenda .head {
    height: auto;
  }

  /* line 992, ../sass/_template.scss */
  body:not(.home) #kap-agenda .event .detail .desc {
    height: auto;
  }

  /* line 995, ../sass/_template.scss */
  #kap a.gps {
    font-size: 14px;
  }
}
