/*!
Theme Name: Searching-Murphy
Theme URI: https://searching-murphy.com
Author: Thomas Leroyer
Version: 1.0.0
Text Domain: searching-murphy
Template: astra
*/

/* ===============================
   DESIGN SYSTEM CORE
================================= */

:root {

  --font-main: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --bg: #0f0f10;
  --surface: #161618;
  --text: #eaeaea;
  --muted: #a0a0a0;

  --primary: #7c5cff;
  --secondary: #00d4ff;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;

  --radius: 14px;
  --shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* ===============================
   RESET GLOBAL
================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-main);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

/* ===============================
   ASTRA OVERRIDES
================================= */

.site-header {
  background: var(--surface);
  backdrop-filter: blur(10px);
}

.site-content {
  padding: var(--space-5);
}

/* Privacy policy page only: page ID from wp_page_for_privacy_policy option. */
body.page-id-3,
.page-id-3 #page,
.page-id-3 #wrapper {
  background-color: #333 !important;
  color: #d6d6d6 !important;
  font-size: 0.875rem !important;
}

.page-id-3 #header,
.page-id-3 #masthead,
.page-id-3 .site-header,
.page-id-3 .ast-header,
.page-id-3 .main-header-bar,
.page-id-3 #ast-desktop-header,
.page-id-3 #ast-mobile-header {
  display: none !important;
}

.page-id-3 #wrapper {
  display: block !important;
  min-height: 100vh !important;
  padding: 1.5rem !important;
}

.page-id-3 #primary,
.page-id-3 .site-main,
.page-id-3 article,
.page-id-3 .entry-content {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-id-3 #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.page-id-3 .entry-header,
.page-id-3 .entry-content {
  color: #d6d6d6 !important;
}

.page-id-3 .entry-title {
  color: #e0e0e0 !important;
  font-size: 1.5rem !important;
  margin: 0 0 1rem !important;
}

.page-id-3 .entry-content p,
.page-id-3 .entry-content li {
  color: #d6d6d6 !important;
  font-size: 0.875rem !important;
}

.page-id-3 .entry-content a {
  color: #c4c4c4 !important;
  font-size: 0.875rem !important;
  text-decoration: underline !important;
}

.page-id-3 .home-close-btn,
.page-id-85 .home-close-btn {
  position: absolute !important;
  top: 1.2rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  background-color: #fdc502 !important;
  border-radius: 50% !important;
  z-index: 1000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
  transition: transform 0.2s, background-color 0.2s !important;
}

.page-id-3 .home-close-btn:hover,
.page-id-85 .home-close-btn:hover {
  transform: translateX(-50%) scale(1.1) !important;
  background-color: #e5b400 !important;
}

/* Terms of use page only: local SQL export found page ID 85 for conditions-dutilisation. */
body.page-id-85,
.page-id-85 #page,
.page-id-85 #wrapper {
  background-color: #333 !important;
  color: #fff !important;
  font-size: 0.875rem !important;
}

.page-id-85 #header,
.page-id-85 #masthead,
.page-id-85 .site-header,
.page-id-85 .ast-header,
.page-id-85 .main-header-bar,
.page-id-85 #ast-desktop-header,
.page-id-85 #ast-mobile-header {
  display: none !important;
}

.page-id-85 #wrapper {
  display: block !important;
  min-height: 100vh !important;
  padding: 1.5rem !important;
}

.page-id-85 #primary,
.page-id-85 .site-main,
.page-id-85 article,
.page-id-85 .entry-content {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-id-85 #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.page-id-85 .entry-header,
.page-id-85 .entry-content {
  color: #fff !important;
}

.page-id-85 .entry-title {
  color: #fff !important;
  font-size: 1.5rem !important;
  margin: 0 0 1rem !important;
}

.page-id-85 .entry-content p,
.page-id-85 .entry-content li {
  color: #fff !important;
  font-size: 0.875rem !important;
}

.page-id-85 .entry-content a {
  color: #ccc !important;
  font-size: 0.875rem !important;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .page-id-3 .home-close-btn,
  .page-id-85 .home-close-btn {
    top: 0.8rem !important;
    left: 50% !important;
    width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 480px) {
  .page-id-3 .home-close-btn,
  .page-id-85 .home-close-btn {
    top: 0.5rem !important;
    left: 50% !important;
    width: 32px !important;
    height: 32px !important;
  }
}

/* ===============================
   TYPOGRAPHY
================================= */

h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: -0.02em;
}

p {
  color: var(--text);
  opacity: 0.9;
}

/* ===============================
   POPUP STYLES
================================= */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

#confirmation-popup, #error-popup {
  animation: fadeIn 0.3s ease-out;
}

#confirmation-popup button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #0a7a72, 0 8px 16px rgba(0,0,0,0.25);
}

#confirmation-popup button:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #0a7a72, 0 4px 8px rgba(0,0,0,0.15);
}

#error-popup button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #5a0000, 0 8px 16px rgba(0,0,0,0.25);
}

#error-popup button:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #5a0000, 0 4px 8px rgba(0,0,0,0.15);
}

/* ===============================
   UI COMPONENTS
================================= */

button,
.wp-block-button__link {
  background: var(--primary);
  color: #fff;
  padding: 16px 24px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: 0.2s ease;
; font-size: 1.1rem;}


button:hover {
  transform: translateY(-2px);
}

