/*!
Theme Name: Ingebat
Theme URI: https://www.linkedin.com/in/gary-ka/
Author: Gary Ka
Author URI: https://www.linkedin.com/in/gary-ka/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ingebat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ingebat is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	
}

a:visited {

}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Couleurs globales */
:root {
  --color-white: #F4F4F4;
  --color-black: #0D0D0D;
  --color-grey: #77757A;
  --color-grey-light: #E5E5E5;
  --color-red: #800000;
  --color-red-light: #C86B6B;
  --color-red-light-2: #D49393;
}

html {
  scroll-behavior: smooth;
}


body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: var(--color-black);
  background-color: var(--color-white);
  margin: 0;
  padding: 0;
  line-height: 1.5;
}


h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-black);
  margin: 0;
  line-height: 1;
}

h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--color-black);
  margin: 0;
  line-height: 1;
}

h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  margin: 0;
  line-height: 1;
}


.headline {
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--color-red);
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}


p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 1rem;
  line-height:1.3;
}


.exergue {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-black);
  font-style: italic;
  margin-bottom: 1rem;
}


.card {
  background-color: var(--color-white);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
  border-radius: 10px;
  padding: 20px;
}

.text-on-bg {
  color: var(--color-white);
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px;
  box-sizing: border-box;
}

.entete{
  display: flex;
	flex-direction: column;
	gap:0px;
}

.entete-center{
  display: flex;
	flex-direction: column;
	gap:0px;
  align-items: center;
}


/* Section couleurs alternances  */
.alternance {
	background-color: var(--color-grey-light) ;
}

.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  text-decoration: none;
  align-self: start;
}

.btn::after {
  content: "\f061"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
  font-size: 1rem;
  vertical-align: middle;
}

.btn-contact::after {
  content: "\f0e0"; 

}

.btn-primary {
  background-color: var(--color-red);
  color: var(--color-white);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--color-red-light);
}

.btn-secondary {
  background-color: var(--color-red-light);
  color: white;
  text-decoration: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: var(--color-red-light-2);
}


.primary-bg {
  background-color: var(--color-red); 
  color: white;
}

.secondary-bg {
  background-color: var(--color-red-light); 
  color: white;
}




/* Animation de base */
.fade-in-up,
.fade-in-down,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-down.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Positions initiales */
.fade-in-up { transform: translateY(30px); }
.fade-in-down { transform: translateY(-30px); }
.fade-in-left { transform: translateX(-30px); }
.fade-in-right { transform: translateX(30px); }

/* Délais progressifs (si tu veux du décalé) */
[data-delay="1"] { transition-delay: 0s; }
[data-delay="2"] { transition-delay: 0.15s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.45s; }



/*-------------------------------
ESSENTIAL - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {
	.container {
  	padding: 0 80px;
	}
}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  .container {
  	padding: 0 32px;
	}
  .not-tablet {
	display:none;
  }
  
}

/* Breakpoint Phone */
@media (max-width: 767px) {
  .container {
  	padding: 0 32px;
	}
  .not-mobile {
	display:none;
  }
}


/*--------------------------------------------------------------
# Section Hero
--------------------------------------------------------------*/

.section-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--color-white);
  text-align: center;
  min-height: 650px;
}

.container-hero{
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}



.hero-background {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5) 0%,                     
      rgba(30, 30, 30, 0.66) 83%,           
      rgba(244, 244, 244, 0.05) 95%,              
      #F4F4F4 100%                         
    ),
    url('assets/images/hero-bg2.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 ;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-left:350px;
  padding-right:350px;
}

.hero-content p{
  color: var(--color-white);
}

.hero-content-haut {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:0px;
}

.hero-ctas {
  display: flex;
  gap: 32px;
  margin-top: 20px;
}

/*-------------------------------
SECTION HERO - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {
	.hero-content {
		padding-left:200px;
		padding-right:200px;
	}
}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  .hero-content {
		padding-left:120px;
		padding-right:120px;
	}
}

/* Breakpoint Phone */
@media (max-width: 767px) {
  .hero-content {
		padding-left:32px;
		padding-right:32px;
	}

  .section-hero {
  
  height: 100vh;
}

.hero-ctas {
 flex-direction: column;
 gap:16px;
}

.btn-center-mob {
  align-self: center;
}


}



