/*!
Theme Name: copwell2
Theme URI: Aquawebit.com
Author: Aquawebit
Author URI: Aquawebit.com
Description: template du site copwell v2 fait en 2025
Version: 2.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: copwell2
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.

copwell2 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

--------------------------------------------------------------*/
/*Font Family*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/*--------------------------------------------------------------
# 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 {
  -webkit-text-size-adjust: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height:1.2;
  color: var(--bleu-3);
}

:root {
  --orange: #f78e24;
  --rouge: #d21e45;
  --bleu-1: #189cbb;
  --bleu-2: #179bb2;
  --bleu-3: #192437;
  --bleu-4: #0C62FB;
  --bleu-5: #141E53;
  --bleu-6: #19E4F5;
  --blanc: #ffffff;
  --gris: #757474;
  --gris-2: #F4F4F5;
  --gris-3: #384069;
  --noir: #000000;
  --standardwidth: 1440px;
}

.standardwidth {
  max-width: var(--standardwidth);
  margin: 0 auto;
  padding: 0 130px;
}

/*--------------------------------------------------------------
# Color Palette
--------------------------------------------------------------*/

.has-orange-background-color {
  background-color: var(--orange) !important;
}
.has-orange-color {
  color: var(--orange) !important;
}
.has-gris-background-color {
  background-color: var(--gris) !important;
}
.has-gris-color {
  color: var(--gris) !important;
}
.has-gris-2-background-color {
  background-color: var(--gris-2) !important;
}
.has-gris-2-color {
  color: var(--gris-2) !important;
}
.has-rouge-background-color {
  background-color: var(--rouge) !important;
}
.has-rouge-color {
  color: var(--rouge) !important;
}
.has-blanc-background-color {
  background-color: var(--blanc) !important;
}
.has-blanc-color {
  color: var(--blanc) !important;
}
.has-noir-background-color {
  background-color: var(--noir) !important;
}
.has-noir-color {
  color: var(--noir) !important;
}
.has-bleu-1-color {
  color: var(--bleu-1) !important;
}
.has-bleu-1-background-color {
  color: var(--bleu-1) !important;
}
.has-bleu-2-color {
  color: var(--bleu-2) !important;
}
.has-bleu-2-background-color {
  color: var(--bleu-2) !important;
}
.has-bleu-3-color {
  color: var(--bleu-3) !important;
}
.has-bleu-3-background-color {
  color: var(--bleu-3) !important;
}
.has-bleu-4-color {
  color: var(--bleu-4) !important;
}
.has-bleu-4-background-color {
  color: var(--bleu-4) !important;
}
.has-bleu-5-color {
  color: var(--bleu-5) !important;
}
.has-bleu-5-background-color {
  color: var(--bleu-5) !important;
}
.has-bleu-6-color {
  color: var(--bleu-6) !important;
}
.has-bleu-6-background-color {
  color: var(--bleu-6) !important;
}

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

/* 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;
}
.a-none{
  text-decoration: none !important;
}
a:link {
/*  text-decoration: none;*/
}

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

.line-height-30{
  line-height: 30px;
}

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

.tb-button__link,
.offre-cta a {
  position: relative;
  padding: 24px 40px 24px 50px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
}

