/* ==========================================================================
   ORÉPIT POSTNATAL
   Feuille de styles principale — Bootstrap 5.3
   ========================================================================== */


/* ==========================================================================
   01. VARIABLES / IDENTITÉ VISUELLE
   ========================================================================== */

:root {
    --ore-green: #2A5741;
	--ore-red: #D95D69;
    --ore-gold: #D89B37;
    --ore-gold-hover: #C4892C;
    --ore-dark: #1C1C1A;
	--ore-white: #FFF;
    --ore-bg: #FDFBF9;
    --ore-pink: #FDECEF;
    --ore-pinktext: #D95D69;
    --ore-lightgreen: #EBF0ED;
    --ore-sand: #F5EFE6;
}


/* ==========================================================================
   02. BASE / TYPOGRAPHIE
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--ore-bg);
    color: var(--ore-dark);
    overflow-x: hidden;
	padding-top: 90px;
}

h1,
h2,
h3,
.font-serif {
    font-family: 'Playfair Display', serif;
}

h2 span {
color: var(--ore-green) !important;
font-style: italic !important;
}

h1 span{
--tw-text-opacity: 1;
color: rgb(216 155 55 / var(--tw-text-opacity, 1));
font-style: italic;
}


/* ==========================================================================
   03. HEADER / NAVIGATION
   ========================================================================== */

.ore-logo {
    width: auto;
    height: 80px;
}

.ore-nav {
    z-index: 9999;
}

.navbar .nav-link {
    color: #666;
    font-size: 1rem;
    font-weight: 500;
	margin:0px 4px !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--ore-gold);
}

.navbar .nav-link.active {
    border-bottom: 2px solid var(--ore-gold);
}

.dropdown-item:hover {
    color: var(--ore-green);
    background: rgba(253, 236, 239, .55);
}


/* ==========================================================================
   04. BOUTONS
   ========================================================================== */

.bg-brand-gold {
    color: #fff !important;
    background: var(--ore-gold) !important;
}

.btn-ore-gold{
    color: #fff !important;
    background: var(--ore-gold) !important;
	border: 0px solid #fff;
}


.btn-ore-gold:hover,
.hover\:bg-brand-goldHover:hover {
    color: #fff !important;
    background: var(--ore-gold-hover) !important;
}

.btn-ore-outline,
.bg-brand-outline {
    color: var(--ore-dark) !important;
    background: #fff !important;
	border:3px solid var(--ore-dark);
}

.btn-ore-outline:hover,
.hover\:bg-brand-outlineHover:hover {
    color: #fff !important;
    background: var(--ore-dark) !important;
}



.btn-ore-pink{
    color: #fff !important;
    background: var(--ore-red) !important;
	border: 2px solid #fff;
}


.btn-ore-pink:hover {
    color: #fff !important;
    background: var(--ore-dark) !important;
}

/* ==========================================================================
   05. COULEURS DE TEXTE
   ========================================================================== */

.text-brand-green {
    color: var(--ore-green) !important;
}

.text-brand-gold {
    color: var(--ore-gold) !important;
}

.text-brand-dark {
    color: var(--ore-dark) !important;
	margin-bottom: 0px;
}

.text-brand-pinktext {
    color: var(--ore-pinktext) !important;
}

.text-brand-lightGreen {
    color: var(--ore-lightgreen) !important;
}

.text-gray-300 {
    color: #D1D5DB !important;
}

.text-gray-500 {
    color: #6B7280 !important;
}

.text-gray-600 {
    color: #4B5563 !important;
}

.text-gray-700 {
    color: #374151 !important;
}

.text-gray-800 {
    color: #1F2937 !important;
}


/* ==========================================================================
   06. ARRIÈRE-PLANS
   ========================================================================== */

.bg-brand-bg {
    background: var(--ore-bg) !important;
}

.bg-brand-bg\/50 {
    background: rgba(253, 251, 249, .5) !important;
}

.bg-brand-pink {
    background: var(--ore-pink) !important;
}

.bg-brand-pink\/5 {
    background: rgba(253, 236, 239, .05) !important;
}

.bg-brand-pink\/10 {
    background: rgba(253, 236, 239, .1) !important;
}

.bg-brand-pink\/20 {
    background: rgba(253, 236, 239, .2) !important;
}

.bg-brand-pink\/30 {
    background: rgba(253, 236, 239, .3) !important;
}