.card {
  background: var(--surface);
  padding: var(--space-4);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ===============================
   LINKS
================================= */

a {
  color: var(--secondary);
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* ===============================
   DARK MODE
================================= */

.dark-mode {
  --bg: #0b0b0c;
  --surface: #141416;
  --text: #f5f5f5;
  --muted: #b0b0b0;
}
 canvas {
	 max-width: 100%;
	 height: auto;
 }

 
 /* Basic */
 
 @-ms-viewport {
	 width: device-width;
 }
 
 @media screen and (max-width: 480px) {
 
	 html,
	 body {
		 min-width: 320px;
	 }
 
 }
 
 html {
	 box-sizing: border-box;
	 scroll-behavior: smooth;
 }
 
 *,
 *:before,
 *:after {
	 box-sizing: inherit;
 }
 
 body {
	 background: #cbe8e8;
 }
 
 body.is-preload *,
 body.is-preload *:before,
 body.is-preload *:after {
	 -moz-animation: none !important;
	 -webkit-animation: none !important;
	 -ms-animation: none !important;
	 animation: none !important;
	 -moz-transition: none !important;
	 -webkit-transition: none !important;
	 -ms-transition: none !important;
	 transition: none !important;
 }
 
 /* Type */
 
 html {
	 font-size: 16pt;
 }
 
 @media screen and (max-width: 1680px) {
 
	 html {
		 font-size: 12pt;
	 }
 
 }
 
 @media screen and (max-width: 736px) {
 
	 html {
		 font-size: 11pt;
	 }
 
 }
 
 @media screen and (max-width: 360px) {
	 html {
		 font-size: 10pt;
	 }
 }
 
 
 body,
 input,
 select,
 textarea {
	 color: #ffffff;
	 font-family: "Source Sans Pro", sans-serif;
	 font-weight: 300;
	 font-size: 1rem;
	 line-height: 1.65;
 }
 
 a {
	 -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	 -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	 -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	 transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	
	 text-decoration: none;
	 color: inherit;
 }
 
 a:hover {
	 border-bottom-color: transparent;
 }
 
 strong,
 b {
	 color: #ffffff;
	 font-weight: 600;
 }
 
 em,
 i {
	 font-style: italic;
 }
 

 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
	 color: #ffffff;
	 font-weight: 600;
	 line-height: 1.5;
	 margin: 0 0 1rem 0;
	 text-transform: uppercase;
	 letter-spacing: 0.2rem;
 }
 
 h1 a,
 h2 a,
 h3 a,
 h4 a,
 h5 a,
 h6 a {
	 color: inherit;
	 text-decoration: none;
 }
 
 h1.major,
 h2.major,
 h3.major,
 h4.major,
 h5.major,
 h6.major {
	 border-bottom: solid 1px #ffffff;
	 width: -moz-max-content;
	 width: -webkit-max-content;
	 width: -ms-max-content;
	 width: max-content;
	 padding-bottom: 0.5rem;
	 margin: 0 auto 2rem auto;
 }
 
 h1 {
	 font-size: 2.25rem;
	 line-height: 1.3;
	 letter-spacing: 0.5rem;
 }
 
 h2 {
	 font-size: 1.5rem;
	 line-height: 1.4;
	 letter-spacing: 0.5rem;
 }
 
 h3 {
	 font-size: 1rem;
 }
 
 h4 {
	 font-size: 0.8rem;
 }
 
 h5 {
	 font-size: 0.7rem;
 }
 
 h6 {
	 font-size: 0.6rem;
 }
 
 @media screen and (max-width: 736px) {
 
	 h1 {
		 font-size: 1.75rem;
		 line-height: 1.4;
	 }
 
	 h2 {
		 
		 line-height: 1.5;
	 }
 
 }
 
 sub {
	 font-size: 0.8rem;
	 position: relative;
	 top: 0.5rem;
 }
 
 sup {
	 font-size: 0.8rem;
	 position: relative;
	 top: -0.5rem;
 }
 
 blockquote {
	 border-left: solid 4px #ffffff;
	 font-style: italic;
	 margin: 0 0 2rem 0;
	 padding: 0.5rem 0 0.5rem 2rem;
 }
 
 code {
	 background: #284543;
	 border-radius: 4px;
	 font-family: "Courier New", monospace;
	 font-size: 0.9rem;
	 margin: 0 0.25rem;
	 padding: 0.25rem 0.65rem;
 }
 
 pre {
	 -webkit-overflow-scrolling: touch;
	 font-family: "Courier New", monospace;
	 font-size: 0.9rem;
	 margin: 0 0 2rem 0;
 }
 
 pre code {
	 display: block;
	 line-height: 1.75;
	 padding: 1rem 1.5rem;
	 overflow-x: auto;
 }
 
 hr {
	 border: 0;
	 border-bottom: solid 1px #ffffff;
	 margin: 2.75rem 0;
 }
 
 .align-left {
	 text-align: left;
 }
 
 .align-center {
	 text-align: center;
 }
 
 .align-right {
	 text-align: right;
 }
 
 /* Form */
 
 form {
	 margin: 0 0 2rem 0;
 }
 
 form> :last-child {
	 margin-bottom: 0;
 }
 
 form>.fields {
	 display: -moz-flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 display: flex;
	 -moz-flex-wrap: wrap;
	 -webkit-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 width: calc(100% + 3rem);
	 margin: -1.5rem 0 2rem -1.5rem;
 }
 
 form>.fields>.field {
	 -moz-flex-grow: 0;
	 -webkit-flex-grow: 0;
	 -ms-flex-grow: 0;
	 flex-grow: 0;
	 -moz-flex-shrink: 0;
	 -webkit-flex-shrink: 0;
	 -ms-flex-shrink: 0;
	 flex-shrink: 0;
	 padding: 1.5rem 0 0 1.5rem;
	 width: calc(100% - 1.5rem);
 }
 
 form>.fields>.field.half {
	 width: calc(50% - 0.75rem);
 }
 
 form>.fields>.field.third {
	 width: calc(100%/3 - 0.5rem);
 }
 
 form>.fields>.field.quarter {
	 width: calc(25% - 0.375rem);
 }
 
 @media screen and (max-width: 480px) {
 
	 form>.fields {
		 width: calc(100% + 3rem);
		 margin: -1.5rem 0 2rem -1.5rem;
	 }
 
	 form>.fields>.field {
		 padding: 1.5rem 0 0 1.5rem;
		 width: calc(100% - 1.5rem);
	 }
 
	 form>.fields>.field.half {
		 width: calc(100% - 1.5rem);
	 }
 
	 form>.fields>.field.third {
		 width: calc(100% - 1.5rem);
	 }
 
	 form>.fields>.field.quarter {
		 width: calc(100% - 1.5rem);
	 }
 
 }
 
 label {
	 color: #ffffff;
	 display: block;
	 font-size: 0.8rem;
	 font-weight: 300;
	 letter-spacing: 0.2rem;
	 line-height: 1.5;
	 margin: 0 0 1rem 0;
	 text-transform: uppercase;
 }
 
 
 
 
 select {
	 
	 background-size: 1.25rem;
	 background-repeat: no-repeat;
	 background-position: calc(100% - 1rem) center;
	 height: 2.75rem;
	 padding-right: 2.75rem;
	 text-overflow: ellipsis;
 }
 
 select option {
	 color: #ffffff;
	 background: #1b1f22;
 }
 
 select:focus::-ms-value {
	 background-color: transparent;
 }
 
 select::-ms-expand {
	 display: none;
 }
 
 input[type="text"],
 input[type="password"],
 input[type="email"],
 select {
	 height: 2.75rem;
 }
 
 textarea {
	 padding: 0.75rem 1rem;
 }
 
 input[type="checkbox"],
 input[type="radio"] {
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 -ms-appearance: none;
	 appearance: none;
	 display: block;
	 float: left;
	 margin-right: -2rem;
	 opacity: 0;
	 width: 1rem;
	 z-index: -1;
 }
 
 input[type="checkbox"]+label,
 input[type="radio"]+label {
	 text-decoration: none;
	 -moz-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 color: #ffffff;
	 cursor: pointer;
	 display: inline-block;
	 font-size: 0.8rem;
	 font-weight: 300;
	 margin: 0 0 0.5rem 0;
	 padding-left: 2.65rem;
	 padding-right: 0.75rem;
	 position: relative;
 }
 
 input[type="checkbox"]+label:before,
 input[type="radio"]+label:before {
	 -moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	 display: inline-block;
	 font-style: normal;
	 font-variant: normal;
	 text-rendering: auto;
	 line-height: 1;
	 text-transform: none !important;
	 font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
 }
 
 input[type="checkbox"]+label:before,
 input[type="radio"]+label:before {
	 -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
	 -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
	 -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
	 transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
	 border-radius: 4px;
	 border: solid 1px #ffffff;
	 content: '';
	 display: inline-block;
	 height: 1.65rem;
	 left: 0;
	 line-height: 1.65rem;
	 position: absolute;
	 text-align: center;
	 top: -0.15rem;
	 width: 1.65rem;
 }
 
 input[type="checkbox"]:checked+label:before,
 input[type="radio"]:checked+label:before {
	 background: #ffffff !important;
	 border-color: #ffffff !important;
	 color: #1b1f22;
	 content: '\f00c';
 }
 
 input[type="checkbox"]:focus+label:before,
 input[type="radio"]:focus+label:before {
	 background: rgba(255, 255, 255, 0);
	 border-color: #ffffff;
	 box-shadow: 0 0 0 1px #ffffff;
 }
 
 input[type="checkbox"]+label:before {
	 border-radius: 4px;
 }
 
 input[type="radio"]+label:before {
	 border-radius: 100%;
 }
 
 ::-webkit-input-placeholder {
	 color: rgba(255, 255, 255, 0) !important;
	 opacity: 1.0;
 }
 
 :-moz-placeholder {
	 color: rgba(255, 255, 255, 0) !important;
	 opacity: 1.0;
 }
 
 ::-moz-placeholder {
	 color: rgba(255, 255, 255, 0) !important;
	 opacity: 1.0;
 }
 
 :-ms-input-placeholder {
	 color: rgba(255, 255, 255, 0) !important;
	 opacity: 1.0;
 }
 
 .formerize-placeholder {
	 color: rgba(255, 255, 255, 0) !important;
	 opacity: 1.0;
 }
 
 /* Box */
 
 .box {
	 border-radius: 4px;
	 border: solid 1px #ffffff;
	 margin-bottom: 2rem;
	 padding: 1.5em;
 }
 
 .box> :last-child,
 .box> :last-child> :last-child,
 .box> :last-child> :last-child> :last-child {
	 margin-bottom: 0;
 }
 
 .box.alt {
	 border: 0;
	 border-radius: 0;
	 padding: 0;
 }
 
 /* Icon */
 
/* Icon */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
    color: #284543; /* Vert du site */
}