/*--------------------------------------------------------------
# Section About
--------------------------------------------------------------*/


.section-about {
  padding: 120px 0; /* padding haut et bas */
}

.section-about .container {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.about-image {
  flex-basis: 50%;
  height: auto;
}

.about-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}


.about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.about-content .btn {
  align-self: flex-start;
}

.content-about-text{
  display:flex;
  flex-direction: column;
  gap:2px;
}


/*-------------------------------
SECTION ABOUT - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  
  .section-about .container {
    flex-direction: column-reverse;
  }

  .about-image,
  .about-content {
    flex-basis: auto;
    width: 100%;
  }
  .about-image img {
    width: 100%;
    height: auto; 
    object-fit: cover;
    display:none;
  }
}

/* Breakpoint Phone */
@media (max-width: 767px) {
.section-about {
  padding: 60px 0; 
}
  .about-content .btn {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Section Prestations
--------------------------------------------------------------*/

.section-prestations {
  padding: 120px 0;
}


.section-prestations2 {
  padding: 180px 0;
}

.prestations-head {
  display: flex;
  gap: 32px;
  margin-bottom: 64px;
}

.prestations-head-left {
  flex-basis: 33.3333%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}


.prestations-head-right {
  flex-basis: 66.6666%;
}

.prestations-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}

.prestation-card {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 30px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-basis: calc((100% - 32px * 2) / 3); 
  box-sizing: border-box;
}

.prestation-logo {
  padding: 16px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.prestation-logo img {
  width: 30px;
  height: 30px;
}


/*-------------------------------
SECTION PRESTATIONS - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {


}

/* Breakpoint Tablet */
@media (max-width: 1023px) {

.prestation-card {
  flex-basis: calc((100% - 32px * 2) / 2); 
}
}

/* Breakpoint Phone */
@media (max-width: 767px) {

	.section-prestations {
  padding: 60px 0;
}

	.prestations-head {
    gap: 0px;
    flex-direction: column;
}
  .prestation-card {
  flex-basis: 100% ; 
	}
}


/*--------------------------------------------------------------
# Section Banner
--------------------------------------------------------------*/

.section-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    padding: 120px 0;
}

.section-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(20, 20, 20, 0.75); 
  z-index: 0;
}

.section-banner > .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start; 
  gap: 32px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Section MATERIAUX
--------------------------------------------------------------*/

.section-materiaux {
  padding: 120px 0;
}

.container-materiaux {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px;
  box-sizing: border-box;
}


.materiaux-card {
  display: flex;
  gap: 32px;
  padding: 64px;
  background-color: var(--color-grey-light);
  border-radius: 30px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}


.materiaux-left {
  flex-basis: 33.3333%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.materiaux-right {
  flex-basis: 66.6667%;
}


.materiaux-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}


.materiaux-card-small {
  background-color: var(--color-white);
  padding: 32px;
  border-radius: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  flex-basis: calc((100% - 32px) / 2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.materiaux-logo {
  padding: 16px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.materiaux-logo img {
  width: 30px;
  height: 30px;
}



/*-------------------------------
SECTION MATERIAUX - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {
	.container-materiaux {
	padding: 0 80px;
	}
}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
	.container-materiaux {
	padding: 0 0px;
	}
	.materiaux-card{
		border-radius: 0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0); /* Pas de shadow pour le mobile */
		background-color: var(--color-white);
	}

}

/* Breakpoint Phone */
@media (max-width: 767px) {
	.materiaux-card{
	flex-direction: column;
	padding: 0 32px;
	}
.materiaux-card-small {

  flex-basis: 100%;

}
	.section-materiaux {
  padding: 60px 0;
}
}

/*-------------------------------
SECTION REALISATION 
-------------------------------*/




.section-realisations {
  padding: 0 0 120px 0;
}

.realisation-container {
	display:flex;
	flex-direction: column;
	gap: 32px;
}

.realisations-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  gap: 0;
}

