@charset "UTF-8";

body {
    background-color: #f3f2ef;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; 
    overflow-y: scroll; 
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    z-index: 20;
    position: relative
}

#histoire-page button.menu-toggle:hover,button.menu-toggle:hover {
    background-color: transparent
}

#histoire-page .menu-toggle .bar,.menu-toggle .bar {
    width: 100%;
    height: 3px;
    background-color: #b29e84;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    transform-origin: center
}

.menu-toggle.active .bar:nth-child(2) {
    opacity: 0!important
}

.menu-toggle.active .bar:nth-child(1) {
    transform: translateY(11px) rotate(45deg)!important
}

.menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg)!important
}

#mobile-menu-container {
    display: none
}

#mobile-menu-container.is-open {
    display: block!important
}

.header-acceuil,nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #7c898b
}

.header-acceuil {
    background-color: #253439;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem
}

.logo {
    width: 11.5%;
    height: auto;
    display: block;
    z-index: 10;
    transform: translateY(10%);
    transition: all .3s ease
}

nav {
    justify-content: flex-end;
    gap: 3em;
    padding-right: 2rem;
    padding-bottom: 1em;
    margin-top: 0
}

nav a {
    color: #b29e84;
    font-family: "Lato",sans-serif;
    text-decoration: none;
    font-size: 1.2rem;
    gap: 2rem;
    transition: color .3s ease
}

nav a {
    position: relative;
}

.page,nav a.page {
    color: #f6f4f1
}

nav a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -4px;
    background: #b29e84;
    transition: width .3s ease
}

nav a:hover::after {
    width: 100%
}

nav a.page::after {
    background: #f6f4f1
}

.entete-couleur,footer {
    justify-content: space-between
}

.entete-couleur {
    background-color: #253439;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 10vw
}

.conteneurimageacc {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    margin: 3%auto
}

.image1acc,.image2acc {
    max-width: 28%;
    height: auto;
    transition: all .3s ease
}

.image2acc {
    max-width: 22%
}

.h1accueil,body#rdv-page h1 {
    font-family: "Bebas Neue",sans-serif
}

.h1-offline{
    font-family: "Bebas Neue",sans-serif;
    color:#b29e84;
    text-align: center;
    margin: 2rem auto;
    max-width: 900px;
    padding: 0 1rem;
    font-size: 2.5vw;
    transition: all .3s ease
}

.h1accueil {
    color: #b29e84;
    font-size: 3.25em;
    display: flex;
    justify-content: flex-start;
    order: 1;
    max-width: 30%;
    margin-left: 1vw;
    text-align: left;
    transition: all .3s ease
}

.imgclôture {
    max-width: 30%;
    margin-top: 3%
}

.logofacebook,.logointa {
    width: 2vw;
    height: 2vw;
    margin-right: .8vw;
    max-width: none;
    margin-left: 0
}

.conteneurparah1 {
    display: flex;
    justify-content: flex-end
}

.parah1 {
    color: #253439;
    margin: 2rem auto;
    max-width: 900px;
    padding: 0 1rem
}

.para2,.parah1 {
    font-family: "Alice",serif;
    font-size: 1.4vw;
    text-align: center
}

footer img {
    display: inline-block
}

.logo-sociaux {
    padding-left: 2vw
}

.logo-sociaux a {
    text-decoration: none;
    color: #333;
    margin: .4vw 0;
    font-size: 1.2vw;
    font-family: Arial,sans-serif
}

footer {
    padding: 1vw 2vw;
    background-color: #f0f0f0;
    min-height: 8vw;
    position: relative
}

.logo-sociaux,.texte-logo-sociaux {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 8vw;
    margin-right: auto
}

.texte-logo-sociaux p {
    font-family: "Alice",sans-serif;
    color: #253439;
    font-size: 1.2vw;
    margin: .4vw 0;
    line-height: 1.2
}

.logo-sociaux a,.social-media-group,footer {
    display: flex;
    align-items: center
}

.social-media-group {
    margin-right: auto;
    transform: translateY(16%)
}

button {
    border: 0;
    white-space: normal;
    border-radius: .3vw;
    transition: .3s ease
}

button:hover {
    background-color: #b29e84;
    color: #253439!important;
    transform: translateY(-2px)
}

.Politique-de-confidentialité {
    color: #253439;
    font-family: "Alice",serif;
    text-align: center;
    margin: 2rem auto;
    max-width: 900px;
    padding: 0 1rem;
    font-size: .9vw;
    transition: all .3s ease
}

.footer-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.footer-cta button,button {
    background-color: #7c898b;
    color: #f6f4f1;
    font-size: 1.75rem;
    font-family: "Kaushan Script"
}

.footer-cta button {
    padding: 1.2vw 2vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2vw;
    height: 5vw;
    min-width: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 1.5vw
}

footer-cta-section a.Politique-de-confidentialité {
    color: #333;
    text-decoration: none;
    font-size: .9vw;
    text-align: right;
    margin: 0;
    padding: 0
}

.Politique-de-confidentialité {
    transform: translateY(50%)
}

