@font-face {
    font-family: 'Spartan-Regular';
    src: url("../fonts/Spartan/Spartan-Regular.ttf") format("truetype")
}
@font-face {
    font-family: 'Spartan-Medium';
    src: url("../fonts/Spartan/Spartan-Medium.ttf") format("truetype")
}
@font-face {
    font-family: 'Spartan-Bold';
    src: url("../fonts/Spartan/Spartan-Bold.ttf") format("truetype")
}
@font-face {
    font-family: 'Damion-Regular';
    src: url("../fonts/Damion/Damion-Regular.ttf") format("truetype")
}

* {
    font-family: 'Spartan-Medium', 'Arial';
}
html {
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
body {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    background-color: white;
    /*background: linear-gradient(to bottom, rgba(255,252,252,0.9) 0%,rgba(255,252,252,0.2) 100%),url('../img/bg-rose.jpg') center center/cover no-repeat!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
}
section {
    padding: 72px 0;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1452px;
    }
}
h1 {
    font-family: 'Spartan-Bold';
    font-size: 40px;
    color: #000000;
}
h2 {
    font-family: 'Damion-Regular';
    font-size: 48px;
    color: #000000;
    margin-bottom: 30px;
}
h3 {
    font-family: 'Spartan-Bold';
    font-size: 24px;
    color: #000000;
}
p, ul {
    font-family: 'Spartan-Medium';
    font-size: 18px;
    color: #000000;
}
b, strong {
    font-family: 'Spartan-Bold';
}
.text-italic {
    font-style: italic;
}
ul.pink-ul {
  list-style: none;
}
ul.pink-ul li::before {
    content: "\2022";
    color: #EDA2A7;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 42px;
    line-height: 1.6rem;
    position: absolute;
    margin-left: -0.8em;
}
.breadcrumb {
    background: none;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000000;
    content: ">";
}
.breadcrumb-item,
.breadcrumb-item a {
    color: #000000;
    font-family: 'Spartan-Regular';
    font-size: 24px;
}
.breadcrumb-item a:hover {
    color: #c35f66;
}
.breadcrumb-item.active {
    color: #000000!important;
}
.form-control {
    border: 1px solid transparent;
    border-radius: 8px;
    height: calc(1.5em + .75rem + 14px);
    padding: 0.75rem 0.75rem;
}
.form-group label {
    font-family: 'Spartan-Bold';
}
.form-control:focus {
    border-color: #de9fce;
    box-shadow: 0 0 0 0.2rem rgba(226, 96, 140, 0.25);
}
.btn {
    font-family: 'Spartan-Bold';
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.70rem 1.5rem;
    min-width: 216px;
}
/** BTN-PRIMARY **/
.btn-primary {
    color: #000000;
    background: transparent linear-gradient(90deg, #EDA2A7 0%, #FDB6B9 100%) 0% 0% no-repeat padding-box;
    border-color: #f4abaf;
}
.btn-primary:hover {
    color: #fff;
    background: transparent linear-gradient(90deg, #EDA2A7 0%, #EDA2A7 100%) 0% 0% no-repeat padding-box;
    border-color: #FDB6B9;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent linear-gradient(90deg, #EDA2A7 0%, #EDA2A7 100%) 0% 0% no-repeat padding-box;
    border-color: #f4abaf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 156, 174, 0.5);
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: transparent linear-gradient(90deg, #EDA2A7 0%, #EDA2A7 100%) 0% 0% no-repeat padding-box;
    border-color: #f4abaf;
    box-shadow: 0 0 0 0.2rem rgba(228, 156, 174, 0.5);
}
/** /BTN-PRIMARY **/
/** /BTN-SECONDARY **/
.btn-secondary {
    color: #000000;
    background: #FFFFFF;
    border-color: #FFFFFF;
}
.btn-secondary:hover {
    color: #000000;
    background: #ffdadc;
    border-color: #FDB6B9;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #ffdadc;
    border-color: #f4abaf;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 156, 174, 0.5);
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #000000;
    background-color: #ffdadc;
    border-color: #f4abaf;
    box-shadow: 0 0 0 0.2rem rgba(228, 156, 174, 0.5);
}
/** /BTN-SECONDARY **/
@media (max-width: 1439px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 22px;
    }
    p, ul {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
    }
    p, ul {
        font-size: 15px;
    }
    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 16px;
    }
    p, ul {
        font-size: 14px;
    }
    section {
        padding: 42px 0;
    }
    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 18px;
    }
    .btn {
        font-size: 14px;
        padding: 0.50rem 1.5rem;
        min-width: 180px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 14px;
    }
}



/**** COOKIE ****/
#cookie {
    position: fixed;
    bottom: 0;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    width: 100%;
    padding: 22px 0px;
    display: none;
}
#cookie h5 {
    font-size: 20px;
    text-transform: uppercase;
}
#cookie p {
    font-size: 16px;
    color: white;
}
#cookie p a:not(:hover) {
    color: white;
}
#cookie p a:hover {
    color: #EDA2A7;
}

