/**
* Theme Name: Jura Supérieur
* Description: Theme enfant du thème WP Made Simple de Publigo
* Author: Hervé - Publigo
* Author URI: https://www.publigo.fr
* Template: wpms-theme 
* Version: 1.0
* Text Domain: jura-superieur
*/

/*****************************************************
* Ajout de ces lignes au début du fichier style.css du thème enfant (:root et body à ajuster en fonction de la taille du texte en pixels sur une page intérieure de la maquette)
*******************************************************/

:root {
    --base-size: 1.6rem;

    --pu-trs: all .2s;
}

html,body {
  overflow-x: hidden;
}

html {
    max-width: 1920px;
    min-height: 100dvh;
    margin: auto;
    overflow-x: hidden;
}

body {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: var(--dlc-trs);
}

svg#interactive_map a g[id^="picto"] {
    transform-origin: center center;
    transform-box: border-box;
}

svg#interactive_map a g[id^="nom"] path,
svg#interactive_map a g[id^="picto"],
svg#interactive_map a g[id^="picto"] circle {
    transition: all 0.2s;
}

svg#interactive_map a:hover g[id^="nom"] path,
svg#interactive_map a:focus-within g[id^="nom"] path {
    fill: #333;
}

svg#interactive_map a:hover g[id^="picto"],
svg#interactive_map a:focus-within g[id^="picto"] {
    transform: scale(1.2);
}

svg#interactive_map a:hover g[id^="picto"] circle,
svg#interactive_map a:focus-within g[id^="picto"] circle {
    fill: #DF091A;
}