.realisations-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  overflow-x: auto;             
  -webkit-overflow-scrolling: touch; 
  scroll-behavior: smooth;       
}

.realisations-list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}


.realisations-list::-webkit-scrollbar {
  display: none;
}


.realisation-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none; 
  color: inherit;      
  flex: 0 0 auto;
  width: 320px;
  cursor: pointer;
}

.realisation-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  
}

.realisation-image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.realisation-label {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  background-color: var(--color-red-light);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  color: var(--color-white);
  border-radius: 30px;
  pointer-events: none;
}

.realisation-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.realisation-text > p {
  margin: 0;
}

.realisations-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.realisations-navigation {
  display: flex;
  gap: 12px;
}

.realisations-prev,
.realisations-next {
  background-color: var(--color-white);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-black);
  font-size: 18px;
}

.realisations-prev:hover,
.realisations-next:hover {
  background-color: var(--color-red-light);
  color: var(--color-white);
}

.container-real{
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top:32px;
  padding-bottom:32px;
  overflow: hidden;
  padding-left:160px;
  padding-right:32px;
}


/*-------------------------------
SECTION REALISATION - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {
.container-real{
  
  padding-left:80px;
}
}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
	.container-real{
  
  padding-left:32px;
}

.realisations-header {

  width: 100%;

}
}

/* Breakpoint Phone */
@media (max-width: 767px) {

}

/*-------------------------------
SECTION AVIS 
-------------------------------*/
.section-avis {
  padding: 120px 0;
  background-color: var(--color-grey-light);
}


.section-avis .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px; 
}

.avis-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  align-items: flex-start;
}

.avis-card {
  flex: 1 1 calc((100% / 3) - 21.33px); 
  background-color: var(--color-red-light);
  padding: 32px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  color: var(--color-white);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
}

.avis-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avis-avatar {
  border-radius: 50%;
  object-fit: cover;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.avis-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.avis-nom {
  font-weight: 700;
  font-size: 18px;
}

.avis-intitule {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 100;
}

.avis-content {
  flex-grow: 1;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-size:16px;
}

.avis-content p{
   color: var(--color-white);
}


.avis-date {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 100;
}


/* Breakpoint Phone */
@media (max-width: 767px) {
.section-avis {
  padding:60px 0;

}

}


/*-------------------------------
SECTION BLOG 
-------------------------------*/

.section-blog {
  padding: 120px 0;
}

.section-blog .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}


.blog-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  flex-basis: calc((100% - 32px * 2) / 3); 
}

.blog-card:hover {

}

.blog-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-thumbnail {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height:222px;
}

.blog-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
  object-fit : cover;
}

.blog-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: var(--color-red-light);
  color: var(--color-white);
  padding: 8px 12px;
  border-radius: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  pointer-events: none;
}

.blog-info {
  display: flex;
	flex-direction: column;
	gap:8px;
}

.blog-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.blog-meta {
  font-size: 16px;
  color: var(--color-grey);
  margin: 0;
}

.blog-meta strong {
  font-weight: 700;
}

.blog-excerpt {
  font-size: 16px;
  color: var(--color-black);
  margin: 0;
}

 
/*-------------------------------
SECTION BLOG - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
.blog-card {
  flex-basis: calc((100% - 32px * 2) / 2); 
}
}

/* Breakpoint Phone */
@media (max-width: 767px) {
  .blog-card {
  flex-basis: 100%; 
}

.section-blog {
  padding:60px 0;

}

}
/*--------------------------------------------------------------
# Section NEW CONTACT
--------------------------------------------------------------*/

.section-contact2 {
  padding: 0 0 120px 0;
}

