/*
Theme Name: Biznet Template
Theme URI: http://underscores.me/
Author: Biznet
Author URI: http://www.biznet-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

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.

Biznet Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

.website-1 {
  --main-color: #e74613;
  --light-color: #faf0e6;
  --border-color: #f6bd88;
  --filter-color: #e74613cc;
  --middle-color: #f08119;
  --font: "Poppins", sans-serif;
  --font-text: "Open Sans", sans-serif;
  --contrast-color: #1846ad;
}

.website-2 {
  --main-color: #0092b8;
  --light-color: #cdeaf1;
  --border-color: #a9dbe7;
  --filter-color: #0092b8cc;
  --middle-color: #16687d;
  --font: "Exo 2", sans-serif;
  --font-text: "Montserrat", sans-serif;
  --contrast-color: #ba3910;
}

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Economica:ital,wght@0,400;0,700;1,400;1,700&display=swap"); */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-text);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

/* HTML */

html {
  font-family: var(--font-text);
  color: black;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
}

a {
}

h1,
h2,
h3 {
  position: relative;
  font-family: var(--font);
}

.home h1 {
  line-height: 1.3em;
  color: white;
  margin-bottom: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
}

ul {
}

ol {
}

li {
}

blockquote {
}

img {
}

/* WordPress */

.opacityone {
  opacity: 1 !important;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
}

.gallery figure {
  margin: 10px;
  padding: 20px;
  border-style: solid;
  border-color: grey;
  border: 1px solid #f0f0f0;
}

.gallery a {
  display: block;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Class */

.clear {
  clear: both;
}

/* Animations */

#primary-menu .sub-menu {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#logo {
}

#masthead {
  padding-top: 25px;
}

.top-header {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#primary-menu {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 0;
  font-weight: bold;
}

#primary-menu > li {
  display: inline-block;
  position: relative;
}

#primary-menu > li > a:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: contrast(0);
  transition: all 200ms ease-in-out;
}

#primary-menu > li > .sub-menu {
  list-style: none;
  position: absolute;
  padding: 10px;
  margin: 0;
  top: 100%;
  background-color: white;
  transition: 0.3s ease;
  transform-origin: 0 0;
  transform: scale(0);
  opacity: 0;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

#primary-menu > li:hover > .sub-menu {
  transform: scale(1);
  opacity: 1;
}

#primary-menu > li:hover > .sub-menu > li {
  transform: scale(1);
  opacity: 1;
}

#primary-menu > li > .sub-menu > li {
  transition: 0.5s ease;
  transform: translateY(-20px);
  opacity: 0;
}

#primary-menu > li:hover > .sub-menu > li {
  transform: translateY(0);
  opacity: 1;
}

#primary-menu > li > .sub-menu > li > a {
  white-space: nowrap;
  color: #7a7a7a;
  padding: 10px 16px;
  display: block;
  text-decoration: none;
  text-align: left;
}

#primary-menu > li > .sub-menu > li > a:hover {
  color: var(--main-color);
  background-color: var(--light-color);
  border-radius: 4px;
}

a {
  transition: all 200ms ease-in-out;
}

.amicae-li > a:before {
  background-image: url(img/picto/amicae.png);
}

.r2m-li > a:before {
  background-image: url(img/picto/r2m.png);
}

.location-li > a:before {
  background-image: url(img/picto/permission.png);
}

.mobilit-li > a:before {
  background-image: url(img/picto/crutch.png);
}

.confort-li > a:before {
  background-image: url(img/picto/heart.png);
}

.transfert-li > a:before {
  background-image: url(img/picto/wheelchair.png);
}

.pro-li > a:before {
  background-image: url(img/picto/portfolio.png);
}

.prevention-li > a:before {
  background-image: url(img/picto/shield.png);
}

.incontinence-li > a:before {
  background-image: url(img/picto/men-underwear.png);
}

.stoma-li > a:before {
  background-image: url(img/picto/stethoscope.png);
}

.ortho-li > a:before {
  background-image: url(img/picto/ortho.png);
}

.sommeil-li > a:before {
  background-image: url(img/picto/sommeil.png);
}

.allaitement-li > a:before {
  background-image: url(img/picto/allaitement.png);
}

.prothese-li > a:before {
  background-image: url(img/picto/prothese.png);
}

#primary-menu > li > a {
  font-family: var(--font);
  font-size: 15px;
  text-decoration: none;
  color: #898989;
  position: relative;
  padding: 16px 25px 16px 45px;
  display: inline-flex;
}

#primary-menu > li:hover,
#primary-menu > li:hover > a,
#primary-menu > li > a:hover {
  color: white;
  background-color: var(--main-color);
}

#primary-menu > li:hover > a::before,
#primary-menu > li > a:hover::before {
  filter: brightness(0) invert(1);
}

.rs {
  display: flex;
  align-items: center;
  width: 36%;
}

.rs > a {
  margin-right: 20px;
}

#logo {
  text-align: center;
}

.btn-tel {
  display: flex;
  align-items: center;
  width: 36%;
  justify-content: flex-end;
}

.btn-tel .btn-bl svg {
  fill: white;
}

.website-2 .btn-bl {
  margin-left: 16px;
}

.btn-tel > a {
  font-size: 15px;
  white-space: nowrap;
}

#site-navigation {
}

/* .responsive-menu-pro-open #site-navigation{
 left: 0px!important;
} */

.menu-burger {
  position: absolute;
  top: 41px;
  height: 28px;
  width: 28px;
  padding: 10px;
  right: 20px;
  background: var(--main-color);
  display: none;
  border-radius: 5px;
}

.menu-burger svg {
  position: absolute;
  right: 6px;
  top: 6px;
  stroke: white;
}

.menu-burger .open {
  display: none;
  top: 4px;
  right: 5px;
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
.blob {
  position: absolute;
  z-index: -1;
  width: 350px;
}

.blob_1 {
  top: 0;
  left: 0;
}

.blob_2 {
  right: 0;
  top: 30%;
}

.blob_3 {
  bottom: 0;
  left: 0;
}

#page {
  max-width: 1400px;
  margin: auto;
}

.home #page {
  min-height: 2000px;
}

#content {
}

#primary {
}

#main {
}

#secondary {
}

.container {
  display: flex;
}

.home-slider .container {
  transform: translateX(25px);
  overflow: hidden;
}

.home-slider .container-info {
  display: flex;
  align-items: flex-end;
  width: 40%;
  height: 600px;
}

.bloc-info {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 60%;
  background-size: cover;
  background-position: center;
}

.website-1 .bloc-info {
  /* background-image: url(img/1_wallpaper_bloc_info.png); */
  background-image: url(img/1_wallpaper_bloc_info.webp);
}

.website-2 .bloc-info {
  /* background-image: url(img/2_wallpaper_bloc_info.png); */
  background-image: url(img/2_wallpaper_bloc_info.webp);
}

.bloc-info p {
  color: white;
}

