html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-color: #FFF;
 

}
html{
    background-color: #1d1d1d;
}

body.active{
    overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*STYLE*/
body{
    max-width: 1728px;
    margin: auto;
    padding: 0;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main{
    overflow-x: hidden;
}

.section-title{
    position: relative;
    font-weight: 900;
    font-size: 14px;
    color: #C9D1E6;
    text-transform: uppercase;
    padding: 0 0 0 55px;
    margin: 0 0 15px 0;
}


.section-title::after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #C9D1E6;
    width: 50px;
    height: 1px;
}
.black .section-title{
    color: #EFEFEF;
}
.black .section-title::after{
    background-color: #EFEFEF;
}

p b{
    font-weight: 700;
}

h2{
    font-family: "the-seasons", sans-serif;
    font-size: 32px;
    color: #4C4121;
    margin-bottom: 30px;
}

.black h2{
    color: #FFF;
}

p{
    margin-bottom: 15px;
    line-height: normal;
}
p:last-child{
    margin-bottom: 0;
}
ul li{
    position: relative;
    padding-left: 25px;
}

ul li:not(:last-child){
    margin-bottom: 10px;
}

ul li::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url('./images/arrow-list.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

ul li a{
    text-decoration: none;
    color: #4C4121;
}
.btn-main{
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    background: #FFCE50;
    color: #4C4121;
    position: relative;
    border-radius: 30px;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    transition: all ease-in-out .3s;
    outline: none;
    border: none;
}
.btn-main::after{
    content: "";
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-image: url('./images/arrow-list.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
    transition: all ease-in-out .3s;
    border-radius: 50%;
}

.btn-main:hover{
    background: #d69f13;
}

.btn-main:hover::after{
    right: -5px;
}

.bronze .btn-main{
    background: #E6AE75;
}

.bronze .btn-main:hover{
    background: #d29e6a;
}

.silver .btn-main{
    background: #B8B9BB;
}

.silver .btn-main:hover{
    background: #9b9c9e;
}

.gold .btn-main{
    background: #E9B93D;
}

.gold .btn-main:hover{
    background:#cba030;
}


.platinum .btn-main{
    background: #c7dce3;
}

.platinum .btn-main:hover{
    background:#b1cad3;
}

.btn-link{
    display: inline-block;
    text-decoration: none;
    color: #4C4121;
    position: relative;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
}
.btn-link-yellow{
    color: #FFCE50;
}
.btn-link::after{
    content: "";
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url('./images/arrow-list.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}

.btn-link-yellow::after{
    background-image: url('./images/arrow-list-yellow.svg');

}

.btn-facebook::after, .btn-insta::after{
    display: none;
}

.btn-facebook{
    background-color: #0449b8;
    color: #FFF;
    transition: all ease-in-out .5s;
    margin: 15px 5px 5px;
}
.btn-facebook:hover, .btn-facebook:active{
    background: #002e79;
}
.btn-main span{
    vertical-align: middle;
}
.btn-main img{
    width: 24px;
    height: auto;
    vertical-align: middle;

}
.btn-insta{
    background: rgb(255,238,85);
    background: radial-gradient(circle, rgba(255,238,85,1) 0%, rgba(255,221,85,1) 5%, rgba(255,84,62,1) 43%, rgba(200,55,171,1) 100%);
    background-position: -35% 70px;
    color: #FFF;
    background-size: 170%;
    margin: 15px 5px 5px;
}
.btn-insta:hover, .btn-insta:active{
    animation: radienthover 7.5s infinite ease-in-out;
}
@keyframes radienthover{
    0%{
        background-position: -35% 70px;
    }
    25%{
        background-position: -70% 140px;
    }

    50%{
        background-position: -140% 140px;
    }

    75%{
        background-position: 0% 70px;
    }

    100%{
        background-position: -35% 70px;
    }
}

.btn-footer{
    background-color: #FFF;
    color: #1C1C1C;
    transition: all ease-in-out .3s;
}

.btn-yellow{
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    background: #FFCE50;
    color: #4C4121;
    outline: none;
    border:none;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 16px;
}

.btn-white{
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    background: #FFFFFF;
    color: #1C1C1C;
    outline: none;
    border:none;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 16px;
}

.btn-footer:hover{
    padding-right: 35px;
}

.btn-footer::after{
    opacity: 0;
    transform: translateX(-15px);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    background-position: center;
    transition: all ease-in-out .3s;
}

.btn-footer:hover::after{
    opacity: 1;
    transform: translateX(0);
}
#banniere-gateau{
    width:auto;
    max-width: 600px;
    position:fixed; 
    bottom:20px; 
    left:20px; 
    background:#1C1C1C; padding:15px; z-index:9999;
    color: #fff;
    box-shadow: 0 0 15px #00000025;
    border: 1px solid #FFF;
}
#banniere-gateaup, #banniere-gateau h3{
    color: #fff;
}
 #banniere-gateau h3{
    font-size: 35px;
    margin: 0 0 5px 0;
    font-family: "the-seasons", sans-serif;
 }
.section-ctn{
   
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1440px; */
    margin: auto;
}

.services .section-ctn>div,.about .section-ctn>div, .section-ctn .d-flex>div{
    flex-basis: 50%;
   
}
.section-ctn>div, .section-ctn .d-flex>div{
    width: 100%;
}

.offers .section-ctn>div{
    width: 100%;
}
/* Header */

header img{
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 650px;
    object-fit: cover;

}
header{
    position: relative;
}
.header_infos{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    z-index: 2;
    text-align: center;
    color: #FFF;
}

.header_infos a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 15px #000;
}

.header_infos .logo{
    margin: auto;
}

.header_infos .logo svg{
    max-width: 130px;
    height: auto;
}

.header_infos h1{
    font-size: 35px;
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin: 5px 0;
}

.header_overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(29,29,29, 0.45);
    background: linear-gradient(180deg, rgba(29,29,29,0.45) 0%, rgba(29,29,29,0) 100%)
}