@media (min-width:768px) and (max-width:1199px) {
    .menu-toggle {
        display: none
    }

    #mobile-menu-container {
        display: block!important;
        position: static;
        width: auto;
        box-shadow: none
    }

    nav {
        justify-content: center;
        margin-top: 0;
        gap: 2em;
        border-bottom: 1px solid #7c898b;
        padding-bottom: 1em
    }

    .conteneurimageacc {
        flex-direction: column;
        align-items: center
    }

    .image1acc,.image2acc {
        max-width: 60%;
        margin: 1rem 0
    }

    .h1accueil {
        font-size: 2.2em;
        max-width: 80%;
        text-align: center;
        justify-content: center;
        margin: 1rem auto
    }

    .para2,.parah1 {
        font-size: 1.1em;
        margin: 1.5rem auto
    }

    .para2 {
        text-align: center;
        max-width: 90%;
        line-height: 1.5;
        color: #253439
    }

    .social-media-group,footer {
        flex-direction: column;
        align-items: center
    }

    footer {
        text-align: center;
        gap: 1.5rem
    }

    .social-media-group {
        justify-content: center;
        transform: none;
        margin: 0
    }

    .logo-sociaux,.texte-logo-sociaux {
        align-items: center;
        justify-content: center;
        height: auto
    }

    .logo-sociaux {
        flex-direction: row;
        padding: 0;
        margin: .5rem 0
    }

    .logo-sociaux img {
        width: 40px;
        height: 40px;
        margin: 0 .6rem
    }

    .texte-logo-sociaux {
        margin: 0
    }

    .texte-logo-sociaux p {
        font-size: 1rem;
        margin: .3rem 0
    }

    .footer-cta {
        align-items: center
    }

    .footer-cta button {
        padding: 1rem 2rem;
        font-size: 1.3rem;
        height: auto;
        min-width: 220px;
        margin-bottom: .5rem
    }

    .Politique-de-confidentialité {
        margin-top: .5rem;
        font-size: .9rem;
        text-align: center
    }
}

@media (min-width:1200px) {
    .menu-toggle {
        display: none
    }

    #mobile-menu-container {
        display: block!important;
        position: static;
        width: auto;
        box-shadow: none
    }

    nav {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 3em;
        padding-right: 2rem;
        border-bottom: 1px solid #7c898b;
        padding-bottom: 1em;
        margin-top: -2vw
    }
}

@media (max-width:767px) {
    .header-acceuil {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        position: relative
    }

    .logo {
        width: 80px;
        transform: none
    }

    .menu-toggle,nav {
        flex-direction: column;
        border: 0
    }

    nav {
        align-items: center;
        width: 100%;
        gap: .5rem;
        margin: 0;
        padding: 0
    }

    nav a {
        width: 100%;
        padding: .6rem 0;
        color: #b29e84!important
    }

    nav a.page {
        color: #f3f2ef!important
    }

    .menu-toggle {
        display: flex;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        background: 0 0;
        cursor: pointer;
        z-index: 20
    }

    .menu-toggle .bar {
        width: 100%;
        height: 3px;
        background-color: #b29e84;
        border-radius: 3px;
        transition: transform .3s ease,opacity .25s ease
    }

    .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg)!important
    }

    nu-toggle.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg)!important
    }

    #mobile-menu-container {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #253439;
        overflow: hidden;
        max-height: 0;
        transition: max-height .35s ease-out;
        z-index: 15
    }

    #mobile-menu-container.is-open {
        max-height: 500px
    }

    #mobile-menu-container nav {
        padding: 1rem 0;
        gap: .8em;
        margin: 0;
        border: 0
    }

    #mobile-menu-container nav .page,#mobile-menu-container nav a,footer {
        text-align: center;
        padding: .5rem 0
    }

    #mobile-menu-container nav .page {
        font-size: 1.2rem
    }

    #mobile-menu-container nav a::after {
        display: none
    }

    .h1accueil,.image1acc,.image2acc {
        max-width: 90%
    }

    .h1accueil {
        font-size: 1.6em;
        text-align: center
    }

    .para2,.parah1 {
        font-size: 1em;
        max-width: 90%;
        margin: 1rem auto;
        line-height: 1.5
    }

    #mobile-menu-container nav,footer {
        flex-direction: column;
        align-items: center
    }

    footer {
        padding: 2rem 1rem;
        gap: 1.5rem
    }

    .logo-sociaux {
        flex-direction: row;
        gap: 1rem
    }

    .logo-sociaux img {
        width: 36px;
        height: 36px
    }

    .texte-logo-sociaux p {
        font-size: .9rem
    }

    .footer-cta button {
        padding: .8rem 1.8rem;
        font-size: 1.2rem;
        min-width: 200px
    }

    .Politique-de-confidentialité {
        font-size: .85rem
    }

    .imgclôture {
        max-width: 100%;
        max-height: 10%
    }
}

#salons-page {
    background-color: #253439;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

#salons-page *,body#galerie-page *,body#nos-equipes-page *,body#politique-page *,body#rdv-page * {
    transition: all .3s ease
}

#salons-page .header-acceuil {
    background-color: #f3f2ef
}