.bloc-info::after {
  /*content: "";*/
  position: absolute;
  background-color: rgba(231, 113, 76, 0.5);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.bloc-info > div {
  margin: 115px 80px 0;
  padding: 0 30px;
  text-align: center;
}

.slick-home-slider {
  width: 60%;
}

.website-1 .slick-home-slider:after {
  content: "";
  background-image: url(img/vect1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 5;
  bottom: 5px;
  left: -105px;
  width: 220px;
  height: 220px;
}

.slick-home-slider .slick-list {
  overflow: initial;
  height: 100%;
}

.slick-home-slider .slick-track {
  height: 100%;
}

.home-slider-item {
  position: relative;
  width: 100%;
  height: 95% !important;
}

.home-slider-img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-slider-img span {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.home-slider-caption {
  background-color: white;
  width: 48%;
  position: absolute;
  top: 35px;
  left: -380px;
  padding: 35px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.home-slider-caption span {
  font-family: var(--font);
  font-size: 3em;
  font-weight: 700;
  line-height: 50px;
}

p {
  line-height: 25px;
}

.btn {
  font-family: var(--font);
  border-radius: 30px;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  align-items: center;
  border: 1px solid;
  text-transform: uppercase;
  display: inline-flex;
  font-size: 12px;
  transition: 0.3s;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.btn:hover {
  opacity: 0.5;
}

/* .btn-bl:hover {
	background-color: transparent;
	color: black;
} */

.btn-bl {
  background-color: black;
  border-color: black;
}

.btn-ora {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.home-card {
  margin: 25px 0;
}

.list-gamme {
  width: 40%;
}

/* .list-gamme > h2 { */
h2 {
  position: relative;
  margin-bottom: 30px;
}

h2:after,
.home-for-you h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 11px;
  height: 4px;
  width: 17px;
  border-radius: 4px;
  background-color: var(--main-color);
}

h2:before,
.home-for-you h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  width: 8px;
  border-radius: 4px;
  background-color: var(--main-color);
}

ul.liste_container2 {
  margin-top: 40px;
}

.liste_container2 li {
  list-style: none;
  position: relative;
}

.listli > span {
  position: absolute;
  font-family: var(--font);
  top: 0;
  left: -40px;
  color: #e3e3e5;
  font-size: 22px;
  font-weight: bolder;
  line-height: 22px;
}

.container-gamme {
  width: 60%;
  margin-left: 100px;
}

.card {
  position: relative;
  width: 23%;
  text-align: center;
  background-color: #f3f3f3;
  margin: 0 10px;
  padding: 20px 25px;
  border-radius: 10px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.website-1 .container-gamme > .card:nth-child(1):after {
  content: "";
  background-image: url(img/vect4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 5;
  bottom: -25px;
  left: -25px;
  width: 80px;
  height: 80px;
}

.website-1 .container-gamme > .card:nth-child(2):after {
  content: "";
  background-image: url(img/vect2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 5;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}

.website-1 .container-gamme > .card:nth-child(3):after {
  content: "";
  background-image: url(img/vect3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 5;
  bottom: -40px;
  right: 0;
  width: 80px;
  height: 80px;
}

.website-2 .container-gamme > .card:nth-child(1):after {
  content: "";
  background-image: url(img/vect6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 5;
  top: -116px;
  left: -97px;
  width: 133px;
  height: 146px;
}

.website-2 .container-gamme > .card:nth-child(2):after {
  content: "";
  background-image: url(img/vect7.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 5;
  bottom: -89px;
  left: 0;
  right: 0;
  margin: auto;
  width: 118px;
  height: 114px;
}

.website-2 .container-gamme > .card:nth-child(3):after {
  content: "";
  background-image: url(img/vect8.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 5;
  top: -43px;
  right: -63px;
  width: 90px;
  height: 130px;
}

.container-gamme > .card:after {
  transition: 0.3s;
}

.container-gamme > .card:nth-child(2) {
  transform: translateY(-80px);
}

.container-gamme > .card:nth-child(3) {
  transform: translateY(-20px);
}

.card h3 {
  font-size: 20px;
  margin: 0;
  line-height: 25px;
}

.card p {
  font-size: 13px;
  line-height: 25px;
}

.home-banner {
  margin: 100px 0;
}

.home-banner > .banner {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 250px;
  border-radius: 5px;
  background-size: cover;
}

.website-1 .home-banner > .banner {
  background-image: url(img/1_wallpaper_banner.png);
}

.website-2 .home-banner > .banner {
  background-image: url(img/2_wallpaper_banner.png);
}

.home-banner > .banner:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 5;
  bottom: 0;
  margin: auto;
}

.website-1 .home-banner > .banner:before {
  background-image: url(img/1_vect5.png);
  height: 140px;
  left: -67px;
  top: 0;
  width: 100px;
}

.website-2 .home-banner > .banner:before {
  background-image: url(img/2_vect5.svg);
  height: 350px;
  top: -80px;
  width: 172px;
  left: -66px;
}

.banner-l {
  position: relative;
  width: 40%;
  background-image: url(img/bl_banner.png);
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
}

.text-note {
  font-family: "Economica", sans-serif;
  /* width: 285px; */
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 30px;
}

.text-note > span:first-child {
  color: var(--main-color);
}

.text-note > span:nth-child(2) {
  color: var(--main-color);
  font-size: 26.5px;
}

.text-note > span:nth-child(3) {
  font-size: 21.6px;
  margin: 5px 0;
}

.text-note > span:nth-child(4) {
  font-size: 52px;
  line-height: 52px;
  font-family: var(--font);
  margin-bottom: 10px;
}

.btn-wh {
  background-color: white;
  border-color: white;
  color: black;
  font-weight: 700;
  font-family: var(--font);
}

.btn-wh:hover {
  background-color: transparent;
  color: white;
}

.btn-wh > i {
  margin-right: 5px;
}

.website-1 img.acc {
  position: absolute;
  width: 340px;
  top: -50px;
  right: -25px;
  z-index: 2;
}

.website-2 img.acc {
  position: absolute;
  width: 485px;
  top: -98px;
  right: -79px;
  z-index: 2;
}

.banner-r {
  width: 55%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
}

.banner-r > .strengths {
  position: relative;
  margin-right: 50px;
  min-height: 82px;
  width: 40%;
  color: white;
}

.banner-r > .strengths:nth-child(2) {
  margin-right: 0;
}

.banner-r > .strengths:nth-child(4) {
  margin-right: 0;
}

.strengths h3 {
  margin: 0;
  position: relative;
  z-index: 2;
}

.strengths p {
  margin-top: 5px;
  position: relative;
  z-index: 2;
}

.strengths svg {
  top: -5px;
  left: -50px;
  position: absolute;
  z-index: 1;
}

.strengths svg path {
  fill: var(--middle-color);
}

.strengths .check {
  position: absolute;
  color: white;
  z-index: 5;
  font-size: 20px;
  font-weight: 700;
  top: 0;
  bottom: 10px;
  height: 27px;
  margin: auto;
  left: -30px;
}

.home-for-you h2 {
  text-align: center;
  margin-bottom: 80px;
}

.home-for-you h2:before {
  right: 0;
  left: -32px;
  margin: auto;
}

.home-for-you h2:after {
  left: 0px;
  right: 0;
  margin: auto;
}

.circle_menu {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  justify-content: center;
}

.circle_menu:after,
.circle_menu:before {
  position: absolute;
  content: "";
  width: 550px;
  height: 550px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.circle_menu:before {
  border: 9px solid var(--light-color);
  top: -2px;
  width: 541px;
  height: 541px;
}

.circle_menu:after {
  border: 2px dashed var(--main-color);
  animation: rotate2 550s linear infinite;
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(3600deg);
    -ms-transform: rotate(3600deg);
    transform: rotate(3600deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(3600deg);
    -ms-transform: rotate(3600deg);
    transform: rotate(3600deg);
  }
}

@-o-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(3600deg);
    -ms-transform: rotate(3600deg);
    transform: rotate(3600deg);
  }
}

img.circle_img {
  height: 294px;
  object-fit: contain;
  padding: 22px 120px 0 120px;
  transform: scale(1.1);
  width: fit-content;
}

.for_you_container {
  max-width: 190px;
  width: 100%;
}

.circle_menu > .for_you_container:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}

.circle_menu > .for_you_container:first-child > .for_you_item:nth-child(2) {
  transform: translateX(-50px);
  z-index: 2;
}

.circle_menu > .for_you_container:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.circle_menu > .for_you_container:nth-child(3) > .for_you_item:nth-child(2) {
  transform: translateX(50px);
  z-index: 3;
}

.for_you_item {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  /* padding-bottom: 16px; */
  min-height: 60px;
}

.for_you_item:before {
  transition: 0.3s;
}

.for_you_item:hover:before {
  color: white !important;
  background-color: var(--border-color) !important;
}

.circle_menu > .for_you_container:nth-child(3) > .for_you_item:before {
  content: "\2609";
  color: var(--main-color);
  background-color: var(--light-color);
  border: 5px solid white;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -65px;
  z-index: 5;
}

.circle_menu
  > .for_you_container:nth-child(3)
  > .for_you_item:nth-child(2):before {
  left: -84px;
}

.circle_menu
  > .for_you_container:nth-child(3)
  > .for_you_item:nth-child(1):after {
  content: "";
  background-color: white;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  top: 0;
  left: -80px;
}

.circle_menu
  > .for_you_container:nth-child(3)
  > .for_you_item:nth-child(3):after {
  content: "";
  background-color: white;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  bottom: 0;
  left: -80px;
}

.circle_menu > .for_you_container:first-child > .for_you_item:before {
  content: "\2609";
  color: var(--main-color);
  background-color: var(--light-color);
  border: 5px solid white;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -65px;
  z-index: 5;
}

.circle_menu
  > .for_you_container:first-child
  > .for_you_item:nth-child(2):before {
  right: -84px;
}

.circle_menu
  > .for_you_container:first-child
  > .for_you_item:nth-child(1):after {
  content: "";
  background-color: white;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  top: 0;
  right: -80px;
}

.circle_menu
  > .for_you_container:first-child
  > .for_you_item:nth-child(3):after {
  content: "";
  background-color: white;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  bottom: 0;
  right: -80px;
}

.for_you_item h3 {
  margin: 16px 0 8px 0;
}

.for_you_item p {
  margin-top: 0px;
  line-height: 25px;
}

.circle_menu > .for_you_container:nth-child(3) > .for_you_item p {
  padding-right: 70px;
}

.circle_menu > .for_you_container:first-child > .for_you_item p {
  padding-left: 70px;
}

.img_vect {
  position: absolute;
}

.for_you_item div p,
.for_you_item div > div {
  display: none;
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
  color: white;
  background-color: black;
  min-height: 150px;
  margin-top: 100px;
  border-radius: 6px 6px 0 0;
  padding: 25px 50px;
}

.vingt-cinqpourcent {
  width: 25%;
}

.cinquantepourcent {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}

p#copyright {
  text-align: center;
  font-size: 11px;
  color: #6b6b6b;
  margin-bottom: 0;
}

p#copyright a {
  color: #6b6b6b;
}

#colophon .container a {
  color: white;
  text-decoration: none;
}

.certifs {
  background-color: white;
  width: 100%;
  height: 125px;
  margin: 10px 0;
}

.map {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

#primary-menu > li.current_page_item > a,
#primary-menu > li.current_page_ancestor > a {
  color: white;
  background-color: var(--main-color);
}

#primary-menu > li.current_page_item > a::before,
#primary-menu > li.current_page_ancestor > a::before {
  filter: brightness(0) invert(1);
}

header.entry-header {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background: url(img/bg-default-template.jpg) no-repeat center center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  gap: 5px;
  margin-bottom: 20px;
}

header.entry-header h1 {
  color: white;
  z-index: 2;
  margin: 0;
}

header.entry-header p#breadcrumbs {
  color: white;
  z-index: 2;
  padding: 3px 14px;
  font-size: 14px;
  margin: 0;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}

header.entry-header p#breadcrumbs a {
  color: white;
  z-index: 2;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}

header.entry-header::before {
  content: "";
  background-color: var(--filter-color);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.produits-wrapper {
  display: flex;
  justify-content: space-between;
}

.produits-wrapper .left {
  flex: 380px 0 0;
  padding-right: 40px;
  box-sizing: border-box;
}

.produits-wrapper .right {
  flex: auto;
}

.nav-cats {
  border-radius: 10px;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}

.left-container {
  position: sticky;
  top: 20px;
}

.nav-cats a {
  display: flex;
  align-items: center;
  padding-right: 34px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 15px;
  color: black;
  text-decoration: none;
  line-height: 1.4em;
  margin-bottom: 12px;
  cursor: pointer;
  border-radius: 4px;
  background-color: white;
  position: relative;
}

.nav-cats a svg {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: var(--contrast-color);
}

.nav-cats a:hover {
  background-color: #ddd;
}

.nav-cats a.current {
  background-color: black !important;
  color: white;
}

.nav-cats a.current svg {
  fill: white;
}

.nav-cats a.current span {
  border-radius: 4px 0 0 4px;
}

.nav-cats a span {
  flex: 60px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 4px 0 0 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
  margin-right: 16px;
}

.nav-cats a:last-child {
  margin-bottom: 0;
}

.category-content {
  /* border-top: 1px solid #ddd; */
  /* margin-top: 20px; */
  /* padding-top: 20px; */
}

/* .category-content section {
  display: none;
}

.category-content section#current {
  display: block;
} */

.category-content table tr td:first-child {
  width: 200px !important;
}

.category-content table td:last-child {
  width: auto !important;
}

.category-content table td img {
  border-radius: 10px;
  margin: 10px 0;
}

.category-content table td strong {
  font-family: var(--font);
  font-weight: 600;
  font-size: 18px;
  color: var(--main-color);
}

.category-content table td ul {
  padding-left: 10px;
  margin: 0;
}

.category-content table td li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
}

.category-content table td li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: var(--main-color);
}

.liste-produits-content {
  background-color: var(--light-color);
  padding: 4px 20px;
  border-radius: 10px;
  color: black;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
}

.liste-produits-content > h2 {
  color: var(--main-color);
}

.text-note {
  background: url(img/bg-convention.jpg) no-repeat center black;
  border-radius: 10px;
  background-size: cover;
  padding: 30px 20px;

  box-sizing: border-box;
}

.banner-l .text-note {
  background: none;
  flex: 0 1 285px;
}

.text-note > span:first-child,
.text-note > span:nth-child(2) {
  font-weight: 600;
}

.galerie_photo {
  display: flex;
}

.gal-photo {
  width: 200px;
  height: 180px;
  background-color: #ddd;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 0 14px 14px 0;
  position: relative;
  overflow: hidden;
}

.gal-photo::before {
  content: "";
  background: url(img/magnifier.png) no-repeat center center rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.gal-photo:hover::before {
  opacity: 1;
}

.children-list {
  display: flex;
  flex-wrap: wrap;
}

.children-list a {
  background-color: var(--light-color);
  width: 240px;
  height: 180px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 16px;
  margin: 0 12px 12px 0;
  cursor: pointer;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.children-list a div:first-child {
  aspect-ratio: 1/1;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  justify-content: end;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.children-list a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background-color: black;
  opacity: 0.4;
  transition: all 400ms ease-in-out;
}

.children-list a:hover::before {
  opacity: 0.2;
}

.children-list a:hover span::before {
  width: 12px;
  height: 12px;
}

.children-list a span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: white;
  font-family: var(--font);
}

.children-list a span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 3px solid var(--main-color);
  display: inline-block;
  margin-right: 10px;
  transition: all 200ms ease-in-out;
}

.children-list a:hover {
  /* color: white; */
}

.children-list-product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.children-list-product a {
  width: calc(20% - 16px);
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-color: var(--light-color);
  border: 1px solid #ececec;
}

.children-list-product a div:first-child {
  aspect-ratio: 1/1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.children-list-product a div.content-card {
  margin: 20px;
}

.children-list-product a div.content-card p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* .children-list-product a div.content-card p:last-child {
  background-color: var(--main-color);
  color: white;
  padding: 7px 11px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  font-family: var(--font);
  box-sizing: border-box;
  margin: 10px 0 0;
} */

/* .children-list-product a div:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
  transition: all 400ms ease-in-out;
} */

.children-list-product a div:first-child p {
  background-color: var(--main-color);
  color: white;
  padding: 7px 11px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  font-family: var(--font);
  box-sizing: border-box;
  margin: 10px 0 0;
  opacity: 0;
  transition: all 300ms;
}

.children-list-product a:hover div:first-child p {
  opacity: 1;
  transition: all 300ms;
}

.children-list-product a:hover::before {
  opacity: 0.3;
}

.children-list-product a:hover span::before {
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.children-list-product a span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: black;
  font-family: var(--font);
}

.children-list-product a span::before {
  content: "";
  width: 8px;
  min-width: 8px;
  min-height: 8px;
  height: 8px;
  border-radius: 50%;
  border: 3px solid var(--main-color);
  display: inline-block;
  margin-right: 10px;
  transition: all 200ms ease-in-out;
}

.children-list-product a:hover {
  /* color: white; */
}

.btn-telephone {
  color: black;
  background: none;
  border: 0;
  margin-left: 0;
}

.btn-telephone svg {
  fill: black !important;
  margin-right: 10px;
}

.address-span {
  display: inline-flex;
  align-items: center;
  font-family: var(--font);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4em;
}

.rs svg {
  margin-right: 10px;
}

.rs .btn {
  margin-left: 20px;
  margin-right: 0;
}

.address-span svg {
  fill: black;
  margin-right: 10px;
}

.website-2 .btn-bl.btn-telephone {
  padding: 12px 0 12px 0px;
}

.bloc {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #ececec;
  background-color: white;
  border-bottom: 4px solid #ececec;
}

.bloc:not(:first-child) {
  margin-top: 20px;
}

.bloc ul {
  padding-left: 15px;
}

.bloc ul li {
  list-style: none;
  position: relative;
  padding: 4px 0 4px 34px;
  line-height: 1.6em;
  font-weight: 600;
}

.bloc ul li::before {
  content: "✓";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  font-weight: bold;
  background: var(--filter-color);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: auto;
}

.new-gal-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.new-gal-photos div {
  width: 214px;
  text-align: center;
  display: flex;
  /* margin: 0 20px 20px 0; */
  flex-direction: column;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  overflow: hidden;
  background-color: #f3f3f3;
}

.new-gal-photos div:hover {
  border-color: #ccc;
}

.new-gal-photos div a {
  width: 100%;
  height: 210px;
  flex: 210px 0 0;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.new-gal-photos div span {
  font-size: 13px;
  font-weight: 600;
  padding: 0 4px;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slbCaption {
  color: white;
}

.btn-contact-header {
  width: 39px;
  box-sizing: border-box;
  height: 39px;
  padding: 0;
  display: flex;
  justify-content: center;
}

button#responsive-menu-pro-button {
  width: 46px !important;
  height: 46px !important;
  border-radius: 4px !important;
  background: black !important;
}

#responsive-menu-pro-search-box {
  display: none !important;
}

#responsive-menu-pro-wrapper {
  position: relative;
}

#responsive-menu-pro-wrapper::before {
  content: "Menu";
  display: block;
  padding: 30px 0 10px 5% !important;
  color: white;
  font-weight: bold;
}