.autoplay-container{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 2;
    top: 0;
    left: 0;
}

.autoplay-progress{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  
}
.autoplay-progress .line{
    background: #FFF;
    width: 120px;
    height: 1px;
}
.autoplay-progress .skeleton_line{
    background: #FFF;
    opacity: 0.75;
    width: 120px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.line-overflow{
    overflow: hidden;
    position: relative;
}

.line.line_animated_first{
    animation: line_anim 4.5s forwards linear;
}
.line.line_animated{
    animation: line_anim 5s forwards linear;
}

@keyframes line_anim {
    from{
        transform:translateX(-100%);
    }
    to{
        transform:translateX(0);
    }
}


.number_swiper{
    font-size: 25px;
    color: #FFF;
    font-weight: 500;
}


/* MENU */
nav{
    position: fixed;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 100;
    animation: showDown .75s forwards ease;
}

nav.hide{
    animation: hideUp .75s forwards ease;
}

@keyframes hideUp{
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-99px);
    }
}

@keyframes showDown{
    from{
        transform: translateY(-99px);
    }
    to{
        transform: translateY(0);
    }
}
.nav-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    max-width: 1705px;
    margin: auto;
}
.btn{
    padding: 10px 15px;
    border-radius: 30px;
    color: #4C4121;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn svg{
    max-width: 16px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}
.btn-menu{
    background-color: #FFCE50;
}
.btn-contact{
    background-color: #fff;
    box-shadow: 0 0 10px #00000040;
}
.btn-contact a{
    color: #1D1D1D;
    text-decoration: none;
}
/* CONTACT */

.d-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.contact-ctn{
    color: #FFF;
}

.contact-ctn h1{
    font-family: "the-seasons", Arial, Helvetica, sans-serif;
    font-size: 32px;
    margin-bottom: 15px;
}

.contact-ctn>.d-flex{
    background-color: #fff;
    padding: 30px;
    align-items: auto;
    gap: 15px;
    width: auto;
    color: #1D1D1D;
}



.contact-ctn .form-contact{
    background-color: #2b2e33;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px #2b2e337b;
    
}

