@font-face {
    font-family: 'Abuget';
    src: url('../fonts/abuget/Abuget.ttf');
}
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/Police-ITC/ITCAvantGardeStdBk.otf');
}

@font-face {
    font-family: 'Saol Display';
    src: url('../fonts/SaolDisplay-Regular.ttf');
}
:root{
        --blanc: #FFF;
        --beige:#F2E5FF;
        --saumon:#9EEEEF;
        --orange:#E2FFFF;
        --marron-clair:#000000;
        --marron-moyen:#1F1F1F;/*ou 59453A */
        --marron-fonce:#4f5055;s
        --noir:#000000;

}/*F7D5B0*/

body{
    font-family: 'ITC Avant Garde Gothic', sans-serif;
    font-style: normal;
    background-color: var(--marron-clair);
}

#top-bar{
    background-color: #000000F5;
}

a.logo{
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--blanc);
    text-decoration: none;
    padding: 5.7px 0;
}

#top-bar .nav{
    gap: 30px;
}

#top-bar .nav-link{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #E5E5E5;
}

#top-bar .nav-link.nav-link-bg-1{
    background-color: #292929;
}

#top-bar .nav-link.nav-link-bg-2{
    background-color: #6b6b73;
}

.after-header{
    height: 120px;
}

#top-bar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

header{
    background-color: var(--marron-moyen);
    background-image: url('../img/BG-marbre.webp');
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 36px;
    z-index: 9999;
    box-shadow: 5px 3px 5px var(--marron-fonce);
    background-size: cover;
}

header .nav{
    gap: 50px;
}

header .nav-link:hover,
header .nav-link:focus,
header .nav-link{
    font-family: 'Saol Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    /* line-height: 12px; */
    color: var(--beige);
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

header .nav-link-btn:hover,
header .nav-link-btn:focus,
header .nav-link-btn{
    background-color: var(--saumon);
    font-family: 'ITC Avant Garde Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 21px; */
    height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--blanc); 
    border-radius: 5px;
    text-transform: none;
    padding-top: 10px;
    letter-spacing: 0.4;
}

header .nav-link-btn:hover{
    background-color: var(--orange);
    color: #f7efe7;
    transition-duration: 0.4s;
}


/* header .nav-link svg{
    margin-top: 7px;
} */

header .nav-link.dropdown-toggle::after{
    display: none;
}

header .nav-item.dropdown .dropdown-menu{
    top: 18px !important;
    padding: 0;
    border-radius: 0;
    border: none !important;
    transition: all 0.25s;
    background-color: var(--beige);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.dropdown-item{
    color: var(--marron-clair);
}
.dropdown-item:hover {
    background-color: #e1d0bf;
    font-weight: bold;
    color: var(--marron-fonce);
}

#hero{
    position: relative;
    height: 545px;
}

.hero-slide-list{
    width: 100%;
    height: 545px;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-slide-list .slick-arrow{
    position: absolute;
    z-index: 999;
    top: 50%;
    background-color: transparent;
    border: none;
}

.hero-slide-list .slick-arrow.slick-next{
    right: 13px;
}

.hero-slide-list .slick-arrow.slick-prev{
    left: 13px;
}

.hero-slide-item{
    height: 545px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    flex-direction: column;
    gap: 70px;
}

.hero-slide-logo{
    align-self: flex-end;
    padding-right: 150px;
}

.hero-slide-text{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    color: var(--beige);
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.87);
}

.hero-bg-overlay{
    height: 75px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-image: linear-gradient(#7A614B00,#7A614B);
    z-index: 999;
}

#about{
    background-color: var(--marron-clair);
    padding-top: 100px;
}

.about-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-text h1{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--beige);
    margin-bottom: 10px;
}

.about-text .about-activity{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--saumon);
    margin-bottom: 30px;
}

.about-text p{
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--beige);
    margin-bottom: 30px;
}

.about-text a{
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration-line: underline;
    color: var(--beige);
}
.about-text a:hover{
    text-decoration-color: var(--orange);
}

.about-illustration{
    padding-top: 100px;
}
/* soucis d'ancre*/
section  {
  position: relative;
}
section .enfants {
  height: 150px;
}
.marker {
  position: absolute;
  top: -120px;
}

#prestation{
    background-color: var(--marron-fonce);
    background-image: url('../img/BG-marbre.webp');
    padding: 150px 0;
    background-size: cover;
}