.footer-line {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

.footer-line svg,
.footer-line i {
  fill: white;
  margin-right: 10px;
}

.no-touch {
  pointer-events: none;
}

#colophon h3 {
  border-bottom: 1px dashed #2f2f2f;
  padding-bottom: 8px;
}

.wpcf7 * {
  outline: none;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea {
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
  margin-top: 6px;
  width: 100%;
  border: 1px solid var(--border-color);
  resize: none;
}

.wpcf7-textarea {
  height: 100px;
}

.left .wpcf7 {
  padding: 10px 20px 20px 20px;
  margin-bottom: 20px;
  background-color: var(--light-color);
  border-radius: 10px;
}

.left .wpcf7 strong {
  color: var(--main-color);
  font-family: var(--font);
  font-size: 18px;
}

.wpcf7-submit {
  font-family: var(--font);
  border-radius: 30px;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  align-items: center;
  border: 1px solid;
  text-transform: uppercase;
  display: inline-flex;
  font-size: 12px;
  transition: 0.3s;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: var(--main-color);
  border-color: var(--main-color);
  margin-top: 10px;
}

.wpcf7-submit:hover {
  opacity: 0.5;
}

.form-bloc-btn {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

span.wpcf7-not-valid-tip {
  font-size: 11px !important;
  color: #6b6b6b !important;
}

div.wpcf7-response-output {
  border: 0 !important;
  font-size: 12px !important;
  padding: 10px !important;
  background: var(--light-color) !important;
  border-radius: 4px;
  font-weight: 600;
}

#primary-menu li:first-child,
#primary-menu li:first-child > a {
  border-radius: 6px 0 0 6px;
}

#primary-menu li:last-child,
#primary-menu li:last-child > a {
  border-radius: 0 6px 6px 0;
}