#salons-page .logo {
    width: 11.5%;
    height: auto;
    display: block;
    z-index: 10;
    transform: translateY(10%)
}

#histoire-page nav a::after,#salons-page nav a::after,#salons-page nav a:hover::after {
    background: #253439
}

#salons-page nav a.page {
    color: #b29e84
}

#salons-page nav a.page::after {
    background: #b29e84
}

#salons-page .entete-couleur {
    background-color: #f3f2ef;
    font-family: "Bebas Neue",sans-serif;
    color: #253439;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 10vw
}

#salons-page .conteneur {
    display: flex;
    justify-content: center;
    padding: 5vh 2vw;
    margin: 5vw;
    flex-wrap: wrap
}

#salons-page .dispo-horizon {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90vw
}

#salons-page .boufféré,#salons-page .chantonnay,#salons-page .les-sorinières {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 28vw;
    min-width: 250px;
    max-width: 350px;
    padding: 0
}

#salons-page .boufféré p,#salons-page .chantonnay p,#salons-page .les-sorinières p {
    font-family: "Bebas Neue",sans-serif;
    font-size: 2em;
    color: #e6dca2;
    margin-bottom: 1.5vh;
    text-transform: uppercase
}

#salons-page .boufféré img,#salons-page .chantonnay img,#salons-page .les-sorinières img {
    width: 55vh;
    height: 60vh;
    object-fit: cover;
    margin-bottom: 1vh;
    border: .3vw solid #7c898b;
    border-radius: 2.8vw;
    box-shadow: 0 .5vh 1vh rgba(0,0,0,.4)
}

#salons-page .boufféré button,#salons-page .chantonnay button,#salons-page .les-sorinières button {
    background-color: #7c898b;
    color: #f3f2ef;
    font-family: "Alice",sans-serif;
    border: 0;
    padding: 1.5vh 0;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    border-radius: .3vw;
    margin-top: 2vw;
    z-index: 2;
    box-shadow: 0 .5vh 1vh rgba(0,0,0,.4);
    transition: .3s ease
}

#salons-page button:hover {
    color: #253439;
    transform: translateY(-2px)
}

#salons-page .map-container {
    width: 100%;
    height: 220px;
    border-radius: 2.5vw;
    margin-top: 1.5vh;
    box-shadow: 0 .7vh 1.5vh rgba(0,0,0,.35);
    overflow: hidden;
    border: .2vw solid #b29e84
}

#salons-page .Politique-de-confidentialité {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    margin-right: 1vw
}

#salons-page .politique-de-confidentialité {
    color: #101f24
}

@media (max-width:1024px) {
    #salons-page .dispo-horizon {
        flex-direction: column;
        align-items: center;
        gap: 5vw
    }

    #salons-page .boufféré,#salons-page .chantonnay,#salons-page .les-sorinières {
        width: 70vw
    }

    #salons-page .boufféré img,#salons-page .chantonnay img,#salons-page .les-sorinières img {
        width: 65vw;
        height: auto
    }

    #salons-page .map-container {
        height: 180px
    }
}

@media (max-width:600px) {
    #salons-page .header-acceuil {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        position: relative
    }

    #salons-page .logo {
        width: 80px;
        transform: none;
        margin-bottom: .75rem
    }

    #salons-page .dispo-horizon {
        gap: 6vw
    }

    #salons-page .boufféré,#salons-page .chantonnay,#salons-page .les-sorinières {
        width: 85vw;
        max-width: 500px
    }

    #salons-page .boufféré img,#salons-page .chantonnay img,#salons-page .les-sorinières img {
        width: 80vw
    }

    #salons-page .map-container {
        height: 100px;
        margin-top: .5vh
    }

    #salons-page .Politique-de-confidentialité {
        justify-content: center;
        margin: 1.5rem auto 0
    }
}

#histoire-page,body#contact-page,body#equipe-detail-page,body#formulaire-page,body#galerie-page,body#nos-equipes-page,body#politique-page,body#rdv-page {
    background-color: #253439;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

#histoire-page *,body#contact-page *,body#equipe-detail-page *,body#formulaire-page * {
    transition: all .3s ease;
    box-sizing: border-box
}

#histoire-page html {
    font-size: 100%
}

#histoire-page img {
    height: auto;
    display: block;
    max-width: 35%;
    transform: translateY(-8vw)
}

#histoire-page video {
    max-width: 100%;
    height: auto;
    display: block
}

#histoire-page .header-acceuil {
    background-color: #f3f2ef
}

#histoire-page .logo {
    width: 11.5%;
    height: auto;
    display: block;
    z-index: 10;
    transform: translateY(10%)
}

#histoire-page .page,#histoire-page nav a.page {
    color: #b29e84
}

#histoire-page nav a:hover::after,body#galerie-page nav a::after,body#galerie-page nav a:hover::after,body#politique-page nav a::after {
    background: #253439
}

#histoire-page nav a.page::after,body#galerie-page nav a.page::after {
    background: #b29e84
}

#histoire-page .menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    z-index: 20;
    position: relative
}