/* Contour et couleurs des icÃ´nes */
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: inherit; /* Prend la couleur de l'Ã©lÃ©ment parent (vert) */
}

/* Effet hover */
.icon:hover {
    color: #fdc502; /* Jaune au hover */
    border: 0px solid #000000; /* Bordure jaune au hover */
}
 
.icon>.label {
    display: none;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

 
 /* Image */
 
 .image {
	 border-radius: 4px;
	 border: 0;
	 display: inline-block;
	 position: relative;
 }
 
 .image:before {
	 pointer-events: none;
	 
	 background-color: rgba(19, 21, 25, 0);
	 border-radius: 4px;
	 content: '';
	 display: block;
	 height: 100%;
	 left: 0;
	 opacity: 0.5;
	 position: absolute;
	 top: 0;
	 width: 100%;
 }
 
 .image img {
	 border-radius: 50px;
	 display: block;
 }
 
 .image.left,
 .image.right {
	 max-width: 40%;
 }
 
 .image.left img,
 .image.right img {
	 width: 100%;
 }
 
 .image.left {
	 float: left;
	 padding: 0 1.5em 1em 0;
	 top: 0.25em;
 }
 
 .image.right {
	 float: right;
	 padding: 0 0 1em 1.5em;
	 top: 0.25em;
 }
 
 .image.fit {
	 display: block;
	 margin: 0 0 2rem 0;
	 width: 100%;
 }
 
 .image.fit img {
	 width: 100%;
 }
 
 .image.main {
	 display: block;
	 margin: 2.5rem 0;
	 width: 100%;
 }
 

 .image.main img {
    width: 100%;
    border-radius: 50px;
    display: block;
    border: 1px solid white; /* LiserÃ© blanc autour de l'image */
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5), 
                -3px -3px 10px rgba(255, 255, 255, 0.4);
}


 @media screen and (max-width: 736px) {
 
	 .image.main {
		 margin: 2rem 0;
	 }
 
 }
 
 @media screen and (max-width: 480px) {
 
	 .image.main {
		 margin: 1.5rem 0;
	 }
 
 }
 
 /* List */
 
 ol {
	 list-style: decimal;
	 margin: 0 0 2rem 0;
	 padding-left: 1.25em;
 }
 
 ol li {
	 padding-left: 0.25em;
 }
 
 ul {
	 list-style: disc;
	 margin: 0 0 2rem 0;
	 padding-left: 1em;
 }
 
 ul li {
	 padding-left: 0.5em;
 }
 
 ul.alt {
	 list-style: none;
	 padding-left: 0;
 }
 
 ul.alt li {
	 border-top: solid 1px #ffffff;
	 padding: 0.5em 0;
 }
 
 ul.alt li:first-child {
	 border-top: 0;
	 padding-top: 0;
 }
 
 dl {
	 margin: 0 0 2rem 0;
 }
 
 dl dt {
	 display: block;
	 font-weight: 600;
	 margin: 0 0 1rem 0;
 }
 
 dl dd {
	 margin-left: 2rem;
 }
 
 /* Actions */
 
 ul.actions {
	 display: -moz-flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 display: flex;
	 cursor: default;
	 list-style: none;
	 margin-left: -1rem;
	 padding-left: 0;
 }
 
 ul.actions li {
	 padding: 0 0 0 1rem;
	 vertical-align: middle;
 }
 
 ul.actions.special {
	 -moz-justify-content: center;
	 -webkit-justify-content: center;
	 -ms-justify-content: center;
	 justify-content: center;
	 width: 100%;
	 margin-left: 0;
 }
 
 ul.actions.special li:first-child {
	 padding-left: 0;
 }
 
 ul.actions.stacked {
	 -moz-flex-direction: column;
	 -webkit-flex-direction: column;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 margin-left: 0;
 }
 
 ul.actions.stacked li {
	 padding: 1.3rem 0 0 0;
 }
 
 ul.actions.stacked li:first-child {
	 padding-top: 0;
 }
 
 ul.actions.fit {
	 width: calc(100% + 1rem);
 }
 
 ul.actions.fit li {
	 -moz-flex-grow: 1;
	 -webkit-flex-grow: 1;
	 -ms-flex-grow: 1;
	 flex-grow: 1;
	 -moz-flex-shrink: 1;
	 -webkit-flex-shrink: 1;
	 -ms-flex-shrink: 1;
	 flex-shrink: 1;
	 width: 100%;
 }
 
 ul.actions.fit li>* {
	 width: 100%;
 }
 
 ul.actions.fit.stacked {
	 width: 100%;
 }
 
 @media screen and (max-width: 480px) {
 
	 ul.actions:not(.fixed) {
		 -moz-flex-direction: column;
		 -webkit-flex-direction: column;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 margin-left: 0;
		 width: 100% !important;
	 }
 
	 ul.actions:not(.fixed) li {
		 -moz-flex-grow: 1;
		 -webkit-flex-grow: 1;
		 -ms-flex-grow: 1;
		 flex-grow: 1;
		 -moz-flex-shrink: 1;
		 -webkit-flex-shrink: 1;
		 -ms-flex-shrink: 1;
		 flex-shrink: 1;
		 padding: 1rem 0 0 0;
		 text-align: center;
		 width: 100%;
	 }
 
	 ul.actions:not(.fixed) li>* {
		 width: 100%;
	 }
 
	 ul.actions:not(.fixed) li:first-child {
		 padding-top: 0;
	 }
 
	 ul.actions:not(.fixed) li input[type="submit"],
	 ul.actions:not(.fixed) li input[type="reset"],
	 ul.actions:not(.fixed) li input[type="button"],
	 ul.actions:not(.fixed) li button,
	 ul.actions:not(.fixed) li .button {
		 width: 100%;
	 }
 
	 ul.actions:not(.fixed) li input[type="submit"].icon:before,
	 ul.actions:not(.fixed) li input[type="reset"].icon:before,
	 ul.actions:not(.fixed) li input[type="button"].icon:before,
	 ul.actions:not(.fixed) li button.icon:before,
	 ul.actions:not(.fixed) li .button.icon:before {
		 margin-left: -0.5em;
	 }
 
 }
 
 /* Icons */
 
 ul.icons {
	 cursor: default;
	 list-style: none;
	 padding-left: 0;
 }
 
 ul.icons li {
	 display: inline-block;
	 padding: 0 0.75em 0 0;
 }
 
 ul.icons li:last-child {
	 padding-right: 0;
 }
 
