/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

html .spip-admin-bloc, html .spip-admin-float {
    z-index: 1000;
}


/* Documents */
.spip_doc_inner {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.spip_doc_inner>* {
    margin-left: auto;
    margin-right: auto;
}
figure.spip_doc_inner {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
.spip_documents {
    text-align: center;
    margin-bottom: 1.385em;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.spip_doc_legende {
    display: block;
    max-width: 30em;
}
.spip_doc_titre {
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    font-size: .90em;
    line-height: 1.25;
}
.spip_doc_descriptif {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    font-size: .90em;
    line-height: 1.25;
}
.spip_doc_credits {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    font-size: .90em;
    font-style: italic;
    line-height: 1.25;
}

/* Listes */
ul.spip {
    padding-left: 30px;
}

/* Blocs Chapo */
.chapo p:last-child {
  margin-bottom: 0;
}

/* Card img effect */
.card-img {
    overflow: hidden;
}
.card-img img {
    transition: all 1.3s ease;
}
.card-img img:hover {
    transform: scale(1.2);
}

.dfcard-img {
    overflow: hidden;
}
.dfcard-img img {
    transition: all 1.3s ease;
}
.dfcard-img img:hover {
    transform: scale(1.1);
}