#primary-menu li:last-child:hover .sub-menu {
  right: -1px;
}

.right-contact .wpcf7 p {
  /* display: none; */
}

.right-contact {
  display: flex;
  justify-content: space-between;
}

.right-contact p a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.right-contact > div:first-child {
  width: 40%;
}

.right-contact > div:last-child {
  width: 56%;
}

.slbCaption {
  font-size: 16px !important;
  color: white !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}

.pop-up .wpcf7 {
  text-align: left;
}

.error-404 {
  padding: 50px 0;
  text-align: center;
}

.error-404 h1 {
  font-size: 100px;
  color: var(--light-color);
  margin-bottom: 0;
  line-height: 1em;
}

.grecaptcha-badge {
  display: none;
}

p.mention {
  font-size: 11px;
  line-height: 1.5em;
  color: #6b6b6b;
}

p.mention a {
  font-weight: bold;
  color: #6b6b6b;
}

.wp-gdpr-cookie-notice-heading h2::before,
.wp-gdpr-cookie-notice-heading h2::after {
  display: none;
}

.wp-gdpr-cookie-notice-content p {
  line-height: 1.5em;
}

.wp-gdpr-cookie-notice-button {
  background-color: var(--main-color) !important;
  font-weight: 600;
  border-radius: 20px !important;
  padding: 10px 15px !important;
}