.prestation-list{
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.about-illustration-sm{
    display: none;
}

.section-title h1,
.section-title h2{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--beige);
    margin-bottom: 0;
}

.section-title p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 12px; */
    text-align: center;
    color: var(--saumon);
    margin-bottom: 50px;
}

.prestation-item{
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 282.5px;
    width: 100%;
    height: 228px;
    background-color: var(--noir);
    text-decoration: none;
}

.prestation-item:hover span{
    background: var(--marron-clair);
}

.prestation-item:hover{
    opacity: 0.7;
}

.prestation-item span{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 147px;
    width: 100%;
    height: 37px;
    background: var(--marron-moyen);
    box-shadow: 2px 1px 4px rgba(255, 161, 132, 0.34);
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    /* line-height: 11px; */
    text-transform: uppercase;
    color: #DDDDDD;
}

.prestation-text{
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: var(--beige);
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 790px;

}

#citation{
    padding: 30px 0;
    /*background-color: var(--beige);*/
    background-image: url('../img/_home/photographe-couple-enceinte-maternite-grossesse-citation-home.webp');
    background-size: cover;
    background-position-x: 20%;
    background-attachment: fixed; 
}

.citation-text{
    height: 202px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.citation-text p{
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: var(--marron-clair);
    margin-bottom: 0;
}

#reservation{
    background-color: var(--marron-fonce);
    padding: 60px 0;
}

#reservation .bloc{
    display:flex;text-align:center;
    flex-direction: column;
}
#reservation h4{
    color: var(--beige);
}

#reservation .contacts{
    display:flex;flex-direction:row;
    text-align: center;
    color: var(--beige);
    justify-content: center;
    align-items: center;
}
#reservation p{
    margin:0 20px 0;
}
#reservation a{
    display: flex;
    padding: 6px 20px 5px;
    /*margin: 0 auto;
    width: fit-content;*/
    height: 34px;
    background: var(--saumon);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--marron-moyen);
    text-decoration: none;
    box-shadow: 0px 0px 12px rgba(251, 228, 211, 0.25);
    letter-spacing: 0.4;
}
#reservation a:hover{
    background-color: var(--orange);
    color: #f7efe7;
    transition-duration: 0.4s;
}
.validation_message{
    color: var(--saumon);
    text-align: center;
    margin: 2rem 0 0;

}

footer{
    background-color: var(--marron-moyen);
    padding: 100px 0 95px 0;
}

a.footer-sitename{
    display: inline-block;
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    /* line-height: 12px; */
    text-align: center;
    text-transform: uppercase;
    color: var(--beige);
    text-decoration: none;
    margin-bottom: 26px;
}

footer .nav{
    margin-bottom: 26px;
}

footer .nav-link{
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--beige);
    padding: 0;
}
footer .nav-link:hover{
    color: var(--orange);
}
footer li.nav-item:last-child a{
    text-decoration: underline;
}

.insta-title{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    /* line-height: 12px; */
    text-align: center;
    color: var(--beige);
    margin-top: 90px;
    margin-bottom: 20px;
}

.insta-img-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.insta-img-list a{
    text-decoration: none;
    border-radius: 4px;
    position: relative;
}

.insta-img-list a svg{
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.25s;
}

.insta-img-list a:active svg,
.insta-img-list a:focus svg,
.insta-img-list a:hover svg{
    opacity: 1;
}

header .navbar-toggler:active,
header .navbar-toggler:focus,
header .navbar-toggler{
    box-shadow: none;
    display: flex;
    gap: 10px;
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    /* line-height: 13px; */
    align-items: center;
    text-align: center;
    text-transform: uppercase;

    /* Beige */

    color: var(--beige);
}

a.insta-link{
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 8px 20px;
    gap: 15px;
    max-width: 290px;
    width: 100%;
    height: 29.04px;    
    border: 0.5px solid var(--beige);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    color: var(--beige);
    text-decoration: none;
}

a.insta-link:hover{background-color: var(--marron-clair);}

a.insta-link:hover svg path{
    fill: var(--blanc);
}

a.insta-link span{
    padding-top: 2px;
}
/*Mentions légales*/
.mentions{
    color: var(--marron-clair);
    background-color: var(--marron-fonce);
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}
.mentions a{color: var(--marron-clair);font-style: italic;}
#prestation.page{
    padding: 60px 0;
    background-image: none;
}

.page .section-title p{
    margin-bottom: 10px;
}

