.intro-home .bloc-content-text{
    text-align: left;
    padding:4vw 5%;
}
.intro-home h2{
    font-weight: bold;
    color: var(--bleu);
    text-align:left;
    text-transform: uppercase;
}
.intro-home .chiffres{
    gap: 1rem
}
.intro-home .chiffres .chiffre .num{
    width:150px; height: 150px;
    border-radius: 50%;
    color: var(--blanc);
}
.intro-home .chiffres .chiffre .num .ch{
    font-size: 2.5rem;
    font-weight: bold;
    line-height:1.2;
    transform: translateY(-0.5rem);
    text-align:center
}
.intro-home .chiffres .chiffre .num .label{
    font-size: 1rem;
    font-weight: normal;
    line-height:1.1
}
.actu-agenda .ttl{
    text-align: left;
    width:80%;
    font-size:0.9rem;
}
.actu-agenda .infos{
    gap:0 0.5rem
}
.actu-agenda .infos .date{
    font-weight: bold;
    text-align:left;
}
.actu-agenda a{
    color: var(--bleufonce);
}
.actu-agenda a:hover {
    color: var(--bleu);
}
.actu-agenda a:hover .circle-arrow{
    background-color: var(--vertclair);
}
.commissions{
    text-align:center
}
.commissions .vignet{
    border-radius: 50%;
    width:90%;
    max-width: 250px;
}
.commissions a{
    color: var(--bleu);
}
.commissions a:hover{
    color: var(--vertclair);
}
.commissions .ttl{
    text-transform: uppercase;
    font-weight: bold;
    max-width:250px;
    line-height: 1.1
}
.annonces-home{
    position:relative;
    overflow: clip;
    background-image: url(../img/back-annonces.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.annonces-home .filtre{
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    background-color: var(--bleu);
    opacity:0.8;
    z-index:1
}
.annonces-home h2{
    position:relative;
    z-index:3
}
.annonces-home .row{
    position:relative;
    z-index:5
}
.annonces-home .annonce{
    color: var(--blanc);
    text-align:left;
}
.annonces-home .annonce .taxo, .recherche-annonces .annonce .taxo{
    font-size:0.8rem;
    margin-bottom:0.5rem;
}
.annonces-home .annonce .type, .recherche-annonces .annonce .type{
    font-weight: bold;
}
.annonces-home .annonce a{
    width: 22px; height:22px;
    border-radius: 50%;
    margin-top: 0.5rem;
    background: url(../img/plus.svg) no-repeat center / contain
}
.recherche-annonces .annonce a{
    width: 22px; height:22px;
    border-radius: 50%;
    margin-top: 0.5rem;
    border:2px solid var(--bleu);
    background: var(--bleu) url(../img/plus.svg) no-repeat center / contain
}
.annonces-home .annonce a:hover{
    background-color: var(--bleufonce);
}
.recherche-annonces .annonce a:hover{
    background-color: var(--bleufonce);
    border-color: var(--bleufonce);
}
.recherche-annonces .annonce{
    color: var(--bleu-fonce);
    text-align:left;
}
.recherche{
    background: var(--bleu) url(../img/fond-heading.webp) no-repeat center / cover;
    color: var(--blanc);
    text-align:center
}
.recherche .bloc-recherche{
    z-index:2
}
.recherche::before{
    content:""; display: block;
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    background-color:var(--bleu);
    z-index:1;
    opacity:.85
}
.recherche .fields{
    gap: 1rem;
    max-width:992px;
    margin:0 auto;
}
.recherche form input, .recherche form select{
    background: var(--blanc);
    border:1px solid var(--blanc);
    font-size:1rem;
    padding:0.5rem 1rem;
    flex:1 1 auto;
}
.recherche .btform [type=submit]{
    background: none;
    border:none;
    font-weight: bold;
    color: var(--blanc);
    padding:0;
    text-transform: uppercase;
}

.liste-membres-conseil .photo{
    width: 200px;
}
.liste-membres-conseil .photo img{
    width:100%; height: 100%;
    object-fit: cover
}
.liste-membres-conseil a{
    color: var(--bleufonce);
    flex:1 1 auto;
}
.liste-membres-conseil a:hover{
    color: var(--bleu)
}
.liste-membres-conseil h3{
    font-size:1.25rem;
    margin:0.5em;
}
.liste-membres-conseil .resume{
    text-align:center;
}

.nav-ancres{
    gap: 0.5rem;
    position: sticky;
    top: 70px;
    padding-top:1rem;
    background-color: var(--blanc)
}
.nav-ancres a{
    border:1px solid;
    color: var(--bleu);
    text-transform: uppercase;
    flex:1 1 auto;
    font-weight: 500;
}
.nav-ancres a:hover{
    background-color:var(--bleu);
    color: var(--blanc);
}
.form-recherche select{
    flex:1 0 auto;
    background:var(--blanc);
    border-radius:0;
    border:1px solid var(--bleu);
    padding: 1.25rem 1.5rem;
    font-size:1rem;
    width:100%;
}
.form-recherche button{
    flex:1 0 auto;
}


@media screen and (min-width:1200px){
    .intro-home::before{
        content:"";
        display: flex;
        width:150px;
        height:150px;
        border-radius:50%;
        background: var(--blanc) url(../img/motif.svg) no-repeat center / 50%;
        position:absolute;
        left:50%;
        top:0;
        -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
        z-index:10;
    }
    .intro-home .back{
        position: absolute;
        right:0;
        top:0;
        width:50%;
        height: 100%;
        background-image: url(../img/fd-intro.svg)
    }
    .intro-home .back::after{
        content:"";
        display:block;
        width:5vw;
        height:5vw;
        background-color: var(--blanc);
        clip-path: polygon(0 0, 0 100%, 100% 100%);
        position: absolute;
        left:0; bottom:0;
    }
    .intro-home .bloc-content-text{
        padding-left: 10%;
        padding-right: 10%
    }
    .annonces-home::before{
        content:"";
        display: block;
        width:6.5vw;
        height: 6.5vw;
        position:absolute;
        right:0; top:0;
        background-color: var(--blanc);
        z-index:11;
        clip-path: polygon(0 0, 100% 0, 100% 100%);
    }
    .annonces-home::after{
        content:"";
        display: block;
        width: 10vw;
        height: 10vw;
        position:absolute;
        left:0; bottom:-1px;
        background-color: var(--blanc);
        z-index:11;
        clip-path: polygon(0 0, 0 100%, 100% 100%);
    }
    .annonces-home .filtre-bleufonce{
        position:absolute;
        left:0; top:0;
        width:100%; height:100%;
        background-color: var(--bleufonce);
        opacity:0.4;
        z-index:2;
        transform: translateX(26.25%) skewX(-45deg)
    }
}

@media screen and (min-width:1680px){
    .intro-home .chiffres .chiffre:nth-child(even){
        transform: translateY(50%);
    }
}

@media screen and (min-width:1920px){

}