.cookie-bar-block #catapult-cookie-bar h3 {
  border: 0 !important;
  padding-bottom: 0 !important;
}

.ctcc-right-side {
  margin: 0 !important;
}

.ctcc-left-side {
  margin-bottom: 0 !important;
}

.boutons-flottants {
  bottom: 20px !important;
}

.arguments-sup {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ececec;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.arguments-sup::before {
  content: "";
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 1;
}

.arguments-sup ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.arguments-sup ul li {
  list-style: none;
  line-height: 1.4em;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 0 10px 46px;
  font-size: 15px;
  color: white;
  text-align: left;
  font-family: var(--font-text);
  border-bottom: 1px solid #252525;
}

.arguments-sup ul li strong {
  color: var(--main-color);
  font-size: 20px;
  font-family: "Economica", sans-serif;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.arguments-sup ul li::before {
  content: "✓";
  width: 40px;
  height: 33px;
  background: url(img/bgcheck-blue.png) no-repeat center center;
  margin-right: 14px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  left: -6px;
  top: 8px;
  bottom: 0;
}

.arguments-sup ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.resp {
  display: none !important;
}

.faqs h2 {
  margin: 40px 0 30px;
}

.faqs .faq {
  position: relative;
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
}

.question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 27px;
}

.faq p {
  margin-bottom: 0;
  margin-top: 20px;
}

.faqs .faq .question {
  position: relative;
  cursor: pointer;
}

.faq h3 {
  margin: 0;
  font-weight: 500;
  padding-right: 50px;
}

.active .question:after {
  content: "-";
}

.reponse {
  display: none;
}

/* LANDING PAGE */

.landing_bloc1 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  gap: 30px;
  flex-wrap: wrap;
}

.landing_bloc1 h1 {
  width: 50vw;
}

.landing_bloc1 .new-gal-photos div {
  /* margin: 0 20px 0 0; */
}

.landing_bloc1 .right {
  flex: 1 0 400px;
  background-color: var(--light-color);
  padding: 10px 30px;
  border-radius: 10px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing_bloc1 .right h3 {
  font-size: 21px;
}

.landing_bloc2 .banner-r {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: calc(100% - 320px);
  padding: 40px 15px 18px 69px;
  box-sizing: border-box;
  justify-content: space-evenly;
  gap: 20px 30px;
  flex-wrap: wrap;
}

.landing_bloc2 .text-note {
  justify-content: center;
  flex: 1 0 285px;
}

.website-2 .landing_bloc2 .banner-r {
  background-image: url(img/2_wallpaper_bloc_info.png);
}

.website-1 .landing_bloc2 .banner-r {
  background-image: url(img/1_wallpaper_bloc_info.png);
}

.landing_bloc2 .banner-r > .strengths {
  flex: 0 0 250px;
  margin-right: 0;
}

.landing_bloc2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 30px;
}

.landing_bloc3 {
  text-align: center;
}

.landing_bloc3 h2::before {
  right: 0;
  left: -32px;
  margin: auto;
}

.landing_bloc3 h2 {
  margin-bottom: 70px;
}

.landing_bloc3 h2::after {
  left: 0px;
  right: 0;
  margin: auto;
}

.landing_bloc3 .liste_container2 {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 0;
  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap;
}

.landing_bloc3 .listli {
  position: relative;
  flex: 0 0 300px;
}

.landing_bloc3 .listli > span {
  position: absolute;
  font-size: 200px;
  top: 0;
  left: 0;
  opacity: 0.8;
  color: var(--light-color);
  right: 0;
  transform: translateY(200%);
  z-index: -1;
}

.landing_bloc4 {
  display: flex;
  gap: 30px;
  margin: 70px 0 0;
}

.landing_bloc4 .map {
  width: 55%;
  height: 100%;
}

.landing_bloc4 > div:not(.map) {
  width: 45%;
}

/* Actualités  */

.blog a.blog-content {
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
}

.single .post .entry-content a {
  text-decoration: none;
  color: var(--main-color);
  font-weight: bold;
}

.blog article.post:first-of-type {
  width: calc(50% - 10px);
  background-position: left;
  background-size: 42% 100%;
  background-repeat: no-repeat;
  background-color: var(--light-color);
  flex-direction: row;
}

.blog article.post:first-of-type .entry-content {
  /* margin-left: calc(42% + 30px); */
  color: black;
}

.blog article.post section {
  flex: 1;
}

.blog article.post:not(:first-of-type) section {
  position: absolute;
  width: calc(100% - 60px);
  box-sizing: border-box;
}

.blog .feed-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blog article.post .entry-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog article.post:not(:first-of-type) .entry-content {
  display: none;
}

.blog article.post:first-of-type a.blog-content {
  color: black;
}

.blog article.post:first-of-type h1 {
  color: black;
  /* margin-left: calc(42% + 30px); */
}

.blog article.post {
  border-radius: 8px;
  padding: 30px;
  color: white;
  box-sizing: border-box;
  width: calc(25% - 15px);
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: end;
  background-position: center;
  position: relative;
}

.blog article.post:first-of-type > div {
  width: calc(50% + 30px);
  height: calc(100% + 60px);
  margin: -30px 30px -30px -30px;
  min-height: 250px;
  background-size: cover;
  border-radius: 8px 0 0 8px;
  background-position: center;
}

