/*
@import url("vars-dvKTMyO.css");
@import url("header-lRD9IjU.css");

body {
    background-color: skyblue;
}
*/
@import url("font-list-aaJEPoX.css");
body {
    font-size: 1.15em;
    font-family: var(--font-figtree);
    
}
main {
    padding-top:80px;
}
.container { 
    margin:  auto; 
    max-width: 1200px; 
    width: 95%; 
    
}

.sub-container { 
    max-width: 1000px; 
    margin :auto;
    padding: 1vh;
    @media screen and (min-width: 768px) {
        padding: 1.5em 3vh;
    }
}

.colored-bg{
    background-color: var(--main-color-half);
    padding:0 1em;
    margin-top:1em !important;
    @media screen and (min-width: 768px) {
    .vpa-image {
        padding:0 6vh 0 0;
    }
}

.colored-bg-debord{
    background-color: var(--main-color-half);
    top:-60px;
    padding-top:80px !important;
    z-index: 5 !important;
}

}

.colored-bg-full{
    background-color: var(--main-color);
    padding:0 1em 1em 1em;
    margin-top:1em !important;
    @media screen and (min-width: 768px) {
        .vpa-image {
            padding:0 6vh 0 0;
        }
    }
}
.button, .link {
    background-color: var(--button-color);
    text-align: center;
    width: max-content;
    padding: 10px 15px;
    border-radius: 25px;
    margin: 1em 0;
    a, a:visited, a:hover {
       text-decoration: none;
       color: black;
        font-weight: bold;
    }
}

.button:hover{
    background-color: var(--main-color);
    a{
        color:white;
    }
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    
}
.no-filtre-image, .no-filtre-image > picture > img {
        object-fit: cover;
        filter:brightness(100%) !important;  
} 
figcaption {
    text-align: center;
    font-size: 0.85em;
    color: var(--dark-blue);
}
figure {
    margin: 0;
    padding:0;
}

a{
    text-decoration: none;
}
a[target=_blank]{
    background: no-repeat right var(--external-url);
    padding-right: 1.25em;
    background-size: 20px;
}
.pictotargetnone {
    background:none !important;
    line-height:1.75em;
}
a, a:hover, a:visited {
    color: var(--main-color);
}
ul {
    margin-top: 0;
}
li {
    list-style-type: circle;
    list-style-position: inside;
}
li::marker {
    color: var(--dark-blue);
    font-size: 1.5em;      /* rend la puce plus grande */
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
h2 {
    font-family: var(--font-obviously);
    font-size: max(30px, 2.25vw);
    color: var(--dark-blue);
    text-align: center;
    font-weight: lighter;
    line-height:1.25em;
    strong {
        font-weight: bold;
    }
}
h3 {
    font-weight:bold;
    line-height:1em !important;
}
.entete {
    display: block;
    width: 100%;
    @media screen and (min-width: 768px) {
        height: 75vh;
    }
    overflow: hidden;
    position: relative;
}
.entete-thumbnail {
    display: block;
    width: 100%;
    height: auto;
}
.entete-quart-rond-svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%; 
    max-width:10%; 
    height: auto;
    min-width: 10%;
    z-index: 200;
    pointer-events: none;
    filter:brightness(100%) !important;
}
.entete-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:max(5vw);
    font-weight: lighter;
    strong {
        font-weight: bold;
    }
    @media screen and (min-width: 768px) {
        left: 50%;
        font-size: max(3.5vw); 
    
    }
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff; /* ou une autre couleur pour la lisibilité */
    z-index: 2;
    pointer-events: none; /* optionnel, pour éviter de bloquer les clics sur l'image */
    font-family: var(--font-obviously);
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}
.center-elmt {
    text-align: center;
}
.hide-smartphone {
    display: none;
    @media screen and (min-width: 768px) {
        display: block;
    }
}
blockquote {
    img{
        max-height: 50px;
    }
    .paragraph {
        padding: 0 1em;
        margin-top:0;

        strong {
            color: var(--dark-blue);
            text-transform: uppercase;
        }
    }
    background-color: var(--main-color-half);
    border-radius: 30px;
}

.colored-bg blockquote {
  background-color: var(--main-color);
}

.margintop {
    margin-top:2.5em !important;
}

/* Fil d'Ariane */

    .breadcrumb ul li.breadcrumb_list {
        display: none; /* Show only the home item */
    }
    .breadcrumb ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0.75em 0 0 0;
        align-items: center;
        font-size:0.85em
    }
        .breadcrumb li {
        display: flex;
        align-items: center;
        color: var(--dark-blue);
        font-size: 1em;
    }
        .breadcrumb a {
        color: var(--dark-blue);
        text-decoration: none;
        transition: color 0.2s;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
        color: var(--main-color);
    }
    .wp-element-caption {
        text-align: center;
        font-size: 0.85em;
    }

    .date-pub {
        font-size: 0.85em;
        color: var(--dark-blue);
        margin-top: 1em;
        text-align: right;
    }
@media screen and (min-width: 768px) {

    .row{
        display:flex;
        flex-direction: row;
    }

    .breadcrumb ul li.breadcrumb_list {
        display: flex; /* Show only the home item */
    }


    .breadcrumb li + li:before {
        content: "–";
        margin: 0 0.5em;
        color: #888;
        font-weight: bold;
    }



    .breadcrumb [aria-current="page"] {
        color: var(--main-color);
        cursor: default;
    }
    h2 {
        text-align: left;
    }
}