#histoire-page .entete-couleur {
    background-color: #f3f2ef;
    justify-content: space-between;
    font-family: "Bebas Neue",sans-serif;
    font-size: 3rem;
    color: #253439
}

#histoire-page .img\+p {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0
}

#histoire-page .img+p {
    margin-left: auto;
    margin-right: auto
}

#histoire-page .img\+p img {
    width: 50%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    transform: none
}

#histoire-page .para1 {
    justify-content: flex-start;
    text-align: center;
    color: #f6f4f1;
    padding-top: 1vw
}

#histoire-page p {
    font-size: 1.25vw;
    line-height: 3vw
}

#histoire-page .container {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

#histoire-page .grid-system {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem
}

#histoire-page .politique-de-confidentialité {
    display: flex;
    justify-content: flex-end;
    padding-right: 7vw;
    padding-bottom: 2vw;
    color: #f6f4f1;
    transform: translateY(-2vw)
}

#histoire-page .politique-confidentialite {
    text-align: center;
    max-width: 400px;
    margin: 2rem auto;
    justify-content: center
}

#histoire-page footer,body#rdv-page footer {
    background-color: #253439
}

@media (max-width:1024px) {
    #histoire-page .header-acceuil {
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
        justify-content: center!important;
        padding: 1rem 0!important;
        text-align: center!important
    }

    #histoire-page .logo {
        width: 120px!important;
        transform: none!important;
        margin-bottom: 1rem!important
    }

    #histoire-page .entete-couleur {
        justify-content: center!important;
        text-align: center!important;
        width: 100%!important;
        padding: 2rem 1rem!important;
        font-size: 2.2rem!important
    }

    #histoire-page .img\+p {
        flex-direction: column!important;
        align-items: center!important;
        text-align: center!important;
        padding: 0 3rem!important
    }

    #histoire-page .img\+p img {
        width: 70%!important;
        margin: 1.5rem auto!important;
        transform: none!important
    }

    #histoire-page .para1,#histoire-page p {
        width: 100%!important;
        font-size: 1.8rem!important;
        line-height: 1.5!important;
        text-align: center!important;
        padding: 0!important
    }

    #histoire-page .politique-de-confidentialité {
        text-align: center!important;
        margin: 2rem auto!important;
        padding: 0!important;
        width: 100%!important
    }
}

@media screen and (min-width:768px) {
    #histoire-page html {
        font-size: 112.5%
    }

    #histoire-page .container {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 720px
    }

    #histoire-page .politique-confidentialite {
        text-align: left;
        max-width: none;
        margin: 2rem 0
    }

    #histoire-page .grid-system {
        grid-template-columns: repeat(2,1fr)
    }

    #histoire-page .nav-menu {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width:767px) {
    #histoire-page .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        background: 0 0;
        border: 0;
        cursor: pointer;
        z-index: 20
    }

    #histoire-page .header-acceuil {
        flex-direction: row!important;
        justify-content: space-between!important;
        align-items: center!important;
        padding: 1rem!important;
        position: relative!important
    }

    #histoire-page .menu-toggle .bar {
        width: 100%;
        height: 3px;
        background-color: #b29e84;
        border-radius: 3px;
        transition: transform .3s ease,opacity .25s ease
    }

    #histoire-page .logo {
        width: 95px!important
    }

    #histoire-page .entete-couleur {
        font-size: 7vw!important;
        padding: 2rem 1rem!important
    }

    #histoire-page .img\+p img {
        width: 85%!important
    }

    #histoire-page .para1,#histoire-page p {
        font-size: 4vw!important;
        line-height: 6vw!important
    }

    #histoire-page .politique-de-confidentialité {
        font-size: 3.5vw!important
    }
}

@media screen and (min-width:1024px) {
    #histoire-page .container {
        max-width: 960px;
        padding: 0
    }

    #histoire-page .grid-system {
        grid-template-columns: repeat(3,1fr);
        gap: 2rem
    }
}

@media screen and (min-width:1200px) {
    #histoire-page .container {
        max-width: 1140px
    }
}

body#galerie-page .header-acceuil {
    background-color: #f3f2ef;
    border-bottom: none
}

#histoire-page nav a,#salons-page nav a,body#galerie-page nav a,body#nos-equipes-page nav a,body#rdv-page nav a {
    color: #253439
}

body#galerie-page nav a.page {
    color: #b29e84
}

body#galerie-page .entete-couleur {
    background-color: #f3f2ef;
    color: #253439;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vw
}

body#galerie-page .parent,body#galerie-page .parent2 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(5,1fr);
    gap: 20px;
    max-height: 80vh;
    padding: 20px
}

body#galerie-page .div1 {
    grid-column: span 2/span 2;
    grid-row: span 3/span 3
}

body#galerie-page .div2 {
    grid-column: span 3/span 3;
    grid-row: span 2/span 2;
    grid-column-start: 3
}

body#galerie-page .div3 {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 4
}

body#galerie-page .div4 {
    grid-row: span 3/span 3;
    grid-column-start: 3;
    grid-row-start: 3
}

body#galerie-page .div5 {
    grid-column-start: 4;
    grid-row-start: 3
}

