@import url("_ficheblockelements.css");

/*****************************************
 * .archives-
 ****************************************/

.archives-Aside {
    margin-top: 50px;
}

.archives-Content {

}

.archives-Grid {
    display: grid;
    grid-template-columns: 780px 280px;
    column-gap: 40px;
}

.archives-List li {
    margin-bottom: 5px;
}

.archives-MainTitle {
    font-size: 1.7rem;
    color: #046c92;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 40px;
    padding-right: 150px;
}

.archives-MainTitle:before {
    content: "// ";
}

.archives-SecondaryTitle {
    font-size: 1.2rem;
    color: #046c92;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (max-width: 1099px) {
    
   .archives-Grid {
        display: block;
   }
   
   .archives-Content {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .archives-Aside {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 980px) {
    
   .archives-Grid {
       display: block;
    }
}

@media screen and (max-width: 799px) {
    
    .archives-MainTitle {
        padding-right: 0;
    }
}


/*****************************************
 * .archives-auteur-
 ****************************************/

.archives-auteur-Texte {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*****************************************
 * .archives-boutons-
 ****************************************/

.archives-boutons-Bloc {
    position: absolute;
    z-index: 20;
    right: 20px;
    top: 120px;
    display: flex;
    
}

.archives-boutons-Lien {
    color: #919191;
    border-color: #919191;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin-left: 10px;
    position: relative;
}

 .archives-boutons-Lien:visited {
     color: #919191;
     border-color: #919191;
 }

.archives-boutons-Lien:hover {
    color: #046c92;
    border-color: #046c92;
}

.archives-boutons-TotalPanier {
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 0;
    font-size: 1.2rem;
    color: #000;
    background-color: #fff;
}

@media screen and (max-width: 799px) {
    
    .archives-boutons-Bloc {
        position: absolute;
        z-index: 20;
        right: 20px;
        top: 5px;
        display: flex;
    }
    
    .archives-boutons-Lien {
        border-radius: 18px;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}


/*****************************************
 * .archives-fiche-
 ****************************************/

.archives-fiche-Ajouter {
    
}

.archives-fiche-DescriptionTechnique {
    font-style: italic;
}

.archives-fiche-Image {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.archives-fiche-InfosTechniques {
    padding: 15px 15px  5px 15px;
    background-color: #efefef;
    margin-bottom: 15px;
}

@media (max-width: 980px) {
    
   .archives-fiche-Image img {
       max-width: 100%;
       height: auto;
    }
    
    .archives-fiche-Ajouter {
        text-align: center;
    }
}


/*****************************************
 * .archives-groupement-
 ****************************************/

.archives-groupement-Couverture {
    margin: auto;
    width: 140px;
    font-size: 0.9rem;
    text-align: center;
}

.archives-groupement-Intro {
    margin-top: 30px;
    margin-bottom: 30px;
}


/*****************************************
 * .archives-motcle-
 ****************************************/

.archives-motcle-Grid {
    margin-top: 30px;
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: 800px 270px;
}

@media (max-width: 980px) {
    
   .archives-motcle-Grid {
       display: block;
    }
}


/*****************************************
 * .archives-panier-
 ****************************************/

.archives-panier-Liste {
    margin-top: 50px;
    margin-bottom: 100px;
}


.archives-panier-Conditions {
    margin-left: 25px;
    margin-right: 25px;
}


/*****************************************
 * .archives-quartier-
 ****************************************/

.archives-quartier-Lien {
    margin-top: 40px;
    text-align: center;
}

.archives-quartier-Section {
    margin-top: 50px;
    margin-bottom: 20px;
}


/*****************************************
 * .archives-vignettes-
 ****************************************/

.archives-vignettes-Grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin: 0;
    padding: 0;
	list-style: none;
    text-align: center;
    font-size: 0.9em;
}

.archives-vignettes-Lien, .archives-vignettes-Lien:visited {
    color: #464855;
}

.archives-vignettes-Lien:hover {
    color: #046c92;
}

.archives-vignettes-Lien span {
    display: block;
}

@media (max-width: 767px) {
    
   .archives-vignettes-Grid {
       grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 590px) {
    
   .archives-vignettes-Grid {
       display: block;
    }
}

/*****************************************
 * .association-
 ****************************************/

.association-Merci {
    display: block;
    text-align: center;
    font-size: 3rem;
    color: #046c92;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 60px;
    margin-bottom: 60px;
}

.association-BlocAdhesion {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.association-Adhesion {
    display: inline-block;
    padding: 5px;
    color: #0ac9c9;
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 5px;
    border-color: #0ac9c9;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
}

.association-Adhesion:hover {
    color: #fff;
    background-color: #0ac9c9;
    border-color: #0ac9c9;
}


/*****************************************
 * .evenement-
 ****************************************/

.evenement-Bloc {
    display: flex;
    column-gap: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
    align-items: flex-start;
}

.evenement-Descriptif {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.evenement-Logo {
    flex-shrink: 0;
    flex-grow: 0;
    width:  555px;
}

.evenement-Surtitre {
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
}

.evenement-Bloc h1 {
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.evenement-Bloc h2 {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
}


.evenement-Texte {
    flex-grow: 1;
    min-width: 200px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

@media (max-width: 999px) {
    
    .evenement-Bloc {
        display: block;
    }
    
    .evenement-Logo {
        margin: auto;
    }
    
    .evenement-Texte {
        max-width: 700px;
        margin: auto;
    }
}

@media (max-width: 590px) {
    
    .evenement-Logo {
        width: inherit;
    }
    
    .evenement-Logo img {
        width: 100%;
        height: auto;
    }
}


/*****************************************
 * .infos-
 ****************************************/

.infos-Conteneur {
    display: flex;
    column-gap: 20px;
    justify-content: space-around;
    margin-bottom: 60px;
}

.infos-Conteneur h2 {
    color: #046c92;
    font-size: 1.5rem;
    font-weight: 500;
}

.infos-Bloc {
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
}

.infos-Iframe {
    width: 100%;
    border: none;
    box-shadow: 0px 0px 15px 0px #a0a0a0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.infos-Picto {
    width: 40px;
    text-align: center;
    padding-top: 15px;
}

.infos-Picto > i {
    font-size: 35px;
    line-height: 35px;
    color: #046c92;
}

@media (max-width: 748px) {
    
    .infos-Conteneur {
        display: block;
    }
}








/*****************************************
 * .musee-
 ****************************************/

.musee-MainTitle {
    font-size: 2rem;
    color: #046c92;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 40px;
}

.musee-Intro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    margin-top: 15px;
}

.musee-Soustitre {
    font-size: 1.25rem;
}

.musee-Detail  {
    color: #046c92;
    font-style: italic;
}

.musee-MainTitle:before {
    content: "// ";
}

.musee-Section {
    margin-left: 25px;
    margin-right: 25px;
}

.musee-SectionTitle {
    font-size: 2rem;
    color: #046c92;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 100px;
    margin-bottom: 20px;
}

.musee-Sousligne {
    text-decoration: underline;
}


.recherche-Bouton {
    border: none;
    background-color: #fff;
    color: #919191;
    font-size: 1.1rem;
}

.recherche-Bouton:hover {
    color: #010101;
}


/*****************************************
 * .sommaire-
 ****************************************/

.sommaire-Bandeau {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0 #ffffff;
    margin-bottom: 100px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}

.sommaire-Bandeau h1 {
    font-size: 3rem;
    text-transform: uppercase;
}

.sommaire-Main {
    min-height: calc(100vh - 98px - 82px);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    
}

.sommaire-Main > div {
    padding-top: 98px;
    background: radial-gradient(at center center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) transparent;
    padding-bottom: 200px;
}

.sommaire-Picto {
    font-size: 3rem;
    transition: .3s;
}

.sommaire-Rubriques {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    padding: 0;
    margin: 0;
    list-style: none;
    /*align-items: stretch;
    text-align: center;*/
}

.sommaire-Rubriques > li {
    padding: 0;
    
}

.sommaire-Rubrique {
    color: #464855;
    background-color: rgba(239, 232, 232, 0.75);
    box-shadow: 0 0 0 0 #ffffff;
    border-radius: 10px;
    padding: 25px;
    margin: 0 40px;
    transition: .3s;
    height: 100%;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    text-align: center;
}

.sommaire-Rubrique:visited, .sommaire-Rubrique:hover {
    color: #464855;
}

.sommaire-Rubrique:hover .sommaire-Picto {
    color: #fff;
}

.sommaire-Rubrique:hover {
    box-shadow: 0px 0px 20px 0px #eeeeee;
}

/*.sommaire-Rubrique_2:hover {
    background: rgba(182, 249, 97, 0.9);
}

.sommaire-Rubrique_4:hover {
    background: rgba(245, 99, 90, 0.9);
}

.sommaire-Rubrique_5:hover {
    background: rgba(253, 102, 33, 0.9);
}

.sommaire-Rubrique_7:hover {
    background: rgba(4, 108, 146, 0.9);
}*/

/* – événement : 205, 217, 143 (vert)

2 – archives : 210, 144, 128 (rose)

3 – association : 232, 132, 72 (orange)*/

.sommaire-Rubrique_1:hover {
    /*background: rgba(182, 249, 97, 0.9);*/
    background: rgba(205, 217, 143, 0.9);
}

.sommaire-Rubrique_2:hover {
    /*background: rgba(245, 99, 90, 0.9);*/
    background: rgba(210, 144, 128, 0.9);
}

.sommaire-Rubrique_3:hover {
    /*background: rgba(253, 102, 33, 0.9);*/
    background: rgba(232, 132, 72, 0.9);
}

.sommaire-Rubrique_4:hover {
    background: rgba(4, 108, 146, 0.9);
}

.sommaire-Rubrique h1 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sommaire-Rubrique h2::before {
    content: "// ";
    
}

.sommaire-Rubrique h2 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sommaire-ConteneurWidget {
    text-align: right;
    padding-top: 40px;
}

.sommaire-Widget {
    width: 300px;
    display: inline-block;
}

@media (max-width: 1440px) {
    
    .sommaire-Rubrique {
        margin: 0 20px;
    }
}

@media (max-width: 1099px) {
    
    .sommaire-Rubriques {
        grid-template-columns: repeat(2, 50%);
        row-gap: 25px;
    }
    
    .sommaire-Rubrique {
        margin: 0 40px;
    }
}

@media screen and (max-width: 799px) {
    
    .sommaire-Main > div {
        padding-top: 1px;
    }
}

@media (max-width: 748px) {
    
    .sommaire-Rubrique {
        margin: 0 20px;
    }
}

@media (max-width: 599px) {
    
    .sommaire-Bandeau {
        margin-bottom: 50px;
    }

    .sommaire-ConteneurWidget {
        text-align: center;
        padding-top: 30px;
    }
    
    .sommaire-Rubriques {
        grid-template-columns: repeat(1, 100%);
    }
    
    .sommaire-Rubrique {
        margin: 0 40px;
    }
    
    
}

/*****************************************
 * .thematiques-
 ****************************************/

.thematiques-Liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.thematiques-Bloc {
    width: 255px;
    background-color: #f1f1f1;
    padding-bottom: 40px;
    text-align: center;
}

.thematiques-Titre {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    padding: 40px 10px;
}

.thematiques-Titre i {
    text-transform: none;
    font-style: normal;
}

.thematiques-Lire, .thematiques-Lire:visited {
    display: inline-block;
    border-color: #6a6a6a;
    background-color: transparent;
    color: #6a6a6a;
    border-width: 1px;
    border-style: solid;
    padding: 8px 22px 10px 22px;
    letter-spacing: 3px;
}

.thematiques-Lire:hover {
    border-color: #6a6a6a;
    background-color: #6a6a6a;
    color: #FFFFFF;
}

.thematiques-Header {
    padding-top: 98px;
    height: 460px;
    background-color: #666;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.thematiques-Header h1 {
    color: #fff;
    font-size: 2.5rem;
    padding: 35px;
    font-weight: 500;
    margin: 0;
}

.thematiques-Body {
    margin: auto;
    max-width: 1100px;
}

.thematiques-Chapo {
    font-size: 1.75rem;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    text-align: center;
}

.thematiques-Texte {
    padding-top: 30px;
}

.thematiques-Partie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.thematiques-Partie:last-child {
    border: none;
}

.thematiques-Partie h2 {
    font-weight: 300;
    font-size: 1.75rem;
    margin-top: 0;
}

.thematiques-Partie .spip_documents {
    margin: 0;
    width: inherit;
    flex-grow: 1;
}

.thematiques-Commentaire {
    max-width: 500px;
   
}

/*****************************************
 * .fbe-
 ****************************************/

.fbe-depth-1 {
    list-style: circle;
    margin-left: 20px;
}