.bg-brand-pink\/50 {
    background: rgba(253, 236, 239, .5) !important;
}

.bg-brand-pinktext {
    background: var(--ore-pinktext) !important;
}

.bg-brand-pinktext\/10 {
    background: rgba(217, 93, 105, .1) !important;
}

.bg-brand-green {
    background: var(--ore-green) !important;
}

.bg-brand-black {
    background: #000 !important;
}

.bg-brand-dark {
    background: var(--ore-dark) !important;
}

.bg-brand-sand {
    background: var(--ore-sand) !important;
}

.bg-brand-lightGreen {
    background: var(--ore-lightgreen) !important;
}

.bg-brand-gold\/5 {
    background: rgba(216, 155, 55, .05) !important;
}

.bg-white\/10 {
    background: rgba(255, 255, 255, .1) !important;
}


/* ==========================================================================
   07. BORDURES
   ========================================================================== */

.border-brand-pink {
    border-color: var(--ore-pink) !important;
}

.border-brand-pink\/20 {
    border-color: rgba(253, 236, 239, .2) !important;
}

.border-brand-pink\/40 {
    border-color: rgba(253, 236, 239, .4) !important;
}

.border-brand-pink\/50 {
    border-color: rgba(253, 236, 239, .5) !important;
}

.border-brand-pinktext {
    border-color: var(--ore-pinktext) !important;
}

.border-brand-pinktext\/20 {
    border-color: rgba(217, 93, 105, .2) !important;
}

.border-brand-gold {
    border-color: var(--ore-gold) !important;
}

.border-brand-gold\/20 {
    border-color: rgba(216, 155, 55, .2) !important;
}

.border-brand-dark {
    border-color: var(--ore-dark) !important;
}

.border-brand-dark\/10 {
    border-color: rgba(28, 28, 26, .1) !important;
}

.border-gray-100 {
    border-color: #F3F4F6 !important;
}

.border-gray-200 {
    border-color: #E5E7EB !important;
}

.border-white {
    border-color: #FFF !important;
}

.border-white\/30 {
    border-color: rgba(255, 255, 255, .3) !important;
}


/* ==========================================================================
   08. IMAGES D'ARRIÈRE-PLAN / SECTIONS
   ========================================================================== */

.bg-hero {
    /*background: url('../images/Imagehero-homepage.png') center / cover no-repeat;*/
}

.bg-mission {
    /*background: url('../images/2eimage-homepage.png') center / cover no-repeat;*/
}

.bg-hero-services {
    /*background: url('../images/hero-page-service.png') center / cover no-repeat;*/
}

.bg-service-repas {
    /*background: url('../service_repas.png') center / cover no-repeat;*/
}

.bg-service-repos {
    /*background: url('../service_repos_maman.png') center / cover no-repeat;*/
}

.bg-hero-tarifs {
    background: url('../phara.jpg') center / cover no-repeat;
}

.bg-decouverte {
    background: url('../images/decouverte.jpg') center / cover no-repeat;
}


/* ==========================================================================
   09. DIMENSIONS / CONTENEURS
   ========================================================================== */

.max-w-7xl { max-width: 1280px; }
.max-w-5xl { max-width: 1024px; }
.max-w-4xl { max-width: 896px; }
.max-w-3xl { max-width: 768px; }
.max-w-2xl { max-width: 672px; }
.max-w-xl  { max-width: 576px; }
.max-w-md  { max-width: 448px; }

.w-72 { width: 18rem; }
.w-28 { width: 7rem; }
.w-16 { width: 4rem; }
.w-12 { width: 3rem; }
.w-10 { width: 2.5rem; }
.w-1\/3 { width: 33.333%; }

.h-80 { height: 20rem; }
.h-16 { height: 4rem; }
.h-12 { height: 3rem; }
.h-10 { height: 2.5rem; }
.h-1 { height: .25rem; }
.h-px { height: 1px; }
.h-\[2px\] { height: 2px; }
.h-\[350px\] { height: 350px; }
.h-\[400px\] { height: 400px; }
.h-\[500px\] { height: 500px; }

.min-h-screen {
    min-height: 100vh;
}


/* ==========================================================================
   10. POSITIONNEMENT / FORMES / IMAGES
   ========================================================================== */

.rounded-\[1rem\] {
    border-radius: 1rem;
}

