/*!
Theme Name: SmartPoint2
Theme URI: /
Author: Underscores.me
Author URI: /
Description: Description
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartpoint
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.

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

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

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

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Work+Sans:wght@300;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.
 */
:root {
  --blanc: #ffffff;
  --noir: #000000;
  --gris-clair: #484747;
  --gris-fonce: #141111;
  --vert-clair: #b6dd10;
  --vert-fonce: #80c41c;
  --bleu : #29204D;
  --bleu-gem : #3F2998;

  --green-1: #caf709;
  --green-4: #286f0e;
  --green-2: #80c41c;
  --green-3: #b6dd10;

  --standardwidth: 1195px;
  --extrawidth: 1800px;
  --padding-header: 200px;
  --padding-standard: 40px;
  --padding-mobile: 20px;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 21px;
  color: var(--gris-fonce);
}
.standardwidth {
  max-width: var(--standardwidth);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-standard);
  padding-right: var(--padding-standard);
}

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

.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-gris-clair-background-color {
  background-color: var(--gris-clair) !important;
}
.has-gris-clair-color {
  color: var(--gris-clair) !important;
}
.has-gris-fonce-background-color {
  background-color: var(--gris-fonce) !important;
}
.has-gris-fonce-color {
  color: var(--gris-fonce) !important;
}
.has-vert-clair-background-color {
  background-color: var(--vert-clair) !important;
}
.has-vert-clair-color {
  color: var(--vert-clair) !important;
}
.has-vert-fonce-background-color {
  background-color: var(--vert-fonce) !important;
}
.has-vert-fonce-color {
  color: var(--vert-fonce) !important;
}
.has-green-1-background-color {
  background-color: var(--green-1) !important;
}
.has-green-1-fonce-color {
  color: var(--green-1) !important;
}
.has-green-2-background-color {
  background-color: var(--green-2) !important;
}
.has-green-2-fonce-color {
  color: var(--green-2) !important;
}
.has-green-3-background-color {
  background-color: var(--green-3) !important;
}
.has-green-3-fonce-color {
  color: var(--green-3) !important;
}
.has-green-4-background-color {
  background-color: var(--green-4) !important;
}
.has-green-4-fonce-color {
  color: var(--green-4) !important;
}
.has-blue-gem-color {
  color: #3F2998 !important;
}


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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

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


/* 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;
  cursor: pointer;
  color: var(--gris-fonce);
}
.a-none{
	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 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-size: 100%;
  line-height: 1.15;
  margin: 0;
  cursor: pointer;
}

/**
 * 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/ */
*,
html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--gris-fonce);
  font-size: 16px;
  line-height: 1.5;
}
.montserrat{
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  margin:0;
  padding: 0;
}
h2{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--gris-fonce);
  position: relative;
  padding-left: 60px;
}
h2.h2-main{
  margin-bottom: 30px;
  margin-top: 10px;
}
h2.h2-main:before{
  content: url('./img/grille.png');
  position: absolute;
  top: -28px;
  left: -30px;
  z-index: -1;
}
h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
  color: var(--vert-fonce);
}
h3.h3-vision,
h3.h3-consultants,
h3.h3-soltech,
h3.h3-valeur,
h3.h3-rd,
h3.h3-mission,
h3.h3-chiffres,
h3.h3-clients,
h3.h3-equipe,
h3.h3-rejoindre{
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 70px;
}
h3.h3-vision{
  background: url('./img/ico_vision.png') left center no-repeat;
}
h3.h3-consultants{
  background: url('./img/ico_consultants.png') left center no-repeat;
}
h3.h3-soltech{
  background: url('./img/ico_soltech.png') left center no-repeat;
}
h3.h3-valeur{
  background: url('./img/ico_valeur_ajoutee.png') left center no-repeat;
}
h3.h3-rd{
  background: url('./img/ico_rd.png') left center no-repeat;
}
h3.h3-mission{
  background: url('./img/ico_mission.png') left center no-repeat;
}
h3.h3-chiffres{
  background: url('./img/ico_chiffre.png') left center no-repeat;
}
h3.h3-clients{
  background: url('./img/ico_client.png') left center no-repeat;
}
h3.h3-equipe{
  background: url('./img/ico_equipe.png') left center no-repeat;
}
h3.h3-rejoindre{
  background: url('./img/ico_rejoindre.png') left center no-repeat;
}

.single-post h1{
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--gris-fonce);
}
.single-post h2{
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin-top: 60px;
  margin-bottom: 60px;
  color: var(--vert-fonce);
}
.single-post h3{
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  color: var(--gris-clair);
}


p {
  margin: 0;
}

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

blockquote {
  padding: 60px 0 20px;
  background: url('./img/quote.png') left top no-repeat;
}
blockquote p{
  font-style: italic;
	color: var(--gris-clair);
}
cite{
  padding-top: 20px;
  font-style: normal;
  display: block;
}

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;
}
.widget-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#smartpoint {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
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 {
}

ul {
  list-style-image: url("./img/bullet.png");
}
.site-main li{
  padding-bottom: 10px;
  padding-left: 5px;
}
ul li ul{
  padding-top: 10px;
  list-style: inside;
}

ol {
}

li > ul,
li > ol {
}

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: 0;
}
.wp-block-image {
  margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: var(--gris-fonce);
}

a:visited {
}

a:hover,
a:focus,
a:active {
  color: var(--vert-fonce);
}

