/* ==========================================================================
   SK CLASS GLOBALES
   ========================================================================== */

.sk_white h1, .sk_white h2, .sk_white h3, .sk_white h4, .sk_white p, .sk_white ul li, .sk_white address, .sk_white ul li {color:#fff;}
.sk_nodisplay {display:none!important;}

/* Style global du bloc adresse */
.sk-contact-block address {
  font-style: normal; /* Annule l'italique par défaut de la balise address */
	color:#fff;
}

/* Retrait des puces de la liste */
.sk-contact-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Alignement Flexbox des icônes et des liens */
.sk-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px; /* Espace entre l'icône et le texte */
  margin-bottom: 8px;
	color:#fff;
}

/* Style des liens pour un rendu propre */
.sk-contact-list a {
  text-decoration: none;
  transition: color 0.3s ease;
	color:#fff;
}

.sk-contact-list a:hover {
  color: #C9A96A;
}

.sk_highlight {
    color:#EAC17A;
}

span.sk_punchline {
    font-size : 2.4rem;
    line-height:3rem;
    text-transform:uppercase;
    margin:0 auto;
    font-weight:900;
}

span.sk_patch_or {
    font-size : 16px;
    line-height: 22px;
    font-weight:400;
    padding: 4px 8px;
    border-radius:6px;
    color:#C9A96A;
    border: 1px solid #C9A96A;
}



/* ==========================================================================
   HEADER APPARENT AU SCROLL ELEMENTOR FREE
   ========================================================================== */
.sk_header nav.menu-main-menu-container ul, .sk_sticky_header nav.menu-main-menu-container ul {
	list-style:none;
	display:flex;
	margin:0 auto;
	padding: 0;
}
.sk_header nav.menu-main-menu-container ul li:not(:last-child)::after,  .sk_sticky_header nav.menu-main-menu-container ul li:not(:last-child)::after {
    content: " | ";
    margin-left: 10px; 
    margin-right: 10px;
    color: rgba(201,169,106,0.8); 
}
.sk_header nav.menu-main-menu-container ul li a, .sk_sticky_header nav.menu-main-menu-container ul li a {
	color:#fff;
	font-weight: 500;
    letter-spacing: 1px;
}


.sk_sticky_header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(-100%); /* Cache le header au-dessus de l'écran */
    transition: transform 0.4s ease-in-out; /* Animation fluide */
    background-color: rgba(255, 255, 255, 0.95); /* Fond blanc légèrement transparent (à adapter) */
}

/* Classe ajoutée par le JS au scroll */
.sk_sticky_header.is_visible {
    transform: translateY(0); /* Fait redescendre le header */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Petite ombre portée chic */
}

/* ==========================================================================
   TYPOGRAPHIES
   ========================================================================== */

/* Corps de texte par défaut et conteneurs globaux */
body, 
p, 
.elementor-widget-text-editor {
    font-family: 'Ofelia Display', sans-serif;
    font-size:18px;
    color:#171F27;
}

/* Réinitialisation et style des titres (Thème + Elementor) */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    font-family: 'Ofelia Display', sans-serif;
    color:#171F27;
    margin:0;
}

/* =========================================
   1. DESKTOP (Ton style par défaut)
   ========================================= */
h1, .elementor-widget-heading h1.elementor-heading-title { 
    font-size: 2.5rem; 
    line-height: 3rem; 
    text-transform: uppercase; 
    font-weight: 900; 
}
h2, .elementor-widget-heading h2.elementor-heading-title { 
    font-size: 2.5rem; 
    line-height: 1.2; 
}
h3, .elementor-widget-heading h3.elementor-heading-title { 
    font-size: 1.5rem; 
    line-height: 1.3; 
    text-transform: uppercase; 
}
h4 { 
    font-size: 1.3rem; 
    line-height: 1.3; 
    text-transform: uppercase; 
}


/* Margin top
--------------------------------------------------------------------- */

.mt2 {margin-top: 20px;}
.mt3 {margin-top: 30px;}
.mt4 {margin-top: 40px;}
.mt6 {margin-top: 60px;}

/* ==========================================================================
   FORMULAIRE DE CONTACT (CONTACT FORM 7)
   ========================================================================== */

/* Structure générale */
.wpcf7 {
    width: 100%;
}

.wpcf7 p {
    margin-bottom: 20px;
}

/* Style des champs (Inputs, Textarea, Select) */
.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea,
.wpcf7-select {
    width: 90%;
    padding: 15px 20px;
    border: 1px solid #f7f7f7;
    background-color: rgba(255,255,255,0.03);
    color: #ededed;
    font-family: var(--sk_font_body, 'Ofelia Display', sans-serif);
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Effet au clic (Focus) */
.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-textarea:focus,
.wpcf7-select:focus {
    border-color: var(--sk_color_asphalt, #171F27);
    outline: none;
    box-shadow: 0 0 0 1px var(--sk_color_asphalt, #171F27);
}

/* Retirer le style par défaut du Select (la flèche native) */
.wpcf7-select {
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23171F27%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    background-size: 12px auto;
}

.wpcf7-textarea {height:200px;}

/* Style du bouton d'envoi */
.wpcf7-submit {
    display: inline-block;
    padding: 15px 40px;
    background-color: #C9A96A;
    color: #FFFFFF !important;
    font-family: var(--sk_font_title, 'Cocogoose Pro', sans-serif);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.wpcf7-submit:hover {
    background-color: #333333; /* Un gris un peu plus clair au survol */
    transform: translateY(-2px); /* Léger effet de soulèvement */
}

/* Style des cases à cocher (Acceptance) */
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-acceptance input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #C9A96A;
	color:#C9A96A;
	margin:0;
}