.france-map-section{padding:0 40px}@media screen and (max-width:767px){.france-map-section{padding:20px}}.france-map-section__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;margin:0 auto;padding:0 40px}@media screen and (max-width:1280px){.france-map-section__content{grid-template-columns:1fr;gap:60px}}@media screen and (max-width:767px){.france-map-section__content{grid-template-columns:1fr;gap:60px;padding:0 20px}}.france-map-section__description{display:flex;flex-direction:column;gap:24px}.france-map-section__title{font-size:36px;font-weight:700;color:#23272a;line-height:1.3;margin:0}@media screen and (max-width:767px){.france-map-section__title{font-size:28px}}.france-map-section__text{font-size:20px;line-height:1.6;color:#23272a;margin:0}@media screen and (max-width:767px){.france-map-section__text{font-size:14px}}.france-map-section__features{display:flex;flex-direction:column;gap:16px;padding-left:24px;border-left:1px solid #23272a;margin-top:10px;margin-bottom:10px}.france-map-section__feature{font-size:20px;font-weight:500;color:#23272a;padding-left:28px;position:relative}@media screen and (max-width:767px){.france-map-section__feature{font-size:14px}}.france-map-section__cities-list{font-size:18px;line-height:1.7;color:#23272a;padding:20px;border-radius:8px}.france-map-section__cities-list strong{display:block;margin-bottom:8px;font-size:20px}.france-map-section__cities-list p{margin:0}@media screen and (max-width:767px){.france-map-section__cities-list{font-size:14px}.france-map-section__cities-list strong{font-size:15px}}.france-map-section__map-container{position:relative;width:100%;min-height:560px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:767px){.france-map-section__map-container{min-height:300px}}.france-map-section__map-placeholder{width:100%;max-width:500px;aspect-ratio:800/900;background:rgba(96,238,210,.05);border-radius:8px}.france-map-section__map{width:100%;max-width:500px;height:auto;filter:drop-shadow(0 8px 30px rgba(0,0,0,.1))}@media screen and (max-width:767px){.france-map-section__map{max-width:100%}}.france-map-section__map :global .rsm-geography{outline:none;transition:all .3s ease}.france-map-section__map :global .rsm-geography:hover{opacity:1}.france-map-section__map :global .rsm-marker{outline:none}.france-map-section__pin{cursor:pointer;transition:transform .3s ease}.france-map-section__pin:hover{transform:scale(1.2)}.france-map-section__pin:hover .france-map-section__pin-outer{fill:#ff4081!important;stroke:#f50057!important}.france-map-section__pin:hover .france-map-section__pin-inner{fill:#fff!important}.france-map-section__pin:hover .france-map-section__pin-text{fill:#ff4081!important}.france-map-section__pin-outer{fill:#fff;stroke:#60eed2;stroke-width:3;transition:all .3s ease}.france-map-section__pin-inner{fill:#60eed2;transition:all .3s ease}.france-map-section__pin-text{font-size:6px;font-weight:700;fill:#fff;text-anchor:middle;dominant-baseline:middle;pointer-events:none;font-family:Arial,sans-serif;transition:all .3s ease}.france-map-section__tooltip{pointer-events:none;animation:tooltipFadeIn .2s ease}.france-map-section__tooltip-bg{fill:#2c3e50;opacity:.95;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.france-map-section__tooltip-text{font-size:11px;font-weight:600;fill:#fff;text-anchor:middle;dominant-baseline:middle;pointer-events:none}@media screen and (max-width:767px){.france-map-section__tooltip-text{font-size:10px}}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}