/**** /COOKIE ****/

/**** HEADER ****/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 20px #11111133;
}
.header { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    height: 56px;
    margin-left: 24px;
    transition-duration: 0.5s;
}
.header-logo:hover {
    opacity: 0.5;
}
.header-nav {

}
.header-nav-item {
    font-family: 'Damion-Regular';
    font-size: 28px;
    color: #000000;
    padding: 0 30px;
    min-height: 80px;
    display: inline-flex;
    align-items: center;
    transition-duration: 0.5s;
}
.header-nav-item:last-child {
    background-color: #FFDDA6;
    padding: 0 30px;
    margin-left: 15px;
}
.header-nav-item:hover {
    color: #EDA2A7;
    text-decoration: none;
}
/*#hamburger-menu {
    padding:16px;
    cursor: pointer;
    display: none;
}*/
#hamburger-menu {
    position: relative;
    width: 20px;
    height: 15px;
    margin-right: 16px;
    margin-left: 16px;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.3s ease-in-out;
    display: none;
}
#hamburger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    left: 0;
    transition: all 0.5s ease-in-out;
}
#hamburger-menu span:nth-child(1) { top: 0px; }
#hamburger-menu span:nth-child(2) { top: 6px; }
#hamburger-menu span:nth-child(3) { top: 12px; }
#hamburger-menu.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateY(6px) translateX(-2px);
    -ms-transform: rotate(-45deg) translateY(6px) translateX(-2px);
    -o-transform: rotate(-45deg) translateY(6px) translateX(-2px);
    transform: rotate(-45deg) translateY(6px) translateX(-2px);
}
#hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}
#hamburger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(45deg) translateY(-6.5px) translateX(-2.5px);
    -ms-transform: rotate(45deg) translateY(-6.5px) translateX(-2.5px);
    -o-transform: rotate(45deg) translateY(-6.5px) translateX(-2.5px);
    transform: rotate(45deg) translateY(-6.5px) translateX(-2.5px);
}
/*#hamburger-menu i {
    color: #000000;
    font-size: 24px;
    transition-duration: 0.5s;
}*/
#header-mobile-presta {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: #FFDDA6;
    width: 56px;
    height: 100%;
    display: none;
    text-decoration: none!important;
}
#header-mobile-presta i {
    color: #000000;
    font-size: 24px;
}
#container-menu-mobile {
    position: fixed;
    /*top: 0;*/
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
#bg-menu-mobile {
    background: transparent;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition-duration: 0.7s;
}
#menu-mobile {
    background: #FFFCFC;
    width: 75%;
    height: 100%;
    /*box-shadow: 2px 0px 20px #11111133;*/
    transition-duration: 0.3s;
    transform: translateX(-100%);
}
#hamburger-menu.active i:before {
    content: "\f00d";
}
#container-menu-mobile.active {
    visibility: visible;
}
#container-menu-mobile.active #bg-menu-mobile {
    background: #000000;
}
#container-menu-mobile.active #menu-mobile {
    transform: translateX(0);
}
@media (max-width: 1380px) {
    .header-nav-item {
        font-size: 28px;
        padding: 0 15px;
    }
    .header-nav-item:last-child {
        padding: 0 15px;
        margin-left: 7.5px;
    }
}
@media (max-width: 1200px) {
    .header-logo {
        height: 50px;
    }
    .header-nav-item {
        font-size: 24px;
        padding: 0 10px;
    }
    .header-nav-item:last-child {
        padding: 0 10px;
        margin-left: 5px;
    }
}
@media (max-width: 991px) {
    .header {
        height: 64px;
    }
    .header-nav {
        display: none;
    }
    .header-logo {
        margin-left: 0px;
    }
    #hamburger-menu { display: flex; }
    #header-mobile-presta { display: flex; }
    .header-nav-mobile {
        display: flex;
        flex-direction: column;
    }
    .header-nav-mobile .header-nav-item {
        min-height: 60px;
    }
    .header-nav-mobile .header-nav-item:last-child {
        margin: 10px;
        justify-content: center;
    }
}
/**** /HEADER ****/

