/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Appliquer la police à tout le site */
/* Appliquer la police globale sans écraser Elementor */
html, 
body {
  font-family: 'Trust 3A TRIAL', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Redéfinir la police par défaut uniquement si aucun style Elementor spécifique n'est défini */
:where(p, h1, h2, h3, h4, h5, h6, a, span, li, button, input, textarea, select) {
  font-family: inherit;
}

body{
background-image:url("http://maison-schutz.fr/wp-content/uploads/2026/09/fond.jpg") !important;
background-size: contain;
background-position: center;
background-repeat: repeat;
}

.bold{
    font-family: bold !important;
}

.map-acces{
    overflow: hidden;
}

.comments-area a, .page-content a {
  text-decoration: none !important;
}

.div-map-acces::before{
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    width: 2000px;
    height: 100%;
    background-color: #7A121B;
    z-index: 1;
}


.div-histoire::before{
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    width: 2000px;
    height: 100%;
    background-color: #7A121B;
    z-index: 1;
}

.div-laura-hugo::after{
    content: "";
    position: absolute;
    top: 0;
    right: -2000px;
    width: 2000px;
    height: 100%;
    background-color: #F04F3A;
    z-index: 1;
}




/* Container global */
.cf7-custom-form {
    background-color: #f25339; /* Couleur du fond rouge/orange */
    padding: 30px;
    border-radius: 12px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: inherit;
  }
  
  /* Grille 2 colonnes */
  .cf7-custom-form .cf7-row {
    display: flex;
    gap: 15px;
  }
  
  .cf7-custom-form .cf7-col {
    flex: 1;
  }
  
  .cf7-custom-form .cf7-row.full-width .cf7-col {
    width: 100%;
  }
  
  /* Style des champs de saisie */
  .cf7-custom-form input[type="text"],
  .cf7-custom-form input[type="email"],
  .cf7-custom-form input[type="tel"],
  .cf7-custom-form textarea {
    width: 100%;
    background-color: #fffdf5; /* Fond beige très clair */
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 15px;
    color: #aa8e82; /* Couleur du texte saisi */
    box-sizing: border-box;
    outline: none;
  }
  
  /* Hauteur spécifique pour le textarea */
  .cf7-custom-form textarea {
    height: 120px;
    resize: vertical;
  }
  
  /* Style des Placeholders (texte d'aide) */
  .cf7-custom-form input::placeholder,
  .cf7-custom-form textarea::placeholder {
    color: #cbb4a9;
    opacity: 1;
  }
  
  /* Case à cocher RGPD */
  .cf7-custom-form .cf7-rgpd {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
  }
  
  .cf7-custom-form .cf7-rgpd .wpcf7-list-item {
    margin: 0;
  }
  
  .cf7-custom-form .cf7-rgpd label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
  }
  
  /* Transformation de la case à cocher en cercle */
  .cf7-custom-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-color: #fffdf5;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
  }
  
  .cf7-custom-form input[type="checkbox"]:checked {
    background-color: #fffdf5;
  }
  
  .cf7-custom-form input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #71141e; /* Point foncé à la coche */
    border-radius: 50%;
  }
  
  /* Bouton d'envoi */
  .cf7-custom-form input[type="submit"] {
    background-color: #71141e; /* Rouge très foncé / Bordeaux */
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 35px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .cf7-custom-form input[type="submit"]:hover {
    background-color: #520c14;
  }
  
  /* Adaptation mobile (Passage à 1 colonne sur smartphone) */
  @media (max-width: 600px) {
    .cf7-custom-form .cf7-row {
      flex-direction: column;
      gap: 15px;
    }
  }

.cf7-custom-form{
  padding:0 !important;
}

.div-contact::after{
  content: "";
  position: absolute;
  top: 0;
  right: -2000px;
  width: 2000px;
  height: 100%;
  background-color: #F04F3A;
  z-index: 1;
}



/* Formulaire de dépôt d'avis */

.ms-avis-form {
			margin: 0px auto;
			background: #6b1c24;
			color: #fff;
			border-radius: 36px;
			padding: 36px 32px;
		}
		.ms-avis-form h2 {
			margin: 0 0 22px;
			font-family: "chippewa-falls", "Chippewa Falls", Georgia, serif;
			font-size: 30px;
			font-weight: 400;
			color: #fff;
		}
		.ms-avis-form-row {
			display: flex;
			gap: 16px;
			margin-bottom: 14px;
		}
		.ms-avis-form-field { flex: 1; min-width: 0; }
		.ms-avis-form label {
			display: block;
			margin-bottom: 6px;
			font-size: 14px;
		}
		.ms-avis-form input,
		.ms-avis-form textarea {
			width: 100%;
			box-sizing: border-box;
			border: none;
			border-radius: 10px;
			padding: 12px 14px;
			font-size: 15px;
			font-family: inherit;
		}
		.ms-avis-form textarea { min-height: 140px; resize: vertical; }
		.ms-avis-form .ms-avis-hp { position: absolute; left: -9999px; }
		.ms-avis-form button {
			display: block;
			margin: 18px 0px 0px 0px;
			background: #fff;
			color: #6b1c24;
			border: none;
			border-radius: 24px;
			padding: 12px 28px;
			font-size: 16px;
			font-weight: 600;
			cursor: pointer;
		}
		.ms-avis-form button:hover { opacity: 0.9; }
		.ms-avis-notice {
			max-width: 720px;
			margin: 0 auto 16px;
			padding: 12px 16px;
			border-radius: 12px;
			text-align: center;
		}
		.ms-avis-notice.ok { background: #e8f5e9; color: #1b5e20; }
		.ms-avis-notice.err { background: #fdecea; color: #8a1f1f; }
		@media (max-width: 700px) {
			.ms-avis-form { padding: 26px 18px; border-radius: 28px; }
			.ms-avis-form-row { flex-direction: column; gap: 14px; }
		}


    /* Articles */


		.ms-article-card {
			display: flex;
			flex-direction: column;
			text-decoration: none;
			color: #ffffff;
		}
		.ms-article-image {
			width: 100%;
			aspect-ratio: 16 / 10;
			overflow: hidden;
			background: #54141b;
		}
		.ms-article-image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}
		.ms-article-card h3 {
			margin: 18px 0 10px;
			text-align: center;
			font-family: "chippewa-falls", "Chippewa Falls", Georgia, serif;
			font-size: 22px;
			font-weight: 400;
			line-height: 1.25;
			color: #ffffff;
		}
		.ms-article-card p {
			margin: 0;
			text-align: center;
			font-size: 14px;
			line-height: 1.55;
			color: #ffffff;
		}
		.ms-article-card:hover h3 {
			text-underline-offset: 3px;
		}
		@media (max-width: 1024px) {
			.ms-articles-grid {
				grid-template-columns: repeat(2, minmax(0, 1fr));
				padding: 28px 20px;
				gap: 24px 18px;
			}
			.ms-article-card h3 { font-size: 20px; }
		}
		@media (max-width: 700px) {
			.ms-articles-grid {
				grid-template-columns: 1fr;
				padding: 22px 16px;
				gap: 28px;
			}
		}