/* Card principale contenant */
.contact2-card {
  display: flex;
  gap: 32px;
  padding: 64px;
  background-color: var(--color-grey-light);
  border-radius: 30px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
  box-sizing: border-box;
  background: linear-gradient(
      to right,
      var(--color-red-light) 0%,
      var(--color-red-light) 50%,
      rgba(212, 147, 147, 0.85) 87%,
      rgba(212, 147, 147, 0) 100%
    ),
    url('assets/images/contact-bg.webp');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

/* Partie gauche 1/3 env */
.contact2-left {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.contact-texte p{
  color:var(--color-white);
}


/*-------------------------------
SECTION CONTACT - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {
	.container-contact2 {
	padding: 0 80px;
	}
}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
	.container-contact2 {
	padding: 32px;
	}
	.contact2-card{
	
		box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
	
	}

}

/* Breakpoint Phone */
@media (max-width: 767px) {
	.contact2-card{
	flex-direction: column;
	padding: 32px;
	}


.contact2-card-small {

  flex-basis: 100%;

}
	.section-contact2 {
  padding: 0 0 60px 0;
}
}


/*-------------------------------
SECTION CONTACT 
-------------------------------*/

.section-contact {
  padding-bottom : 120px;
}

.contact-wrapper {
  background: linear-gradient(
      to right,
      var(--color-red-light) 0%,
      var(--color-red-light) 50%,
      rgba(212, 147, 147, 0.85) 87%,
      rgba(212, 147, 147, 0) 100%
    ),
    url('assets/images/contact-bg.webp');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 64px;
  padding-right: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
}

.contact-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}





/*-------------------------------
SECTION CONTACT - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
.contact-wrapper {
  border-radius: 30px;
    padding-left:32px;
  padding-right:32px;
}
.contact-content {
  width: 75%;
}
.section-contact {
  padding-bottom : 0px;
}


}


/* Breakpoint Phone */
@media (max-width: 767px) {
.contact-wrapper {
  border-radius: 30px;
    padding-left:32px;
  padding-right:32px;
}
.contact-content {
  width: 100%;
}
.section-contact {
  padding-bottom : 0px;

}
}

/*-------------------------------
HEADER - Desktop Liquid Glass
-------------------------------*/

.site-header {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px;
}

/* Glass Navigation Container */
.glass-nav {
  --bg-color: rgba(255, 255, 255, 0.25);
  --highlight: rgba(255, 255, 255, 0.75);
  --text: var(--color-black);
  
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease;
  z-index:5555;
}

/* Layers du verre */
.glass-filter,
.glass-overlay,
.glass-specular {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.glass-filter {
  z-index: 1;
  backdrop-filter: blur(10px);
  filter: url(#glass-distortion) saturate(120%) brightness(1.15);
}

.glass-overlay {
  z-index: 2;

}

.glass-specular {
  z-index: 3;
  box-shadow: inset 1px 1px 1px var(--highlight);
}

/* Contenu du header */
.glass-content {
  position: relative;
  z-index: 4;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 24px;
}

.header-logo img {
  max-height: 45px;
  width: auto;
}

/* Navigation */
.header-nav.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0px;
}

.nav-list li a {
  color: var(--color-black);
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 30px;
  transition: background-color 0.2s ease;
}

.nav-list li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-list li.current-menu-item a,
.nav-list li a.active {
  background-color: rgba(255, 224, 224, 0.3);
}

.header-cta.desktop-cta {
  display: flex;
}

.btn-contact {
  white-space: nowrap;
}

.burger-menu {
  display: none;
}

.mobile-menu {
  display: none;
}

.site-header.scrolled .glass-nav {
  --bg-color: rgba(212, 147, 147, 0.35); 
}

/*-------------------------------
HEADER - Mobile
-------------------------------*/


/* Breakpoint Macbook */
@media (max-width: 1279px) {
   .header-wrapper {
    padding: 0 80px;
  }
}


@media (max-width: 1103px) {
  .header-wrapper {
    padding: 0 80px;
  }

  .glass-content {
    padding: 12px 24px;
  }

  .header-nav.desktop-nav,
  .header-cta.desktop-cta {
    display: none;
  }


  .burger-menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
  }

  .burger-menu span {
    width: 28px;
    height: 3px;
    background: var(--color-black);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .burger-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }


  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-white);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .mobile-menu.active {
    opacity: 1;
    pointer-events: all;
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .mobile-nav-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-menu li a {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-black);
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .mobile-nav-menu li a:hover {
    color: var(--color-red);
  }

  .mobile-cta {
    margin-top: 16px;
    align-self: center;
  }
}

@media (max-width: 1023px) {
  .header-wrapper {
    padding: 0 32px;
  }
}

@media (max-width: 767px) {
  .header-wrapper {
    padding: 0 32px;
  }
}



/*-------------------------------
FOOTER
-------------------------------*/

.site-footer {
  background: var(--color-black);
  color: var(--color-white);
  padding: 64px 0 64px 0;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 128px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 160px;
}

.footer-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: start;
 
}