/**** FOOTER ****/
footer {
    color: black;
    background: #FFFFFF;
    width: 100%;
    box-shadow: 0px -10px 30px #1111111A;
}
footer a {
    font-family: 'Spartan-Medium';
    font-size: 24px;
    color: #000000;
    display: block;
    padding: 14px 0px;
    transition-duration: 0.5s;
}
footer a[href]:hover {
    color: #EDA2A7;
    text-decoration: none;
}
.footer-top {
    padding: 56px 0;
}
.footer-bottom {
    padding-bottom: 56px;
}
.footer-logo {
    max-width: 280px;
    width: 100%;
    align-self: center;
    margin: 25px 0;
}
.footer-rs-icon {
    font-size: 55px;
    display: inline-block;
    margin-right: 40px;
}
@media (max-width: 991px) {
    footer a {
        font-size: 14px;
        padding: 8px 0px;
    }
    .footer-top {
        padding: 5px 0;
    }
    .footer-bottom {
        padding-bottom: 50px;
        padding-top: 34px;
    }
    .footer-logo {
        max-width: 120px;
        width: 100%;
        align-self: center;
        margin: 32px 0;
        margin-bottom: 
    }
    .footer-rs-icon {
        font-size: 30px;
        margin-right: 18px;
    }
}
/**** /FOOTER ****/

/**** ACCUEIL TOP ****/
#accueil-top {
    margin-top: 80px;
    position: relative;
}
.accueil-top-bg {
    position: absolute;
    top: 0px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
#accueil-top h1 {
    margin-bottom: 40px;
}
.store-img {
    height: 52px;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    margin: 0px 12px;
}
.accueil-icone-bg {
    position: absolute;
    max-width: 15%;
    pointer-events: none;
}
.accueil-icone-bg.bg-1 {
    top: 0;
    left: 5%;
}
.accueil-icone-bg.bg-2 {
    top: 0;
    right: 5%;
}
.accueil-icone-bg.bg-3 {
    bottom: 20px;
    left: 5%;
}
#swiper-accueil-top {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.accueil-top-item {
    height: auto;
    width: 250px;
}
.accueil-top-item-img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
}
.accueil-top-item.swiper-slide.swiper-slide-active {

}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    border-radius: 37px;
}
#swiper-accueil-top .swiper-pagination {
    bottom: -40px;
}
#swiper-accueil-top .swiper-pagination-bullet-active {
    background: #eda2a7;
}
@media (max-width: 991px) {
    #accueil-top {
        margin-top: 64px;
    }
    .accueil-top-bg {
        top: 0%;
    }
    #accueil-top h1 {
        margin-bottom: 0;
        text-align: center;
    }
    .accueil-icone-bg {
        display: none;
    }
    #swiper-accueil-top {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .accueil-top-item {
        height: auto;
        width: 250px;
    }
    .accueil-top-item-img {
        object-fit: contain;
        object-position: center;
        max-width: 100%;
    }
    #swiper-accueil-top .swiper-pagination {
        bottom: 8px;
    }
}
@media (max-width: 399px) {
    .store-img {
        height: 48px;
        margin: 0px 6px;
    }
}
@media (max-width: 374px) {
    .store-img {
        height: 42px;
        margin: 0px 2px;
    }
}
/**** /ACCUEIL TOP ****/

