/*  ==========================================================================
    Variables
    ========================================================================== */
   
    :root { 
        /* Couleurs */
        --couleur-bleu-sombre: #212D57;
        --couleur-bleu-ville: #074B98;
        --couleur-bleu-pale: #E7F1F6;
        --couleur-bleu-pale-hover: #d5e0e5;
        --couleur-bleu: #0094D2;
        --couleur-bleu-alt: #007DB3;
        --couleur-bleu-hover: #056BAA;
        --couleur-orange: #E86B58;
        --couleur-orange-hover: #B94735;
        --couleur-turquoise: #09B6C4;
        --couleur-turquoise-hover: #028590;
        --couleur-texte: #505050;
        --couleur-bleu-hover-entete: #4382C3;
        --couleur-gris-filet: #B4B4B4;
        --couleur-gris-fond: #F4F4F0;
        
        
        /* Bootstrap */
        --bs-primary-rgb: 0, 148, 210;
        --bs-link-color: var(--couleur-bleu-alt);
    }
    
/*  ==========================================================================
    Styles généraux
    ========================================================================== */

    body {
        color: var(--couleur-texte);
        font-family: 'proxima nova', sans-serif;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.3;
        overflow-x: hidden;
       	text-wrap: pretty;
     	animation: fadeInAnimation .75s;
     	margin: 0 auto;
    }
    

    main {
        margin-bottom: var(--main-bottom-margin);
        overflow-x: hidden;
    }
    
    /* largeur maximale du site */
    .container {
        max-width: 84.375rem;
    }
    
    /* Retire la marge 'top' du premier élément de la page (premier élément sous le fil d'Ariane) */
    .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > *:first-child,
    .umb-block-grid > .umb-block-grid__layout-container > .umb-block-grid__layout-item:first-child > figure:first-child + *
    {
        margin-top: 0;
    }
    
    .contenu-wrapper {
        padding-top: 2rem;
    }
    @media (min-width: 768px) {
        .contenu-wrapper {
            padding-top: 5rem;
        }
    }

/*  Titres
    ========================================================================== */
   
    h1 {
    	font-family: "proxima-nova", sans-serif;
    	font-size: 3rem;
    	font-weight: 200;
    	line-height: 3.25rem;
    	margin-left: -0.1875rem;
    	text-wrap: balance;
    }
    @media (min-width: 768px) {
        h1 {
            font-size: 3.87rem;
            line-height: 4rem;    
        }
    }
    
    h2 {
        font-family: "proxima-nova", sans-serif;
        font-size: 2.75rem;
        font-weight: 300;
        margin: 1em 0 32px -2px;
        text-wrap: balance;
    }
  
    h3 {
        font-family: "proxima-nova", sans-serif;
        font-size: 2.25rem;
        font-weight: 300;
    	margin: 1.75em 0 32px 0;
    	text-wrap: balance;
    }
    h4 {
        font-size: 1.6rem;
        font-weight: 700;
    	margin: 1.65em 0 15px 0;
    }
    h5 {
        font-weight: 700;
        font-size: 1.3rem;
        margin: 1.5em 0 15px 0;
    }
    
    /* Ajustement des marges pour deux titres qui se suivent */
    h2 + h3 {
    	margin-top: 0.75em;
    }
    h3 + h4 {
    	margin-top: 0;
    }
    h4 + h5 {
    	margin-top: 0;
    }
    
    
    /*  Couleur standard des hyperliens + effet hover
    ========================================================================== */
       
    a {
    	transition: color 0.3s;
    }
    a:focus,
    a:hover {
    	text-decoration: none;
    }


/*  Séparateur
    ========================================================================== */
    hr {
        margin: 2rem 0;
    }


/*  Liste
    ========================================================================== */

    ul li {
        margin-bottom: 15px;
    }
    
    
/*  Google Maps
    ========================================================================== */
    #map {
        height: 75vh;
        width: 100%;
    }
    @media (min-width: 768px) {
        #map {
            height: 75vh;
            min-height: 700px;
        }   
        .page-parcours #map {
            min-height: auto;
		    max-height: 650px;
        }
    }
    .map-container {
        position: relative;
    }


     
/*  Google Maps Infobox
    ========================================================================== */
    .custom-infobox {
        background-color: #fff;
        padding: 0;
        width: 415px;
        position: absolute;
        display: none;
        top: 0;
        left: 1.75rem;
        z-index: 1;
    }
    @media (max-width: 469px) {
        .custom-infobox {
            width: calc(100% - 1.5rem);
            left: .75rem;
        }   
        .custom-infobox > img {
            width: 100%;
            height: auto;
        }
    }
    .custom-infobox .btn-fermer {
        position: absolute;
        right: 0;
        top: 0;
        padding: 1em;
    }
    .custom-infobox .contenu {
         padding: 1.5rem;
    }
    @media (min-width: 440px) {
        .custom-infobox .contenu {
            padding: 1.5rem 3rem 2.5rem;
        }
    }
    .custom-infobox .contenu > *:last-child {
         margin-bottom: 0;
    }
    

    .custom-infobox h3 {
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 38px;
    }
    .custom-infobox h3.long {
        font-size: 28px;
        line-height: 34px;
    }
    .custom-infobox h3.tres-long {
        font-size: 24px;
        line-height: 30px;
    }
    .custom-infobox h3.tres-tres-long {
        font-size: 21px;
        line-height: 27px;
    }
    .custom-infobox .location-artiste {
        color: var(--couleur-bleu-sombre);
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        border-top: 1px solid var(--couleur-gris-filet);
        padding-top: 15px;
        padding-bottom: 15px;
    }
    @media (min-width: 768px) {
        .custom-infobox .location-artiste {
            border-bottom: 1px solid var(--couleur-gris-filet);
        }
    }
    .custom-infobox .contenu hr {
	    border-top: 1px solid var(--couleur-gris-filet);
	    margin: 1rem 0;
	    opacity: 1;
    }
    .custom-infobox .emplacement {
        display: none;
    }
    @media (min-width: 768px) {
        .custom-infobox .emplacement {
            display: block;
            padding-left: 57px;
            padding-top: 8px;
            position: relative;
            margin-bottom: 25px;
            min-height: 60px;
	        line-height: 1.5rem;
	
        }
    }
    .custom-infobox .emplacement::before {
        content: "";
        background-image: url("/media/a2ynyfa4/marqueur-copie.svg");
        width: 44px;
        height: 56px;
        background-size: 44px 56px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 5px;
    }

   
    .custom-infobox .location-emplacement {
        display: block;
        color: var(--couleur-bleu-sombre);
        font-size: 22px;
        font-weight: bold;
        padding-top: 14px;
        margin-bottom: 7px;
    }
        
        
/*  Filtres
    ========================================================================== */
   
    
    
    .form-select {
        color: var(--couleur-bleu-alt);
        background-color: white;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: -.5px;
        line-height: 26px;
        padding: .675rem 2.25rem .675rem 1rem;
        transition: outline .3s;
        outline: #056BAA00 solid 7px;
    }
    .form-select:focus,
    .form-select:active {
        outline: #056BAAFF solid 7px;
    }
    .form-select option {
        color: #505050;
        background-color: #F0F0F0;
    }
    

    #col-label-filtres {
        max-width: 61px;
    }
    
    #arrondissement-filter {
        max-width: 250px;
    }
    #quartier-filter {
        max-width: 200px;
    }
    #artiste-filter {
        max-width: 200px;
    }
    #categorie-filter {
        max-width: 230px;
    }
    #periode-filter {
        max-width: 210px;
    }

    .filtre {
        margin-right: .5em;
        flex: 0 0 auto;
	    width: auto;
	    max-width: 100%;
    }
    @media(min-width: 768px) {
        .filtre {
            margin-right: 1.25em;
        }    
    }
    .filtre:first-child {
        margin-right: 1em;
    }
    .filtre:last-child {
        margin-right: 0;
    }
    
    
    .message-placeholder {
        position: relative;
        left: 0;
        display: none;
    }
    @media (min-width: 1300px) {
        .message-placeholder {
            left: 70px;
        }   
    }
    .message-placeholder p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }

    #filtres-panneau {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -1.75rem;
        margin-top: 0;
	    padding: 0.4em 0;
	    /* Permet d'afficher correctement le outline du premier filtre */
	    margin-left: -7px;
	    padding-left: 7px;
	    
    }
    #filtres-panneau::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 100%;
        top: 0;
        right: 0;
        background-image: linear-gradient(to right, #0094D200, #0094D2FF);
    }
    
    @media (min-width: 1300px) {
        #filtres-panneau {
            margin-top: 0.8em;    
        }
    }
     #filtres-panneau::-webkit-scrollbar {
        height: 3px;
    }

    #filtres-panneau::-webkit-scrollbar-thumb {
        background-color: white;
    }
    #filtres-panneau .form-select {
        margin-bottom: .25em;
    }
    #col-label-filtres,
    .label-filtres {
        display: none;
    }
    @media (min-width: 1300px) {
        #col-label-filtres {
            display: block;
        }
        
        .label-filtres {
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            padding-top: 0.675rem;
            padding-bottom: 0.675rem;
        }
        #filtres-panneau {
            overflow-x: hidden;
        }   
    }
    

    
    