.page .section-title h1{
    margin-bottom: 30px;
    text-transform: none;
}

.prestation-category-title{
    background-color: #5C493B;
    background-image: url('../img/BG-marbre.webp');
    padding: 50px 0 30px;
    background-size: cover;
}

.prestation-category{
    background-color: var(--marron-clair);
    padding: 73px 0;
}

.prestation-category h3{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--saumon);
}

.prestation-category p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--beige);
    padding-right: 1rem;
    margin-bottom: 0;
}

.prestation-category img{border-radius: 5px;}

#section-title{
    background-color: var(--marron-clair);
    padding-top: 70px;
}

#section-title h1{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    /* line-height: 12px; */
    text-align: center;
    color: var(--beige);
    margin-bottom: 10px;
}

#section-title p{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    /* line-height: 12px; */
    text-align: center;
    color: var(--saumon);
}

#galery{
    background-color: var(--marron-clair);
    padding: 50px 0;
}

.galery-item{
    /* display: flex;
    overflow: hidden;; */
    text-align: center;
    overflow: hidden;
    height: 264px;
    margin-bottom: 30px
}

.galery-item.galery-item-xl{
    height: 380px;
}

.galery-item img{
    width: auto;
    height: 100%;
}

.galery-item.w-full img{
    width: 100%;
    height: auto;
}

#pricing-list{
    background-color: var(--marron-clair);
    /*padding-bottom: 70px;*/
    padding-top: 50px;
}

.pricing-item{
    max-width: 740px;
    margin: 0 auto;
    border: 3px solid var(--beige);
    border-radius: 4px;
    background-image: url('../img/BG-marbre.webp');
    padding: 40px;
    margin-bottom: 30px;
    background-size: cover;
}

.pricing-title{
    font-family: 'Permanent Marker', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    /* line-height: 13px; */
    text-align: center;
    color: var(--saumon);
    margin-bottom: 20px;
}

.princing-about{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.princing-img{
    max-width: 145px;
    border-radius: 3px;
    overflow: hidden;
}

.princing-img img.view-md{
    display: block;
    width: 146px;
}

.princing-img img.view-sm{
    display: none;
}

.pricing-text{
    max-width: 180px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--beige);
}

.pricing-desc{
    max-width: 180px;
    width: 100%;
    border: 1px solid var(--saumon);
    border-radius: 4px;
    padding: 15px 5px;
}

.pricing-desc-title{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: var(--beige);
    margin-bottom: 14px;
}

.pricing-desc-list ul{
    padding: 0;
    list-style: none;
    margin-bottom: 14px;
}

.pricing-desc-list ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: var(--beige);
}

.pricing-price span{
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: var(--beige);
    margin-bottom: 14px;
}

.pricing-price .price{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--beige);
}

.pricing-item a{
    display: flex;
    padding: 8px 20px;
    width: fit-content;
    height: 28px;
    background: var(--marron-fonce);
    box-shadow: 0px 0px 18px rgba(251, 228, 211, 0.25);
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: var(--beige);
    margin: 0 auto;
    text-decoration: none;
}
.pricing-item a:hover{
    opacity: 0.8;
}

.cgu{
    text-align: center;
    margin:0 0 40px ;
    font-size: 14px;
}

.cgu a{
    color: var(--marron-moyen);
}

.equipe-logo{
    text-align: center;
    padding: 50px 0;
}

p.equipe-text{
    max-width: 739px;
    margin: 0 auto;
    margin-bottom: 50px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    color: var(--beige) !important;
}

p.equipe-text span{
    font-size: 18px;
    line-height: 20px;
}

p.lequipe-text-2{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--beige);
    max-width: 334px;
}

.equipe, .presta{
    padding: 100px 0;
    background-image: url('../img/BG-marbre.webp');
    background-size: cover;
}
.presta{
    padding: 70px 0 40px;
}
#section-title h2{
    text-transform: lowercase;
}

.equipe img{max-width: 295px;}

.equipe-section-2{
    padding: 50px 0;
    background-color: var(--marron-clair);
}
.presta h1{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--beige);
    margin-bottom: 0;
}

.equipe-section-2 h2, .presta h2{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    color: var(--beige);
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}
 .presta h2{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size:28px;
    line-height: 38px;
    text-align: center;
    color: var(--marron-fonce);
    max-width: 700px;
    margin: 20px auto 0;

}
.presta img{
    width: 50%;
}