.tb-button__link::before,
.nav-devis a::before,
.offre-cta a:before,
.cta-back-home a::before,
.cta-devis a::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 24px;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-devis a::before {
  left: 11px;
}
.tb-button__link:hover::before,
.offre-cta a:hover::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/**
 * 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;
  font-size: 18px;
  line-height: 1.2;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin-top: 0;
}
h1 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}
h1.h1-offre-emploi{
  font-size: 50px;
  line-height: 59px;
  color: var(--bleu-3);
  margin-top: 40px;
}
h2 {
  font-size: 50px;
  line-height: 59px;
  color: var(--bleu-3);
}
h2.picto-bottom, h2.picto-right {
  font-size: 40px;
  line-height: 47px;
}
h2.picto-bottom::after {  
  display: block;
  content: url("./img/h3_img.png");
  padding-top: 18px;
}
h2.picto-right::after {
  display: inline-block;
  content: url("./img/h3_img.png");
  padding: 0 0 0 20px;
}
h3 {
  font-size: 40px;
  line-height: 1.2;
  color: var(--bleu-3);
}
h3::after {
  display: block;
  content: url("./img/h3_img.png");
  padding-top: 18px;
}
h3.white-picto::after {
  display: block;
  content: url("./img/white_picto.png");
  padding-top: 18px;
}
h3.picto-right::after {
  display: inline-block;
  padding: 0 0 0 20px;
}
h3.no-picto::after {
  padding: 0;
  content: none;
}
h4 {
  font-size: 24px;
  line-height: 30px;
  color: var(--bleu-2);
  margin-bottom: 20px;
}
p {
  margin: 0;
}
.site-main ul:not(.slick-dots,.pagination) li {
  list-style-image: url("./img/Rectangle\ 192.png");
  padding-left: 5px;
  padding-bottom: 10px;
}

blockquote {
  margin: 0;
}
blockquote p{
  font-style: italic;
  padding-left: 50px;
  background: url('./img/quote.png') left top no-repeat;
  margin-bottom: 10px;
}
blockquote cite{
  font-style: normal;
}
blockquote cite strong:first-child{
  font-size: 24px;
  line-height: 30px;
}

address {
  margin: 0;
}

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

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 {
  color: var(--bleu-3);
}

a:visited {
  
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  position: relative;
}
/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/

.home h2::after,
.home h3::after{
  display:none !important;
}

.home h3{
  text-transform: uppercase;
}

.home-block-figures {
  position: relative;
}

.home-block-figures::before {
  content: url("./img/logo_picto.png");
  position: absolute;
  top: -56px;
  left: calc(50% - 117px);
}
.home-block-figures::after {
  content: url("./img/logo_picto.png");
  position: absolute;
  bottom: -56px;
  left: calc(50% - 117px);
}
.home-grid-line {
  grid-template-columns: calc((100% - 75px) / 4) calc((100% - 75px) / 4) calc(
      (100% - 75px) / 2
    ) !important;
}

.home-devis-left .services{
  text-transform: uppercase;
  font-size: 16px !important;
}

.home-hero-container {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 140px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1001;
}

.home-hero-container .tb-button__link{
    padding: 18px 24px !important;
    font-size: 14px !important;
}

.home-hero-container .tb-button__link:before{
  display: none;
}

.home-hero-container:after{
	  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 30, 0.6);
  z-index: 1;
  pointer-events: none;
}

.home-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.home-hero-text{
  position: relative;
  z-index: 2;
}

.bloc-home-contact .tb-button__link{
  padding: 20px 30px !important;
}
.bloc-home-contact .tb-button__link::before{
  display: none !important;
}

#bloc-home-review .ti-name,
#bloc-home-review .ti-rating-text strong{
  color: white !important;
}
#bloc-home-review .ti-prev,
#bloc-home-review .ti-next{
  outline: 0px !important;
  background-color: #FCFCFC !important;
}
#bloc-home-review .ti-prev:hover,
#bloc-home-review .ti-next:hover{
  background-color: #141E53 !important;
}

#bloc-home-review .ti-header-write-btn{
  color:#002074 !important;
  background-color: white !important;
  border: 0 !important;
}

#bloc-home-review .ti-widget-container,
#bloc-home-review .ti-reviews-container{
  margin-bottom: 0px !important;
}

#bloc-home-review .ti-controls-line{
  background: rgba(255, 255, 255, 0.35) !important;
}

#bloc-home-review .dot{
  background: white !important;
}

.container-style-height-home .wp-block-image img{
  transition: all 0.3s ease-in-out;
}

.container-style-height-home:hover .wp-block-image img{
  border-radius: 105px !important ;
  box-shadow: 0px 0px 0px 8px rgb(70 189 210 / 30%);
}

.swiper-custom{
	max-height:400px;
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  background: var(--bleu-5);
  color: var(--blanc);
  font-size: 16px;
  line-height: 21px;
}
.wrapper-footer-newsletter {
  min-height: 190px;
  background: rgb(244, 244, 245);
  background: -moz-linear-gradient(
    180deg,
    rgba(244, 244, 245, 1) 50%,
    rgba(25, 36, 55, 1) 50%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(244, 244, 245, 1) 50%,
    rgba(25, 36, 55, 1) 50%
  );
  background: linear-gradient(
    180deg,
    rgba(244, 244, 245, 1) 50%,
    rgba(25, 36, 55, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F4F5",endColorstr="#192437",GradientType=1);
}

.container-map-footer {
  width: 100%;
  max-height: 300px;
  background-color: var(--gris-3);
  display: flex;
  justify-content: center;
  align-items: center; 
}
.container-map-footer-text{
  color: var(--bleu-6);
  width: 15%;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.container-map-footer-img{
  max-width: 100%;
}
@media screen and (max-width: 678px) {
  .container-map-footer{
    display: block;
    max-height: none;
  }
  .container-map-footer-text{
    font-size: 16px;
    line-height: 21px;
    width: 100%;
    padding: 40px 40px 0PX 40PX;
    text-align: center;
  }
  .container-map-footer-img{
    padding: 0px 20px 20px 20px;
  }
}
.form-footer{
  background-color: var(--blanc);
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 100;
  width: 100%;
  z-index: 1000;
}
.clickable{
  cursor: pointer;
  background-color: var(--bleu-4);
}
.content-form-footer{
  display: none;
  padding: 60px 0px;
  animation: slideIn 0.5s ease;
  overflow: hidden;
  background-color: var(--blanc);
}
.title-form-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: var(--blanc);
  margin-bottom:0px;
}
.title-footer{
  display: flex;
  gap: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 50px;
  line-height: 45px;
  text-align: center;
  color: var(--blanc);
  margin-bottom:0px;
}
@media screen and (max-width: 900px) {
  .title-footer{
    font-size: 40px;
    line-height: 35px;
    gap: 20px;
  }
  
}

.content-form-footer.show {
  display: block;
  background-color: var(--blanc);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wrapper-newsletter-form{
  width: 300px;
  height: 41px; 
  margin-right: 10px;
}
.footer-form .zf-templateWrapper{
  width: 300px;
  margin-right:20px;
}
.footer-newsletter {
  background-color: var(--bleu-2);
  height: 100%;
  width: 100%;
}
.zf-templateWrapper{
  display: flex;
  width: 600px;
}
.zf-labelName{
  font-size: 16px;
  font-weight: 700;
}
.zf-fmFooter{
  position: absolute;
  top: 21px;
}
.zf-submitColor{
  cursor: pointer;
  background-image: url(./img/ok.png);
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: var(--bleu-1);
}
.inner-footer {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.inner-footer a{
  text-decoration: none;
}
.copyright-footer {
  background: var(--bleu-5);
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.inner-copyright-footer {
  padding: 20px !important; 
}
.site-footer ul,
.site-footer li, 
.inner-footer p {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.footer-logo {
  padding-bottom: 20px;
  text-align: center;
}
.footer-col {
  width: 33.33%;
  padding: 0 50px;
  justify-items: auto;
}
#footer-2 {
  display: flex;
  justify-content: center;
}
.inner-footer-2 {
  text-align: left;
  text-decoration: none;
}
.footer-sociaux{
  display: flex;
}
.footer-sociaux img {
  margin: 15px;
}
.footer-newsletter {
  max-width: var(--standardwidth);
  margin: 0 auto;
  padding: 30px 40px;
}
.footer-newsletter h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}
.footer-newsletter h3::after {
  content: none;
}
.footer-newsletter-col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer-newsletter-title {
  display: flex;
}
.footer-newsletter a:hover{
  color: var(--bleu-3);
}
.footer-newsletter-logo {
  margin-right: 47px;
}



@media screen and (max-width: 900px) {
  .footer-newsletter-col {
    flex-direction: column;
  }
}
.wrapper-newsletter-form{
    width: 200px;
}
.footer-form .zf-templateWrapper{
    width: 200px;
}

/* Container
--------------------------------------------- */