/**** CONCEPT ****/
#concept {

}
.concept-img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    height: auto;
    display: none;
    padding: 0 10px;
}
.concept-img[data-concept-id='1'] {
    display: block;
}
.concept-liste {

}
.concept-item {
    background-color: #FFFFFF;
    padding: 32px 32px;
    border-radius: 8px;
    box-shadow: 0px 0px 30px #1111111A;
    border: 5px solid transparent;
    transition-duration: 0.5s;
    margin-bottom: 32px;
    cursor: pointer;
}
.concept-item.active {
    border-color: #00B295;
}
.concept-item__titre {
    font-family: 'Damion-Regular';
    font-size: 40px;
    color: #000000;
}
.concept-item__description {
}

.concept-mobile-liste {
    margin-bottom: 30px;
}
.concept-mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.concept-mobile-titre {
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
    border: 5px solid transparent;
    border-bottom: 0px solid transparent;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Damion-Regular';
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}
.concept-mobile-titre.active {
    border-top: 5px solid #00B295;
    border-left: 5px solid #00B295;
    border-right: 5px solid #00B295;
    border-bottom: 5px solid #00B295;
    margin-bottom: -5px;
}
.concept-mobile-titre.active:after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: white;
    bottom: -5px;
}
.concept-mobile-description {
    border: 5px solid #00B295;
    padding: 20px 16px;
    border-radius: 5px;
}
.concept-mobile-box {
    display: none;
}
.concept-mobile-box[data-concept-id='1'] {
    display: block;
}
@media (max-width: 991px) {
    .concept-img {    
        max-width: 70%;
        margin: auto;
    }
}
@media (max-width: 365px) {
    .concept-mobile-titre {
        font-size: 17px;
    }
}
/**** /CONCEPT ****/

/**** PRESTATAIRES ****/
#prestataires {

}
.avantages-img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    margin: 20px 0px;
}
@media (max-width: 991px) {
    .avantages-img {
        max-width: 92%;
        max-height: 200px;
        margin: 0px 0px 25px 0px;
    }
}
/**** /PRESTATAIRES ****/