/*  ==========================================================================
    En-tête du site
    ========================================================================== */

    header {
        background-color: var(--couleur-bleu-ville);
        position: relative;
    }
    #logo-vdq {
        width: 202px;
        height: 100px;
    }
    header > div {
        display: grid;
        grid-template-columns: 190px 1fr;
    }
    
    
    #mobile-menu-btn {
        background: transparent;
        border: none;
        position: absolute;
        right: 1em;
        top: 50%;
        color: black;
        width: 70px;
        height: 70px;
        transform: translateY(-50%);
    }
    @media (min-width: 1109px) {
        #mobile-menu-btn {
            display: none;
        }   
    }
  
  
    /* Menu */
    
    header .header-main-nav > ul {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }
    header .header-main-nav a {
        color: white;
        display: block;
        font-weight: bold;
        text-decoration: none;
        font-size: 20px;
        line-height: 100px;
        transition: 0.3s background-color;
    }
    header .header-main-nav li {
        margin-bottom: 0;
    }
    #recherche {
        background-color: var(--couleur-bleu-pale);
        padding: 3rem 0rem 3rem 2rem;
        right: 0;
        text-wrap: nowrap;
        z-index: 1;
        transition: opacity .3s, visibility 0.3s;
    }
    #recherche.active {
        opacity: 1;
        visibility: visible;
    }
    #recherche.is-focus {
        opacity: 1;
        visibility: visible;
    }
    #recherche input {
        background-color: #ffffff00;
        border-radius: 0;
        border: 1px solid transparent;
        border-bottom: 1px solid var(--couleur-bleu-ville);
        box-shadow: none;
        display: inline-block;
        font-size: 20px;
        padding-left: 7px;
        width: 510px;
        transition: border 0.3s, background 0.3s;
        
    }
    #recherche input:focus {
        
        /*border: 1px solid var(--couleur-bleu-ville);*/
        background-color: #ffffff;
   
    }
    #recherche button {
        background: transparent;
        border: none;
        display: inline-block;
        padding: 0 1.5em 0 0.5em;
    }
    
    /* Menu mobile */
    @media (max-width: 1109px) {
        
        header .header-main-nav {
            position: absolute;
            top: 100px;
            background-color: var(--couleur-bleu-ville);
            width: 100%;
            left: 0;
            height: calc(100vh - 100px);
            z-index: 10;
            height: 5vh;
            opacity: 0;
            visibility: hidden;
            transition: all .4s ease;
        }
        header .header-main-nav.visible {
            visibility: visible;
            opacity: 1;
            height: 100vh;
        }
        @supports (height: 100dvh) {
            header .header-main-nav.visible {
                height: 100dvh;
            }   
        }
        
        header .header-main-nav > ul {
            display: grid;
            grid-template-areas: "recherche";
 
        }
        header .header-main-nav > ul > li {
            border-bottom: 1px solid white;
        }
        header .header-main-nav a {
            padding-left: 1.75rem;
            position: relative;
            line-height: calc(17.5vh - 50px);
            
        }
        @supports (height: 100dvh) {
            header .header-main-nav a {
                line-height: calc(17.5dvh - 50px);
            }  
        }
        header .header-main-nav li:not(.dropdown) a:after {
            content: "";
            background-image: url(/media/vc3bgldr/picto_fleche_droite-ôçô-1.svg);
            width: 14px;
            height: 22px;
            background-size: 14px 22px;
            position: absolute;
            right: 40px;
            filter: invert(1) saturate(0) brightness(2);
            top: 50%;
            transform: translateY(-50%);
        }
        header .header-main-nav .dropdown-menu {
            position: relative;
            display: block;
            background-color: transparent; 
            border-radius: 0;
            border: none;
            margin-top: -10px;
            padding: 0 0 1em;
            z-index: 1;
        }
        header .header-main-nav .dropdown-menu a {
            font-size: 18px;
            line-height: 50px;
            padding-left: 3rem;
        }
        .btn-recherche {
            grid-area: recherche;
        }
        #btn-recherche {
            display: none;
        }
        #recherche { 
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        #recherche input {
            width: calc(100% - 84px);
        }
        
        /* ouverture du menu */
        .no-scroll {
            overflow: hidden;
        }
        #ligne-1, #ligne-2, #ligne-3 {
            transition: transform .3s, opacity .3s;
        }
        #ligne-1 {
            transform-origin: 13.5px 6px;
            transform: rotate(0deg) translate(4px, 4px)
        }
        #ligne-1.active {
            transform: rotate(45deg) translate(5px, 6px);
        }
        #ligne-2 {
            transform: rotate(0deg) translate(4px, 15px)
        }
        #ligne-2.active {
            opacity: 0;
        }
        #ligne-3 {
            transform-origin: 13.5px 22px;
            transform: rotate(0deg) translate(4px, 26px);
        }
        #ligne-3.active {
            transform: rotate(-45deg) translate(4px, 22px);
        }
        
    }
    /* Menu desktop */
    @media (min-width: 1110px) {
        
        header .header-main-nav {
            text-align: end;
        }
        header .header-main-nav li {
            display: inline-block;
            position: relative;
        }
        header .header-main-nav a {
           padding: 0 1em;
        }
       
        header .header-main-nav a:hover,
        header .header-main-nav a.hover {
            background-color: var(--couleur-bleu-hover-entete);
        }
        
        /* Style du sous-menu */
        
         header .header-main-nav .dropdown-menu {
            display: none; 
            position: absolute;
            top: 100%; 
            left: 0;
            background-color: var(--couleur-bleu-pale); 
            border-radius: 0;
            border: none;
            padding: 1em 0;
            min-width: 165px; 
            z-index: 1000;
        }
   
        header .header-main-nav .dropdown-menu li {
            display: block;
            text-align: center;
        }
        
        header .header-main-nav .dropdown-menu a {
            color: #505050;
            font-size: 18px;
            font-weight: 400;
            padding: 10px;
            text-decoration: none;
            display: block;
            transition: 0.3s background-color;
            line-height: 1.15em;
        }
        
        header .header-main-nav .dropdown-menu a:hover {
            text-decoration: underline;
            color: var(--couleur-bleu);
            background-color: transparent;
            font-weight: bold;
        }
        header .header-main-nav .dropdown-btn {
            cursor: pointer;
        }
        header .header-main-nav .dropdown-btn.hover {
            background-color: var(--couleur-bleu-hover-entete);
        }
        
        #btn-recherche {
            background-color: white;
            border: none;
            line-height: 100px;
            padding: 0 1.6em;
            position: relative;
            transition: 0.3s background-color;
        }
        #recherche {
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }
       
    }
    @media (min-width: 1250px) {
        header .header-main-nav a {
            padding: 0 1.6em;
        }   
    }
    
    
    
    