.rounded-\[2rem\] {
    border-radius: 2rem;
}

.rounded-\[2\.5rem\] {
    border-radius: 2.5rem;
}

.rounded-l-\[100px\] {
    border-radius: 100px 0 0 100px;
}

.object-cover {
    object-fit: cover;
}

.z-10 { z-index: 10; }
.\-z-10 { z-index: -10; }

.inset-0 { inset: 0; }
.\-inset-4 { inset: -1rem; }

.top-0 { top: 0; }
.top-4 { top: 1rem; }
.top-6 { top: 1.5rem; }
.top-8 { top: 2rem; }
.top-full { top: 100%; }
.\-top-3 { top: -.75rem; }
.\-top-3\.5 { top: -.875rem; }

.right-0 { right: 0; }
.right-4 { right: 1rem; }
.right-6 { right: 1.5rem; }
.right-\[15\%\] { right: 15%; }

.left-0 { left: 0; }
.left-8 { left: 2rem; }
.left-1\/2 { left: 50%; }
.left-\[15\%\] { left: 15%; }

.bottom-6 { bottom: 1.5rem; }

.\-translate-x-1\/2 {
    transform: translateX(-50%);
}

.\-rotate-2 {
    transform: rotate(-2deg);
}

.rotate-2 {
    transform: rotate(2deg);
}

.opacity-20 { opacity: .2; }
.opacity-90 { opacity: .9; }


/* ==========================================================================
   11. TYPOGRAPHIE UTILITAIRE
   ========================================================================== */

.text-\[10px\] {
    font-size: 10px;
}

.tracking-wider {
    letter-spacing: .05em;
}

.tracking-widest {
    letter-spacing: .1em;
}

.tracking-normal {
    letter-spacing: normal;
}


/* ==========================================================================
   12. LISTES / FORMULAIRES / COMPORTEMENTS
   ========================================================================== */

.ore-pointer {
    cursor: pointer;
}

.ore-resize-none {
    resize: none;
}

.ore-list-disc {
    list-style: disc;
}

.ore-list-decimal {
    list-style: decimal;
}

.space-y-1 > * + * { margin-top: .25rem; }
.space-y-2 > * + * { margin-top: .5rem; }
.space-y-3 > * + * { margin-top: .75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }


/* ==========================================================================
   13. ESPACEMENTS
   ========================================================================== */

.gap-2 { gap: .5rem !important; }
.gap-3 { gap: .75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-6 { gap: 1.5rem !important; }
.gap-8 { gap: 2rem !important; }
.gap-12 { gap: 3rem !important; }
.gap-16 { gap: 4rem !important; }

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pt-12 { padding-top: 3rem !important; }
.pt-16 { padding-top: 4rem !important; }
.pb-20 { padding-bottom: 5rem !important; }

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}


/* ==========================================================================
   14. HOVER / FOCUS / TRANSITIONS
   ========================================================================== */

.hover\:text-brand-green:hover {
    color: var(--ore-green) !important;
}

.hover\:text-brand-gold:hover {
    color: var(--ore-gold) !important;
}

.hover\:text-brand-pinktext:hover {
    color: var(--ore-pinktext) !important;
}

.hover\:text-white:hover {
    color: #FFF !important;
}

.hover\:bg-brand-dark:hover {
    background: var(--ore-dark) !important;
}

.hover\:bg-brand-gold:hover {
    background: var(--ore-gold) !important;
}

.hover\:bg-brand-pinktext:hover {
    background: var(--ore-pinktext) !important;
}

.hover\:bg-gray-800:hover {
    background: #1F2937 !important;
}

.transition-colors,
.transition-all,
.transition-transform {
    transition: .2s ease;
}

.group:hover .group-hover\:translate-x-1 {
    transform: translateX(.25rem);
}

.focus\:outline-none:focus {
    outline: 0;
}

.focus\:bg-white:focus {
    background: #FFF !important;
}

.focus\:border-brand-pinktext:focus {
    border-color: var(--ore-pinktext) !important;
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}


/* ==========================================================================
   15. RESPONSIVE — SM (≥ 576px)
   ========================================================================== */