.contact-ctn label{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-ctn input, .contact-ctn textarea,.contact-ctn select{
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #1D1D1D;
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.contact-ctn input[type="submit"] {
    border: none;
    border-radius: 15px;
    max-width: 250px;
    padding: 15px;
    margin: auto;
    cursor: pointer;
}
.contact-ctn .nav-infos{
    text-align: left;
    justify-content: flex-start;
    background-color: #FFF;
    color: #1D1D1D

}

.contact-ctn .nav-infos a{
    color: #1D1D1D;
}


.contact-ctn .nav-infos-ctn{
    padding: 0;
}

.d-flex>div{
    flex-basis: 100%;
}

.contact-ctn form .d-flex{
    width: auto;
}
form>div:first-child{
    margin: 15px 0;
}
form>div:not(:first-child){
    margin: 30px 0;
}

form>div:last-child{
    margin: 15px 0;
}

form>div{
    width: 100%;
}

.contact-us{
    padding: 15px;
}

form .d-flex>div{
    width: 100%;
}

.checkbox span, .checkbox a{
    color: #FFF;
}

.checkbox span{
    max-width: 90%;
    margin-right: 0;
    margin-left: auto;
    display: inline-block;
}

.checkbox a {
    opacity: 0.5;
}

.checkbox a:hover{
    opacity: 1;
}

.contact-ctn input[type="checkbox"]{
    width: auto;
    vertical-align: top;
}


/* HEADER */
.header_swiper{
    max-height: 650px;
}

.btn-center{
    text-align: center;
}


.nav-content{
    position: fixed;
    left: 0;
    top: 0;
    width: 100dvw;
    height: 100dvh;
    transform: translateX(-100%);
    transition: all ease .3s;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
}

.nav-content>div{
    flex-grow: 1;
    flex-shrink: 1;
}
.nav-ctn{
    padding: 30px;
    background-color: #1C1C1C; 
    position: relative;   
    z-index: 1;
    flex-basis: 100%;
}

.nav-ctn::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('./images/background_marble_black.jpg') repeat-y;
    background-size: 100%;
    opacity: 0.25;
    z-index: -1;
}


.nav-wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0;
}

.nav-ctn>div{
    flex-basis: 100%;
}

.nav-content.active{
    transform: translateX(0);
}
.close-nav{
    width: 49px;
    height: 49px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease .3s;
}
.close-nav svg{
    width: 34px;
    height: 34px;
}

.close-nav:hover{
    background: #FFFFFF25;
}
.nav-list{
    font-family: "the-seasons", sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: normal;
    margin-top: 15px;
    padding: 0 15px;
}
.nav-list ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.nav-list ul li{
    padding-left: 0;
    margin-left: 0;
    padding: 10px 0;
}

.nav-list ul li::after{
    display: none;
}
.nav-list ul li a{
    color: #fff;
    opacity: 0.75;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all ease-in-out .3s;
    line-height: normal;
}
.nav-list li a::after{
    content: "";
    position: absolute;
    background: #FFF;
    top: -10px;
    bottom: 0;
    margin: auto;
    transform: translateY(5px) translateX(-30px) rotate(45deg);
    opacity: 0;
    transition: all ease-in-out .3s;
    width: 7.5px;
    height: 7.5px;
    left: 0;
}


.nav-list li a:hover, .nav-list li a:active{
    transform: translateX(15px);
    opacity: 1;
}

.nav-list li a:hover::after, .nav-list li a:active::after{
    transform: translateY(5px) translateX(-15px) rotate(45deg);
    opacity: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx),(hover:none) and (pointer:coarse) {
    .nav-list li a:hover::after,  .nav-list li a:active::after{
        transform: translateY(0) translateX(0) rotate(0);
        opacity: 0;
    }
    .nav-list li a:hover, .nav-list li a:active{
        transform: translateX(0);
        opacity: 1;
    }
}

.nav-logo svg{
    width: 100px;
    height: auto;
}

.nav-infos-ctn{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
}
.nav-infos{
    color: #FFF;
    text-align: center;
    flex-basis: 50%;
    background-color: #2b2e33;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.nav-logo .tagline{
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 5px;
}
.nav-address>div>a{
    opacity: 0.75;
}
.nav-address>div{
    margin: 15px 0;
}
.nav-address span{
    font-size: 13px;
    display: inline-block;
    margin-top: 15px;
}
.nav-address a{
    text-decoration: none;
    color: #fff;

    transition: all ease .3s;
}

.nav-address a:hover{
    opacity: 1;
}

.dropdown ul{
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    color: #fff;
    line-height: normal;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all ease .3s;
  

}

.dropdown ul li{
    padding: 5px;
}

.dropdown ul.active{
    max-height:200px;
    margin-top: 15px;
}

.nav-list ul li.dropdown a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.nav-plus{
    background-color: #ffffffd3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all ease .3s;
    min-width: 20px;
}
.nav-plus.active{
    transform: rotate(45deg);
}

.nav-plus img{
    width: 100%;
    height: auto;
}

/* ABOUT */


.about-img{
    max-width: 681px;
    width: 100%;
}

.about-img img{
    width: 100%;
    height: auto;
    max-width: 681px;
    margin: auto;
    display: block;
}

#about_page .section-ctn:nth-child(odd){
    background-color: #fff;

       
    
}

