@font-face {
    font-family: 'Edwardian Script ITC';
    src: url('fonts/edwardianscriptitc.ttf') format('truetype');
}



* {-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

img {-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
image-orientation: none;
}


html {
    overflow-y: scroll !important;
}

body {
    font-family: "Karla", sans-serif;
    font-size:20px; 
    color:#d7d7d7;
    margin: 0;
    background-color:#151515;
    line-height: 1.4;
}

@media (max-width:600px) {
    body {font-size:18px;}
}


html {height:100%;}


:root { 
    --header-height: 286px;
}
.wrapper-header{
    display: flex;
    flex-direction: row;

    position: relative;
    height: var(--header-height);
    position: relative;
    z-index: 1000000000;
    filter: drop-shadow(0 3px 13px rgba(0, 0, 0, 0.3));
    
    background-color: #101010;
}

.wrapper-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    z-index: 100000;
    pointer-events: none;

    background: linear-gradient(to bottom, #93724a 50%, #775140 50%);
}
.wrapper-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: -2;
    pointer-events: none;

    background: url('i/motif-header.svg') repeat-x top center / 600px auto;

    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);

}

.wrapper-header div.logo {
    flex-shrink: 0;
    --scale: 1;
    margin-left: 55px;
    z-index: 100000;
}

.wrapper-header .logo {
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.wrapper-header .logo img {
    vertical-align: top;
    padding: 8px 10px 0px 10px;
}

.wrapper-header .wrapper-right {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.wrapper-header .wrapper-menu{
    text-align: center;
    padding-right: 30px;
}
.wrapper-header .menu{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 120px;
}
.wrapper-header .menu > li{
    position: relative;
    z-index: 10;
}

.wrapper-header .menu a,
.wrapper-header .menu span{
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #c4a05f;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 30px 25px;
    text-align: center;
    cursor: pointer;
    
    height: 100%;
    display: flex;
    align-items: center;
}

.wrapper-header .menu a br, 
.wrapper-header .menu span br {
    display: none;
}

.wrapper-header .menu-item:hover {
    
}

.wrapper-header .menu-item.selected {
    
}

.wrapper-header .menu-item > a::before,
.wrapper-header .menu-item > span::before {
    content:" ";
    position: absolute;
    top: 0;
    left:50%;
    transform: translate(-50%, -10%);
    width:100%;
    height: 40px;
    background: url('i/menus.svg') no-repeat center center / auto 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s, clip-path 0.2s ease-in-out 0s;

    clip-path: circle(0% at 50% 100%);
}


.wrapper-header .menu-item:hover > a::before,
.wrapper-header .menu-item:hover > span::before {
    opacity: 0.5;
    clip-path: circle(100% at 50% 100%);
}

.wrapper-header .menu-item.selected > a::before,
.wrapper-header .menu-item.selected > span::before {
    opacity: 1;
    clip-path: circle(100% at 50% 100%);
}

.wrapper-header .menu span .menu-arrow {
    margin-left: 8px;
}

.wrapper-header .menu-item.selected .menu-arrow {
    filter: none;
} 

.wrapper-header .sousmenu{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    background-color: #101010;
    z-index: -1;
    box-shadow: 0 1px 10px rgba(38,38,38, 0.8);
}
.wrapper-header .sousmenu a{
    color: #c4a05f;
    text-decoration: none;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 1.15;
    font-size: 22px;
    font-weight: 700;
}

.wrapper-header .sousmenu a:hover{
    background-color: #342e23;
}

.wrapper-header .sousmenu .selected a {
    background: #c4a05f;
    color:#101010;
}

.wrapper-header .menu li:hover > ul{
    display: block;
}



.wrapper-header .header-top {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.wrapper-header .header-top h3 {
    font-family: "Philosopher", sans-serif;
    color: #c4a05f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.wrapper-header .header-top .bouton-reserver {
    display: inline-block;
    font-family: "Philosopher", sans-serif;
    color: #101010;
    /* background: #c4a05f; */
    text-decoration: none;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.wrapper-header .burger-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 15px;
    background-color: transparent;
    border: none;
    display: none;
    cursor: pointer;
    z-index: 100000;
    transition: background 0.2s ease;
}
.wrapper-header  .burger-btn .line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #c4a05f;

    transition: transform 0.2s ease;
}

.wrapper-header.open .burger-btn {
    background: #c4a05f;
}
.wrapper-header.open  .burger-btn .line {
    background: #000;
}

.wrapper-header .burger-btn .line:first-child{
    transform: translate(-50%, -10px); /* 8px + 2px de la hauteur*/
}
.wrapper-header .burger-btn .line:last-child{
    transform: translate(-50%, 8px);
}
.wrapper-header.open .burger-btn .line:first-child{
    transform: translate(-50%, -50%) rotate(45deg);
}
.wrapper-header.open .burger-btn .line:nth-child(2){
    transform: translate(-50%, -50%) scaleX(0);
}
.wrapper-header.open .burger-btn .line:last-child{
    transform: translate(-50%, -50%) rotate(-45deg);
}


@media (max-width: 1650px) {
    :root {
        --header-height: 256px;
    }
    .wrapper-header .menu a,
    .wrapper-header .menu span {
        font-size: 22px;
        padding: 30px 20px;
    }
    .wrapper-header div.logo {
        margin-left: 30px;
    }
    .wrapper-header .logo img {
        width: 220px;
    }

    .wrapper-header .header-top {
        top: 30px;
    }
}
@media (max-width: 1470px) {
    :root {
        --header-height: 206px;
    }
    .wrapper-header .menu {
        height: 100px;
    }
    .wrapper-header div.logo {
        margin-left: 20px;
    }
    .wrapper-header .menu a,
    .wrapper-header .menu span {
        font-size: 20px;
        padding: 30px 18px 20px;
    }
    .wrapper-header .logo img {
        width: 175px;
        padding: 4px 10px 0px 10px;
    }

    .wrapper-header .header-top {
        top: 20px;
    }
}
@media (max-width: 1320px) {
    .wrapper-header .wrapper-menu {
        padding-right: 10px;
    }
    .wrapper-header .header-top {
        right: 20px;
    }
    .wrapper-header .header-top .bouton-reserver {
        font-size: 22px;
        padding: 10px 20px;
    }
    .wrapper-header .header-top h3 {
        font-size: 22px;
    }
}
@media (max-width: 1280px) {
    :root {
        --header-height: 190px;
    }
    .wrapper-header .menu a, 
    .wrapper-header .menu span {
        padding: 20px 15px 20px;
    }
    .wrapper-header .logo img {
        width: 160px;
    }
    
    .wrapper-header .menu {
        height: 110px;
    }
    .wrapper-header .menu a br, 
    .wrapper-header .menu span br {
        display: inline;
    }

    .wrapper-header .menu-item > a::before, .wrapper-header .menu-item > span::before {
        height: 30px;
    }
    .wrapper-header div.logo {
        margin-left: 10px;
    }

}
@media (max-width: 1130px) {
    .wrapper-header div.logo {
        margin-left: 6px;
    }
    .wrapper-header .wrapper-menu {
        padding-right: 15px;
    }
}
@media (max-width: 1090px) {
    .wrapper-header .menu a, 
    .wrapper-header .menu span {
        font-size: 18px;
    }
}


@media (max-width: 1030px) {
    :root {
        --header-height: 170px;
    }

    .wrapper-header .logo img {
        width: 140px;
    }

    .wrapper-site {
        overflow: hidden;
    }

    .wrapper-header:not(.showslidemenu),
    .wrapper-header:not(.showslidemenu) .wrapper-menu{
        transition: none;
    }

    body.nav-open{
        height: 100vh;
        height: 100dvh;
        overflow-y: hidden;
    }

    .wrapper-header .burger-btn{
        display: block;
    }

    
    .wrapper-header .header-top {
        top: auto;
        bottom: 26px;
        right: 10px;
    }
    
    body.nav-open .wrapper-header .burger-btn{
        position: fixed;
    }

    .wrapper-header ul.socials {
        height:auto;
        align-items: flex-end;
    }

    .wrapper-header .wrapper-menu {

        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 100000;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        opacity: 0;
        padding: 0;
        transition: opacity 0.2s ease;
        opacity: 0;
        pointer-events: none; 
        height: 100vh;      
    } 

    .wrapper-header.open .wrapper-menu{
        opacity: 1;
        pointer-events: all;
    }

    .wrapper-header .wrapper-menu .menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 60px 10px 10px;   
        height: 100%;
        background: #151515;
        transform: translateX(100%);
        min-width: 240px;
        transition: transform 0.2s ease-out;
        transform-origin: top right;
        max-width: 350px;
        margin-left: auto; 
        overflow: auto;
    }
    .wrapper-header.open .wrapper-menu .menu {
        transform: translateX(0);
        counter-reset: menu-item;
    }


    .wrapper-header .wrapper-menu .menu a,
    .wrapper-header .wrapper-menu .menu span {
        padding: 10px;
        width: 100%;
        text-align: left;
        height: auto;
        opacity: 0;
        transform: translateX(10px);
        counter-increment: menu-item;
        
    }
    
    .wrapper-header.open .wrapper-menu .menu a,
    .wrapper-header.open .wrapper-menu .menu span {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 0.3s ease calc(0.1s + 0.1s * var(--n-menu-item)), transform 0.3s ease calc(0.1s + 0.1s * var(--n-menu-item));
    }
    
    .wrapper-header .menu > li {
        width: 100%;
    }
    .wrapper-header .wrapper-menu a{
        position: relative;
    }
    .wrapper-header .wrapper-menu .sousmenu a:hover{
        /* background: rgba(0, 0, 0, 0.1); */
    }
    .wrapper-header .menu-item:hover {
        background: inherit;
    }
    .wrapper-header .menu-item:not(.selected):hover > a{
        /* background: #354a5a; */
    }

    .wrapper-header .wrapper-menu .sousmenu{
        position: static;
        box-shadow: none;
        display: block;
        background: #151515;
        padding-left: 15px;
        transform: none;
    }
    .wrapper-header .menu-item:hover.closed .sousmenu,
    .wrapper-header .menu-item.closed .sousmenu {
        display: none;
    }
    .wrapper-header .menu-item.closed .menu-arrow {
        transform: rotate(-90deg);
    }

    .wrapper-header .wrapper-menu .sousmenu a{
        font-weight: 500;
        padding: 10px 10px;
        text-align: left;
        color: #b0b0b0;
        font-size: 16px;
        text-transform: none;
    }
    .wrapper-header .wrapper-menu .sousmenu .selected a{color: #151515;}

    .wrapper-header .menu-item > a::before,
    .wrapper-header .menu-item > span::before {
        top: 50%;
        left: 0;
        transform: translate(-10px, -50%) rotate(90deg);
        width: 20px;
        height: 20px;
        background-size: 100% auto;
    }
}
@media (max-width: 800px) {
    .wrapper-header .header-top h3 {
        display: none;
    }
}
@media (max-width: 550px) {
    .wrapper-header::after {
        background-size: 400px auto;
    }
}

@media (max-width: 420px) {
    .wrapper-header .header-top .bouton-reserver {
        font-size: 18px;
        padding: 10px 15px;
    }
    .wrapper-header div.logo {
        margin-left: 10px;
    }
    .wrapper-header .logo img {
        width: 110px;
    }
    :root {
        --header-height: 140px;
    }

    .wrapper-header div.logo {
        margin-left: 0px;
    }

    .wrapper-header .wrapper-menu .menu {
        min-width: 100%;
    }
}
@media (max-width: 400px) {

}

 

.wrapper-footer {
    background:#121212;
}

.citation-footer {
    background: #000000;
    text-align: center;
    font-family: "Philosopher", sans-serif;
    color: #c4a05f;
    padding: 35px 20px;
    font-size: clamp(20px, 3.5vw, 26px);
    line-height: 1.1;
    font-style: italic;
}
.citation-footer q {
    font-style: italic;
    font-weight: 400;
}
.citation-footer q::before,
.citation-footer q::after {
    content: none;
}
.citation-footer strong {
    font-weight: 700;
}

.wrapper-footer a {
    color: currentColor;
    text-decoration: none;
}
.wrapper-footer a:hover {
    color: #fff;
}


/* FOOTER */
.wrapper-footer-inner {
    position: relative;
    color: #FFFFFF;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;

    z-index: 1;
    padding: clamp(40px, 8vw, 80px) 0 clamp(60px, 16vw, 200px);
}
.wrapper-footer-inner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: clamp(100px, 15vw, 200px);
    transform: scaleY(-1);
    
    pointer-events: none;
    background: url('i/motif-header.svg') repeat-x bottom center / auto 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.footer-1, .footer-2, .footer-3 {
    width: 33.33%;
    z-index: 1;
}

.wrapper-footer-inner .footer-inner {
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 25px 15px 25px;
    color: #b0b0b0;
}


.wrapper-footer-inner .footer-inner h3 {
    font-family: "Philosopher", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}



.footer-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-3 ul a {
    color: currentColor;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 0;
    text-transform: uppercase;
}

.footer-inner address {
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px;
}
.footer-inner .footer-tel {
    margin: 25px 0;
}
.footer-3 a {
    color: currentColor;
    font-weight: 400;
    text-decoration: none;
}



.wrapper-footer .mentions{
    color: #959595;    
}


.footer-reseaux {
    margin-top: 20px;
}
.footer-reseaux a {
    text-decoration: none;
}
.footer-reseaux img {
    width: auto;
    height: 35px;
    margin: 0 5px;
}

div.mentions {
    position: relative;
    max-width: 1580px;
    margin: auto;
    text-align: center;
    padding: 40px 20px 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;color: #959595;
}

div.mentions a {color:#959595;font-weight: bold;text-decoration: none;}
div.mentions a:hover {color:#fff;}

@media (max-width: 1100px) {

    .wrapper-footer-inner {
        row-gap: 50px;
    }
    .wrapper-footer .footer-1 {
        width: 100%;
    }
    .wrapper-footer .footer-2,
    .wrapper-footer .footer-3 {
        width: 50%;
    }
    .wrapper-footer .footer-1 .footer-inner,
    .wrapper-footer .footer-2 .footer-inner,
    .wrapper-footer .footer-3 .footer-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 700px) {
    .wrapper-footer-inner {
        row-gap: 50px;
    }
    .wrapper-footer .footer-2, .wrapper-footer .footer-3 {
        width: 100%;
    }
    .wrapper-footer-inner .footer-inner h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

}


.formulaire-envoyer input.form_submit,
a.bouton {
    display: inline-block;
    font-family: "Philosopher", sans-serif;
    color: #101010;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    border: none;

    position: relative;
    z-index: 1;
}

a.bouton::before,
.bouton-reserver::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* background: #151515; */
    background: #c4a05f;
    z-index: -1;
    outline: 2px solid #c4a05f;
}
a.bouton::after,
.bouton-reserver::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: #151515;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
}

a.bouton:hover,
.bouton-reserver:hover {
    transition: color 0.2s ease;
    color: #c4a05f!important;
}
a.bouton:hover::after,
.bouton-reserver:hover::after {
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: scale(1);
    opacity: 1;
}

.formulaire-envoyer input.form_submit {
}

.formulaire-envoyer input.form_submit {
    padding: 8px 18px;
    font-size: 18px;
    cursor: pointer;
    background: #c4a05f;
}

@media (max-width: 720px) {
    a.bouton {
        font-size: 18px;
        padding: 12px 22px;
    }
}




.wrapper-site {
    overflow: hidden;
}
.wrapper-contenu {
    background:#151515;
    z-index: 1;
    position: relative;
}
.wrapper-boxed-contenu {
    max-width:1180px;
    margin:auto;}
.wrapper-boxed {}
.boxed {
    max-width:1380px;
    margin:auto;
}

@media (max-width:800px) {
    .wrapper-boxed {
        background-size:1000px auto;
    }
}



h1,h2.h1 {
    font-family: "Philosopher", sans-serif;
    font-size: clamp(32px, 6vw, 50px);
    font-weight: 400;
    line-height: 1;
    color: #cfb992;
    text-transform: none;
    margin: 0;
}


span.dl {
    font-family: "Philosopher", sans-serif;
    display: block;
    text-transform: none;
    color: #c4a05f;
    font-size: clamp(20px, 0.8em, 30px);
    line-height: 1;
    font-weight: 400;
    margin-top: 0.1em;
}



h2 {
    font-family: "Philosopher", sans-serif;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    color: #c4a05f;
    position: relative;
    line-height: 1.1;
    font-size: clamp(28px, 5vw, 40px);
    margin-bottom: -10px;
}

h3 {
    font-family: "Philosopher", sans-serif;
    font-size: clamp(24px, 4vw, 30px);
    font-weight: 700;
    color: #c4a05f;
    margin: 0;
    line-height: 1;
}




div.padding { padding:30px 20px 50px 20px;}



@media (max-width:900px) {
    div.padding { padding-top:30px;}
}
@media (max-width:660px) {
    div.padding { padding-top:20px;}
}



.justify  { text-align:justify;}
div.center  { text-align:center;}

/*.cadrephoto {border:1px solid #929292;}*/

a.lien:link,
a.lien:visited {
    color: #c4a05f;
    border-bottom: 1px solid #c4a05f;
    font-weight: 700;
    text-decoration: none;
}

a.lien:hover {
    color: #cfb992;
    border-bottom-color: #cfb992;
    text-decoration: none;}


a.lienpetit:link,a.lienpetit:visited {font-size:15px;color:#c4a05f;    border-bottom: 1px solid #c4a05f; font-weight:700; text-decoration:none; }
a.lienpetit:hover{color:#cfb992;border-bottom: 1px solid #cfb992;text-decoration:none;}

span.or {color:#c4a05f;font-weight: normal}
span.petit {
    font-size: 16px;
}



.list-3-columns {-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;}

.list-2-columns {-webkit-column-count: 2; 
-moz-column-count: 2;
column-count: 2;}



@media (max-width:800px) {
    .list-3-columns {-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;}
}
@media (max-width:490px) {
    .list-3-columns, .list-2-columns {-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;}
}



ul.list-3-columns li, ul.list-2-columns li {-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;}





ul.puce {
    margin: 0;
    padding: 0;
	margin-top:5px;
	margin-bottom:5px;
    padding-left:10px;
}
ul.puce > li {
    position: relative;
    list-style-type:none;
    overflow: auto;
}
ul.puce > li::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background: url('i/puce.svg') center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: translateY(-1px);
}



ul.images {
    padding:0px;
    margin:0;
    list-style-type:none;
}

ul.images li {
    float:left;
}

ul.images div.i {
    display:block;
    margin:auto;
    text-align:center;
}

ul.n2 li {width:50%;}
ul.n3 li {width:33.33%;}
ul.n4 li {width:25%;}
ul.n5 li {width:20%;}

ul.n2 li, ul.n3 li, ul.n4 li, ul.n5 li {padding-left:10px;padding-right:10px;}


@media (max-width:880px) {
    ul.n4 li {width:50%;margin-bottom:20px;}
}




@media (max-width:560px) {
	ul.n2 li, ul.n3 li, ul.n4 li, ul.n5 li {width:100%;margin-bottom:20px;}
	ul.images li {float:none;}
}



input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 90%;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 5px;
  color: #fff;
  border-radius: 0;
}




div.right { float:right; padding-left:16px; max-width: 100%;}
div.left { float:left; padding-right:16px;max-width: 100%;}

div.right-responsive {float:right; padding-left:16px;max-width:100%;}
div.left-responsive {float:left; padding-right:16px;max-width:100%;}

div.right-responsive-xl {float:right; padding-left:16px;max-width:100%;}
div.left-responsive-xl {float:left; padding-right:16px;max-width:100%;}


@media (max-width:800px) {
    div.right-responsive-xl {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
    div.left-responsive-xl {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
}

@media (max-width:560px) {
    div.right-responsive {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
    div.left-responsive {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
}


div.dessous {clear:both;height: 0px;}


.obligatoire {font-size:15px; color:#d5a356; font-weight:bold; }

input.contact,textarea.contact {color:#111111; background-color:#f4f7f8; border:solid #333 1px; font-size:15px;}

input.contact_pb,textarea.contact_pb {  color:#111111; background-color:#f4f7f8; border:solid #ff0000 1px; font-size:15px;}
input.frmsubmit {  background-color:#D4A356; border:#D4A356 1px solid; height:22px; width:90px; cursor:hand;  font-size:15px; color:#000; font-weight:bold;  text-decoration:none;}

.cadresubmit { border:1px #111111 solid; }

.sousmenu_bg {background-image:url(i/sousmenu_bg.gif);background-repeat:repeat-y;background-position:right;background-color:#D1D5D6;border-top:1px solid #fff;border-bottom:1px solid #fff;}

a.liennewsticker:link,a.liennewsticker:visited,a.liennewsticker:hover,a.liennewsticker:active {font-size:15px; color:#000; font-weight:normal; font-style:normal; text-decoration:none; }
a.liennewsticker:focus {outline:none;}


.pagination_inactif { color:#403f3f; font-weight:normal; font-style:normal;}
a.lienpagination:link,a.lienpagination:visited,a.lienpagination:hover,a.lienpagination:active  {   color:#000; font-weight:bold; text-decoration:none;display:block;width:100%;}
a.lienpaginations:link,a.lienpaginations:visited,a.lienpaginations:hover,a.lienpaginations:active  {   color:#000; font-weight:bold; text-decoration:none;display:block;width:100%;}
.cadrepagination {}
.cadrepaginations {background-color:#c4a05f;}
a.lienpaginations[href="#"] {pointer-events: none;}
table.pagination {background-color:#CCC;border:1px solid #ccc;background-image:url(i/pagination.gif);background-repeat:repeat-x;background-position:top;}

div.pagination {
    background-color: transparent;
    padding: 6px;
    overflow: hidden;
}
div.detail-pagination {background-color:transparent;padding:6px 10px;overflow:hidden;}

.arrow-next {
    padding-left:6px;
    display: inline-block;
    vertical-align: middle;
}

.arrow-previous {
    padding-right:6px;
    display: inline-block;
    vertical-align: middle;
}



@media (max-width:580px) {
    td.cadrepaginations, td.cadrepagination {display: none;}
}



div.map {}

.form_header {
    background: #28292a;
    color:#ffffff;text-align:left;padding:4px;
    text-transform: uppercase;text-align: center;font-weight: normal;
}
form table:nth-of-type(1) {    
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    border: 1px solid #dedede;*/
}

.formulaire-message-envoye {
    padding: 20px;
    background: linear-gradient(135deg, #450e32, #151515 80%);
    box-shadow: 0px 0px 20px rgba(53, 53, 53, 1);
    margin-top: 20px;
}

sup{
    color: #c4a05f;
    font-weight: 700;
    font-size: 16px;
    vertical-align: top;
}
.error{color:#c4a05f;font-weight: 700;}
.form_label {font-weight:normal;}
.form_input {}
div.form_note {font-style:italic;font-size:10px;}

#form {
    color:#B0B0B0;
    background-position: center center;
    padding: 20px;
}

#form textarea {
    resize: vertical;
    min-height: 50px;
}

.formulaire-envoyer {margin-top:25px;text-align: center;}

.formulaire-champs-requis {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
}

img {max-width: 100%;height:auto;}

div.wrapper-padding {padding-left:20px;padding-right:20px;}

@media (max-width:400px) {
	div.wrapper-padding {padding-left:14px;padding-right:14px;}
}

#menu {
    display:none;
}

@media (max-width:500px) {
	div.justify {text-align: left;}
}

a.back-to-top {
    display: none;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999999;
    right: 0;
    transform: translateX(-50%);
    bottom: 20px;
    background: #c4a05f url("i/arrow-up.svg") no-repeat center center;
    background-size: 20px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
    transition: all 0.2s ease-in-out 0s;
}

a.back-to-top:hover {
    background-size: 24px 24px;
}



iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}



div.galerie-photo {width:33.33%;display:inline-block;vertical-align: top;padding:18px;text-align: center;}

div.galerie-photo img, ul.images img {margin-bottom: 7px;}

@media (max-width:800px) {
    div.galerie-photo {width:50%;}
}


@media (max-width:500px) {
    div.galerie-photo {width:100%;}
}

img.cadrephoto, img.ombre, ul.images img {
    box-shadow: 0px 0px 20px rgba(53,53,53,1);
}

a.lien-actu {color:inherit;text-decoration: none;}

div.col1-2 {display:inline-block;vertical-align:top;width:48%;}
div.col2-2 {display:inline-block;vertical-align:top;margin-left:4%;width:48%;}


@media (max-width:700px) { 
    div.col1-2 {display:inline-block;vertical-align:top;width:100%;}
    div.col2-2 {display:inline-block;vertical-align:top;margin-left:0%;width:100%;margin-top:15px;}
}


div.col1-3, div.col2-3, div.col3-3 {display:inline-block;width:30%;vertical-align: top;}
div.col2-3, div.col3-3 {margin-left:5%;}


@media (max-width:880px) {
    div.col1-3, div.col2-3, div.col3-3 {width:50%;margin-bottom: 10px;margin-left:0%;padding-left:2%;padding-right: 2%;}

}

@media (max-width:480px) {
    div.col1-3, div.col2-3, div.col3-3 {width:100%;margin-bottom: 10px;margin-left:0%;}

}


.style-galerie {
    border:1px solid #d8d8d8;background:rgba(0,0,0,0.05);position:relative;max-width: 760px;
    margin: auto;
}

.wrapper-galerie {
        float: none;
        width:100%;
        max-width:720px;
        margin:auto;margin-bottom: 20px;
    }

.photo_commentaire {display: block;text-align: center;text-decoration: none !important;color:#000;padding-top:5px;}


.ilightbox {text-decoration: none;}

.h2-puce {
    vertical-align: -1px;
    padding-right: 3px;
}

.wrapper-bande {}
.wrapper-boxed-bande {max-width: 1180px;margin:auto;}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

body label[for="element7i0"] {font-size: 12px;line-height: 1.1;}

div.map iframe {vertical-align: top;}

.actualite-galerie {margin-top:20px; margin-bottom: 20px;}
/* isotope */

.isotope-grid-item { width: 33.333%; }

@media (max-width:1200px) {
    .isotope-grid-item { width: 50%; }
}

@media (max-width:520px) {
    .isotope-grid-item { width: 100%; }
}

.isotope-filter {margin-bottom: 30px;}
.isotope-filter a {position: relative;cursor: pointer;text-transform: uppercase;display: inline-block;padding:4px 20px;}

.isotope-filter a.active {color:#b87d2a;}

.isotope-filter a.active:after {    position: absolute;
    content:" ";
    display: block;
    height:3px;
    background-color: #b87d2a;
    width:100%;
    left:50%;
    transform: translateX(-50%);
    margin:auto;
    margin-top:10px;
}

.pix-masonry-photo {
    padding: 10px;
    text-align: center;
}


.pswp {z-index: 150000000;}


.detail-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.detail-pagination a.lien {
    color: #000 !important;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}

.detail-pagination .show-next {
    text-align: right;
}

.liste-pagination {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.liste-pagination > div {
    display: inline-block;
    width: 100%;
}

.liste-pagination > div:first-of-type{text-align: left;}
.liste-pagination > div:nth-of-type(2){text-align: center;}
.liste-pagination > div:last-of-type{text-align: right;}

.liste-pagination a.lien {
    color:#000 !important;
    font-weight: normal;
    font-style: normal;
}


@media (max-width: 700px) {
    .detail-pagination .show-previous {width: 100%;}
    .detail-pagination .show-next {width: 100%;}
}






.form_label {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
}


.form label[for="element7i0"] {font-size: 13px;color: #c6c6c6;}


.div-centre {text-align: center;}
.div-centre h2 {display: inline-block;}



/* CAROUSEL ACTUS */
.wrapper-bande-actus {
    background: linear-gradient(to bottom, #450e32, #151515 300px);
    padding: clamp(40px, 7vw, 80px) 0px;
    position: relative;
}

.swiper-actus {
    position: relative;
    cursor: grab;
}
.swiper-actus:active {
    cursor: grabbing;
}

.wrapper-actu {
    padding: 20px 20px;
}

.wrapper-bande-actus h2 {
    font-weight: 900;
    color:#fff;
    text-align: center;
    padding: 0 30px;
    margin-bottom: clamp(5px, 1vw, 20px)
}

.wrapper-bande-actus h2 span.dl {
    color:#fff;
}

.wrapper-actu .actu {
    background: #000000;
    text-decoration: none;
    color: #767676;
    display: block;
    box-shadow: 3px 3px 16px rgba(38, 38, 38, 0.4);
    max-width: 500px;
    margin: 0 auto;
}

.wrapper-actu-texte {
    padding: 40px 25px 20px 25px;
    position: relative;
    background-color:#000000;
    transition: transform 0.2s ease;
}

.wrapper-actu-texte h3 {
    margin: 0;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    color: #c4a05f;
}

.wrapper-actu-texte p {
    margin: 0;
    font-size: 19px;
    text-align: center;
    margin-top: 10px;
}

.wrapper-actu-texte .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px; 
    height: 40px;
    background:#c4a05f url('i/plus.svg') no-repeat center center / 20px auto;
    color: #767676;
    border-radius: 50%;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 60px;
    transition: all 0.2s ease;
}
.wrapper-actu-image {
    background-color: #4a4a4a;
    aspect-ratio: 5 / 3;
    overflow: hidden;
}
.wrapper-actu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    transition: transform 0.2s ease;
}

.wrapper-actu .actu:hover .wrapper-actu-image img {
    transform: scale(1.05);
}
.wrapper-actu .actu:hover .wrapper-actu-texte {
    transform: translateY(-20px);
}

@media (max-width: 450px) {
    .wrapper-actu-texte h3 {
        font-size: 20px;
    }
    .wrapper-actu-texte p {
        font-size: 17px;
    }

    .wrapper-actu-texte {
        padding: 40px 15px 15px 15px;
    }

}


.liste-actu {
    margin-bottom: 40px;
    overflow: hidden;
}
.liste-actu .actu-image{
    float: right;
    margin: 0 0 20px 20px;
}
.liste-actu .actu-titre {
    margin: 0;
    margin-bottom: 15px;
    font-family: "Philosopher", sans-serif;
    font-size: clamp(28px, 6vw, 38px);
    font-weight: 400;
    line-height: 1;
    color: #c4a05f;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
}
.liste-actu .actu-titre a {
    color: currentColor;
    text-decoration: none;
}
.liste-actu .actu-texte {
    margin: 0;
}

.liste-actu .actu-lien {
    margin-top: 10px;
}

.actu-detail h1 {
    margin-bottom: 10px;
}

.actu-detail-premiere-image {
    text-align: center;
}

.liste-actu .actu-photos {
    margin-top: 5px;
}


.pswp {z-index: 1500000000 !important;}






.faq-container {
    background-color: #000;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.faq-question {
    margin: 0px;
    padding: 14px 10px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease 0s;
}
 
.faq-answer-container {
    height: 0px;
    overflow: hidden;
    
}

 
.faq-answer {
   
}

.faq-answer-inner {padding: 16px;}

.faq.open .faq-question {
    background-color:#c4a05f;color: #121212;
    
}

.faq-question:hover {
    box-shadow: 0px 0px 24px rgba(0,0,0,0.22);
}

.faq-bouton {
    background-color: #151515;
    color: #fff;
    padding:7px 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 0px;
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
}

.faq.open .faq-bouton {
    transform: translateY(-50%) rotate(90deg);
}

.faq-bouton img {width:8px;height:calc(8px * 21 / 15);display: block;}



.tableau-container {
    overflow-x: auto;
    cursor: grab;
    position: relative;
}
.tableau-container::before {
    content: '';
    position: absolute;
    left: calc(var(--width) + var(--scroll-left) - 50px);
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.50));
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.tableau-container.scroll-end::before {
    opacity: 0;
}

.tableau {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 2px solid #000;
}

.tableau td strong {
    display: inline-block;
    max-width: 200px;
}

.tableau thead {
    background-color: #000;
    color: #c4a05f;
    text-transform: uppercase;
    font-weight: 700;
    border-collapse: collapse;
}
.tableau thead tr{
    background-color: #000;
    color: #c4a05f;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    position: sticky;
    left: 0;
    text-align: center;
    width: var(--width);
}
.tableau thead th {
    display: block;
    margin: 0 auto;
}

.tableau tbody {
    display: table;
    width: 100%;
}

.tableau tbody tr {
    padding: .25em;
}

.tableau tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.03);
}

.tableau th,
.tableau td {
    padding: 0.5em .625em;
   
}

.tableau td {
}

.tableau th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}


/* WEBKIT */
.tableau-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.tableau-container::-webkit-scrollbar-track {
    background: #000;border-radius: 5px;
}
.tableau-container::-webkit-scrollbar-thumb {
    background: #cfb992;border-radius: 5px;
}
/* FIREFOX */
.tableau-container {
    scrollbar-width: large;
    scrollbar-color: #cfb992 #000;
}

.tableau tr:first-of-type td{
    background-color: #000;
    color: #c4a05f;
    text-transform: uppercase;
}

.tableau em {
    font-size: 17px;
}


/* BANDEAU SWIPER */
.pix-bandeau-swiper {
    aspect-ratio: 1920/880;
    position: relative;
    overflow: hidden;
}
.pix-bandeau-swiper .swiper-slide img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pix-bandeau-swiper .swiper-slide {
    position: relative;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}
.pix-bandeau-swiper .swiper-slogan {
    position: absolute;
    bottom: 7%;
    left: 4%;
    right: 0;
    text-align: left;
    pointer-events: none;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(10px);
}
.pix-bandeau-swiper .swiper-slide-active .swiper-slogan {
    opacity: 1;
    transform: translateY(0px);
}
.pix-bandeau-swiper .swiper-slogan h3 {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 5vw, 40px);
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    color: #cfb992;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}
.pix-bandeau-swiper .swiper-slogan span {
    font-size: calc(clamp(20px, 5vw, 40px) * 30 / 40);
    color: #cfb992;
    display: block;
}


.pix-bandeau-swiper video {
    pointer-events: none;
}
.pix-bandeau-swiper video[poster]{
    height:100%;
    width:100%;
    object-fit: cover;
}


.pix-bandeau-swiper .swiper-button-prev::after,
.pix-bandeau-swiper .swiper-button-next::after {
    content: none;
}
.pix-bandeau-swiper .swiper-button-prev,
.pix-bandeau-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #101010 url('i/arrow-right.svg') no-repeat center center / 15px 15px;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.pix-bandeau-swiper .swiper-button-prev {
    transform: rotate(180deg);
}
.pix-bandeau-swiper:hover .swiper-button-prev,
.pix-bandeau-swiper:hover .swiper-button-next {
    opacity: 0.7;
}
.pix-bandeau-swiper .swiper-button-prev:hover,
.pix-bandeau-swiper .swiper-button-next:hover {
    opacity: 1;
}

@media (max-width: 420px) {
    .pix-bandeau-swiper {
        height: 185px;
        aspect-ratio: initial;
    }
}

.bandeau-fixe {
    height: 40px;
}



/* Bande icones services */
.wrapper-bande-services {
    overflow: hidden;
    width: 100%;
    padding: clamp(10px, 7vw, 80px) 0;
    
    background: url('i/fond-services.jpg') no-repeat top left / cover;
    box-shadow: 0px 0px 50px rgba(32,32,32,1);

    position: relative;
    z-index: 2;
}
.swiper-services {
    position: relative;
    cursor: grab;
}
.swiper-services:active {
    cursor: grabbing;
}

.wrapper-service {
    position: relative;
    text-decoration: none;
    color: currentColor;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    margin: 0 auto;

    padding: 30px 0;

}
.wrapper-service:hover {
}

.wrapper-service .service img {
    display: inline-block;
    margin: auto;
    width: auto;
    height: 70px;
    vertical-align: top;
}
.wrapper-service h3 {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    color: #c4a05f;
    text-align: center;
    margin-top: 10px;
}
.wrapper-service span {
    font-size: 19px;
    color: #181818;
}

@media (max-width: 580px) {
    .wrapper-service h3 {
        font-size: 20px;
    }
    .wrapper-service .service img {
        width: 60px;
    }
}




/* BANDEAU BOUDOIR */
.wrapper-bandeau-boudoir {
}
.bandeau-boudoir-inner {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    align-items: center;
}

.bandeau-boudoir-inner .boudoir-img {
    grid-column: 1 / 3;
    grid-row: 1;
}
.bandeau-boudoir-inner .boudoir-text {
    grid-column: 2 / 4;
    grid-row: 1;
    padding: 70px 30px 70px 0px;
}

.wrapper-bandeau-boudoir h2 {
    font-family: 'Edwardian Script ITC', cursive;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    font-size: clamp(50px, 15vw ,100px);
    margin-left: -125px;
    line-height: 0.9;
}
.wrapper-bandeau-boudoir h2 span.dl {
    text-transform: uppercase;
    color: #c4a05f;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding-left: 125px;

}
.wrapper-bandeau-boudoir p {
    max-width: 700px;
    margin: 0;
    margin-top: 30px;
}
@media (max-width: 700px) {
    .bandeau-boudoir-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto 100px auto;
    }
    .bandeau-boudoir-inner .boudoir-img {
        grid-column: 1;
        grid-row: 1 / 3;
    }
    .bandeau-boudoir-inner .boudoir-text {
        grid-column: 1;
        grid-row: 2 / 4;
        padding: 30px 30px 60px;
    }
    .wrapper-bandeau-boudoir h2 {
        margin-left: 0;
    }
    .wrapper-bandeau-boudoir h2 span.dl {
        padding-left: 0;
    }
}





/* ROTATOR FOOTER */
.wrapper-rotator {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.wrapper-rotator .rotator-images-container {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1;
    list-style: none;
    margin: 0;
    position: relative;
    vertical-align: top;
    padding: 0;
}

.wrapper-rotator .rotator-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}
.wrapper-rotator .rotator-image.active{
    opacity: 1;
}

@media (max-width: 1400px) {
    .wrapper-rotator .rotator-images-container:nth-of-type(5) {
        display: none;
    }
}
@media (max-width: 900px) {
    .wrapper-rotator .rotator-images-container:nth-of-type(4) {
        display: none;
    }
}
@media (max-width: 550px) {
    .wrapper-rotator .rotator-images-container:nth-of-type(3) {
        display: none;
    }
}

/* SLOGAN */
.slogan {
    padding: 20px;
    background: linear-gradient(135deg, #450e32, #151515 80%);
    box-shadow: 0px 0px 20px rgba(53,53,53,1);

    position: relative;
    z-index: 1;
}


/* BANDEAU ACCUEIL */
.wrapper-bandeau-accueil {
    text-align: center;
    padding: 70px 20px;
    position: relative;
    z-index: 1;
}
.wrapper-bandeau-accueil .inner {
    max-width: 900px;
    margin: auto;
}

.wrapper-bandeau-accueil .deco-lustre {
    position: absolute;
    top: -10px;
    left: -10px;
    width: clamp(150px, 50vw, 500px);
    height: 100%;
    background: url('i/lustre.svg') no-repeat top left / 100% auto;
    z-index: -1;   
    pointer-events: none;
}
.wrapper-bandeau-accueil .deco-plume {
    position: absolute;
    bottom: -160px;
    right: -40px;
    width: clamp(150px, 50vw, 250px);
    height: calc(clamp(150px, 50vw, 250px) * 2);
    background: url('i/plume.svg') no-repeat center center / 100% auto;
    z-index: -1;
    pointer-events: none;
    transform: rotate(-30deg);
}


/* RESPONSIVE FORMULAIRE */
/* @media (max-width: 700px) { */
    .formulaire {
        display: block;
    }
    .formulaire tbody {
        display: block;
    }
    .formulaire tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .formulaire th {
        text-align: left;
        padding: 0;
        margin-bottom: 3px;
    }
    .formulaire td {
        padding: 0;
        line-height: 1;
    }
    .formulaire td input:not([type="checkbox"]), .formulaire td textarea {
        width: 100%;
    }
    .formulaire-envoyer {
        text-align: left;
    }
/* } */



.page-404 .bandeau-fixe {
    height: 0;
}
.bandeau-404 {
    position: relative;
    z-index: 1;
    aspect-ratio: 1920 / 800;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bandeau-404::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('i/404.jpg') no-repeat center center / cover;
    z-index: -2;
}
.bandeau-404::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle closest-corner at var(--x, 50%) var(--y, 50%), rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 40%);
}

.bandeau-404.hide::after {
    background-color: rgba(0, 0, 0, 0.9);
}