
<style>
:where([class^="ri-"])::before { content: "\f3c2"; }

.mb-16{
	margin-bottom: 2rem !important;
}
.py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.mb-12 {
    margin-bottom: 2rem !important;
}
.py-24 {
    padding-top: 2rem !important;
    padding-bottom: 4rem !important;
}
.py-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.bg-gray-900 {
    background-color: #243A46 !important;
}

body {
font-family: 'Poppins', sans-serif;
background-color: #fef4df;
}

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

.Titresite {
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
}

h3, h4, h5, h6, .poesie {
font-family: 'Cormorant Garamond', serif;
font-style: italic;
}

.poesie {
font-size: 1.5rem !important;
text-align: justify !important;
}

p {
font-family: 'Cormorant Garamond', serif;	
/*font-family: 'Libre Caslon Display', serif;*/
}

/* Logo header */
.logo {
width: 40px;
height: 40px;
}

.navbar {
cursor: pointer;
}

.menuColor a {
text-transform: uppercase;
font-family: 'Cormorant Garamond', serif;
color: #243a46;
font-weight: bold;
}

.burger-menu-button {
font-size: 2rem;
cursor: pointer;
display: none;
color: #243a46;
}

.burger-menu {
display: none; 
height: 0;
position absolute;
right: 2rem;
top: 60px;
width: 100%;
background-color: #fef4df;
/*backdrop-filter: blur(15px);
transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
}

.burger-menu a {
	display: none;
}

.burger-menu.open {
height: 180px;
}

.burger-menu.open a {
	display: flex;
	flex-direction: column;
	padding: 5px;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	color: #243a46;
	text-transform: uppercase;
	font-weight: bold;
}

.articleVedetteMiniature {
    display: none;
}

.imgArticle {
  width: 50%;
  height: auto;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
    font-family: 'Playfair Display';
}

td, th {
  border: 1px solid #000;
  text-align: left;
  padding: 8px;
}
.colonneItalic{
  font-style: italic;
}


/* ------------------------------------------------*/
/* ----------------------- RESPONSIVE -------------*/
/* ------------------------------------------------*/
@media (max-width: 1000px){
    .navbar{
        display: none;
    }
    .burger-menu-button{
        display: block;
    }
    .burger-menu{
        display: block;
    }
}

@media (max-width: 1024px) {
.social-share-fixed {
position: relative;
left: auto;
top: auto;
transform: none;
}
}

@media (max-width: 1220px) {
    #myVideo {
        display: none;
    }
}

@media (min-width: 768px) {
    .w-full.md\:w-1\/2.text-white.z-10.fondOpaque {
        text-align: center;
        width: 530px;
    }
    .w-full.md\:w-2\/3.text-white.z-10.fondOpaque {
        text-align: center;
        width: 530px;
    }
}

@media (max-width: 730px) {
    .imgArticle {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 1rem;
        margin-bottom: 1rem;
        }
}

@media (max-width: 1024px) {
    .articleVedette {
        display: none;
        }
    .articleVedetteMiniature {
        display: block;
        }
}

@media (min-width: 990px) {
    .colonne3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px){
    table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    }
    table tbody {
        display: table;
        width: 100%;
    }
}




footer.bg-gray-900.text-white.pt-16.pb-8.px-8.footer {
    padding-top: 1.5rem;
}

footer.bg-gray-900.text-white.pt-16.pb-8.px-8.footer  {
    padding-bottom: 0.5rem;
}

h3.text-xl.font-semibold.mb-6 {
    border-bottom: 1px solid #BA9426;
}

.tip-box {
background: linear-gradient(135deg, rgba(212,175,55,0.1), rgba(245,245,245,0.3));
border-left: 4px solid #d4af37;
}

.quote-box {
background: linear-gradient(135deg, rgba(59,130,246,0.05), rgba(147,197,253,0.1));
border-left: 4px solid #3b82f6;
}

.social-share-fixed {
position: fixed;
left: 2rem;
top: 50%;
transform: translateY(-50%);
z-index: 50;
}

.blog-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
overflow: hidden;
}
.blog-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.category-filter {
transition: all 0.3s ease;
}
.category-filter.active {
background-color: #d4af37;
color: white;
}
.featured-post {
background: linear-gradient(135deg, rgba(212,175,55,0.05), rgba(245,245,245,0.1));
}
.read-more-btn {
transition: all 0.3s ease;
}
.read-more-btn:hover {
background-color: #d4af37;
color: white;
}
.search-input:focus {
border-color: #d4af37;
outline: none;
box-shadow: 0 0 0 3px rgba(212,175,55,0.1);
}