body#galerie-page .div5,body#galerie-page .div6 {
    grid-column: span 2/span 2;
    grid-row: span 3/span 3
}

body#galerie-page .div7 {
    grid-column: span 3/span 3;
    grid-row: span 2/span 2;
    grid-column-start: 3
}

body#galerie-page .div8 {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 4
}

body#galerie-page .div10,body#galerie-page .div9 {
    grid-row: span 3/span 3;
    grid-column-start: 3;
    grid-row-start: 3
}

body#galerie-page .div10 {
    grid-column: span 2/span 2;
    grid-column-start: 4
}

body#galerie-page .parent div img,body#galerie-page .parent2 div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

body#galerie-page .div2 img {
    object-position: right 42%
}

body#galerie-page .div6 img {
    object-position: right 25%
}

body#galerie-page .div7 img {
    object-position: right 30%
}

body#galerie-page .Politique-de-confidentialité {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    margin-right: 1vw
}

body#galerie-page .politique-de-confidentialité {
    color: #101f24
}

@media (max-width:1024px) {
    body#galerie-page .logo {
        width: 15%;
        transform: none
    }

    body#galerie-page .entete-couleur {
        justify-content: center;
        font-size: 2.5rem
    }

    body#galerie-page .parent,body#galerie-page .parent2 {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: auto;
        max-height: none;
        gap: 15px;
        padding: 15px
    }

    body#galerie-page .parent div,body#galerie-page .parent2 div {
        grid-column: span 1;
        grid-row: auto;
        height: 45vw
    }
}

@media (max-width:600px) {
    body#galerie-page .header-acceuil {
        flex-direction: column;
        align-items: center;
        padding: 1rem 0
    }

    body#galerie-page .logo {
        width: 28%;
        margin-bottom: .5rem
    }

    body#galerie-page .entete-couleur {
        font-size: 9vw;
        min-height: 20vw
    }

    body#galerie-page .parent,body#galerie-page .parent2 {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-height: none
    }

    body#galerie-page .parent div,body#galerie-page .parent2 div {
        height: 60vw
    }

    body#galerie-page .Politique-de-confidentialité {
        justify-content: center;
        margin: 1.5rem 0
    }
}

body#rdv-page .header-acceuil {
    background-color: #f3f2ef
}



body#politique-page nav a.page,body#rdv-page .page {
    color: #b29e84
}

body#rdv-page .entete-couleur {
    background-color: #f3f2ef;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vw;
    font-family: "Bebas Neue",sans-serif;
    font-size: 3rem;
    color: #253439
}

body#rdv-page .h1rdv {
    display: flex;
    justify-content: center
}

body#rdv-page h1 {
    font-size: clamp(1.5rem,2.75vw,3rem);
    color: #f3f2ef
}

body#rdv-page .prdv {
    display: flex;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%
}

body#rdv-page p {
    color: #f3f2ef;
    font-size: 1.1rem
}

body#rdv-page .conteneur1 {
    display: flex;
    justify-content: center;
    padding: 5vh 2vw;
    margin: 5vw
}

body#rdv-page .conteneur-rdv {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3vw;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding-left: 7vw;
    padding-right: 7vw
}

body#rdv-page .boufféré-rdv,body#rdv-page .chantonnay-rdv,body#rdv-page .les-sorinières-rdv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: clamp(260px,22vw,340px)
}

body#rdv-page .boufféré-rdv img,body#rdv-page .chantonnay-rdv img,body#rdv-page .les-sorinières-rdv img {
    width: 100%;
    height: clamp(260px,22vw,340px);
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: .8vw;
    border-bottom-right-radius: .8vw;
    border: .25vw solid #7c898b;
    box-shadow: 0 .4vw 1vw rgba(0,0,0,.4)
}

body#rdv-page .boufféré-rdv button,body#rdv-page .chantonnay-rdv button,body#rdv-page .les-sorinières-rdv button {
    background-color: #7c898b;
    color: #f3f2ef;
    font-family: "Alice",sans-serif;
    border: 0;
    padding: .9rem 1rem;
    width: 100%;
    text-transform: uppercase;
    font-size: clamp(.9rem,1vw,1.1rem);
    font-weight: 700;
    border-radius: 0 0 .8vw .8vw;
    margin-top: 1rem;
    cursor: pointer;
    transition: .3s ease
}

body#rdv-page .boufféré-rdv button:hover,body#rdv-page .chantonnay-rdv button:hover,body#rdv-page .les-sorinières-rdv button:hover {
    background-color: #b29e84;
    color: #253439;
    transform: translateY(-.2vw)
}

body#rdv-page footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 3.5%;
    padding-bottom: 2%;
    padding-right: 2%
}

body#rdv-page .politique-de-confidentialité {
    color: #b29e84;
    font-size: 1rem
}