#about_page .section-ctn:nth-child(even){
    background-color: #fff;
    background: url('./images/background_marble.jpg') no-repeat;
    background-size: cover;

}
#about_page .section-ctn{
    gap: 0;
}
#about_page .section-ctn .about-text-ctn{
    padding: 15px;
    background: #FFF;
    align-self: stretch;

}

.section-ctn>div.about-text-ctn{
    max-width: 1250px;
    margin: auto;
}

#about_page .section-ctn{
    position: relative;
    z-index: 0;
}




/* Services */



.service-content-swiper{
    background-color: #1D1D1D;
    background: url('./images/background_marble_black.jpg') no-repeat;
    background-size: cover;
    padding: 30px;
    max-width: calc(100% - 16% - 30px);
    margin-left: 8%;
    color: #FFF;
    z-index: 1;
    position: relative;
    width: 100%;
}

.service_illus{
    width: calc(100% - 8%);
}
.service_illus img{
    width: 100%;
    height: auto;
    max-width: 405px;
}
.service_title{
    font-weight: 700;
    margin: 5px 0;
}
.services-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-illus-swiper, .service-content-swiper {
    overflow: hidden;
}
.section-ctn .service-general{
    padding: 30px;
    background-color: #fff;
    max-width: calc(100% - 60px);
}

.service-general ul{
    list-style: decimal-leading-zero;
    margin-left: 30px;
}
.service-general ul li::after{
    display: none;
}
.service-general ul li{
    font-weight: 700;
    cursor: pointer;
    padding-left: 0;
}
.service-general ul li.active{
    color: #FFCE50;
}

.service-general ul li.active::after{
    background-image: url('./images/arrow-list-yellow.svg');
}

.services .section-ctn{
    flex-direction: column-reverse;
    justify-content: center;
    gap: 45px;
}
.swiper-nav>div{
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px #0000004e;
    transition: all ease-in-out .3s;
}

.swiper-nav{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: -135px;
    z-index: 2;
    position: relative;
    padding: 15px 0;
}
.button-prev svg{
    transform: rotate(180deg);
    stroke: #4C4121;

}

.button-next svg{
    stroke: #4C4121;
}

.swiper-nav>div:hover:not(.swiper-button-disabled), .swiper-nav>div:active:not(.swiper-button-disabled){
    background: #FFCE50;
}

.swiper-button-disabled{
    opacity: 0.5;
}

.service_picto{
    max-width: 75px;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.products-ctn{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    flex-wrap: wrap;
}

.card_product{
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    border:1px solid #595655;
    background-color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;

}

.card_product img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all ease-in-out .3s;
    display: block;
   
}

.card_title{
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    transition: all ease-in-out .3s;
}

.last_events .card_title h3{
    position: inherit;
    text-transform: none;
    text-align: left;
    color: #1d1d1d;


}
.card_product:hover{
    background-color: #FFCE50;
    color: #4C4121;
}
.card_product:hover .card_title{
    background-color: #FFCE50;
    color: #4C4121;
}
.last_events h2{
    color: #FFF;
}
.last_events .card_product:hover .card_title h3{
    color: #4C4121;
}

.card_product:hover img{
    transform: scale(1.05);
}

#services_page .section-ctn{
    background: url('./images/background_marble.jpg') no-repeat;
    background-size: cover;
    gap: 0;
}

#services_page .section-ctn .about-text-ctn{
    padding: 15px;
    background: #FFF;
    height: auto;
    align-self: stretch;
}

.section-ctn.marble{
    background: url('./images/background_marble.jpg') no-repeat;
    background-size: cover;
}

.section-ctn.text-center{
    text-align: center;
    justify-content: center;
    align-items: center;
}

.marble .about-text-ctn h2{
    backdrop-filter: blur(20px);
}

.rs-logo svg, .last_events .last_event_item .last_event_img .rs-logo img{
    width: 42px;
    height: auto;
    display: block;
    
}
.rs-logo{
    position: absolute;
    right: 10px;
    bottom: 10px;
}



/* OFFERS */

.offers-ctn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 15px 0;
}
.offer{
    display: flex;
    height: auto;
    width: 100%;
}
.offer>div{
    flex-grow: 1;
    flex-shrink: 1;

}
.offer.bronze{
    background: #FFEDDB;
}
.offer.silver{
    background: #EFEFEF;
}
.offer.gold{
    background: #FFF0C9;
}