.equipe-section-2 p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--beige);
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.equipe-section-2 a{
    background: var(--saumon);
    border-radius: 5px;
    max-width: 117px;
    height: 37px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--marron-moyen);
    text-decoration: none;
    margin: 0 auto;
}

.equipe-section-2 a:hover{
    background-color: var(--orange);
    color: #f7efe7;
    transition-duration: 0.4s;
}

.equipe-bg, .grossesse-bg, .enfants-bg, .famille-bg, .couple-bg, .nouveau-ne-bg{
    height: 312px;
    background-image: url('../img/_equipe/doriane-marvin-photographie-grossesse-parc.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.grossesse-bg{
    background-image: url('../img/_prestations/prestation-grossesse.webp');
}
.enfants-bg{
    background-image: url('../img/_prestations/prestation-enfants.webp');
}
.famille-bg{
    background-image: url('../img/_prestations/prestation-famille.webp');
}
.couple-bg{
    background-image: url('../img/_prestations/prestation-couple.webp');
}
.nouveau-ne-bg{
    background-image: url('../img/_prestations/prestation-nouveau-ne.webp');
}


#list-equipe{
    background-color: var(--marron-clair);
    padding: 50px 0;
}

.equipe-item{
    max-width: 560px;
}

.equipe-item.equipe-right{
    max-width: 356px;
    margin-left: auto;
}

.equipe-item.equipe-left{
    max-width: 560px;
}

.equipe-name{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--saumon);
    margin-bottom: 20px;
}

.equipe-fonction{
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: var(--beige);
    margin-bottom: 15px;
    opacity: 0.5;
}

.equipe-about{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--beige);
    margin-bottom: 15px;
}

.equipe-item.equipe-right .equipe-about,
.equipe-item.equipe-right .equipe-fonction,
.equipe-item.equipe-right .equipe-name{
    text-align: right;
}

#testimonials{
    background-color: var(--marron-clair);
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#testimonials h2{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    color: var(--saumon);
    margin-bottom: 15px;
}

#testimonials p{
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 12px; */
    text-align: center;
    color: var(--beige);
    margin-bottom: 15px;
}

.testi-img{
    max-width: 635px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid var(--saumon);
}

.testi-img img{
    width: 100%;
}



/**Prestation page */
.equipe-section-2 h2{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    color: var(--beige);
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}


#contact{
    background-color: var(--marron-clair);
    padding: 50px 0;
}

#contact form{
    padding: 40px 30px;
    border: 3px solid var(--beige);
    border-radius: 4px;
    max-width: 581px;
    margin: 0 auto;
    background-image: url('../img/BG-marbre-vertical.webp');
    background-size: cover;
}

#contact form label{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    color: var(--beige);
    margin-bottom: 20px;
}

.form-item .form-check{
    padding-left: 80px;
    margin-bottom: 10px;
}


.jesouhaite .form-check label{
    margin-bottom: 0 !important;
    font-family: 'Permanent Marker';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: var(--beige);
}

.jesouhaite .form-check .form-check-input{
    border: 2px solid #1F1F1F;
    background: var(--orange);    
}

.form-check .form-check-input{
    border: 2px solid #1F1F1F;
    background: var(--beige);    
}

.form-check-input:checked[type=radio]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='15' height='15' preserveAspectRatio='none' viewBox='0 0 15 15'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1273%26quot%3b)' fill='none'%3e%3cuse xlink:href='%23SvgjsG1275' transform='translate(0%2c 0)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1273'%3e%3crect width='15' height='15' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cg id='SvgjsG1274'%3e%3cpath d='M0.778 8.111a7.222 7.222 0 1 0 14.444 0 7.222 7.222 0 1 0-14.444 0'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1275'%3e%3cuse xlink:href='%23SvgjsG1274' transform='translate(0%2c 0) scale(0.9)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1274' transform='translate(0%2c 14.4) scale(0.9)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1274' transform='translate(14.4%2c 0) scale(0.9)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1274' transform='translate(14.4%2c 14.4) scale(0.9)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3c/g%3e%3c/defs%3e%3c/svg%3e");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='15' height='15' preserveAspectRatio='none' viewBox='0 0 15 15'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1273%26quot%3b)' fill='none'%3e%3cuse xlink:href='%23SvgjsG1275' transform='translate(0%2c 0)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1273'%3e%3crect width='15' height='15' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cg id='SvgjsG1274'%3e%3cpath d='M0.778 8.111a7.222 7.222 0 1 0 14.444 0 7.222 7.222 0 1 0-14.444 0'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1275'%3e%3cuse xlink:href='%23SvgjsG1274' transform='translate(0%2c 0) scale(0.9)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1274' transform='translate(0%2c 14.4) scale(0.9)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1274' transform='translate(14.4%2c 0) scale(0.9)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1274' transform='translate(14.4%2c 14.4) scale(0.9)' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/use%3e%3c/g%3e%3c/defs%3e%3c/svg%3e);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--orange);
}

