/* ===== HEADER ===== */

.header {
    position: sticky;
    top: 0;
    background: var(--ivoire);
    z-index: 1000;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 2rem;
}

.logo {
    height: 8rem;
}

.nav {
    display: flex;
    gap: 2rem;
}

.nav a {
    text-decoration: none;
    color: var(--couleur-texte);
}

.nav-icon {
    display: none;
    height: 3rem;
}

/* ===== cadre ===== */

.cadre-section {
    display: flex;
    justify-content: center;
    background: white;
}

.cadre {
    background: url("../img/cadre bois.png") center / contain no-repeat;
    width: 90vw;
    aspect-ratio: 3 / 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-weight: 900;
}

.cadre-date {
    background: var(--vert);
    color: white;
    padding: 0.4rem 2rem;
    border-radius: 999rem;
}

.countdown {
    display: flex;
    gap: 2rem;
}

.bubble {
    background: url("../img/bois3.png") center / cover;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2rem;
    color: var(--ivoire);
}

.cadre-names,
.cadre-date {
    font-size: 4rem;
    /* font-family:  cursive; */
}

/* ===== WOOD SECTION ===== */

.wood-section {
    background: url("../img/bois3.png");
    background-size: cover;
    padding: 3rem 3rem;
    position: relative;
    text-align: center;
}

.timeline-section {
    background: url("../img/bois6.png");
    padding: 3rem 3rem;
    position: relative;
    text-align: center;

    background-repeat: repeat-y;
    /* répétée en Y */
    background-size: 100% auto;
    /* étirée sur toute la largeur */
}

.texte {
    font-weight: 900;
    background: var(--overlay-bois);
    border-radius: 5%;
}

.wood-content {
    position: relative;
    z-index: 1;
    margin: auto;
    text-align: center;
    line-height: 2;
    color: var(--texte-fonce);
    /* text-shadow: #c0c0c0 1px 1px; */
}

.wood-content a,
.sousTitre a {
    /* text-decoration: none; */
    color: var(--texte-fonce);
}

.decor img {
    max-width: 30vw;
    margin: 2rem auto;
}

.highlight {
    margin-top: 3rem;
    font-weight: bold;
}

/* ===== FOOTER ===== */

.footer {
    background: #2f3a3f;
    color: white;
    text-align: center;
    padding: 1rem;
}

.hidden {
    display: none;
}

.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    padding: 10rem;
}

.serviceBox img {
    width: 100%;
}

.serviceBox {
    text-align: center;
    background: var(--ivoire);
    border-top: 3px solid var(--vert);
    border-bottom: 3px solid var(--vert);
    margin: 1rem;
}


.serviceBox .title {
    font-weight: 700;
    color: var(--vert);
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.grid3bis {
    display: grid;
    grid-template-columns: 0.5fr 3fr 0.5fr;
    margin: 2rem;
}

.grid3bis img {
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fleurs {
    width: 20vw;
}

.repartir {
    display: flex;
}

.center {
    align-items: center;
    justify-content: center;
}

.colonne {
    flex-direction: column;
}

.cote {
    flex: 0.2;
}

.flex1 {
    flex: 1;
    row-gap: 2rem;
}

.gap1 {
    row-gap: 1rem;
}

.infos img {
    max-width: 40vw;
}

.infos {
    column-gap: 2rem;
}

.sousTitre {
    padding-top: 2rem;
    text-align: center;
}


.form-group {
    width: 50vw;
}

input,
select,
textarea,
button {
    width: 100%;
}
.couleurClaire{
    color: var(--ivoire);
}
.textCenter{
    text-align: center;
}
.ecart{
    margin-bottom: 2rem;
}