/**** TARIFS ****/
#tarifs {
    background-color: #FCCED1;
}
.solidarite-box {
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFCFC;
    border-radius: 8px;
    padding: 32px 40px;
    max-width: 1280px;
}
.solidarite-overflow {
    overflow: hidden;
    padding: 6px;
    max-width: 1292px;
    margin-left: auto;
    margin-right: auto;
}
.solidarite-bandeau {
    position: absolute;
    top: 15px;
    right: -160px;
    font-family: 'Spartan-Bold';
    font-size: 26px;
    color: #000000;
    text-align: center;
    background: #FFDDA6;
    box-shadow: 0px 0px 30px #1111111A;
    padding: 15px 160px;
    transform: matrix(0.91, 0.42, -0.42, 0.91, 0, 0);
}
.solidarite-img {
    margin-right: 40px;
    object-fit: contain;
    object-position: center;
    height: auto;
    max-width: 200px;
}
.solidarite-title {
    font-family: 'Spartan-Bold';
    font-size: 40px;
    color: #C89C51;
    margin-bottom: 20px;
}
.solidarite-description {
    font-family: 'Spartan-Medium';
    font-size: 26px;
    color: #000000;
}
.solidarite-text {
    font-size: 28px;
    max-width: 1100px;
    text-align: center;
    line-height: normal;
    margin: 50px auto;
}
.solidarite-text strong.bigger {
    font-size: 125%;
}
.offre-liste {
    display: flex;
    justify-content: space-between;
}
.offre-item {
    background: #FFFCFC;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    /*max-width: 440px;*/
    padding: 0 6px;
    padding-bottom: 20px;
}
.offre-title {
    font-family: 'Damion-Regular';
    font-size: 42px;
    color: #000000;
    margin: 0 -16px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px #1111111A;
    position: relative;
}
.offre-title:after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 9px;
    background: #f3f0f0;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.offre-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -9px;
    z-index: -1;
    border-radius: 13px;
}
.offre-corps {
    font-family: 'Spartan-Medium';
    font-size: 18px;
    color: #000000;
    padding: 30px 0;
    margin: 0 -16px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px #1111111A;
    position: relative;
}
.offre-corps:after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 9px;
    background: #f7f4f4;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.offre-corps:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -9px;
    z-index: -1;
    border-radius: 13px;
}
#offre-celibataire .offre-title:before, #offre-celibataire .offre-corps:before { background: #C89C51; }
#offre-mariee .offre-title:before, #offre-mariee .offre-corps:before { background: #DBC07D; }
#offre-fiancee .offre-title:before, #offre-fiancee .offre-corps:before { background: #C89C51; }
.offre-corps__duree {
    font-size: 180%;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
}
.offre-payement {
    font-family: 'Spartan-Medium';
    font-size: 18px;
    color: #000000;
    margin-bottom: 40px;
}
#offre-celibataire .offre-title, #offre-celibataire .offre-corps {
    background: #DBC07D;
}
#offre-mariee .offre-title, #offre-mariee .offre-corps {
    background: #FFDDA6;
}
#offre-fiancee .offre-title, #offre-fiancee .offre-corps {
    background: #DCB46E;
}
@media (max-width: 991px) {
    .solidarite-box {
        flex-direction: column;
        padding: 24px 16px;
    }
    .solidarite-overflow {
        overflow: hidden;
        padding: 6px;
        max-width: 1292px;
        margin-left: auto;
        margin-right: auto;
    }
    .solidarite-bandeau {
        font-size: 18px;
    }
    .solidarite-img {
        margin: 0;
        margin-right: auto;
        max-width: 124px;
    }
    .solidarite-title {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .solidarite-description {
        font-size: 14px;
    }
    .solidarite-text {
        font-size: 14px;
        margin: 30px auto;
    }

    .offre-item {
        background: #FFFCFC;
        border-radius: 8px;
        text-align: center;
        width: 100%;
        /*max-width: 440px;*/
        padding: 0 6px;
        padding-bottom: 20px;
        max-width: 80vw;
    }
    .offre-title {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .offre-corps {
        font-size: 16px;
        padding: 20px 0;
        margin: 0 -16px;
        margin-bottom: 20px;
    }
    .offre-corps__duree {
        font-size: 180%;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .offre-payement {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
/**** /TARIFS ****/

/**** QUI SOMMES NOUS ****/
#qui-sommes-nous {

}
.container-lui-elle {
    display: flex;
    justify-content: space-between;
}
.pink-box {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 4px solid #EDA2A7;
    padding: 40px 32px;
    padding-bottom: 12px;
    max-width: 416px;
}
.container-lui-elle-center {
    height: 100%;
    margin-top: 36px;
}
.container-lui-elle-center-top {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.container-lui-elle-center-bottom {
    position: relative;
}
.container-lui-elle-center-bottom img {
    object-fit: contain;
    position: absolute;
    width: calc(100%);
    margin-left: 0%;
    margin-top: -12%;
    z-index: 3;
}
#elle, #lui {
    margin: 0 -8px;
    z-index: 1;
    width: 50%;
}
#elle img, #lui img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
}
.eux-title {
    background: #FCCED1;
    box-shadow: 0px 4px 10px #1111111A;
    text-align: center;
}
.eux-title span {
    font-family: 'Spartan-Bold';
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
}
#elle {

}
#lui {

}
.lui-elle-esperluette {
    z-index: 2;
    object-fit: contain;
    width: 40%;
    margin: 0px -28px;
    align-self: flex-end;
    pointer-events: none;
}
.big-pink-box {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 4px solid #EDA2A7;
    padding: 40px 56px;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}
#box-nous__title {
    display: inline-block;
    font-family: 'Spartan-Bold';
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    background-color: #FCCED1;
    box-shadow: 0px 4px 10px #1111111A;
    padding: 12px 16px;
    padding-top: 18px;
    margin-bottom: 32px;
    text-align: right;
    min-width: 240px;
    margin-left: -64px;
}
@media (max-width: 991px) {
    .pink-box {
        border: 4px solid #EDA2A7;
        padding: 40px 16px;
        max-width: 416px;
        display: none;
    }
    .container-lui-elle-center {
        height: 100%;
        margin-top: 10px;
    }
    .container-lui-elle-center-bottom {
        position: relative;
        text-align: center;
    }
    .container-lui-elle-center-bottom img {
        position: relative;
        width: calc(90%);
        margin-left: auto;
        margin-right: auto;
        margin-top: -15%;
    }
    #elle, #lui {
        margin: 0 0px;
    }
    #elle img, #lui img {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: auto;
    }
    .eux-title {
        padding-top: 5px;
    }
    .eux-title span {
        font-size: 20px;
    }
    .big-pink-box {
        padding: 40px 16px;
        margin-top: 16px;
    }
    #box-nous__title {
        font-size: 20px;
        padding: 5px 16px;
        padding-top: 10px;
        margin-bottom: 0px;
        text-align: center;
        width: 120px;
        min-width: 0px;
        margin-left: 0;
        position: absolute;
        top: -12px;
        left: 0;
        right: 0;
        margin: auto;
    }
}
/**** /QUI SOMMES NOUS ****/

