/*!
Theme Name: Aries
Theme URI: http://underscores.me/
Author: Linkweb
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linkweb
*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

/* @font-face {
  font-family: 'british_classical_neueregular';
  src: url('./fonts/britishclassicalneue-regular-webfont.woff2') format('woff2'),
    url('./fonts/britishclassicalneue-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* 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%;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* 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;
}

a.button > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

a.button:hover svg {
  transform: translateX(5px);
}

a.button:active {
  transform: scale(0.95);
}

/**
 * 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: var(--color-obsidian-700);
  font-size: 1rem;
  line-height: 1.5;
}

body.logged-in header nav {
  margin-top: 0px;
  z-index: 600;
}

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;
}

.img-shapeL {
  clip-path: url(#svgMaskL);
}

.img-shapeR {
  clip-path: url(#svgMaskR);
}

/* 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%;
}

#map {
  height: 380px;
}

/* Links
--------------------------------------------- */
/* a {
  color: #4169e1;
}


a:hover,
a:focus,
a:active {
  color: rgb(220 38 38 );
} */

a:focus {
  outline: thin dotted;
}

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

li.current_page_item a {
  color: var(--color-primary);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"] {
  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%;
}

/*--------------------------------------------------------------
# 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 0em;
}

.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;
}

/**
*
* Menu
*
**/

.navbar-menu {
  left: 0px;
  visibility: visible;
  transition: all ease 0.5s;
}

.navbar-menu.offArea {
  visibility: hidden;
}
.navbar-menu nav {
  left: 0px;
  transition: all ease 0.5s;
}

.navbar-menu ul.mobile li {
  justify-content: center;
  display: flex;
}

.navbar-menu.offArea nav {
  left: -900px;
  transition: all ease 0.5s;
}

.menu-item-has-children li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 10px;
}

#header-menu ul {
  min-width: 300px;
}

#header-menu > li {
  height: 80px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    top: 80px;
    height: auto;
    overflow: none;
    visibility: visible;
    transform: scaleY(1);
    transition: all ease 0.6s;
  }
  .menu-item-has-children ul.sub-menu {
    opacity: 0;
    top: 80px;
    overflow: hidden;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top;
    margin-left: 0;
    transition: all ease 0.6s;
  }
}
/* 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;
}

.carousel .flickity-viewport {
  height: 100vh !important;
}

.carousel {
  position: relative;
  background: #eee;
}

body.home .carousel-cell::before,
.bgOverlay .grille::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
}

.bgOverlay .grille * {
  position: relative;
  z-index: 4;
}

.carousel-cell {
  width: 90%;
  height: 100vh;
  margin-right: 30px;
  background: #fff;
  counter-increment: carousel-cell;
  background-position: center center;
  background-size: cover;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  /* content: counter(carousel-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

#bloc-atouts {
  position: relative;
}

#bloc-atouts::before {
  background-color: rgb(203 213 225);
  content: "";
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 3;
}

.grille {
  z-index: 5;
}

body.home .grille .barre_sup {
  position: absolute;
  height: 30%;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #fff;
}

body.home .grille .barre_inf {
  position: absolute;
  height: 20%;
  left: 50%;
  bottom: 80px;
  width: 1px;
  background-color: #fff;
}

body.home .grille .text_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body.home .grille .vertical_inf {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 80px;
  width: 100%;
  background-color: #fff;
}

body.home .grille .text_content {
  margin-top: 75px;
}

.grille .barre_sup {
  position: absolute;
  height: 30%;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #fff;
}

.grille .barre_inf {
  position: absolute;
  height: 30%;
  left: 50%;
  bottom: 40px;
  width: 1px;
  background-color: #fff;
}

.grille .text_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grille .vertical_inf {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 40px;
  width: 100%;
  background-color: #fff;
}

.grille .text_content {
  margin-top: 15px;
}

.buttons {
  margin-top: 75px;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.buttons a {
  padding: 20px;
  text-align: center;
}

.grille .social {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

#footer-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.svg--icon {
  width: 60px;
  fill: currentColor;
}

.form-field {
  height: 50px;
}

#modal:not(.opacityTransition) {
  transition: opacity ease 0.4s;
  opacity: 0;
}

#modal.opacityTransition {
  transition: opacity ease 0.4s;
  opacity: 1;
}

#modal:not(.opacityTransition) img {
  transition: opacity ease 0.9s;
  opacity: 0;
}

#modal.opacityTransition img {
  transition: opacity ease 0.9s;
  opacity: 1;
}

#modal {
  z-index: 900;
}

/**
*
* Form
*
*/
fieldset {
  position: relative;
}

fieldset.succes input {
  border: 1px solid green;
}

fieldset.error input {
  border: 1px solid red;
}

fieldset.error small {
  background-color: rgba(255, 0, 0, 0.177);
  color: red;
  padding: 4px 8px;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  overflow: visible;
  top: 100%;
}