@media (min-width: 576px) {
    .sm\:block { display: block !important; }
    .sm\:flex-row { flex-direction: row !important; }
    .sm\:items-end { align-items: flex-end !important; }
    .sm\:text-right { text-align: right !important; }
    .sm\:w-72 { width: 18rem !important; }
    .sm\:w-80 { width: 20rem !important; }
    .sm\:w-auto { width: auto !important; }
    .sm\:h-96 { height: 24rem !important; }

    .sm\:grid-cols-2 > * {
        width: calc(50% - .75rem);
    }

    .sm\:px-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
	
}


/* ==========================================================================
   16. RESPONSIVE — MD (≥ 768px)
   ========================================================================== */

@media (min-width: 768px) {
    .md\:block { display: block !important; }
    .md\:flex-row { flex-direction: row !important; }
    .md\:text-left { text-align: left !important; }
    .md\:justify-end { justify-content: flex-end !important; }
    .md\:w-auto { width: auto !important; }
    .md\:w-32 { width: 8rem !important; }

    .md\:p-10 { padding: 2.5rem !important; }
    .md\:p-12 { padding: 3rem !important; }
    .md\:gap-8 { gap: 2rem !important; }

    .md\:grid-cols-2 > * {
        width: calc(50% - 1rem);
    }

    .md\:grid-cols-3 > * {
        width: calc(33.333% - 1.35rem);
    }

    .md\:grid-cols-4 > * {
        width: calc(25% - 1.5rem);
    }

    .md\:col-span-2 {
        width: calc(50% - 1rem) !important;
    }
	
	.mobform{display: none;}
}


/* ==========================================================================
   17. RESPONSIVE — LG (≥ 992px)
   ========================================================================== */

@media (min-width: 992px) {
    .lg\:block { display: block !important; }
    .lg\:flex-row { flex-direction: row !important; }
    .lg\:flex-row-reverse { flex-direction: row-reverse !important; }
    .lg\:items-start { align-items: flex-start !important; }
    .lg\:text-left { text-align: left !important; }

    .lg\:w-full { width: 100% !important; }
    .lg\:w-1\/2 { width: 50% !important; }

    .lg\:h-\[400px\] { height: 400px !important; }
    .lg\:h-\[500px\] { height: 500px !important; }
    .lg\:h-\[550px\] { height: 550px !important; }
    .lg\:h-\[600px\] { height: 600px !important; }
    .lg\:h-\[650px\] { height: 650px !important; }

    .lg\:p-10 { padding: 2.5rem !important; }
    .lg\:p-12 { padding: 3rem !important; }
    .lg\:pl-8 { padding-left: 2rem !important; }
    .lg\:pr-8 { padding-right: 2rem !important; }

    .lg\:px-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .lg\:pt-16 { padding-top: 4rem !important; }
    .lg\:pt-20 { padding-top: 5rem !important; }
    .lg\:pb-20 { padding-bottom: 5rem !important; }
    .lg\:pb-28 { padding-bottom: 7rem !important; }

    .lg\:py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .lg\:py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .lg\:gap-12 { gap: 3rem !important; }
    .lg\:gap-20 { gap: 5rem !important; }

    .lg\:grid-cols-2 > * {
        width: calc(50% - 1.5rem);
    }

    .lg\:grid-cols-4 > * {
        width: calc(25% - 2.25rem);
    }

    .lg\:grid-cols-12 > * {
        width: auto;
    }

    .lg\:col-span-4 { width: 33.333% !important; }
    .lg\:col-span-5 { width: 41.666% !important; }
    .lg\:col-span-7 { width: 58.333% !important; }
    .lg\:col-span-8 { width: 66.666% !important; }

    .lg\:left-12 {
        left: 3rem !important;
    }

    .lg\:text-4xl { font-size: 2.5rem !important; }
    .lg\:text-5xl { font-size: 3rem !important; }
    .lg\:text-6xl { font-size: 3.4rem !important; }
}


/* ==========================================================================
   18. RESPONSIVE — MOBILE (< 768px)
   ========================================================================== */

@media (max-width: 767.98px) {
    .navbar-collapse {
        padding-top: 1rem;
    }

    .navbar .nav-link.active {
        color: var(--ore-gold);
        border-bottom: 0;
    }

    .dropdown-menu {
        margin-left: 1rem;
        border-left: 2px solid var(--ore-pink) !important;
        box-shadow: none !important;
    }
	.mobform{display:block !important;}
}




.rounded-full {
  border-radius: 9999px;
}
.text-justify{
text-align:justify !important;
}

.zone a{
text-decoration:none;
color:#fff;
}