/**** CONTACT ****/
#contact {
    background: #FEE7E8;
    background: url('../img/vitrine/bg-contact-web.png') center center/86% no-repeat, linear-gradient(to bottom, rgba(254,231,232,1) 0%,rgba(254,231,232,1) 100%);
}
.contact-container {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
}
.contact-rs {
    display: inline-block;
    text-align: center;
}
.contact-rs-icon {
    display: block;
    margin: 72px 0;
}
.contact-rs-icon i {
    font-size: 64px;
    color: #000000;
    transition-duration: 0.5s;
}
.contact-rs-icon:hover i {
    color: #EDA2A7;
}
@media (max-width: 991px) {
    .contact-rs-icon i {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    #contact {
        background: #FEE7E8;
        background: url('../img/vitrine/bg-contact-mobile-1.png') top 14% center/100% no-repeat, url('../img/vitrine/bg-contact-mobile-2.png') bottom 16% left/90% no-repeat, linear-gradient(to bottom, rgba(254,231,232,1) 0%,rgba(254,231,232,1) 100%);
    }
    .contact-rs {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .contact-rs-icon {
        margin: 30px 0;
        margin-bottom: 0px;
    }
}
/**** /CONTACT ****/

/**** DECORATION ****/
#decoration {
    background: #FCCED1;
}
.decoration-container {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
}
.decoration-liste {

}
.decoration-item {
    position: relative;
    background: #FFFFFF;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: 0px -3px 30px #1111111A;
    border-radius: 8px;
    margin-bottom: 32px;
    cursor: pointer;
}
.decoration-item:not(:last-child) {
    margin-bottom: 80px;
}
.decoration-item__voir-plus {
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #000000;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    font-size: 24px;
    cursor: pointer;
}
.decoration-item.collapsed .fa-minus:before {
    content: "\f067";
}
.decoration-item__titre {
    font-family: 'Damion-Regular';
    font-size: 32px;
    color: #000000;
    margin-bottom: 32px;
}
.decoration-item__description {
    cursor: default;
}
@media (max-width: 991px) {
    .decoration-item {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .decoration-item:not(:last-child) {
        margin-bottom: 52px;
    }
    .decoration-item__voir-plus {
        bottom: -24px;
        border-width: 4px;
        height: 48px;
        width: 48px;
        font-size: 20px;
    }
    .decoration-item__titre {
        font-size: 22px;
        margin-bottom: 16px;
    }
}
/**** /DECORATION ****/

/**** LANDING ****/
#landing {
    margin-top: 60px;
}
.btn-prestataire {
    width: 100%;
    max-width: 320px;
    color: #000000;
    font-size: 28px;
    font-family: 'Damion-Regular';
    text-align: center;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffdda6;
    margin: auto;
}
.box-shadow {
    position: relative;
    background: #FFFFFF;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: 0px -3px 30px #1111111A;
    border-radius: 8px;
    margin-bottom: 88px;
}
.landing-photo-large {
    margin-bottom: -16%;
    width: 100%;
}
.landing-photo-short {
    margin-bottom: 88px;
    max-width: 500px;
    z-index: -1;
}
.box-mt-100 {
    margin-top: 100px;
}
.bg-landing {
    position: absolute;
    margin-top: -3%;
    width: 100%;
}
#swiper-presta {
    overflow: hidden;
    padding: 0 12px;
    margin-left: -12px;
    margin-right: -12px;
}
.presta-item {
    background: #FFFCFC;
    box-shadow: 0px 5px 20px #1111111A;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    max-height: 160px;
    width: 100%;
    margin-bottom: 30px;
}
.presta-item__photo {
    width: 136px;
    min-width: 136px;
    max-width: 136px;
    height: 160px;
    max-height: 160px;
    min-height: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.presta-item-infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 16px;
}
.presta-item__nom {
    font-family: 'Spartan-Bold';
    font-size: 14px;
    color: #000000;
}
.presta-item__secteur {
    font-family: 'Spartan-Medium';
    font-size: 13px;
    color: #C89C51;
    display: flex;
    flex-direction: column;
}
.presta-item__secteur span {
    margin: 2px 0;
}
.presta-item__adresse {
    font-family: 'Spartan-Bold';
    font-size: 10px;
    color: #000000;
    overflow: hidden;
    display: -webkit-inline-box;
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    width: 100%;
}
.presta-annonce {
    height: 160px;
    background: #FFDDA6;
    box-shadow: 0px 5px 20px #1111111A;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.presta-text {
    font-family: 'Damion-Regular';
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
}
@media (max-width: 1999px) {
    .box-shadow {
        
    }
    .landing-photo-short {
        margin-bottom: 88px;
        max-width: 500px;
    }
}
@media (max-width: 992px) {
    .box-shadow {
        margin-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }
    .landing-photo-short {
        max-width: 500px;
    }
}
@media (max-width: 992px) {
    .box-mt-100 {
        margin-top: 0px;
    }
    .landing-photo-short {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    #swiper-presta {
        overflow: visible;
        padding: 0 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
/**** /LANDING ****/

/**** MENTIONS LEGALES ****/
#mentions-legales {
    background: #FEE7E8;
    margin-top: 60px;
    padding-bottom: 60px;
}
/**** /MENTIONS LEGALES ****/

/**** COOKIES ****/
#cookies {
    background: #FEE7E8;
    margin-top: 60px;
    padding-bottom: 60px;
}
/**** /COOKIES ****/

