/* CSS Carrousel avis */
#m8mosaic {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

#m8mosaic .m8-single-review {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin: 0 !important;
  float: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.5s ease !important;
}

#m8mosaic .m8-single-review.m8-active {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#m8mosaic .m8-nav-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: none !important;
  border: none !important;
  font-size: 32px !important;
  cursor: pointer !important;
  z-index: 200 !important;
  padding: 10px !important;
  opacity: 0.7;
  transition: opacity 0.2s;
  line-height: 1 !important;
}
#m8mosaic .m8-nav-btn:hover { opacity: 1; }
#m8mosaic .m8-nav-btn.m8-prev-btn { left: 2px !important; }
#m8mosaic .m8-nav-btn.m8-next-btn { right: 2px !important; }

/* Chevrons : forcer la couleur + pas de changement au clic */
#m8mosaic .m8-nav-btn,
#m8mosaic .m8-nav-btn:focus,
#m8mosaic .m8-nav-btn:active,
#m8mosaic .m8-nav-btn:visited {
  color: #333 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Avis : pas de transition, display brut */
#m8mosaic .m8-single-review {
  display: none !important;
}

#m8mosaic .m8-single-review.m8-active {
  display: block !important;
}

#m8mosaic .m8-single-review.m8-active {
    min-height: 170px;
}

#m8mosaic .m8-single-review {
  border-radius: 15px !important;
  overflow: hidden !important;
}

/* Gestion des boutons, répéteurs de documents à télécharger */

.acf-dl-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.acf-dl-btn {
  width: calc((100% - (28px * 2)) / 3);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #0B8FC4;
  color: #fff;
  text-decoration: none;
  padding: 16px 22px;
  border-radius: 14px;
  min-height: 56px;
  transition: background .2s ease;
  box-sizing: border-box;
}

.acf-dl-btn:hover {
  background: #005D8A;
  color: #fff;
}

