.header-banner {
    display: none;
}
@media screen and (min-width: 1056.98px) {
    .header:not(.header-light) {
        height: 89px;
    }
}

[data-page="hp-versailles"] .event-btn{
    height: 37px;
    border: none;
    min-width: 175px;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-page="hp-versailles"] [data-role="hero"]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
[data-page="hp-versailles"] [data-role="hero"] .event-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
[data-page="hp-versailles"] [data-role="hero"] .event-btn{
    background-color: #AF8F56;
    color: #FFFFFF;
    width: 290px;
    height: 57px;
}


/* trianon */
[data-page="hp-versailles"] [data-role="trianon"]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    min-height: 391px;
}
[data-page="hp-versailles"] [data-role="trianon"] .petale{
    position: absolute;
    top: -130px;
    right: -85px;
}
[data-page="hp-versailles"] [data-role="trianon"] .pattern{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
[data-page="hp-versailles"] [data-role="trianon"] .container-edito{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: absolute;
    max-width: 1037px;
}
[data-page="hp-versailles"] [data-role="trianon"] .container-edito .flag{
    color: #AF8F56;
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
}
[data-page="hp-versailles"] [data-role="trianon"] .container-edito h2{
    font-weight: 500;
    font-family: 'BDO Grotesk', sans-serif;
    font-size: 52px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
    color: #51545A;
}
[data-page="hp-versailles"] [data-role="trianon"] .container-edito h2 span{
    color: #AF8F56;
    font-weight: 300;
    font-style: italic;
    font-size: 52px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
}
[data-page="hp-versailles"] [data-role="trianon"] .container-edito p{
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #51545A;
}
/* focus products */
[data-page="hp-versailles"] [data-role="focus-products"]{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    width: calc(100% - 200px);
    margin: 55px auto 115px;
}
[data-page="hp-versailles"] [data-role="focus-products"] .left-container {
    width: 50%;
}
[data-page="hp-versailles"] [data-role="focus-products"] .right-container {
    width: 50%;
}
[data-page="hp-versailles"] [data-role="focus-products"] [data-role="focus-img"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: sticky;
    top: 125px;
}
[data-page="hp-versailles"] [data-role="focus-products"] [data-role="focus-img"] img{
    width: 100%;
}
[data-page="hp-versailles"] [data-role="focus-products"] [data-role="focus-img"] .text-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;
    position: absolute;
    left: 67px;
    top: 75px;
}
[data-page="hp-versailles"] [data-role="focus-products"] [data-role="focus-img"] .text-container h2{
    font-family: 'Inter Tight',sans-serif;
    font-weight: 600;
    font-size: 25.05px;
    line-height: 32.21px;
    letter-spacing: 0;
    color: #FFFFFF;
}
[data-page="hp-versailles"] [data-role="focus-products"] [data-role="focus-img"] .text-container .event-btn{
    background-color: #2D2D2D;
    color: #FFFFFF;
    font-size: 12.52px;
    width: 227px;
    height: 44px;
}
[data-page="hp-versailles"] [data-role="focus-products"] p{
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    text-align: center;
    color: #767676;
    width: 71%;
    margin: 0 auto 57px;
}
[data-page="hp-versailles"] [data-role="focus-products"] .focus-products-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}
[data-page="hp-versailles"] [data-role="focus-actu"] {
    background-color: #A5B8D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0 160px;
}
[data-page="hp-versailles"] [data-role="focus-actu"] .flag{
    font-family: 'BDO Grotesk',sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: #FFFFFF;
}
[data-page="hp-versailles"] [data-role="focus-actu"] h2{
    font-family: 'BDO Grotesk',sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
    color: #51545A;
    margin-top: 42px;
}
[data-page="hp-versailles"] [data-role="focus-actu"] span{
    font-family: 'Ivy Ora Display',serif;
    font-weight: 300;
    font-size: 52px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
    font-style: italic;
    color: #FFFFFF;
}
[data-page="hp-versailles"] [data-role="focus-actu"] .actu-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    max-width: 76%;
    margin: 55px auto 0;
}
[data-page="hp-versailles"] [data-role="focus-actu"] .actu-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
[data-page="hp-versailles"] [data-role="focus-actu"] .actu-block.middle{
    justify-content: center;
}
[data-page="hp-versailles"] [data-role="focus-actu"] img{
    width: 100%;
}
[data-page="hp-versailles"] [data-role="focus-actu"] .actu-block:not(.middle) .promo-container{
    height: 50%;
}
[data-page="hp-versailles"] [data-role="focus-actu"] .promo-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3B3B3B;
    position: absolute;
    text-align: center;
    font-family: 'Ivy Ora Display',serif;
    font-weight: 400;
    font-style: italic;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0;
}
[data-page="hp-versailles"] [data-role="focus-actu"] .discount{
    text-align: center;
    color: #AF8F56;
    font-family: 'BDO Grotesk',sans-serif;
    font-weight: 800;
    font-size: 118px;
    line-height: 90%;
    letter-spacing: 0;
}
[data-page="hp-versailles"] [data-role="banner-versailles"]{
    width: 100%;
}
[data-page="hp-versailles"] [data-role="banner-versailles"] img{
    width: 100%;
}