.contact-form {
background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(245,245,245,0.9));
backdrop-filter: blur(10px);
}
.faq-item {
transition: all 0.3s ease;
}
.faq-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.faq-item.active .faq-content {
max-height: 200px;
}
.faq-item.active .faq-toggle {
transform: rotate(180deg);
}
.custom-select {
position: relative;
}
.custom-select-dropdown {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: white;
border: 1px solid #e5e7eb;
border-radius: 8px;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
z-index: 10;
max-height: 200px;
overflow-y: auto;
display: none;
}
.custom-select.active .custom-select-dropdown {
display: block;
}
.custom-select-option {
padding: 12px 16px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.custom-select-option:hover {
background-color: #f9fafb;
}
.custom-select-option.selected {
background-color: #d4af37;
color: white;
}

.hero-slide {
transition: opacity 0.8s ease-in-out;
}
.hero-indicator.active {
background-color: rgba(212, 175, 55, 0.8) !important;
}
.hero-indicator:hover {
background-color: rgba(212, 175, 55, 0.6) !important;
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -4px;
left: 0;
background-color: #d4af37;
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.collection-card {
overflow: hidden;
}
.collection-card img {
transition: transform 0.5s ease;
}
.collection-card:hover img {
transform: scale(1.05);
}
.collection-overlay {
opacity: 0;
transition: opacity 0.3s ease;
}
.collection-card:hover .collection-overlay {
opacity: 1;
}
input[type="email"] {
outline: none;
}
input[type="email"]:focus {
border-color: #d4af37;
}
.carousel-container {
position: relative;
overflow: hidden;
}
.carousel {
display: flex;
transition: transform 0.5s ease;
}
.carousel-item {
flex: 0 0 auto;
}
.carousel-control {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.carousel-control.left {
left: 10px;
}
.carousel-control.right {
right: 10px;
}

.footer h3 {
color: #BA9426;
}

.footer a {
/* color: #fef4df; */
color: white;
font-family: 'Playfair Display';
}

.pricing-card h3 {
font-size: 2.5rem;
color: #BA9426;
text-align: center;
}
.pricing-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.pricing-card.featured {
border: 2px solid #d4af37;
}

.portfolio-tab {
transition: all 0.3s ease;
}
.portfolio-tab.active {
background-color: #d4af37;
color: white;
}
.portfolio-image {
transition: transform 0.3s ease;
}
.portfolio-image:hover {
transform: scale(1.05);
}

.btnAction {
font-family: 'Playfair Display', sans-serif !important;
border: 2px solid #243A46 !important;
background-color: #243A46 !important;
color: white !important;
}

.btnAction:hover {
font-family: 'Playfair Display', sans-serif !important;
border: 2px solid rgb(212 175 55) !important;
background-color: rgb(255 255 255) !important;
color: rgb(212 175 55) !important;
}

.cardPrestations {
  display: flex;
  flex-direction: column;   /* pour empiler verticalement */
  justify-content: space-between; /* pousse le bouton en bas */
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.cardPrestations .btn {
  align-self: flex-start; /* ou center si tu veux centrer le bouton */
  margin-top: auto; /* pousse le bouton vers le bas */
}

.fondOpaque {
  background-color: #243a4680;
  color: #243A46;
  padding: 0.6rem;
  border-radius: 10px;
  text-shadow: 0px 0px 20px #000;
}

.fondOpaqueContact {
  background-color: #243a46;
  color: #fff;
  padding: 0.6rem;
  border-radius: 10px;
}

.titrePrestation {
    font-size: 0.8rem;
    font-family: 'Playfair Display';
    text-align: center;
}

.detailsPrestation li {
    font-family: 'Playfair Display';
}

h2.text-5xl.lg\:text-6xl.font-bold.mb-8.text-gray-900.leading-tight {
    color: black;
}
p.text-xl.text-gray-600.leading-relaxed.mb-8 {
	color: black;
}
h3.text-3xl.font-bold.text-gray-900 {
    color: black;
}
h4.font-semibold.text-gray-900 {
    color: black;
}

.texteArticle h2, h3, h4, p {
  font-family: 'Playfair Display';
}

.texteArticle p {
  text-align: justify;
}

.articleItalic {
  font-style: italic;
}

.texteArticle h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

h3.text-3xl.font-bold.text-gray-900 {
    font-style: normal;
}

.texteArticle h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.ArticleList li{
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  text-align: justify;
  color: black;
}

.ArticleList strong{
  font-style: italic;
}

h4.font-semibold.text-gray-900 {
	font-style: normal;
	font-weight: 800;
}

.mentionslegales h3, p{
    font-family: 'Playfair Display';
}
.mentionslegales p{
    font-size: 1rem;
}

.bg-white.rounded-xl.p-6.shadow-xl {
    padding: 0.5rem;
}

.w-full.md\:w-1\/2.text-white.z-10.fondOpaque {
    text-align: center;
}

.w-full.md\:w-2\/3.text-white.z-10.fondOpaque {
    text-align: center;
}

.from-black {
    --tw-gradient-from: #243A46 var(--tw-gradient-from-position) !important;
}
.via-black\/60 {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.faq-item.active .faq-content {
    max-height: 400px;
} 



</style>