@media (max-width:1024px) {
    body#rdv-page h1 {
        font-size: 3.5vw;
        text-align: center;
        color: #fffdf5;
        text-shadow: 2px 2px 6px rgba(0,0,0,.8);
        letter-spacing: .05em
    }

    body#rdv-page .prdv {
        padding-left: 10%;
        padding-right: 10%
    }

    body#rdv-page .conteneur-rdv {
        justify-content: center;
        gap: 4vw;
        padding-left: 5vw;
        padding-right: 5vw
    }

    body#rdv-page .boufféré-rdv,body#rdv-page .chantonnay-rdv,body#rdv-page .les-sorinières-rdv {
        width: 38vw
    }

    body#rdv-page .boufféré-rdv img,body#rdv-page .chantonnay-rdv img,body#rdv-page .les-sorinières-rdv img {
        border-top-left-radius: 140px;
        border-top-right-radius: 140px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border: 3px solid #7c898b;
        aspect-ratio: 1/1.1
    }
}

@media (max-width:600px) {
    body#rdv-page .header-acceuil {
        flex-direction: row;
        padding: 1rem
    }

    body#rdv-page .logo {
        width: 80px;
        transform: none;
        margin-bottom: .75rem
    }

    body#rdv-page h1 {
        font-size: 7vw;
        font-weight: 600
    }

    body#rdv-page .prdv {
        flex-direction: column;
        padding-left: 7%;
        padding-right: 7%;
        font-size: .95rem
    }

    body#rdv-page .conteneur-rdv {
        flex-direction: column;
        align-items: center;
        gap: 8vw
    }

    body#rdv-page .boufféré-rdv,body#rdv-page .chantonnay-rdv,body#rdv-page .les-sorinières-rdv {
        width: 85vw;
        max-width: 420px
    }

    body#rdv-page footer {
        background-color: #253439
    }
}

body#politique-page .logo {
    width: 11.5%;
    height: auto;
    display: block;
    z-index: 10;
    transform: translateY(10%);
    margin-left: 1vw
}

body#contact-page nav a::after,body#equipe-detail-page nav a::after,body#nos-equipes-page nav a::after,body#politique-page nav a:hover::after {
    background: #253439
}

body#contact-page nav a.page::after,body#equipe-detail-page nav a.page::after,body#politique-page nav a.page::after {
    background: #b29e84
}

body#politique-page .h1accueil,body#politique-page .paraacc {
    display: flex;
    justify-content: center
}

body#politique-page h1 {
    color: #b29e84;
    font-size: 4vw;
    justify-content: center
}

body#politique-page .paraacc {
    text-align: center
}

body#politique-page .paraacc p {
    color: #f6f4f1;
    font-size: 1rem
}

body#nos-equipes-page .header-acceuil {
    background-color: #f3f2ef;
    border-bottom: 1px solid #7c898b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 2rem
}

body#nos-equipes-page .logo {
    width: 11.5%;
    height: auto;
    display: block;
    z-index: 10;
    transform: translateY(10%)
}

body#nos-equipes-page .politique-de-confidentialité {
    color: #101f24
}

body#nos-equipes-page .Politique-de-confidentialité {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    margin-right: 1vw
}

body#nos-equipes-page .page,body#nos-equipes-page nav a.page {
    color: #b29e84
}

body#nos-equipes-page .entete-couleur {
    background-color: #f3f2ef;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vw;
    font-family: "Bebas Neue",sans-serif;
    font-size: 3rem;
    color: #253439
}

body#nos-equipes-page .titre {
    display: flex;
    justify-content: center
}

body#nos-equipes-page h1 {
    font-size: 3rem;
    color: #f3f2ef
}

body#nos-equipes-page .conteneur-principal1 {
    display: flex;
    justify-content: center;
    padding: 5vh 2vw;
    margin: 5vw
}

body#nos-equipes-page .conteneur-principal {
    display: flex;
    flex-direction: row;
    gap: 11vw;
    flex-wrap: wrap;
    justify-content: center;
    width: 90vw
}

body#nos-equipes-page .parent1,body#nos-equipes-page .parent2,body#nos-equipes-page .parent3,body#nos-equipes-page .parent4,body#nos-equipes-page .parent5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 28vw;
    min-width: 250px;
    max-width: 350px;
    gap: 2vw
}

body#nos-equipes-page .parent1 img,body#nos-equipes-page .parent2 img,body#nos-equipes-page .parent3 img,body#nos-equipes-page .parent4 img,body#nos-equipes-page .parent5 img {
    width: 35vh;
    height: 40vh;
    object-fit: cover;
    margin-bottom: -5vh;
    border: .3vw solid #7c898b;
    border-radius: 2.8vw;
    box-shadow: 0 .5vh 1vh rgba(0,0,0,.4)
}

body#nos-equipes-page .h2b,body#nos-equipes-page .h2d {
    font-family: "Kaushan Script";
    color: #f3f2ef;
    font-size: 3vw
}

body#nos-equipes-page .h2d {
    color: #b29e84
}

body#nos-equipes-page .parab,body#nos-equipes-page .supb {
    font-family: "Alice",sans-serif;
    font-size: 1.75vw;
    color: #f3f2ef
}

body#nos-equipes-page .parad,body#nos-equipes-page .supd {
    font-family: "Alice",sans-serif;
    font-size: 1.75vw;
    color: #e6dca2
}