.website-1 .blog article.post:not(:first-of-type) > div {
  background-image: url(img/amicae.png);
}

.website-2 .blog article.post:not(:first-of-type) > div {
  background-image: url(img/r2m.png);
}

.blog article.post:not(:first-of-type) > div {
  background-repeat: none;
  background-size: cover;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  margin: -30px;
  background-position: center;
  min-height: 250px;
  background-size: cover;
  border-radius: 8px;
}

.blog article.post:not(:first-of-type)::after {
  background-color: var(--main-color);
  opacity: 0.7;
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 8px;
  left: 0;
  position: absolute;
  content: "";
}

.blog a.blog-content h1 {
  margin: 0;
  color: white;
  text-decoration: none;
  font-size: 21px;
}

.blog article.post .btn-ora {
  position: relative;
  z-index: 1;
}

.single-post article section {
  display: flex;
  gap: 30px;
}

.single-post article .left {
  flex: 380px 0 0;
}

/* 
.single-post .entry-content .alignnone {
  width: 100%;
} */

.single-post .entry-content .prev a,
.single-post .entry-content .next a {
  color: white;
  text-decoration: none;
}

.single-post .entry-content .entry-meta {
  margin: 10px 0 40px;
}

.single-post .left > .btn {
  width: 100%;
  margin: 0 0 20px;
  box-sizing: border-box;
  justify-content: center;
}

.single-post .entry-content .entry-post-nav {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}

.table-container {
  overflow-x: auto;
  display: flex;
  width: 100% !important;
  overflow-x: auto;
  position: relative;
}

.table-container table {
  width: 100% !important;
  min-width: 700px !important;
}

.table-container table thead {
  background-color: var(--light-color);
  border-bottom: var(--main-color) 2px solid;
  /* text-align: center; */
}

.table-container table thead td {
  border: none;
  font-size: 16px;
}

.table-container td {
  padding: 5px 8px;
  font-size: 14px;
  border: 1px solid var(--light-color);
}

/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1400px) {
  .btn-bl.btn-telephone {
    display: flex;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    background-color: black;
    color: white;
    padding: 8px;
    font-size: 11px;
  }

  .btn-bl.btn-telephone svg {
    fill: white;
    width: 12px;
    margin-right: 6px;
  }

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

  .rs {
    padding-left: 20px;
  }

  .address-span {
    display: none;
  }

  #masthead {
    padding-bottom: 25px;
  }

  .home-slider .container {
    transform: initial;
    flex-direction: column-reverse;
  }

  .slick-home-slider {
    width: 90%;
    margin: auto;
    height: 600px;
  }

  .home-slider-img {
    display: block;
    width: 70%;
    height: 100%;
    margin-left: auto;
  }

  .home-slider-caption {
    width: 33%;
    top: 60px;
    left: 60px;
  }

  .slick-home-slider:after {
    left: 25px;
  }

  .home-slider .container-info {
    width: 90%;
    margin: auto;
    height: auto;
  }

  .bloc-info > div {
    margin: 50px 80px;
  }

  .home-card {
    width: 90%;
    margin: 50px auto;
  }

  .home-banner {
    width: 90%;
    margin: 100px auto;
  }

  img.acc {
    position: absolute;
    width: 40%;
    height: auto;
    top: 15px;
    bottom: 0;
    margin: auto;
    right: 10px;
    z-index: 2;
  }

  .btn-tel > a {
    display: none;
  }

  .menu-burger {
    display: block;
    cursor: pointer;
  }

  #primary-menu {
    width: 70%;
    transition: left 300ms;
    margin: 0;
    text-align: start;
    background-color: white;
    border-radius: 0 6px 6px 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: flex-start;
    padding: 0;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: -70%;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    height: 100vh;
    flex-direction: column;
  }

  .menu-item-has-children:after {
    position: absolute;
    content: "+";
    font-size: 24px;
    color: #898989;
    right: 10px;
    top: 10px;
    transition: all 200ms ease-in-out;
  }

  #primary-menu > .menu-item-has-children:hover:after {
    color: white;
    transition: all 200ms ease-in-out;
  }
}

@media screen and (max-width: 1200px) {
  .home-slider-caption {
    width: 45%;
    top: 80px;
  }

  .children-list-product a {
    width: calc(25% - 16px);
  }

  /* img.circle_img {
    	height: 200px;
        padding: 0 60px;
	}
	.circle_menu {
		align-items: center;
    }
     .circle_menu:after, .circle_menu:before {
	    position: absolute;
	    content: '';
		width: 328px;
		height: 328px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    margin: auto;
	}
	.circle_menu:before {
	    border: 9px solid var(--light-color);
	    top: -2px;
	    width: 321px;
	    height: 321px;
	}
	.circle_menu > .for_you_container:nth-child(3) > .for_you_item:nth-child(1):after {
	    width: 130px;
	    height: 80px;
	    top: -30px;
	    left: -167px;
	}
	.circle_menu > .for_you_container:nth-child(3) > .for_you_item:nth-child(3):after {
	    width: 130px;
	    height: 80px;
	    bottom: -30px;
	    left: -167px;
	}
	.circle_menu > .for_you_container:first-child > .for_you_item:nth-child(1):after {
	    width: 130px;
	    height: 80px;
	    top: -30px;
	    right: -167px;
	}
	.circle_menu > .for_you_container:first-child > .for_you_item:nth-child(3):after  {
	    width: 130px;
	    height: 80px;
	    bottom: -30px;
	    right: -167px;	
	} */
}

