:root {
/* Couleurs du site : */
--couleur-font-menu : #efefef;
--font-size-menu : 34px;
--font-size-sub-menu : 28px;
--width_img_product : 300px;
--border-color : transparent;
--content-width : 1140px;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(BarlowCondensed-Regular-400.ttf) format('truetype');
}
html { -webkit-text-size-adjust: 100%; }
body {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    background-color: #000;
    margin:0;
    line-height: 1.3;
}
.stretch {
  display: inline-block;
  -webkit-transform: scale(1, 2);
  -moz-transform: scale(1, 2);
  -o-transform: scale(1, 2);
  transform: scale(1, 2);
  letter-spacing: 0.2em;
}

#page_wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    z-index: 0;
}

/* Divers */
h1, h2, h3, h4, h5, h6{
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
h1 {font-size: 44px;}
h2 {font-size: 40px;}
h2 > a{font-size: 40px;}
h2 > a:hover{color: red;}
h3 {font-size: 34px;}
h4 {font-size: 28px;color: #f00;}
h5 {font-size: 24px;}
.h3-admin {color:#f66;}
p {margin-top: 0.3em;margin-bottom: 0.3em;}
a {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  color: #ffff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
}
.normal_link {text-transform: none; color: #ccc;}
.normal_link:hover {color: #fcc;}
.link_tel {font-size: 40px;}
ul{margin-top: 0;}

.post_vars li{ padding : 0;list-style: square;}
img {max-width: 100%;}

.centered {text-align: center;}
.heavy {font-weight: bold;}

.button_tp_white {border:1px solid #fff;width: 210px;padding:15px; font-size: 20px; font-weight: bold;margin-top:35px;text-align: center; color: #fff;display: block;}
.button_tp_white:hover {border: 1px solid #fff;background-color: #fff;color: #005850;}

.button_tp {border:1px solid #005850;width: 630px;padding:15px; font-size: 20px; font-weight: bold;margin-top:60px;margin-bottom: 60px;text-align: center; color: #fff;display: block; margin-left:auto;margin-right: auto;background: #005850;}
.button_tp:hover {border: 1px solid #fff;background-color: #005850;color: #fff;}

/* Grid */
.col3 {width: 33%;float: left;}
.col2 {width: calc(50% - 60px);float: left; padding: 30px;}
.col-left-product {width: 33%;float: left;padding-top: 60px; margin-top : -30px;background-color: #f7f5f1;}
.col-left-product-mobile {display: none;}
.col-right-product {width: 66%;float: left;padding-top: 60px;margin-top : -30px;background-color: #f7f5f1;}
.content-product{max-width: 1170px;margin-left:auto;margin-right: auto;}
.clearboth {clear: both;}

.content {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.content_full_width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content_narrow {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.content_super_narrow {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.white_bg {background-color: #fff;padding:15px;}

.mobile_only {max-width: 800px; margin-left: auto;margin-right: auto;padding-left: 5px;padding-right: 5px;}

/* Header */
header {
  height: 101px;
  width: 100%;
  background-color: #000;
}
@media (min-width: 768px) {
  header{
    position: fixed;
    left: 0;
    z-index: 99;
  }
}
.menu {
  height: 100px;
  /* overflow: hidden; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.menu a {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: var(--font-size-menu);
  line-height: 1;
  text-transform: uppercase;
  color: var(--couleur-font-menu);
  padding: 12px 12px 27px 12px;
  margin-top: 23px;
  border-bottom: 5px solid transparent;
}
.menu a:hover {
  border-bottom: 5px solid #f00;
  font-weight: 600;
}
.menulogo {
  padding: 0 !important;
  border:0 !important;
  margin-top: 10px !important;
  margin-left: 60px;
  margin-right: 60px;
}
.nav{position: relative;}
.subnav {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  background-color: inherit;
  border-bottom: 5px solid transparent;
  position: relative;
  font-weight: 300;
  z-index: 999;
}
.subnav:hover {
  border-bottom: 5px solid #f00;
  font-weight: 600;
}
.subnav .subnavbtn {
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
  font-size: var(--font-size-menu);
  line-height: 1;
  text-transform: uppercase;
  color: var(--couleur-font-menu);
  padding: 12px 12px 27px 12px;
  margin-top: 23px;
  border:0;
}
.navbar a:hover, .subnav:hover .subnavbtn { background-color: #000;}
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  top: 78px;
  background-color: #000;
  z-index: 1;
}
.subnav-content a {
  float: left;
  text-decoration: none;
  font-size: var(--font-size-sub-menu);
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--couleur-font-menu);
  /*padding: 8px 0;*/
  padding: 8px 10px 8px 0px;
  margin-top: 0;
  margin-left: 12px;
  white-space: nowrap;
  border:0;
  border-bottom: 2px solid transparent;
}
.subnav-content a:hover {
  border: 0;
  /* text-decoration: underline; */
  color:#fff;
  border-bottom: 2px solid #f00;
  font-weight: 300 !important;
}
@media (max-width: 1680px) {
  .subnav-content {
    overflow: auto;
    max-height: 600px;
  }
}
@media (max-width: 1440px) {
  .subnav-content {
    overflow: auto;
    max-height: 600px;
  }
}
@media (max-width: 1400px) {
  .subnav-content {
    overflow: auto;
    max-height: 500px;
  }
}

.subnav:hover .subnav-content { display: block;}
.subnav-container {
    display: flex;
    flex-direction: column;
}
.subnav-item {display: block;}
.menu_selected {text-decoration: underline !important;text-decoration-color: red !important;}
.product_cat {
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  line-height: 1;
  padding: 12px;
  margin-top: 0;
  white-space: nowrap;
  border:0;
}

/* Menu Mobile */
.mobile_only{display: none;padding-bottom:20px;}
.logo_mobile {position: relative;background: #000;}
.hamburger_container {background-color: #000;width:100%;}
.hamburger {
  width: 30px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  height: 32px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #cccccc;
  opacity: 0.8;
  left: 0;
}
.hamburger span:hover {opacity:1;}
.hamburger span:first-child  { top: 0;}
.hamburger span:nth-child(2) { top: 8px;}
.hamburger span:nth-child(3) { top: 16px;}
#responsive_menu {
  display: none;
  width: 100%;
  background-color: #000;
  position: absolute;
  top:120px;
  z-index: 10;
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-bottom-style: double;
  margin-bottom: 30px;
}
#responsive_menu div {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#responsive_menu div:last-of-type {border-bottom: 0;}
.responsive_menu_a_lvl1 { font-size: 36px; font-weight: 600; padding-bottom: 20px;}
.responsive_menu_a_lvl2 { font-size: 30px; font-weight: 600; padding-bottom: 10px; padding-top: 10px;}
.responsive_menu_a_lvl2 a{ color:#ccc;}
.cat_name_h2 {
  text-align: center;
  font-size:32px;
  color:#ccc;
  margin-top: 10px;
}
/* Fin Header */

/* Contenu principal */
article{
  margin-top: 130px;
  position: relative;
  z-index:1;
}
.filigrane::before {
  content: '';
  position: absolute;
  top: 160px; /* Position from the top */
  right: 0;
  bottom: 0;
  left: 50%; /* Move to the center horizontally */
  transform: translateX(-50%); /* Adjust for centering */
  background-image: url('../img/vague-blanche.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 160px;
  opacity: 0.05; /* Adjust the opacity as needed */
  z-index: -1; /* Ensure it's behind the content */
  max-width: 100%;
  width: var(--content-width);
}
/* Initially, set the blur to 0 */
.blurred {
  filter: blur(0);
  transition: filter 0.3s ease-in-out;
}
.subnav:hover .blurred { filter: blur(5px); }
/* Styles pour la home */
/* Slider 2x2 */
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 320px;
}
.slides-container {
  display: flex;
  transition: transform 1s ease-in-out; /* Smooth transition for sliding effect */
}
.slide {
  flex: 0 0 50%; /* Show two slides at a time */
  max-width: 50%;
  box-sizing: border-box;
  padding: 5px; /* Adjust as needed */
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio and fill container */
}
.portrait-citation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.portrait{ width: 33%;}
.citation {
  width: calc(66% - 40px);
  padding: 20px;
}
.quote{ font-size: 26px;}
@media(max-width: 768px) {
  .slider { height: unset;}
  .portrait-citation{padding:0;padding-top:30px;}
  .portrait {width: 100%;}
  .citation {width:100%;}
  .quote {font-size:24px;text-align: justify;}
}
/* Produits mis en avant */
.products_highlighted_div_title {text-align: center;margin-bottom: 20px;font-size:34px;}
.div-products-highlighted {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  width: 100%;
}
.product_highlighted {
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;align-items: center;
}
.product_highlighted_cat {width: 100%; text-align: center; color: #ccc;}
.product_highlighted_title {width:100%;text-align: center; color: #fff;height: 73px;}
.product_highlighted_title h4 {font-size: 28px;text-align: center; color: #fff;margin-top: 5px;}
.product_highlighted_img {width:100%;text-align: center;}
.product_highlighted_price {width:100%;text-align: center; color: #fff;font-weight: 600;}
.product_highlighted_link {width:100%;text-align: center; color: #fff; padding-top: 10px; }
.product_highlighted_link a {border-bottom: 1px solid #f00;}

.hr_products_highlighted {width : 1110px; max-width:90%; border-color: #fcc; border-style : dashed;border-width: 1px;}

@media (max-width: 768px) {
  .products_highlighted_div_title {font-size:28px;}
  .product_highlighted { width: 50%; margin-bottom: 40px;}
  .product_highlighted_title h4 {font-size: 24px;}
}

/* Section reassurance */
.reassurance {margin-bottom:90px;}
.bloc_reassurance {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.picto_reassurance { width: 200px;}
.label_reassurance {text-align: center;}

@media (max-width: 768px) {
  .reassurance {margin-bottom: 30px;}
  .bloc_reassurance { width:180px; flex-direction: column;}
  .picto_reassurance { width: 140px; }
  .label_reassurance {font-size: 24px;}
}

/* Styles pour liste produits */
.div-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.div-single-product {
  width: calc(50% - 23px);
  cursor:pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  padding: 30px 10px;
}
.div-products .div-single-product:nth-child(even) {
  border-right: 1px solid var(--border-color);
}
.div-single-product-img img {width: var(--width_img_product);}
.div-single-product-infos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.div-single-product-infos div {
  display: block;
  clear: both;
  margin-bottom: 10px;
}
.div-single-product-name{font-weight: bold;}
.div-single-product-cat, .div-single-product-name, .popup-product-content{font-size: 30px;}
.div-single-product-price, .popup-product-infos, .popup-product-content{font-size: 30px;}
.popup-product-infos {text-align: center;}
.popup-product-content-list {font-size: 24px;color:#ccc;text-align: center;}

.popup-product-content{
  margin-top: 15px;
  text-align: center;
}

@media (max-width :768px){
  .div-products { flex-direction: column;}
  .div-products .div-single-product:nth-child(even) { border-right: none; }
  .div-single-product {
    justify-content: flex-start;
    width: 100%;
    padding: 30px 0;
  }
  .div-single-product-infos { max-width:152px;  }
}

/* Overlay pour affichage produit */
#overlay-product {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9999;
}
#popup-product {
    position: relative;
    top: 160px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: #fff;
    padding: 20px;
    border: 1px solid var(--border-color);
}
@media (max-width: 768px){
  #overlay-product { position: absolute;}
  #popup-product {
      position: relative;
      top: unset;
      width: unset;
      padding: 10px;
  }
  .popup-product-content, .popup-product-content h2, .popup-product-content-list{width: 100%;text-align: center;}
}

/* Close icon styling */
.close-icon {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 4px solid red;
    border-radius: 6px; /* Adjust to change the roundness */
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    padding: 4px; /* Adjust to position the icon within the border */
    background-color: white; /* Added white background */
}
.close-icon svg {
    fill: #red; /* Icon color */
    width: 100%;
    height: 100%;
}
.close-icon:hover {
    background-color: red;
    border-color: red;
}
.close-icon:hover .close-icon-path { stroke: white !important;}
.popup-image-product {text-align: center;padding-top:20px;padding-bottom:20px;}
.popup-image-button {
  border: 2px solid #666; border-radius: 4px; background-color: #ccc;
  width: 32px;
  height: 32px;
  cursor: pointer;
  line-height: 1;
}
.popup-image-button svg {
    vertical-align: middle;
}
.popup-image-button svg line { transition: stroke 0.3s; }
.popup-image-button:hover { background-color: #fff;}
.popup-image-button-plus:hover svg line { stroke: #6c6; }
.popup-image-button-plus:hover {border: 2px solid #6c6; border-radius: 4px;}
.popup-image-button-minus:hover svg line { stroke: #c66; }
.popup-image-button-minus:hover {border: 2px solid #c66; border-radius: 4px;}
/* Formulaires gestion carte */
/* Overlay pour le popup de sélection d'images */
.modal-overlay {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999; /* Ensure the highest stacking order */
}
/* Style for the modal content */
.modal-content {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width:1110px;
}
/* Conteneur d'image produit pour la sélection */
.global_product_image_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: #666
}
.product_image_container {
  float: left;
  text-align: center;
  padding:3px;
  margin:5px;
  border-radius: 5px;
  background-color: #000;
  width:260px;
  cursor: pointer;
}
.product_image_container img{
  width: 100px;
}
/* Template category.php */
#kanji_logo {
  margin-top: 60px;
  margin-bottom: -90px;
  text-align:center;
}
#kanji_image{
  position: relative;
  height: 200px;
  z-index: 2;
}
#logo_neon{
  z-index: 1;
  text-align:center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px){
  #kanji_logo { margin-top: unset;}
  #kanji_image { height: unset;}
  #logo_neon{ width: unset;}
}
.alert_message {margin:4px;}
.admin_link li{
  list-style: square;
  padding: 8px 4px;
}
.admin_link a{
  font-family: "Arial", sans-serif;
  font-size: 20px;
  text-transform: none;
}
.admin_link a:hover {color : red;}
/* Filtre par catégorie */
.filterLink, .showAllLink{
  font-family: "Arial", sans-serif;
  font-size: 13px;
  line-height: 32px;
  text-decoration: none;
  color: white;
}
.filterLink.unselected { color: #999; }
.filterLink.selected { font-weight: bold; color: red; }

.sushinami {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.sushinami th { background-color: #e0e0e0;}
.sushinami tr td { white-space: nowrap;}
.sushinami td, .sushinami th { padding: 4px 4px;border-right: 1px solid #ccc;}
.sushinami tr:nth-child(even) { background: #efefef;}
.sushinami tr:nth-child(odd) { background: #fff;}
.sushinami thead { background: #fff;}
.sushinami thead th {  background-color: #e0e0e0; font-weight: bold; color: #000;}
.sushinami td.modifiable {background-color: rgba(0,0,0,0);color: #999;font-size: 12px;}
.sushinami td.modifiable input {color: #000;}
.sushinami td.non-modifiable {background-color: rgba(0,0,0,0); color:#999;font-size: 12px;}
.sushinami td.non-modifiable input {color:#900;}
.sushinami td.flex_td {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.flexed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
}
.chevron_up_down { width: 30px; height: 17px;}
.absent_chevron { width: 30px; height: 17px;}

/* CSS to style the "move-up" div */
.move-up, .cat_move-up {
  background-image: url('/img/triangle-rouge.svg'); /* Replace with the actual path to your SVG file */
  background-repeat: no-repeat;
  background-size: contain; /* Adjust as needed to control the size of the SVG image */
  width: 30px; /* Set the width and height to match the size of your SVG image */
  height: 24px;
  cursor: pointer; /* Change the cursor to a pointer to indicate it's clickable */
  transform: rotate(180deg); /* Rotate "move-down" by 180 degrees */
  filter: hue-rotate(180deg);
}

/* CSS to style the "move-down" div */
.move-down, .cat_move-down  {
  background-image: url('/img/triangle-rouge.svg'); /* Use the same SVG file */
  background-repeat: no-repeat;
  background-size: contain; /* Adjust as needed to control the size of the SVG image */
  width: 30px; /* Set the width and height to match the size of your SVG image */
  height: 24px;
  cursor: pointer; /* Change the cursor to a pointer to indicate it's clickable */
}

/* CSS to style the input elements inside the table cells */
.sushinami input {
    border: none;       /* Remove borders */
    background: none;   /* Remove background */
    width: 100%;        /* Make the input elements stretch to the cell width */
}

.submit-button {
  position: relative;
  padding: 8px 8px;
  background-color: transparent !important;
  font-weight: bold;
  color: #000;
  border: 1px solid #000 !important;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s; /* Add box-shadow transition */
  box-shadow: 3px 3px 5px #888888; /* Add shadow */
}

.submit-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M13.354 4.646a.5.5 0 0 0-.708-.708L6 10.293 3.354 7.646a.5.5 0 0 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z"/></svg>');
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
}

.submit-button:hover {
  background-color: #999 !important; /* Change background color on hover */
}

.submit-button:hover::before {
  background-color: #ff8f00;
  border-color: #fff;
}
.submit-button:active {
  box-shadow: none; /* Remove shadow on click */
}

/* Règles pour le curseur mis en avant */
.toggle {
  position: relative;
  display: block;
  width: 40px;  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.toggle:before {
  content: "";
  position: relative;
  top: 3px;  left: 3px;
  width: 34px;  height: 14px;
  display: block;
  background: #666;
  border-radius: 8px;
  transition: background .2s ease;
}
.toggle span {
  position: absolute;
  top: 0;  left: 0;
  width: 20px;  height: 20px;
  display: block;
  background: #ccc;
  border-radius: 10px;
  box-shadow: 0 3px 8px #999;
  transition: all .2s ease;
}
.toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;  height: 56px;
  background: white;
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.cbx:checked + .toggle:before {  background: #fff; border: 1px solid #ccc;}

.cbx:checked + .toggle span {
  background: red;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px red;
}
.cbx:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all .4s ease;
}

/* Règles pour le cursuer actif/inactif */
/* Règles pour le curseur mis en avant */
.toggle_active {
  position: relative;
  display: block;
  width: 40px;  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.toggle_active:before {
  content: "";
  position: relative;
  top: 3px;  left: 3px;
  width: 34px;  height: 14px;
  display: block;
  background: #666;
  border-radius: 8px;
  transition: background .2s ease;
}
.toggle_active span {
  position: absolute;
  top: 0;  left: 0;
  width: 20px;  height: 20px;
  display: block;
  background: #ccc;
  border-radius: 10px;
  box-shadow: 0 3px 8px #999;
  transition: all .2s ease;
}
.toggle_active span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;  height: 56px;
  background: white;
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.cbx_active:checked + .toggle_active:before {  background: #fff; border: 1px solid #ccc;}

.cbx_active:checked + .toggle_active span {
  background: green;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px green;
}
.cbx_active:checked + .toggle_active span:before {
  transform: scale(1);
  opacity: 0;
  transition: all .4s ease;
}

.center {
  position: relative;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
}

.login-form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.login-form label {display: inline-block;width: 200px;font-size:20px;}
.login-form input {padding:10px;font-size:20px;margin-bottom: 20px; width: 380px; border:none;}
.login-form input[type="submit"] {width:100%;color:#000;background-color: #fff;cursor:pointer}
.login-form input[type="submit"]:hover {color:#fff;background-color: #f00;}

.login-form select {padding:10px;font-size:20px;margin-bottom: 20px; width: 395px; border: 1px solid #fff;}
.login-form input[type="file"]{
  background: #fff;
  color: #666;
  cursor: pointer;
}
#errorDisplay {text-align:center;font-size: 20px; color: #f00;}

/* Footer */
footer{background-color: #000; color: #fff;padding-top: 35px;padding-bottom: 35px;}
footer .content{background-color: #000;}
footer a{color: #fff;text-decoration: none;padding:5px 0;;font-size: 20px;font-family: 'Barlow Condensed';}
footer a:hover{border-bottom : 2px solid #f00;}

.footer_div {text-align: center;}

/* Fin Footer */

/* Home */
/* Section promesse */
.promise_div {
  padding-top: 35px;
  padding-bottom: 35px;
  /*
  background-image: url(../img/visuals/background-promise.jpg);
  */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
}
.h1_promise {font-weight: 600; text-align:center; line-height: 2}
/* Section Produits */
.products_div h2{text-align: center;}
.product_thumb_container {position: relative; width: 100%;height:320px; max-width: 356px;margin-left: auto;margin-right: auto;}
.product_thumb, .product_thumb_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_thumb {z-index: 1;}
.product_thumb_overlay {background-color: rgba(0,88,80,0); z-index: 10;}
.product_thumb_overlay::before {
  content: "+";
  height: 100%;
  width: 100%;
  font-size:200px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-family:arial;
  color:transparent;
}
.product_thumb_overlay a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product_thumb_overlay:hover {
    background-color: rgba(0,88,80,0.5);
    cursor: pointer;
}
.product_thumb_overlay:hover::before { color:white;}

/* Page Contact */
.form_container {max-width: 600px;margin-left:auto;margin-right: auto;}
form {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
}
/*
.contactinputtext {
  width: 270px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #009b48;
  background-color: #ffffff;
  float: left;
  margin-bottom: 40px;
}
.contactinputtext:nth-of-type(2n){ margin-left:18px; }
.contacttextarea {
    width: 578px;
    padding: 10px;
    border: 1px solid #009b48;
    background-color: #ffffff;
    float: left;
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 1.5;
}
.contactmention {
  font-size: 13px;
}
.contactsubmit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
    padding: 20px 30px 20px 30px;
    border: 1px solid #009b48;
    background-color: #fff;
    color: #005850;
    font-weight: 800;
    font-size: 14px;
}
.contactsubmit:hover {
    border: 1px solid #005850;
    background-color: #005850;
    color: #fff;
    cursor: pointer;
}

.captcha_container {display: flex; justify-content: center;align-items: center;margin-bottom: 36px}
.g-recaptcha:first-child {margin-left:auto;margin-right: auto;}

.contact_p {text-align: center;font-size: 13px;margin-top:20px;}
*/

/* Product pages */
.product-article {background-color: #f7f5f1;color: #005850;}
/* Product headers */
.product_header {
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url(../img/visuals/background-promise.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
  color: #fff;
  height:160px;
}
.product_footer {background-color: #005850;padding-top:0;}
.inner-product-footer {background-color: #f7f5f1; height: 30px;max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.application-tab {text-align: left; width: 200px;margin-left: 60px;padding-bottom: 30px;padding-top:30px;}
.application-tab h3{font-weight: 600;}
.inner-col-right-products {padding-left:90px;}
.h1-product {margin-top: 0; font-size:23px; font-weight: 600;}
.product-specs {background-color: #fff;padding: 30px; padding-left: 120px;margin:30px 0 30px 0;background-color: #fff;text-align: left;font-size: 18px;line-height: 2;}
.product-short-descr {font-weight: 600;}
.product-long-descr {color: #000;text-align: justify;line-height: 1.7;}
/**************/
/* Responsive */
@media(max-width:768px) {
  .mobile_only{display: block;}
  .pc_only{display: none;}
  header{height:unset;}
  article{margin-top: unset;}
  body {font-size: 24px;}
  .menulogo {margin-left: auto; margin-right: auto;}
  #responsive_menu a{font-weight: 600;}
  h1 {font-size: 30px;}
  h2 {font-size: 20px; font-weight: 600;}
  h3 {font-size: 24px;}
  h4 {font-size: 13px;}
  .mentions p{font-size: 20px; text-align: justify;}
  .col3 {width: 50%;}
  .promise_div { padding-top: 5px; padding-bottom: 5px;}
  .h1_promise{font-size: 24px;}
  .product_thumb_container { height: 120px;}
  .product_thumb_container img{ height: 120px;}
  .product_thumb_overlay { display: none;}
  .col2 {width: 100%;padding: unset;}
  .contact_div {text-align: center;}
  .contact_div h2{text-align: center;}
  .button_tp {width: 100%;padding:10px;}
  .button_tp_white {margin-left: auto; margin-right: auto;}
  .stw_div .white_insert {width: 84%;}
  .stw_div .white_insert img{width: 100%;}
  .white_insert p{font-size:14px;}
  .flexed {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
  }
  .container_link_website {padding-top: 10px;padding-bottom:10px;}

  /* Products */
  .product_header {
    width: 100%;
    background-size: cover;
    height:unset;
  }
  .col-left-product {display: none;}
  .col-left-product-mobile {display: block; float: left; width: 100%;margin-top:0;padding-top: 30px; background-color: #f7f5f1;}
  .product_img {margin-left: auto;margin-right: auto;text-align: center;}
  .col-right-product {width: 100%;margin-top:0;padding-top: 30px;background-color: #f7f5f1;}
  .content-product{max-width: 1170px;margin-left:auto;margin-right: auto;}
  .inner-col-right-products {padding-left:0; text-align: center;  }
  .h1-product {font-size:26px;}
  .product-specs {padding-left: 60px;font-size:1.3rem;}
  .product-short-descr {font-size: 1.1rem;}
  .product-long-descr {font-size: 1.1rem;}
  .application-tab {font-size: 20px;}
  .application-tab h3{font-size: 30px;}
}
/* Fin responsive */