.form-item{
    margin-bottom: 40px;
}

.form-item.min-marge{
    margin-bottom: 18px;
}

.form-item.last-form{
    margin-top: 30px;
    margin-bottom: 10px;
}

.form-item button{
    
    font-family: 'ITC Avant Garde Gothic', sans-serif;
    width: 102px;
    /* height: 28px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 4px;
    border: none;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 12px; */
    text-align: center;
    color: #1F1F1F;
}

.custom-textearea{
    background-color: var(--blanc);
    border: 1px solid var(--orange);
    border-radius: 3px;
    padding: 7px;
}

.custom-textearea textarea:focus,
.custom-textearea textarea{
    height: 118px;
    border: none;
    outline: none;
    box-shadow: none;
    resize: none;
}

.custom-textearea span{
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    color: var(--noir);
}

.form-item input[type=date]{
    max-width: 225px;
    margin: 0 auto;
}

.form-item input[type=text],
.form-item input[type=email]{
    background: var(--blanc);
    border: 1px solid var(--orange);
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 12px;
    color: var(--noir);
}

#contact form p{
    font-style: italic;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: var(--beige);
    opacity: 0.7;
}

#section-title.options h1{
    text-transform: uppercase;
}

#options{
    background-color: var(--marron-clair);
    padding-top: 50px;
    padding-bottom: 200px;
}

.option-item{
    display: flex;
    flex-direction: column;
    max-width: 366px;
}

.option-item.option-left{
    align-items: flex-end;
    margin-left: auto;
}

.option-title{
    font-family: 'Abuget';
    font-style: normal;
    font-weight: 400;
    font-size: 76px;
    /* line-height: 16px; */
    text-align: center;
    color: #DDDDDD;
    width: 100%;
}

.option-title-2{
    font-family: 'Saol Display';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    /* line-height: 16px; */
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #DDDDDD;
    margin-bottom: 21px;
}

.option-about{
    max-width: 366px;
    height: 100%;
    padding: 15px;
    background-image: radial-gradient(#EAD0AF,#B09783,#8C6F61,#EAD0AF,#B09783);
}

.option-about.option-about-left{
    margin-left: auto;
}

.option-about .content{
    height: 100%;
    background-color: var(--marron-moyen);
    display: flex;
    flex-direction: column;
    gap: 70px;
    justify-content: center;
    padding: 0 35px;
}

.option-about .content p{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 46px;
    color: #DDDDDD;
}

.option-about .content p strong{
    font-weight: 600;
}

.option-about .content a{
    display: flex;
    flex-direction: row;
    padding: 8px 20px;
    gap: 15px;
    width: fit-content;
    height: 40px;
    border: 0.5px solid #DDDDDD;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    /* line-height: 12px; */
    color: #DDDDDD;
    text-decoration: none;
    margin: 0 auto;
}

.options-list{
    margin-bottom: 130px;
}

.form-item #envoyer{
    background-color: var(--saumon);
    font-family: 'ITC Avant Garde Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 21px; */
    height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--blanc);
    border-radius: 5px;
    text-transform: none;
    padding-top: 5px;
    border: unset;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