@media screen and (max-width:1024px) {
    body#nos-equipes-page .header-acceuil {
        flex-direction: column;
        padding: 1rem
    }

    body#nos-equipes-page nav a {
        text-align: center;
        padding: .6rem 0
    }

    body#nos-equipes-page .logo {
        width: 80px;
        transform: none;
        margin-bottom: .75rem
    }

    body#nos-equipes-page .entete-couleur {
        display: none
    }

    body#nos-equipes-page .titre h1 {
        font-size: 2rem;
        margin-top: 2rem
    }

    body#nos-equipes-page .conteneur-principal {
        flex-direction: column;
        align-items: center;
        gap: 4rem
    }

    body#nos-equipes-page .parent1,body#nos-equipes-page .parent2,body#nos-equipes-page .parent3,body#nos-equipes-page .parent4,body#nos-equipes-page .parent5 {
        width: 90%;
        max-width: 400px
    }

    body#nos-equipes-page .parent1 img,body#nos-equipes-page .parent2 img,body#nos-equipes-page .parent3 img,body#nos-equipes-page .parent4 img {
        width: 100%;
        height: auto
    }

    body#nos-equipes-page .h2b,body#nos-equipes-page .h2d {
        font-size: 2.5rem
    }

    body#nos-equipes-page .parab,body#nos-equipes-page .parad {
        font-size: 1.1rem
    }
}

body#equipe-detail-page .header-acceuil {
    background-color: #f3f2ef;
    border-bottom: 1px solid #7c898b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 2rem
}

body#equipe-detail-page .logo {
    width: 11.5%;
    height: auto;
    display: block;
    z-index: 10;
    transform: translateY(10%)
}

body#equipe-detail-page .entete-couleur {
    background-color: #f3f2ef;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vw;
    font-family: "Bebas Neue",sans-serif;
    font-size: 3rem;
    color: #253439;
}

body#contact-page nav a,body#equipe-detail-page nav a {
    color: #253439
}

body#contact-page nav a.page,body#equipe-detail-page .page,body#equipe-detail-page nav a.page,body#formulaire-page nav a.page {
    color: #b29e84
}

body#equipe-detail-page .conteneur-principal1 {
    display: flex;
    justify-content: center;
    padding: 5vh 2vw;
    margin: 5vw
}

body#equipe-detail-page .conteneur-principal {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90vw
}

body#equipe-detail-page .parent1,body#equipe-detail-page .parent2,body#equipe-detail-page .parent3,body#equipe-detail-page .parent4,body#equipe-detail-page .parent5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 28vw;
    min-width: 250px;
    max-width: 350px
}

body#equipe-detail-page .parent1 img,body#equipe-detail-page .parent2 img,body#equipe-detail-page .parent3 img,body#equipe-detail-page .parent4 img,body#equipe-detail-page .parent5 img {
    width: 55vh;
    height: 60vh;
    object-fit: cover;
    margin-bottom: -5vh;
    border: .3vw solid #7c898b;
    border-radius: 2.8vw;
    box-shadow: 0 .5vh 1vh rgba(0,0,0,.4)
}

body#equipe-detail-page .h2b,body#equipe-detail-page .h2d {
    font-family: "Kaushan Script";
    color: #f3f2ef;
    font-size: 3vw
}

body#equipe-detail-page .h2d {
    color: #b29e84
}

body#equipe-detail-page .parab,body#equipe-detail-page .parad,body#equipe-detail-page .supb,body#equipe-detail-page .supd {
    font-family: "Alice",sans-serif;
    font-size: 3vh;
    color: #e6dca2;
    margin-bottom: 1.5vh
}

body#equipe-detail-page .parab,body#equipe-detail-page .supb {
    color: #f3f2ef
}

body#equipe-detail-page .Politique-de-confidentialité {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-right: 1vw;
    margin-top: 4vh
}

body#equipe-detail-page .politique-de-confidentialité {
    color: #101f24;
    text-decoration: none
}

@media (max-width:1024px) {
    body#equipe-detail-page .header-acceuil {
        flex-direction: column
    }

    body#equipe-detail-page .entete-couleur {
        justify-content: center!important;
        padding-right: 0!important;
        font-size: 2.5rem
    }

    body#equipe-detail-page .parent1 img,body#equipe-detail-page .parent2 img,body#equipe-detail-page .parent3 img,body#equipe-detail-page .parent4 img,body#equipe-detail-page .parent5 img {
        width: 40vw;
        height: auto
    }
}

@media (max-width:600px) {
    body#equipe-detail-page .logo {
        width: 80px;
        transform: none
    }

    body#equipe-detail-page .entete-couleur {
        font-size: 5vw;
        padding: 4vw 0
    }

    body#equipe-detail-page .conteneur-principal {
        flex-direction: column;
        align-items: center;
        gap: 8vw
    }

    body#equipe-detail-page .parent1,body#equipe-detail-page .parent2,body#equipe-detail-page .parent3,body#equipe-detail-page .parent4,body#equipe-detail-page .parent5 {
        width: 85vw
    }

    body#equipe-detail-page .parent1 img,body#equipe-detail-page .parent2 img,body#equipe-detail-page .parent3 img,body#equipe-detail-page .parent4 img,body#equipe-detail-page .parent5 img {
        width: 80vw
    }

    body#equipe-detail-page .h2b,body#equipe-detail-page .h2d {
        font-size: 8vw
    }
}