/*  ==========================================================================
    Bas de page du site
    ========================================================================== */    
    
    footer {
        color: white;
    }
    footer p {
        margin-bottom: 0;
    }
    
    .footer-nav {
        background-color: var(--couleur-bleu-sombre);
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    @media (min-width: 740px) {
        .footer-nav {
            padding-top: 5rem;
            padding-bottom: 3rem;
        }   
    }
    .footer-nav > div {
        display: grid;
        justify-content: center;
    
        grid-template-areas: 
                    "info info"
                    "logo-vdq logo-art-public";
        row-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    
    @media (min-width: 440px) {
        .footer-nav > div {
            column-gap: 5rem;
        }
    }
    @media (min-width: 740px) {
        .footer-nav > div {
            display: grid;
            justify-content: inherit;
		    grid-template-columns: 15rem 1fr 15.625rem;
            grid-template-areas: 
                    "logo-vdq logo-art-public info";
            column-gap: 0;
        }   
    }
    
    .footer-nav .logo-vdq {
        grid-area: logo-vdq;
    }
    .footer-nav .logo-art-public {
        grid-area: logo-art-public;
    }
    .footer-nav .info {
        grid-area: info;
    }
    @media (max-width: 739px) {
        .footer-nav .info {
            text-align: center;
        }
    }
    
    .footer-nav > div > div {
          align-self: end;
    }
    .footer-nav ul {
        padding-left: 0;
        list-style: none;
    }
    .footer-nav a {
        color: white;
        text-decoration: none;
        display: block;
    }
    .footer-nav a:hover {
        text-decoration: underline;
    }
    .footer-nav .medias-sociaux {
        margin-bottom: 0;
        margin-left: -15px;
    }
    .footer-nav .medias-sociaux li {
        display: inline-block;
        margin-bottom: 0;
    }
    .footer-nav .medias-sociaux a {
        padding: 8px 15px;
    }
    .footer-nav .medias-sociaux a img {
        width: 27px;
        height: 27px;
    }
    .footer-copyright {
        background-color: #424C70;
        text-align: center;
        font-size: 0.875rem;
        padding: .5em;
    }
    .logo-vdq img {
        width: 102px;
    }
    .logo-art-public img {
        width: 132px;
        margin-bottom: 7px;
    }
    @media (min-width: 440px) {
        .logo-vdq img {
            width: 8.875rem;
        }
        .logo-art-public img {
            width: 10.75rem;
        }
    }
    
    
    
/*  ==========================================================================
    En-tête de page
    ========================================================================== */
    
    .bandeau {
        background-size: cover;
        background-position: center;
        height: 175px;
        background-color: var(--couleur-turquoise);
        color: white;
        padding-top: 35px;
    }
    @media (min-width: 768px) {
        .bandeau {
            height: 250px;
            padding-top: 55px;
        }
    }
    
    .bandeau.orange { background-color: var(--couleur-orange) }
    .bandeau.bleu-clair { background-color: var(--couleur-bleu) }
    .bandeau.turquoise { background-color: var(--couleur-turquoise) }
    
    
    .bandeau.bandeau-fluid {
        height: auto;
        padding-bottom: 1.5rem;
    }
    @media (min-width: 768px) {
        .bandeau.bandeau-fluid {
            height: 250px;
            padding-bottom: 0;
        }
    }
    
    .page-carte-oeuvres .bandeau,
    .page-liste-oeuvres .bandeau,
    .page-recherche .bandeau {
        background-color: var(--couleur-bleu);
    }
    .page-liste-parcours {
        background-color: var(--couleur-bleu-pale);
    }
    
    
    
/*  ==========================================================================
    Éléments
    ========================================================================== */ 
    
    
/*  Blocs de texte
    ========================================================================== */    
    
    [data-content-element-type-alias="blocDeTexte"] {
        padding-bottom: 4rem;
    }
    
    [data-content-element-type-alias="blocDeTexte"] a[href^="http://"], [data-content-element-type-alias="blocDeTexte"] a[href^="https://"] {
    	background-image: url(/media/ckspu2nw/picto-site-externe.svg);
    	background-position: right 1px;
    	background-repeat: no-repeat;
    	padding-right: 22px;
    }

    
/*  Image
    ========================================================================== */        
    [data-content-element-type-alias="rteImage"] {
        text-align: center;
    }
    
    
/*  Audio
    ========================================================================== */        
    [data-content-element-type-alias="audio"] {
        padding-bottom: 4rem;
    }
    
    
/*  Citation
    ========================================================================== */    
    
    [data-content-element-type-alias="citation"] {
        padding-bottom: 7rem;
        padding-top: 3rem;
    }
    @media (min-width: 768px) {
        [data-content-element-type-alias="citation"] {
            padding-bottom: 4rem;
            padding-top: 0;
        }   
    }
    blockquote {
        font-size: 30px;
        line-height: 36px;
        font-weight: 300;
    }
    @media (min-width: 768px) {
        blockquote {
            font-size: 36px;
            line-height: 42px;
        }   
    }
    blockquote *:nth-last-child(2) {
        margin-bottom: 0;
    }
    
/*  Trois colonnes
    ========================================================================== */    
    
    [data-content-element-type-alias="troisColonnes"] {
        
    }
    
    [data-content-element-type-alias="troisColonnes"] .umb-block-grid__area-container {
        gap: 1.5rem;
    }
    @media (min-width: 768px) {
        [data-content-element-type-alias="troisColonnes"] .umb-block-grid__area {
            padding-bottom: 4rem;
        }
    }

    
/*  Encadrés
    ========================================================================== */
    
    .encadre {
        position: relative;
        padding: 4rem 0 0;
        background-color: var(--couleur-bleu-pale);
    }
    .encadre h3 {
        color: var(--couleur-bleu-ville);
    }
    .encadre.encadre-blanc {
        background-color: white;
    }
    .encadre.encadre-gris {
        background-color: var(--couleur-gris-fond);
    }
    .encadre.encadre-bleu-sombre {
        background-color: var(--couleur-bleu-ville);
        color: white;
    }
    .encadre.encadre-bleu-sombre a {
        color: white;
        transition: opacity .3s;
    }
    .encadre.encadre-bleu-sombre a:hover,
    .encadre.encadre-bleu-sombre a:focus {
        opacity: .75;
    }
    .encadre.encadre-bleu-sombre a:active {
        opacity: 1;
    }
    .encadre::before {
        background-position: center;
        top: 0;
        width: 100vw;
        transform: translateX(-50%);
        left: 50%;
        content: '';
        height: 100%;
        background-color: inherit;
        position: absolute;
        z-index: -1;
    }
    .encadre *:first-child {
        margin-top: 0;
    }
    .encadre *:last-child {
        margin-bottom: 0;
    }
    
    
/*  Vidéo
    ========================================================================== */

  
    .video a {
        text-decoration: none;
    }
    .video img {
        width: 100%;
        object-fit: cover;
    }
    @media (min-width: 1350px) {
         .video img {
            height: 14.4375rem;
        }   
    }
    .video h2 {
        color: var(--couleur-bleu-sombre);
        font-size: 22px;
        font-weight: 700;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .video p {
        color: var(--couleur-texte);
        
    }
    
    
/*  Conteneur de vidéos sur 3 colonnes
    ========================================================================== */
    .videos-trois-colonnes .umb-block-grid__layout-container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }
    .videos-trois-colonnes .umb-block-grid__layout-container > .umb-block-grid__layout-item {
        flex-basis: 100%;
    }
    @media (min-width: 1024px) {
        .videos-trois-colonnes .umb-block-grid__layout-container {
            gap: 1em;
        }   
        .videos-trois-colonnes .umb-block-grid__layout-container > .umb-block-grid__layout-item {
            flex-basis: calc(33.3333% - 1em);
        }
    }
    
        
/*  ==========================================================================
    Styles par pages
    ========================================================================== */
    
    
    
/*  Page générique
    ========================================================================== */
    
    .page [data-content-element-type-alias="blocDeTexte"] h2 {
        color: var(--couleur-bleu-ville);
        font-weight: lighter;
    }
    
    
/*  Accueil
    ========================================================================== */
    
    .accueil .bandeau {
        position: relative;
        height: 465px;
    }
    .accueil .bandeau h1 {
        max-width: 275px;
        font-size: 48px;
        line-height: 52px;
        padding-top: 285px;
        margin-left: 1.75rem;
        position: absolute;
        z-index: 2; /* Assure que le titre est au-dessus du carrousel */
    }
    @media (min-width: 768px) {
        .accueil .bandeau {
            height: 533px;
        }
        .accueil .bandeau h1 {
            max-width: 25rem;
            padding-top: 240px;
            font-size: 64px;
            line-height: 71px;
        }
    }
    @media (min-width: 1155px) {
        .accueil .bandeau {
            height: 600px;
        }
        .accueil .bandeau h1 {
            padding-top: 250px;
            font-size: 5rem;
            line-height: 90px;
        }
    }
   
    @supports (aspect-ratio: 1920 / 600) {
         @media (min-width: 1920px) {
            .accueil .bandeau {
                aspect-ratio: 1920 / 600;
                height: auto;
            }
            .accueil .bandeau h1 {
                font-size: 80px;
                bottom: 72px;
                position: absolute;
            }
        }
    
    }

    
    .accueil .bandeau h1 {
        transition: color .3s, text-shadow .3s;
    }
    .accueil .bandeau h1.couleur-noir {
        color: var(--couleur-bleu-ville);
    }
    .accueil .bandeau h1.couleur-blanc {
        color: white;
        text-shadow: 1px 2px 6px black;
    }
    .accueil h2 {
        font-size: 48px;
        line-height: 52px;
        color: var(--couleur-bleu-ville);
    }
    @media (min-width: 768px) {
        .accueil h2 {
            font-size: 62px;
            line-height: 70px;
        }
    }
    @media (max-width: 767px) {
        .accueil h3 {
            font-size: 30px;
            line-height: 34px;
        }
    }
    .accueil .bandeau {
        padding-top: 0;
    }
    .accueil .bandeau .container {
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none; /* Permet les interactions de la souris avec le carrousel */
    }
    .accueil .bandeau .container::before {
        content: "";
        position: absolute;
        width: 150vw;
        height: 70%;
        background: linear-gradient(0deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 100%);
        left: 0;
        bottom: 0;
        z-index: -1;
        transform:translateX(-25%);
    }
    .accueil .bandeau .container.couleur-noir::before {
        background: linear-gradient(0deg, rgba(255,255,255,.6) 0%, rgba(255,255,255,0) 100%);
    }
    .accueil .bandeau .container.couleur-blanc::before {
        background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    }
    .accueil .main-carousel {
        width: 100vw;
        height: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 0;
        top: 0;
    }
    .carousel-cell {
        width: 100%;
        height: 100%; /* Assurez-vous que la hauteur du conteneur est également définie */
        position: relative;
    }
    .accueil .carousel-cell img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Remplit complètement le conteneur comme un "cover" */
        display: none; /* Masque toutes les images par défaut */
    }
    @media (max-width: 767px) {
        .accueil .carousel-cell .mobile {
            display: block;
        }
    }
    @media (min-width: 768px) and (max-width: 1154px) {
        .accueil .carousel-cell .tablette {
            display: block;
        }
    }
    @media (min-width: 1155px) {
        .accueil .carousel-cell .bureau {
            display: block;
        }
    }
    .accueil .bandeau .legendes {
        position: absolute;
        bottom: -15px;
        left: 50%;
        font-size: 16px;
        line-height: 22px;
        width: calc(50% - 1.75rem);
    }
     .accueil .bandeau .legende {
        color: var(--couleur-texte);
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all .6s ease;
    }
    .accueil .bandeau .legende.active {
        visibility: visible;
        opacity: 1;
    }
    @media (min-width: 768px) {
        .accueil .bandeau .legendes {
            left: auto;
            text-align: right;
            right: 0;
            font-size: 18px;
            width: 100%;
        }
        .accueil .bandeau .legende {
            right: 1.75rem;
            text-wrap: nowrap;
        }
    }
    .accueil #intro {
        margin-bottom: 3rem;
    }
    @media (max-width: 767px) {
        .accueil #intro {
            margin-top: 6rem;
        }   
    }
    .accueil #intro .col h2 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .accueil #intro .colonne-texte {
        margin-bottom: 2rem;
    }
    .accueil #intro .colonne-boutons {
        margin-top: 15px;
        position: relative;
    }
    
    .accueil .lettrine {
        display: none;
    }
    .accueil .lettrine-mobile {
            float: right;
            opacity: .1;
            shape-outside: url('/media/0japzbpv/picto_parcours_a.svg'); 
            shape-image-threshold: 0.5;
            shape-margin: 25px;
            width: 50%;
            height: auto;
            margin-top: 8px;
            margin-bottom: 5px;
            margin-right: -2.1rem;
        }
    @media (min-width: 768px) {
        .accueil .lettrine {
            display: block;
            float: right;
            opacity: .1;
            shape-outside: url('/media/0japzbpv/picto_parcours_a.svg'); 
            shape-image-threshold: 0.5;
            shape-margin: 25px;
            width: 304px;
            height: 351px;
        }
        .accueil .lettrine-mobile {
            display: none;
        }
    }
    
    .accueil .picto-carte {
        position: relative;
        padding: 30px 20px 30px 100px;
        max-width: 27rem;
        text-align: start;
        text-wrap: balance;
        font-size: 1.375rem;
        line-height: 1.25;
    }
    .accueil .picto-carte::before {
        content: "";
        position: absolute;
        background-image: url(/media/xnsgn30k/picto_accueil_carte.svg);
        width: 70px;
        height: 56px;
        background-size: 70px 56px;
        left: 19px;
        top: 50%;
        transform: translateY(-50%);
    }
    @media (min-width: 768px) {
        .accueil .picto-carte {
            padding: 30px 30px 30px 140px;
        }
        .accueil .picto-carte::before {
            left: 50px;
        }
    }
    .accueil .picto-liste {
        position: relative;
        padding: 30px 20px 30px 100px;
        max-width: 27rem;
        text-align: start;
        text-wrap: balance;
        font-size: 1.375rem;
        line-height: 1.25;
    }
    .accueil .picto-liste::before {
        content: "";
        position: absolute;
        background-image: url(/media/l1ollgw5/picto_accueil_liste.svg);
        width: 56px;
        height: 70px;
        background-size: 56px 70px;
        left: 26px;
        top: 50%;
        transform: translateY(-53%);
    }
    @media (min-width: 768px) {
        .accueil .picto-liste {
            padding: 30px 30px 30px 140px;
        }
        .accueil .picto-liste::before {
            left: 57px;
        }
    }
    
    .accueil .encadre-donnees {
        display: flex;
        font-size: 3.375rem;
        font-weight: 300;
        line-height: 60px;
        padding-bottom: 4rem;
        gap: 2.5rem;
        text-wrap: balance;
        flex-wrap: wrap;
    }
    @media (max-width: 767px) {
        .accueil .encadre-donnees {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
    
    .accueil .encadre-donnees > div {
        flex-basis: 100%;
    }
    @media (max-width: 767px) {
        .accueil .encadre-donnees > div {
            text-align: center;
            font-size: 42px;
            line-height: 46px;
            border-bottom: 1px solid white;
            padding-bottom: 1.5rem;
        }
        .accueil .encadre-donnees > div:last-child {
            border-bottom: none;
            padding-bottom: 3rem;
        }   
    }
    @media (min-width: 768px) {
        .accueil .encadre-donnees > div {
            flex-basis: calc(33.33333% - 2.5rem);
        }   
    }
    
    .accueil .section-actualites {
        padding-bottom: 4rem;
    }
    .accueil .section-parcours-en-vedette {
        padding-bottom: 4rem;
    }
    .accueil .section-oeuvres-en-vedette {
        padding-bottom: 4rem;
        position: relative;
    }
    @media (min-width: 78rem) {
        .accueil .section-parcours-en-vedette + .section-oeuvres-en-vedette {
            padding-top: 8rem;
        }   
    }
    .accueil .section-actualites .item-resume {
        font-size: 1.1rem;
	    line-height: 1.5rem;
    }
    .accueil .section-actualites .item-date {
        font-size: .9rem;
        font-weight: 600;
	    line-height: 1.5rem;
    }
    .accueil .en-vedette {
        list-style: none;
        padding-left: 0;
        flex-wrap: wrap;
        line-height: 28px;
        display: flex;
        gap: 1.5rem;
        margin-bottom: 35px;
    }
    .accueil .en-vedette li {
        flex-basis: 100%;
    }
    @media (min-width: 768px) {
        .accueil .en-vedette li {
            flex-basis: calc(33.3333% - 1.5rem);
        }   
    }
    .accueil .en-vedette a {
        color: var(--couleur-texte);
        text-decoration: none;
    }
    .accueil .en-vedette .photo {
        margin-bottom: 18px;
    }
    .accueil .en-vedette img {
        width: 100%;
    }
    .accueil .en-vedette h4 {
        margin-top: 12px;
	    margin-bottom: 5px;
        font-size: 22px;
    }
    

    .accueil .en-vedette a:hover h4 {
    	color: var(--couleur-bleu-alt);
    	text-decoration: underline;
    }
    @media (max-width: 767px) {
        .accueil .margin-top h3 {
            margin-top: 7rem;
        }   
    }
    


/*  Page liste des actualités
    ========================================================================== */
       
    @media (min-width: 910px) {
        .page-liste-actualites .contenu-wrapper {
            padding-top: 8rem;
        }
    }   
       
    .page-liste-actualites .actualites {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-bottom: 4rem;
    }
    @media (min-width: 910px) {
        .page-liste-actualites .actualites {
            min-height: 836px;
        }   
    }
    .page-liste-actualites .actualite {
        text-decoration: none;
        color: var(--couleur-texte);
        flex-basis: calc(50% - 0.75rem);
    }
    @media (min-width: 910px) {
        .page-liste-actualites .actualite {
            flex-basis: calc(33.33333% - 1rem);
        }   
    }

    .page-liste-actualites .actualite h2 {
        font-size: 22px;
        font-weight: bold;
        line-height: 28px;
        margin-top: 12px;
        margin-bottom: 5px;
        margin-left: 0;
        transition: 0.3s color;
    }
    .page-liste-actualites .actualite .photo {
        background-color: var(--couleur-bleu-pale);
        max-width: 25.9375rem;
    }

    .page-liste-actualites .actualite img {
        width: 100%;
        height: auto;
    }
    .page-liste-actualites .actualite:hover h2 {
        color: var(--couleur-bleu-alt);
        text-decoration: underline;
    }
    .page-liste-actualites .actualite .item-resume,
    .page-liste-actualites .actualite .item-date {
        font-size: 1.1rem;
    }

    @media (max-width: 430px) {
        .page-liste-actualites .actualites {
            gap: 1rem 1.5rem;
        }
        .page-liste-actualites .actualite h2 {
            font-size: 95%;
        	line-height: 22px;
        	margin-bottom: 3px;
        }
    }
       
       
       
/*  Page liste des oeuvres
    ========================================================================== */
    
    @media (min-width: 910px) {
        .page-liste-oeuvres .contenu-wrapper {
            padding-top: 8rem;
        }
    }
    
    .page-liste-oeuvres .oeuvres {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-bottom: 4rem;
    }
    @media (min-width: 910px) {
        .page-liste-oeuvres .oeuvres {
            min-height: 836px;
        }   
    }
    .page-liste-oeuvres .oeuvre {
        text-decoration: none;
        color: var(--couleur-texte);
        flex-basis: calc(50% - 0.75rem);
    }
    @media (min-width: 910px) {
        .page-liste-oeuvres .oeuvre {
            flex-basis: calc(33.33333% - 1rem);
        }   
    }

    .page-liste-oeuvres .oeuvre h2 {
        font-size: 22px;
        font-weight: bold;
        line-height: 28px;
        margin-top: 12px;
        margin-bottom: 5px;
        margin-left: 0;
        transition: 0.3s color;
    }
    .page-liste-oeuvres .oeuvre .photo {
        background-color: var(--couleur-bleu-pale);
        max-width: 25.9375rem;
    }

    .page-liste-oeuvres .oeuvre img {
        width: 100%;
        height: auto;
    }
    .page-liste-oeuvres .oeuvre:hover h2 {
        color: var(--couleur-bleu-alt);
        text-decoration: underline;
    }
    .page-liste-oeuvres .oeuvre-metadata {
        display: none;
    }
    
    @media (max-width: 430px) {
        .page-liste-oeuvres .oeuvres {
            gap: 1rem 1.5rem;
        }
        .page-liste-oeuvres .oeuvre h2 {
            font-size: 95%;
        	line-height: 22px;
        	margin-bottom: 3px;
        }
        .page-liste-oeuvres .oeuvre .artiste {
        	font-size: 90%;
        	line-height: 22px;
        }
    }

    
/*  Page Oeuvre
    ========================================================================== */
    
    .page-oeuvre h1 {
        color: var(--couleur-bleu-ville);
        font-size: 42px;
        line-height: 46px;
        text-wrap: balance;
    }
    @media (max-width: 767px) {
        .page-oeuvre .shape-outside {
            float: right;
            shape-outside: polygon(0 0, 100% 0%, 100% 100%);
            width: 100px;
            height: 100px;
            position: relative;
            top: -32px;
        }
        .page-oeuvre h1.long {
            font-size: 36px;
            line-height: 40px;
        }
        .page-oeuvre h1.tres-long {
            font-size: 33px;
            line-height: 37px;
        }   
        .page-oeuvre h1.tres-tres-long {
            font-size: 30px;
            line-height: 34px;
        }   
    }
    @media (min-width: 768px) {
        .page-oeuvre h1 {
            font-size: 3.375rem;
            line-height: 60px;
            width: auto;
        }   
    }
    
    .page-oeuvre .artiste {
        border-top: 1px solid var(--couleur-gris-filet);
        border-bottom: 1px solid var(--couleur-gris-filet);
        color: var(--couleur-bleu-sombre);
        padding-top: 26px;
        padding-bottom: 25px;
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 22px;
        font-weight: bold;
    }
    @media (min-width: 768px) {
        .page-oeuvre .artiste {
            font-size: 30px;
        }   
    }
    .page-oeuvre .artiste a {
        color: var(--couleur-bleu-sombre);
        text-decoration: none;
    }
    .page-oeuvre .artiste a:hover {
        text-decoration: underline;
    }
    
    .page-oeuvre .slider-box {
        display: grid;
        margin-top: 2rem;
        grid-template-columns: 100%;
    }
    @media (min-width: 910px) {
        .page-oeuvre .slider-box {
            margin-top: 5rem;
            grid-template-columns: 40% 60%;
        }   
    }
     @media (min-width: 1325px) {
        .page-oeuvre .slider-box {
            margin-top: 5rem;
            grid-template-columns: 1fr 887px;
        }   
    }
    .details-wrapper {
        margin-bottom: 2rem;
    }
     @media (min-width: 910px) {
        .details-wrapper {
            margin-bottom: 0;
            padding-right: 30px;
        }
    }
    .details-wrapper .detail {
        border-bottom: 1px solid var(--couleur-gris-filet);
        color: var(--couleur-texte);
        clear: both;
        margin-bottom: 0;
        padding-top: 26px;
        padding-right: 5px;
        padding-bottom: 25px;
    }
    .details-wrapper .detail.detail-padding {
        padding-left: 60px;
        position: relative;
    }
    .details-wrapper .detail:nth-child(2) {
        border-top: 1px solid var(--couleur-gris-filet);
    }
    main:not(.page-parcours):not(.page-liste-parcours) .details-wrapper p:nth-last-of-type(2) {
        margin-bottom: 30px;
    }
    .details-wrapper .detail strong {
        color: var(--couleur-bleu-sombre);
    }
    .details-wrapper .detail::before {
        content: "";
        width: 38px;
        height: 38px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: 38px 38px;
    }
    .page-liste-parcours .details-wrapper .detail::before,
    .page-parcours .details-wrapper .detail::before {
        width: 42px;
    	height: 42px;
    	background-size: 42px 42px;
    }
    .details-wrapper .detail-annee::before {
        background-image: url(/media/0fljvz0g/picto_oeuvre_date.svg);
    }
    .details-wrapper .detail-technique::before {
        background-image: url(/media/ktypypjx/picto_oeuvre_technique.svg);
    }
    .details-wrapper .detail-materiaux::before {
        background-image: url(/media/d4fomfnr/picto_oeuvre_materiau.svg);
    }
    .details-wrapper .detail-dimensions::before {
        background-image: url(/media/zjlftboh/picto_oeuvre_dimension.svg);
    }
    .details-wrapper .detail-oeuvres::before {
        background-image: url(/media/0japzbpv/picto_parcours_a.svg);
    }
    .details-wrapper .detail-distance::before {
        background-image: url(/media/lndnbf4p/picto_distance.svg);
    }
    .details-wrapper .detail-marche::before {
        background-image: url(/media/34ojnqv0/picto_parcours_km.svg);
    }
    .details-wrapper .detail-velo::before {
        background-image: url(/media/iegekrqy/picto_velo.svg);
    }
    .details-wrapper .detail-depart::before {
        background-image: url(/media/cobaw4ia/picto_parcours_depart.svg);
        top: 26px;
	    transform: none;
    }
    
    @media (max-width: 909px) {
        .page-oeuvre #bouton-voir-oeuvres-desktop {
            display: none;
        }
    }
    .page-oeuvre #bouton-voir-oeuvres-mobile a {
        display: inline-block;
        margin-top: 105px;
        margin-bottom: -35px;
    }
    @media (min-width: 768px) {
        .page-oeuvre #bouton-voir-oeuvres-mobile a {
            margin-bottom: -130px;
        }
    }
    @media (min-width: 910px) {
        .page-oeuvre #bouton-voir-oeuvres-mobile {
            display: none;
        }
    }
    .page-oeuvre .section-localisation {
        background-color: var(--couleur-gris-fond);
        margin-top: 85px;
    }
    @media (min-width: 768px) {
        .page-oeuvre .section-localisation {
            margin-top: 185px;
        }
    }
    .page-oeuvre .section-localisation .cols {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 
                            "carte"
                            "localisation";
    }
    @media (min-width: 768px) {
        .page-oeuvre .section-localisation .cols {
            grid-template-columns: 1fr 1fr;
            grid-template-areas: "localisation carte";
        }
    }
    @media (min-width: 1350px) {
        .page-oeuvre .section-localisation .cols {
            grid-template-columns: 1fr 887px;
        }
    }
    .page-oeuvre .section-localisation .cols > div:first-child {
        padding-bottom: 3rem;
        grid-area: localisation;
    }
    @media (min-width: 768px) {
        .page-oeuvre .section-localisation .cols > div:first-child {
            padding-right: 30px;
        }
    }
    .page-oeuvre .section-localisation .cols > div:nth-child(2) {
        grid-area: carte;
        margin: 0 -1.75rem;
        width: calc(100% + 1.75rem);
    }
    @media (min-width: 768px) {
        .page-oeuvre .section-localisation .cols > div:nth-child(2) {
            width: inherit;
            margin: inherit;
        }   
    }
    @media (max-width: 767px) {
        .section-localisation h3 {
            margin-top: 0.75em;
        }    
    }
    
    #oeuvre-map {
        width: calc(100% + 1.75rem);
        height: 350px;
    }
    @media (min-width: 768px) {
         #oeuvre-map {
            height: 650px;
        }
    }
    @media (min-width: 1350px) {
         #oeuvre-map {
            width: calc(50vw + 27%);
        }
    }
    
    .page-oeuvre .emplacement {
        padding-left: 70px;
        position: relative;
        margin-bottom: 25px;
        min-height: 60px;
    }
    .page-oeuvre .emplacement::before {
        content: "";
        background-image: url("/media/a2ynyfa4/marqueur-copie.svg");
        width: 50px;
        height: 64px;
        position: absolute;
        left: 0;
        top: -5px;
        
    }
    .page-oeuvre .arrondissement {
        border-top: 1px solid var(--couleur-gris-filet);
        border-bottom: 1px solid var(--couleur-gris-filet);
        padding-top: 26px;
        padding-bottom: 25px;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .page-oeuvre .interieur {
        position: relative;
        border: 2px solid var(--couleur-turquoise-hover);
        border-radius: 5px;
        color: var(--couleur-turquoise-hover);
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        line-height: 1.1em;
        margin-bottom: 35px;
        padding: 5px;
        width: 320px;
    }
    .page-parcours .interieur {
        font-size: 14px;
        margin-bottom: 0;
        padding: 5px 2px;
        width: 100%;
    }
    .page-oeuvre .interieur::before {
        content: "";
        background-image: url(/media/wksnlkjt/picto_horloge_turquoise.svg);
        width: 37px;
        height: 37px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
    }
    .page-parcours .interieur::before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        left: 10px;
    }
    .page-oeuvre .interieur p {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 75px;
        margin-right: 10px;
    }
    .page-parcours .interieur p {
        margin-left: 34px;
    }
    .page-oeuvre .restauration {
        position: absolute;
        background-color: #E86B58;
        color: white;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 18px;
        padding: 5px;
        max-width: 260px;
        z-index: 5;
        right: 0;
        top: 22px;
    }
    @media (min-width: 768px) {
        .page-oeuvre .restauration {
            font-size: 18px;
            line-height: 22px;
            top: 40px;
        }
    }
    .page-oeuvre .restauration::before {
        content: "";
        background-image: url(/media/fi3lszue/picto_restauration_seul.svg);
        width: 65px;
        height: 65px;
        background-size: 65px 65px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -40px;
    }
    @media (min-width: 768px) {
        .page-oeuvre .restauration::before {
            width: 80px;
            height: 80px;
            background-size: 80px 80px;
            left: -60px;
        }
    }
    .page-oeuvre .restauration p {
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 30px;
        margin-right: 0;
    }
    
    .page-oeuvre .renseignements-items .umb-block-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0 2rem;
        margin-bottom: 4rem;
        justify-content: center;
    }
    @media (min-width: 908px) {
        .page-oeuvre .renseignements-items .umb-block-list {
            row-gap: 2rem;
            justify-content: start;
        }
    }
    .page-oeuvre .renseignements-item {
        flex-basis: calc(33.33333% - 2rem);
        text-align: center;
        color: var(--couleur-bleu);
        margin-bottom: 0.5rem;
        font-size: 22px;
        font-weight: 500;
        text-decoration: none;
        min-height: 225px;
        display: block;
    }
    
    .page-oeuvre .renseignements-item:hover {
        color: var(--couleur-bleu-hover);
        text-decoration: underline;
    }
    .renseignements-vignette {
        width: 100%;
        height: 145px;
        position: relative;
        min-width: 100%;
    }
    @media (max-width: 909px) {
        .renseignements-vignette {
            width: calc(100vw - var(--bs-gutter-x));
        }
    }
    @media (min-width: 768px) {
        .renseignements-vignette {
            min-width: 410px;
        }
    }
    .renseignements-vignette::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left:0;
        transition: background-color 0.3s;
    }
    
    .renseignements-vignette.is-alpha::before {
        opacity: .4;
    }
    .renseignements-vignette::after {
        content: "";
        width: 100%;
        height: 145px;
        position: absolute;
        background-position: center center;
        background-repeat: no-repeat;
        left:0;
    }
    .renseignements-vignette.video::before {
       background-color: var(--couleur-bleu-ville);
    }
    .renseignements-item:hover .renseignements-vignette.video::before {
       background-color: var(--couleur-bleu-sombre);
    }
    .renseignements-vignette.video::after {
       background-image: url(/media/cefnv2ag/picto_video_bleu_ville.svg);
    }
    .renseignements-vignette.balado::before {
       background-color: var(--couleur-bleu);
    }
    .renseignements-item:hover .renseignements-vignette.balado::before {
       background-color: var(--couleur-bleu-hover);
    }
    .renseignements-vignette.balado::after {
       background-image: url(/media/5bhhrwgl/picto_balado.svg);
    }
    .renseignements-vignette.externe::before {
       background-color: var(--couleur-turquoise);
    }
    .renseignements-item:hover .renseignements-vignette.externe::before {
       background-color: var(--couleur-turquoise-hover);
    }
    .renseignements-vignette.externe::after {
       background-image: url(/media/wj4lmdu2/picto_siteweb.svg);
    }

    .renseignements-vignette.interne::before {
       background-color: var(--couleur-bleu-pale);
    }
    .renseignements-item:hover .renseignements-vignette.interne::before {
       background-color: var(--couleur-bleu-pale-hover);
    }

    .renseignements-vignette.is-alpha img {
        position: relative;
        z-index: -1;
        height: auto;
    }
    @media (max-width: 909px) {
        .renseignements-vignette.is-alpha img  {
            width: calc(100vw - var(--bs-gutter-x));
            height: 145px;
            object-fit: cover;
        }
    }
    .renseignements-item p {
        padding-top: 1rem;
    }