/* RESPONSIVE */
@media only screen and (max-width: 1246px) {
    header .nav{
        /* justify-content: center; */
        gap: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .prestation-list.prestation-5 .prestation-item{
        height: 170px;
    }
    header .nav{
        gap: 20px;
    }
    header .nav-link:hover, header .nav-link:focus, header .nav-link{
        font-size: 18px;
    }
    .after-header {
        height: 118px;
    }
    .hero-slide-logo{
        padding-right: 50px;
    }
    .hero-slide-item{
        gap: 15px;
    }
}

@media only screen and (max-width: 995px){
    .galery-item.w-full img{
        width: auto;
    }
}

@media only screen and (max-width: 902px) {
    header .nav{
        /* justify-content: center; */
        gap: 15px;
    }
    .prestation-item{
        height: 180px;
    }
}

@media only screen and (max-width: 876px) {
    header .nav{
        justify-content: center;
        gap: 15px;
        row-gap: 5px;
    }
}

@media only screen and (max-width: 768px) {
    #about{
        padding-top: 30px;
    }
    .about-text p, .prestation-text, .citation-text p{
        font-size: 18px;
        line-height: 24px;
    }
    .prestation-list.prestation-5{
        gap: 15px;
    }
    .prestation-list.prestation-5 .prestation-item span{
        max-width: 100px;
    }
    .pricing-item{
        padding: 40px 20px;
    }
    .galery-item{
        height: 180px;
    }
    .galery-item.galery-item-xl {
        height: 300px;
    }
    .galery-item.w-full.galery-item-xl{
        height: 180px;
    }
    header .nav-link:hover, header .nav-link:focus, header .nav-link{
        font-size: 13px;
    }
    .after-header {
        height: 104px;
    }
    .insta-img-list{
        row-gap: 25px;
        column-gap: 56px;
    }
    .about-text h1, .section-title h1, .section-title h2{font-size: 30px;
        line-height: 33px;}
}

@media only screen and (max-width: 767px){
    .prestation-category h3{
        margin-top: 50px;
    }
    
    .prestation-list{
        flex-wrap: wrap;
    }
    .prestation-item{
       /* width: 200px;*/
        height: 200px;
    }
    .galery-item.w-full img,
    .galery-item img{
        width: 100%;
        height: auto;
    }
    #reservation .contacts{
        flex-direction:column;}
}

@media only screen and (max-width: 600px) {
    
    .princing-img img.view-md{
        display: none;
    }

    .princing-img img.view-sm{
        display: block;
        width: 300px;
    }
    .prestation-list.prestation-5{
        display: none;
    }
    .galery-item.w-full.galery-item-xl{
        /*height: 435px;*/
        height: auto;
    }
    .option-item.option-left{
        margin: 0;
        align-items: center;
        max-width: 100%;
    }
    .option-about{
        max-width: 100%;
        margin-top: 30px;
    }
    .option-item{
        max-width: 100%;
    }
    .option-item img{
        width: 100%;
    }
    .equipe-item.equipe-right{
        margin-top: 30px;
    }
    .equipe-bg {
        height: 177px;
    }
    .equipe img{
        height: 484.06px;
    }
    p.equipe-text{
        text-align: left !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .presta h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .equipe-bg, .grossesse-bg, .enfants-bg, .famille-bg, .couple-bg, .nouveau-ne-bg {
        height: 150px;
    }
    .presta img{
        width: 90%;
    }
    .pricing-desc{
        max-width: 224px;
    }
    .pricing-text,
    .princing-img{
        max-width: 100%;
    }
    .princing-about{
        flex-direction: column;
    }
    .galery-item{
        /*height: 264px;*/
        height: auto;
    }
    .galery-item.galery-item-xl {
        height: 435px;
    }
    .galery-item img{
        width: 100%;
    }
    .about-illustration-sm{
        display: block;
    }

    #img-fluid{}
    
    #prestation.page{
        padding-bottom: 0;
    }
    header .nav{
        flex-direction: column;
        gap: 0;
    }
    header .nav-item.dropdown .dropdown-menu{
        position: relative !important;
        top: 0 !important;
        transform: translate3d(0,0,0) !important;
    }
    #top-bar .nav-link{
        padding: 10px;
    }
    #top-bar .nav{
        gap: 10px;
    }
    .hero-slide-logo{
        display: none;
    }
    .hero-slide-item{
        justify-content: flex-end;
    }
    .hero-bg-overlay{
        display: none;
    }
    .hero-slide-text{
        font-size: 22px;
        padding: 0 20px 66px;
    }
    .min-container{
        max-width: 387px;
    }
    .about-illustration{
        display: none;
    }
    .about-illustration-sm{
        padding-top: 100px;
    }
    .prestation-item{
        height: 180px;
        /*max-width: 180px;*/
        /* margin-bottom: 30px; */
    }
    .insta-img-list{
        gap: 10px;
    }
    .insta-img-list a{
        max-width: 175px;
        height: 158px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 425px) {
    #top-bar .nav-link{
        gap: 5px;
        padding: 5px;
    }
    header{
        top: 30px;
    }
    .after-header{
        height: 101px;
    }
}