.footer-col-logo {
  gap: 0px;
  text-align: right;
}

.footer-logo img {
  max-width: 310px;
  height: auto;
}

.footer-logo .site-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
}

.footer-credit {
  font-size: 11px;
  color: var(--color-white);
  width:100%;
}

.footer-col-contact {
  gap: 16px;
   text-align: left;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-white);
  margin: 0;
}

.footer-address {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-white);
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 16px;
  color: var(--color-white);
}

.footer-contact-info a {
  color: var(--color-white);
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-contact-info a:hover {
  color: var(--color-red-light);
}

.footer-credit a {
  color: var(--color-white);
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-credit a:hover {
  color: var(--color-red-light);
}


.footer-col-links {
  gap: 16px;
}

.footer-nav {
  width: 100%;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: start;
}

.footer-menu li a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s;
  text-transform: lowercase;
}

.footer-menu li a:hover {
  color: var(--color-red-light);
}

/*-------------------------------
FOOTER - Responsive
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {
  .footer-container {
    padding: 0 80px;
    gap: 60px;
  }
}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  .footer-container {
    padding: 0 32px;
    gap: 40px;
  }
}

/* Breakpoint Mobile */
@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 16px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col {
  align-items: center;
}

.footer-menu {
  align-items: center;
}

.footer-col-logo {
  text-align: center;
}
.footer-col-contact {
   text-align: center;
}

.footer-logo img {
  max-width: 250px;
  height: auto;
}

}

/*-------------------------------
PAGE PRESTATION 
-------------------------------*/

.page-prestation-content{
  padding-top:80px;
   background-color: var(--color-white);
}


/*-------------------------------
PAGE SINGLE PRESTATION 
-------------------------------*/


/*-------------------------------
PAGE SINGLE PRESTATION - SECTION HERO 
-------------------------------*/


.section-hero-presta {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 0;
  height: 70vh;
  min-height: 650px;
}


.section-hero-presta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}


.section-hero-presta > .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start; /* texte et bouton alignés à gauche */
  gap: 16px;
  z-index: 1;
}

.hero-presta{
  width:50%
}


/*-------------------------------
SECTION SINGLE PRESTATION SECTION HERO - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  
.hero-presta{
  width:100%
}
}

/* Breakpoint Phone */
@media (max-width: 767px) {
 
}


/*-------------------------------
PAGE SINGLE PRESTATION - SECTION DESCRIPTION 
-------------------------------*/


.section-presta-description {
  padding: 120px 0;
}



.section-hero-presta > .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start; 
  gap: 16px;

}


#description strong {
    color: var(--color-red);
}

#description p{    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: var(--color-black);
    margin: 0;
    line-height: 1;
  }



/*-------------------------------
PAGE SINGLE PRESTATION - SECTION METHODE 
-------------------------------*/

.section-methode {
  padding: 0px 0px 120px 0;
}

.card-grey-white {
  background-color: var(--color-grey-light);
  border-radius: 30px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
  padding: 64px;
}

.section-methode-content {
  display: flex;
  gap: 64px;
}

/* Gauche : 33% */
.section-methode-left {
  width:33%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}



.section-methode-left p {
  font-weight: 900;
  font-size: 32px;
  margin: 0;
  color: var(--color-black);
  line-height: 1;
}

.btn-methode-cta {
  align-self: flex-start;

}