/**** POPUP ****/
.modal-open {
    padding-right: 0px!important;
}
.modal {
    padding-right: 0px!important;
}
#popup_elle .modal-title, #popup_lui .modal-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #EDA2A7;
    font-family: 'Spartan-Bold';
    text-transform: uppercase;
}
/**** /POPUP ****/


.color-white { color: white }
.color-black { color: black }
.color-blue { color: #3e5c9a }
.color-light-blue { color: #00aeef }
.color-dark-blue { color: #284b69 }
.color-grey { color: #697681 }

.text-green { color: #00B295; }
.text-gold { color: #C89C51; }
.text-pink { color: #EDA2A7; }

.bg-green { background-color: #00B295; }
.bg-gold { background-color: #C89C51; }
.bg-pink { background-color: #EDA2A7; }
.bg-pink-light { background-color: #FCCED1; }

.border-pink { border: 4px solid #EDA2A7; }

.font-10 { font-size: 10px }
.font-11 { font-size: 11px }
.font-12 { font-size: 12px }
.font-13 { font-size: 13px }
.font-14 { font-size: 14px }
.font-15 { font-size: 15px }
.font-16 { font-size: 16px }
.font-17 { font-size: 17px }
.font-18 { font-size: 18px }
.font-19 { font-size: 19px }
.font-20 { font-size: 20px }
.font-21 { font-size: 21px }
.font-22 { font-size: 22px }
.font-23 { font-size: 23px }
.font-24 { font-size: 24px }
.font-25 { font-size: 25px }
.font-26 { font-size: 26px }
.font-27 { font-size: 27px }
.font-28 { font-size: 28px }
.font-29 { font-size: 29px }
.font-30 { font-size: 30px }
.font-31 { font-size: 31px }
.font-32 { font-size: 32px }
.font-33 { font-size: 33px }
.font-34 { font-size: 34px }
.font-35 { font-size: 35px }
.font-36 { font-size: 36px }
.font-37 { font-size: 37px }
.font-38 { font-size: 38px }
.font-39 { font-size: 39px }
.font-40 { font-size: 40px }

.font-damion { font-family: 'Damion-Regular'; }