/* Style pour les icÃ´nes sous forme de bouton */
ul.icons li a {
    border-radius: 100%; /* Forme ronde */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(255, 255, 255, 0.4); /* Ombre forte au repos */
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    width: 3rem;
    background-color: #0c9f93; /* Vert foncÃ© */
    color: black; /* Texte noir au repos */
    font-size: 1.5rem; /* Taille des icÃ´nes */
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-decoration: none; /* Retirer la dÃ©coration de texte */
}

/* Effet hover */
ul.icons li a:hover {
    background-color: #fdc502; /* Jaune au hover */
    color: black; /* Texte noir au hover */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6), -5px -5px 15px rgba(255, 255, 255, 0.6); /* Ombre renforcÃ©e au hover */
}

/* Effet active (au clic) */
ul.icons li a:active {
    background-color: #fdc502; /* Jaune au clic */
    color: black; /* Texte noir au clic */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); /* Ombre intÃ©rieure pour l'effet de pression */
    transform: translateY(2px); /* Pousse le bouton vers le bas lors du clic */
}



 
 ul.icons li a:hover {
	 background-color: rgba(255, 255, 255, 0.075);
 }
 
 ul.icons li a:active {
	 background-color: rgba(255, 255, 255, 0.175);
 }
 
 /* Table */
 
 .table-wrapper {
	 -webkit-overflow-scrolling: touch;
	 overflow-x: auto;
 }
 
 table {
	 margin: 0 0 2rem 0;
	 width: 100%;
 }
 
 table tbody tr {
	 border: solid 1px #ffffff;
	 border-left: 0;
	 border-right: 0;
 }
 
 table tbody tr:nth-child(2n + 1) {
	 background-color: rgba(255, 255, 255, 0.075);
 }
 
 table td {
	 padding: 0.75em 0.75em;
 }
 
 table th {
	 color: #ffffff;
	 font-size: 0.9em;
	 font-weight: 600;
	 padding: 0 0.75em 0.75em 0.75em;
	 text-align: left;
 }
 
 table thead {
	 border-bottom: solid 2px #ffffff;
 }
 
 table tfoot {
	 border-top: solid 2px #ffffff;
 }
 
 table.alt {
	 border-collapse: separate;
 }
 
 table.alt tbody tr td {
	 border: solid 1px #ffffff;
	 border-left-width: 0;
	 border-top-width: 0;
 }
 
 table.alt tbody tr td:first-child {
	 border-left-width: 1px;
 }
 
 table.alt tbody tr:first-child td {
	 border-top-width: 1px;
 }
 
 table.alt thead {
	 border-bottom: 0;
 }
 
 table.alt tfoot {
	 border-top: 0;
 }
/* Button */

/* Style pour les boutons */
input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #006400; /* Vert foncÃ© */
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: white !important; /* Texte en blanc */
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 300;
    height: 2.75rem;
    letter-spacing: 0.2rem;
    line-height: 2.75rem;
    outline: 0;
    padding: 0 1.25rem 0 1.35rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 10px; /* Marge autour de chaque bouton */
}

/* Effet hover */
input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    background-color: #FFD700; /* Jaune */
    color: #000000; /* Texte noir au hover */
}

/* Style pour les boutons */
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;

    background-color: #0c9f93; /* Jaune au repos */
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0) !important; /* Texte noir au repos */
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 300;
    height: 2.75rem;
    letter-spacing: 0.2rem;
    line-height: 2.75rem;
    outline: 0;
    padding: 0 1.25rem 0 1.35rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 10px; /* Marge autour de chaque bouton */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(255, 255, 255, 0.4); /* Ombre forte au repos */
}

/* Effet hover */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: #0c9f93; /* Vert foncÃ© au hover */
    color: rgb(0, 0, 0) !important; /* Texte blanc au hover */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6), -5px -5px 15px rgba(255, 255, 255, 0.6); /* Ombre renforcÃ©e au hover */
}

/* Effet active (au clic) */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: #0c9f93; /* Jaune clair au clic */
    color: black !important; /* Texte noir au clic */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); /* Ombre intÃ©rieure pour l'effet de pression */
    transform: translateY(2px); /* Effet de pression vers le bas */
}



/* Conteneur des boutons */
.button-container {
    display: flex;
    flex-wrap: wrap; /* Permet aux boutons de passer Ã  la ligne suivante */
    justify-content: center; /* Centre les boutons horizontalement */
    gap: 20px; /* Espace entre les boutons */
    margin: 20px; /* Marge autour du conteneur */
    max-width: 100%; /* EmpÃªche le conteneur de dÃ©border */
    align-items: center; /* Aligne les boutons verticalement */
    justify-items: center; /* Centre les Ã©lÃ©ments dans le conteneur */
    height: 100vh; /* Prend toute la hauteur de la page */
    display: grid; /* Utilise la grille pour centrer */
}