.section-methode-right {
  width:66%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}


.methode-item:not(:last-child) {
  border-bottom: 2px solid var(--color-red);
  padding-bottom: 32px;
}


.methode-item {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}


.methode-left {
  width:40%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.methode-numero {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-red);
  line-height: 1;
}


.methode-titre {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  line-height: 1;
}


.methode-texte {
  width:60%;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
}

/*-------------------------------
SECTION SINGLE PRESTATION SECTION METHODE - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  

}

/* Breakpoint Phone */
@media (max-width: 767px) {
 .section-methode-content {
  flex-direction: column;
}

.section-methode-left {
  width:100%;
}


.section-methode-right {
  width:100%;
}

.card-grey-white {
 
  border-radius: 0px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0); 
  padding: 0;
}


.section-methode {
  padding: 60px 0px 60px 0;
  background-color: var(--color-grey-light);
}


}

/*-------------------------------
PAGE SINGLE PRESTATION - SECTION FAQ 
-------------------------------*/

.section-faq {
  padding: 120px 0;
  background-color: var(--color-grey-light);
}

.section-faq .container {
  display: flex;
  gap :64px;
  flex-direction: column;
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.faq-card {
  border-radius: 30px;
  background: var(--color-white);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
  overflow: hidden;
  width: 100%;
  transition: box-shadow 0.25s ease;
}

.faq-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 32px 40px;
  font-size: 20px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  color: var(--color-black);
  cursor: pointer;
  transition: background-color 0.3s ease;
  outline: none;
}

.faq-toggle:hover {
  background-color: var(--color-grey-light);
}

.faq-toggle[aria-expanded="true"] {
  background-color: var(--color-grey-light);
}

.faq-icon {
  font-size: 32px;
  color: var(--color-red);
  transition: transform 0.3s ease;
}

.faq-toggle[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 40px 32px 40px;
  font-size: 17px;
  color: var(--color-black);
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition:
    height 0.4s ease,
    opacity 0.4s ease;
  will-change: height, opacity;
}


/*-------------------------------
SECTION SINGLE PRESTATION SECTION METHODE - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {


}

/* Breakpoint Phone */
@media (max-width: 767px) {

.section-faq {
  padding: 60px 0;

}
}




/*-------------------------------
PAGE SINGLE PRESTATION - SECTION CONTACT 
-------------------------------*/

.section-contact {
  padding: 120px 0;
}

.container-contact {
  display: flex;
  gap: 64px;
  flex-direction: row;
}

.contact-info {
  flex: 0 0 33%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.contact-address p,
.contact-phone p {
  font-size: 16px;
  color: var(--color-black);
  margin: 0;
}

section#contact a.mail-contact{
 color:var(--color-red);
 text-decoration: none;
} 

section#contact a.mail-contact:hover{
 color:var(--color-red-light);
} 


.contact-form-card {
  flex: 1;
  background-color: var(--color-grey-light); 
  padding: 64px;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
}


.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



.wpcf7 .form-row.form-row-2-cols {
  display: flex;
  gap: 32px;
}

.wpcf7 .form-row.form-row-2-cols .input-group {
  flex: 1;
}



.wpcf7 label {
  color: var(--color-black);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  margin-top:4px;
  border-radius: 10px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.wpcf7 textarea {
  min-height: 80px;
  resize: vertical;
}


.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: var(--color-red);
  outline: none;
}

.wpcf7 .form-row.form-row-submit {
  margin-bottom: 0;
}

.wpcf7 input[type="submit"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  text-decoration: none;
  align-self: start;
  background-color: var(--color-red);
  color: var(--color-white);
}

.wpcf7 input[type="submit"]:hover {
  background-color: var(--color-red-light);
}


.wpcf7-not-valid-tip {
    color: var(--color-red);
    font-size: 12px;
}

/*-------------------------------
SECTION SINGLE PRESTATION SECTION CONTACT - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  
 .wpcf7 .form-row.form-row-2-cols {
    flex-direction: column;
      gap: 0px;
  }
  .container-contact{
    flex-direction: column;
    gap:32px;
  }


}

/* Breakpoint Phone */
@media (max-width: 767px) {
  .section-contact {
  padding: 60px 0;
}

  .contact-form-card {

    padding: 32px;
    
}
}



