/*!
Theme Name: Agence Point Com
Theme URI: http://agencepoint.com
Author: Agence Point Com
Author URI: https://agencepoint.com
Description: Thème Agence Point Com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agencepointcom
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 with others.


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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

mark {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  font-weight: 600;
}

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #181818;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 14px;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  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: #181818;
  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;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
  float: left;
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
a {
  transition: 500ms all ease;
  cursor: pointer;
}
/*.grecaptcha-badge{
    display: none;
}*/

.fleche_scroll {
  position: fixed;
  bottom: 100px;
  right: 50px;
  cursor: pointer;
  z-index: 3000002;
  display: none;
}
.fleche_scroll i {
  color: #333;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 22px;
}

.fleche_scroll:hover i {
  background-color: #333;
  color: #fff;
}

.edit-link {
  display: none;
}
.single-post .post-thumbnail {
  text-align: center;
}

/* FONTS */

@font-face {
  font-family: "P22 Sweepy OT";
  src: url("./fonts/P22SweepyOT.eot");
  src:
    url("./fonts/P22SweepyOT.eot?#iefix") format("embedded-opentype"),
    url("./fonts/P22SweepyOT.woff2") format("woff2"),
    url("./fonts/P22SweepyOT.woff") format("woff"),
    url("./fonts/P22SweepyOT.ttf") format("truetype"),
    url("./fonts/P22SweepyOT.svg#P22SweepyOT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.custom-font {
  font-family: "P22 Sweepy OT", sans-serif;
}

.text-white {
  color: white;
}
.content-text.text-white a {
  color: #ffcb00;
  font-weight: bold;
}

/* JULIEN */

.content-header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-header.fixed .custom-logo-link {
  width: 100px;
}

.site-header.fixed .main-navigation li a {
  font-weight: 500;
  font-size: 15px;
}
.conteneur_top_header {
  padding: 7px 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #242424;
}

.conteneur_social_top_header span a {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}

.conteneur_top_header a {
  color: white;
}

.conteneur_top_header a:hover {
  opacity: 0.5;
}

.site-header {
  padding: 20px 150px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.main-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-navigation li a {
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  letter-spacing: 1px;
}

/*.flag_langage{
    width: 150px;
}*/
.widget_polylang {
  margin-bottom: 0;
}
.sfm-widget-area ul,
.widget_polylang ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.widget_polylang ul li {
  margin-left: 20px;
  transition: 0.2s ease-in-out;
}
.widget_polylang ul li:hover {
  filter: grayscale(50%);
  transform: translateY(-5px);
}
.widget_polylang .current-lang {
  filter: grayscale(1);
}

.slider-font {
  font-family: "Montserrat" !important;
}

.main-navigation #primary-menu > li.current-menu-ancestor > a,
.main-navigation #primary-menu > li.current-menu-item a,
.main-navigation li:hover > a {
  opacity: 0.5;
}

.custom-logo-link {
  /*min-width: 205px;*/
}

.content-section-1 {
  position: relative;
  background-image: url("./img/bg_carou.jpg");
  padding-bottom: 150px;
}

.sep-anchor {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 4px solid white;
  transform: translateX(-50%);
  left: 50%;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  z-index: 99;
  background-color: #e2e2e2;
  color: #242424;
  font-size: 22px;
}

.inner-section-1 {
  display: flex;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
  flex-wrap: wrap;
}
.conteneur_liftplaq_home {
  max-width: 1500px;
  margin: auto;
}

.image-solution img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}

.title-solution {
  text-align: center;
  font-size: 62px;
  text-transform: uppercase;
}

.content-solution {
  height: 500px;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 50px -5px #cccccc;
  box-shadow: 0px 0px 50px -5px #cccccc;
  border: 10px solid transparent;
  position: relative;
  transition: 0.2s ease-in-out;
  background-color: white;
}

.overlay-solution {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.3;
  z-index: 1;
  transition: 0.2s ease-in-out;
}

/*.content-solution:hover{
    border-color: #FFCB00;
}*/

/*.content-solution:hover .overlay-solution{
    background-color: #FFCB00;
}*/

.content-solution .custom-button.button-solutions:hover {
  background-color: white;
}

.content-solution:nth-child(2) .custom-button.button-solutions {
  border-color: #d9000d;
}

.content-solution:nth-child(3) .custom-button.button-solutions {
  border-color: #f4922c;
}

.content-solution:hover .custom-button.button-solutions {
  border-color: white;
}

.inner-solution {
  width: 550px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.inner-solution > img {
  max-width: 300px;
}

.custom-button.button-solutions {
  z-index: 2;
  background-color: white;
}

.content-section-2 {
  position: relative;
  background-image: url("./img/bg-black.png");
  background-repeat: no-repeat;
  background-position: right -730px center;
  color: white;
  background-color: #242424;
  padding-bottom: 50px;
}

.box-size {
  max-width: 1900px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

.inner-section-2 h2 {
  font-size: 32px;
  letter-spacing: 2px;
  margin: 40px 0;
}

.liste-section-2 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.liste-section-2 > div {
  width: 25%;
}

.titre-liste {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.texte-liste {
  margin-top: 0;
  margin-bottom: 30px;
}

.button-center {
  text-align: center;
}

.custom-button {
  padding: 12px 30px;
  color: #242424;
  border: 3px solid #ffcb00;
  border-radius: 50px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
}

.custom-button:hover {
  background-color: white;
  color: #242424 !important;
  border-color: white;
}

.content-product {
  display: flex;
  column-gap: 100px;
}

.single-product {
  flex: 1 1 auto;
}

.logo-product {
  min-height: 130px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.image-product {
  display: flex;
  align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./img/bg-product.png");
}

.span_custom_font > span {
  font-family: "P22 Sweepy OT", sans-serif;
}

.title_section > span {
  text-transform: initial;
  font-weight: 400;
  font-size: 30px;
}

/*.product-section-4{
    display: flex;
}*/

.title_section {
  text-transform: uppercase;
  text-align: center;
  font-size: 42px;
  line-height: 36px;
  letter-spacing: 2px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0;
  position: relative;
}

.title_section:after {
  content: "";
  position: absolute;
  bottom: 70px;
  height: 6px;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffcb00;
}

.inner-home-section-3 {
  margin-top: 0;
}

.inner-home-section-3 .title_section > span,
.inner-home-section-2 .title_section > span {
  font-size: 24px;
  font-weight: 700;
}

.content_section_5 .title_section > span {
  font-size: 22px;
}

.content-text-img {
  display: flex;
  align-items: center;
}

.content-text-img:nth-child(odd) {
  flex-direction: row-reverse;
}

.content-text-img > div {
  width: 50%;
}

.content-text-img .content-text {
  padding: 10px 40px;
}

.content-repeater-section-3 {
  padding: 40px;
}

.inner-repeater-section-3 {
  background-color: white;
  display: flex;
  padding: 120px 150px;
}

.content-icon {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.content-icon .icon {
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-icon .title-icon > p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.content_partenaires {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #fffefc;
}

.partenaires .swiper-horizontal > .swiper-pagination-bullets,
.partenaires .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}

.partenaires .swiper-pagination-bullet-active {
  background-color: #ffcb00;
}

.partenaires.swiper {
  padding-bottom: 15px;
}

.title-partenaire {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}

.content-section-3 {
  background-image: url("./img/bg_carou.jpg");
  padding-bottom: 30px;
}

#conteneur_footer {
  background-color: #242424;
}

#conteneur_footer a:hover {
  color: #888888;
}

#conteneur_footer a {
  color: white;
}

.conteneur_footer_sidebars {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 400;
  margin-bottom: 0;
}

.conteneur_footer_sidebars > div {
  width: 25%;
}

.conteneur_footer_sidebars ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.conteneur_footer_sidebars .widget-title {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.social_footer span {
  font-size: 18px;
  margin-right: 15px;
}

.site-info {
  text-align: center;
  background-color: #eaeaea;
  color: #181818;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-info a {
  font-weight: 700;
  color: #181818;
}

.bandeau {
  position: relative;
  height: 425px;
  display: flex;
}

.bandeau > img {
  width: 100%;
  object-fit: cover;
}

.inner-bandeau {
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(36, 36, 36, 0.8);
}

.bandeau-title {
  text-align: center;
  position: relative;
  font-size: 2.1em;
}

.with-dash .bandeau-title {
  text-transform: uppercase;
}

.with-dash .bandeau-title:after {
  content: "";
  height: 6px;
  width: 100px;
  background-color: #ffcb00;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -30px;
}
.swiper-wrapper.partenaires-wrapper .swiper-slide img {
  transition: 0.3s ease-in-out;
}
.swiper-wrapper.partenaires-wrapper .swiper-slide img:hover {
  transform: translateY(-10px);
}

.pagination-carrou {
  width: 1000px;
}

.content-section-6,
.product-section-3,
.product-section-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-section-1 .swiper-slide-active {
  text-align: center;
}

.product-section-1 .mySwiper .swiper-slide {
}

.product-section-1 .mySwiper .swiper-slide img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  object-fit: contain;
  border: 2px solid #dddddd;
  transition: 0.3s ease-in-out;
}
.product-section-1 .mySwiper .swiper-slide img:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.product-section-1 .mySwiper .swiper-slide-thumb-active img {
  border-color: #242424;
}

.product-section-1 .mySwiper .swiper-wrapper {
  justify-content: center;
}

.product-section-2 {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.product-section-2:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("./img/bg_carou.jpg");
  z-index: -2;
}
.product-section-2:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 36, 36, 0.6);
  z-index: -1;
}
.product-section-2 .content-text {
  text-align: initial;
  margin-bottom: 50px;
}
.inner-bandeau .custom-button {
  color: white;
  display: block;
}
.product-section-2 .custom-button {
  color: white;
}

.images_section_3 > img {
  width: 32%;
  margin: 0.25%;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
}
.product-section-3 .images_section_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.text-section-2 {
  display: flex;
}

.page-template-template-produits .text-section-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-template-produits .text-section-2 .custom-button {
  margin-top: 25px;
  margin-bottom: 50px;
}

.text-section-2 > div {
  width: 50%;
}
.page-template-template-produits .text-section-2 > div {
  width: 100%;
}
.text-section-2 > div ul {
  margin-left: 0;
  padding-left: 18px;
}

.text-section-2 h3 {
  font-size: 20px;
}

.content-logos {
  /*    max-width: 760px;*/
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /*    justify-content: space-between;*/
  justify-content: space-around;
}

.content-logos > img {
  max-width: 220px;
}

.content_section_5_6 {
  background-image: url("./img/bg_carou.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
}

.inner-section-6 {
  margin-bottom: 0;
}

.content-accessory {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}

.content-accessory > div {
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 190px;
}

.image-accossory {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image-accossory > img {
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}
.page-id-2429 .image-accossory > img{
	height: 400px;
}

.accessory-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.accessory-text {
  text-align: center;
  /*min-height: 50px;*/
}

.rounded-play {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #242424;
  border-radius: 50px;
  margin: 0 auto;
  color: #242424;
  transition: 0.2s;
}
.pagination-carrou .swiper-slide img {
  cursor: pointer;
}
.video-demo {
  color: #181818;
  display: block;
  margin-top: 20px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.single-accessory {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.video-demo:hover {
  color: #ffcb00;
}
.video-demo:hover .rounded-play {
  border-color: #ffcb00;
  color: #ffcb00;
}

.demostration-text {
  text-align: center;
  text-transform: uppercase;
}

.demostration-text > span {
  font-weight: 700;
}

.title-accessory {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 50px;
}

.inner-distributors {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
}

.single-distributor {
  width: 49.5%;
  background-color: #242424;
  margin-bottom: 1%;
  display: flex;
  align-items: center;
}

.content-flag {
  background-color: #e3e3e3;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
  padding-left: 50px;
  transition: 0.5s;
  width: 30%;
  text-align: center;
}
.content-flag > p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.content-flag img {
  max-width: 120px;
}

.text-distributor {
  padding-left: 30px;
  width: 70%;
  padding-right: 30px;
}

.text-distributor .distributor-title {
  font-size: 28px;
  margin-bottom: 20px;
  transition: 1.5s;
}

.text-distributor a {
  color: white;
}

.text-distributor a:hover {
  color: #ffcb00;
}

.single-distributor:hover .content-flag > p {
  color: #242424;
}

.single-distributor:hover .text-distributor .distributor-title {
  color: #ffcb00;
}

.single-distributor:hover .content-flag {
  background-color: #ffcb00;
}

.content-distributor {
  background-image: url("./img/bg_carou.jpg");
  padding-top: 50px;
  padding-bottom: 100px;
}
.content-testimonials {
  padding-bottom: 80px;
  background-image: url(./img/bg_carou.jpg);
}
.inner-distributors {
  margin-top: 0;
  margin-bottom: 0;
}

.conteneur_footer_sidebars.box-size {
  margin-top: 0;
}

.inner-testimonials {
  display: flex;
  gap: 11%;
  flex-wrap: wrap;
}

.single-testmonial {
  width: 26%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  position: relative;
  background-color: #242424;
  padding: 75px 40px 10px 40px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.single-testmonial:hover {
  background-color: rgba(36, 36, 36, 0.8);
}
.testimonial-text {
  text-align: center;
}

.testimonial-name {
  font-size: 16px;
}
.testimonial-entreprise_temoignage {
  font-size: 18px;
  font-weight: 700;
}

.testimonial-fonction_temoignage {
  font-size: 14px;
  font-weight: 100;
}
.bloc_temoigneur {
  text-align: center;
  margin-top: 20px;
}
.bloc_temoigneur h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-photo {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
}

.testimonial-note {
  color: #ffcb00;
  font-size: 22px;
  margin-bottom: 20px;
}

.conteneur_single_archive {
  width: 31%;
  margin-bottom: 80px;
  background-color: #242424;
  position: relative;
}

.conteneur_single_archive:nth-last-child(n + 4):after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffcb00;
}

.conteneur_actus {
  display: flex;
  gap: 3.5%;
  flex-wrap: wrap;
  width: 78%;
  justify-content: center;
  overflow: hidden;
}
.conteneurarchivestutosvideos .conteneur_actus {
  width: 100%;
}
.conteneurarchivestutosvideos .entry-title {
  margin-top: 0;
  margin-bottom: 0;
}
.conteneur_sidebar {
  width: 20%;
}
.conteneur-note select {
  width: 200px;
  text-align: center;
}
.conteneurarchivestutosvideos
  .conteneur_single_archive:nth-last-child(n + 4):after {
  display: none;
}
.conteneurarchivestutosvideos .conteneur_single_archive {
  margin-bottom: 30px;
}
.archives-actus .conteneur_single_archive:first-child {
  width: 65.5%;
}

.single .site-content,
.blog .site-content,
.archive .site-content {
  background: url("./img/bg_slider.jpg");
}

.single .entry-content,
.blog .entry-content,
.archive .entry-content {
  display: flex;
  gap: 2%;
}

.conteneur_texte_archive {
  padding: 20px 40px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.conteneur_date_cat_actu_archive {
  justify-self: flex-end;
}

.conteneur_texte_archive a {
  color: white;
}
.single .conteneur_texte_archive a {
  color: #ffcb00;
}
.conteneur_texte_archive a:hover {
  color: #ffcb00;
}

.conteneur_image_archive {
  height: 350px;
  display: flex;
}

.conteneur_image_archive img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.conteneur_date_cat_actu_archive {
  padding-top: 20px;
  border-top: 1px solid #606060;
}

.widget_categories ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.widget_categories ul li a {
  color: #242424;
  font-weight: 700;
}

.widget_categories ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  transition: 0.2s;
}

.widget_categories ul li:hover:before {
  color: #a0a0a0;
}

.widget_categories ul li:hover a {
  color: #a0a0a0;
}

.wp-pagenavi {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

.wp-pagenavi a {
  color: #242424;
}

.wp-pagenavi > span {
  color: #ffcb00;
  font-weight: 700;
}

.wp-pagenavi > * {
  margin: 5px;
}

.wp-pagenavi a:hover {
  color: #ffcb00;
}

.conteneur_image_archive {
  background: white;
}

.archive .conteneur_single_archive img,
.blog .conteneur_single_archive img {
  background-color: white;
  transition: 0.3s;
}

.archive .conteneur_single_archive:hover img,
.blog .conteneur_single_archive:hover img {
  opacity: 0.7;
}

.archive .conteneur_single_archive:hover .entry-title a,
.blog .conteneur_single_archive:hover .entry-title a {
  color: #ffcb00;
}

.single .conteneur_image_archive img {
  height: auto;
  margin: auto;
  max-width: 100%;
}

.single .conteneur_image_archive {
  height: initial;
  width: 100%;
}

.single .conteneur_single_archive {
  width: 100%;
}

.inner-contact {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
}
.inner-textephoto {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 20px;
}
.page-template-template-depot-temoignage .inner-contact {
  justify-content: center;
}
.page-template-template-depot-temoignage
  .wpcf7-form-control-wrap:not(.your-message) {
  /*width: 100%;*/
}
.content-textephoto,
.content-contact {
  background-image: url("./img/bg_carou.jpg");
}

.inner-contact > div {
  width: 50%;
  align-items: center;
}

.left-contact {
  padding-right: 200px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.wpcf7-form-control-wrap:not(.your-message) {
  width: 50%;
  display: block;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap > input {
  width: 100%;
  border-radius: 100px;
}

.wpcf7-form-control-wrap > textarea {
  border-radius: 25px;
}

.wpcf7-form-control-wrap > textarea,
.wpcf7-form-control-wrap > input {
  border: 3px solid #242424;
  padding: 8px 25px;
}

.wpcf7-form-control-wrap > textarea:focus,
.wpcf7-form-control-wrap > input:focus {
  border-color: #a0a0a0;
}
.your-phone,
.your-name,
.nom-societe,
.poste-occupe {
  float: left;
  padding-right: 10px;
}
.nom-prenom,
.votre-email,
.your-society,
.your-email {
  padding-left: 10px;
  float: right;
}
.labelvotre-note {
  margin-right: 20px;
}
.conteneur-note {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-template-depot-temoignage .wpcf7-form-control-wrap.menu-784 {
  width: auto;
}

.landing-page .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wpcf7-form .wpcf7-submit {
  border: 3px solid #ffcb00;
  border-radius: 50px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 35px 13px;
  margin: 20px auto;
  display: flex;
  transition: 0.3s;
  color: #fff;
}

.wpcf7-form .wpcf7-submit:hover {
  border-color: white;
}

.social-contact a {
  color: #242424;
  margin-right: 10px;
  font-size: 18px;
}

.social-contact a:hover {
  color: #ffcb00;
}

.left-contact > h2 {
  text-transform: uppercase;
}

.conteneur_telephone_contact {
  margin-bottom: 20px;
  display: block;
}

#telephone_contact > a {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #242424;
}

#telephone_contact > a:hover {
  color: #ffcb00;
}

header .main-navigation .sub-menu {
  background-color: rgba(36, 36, 36, 0.9);
  padding: 15px;
}

.sub-menu li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.sub-menu li > a:hover {
  color: #ffcb00;
  opacity: 1;
}

.conteneur_excerpt_archive a {
  font-weight: 700;
}

.title-contact-form {
  font-size: 24px;
  text-transform: uppercase;
}

.title-contact-form i {
  margin-right: 10px;
}

.conteneur_sidebar .widget-title {
  position: relative;
  margin-bottom: 30px;
}

.conteneur_sidebar .widget-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 200px;
  height: 1px;
  background: #242424;
}

/*Effets de slide*/
.slidehautcharge,
.slidebas,
.slidegauche,
.slidedroite {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slidehautcharge {
  transform: translateY(-100px);
}
.slidebas {
  transform: translateY(100px);
}
.slidegauche {
  transform: translateX(-100px);
}
.slidedroite {
  transform: translateX(100px);
}
.slidehautcharge-visible,
.slidebas-visible,
.slidegauche-visible,
.slidedroite-visible {
  opacity: 1 !important;
}
.slidehautcharge-visible,
.slidebas-visible {
  transform: translateY(0) !important;
}
.slidedroite-visible,
.slidegauche-visible {
  transform: translateX(0) !important;
}
/*Fin effets de slide*/
#content img {
  transition: 500ms all ease;
}
.single-accessory:hover .mouvement-image img,
.content-solution:hover .mouvement-image img {
  transform: translateY(-20px);
}
.grossissement img {
  transition: 2500ms all ease;
}
.grossissement:hover img {
  transform: scale(1.1);
}

.content-title {
  text-align: center;
}

/*Fade in sur scroll*/
.hideme {
  opacity: 0;
}
/*Fin du fade in sur scroll*/

#masthead.fixed {
  background: rgba(36, 36, 36, 0.9);
}

.video_wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.video_wrapper.ajustement iframe {
  width: 50%;
  height: 600px;
  max-height: 80vh;
}

.left-contact img {
  max-width: 250px;
  margin: auto;
}
.titre_page_videos,
.conteneur_filtre {
  background: #242424;
}
.titre_page_videos {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
.conteneur_filtre .searchandfilter {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 1400px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
.conteneur_filtre .searchandfilter ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.conteneur_filtre .searchandfilter ul li {
  width: 30%;
  margin: 10px 1.6%;
}
.conteneur_filtre .searchandfilter li label {
  width: 100%;
  border: 0 none;
  font-size: 14px;
  height: 45px;
  line-height: 25px;
}
.conteneur_filtre .searchandfilter li select,
.conteneur_filtre .searchandfilter li input {
  width: 100%;
  border: 0 none;
  font-size: 14px;
  height: 45px;
  line-height: 25px;
  padding: 10px;
}

.searchandfilter li input[type="submit"] {
  border: 3px solid #ffcb00;
  line-height: 19px;
  border-radius: 50px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
.conteneur_filtre .searchandfilter ul li.sf-field-reset {
  width: 150px;
  display: flex;
  align-items: center;
}
.conteneur_filtre .searchandfilter ul li.sf-field-reset input[type="submit"] {
  padding: 5px;
  height: 35px;
  font-size: 12px;
}
.conteneur_filtre .searchandfilter ul li.sf-field-submit {
  width: 50%;
}
.searchandfilter li input[type="submit"]:hover,
.wpcf7-form .wpcf7-submit:hover {
  background-color: #ffcb00;
  color: #242424;
}

.conteneur_actus .no-results {
  min-height: 60vh;
}
.video_accessoire {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.single-accessory {
  position: relative;
}

/*Formulaire personnalisation*/
.silhouette-form {
  max-width: 1100px;
}

.silhouette-form h3 {
  margin: 32px 0 14px;
  font-size: 22px;
  line-height: 1.25;
}

.silhouette-form .required {
  color: #c40000;
}

.silhouette-form .field-help {
  margin: -2px 0 14px;
  color: #666;
  font-size: 14px;
}

.visual-choice-grid {
  display: grid;
  gap: 20px;
  margin: 0 0 28px;
}

.visual-choice-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-choice-card {
  border: 2px solid #d9d9d9;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  cursor: pointer;
  transition: .2s ease;
  text-align: center;
  box-sizing: border-box;
}

.visual-choice-card:hover {
  border-color: #111;
  transform: translateY(-2px);
}

.visual-choice-card.is-selected {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

.visual-choice-card img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto 12px;
  height: auto;
}

.visual-choice-card__title {
  font-weight: 600;
  font-size: 16px;
}

.cf7-hidden-radios {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.cf7-inline-radios .wpcf7-form-control-wrap,
.cf7-checkbox-list .wpcf7-form-control-wrap {
  display: block;
}

.cf7-inline-radios .wpcf7-list-item,
.cf7-checkbox-list .wpcf7-list-item {
  margin: 0 18px 10px 0;
}

.cf7-inline-radios .wpcf7-list-item {
  display: inline-block;
}

.cf7-checkbox-list .wpcf7-list-item {
  display: block;
}

.cf7-inline-radios label,
.cf7-checkbox-list label {
  cursor: pointer;
}

.logo-upload-block {
  margin-top: 10px;
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fafafa;
}

.logo-upload-block input[type="file"] {
  display: block;
  width: 100%;
}

.form-submit {
  margin-top: 30px;
}

.form-submit input[type="submit"] {
  display: inline-block;
  padding: 14px 28px;
  border: 0;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s ease;
}

.form-submit input[type="submit"]:hover {
  opacity: .9;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
}
.cf7-custom-errors {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #c40000;
  border-radius: 12px;
  background: #fff4f4;
  color: #8f0000;
}

.cf7-custom-errors ul {
  margin: 10px 0 0 18px;
}

.field-error {
  border-radius: 12px;
  box-shadow: 0 0 0 2px rgba(196, 0, 0, 0.18);
}

.cf7-field input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
}

.cf7-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.cf7-grid-2 input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
}

.cf7-grid-2 label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 15px;
}

/* Succès */
.wpcf7-mail-sent-ok {
  background: #e6f9ed;
  border: 1px solid #28a745;
  color: #1e7e34;
}

/* Erreur */
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: #fff4f4;
  border: 1px solid #c40000;
  color: #8f0000;
}

@media (max-width: 900px) {
  /*.visual-choice-grid--3 {
    grid-template-columns: 1fr;
  }*/

  .visual-choice-card img {
    max-width: 180px;
  }
}

@media (max-width: 700px) {
  .cf7-grid-2 {
    grid-template-columns: 1fr;
  }
}
/*Formulaire personnalisation*/

/*Media Queries*/
@media (min-width: 1141px) {
  .sfm-rollback {
    display: none;
  }
}

@media (max-width: 1919px) {
  /*.inner-solution{
        width: 400px;
    }*/
}
@media (max-width: 1640px) {
  .site-header {
    padding: 20px;
  }

  .conteneur_top_header {
    padding: 7px 20px;
  }

  /* .inner-solution{
    	width: 350px;
    }*/
  .single-testmonial {
    width: 30%;
  }
  .inner-testimonials {
    gap: 5%;
  }
}

@media (max-width: 1400px) {
}

@media (max-width: 1400px) {
  .main-navigation li a {
    padding-left: 6px;
    padding-right: 6px;
  }

  .inner-repeater-section-3 {
    padding: 70px 20px;
  }

  .image-solution {
    width: 220px;
  }

  .main-navigation li a {
    font-size: 16px;
  }

  .content-solution {
    margin-bottom: 20px;
    height: 400px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .single .entry-title {
    font-size: 1.5em;
  }
}
@media (max-width: 1280px) {
  .bandeau-title {
    font-size: 26px;
  }

  .content-title > img {
    max-width: 400px;
  }

  .text-distributor .distributor-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .content-flag {
    padding-right: 30px;
    padding-left: 30px;
  }

  .distributor-title {
  }

  .distributor-contact > p {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .video_wrapper.ajustement iframe {
    width: 80%;
    max-height: 80vh;
  }
}

@media (max-width: 1240px) {
  .box-size {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-section-1 {
    flex-direction: column;
    align-items: center;
  }

  .content-solution {
    height: 500px;
  }

  .inner-solution {
    width: 550px;
  }

  .inner-section-2 .content-text-img {
    flex-direction: column;
    align-items: center;
  }

  .content-text-img > div {
    width: 100%;
    text-align: center;
  }

  .content-text-img .content-text {
    padding: 10px 0;
  }

  .conteneur_actus {
    gap: 2%;
  }

  .conteneur_single_archive:first-child {
    width: 100%;
  }

  .conteneur_single_archive {
    width: 49%;
  }
  .single-testmonial {
    width: 48%;
  }
  .inner-testimonials {
    gap: 4%;
  }
}

@media (max-width: 1140px) {
  .flag_langage,
  .main-navigation {
    display: none;
  }

  .site-header {
    justify-content: space-between;
  }

  .inner-repeater-section-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-icon {
    width: 50%;
  }

  .product-section-1 .mySwiper .swiper-slide img {
    width: 60px;
    height: 60px;
  }

  .pagination-carrou {
    width: 700px;
  }

  /*.inner-testimonials{
        gap: 2%;
    }

    .single-testmonial{
        width: 32%;
    }*/
}

@media (max-width: 1000px) {
  .single-distributor {
    width: 100%;
  }
  .conteneur_filtre .searchandfilter {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  .conteneur_footer_sidebars {
    flex-wrap: wrap;
  }

  .conteneur_footer_sidebars > div {
    width: 50%;
  }

  .images_section_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .images_section_3 > img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .content-accessory > div {
    width: 50%;
    margin-bottom: 20px;
  }

  .single-testmonial {
    padding: 75px 10px 10px 10px;
    width: 100%;
  }

  .left-contact {
    padding-right: 50px;
  }
}

@media (max-width: 750px) {
  .product-section-1 .mySwiper .swiper-slide img {
    width: 40px;
    height: 40px;
  }

  .pagination-carrou {
    width: 500px;
  }

  .single .entry-content,
  .blog .entry-content,
  .archive .entry-content {
    flex-direction: column-reverse;
  }

  .conteneur_actus {
    width: 100%;
  }

  .conteneur_sidebar {
    width: 100%;
  }
  .conteneur_filtre .searchandfilter ul li.sf-field-submit,
  .conteneur_filtre .searchandfilter ul li {
    width: 90%;
    margin: 10px auto;
  }
  .conteneur_filtre .searchandfilter ul {
    display: block;
  }
}

@media (max-width: 650px) {
  .content-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .inner-contact > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .wpcf7-form-control-wrap:not(.your-message) {
    width: 100%;
    padding: 0 !important;
  }
  .slidedroite {
    transform: translateX(-100px);
  }
  .content-solution {
    margin-left: 0;
    margin-right: 0;
    width: 95%;
  }
  .titre_page_videos {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .video_wrapper.ajustement iframe {
    width: 90%;
    max-height: 300px;
  }
  .inner-solution > img {
    width: 320px;
    max-width: 100%;
  }

  .inner-solution {
    width: 100%;
  }

  .content-icon {
    width: 100%;
  }

  .text-section-2 {
    flex-wrap: wrap;
  }

  .text-section-2 > div {
    width: 100%;
  }
  .conteneurarchivestutosvideos .entry-title {
    font-size: 1.2em;
  }
  .conteneur_filtre .searchandfilter {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .archives-actus .conteneur_single_archive:first-child {
    width: 100%;
  }

  .product-section-1 .mySwiper .swiper-slide img {
    width: 25px;
    height: 25px;
  }

  .pagination-carrou {
    width: 350px;
  }

  .single-distributor {
    flex-direction: column;
    margin-top: 50px;
  }

  .content-flag {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-distributor {
    padding-left: 10px;
    padding-right: 10px;
  }

  .conteneur_single_archive {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .conteneur_footer_sidebars > div {
    width: 100%;
  }
  .content-accessory > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bandeau-title {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .product-section-1 .mySwiper .swiper-slide img {
    width: 20px;
    height: 20px;
  }

  .pagination-carrou {
    width: 280px;
  }
}

@media (max-width: 400px) {
  /*.inner-solution>img{
        max-width: 230px;
    }*/

  /*.inner-solution{
        width: 250px;
    }*/

  .content-repeater-section-3 {
    padding: 10px;
  }

  .inner-product-section-2 .custom-button {
    display: block;
  }
}