/* Aligner les boutons par 3 au centre */
.button-container .button {
    width: calc(33.33% - 20px); /* Divise l'espace en 3 colonnes Ã©gales avec un Ã©cart */
    text-align: center;
}

 
 input[type="submit"].icon:before,
 input[type="reset"].icon:before,
 input[type="button"].icon:before,
 button.icon:before,
 .button.icon:before {
	 margin-right: 0.5em;
 }
 
 input[type="submit"].fit,
 input[type="reset"].fit,
 input[type="button"].fit,
 button.fit,
 .button.fit {
	 width: 100%;
 }
 
 input[type="submit"].small,
 input[type="reset"].small,
 input[type="button"].small,
 button.small,
 .button.small {
	 font-size: 0.6rem;
	 height: 2.0625rem;
	 line-height: 2.0625rem;
 }
 
 input[type="submit"].primary,
 input[type="reset"].primary,
 input[type="button"].primary,
 button.primary,
 .button.primary {
	 background-color: #ffffff;
	 color: #1b1f22 !important;
	 font-weight: 600;
 }
 
 input[type="submit"].disabled,
 input[type="submit"]:disabled,
 input[type="reset"].disabled,
 input[type="reset"]:disabled,
 input[type="button"].disabled,
 input[type="button"]:disabled,
 button.disabled,
 button:disabled,
 .button.disabled,
 .button:disabled {
	 pointer-events: none;
	 cursor: default;
	 opacity: 0.25;
 }
 
 input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button {
	 line-height: calc(2.75rem - 2px);
 
 }
 
 /* Button2 */
 
 .button2 {
	 position: absolute;
	 bottom: 50px; /* Ajustez la distance depuis le bas */
	 right: 50px; /* Ajustez la distance depuis la droite */
	 /* Styles de base pour le bouton */
	 
	 background-color: #ffffff00; /* Couleur de fond du bouton */
	 color: #000000; /* Couleur du texte */
	 border: none; /* Supprime les bordures */
	 border-radius: 5px; /* Bordures arrondies */
	 cursor: pointer; /* Curseur lorsqu'il survole le bouton */
	 transition: background-color 0.3s ease; /* Transition pour l'effet de survol */
	 align-items: center; /* Centre verticalement le contenu *
 
	 /* Autres styles souhaitÃ©s pour le bouton */
 }
 
 /* Style de survol du bouton */
 .button2:hover {
	 background-color:rgba(255, 255, 255, 0);
 } /* Changement de couleur de fond au survol */
 
 
 article {
	 position: relative;
	 /* Ajoutez d'autres styles nÃ©cessaires pour les articles */
 }
 
 
 
 
 
   
 /* BG */
 
 #bg {
	 -moz-transform: scale(1.0);
	 -webkit-transform: scale(1.0);
	 -ms-transform: scale(1.0);
	 transform: scale(1.0);
 
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100vh;
	 z-index: 1;
 }
 
 #bg:before,
 #bg:after {
	 content: '';
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
 }
 
 
 
 
 body.is-article-visible #bg:after {
	 -moz-transform: scale(1.0825);
	 -webkit-transform: scale(1.0825);
	 -ms-transform: scale(1.0825);
	 transform: scale(1.0825);
	 -moz-filter: blur(0.2rem);
	 -webkit-filter: blur(0.2rem);
	 -ms-filter: blur(0.2rem);
	 filter: blur(0.2rem);
 }
 
 body.is-preload #bg:before {
	 background-color: #00000000;
 }
 
 /* Wrapper */
 
 #wrapper {
	 display: -moz-flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 display: flex;
	 -moz-flex-direction: column;
	 -webkit-flex-direction: column;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -moz-align-items: center;
	 -webkit-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
	 -moz-justify-content: space-between;
	 -webkit-justify-content: space-between;
	 -ms-justify-content: space-between;
	 justify-content: space-between;
	 position: relative;
	 min-height: 100vh;
	 width: 100%;
	 padding: 4rem 2rem;
	 z-index: 3;
 }
 
 #wrapper:before {
	 content: '';
	 display: block;
 }
 
 @media screen and (max-width: 1680px) {
 
	 #wrapper {
		 padding: 3rem 2rem;
	 }
 
 }
 
 @media screen and (max-width: 736px) {
 
	 #wrapper {
		 padding: 2rem 1rem;
	 }
 
 }
 
 @media screen and (max-width: 480px) {
 
	 #wrapper {
		 padding: 1rem;
	 }
 
 }
 
 /* Header */
 
 #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: #cbe8e8;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
 
 #header>* {
	 -moz-transition: opacity 0.325s ease-in-out;
	 -webkit-transition: opacity 0.325s ease-in-out;
	 -ms-transition: opacity 0.325s ease-in-out;
	 transition: opacity 0.325s ease-in-out;
	 position: relative;
	 margin-top: 3.5rem;
 }
 
 #header>*:before {
 
	 display: block;
	 position: absolute;
	 top: calc(-3.5rem - 1px);
	 left: calc(50% - 1px);
	 width: 1px;
	 height: calc(3.5rem + 1px);
	 background: #ffffff;
 }
 
 #header> :first-child {
	 margin-top: 0;
 }
 
 #header> :first-child:before {
	 display: none;
 }
 /* Supprimer les bordures et les points sous le logo et autres liens */
a:focus, a:active {
    outline: none; /* Supprime l'effet de focus par dÃ©faut */
    text-decoration: none; /* Assure qu'il n'y a pas de soulignement */
}
#header .logo {
    display: inline-block;
    width: 5.5rem;  /* Taille du cercle */
    height: 5.5rem; /* Taille du cercle */
    border-radius: 50%; /* Forme ronde */
    background-color: #cbe8e8; /* Couleur du cercle */
    border: none; /* Supprimer toute bordure */
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(255, 255, 255, 0.4); /* Ombre moins agressive */
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-align: center;
    line-height: 5.5rem;
    padding: 0;
    overflow: hidden;
    position: relative; /* Permet l'utilisation de z-index */
    z-index: 10; /* Positionne le logo devant l'image */
}

/* Pour l'effet hover, ajuster la diffusion */
#header .logo:hover {
    background-color: #fdc502; /* Jaune au hover */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6), -5px -5px 50px rgba(255, 255, 255, 0.6); /* Diffusion plus modÃ©rÃ©e */
}

/* Effet active (au clic), diffusion rÃ©duite */
#header .logo:active {
    background-color: #fdc502; /* Jaune au clic */
    box-shadow: 0 0 100px 60px rgba(253, 197, 2, 0.6); /* Diffusion plus rÃ©duite autour du cercle */
    transform: scale(0.95); /* RÃ©duit lÃ©gÃ¨rement la taille pour simuler la pression */
}

/* Style pour l'image du logo Ã  l'intÃ©rieur */
#header .logo img {
    width: 100%; /* Adapte l'image Ã  la taille du cercle */
    height: auto; /* Conserve les proportions de l'image */
    border-radius: 50%; /* Rendre l'image ronde */
    object-fit: cover; /* Assure que l'image occupe tout l'espace sans Ãªtre dÃ©formÃ©e */
}

/* L'image de fond ou l'Ã©lÃ©ment sous le logo doit Ãªtre positionnÃ© derriÃ¨re */
#header .content {
    position: relative;
    z-index: 1; /* Positionne l'image derriÃ¨re le logo */
}


 
 #header .logo .icon:before {
	 font-size: 4rem;
 }
 
 #header .content {
	 border-style: solid;
	 border-color: #ffffff00;
	 border-top-width: 1px;
	 border-bottom-width: 1px;
	 max-width: 100%;
 }
 
 #header .content .inner {
	 -moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
	 -webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
	 -ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
	 transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
	 -moz-transition-delay: 0.25s;
	 -webkit-transition-delay: 0.25s;
	 -ms-transition-delay: 0.25s;
	 transition-delay: 0.25s;
	 padding: 3rem 2rem;
	 max-height: 40rem;
	 overflow: hidden;
 }
 
 #header .content .inner> :last-child {
	 margin-bottom: 0;
 }
 
 #header .content p {
	 text-transform: uppercase;
	 letter-spacing: 0.2rem;
	 font-size: 0.8rem;
	 line-height: 2;
 }
 
 #header nav ul {
	 display: -moz-flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 display: flex;
	 margin-bottom: 0;
	 list-style: none;
	 padding-left: 0;
	 border: solid 1px #ffffff00;
	 border-radius: 4px;
 }
 
 #header nav ul li {
	 padding-left: 5;
	 border-left: solid 1px #ffffff00;
 }
 
 #header nav ul li:first-child {
	 border-left: 0;
 }
 
 #header nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 7.5rem;
    height: 2.75rem;
    padding: 0 1.25rem 0 1.45rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 0.8rem;
    border-bottom: 0;
    background-color: #cbe8e8; /* Jaune au repos */
    color: black; /* Texte noir au repos */
    text-decoration: none; /* Supprime la dÃ©coration du texte */
    border-radius: 4px; /* Bords arrondis comme les boutons */
    border: 1px solid rgba(0, 0, 0, 0); /* Bordure noire */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(255, 255, 255, 0.4); /* Ombre forte au repos */
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Transition douce */
}

/* Effet hover */
#header nav ul li a:hover {
    background-color: #0c9f93; /* Vert foncÃ© au hover */
    color: rgb(0, 0, 0) !important; /* Texte blanc au hover */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6), -5px -5px 15px rgba(255, 255, 255, 0.6); /* Ombre renforcÃ©e au hover */
}