/*  Liste des parcours
    ========================================================================== */


    .liste-parcours {
        margin-bottom: 4rem;
    }
    .liste-parcours .parcours {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "photo"
                             "info";
        gap: 2rem;
        
        padding: 2rem;
        margin-bottom: 2rem;
        background-color: white;
        color: var(--couleur-bleu-sombre);
        text-decoration: none;
        transition: 0.25s transform 0s ease-in-out, 0.65s box-shadow 0s ease-in-out;
    }
     
    .liste-parcours .parcours:hover {
        transform: scale(1.025);
        box-shadow: 0 0 10px rgb(0 0 0 / .1);
        transition: 0.25s transform 0.15s ease-in-out, 0.65s box-shadow 0.15s ease-in-out;
    }
    
    .liste-parcours .parcours h2,
    .liste-parcours .parcours .detail {
        will-change: transform;
    }

    
    
    @media (min-width: 600px) {
        .liste-parcours .parcours {
            padding: 3rem;
        }
    }
    @media (min-width: 1150px) {
        .liste-parcours .parcours {
            grid-template-columns: 1fr 1fr;
            grid-template-areas: "photo info";
        }

        .liste-parcours .parcours:nth-child(even) {
            grid-template-areas: "info photo";
        }
    }
    
    .liste-parcours .parcours .parcours-photo { grid-area: photo; }
    .liste-parcours .parcours .parcours-info {  grid-area: info; }
    .liste-parcours .parcours .parcours-photo img {
        width: 100%;
        height: auto;
    }
    
    .liste-parcours .parcours .parcours-info .details-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 1.5rem;
    }
    @media (min-width: 600px) {
        .liste-parcours .parcours .parcours-info .details-wrapper {
            grid-template-columns: 1fr 1fr;
        }
    }
    .liste-parcours .details-wrapper {
        padding-right: 0;
        margin-bottom: 0;
    }
    .liste-parcours .details-wrapper .detail:nth-child(2) {
        border-top: none;
    }
    .liste-parcours .details-wrapper .col > :first-child {
        border-top: 1px solid var(--couleur-gris-filet);;
    }
    .liste-parcours .details-wrapper .col > :last-child {
        border-bottom: none;
    }
    
    .liste-parcours .details-wrapper .col > .detail-depart {
        padding-bottom: 0;
    }
    
    .liste-parcours h2 {
    	font-size: 1.9rem;
	    font-weight: 600;
	    line-height: 1.1;
	    margin: 0;
    }