.toaster.hide,
.toasterSuccess.hide {
  right: -100%;
  transition: all ease 0.7s;
}

.toaster.show,
.toasterSuccess.show {
  right: 3rem;
  transition: all ease 0.7s;
}

/*
*
* CSS V2
*
*/

/* main.v2 {
  position: relative;
}

main.v2::before {
  content: "";
  position: absolute;
  background-size: 2px 100%;
  background-color: var(--color-obsidian-300);
  width: 1px;
  height: 100%;
  left: calc(50%);
  top: 0;
  z-index: 2;
} */

/* main.v2 #pageTitle {
  border-bottom: 1px solid var(--color-obsidian-300);
} */

main.v2 footer {
  z-index: 3;
  position: relative;
}

main.v2 > section {
  position: relative;
  z-index: 4;
}

/*
*
* Media Queries
*
*/

@media (max-width: 1500px) {
  html {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.8rem;
  }

  .grille .barre_sup {
    position: absolute;
    height: 30%;
    left: 50%;
    top: 0;
    width: 1px;
    background-color: #fff;
  }

  .grille .barre_inf {
    position: absolute;
    height: 20%;
    left: 50%;
    bottom: 40px;
    width: 1px;
    background-color: #fff;
  }

  .grille .text_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .grille .vertical_inf {
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 40px;
    width: 100%;
    background-color: #fff;
  }

  .grille .text_content {
    margin-top: 15px;
  }

  body.home .grille .barre_sup {
    position: absolute;
    height: 30%;
    left: 50%;
    top: 0;
    width: 1px;
    background-color: #fff;
  }

  body.home .grille .barre_inf {
    position: absolute;
    height: 20%;
    left: 50%;
    bottom: 30px;
    width: 1px;
    background-color: #fff;
  }
  .cta-2 .bg-image {
    height: 400px !important;
  }

  h2 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }
}


.texture-paint::before{
  content: '';
  background-image: url(./img/texture.svg);
  position: absolute;
  left: -350px;
  top: -217px;
  width: 700px;
  height: 607px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: .6;
}

.texture-prestation::before{
  content: '';
  background-image: url(./img/texture-2.svg);
  position: absolute;
  left: -400px;
  top: -217px;
  width: 700px;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .6;
}

@media(min-width:2000px){
  .texture-paint::before{
    left: -600px;
  
  }
  
  .texture-prestation::before{
    left: -600px;
   
  }
}

/*************************************/
/************** CUSTOM ***************/
/*************************************/

#pageTitle, .footer-texture{
  /*background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");*/
}

.custom-shape-divider-top-1698222326 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1698222326 svg {
  position: relative;
  display: block;
  width: calc(288% + 1.3px);
  height: 108px;
}

.custom-shape-divider-top-1698222326 .shape-fill {
  fill: #dd4431;
}

.custom-shape-divider-top-1698225101 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1698225101 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 160px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1698225101 .shape-fill {
  fill: #FFFFFF;
}

.texture-paint-red::before{
  content: '';
  background-image: url(./img/accueil/texture2.svg);
  position: absolute;
  left: -56px;
  top: -217px;
  width: 700px;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .6;
}

.texture-paint-red-right::before{
  content: '';
  background-image: url(./img/accueil/textureblue.svg);
  position: absolute;
  right: -104px;
  top: -217px;
  width: 700px;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .6;
  background-position: right;
  z-index: -1;
}

.custom-shape-divider-top-1698227717 {
  position: absolute;
  top: 79px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1698227717 svg {
  position: relative;
  display: block;
  width: calc(253% + 1.3px);
  height: 50px;
}

.custom-shape-divider-top-1698227717 .shape-fill {
  fill: white;
}

#header-menu li a{
  color: #022A37 !important;
}

.wpcf7-form{
  display: flex;
  justify-content: center;
  gap: 15px;
}

.wpcf7-form input{
  border: 0;
  padding: 15px;
  border-radius: 30px;
}

.wpcf7-form > p:nth-child(2){
  display: flex;
  justify-content: center;
  gap: 7.5px;
}

.wpcf7-form input[type="submit"]{
  background-color: #022A37;
  color: white;
  width: 150px;
  display: flex;
  justify-content: center;
}

.wpcf7-form input[type="text"]:focus-visible, .wpcf7-form input[type="tel"]:focus-visible{
  outline: 2px solid #022A37 !important;
}

.wpcf7-response-output{
  position: absolute;
  bottom: 0;
  background: #022a37;
  border: none !important;
  color: white;
  border-radius: 20px;
}


#pageTitle::before{
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(2,42,55,1) 0%, rgba(9,106,138,1) 100%);
  top: 0;
  left: 0;
  position: absolute;
  opacity: .9;
}

.custom-shape-divider-bottom-1698240645 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1698240645 svg {
  position: relative;
  display: block;
  width: calc(253% + 1.3px);
  height: 200px;
}