.offer.platinum{
    background: #edf7fa;
}
.offer-content{
    padding: 30px 15px;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.offer-content .btn-main{
    font-size: 13px;
    padding: 5px 10px;
}
.offer-content h3{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.offer-price{
    font-family: "the-seasons", sans-serif;
    font-size: 45px;
    margin: 30px 0;
}
.offer-price span{
    font-size: 25px;
}
/* .offer ul{
    list-style: disc;
    margin-left: 15px;
}
.offer ul li{
    padding-left: 0;
}
*/
.offer ul li::after{
    width: 20px;
    height: 20px;
} 

.offer.bronze ul li::after{
    background:url('./images/check-list-bronze.svg') no-repeat;
    background-size: contain;

}

.offer.silver ul li::after{
    background:url('./images/check-list-silver.svg') no-repeat;
    background-size: contain;

}

.offer.gold ul li::after{
    background:url('./images/check-list-gold.svg') no-repeat;
    background-size: contain;

}

.offer.platinum ul li::after{
    background:url('./images/check-list-platinum.svg') no-repeat;
    background-size: contain;

}


.offer-background{
    width: 75px;
    background-size: cover!important;
}
.bronze .offer-background{
    background: url('./images/marble_bronze.jpg') no-repeat;
}
.silver .offer-background{
    background: url('./images/marble_silver.jpg') no-repeat;
}
.gold .offer-background{
    background: url('./images/marble_gold.jpg') no-repeat;
}

.platinum .offer-background{
    background: url('./images/marble_plat.jpg') no-repeat;
}
.offer-background-ctn{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.i_info{
    display: flex;
    width: 34px;
    height: 34px;
    color: #4C4121;
    border-radius:50%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    /* box-shadow: 0 0 10px #00000040; */
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.i_info:hover, .i_info:active{
    background-color: #4C4121!important;
    color: #fff;
}

.bronze .i_info{
    background-color: #FFEDDB;
}

.silver .i_info{
    background-color: #EFEFEF;
}

.gold .i_info{
    background-color: #FFF0C9;
}

.platinum .i_info{
    background-color: #edf7fa;
}



/* Last events */
.last_events{
    background: url('./images/background_marble_black.jpg') no-repeat;
    background-size: cover;
}
.ctn-center{
    text-align: center;
}
.last_events .last_event_item{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}

.last_events .last_event_item .bottom-infos{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 15px;
    background: #00000077;
    transform: translateY(100%);
    transition: all ease .3s;
    color: #FFF;
    z-index: 1;
    line-height: 1.2;
    pointer-events: none;
}

.last_events .last_event_item .likes-comments{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.last_events .last_event_item .bottom-infos svg{
    vertical-align: bottom;
}

/* .last_event_item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    transition: all ease-in-out .3s;
} */
/* .last_event_item::before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border: 1px solid #fff;
    transform: scale(0.85);
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out .3s;
    pointer-events: none;
} */
.last_events .last_event_item .last_event_img img{
    transition: all ease-in-out .15s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}


.last_events .last_event_item:hover img{
    transform: scale(1.15); 
}
/* .last_event_item:hover::before{
    opacity: 0.33;
} */
.last_events .last_event_item:hover .bottom-infos{
    transform: translateY(0);
}
.last_events .last_events .last_events h3{
    font-family: "the-seasons", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-size: 21px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;

}

.last_events .last_event_img{
    width: 100%;
    height: auto;
    display: block;
}

.last_events .section-ctn{
    padding: 100px 0 100px 15px; 
}
.services_page.last_events .section-ctn{
    padding: 100px 15px; 
}

.last_event-ctn{
    overflow: hidden;
   
}

.last_events .last_event_img a{
    display: block;
    overflow: hidden;
}

.last_events .last_event_item .date-time{
    color: #FFCE50;
    font-family: "the-seasons";
    font-size: 1.4rem;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    background-color: #00000077;
    padding: 5px;
}


.last_event_swiper{
    margin: 30px 0;
    padding-right: 15px;
}

.testi_item{
    text-align: center;
    max-width: 960px;
    width: 100%;
    margin: auto;
}
.testi_item h2{
    font-family: "montserrat", sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.testimonials-ctn{
    position: relative;
    overflow: hidden;
}
.testimonials-ctn::after{
    content:"";
    position: absolute;
    top: -50px;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url('./images/quote-left.svg');
    background-repeat: no-repeat;
    background-size: contain;

}

.testimonials-ctn::before{
    content:"";
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url('./images/quote-right.svg');
    background-repeat: no-repeat;
    background-size: contain;

}

.testi_swiper::before{
    content:"";
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    background-color: #FFCE50;

}

.testi_pers{
    font-weight: 700;
    font-style: italic;
    color: #4C4121;
}

.testi_swiper-pagination{
    margin: 35px auto;
    text-align: center;
}

.testi_swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 2px;
    background: #C9D1E6;
    opacity: 1;
}

.testi_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #FFCE50;
}

/* FOLLOW US */
.followus{
    background: #1C1C1C;
    color: #fff;
}

.followus h2{
    color: #fff;
}
.followus-intro{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.followus-img img{
    max-width: 100%;
    display: block;
    height: auto;
}

.followus-ctn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.followus-ctn>div{
    flex-basis: 100%;
}

/* FOOTER */

footer{
    background-color: #1C1C1C;
}
.footer-ctn{
    padding: 50px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}
.footer-ctn .btn-footer{
    color: #1C1C1C;
    opacity: 1;
}
.footer-ctn h2{
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}
.footer-ctn h3{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}

.footer-ctn a{
    color: #fff;
}

.footer-ctn>div{
    flex-basis: 100%;
    margin-right: 15px;
}
.footer-logo img{
    max-width: 100%;
    height: auto;
}
.footer-ctn li::after{
    display: none;
}
.footer-ctn li{
    
    padding: 5px 5px 5px 0;
}


.footer-ctn li a::after{
    content: "";
    position: absolute;
    background: #FFF;
    top: 0;
    bottom: unset;
    transform: translateY(5px) translateX(-30px) rotate(45deg);
    opacity: 0;
    transition: all ease-in-out .3s;
    width: 7.5px;
    height: 7.5px;
    left: 0;
}
.footer-ctn li a{
    display: inline-block;
    position: relative;
    transition: all ease-in-out .3s;
    opacity: 0.75;
    line-height: normal;

}
.footer-ctn li a:hover, .footer-ctn li a:active{
    transform: translateX(15px);
    opacity: 1;
}

.footer-ctn li a:hover::after, .footer-ctn li a:active::after{
    transform: translateY(5px) translateX(-15px) rotate(45deg);
    opacity: 1;
}

.footer-infos>*{
    margin-bottom: 15px;
}
.footer-infos>div>*{
    opacity: 0.75;
}
.footer-reseaux{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-reseaux>div{
    opacity: 1;
}

.footer-reseaux img{
    width: 35px;
    height: auto;
   
}

.footer-reseaux a{
    opacity: 0.75;
    transition: all ease .3s;
}

.footer-reseaux a:hover{
    opacity: 1;
}



.footer-infos a:not(.btn-main){
    text-decoration: none;

    transition: all ease .3s;
}

.footer-infos a:hover:not(.btn-main){
    opacity: 1;
}


.list-link-ctn{
    padding: 30px 0;
    border-top: 1px solid #B7B7B7;
}

.list-link{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

.list-link a{
    color: #ababab;
    text-decoration: none;
    font-size: 14px;
    transition: all ease .3s;
    text-align: center;
}

.list-link a:hover, .list-link a:active{
    color: #FFF;
}

.footer-ctn.footer-bottom{
    padding: 30px 50px;
}


/* POPUP prix */

.popup-fixed.active{

    transform: scale(1);
}

.popup-fixed{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 105%;
    position: fixed;
    top: -2.5%;
    bottom: 0;
    z-index: 999;
    left: 0;
    transform: scale(0);
    transition: all ease-in-out .3s;
}

.popup-fixed .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('./images/background_marble.jpg') no-repeat;
    background-size: cover;
    filter:blur(5px);
    z-index: -1;
}


.popup-content{
    background-color: #FFF;
    color: #1C1C1C;
    padding: 15px;
    border-radius: 15px;
    width: calc(100% - 30px);
    max-width: 990px;
    margin: auto;
    max-height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;

}

.popup-content-ctn{
    height: 100%;
 
}

.popup-content-txt{
    overflow-y: auto;
    max-height: calc(100% - 64px);
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}
.popup-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    flex-direction: row-reverse;
    gap: 15px;
}

.popup-title h2{
    flex-basis: 100%;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 21px;
    text-transform: none;
    margin: 0;
    font-weight: 600;
}

.close-popup{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    padding: 5px;
    border: 1px solid #4C4121;
    border-radius: 50%;
    flex-basis: 34px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    aspect-ratio: 1/1;
}

.close-popup svg{
    fill: #4C4121;
    height: 100%;
    width: 100%;
    transition: all ease-in-out .3s;

}

.close-popup:hover, .close-popup:active{
    background-color: #4C4121;
}
.close-popup:hover svg, .close-popup:active svg{
    fill: #FFF;
}
.popup-offer{
    padding: 0 10px;
    
}

.popup-offer-title{
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.popup-offer.green{
    border-left: 5px solid #02C77F;
}
.popup-offer.gold{
    border-left: 5px solid #FFCE50;
}
.popup-offer.red{
    border-left: 5px solid #E53B00;
}

.popup-offer.neutral{
    border-left: 5px solid #f7f7f7;
}

.green .popup-offer-title{
    background-color:#02C77F;
    color: #fff;
}

.gold .popup-offer-title{
    background-color:#FFCE50;
    color: #4C4121;
}

.red .popup-offer-title{
    background-color:#E53B00;
    color: #fff;
}

.neutral .popup-offer-title{
    background-color:#f7f7f7;
    color: #1d1d1d;
}

.popup-offer.green a:hover, .popup-offer.green a:active{
    color: #02C77F;
}
.popup-offer.gold a:hover, .popup-offer.gold a:active{
    color: #FFCE50;
}
.popup-offer.red a:hover, .popup-offer.red a:active{
    color: #E53B00;
}

.popup-offer a {
    color: #4C4121;
    text-decoration: underline;
    font-weight: 600;
    transition: all ease-in-out .3S;
}
.gallery-item{
    padding: 15px;
    width: 100% !important;
}
.gallery-item img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.popup-content-gallery{
    overflow-x: hidden;
    overflow-y: hidden;
    /* max-height: 100%; */
    /* max-height: 100%; */
    padding-bottom: 50px;
}

.offers_table.mobile{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.offers_table.desktop{
    display: none;
}

.card_offers{
    background-color: #FFF;
    box-shadow: 0px 0px 15px #00000025;
    width: 100%;
    justify-items: center;
    align-items: center;
}
.offer_content{
    padding: 15px;
}
.offer_sub-title{
    padding: 15px;
}
.offer_title>div{
    padding: 15px;
}
.offer_title .title{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.offer_title .offer_sub-title{
    font-family: "the-seasons", sans-serif;
    text-align: center;
    font-size: 21px;
    background-color: #EFEFEF;
}
.offer_title .bronze{
    background-color: #E6AE75;
}

.offer_title .silver{
    background-color:#b4b4b4;
}

.offer_title .gold{
    background-color:#FFCE50;
}

.offer_title .platinum{
    background-color: #c7dce3;
}

.popup_on_page{
    max-width: 1250px;
    margin: 0;
}

.offers_content_ctn .offers_content:first-child .offer_content{
    border-top: 1px solid #EFEFEF;
}
.offers_content_ctn .offers_content:last-child .offer_content{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.offers_content_ctn .offers_content .offer_content:first-child{
    justify-content: flex-start;
}
.offers_content_ctn .offers_content .offer_content .btn-main{
    text-align: center;
    font-size: 15px;
}
.offers_content_ctn .offers_content .offer_content .btn-main.bronze{
    background-color: #E6AE75;
}
.offers_content_ctn .offers_content .offer_content .btn-main.silver{
    background-color: #b4b4b4;
}
.offers_content_ctn .offers_content .offer_content .btn-main.gold{
    background-color: #FFCE50;
}
.offers_content_ctn .offers_content .offer_content .btn-main.platinum{
    background-color: #c7dce3;
}
.offers_content_ctn .offers_content .offer_content .btn-main::after{
    display: none;
}
.offers_content_ctn .offers_content .offer_content{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}

.offers_content_ctn{
    margin: 15px 0;
}

.offers_content{
    padding: 5px 0;
}

.offer_line{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 15px 0;
}

.card_offers .offer-price{
    margin: 0 0 30px 0;
}

.offers_table_ctn .offer_table_flex_ctn {
    display: flex;
    gap: 15px;
}
.offers_table.desktop .offer_table_flex_ctn>div{
    flex-basis: 20%;
}

.offers_table.desktop .offer_sub-title{
    font-size: 18px;
    line-height: 1.1;
}


.services_links{
    display: none;
}
/* 767 */
@media (min-width: 767px){
    .section-ctn{
        padding: 50px 8%;
    }
    .last_events .section-ctn{
        padding: 50px 0 50px 8%; 
    }
    .services_page.last_events .section-ctn{
        padding: 50px; 
    }
    
    .last_event_swiper{
        padding-right: 30px;
    }

    .followus-intro{
        padding: 30px;
    }
    .followus-ctn{
        flex-direction: row;

    }
    .d-flex{
        flex-direction: row;
    }

    .footer-ctn{
        padding: 30px;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 15px;
    }

    .footer-reseaux{
        justify-content: flex-start;
    }
    .nav-content{
        flex-direction: row;
        overflow-y: hidden
    }

    .nav-ctn{
        overflow-y: auto;
    }
    .nav-infos{
        overflow-y: auto;
        padding-bottom: 0;
    }

    .nav-infos{
        flex-basis: 75%;
    }

    .nav-list{
        padding: 0 30px;
    }

    .offer{
        width: calc(50% - 15px);
    }

    .offers-ctn{
        flex-direction: row;
 
    }

    .offers-ctn{
        gap: 15px;
    }
  
    .offer-background{
        width: 50px;
    }

    .list-link{
        gap: 15px;
        flex-direction: row;
    }
    
    .list-link a{
        text-align: right;
    }

    #about_page .section-ctn .about-text-ctn{
        padding: 30px;
    }
   
    #services_page .section-ctn .about-text-ctn{
        padding: 30px;
    }
    .card_product{
        max-width: calc(50% - 15px);
    }

    .products-ctn{
        flex-direction: row;
    }
    .services .section-ctn, .section-ctn{
        flex-direction: row;
        align-items: flex-start;
    }

    .section-ctn.page{
        flex-direction: column;
    }

    .section-ctn>div{
        min-width: calc(50% - 45px);
    }
    .services_links{
        display: block;
    }

    .offers_table.mobile{
        grid-template-columns: repeat(2, 1fr);

    }

}
/* 990px */
@media (min-width: 990px){
    .section-ctn{
        padding: 50px 8%;
    }
    .last_events .section-ctn{
        padding: 50px 0 50px 8%; 
    }
    .services_page.last_events .section-ctn{
        padding: 50px; 
    }
    
    .last_event-ctn{
        padding-right: 8%;
    }
    


    .about .section-ctn:nth-child(odd){
            flex-direction: row;
    }

    .about .section-ctn:nth-child(even){
        flex-direction: row-reverse;
    }

    .service-content-swiper{
        width: 100%;
    }

    .services .section-ctn>div,.about .section-ctn>div{
        max-width: 681px;
        min-width: calc(50% - 45px);
    }

    .footer-ctn{
        padding: 50px;
        gap: 30px;
        
    }

    .nav-infos{
        flex-basis: 50%;
    }

    .nav-list{
        padding: 0 50px;
    }

    .offer-price{
        font-size: 55px;
    }

    .offer-background{
        width: auto;
    }
    #about_page .section-ctn::after{
        content:"";
        position: absolute;
        bottom: 115px;
        left: 0;
        right: 0;
        margin:auto;
        width: 87%;
        height: 1px;
        z-index: -1;
    }

    #about_page .section-ctn:nth-child(odd):after{
        background-color: #C9D1E6;
   
    }
    .card_product{
        max-width: calc(25% - 15px);
    }

   

}

@media(min-width: 1250px){
    .offers_table.mobile{
       display: none;

    }

    .offers_table.desktop{
        display: block;
    }
}

@media (min-width: 1920px){
    body{
        border-left: 1px solid #B7B7B7;
        border-right: 1px solid #B7B7B7;
    }
}		

/* MASONRY */

.grid{
    opacity: 0;
    transition: opacity ease-in-out .3s;
}
.grid-sizer,
.grid-item { width: 25%; padding: 15px;}
.grid img{
    max-width: 100%;
    height: auto;
}

.grid-item{
    overflow: hidden;
}
.grid-item img{
    transition: all ease-in .3s;
    opacity: 1;
}
.grid-item:hover img{
    opacity: 0.75;
}

.page-infos{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.facebook_message{
    line-height: normal;
}

.page-infos p{
    font-family: "HelveticaBold", "Arial", sans-serif;
}

.bottom-infos{
    padding: 1rem 0;
  
}

.likes, .comments{
    display: inline;
    vertical-align: middle;
}

.likes svg, .comments svg{
    vertical-align: sub;
}

.comments{
    float: right;
}

.date-time{
    color: #a0a0a0;
    margin: 1rem 0;
}

.grid-item a{
    color: #64aa32;
}

.grid-item a:hover, .grid-item a:active{
    color: #466f29;
}

@media (max-width: 1200px){
    .grid-sizer, .grid-item{
        width: 33.3333%;
    }
}
@media (max-width: 767px){
    .grid-sizer, .grid-item{
        width: 50%;
    }
}
@media (max-width: 480px){
    .grid-sizer, .grid-item{
        width: 100%;
    }
}