/*-------------------------------
PAGE ARCHIVE REALISATION
-------------------------------*/


.section-realisation {
  padding-top: 180px ;
  padding-bottom: 120px;
}

.section-realisation h1{
  font-size:32px;
}

.section-realisation h2{
  font-size:20px;
}

p.text-real{
    margin: 0;
    margin-top: 8px;
}

p.text-real-post{
    margin: 0;
    margin-top: 8px;
    color:var(--color-grey);
}



.section-realisation .container {
  
  display: flex;
  flex-direction: column;
  gap:64px;
}

.header-realisation {
  display: flex;
  flex-direction: row;
  gap:32px;
}

.realisation-header-left {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width:33%;
}


.realisation-header-right {
  display: flex;
  gap: 8px;
  width:66.66666%;
}

.filter-btn {
  background: var(--color-grey-light);
  color: var(--color-black);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  text-decoration: none;
  align-self: center;
}

.filter-btn.active, .filter-btn:hover, .filter-btn:focus {
  background: var(--color-red);
  outline: none;
  color: var(--color-white);
}

.realisation-cards-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -16px; 
}

.realisation-card2 {
  width: calc(33.333% - 32px);
  margin: 16px;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
}

.realisation-card2 a{
  text-decoration: none;
}


.realisation-image-wrapper2 {
  height: 222px;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 16px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
  width:100%;
}

.realisation-image-wrapper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}

.realisation-card2 h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;

}

/* Responsive */

@media(max-width: 1023px) {
  .realisation-card2 {
    width: calc(50% - 32px);
  }

  .header-realisation {

  flex-direction: column;

}

.realisation-header-left {

  width:100%;
}


.realisation-header-right {

  width:100%;
  gap:16px;
  flex-wrap: wrap;
}

}

@media(max-width: 767px) {
  .realisation-card2 {
    width: 96%;
  }


.realisation-image-wrapper2 {
 height: 350px; 
}
}



/*-------------------------------
PAGE ARCHIVE GLOBAL
-------------------------------*/


.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid var(--color-red);
  color: var(--color-red);
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  background-color: var(--color-red);
  color: white;
  outline: none;
  text-decoration: none;
}

.pagination .page-numbers.current {
  background-color: var(--color-red);
  color: white;
  pointer-events: none;
  cursor: default;
  border-color: var(--color-red);
  font-weight: 700;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-weight: 700;
  text-transform: uppercase;
}

.pagination .page-numbers.dots {
  border: none;
  color: var(--color-grey);
  cursor: default;
  padding: 10px 8px;
}



/*-------------------------------
PAGE SINGLE REALISATION 
-------------------------------*/


/*-------------------------------
PAGE SINGLE REALISATION - SECTION HERO 
-------------------------------*/


.section-hero-real {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 0;
  height: 70vh;
  min-height: 650px;
}


.section-hero-real::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}


.section-hero-real > .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start; 
  gap: 16px;
  z-index: 1;
}

.hero-real{
  width:50%;
}


/*-------------------------------
SECTION SINGLE PRESTATION SECTION HERO - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  
.hero-real{
  width:100%
}
}

/* Breakpoint Phone */
@media (max-width: 767px) {
 
}

/*-------------------------------
PAGE SINGLE REALISATION - SECTION TEXTE DESCRIPTION 
-------------------------------*/

.section-text-real {
  padding: 120px 0;
}

.text-card-real{
  background-color: var(--color-grey-light);
  border-radius: 30px; 
  padding: 64px; 
  display: flex; 
  flex-direction: column; 
  gap: 32px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
}

.photo-text{
  display: flex; 
  gap: 32px; 
  align-items: stretch;
}

.photo-real{
  flex: 1 1 0; 
  border-radius: 30px; 
  overflow: hidden;
}

.photo-real img{
  width: 100%;
  height: 100%; 
  object-fit: cover; 
  border-radius: 30px;
}