.container-style-border {
  /* border-top: 1px solid var(--gris); */
}
.container-style-height-home {
  max-height: 367px;
}
a.container-style-height-home{
  text-decoration: none;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  position: sticky;
}

.main-navigation ul{
  display: flex;
  flex-direction: row;
  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: static;
  top: 100%;
  z-index: 99999;
}
.main-navigation .menu-mobile ul ul{
left: 0;
}

.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: 100%;
	display:inherit;
}

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


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

/* Header
--------------------------------------------------------------*/
.site-header{
  position: sticky;
  top: 0;
  z-index: 1003;
}

.menu-menu-top-container li{
	background-image: url(./img/ico_user.png);    
	background-size: auto 100%;    
	color: transparent;    
	width: 18px;    
	height: 18px; 
	background-repeat: no-repeat;
}

.menu-menu-top-container li a {
	height: 100%;
    width: 100%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color:transparent;
}
.nav {
  background-color: #151723;
  font-size: 16px;
  color: var(--blanc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index:1002;
}
.nav .underline a::after{
  display: none;
}
.nav a {
  color: #FCFCFC;
  text-decoration: none;
}
.top-nav {
  margin: 0 auto;
  height: 46px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  margin: 0 3%;
  z-index: 20;
  overflow: hidden;
}
.top-nav li {
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.top-nav li:hover {
  color: var(--noir);
}
.top-menu-container{
  display: flex;
  align-items: center;
  flex-direction: row;
  max-height: 22px;
}
.main-nav {
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 0 3%;
  z-index: 20;
  position: static
}
.main-nav li{
  padding: 0px 20px;
}
.menu-mobile-wrapper .is-active{
	z-index:10000;
}

.espace_client {
  background-image: url("./img/ico_user.png");
  background-size: auto 100%;
  color: transparent;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.top-nav li.facebook:hover,
.top-nav li.linkedin:hover,
.top-nav li.youtube:hover,
.top-nav li.espace_client:hover {
  color: transparent;
}
.contact_button{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-contact-header{
  background-color: var(--bleu-4);
  border-radius: 25px;
  color:var(--blanc);
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  border: none;
  cursor: pointer;
  width: 150px;
  padding: 0.8em 1em;
  margin-bottom:10px
}
.main-nav-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.search-menu {
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-menu-form {
  background: #fff;
  width: 0px;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
  z-index: 1000;
  position: absolute;
  right: 474px;
  top: 140px;
}
.search-menu-form.open{
	width: 400px;
}
.search-menu-form form{
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-menu-form .search-field{
	width: 340px;
	border-radius: 0;
  border: none;
  font-family: 'Raleway';
}
.search-menu-form .search-field:focus{
	outline: none;
}
.search-menu-form form .search-submit{
	height: 32px;
  margin-left: 10px;
	border-radius: 0;
	padding: 0 10px;
	line-height: 32px;
	background: var(--marron);
	transition: all 0.2s ease-in-out;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border: none;
}
.search-menu-form form .search-submit{
	background: var(--bleu-2);
}
.search-menu-form form .search-submit:hover{
	background: var(--bleu-3);
}
.search-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-item{
  width: 42%;
  margin-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #B2B4B5;
}
.search-title{
  font-size: 18px;
  line-height: 22px;
}
.search-under-title{
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 20px;
}
.search-navigation{
  margin-top: 30px;
  margin-bottom: 50px;

}
.search-navigation a{
  text-decoration: none ;
  color: var(--bleu-2);
}
.search-navigation a:hover{
  transition: all 0.4s ease-in-out;
  color: var(--bleu-3);
}
.nav-devis {
  position: relative;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  border: 1px solid #fff;
  padding: 24px 15px 24px 30px !important;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  font-size: 16px;
}
.nav-devis:hover {
  background-color: var(--bleu-3);
  border-color: var(--bleu-3);
}
.nav-devis:hover a::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-menu-principal-container li {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1350px) {
  .menu-menu-principal-container .sub-menu{
    position: absolute !important;
    padding-bottom: 20px;
  }
  #menu-menu-principal{
    /*gap: 50px;*/
  }
}
.menu-menu-principal-container > ul > li{
  /*padding: 20px 0px;*/
}
.underline>ul{
  display: none;
}

.underline:hover>a::after {
  position:absolute;
  top : 30px;
  left: 0;
  right: 0;
  height: 1px;
  background-image: url("./img/Underline.png");
  background-repeat: no-repeat;
  content: "";
}

.menu-mobile .menu-menu-principal-container > ul{
  padding: 25px;
}

.menu-mobile .menu-menu-principal-container li{
  color: white;
}
.menu-item{
  display: flex;
  position: static;
}
@media screen and (min-width: 1350px) {
  .menu-menu-principal-container li{
    padding: 0px;
  }
	
	.underline > a {
        padding: 20px 25px;
    }

  .main-navigation li.menu-item-has-children > a{

	display: inline;
	background: linear-gradient(90deg, #0C62FB);
	background-size: 0 2px;
	background-position: bottom left;
	background-repeat: no-repeat;
	transition: background-size 500ms;
	text-decoration: none !important;
	line-height:30px;
	background-position: 24px 50px;
}
.main-navigation li.menu-item-has-children > a:hover  {
	background-size: calc(100% - 50px) 2px !important;
}


  .menu-item-has-children:hover ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    background-color: rgba(21,23,35,0.95);
    z-index: -1;
    pointer-events: none;
    bottom: auto;
    min-height: 100%;
    margin: 0;
  }
  .underline:hover>ul{
		display: block;
        width: -webkit-fill-available;
        background-color: rgba(21, 23, 35, 0.95);
	  margin-left:20px;
  }
}

.sub-menu {
  position: static;
  color: var(--blanc);
  top:100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  width: 271px;
  justify-content: center;
}

.sub-menu li a:before{
  content: url("./img/fleche-header.png");
  top: 0px;
  left: 0px;
  margin-right: 10px;
}

.sub-menu li {
  display: flex;
  margin: auto 0;
  line-height: 35px;
  height: auto;
  font-weight: 400;
  align-items: center;
  transition: all 0.2s ease-in-out;
	width: fit-content;
}
.sub-menu li > a {
    transition: all 0.2s ease-in-out;
}
.sub-menu li:hover a {
  transform: translate(6px);
}
.tetiere-container {
  height: 250px;
  background-color: #09162a;
  background-image: url("img/tetiere/BAN_GENERIQUE.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
 
.tetiere-container.container-cybersecurite{
  background-image: url("img/tetiere/BAN_CYBERSECURITE.jpg");
}
.tetiere-container.container-telecom{
  background-image: url("img/tetiere/BAN_TELECOM.jpg");
}
.tetiere-container.container-infogerance{
  background-image: url("img/tetiere/BAN_INFOGERANCE.jpg");
}
.tetiere-container.container-imprimante{
  background-image: url("img/tetiere/BAN_BUREAUTIQUE.jpg");
}
.tetiere-container.container-control-acces{
  background-image: url("img/tetiere/BAN_SECUIRTÉ.jpg");
}
 
.tetiere-general {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  max-width: var(--standardwidth);
  overflow: hidden;
}
 
.tetiere-title {
  color: var(--blanc);
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  margin-left: 215px;
  margin-bottom: 15px;
  font-weight: 700;
}
.tetiere-parent {
  font-weight: 700;
}
.rank-math-breadcrumb a {
  color: #e0e3e5;
}
.breadcrumbs {
  font-size: 12px;
  color: #e0e3e5;
  text-transform: uppercase;
  position: absolute;
  bottom: 7px;
  margin-left: 215px;
}
.breadcrumbs a{
  color: #e0e3e5;
}
.container-figures-2 {
  position: relative;
}
.container-figures-2::after {
  position: absolute;
  background-image: url("img/Groupe_95.png");
  right: 0;
}

.menu-mobile-wrapper {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  -webkit-transform: translatey(-100vh);
  -ms-transform: translatey(-100vh);
  transform: translatey(-100vh);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: #192437e6;
  z-index: 10;
}
@media screen and (max-width: 1350px) {
  .menu-mobile-wrapper.is-active {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}

.menu-mobile {
  margin: 0 auto;
  max-width: var(--standardwidth);
  padding-bottom: 20px;
}

.menu-mobile ul.menu {
  /*flex-direction: column;*/
  display: block;
}
.menu-mobile .menu-menu-principal-container li {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  align-items: flex-start;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}
.menu-mobile .menu-menu-principal-container li >a{
  width: 100%;
}
.menu-mobile li .chevron{
  width: 20px;
  height: 20px;
  background: url('data:image/png;base64,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')  center center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(100%) sepia(20%) saturate(0%) hue-rotate(51deg) brightness(107%) contrast(98%);
  right: 20px;
  top: 0;
  transition:all 0.2s ease-out;

}
.menu-mobile li.is-active .chevron{
  transform: rotate(180deg);
}

.menu-mobile .menu-item-has-children,.menu-mobile .menu-item-has-children:hover{
background:none;
}
.menu-mobile .sub-menu {
  top: auto;
  float: none;
  background: none;
  width: auto;
  border-top: none;
  box-shadow: none;
  width: 0;
  position: absolute;
  display: none;
}
.menu-mobile .menu-menu-principal-container li.is-active{
  height: auto;
  color: var(--bleu-3);
}

.menu-mobile .menu-menu-principal-container li.is-active .sub-menu{
  position: relative;
  width: auto;
  display: block;
  color: var(--blanc);
}
.menu-mobile .sub-menu li {
  display: block;
  margin: 0;
  border-top: none;
}

.menu-mobile .sub-menu li a{
  padding:10px 0px;
}
.menu-mobile ul ul a {
  width: auto;
}
.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}
/*
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  background-color: var(--bleu-3);
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--bleu-3);
}*/

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
	* Spring Reverse
	*/
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Home Page
--------------------------------------------- */

/* Nos partenaires
--------------------------------------------- */
.logos-partenaires-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logos-partenaires-wrapper img{
  width: 220px;
  height: 130px;
  margin: 5px;
  border: 1px solid #E0E3E5;
  object-fit: contain;
}

/* Notre équipe
--------------------------------------------- */
.wp-block-social-links li{
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.wp-block-social-links li a{
  padding: 0 !important;
}
.wp-block-social-links li a svg{
  color: var(--bleu-3) !important;
}
.portraits figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Pourquoi nous
--------------------------------------------- */
.engagement{
  position: relative;
}
.engagement:before{
  position: absolute;
  content: url("./img/h3_img.png");
  top: -21px;
  left: 50%;
  margin-left: -22px;
}

/* Nous connaître
--------------------------------------------- */
.aller-plus-loin a{
  font-weight: 700;
  padding-left: 45px;
  background: url("./img/small_picto.png") left center no-repeat;
  color: var(--blanc);
  text-decoration:none;
}

/* Nos solutions
--------------------------------------------- */
.case-1,
.case-2, 
.case-3,
.case-4,
.case-5,
.case-6, 
.case-7,
.case-8{
  position: relative;
}
.case-1 h4,
.case-2 h4, 
.case-3 h4,
.case-4 h4,
.case-5 h4,
.case-6 h4, 
.case-7 h4,
.case-8 h4{
  text-transform: uppercase;
}
.case-1 p,
.case-2 p, 
.case-3 p,
.case-4 p,
.case-5 p,
.case-6 p, 
.case-7 p,
.case-8 p{
  font-size: 20px !important;
  line-height: 26px !important;
}
.case-1:after{
  content: url('./img//num1.png');
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -80px;
}
.case-2:after{
  content: url('./img//num2.png');
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -80px;
}
.case-3:after{
  content: url('./img//num3.png');
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -80px;
}
.case-4:after{
  content: url('./img//num4.png');
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -80px;
}
.case-5:after{
  content: url('./img//num5.png');
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -80px;
}
.case-6:after{
  content: url('./img//num6.png');
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -80px;
}
.case-7:after{
  content: url('./img//num7.png');
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -80px;
}
.case-8:after{
  content: url('./img//num8.png');
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -80px;
}

.quinconce h4{
  text-transform: uppercase;
}
.quinconce .wp-block-image,
.quinconce .wp-block-image figure,
.quinconce .wp-block-image figure img{
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.quinconce .wp-block-image figure img{
  object-fit: cover !important;
}

.grid-price-table .tb-grid-column > .tb-container{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-price-table .tb-grid-column > .tb-container:after{
  content: url("./img/price-table-bubble.svg");
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -140px;
}
.grid-price-table .tb-grid-column:nth-of-type(2){
  position: relative;
}
.grid-price-table .tb-grid-column:nth-of-type(2) > .tb-container:before{
  content: url("./img/price-table-bubble.svg");
  position: absolute;
  top: -6px;
  transform: rotate(180deg);
  left: 50%;
  margin-left: -140px;
}

.grid-price-table .tb-grid-column:nth-of-type(2) > .tb-heading::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 30px;
  background: url(./img/h3_img.png) no-repeat center;
  background-size: contain;
}

.grid-price-table .tb-grid-column:nth-of-type(2) > .tb-heading {
  position: absolute;
  top: -40px;
  display: flex;
  position: absolute;
  gap: 5px;
  top: -40px;
  justify-content: center;
}

.grid-price-table .wp-block-separator{
  border-top: 1px solid;
  height: 0px;
}
.grid-price-table ul {
  padding-left: 27px !important;
}
.grid-price-table li {
  list-style-image: url(./img/price-table-bulletpoint.svg) !important;
}

.grid-price-table-btn:hover > *{
	background-color: var(--gris-2) !important;
}
.grid-price-table-btn{
	text-decoration:none !important;
}
/* Nos offres d'emploi
--------------------------------------------- */

.block-nos-offres {
  position: relative;
}

.block-nos-offres::before {
  content: url("./img/logo_picto.png");
  position: absolute;
  top: -56px;
  left: calc(50% - 117px);
}

.block-page-nos-offres .offres-carousel{
display:flex;
flex-wrap:wrap;
justify-content: center;
}

.block-page-nos-offres .offres-carousel .offres-carousel-item{
width: 386px;
margin: 10px;
}

.offres-carousel-item{
  background: #fff;
  padding: 40px 30px;
  margin: 20px;
  min-height: 400px !important;
  position: relative;
}
.offres-carousel-date{
  font-size: 14px;
  font-weight: 300;
  color: var(--gris);
  margin-bottom: 10px;
}
.offres-carousel-title{
  font-weight: 700;
  color: var(--bleu-3);
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.offres-carousel-secteur{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: var(--bleu-2);
  margin-bottom: 20px;
}
.offres-carousel-excerpt{
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.offres-carousel-item a{
  font-size: 12px;
  line-height: 14px;
  padding-left: 20px;
  background: url('./img/arrow.png') left center no-repeat;
  font-weight: 700;
  color: var(--bleu-3);
}
.offres-carousel-item a:after{
  content: "";
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
}

/* Nous rejoindre
--------------------------------------------- */
.timeline-content h3{
  font-size: 34px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
}
.timeline-content h3::after{
  display: none;
}
.timeline-content h3::before{
  display: block;
  content: url("./img/h3_img.png");
  padding-bottom: 5px;
}*
.position-left .story-content{
  text-align: right;
}

/* Offre d'emploi
--------------------------------------------- */
.offre-meta-wrapper{
  padding: 40px;
  background: var(--gris-2);
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.offre-meta{
  font-weight: 700;
}
.offre-meta > div{
  padding-bottom: 10px;
}
.offre-meta span{
  font-weight: 400;
}
.offre-cta{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.offre-cta a{
  background: var(--bleu-2);
  color: #fff;
  font-weight: 700;
}

.offre-bloc{
  border: 1px solid var(--gris-2);
  padding: 40px;
  position: relative;
  margin-bottom: 80px;
}
.offre-bloc:before{
  content: url("./img/h3_img.png");
  position: absolute;
  top: -20px;
  left: 20px;

}
.single-offre-d-emploi h2{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}

#offre-form{
  background: #F4F4F5;
  padding: 100px 20px
}
#offre-form .offre-bloc{
  background: #fff;
}
.disclaimer{
  font-weight: 700;
  margin-bottom: 40px;
}


/* Blocks
--------------------------------------------- */

.block-text {
  line-height: 26px;
}

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

.post,
.page {

}

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


.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-header{
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 45px;
  line-height: 49px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------- */
/* Articles
--------------------------------------------- */

.bloc-news .wp-block-columns{
  justify-content: space-between;
}
.bloc-news .tb-button__link{
  padding:0px !important;
}
.bloc-news .tb-button__link:hover{
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
}
.bloc-news .tb-button__link:hover .tb-button__content{
  text-decoration: underline;
}
.bloc-news .tb-button__link::before{
  display: none !important;
}
.bloc-news .tb-button__link::after{
  content: url(./img/lire-la-suite.svg);
  top: 6px;
  position: relative;
  left: 10px;
  transition: 0.15s;
}

.bloc-news .tb-button__link:hover::after{
  left: 20px;
}

.bloc-articles {
  width: 100%;
  display: flex;
  gap: 35px;
}
.bloc-articles a{
  text-decoration: none;
}
.grid-style .tb-grid-column{
  background-color: var(--blanc);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #fff;
}
.grid-style .tb-grid-column:hover{
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.bloc-article-item {
  width: calc((100% / 3));
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
}
.bloc-article-img img {
  width: 100%;
  height: 100%;
  max-height: 270px;
  object-fit: cover;
  border-radius: 25px
}
.bloc-article-details {
  background: #fff;
  padding: 0px 30px 40px;
}
.bloc-article-meta {
  margin-top: -50px;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.bloc-article-meta-date{
  font-size: 13px;
  line-height: 15px;
  background: #0C62FB;
  color: #FFFFFF;
  padding: 7px 13px;
  border-radius: 999px;
  display: inline;
}
.bloc-article-meta-readmore{
  font-size:14px;
  line-height:16px;
  color:#0C62FB !important;
  margin-top:20px;
  font-weight: bold;
}
.bloc-article-meta-readmore:hover{
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.bloc-article-meta-readmore::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bloc-article-view {
  height: 44px;
  margin-top: -46px;
  width: 80%;
  margin-left: 10%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 700;
}

.bloc-article-details h4{
  font-size: 20px;
  line-height: 24px;
  margin:15px 0px;
  color:#12141E
}

.bloc-article-meta-excerpt{
  color:#12141E;
  font-size:16px;
  line-height: 24px;
}

.pagination{
  font-weight: 700;
}
/* Article
--------------------------------------------- */
.post-wrapper{
  width:100%;
  display: flex;
}
.post-content li{
	padding-bottom:5px;
}
.post-sidebar{
  padding-left: 20px;
}
.post-thumbnail img{
	width: 100%;
    height: 65vh;
    object-fit: cover;
    object-position: center;
}
.latest-news-wrapper{
  padding-top: 60px;
  background: var(--gris-2);
}
.latest-news{
  max-width: 1180px;
  margin: 0 auto;
}


h1.post-h1 {
  font-size: 50px;
  line-height: 59px;
  color: var(--bleu-3);
  margin: 30px 0 20px;
}
.post-wrapper h2 {
  margin: 20px 0;
  font-size: 30px;
  line-height: 37px;
  color: var(--bleu-3);
}
.post-wrapper h3 {
  font-size: 24px;
  line-height: 30px;
  color: var(--bleu-2);
  margin-bottom: 20px;
}
.post-wrapper h4 {
  font-size: 20px;
  line-height: 35px;
}
.heateor_sss_sharing_container{
  padding: 20px 0;
  border-top: 1px solid var(--gris-2);
  border-bottom: 1px solid var(--gris-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heateor_sss_sharing_container:before{
  content: "Partagez cet article : ";
  display: inline-block;
  padding-right: 20px;
  font-size: 24px;
}
.sidebar-search{
  padding: 20px;
  background: var(--bleu-2);
}
.sidebar-research .wp-block-search__label{
	color: var(--blanc);
	font-weight:700;
}
.sidebar-categories{
  padding: 20px;
  background: var(--gris-2);
}

/* Catalogue
--------------------------------------------- */
.wrapper-catalogue .wpv-view-wrapper .wp-block-toolset-views-view-editor{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.custom-search-style .form-group .wpv-custom-search-filter__label{
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.custom-search-style .wpv-custom-search-filter__input{
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 50px;
}
.custom-search-style .checkbox{
  margin-bottom: 10px;
}
.custom-search-style .js-wpv-filter-trigger{
  margin-right: 10px;
}

.catalogue-thin-style{
  font-weight: 300;
}
.bloc-catalogue{
  display: flex;
  justify-content: space-between;
}
.bloc-catalogue-item {
  width: calc((100% - 100px) / 3);
  border: 1px solid #E0E3E5;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #fff;
}
.bloc-catalogue-item:hover{
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.bloc-catalogue-img{
  display: flex;
  justify-content: center;
}
.bloc-catalogue-img{
	height:300px;
}

.bloc-catalogue-img .wp-block-image,
.bloc-catalogue-img figure,
.bloc-catalogue-img img
{	
	display: block !important;
	height:100%;
	width: 100%;
}
.bloc-catalogue-img img
{
	object-fit: contain;
}
.bloc-catalogue-marque{
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 0.76em;
  text-transform: uppercase;
}
.bloc-catalogue-description{
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 2em;
}
.bloc-catalogue-titre{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0.76em;
  text-transform: uppercase;
}

.bloc-catalogue-details{
  padding: 25px 40px 40px 40px;
}
.container-flex-text{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.bloc-catalogue-more{
  color: var(--bleu-2);
}
.bloc-catalogue-more::before{
  content: url(./img/fleche_bleu.png);
}
.bloc-catalogue-more:hover::before{
  content: url(./img/fleche_noir.png);
}

.bloc-catalogue-devis{
  text-decoration: none;
}
.bloc-catalogue-devis::before{
  content: url(./img/fleche_noir.png);
}
/* Comments
--------------------------------------------- */
.comments-area{
  margin: 40px 0;
}
.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 img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(115deg) brightness(101%) contrast(102%);
   transition: filter 0.5s ease;
}

.custom-logo-link:hover img{
  filter:unset;
}
/* 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;
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 .site-main{
	overflow: hidden;
}
.error-404.not-found{
  margin-top:130px;
  margin-bottom: 130px;
	text-align: center;
	position: relative;
	overflow: visible;
}

.error-404.not-found h1{
	text-transform: uppercase;
	font-weight: 700;
	color: var(--bleu-3);
	font-size: 105px;
	text-align: center;
	line-height: 65px;
}
.error-404.not-found h1 span{
	font-size: 45px;
	line-height: 20px;
}
.error-404.not-found h1 span.has-gristitre-color{
	font-size: 40px;
}
.error-code{
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.back-sentence{
	font-size: 18px;
  margin-bottom: 80px;
}

.cta-back-home, .cta-devis {
  position: relative;
  margin: 0 auto;
  background-color: var(--bleu-2);
  color: var(--blanc);
  height: 55px;
  font-weight: 700;
  width: 250px;
  font-size: 16px;
  line-height: 21px;
  padding: 24px 15px 24px 30px !important;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cta-devis-product{
	cursor: default;
}
.cta-back-home a, .cta-devis a {
  text-decoration: none;
  color: white;
}
.cta-back-home:hover,.cta-devis:hover {
  background-color: var(--bleu-3);

}
.cta-back-home:hover a::before,.cta-devis:hover a::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}



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

/* Logo Slick slider
************************************/

.valeurs-carousel-titre {
  line-height: 20px;
  margin: 5px 0;
}
.valeurs-carousel-titre span{
  font-size: 49px;
  line-height: 54px;
  display: inline-block;
  padding-right: 20px;
}
.valeurs-carousel-texte {
  font-size: 16px;
  line-height: 22px;
}
.valeurs-carousel .slick-slide {
  margin-bottom: 25px;
}
.valeurs-carousel .slick-list {
  overflow: hidden;
}

.logo-carousel-wrapper {
  position: relative;
}
.logo-carousel .slick-list {
  overflow: hidden;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.logo-carousel .slick-prev {
  left: 0px;
  z-index: 1;
}
.logo-carousel .slick-next {
  right: 0px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 25px;
  opacity: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li{
  margin-right: 13px !important;
}
.slick-dots li button:before{
  transform: scale(1.3);
}
.logo-carousel .slick-next:before {
  content: url("img/Tracé\ 87.png");
}
.logo-carousel .slick-prev:before {
  content: url("img/Tracé\ 86.png");
}

.temoignage-carousel .slick-slide {
  margin-right: 56px;
  min-height: 329px;
}
.temoignage-carousel-item {
  position: relative;
  background-color: var(--blanc);
  padding: 35px 44px;
}
.temoignage-carousel .slick-dots {
  margin: -20px;
}
.temoignage-carousel-nom {
  font-size: 23px;
  font-weight: bold;
  color: #757474;
}
.temoignage-carousel-fonction {
  font-size: 15px;
  font-weight: bold;
  color: #179bb2;
  margin-bottom: 30px;
}
.temoignage-carousel-texte {
  font-size: 15px;
  font-style: italic;
  color: #757474;
}
.img-slickslider {
  position: absolute;
  right: 40px;
  top: -26px;
}
.temoignage-carousel .slick-list {
  padding-top: 24px;
}
/* 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;
}

/* Fiche produit
--------------------------------------------- */
.tetiere{
	padding-top:40px;
  display: flex;
}
.tetiere-left{
	width:35%
}
.tetiere-right{
	width:60%;
  padding-left:80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cta-devis{
	margin-top: 30px;
}

.product-tabs{
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	padding:0;
}
.product-tabs li{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	list-style:none !important;
	padding:20px 30px !important;
	margin:0 ;
	border: none ;
	border-bottom: 1px solid #E0E3E5;
	cursor: pointer;
}
.product-tabs li.active{
	font-weight: 700;
	border: 1px solid #E0E3E5;
	border-bottom: none;
}
.product-tabs li.empty-tab {
    width: 100%;
    flex: 1;
	border: none;
    border-bottom: 1px solid #E0E3E5;
	cursor:initial;
}
.product-panel{
	display:none;
	padding:35px;
	border: 1px solid #E0E3E5;
	border-top: none;
}
.product-panel.active{
	display:block;
}
.rsDefault .rsFullscreenBtn{
	left:0;
}
.product-slider{
	background: var(--vert);
	min-height: 400px;
}
.product-slider.royalSlider{
	width: 100%;
}
.rsDefault, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs{
	background: transparent !important;
}
.rsDefault .rsOverflow{
	background: #fff !important;
}
.libelle{
  font-weight: 300;
  color: #757474;
	margin-bottom: 20px;
}
.tarif-location{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: var(--bleu-2);
}
.tarif-achat{
  font-size: 24px;
  line-height: 28px;
  color: var(--bleu-2);
  margin-bottom:30px;
}
.libelle-caracteristique{
  font-size: 20px;
  line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.caracteristique{

}
.form-product-wrapper{
	margin-top: 70px;
	border:1px solid #E0E3E5;
	padding-top:20px;
}
/* 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;
}

@media screen and (max-width: 1350px) {
  .hamburger {
    display: flex;
  }
  .contact_button,
  .main-nav-menu .menu-menu-principal-container {
    display: none;
  }
  .standardwidth {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1000px){
  .wrapper-catalogue .wpv-view-wrapper .wp-block-toolset-views-view-editor{
    display: block;
  }
  .custom-search-style form > div{
      display: flex;
      justify-content: space-between;
  }
	.tetiere{
		flex-direction:column-reverse;
		
	}
	.tetiere-left{
		padding: 0;
		width: 100%;
		margin-bottom:40px;
	}
	.tetiere-right{
		padding: 40px 0 0 0;
		width: 100%;
	}
}
@media only screen and (max-width: 900px){
  .bloc-articles{
    flex-wrap: wrap;
  }
  .bloc-article-item, .bloc-catalogue-item {
    width: calc((100% - 20px) / 2);
  }
  .offre-meta-wrapper{
    display: block;
  }
  .post-wrapper{
    display: block;
  }  
  .post-sidebar{
    width: 100%;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 781px) {
  .home-grid-line {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) !important;
    grid-auto-flow: row !important;
  }
}

@media only screen and (max-width: 640px){
  .bloc-articles {
    display: block;
  }
  .bloc-article-item {
    width: 100%;
    display: flex;
  }
  .custom-search-style form > div{
    flex-wrap: wrap;
  }
  .custom-search-style form > div .wp-block-toolset-views-custom-search-filter{
    width: 50%;
  }
	h2{
		font-size:35px;
		line-height:40px;
	}
}

@media screen and (max-width: 600px) {
  .top-nav{
  height: 70px;
  justify-content: space-between;
    padding: 0 10px;
  }
	.inner-footer{
	font-size:16px;
	line-height:20px;
    flex-direction: column;
  }
	.footer-col{
		width:100%;
		padding: 0 40px;
	}
	#footer-2{
		justify-content:start;
	}
	.slick-slide img{
		margin: 0 auto;
	}
	.bloc-catalogue{
		flex-direction:column;
	}
	.bloc-catalogue-item, .bloc-article-item{
		width: 100%;
	}
	.top-nav li{
		margin-left: 10px;
        margin-right: 10px;
	}
}

@media only screen and (max-width: 599px){
  .home-grid-line  {
      grid-template-columns: minmax(0, 1fr) !important;
  }
  .case-1, .case-2, .case-3, .case-4, .case-5, .case-6, .case-7, .case-8{
    margin-top: 100px;
    padding: 100px 60px 60px 60px !important;
  }
  .case-1:after, .case-2:after, .case-3:after, .case-4:after, .case-5:after, .case-6:after, .case-7:after, .case-8:after{
    margin: 0;
    right: auto;
    top: -80px;
    left: 50%;
    margin-left: -80px;
  }
}


/*------*/

.home-nos-expertises{
  position: relative;
}

.home-nos-expertises .swiper-pagination{
  bottom: -40px !important;
}

.home-nos-expertises .swiper-button-prev{
top:-70px;
    left: calc(100% - 140px);
}
.home-nos-expertises .swiper-button-next{
top:-70px;
}

.home-nos-expertises .swiper-button-prev img,
.home-nos-expertises .swiper-button-next img{
  background: #0C62FB;
    padding: 10px;
    transform: scale(1.4);
    border-radius: 999px;
}

@media screen and (min-width: 1024px) {
  .home-nos-expertises .swiper-pagination{
    display: none;
  }
}

.home-nos-expertises::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(107, 114, 150, 0.3), rgba(255, 255, 255, 0), rgba(107, 114, 150, 0.3));
  z-index: -1;
}

.home-nos-expertises-item{
  overflow: hidden;
}

.home-nos-expertises-item .home-nos-expertises-item-link a{
  position: static;
	padding: 20px 18px 0 0 !important;
}

.home-nos-expertises-item .home-nos-expertises-item-link a::before{
  display: none !important;
}

.home-nos-expertises-item .home-nos-expertises-item-link:hover{
  color: rgba( 12, 98, 251, 1 );
}

.home-nos-expertises-item:has(.tb-button__link:hover) .tb-button__content::after{
  left: 20px !important;
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7488%) hue-rotate(256deg) brightness(113%) contrast(100%);
}

.home-nos-expertises-item:has(.tb-button__link:hover) .home-nos-expertises-item-img {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.home-nos-expertises-item:has(.tb-button__link:hover) .home-nos-expertises-item-title {
color:rgba( 12, 98, 251, 1 );
}

.home-nos-expertises-item:has(.tb-button__link:hover) a {
  color:#000;
}

.home-nos-expertises .wp-swiper .wp-swiper__slide-content,
.home-nos-expertises .wp-swiper .wp-swiper__slide,
.home-nos-expertises .wp-swiper .wp-swiper__slide-content .home-nos-expertises-item{
height:100% !important;
 }



.home-nos-expertises .wp-swiper .home-nos-expertises-item div:nth-of-type(2) {
    height: inherit !important;
}


.home-nos-expertises-item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-nos-expertises-item {
    border-style: solid;
    border-color: transparent; /* Bordure invisible par défaut */
    transition: border-color 0.3s ease;
}

.home-nos-expertises-item:has(a:hover) {
    border-color: var(--bleu-4);
}

.home-nos-expertises-item .home-nos-expertises-item-link .tb-button__content::after {
    content: url(./img/fleche-expertise.svg);
    position: relative;
    top: 2px;
    left: 10px;
    transition: 0.15s;
}


@media screen and (min-width: 781px) {
  
  .grid-home-engagements-illustration {
    position: absolute !important;
    margin: 0 !important;
    left: 0 !important;
  }

  .grid-home-engagements-illustration img{
    width: 45vw !important;
    height: 500px !important;
    object-fit: cover !important;
    border-radius: 30px;
  }

}


h2.no-style::after{
	display:none !important;
}
h2:not(has-text-align-center)::after{
	content: "";
    width: 64px;
    height: 2px;
    background: #0C62FB;
    position: relative;
    display: block;
    left: 0;
    top: 16px;
	
}

h2.has-text-align-center::after{
content: "";
    width: 64px;
    height: 2px;
    background: #0C62FB;
    position: relative;
    display: block;
    left: calc(50% - 32px);
    top: 16px;
	
}

#menu-item-3797:hover::before {
	display: block;
    visibility: visible;
    opacity: 1;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,23,35,0.95);
}





.autres-faqs h2{
  margin: 40px 0 10px;
}

.faqs-list{
  margin: 40px 0px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  min-height: 245px;
}
.faq-tab-container.opened .faq-tab-header{
  background: url(./img/ico_moins.svg) right 10px center no-repeat transparent !important;
}
.faq-tab-header{
  text-transform: capitalize;
  font-size: 20px;
  padding: 16px 48px 16px 16px;
  border: 1px solid var(--bleu-4);
  line-height: 1.5;
  color: white;
  cursor: pointer;
  background: url('./img/ico_plus.svg') right 10px center no-repeat transparent;
}
.faq-tab-body p{
	color:var(--blanc);
} 

.faq-tab-body{
  margin: 15px 0px 0px;
  display: none;
}

.faq-tab-body p{
  margin: 0;;
}