a:focus {
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}

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

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 .tetiere-error{
  padding-left: 0px;
  padding-top: 40px;
  height: 700px;
  background: rgb(128, 196, 28);
  background: -moz-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c41c",endColorstr="#b6dd10",GradientType=1);
  max-width: var(--extrawidth);
  margin-left: var(--padding-standard);
  margin-right: var(--padding-standard);
  border-top-left-radius: 129px;
  border-top-right-radius: 129px;
  border-bottom-left-radius: 129px;
  position: relative;
  margin-bottom: 100px;
}
.h1-padd{
  padding-left: 280px;
}
.error404 .tetiere-error::after {
  top: 0;
  left: 92px;
  content: "";
  background-color: rgba(255, 255, 255, 0.17);
  display: block;
  position: absolute;
  height: 700px;
  width: 320px;
  border-radius: 129px;
}
.error404-titles-container{
  margin-top: 120px;
  text-align: center;
}
.error404-big-title{
  font-size: 130px;
  line-height: 41px;
  color: var(--gris-fonce);
  font-weight: 700;
  margin-bottom: 15px;
}
.error404-black-title{
  font-size: 50px;
  line-height: 45px;
  color: var(--gris-fonce);
  font-weight: 700;
}
.error404-white-title{
  font-size: 55px;
  line-height: 17px;
  color: #ffffff;
  font-weight: 700;
}
.error404-p{
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  color: var(--gris-fonce);
}
.error404-p a{
  text-decoration:underline;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.wrapper_tetiere{
  width: 100%;
  background-image: url('./img/bg_header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom:20px;
}

.tetiere {
    margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 30px;
  /*background: rgb(128, 196, 28);
  background: -moz-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c41c",endColorstr="#b6dd10",GradientType=1);*/
  max-width: 1195px;
  position: relative;
}
.tetiere h1 {
  margin: 0;
  color: var(--vert-clair);
  font-size: 60px;
  line-height: 67px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.tetiere h1::first-letter {
  text-transform: uppercase;}

.tetiere-error h1{
	color:#FFFFFF;
	font-size: 60px;
    padding-left: 100px;
}

/*.tetiere-error h1::before {
  top: 32px;
  left: 190px;
  position: absolute;
  display: block;
  height: 37px;
  width: 37px;
  content: "";
  background: url("./img/puce_white.png");
	background-size: contain;
}
.tetiere-error::after {
  top: 0;
  left: 92px;
  content: "";
  background-color: rgba(255, 255, 255, 0.17);
  display: block;
  position: absolute;
  height: 157px;
  width: 250px;
  border-radius: 129px;
}*/

.tetiere .sous-titre-h1{
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

/* Navigation
--------------------------------------------- */
.site-header {
  position: relative; 
  background: transparent;
  border-bottom: solid 1px #ffffff96;
  width: 100%;
  z-index: 1000;
}

.main-navigation #menu-menu-principal > li {
  position: static;
  transition: all 0.3s ease-in-out;
}
.main-navigation #menu-menu-principal > li > .sub-menu {
  position: absolute;
}

.main-navigation ul#menu-menu-principal > li::before {
  visibility: hidden;
  opacity: 0;
  content: '';
  transition: all 0.3s ease;
}

.main-navigation ul#menu-menu-principal > li.menu-item-has-children:hover::before {
	display: block;
	visibility: visible;
	opacity: 1;
	position: absolute;
	content: "";
	top: 100%; 
	left: 0;
	width: 100%;
	height: 450px;
	background: rgba(182, 221, 16, 1);
	background: linear-gradient(180deg,rgba(182, 221, 16, 0.9) 30%, rgba(224, 24, 76, 0) 100%);
	pointer-events:none !important;
}
.main-navigation ul#menu-menu-principal > li:hover,
.main-navigation ul#menu-menu-principal > li:hover > a{
  color: #B5DD0E;
}