/* Effet active */
#header nav ul li a:active {
    background-color: #0c9f93; /* Jaune clair au clic */
    color: black !important; /* Texte noir au clic */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); /* Ombre intÃ©rieure pour l'effet de pression */
    transform: translateY(2px); /* Effet de pression vers le bas */
}





 
 #header nav.use-middle:after {
	 content: '';
	 display: none;
	 position: absolute;
	 top: 0;
	 left: calc(50% - 1px);
	 width: 1px;
	 height: 100%;
	 background: #ffffff;
 }
 
 #header nav.use-middle ul li.is-middle {
	 border-left: 0;
 }
 
 body.is-article-visible #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: #cbe8e8;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
 
 body.is-preload #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: #cbe8e8;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
 
 body.is-preload #header>* {
	 opacity: 0;
 }
 
 body.is-preload #header .content .inner {
	 max-height: 0;
	 padding-top: 0;
	 padding-bottom: 0;
	 opacity: 0;
 }
 
 @media screen and (max-width: 980px) {
 
	 #header .content p br {
		 display: none;
	 }
 
 }
 
 @media screen and (max-width: 736px) {
 
	 #header>* {
		 margin-top: 2rem;
	 }
 
	 #header>*:before {
		 top: calc(-2rem - 1px);
		 height: calc(2rem + 1px);
	 }
 
	 #header .logo {
 
 
		 line-height: 4.75rem;
	 }
 
	 #header .logo .icon:before {
		 font-size: 1.75rem;
	 }
 
	 #header .content .inner {
		 padding: 2.5rem 1rem;
	 }
 
	 #header .content p {
		 line-height: 1.875;
	 }
 
 }
 
 @media screen and (max-width: 480px) {
 
	 #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: #cbe8e8;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
 
	 #header .content .inner {
		 padding: 2.5rem 0;
	 }
 
	 #header nav ul {
		 -moz-flex-direction: column;
		 -webkit-flex-direction: column;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 min-width: 10rem;
		 max-width: 100%;
	 }
 
	 #header nav ul li {
		 border-left: 0;
		
	 }
 
	 #header nav ul li:first-child {
		 border-top: 0;
	 }
 
	 #header nav ul li a {
		 height: 3rem;
		 line-height: 3rem;
		 min-width: 0;
		 width: 100%;
	 }
 
	 #header nav.use-middle:after {
		 display: none;
	 }
 
 }
 
 /* Main */
 
 #main {
	 -moz-flex-grow: 1;
	 -webkit-flex-grow: 1;
	 -ms-flex-grow: 1;
	 flex-grow: 1;
	 -moz-flex-shrink: 1;
	 -webkit-flex-shrink: 1;
	 -ms-flex-shrink: 1;
	 flex-shrink: 1;
	 display: -moz-flex;
	 display: -webkit-flex;
	 display: -ms-flex;
	 display: flex;
	 -moz-align-items: center;
	 -webkit-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
	 -moz-justify-content: center;
	 -webkit-justify-content: center;
	 -ms-justify-content: center;
	 justify-content: center;
	 -moz-flex-direction: column;
	 -webkit-flex-direction: column;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 position: relative;
	 max-width: 100%;
	 z-index: 3;
 }
 #main article { 
	 -moz-transform: translateY(0.25rem);
	 -webkit-transform: translateY(0.25rem);
	 -ms-transform: translateY(0.25rem);
	 transform: translateY(0.25rem);
	 -moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
	 -webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
	 -ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
	 transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
	 padding: 4.5rem 2.5rem 1.5rem 2.5rem;
	 position: relative;
	 /* width: 40rem; */
	 max-width: 100%;
	 background-color: #0c9f93;
	 border-radius: 40px;
	 opacity: 0;
 }
 
 /* Style pour les boutons */
 .button-container {
	 display: flex;
	 justify-content: center;   /* Centre les boutons horizontalement */
	 flex-wrap: wrap;           /* Permet aux boutons de passer Ã  la ligne si nÃ©cessaire */
	 gap: 20px;                 /* Espace entre les boutons */
	 margin-top: 20px;          /* Espace entre le texte et les boutons */
 }
 
 
 #main article.active {
	 -moz-transform: translateY(0);
	 -webkit-transform: translateY(0);
	 -ms-transform: translateY(0);
	 transform: translateY(0);
	 opacity: 1;
 }
 
 #main article .close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
  
    cursor: pointer;
    background-color: #284543;
    
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Ajout du texte "menu" sous le carrÃ© via ::after */
#main article .close::after {
    content: "menu";
    display: block;
    font-size: 0.75rem;
    color: #fff;
    margin-top: 1rem; /* un petit espace entre le carrÃ© et le texte */
    text-align: center;
}
 
 
 
 #main article .close:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background-color: #284543; /* couleur de base */
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	border: 1px solid #ccc; /* contour net */
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); /* effet surÃ©levÃ© accentuÃ© */
	transition: background-color 0.2s ease-in-out,
				box-shadow 0.2s ease-in-out,
				transform 0.2s ease-in-out;
				
  }
  
  #main article .close:hover:before {
	background-color: #fdc502;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  }
  
  #main article .close:active:before {
	background-color: #fdc502;
	transform: translateY(2px); /* simule l'enfoncement */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }
  

  
 
 .close {
	 /* Styles pour la croix de fermeture */
	 display: inline-block;
	 padding: 5px 10px;
	 background-color:#284543;
	 color: #284543;
	 border-radius: 3px;
	 cursor: pointer;
	 transition: background-color 0.3s ease;
	 position: absolute;
	 top: 10px; /* Ajustez la position verticale */
	 right: 10px; /* Ajustez la position horizontale */
 }
 
 .close:hover {
	 background-color: #284543;
 }
 
 
 /* Close button for devis page (container .close) */
.container .close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0.5rem;
    text-align: center;
    z-index: 100;
}

.container .close::after {
    content: "menu";
    display: block;
    font-size: 0.75rem;
    color: #fff;
    margin-top: 1rem;
    text-align: center;
}

.container .close:before {
    content: 'Ã—';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #284543;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid #ccc;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease-in-out,
                box-shadow 0.2s ease-in-out,
                transform 0.2s ease-in-out;
}

.container .close:hover:before {
    background-color: #fdc502;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.container .close:active:before {
    background-color: #fdc502;
    transform: translateY(2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
 
 
 style
 
 /* Add a global style for responsive fonts */
 body {
	 font-size: 16px;
	 /* Set a base font size */
 }
 
 /* Responsive font sizes for different screen sizes */
 @media (max-width: 768px) {
	 body {
		 font-size: 14px;
	 }
 }
 
 @media (max-width: 480px) {
	 body {
		 font-size: 12px;
	 }
 }
 
 @media screen and (max-width: 736px) {
 
	 #main article {
		 padding: 3.5rem 2rem 0.5rem 2rem;
	 }
 
	 #main article .close:before {
		 top: 0.875rem;
		 left: 0.875rem;
		 width: 2.25rem;
		 height: 2.25rem;
		 background-size: 14px 14px;
	 }
	 h2.major {
		 font-size: 1.2rem; /* Taille plus petite pour les portables */
		 line-height: 1.2;  /* Ajustement pour correspondre au texte rÃ©duit */
		 letter-spacing: 0.3rem; /* Espacement rÃ©duit pour une meilleure lisibilitÃ© */
	 }
 }
 
 @media screen and (max-width: 480px) {
 
	 #main article {
		 padding: 3rem 1.5rem 0.5rem 1.5rem;
	 }
 
 }
 
 /* Footer */
 
 /* bouton dark */
 
 body {
	 padding: 25px;
	 background-color: #cbe8e8;
	 color: black;
	 font-size: 25px;color: #000000;
 
 }
 
 .dark-mode {
	 background-color: black;
	 color: black;
	 font-size: 25px;color: #ffffff;
 }
 
 
 
 
 .footer {
	 text-decoration: none;
 }
 
 
 
 #footer {
	 -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	 -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	 -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	 transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	 width: 100%;
	 max-width: 100%;
	 margin-top: 2rem;
	 text-align: center;
 }
 
