.site-inner {
    max-width: unset !important;
    padding: 0;
}

a.decoration-container {
    position: absolute;
    bottom: 0;
    place-self: center;
    height: 50px;
    width: 50px;
    background-color: var(--blue);
    z-index: 1;
    place-content: center;
    place-items: center;
    display: grid;
    border-radius: 3em;
    transform: translate(0px, 25px);
    color: unset;
    text-decoration: none;
    left: 50%;
    right: 50%;
}

.bg-image {
    /* max-width: 1920px;
    margin: auto; */
    min-height: 378px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.centered-column {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    padding: 2em 15px;
}

.angled-image.bg-image {
    display: grid;
    place-content: end stretch;
    place-items: end start;
    padding: 0 15px;
}

.bg-image h1 {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    color: var(--blue);
    font-size: 47px;
    font-weight: 700;
    padding: 0 15px 1rem;
    border-bottom: solid 1px var(--light-orange);
}

.top-shadow {
    position: relative;
    z-index: 2;
}

.top-shadow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.21) 0%,
        rgba(0,0,0,0) 100%
    );
}

.content {
    width: 100% !important;
}

#slider {
    position: relative;
}

#slider .content {
    padding: 0 15px;
}

#slider .content * {
    color: var(--white) !important;
}

#slider .content-container {
    color: var(--white);
    position: absolute;
    width: 100%;
    bottom: 2rem;
    left: 0;
    z-index: 1;
}

#slider .content-container h1 {
    font-weight: 700;
    font-size: 38px;

}

#slider .content-container .content p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

#slider .content-container .content strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}


div#front-pages {
    padding: 3.8em 15px 3em;
    display: grid;
    grid-template-columns: repeat(2, 600px);
    place-content: center;
    place-items: center;
    text-align: center;
    gap: 1em;
    max-width: 1250px;
    margin: auto;
    width: 100%;
}

div#front-pages a {
    display: grid;
    gap: .4em;
    color: var(--blue);
    text-decoration: none;
    font-weight: 700;
    font-size: 25px;
}

div#front-pages a h2 {
    margin: 0;
    font-family: "Arial Rounded MT Bold";
}

/* CONTACT METHODS */

section#contact-methods {
    text-align: center;
    display: grid;
    gap: 2em;
    place-content: center;
    place-items: center;
    padding: 4em 15px 2em;
    max-width: 990px;
    margin: auto;
    width: 100%;
}

section#contact-methods .content p {
    font-size: 21px;
    font-weight: 400;
    text-wrap: balance;
    margin: 0;
}

#contact-methods .buttons {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    gap: 1em;
    place-content: center;
    place-items: stretch;
}

.costs a, #contact-methods div.buttons a[href^="mailto:"], #contact-methods .buttons a div {
    background-color: var(--blue);
    display: flex;
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    flex-flow: row;
    align-items: center;
    border-radius: 3em;
    justify-content: center;
    gap: 1em;
    padding: 5px 15px 0px;
    font-size: 20px;
}

.costs a, #contact-methods .buttons a {
    text-decoration: none;
}

#contact-methods .buttons a:first-of-type > div {
    background-color: var(--green);
}

#contact-methods div.buttons a[href^="mailto:"] {
    background-color: var(--footer-color);
}

#contact-methods .buttons p {
    margin: 0;
}

#contact-methods .buttons img {
    width: 15px;
    height: 15px;
    display: block;
    object-fit: contain;
    transform: translate(0px, -2px);
}

.costs {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.costs a {
    background-color: var(--orange);
    border-radius: 20px;
    padding: 10px 25px 7px;
    font-size: 26px;
}

section#contact-methods img {
    max-width: 210px;
    width: auto;
}

/* SEJOURS */

section.sejours {
    max-width: 1310px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 60px 38px;
    padding: 2em 15px;
}

article.sejour img {
	width: 100%;
	height: 100%;
	height: stretch;
	object-fit: cover;
}

section.sejours h3 {
    margin: 0;
}

section.sejours h2 {
    font-weight: 700;
    font-size: 22px;
    color: var(--blue);
    margin: 0 0 9px;
}

section.sejours h3, section.sejours .duration p {
    font-size: 18px;
    color: var(--grey);
}

section.sejours .duration p {
    font-weight: 400;
    margin: 0 0 9px;
}

section.sejours h3 {
    font-weight: 700;
}

section.sejours .tags {
    color: var(--orange);
    font-size: 16px;
    font-weight: 500;
}

article.sejour {
    display: grid;
    gap: 14px;
    place-content: stretch center;
    place-items: stretch;
    grid-template-rows: 260px 1fr;
}

/* FAQS */

body.faqs-page h1 {
    display: none;
}

