/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Couleurs et typos
 * 2.0 - Bases
 * 3.0 - Layout
 * 4.0 - Components
 */

/**
 * 1.0 - Couleurs
 */

/*

beige très clair : #f8f8f5
beige clair : #f3f2eb
beige foncé : #ded6cf

vert 1 : #678259
vert foncé : #394234

jaune : #efce43;
orangé : #ee9e3d;
orange : #e25e47
rouge : #b33026

*/

@font-face {
    font-family: 'ManoNegra';
    src: url('./font/wcmanonegrabta_bold_macroman/WCManoNegraBoldBta-webfont.woff');
}

/**
 * 2.0 base
 */

body {
	font-size: 1em;
	margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
	font-family: 'EB Garamond', serif;
}

section {
	padding: 1px 0;
}

.small {
	font-size: 80%;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	font-style: italic;
}

sup,
sub {
	font-size: 0.5em;
	height: 0;
	line-height: 0;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

textarea, select {
    width: 100%;
    font-size: 1em;
    box-sizing: border-box;
    padding: 10px;
}

/**
 * 2.0 base
 */

/* ----- SITE-WRAP ----- */

.l-site-wrap {
    position: relative;
    margin: 1.25rem;
}

/* ----- SITE-MENU ----- */

.l-site-menu {
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 5;
}

@media (min-width: 700px) {
    .l-site-menu {
        position: fixed;
        width: calc(100% - 5rem);
        padding: 1.25rem 2.5rem;
        justify-content: space-between;
    }
}

@media (max-width: 699px) {
    .l-site-menu {
        position: relative;
        width: 100%;
        padding: 1.25rem 1.25rem;
        margin: -1.25rem -1.25rem 0;
        top: 0;
        left: 0;
        justify-content: center;
    }
}

/* ----- WIDGETS ----- */

.l-sidebar__widgets {
    position: relative;
	list-style: none;
	margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 699px) {
    .l-sidebar__widgets {
        width: 100%;
        margin-top: 1em;
    }

    .l-sidebar__widgets > li {
        width: 100%;
    }
}

/* ----- menus ----- */

#menu-primary, .menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#menu-primary > li,
.menu > li {
    margin: 0 0.625rem;
}

@media (max-width: 699px) {
    #menu-primary,
    .menu {
        width: 100%;
    }
}

/* ----- menu-primary ----- */

@media (min-width: 700px) {
    #menu-primary {
        height: 1.875rem;
    }
}

/* ----- menu-icon ----- */

.menu-icon {
    height: 2rem;
}

/* ----- SITE-CONTENT ----- */

.l-site-content {
}

/* ----- CHIMNEY ----- */

.l-main-chimney {
    position: relative;
    margin: 0 auto;
    max-width: 50rem;
    padding: 1px 0;
}

/* ----- SOLEIL ----- */

@media (min-width: 700px) {
    
    .l-page-header {
        height: 4.375rem;
    }
}

.l-soleil-wrap {
    position: absolute;
    width: 25%;
    height: 40%;
    top: -15%;
    right: -1.25rem;
    pointer-events: none;
}

.l-soleil_cover {
    width: 40%;
    height: 45%;
}

@media (min-width: 700px) and (max-width: 999px) {
    .l-soleil_cover {
        width: 50%;
    }
}

@media (max-width: 699px) {
    .l-soleil_cover {
        width: 60%;
    }
}

.l-soleil {
    max-height: 100%;
    max-width: 100%;
}

/* ----- PAGE-HEADER > SOLEIL ----- */

.l-page-header > .l-soleil-wrap {
    height: 14rem;
    width: 14rem;
    top: -5rem;
}


.l-page-header > .l-soleil-wrap.left {
    left: -9rem;
}

.l-page-header > .l-soleil-wrap.right {
    right: -9rem;
}

@media (max-width: 699px) {
    
    .l-page-header > .l-soleil-wrap {
        display: none;
    }

}

/* ----- PAGE-FOOTER ----- */