a{
text-decoration:none;
}

footer ul{
padding-left: 0rem;
list-style: none;
}

blockquote{
background-color: rgb(253 236 239 / 0.4);
border-color: rgb(216 155 55 / var(--tw-border-opacity, 1));
border-radius: 1rem;
line-height: 1.9;
font-style: italic;
padding: 1.5rem;
border-left: 4px solid var(--ore-gold) !important;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  height: 390px !important;
}


.breadcrumb-wrapper::before {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(270.07deg, #F6B03D 0.07%, #00060C 19.95%);
    opacity: 0.3;
	}
	
	.breadcrumb-wrapper .line-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.breadcrumb-wrapper .border-shape {
  position: absolute;
  top: 20px;
  left: 0;
}

.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 180px 0;
  text-align: center;
  z-index: 9;
}

.breadcrumb-wrapper .page-heading h1 {
  color:#fff;
  font-size: 60px;
  position: relative;
  z-index: 9;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}

.breadcrumb-wrapper .page-heading ul {
list-style:none;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color:#fff;
  text-transform: capitalize;
  font-weight: 600;
}


.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color:#fff;
  transition: all 0.4s ease-in-out;
}

.post-date {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--ore-gold);
  padding: 6px 19px;
  border-radius: 0px 0px 15px 0px;
  }
  .post-date span {
  color:#fff;
  font-weight: 600;
}


.checklist ul {
    list-style: none;
    padding-left: 0;
	text-align: left;
}

.checklist ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.checklist ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: bold;
	color:var(--ore-green) !important;
}

hr{
color: rgba(216, 155, 55, 0.4);
opacity: .5 !important;
}

/* ==========================================================================\n   19. COMPOSANTS BOOTSTRAP PERSONNALISÉS\n   ========================================================================== */\n\n.btn {\n    --bs-btn-padding-y: .8rem;\n    --bs-btn-padding-x: 1.45rem;\n    --bs-btn-font-weight: 600;\n    --bs-btn-border-radius: 50rem;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: .45rem;\n    line-height: 1.25;\n    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;\n}\n\n.btn:hover { transform: translateY(-1px); }\n.btn:focus-visible { box-shadow: 0 0 0 .25rem rgba(216, 155, 55, .22); }\n\n.btn-ore-primary {\n    --bs-btn-color: #fff;\n    --bs-btn-bg: var(--ore-gold);\n    --bs-btn-border-color: var(--ore-gold);\n    --bs-btn-hover-color: #fff;\n    --bs-btn-hover-bg: var(--ore-gold-hover);\n    --bs-btn-hover-border-color: var(--ore-gold-hover);\n    box-shadow: 0 .5rem 1.25rem rgba(216, 155, 55, .18);\n}\n\n.btn-ore-outline {\n    --bs-btn-color: var(--ore-dark);\n    --bs-btn-bg: transparent;\n    --bs-btn-border-color: var(--ore-dark);\n    --bs-btn-hover-color: #fff;\n    --bs-btn-hover-bg: var(--ore-dark);\n    --bs-btn-hover-border-color: var(--ore-dark);\n}\n\n.btn-ore-pink {\n    --bs-btn-color: #fff;\n    --bs-btn-bg: var(--ore-pinktext);\n    --bs-btn-border-color: var(--ore-pinktext);\n    --bs-btn-hover-color: #fff;\n    --bs-btn-hover-bg: #c94f5c;\n    --bs-btn-hover-border-color: #c94f5c;\n}\n\n.navbar { --bs-navbar-toggler-focus-width: 0; }\n.navbar-brand { margin-right: 2rem; }\n.navbar .nav-link { padding: .65rem .75rem !important; border-radius: .65rem; }\n.navbar .nav-link.active { border-bottom: 0; background: rgba(216,155,55,.09); }\n.dropdown-menu { padding: .6rem; border-radius: 1rem; }\n.dropdown-item { border-radius: .65rem; }\n\n/* Cartes et colonnes */\n.row { --bs-gutter-x: 1.5rem; }\n.row > [class*="col-"] { min-width: 0; }\n.rounded-4, .rounded-5 { overflow-wrap: anywhere; }\n\n@media (max-width: 767.98px) {\n    .btn { width: 100%; }\n    .navbar .btn { width: 100%; }\n    .navbar-brand { margin-right: 1rem; }\n}\n