/*  Page Parcours
    ========================================================================== */
    
    .page-parcours h1 {
        margin-bottom: 25px;
    }
    
    .page-parcours .parcours-infos {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 
                            "info"
                            "carte";
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
    @media (min-width: 1100px) {
        .page-parcours .parcours-infos {
            grid-template-columns: .333fr .666fr;
            grid-template-areas: "info carte";
            margin-bottom: 5rem;
        }
    }
    .page-parcours .parcours-info {
        grid-area: info;
    }
    .page-parcours .titre-info {
        font-size: 2.2rem;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    
    .page-parcours .parcours-carte {
        grid-area: carte;
    }
    
    .page-parcours .parcours-oeuvres {
        background-color: var(--couleur-bleu-pale);
        position: relative;
        padding-top: 1.5rem;
	    padding-bottom: 3.5rem;
    }
    @media (min-width: 1100px) {
        .page-parcours .parcours-oeuvres {
            padding-top: 6rem;
        }   
    }
    
    .page-parcours .parcours-oeuvres h2 {
    	color: var(--couleur-bleu-sombre);
    	font-weight: bold;
    	font-size: 30px;
    	margin-bottom: 18px;
    }
    .page-parcours .parcours-oeuvres ul.cols {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding-left: 0;
        gap: 2rem;
        margin-bottom: 2.5rem;
    }
    .page-parcours .parcours-oeuvres ul.cols li {
        flex-basis: 100%;
        margin-bottom: 0;
    }
    @media (min-width: 1100px) {
       .page-parcours .parcours-oeuvres ul.cols li {
            flex-basis: calc(50% - 2rem);
        }
    }
    .page-parcours .parcours-oeuvres ul.cols li a {
        padding: 1rem;
        display: grid;
        color: var(--couleur-noir);
        background-color: white;
        text-decoration: none;
        transition: 0.15s transform 0s ease-in-out, 0.65s box-shadow 0s ease-in-out;
        will-change: transform;
        grid-template-columns: 65px 1fr;
		grid-template-areas: "numero photo"
		                     "numero titre"
		                     "numero artistes"
		                     "interieur interieur";
    }
    @media (min-width: 600px) {
        .page-parcours .parcours-oeuvres ul.cols li a {
            grid-template-columns: 65px 1fr 216px;
		    grid-template-areas: "numero titre photo"
    		                     "numero artistes photo"
    		                     "interieur interieur photo";
        }   
    }
    .page-parcours .parcours-oeuvres ul.cols li a:hover {
        transform: scale(1.05);
        box-shadow: 0 0 7px rgb(0 0 0 / .1);
        transition: 0.2s transform 0.1s ease-in-out, 0.65s box-shadow 0.1s ease-in-out;
    }
    .page-parcours .parcours-oeuvres ul.cols li a .numero,
    .page-parcours .parcours-oeuvres ul.cols li a .titre,
    .page-parcours .parcours-oeuvres ul.cols li a .artistes {
        will-change: transform;
    }

    .page-parcours .parcours-oeuvres ul.cols li a .photo {
        grid-area: photo;
    }
    @media (max-width: 599px) {
        .page-parcours .parcours-oeuvres ul.cols li a .photo img {
            aspect-ratio: 2 / 1;
         	width: 100%;
        	height: auto;
        	object-fit: cover;
        }
    }
    @media (min-width: 600px) {
        .page-parcours .parcours-oeuvres ul.cols li a .photo img {
            margin-left: 1rem;
        }
    }
    .page-parcours .parcours-oeuvres ul.cols li a .numero {
        grid-area: numero;
        position: relative;
        background-image: url(/media/caxditho/marqueur.svg);
        width: 50px;
    	height: 64px;
    	background-size: 50px 64px;
    }
    .page-parcours .parcours-oeuvres ul.cols li a .numero span {
        position: absolute;
        top: 50%;
        left: 50%;
        color: white;
        font-weight: bold;
        transform: translate(-50%, -70%);
    }
    .page-parcours .parcours-oeuvres ul.cols li a .titre {
        grid-area: titre;
        margin-top: 15px;
        margin-bottom: .5rem;
        color: var(--couleur-bleu-sombre);
        font-size: 1.35rem;
        font-weight: bold;
        text-wrap: balance;
    }
    .page-parcours .parcours-oeuvres ul.cols li a .artistes {
        grid-area: artistes;
    }
    @media (min-width: 600px) {
        .page-parcours .parcours-oeuvres ul.cols li a .artistes {
            margin-bottom: .75rem;
        }
    }
    .page-parcours .parcours-oeuvres ul.cols li a .interieur {
        grid-area: interieur;
    }
    .page-parcours .audio-wrapper {
        margin-top: 3rem;
    }
    
    

/*  Page Liste des artistes
    ========================================================================== */
    .page-liste-artistes {
        min-height: calc(100vh - 355px);
    }
    .page-liste-artistes .contenu-wrapper {
       padding-bottom: 4rem;
    }
    .page-liste-artistes .artistes {
        display: flex;
        flex-wrap: wrap;
        gap: 0 2rem;
        margin-bottom: 7.5rem;
    }
    
    .page-liste-artistes .artiste {
        border-bottom: 1px solid var(--couleur-gris-filet);
        font-size: 22px;
        font-weight: bold;
        padding: 1.15em 0;
        width: 100%;
    }
    @media (min-width: 768px) {
        .page-liste-artistes .artiste {
            font-size: 30px;
            width: calc(50% - 2rem);
        }
    }
    .page-liste-artistes .artiste a {
        color: var(--couleur-bleu-sombre);
        padding: 0.75em 1em 0.75em 0;
        text-decoration: none;
    }
    .page-liste-artistes .artiste a:hover {
        text-decoration: underline;
        color: var(--couleur-bleu);
    }
    
    
    .nav-alphabet {
        
        line-height: 32px;
        text-align: center;
    }
    @media (min-width: 768px) {
        .nav-alphabet {
            font-size: 26px;
            text-align: left;
        }   
    }
    .nav-alphabet ul {
        list-style: none;
        padding: 0;
    }
    .nav-alphabet li {
        display: inline-block;
    }
    @media (max-width: 767px) {
        .nav-alphabet li {
            margin-bottom: 0;
        }   
    }
    .nav-alphabet li:not(:last-child)::after {
        content: "|";
        padding-left: 5px;
        color: #D0D0D0;
    }
   
    .nav-alphabet .lien-alpha {
        display: inline-block;
        padding: 8px 12px;
        margin-bottom: 0;
    }
    @media (min-width: 768px) {
        .nav-alphabet .lien-alpha {
            padding: 8px;
        } 
    }
    .nav-alphabet .lettre-non-cliquable {
        display: inline-block;
        padding: 8px;
    }
    
    .nav-alphabet .lettre-actuelle {
        font-weight: 800;
        color: black;
        text-decoration: none;
    }
    

    
/*  Page Artiste
    ========================================================================== */
    
    .page-artiste .contenu-wrapper {
        padding-top: 7rem;
        min-height: 250px;
    }  
    @media (min-width: 768px) {
       .page-artiste .contenu-wrapper {
            min-height: 300px;
        }   
    }
   
    .page-artiste .container {
        position: relative;
    }
    .page-artiste h1 {
        font-size: 42px;
        line-height: 46px;
        color: var(--couleur-bleu-ville);
        margin-bottom: 2.2rem;
    }
    @media (min-width: 768px) {
        .page-artiste h1 {
            font-size: 54px;
            line-height: 64px;
        }   
    }
    .page-artiste .grid-bio-photo {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "photo"
                             "bio";
    }
    @media (min-width: 768px) {
        .page-artiste .grid-bio-photo {
            grid-template-columns: 66% 1fr;
            grid-template-areas: "bio photo";
        }
    }
    
    .page-artiste .photo-wrapper {
        grid-area: photo;
        margin: -3rem auto 2rem;
        position: relative;
        
       
    }
    @media (min-width: 768px) {
        .page-artiste .photo-wrapper {    
            margin-top: 0;
            position: absolute;
            top: calc(-5rem - 75px);
        }
    }
    
    .page-artiste .photo-wrapper img {
        border-radius: 300px;
        max-width: 430px;
        width: 75%;
        display: block;
        margin: 0 auto;
         
    }
    @media (min-width: 768px) {
        .page-artiste .photo-wrapper img {
            width: 100%;
        }
    }
    
    .page-artiste .photo-wrapper figcaption {
        font-size: 16px;
        position: relative;
        line-height: 20px;
        top: 3px;
    }
    @media (min-width: 768px) {
        .page-artiste .photo-wrapper figcaption {
            padding-left: calc(25% + 10px);
            top: 20px;
        }
    }
    @media (min-width: 1100px) {
        .page-artiste .photo-wrapper figcaption {
            padding-left: calc(50% + 10px);
            top: 30px;
        }
    }
    .page-artiste .bio {
        grid-area: bio;
        margin-bottom: 2rem;
    }
    @media (min-width: 768px) {
        .page-artiste .bio {
            margin-right: 2rem;
        }
    }
    .page-artiste .site-web {
        margin-top: 50px;
        font-weight: 700;
        font-size: 21px;
    }
    .page-artiste .site-web a[href^="http://"], .page-artiste .site-web a[href^="https://"] {
    	background-image: url(/media/ckspu2nw/picto-site-externe.svg);
    	background-position: right 2px;
    	background-repeat: no-repeat;
    	padding-right: 24px;
    }
    .page-artiste .site-web a {
        color: var(--couleur-bleu-alt);
    }
    .page-artiste .site-web a:hover {
        color: var(--couleur-bleu-hover);
    }
    .page-artiste .realisations {
        background-color: var(--couleur-gris-fond);
        padding-top: 1.5rem;
        padding-bottom: 3.5rem;
    }
    .page-artiste .realisations h2 {
        color: var(--couleur-bleu-sombre);
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 18px
    }
    .page-artiste .oeuvres {
        display: flex;
        gap: 2rem;
        max-width: 100%;
        overflow-x: auto;
    }
    .page-artiste .oeuvre {
        display: inline-block;
        width: 200px;
        color: var(--couleur-texte);
        text-decoration: none;
    }
    .page-artiste .oeuvre .photo {
        margin-bottom: 10px;
    }
   
    .page-artiste .oeuvre p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .page-artiste .boutons {
        margin-bottom: 2rem;
    }
    .page-artiste .boutons .btn {
        margin-top: 2rem;
    }
    
  
    
/*  Page Résultats de recherche
    ========================================================================== */
   
    .page-recherche .contenu-wrapper {
       padding-top: 0;
       padding-bottom: 4rem;
    }

    .page-recherche .compteurs {
       list-style: none;
       padding: 0;
       margin-top: 32px;
       display: none;
    }
    @media (min-width: 1110px) {
        .page-recherche .compteurs {
            display: block;
        }
    }
    .page-recherche .compteur {
       display: inline-block;
 
 
 



       margin-right: 22px;
    }
    .page-recherche .compteur a,
    .page-recherche .compteur span {
       display: block;
       width: 200px;
       line-height: 50px;
       background-color: white;
       color: var(--couleur-bleu-alt);
       text-align: center;
       font-size: 20px;
       font-weight: bold;
        border-radius: 8px;
        text-decoration: none;
    }
    .page-recherche .compteur-tous a,
    .page-recherche .compteur-tous span {
       background-color: #056BAA;
       color: white;
    }
   

    .page-recherche .resultats-oeuvres .photo {
        overflow: hidden;
        float: right;
        margin-left: .5em;
    }
    
    @media (min-width: 475px) {
        .page-recherche .resultats-oeuvres .photo {
            margin-left: 2em;
        }
    }

    .page-recherche .resultats-oeuvres .photo img {
       width: 120px;
       height: auto;
    }
    @media (min-width: 768px) {
        .page-recherche .resultats-oeuvres .photo img {
           width: 200px;
        }
    }
    .page-recherche .resultats ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        gap: 0 1.5em;
    }
    .page-recherche .resultats li {
        flex-basis: 100%;
        margin-bottom: 0;
        width: 100%;
    }
    @media (min-width: 768px) {
        .page-recherche .resultats li {
            flex-basis: calc(50% - 0.75em);
        }   
    }
    .page-recherche .resultats a {
        display: block;
        text-decoration: none;
        color: var(--couleur-bleu-sombre);
        border-bottom: 1px solid var(--couleur-gris-filet);
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-recherche .resultats-oeuvres a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    @media (min-width: 768px) {
        .page-recherche .resultats-oeuvres a {
            min-height: 185px;
        }
    }
    .page-recherche .resultats h3 {
        color: var(--couleur-bleu-sombre);
        text-decoration: none;
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        margin: 0;
        padding-top: .5em;
        margin-bottom: 0.5em;
        
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    @media (min-width: 768px) {
        .page-recherche .resultats h3 {
           padding-top: 1em;
        }
    }
    .page-recherche .resultats  a:hover h3 {
        color: var(--couleur-bleu-alt);
        text-decoration: underline;
    }
    .page-recherche .resultats p {
        color: var(--couleur-texte);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    
    
/*  ==========================================================================
    Page Actualité
    ========================================================================== */
   
    .page-actualite .bandeau h1 {
        color: white;
    }
    .page-actualite .date {
        margin-bottom: 0;
        font-size: 1.15rem;
    }
    .page-actualite .grid-actu-photo {
    	display: grid;
    	grid-template-columns: 1fr;
    	grid-template-areas:
    		"photo"
    		"actu";
    		margin-bottom: 6rem;
    }
    @media (min-width: 768px) {
    	.page-actualite .grid-actu-photo {
    		grid-template-columns: 60% 1fr;
    		grid-template-areas: "actu photo";
    		gap: 4rem;
    	}
    }
    .page-actualite .actu {
    	grid-area: actu;
    	
    }
    .page-actualite .actu img {
        margin: 1rem 0;
        width: 100%;
    	height: auto;
    }
    .page-actualite .actu iframe {
        margin: 1rem 0;
        width: 100%;
    	height: auto;
    	aspect-ratio: 16 / 9;
    }
    .page-actualite .photo-wrapper {
    	grid-area: photo;
    	position: relative;
    }
    .page-actualite .photo-wrapper img {
    	width: 100%;
    }
    .page-actualite .photo-wrapper figcaption {
        margin-top: 5px;
    	text-align: end;
	    font-size: 15px;
	    opacity: .8;
    }
    .page-actualite h1 {
    	font-size: 42px;
    	line-height: 46px;
    	color: var(--couleur-bleu-ville);
    	margin-bottom: 1.8rem;
    }
    @media (min-width: 768px) {
	    .page-actualite h1 {
		    font-size: 54px;
		    line-height: 64px;
	    }
    }
   
        
   
/*  ==========================================================================
    Textures
    ========================================================================== */
    
    .bandeau {
       position: relative;
    }
    .section-localisation  {
        position: relative;
    }
    [class*="texture-"] {
        position: absolute;
        width: 100%;
        background-repeat: no-repeat;
        pointer-events: none;
        /*min-width: 1880px;*/
        min-width: 117.5rem;
    }
    .texture-oeuvre-repertoire-entete {
        height: 367px;
        background-image: url(/media/aandxdjz/texture_oeuvre_repertoire_entete.svg);
        background-position: right center;
        top: 158px;
        right: 50%;
        transform: translateX(50%);
    }
    .texture-oeuvre-fond-beige {
        height: 277px;
        background-image: url(/media/n5ghbc4x/texture_oeuvre_fond_beige.svg);
        top: -185px;
        left: 50%;
        transform: translateX(-50%);
    }
    .texture-parcours-fond-bleu {
        height: 366px;
        background-image: url(/media/bibdfaov/texture_parcours_fond_bleupale.svg);
        top: -183px;
        left: 50%;
        transform: translateX(-50%);
    }
    .texture-oeuvre-repertoire-entete {
        height: 367px;
        background-image: url(/media/aandxdjz/texture_oeuvre_repertoire_entete.svg);
        background-position: right center;
        top: 158px;
        right: 50%;
        transform: translateX(50%);
    }
    .texture-page-entete {
        height: 369px;
        background-position: right center;
        transform: translateX(50%); 
        bottom: -92px;
        right: 56%;
    } 
    .bandeau.orange .texture-page-entete {
        background-image: url(/media/esibmtua/texture_entete_fond_orange.svg);
    } 
    .bandeau.bleu-clair .texture-page-entete {
        background-image: url(/media/ks0akakh/texture_entete_fond_bleu.svg);
    } 
    .bandeau.turquoise .texture-page-entete {
        background-image: url(/media/ntwngmb1/texture_entete_fond_turquoise.svg);
    } 
    .texture-artiste-entete {
        background-image: url(/media/d4dhkuvw/texture_artiste_entete.svg);
        background-position: left center;
        min-width: 1545px;
    }    
    @media (max-width: 767px) {
       .texture-artiste-entete {
            position: relative;
            height: 195px;
            background-size: 195px;
            top: 42px;
        }
    }
    @media (min-width: 768px) {
        .texture-artiste-entete {
            width: 100%;
            height: 376px;
            left: 50%;
            top: 62px;
            transform: translateX(-50%);
        }    
    }
    .texture-oeuvre-entete {
        background-image: url(/media/zbzlqped/texture_oeuvre_entete.svg);
        background-position: right center;
    }
    @media (max-width: 767px) {
       .texture-oeuvre-entete {
           position: relative;
           width: 131px;
           height: 174px;
           background-size: 131px 174px;
           min-width: 0;
           right: 0;
           width: 100%;
           top: 52px;
        }
    }
    @media (min-width: 768px) {
        .texture-oeuvre-entete {
            height: 369px;
            bottom: -277px;
            right: 50%;
            transform: translateX(50%); 
        }    
    }
    .texture-parcours-entete {
        background-image: url(/media/4eenpy4n/texture_parcours_entete.svg);
        background-position: right center;
    }
    @media (max-width: 767px) {
       .texture-parcours-entete {
           position: relative;
           width: 131px;
           height: 174px;
           background-size: 131px 174px;
           min-width: 0;
           right: 0;
           width: 100%;
           top: 52px;
        }
    }
    @media (min-width: 768px) {
        .texture-parcours-entete {
            height: 369px;
            bottom: -276px;
            right: 50%;
            transform: translateX(50%); 
        }    
    }
    .texture-accueil-carrousel {
        background-image: url(/media/dammujvx/texture_accueil_carrousel.svg);
        background-position: left center;
    }
    @media (max-width: 767px) {
        .texture-accueil-carrousel {
            bottom: -99px;
            height: 100px;
            background-size: 165px 100px;
            left: 0;
            z-index: -2;
        }
    }
    @media (min-width: 768px) {
        .texture-accueil-carrousel {
            height: 276px;
            top: 0;
            left: 50%;
            transform: translateX(-50%); 
        }    
    }
    .texture-artistes-repertoire-entete {
        height: 369px;
        background-position: right center;
        transform: translateX(50%); 
        bottom: -92px;
        right: 56%;
        background-image: url(/media/ntwngmb1/texture_entete_fond_turquoise.svg);
    }
    .texture-accueil-encadre {
        background-image: url(/media/qqlow14j/texture_accueil_stat.svg);
        background-position: right center;
    }
    @media (max-width: 767px) {
        .texture-accueil-encadre {
            bottom: -102px;
            width: 153px;
            height: 204px;
            background-size: 153px 204px;
            right: -1.75rem;
            position: absolute;
        }
    }
    @media (min-width: 768px) {
        .texture-accueil-encadre {
            height: 369px;
            bottom: -184px;
            right: 50%;
            transform: translateX(50%); 
        }    
    }
    @media (min-width: 768px) {
        .texture-accueil-actualites {
            background-image: url(/media/k0fj0sip/texture_accueil_actualites.svg);
            background-position: left center;
            height: 369px;
            bottom: -184px;
            left: 50%;
            transform: translateX(-50%); 
            z-index: 1;
        }    
    }
    .texture-citation {
        background-image: url(/media/qqlow14j/texture_accueil_stat.svg);
        background-position: right center;
    }
    @media (max-width: 767px) {
        .texture-citation {
            bottom: -102px;
            width: 153px;
            height: 204px;
            background-size: 153px 204px;
            right: -1.75rem;
            position: absolute;
            z-index: 1;
        }
    }
    @media (min-width: 768px) {
        .texture-citation {
            height: 369px;
            bottom: -184px;
            right: 50%;
            transform: translateX(50%); 
        }    
    }



/*  ==========================================================================
    Feuille de style pour impression
    ========================================================================== */

@media print {
    
    html {
      --base-url: "https://artpublic.ville.quebec.qc.ca";
    }
    
        
/*  Éléments à cacher
    ========================================================================== */
    
    .page-oeuvre .bandeau,
    .page-oeuvre .btn,
    .page-artiste .bandeau,
    .container.boutons,
    .ms-slide-info,
    .ms-thumb-list,
    .ms-nav-next,
    .ms-nav-prev,
    .ms-bullets,
    .page-oeuvre #bouton-voir-oeuvres-mobile a,
    .renseignements-vignette,
    .footer-nav,
    [class*="texture-"] {
        display: none;
    }
    
    
    
/*  Header
    ========================================================================== */
    
    header {
	    background-color: transparent;
    }
    .header-logo {
        background-image: url(/media/ql2hdwxy/vdq_logo_accent_noir.svg);
        width: 202px;
    }
    #logo-vdq {
        visibility: hidden;
    }
    #mobile-menu-btn {
        display: none;
    }
    
    
/*  Retrait d'une pseudo-classe
    ========================================================================== */
    
    .page-oeuvre .interieur::before,
    .page-oeuvre .restauration::before,
    .details-wrapper .detail::before,
    .page-oeuvre .emplacement::before {
        content: none;
        background-image: none;
        position:static;
    }
    
    
/*  Couleur du texte en noir
    ========================================================================== */
    
    .page-oeuvre .interieur p,
    .page-oeuvre .restauration,
    footer {
       color: black;
    }
    
    
/*  Retrait de la couleur de fond
    ========================================================================== */
    
    .page-oeuvre .restauration,
    .footer-copyright {
       background-color: transparent;
    }
    
    
/*  Version imprimable: page Oeuvre
    ========================================================================== */
    
    
    .page-oeuvre .details-wrapper .detail {
        padding-top: 11px;
        padding-bottom: 10px;
    }
    .page-oeuvre .details-wrapper .detail.detail-annee strong {
        font-weight: normal;
        color: var(--couleur-texte);
    }
    .page-oeuvre .details-wrapper .detail.detail-annee:before {
        content: "Année : ";
        font-weight: bold;
        color: var(--couleur-bleu-sombre);
    }
    .page-oeuvre .details-wrapper .detail.detail-technique strong {
        font-weight: normal;
        color: var(--couleur-texte);
    }
    .page-oeuvre .details-wrapper .detail.detail-technique:before {
        content: "Technique : ";
        font-weight: bold;
        color: var(--couleur-bleu-sombre);
    }
    .page-oeuvre .details-wrapper .detail.detail-materiaux strong {
        font-weight: normal;
        color: var(--couleur-texte);
    }
    .page-oeuvre .details-wrapper .detail.detail-materiaux:before {
        content: "Matériaux : ";
        font-weight: bold;
        color: var(--couleur-bleu-sombre);
    }
    .page-oeuvre .details-wrapper .detail.detail-dimensions strong {
        font-weight: normal;
        color: var(--couleur-texte);
    }
    .page-oeuvre .details-wrapper .detail.detail-dimensions:before {
        content: "Dimensions : ";
        font-weight: bold;
        color: var(--couleur-bleu-sombre);
    }
    
    #oeuvre-map {
        height: 500px;
    }
    
    .page-oeuvre .emplacement {
        padding-left: 0;
    }
   
    .section-renseignements-complementaires,
    .section-localisation {
        break-inside: avoid;
    }
    .page-oeuvre .section-localisation {
        margin-top: 1em;
    }
    .page-oeuvre .interieur p {
        margin-left: 10px;
    }
    .page-oeuvre .renseignements-items .umb-block-list {
        display: block;
    }
    .page-oeuvre .renseignements-item {
        text-align: left;
        min-height: 0;
        margin-bottom: 1em;
    }
    .page-oeuvre .renseignements-item p {
        display: inline;
    }
    .renseignements-item[href*="://"]::after,
    .renseignements-item:not([href^="/"])::after
    {
      content: " (" attr(href) ")";
    }
    
    .renseignements-item[href^="/"]:not([href*="://"])::after {
      content: " (" var(--base-url) attr(href) ")";
    }
    .page-oeuvre .restauration {
        position: static;
        max-width: none;
    }
    .details-wrapper .detail.detail-padding {
        padding-left: 0;
    }
     
    
    
/*  Version imprimable: page Artiste
    ========================================================================== */
    
    .page-artiste .contenu-wrapper {
        padding-top: 2rem;
    }
    .page-artiste .photo-wrapper {
        margin-top: 0;
    }
    .page-artiste .realisations {
        break-inside: avoid;
    }
    
    
    
/*  Version imprimable: MasterSlider
    ========================================================================== */
    
    
    
    .slider-wrapper {
        margin: 0 !important;
    }

    .ms-view {
        height: auto !important;
        background-color: transparent !important;
    }
    .ms-slide {
        display: inline-block;
        position: static !important;
        margin-bottom: 1em;
        break-inside: avoid;
        max-height: 300px;
        width: auto !important;
	    height: auto !important;
	    margin-right: 1em;
    }
    
    .ms-slide .ms-slide-bgcont {
        position: relative !important;
        width: auto !important;
    	height: auto !important;
    	display: inline-block !important;
    }
    
    .ms-slide .ms-slide-bgcont img {
        width: auto !important;
    	height: auto !important;
    	max-height: 200px;
    	max-width: 300px;
    	margin: 0 !important;
    }
 
    
}