section.faqs {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1280px;
    gap: 4em;
    padding: 2em 15px 4em;
    margin: -6em auto 0;
}

.faq h2 {
    margin: 0;
    padding: 0 0 1rem;
    border-bottom: solid 1px var(--orange);
    color: var(--blue);
    font-size: 30px;
}

.faq .content {
    padding: 1rem 0 0 15px;
    color: var(--grey);
}

.faq .content p, .faq .content li, .faq .content strong {
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
}

.faq .content ul {
    display: grid;
    gap: 5px;
}

.faq .content strong {
    font-weight: 700;
}



/* NOTRE AGENCE */

.agence {
    padding: 0 15px;
    max-width: 1280px;
    margin: 2rem auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.agence .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    place-items: center;
    place-content: center;
}

.agence .images .imagen {
    position: relative;
}

.agence .images .imagen .title {
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.agence .images .imagen .title p {
    margin: 0;
    color: var(--white);
}

.agence .images .imagen:last-of-type .title, .agence .images .imagen:first-of-type .title {
    background-color: var(--blue);
}

.agence .images .imagen:not(:last-of-type):not(:first-of-type) .title {
    background-color: var(--orange);
}

.agence .images .imagen .title {
    color: var(--white) !important;
    padding: 5px 15px 0;
    border-radius: 2em 0em 2em 2em;
}

.agence .extra-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.agence .content p:has(>span>strong), .agence .extra-content p:has(>strong>span) {
    margin: 0;
    color: unset !important;
}

.agence .content strong {
    color: inherit;
}

.agence .extra-content .extra_content.white p:has(>strong) {
    margin: 0 0 10px;
}

.agence .content p:last-of-type {
    margin: 0;
}

.agence .extra-content .extra_content.white {
    color: var(--white);
}

.agence .extra-content .extra_content.white li, .agence .extra-content .extra_content.white p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}

.agence .extra-content strong {
    color: var(--white);
    font-size: 18px;
    font-family: "Arial Rounded MT Bold";
    font-weight: 400;
}

.agence .extra-content p:has(strong) {
    margin: 0 0 10px;
}

.agence .extra-content .extra_content:not(.non-white) {
    padding: 1.5rem 2rem;
    border-radius: 1.75rem;
}

.extra_content.content.non-white p:last-of-type {
    margin: 0;
}

/* Formulario */

.formulario div.pages {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.formulario div.pages hr {
    width: 100%;
    position: absolute;
    z-index: -1;
    max-width: 96%;
    left: 2%;
    top: 0%;
    display: none;
}

.formulario div.pages .page {
    background-color: var(--white);
    color: var(--light-grey);
    box-sizing: content-box;
    height: 57px;
    width: 57px;
    border: solid 1px var(--light-grey);
    place-content: center;
    place-items: center;
    text-align: center;
    display: grid;
    border-radius: 3em;
    font-size: 18px;
}

.formulario div.pages .page.painted {
    background-color: var(--blue);
    color: var(--white);
}

.formulario div.page-container {
    text-align: center;
    display: grid;
    place-content: center;
    place-items: center;
    font-size: 18px;
    gap: 20px;
}

.formulario img.asistente {
    max-height: 500px;
    width: auto;
    border-radius: 20px;
}

@media(max-width: 1280px) {
    .bg-image h1 {
        padding: 0 0 1rem;
    }
}

@media(max-width: 1240px) {
    div#front-pages {
        grid-template-columns: 600px;
        gap: 3em;
    }
}

@media(max-width: 1150px) {
    #contact-methods .buttons {
        grid-template-columns: 450px;
    }
}



@media(max-width: 880px) {
    section.sejours {
        grid-template-columns: 560px;
        place-content: center;
    }

    .formulario div.page-container {
        font-size: 15px;
    }

}

@media(max-width: 820px) {
    .agence .images {
        grid-template-columns: 500px;
    }
}

@media(max-width: 800px) {
    .formulario div.pages {
        grid-template-columns: repeat(auto-fit, 200px);
        gap: 20px 0;
        place-content: center;
        place-items: start center;
    }

    .formulario div.page-container {
        font-size: 18px;
    }
}

@media(max-width: 770px) {
    .swiper-slide img {
        min-height: 400px !important;
        object-fit: cover !important;
    }
}


@media(max-width: 680px) {
    section.sejours, div#front-pages {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 600px) {
    #contact-methods .buttons {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 550px) {
    .agence .images {
        grid-template-columns: 1fr;
    }

    .formulario div.pages {
        grid-template-columns: 1fr 1fr;
        gap: 20px 0;
        place-content: center;
        place-items: start center;
    }
}

@media(max-width: 400px) {
    .formulario div.pages {
        display: none;
    }
}