.acf-dl-text {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acf-dl-ico {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
}

.acf-dl-ico svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* Responsive */

@media (max-width: 1024px) {
  .acf-dl-btn {
    width: calc((100% - 28px) / 2);
  }
}

@media (max-width: 767px) {
  .acf-dl-btn {
    width: 100%;
  }
}

/* CSS de la FAQ */

.faqv5 {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
}

@media (max-width:1024px) {
  .faqv5 {
    grid-template-columns: 1fr;
  }
}

.faqv5,
.faqv5 * {
  box-sizing: border-box;
}

.faqv5-left,
.faqv5-right,
.faqv5-questions,
.faqv5-item,
.faqv5-cats,
.faqv5-cat,
.faqv5-subcats {
  min-width: 0;
}

.faqv5-left {
  overflow-x: hidden;
}

.faqv5-head {
  background: #e3f0f6;
  color: #156b95;
  border-radius: 12px;
  padding: 16px 18px;
  font-family: Montserrat,sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

.faqv5-cat {
  border-bottom: 1px solid #e8eff4;
  padding: 6px 0;
}

.faqv5-cat-btn {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  cursor: pointer;
  text-align: left;
  color: #145f84;
  font-family: Montserrat,sans-serif;
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
  transition: color .2s ease;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  box-shadow: none;
}

.faqv5-cat-btn.no-subcats {
  justify-content: flex-start;
}

.faqv5-cat-arrow {
  color: #1a90bf;
  font-size: 24px;
  transition: transform .25s ease,color .2s ease;
  flex: 0 0 auto;
}

.faqv5-cat.is-active .faqv5-cat-arrow {
  transform: rotate(90deg);
}

.faqv5-subcats {
  display: none;
  padding: 4px 0 10px 24px;
}

.faqv5-cat.is-active .faqv5-subcats {
  display: block;
}

.faqv5-sub-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding: 7px 0;
  color: #1f7ea9;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  transition: color .2s ease;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  box-shadow: none;
}

.faqv5-sub-btn span {
  display: block;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.faqv5-panel-title {
  color: #156b95;
  font-family: Montserrat,sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 14px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.faqv5-empty {
  background: #f4f9fc;
  border: 1px dashed #c6ddea;
  border-radius: 10px;
  padding: 14px 16px;
  color: #3a6d88;
  font-family: Montserrat,sans-serif;
  font-size: 15px;
}

.faqv5-item {
  background: #eaf4f9;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: background .2s ease;
}

.faqv5-q {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding: 18px 54px 18px 18px;
  position: relative;
  font-family: Ubuntu,sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #005D8A;
  line-height: 1.45;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  max-width: 100%;
  transition: color .2s ease,background .2s ease;
  box-shadow: none;
  text-decoration: none;
}

.faqv5-q span {
  display: block;
  padding-right: 8px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  color: inherit;
}

.faqv5-q-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #1a90bf;
  font-size: 26px;
  transition: color .2s ease;
}

.faqv5-item:hover,
.faqv5-item:focus-within {
  background: #005D8A;
}

.faqv5-item:hover .faqv5-q,
.faqv5-item:focus-within .faqv5-q,
.faqv5-q:hover,
.faqv5-q:focus {
  color: #ffffff;
  background: transparent;
}

.faqv5-item:hover .faqv5-q span,
.faqv5-item:focus-within .faqv5-q span,
.faqv5-q:hover span,
.faqv5-q:focus span {
  color: #ffffff;
}

.faqv5-item:hover .faqv5-q-arrow,
.faqv5-item:focus-within .faqv5-q-arrow,
.faqv5-q:hover .faqv5-q-arrow,
.faqv5-q:focus .faqv5-q-arrow {
  color: #ffffff;
}

.faqv5-q:focus,
.faqv5-q:active {
  outline: none;
  border: 0;
  box-shadow: none;
  text-decoration: none;
}

.faqv5-detail-view {
  background: #eaf4f9;
  border-radius: 12px;
  padding: 16px 18px 18px;
}

.faqv5-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: #005F86;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 14px;
  margin: 0 0 12px;
  font-family: Ubuntu,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: background .2s ease,color .2s ease;
}

.faqv5-back:hover,
.faqv5-back:focus,
.faqv5-back:active {
  background: #008ECB;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.faqv5-back-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
}

.faqv5-back-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faqv5-detail-question {
  margin: 0 0 10px;
  font-family: Ubuntu,sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #005D8A;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.faqv5-detail-answer {
  font-family: Ubuntu,sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #005D8A;
  line-height: 1.6;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.faqv5-detail-answer p:first-child {
  margin-top: 0;
}

.faqv5-detail-answer p:last-child {
  margin-bottom: 0;
}

.faqv5-cat-btn:hover,
.faqv5-cat.is-active .faqv5-cat-btn,
.faqv5-sub-btn:hover,
.faqv5-sub-btn.is-active {
  background: transparent;
  color: #F4A261;
}

.faqv5-cat-btn:hover .faqv5-cat-arrow,
.faqv5-cat.is-active .faqv5-cat-arrow {
  color: #F4A261;
}

.faq-search-global {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.faq-search-input-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #F5F7F9;
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  min-height: 56px;
}

.faq-global-input {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  height: 56px;
  padding: 0 18px;
  font-family: Ubuntu,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #43A7D3;
  letter-spacing: 0;
}

.faq-global-input::placeholder {
  color: #43A7D3;
  opacity: 1;
}

.faq-global-input:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.faq-global-btn {
  flex: 0 0 56px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  border: 0;
  background: #0396D6;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 16px 16px 0;
  padding: 0;
  transition: background .2s ease;
}

.faq-global-btn:hover {
  background: #0288C4;
}

.faq-global-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.faq-global-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-suggest {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #D7E6EF;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  max-height: 320px;
  overflow: auto;
}

.faq-suggest-item {
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px 14px;
  cursor: pointer;
  font-family: Ubuntu,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #005D8A;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.faq-suggest-item:hover,
.faq-suggest-item.is-active {
  background: #005F86;
}

.faq-suggest-empty {
  padding: 12px 14px;
  font-family: Ubuntu,sans-serif;
  font-size: 15px;
  color: #6E93A8;
}

@media (max-width:767px) {
  .faq-search-input-wrap {
    min-height: 52px;
    border-radius: 14px;
  }

  .faq-global-input {
    height: 52px;
    font-size: 16px;
    padding: 0 14px;
  }

  .faq-global-btn {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 0 14px 14px 0;
  }

  .faq-global-icon {
    width: 20px;
    height: 20px;
  }
}

.faqv5 .faqv5-sub-btn,
.faqv5 .faqv5-sub-btn:visited,
.faqv5 .faqv5-sub-btn:hover,
.faqv5 .faqv5-sub-btn:focus,
.faqv5 .faqv5-sub-btn:active,
.faqv5 .faqv5-sub-btn.is-active {
  background: transparent !important;
  background-color: transparent !important;
  color: #1f7ea9 !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.faqv5 .faqv5-sub-btn:hover,
.faqv5 .faqv5-sub-btn:focus,
.faqv5 .faqv5-sub-btn.is-active {
  color: #F4A261 !important;
}

.faqv5 .faqv5-sub-btn span {
  color: inherit !important;
}

.faqv5 .faqv5-subcats .faqv5-sub-btn {
  border-radius: 0 !important;
}

.faqv5 .faqv5-sub-btn {
  position: relative;
  padding-left: 22px;
}

.faqv5 .faqv5-sub-btn::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #F4A261;
  font-size: 20px;
  line-height: 1;
  font-weight: 400 !important;
}

.faqv5 .faqv5-sub-btn span {
  font-weight: 400 !important;
}

.faqv5 .faqv5-sub-btn {
  font-weight: 400 !important;
}

.faqv5,
.faqv5 button,
.faqv5 input,
.faqv5 textarea,
.faqv5 select,
.faqv5 .faqv5-head,
.faqv5 .faqv5-cat-btn,
.faqv5 .faqv5-cat-btn span,
.faqv5 .faqv5-sub-btn,
.faqv5 .faqv5-sub-btn span,
.faqv5 .faqv5-panel-title,
.faqv5 .faqv5-q,
.faqv5 .faqv5-q span,
.faqv5 .faqv5-detail-question,
.faqv5 .faqv5-detail-answer,
.faqv5 .faqv5-back,
.faq-search-global,
.faq-search-global button,
.faq-search-global input,
.faq-search-global .faq-suggest-item,
.faq-search-global .faq-suggest-empty {
  font-family: Ubuntu,sans-serif !important;
}

.faq-search-global .faq-search-input-wrap {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.faq-search-global .faq-global-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

.faq-search-global .faq-global-input:hover,
.faq-search-global .faq-global-input:focus,
.faq-search-global .faq-global-input:focus-visible,
.faq-search-global .faq-global-input:active,
.faq-search-global .faq-global-input:not(:placeholder-shown) {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.faq-search-global .faq-global-input::-moz-focus-inner {
  border: 0 !important;
}

.faq-search-global .faq-global-btn {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* CSS de couleur au hover sur menu */

.elementor-widget-nav-menu .elementor-item:before {
  display: none !important;
}

.elementor-widget-nav-menu .elementor-item:hover,
.elementor-widget-nav-menu .elementor-item:focus,
.elementor-widget-nav-menu .elementor-item.elementor-item-active {
  color: #F4A261 !important;
}

/* CSS de la page CGU */

.offres-docs__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.offres-docs__offer {
  margin: 18px 0 12px;
}

.offres-docs__offer-link {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #005f86;
  text-decoration: none;
}

.offres-docs__offer-link:hover {
  text-decoration: underline;
}

.offres-docs__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #008ECB;
  color: #fff;
  text-decoration: none;
  min-height: 56px;
  width: 100%;
}

.offres-docs__btn-label {
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.offres-docs__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.offres-docs__btn:hover {
  background: #005F86;
  color: #fff;
}

@media (max-width: 1024px) {
  .offres-docs__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 767px) {
  .offres-docs__grid {
    grid-template-columns: 1fr;
  }
}

.offres-docs__term {
  margin-top: 30px;
  margin-bottom: -20px;
}

/* CSS de filtre de taxonomie */
.subcat-filter{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin:0 auto 22px;
  width:100%;
}

.subcat-filter-btn{
  flex:0 1 calc((100% - 56px) / 5);
  max-width:220px;
  min-width:160px;

  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;

  padding:10px 10px;
  border-radius:10px;

  border:1px solid #F4F4F4;
  background:#F4F4F4;
  color:#008ECB;

  font-family:Ubuntu, sans-serif;
  font-size:15px;
  font-weight:400;
  line-height:1.3;

  cursor:pointer;

  box-shadow:0 2px 5px rgba(0,0,0,.14);
  transition:background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;

  white-space:normal;
  word-break:break-word;
  overflow-wrap:anywhere;
}

@media (max-width:1200px){
  .subcat-filter-btn{
    flex-basis:calc((100% - 42px) / 4);
  }
}
@media (max-width:1024px){
  .subcat-filter-btn{
    flex-basis:calc((100% - 28px) / 3);
  }
}
@media (max-width:767px){
  .subcat-filter-btn{
    flex-basis:calc((100% - 14px) / 2);
    min-width:0;
  }
}

.subcat-filter-btn:hover{
  background:#008ECB;
  border-color:#008ECB;
  color:#F4F4F4;
  box-shadow:0 4px 10px rgba(0,0,0,.16);
}

.subcat-filter-btn.is-active{
  background:#008ECB;
  border-color:#008ECB;
  color:#F4F4F4;
  box-shadow:0 4px 10px rgba(0,0,0,.16);
}

.subcat-filter-btn:focus{
  outline:none;
}

.subcat-filter-btn:focus-visible{
  outline:3px solid rgba(0,142,203,.28);
  outline-offset:3px;
}

/* CSS des résultats de recherche */
.dy-search{
padding:40px 0;
}

.dy-search__wrap{
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.dy-search__header{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}

.dy-search__title h1{
margin:0;
font-size:28px;
font-weight:700;
line-height:1.2;
color:#000;
}

.dy-search__meta{
margin-top:6px;
font-size:14px;
color:#005F86;
}

.dy-search__form{
display:flex;
gap:10px;
align-items:center;
}

.dy-search__form input[type="search"]{
height:44px;
min-width:280px;
max-width:500px;
width:40vw;
padding:0 14px;
border-radius:10px;
border:1px solid #005F86;
font-size:14px;
outline:none;
color:#000;
background:#fff;
}

.dy-search__form input[type="search"]:focus{
border-color:#008ECB;
box-shadow:0 0 0 3px rgba(0,142,203,.15);
}

.dy-search__form button{
height:44px;
padding:0 18px;
border-radius:10px;
border:1px solid #008ECB;
background:#008ECB;
cursor:pointer;
font-weight:600;
color:#fff;
transition:.2s;
}

.dy-search__form button:hover{
background:#005F86;
border-color:#005F86;
}

.dy-search__tabs{
display:flex;
gap:10px;
flex-wrap:wrap;
border-bottom:1px solid rgba(0,0,0,.08);
padding-bottom:12px;
margin-bottom:30px;
}

.dy-search__tab{
display:inline-flex;
align-items:center;
justify-content:center;
height:40px;
padding:0 16px;
border-radius:10px;
border:1px solid rgba(0,95,134,.25);
background:#fff;
text-decoration:none;
color:#005F86;
font-size:14px;
font-weight:600;
transition:.2s;
}

.dy-search__tab:hover{
background:rgba(0,142,203,.08);
border-color:rgba(0,142,203,.45);
color:#008ECB;
}

.dy-search__tab.is-active{
background:rgba(244,162,97,.18);
border-color:#F4A261;
color:#000;
}

.dy-group-title{
margin:30px 0 16px;
font-size:25px;
font-weight:800;
text-transform:capitalize;
color:#005F86;
}

.dy-group-title:after{
content:"";
display:block;
height:3px;
width:70px;
margin-top:10px;
border-radius:999px;
background:#005F86;
}

.dy-cards{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:18px;
}

.dy-card{
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
overflow:hidden;
display:flex;
flex-direction:column;
transition:.2s;
}

.dy-card:hover{
border-color:rgba(0,95,134,.35);
transform:translateY(-2px);
box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.dy-card__image img{
width:100%;
height:180px;
object-fit:cover;
display:block;
}

.dy-card__content{
padding:18px;
display:flex;
flex-direction:column;
gap:10px;
flex:1;
}

.dy-card__type{
font-size:12px;
font-weight:700;
letter-spacing:.02em;
color:#005F86;
opacity:.95;
}

.dy-card__title{
margin:0;
font-size:18px;
font-weight:800;
line-height:1.3;
color:#008ECB;
}

.dy-card__excerpt{
font-size:14px;
line-height:1.6;
color:#000;
opacity:.78;
}

.dy-card__link{
margin-top:auto;
font-weight:800;
font-size:14px;
color:#F4A261;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:6px;
transition:.2s;
}

.dy-card__link:hover{
color:#005F86;
text-decoration:underline;
}

.dy-search__pagination{
margin-top:30px;
}

.dy-search__pagination ul{
display:flex;
gap:8px;
flex-wrap:wrap;
list-style:none;
padding:0;
margin:0;
}

.dy-search__pagination a,
.dy-search__pagination span{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:40px;
height:40px;
padding:0 12px;
border-radius:10px;
border:1px solid rgba(0,95,134,.25);
text-decoration:none;
color:#005F86;
font-size:14px;
font-weight:700;
background:#fff;
transition:.2s;
}

.dy-search__pagination a:hover{
background:rgba(0,142,203,.08);
border-color:rgba(0,142,203,.45);
color:#008ECB;
}

.dy-search__pagination .current{
background:#000;
color:#fff;
border-color:#000;
}

.dy-search__empty{
padding:40px;
text-align:center;
color:#005F86;
opacity:.85;
background:rgba(0,142,203,.06);
border:1px solid rgba(0,142,203,.18);
border-radius:14px;
}

@media (max-width:1024px){
.dy-cards{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:640px){
.dy-search__header{flex-direction:column;align-items:stretch;}
.dy-search__form{width:100%;}
.dy-search__form input[type="search"]{width:100%;min-width:0;}
.dy-cards{grid-template-columns:1fr;}
}

.elementor-nav-menu--main a.elementor-item {
	color: #56B1F9;
}

/* Item menu orange lorsque sur offres*/
.elementor-nav-menu--main .elementor-nav-menu li.current-menu-item > a,
.elementor-nav-menu--main .elementor-nav-menu li.current-menu-ancestor > a {
	color: #F4A261 !important;
}

/* Affichage conditionnel des widgets */
.particulier,
.entreprises,
.coproprietes,
.secteur-public {
  display: none !important;
}

body.is-particulier .particulier,
body.is-entreprises .entreprises,
body.is-coproprietes .coproprietes,
body.is-secteur-public .secteur-public {
  display: revert !important;
}

/* Tailles typos */

/* Texte de corps uniquement */
.elementor-kit-12 p,
.elementor-kit-12 li,
.elementor-kit-12 .elementor-widget-text-editor,
.elementor-kit-12 .elementor-widget-text-editor p,
.elementor-kit-12 .elementor-widget-text-editor li,
.elementor-kit-12 .elementor-widget-theme-post-content,
.elementor-kit-12 .elementor-widget-theme-post-content p,
.elementor-kit-12 .elementor-widget-theme-post-content li {
  font-size: 15px !important;
  line-height: 1.6;
}

/* Titres desktop */
.elementor-kit-12 h1.elementor-heading-title {
  font-size: 25px !important;
  line-height: 1.2;
}

.elementor-kit-12 h2.elementor-heading-title {
  font-size: 23px !important;
  line-height: 1.25;
}

.elementor-kit-12 h3.elementor-heading-title {
  font-size: 21px !important;
  line-height: 1.3;
}

.elementor-kit-12 h4.elementor-heading-title {
  font-size: 19px !important;
  line-height: 1.35;
}

.elementor-kit-12 h5.elementor-heading-title {
  font-size: 17px !important;
  line-height: 1.4;
}

.elementor-kit-12 h6.elementor-heading-title {
  font-size: 16px !important;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-kit-12 h1.elementor-heading-title {
    font-size: 20px !important;
    line-height: 1.2;
  }

  .elementor-kit-12 h2.elementor-heading-title {
    font-size: 18px !important;
    line-height: 1.25;
  }

  .elementor-kit-12 h3.elementor-heading-title {
    font-size: 17px !important;
    line-height: 1.3;
  }

  .elementor-kit-12 h4.elementor-heading-title {
    font-size: 16px !important;
    line-height: 1.35;
  }

  .elementor-kit-12 h5.elementor-heading-title {
    font-size: 15px !important;
    line-height: 1.4;
  }

  .elementor-kit-12 h6.elementor-heading-title {
    font-size: 14px !important;
    line-height: 1.4;
  }

  .elementor-kit-12 p,
  .elementor-kit-12 li,
  .elementor-kit-12 .elementor-widget-text-editor,
  .elementor-kit-12 .elementor-widget-text-editor p,
  .elementor-kit-12 .elementor-widget-text-editor li,
  .elementor-kit-12 .elementor-widget-theme-post-content,
  .elementor-kit-12 .elementor-widget-theme-post-content p,
  .elementor-kit-12 .elementor-widget-theme-post-content li {
    font-size: 13px !important;
  }
}

h4 { 
		font-size: 20px !important; 
}

@media (max-width: 767px) {
		h4 { 
		font-size: 18px !important; 
		}}

@media (max-width: 767px) {
		h3 { 
		font-size: 20px !important; 
		}}

@media (max-width: 767px) {
		h2 { 
		font-size: 22px !important; 
		}}