/*!
Theme Name: yeps
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2024.10.10
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yeps
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yeps is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@media (min-width: 1024px) {
  .page-immanquable .filters .drop .dropbox .type {
    width: 350px !important;
  }
}

@media (min-width: 1024px) {
  .page-partenaires .filters .drop .dropbox .keyword {
    width: 350px !important;
  }
}

@media (max-width: 1023px) {
  .page-immanquable .filters-wrapper + .app .filters {
    gap: 10px;
    padding: 20px 10px !important;
  }
}

@media (max-width: 1023px) {
  .page-immanquable .filters-wrapper + .app .filters .col {
    flex: 0 0 calc(50% - 10px) !important;
    margin: 0 !important;
  }
}

@media (max-width: 1023px) {
  .page-avantage--top,
  .page-advice-and-inspiration--top {
    display: block !important;
  }
  .page-avantage--top > .site-content > p,
  .page-avantage--top > .site-content > h1,
  .page-advice-and-inspiration--top > .site-content > p,
  .page-advice-and-inspiration--top > .site-content > h1 {
    display: none !important;
  }
  .page-avantage--top .filters,
  .page-advice-and-inspiration--top .filters {
    margin: 0 0 20px 0 !important;
  }
}

@media (max-width: 1023px) {
  .page-avantage--top .filters .dropdown-menu.show,
  .page-advice-and-inspiration--top .filters .dropdown-menu.show {
    width: 100% !important;
  }

  .page-avantage--top .filters .dropbox,
  .page-advice-and-inspiration--top .filters .dropbox {
    position: relative !important;
    top: calc(100% + 0.8rem) !important;
    left: 0 !important;
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 2.4rem !important;
  }

  .page-avantage--top .filters .dropbox .actions.ta-r,
  .page-advice-and-inspiration--top .filters .dropbox .actions.ta-r {
    margin-top: 30px !important;
  }
}

.yeps_custom_buttons_shortcode a {
  width: 340px;
  margin-bottom: 15px;
}

.yeps_custom_buttons_shortcode a.btn {
  color: #ff0;
  background-color: #1b1b1b;
}

.yeps_custom_buttons_shortcode a.btn--tertiary {
  background-color: #fff;
  color: #000;
}

#tarteaucitron
  li.tarteaucitronLine.tarteaucitronIsAllowed
  .tarteaucitronAsk:before {
  background-color: #1b1b1b !important;
}

#tarteaucitron li.tarteaucitronLine .tarteaucitronAsk:before {
  background-color: #bdbdbd !important;
}

#tarteaucitronSaveButton {
  background-color: #ff0 !important;
  color: #000 !important;
  padding: 1.2rem 1.8rem;
  border: 0;
  border-radius: 1.2rem;
  font-weight: 600;
  font-family: "Readex Pro", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem #1b1b1b;
  box-shadow: inset 0 0 0 0.2rem #1b1b1b;
}

@media (max-width: 479px) {
  #tarteaucitronAllAllowed {
    margin-bottom: 2rem;
  }
  .tarteaucitronH3,
  .tarteaucitronStatusInfo {
    line-height: 1 !important;
  }
  #tarteaucitron {
    height: 100dvh !important;
  }
  #tarteaucitron,
  #tarteaucitronServices {
    padding-bottom: 190px !important;
  }

  #tarteaucitronServices {
    height: calc(100dvh - 50px) !important;
  }
}

@media (min-width: 479px) and (max-width: 767px) {
  #tarteaucitronAllAllowed,
  #tarteaucitronSaveButton,
  #tarteaucitronAllDenied {
    font-size: 15px !important;
    padding: 12px 8px !important;
  }
}

#tarteaucitronAllAllowed {
  background-color: #1b1b1b !important;
  color: #fff !important;
}
#tarteaucitronAllAllowed:hover:not([disabled]),
#tarteaucitronAllDenied:hover:not([disabled]) {
  color: #1b1b1b !important;
  background-color: #fff !important;
}

#tarteaucitronSaveButton:hover:not([disabled]) {
  color: #1b1b1b !important;
  background-color: #fff !important;
}

.icon-keyword:before {
  content: "\ea11";
}

.icon-keyword-fill:before {
  content: "\ea10";
}

.icon-offer-type:before {
  content: "\e9d7";
}

.icon-offer-type-fill:before {
  content: "\e9d9";
}

.leaflet-control-attribution  {
    font-size: 11px;
}
