.elementor-4635 .elementor-element.elementor-element-0173580{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4635 .elementor-element.elementor-element-0173580:not(.elementor-motion-effects-element-type-background), .elementor-4635 .elementor-element.elementor-element-0173580 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#192B48;background-image:url("https://s-quaar.fr/wp-content/uploads/2025/06/fond-footer.jpg");}.elementor-4635 .elementor-element.elementor-element-690c265{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4635 .elementor-element.elementor-element-ea842fa .elementor-button{background-color:var( --e-global-color-260534e );border-radius:5px 5px 5px 5px;padding:17px 18px 18px 18px;}.elementor-4635 .elementor-element.elementor-element-ea842fa{width:auto;max-width:auto;}.elementor-4635 .elementor-element.elementor-element-ea842fa > .elementor-widget-container{margin:0px 0px 0px 10px;padding:0px 0px 0px 0px;}.elementor-4635 .elementor-element.elementor-element-050ec0c{--display:flex;}.elementor-4635 .elementor-element.elementor-element-5f5f874{--grid-columns:1;}@media(max-width:1024px){.elementor-4635 .elementor-element.elementor-element-5f5f874{--grid-columns:2;}}@media(max-width:767px){.elementor-4635 .elementor-element.elementor-element-690c265{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4635 .elementor-element.elementor-element-690c265.e-con{--align-self:center;}.elementor-4635 .elementor-element.elementor-element-a9f55c5.elementor-element{--align-self:center;}.elementor-4635 .elementor-element.elementor-element-5f5f874{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-a9f55c5 */@media (max-width: 767px){

  /* Conteneur des filtres : aligne verticalement */
  .blog-filter{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  /* Style des boutons bleus */
  .blog-filter button,
  .blog-filter a{
    width: 100%;
    max-width: 340px;
    text-align: center;
    margin-bottom: 5px;
  }

  /* Le bouton orange en dessous : centré aussi */
  .elementor-element.elementor-element-ea842fa{
    display: flex;
    justify-content: center;
    margin-top: 20px;         /* espace au-dessus du bouton orange */
    width: 100%;
  }
}

.blog-filter {
    position: relative;
    display: inline-block;
}

.filter-main {
    background-color: #0a2d54;
    color: white;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.blog-filter.show .arrow {
    transform: rotate(180deg);
}

.filter-sub {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 420px;
    z-index: 999;
    top: 100%;
    left: 0;
}

.filter-sub li a {
    display: block;
    padding: 10px 20px;
    color: #0a2d54;
    text-decoration: none;
    transition: 0.3s;
}

.filter-sub li a:hover {
    background-color: #f5f5f5;
}

.blog-filter.show .filter-sub {
    display: block;
}/* End custom CSS */