.text-real{
  flex: 1 1 0; 
  display: flex; 
  flex-direction: column; 
  justify-content: center;
}

.text-real strong{
  color: var(--color-red);
}

/*-------------------------------
SECTION SINGLE PRESTATION SECTION HERO - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  .photo-text{
    flex-direction: column;
    gap:16px;
  }

  .photo-real{
  flex: 100%;
  border-radius: 30px; 
  overflow: hidden;
}
  
}

/* Breakpoint Phone */
@media (max-width: 767px) {
  .section-text-real {
  padding: 60px 0;
}
 
}

/*-------------------------------
PAGE SINGLE REALISATION - SECTION GALERIE 
-------------------------------*/


.section-galerie {
  padding: 120px 0;
}

.container-galerie{
  display: flex;
  flex-direction: column;
  gap:32px;
}

.galerie-wrapper {
  width: 100%;
}

.galerie-masonry {
  column-count: 3;
  column-gap: 32px;
}

.galerie-item {
  display: block;
  margin-bottom: 32px;
  break-inside: avoid;
}

.galerie-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); 
}

/* Responsive */
@media (max-width: 1023px) {
  .galerie-masonry {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .galerie-masonry {
    column-count: 1;
  }
}





/*-------------------------------
PAGE SINGLE ARTICLE 
-------------------------------*/


/*-------------------------------
PAGE SINGLE ARTICLE - SECTION HERO 
-------------------------------*/


.section-hero-article {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 0;
  height: 70vh;
  min-height: 650px;
}


.section-hero-article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}


.section-hero-article > .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
  align-items: start;
    justify-content: center;
    height: 100%;
}

.post-meta{
  color:var(--color-white);

}

.post-meta a {
  text-decoration: none;
  font-weight: 900;
   color:var(--color-white);
}

.hero-content-haut-real{
   display: flex;
  flex-direction: column;
  

}

.hero-article{
  width:60%;
 
}

.container-article{
  padding: 120px 160px 120px 160px;
  display: flex;
  flex-direction: column;
  gap:16px;
}

.article-content{
      gap: 32px;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid var(--color-red);
    padding-bottom:32px;
}

.article-content p{
  margin:0;
}

.article-content a{
  color:var(--color-black);
  text-decoration-color: var(--color-red);
}

.article-content a:hover{
  color:var(--color-red);

}

.article-header{
  display:flex;
  flex-direction: row;
  gap:16px;
  align-items: center;
}

.article-header a{
  text-decoration: none;
  color:var(--color-black);
  font-weight: 900;
}

.article-tags a{
  text-decoration: none;
  color:var(--color-black);
  font-weight: 900;
}

.article-chapeau p{
  font-weight: 900;
  font-size:24px;
  line-height:1.1;
}

.author-avatar img{
  border-radius: 30px;
}

.wp-element-caption{
  font-style: italic;
  color: var(--color-grey);
  font-size: 15px;
}

.wp-block-image :where(figcaption) {
     margin-bottom: 0;
}

.wp-block-image{
  margin:0;
}

.wp-block-quote p{
 font-size: 24px;
 font-weight: 900;
 margin: 0;
    padding-left: 24px;
}

.wp-block-quote{
  border-left: 20px solid var(--color-red);
  margin:0;
}


/*-------------------------------
SECTION SINGLE PRESTATION SECTION HERO - Media Queries
-------------------------------*/

/* Breakpoint Macbook */
@media (max-width: 1279px) {

}

/* Breakpoint Tablet */
@media (max-width: 1023px) {
  
.hero-article{
  width:100%
}

.container-article {
    padding: 60px ;
}


}

/* Breakpoint Phone */
@media (max-width: 767px) {

.container-article {
    padding: 0px ;
}

 
}

#wpadminbar {
    position: fixed !important;
    top: 0 !important;
    z-index: 999999 !important;
}

.admin-bar .site-header {
    margin-top: 32px; /* barre admin desktop */
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        margin-top: 46px; /* barre admin mobile/tablette */
    }
}