.l-page-footer {
    position: relative;
}

@media (min-width: 699px) {
    .l-page-footer {
        min-height: 14rem;
    }
}

/* ----- PAGE-MORE ----- */

.l-page-more {
    position: relative;
}


@media (min-width: 700px) {

    .l-page-more.left {
        right: 1.25rem;
        text-align: right;
    }

    .l-page-more.right {
        left: 1.25rem;
        text-align: left;
    }

}

@media (min-width: 1000px) {
    .l-page-more {
        width: 35vw;
        max-width: 25rem;
    }

    .l-page-more.right {
        left: calc(100% - 35vw);
    }
}

@media (max-width: 999px) {
    .l-page-more {
        width: 50vw;
    }

    .l-page-more.right {
        left: calc(100% - 50vw);
    }
}

@media (max-width: 699px) {
    .l-page-more {
        width: 100%;
    }
}

/* ----- DANSEUSE ----- */

.l-danseuse-wrap {
    position: absolute;  
    width: 40%;
    height: 60%;
    bottom: -1.25rem;
    pointer-events: none;
}

.l-danseuse-wrap.left {
    text-align: left;
    left: -1.25rem;
}

.l-danseuse-wrap.right {
    text-align: right;
    right: -1.25rem;
}

.l-danseuse_cover {
    height: 65%;
}

@media (min-width: 700px) and (max-width: 999px) {
    .l-danseuse_cover {
        width: 70%;
    }
}

@media (max-width: 699px) {
    .l-danseuse_cover {
        width: 80%;
    }
}

.l-danseuse {
    max-height: 100%;
    max-width: 100%;
}

/* ----- PAGE-FOOTER > DANSEUSE ----- */

@media (min-width: 1000px) {
    .l-page-footer > .l-danseuse-wrap { 
        width: 25%;
        height: 30rem;
        bottom: -1.25rem;
    }
}

@media (max-width: 999px) {
    .l-page-footer > .l-danseuse-wrap { 
        width: 40%;
        height: 21rem;
        bottom: -1.25rem;
    }
}

@media (max-width: 699px) {
    .l-page-footer > .l-danseuse-wrap {
        display: none;
    }
}

/* ----- slide ----- */

.l-slide {
    width: calc(100% + 2.5rem);
    height: 100vh;
    position: relative;
    right: 1.25rem;
}

.l-slide_with-menu {
    height: calc(100vh - 4.375rem);
}

.l-site-content.home > .l-slide {
    bottom: 1.25em;
}