/**/
[data-page="hp-versailles"] [data-role="newsletter"]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    min-height: 941px;
}
[data-page="hp-versailles"] [data-role="newsletter"] .pattern{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
[data-page="hp-versailles"] [data-role="newsletter"] .flowers{
    width: 1177px;
    height: auto;
    position: absolute;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter{
    background: #FFFFFF;
    position: absolute;
    width: 468px;
    height: 623px;
    border-radius: 140px 140px 20px 20px;
    box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.25);
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-intro{
    font-family: 'BDO Grotesk',sans-serif;
    font-weight: 500;
    font-size: 12.2px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-discount{
    font-family: 'IvyMode',serif;
    font-weight: 600;
    font-size: 123.77px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
    color: #AF8F56;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-text{
    font-family: 'BDO Grotesk',sans-serif;
    font-weight: 400;
    font-size: 16.56px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #4A6682;
    display: flex;
    flex-direction: column;
    gap: 21px;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-text span{
    font-family: 'IvyOra Display',serif;
    font-weight: 500;
    font-style: italic;
    font-size: 45px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-text span b{
    font-family: 'BDO Grotesk',sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .ctas-container{
    flex-direction: column;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-form{
    flex-direction: column;
    margin-top: 21px;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter.friendlycaptcha #f_subscriber_express_email{
    margin-left: unset;
    margin-right: unset;
    width: 310px;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-form #f_newsletter_footer_email_object{
    border-color: #4A6682;
    width: 100%;
    height: 48px;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter.friendlycaptcha .cta-submit{
    width: 310px;
    height: 55px;
    margin-top: 11px;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter.friendlycaptcha .cta-submit p{
    font-size: 16px;
    line-height: 109%;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .inscription-done.showed .inscription-mention{
    font-weight: 600;
    font-family: 'BDO Grotesk', sans-serif;
    font-size: 52px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
    color: #51545A;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .inscription-done.showed .inscription-offer{
    font-weight: 500;
    font-family: 'BDO Grotesk', sans-serif;
    font-size: 52px;
    line-height: 109%;
    letter-spacing: 0;
    text-align: center;
    color: #51545A;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-title{
    text-transform: uppercase;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .newsletter-title span{
    font-family: 'Ivy Ora Display', serif;
    font-style: italic;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
    color: #AF8F56;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .inscription-done.showed .inscription-offer b{
    display: contents;
}
[data-page="hp-versailles"] [data-role="newsletter"] .module-newsletter .inscription-done .inscription-offer .code-box{
    color: #AF8F56;
}