.main-navigation {
  display: block;
  max-width: var(--extrawidth);
  padding-left: var(--padding-header);
  padding-right: var(--padding-header);
  margin: 0 auto;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  min-height: 120px;
  align-items: center;
}
#logo {
  width: 204px;
  padding-top: 15px;
}
#logo img {
  max-width: none;
}
.main-nav-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  width: calc(100% - 204px);
}
.top-menu-ctas {
  display: flex;
  align-items: center;
}
.top-menu-ctas .bouton{
  margin-right: 20px;
  padding: 0 20px !important;
}
.top-menu-ctas .bouton::after{
  display: none !important;
}
.top-menu-ctas .search-menu{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-menu-form {
  background: #fff;
  border: none;
  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: 140px;
  top: 97px;
}
.search-menu-form.open{
	width: 400px;
  border: 1px solid var(--green-2);
}
.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-size: 20px;
}
.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(--gris-clair);
	transition: all 0.2s ease-in-out;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border: none;
}
.search-menu-form form .search-submit:hover{
	background: var(--vert-fonce);
}.search-wrapper{
  display: flex;
  flex-direction: column;
  max-width: 1330px;
  margin: 50px auto;
}
.padding-search{
  margin-top: 100px;
  padding: 0 300px;
}
.search-item{
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  margin-top: 25px;
  background-color: #FAFAFA;
  color: var(--vert-fonce);
  font-size: 20px;
  line-height: 28px;
  border-radius: 30px;
}
.search-item h2{
  line-height: 5px;
}
.search-title a{
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: var(--vert-fonce);
}
.search-title a:hover{
  color: var(--gris-clair);
}
.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);
}
.search-big-title{
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  color: #141111;
  font-family: "Montserrat";
  text-align: center;
}
.menu-menu-principal-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul#menu-menu-principal {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100%;
  align-items: center;
}
.main-navigation ul#menu-menu-principal > li{
  padding-right: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  color:#000000;
  background: #ffffff00;
  padding-bottom: 20px;
}
.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.sub-menu {
  display: none;
  grid-template-columns: repeat(2, auto);
  width: max-content;
  position: absolute;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.main-navigation ul li:hover > ul.sub-menu,
.main-navigation ul li:focus-within > ul.sub-menu {
  display: grid !important;
  margin: 10px auto;
  width: 100%;
  padding: 0 20%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.main-navigation ul li > ul.sub-menu {
  text-align: center;
}

/* .main-navigation ul#menu-menu-principal > li:after {
  position: absolute;
  top: 80%;
  left: 0;
  content: "";
  width: 0;
  height: 4px;
  background: rgb(128, 196, 28);
  background: -moz-linear-gradient(
    90deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c41c",endColorstr="#b6dd10",GradientType=1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */
.main-navigation ul#menu-menu-principal> li:hover:after{
  width: 100%;
}
.main-navigation ul ul a {
	  text-transform: initial;
	  font-size: 16px;
	  line-height: 21px;
	  padding: 10px 20px;
	  color : black;
	text-align:left;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  position: relative;
}
.menu.nav-menu > li {
  padding-right: 30px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu.nav-menu > li:hover > a {
  color: var(--green-2);
}
.main-navigation li.menu-item-has-children {
  padding-left: 15px;
}
.main-navigation li.menu-item-has-children > a{

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


.main-navigation ul > li > ul >li >ul{
	display: hidden;
}
.main-navigation ul > li > ul >li:hover >ul{
	display: block;
	position: absolute;
    left: 365px;
    top: -10px;
    border-radius: 0px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
}

/* 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 {
  margin-top: -130px;
}

/**** Mobile menu ****/
#mobmenuleft, #mobmenuright{
  width : 100%;
}

/****************************/

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


.site-main p a:not(.bouton){
  text-decoration: underline;
  color: var(--vert-fonce);
}
.sticky {
  display: block;
}

.post,
.page {
}

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

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

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

/* Homepage
--------------------------------------------- */
.home .site-main h2{
  font-size: clamp(20px, 1.667vw + 20px, 60px);
  line-height: 72px;
  display: flex;
  align-items: flex-end;
  padding: 0;
  padding-top: clamp(5px, 0.833vw + 5px, 15px) !important;
  margin: 0;
  line-height: clamp(30px, 2.5vw + 30px, 60px);
}
.dessous-titre{
	line-height: 30px;
    padding-top: 20px;
}

.first-block{
  height: 100vh;
  position: relative;
  z-index:101
}
.menu_video{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.menu_video video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.filtre_video{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-bandeau{
  max-height: 20vh;
}
.home-bandeau h2 p .sliderberg-navigation-bar-bottom{
  display: none;
}
.home-bandeau .sliderberg-navigation-bar{
	display:none;
}
.home-bandeau .sliderberg-slide{
	filter: grayscale(100%) sepia(0.5) hue-rotate(80deg) saturate(0.8);
	background-size: contain !important; 
	max-height: 10vh ;
	padding: 10px;
	width: 100%;
	height:100%; 
  /*ICIIIII*/
  background-position: center; 
  background-repeat: no-repeat;
	background-origin: content-box;
}
.home-grid a,
.home-grid a:hover{
  text-decoration: none !important;
  color: var(--green-3) !important;
}
.home-grid .tb-container-inner{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-grid-link{
  margin-top: auto;
}
.home-valeur-grid{
  grid-template-columns: minmax(0, 0.25fr) minmax(0, 0.75fr)  !important;
}

.home-valeur-grid .padding-titre{
	padding-bottom:15px;
}

@media only screen and (max-width: 599px) {
  .home-valeur-grid{
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
.info-cle{
  position: relative;
  width: 400px;
  max-width: 400px;
}
.info-cle::after{
  content:'';
  position: absolute;
  width: 38px;
  height: 38px;
  left: -19px;
  top: calc(50% - 19px);
  background-image: url('./img/green_puce.png');
  background-size: contain;
  z-index: 1;
}
.home-info-cle .bouton:hover::after,
.main-navigation a.bouton:hover::after,
.wp-block-button__link:hover::after,
.tb-button__link:hover::after,
.comment-submit:hover::after {
  content: url("/wp-content/uploads/image-1.png") !important;
}
.home-info-cle .bouton::after,
.main-navigation a.bouton::after,
.wp-block-button__link::after,
.tb-button__link::after,
.comment-submit::after  {
  content: url("/wp-content/uploads/image-1.png") !important;
}
.info-cle-cel{
  justify-content: flex-end;
}

.bouton-info-cle a{
	text-transform: unset !important;
}

.bouton-info-cle .tb-button__link::after{
	padding-top:5px;
}
@media only screen and (max-width: 799px) {
  .info-cle-cel{
    justify-content: center;
  }
}
.info-cle-cel2{
  padding-left: 10vh;
}
.info-cle-cel2 > *{
  margin-bottom: 3vh;
}
.info-cle-cel2 > .tb-button{
  max-width: 330px;
}

.tb-button__link .tb-button__content {
  white-space: nowrap;
}
@media only screen and (max-width: 799px) {
  .info-cle-cel2 > *{
    margin-bottom: 2vh;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
  }
}
.smartlab-grid-main{
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.smartlab-grid-container{
  display: flex;
  align-items: center;
  max-width: 380px;
}
.smartlab-grid-container figure{
	width: 100px;
	height: 100px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 35px;
    margin-left: 18px;
}
.smartlab-grid-container figure img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*.home .site-main h2::before{
  content: url(./img/puce.png);
  width: 70px;
  height: 70px;
  margin-right: 20px;
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
}*/
.home .site-main h2.puce-claire::before{
  content: url('./img/puce_claire.png');
}
.home .site-main h2.has-text-align-center{
  justify-content: center;
}

.home-left-row .tb-container-inner{
  margin-left: 0 !important;
}

rs-module-wrap[data-alias="references"] img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
rs-module-wrap[data-alias="references"] img:hover{
  -webkit-filter: none;
  filter: none;
}

.avis-client-container{
	gap:20px;
}
.swiper-avis{
	margin-top:40px !important;
}
.swiper-avis .swiper-pagination{
	margin-top:40px;
	bottom: -30px;
}
.swiper-avis .swiper-pagination-bullet{
	height: 10px;
    width: 70px;
    border-radius: 25px;
	border:solid 3px var(--green-1);
	background-color: #FFFFFF;
}
@media screen and (max-width: 840px){
	.swiper-avis .swiper-pagination{
	margin-top:0px;
	bottom: 0px;
}
}

.swiper-avis .swiper-pagination-bullet-active{
	background-color: var(--green-1) !important;
}

.expert_block{
	height:100%;
}
.expert_block:hover{
  box-shadow: #00000029 0px 3px 15px;
}

.expert_block .tb-container-inner {
	gap:8px;
}
.home-grid-link a:hover{
	text-decoration:underline !important;
}
.home-grid-link a{
	display: inline-flex !important;
	align-items: center !important;
}
.home-grid-link img{
	transition: transform 0.3s ease;
	margin-left: 12px;
    object-fit: contain;
}
.home-grid-link:hover img{
	transform:translateX(10px);
}

.text-fleche a{
	text-decoration:none !important;
	padding-top:20px;
	color:var(--vert-clair) !important;
}
.text-fleche img{
	transition: transform 0.3s ease;
}
.text-fleche:hover img{
	transform:translateX(10px);
}

.text-fleche:hover {
	text-decoration:underline;
}
.fleche_article{
	position: absolute;
    bottom: 0;
    right: 25px;
    padding: 10px;
	transition: transform 0.3s ease;
}
.fleche_article img{
	height:2.8vh;
	transition: transform 0.3s ease;
}
.fleche_article:hover img {
    transform: translate(10px, 0px); 
	transform-origin: center left;
}

.text-view{
	display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
	text-decoration:underline !important;
}



/* Engagements
--------------------------------------------- */
.bloc-engagement{
  padding: 40px 40px 40px 220px !important;
  position: relative;
  margin-left: 120px !important;
}
.bloc-engagement:before{
  top:0;
  left: -100px;
  position: absolute;
}
.engagement-ecovadis:before{
    width: 263px;
    height: 263px;
    content: '';
    background-image: url('/wp-content/uploads/ecovadis-smartpoint-2025.png');
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #80c41c;
    border-radius: 263px 263px 0 263px
}
.engagement-iso:before{
  content: url('./img/iso.png');
}
.engagement-environnement:before{
  content: url('./img/environnement.png');
}
.engagement-vie:before{
  content: url('./img/qvt.png');
}
.engagement-ethique:before{
  content: url('./img/ethique.png');
}

/* Technologies
--------------------------------------------- */
.techno-bloc{
  width: calc((100% - 160px) / 4);
  margin: 20px;
  background: #FAFAFA;
  border-radius: 30px;
  position: relative;
}
.techno-bloc:before{
  content: url('./img/picto_sp.png');
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  left: calc(50% - 25px);
}
.techno-bloc.techno-cta{
  color: #fff;
  background: rgb(40,111,14);
  background: -moz-linear-gradient(180deg, rgba(40,111,14,1) 0%, rgba(202,247,9,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(40,111,14,1) 0%, rgba(202,247,9,1) 100%);
  background: linear-gradient(180deg, rgba(40,111,14,1) 0%, rgba(202,247,9,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#286f0e",endColorstr="#caf709",GradientType=1);
}
.techno-bloc.techno-cta::after{
  content: url('./img/incoming-call.png'); 
  margin: 20px auto;
  display: block;
  text-align: center;
}
.techno-bloc > p:first-child{
  padding: 20px 0;
}

/* Contact
--------------------------------------------- */
.contact-form{
  position: relative;
  background-color:#FAFAFA;
}
.contact-form::before{
  content: url('./img/ico_contact.png');
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  left: calc(50% - 60px);
}
.contact-form-offre{
	background-color:#FAFAFA;
	padding: 80px;
	margin-bottom:15px;
	border-radius: 30px;
}
.contact-form-offre .contact-form::before{
  content: none;
}
.contact-form span.star{
  color: red;
}
.contact-form .field{
  display: flex;
  font-family: 17px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 40px;
}
.contact-form .field br{
  display: none;
}
.contact-form .field > :first-child{
  width: 150px;
}
.contact-form .field > :last-child{
  flex: 1;
}
.contact-form .field input{
  width: 100%;
  border-radius: 40px;
}
.contact-form input[type="submit"]{
  margin: 40px 0;
}

/* Carrière
--------------------------------------------- */
.cta-emploi{
  background: url('./img/chevron.png') right center no-repeat;
  padding-right: 60px !important;
}

.offre-processus:before{
  content: url('./img/recrutement.png');
}
.offre-mission:before{
  content: url('./img/missions.png');
}
.offre-vie:before{
  content: url('./img/vie_pro.png');
}
.offre-formation:before{
  content: url('./img/avantages.png');
}
.offre-avantages:before{
  content: url('./img/avantages.png');
}
.upload-info{
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.offre-item{
  width: calc((100% - 160px) / 4);
  margin: 20px;
  background: #FAFAFA;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 16%) 0 3px 15px;
}
.offre-item-image img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.offre-item-details{
  padding: 20px;
}
.offre-item-titre{
  font-size: 20px;
  line-height: 25px;
  color: var(--vert-clair);
  font-weight: 700;
  padding-bottom: 20px;
}
.offre-item-lieu, .offre-item-teletravail{
  font-size: 14px;
  line-height: 19px;
}
.offre-item .bouton{
  margin: 20px auto;
  width: 180px;
}

.offre-emploi-img, .article-img{
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  max-height: 630px;
}
.offre-emploi-img .post-thumbnail, .article-img .post-thumbnail{
  width: 100%;
  height: 100%;
}
.offre-emploi-img img, .article-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-header-offre-emploi, .entry-header-article{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.entry-header-left-offre-emploi, .entry-header-left-article{
  background-color: white;
  margin-top: -112px;
  margin-left: 50px;
  border-radius: 30px;
  padding-top: 43px;
  padding-bottom: 73px;
  padding-left: 40px;
}
.entry-header-left-offre-emploi{
	flex: 1;
}
.entry-header-left-article{
  margin-top: 0;
  width: 70%;
}
.flex-low-header-div{
  display: flex;
  justify-content: space-between;
}
.entry-title-offre-emploi, .entry-title-article{
  margin-bottom: 50px;
}
.h1-offre-emploi{
  font-size: 38px;
  line-height: 43px;
  color: var(--noir);
  padding-right: 10px;
}
.bouton-offre-emploi{
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: lowercase !important;
}
.entry-header-right-offre-emploi{
  width:496px;
  padding-top: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bloc-espace-emploi{
  margin-bottom: 60px;
}

/* E-Book
--------------------------------------------- */

.e-book-container h3{
  display: flex;
  align-items: flex-end;
  padding: 0;
}

.e-book-header .tb-container-inner h2{
	display: block !important;
}

.e-book-container h3::before{
    content: '';
    display: inline-block;
    background-image: url('./img/puce_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    position: relative;
    top: 0;
    left: auto;
    z-index: auto;
}

/* Articles
--------------------------------------------- */
.articles-view-loop{
  padding: 0 40px;
  position: relative;
}
.articles-view-loop:before{
  content: '';
  width: 100%;
  height: calc(100% - 160px);
  background: #F4F4F4;
  border-radius: 43px;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 0;
}
.articles-view-loop .js-wpv-loop-wrapper > .wpv-block-loop-item{
  margin: 10px;
  width: calc((100% - 60px) / 3) ;
  z-index: 10;
}
.articles-view-loop .bloc-article-item {
  margin: 0;
  width: auto;
}
.articles-view-loop .wpv-block-loop-item:nth-child(2){
  margin-top: 200px;
}

/* Article
--------------------------------------------- */
.article-category{
  margin-top: -130px;
  margin-left: 50px;
  margin-bottom: 20px;
  line-height: 38px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--green-3);
}
.article-category span{
  border-radius: 38px;
  border-bottom-right-radius: 0;
  background: #fff;
  padding: 10px 15px;
}
.article-comments-count{
  background: url('./img/comment.png') left center no-repeat;
  padding-left: 30px;
}
.article-meta{
  color: #B4B3B2;
  font-size: 16px;
  line-height: 21px;
}
.article-meta-line1{
  display: flex;
  margin-bottom: 10px;
}
.article-meta-line1 span {
  display: block;
}
.article-meta-line1 span:first-child{
  padding-right: 10px;
}


#comments{
  background: #F4FAF3;
  border-radius: 30px;
  padding: 20px 30px;
  margin: 60px 0 80px;
}
#comments h3{
  color: var(--vert-fonce);
  font-size: 30px;
  line-height: 35px;
}
#comments .comment-submit{
  display: inline-flex !important;
  margin: 20px 0;
}
#comments .comment-submit input{
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: #fff;
}
#comments .comment-submit:hover input{
  color: var(--gris-clair);
}
.comment-form-comment{
  padding: 20px 0;
}
#comments span.required{
  color: red;
}
#comments textarea, #comments input{
  border-radius: 20px;
}
#comments .comment-form-author ,
#comments .comment-form-email ,
#comments .comment-form-url {
  margin: 20px 0;
}
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label{
  width: 100px;
  display: inline-block;
}
#comments .comment-form-author input,
#comments .comment-form-email input,
#comments .comment-form-url input {
  width: calc(100% - 120px);
}
.heateor_sss_horizontal_sharing{
  margin: 40px 0;
  display: flex;
  align-items: center;
}
.heateor_sss_sharing_title{
  background: url('./img/arrow-green.png') left center no-repeat;
  padding-left: 50px;
  padding-right: 20px;
  color: var(--vert-fonce);
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

/* Newsletter
--------------------------------------------- */
.newsletter-email{
  display: flex;
  align-items: center;
}
.newsletter-email > div:first-child{
  margin-right: 10px;
}
.newsletter-email input{
  margin-bottom: 0 !important;
}
.newsletter-submit{
  display: flex;
  align-items: center;
}

/* Common page elements
--------------------------------------------- */
.overlap-background{
  position: relative;
  z-index: 0;
}
.overlap-background::before{
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

.page-intro .tb-container-inner{
  margin: 0 !important;
}

.top-footer-touch{
  background: url('./img/bg_innovation.jpg') center center no-repeat;
  background-size: cover;
  padding: 60px 25px;
  color: #fff;
}
.top-footer-touch h3{
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.wrapper-newsletter-form{
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}
.wrapper-newsletter-form > div{
  width: 50%;
}
.newsletter-text{
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  background: url('./img/puce_claire.png') left top no-repeat;
  padding-left: 90px;
}
.newsletter-disclaimer{
  font-size: 14px;
  line-height: 19px;
}
.newsletter-form{
  padding: 0 20px;
}
.footer-newsletter{
  display: flex;
  flex-wrap: wrap;
}
.footer-newsletter input[type="email"]{
  height: 54px;
  line-height: 54px;
  border: 1px solid var(--vert-clair);
  border-bottom-left-radius: 54px;
  border-top-left-radius: 54px;
  border-top-right-radius: 54px;
  padding: 0 20px;
  margin-right: 20px ;
  margin-bottom: 10px;
  width: 350px;
}
.footer-newsletter input[type="email"]::placeholder {
  color: var(--vert-clair);
  font-weight: 700;
}
.form-footer{
  background-color: var(--vert-clair);
  overflow: hidden;
  position: sticky;
  bottom: 0;
  max-height: 90vh;
  z-index: 99;
}
.title-form-footer{
  display: flex;
  gap: 30px;
  padding: 30px;
}
.clickable{
  cursor: pointer;
  flex-shrink: 0; /* Empêche le header de rétrécir */
  position: sticky;
  top: 0;
  z-index: 100; /* Au-dessus du contenu */
}
.fleche-footer{
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fleche-footer img{
	max-height:45px;
}
.title-footer{
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 1200px) { 
	.title-footer{
		font-size: 30px;
  		line-height: 35px;
	}
}

@media screen and (max-width: 800px) { 
	.title-footer{
		font-size: 25px;
  		line-height: 30px;
	}
}

.content-form-footer{
  display: none;
  padding: 60px 0px;
  animation: slideIn 0.5s ease;
  overflow-y: auto; /* Scroll si nécessaire */
  overflow-x: hidden;
  transition: max-height 0.3s ease;
}
.content-form-footer.show {
  display: block;
  max-height: 80vh;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Common footer blocks
--------------------------------------------- */
.bloc-articles{
  padding: 0 40px;
  position: relative;
}
.bloc-article-item{
  margin: 10px;
  width: calc((100% - 140px) / 3);
  max-height: 100vh;
  z-index: 10;
}
.bloc-article-item-une{
  margin: 50px auto;
  width: calc((100% - 340px) / 3);
  z-index: 10;
}
.bloc-article-item-inner{
	height: 100%;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	/*box-shadow: rgba(0, 0, 0, 0.16) 0 3px 15px;*/
	min-height: 780px;
	position: relative;
	display:flex;
	flex-direction:column;
}
.bloc-article-item-inner-une{
  display: flex;
  flex-direction: row;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 15px;
  min-height: 400px;
  position: relative;
}
.bloc-article-img{
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 30px;
}
.bloc-article-img-une{
  width: 50%;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
.bloc-article-img img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.bloc-article-img-une img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.bloc-article-details{
  padding: 20px 40px;
	flex: 1;
    display: flex;
    flex-direction: column;
}
.bloc-article-item-inner-une .bloc-article-details{
  padding: 40px 70px 0px 70px;
  width: 50%;
}
.bloc-article-meta{
	color: #B4B3B2;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
	display:flex;
	gap:6px;
}
.bloc-article-meta::before{
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/themes/smartpoint/img/ico_calendar.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bloc-article-meta-une{
  margin-top: 20px;
  color: #B4B3B2;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
}
.bloc-article-details h4 a {
  text-decoration: none !important;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  display: block;
}
.bloc-article-details p{
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 30px;
  color: var(--gris-clair);	
}
.bloc-article-details .bouton{
  width: 240px;
	margin-top:auto;
}
.bloc-article-details .comments-count{
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 40px;
  border-top: 1px solid #E3E1DB;
  font-size: 12px;
  line-height: 17px;
  color: #909CA5;
  display: flex;
    justify-content: center;
    align-items: center;
}
.bloc-article-details .comments-count-une{
  bottom: 0;
  margin: auto;
  width: calc(100% - 80px);
  height: 40px;
  border-top: 1px solid #E3E1DB;
  font-size: 12px;
  line-height: 17px;
  color: #909CA5;
  display: flex;
    justify-content: center;
    align-items: center;
}
.bloc-article-details .comments-count:before{
  content: url('./img/comment.png');
  width:18px;
  height: 18px;
}
.bloc-article-details .comments-count-une:before{
  content: url('./img/comment.png');
  width:18px;
  height: 18px;
}
.footer-contact-left{
  background: url('./img/puce_claire.png') left top no-repeat;
  padding-left: 90px;
}
.slick-dots li{
  margin-left: 60px !important;
}
.slick-dots li button:before{
  list-style-image: url("./img/dots_inactive.png");

}
.slick-dots .slick-active li button:before{

  list-style-image: url("./img/dots_active.png");
}
/* Revolution slider
--------------------------------------------- */
.revslider h1,
.revslider h2,
.revslider h3{
  display: block !important;  
}
.revslider h1::before,
.revslider h2::before,
.revslider h3::before{
  display: none  !important;  
}

rs-slide{
	border-radius:20px;
}
/* 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;
}

.logo-grid img{
	border-radius: 16px !important;
}
.logo-grid .tb-grid-column,
.logo-grid .tb-grid-column .wp-block-image, 
.logo-grid .tb-grid-column figure {
	width: 100% !important;
	height: 100% !important;
}
.logo-grid .tb-grid-column img {
	width: 100% !important;
	height: 100px !important;
	object-fit: contain;
	object-position: center center;
}

/* a propos */

.pastille-equipe{
  box-shadow: rgba(0, 0, 0, 0.25) 15px 15px 15px;
  min-height: 100%;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

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

.align-cont-normal {
	align-content: normal !important;
}

.tb-button {
  display: inline-block;
}
.bouton,
.main-navigation a.bouton,
.wp-block-button__link,
body .tb-button__link,
#comments .comment-submit {
	text-decoration: none;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  color: white;
  height: 56px;
  background: rgb(128, 196, 28);
  background: -moz-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c41c",endColorstr="#b6dd10",GradientType=1);
  position: relative;
  border-radius: 28px;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  align-items: center;
  padding: 0 20px 0 40px;
  border: 1px solid transparent;
}
.main-navigation a.bouton{
	height: 40px;
}
.bouton::before,
.main-navigation a.bouton::before,
.wp-block-button__link::before,
.tb-button__link::before,
#comments .comment-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: transparent;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 0px;
}
.bouton::after,
.main-navigation a.bouton::after,
.wp-block-button__link::after,
.tb-button__link::after,
#comments .comment-submit::after {
  content: url("./img/arrow-white.png");
  height: 10px;
  width: 24px;
  display: flex;
  margin-right: 10px;
  align-items: center;
  margin-left: 8px
}

.bouton:hover::before,
.main-navigation a.bouton:hover::before,
.wp-block-button__link:hover::before,
.tb-button__link:hover::before,
#comments .comment-submit:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bouton:hover,
.main-navigation a.bouton:hover,
.wp-block-button__link:hover,
.tb-button__link:hover,
#comments .comment-submit:hover {
  border: 1px solid var(--green-3);
  background: transparent;
}



.bouton.bouton-blanc,
.main-navigation a.bouton.bouton-blanc{
  border: 1px solid var(--green-3);
  color: var(--gris-fonce) !important;
}

.bouton-blanc .wp-block-button__link,
.bouton-blanc .tb-button__link {
  background: white;
  border: 1px solid var(--green-3);
  color: var(--green-3) !important;
}
.bouton.bouton-blanc::before,
.main-navigation a.bouton.bouton-blanc::before,
.bouton-blanc .wp-block-button__link::before,
.bouton-blanc .tb-button__link:before  {
  background: rgb(128, 196, 28);
  background: -moz-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c41c",endColorstr="#b6dd10",GradientType=1);
  color: white;
}
.bouton.bouton-blanc:hover,
.main-navigation a.bouton.bouton-blanc:hover,
.bouton-blanc .wp-block-button__link:hover,
.bouton-blanc .tb-button__link:hover {
  color: white !important;
}
.bouton-blanc::after
/* .bouton-blanc .wp-block-button__link::after,
.bouton-blanc .tb-button__link::after */
{
  content: url("./img/arrow-green.png");
}
.bouton-blanc .wp-block-button__link:hover::after,
.bouton-blanc .tb-button__link:hover::after{
  content: url("./img/arrow-white.png");
}
.top-menu-ctas .bouton.bouton-blanc::after,
.main-navigation a.bouton.bouton-blanc::after {
  display: none;
}

.bouton.bouton-gris,
.bouton-gris .wp-block-button__link,
.bouton-gris .tb-button__link {
  background: #707070;
  border: 1px solid #707070;
  color: white;
  padding: 0 20px 0 20px;
}
.bouton.bouton-gris::before,
.bouton-gris::before .wp-block-button__link,
.bouton-gris::before .tb-button__link {
  background: white;
  color: var(--gris-fonce);
}
.bouton.bouton-gris:hover,
.bouton-gris:hover .wp-block-button__link,
.bouton-gris:hover .tb-button__link {
  color: var(--gris-fonce);
}
.bouton.bouton-gris::after,
.bouton-gris::after .wp-block-button__link,
.bouton-gris::after .tb-button__link {
  display: none;
}





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

.top-footer {
  background-color: #2d214c;
  color: #fff;
  padding-top: 5%;
}
.top-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  line-height: 30px;
}
.top-footer li {
  color: #fff;
}
.top-footer-logo img {
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
  margin: 0 auto;
  
}
.top-inner-footer {
  display: flex;
  flex-wrap: nowrap;
}
.top-inner-footer .widget-title {
  color:var(--vert-clair);
	padding-bottom:15px;
}
.top-inner-footer a:hover{
  color: var(--green-1);
}

#footer-1 {
  width: 25%;
}
#footer-2 {
  width: 45%;
}
#footer-3 {
  width: 30%;
}
.footer-col {
  padding: 10px 60px;
}
.copyright-footer {
  display: flex;
  height: 3%;
  background-color: var(--gris-fonce);
  gap: 2vw;
  color: #B4B3B2;
	padding:16px;
}

.copyright-footer a{
  color: #B4B3B2;
  text-decoration: none;
}
.copyright-footer a:hover{
  color: var(--green-1);
}

.copyright-footer div{
  display: flex;
  gap: 10px;
  align-content:center;
  align-items: center;
}


.footer-col a{
  color: #fff;
	text-decoration: none;
}
.footer-col a img, .footer-col img{
	width: 40px !important;
}


.smartpoint_img img{
  width: auto !important;
}

.boutons-footer{
  display: flex;
  flex-direction: row;
  gap : 20px;
  justify-content: flex-end;
  padding-bottom: 2%;
  top :0%;
}
.boutons-footer .bouton::after{
  content: none !important;
  
}

.boutons-footer .bouton{
  margin-right: 20px;
  padding: 0 20px ;
  background: transparent;
  color:var(--blanc);
  border: solid 1px var(--green-2) ;
}
.boutons-footer .bouton:hover{
  background: rgb(128, 196, 28);
  background: -moz-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(128, 196, 28, 1) 0%,
    rgba(182, 221, 16, 1) 100%
  );

}

/* Media queries
--------------------------------------------- */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  footer-col format intermédiaire avec padding*/
@media screen and (max-width: 1600px) {
  .main-navigation {
    padding-left: var(--padding-mobile);
    padding-right: var(--padding-mobile);
  }
}
@media screen and (max-width: 1400px) {
  .bloc-articles, .articles-view-loop{
    padding: 0 40px;
  }
  .bloc-article-item{
    width: calc((100% - 140px) / 3);
    
  } 
  .error404 .tetiere-error{
    height: 600px;
    margin-bottom: 80px;
  }
  
  .error404 .tetiere-error::after {
    height: 600px;
  }
  .error404-titles-container{
    margin-top: 120px;
    text-align: center;
  }
  .error404-big-title{
    font-size: 130px;
    line-height: 41px;
    color: var(--gris-fonce);
    font-weight: 700;
    margin-bottom: 15px;
  }
  .error404-black-title{
    font-size: 50px;
    line-height: 45px;
    color: var(--gris-fonce);
    font-weight: 700;
  }
  .error404-white-title{
    font-size: 55px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 700;
  }
  .error404-p{
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
    color: var(--gris-fonce);
  }
}

@media screen and (max-width: 1280px) {
  .site-main {
    padding-top: 20px;
  }

	.home h1{
		line-height: 1.2;
	}
  .tetiere{
    height: 180px;
    padding-top: 30px;
    padding-left: 160px;
  }
  .tetiere::after{
    height: 180px;
    width: 230px;
    left: 50px;
  }
  .error404 .tetiere-error h1 {
  margin: 0;
  color: white;
  font-size: 72px;
  line-height: 77px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: lowercase;
}
	.h1-padd{
		padding-left:180px;
	}
.error404 .tetiere-error h1::before {
  top: 32px;
  left: 90px;
  position: absolute;
  display: block;
  height: 70px;
  width: 70px;
}
  .tetiere h1{
    font-size: 45px;
    line-height: 57px;
  }
  .tetiere h1::before{
    width: 40px;
    height: 40px;
    background-size: contain;
    top: 34px;
    left: 105px;
  }
  .entry-header-left-offre-emploi{
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1235px) {
	.tetiere{
		margin: 0 20px;
	}
}
@media screen and (max-width: 1200px) {
  .footer-col {
    padding: 10px 20px;
  }
  .top-footer-touch h3{
    font-size: 60px;
    line-height: 60px;
  }
	.entry-header-right-offre-emploi{
		width: 420px;
		flex-direction: column;
	}
	.entry-header-left-offre-emploi{
		padding-bottom: 10px;
	}
	
	.h1-offre-emploi{
    font-size: 35px;
    line-height: 40px;
    padding-right: 20px;
  }
		.center-button{
		margin:0 auto;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 1150px) {
  .bloc-article-item{
    width: calc((100% - 120px) / 2);
  }
  .articles-view-loop .js-wpv-loop-wrapper > .wpv-block-loop-item{
    width: calc(50% - 20px);
  }
  .techno-bloc, .offre-item{
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .top-inner-footer{
    flex-wrap: wrap;
  }
  .footer-col {
    width: 100% !important;
  }
  .copyright-footer{
    display: block;
  }

  h2{
    font-size: 30px ;
    line-height: 35px;
    padding-left: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .home .site-main h2.home-h2,
  .footer-contact-title{
    font-size: 30px !important;
    line-height: 40px;
    padding-left: 20px;
  }
  .top-footer-touch h3{
    font-size: 40px;
    line-height: 40px;
  }
  .tetiere{
    height: 140px;
    padding-top: 30px;
    padding-left: 160px;
  }
  .tetiere::after{
    height: 140px;
    width: 230px;
    left: 50px;
  }
	.error404 .tetiere h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  
}
.error404 .tetiere h1::before {
  top: 25px;
  left: 190px;
  position: absolute;
  display: block;
  height: 70px;
  width: 70px;
  content: "";
  background: url("./img/puce_white.png");
}
  .tetiere h1{
    font-size: 30px;
    line-height: 40px;
  }
  .tetiere h1::before{
    top: 20px;
  }
  .tetiere .sous-titre-h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .bloc-engagement{
    padding: 40px !important;
    margin-left: 0px !important;
  }
  .bloc-engagement:before{
    top:auto;
    left: auto;
    position: relative;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
  .techno-bloc, .offre-item{
    width: calc((100% - 80px) / 2);
  }
  .wrapper-newsletter-form{
    display: block;
  }
  .wrapper-newsletter-form > div{
    width: 100%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 840px) {
  .bloc-article-item{
    width: 100%;
	margin-left: auto;
	margin-right: auto;
  }
	.footer-newsletter input[type="email"]{
		width: 310px;
		font-size: 0.80rem;
	}
  .articles-view-loop .js-wpv-loop-wrapper > .wpv-block-loop-item{
    width: calc(100% - 20px);
  }
  .bloc-article-item:nth-child(even){
    margin-top: 10px;
  }
  .bloc-article-details .bouton{
	margin-left: auto;
    margin-right: auto;
  }
	.bloc-articles, .articles-view-loop{
		padding: 0 0;
	}
  .bloc-article-item-inner-une{
	display:block;
  }
  .bloc-article-item-inner-une .bloc-article-details{
	width:100%;
  }
  .bloc-article-img-une{
	width:100%;
  }
	.entry-header-right-offre-emploi{
		width: 100%;
	}
	.entry-header-offre-emploi{
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
	
  .standardwidth, 
  .copyright-left,
  .copyright-right {
    padding-left: var(--padding-mobile);
    padding-right: var(--padding-mobile);
	align-content:center;
  }
  .top-inner-footer {
    display: block;
  }
  .copyright-footer {
    display: block;
  }
  .techno-bloc, .offre-item{
    width: calc(100% - 40px);
  }
	.home h1{
		line-height: 1.2;
	}
	.error404 .tetiere h1 {
  margin: 0;
  color: white;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: lowercase;
}
	.h1-padd{
		padding-left:100px;
	}
.error404 .tetiere h1::before {
  top: 32px;
  left: 50px;
  position: absolute;
  display: block;
  height: 50px;
  width: 0px;
}
.error404-titles-container{
  margin-top: 50px;
  text-align: center;
}
.error404-big-title{
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 15px;
}
.error404-black-title{
  font-size: 35px;
  line-height: 30px;
}
.error404-white-title{
  font-size: 40px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 700;
}
.error404-p{
  font-size: 17px;
  line-height: 23px;
}	
}


#glossaire-filter-container{
	font-size:20px;
	max-width:600px;
}
#glossaire-filter-container p{
border: 2px solid transparent;
    padding: 0px 6px;
}
.glossaire-letter-subcontainer{
	margin-bottom: 30px;
}
.glossaire-notion{
	margin-bottom:15px;
}
#glossaire-recherche-bouton {
	height: 100%;
    min-height: 100%;
    width: auto;
    aspect-ratio: 1 / 1;
    border: 0px solid;
    margin-left: 10px;
    background: var(--vert-clair) url('/wp-content/themes/smartpoint/img/ico_search.png') no-repeat center center;
}
#glossaire-recherche-input{
	border-radius: 0px;
    padding: 6px 10px;
    height: 100%;
}

.glossaire-recherche-container{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 38px;
}
.glossaire-notion h2{
	padding:0 !important;
	font-style:normal;
	font-weight:700
}