body#contact-page,body#formulaire-page {
    font-family: "Alice",serif;
    color: #f3f2ef;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body#contact-page .header-acceuil {
    background-color: #f3f2ef
}



body#contact-page .entete-couleur {
    background-color: #f3f2ef;
    font-family: "Bebas Neue",sans-serif;
    font-size: 3rem;
    color: #253439;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vw;
}

body#contact-page .conteneur-contact {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 3em auto;
    width: 90%;
    max-width: 900px
}

body#contact-page h1 {
    font-family: "Bebas Neue",sans-serif;
    font-size: 3.5rem;
    color: #b29e84;
    margin-bottom: 1rem;
    width: 100%
}

body#contact-page p {
    width: 100%;
    margin-bottom: 2rem
}

body#contact-page form,body#formulaire-page form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.5em
}

body#contact-page fieldset {
    background-color: #354a52;
    border: 1px solid #7c898b;
    border-radius: 12px;
    padding: 2em;
    width: 100%;
    text-align: left
}

body#contact-page legend,body#formulaire-page legend {
    font-family: "Bebas Neue",sans-serif;
    font-size: 1.6em;
    color: #b29e84;
    padding: 0 15px
}

body#contact-page label {
    display: block;
    margin: 1em 0 .4em;
    font-size: 1.1em
}

body#contact-page input[type=email],body#contact-page input[type=tel],body#contact-page input[type=text],body#contact-page textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #7c898b;
    border-radius: 6px;
    background-color: #2b3d43;
    color: #f3f2ef;
    font-family: inherit
}

body#contact-page textarea {
    min-height: 150px;
    resize: vertical
}

body#contact-page input[type=submit] {
    background-color: #b29e84;
    color: #253439;
    border: 0;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: 700;
    cursor: pointer;
    margin: 10px auto 0
}

body#contact-page input[type=submit]:hover {
    background-color: #d3b690;
    transform: translateY(-2px)
}

body#contact-page footer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 2rem;
    background-color: #253439
}

body#contact-page footer a,body#formulaire-page footer a {
    color: #b29e84;
    text-decoration: none
}

@media (max-width:1024px) {
    body#contact-page .conteneur-contact {
        width: 80%
    }
}

@media (max-width:768px) {
    body#contact-page .header-acceuil {
        flex-direction: column;
        gap: 1.5em
    }

    body#contact-page h1 {
        font-size: 2.5rem
    }

    body#contact-page .conteneur-contact {
        width: 95%
    }

    body#contact-page fieldset {
        padding: 1.2em
    }

    body#contact-page input[type=submit] {
        width: 100%
    }
}

body#formulaire-page .logo {
    width: 11.5%;
    min-width: 100px;
    height: auto;
    display: block;
    margin: 1em auto
}

body#formulaire-page form {
    margin: 2em auto;
    width: 50%;
    max-width: 800px
}

body#formulaire-page fieldset {
    background-color: #354a52;
    border: 1px solid #f3f2ef;
    border-radius: 10px;
    padding: 1.5em;
    width: 100%
}

body#formulaire-page legend {
    font-size: 1.3em;
    padding: 0 10px
}

body#formulaire-page label {
    display: block;
    margin-top: .8em;
    margin-bottom: .3em
}

body#formulaire-page input[type=email],body#formulaire-page input[type=tel],body#formulaire-page input[type=text],body#formulaire-page textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #f3f2ef;
    border-radius: 5px;
    background-color: #2b3d43;
    color: #f3f2ef;
    margin-bottom: 1em
}

body#formulaire-page textarea {
    resize: vertical;
    min-height: 100px
}

body#formulaire-page fieldset:nth-of-type(2)>input[type=radio] {
    display: none
}

body#formulaire-page fieldset:nth-of-type(2)>label[for^=pref_] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
    margin-top: .8em;
    margin-bottom: .3em
}

body#formulaire-page fieldset:nth-of-type(2)>label[for^=pref_]::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #b29e84;
    border-radius: 50%;
    position: absolute;
    right: 0
}

body#formulaire-page fieldset:nth-of-type(2)>input[type=radio]:checked+label[for^=pref_]::after {
    background-color: #b29e84;
    box-shadow: inset 0 0 0 4px #354a52
}

body#formulaire-page input[type=submit] {
    background-color: #b29e84;
    color: #253439;
    border: 0;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    margin: 10px auto
}

body#formulaire-page input[type=submit]:hover {
    background-color: #d3b690
}

body#formulaire-page footer {
    display: flex;
    justify-content: flex-end;
    padding: 2rem;
    margin-top: auto
}

@media screen and (max-width:1024px) {
    body#formulaire-page form {
        width: 75%
    }
}

@media screen and (max-width:768px) {
    body#formulaire-page .logo {
        width: 30%
    }

    body#formulaire-page form {
        width: 90%
    }

    body#formulaire-page input[type=submit] {
        width: 100%
    }
}