.l-slide-content {
    position: absolute;
    width: calc(100% - 2.5rem);
    height: calc(100% - 2.5rem);
    margin: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ----- cover ----- */

.l-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

@media (min-width: 700px) {
    .l-cover {
        position: absolute;
        z-index: 10;
        overflow: hidden;
    }
}

@media (max-width: 699px) {
    .l-cover {
        position: relative;
    }
}

/* ----- home-section ----- */

.l-home-section {
    position: relative;
    z-index: 1;
}

.l-home-section_a-propos {
    margin-top: -1.25rem;
}


@media (max-width: 799px) {

    .l-home-section:not(:last-child) {
        margin-bottom: 0 !important;
    }

}

.l-home-section_a-propos,
.l-home-section_agenda {
    z-index: 2;
}

/* ----- home-section__text ----- */

.l-section-home__text {
    position: relative;
    box-sizing: border-box;
}

@media (min-width: 1000px) {

    .l-section-home__text {
        width: 33%;
        z-index: 2;
    }

}

@media (max-width: 999px) {

    .l-section-home__text {
        width: 45%;
    }

}

@media (max-width: 799px) {

    .l-section-home__text {
        width: 60%;
    }

}

@media (min-width: 600px) {

    .l-section-home__text.left {
        margin-left: -1.25rem;
    }

    .l-section-home__text.right {
        margin-right: -1.25rem;
    }

}

@media (max-width: 599px) {

    .l-section-home__text {
        width: 100%;
        left: 0 !important;
    }

}

/* ----- home-section soleil et danseuse ----- */

.l-home-section > .l-soleil-wrap,
.l-home-section > .l-danseuse-wrap {
    z-index: 3;
}

@media (max-width: 599px) {

    .l-home-section > .l-soleil-wrap,
    .l-home-section > .l-danseuse-wrap {
        display: none !important;
    }

}

/* ----- home-section_a-propos ----- */

.l-home-section_a-propos > .l-soleil-wrap {
    top : 6rem;
}


@media (min-width: 1000px) {

    .l-home-section_a-propos {
        margin-bottom: -5rem;
    }

    .l-home-section_a-propos > .l-soleil-wrap {
        left: calc(33% - 5rem);
        text-align: left;
    }

    .l-home-section_a-propos > .l-danseuse-wrap {
        bottom: calc(5rem - 2.5rem);
    }

}

@media (max-width: 999px) {

    .l-home-section_a-propos {
        margin-bottom: 5rem;
    }

    .l-home-section_a-propos > .l-soleil-wrap {
        left: calc(52% - 2.5rem);
        text-align: left;
    }

    .l-home-section_a-propos > .l-danseuse-wrap {
        bottom: calc(-5rem - 2.5rem);
    }

}

@media (min-width: 600px) {

    .l-home-section_a-propos > .l-danseuse-wrap {
        right: -1.25rem;
        text-align: right;
    }

}

/* ----- home-section_contact ----- */

@media (min-width: 1000px) {

    .l-home-section_contact {
        margin-bottom: -3rem;
    }

    .l-home-section_contact > .l-section-home__text {
        left: calc(100% - 33%);
    }

    .l-home-section_contact > .l-soleil-wrap {
        right: calc(30% - 1.25rem);
        top: 0;
        text-align: right;
        width: 15%;
    }

    .l-home-section_contact > .l-danseuse-wrap {
        text-align: center;
        bottom: calc(3rem - 1.25rem);
    }

}

@media (max-width: 999px) {

    .l-home-section_contact > .l-section-home__text {
        left: calc(100% - 45%);
    }

    .l-home-section_contact > .l-soleil-wrap {
        right: calc(45% - 1.25rem);
        top: -2.5rem;
        text-align: right;
    }

    .l-home-section_contact > .l-danseuse-wrap {
        text-align: center;
        bottom: -1.25rem;
    }

}

@media (max-width: 799px) {

    .l-home-section_contact > .l-section-home__text {
        left: calc(100% - 60%);
    }

    .l-home-section_contact > .l-soleil-wrap {
        right: calc(50% - 1.25rem);
        top: -2.5rem;
        text-align: right;
    }

}


/* ----- home-section_agenda ----- */

@media (min-width: 1000px) {

    .l-home-section_agenda > .l-section-home__text {
        left: calc(50% - 33%);
    }

    .l-home-section_agenda > .l-soleil-wrap {
        width: calc(17% + 2.5rem);
        left: -1.25rem;
        top: 0;
        text-align: left;
    }

    .l-home-section_agenda > .l-danseuse-wrap {
        height: 75%;
        bottom: -1.25rem;
        right: -1.25em;
        text-align: right;

    }

}

@media (max-width: 999px) {

    .l-home-section_agenda > .l-section-home__text {
        left: calc(60% - 45%);
    }

    .l-home-section_agenda > .l-soleil-wrap {
        width: calc(15% + 2.5rem);
        left: -1.25rem;
        top: 0;
        text-align: left;
    }

}

@media (max-width: 799px) {

    .l-home-section_agenda > .l-section-home__text {
        left: calc(80% - 60%);
    }

    .l-home-section_agenda > .l-soleil-wrap {
        width: calc(20% + 2.5rem);
    }

    .l-home-section_agenda > .l-danseuse-wrap {
        width: calc(20% + 2.5rem);
    }

}

/* ----- home-section_tuiles ----- */

.l-home-section_tuiles {
    padding: 3em 0 2em;
}

.l-home-section_tuiles__container {
    position: relative;
    z-index: 2;
}

/* ----- SITE-FOOTER ----- */

.l-site-footer {

    position: absolute;
    width: 60%;
    text-align: center;
    left: 20%;

}


/**
 * 4.0 Components
 */

/* ----- global-settings ----- */
 
.global-settings {
    color: #394234;
    background-color: white;
    line-height: 1.5rem;
}

.global-settings,
button,
input,
select,
textarea {
	font-family: 'EB Garamond', serif;
}

textarea, select {
    border: solid #678259 1px;
    color: #394234;
}

h1 {
    font-family: "ManoNegra", "EB Garamond", serif;
    font-weight: normal;
    font-size: 2.625rem;
    line-height: 1em;
    margin: 0.25em 0 0.75em;
    color: #b33026;
    text-align: center;
}

h2 {
    font-family: "ManoNegra", "EB Garamond", serif;
    font-weight: normal;
    font-size: 1.75em;
}

h2, h4, h5, h6 {
    margin: 1.5em 0 0.75em;
    line-height: 1em;
}

h3 { /* CHAPO */
    font-size: 1.5em;
    line-height: 1.25em;
    text-align: center;
    color: #e25e47;
    padding: 0.5em 1.5em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 0.75rem;
}

a {
    color: #678259;
}

input {
    padding: 0.675rem;
    box-sizing: border-box;
}

p {
    line-height: 1.5em;
}

/* ----- tailles de texte ----- */

.has-small-font-size {
    font-size: 0.8125em;
}

.has-medium-font-size {
    font-size: 1.25em;
}

.has-large-font-size {
    font-size: 1.75em;
}

.has-huge-font-size {
    font-size: 2.25em;
}

/* ----- figures and figcaption ----- */

figure {
    background-color: #f8f8f5;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2em auto;
    width: 80%;
}

figure > img,
figure > a > img {
    max-width: calc(100% - 2em);
    height: auto;
}

figcaption {
    text-align: center;
    padding: 0.5em 1em 0;
    color: #678259;
}

/* ----- Fichier PDF ----- */

.wp-block-file.aligncenter {
    text-align: center;
}

/* ----- Citations ----- */

.wp-block-quote {
    color: #678259;
    padding-left: 1em;
    border-left: 1px solid #678259;
    font-size: 1.25em;
    position: relative;
}

.wp-block-quote::before {

    content: '“';
    position: absolute;
    font-size: 3em;
    top: 0.0125em;
    left: -0.27em;
}

.wp-block-quote > p {
    margin: 0.125em 0;
}

cite {
    font-size: 0.75em;
}

/* ----- button ----- */

input[type="submit"],
button,
.button {
    display: inline-block;
    font-size: 1em;
    padding: 0.3375em 0.675rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: white;
    background-color: #b33026;
    border: none;
    transition: background-color 0.2s ease-out;
    text-decoration: none;
}

input[type="submit"]:hover,
button:hover,
.button:hover,
input[type="submit"]:focus,
button:focus,
.button:focus {
    background-color: #e25e47;
}

input[type="submit"]:active,
button:active,
.button:active {
    background-color: #394234;
}

.button-wrap {
    margin-top: 2em;
}

.button-wrap_center {
    text-align: center;
}

.button-wrap_right {
    text-align: right;
}

/* ----- site-menu ----- */

.site-menu {
    background-color: white;
}

/* ----- site-logo ----- */

 .site-logo {
    display: block;
    position: relative;
    width: 11.9rem;
    height: 1.875rem;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("images/logo_petit.png");
    background-size: 100% 100%;
 }

 /* ----- menu-primary ----- */

 .menu-item > a {
    color: #394234;
    text-decoration: none;
    background-color: transparent;
    display: block;
    padding: 0 0.25rem;
    transition: background-color 0.2s ease-out;
 }

 .menu-item > a:hover,
 .menu-item > a:focus {
    background-color: #f3f2eb;
 }

 .menu-item > a:active {
    color: white;
    background-color: #394234;
}

/* ----- contact-form ----- */

.form-wrap {
    list-style: none;
    padding-left: 0;
}

.form-wrap > li {
    margin: 1.25rem 0;
}

.form__label {
    margin: 0;
    font-weight: bold;
    color: #678259;
}

.is-required {
    font-weight: bold;
    color: #b33026;
}

.form__champ {
    margin: 0.3375rem 0 0;
}

.form__champ > span,
.form__champ > span > input {
    width: 100%;
    display: block;
}

.form__legende {
    color: #b33026;
}

.form__submit {
    text-align: center;
}

/* ----- site-content (main) ----- */

@media (min-width: 700px) {

    .site-content.page {
        background-color: #ded6cf;
        background-image: url("images/peau_1920x1920.jpg");
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .site-content.article {
        padding-top: 6em;
    }
}

/* ----- slides ----- */

.cover {
    background-color: white;
}

.slide-content {
    background-image: url("images/peau_1920x1080.jpg");
    background-size: cover;
    background-position: center top;
}

/* ----- site-title ----- */

.site-title {
    display: block;
    position: relative;
    width: 30%;
    height: 10rem;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("images/logo_grand_80.png");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 1000px) and (max-width: 1499px) {
    .site-title {
        width: 40%;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .site-title {
        width: 60%;
    }
}

@media (max-width: 699px) {
    .site-title {
        width: 70%;
    }
}

/* ----- home-peau ----- */

.home-peau {
    position: relative;
}

@media (min-width: 700px) {

    .home-peau {
        overflow: hidden;
        background-color: #dfd6cf;
    }

    .home-peau:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        background-image: url("images/peau_home_a-propos.jpg");
        background-position: top left;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .home-peau:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
        background-image: url("images/peau_home_agenda.jpg");
        background-position: bottom left;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .home-section_contact {
        background: linear-gradient(rgba(222,214,207,0) 0%, rgb(222, 214, 207) 20%, rgb(222, 214, 207) 80%, rgba(222,214,207,0) 100%);
    }

}

@media (max-width: 699px) {
    .home-peau .page-content-wrap {
        margin: 0;
    }
}


/* ----- theme-image ----- */

.theme-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}


.left > .theme-image {
    background-position-x: left;
}

.bottom > .theme-image {
    background-position-y: bottom;
}


.right > .theme-image {
    background-position-x: right;
}

.top > .theme-image {
    background-position-y: top;
}

.center > .theme-image {
    background-position: center center;
}

.soleil-01 {
    background-image: url("images/rosace-01.png")
}

.soleil-02 {
    background-image: url("images/rosace-02.png")
}

.soleil-03 {
    background-image: url("images/rosace-03.png")
}

.soleil-04 {
    background-image: url("images/rosace-04.png")
}

.danseuse-01a {
    background-image: url("images/danseuse-01a.png")
}

.danseuse-02a {
    background-image: url("images/danseuse-02a.png")
}

.danseuse-03a {
    background-image: url("images/danseuse-03a.png")
}

.danseuse-04a {
    background-image: url("images/danseuse-04a.png")
}

.danseuse-05a {
    background-image: url("images/danseuse-05a.png")
}

.danseuse-01b {
    background-image: url("images/danseuse-01b.png")
}

.danseuse-02b {
    background-image: url("images/danseuse-02b.png")
}

.danseuse-03b {
    background-image: url("images/danseuse-03b.png")
}

.danseuse-04b {
    background-image: url("images/danseuse-04b.png")
}

.danseuse-05b {
    background-image: url("images/danseuse-05b.png")
}

/* ----- page-content-wrap ----- */

.page-content-wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 2.5rem;
    background-color: white;
}

@media (min-width: 600px) {
    .page-content-wrap {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

@media (max-width: 699px) {
    .page-content-wrap {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.page-content-wrap > header {
    text-align: center;
}

/* ----- attachment-container ----- */

.attachment-container {
    text-align: center;
}

/* ----- tuiles ----- */

.tuiles {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.tuiles > li {
    position: relative;
    width: 10rem;
    height: 10rem;;
    margin: 0.5rem;
    background-color: black;
}

.tuile {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: white;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.1s ease-in-out;
}

.tuile:link,
.tuile:visited {
    background-color: #e25e47;
}

.tuile:hover,
.tuile:focus {
    background-color: #b33026;
}

.tuile:active {
    background-color: #394234;
}

.tuile > span {
    font-family: "ManoNegra", "EB Garamond", serif;
    font-size: 2em;
}

/* ----- agenda ----- */

.agenda {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.agenda__item_wrap {
    display: block;
    padding: 0.625em;
    margin: 0.625em 0;
    background-color: #f8f8f5;
    border-left: solid 0.25em #678259;
}

.agenda__item_cliquable {
    text-decoration: none;
    color: inherit;
}

.agenda__item {
    display: flex;
    align-items: center;
}

.agenda__picto {
    list-style: none;
    padding-left: 0;
}

.agenda__categorie {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.3375rem;
    border-radius: 100%;
}

.agenda__categorie_danse {
    background-color: #b33026;
}

.agenda__categorie_atelier {
    background-color: #e25e47;
}

.agenda__categorie_temoignage {
    background-color: #ee9e3d;
}

.agenda__categorie_recherche {
    background-color: #678259
}

.agenda__categorie_autre {
    background-color: #efce43;
}

.agenda__legende {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.agenda__legende > li {
    display: flex;
    align-items: center;
}

.agenda__legende > li {
    margin: 0 0.675rem
}

.agenda__legende__title {
    margin: 0;
}

.agenda__info {
    list-style: none;
    padding-left: 0;
    flex-grow: 2;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.675rem;
}

.agenda__date,
.agenda__lieu {
    font-style: italic;
    color: #678259;
}

.agenda__date:not(:nth-last-child(2)):after {
    content: "-";
    margin: 0 0.25em;
}

.agenda__titre {
    width: 100%;
    font-size: 1.25em;
    font-weight: 600;
}

.agenda__item_past {
    background-color: #f3f2eb;
    opacity: 0.5;
    border-left-color: #999999;
}

.agenda__fleche {
    font-family: "ManoNegra", "EB Garamond", serif;
    font-size: 2em;
    color: #678259;
    margin: 0.3375rem;
}

/* ----- more ----- */

.page-more__title {
    position: relative;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

@media (min-width: 700px) {
    .page-more__title {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 699px) {
    .page-more__title {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.page-more {
    list-style: none;
    margin: 0;
    padding: 1.25rem 2.5rem;
    background-color: white;
}

.page-more__item {
    margin: 0.675rem 0;
}

/* ----- site-footer ----- */

.site-footer {
    position: relative;
    z-index: 5;
    margin: 0.5em;
    font-size: 0.75em;
}

/* ----- tache blanche ----- */

.tache-blanche {
    content: "";
    position: absolute;
    width: 80vw;
    height: 80vw;
    background: radial-gradient(circle at center, rgb(255, 255, 255) 5%, rgba(255,255,255,0) 70%);
    z-index: 1;
    pointer-events: none;
}

.tache-blanche.top {
    top: -40vw;
}

.tache-blanche.bottom {
    bottom: -40vw;
}

.tache-blanche.left {
    left: -40vw;
}

.tache-blanche.right {
    right: -40vw;
}

/* ----- ajustements responsive ----- */


@media (max-width: 699px) {
    .desktop-only {
        display: none;
    }
}

/* ----- icon ----- */

.icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    text-indent: -1000px;
}

.icon_english {
    background-image: url('images/angleterre.png');
}

.icon_espanol {
    background-image: url('images/espagne.png');
}

.icon_ressources {
    background-image: url('images/ressources.png');
}