@media screen and (max-width: 1157px) {
  .landing_bloc1 .left {
    width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  img.acc {
    display: none;
  }

  .banner-r {
    width: 65%;
  }

  .banner-l {
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .table-container {
    width: calc(100vw - 450px) !important;
  }
}
@media screen and (max-width: 1000px) {
  .landing_bloc2 .banner-r {
    width: 100%;
  }

  .table-container {
    max-width: 100% !important;
    width: calc(100vw - 40px) !important;
  }
}

@media screen and (min-width: 1000px) {
  .for_you_item:hover * {
    opacity: 1 !important;
  }

  .for_you_item:hover h3 {
    color: var(--main-color);
  }

  .circle_menu > .for_you_container:first-child > .for_you_item p {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    margin: 0;
    color: white;
    background-color: black;
    line-height: 1.4;
    font-size: 13px;
    border-radius: 4px;
    padding: 14px 20px;
    width: 200px;
    z-index: 10;
    text-align: left;
    opacity: 0;
    transition: all 200ms ease-in-out;
  }

  .circle_menu > .for_you_container:first-child > .for_you_item:last-child p {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: auto;
    bottom: 0;
    margin: 0;
    color: white;
    background-color: black;
    line-height: 1.4;
    font-size: 13px;
    border-radius: 4px;
    padding: 14px 20px;
    width: 200px;
    z-index: 10;
    text-align: left;
    opacity: 0;
    transition: all 200ms ease-in-out;
  }

  .circle_menu > .for_you_container:last-child > .for_you_item p {
    display: block;
    position: absolute;
    right: calc(100% + 10px);
    top: 0;
    margin: 0;
    color: white;
    background-color: black;
    line-height: 1.4;
    font-size: 13px;
    border-radius: 4px;
    padding: 14px 20px;
    width: 200px;
    z-index: 10;
    text-align: right;
    opacity: 0;
    transition: all 200ms ease-in-out;
  }

  .circle_menu
    > .for_you_container:last-child
    > .for_you_item:last-child
    > div
    > div
    * {
    display: block;
  }

  .circle_menu
    > .for_you_container:last-child
    > .for_you_item:last-child
    > div
    > div {
    display: block;
    position: absolute;
    right: calc(100% + 10px);
    top: auto;
    bottom: 0;
    margin: 0;
    color: white;
    background-color: black;
    line-height: 1.4;
    font-size: 13px;
    border-radius: 4px;
    padding: 14px 20px;
    width: 200px;
    z-index: 10;
    text-align: right;
    opacity: 0;
    transition: all 200ms ease-in-out;
  }
}

#responsive-menu-pro-container
  #responsive-menu-pro
  ul.responsive-menu-pro-submenu-depth-1
  a.responsive-menu-pro-item-link {
  padding-left: 6% !important;
}

/* Short menu */

.home .boutons-flottants,
.blog .boutons-flottants,
.page-template-template-changerdevie .boutons-flottants {
  display: block;
  visibility: visible;
}

.boutons-flottants {
  position: fixed;
  border-left: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 10;
  right: 0;
  bottom: 15%;
  background: var(--main-color);
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.boutons-flottants a {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  color: #fff;
  width: 166px;
  text-decoration: none;
  padding: 13px;
  border-bottom: 1px solid var(--border-color);
  align-items: center;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer !important;
}

.boutons-flottants a:hover {
  background-color: #fff;
  color: var(--main-color);
}

.boutons-flottants a i,
.boutons-flottants-mobile a i {
  min-width: 14px;
  margin-right: 20px;
  text-align: center;
}

.btn-find-agency {
  cursor: pointer;
}

.boutons-flottants a:last-child {
  border-bottom: 0;
}

.boutons-flottants.scroll {
  right: -152px;
}

.boutons-flottants.scroll:hover {
  right: 0px;
}

.pop-up .container2 {
  background: #fff !important;
}

/* POP-UP
========================================== */
.pop-up {
  border-radius: 10px;
  position: fixed;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 60;
  background-color: white;
  display: none;
}

.pop-up .container2 {
  position: inherit !important;
  max-width: none !important;
  height: auto !important;
  width: auto !important;
  margin: 0px !important;
  padding: 20px;
}

.pop-up .content {
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: auto;
}

.pop-up .content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: black;
}

.pop-up .content .close:hover {
  cursor: pointer;
  opacity: 0.5;
}

.pop-up .content .dots .dot {
  position: absolute;
  border-radius: 100%;
  z-index: 60;
}

.pop-up .content .dots .dot:nth-of-type(1) {
  top: -80px;
  right: -80px;
  width: 160px;
  height: 160px;
  background-color: #ffc107;
  -webkit-animation: float 6s ease-in-out infinite;
  -moz-animation: float 6s ease-in-out infinite;
  -o-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

@media (min-width: 768px) {
  .pop-up .content .dots .dot:nth-of-type(1) {
    top: -190px;
    right: -190px;
    width: 380px;
    height: 380px;
  }
}

.pop-up .content .dots .dot:nth-of-type(2) {
  bottom: -145px;
  left: -120px;
  width: 240px;
  height: 240px;
  background-color: white;
  -webkit-animation: float 8s ease-in-out infinite;
  -moz-animation: float 8s ease-in-out infinite;
  -o-animation: float 8s ease-in-out infinite;
  animation: float 8s ease-in-out infinite;
}

.pop-up .content .title h1 {
  text-align: center;
  color: #f66867;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
}

.pop-up .content img {
  display: inline-block;
  margin: 30px 0 40px 0;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
}

.pop-up .content .subscribe h1 {
  font-size: 1.5rem;
  color: #3e4146;
  line-height: 130%;
  letter-spacing: 0.07rem;
  margin-bottom: 30px;
}

.pop-up .content .subscribe h1 span {
  color: #f66867;
}

.pop-up .content .subscribe form {
  overflow: hidden;
}

.pop-up .content .subscribe form input {
  width: 100%;
  float: left;
  padding: 15px 20px;
  text-align: center;
  font-family: inherit;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  outline: 0;
}

.pop-up .content .subscribe form input[type="email"] {
  margin-bottom: 15px;
  border: 1px solid #bec1c5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pop-up .content .subscribe form input[type="email"]:focus {
  border-color: #3e4146;
}

.pop-up .content .subscribe form input[type="submit"] {
  background-color: #8e6ac1;
  color: #ffffff;
  border: 1px solid #8e6ac1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pop-up .content .subscribe form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #7349af;
  border-color: #7349af;
}

.pop-up.open {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.pop-up.open img {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.pophide {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.4);
  z-index: 47;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.pophide.open {
  visibility: visible;
  opacity: 1;
}

.pop-up section#Devis {
  box-shadow: none;
}

#formulaire-responsive {
  max-width: 600px /*-- à modifier en fonction de la largeur désirée --*/;
  margin: 0 auto;
  width: 100%;
}

#formulaire-responsive p {
  margin-top: 0px;
}

.rang-form {
  width: 100%;
}

.demi-colonne,
.colonne {
  float: left;
  position: relative;
  padding: 0.25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pop-up .wpcf7 input[type="text"],
.pop-up .wpcf7 input[type="email"],
.pop-up .wpcf7 input[type="date"],
.pop-up .wpcf7 textarea,
.pop-up .wpcf7 select,
.pop-up .wpcf7 input[type="number"] {
  width: 100%;
  padding: 10px 20px;
  color: #00549d;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* .pop-up .wpcf7-submit {
  background-color: #2a3ba7;
  display: inline-block;
  border: 1px solid white;
  cursor: pointer;
  color: white;
  padding: 12px 47px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  text-transform: uppercase;
}

.pop-up .wpcf7-submit:hover {
background-color: white;
border-color: #2a3ba7;
color: #2a3ba7;
} */

.texte_bas_page {
  margin-top: 50px;
}

.produits-wrapper p a,
.produits-wrapper ul a {
  color: var(--main-color);
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .pop-up.open {
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  .pop-up.open {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  /* .text-note {
    margin-top: 20px;
  } */

  .nav-cats {
    width: 100%;
  }

  .nav-cats a {
    margin: 4px 0 !important;
  }

  .cach {
    display: none;
  }

  .resp,
  .left.resp .text-note {
    display: flex !important;
  }

  .nav-cats a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    display: inline-block;
    margin-right: 10px;
    transition: all 200ms ease-in-out;
  }

  .nav-cats a {
    font-size: 14px;
    padding: 16px 10px;
    margin: 0;
  }

  .nav-cats a.current {
    background-color: var(--contrast-color) !important;
  }

  .nav-cats a.current::before {
    border-color: white;
  }

  .nav-cats a span {
    display: none;
  }

  .produits-wrapper {
    flex-direction: column-reverse;
  }

  .left .text-note {
    /* display: none; */
  }

  .produits-wrapper .left,
  .right {
    flex: auto;
    width: 100%;
    padding: 0;
  }

  .left-container {
    position: relative;
    top: 0;
  }

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

  .for_you_container {
    max-width: 100%;
    width: 90%;
    margin: auto;
    text-align: center !important;
  }

  .circle_menu .for_you_item:before {
    display: none !important;
  }

  .for_you_item div p,
  .for_you_item div > div {
    display: block;
    padding: 0 !important;
  }

  .for_you_item:nth-child(2) {
    transform: none !important;
  }

  img.circle_img {
    max-height: 294px;
    /* width: 100%; */
    box-sizing: border-box;
    padding: 22px 0;
  }

  /* img.circle_img {
        order: 1;
    }

    .circle_menu > .for_you_container:first-child {
        order: 1;
    } */

  .circle_menu:after,
  .circle_menu:before {
    display: none;
  }

  .banner-r > .strengths {
    margin-right: 0;
    width: 80%;
  }

  .banner-l {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: black;
  }

  .banner-r {
    padding: 40px 60px;
  }

  .home-card > .container {
    flex-direction: column;
  }

  .list-gamme {
    width: 100%;
  }

  .container-gamme {
    width: 100%;
    margin-top: 115px;
    margin-left: 0;
    justify-content: center;
  }

  /* .circle_menu:after, .circle_menu:before, .for_you_item:after {
		opacity: 0;
	}
	img.circle_img {
		position: absolute;
	    opacity: 0.5;
	    left: 0;
	    right: 0;
	    margin: auto;
	    z-index: -1;
	}
	.circle_menu > .for_you_container:first-child {
	    margin-right: 90px;
	}
	.circle_menu > .for_you_container:nth-child(3) {
		margin-left: 90px;
	}
	.circle_menu > .for_you_container:nth-child(3) > .for_you_item:before, .circle_menu > .for_you_container:first-child > .for_you_item:before  {
	    width: 25px;
	    height: 25px;
	} */
  #colophon .container {
    flex-direction: column;
  }

  .cinquantepourcent,
  .vingt-cinqpourcent {
    width: 100%;
    padding: 0;
  }

  .certif {
    display: flex;
  }

  .certifs {
    margin: 10px 20px 0 0;
  }

  .landing_bloc2 {
    flex-direction: column;
  }

  .website-2 .landing_bloc2 .banner-r {
    width: 100%;
  }

  .blog article.post:first-of-type {
    width: 100%;
  }

  .blog article.post {
    width: calc(50% - 10px);
  }

  .single-post article section {
    flex-direction: column-reverse;
  }

  .single-post .left > .btn {
    width: auto;
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 900px) {
  .home-slider-img {
    width: 100%;
    height: 60%;
  }

  .children-list-product a {
    width: calc(33% - 12px);
  }

  .home-slider-caption {
    position: initial;
    width: 100%;
    padding: 30px 0;
  }

  .slick-home-slider:after {
    right: 0;
    left: unset;
  }

  .home-slider-caption > span {
    display: block;
  }

  .home-slider-caption > span,
  .home-slider-caption > p,
  .home-slider-caption > a {
    margin-left: 25px;
    /* max-width: 60%; */
  }

  .home-slider .container-info {
    margin-top: 30px;
  }

  .padding1 {
    padding: 1px;
  }
}

@media screen and (max-width: 700px) {
  .right-contact {
    flex-direction: column-reverse;
  }

  .right-contact > div {
    width: 100% !important;
  }

  .banner-l {
    width: 100%;
    padding: 30px 0;
  }

  .home-banner > .banner {
    flex-direction: column;
  }

  .home-banner > .banner:before {
    display: none;
  }

  .slick-home-slider:after {
    display: none;
  }

  .circle_menu {
    /* display: block; */
  }

  .circle_menu > .for_you_container:first-child > .for_you_item:nth-child(2),
  .circle_menu > .for_you_container:nth-child(3) > .for_you_item:nth-child(2) {
    transform: initial;
  }

  .circle_menu
    > .for_you_container:first-child
    > .for_you_item:nth-child(2):before {
    right: -65px;
  }

  .circle_menu
    > .for_you_container:nth-child(3)
    > .for_you_item:nth-child(2):before {
    left: -65px;
  }

  img.circle_img {
    top: 0;
    bottom: 0;
  }

  .banner-r {
    padding: 40px 50px;
  }

  .container-gamme {
    margin-top: 0;
    flex-direction: column;
  }

  .card {
    width: 100%;
    margin: 30px 10px;
    padding: 0;
  }

  .container-gamme > .card:nth-child(2) {
    transform: initial;
  }

  .landing_bloc1 {
    flex-direction: column;
  }

  .blog article.post {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .landing_bloc4 > div:not(.map) {
    width: 100%;
  }

  .new-gal-photos div {
    width: 100%;
    margin-right: 0;
  }

  .children-list-product a {
    width: calc(50% - 10px);
  }

  header.entry-header h1 {
    font-size: 24px;
  }

  #logo {
    margin-left: 20px;
  }

  .rs {
    display: none;
  }

  .banner-r {
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
  }

  .children-list a {
    width: 100%;
    height: 100px;
    margin-right: 0;
  }

  .bloc-info > div {
    margin: 40px;
  }

  .home-for-you h2 {
    margin-bottom: 40px;
  }

  .home-card {
    margin-bottom: 30px;
  }

  .container-gamme > .card:nth-child(3) {
    margin-bottom: 0;
  }

  .home-banner {
    margin-top: 0;
    margin-bottom: 40px;
  }

  #logo img {
    width: 190px;
    height: fit-content;
  }

  .container-gamme > .card::after {
    left: 0 !important;
    right: 0;
    margin: auto;
    bottom: 86% !important;
  }

  .website-2 .container-gamme > .card:nth-child(3):after {
    width: 85px;
  }

  .website-2 .container-gamme > .card:nth-child(3):after {
    left: -38px !important;
    width: 82px;
    margin: auto;
    bottom: 100% !important;
  }

  .website-2 .container-gamme > .card:nth-child(1):after {
    width: 95px;
  }

  .card {
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }

  .list-gamme {
    margin-bottom: 30px;
  }

  .menu-burger {
    top: 26px;
  }

  .landing_bloc4 {
    flex-direction: column;
  }

  .landing_bloc4 .map {
    width: 100%;
  }

  .blog article.post:first-of-type {
    flex-direction: column;
  }

  .blog article.post:first-of-type > div {
    width: calc(100% + 60px);
    height: 100%;
    margin: -30px 30px 20px -30px;
    min-height: 250px;
    border-radius: 8px 8px 0 0;
  }
}