#footer .copyright {
	 letter-spacing: 0.2rem!important;
	 font-size: 0.6rem!important;
	 opacity: 0.75!important;
	 margin-bottom: 0!important;
	 text-transform: uppercase!important;
	 color: #000000!important;
}

#footer .google-business a {
    letter-spacing: 0.2rem!important;
    font-size: 0.6rem!important;
    opacity: 0.75!important;
    text-transform: uppercase!important;
    color: #000000!important;
    text-decoration: none!important;
}
#footer .google-business a:hover {
    opacity: 1;
    text-decoration: underline;
}
/* Match footer copyright styling for legal links. */
.home-legal-link,
.home-legal-link a {
	 letter-spacing: 0.2rem !important;
	 font-size: 0.6rem !important;
	 opacity: 0.75 !important;
	 margin-bottom: 0 !important;
	 text-transform: uppercase !important;
	 color: #000 !important;
}
 
body.is-article-visible #footer {
	 -moz-transform: scale(0.95);
	 -webkit-transform: scale(0.95);
	 -ms-transform: scale(0.95);
	 transform: scale(0.95);
	 -moz-filter: blur(0.1rem);
	 -webkit-filter: blur(0.1rem);
	 -ms-filter: blur(0.1rem);
	 filter: blur(0.1rem);
	 opacity: 0;
 }
 
 body.is-preload #footer {
	 opacity: 0;
 }
 
 body {
	 padding: 25px;
	 background-color: #cbe8e8;
	 color: rgb(255, 255, 255);
	 font-size: 25px;
 }
 
 .dark-mode body {
	 background-color: black;
	 color: white;
 }
 
/* Conteneur interne pour le scroll horizontal */
#articles-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;               /* Active le dÃ©filement horizontal */
    -webkit-overflow-scrolling: touch; /* Scroll fluide sur mobile */
    scroll-snap-type: x mandatory;  /* Optionnel : pour "snapper" les articles */
}

/* Chaque article occupe toute la largeur de la viewport */
#articles-container article {
    flex: 0 0 100vw;                /* Pas de shrink, largeur = 100% de la fenÃªtre */
    box-sizing: border-box;
    scroll-snap-align: start;       /* Optionnel : aligne chaque article */
    padding: 20px;                  /* Ajuste selon tes besoins */
}


#main article .next {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background-color: #284543;
    border-radius: 0rem 0rem 0.5rem 0rem;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    
}

/* SÃ©lectionne l'Ã©lÃ©ment contenant la flÃ¨che */
#main article .next .arrow {
    font-size: 2rem;
    color: #cbe8e8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Ombre pour effet 3D */
    transition: text-shadow 0.2s ease, transform 0.1s ease-in-out, color 0.2s ease;
}

/* Effet hover : flÃ¨che jaune et effet bouton 3D */
#main article .next:hover {
    background-color: #284543; /* Changement de couleur du bouton */
   
}

#main article .next:hover .arrow {
    color: #fdc502; /* FlÃ¨che devient jaune */
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    transform: translateY(-2px); /* LÃ©gÃ¨re Ã©lÃ©vation */
}

/* Effet clic : la flÃ¨che s'enfonce lÃ©gÃ¨rement */
#main article .next:active {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
    transform: translateY(1px);
}

#main article .next:active .arrow {
    text-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.6);
    transform: translateY(1px);
}

.map-container {
    border: 1px solid rgb(0, 0, 0); /* LiserÃ© blanc de 1px */
    border-radius: 10px; /* Bords arrondis, si tu veux garder l'effet du iframe */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden; /* Permet de cacher tout ce qui dÃ©passe, utile si le shadow se voit trop sur les bords */
	background-color: #cbe8e8;
   
}

a.button.primary {
  background-color: #cbe8e8;
  
}

  @media screen and (max-width: 480px) {
    #header nav ul {
        display: flex; /* Utilise flexbox */
        flex-direction: column; /* Colonne au lieu de ligne */
        min-width: 10rem;
        max-width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }

    #header nav ul li {
        margin-bottom: 10px; /* Espacement entre chaque bouton (ajuste la valeur selon tes besoins) */
    }

    #header nav ul li a {
        height: 3rem;
        line-height: 3rem;
        min-width: 0;
        width: 100%;
    }
}

@media screen and (max-width: 480px) { 
    #header nav ul li {
        border-top: none !important;
    }
}

.home-swiper {
	width: 100%;
	max-width: 100%;
	touch-action: pan-y pinch-zoom;
	cursor: grab;
}

.home-swiper:active {
	cursor: grabbing;
}

.home-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

#main .home-swiper article {
	transform: translateY(0);
	opacity: 1;
}

.article-swiper {
	touch-action: pan-y pinch-zoom;
	cursor: grab;
}

.article-swiper:active {
	cursor: grabbing;
}

/* === SWIPER HOMEPAGE FIXES === */
.home-swiper {
    width: 100%;
    max-width: 100%;
}
.home-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
#main .swiper-slide article {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    position: relative !important;
    width: 100%;
    max-width: 800px;
}
/* Masquer les flÃ¨ches et la pagination du Swiper sur la page d'accueil */
.home-swiper .swiper-button-prev,
.home-swiper .swiper-button-next,
.home-swiper .swiper-pagination {
    display: none !important;
}








/* ===== SUPERPOSITION HEADER / SWIPER ===== */
#header {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    z-index: 10;
    background-color: #cbe8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
#header .logo-link { display: flex; justify-content: center; align-items: center; margin-bottom: 1.2rem; width: 100%; }
#header .logo-link .logo { display: flex; align-items: center; justify-content: center; }
#header .logo-link img { width: 120px; }
#header .logo-link .logo img { width: 100%; }
#header .content .inner img {
    max-width: 580px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    margin-bottom: 3rem;
}
#header nav ul {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 0.75rem; list-style: none; padding: 0; margin: 0;
}
#header.header-hidden { transform: translateY(-100%); }

.site-footer.footer-hidden { opacity: 0; pointer-events: none; transition: opacity 0.3s; }

#main {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    z-index: 5; overflow: hidden;
}

.swiper-slide article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 1.2rem;
    box-sizing: border-box;
    max-width: 750px;
    width: 92%;
    margin: 0 auto;
}

.home-swiper .swiper-button-prev,
.home-swiper .swiper-button-next,
.home-swiper .swiper-pagination { display: none !important; }

/* Bouton close (cercle discret sans croix) */
[data-action="close"] {
    position: absolute;
    top: 15px; right: 15px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: background 0.2s;
}
[data-action="close"]:hover { background: rgba(0,0,0,0.6); }

#contact .icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 1rem 0 2rem 0;
}
#contact .icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    color: inherit;
    text-decoration: none;
    font-size: 2rem;
}
#contact .button { margin: 0.3rem 0.2rem; }

@media (max-width: 480px) {
    #header .logo-link img { width: 80px; }
    #header .content .inner img { max-width: 340px; }
    #header nav ul { gap: 0.4rem; }
    #header nav ul li a { font-size: 0.85rem; padding: 0.4rem 0.7rem; }
    .swiper-slide article { padding: 1rem; width: 96%; }
    .swiper-slide article h2 { font-size: 1.4rem; }
    .swiper-slide article p { font-size: 0.9rem; }
    #contact .icons a { width: 36px; height: 36px; font-size: 1rem; }
    [data-action="close"] { width: 28px; height: 28px; top: 8px; right: 8px; }
}


