.page_boutiques .boutique_banner{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center}.page_boutiques .boutique_banner .boutique_banner_img{width:100%}.page_boutiques .boutique_banner .boutique_banner_img img{width:100%;height:auto;max-height:480px;object-fit:cover}.page_boutiques .boutique_banner .boutique_banner_intro{position:absolute;margin:auto;padding:24px 24px}.page_boutiques .boutique_banner h1{font-size:55px;line-height:60px;letter-spacing:1.1px;color:#FFF}.page_boutiques .boutique_banner .boutique_banner_intro_content{max-width:480px;font-weight:500;line-height:20px;color:#FFF}.page_boutiques .list_boutiques{padding-top:24px;padding-bottom:24px;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:64px 16px}.page_boutiques .list_boutiques .boutique{flex:0 1 calc((100% - 48px) / 4)}.page_boutiques .list_boutiques .boutique h2{font-size:20px;font-style:normal;font-weight:400;line-height:25px;letter-spacing:0.4px;margin:16px 0 8px;color:var(--bleu)}.page_boutiques .list_boutiques .boutique .boutique_img{width:100%}.page_boutiques .list_boutiques .boutique .boutique_img img,.page_boutiques .list_boutiques .boutique .boutique_img svg{width:100%;height:auto;object-fit:cover;aspect-ratio:3/2}.page_boutiques .list_boutiques .boutique .boutique_bloc_title{margin:0 0 8px;text-decoration:none;display:inline-flex;justify-content:space-between;align-items:center;gap:0 12px;min-width:80px;cursor:pointer;text-underline-offset:2px}.page_boutiques .list_boutiques .boutique .boutique_bloc_title:active,.page_boutiques .list_boutiques .boutique .boutique_bloc_title:focus,.page_boutiques .list_boutiques .boutique .boutique_bloc_title:hover{text-decoration:underline}.page_boutiques .list_boutiques .boutique .boutique_bloc_title.opened svg{transform:rotate(90deg)}.page_boutiques .list_boutiques .boutique .details{display:none;opacity:0.6;padding:0 12px 0 0}.page_boutiques .list_boutiques .boutique .details.show{display:block}@media only screen and (max-width:1280px){.page_boutiques .list_boutiques .boutique{flex:0 1 calc((100% - 32px) / 3)}}@media only screen and (max-width:1024px){.page_boutiques .list_boutiques .boutique{flex:0 1 calc((100% - 16px) / 2)}}@media only screen and (max-width:640px){.page_boutiques .list_boutiques{gap:32px 16px}.page_boutiques .list_boutiques .boutique{flex:0 1 100%}}