.custom-shape-divider-bottom-1698240645 .shape-fill {
  fill: #dd4431;
}

.buttons a{
  border-radius: 45px;
}

.custom-shape-divider-bottom-1698243375 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.custom-shape-divider-bottom-1698243375 svg {
    position: relative;
    display: block;
    width: calc(253% + 1.3px);
    height: 231px;
}

.custom-shape-divider-bottom-1698243375 .shape-fill {
    fill: #FFFFFF;
}


@media(max-width:1024px){

  .custom-shape-divider-top-1698227717{
    top: 64px;
  }
  nav{
    background-color: white !important;
  }

  .copyright-nav{
    color:white;
  }

  #pageTitle > section{
    background-color: transparent !important;
  }

  #pageTitle  h1 > img{
    height: 140px !important;
  }

  .bloc-cta{
    left: 0 !important;
    width: 100%;
  }

  .bloc-cta::before{
    display: none !important;
  }

  .carousel{
    display: none;
  }

  .footer-2{
    flex-direction: column;
  }

  .footer-2 > div{
    width: 100% !important;
  }

  .footer-2 > div > div{
    width: 100% !important;
    grid-template-columns: initial !important;
  }

  .page-template-page-prestations-3 #pageTitle .slider, .page-template-page-realisations-2 #pageTitle .slider, .page-template-page-contact-2 #pageTitle .slider{
    display: none !important;
  }

  .page-template-page-realisations-2 .element-item{
    width: 100% !important;
  }

  .infos-contact{
    flex-direction: column;
  }

  .texture-pelle::before{
    display: none;
  }

  #contactForm fieldset{
    width: 100% !important;
  }

  .wpcf7-form, .wpcf7-form > p:nth-child(2){
    flex-direction: column;
  }

  .wpcf7-form > p:nth-child(3){
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .texture-paint-red-right{
    z-index: 1;
  }

  .custom-shape-divider-top-1698222326{
    z-index: 4;
  }

  .custom-shape-divider-bottom-1698243375{
    display: none;
  }

  .section-cta{
    margin-bottom: 0px !important;
  }

  .d-flex-col-reverse-responsive{
    display: flex !important;
    flex-direction: column-reverse;
  }

  .d-flex-col-reverse-responsive > div{
    width: 100%;
  }
}

@media(max-width:575px){
  h1{
    font-size: 25px !important;
    line-height: 25px !important;
  }

  .page-template-page-contact-2 .text_content > p{
    text-align: center;
  }

  .page-template-page-prestations-2 .slider{
    display: none;
  }

  .page-template-page-prestations-2 #pageTitle{
    height: initial !important;
  }

  .footer-2 h6{
    font-size: 10px !important;
  }

  .navbar-menu img{
    display: none;
  }

  .custom-shape-divider-top-1698222326{
    top: -7px;
  }

  .toasterSuccess.hide, .toaster.hide{
    right: -150%;
  }

  .toaster.show{
    right: initial;
    left: 0px;
  }

}

@media(max-width:768px){
  div.button-group > button:not(div.button-group > button:last-child){
    margin-right: 0px !important;
  }

  .button-group.filters-button-group{
    flex-direction: column;
  }

  .section-cta > div:nth-child(1){
    display: none;
  }

  .texture-paint-red-right::before{
    display: none;
  }
}

.containerhere {
  margin-bottom: 35px;
  position: relative;
  height: 450px;
  border: 2px solid white;
}
.containerhere .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px 100%;
}

.containerhere .background-img,
.containerhere .foreground-img {
  background-size: 800px;
}
.containerhere .foreground-img {
  width: 50%;
}
.containerhere .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerhere .slider:hover {
  background: rgba(242, 242, 242, 0.1);
}
.containerhere .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 446px;
  margin-left: 2px;
  background: #3c4d5a;
  cursor: pointer;
}
.containerhere .slider::-moz-range-thumb {
  width: 6px;
  height: 448px;
  background: #3c4d5a;
  cursor: pointer;
}
.containerhere .slider-button {
  pointer-events: none;
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #ed8b36;
  left: calc(50% - 17px);
  top: calc(50% - 14px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerhere .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.containerhere .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.allBefaf {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
	flex-wrap: nowrap;
}

.allBefaf > div {
	width: 100%;
}


@media(max-width:991px){
  .allBefaf{
    display: flex;
    flex-direction: column;
  }

  .allBefaf .background-img{
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*Modifications du 12/11/2024*/

.page-id-249 .mb-24 {
	margin-bottom: -170px;
}

.page-id-254 .mb-24 {
	margin-bottom: -170px;
}

.page-id-259 .mb-24 {
	margin-bottom: -170px;
}

.single-post h3, 
.single-post h2{
	margin:15px 0;
	color:var(--color-primary);
}
.single-post h3{
	margin:30px 0;
	font-size:1.3rem;
}
.single-post h2{
	margin:30px 0;
	font-size:1.8rem;
}