/* Swiper adjustments for home slider */
.swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.swiper-slide article {
    text-align: center;
    padding: 0 var(--space-3);
}
.swiper-slide article > * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Custom layout adjustments for balance and centering */
/* Header image larger on large screens */
@media (min-width: 1200px) {
    .content .inner img {
        width: 80%;
        height: auto;
    }
}
/* Main container – position:fixed when Swiper active; CSS block below handles full-screen overlay. */

/* Buttons centered horizontally */
.button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Center slides content */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-slide article {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
/* Header image larger on large screens */
@media (min-width: 1200px) {
    .content .inner img {
        width: 80%;
        height: auto;
    }
}
}
/* Header image larger on desktop */
@media (min-width: 1024px) {
    .content .inner img {
        width: 80%;
        height: auto;
    }
}

/* Hide any pseudo-fond droit that may cover content */
[style*="position: fixed"], [style*="position:fixed"], .pseudo-fond, .fond-droit, #fond-droit { display:none !important; }

/* Ensure Swiper takes full viewport and centers slides */
.home-swiper,
.home-swiper .swiper-wrapper,
.home-swiper .swiper-slide {
    height: 100vh !important;
}
.home-swiper .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
/* Center article content and limit width */
.home-swiper .swiper-slide article {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
/* Hide any residual .close element (should be removed via JS) */
.close {
    display: none !important;
}

/* Fix for overlay and centering */
.close::after { display: none !important; content: none !important; }
/* Swiper slides fill container; article inside is limited in width below. */

/* Swiper centering and navigation hide */
.swiper-slide { display:flex !important; justify-content:center !important; align-items:center !important; }
.home-swiper { height:100vh !important; }
.swiper-button-prev, .swiper-button-next { display:none !important; }

/* Fix for .close::after overlay */
.close::after { display: none !important; content: none !important; }

/* Swiper full-screen and centering */
.home-swiper { height:100vh !important; }
.swiper-slide { height:100vh !important; display:flex !important; justify-content:center !important; align-items:center !important; }
/* Limit article width inside slide */
.swiper-slide article { max-width:800px; width:90%; margin:0 auto; }
/* Hide Swiper navigation and pagination */
.swiper-button-prev, .swiper-button-next, .swiper-pagination { display:none !important; }

/* Custom fixes for fullscreen Swiper */
#header.header-hidden { display: none !important; }
#main.swiper.home-swiper { display: block !important; width: 100vw !important; height: 100vh !important; position: fixed; top: 0; left: 0; z-index: 9999; background: #cbe8e8; }
.swiper-slide { display: flex !important; justify-content: center !important; align-items: center !important; height: 100vh !important; }
.swiper-slide article { max-width: 800px; width: 90%; margin: 0 auto; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); text-align: center; display: block !important; opacity: 1 !important; }
.close::after { display: none !important; content: none !important; }
.swiper-button-prev, .swiper-button-next, .swiper-pagination { display: none !important; }

body.is-article-visible,
body.is-article-visible #wrapper,
body.is-article-visible #page {
    overflow: hidden !important;
}

#main.swiper.home-swiper {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: #cbe8e8 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    max-height: none !important;
    transform: none !important;
}

#main.swiper.home-swiper .swiper-wrapper,
#main.swiper.home-swiper .swiper-slide {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
}

#main.swiper.home-swiper .swiper-slide article {
    width: 90% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

#main.swiper.home-swiper { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; max-width: none !important; max-height: none !important; margin: 0 !important; padding: 0 !important; transform: none !important; z-index: 9999 !important; background: #cbe8e8 !important; display: block !important; }

/* Back-to-home button: discreet yellow circle at top-right, no text inside */
#main article .home-close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    background: #fdc502;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    text-decoration: none;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
#main article .home-close-btn:hover {
    background: #e5b400;
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
#main article .home-close-btn:active {
    transform: scale(0.92);
}

/* Unified button style for ALL article cards */
.swiper-slide article .button,
#contact .button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 85%;
    margin: 0.75rem auto;
    padding: 14px 24px;
    font-size: 1.1rem;
    margin-bottom: 12px;
}
/* Push buttons to the bottom of the card via flex auto-margin */
.swiper-slide article .button:first-of-type {
    margin-top: auto;
}
/* Contact section: extra breathing room above buttons */
#contact .button {
    margin-top: 1.5rem;
}

/* Balanced spacing: title, image, paragraphs */
.swiper-slide article h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 0 1rem 0;
    text-align: center;
}
.swiper-slide article .image.main {
    margin-bottom: 1rem;
}
.swiper-slide article p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
}

/* Flex column so buttons naturally settle toward the bottom */
.swiper-slide article {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 650px;
    padding: 20px;
    margin: 20px auto;
}

/* Visually hide .close-btn – stays in DOM for SEO */
article .close-btn {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ── Responsive : petits écrans (≤535px) ── */
@media (max-width: 535px) {
    .swiper-slide article {
        max-width: 100%;
        padding: 14px;
        margin: 10px auto;
    }
    /* Titres réduits pour ne pas chevaucher le bouton menu */
    .swiper-slide article h2 {
        font-size: 1.15rem !important;
        margin: 0 0 0.6rem 0 !important;
        padding-top: 28px;
    }

    /* Bouton menu rond jaune : plus petit, calé dans le coin */
    #main article .home-close-btn {
        width: 28px !important;
        height: 28px !important;
        top: 5px !important;
        right: 5px !important;
    }

    /* Paragraphes */
    .swiper-slide article p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.5rem !important;
    }

    /* Boutons */
    .swiper-slide article .button,
    #contact .button {
        width: 90% !important;
        margin: 0.5rem auto !important;
        padding: 10px 14px !important;
        font-size: 0.9rem !important;
    }

    /* Contact : icônes sociales plus compactes */
    #contact .icons {
        gap: 6px;
    }
    #contact .icons a {
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
    }
}

/* ── Très petits écrans (≤360px) : anti-débordement ── */
@media (max-width: 360px) {
    .swiper-slide article {
        width: 96% !important;
        max-width: 100% !important;
        padding: 10px 8px !important;
    }
    .swiper-slide article h2 {
        font-size: 1rem !important;
        padding-top: 22px;
    }
    .swiper-slide article .button,
    #contact .button {
        width: 95% !important;
        padding: 8px 10px !important;
        font-size: 0.8rem !important;
    }
    #contact .icons {
        gap: 4px;
    }
    #contact .icons a {
        width: 32px;
        height: 32px;
        font-size: 1.1rem;
    }
    #main article .home-close-btn {
        width: 22px !important;
        height: 22px !important;
        top: 3px !important;
        right: 3px !important;
    }
}

/* ═══════════════════════════════════════════
   RÈGLES FINALES AUTORITAIRES (cascade winner)
   ═══════════════════════════════════════════ */

/* Titres */
.swiper-slide article h2 {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    margin: 0 auto 1.5rem auto !important;
    text-align: center !important;
    width: 100% !important;
}

/* Contact : titre avec plus de marge basse */
#contact h2 {
    margin-bottom: 2.5rem !important;
}

/* Paragraphes */
.swiper-slide article p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.6rem !important;
}

/* Boutons : règle unifiée pour TOUTES les sections */
.swiper-slide article .button,
#contact .button {
    width: 85% !important;
    margin: 1rem auto !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
}

/* Icônes sociales Contact */
#contact .icons {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: -2px;
    list-style: none;
    padding: 0;
    margin: 0.8rem 0 1.5rem 0;
}
#contact .icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    color: inherit;
    text-decoration: none;
    font-size: 1.3rem;
}


