.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  position: relative;
}
body.page-id-3 a {
  color: #a1c857 !important;
}
body.page-id-3 a:hover {
  color: #333333 !important;
}
body a {
  transition: all 0.3s ease;
  cursor: pointer;
  color: #a1c857;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  outline: none;
  color: #333333;
}
body button:hover,
body button:focus,
body button:active {
  text-decoration: none;
  outline: none;
}
body p:last-child {
  margin-bottom: 0;
}
body #navigation-icons {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 999;
  height: 45px;
  transition: height 0.3s ease-in-out;
  box-shadow: rgba(17,17,26,0.1) 0px 1px 0px;
  padding: 0;
  padding-left: 10px;
}
body #navigation-icons .nav-franco {
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
}
body #navigation-icons .nav-franco .color {
  color: #a1c857;
}
@media (min-width: 1450px) {
  body #navigation-icons {
    max-width: 1450px;
  }
}
body #navigation-icons .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body #navigation-icons .btn-search,
body #navigation-icons .btn-cart,
body #navigation-icons .btn-account {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  width: auto;
  background: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
body #navigation-icons .btn-search svg,
body #navigation-icons .btn-cart svg,
body #navigation-icons .btn-account svg {
  width: 30px;
  height: 30px;
  padding: 5px;
}
body #navigation-icons .btn-search svg path,
body #navigation-icons .btn-cart svg path,
body #navigation-icons .btn-account svg path {
  fill: #595957;
  transition: all 0.3s ease-in-out;
}
body #navigation-icons .btn-search .label,
body #navigation-icons .btn-cart .label,
body #navigation-icons .btn-account .label {
  margin-left: 5px;
  font-size: 14px;
  display: block;
  color: #595957;
  transition: all 0.3s ease-in-out;
}
body #navigation-icons .btn-search:after,
body #navigation-icons .btn-cart:after,
body #navigation-icons .btn-account:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #a1c857;
  transition: all 0.25s ease-in-out;
  z-index: -1;
}
body #navigation-icons .btn-search:hover .label,
body #navigation-icons .btn-cart:hover .label,
body #navigation-icons .btn-account:hover .label {
  color: #fff;
}
body #navigation-icons .btn-search:hover:after,
body #navigation-icons .btn-cart:hover:after,
body #navigation-icons .btn-account:hover:after {
  height: 100%;
}
body #navigation-icons .btn-search:hover svg path,
body #navigation-icons .btn-cart:hover svg path,
body #navigation-icons .btn-account:hover svg path {
  fill: #fff;
}
body .btn-cart:hover .cart-count-wrapper .cart-count {
  background-color: #fff;
  color: #a1c857;
}
body .btn-cart .cart-count-wrapper {
  position: absolute;
  z-index: 101;
  top: 5px;
  right: 0;
}
body .btn-cart .cart-count-wrapper .cart-count {
  background-color: #a1c857;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 1;
  border: 1px solid #a1c857;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .search-modal {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: none;
}
body .search-modal .search-container {
  color: #fff;
  margin-top: 120px;
}
body .search-modal .search-container .searchform {
  position: relative;
}
body .search-modal .search-container .searchform label {
  display: block;
  position: absolute;
  font-size: 36px;
}
body .search-modal .search-container .searchform input[type='text'] {
  position: relative;
  width: 100%;
  background: transparent;
  font-size: 36px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}
body .search-modal .search-container .searchform input[type='text']::placeholder {
  content: 'Recherche';
  color: #fff;
}
body .search-modal .search-container .searchform #searchsubmit {
  display: none;
}
body.page-id-5 header {
  background-color: transparent;
}
body .sticky .header-container {
  height: 45px !important;
}
body header {
  position: fixed;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
  background-color: white;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header.sticky {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
body header.sticky .nav a span {
  display: none !important;
}
body header.sticky .header-container a.logo {
  opacity: 0;
  display: none;
}
body header.sticky .header-container a.logo-sticky {
  opacity: 1;
}
body header.sticky .header-container a.logo-sticky img {
  max-width: 160px;
  width: 100%;
}
body header.sticky .header-container .nav-primary ul.nav li {
  padding: 20px 10px 40px;
  background-size: 25% 35% !important;
}
body header.sticky .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu {
  top: 70px;
}
body header.sticky .header-container .nav-primary ul.nav li a:before {
  display: none !important;
}
body header .header-container {
  height: 110px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1450px) {
  body header .header-container {
    max-width: 1450px;
  }
}
body header .header-container .logo-new {
  width: 50% !important;
}
body header .header-container a.logo {
  padding: 20px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-container a.logo-sticky {
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header-container .nav-primary ul.nav {
  margin: 0;
  display: block;
  padding: 0;
  list-style: none;
}
body header .header-container .nav-primary ul.nav li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 60px 10px 60px;
  transition: all 0.3s ease;
  width: 100px;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1.2;
}
body header .header-container .nav-primary ul.nav li.current_page_item > a {
  color: #a1c857;
}
body header .header-container .nav-primary ul.nav li.current_page_item > a:after {
  width: 100%;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children > a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background: transparent;
  border-left: 2px solid #595957;
  border-bottom: 2px solid #595957;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 15px auto 0;
  transform: rotate(-45deg);
  z-index: 10;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu {
  position: absolute;
  max-width: 350px;
  z-index: 9999999;
  top: 135px;
  left: 0;
  display: none;
  width: max-content;
  margin: 0;
  padding: 0;
  border-radius: 0 0 10px 10px;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li {
  display: block;
  text-transform: none;
  margin-right: 0px;
  text-align: center;
  transition: 0.6s;
  padding: 0 15px;
  width: auto;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li:hover {
  transition: 0.6s;
  cursor: pointer;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li:hover a {
  color: #a1c857;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li a img {
  z-index: 1;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li a:hover {
  cursor: pointer;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li a:hover:after {
  display: none;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children .sub-menu li:last-child a {
  border-bottom: none;
}
body header .header-container .nav-primary ul.nav li.menu-item-has-children:hover .sub-menu {
  display: block;
}
body header .header-container .nav-primary ul.nav li#menu-item-36 {
  background: url('../img/audit.svg') no-repeat center;
  background-size: 50% 50%;
}
body header .header-container .nav-primary ul.nav li#menu-item-1022 {
  background: url('../img/rongeur.svg') no-repeat center;
  background-size: 45% 55%;
}
body header .header-container .nav-primary ul.nav li#menu-item-1022 .sub-menu {
  background-color: rgba(62,62,62,0.8);
}
body header .header-container .nav-primary ul.nav li#menu-item-213 {
  background: url('../img/newspaper.svg') no-repeat center;
  background-size: 50% 50%;
}
body header .header-container .nav-primary ul.nav li#menu-item-213 .sub-menu {
  background-color: rgba(161,200,87,0.8);
}
body header .header-container .nav-primary ul.nav li#menu-item-213 .sub-menu li:hover a {
  color: #595957;
}
body header .header-container .nav-primary ul.nav li#menu-item-1028 {
  background: url('../img/volant.svg') no-repeat center;
  background-size: 50% 50%;
}
body header .header-container .nav-primary ul.nav li#menu-item-1028 .sub-menu {
  background-color: rgba(161,200,87,0.8);
}
body header .header-container .nav-primary ul.nav li#menu-item-1028 .sub-menu li:hover a {
  color: #595957;
}
body header .header-container .nav-primary ul.nav li#menu-item-1034 {
  background: url('../img/rampant.svg') no-repeat center;
  background-size: 50% 50%;
}
body header .header-container .nav-primary ul.nav li#menu-item-1034 .sub-menu {
  background-color: rgba(161,200,87,0.8);
}
body header .header-container .nav-primary ul.nav li#menu-item-1034 .sub-menu li:hover a {
  color: #595957;
}
body header .header-container .nav-primary ul.nav li#menu-item-1182 {
  background: url('../img/pigeon.svg') no-repeat center;
  background-size: 50% 50%;
}
body header .header-container .nav-primary ul.nav li#menu-item-1182 .sub-menu {
  background-color: rgba(122,174,204,0.8);
}
body header .header-container .nav-primary ul.nav li#menu-item-1182 .sub-menu li:hover a {
  color: #595957;
}
body header .header-container .nav-primary ul.nav li#menu-item-1040 {
  background: url('../img/microbe.svg') no-repeat center;
  background-size: 50% 50%;
}
body header .header-container .nav-primary ul.nav li#menu-item-1040 .sub-menu {
  background-color: rgba(122,174,204,0.8);
}
body header .header-container .nav-primary ul.nav li#menu-item-1040 .sub-menu li:hover a {
  color: #595957;
}
body header .header-container .nav-primary ul.nav li > a {
  color: #595957;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  height: 38px;
}
body header .header-container .nav-primary ul.nav li > a:after {
  content: '';
  background-color: #a1c857;
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body header .header-container .nav-primary ul.nav li > a:hover:after,
body header .header-container .nav-primary ul.nav li > a:focus:after,
body header .header-container .nav-primary ul.nav li > a:active:after {
  width: 100%;
}
body header .header-container .nav-primary ul.nav li:hover > a,
body header .header-container .nav-primary ul.nav li:focus > a,
body header .header-container .nav-primary ul.nav li:active > a {
  color: #a1c857;
}
body header .header-container .nav-icon {
  position: relative;
  display: none;
  cursor: pointer;
  height: 36px;
  width: 36px;
  margin-left: 20px;
  border-radius: 20px;
  border: 2px solid #a1c857;
  transition: all 0.3s ease;
}
body header .header-container .nav-icon span {
  display: block;
  top: 15px;
  width: 18px;
  height: 2px;
  background-color: #a1c857;
  position: relative;
  margin: 0 auto;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  border-radius: 5px;
  transition: all 0.3s ease;
}
body header .header-container .nav-icon span:after,
body header .header-container .nav-icon span:before {
  display: block;
  border-radius: 5px;
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #a1c857;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  transition: all 0.3s ease;
}
body header .header-container .nav-icon span:before {
  margin-top: -6px;
}
body header .header-container .nav-icon span:after {
  margin-top: 6px;
}
body header .header-container .nav-icon:hover {
  border: 2px solid #333333;
}
body header .header-container .nav-icon:hover span {
  background-color: #333333;
}
body header .header-container .nav-icon:hover span:after,
body header .header-container .nav-icon:hover span:before {
  background-color: #333333;
}
body header .header-container .nav-icon.active span {
  background-color: rgba(255,255,255,0);
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header-container .nav-icon.active span:before,
body header .header-container .nav-icon.active span:after {
  margin-top: 0px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header-container .nav-icon.active span:before {
  transform: rotate(45deg);
}
body header .header-container .nav-icon.active span:after {
  transform: rotate(-45deg);
}
body main {
  padding-top: 203px;
}
body main .btn-contact {
  position: fixed;
  background: #8c6239;
  border-radius: 0;
  transform: rotate(-90deg);
  z-index: 20;
  top: 45%;
  right: -50px;
  color: #fff;
}
body main .btn-contact:hover,
body main .btn-contact:focus,
body main .btn-contact:active {
  background: #b28c63;
  outline: none;
  box-shadow: none;
}
body main #form-modal .modal-body {
  padding: 0;
}
body main #form-modal .modal-body button.close {
  position: absolute;
  right: 5px;
  z-index: 10;
}
body main #form-modal .modal-body h2.titre {
  text-align: center;
  color: #a1c857;
  margin-top: 30px;
}
body main #form-modal .modal-body .desc {
  text-align: center;
}
body main #form-modal .modal-body .bg-marron {
  background: #8c6239;
  color: #fff;
}
body main #form-modal .modal-body .bg-marron h2.titre {
  color: #fff;
}
body main #form-modal .modal-body .bg-marron .block-rappel {
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin: 5px 0;
}
body main #form-modal .modal-body .bg-marron .block-rappel a.call-back {
  font-weight: 600;
  display: block;
  font-size: 18px;
  color: #fff;
}
body main #form-modal #nf-field-27-wrap .nf-field-label {
  display: block !important;
}
body main #form-modal #nf-field-27-wrap .nf-field-label label {
  font-size: 13px;
}
body main #form-modal #nf-field-27-wrap .nf-field-label .ninja-forms-req-symbol {
  display: none;
}
body main #form-modal .nf-field-label {
  display: none;
}
body main #form-modal .nf-form-fields-required {
  display: none;
}
body main #form-modal .nf-before-form-content {
  margin-bottom: 20px;
}
body main #form-modal .nf-error-msg {
  text-align: center;
}
body main #form-modal .nf-field-container {
  margin-bottom: 10px;
}
body main #form-modal .nf-form-content {
  font-family: 'Poppins', sans-serif;
}
body main #form-modal .nf-form-content .nf-error .nf-field-element input[type='text'],
body main #form-modal .nf-form-content .nf-error .nf-field-element input[type='tel'],
body main #form-modal .nf-form-content .nf-error .nf-field-element input[type='email'],
body main #form-modal .nf-form-content .nf-error .nf-field-element input[type='number'] {
  border: 1px solid ;
}
body main #form-modal .nf-form-content input[type='text'],
body main #form-modal .nf-form-content input[type='tel'],
body main #form-modal .nf-form-content input[type='email'],
body main #form-modal .nf-form-content input[type='number'] {
  min-height: 30px;
  padding: 10px 10px;
  border: none;
  background: #e6e6e6;
  color: #5c5c5c;
  font-weight: 400;
  border: 1px solid #e6e6e6;
}
body main #form-modal .nf-form-content input[type='text']:focus,
body main #form-modal .nf-form-content input[type='tel']:focus,
body main #form-modal .nf-form-content input[type='email']:focus,
body main #form-modal .nf-form-content input[type='number']:focus {
  outline: none;
}
body main #form-modal .nf-form-content input[type='text']::placeholder,
body main #form-modal .nf-form-content input[type='tel']::placeholder,
body main #form-modal .nf-form-content input[type='email']::placeholder,
body main #form-modal .nf-form-content input[type='number']::placeholder,
body main #form-modal .nf-form-content label {
  color: #5c5c5c;
  font-weight: 400;
  cursor: pointer;
  border-right: none;
  border-left: none;
  border-top: none;
}
body main #form-modal .nf-form-content .field-wrap.submit-wrap input[type='button'] {
  text-align: center;
  background: #a1c857;
  border: 1px solid #a1c857;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
  width: 200px;
  display: block;
  height: 40px;
  transition: all 0.3s ease;
  font-weight: 700;
  z-index: 10;
  font-size: 14px;
  margin: 0 auto;
}
body main #form-modal .nf-form-content .field-wrap.submit-wrap input[type='button']:hover {
  background: #fff;
  color: #a1c857;
}
body main #form-modal .nf-form-content .field-wrap.submit-wrap input[type='button']:focus {
  outline: none;
}
body main #form-modal .nf-form-content .field-wrap textarea {
  background: #e6e6e6;
  border: 1px solid #fff;
  padding: 10px 10px;
  height: 150px;
  font-weight: 400;
  color: #5c5c5c;
}
body main #form-modal .nf-form-content .field-wrap textarea::placeholder {
  color: #5c5c5c;
}
body main #form-modal .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body main #form-modal .nf-form-content .list-container {
  padding-left: 20px;
}
body main #form-modal .nf-form-content .list-container .nf-field-label {
  display: block;
}
body main #form-modal .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  top: 3px;
  left: -28px;
}
body main #form-modal .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label:after {
  width: 10px;
  height: 10px;
  background: transparent;
}
body main #form-modal .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px;
}
body main #form-modal .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body main #form-modal .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body main #form-modal .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body footer {
  background: #201b18;
  padding: 20px 0;
  color: #b28c63;
}
@media screen and (min-width: 1450px) {
  body footer .footer-container {
    max-width: 1450px;
  }
}
body footer a {
  color: #b28c63;
}
body footer a:hover {
  color: #a1c857;
}
body footer .reassurance {
  display: flex;
}
body footer .reassurance .item {
  width: 20%;
  padding: 0 20px;
  text-align: center;
}
body footer .reassurance .item img {
  max-height: 50px;
  width: auto;
  margin: 0 auto 15px;
}
@media (max-width: 1440px) {
  body footer .reassurance .item img {
    max-height: 45px;
  }
}
body footer .info-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body footer .info-contact .adresse,
body footer .info-contact .tel,
body footer .info-contact .email {
  display: flex;
  align-items: center;
}
body footer .info-contact .adresse__picto,
body footer .info-contact .tel__picto,
body footer .info-contact .email__picto {
  width: 40px;
  height: 40px;
  background: #a1c857;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
body footer .info-contact .adresse__picto svg,
body footer .info-contact .tel__picto svg,
body footer .info-contact .email__picto svg {
  width: 25px;
  height: 20px;
}
body footer .info-contact .sociaux {
  display: flex;
  align-items: center;
}
body footer .info-contact .sociaux span {
  margin-right: 10px;
}
body footer .info-contact .sociaux a {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
body footer .info-contact .sociaux a:hover {
  background-color: #a1c857;
}
body footer .info-contact .sociaux a:hover svg {
  fill: #fff;
}
body footer .info-contact .sociaux a svg {
  width: 100%;
  height: 100%;
  fill: #a1c857;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body footer .idcom {
  border-top: 1px solid #a1c857;
  margin-top: 30px;
  padding-top: 30px;
  color: #fff;
  font-size: 12px;
  align-items: center;
}
body footer .idcom .copy {
  display: table;
  margin: 0 0 0 auto;
}
body footer .idcom a {
  color: #fff;
  font-size: 12px;
  margin: 0 5px;
}
body footer .idcom a:hover {
  color: #b28c63;
}
body.page-id-3 header .header-container,
body.page-id-6 header .header-container {
  border-bottom: 1px solid #a1c857;
}
body.page-id-3 .container,
body.page-id-6 .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
body.page-id-3 .container h1,
body.page-id-3 .container h2,
body.page-id-3 .container h3,
body.page-id-3 .container h4,
body.page-id-6 .container h1,
body.page-id-6 .container h2,
body.page-id-6 .container h3,
body.page-id-6 .container h4 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
body .produits-de-saison {
  margin-bottom: 20px;
}
body .produits-de-saison .produit .produit-title {
  line-height: 0.7;
}
body.page-id-5 {
  background: url('../img/bg-biocinov.jpg') repeat;
}
body.page-id-5 header .header-container {
  border-bottom: 1px solid #a1c857;
}
body.page-id-5 .container-slider {
  position: relative;
}
body.page-id-5 .container-slider .owl-home-carousel {
  height: 600px;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item #item-0 .bg-img {
  background-position: 50% 100%;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item #item-0 h2 {
  font-size: 35px;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item #item-0 .logo {
  width: 190px;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .bg-img {
  display: block;
  width: 100%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description img.logo {
  width: 380px;
  max-width: 100%;
  display: block;
  float: right;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description .titre {
  margin: 30px 0;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description h1,
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description h2 {
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #595957;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description h1 span.titre,
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description h2 span.titre {
  display: block;
  font-weight: 200;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description h1 em,
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description h2 em {
  display: block;
  font-weight: 600;
  font-style: normal;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description .contenu {
  margin-bottom: 30px;
  font-family: 'Lora', serif;
  text-align: right;
  font-size: 20px;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description .lien {
  width: 400px;
  display: block;
  border-radius: 5px;
  font-family: 'Lora', serif;
  border: 2px solid;
  text-align: center;
  padding: 20px 0;
  line-height: 26px;
  font-size: 22px;
  color: #fff;
  transition: all 0.3s ease;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description .lien span {
  font-weight: 600;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.vert h1 em {
  color: #a1c857;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.vert h2 {
  color: #a1c857;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.vert h2 em {
  color: #a1c857;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.vert .lien {
  border-color: #a1c857;
  background: #a1c857;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.vert .lien:hover {
  background: transparent;
  color: #a1c857;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.noir h1 em,
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.noir h2 em {
  color: #333333;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.noir .lien {
  border-color: #333333;
  background: #333333;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.noir .lien:hover {
  background: transparent;
  color: #333333;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.bleu h1 em {
  color: #7aaecc;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.bleu h2 {
  color: #7aaecc;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.bleu h2 em {
  color: #7aaecc;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.bleu .lien {
  border-color: #7aaecc;
  background: #7aaecc;
}
body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description.bleu .lien:hover {
  background: transparent;
  color: #7aaecc;
}
body.page-id-5 .container-slider .custom-nav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
body.page-id-5 .container-slider .custom-nav .owl-next,
body.page-id-5 .container-slider .custom-nav .owl-prev {
  width: 30px;
  height: 40px;
  position: absolute;
  background: #cccac8;
  border: none;
  color: #595957;
  font-size: 26px;
  transition: all 0.3s ease;
  cursor: pointer;
  top: -400px;
}
body.page-id-5 .container-slider .custom-nav .owl-next:hover,
body.page-id-5 .container-slider .custom-nav .owl-prev:hover {
  background: #a1c857;
}
body.page-id-5 .container-slider .custom-nav .owl-prev {
  left: -60px;
  mask: url('../img/arrow-left.svg') no-repeat center;
  -webkit-mask: url('../img/arrow-left.svg') no-repeat center;
}
body.page-id-5 .container-slider .custom-nav .owl-prev:focus {
  outline: none;
}
body.page-id-5 .container-slider .custom-nav .owl-next {
  right: -60px;
  mask: url('../img/arrow-right.svg') no-repeat center;
  -webkit-mask: url('../img/arrow-right.svg') no-repeat center;
}
body.page-id-5 .container-slider .custom-nav .owl-next:focus {
  outline: none;
}
body.page-id-5 .container-slider .owl-home-carousel-picto {
  width: 400px;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  z-index: 10;
  left: 0;
  right: 0;
}
body.page-id-5 .container-slider .owl-home-carousel-picto .owl-item .item-picto {
  background: #dbd9d8;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.page-id-5 .container-slider .owl-home-carousel-picto .owl-item .item-picto svg {
  width: 30px;
  height: 30px;
}
body.page-id-5 .container-slider .owl-home-carousel-picto .owl-item .item-picto svg path {
  fill: #fff;
}
body.page-id-5 .container-slider .owl-home-carousel-picto .owl-item .item-picto:hover {
  background: #b9def4;
}
body.page-id-5 .container-slider .owl-home-carousel-picto .owl-item.current .item-picto {
  background: #b9def4;
}
body.page-id-5 .block_presentation {
  padding: 80px 0 100px;
}
body.page-id-5 .block_presentation h1.titre {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
  position: relative;
}
body.page-id-5 .block_presentation h1.titre span {
  color: #a1c857;
}
body.page-id-5 .block_presentation h1.titre:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #b9def4;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.page-id-5 .block_presentation .contenu {
  text-align: justify;
}
body.page-id-5 .block_presentation .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}
body.page-id-5 .block_presentation .bg-image:after {
  content: '';
  width: 320px;
  height: 320px;
  position: absolute;
  background: #b9def4;
  bottom: -30px;
  left: -30px;
  z-index: -1;
}
body.page-id-5 .owl-item .price-add-to-cart {
  background: #b9def4;
}
body.page-id-5 .owl-item .price-add-to-cart .produit-title {
  padding: 5px 0 5px 0;
  text-align: center;
  min-height: 50px;
}
body.page-id-5 .owl-item .price-add-to-cart .produit-title a {
  color: white;
  font-size: 15px;
}
body.page-id-5 .owl-item .price-add-to-cart .produit-title a:hover {
  color: #a1c857;
}
body.page-id-5 .owl-item .price-add-to-cart .button {
  padding: 0 0 0 20%;
  text-align: left;
  color: white;
}
@media screen and (max-width: 767px) {
  body.page-id-5 .owl-item .price-add-to-cart .button {
    padding: 0 0 0 30%;
  }
}
body.page-id-5 .owl-item .price-add-to-cart .button:hover {
  color: #a1c857;
}
body.page-id-5 .owl-item .rongeurs {
  background: #3e3e3e;
}
body.page-id-5 .owl-item .insectes-volants {
  background: #a1c857;
}
body.page-id-5 .owl-item .insectes-rampants {
  background: #a1c857;
}
body.page-id-5 .owl-item .algues-et-virus {
  background: #7aaecc;
}
body.page-id-5 .owl-item .pigeons {
  background: #7aaecc;
}
body.page-id-5 .owl-produits-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 1px;
}
body.page-id-5 .owl-produits-carousel .owl-nav button {
  color: #a1c857;
  font-size: 50px;
  width: 40px;
  border: none;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}
body.page-id-5 .owl-prev {
  left: -4%;
}
body.page-id-5 .owl-next {
  right: -95%;
}
@media only screen and (max-width: 767px) {
  body.page-id-5 .owl-produits-carousel .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-5 .produits-de-saison {
    margin-bottom: 30px;
  }
}
body.page-id-23 .img-entete,
body.page-id-24 .img-entete,
body.page-id-997 .img-entete {
  display: block;
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  clip-path: url(#myClip);
  -webkit-clip-path: url(#myClip);
  position: relative;
  background-position: top center;
  z-index: 10;
}
@media screen and (min-width: 1450px) {
  body.page-id-23 .societe-container,
  body.page-id-24 .societe-container,
  body.page-id-997 .societe-container {
    max-width: 1450px;
  }
}
body.page-id-23 .block_presentation,
body.page-id-23 .block_formations,
body.page-id-24 .block_presentation,
body.page-id-24 .block_formations,
body.page-id-997 .block_presentation,
body.page-id-997 .block_formations {
  padding: 30px 0 60px;
}
body.page-id-23 .block_presentation h1.titre,
body.page-id-23 .block_formations h1.titre,
body.page-id-24 .block_presentation h1.titre,
body.page-id-24 .block_formations h1.titre,
body.page-id-997 .block_presentation h1.titre,
body.page-id-997 .block_formations h1.titre {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
  position: relative;
}
body.page-id-23 .block_presentation h1.titre span,
body.page-id-23 .block_formations h1.titre span,
body.page-id-24 .block_presentation h1.titre span,
body.page-id-24 .block_formations h1.titre span,
body.page-id-997 .block_presentation h1.titre span,
body.page-id-997 .block_formations h1.titre span {
  color: #a1c857;
}
body.page-id-23 .block_presentation h1.titre:after,
body.page-id-23 .block_formations h1.titre:after,
body.page-id-24 .block_presentation h1.titre:after,
body.page-id-24 .block_formations h1.titre:after,
body.page-id-997 .block_presentation h1.titre:after,
body.page-id-997 .block_formations h1.titre:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #b9def4;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.page-id-23 .block_presentation .contenu,
body.page-id-23 .block_formations .contenu,
body.page-id-24 .block_presentation .contenu,
body.page-id-24 .block_formations .contenu,
body.page-id-997 .block_presentation .contenu,
body.page-id-997 .block_formations .contenu {
  text-align: justify;
}
body.page-id-23 .block_presentation .bg-image,
body.page-id-23 .block_formations .bg-image,
body.page-id-24 .block_presentation .bg-image,
body.page-id-24 .block_formations .bg-image,
body.page-id-997 .block_presentation .bg-image,
body.page-id-997 .block_formations .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}
body.page-id-23 .block_presentation .bg-image:after,
body.page-id-23 .block_formations .bg-image:after,
body.page-id-24 .block_presentation .bg-image:after,
body.page-id-24 .block_formations .bg-image:after,
body.page-id-997 .block_presentation .bg-image:after,
body.page-id-997 .block_formations .bg-image:after {
  content: '';
  width: 320px;
  height: 320px;
  position: absolute;
  background: #b9def4;
  bottom: -30px;
  left: -30px;
  z-index: -1;
}
body.page-id-23 .block_partenaires,
body.page-id-24 .block_partenaires,
body.page-id-997 .block_partenaires {
  padding-top: 40px;
}
body.page-id-23 .block_partenaires h2.titre,
body.page-id-24 .block_partenaires h2.titre,
body.page-id-997 .block_partenaires h2.titre {
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #8c6239;
  text-transform: uppercase;
  padding: 30px 0;
  border-bottom: 1px solid #5c5c5c;
}
body.page-id-23 .block_partenaires .carousel-container,
body.page-id-24 .block_partenaires .carousel-container,
body.page-id-997 .block_partenaires .carousel-container {
  position: relative;
  padding: 40px 0;
}
body.page-id-23 .block_partenaires .carousel-container .owl-item,
body.page-id-24 .block_partenaires .carousel-container .owl-item,
body.page-id-997 .block_partenaires .carousel-container .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body.page-id-23 .block_partenaires .carousel-container .owl-item a.lien_partenaire:hover,
body.page-id-24 .block_partenaires .carousel-container .owl-item a.lien_partenaire:hover,
body.page-id-997 .block_partenaires .carousel-container .owl-item a.lien_partenaire:hover {
  opacity: 0.8;
}
body.page-id-23 .block_partenaires .carousel-container .owl-item .img-partenaire,
body.page-id-24 .block_partenaires .carousel-container .owl-item .img-partenaire,
body.page-id-997 .block_partenaires .carousel-container .owl-item .img-partenaire {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
body.page-id-23 .block_partenaires .carousel-container .custom-nav,
body.page-id-24 .block_partenaires .carousel-container .custom-nav,
body.page-id-997 .block_partenaires .carousel-container .custom-nav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-next,
body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-prev,
body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-next,
body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-prev,
body.page-id-997 .block_partenaires .carousel-container .custom-nav .owl-next,
body.page-id-997 .block_partenaires .carousel-container .custom-nav .owl-prev {
  width: 30px;
  height: 40px;
  position: absolute;
  background: #b28c63;
  border: none;
  color: #595957;
  font-size: 26px;
  transition: all 0.3s ease;
  cursor: pointer;
  top: -70px;
}
body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-next:hover,
body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-prev:hover,
body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-next:hover,
body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-prev:hover,
body.page-id-997 .block_partenaires .carousel-container .custom-nav .owl-next:hover,
body.page-id-997 .block_partenaires .carousel-container .custom-nav .owl-prev:hover {
  background: #333333;
}
body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-prev,
body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-prev,
body.page-id-997 .block_partenaires .carousel-container .custom-nav .owl-prev {
  left: -30px;
  mask: url('../img/arrow-left.svg') no-repeat center;
  -webkit-mask: url('../img/arrow-left.svg') no-repeat center;
}
body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-prev:focus,
body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-prev:focus,
body.page-id-997 .block_partenaires .carousel-container .custom-nav .owl-prev:focus {
  outline: none;
}
body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-next,
body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-next,
body.page-id-997 .block_partenaires .carousel-container .custom-nav .owl-next {
  right: -30px;
  mask: url('../img/arrow-right.svg') no-repeat center;
  -webkit-mask: url('../img/arrow-right.svg') no-repeat center;
}
body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-next:focus,
body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-next:focus,
body.page-id-997 .block_partenaires .carousel-container .custom-nav .owl-next:focus {
  outline: none;
}
body.page-id-997 .img-entete,
body.page-id-23 .img-entete {
  min-height: 380px;
  background-position: center 10%;
}
body.page-id-997 .woocommerce-form-row--wide label[for=account_display_name],
body.page-id-997 .woocommerce-form-row--wide #account_display_name {
  display: none !important;
}
body.page-id-997 .woocommerce-form-row--wide span em {
  display: none;
}
body.page-id-997 .u-column1,
body.page-id-997 .u-column2 {
  background: #ebebeb;
  width: 48% !important;
  padding: 20px 20px 10px;
  min-height: 200px;
}
body.page-id-997 .woocommerce-Address-title {
  position: relative;
  top: auto;
  left: auto;
  background: transparent;
}
body.page-id-997 .woocommerce-address-fields .woocommerce-input-wrapper {
  width: 100%;
}
body.page-id-997 .woocommerce-address-fields .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  height: 42px;
}
body.page-id-997 .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 42px;
  display: flex;
  align-items: center;
}
body.page-id-997 .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
body.page-id-997 .edit-account fieldset {
  margin-top: 30px;
}
body.page-id-997 .edit-account fieldset label {
  width: 100%;
}
body.page-id-997 .edit-account fieldset .password-input {
  width: 100%;
}
body.page-id-997 .woocommerce-Button,
body.page-id-997 button[name=save_address] {
  background-color: #a1c857;
  color: #fff;
  height: 42px;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-997 .woocommerce-Button:hover,
body.page-id-997 button[name=save_address]:hover {
  background-color: #333333;
  color: #fff;
}
body.page-id-997 legend,
body.page-id-997 h3 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
body.page-id-997 input {
  padding: 8px 20px;
  height: 42px !important;
}
body.page-id-23 .block_chiffres {
  background: url('../img/bg-biocinov.jpg') repeat;
  position: relative;
  padding: 40px 0;
}
body.page-id-23 .block_chiffres.visible .chiffre_container .chiffre {
  opacity: 1;
}
body.page-id-23 .block_chiffres .vague {
  position: absolute;
  z-index: 10;
  top: -20px;
  width: 100%;
  left: 0;
  transform: rotate(180deg);
}
body.page-id-23 .block_chiffres .vague svg {
  width: 100%;
  height: auto;
}
body.page-id-23 .block_chiffres h2.titre {
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #8c6239;
  text-transform: uppercase;
  padding: 30px 0;
  border-bottom: 1px solid #5c5c5c;
}
body.page-id-23 .block_chiffres .chiffre_container {
  font-family: 'Lora', serif;
}
body.page-id-23 .block_chiffres .chiffre_container .chiffre {
  background: url('../img/img-societe-feuille.png') no-repeat calc(50% - 20px) 0;
  color: #fff;
  font-size: 60px;
  text-align: center;
  padding: 110px 0 90px;
  opacity: 0;
  transition: all 0.5s ease-in;
}
body.page-id-23 .block_chiffres .chiffre_container .titre {
  color: #b28c63;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}
body.page-id-23 .block_chiffres .chiffre_container .titre:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #b9def4;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.page-id-24 .img-entete {
  min-height: 380px;
  background-position: center;
}
body.page-id-24 .block_formations .contenu a {
  margin: 25px auto 0;
  display: table;
  border-radius: 5px;
  font-family: 'Lora', serif;
  border: 2px solid;
  text-align: center;
  padding: 12px 35px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  background-color: #a1c857;
  transition: all 0.3s ease;
}
body.page-id-24 .block_formations .contenu a:hover {
  border: 2px solid #a1c857;
  background-color: transparent;
  color: #a1c857;
}
body.page-id-24 .block_audits {
  position: relative;
  padding: 80px 0 80px;
}
body.page-id-24 .block_audits:before {
  content: '';
  background: url('../img/bg-biocinov.jpg') repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
body.page-id-24 .block_audits .vague {
  position: absolute;
  z-index: 10;
  top: -20px;
  width: 100%;
  left: 0;
  transform: rotate(180deg);
}
body.page-id-24 .block_audits .vague svg {
  width: 100%;
  height: auto;
}
body.page-id-24 .block_audits h2.titre {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
  position: relative;
}
body.page-id-24 .block_audits h2.titre span {
  color: #a1c857;
}
body.page-id-24 .block_audits h2.titre:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #b9def4;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.page-id-24 .block_audits .contenu {
  text-align: justify;
}
body.page-id-24 .block_audits .contenu a {
  margin: 25px auto 0;
  display: table;
  border-radius: 5px;
  font-family: 'Lora', serif;
  border: 2px solid;
  text-align: center;
  padding: 12px 35px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  background-color: #a1c857;
  transition: all 0.3s ease;
}
body.page-id-24 .block_audits .contenu a:hover {
  border: 2px solid #a1c857;
  background-color: transparent;
  color: #a1c857;
}
body.page-id-24 .block_audits .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
body.page-id-24 .block_audits .bg-image:after {
  content: '';
  width: 320px;
  height: 320px;
  position: absolute;
  background: #b9def4;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}
body.page-id-24 .block_contact {
  position: relative;
  background: #dbd9d8;
  padding: 90px 0;
}
body.page-id-24 .block_contact:before {
  content: '';
  width: 100%;
  height: 30px;
  background: url('../img/brush-produits.png') no-repeat top center;
  display: block;
  position: absolute;
  top: -30px;
  z-index: -1;
}
body.page-id-24 .block_contact .societe-container {
  position: relative;
  z-index: 0;
}
body.page-id-24 .block_contact h2.titre {
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  color: #b28c63;
  text-align: center;
  margin-bottom: 30px;
}
body.page-id-24 .block_contact .block_tel .info_tel {
  text-align: center;
  font-size: 24px;
}
body.page-id-24 .block_contact .block_tel a.tel {
  font-size: 40px;
  font-weight: 600;
  color: #a1c857;
  display: block;
  text-align: center;
}
body.page-id-24 .block_contact .block_email {
  text-align: center;
  font-size: 24px;
}
body.page-id-24 .block_contact .block_email a.email {
  color: #a1c857;
}
body.page-id-24 .block_contact .logo {
  margin: 0 auto 15px;
  display: table;
  width: 200px;
}
body.page-id-24 .block_contact .img-contact {
  position: absolute;
  right: 0;
  bottom: -90px;
  z-index: -1;
}
body.page-id-14 .container {
  max-width: 1450px;
}
body.page-id-14 .block_entete {
  display: block;
  width: 100%;
  max-height: 390px;
  background-repeat: no-repeat;
  clip-path: url(#myClip);
  -webkit-clip-path: url(#myClip);
  background-position: center;
  z-index: -1;
  position: relative;
}
body.page-id-14 .block_entete .bg-color {
  position: relative;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a1c857;
  z-index: 10;
}
body.page-id-14 .block_entete h1.titre {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 42px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  z-index: 10;
  position: relative;
}
body.page-id-14 .block_entete .map {
  width: 100%;
  height: 400px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background: url(../img/map.png) no-repeat;
  bottom: 0;
}
body.page-id-14 .block_entete .map .leaflet-map {
  height: 400px !important;
  z-index: 1;
}
body.page-id-14 .form-contact pre {
  display: none;
}
body.page-id-14 .block_contact {
  padding: 40px 0;
}
body.page-id-14 .block_contact .contact-container {
  position: relative;
}
@media screen and (min-width: 1450px) {
  body.page-id-14 .block_contact .contact-container {
    max-width: 1450px;
  }
}
body.page-id-14 .block_contact h2.titre {
  color: #a1c857;
  font-family: 'Poppins', sans-serif;
}
body.page-id-14 .block_contact .desc p {
  font-family: 'Poppins', sans-serif;
}
body.page-id-14 .block_contact .img-contact {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: -1;
}
body.page-id-14 .block_contact .nf-response-msg p {
  font-family: 'Poppins', sans-serif;
}
body.page-id-14 .block_contact #nf-field-27_1-wrap .nf-field-label {
  display: block !important;
}
body.page-id-14 .block_contact #nf-field-27_1-wrap .nf-field-label label {
  font-size: 13px;
}
body.page-id-14 .block_contact #nf-field-27_1-wrap .nf-field-label .ninja-forms-req-symbol {
  display: none;
}
body.page-id-14 .block_contact .nf-field-label {
  display: none;
}
body.page-id-14 .block_contact .nf-form-fields-required {
  display: none;
}
body.page-id-14 .block_contact .nf-before-form-content {
  margin-bottom: 20px;
}
body.page-id-14 .block_contact .nf-error-msg {
  text-align: center;
}
body.page-id-14 .block_contact .nf-field-container {
  margin-bottom: 10px;
}
body.page-id-14 .block_contact .nf-form-content {
  font-family: 'Poppins', sans-serif;
}
body.page-id-14 .block_contact .nf-form-content .nf-error .nf-field-element input[type='text'],
body.page-id-14 .block_contact .nf-form-content .nf-error .nf-field-element input[type='tel'],
body.page-id-14 .block_contact .nf-form-content .nf-error .nf-field-element input[type='email'],
body.page-id-14 .block_contact .nf-form-content .nf-error .nf-field-element input[type='number'] {
  border: 1px solid ;
}
body.page-id-14 .block_contact .nf-form-content input[type='text'],
body.page-id-14 .block_contact .nf-form-content input[type='tel'],
body.page-id-14 .block_contact .nf-form-content input[type='email'],
body.page-id-14 .block_contact .nf-form-content input[type='number'] {
  min-height: 30px;
  padding: 10px 10px;
  border: none;
  background: #e6e6e6;
  color: #5c5c5c;
  font-weight: 400;
  border: 1px solid #e6e6e6;
}
body.page-id-14 .block_contact .nf-form-content input[type='text']:focus,
body.page-id-14 .block_contact .nf-form-content input[type='tel']:focus,
body.page-id-14 .block_contact .nf-form-content input[type='email']:focus,
body.page-id-14 .block_contact .nf-form-content input[type='number']:focus {
  outline: none;
}
body.page-id-14 .block_contact .nf-form-content input[type='text']::placeholder,
body.page-id-14 .block_contact .nf-form-content input[type='tel']::placeholder,
body.page-id-14 .block_contact .nf-form-content input[type='email']::placeholder,
body.page-id-14 .block_contact .nf-form-content input[type='number']::placeholder,
body.page-id-14 .block_contact .nf-form-content label {
  color: #5c5c5c;
  font-weight: 400;
  cursor: pointer;
  border-right: none;
  border-left: none;
  border-top: none;
}
body.page-id-14 .block_contact .nf-form-content .field-wrap.submit-wrap input[type='button'] {
  text-align: center;
  background: #a1c857;
  border: 1px solid #a1c857;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
  width: 200px;
  display: block;
  height: 40px;
  transition: all 0.3s ease;
  font-weight: 700;
  z-index: 10;
  font-size: 14px;
  margin: 0 auto;
}
body.page-id-14 .block_contact .nf-form-content .field-wrap.submit-wrap input[type='button']:hover {
  background: #fff;
  color: #a1c857;
}
body.page-id-14 .block_contact .nf-form-content .field-wrap.submit-wrap input[type='button']:focus {
  outline: none;
}
body.page-id-14 .block_contact .nf-form-content .field-wrap textarea {
  background: #e6e6e6;
  border: 1px solid #fff;
  padding: 10px 10px;
  height: 150px;
  font-weight: 400;
  color: #5c5c5c;
}
body.page-id-14 .block_contact .nf-form-content .field-wrap textarea::placeholder {
  color: #5c5c5c;
}
body.page-id-14 .block_contact .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.page-id-14 .block_contact .nf-form-content .list-container {
  padding-left: 20px;
}
body.page-id-14 .block_contact .nf-form-content .list-container .nf-field-label {
  display: block;
}
body.page-id-14 .block_contact .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  top: 3px;
  left: -28px;
}
body.page-id-14 .block_contact .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label:after {
  width: 10px;
  height: 10px;
  background: transparent;
}
body.page-id-14 .block_contact .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px;
}
body.page-id-14 .block_contact .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.page-id-14 .block_contact .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.page-id-14 .block_contact .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.page-id-14 .block_contact .logo img {
  display: block;
  max-width: 150px;
  margin-bottom: 30px;
}
body.page-id-14 .block_contact .info-contact .adresse,
body.page-id-14 .block_contact .info-contact .tel,
body.page-id-14 .block_contact .info-contact .email {
  display: flex;
  align-items: center;
  color: #b28c63;
  padding: 10px 0;
}
body.page-id-14 .block_contact .info-contact .adresse__picto,
body.page-id-14 .block_contact .info-contact .tel__picto,
body.page-id-14 .block_contact .info-contact .email__picto {
  width: 40px;
  height: 40px;
  background: #a1c857;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
body.page-id-14 .block_contact .info-contact .adresse__picto svg,
body.page-id-14 .block_contact .info-contact .tel__picto svg,
body.page-id-14 .block_contact .info-contact .email__picto svg {
  width: 25px;
  height: 20px;
}
body.page-id-14 .block_contact .info-contact .adresse:hover,
body.page-id-14 .block_contact .info-contact .tel:hover,
body.page-id-14 .block_contact .info-contact .email:hover {
  color: #a1c857;
}
body.page-id-14 .block_contact .info-contact .sociaux {
  display: flex;
  align-items: center;
}
body.page-id-14 .block_contact .info-contact .sociaux span {
  margin-right: 10px;
  color: #b28c63;
}
body.page-id-14 .block_contact .info-contact .sociaux a {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 3px;
}
body.page-id-14 .block_contact .info-contact .sociaux a svg {
  width: 100%;
  height: 100%;
  fill: #a1c857;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single .block_entete .img-entete {
  display: block;
  width: 100%;
  max-height: 380px;
  background-repeat: no-repeat;
  clip-path: url(#myClip);
  position: absolute;
  -webkit-clip-path: url(#myClip);
  background-position: top center;
  z-index: 10;
}
body.single .block_entete .img-entete .bg-color {
  position: relative;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a1c857;
}
body.single .block_entete .img-entete h1.titre {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  z-index: 10;
  position: relative;
}
body.single .block_actualite {
  position: relative;
  margin-top: 315px;
  background: url('../img/bg-biocinov.jpg') repeat;
  padding-top: 80px;
  padding-bottom: 40px;
}
body.single .block_actualite:before {
  content: '';
  display: block;
  width: 232px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
body.single .block_actualite:after {
  content: '';
  display: block;
  width: 191px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
body.single .block_actualite .container {
  z-index: 10;
  position: relative;
}
body.single .block_actualite h2 {
  margin-bottom: 50px;
}
body.single .block_actualite .texte-unique {
  margin-bottom: 30px;
}
body.single .block_actualite .bloc .content {
  margin-bottom: 50px;
}
body.single .block_actualite .bloc .content:nth-of-type(2n) > .row {
  flex-direction: row-reverse;
}
body.single .block_actualite .bloc .content:nth-of-type(2n) .texte {
  padding: 30px 30px 30px 0;
}
body.single .block_actualite .bloc .content .media {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.single .block_actualite .bloc .content .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body.single .block_actualite .bloc .content .texte {
  padding: 30px 0 30px 30px;
}
body.single .block_actualite .bloc .content .texte h3 {
  margin-bottom: 15px;
}
body.single .block_actualite .navigation {
  padding-top: 30px;
}
body.single .block_actualite .navigation .next {
  float: right;
}
body.single .block_actualite .navigation a {
  color: #a1c857;
}
body.single .block_actualite .navigation a:hover {
  color: #b28c63;
}
@media screen and (min-width: 1450px) {
  body.page-id-25 .actualite-container,
  body.archive .actualite-container,
  body.category .actualite-container {
    max-width: 1450px;
  }
}
body.page-id-25 .block_entete .img-entete,
body.archive .block_entete .img-entete,
body.category .block_entete .img-entete {
  display: block;
  width: 100%;
  max-height: 380px;
  background-repeat: no-repeat;
  clip-path: url(#myClip);
  position: absolute;
  -webkit-clip-path: url(#myClip);
  background-position: top center;
  z-index: 10;
}
body.page-id-25 .block_entete .img-entete .bg-color,
body.archive .block_entete .img-entete .bg-color,
body.category .block_entete .img-entete .bg-color {
  position: relative;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a1c857;
}
body.page-id-25 .block_entete .img-entete h1.titre,
body.archive .block_entete .img-entete h1.titre,
body.category .block_entete .img-entete h1.titre {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 42px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  z-index: 10;
  position: relative;
}
body.page-id-25 .block_actualites,
body.archive .block_actualites,
body.category .block_actualites {
  position: relative;
  margin-top: 315px;
  background: url('../img/bg-biocinov.jpg') repeat;
  padding-top: 80px;
  padding-bottom: 40px;
}
body.page-id-25 .block_actualites:before,
body.archive .block_actualites:before,
body.category .block_actualites:before {
  content: '';
  display: block;
  width: 232px;
  height: 100%;
  background: url('../img/brush-feuille-gauche.png') no-repeat top right;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
body.page-id-25 .block_actualites:after,
body.archive .block_actualites:after,
body.category .block_actualites:after {
  content: '';
  display: block;
  width: 191px;
  height: 100%;
  background: url('../img/brush-feuille-droite.png') no-repeat top left;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
body.page-id-25 .block_actualites .container,
body.archive .block_actualites .container,
body.category .block_actualites .container {
  z-index: 10;
  position: relative;
}
body.page-id-25 .block_actualites .liste_categories,
body.archive .block_actualites .liste_categories,
body.category .block_actualites .liste_categories {
  margin-bottom: 50px;
  z-index: 10;
}
body.page-id-25 .block_actualites .liste_categories .lien-cat,
body.archive .block_actualites .liste_categories .lien-cat,
body.category .block_actualites .liste_categories .lien-cat {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  background: #b9def4;
  border: 1px solid #b9def4;
  color: #fff;
}
body.page-id-25 .block_actualites .liste_categories .lien-cat:hover,
body.archive .block_actualites .liste_categories .lien-cat:hover,
body.category .block_actualites .liste_categories .lien-cat:hover {
  color: #b9def4;
  background: transparent;
}
body.page-id-25 .block_actualites .mb-30,
body.archive .block_actualites .mb-30,
body.category .block_actualites .mb-30 {
  margin-bottom: 30px;
}
body.page-id-25 .block_actualites .lien-actu,
body.archive .block_actualites .lien-actu,
body.category .block_actualites .lien-actu {
  display: block;
  text-align: center;
  background: #fff;
  padding-bottom: 10px;
  box-shadow: 0 10px 15px -3px rgba(53,163,162,0.1), 0 4px 6px -2px rgba(53,163,162,0.05);
  height: 100%;
}
body.page-id-25 .block_actualites .lien-actu .img-container,
body.archive .block_actualites .lien-actu .img-container,
body.category .block_actualites .lien-actu .img-container {
  max-height: 300px;
  overflow: hidden;
}
body.page-id-25 .block_actualites .lien-actu .img-container img,
body.archive .block_actualites .lien-actu .img-container img,
body.category .block_actualites .lien-actu .img-container img {
  display: block;
  margin-bottom: 2px solid #a1c857;
  width: 100%;
}
body.page-id-25 .block_actualites .lien-actu .desc-container,
body.archive .block_actualites .lien-actu .desc-container,
body.category .block_actualites .lien-actu .desc-container {
  padding: 10px 20px;
}
body.page-id-25 .block_actualites .lien-actu .desc-container h2.titre,
body.archive .block_actualites .lien-actu .desc-container h2.titre,
body.category .block_actualites .lien-actu .desc-container h2.titre {
  color: #8c6239;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
body.page-id-25 .block_actualites .lien-actu .desc-container span.info,
body.archive .block_actualites .lien-actu .desc-container span.info,
body.category .block_actualites .lien-actu .desc-container span.info {
  display: block;
  color: #a1c857;
  font-family: 'Lora', serif;
  transition: all 0.3s ease;
  font-size: 18px;
}
body.page-id-25 .block_actualites .lien-actu:hover,
body.archive .block_actualites .lien-actu:hover,
body.category .block_actualites .lien-actu:hover {
  background: #a1c857;
  box-shadow: 0 4px 6px -1px rgba(53,163,162,0.1), 0 2px 4px -1px rgba(53,163,162,0.06);
}
body.page-id-25 .block_actualites .lien-actu:hover .desc-container h2.titre,
body.page-id-25 .block_actualites .lien-actu:hover .desc-container span.info,
body.archive .block_actualites .lien-actu:hover .desc-container h2.titre,
body.archive .block_actualites .lien-actu:hover .desc-container span.info,
body.category .block_actualites .lien-actu:hover .desc-container h2.titre,
body.category .block_actualites .lien-actu:hover .desc-container span.info {
  color: #fff;
}
body.page-id-25 .block_actualites .pagination,
body.archive .block_actualites .pagination,
body.category .block_actualites .pagination {
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
}
body.page-id-25 .block_actualites .pagination a,
body.page-id-25 .block_actualites .pagination span,
body.archive .block_actualites .pagination a,
body.archive .block_actualites .pagination span,
body.category .block_actualites .pagination a,
body.category .block_actualites .pagination span {
  display: block;
  text-align: center;
  color: #a1c857;
  margin: 0 2px;
}
body.page-id-25 .block_actualites .pagination .current,
body.archive .block_actualites .pagination .current,
body.category .block_actualites .pagination .current {
  background: #a1c857;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #a1c857;
  width: 25px;
  font-weight: 600;
}
body.page-id-25 .block_actualites .pagination a,
body.archive .block_actualites .pagination a,
body.category .block_actualites .pagination a {
  border: 1px solid #a1c857;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  font-weight: 600;
}
body.page-id-25 .block_actualites .pagination a.prev,
body.page-id-25 .block_actualites .pagination a.next,
body.archive .block_actualites .pagination a.prev,
body.archive .block_actualites .pagination a.next,
body.category .block_actualites .pagination a.prev,
body.category .block_actualites .pagination a.next {
  line-height: 20px;
}
body.page-id-25 .block_actualites .pagination a:hover,
body.archive .block_actualites .pagination a:hover,
body.category .block_actualites .pagination a:hover {
  background: #a1c857;
  color: #fff;
}
body.tax-product_cat .woocommerce-products-header,
body.single-product .woocommerce-products-header {
  display: none;
}
body.tax-product_cat .fausse-popup-custom,
body.single-product .fausse-popup-custom {
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  cursor: pointer;
}
body.tax-product_cat .fausse-popup-custom .panier,
body.single-product .fausse-popup-custom .panier {
  margin: auto;
  color: #a3a3a3;
  font-size: 22px;
  background: white;
  border: 2px solid white;
  padding: 1rem;
  border-radius: 7px;
}
body.tax-product_cat .fausse-popup-custom .panier a,
body.single-product .fausse-popup-custom .panier a {
  margin-left: 1.5rem;
  color: white;
  background: #a1c857;
  margin-top: -6px;
  margin-bottom: -4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.tax-product_cat .fausse-popup-custom .panier a,
  body.single-product .fausse-popup-custom .panier a {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
body.tax-product_cat .fausse-popup-custom .panier a:after,
body.single-product .fausse-popup-custom .panier a:after {
  content: 'X';
  position: absolute;
  top: -2rem;
  left: 100%;
  font-size: 20px;
  color: white;
  padding: 5px;
  background: #a1c857;
  border: 2px solid white;
  border-radius: 207px;
  z-index: 3;
  pointer-events: none;
}
body.tax-product_cat .categorie_produit-container .liste-produits,
body.single-product .categorie_produit-container .liste-produits {
  background: white;
}
@media screen and (min-width: 1450px) {
  body.tax-product_cat .categorie_produit-container,
  body.tax-product_cat .single_produit-container,
  body.single-product .categorie_produit-container,
  body.single-product .single_produit-container {
    max-width: 1450px;
  }
}
body.tax-product_cat .img-entete,
body.single-product .img-entete {
  display: block;
  width: 100%;
  max-height: 380px;
  background-repeat: no-repeat;
  clip-path: url(#myClip);
  -webkit-clip-path: url(#myClip);
  position: absolute;
  background-position: top center;
  z-index: 10;
}
body.tax-product_cat .img-entete .bg-color,
body.single-product .img-entete .bg-color {
  position: relative;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.tax-product_cat .img-entete h2.titre,
body.single-product .img-entete h2.titre {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 42px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  z-index: 10;
  position: relative;
}
body.tax-product_cat .img-entete .picto-container,
body.single-product .img-entete .picto-container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  display: block;
  z-index: 0;
}
body.tax-product_cat .img-entete.term-46 .bg-color,
body.tax-product_cat .img-entete.term-63 .bg-color,
body.single-product .img-entete.term-46 .bg-color,
body.single-product .img-entete.term-63 .bg-color {
  background: #3e3e3e;
}
body.tax-product_cat .img-entete.term-46 .picto-container svg path,
body.tax-product_cat .img-entete.term-63 .picto-container svg path,
body.single-product .img-entete.term-46 .picto-container svg path,
body.single-product .img-entete.term-63 .picto-container svg path {
  fill: #5c5c5c;
}
body.tax-product_cat .img-entete.term-52 .bg-color,
body.tax-product_cat .img-entete.term-58 .bg-color,
body.single-product .img-entete.term-52 .bg-color,
body.single-product .img-entete.term-58 .bg-color {
  background: #a1c857;
}
body.tax-product_cat .img-entete.term-52 .picto-container svg path,
body.tax-product_cat .img-entete.term-58 .picto-container svg path,
body.single-product .img-entete.term-52 .picto-container svg path,
body.single-product .img-entete.term-58 .picto-container svg path {
  fill: #87a848;
}
body.tax-product_cat .img-entete.term-64 .bg-color,
body.tax-product_cat .img-entete.term-63 .bg-color,
body.single-product .img-entete.term-64 .bg-color,
body.single-product .img-entete.term-63 .bg-color {
  background: #7aaecc;
}
body.tax-product_cat .img-entete.term-64 .picto-container svg path,
body.tax-product_cat .img-entete.term-63 .picto-container svg path,
body.single-product .img-entete.term-64 .picto-container svg path,
body.single-product .img-entete.term-63 .picto-container svg path {
  fill: #b9def4;
}
body.single-product #primary main {
  padding-top: 0 !important;
}
body.single-product .qte-colis {
  padding: 20px;
  font-size: 1.1rem;
  border: 1px solid #a1c857;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
body.single-product .qte-colis svg {
  color: #a1c857;
  width: 50px;
  height: 50px;
}
body.single-product .qte-colis .content {
  margin-left: 15px;
}
body.single-product .qte-colis .content p {
  margin-bottom: 2px;
}
@media (max-width: 768px),(min-width: 991.98px) and (max-width: 1450px) {
  body.single-product .qte-colis {
    flex-direction: column;
    text-align: center;
  }
  body.single-product .qte-colis svg {
    margin-bottom: 15px;
  }
  body.single-product .qte-colis .content {
    margin-left: 0;
  }
}
body.single-product #form-modal-produit .modal-header {
  background: #a1c857;
  color: #fff;
  position: relative;
}
body.single-product #form-modal-produit .modal-header h3.titre {
  font-size: 24px;
  text-align: center;
}
body.single-product #form-modal-produit .modal-header .sous-titre {
  margin: 0 auto;
  width: max-content;
}
body.single-product #form-modal-produit .modal-header .sous-titre span {
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
body.single-product #form-modal-produit .modal-header button.close {
  right: 5px;
  position: absolute;
  top: 5px;
  color: #fff;
  z-index: 10;
}
body.single-product #form-modal-produit .modal-body {
  padding: 0;
}
body.single-product #form-modal-produit .modal-body h2.titre {
  color: #a1c857;
  margin-top: 30px;
  font-size: 24px;
}
body.single-product #form-modal-produit .modal-body .desc p {
  font-family: 'Lora', serif;
}
body.single-product #form-modal-produit .modal-body .bg-gris {
  background: #dbd9d8;
  color: #333333;
}
body.single-product #form-modal-produit .modal-body .bg-gris .block-rappel {
  padding: 15px 0;
  border-bottom: 1px solid #5c5c5c;
  text-align: center;
  margin: 10px 0;
  color: #a1c857;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}
body.single-product #form-modal-produit .modal-body .bg-gris .block-rappel a.call-back {
  font-weight: 600;
  display: block;
  color: #a1c857;
}
body.single-product #form-modal-produit #nf-field-27-wrap .nf-field-label {
  display: block !important;
}
body.single-product #form-modal-produit #nf-field-27-wrap .nf-field-label label {
  font-size: 13px;
}
body.single-product #form-modal-produit #nf-field-27-wrap .nf-field-label .ninja-forms-req-symbol {
  display: none;
}
body.single-product #form-modal-produit .nf-field-label {
  display: none;
}
body.single-product #form-modal-produit .nf-form-fields-required {
  display: none;
}
body.single-product #form-modal-produit .nf-before-form-content {
  margin-bottom: 20px;
}
body.single-product #form-modal-produit .nf-error-msg {
  text-align: center;
}
body.single-product #form-modal-produit .nf-field-container {
  margin-bottom: 10px;
}
body.single-product #form-modal-produit .nf-form-content {
  font-family: 'Poppins', sans-serif;
}
body.single-product #form-modal-produit .nf-form-content .nf-error .nf-field-element input[type='text'],
body.single-product #form-modal-produit .nf-form-content .nf-error .nf-field-element input[type='tel'],
body.single-product #form-modal-produit .nf-form-content .nf-error .nf-field-element input[type='email'],
body.single-product #form-modal-produit .nf-form-content .nf-error .nf-field-element input[type='number'] {
  border: 1px solid ;
}
body.single-product #form-modal-produit .nf-form-content input[type='text'],
body.single-product #form-modal-produit .nf-form-content input[type='tel'],
body.single-product #form-modal-produit .nf-form-content input[type='email'],
body.single-product #form-modal-produit .nf-form-content input[type='number'] {
  min-height: 30px;
  padding: 10px 10px;
  border: none;
  background: #e6e6e6;
  color: #5c5c5c;
  font-weight: 400;
  border: 1px solid #e6e6e6;
}
body.single-product #form-modal-produit .nf-form-content input[type='text']:focus,
body.single-product #form-modal-produit .nf-form-content input[type='tel']:focus,
body.single-product #form-modal-produit .nf-form-content input[type='email']:focus,
body.single-product #form-modal-produit .nf-form-content input[type='number']:focus {
  outline: none;
}
body.single-product #form-modal-produit .nf-form-content input[type='text']::placeholder,
body.single-product #form-modal-produit .nf-form-content input[type='tel']::placeholder,
body.single-product #form-modal-produit .nf-form-content input[type='email']::placeholder,
body.single-product #form-modal-produit .nf-form-content input[type='number']::placeholder,
body.single-product #form-modal-produit .nf-form-content label {
  color: #5c5c5c;
  font-weight: 400;
  cursor: pointer;
  border-right: none;
  border-left: none;
  border-top: none;
}
body.single-product #form-modal-produit .nf-form-content .field-wrap.submit-wrap input[type='button'] {
  text-align: center;
  background: #a1c857;
  border: 1px solid #a1c857;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
  width: 200px;
  display: block;
  height: 40px;
  transition: all 0.3s ease;
  font-weight: 700;
  z-index: 10;
  font-size: 14px;
  margin: 0 auto;
}
body.single-product #form-modal-produit .nf-form-content .field-wrap.submit-wrap input[type='button']:hover {
  background: #fff;
  color: #a1c857;
}
body.single-product #form-modal-produit .nf-form-content .field-wrap.submit-wrap input[type='button']:focus {
  outline: none;
}
body.single-product #form-modal-produit .nf-form-content .field-wrap textarea {
  background: #e6e6e6;
  border: 1px solid #fff;
  padding: 10px 10px;
  height: 150px;
  font-weight: 400;
  color: #5c5c5c;
}
body.single-product #form-modal-produit .nf-form-content .field-wrap textarea::placeholder {
  color: #5c5c5c;
}
body.single-product #form-modal-produit .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.single-product #form-modal-produit .nf-form-content .list-container {
  padding-left: 20px;
}
body.single-product #form-modal-produit .nf-form-content .list-container .nf-field-label {
  display: block;
}
body.single-product #form-modal-produit .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  top: 3px;
  left: -28px;
}
body.single-product #form-modal-produit .nf-form-content .list-container .listcheckbox-wrap .nf-field-element label:after {
  width: 10px;
  height: 10px;
  background: transparent;
}
body.single-product #form-modal-produit .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px;
}
body.single-product #form-modal-produit .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.single-product #form-modal-produit .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.single-product #form-modal-produit .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.single-product #infos-supp h2 {
  color: #7aaecc;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #7aaecc;
}
body.single-product #infos-supp .infos-supp-content + h2 {
  margin-top: 2rem;
}
body.single-product .section-single-produit {
  position: relative;
  margin-top: 325px;
  background: url('../img/bg-biocinov.jpg') repeat;
  padding-top: 80px;
  padding-bottom: 60px;
}
body.single-product .section-single-produit h2.cat_titre {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
}
body.single-product .section-single-produit h1.product_title {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}
body.single-product .section-single-produit .contenu {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  padding-bottom: 20px;
}
body.single-product .section-single-produit .woocommerce-breadcrumb {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  color: #a1c857;
}
body.single-product .section-single-produit .woocommerce-breadcrumb span.delimiter {
  color: #333333;
  margin-left: 5px;
  margin-right: 5px;
}
body.single-product .section-single-produit .woocommerce-breadcrumb a {
  color: #333333;
}
body.single-product .section-single-produit .woocommerce-breadcrumb a:hover {
  color: #a1c857;
}
body.single-product .section-single-produit .product .summary.entry-summary {
  width: 100%;
  float: none;
}
body.single-product .section-single-produit .product .product-price {
  display: flex;
  font-size: 30px;
  margin-bottom: 30px;
  align-items: center;
  gap: 10px;
  color: #333333;
}
body.single-product .section-single-produit .product .product-price p {
  margin-bottom: 0;
}
body.single-product .section-single-produit .product .product-price .price {
  color: #333333;
}
body.single-product .section-single-produit .product .product-price .tax {
  align-self: baseline;
  font-size: 18px;
}
body.single-product .section-single-produit .product .product-double-prices >.row {
  margin: 0 -5px;
}
body.single-product .section-single-produit .product .product-double-prices .col {
  padding: 5px;
  margin-bottom: 15px;
}
body.single-product .section-single-produit .product .product-double-prices .price-container {
  min-height: 225px;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.single-product .section-single-produit .product .product-double-prices .price-container .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
}
body.single-product .section-single-produit .product .product-double-prices .price-container .price-wrapper p {
  margin-bottom: 0;
}
body.single-product .section-single-produit .product .product-double-prices .price-container .price-wrapper .number {
  font-weight: 600;
  font-size: 32px;
}
body.single-product .section-single-produit .product .product-double-prices .price-container .price-wrapper .tax {
  font-size: 14px;
}
body.single-product .section-single-produit .product .product-double-prices .price-container .message {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
  line-height: 1.2;
  font-size: 18px;
}
body.single-product .section-single-produit .product .product-double-prices .price-container .message .tax {
  font-size: 12px;
  margin-left: 5px;
}
body.single-product .section-single-produit .product .product-double-prices .price-container .message .number {
  font-size: 20px;
  font-weight: bold;
}
body.single-product .section-single-produit .product .product-double-prices .price-container form.cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
body.single-product .section-single-produit .product .product-double-prices .price-container form.cart .quantity {
  height: 50px;
}
body.single-product .section-single-produit .product .product-double-prices .price-container form.cart .quantity input {
  height: 100%;
  font-size: 20px;
  text-align: center;
}
body.single-product .section-single-produit .product .product-double-prices .price-container form.cart button {
  height: 50px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
body.single-product .section-single-produit .product .product-double-prices .price-container.single {
  color: #fff;
}
body.single-product .section-single-produit .product .product-double-prices .price-container.single form.cart button:hover,
body.single-product .section-single-produit .product .product-double-prices .price-container.single form.cart button:focus {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff;
}
body.single-product .section-single-produit .product .product-double-prices .price-container.colis {
  color: #333333;
}
body.single-product .section-single-produit .product .product-double-prices .price-container.colis form.cart button:hover,
body.single-product .section-single-produit .product .product-double-prices .price-container.colis form.cart button:focus {
  background-color: transparent !important;
}
body.single-product .section-single-produit .owl-single {
  position: relative;
  margin-bottom: 30px;
}
body.single-product .section-single-produit .owl-single .bg-img {
  width: 100%;
  height: 470px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.single-product .section-single-produit .owl-single .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body.single-product .section-single-produit .owl-single iframe {
  width: 100%;
  height: 470px;
  display: block;
}
body.single-product .section-single-produit .owl-single .owl-dots {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  width: max-content;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body.single-product .section-single-produit .owl-single .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 0 3px;
}
body.single-product .section-single-produit .owl-single .owl-dots .owl-dot.active,
body.single-product .section-single-produit .owl-single .owl-dots .owl-dot:hover,
body.single-product .section-single-produit .owl-single .owl-dots .owl-dot:focus {
  background: #fff;
  outline: none;
}
body.single-product .section-single-produit .liste_caracteristiques {
  border-top: 1px solid #dbd9d8;
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.single-product .section-single-produit .liste_caracteristiques .caracteristique {
  padding: 10px 0 10px 30px;
  position: relative;
}
body.single-product .section-single-produit .liste_caracteristiques .caracteristique:before {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid;
  position: absolute;
  left: 0;
  top: 13px;
}
body.single-product .section-single-produit .liste_caracteristiques .caracteristique .titre {
  font-weight: 700;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
body.single-product .section-single-produit .liste_caracteristiques .caracteristique .sous-titre {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
body.single-product .section-single-produit .btn-contact-produit {
  color: #fff;
  border-radius: 5px;
  display: flex;
  transition: all 0.3s ease-in-out;
  max-width: 420px;
  font-size: 22px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
body.single-product .section-single-produit .btn-contact-produit .picto {
  width: 60px;
  height: 65px;
  background: url('../img/call.png') no-repeat center center;
  margin-right: 10px;
}
body.single-product .section-single-produit .btn-contact-produit .info {
  border-left: 1px solid #fff;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.single-product .section-single-produit .btn-contact-produit .info .info-bottom {
  font-weight: 600;
}
body.single-product .section-single-produit .btn-contact-produit:hover {
  box-shadow: 0 4px 6px -1px rgba(53,163,162,0.1), 0 2px 4px -1px rgba(53,163,162,0.06);
  transform: translate(0,-5px);
}
body.single-product .section-single-produit .liste_applicatifs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 20px 0 0;
  max-width: 660px;
  width: 100%;
}
body.single-product .section-single-produit .liste_applicatifs .applicatif {
  width: 33.33%;
}
body.single-product .section-single-produit .liste_applicatifs .applicatif .picto-container {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
body.single-product .section-single-produit .liste_applicatifs .applicatif .picto-container svg {
  width: 30px;
  height: 30px;
}
body.single-product .section-single-produit .liste_applicatifs .applicatif .picto-container svg path {
  fill: #fff;
}
body.single-product .section-single-produit .liste_applicatifs .applicatif .titre p {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
body.single-product .section-single-produit .nav-tabs {
  border-bottom: 1px solid #7aaecc;
}
body.single-product .section-single-produit .nav-tabs .nav-item {
  background: #e6e6e6;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  border: 1px solid #7aaecc;
  border-radius: 10px 10px 0 0;
  color: #333333;
}
body.single-product .section-single-produit .tab-content {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 30px 30px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #7aaecc;
  border-top: none;
  margin-bottom: 40px;
}
body.single-product .section-single-produit .tab-content .liste_compositions .composition {
  padding: 10px 0;
  border-bottom: 1px solid #dbd9d8;
}
body.single-product .section-single-produit .tab-content .liste_compositions .composition:last-child {
  border-bottom: none;
}
body.single-product .section-single-produit .tab-content .liste_mode_demploi .mode_emploi {
  padding: 10px 0;
  border-bottom: 1px solid #dbd9d8;
}
body.single-product .section-single-produit .tab-content .liste_mode_demploi .mode_emploi:last-child {
  border-bottom: none;
}
body.single-product .section-single-produit .tab-content .liste_informations_reglementaires .info {
  padding: 10px 0;
  border-bottom: 1px solid #dbd9d8;
}
body.single-product .section-single-produit .tab-content .liste_informations_reglementaires .info p {
  margin-bottom: 0;
}
body.single-product .section-single-produit .tab-content .liste_informations_reglementaires .info:last-child {
  border-bottom: none;
}
body.single-product .section-single-produit .tab-content .liste_informations_reglementaires .info a.lien_pdf {
  display: flex;
  align-items: center;
  color: #a1c857;
}
body.single-product .section-single-produit .tab-content .liste_informations_reglementaires .info a.lien_pdf:hover {
  color: #a1c857;
}
body.single-product .section-single-produit .tab-content .liste_informations_reglementaires .info a.lien_pdf p {
  margin-bottom: 0;
}
body.single-product .section-single-produit .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container {
  display: flex;
  align-items: center;
}
body.single-product .section-single-produit .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container svg {
  width: 15px;
  height: 20px;
  margin-left: 5px;
}
body.single-product .section-single-produit.term-46 .product .variations_form {
  background-color: #333;
}
body.single-product .section-single-produit.term-46 .product .variations_form label,
body.single-product .section-single-produit.term-46 .product .variations_form a {
  color: white;
}
body.single-product .section-single-produit.term-46 .product .variations_form select {
  color: white;
}
body.single-product .section-single-produit.term-46 .product .variations_form select option {
  background-color: #333;
}
body.single-product .section-single-produit.term-63 .product .variations_form select,
body.single-product .section-single-produit.term-64 .product .variations_form select {
  color: white;
}
body.single-product .section-single-produit.term-63 .product .variations_form select option,
body.single-product .section-single-produit.term-64 .product .variations_form select option {
  background-color: #7aaecc;
}
body.single-product .section-single-produit.term-46 h2.cat_titre,
body.single-product .section-single-produit.term-63 h2.cat_titre {
  border-color: #333333;
}
body.single-product .section-single-produit.term-46 .liste_caracteristiques .caracteristique:before,
body.single-product .section-single-produit.term-63 .liste_caracteristiques .caracteristique:before {
  border-left-color: #333333;
}
body.single-product .section-single-produit.term-46 .btn-contact-produit,
body.single-product .section-single-produit.term-63 .btn-contact-produit {
  background: #333333;
  border: 2px solid #333333;
}
body.single-product .section-single-produit.term-46 .liste_applicatifs .applicatif .picto-container,
body.single-product .section-single-produit.term-63 .liste_applicatifs .applicatif .picto-container {
  background: #333333;
}
body.single-product .section-single-produit.term-46 .nav-tabs .nav-item.active,
body.single-product .section-single-produit.term-63 .nav-tabs .nav-item.active {
  background: #333333;
  color: #fff;
}
body.single-product .section-single-produit.term-46 .nav-tabs .nav-item:hover,
body.single-product .section-single-produit.term-63 .nav-tabs .nav-item:hover {
  color: #a1c857;
}
body.single-product .section-single-produit.term-46 .tab-content .liste_informations_reglementaires .info a.lien_pdf,
body.single-product .section-single-produit.term-63 .tab-content .liste_informations_reglementaires .info a.lien_pdf {
  font-weight: 600;
  color: #a1c857;
}
body.single-product .section-single-produit.term-46 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container,
body.single-product .section-single-produit.term-63 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container {
  display: flex;
  align-items: center;
}
body.single-product .section-single-produit.term-46 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container svg path,
body.single-product .section-single-produit.term-63 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container svg path {
  fill: #a1c857;
}
body.single-product .section-single-produit.term-46 #infos-supp h2,
body.single-product .section-single-produit.term-63 #infos-supp h2 {
  color: #333333 !important;
  border-bottom: 1px solid #333333 !important;
}
body.single-product .section-single-produit.term-46 .product .variations_form,
body.single-product .section-single-produit.term-63 .product .variations_form {
  background-color: #333;
}
body.single-product .section-single-produit.term-46 .product .variations_form label,
body.single-product .section-single-produit.term-46 .product .variations_form a,
body.single-product .section-single-produit.term-63 .product .variations_form label,
body.single-product .section-single-produit.term-63 .product .variations_form a {
  color: white;
}
body.single-product .section-single-produit.term-46 .product .variations_form select,
body.single-product .section-single-produit.term-63 .product .variations_form select {
  color: white;
}
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container {
  border-color: #333333;
}
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container.single,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.single {
  background-color: #333333;
}
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container.single .price-wrapper .price,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.single .price-wrapper .price {
  color: #fff;
}
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container.single form.cart button,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.single form.cart button {
  background-color: #fff;
  color: #333333;
}
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container.colis .price-wrapper,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis .price-wrapper {
  color: #333333;
}
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container.colis .price-wrapper .price,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis .price-wrapper .price {
  color: #333333;
}
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container.colis form.cart button,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis form.cart button {
  background-color: #333333;
  color: #fff;
}
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container.colis form.cart button:hover,
body.single-product .section-single-produit.term-46 .product .product-double-prices .price-container.colis form.cart button:focus,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis form.cart button:hover,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis form.cart button:focus {
  border-color: #333333;
  color: #333333;
}
body.single-product .section-single-produit.term-46 .btn-login,
body.single-product .section-single-produit.term-63 .btn-login {
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
  transition: all 0.2s ease-in-out;
  padding: 1em;
  margin-top: 20px;
}
body.single-product .section-single-produit.term-46 .btn-login:hover,
body.single-product .section-single-produit.term-46 .btn-login:focus,
body.single-product .section-single-produit.term-63 .btn-login:hover,
body.single-product .section-single-produit.term-63 .btn-login:focus {
  background-color: transparent;
  color: #333333;
}
body.single-product .section-single-produit.term-52 h2.cat_titre,
body.single-product .section-single-produit.term-58 h2.cat_titre {
  border-color: #a1c857;
}
body.single-product .section-single-produit.term-52 .liste_caracteristiques .caracteristique:before,
body.single-product .section-single-produit.term-58 .liste_caracteristiques .caracteristique:before {
  border-left-color: #a1c857;
}
body.single-product .section-single-produit.term-52 .btn-contact-produit,
body.single-product .section-single-produit.term-58 .btn-contact-produit {
  background: #a1c857;
  border: 2px solid #a1c857;
}
body.single-product .section-single-produit.term-52 .liste_applicatifs .applicatif .picto-container,
body.single-product .section-single-produit.term-58 .liste_applicatifs .applicatif .picto-container {
  background: #a1c857;
}
body.single-product .section-single-produit.term-52 .nav-tabs .nav-item.active,
body.single-product .section-single-produit.term-58 .nav-tabs .nav-item.active {
  background: #a1c857;
  color: #fff;
}
body.single-product .section-single-produit.term-52 .nav-tabs .nav-item:hover,
body.single-product .section-single-produit.term-58 .nav-tabs .nav-item:hover {
  color: #fff;
}
body.single-product .section-single-produit.term-52 .nav-tabs .nav-item:focus,
body.single-product .section-single-produit.term-58 .nav-tabs .nav-item:focus {
  color: #fff;
}
body.single-product .section-single-produit.term-52 .tab-content .liste_informations_reglementaires .info a.lien_pdf,
body.single-product .section-single-produit.term-58 .tab-content .liste_informations_reglementaires .info a.lien_pdf {
  color: #a1c857;
}
body.single-product .section-single-produit.term-52 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container,
body.single-product .section-single-produit.term-58 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container {
  display: flex;
  align-items: center;
}
body.single-product .section-single-produit.term-52 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container svg path,
body.single-product .section-single-produit.term-58 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container svg path {
  fill: #a1c857;
}
body.single-product .section-single-produit.term-52 #infos-supp h2,
body.single-product .section-single-produit.term-58 #infos-supp h2 {
  color: #a1c857 !important;
  border-bottom: 1px solid #dbd9d8 !important;
}
body.single-product .section-single-produit.term-52 .product .variations_form,
body.single-product .section-single-produit.term-58 .product .variations_form {
  background-color: #a1c857;
}
body.single-product .section-single-produit.term-52 .product .variations_form select,
body.single-product .section-single-produit.term-58 .product .variations_form select {
  color: #333;
}
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container {
  border-color: #a1c857;
}
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container.single,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container.single {
  background-color: #a1c857;
}
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container.single .price-wrapper .price,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container.single .price-wrapper .price {
  color: #fff;
}
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container.single form.cart button,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container.single form.cart button {
  background-color: #fff;
  color: #a1c857;
}
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container.colis .price-wrapper,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container.colis .price-wrapper {
  color: #a1c857;
}
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container.colis .price-wrapper .price,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container.colis .price-wrapper .price {
  color: #a1c857;
}
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container.colis form.cart button,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container.colis form.cart button {
  background-color: #a1c857;
  color: #fff;
}
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container.colis form.cart button:hover,
body.single-product .section-single-produit.term-52 .product .product-double-prices .price-container.colis form.cart button:focus,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container.colis form.cart button:hover,
body.single-product .section-single-produit.term-58 .product .product-double-prices .price-container.colis form.cart button:focus {
  border-color: #a1c857;
  color: #a1c857;
}
body.single-product .section-single-produit.term-52 .btn-login,
body.single-product .section-single-produit.term-58 .btn-login {
  background-color: #a1c857;
  color: #fff;
  border: 1px solid #a1c857;
  transition: all 0.2s ease-in-out;
  padding: 1em;
  margin-top: 20px;
}
body.single-product .section-single-produit.term-52 .btn-login:hover,
body.single-product .section-single-produit.term-52 .btn-login:focus,
body.single-product .section-single-produit.term-58 .btn-login:hover,
body.single-product .section-single-produit.term-58 .btn-login:focus {
  background-color: transparent;
  color: #a1c857;
}
body.single-product .section-single-produit.term-64 h2.cat_titre,
body.single-product .section-single-produit.term-63 h2.cat_titre {
  border-color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .liste_caracteristiques .caracteristique:before,
body.single-product .section-single-produit.term-63 .liste_caracteristiques .caracteristique:before {
  border-left-color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .btn-contact-produit,
body.single-product .section-single-produit.term-63 .btn-contact-produit {
  background: #7aaecc;
  border: 2px solid #7aaecc;
}
body.single-product .section-single-produit.term-64 .liste_applicatifs .applicatif .picto-container,
body.single-product .section-single-produit.term-63 .liste_applicatifs .applicatif .picto-container {
  background: #7aaecc;
}
body.single-product .section-single-produit.term-64 .nav-tabs .nav-item.active,
body.single-product .section-single-produit.term-63 .nav-tabs .nav-item.active {
  background: #7aaecc;
  color: #fff;
}
body.single-product .section-single-produit.term-64 .nav-tabs .nav-item.active:hover,
body.single-product .section-single-produit.term-63 .nav-tabs .nav-item.active:hover {
  color: #fff;
}
body.single-product .section-single-produit.term-64 .nav-tabs .nav-item:hover,
body.single-product .section-single-produit.term-63 .nav-tabs .nav-item:hover {
  color: #7aaecc;
}
body.single-product .section-single-produit.term-64 #infos-supp h2,
body.single-product .section-single-produit.term-63 #infos-supp h2 {
  color: #7aaecc !important;
  border-bottom: 1px solid #7aaecc !important;
}
body.single-product .section-single-produit.term-64 .tab-content .liste_informations_reglementaires .info a.lien_pdf,
body.single-product .section-single-produit.term-63 .tab-content .liste_informations_reglementaires .info a.lien_pdf {
  color: ;
}
body.single-product .section-single-produit.term-64 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container,
body.single-product .section-single-produit.term-63 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container {
  display: flex;
  align-items: center;
}
body.single-product .section-single-produit.term-64 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container svg path,
body.single-product .section-single-produit.term-63 .tab-content .liste_informations_reglementaires .info a.lien_pdf .picto-container svg path {
  fill: #7aaecc;
}
body.single-product .section-single-produit.term-64 .product .variations_form,
body.single-product .section-single-produit.term-63 .product .variations_form {
  background-color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container {
  border-color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container.single,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.single {
  background-color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container.single .price-wrapper .price,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.single .price-wrapper .price {
  color: #fff;
}
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container.single form.cart button,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.single form.cart button {
  background-color: #fff;
  color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container.colis .price-wrapper,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis .price-wrapper {
  color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container.colis .price-wrapper .price,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis .price-wrapper .price {
  color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container.colis form.cart button,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis form.cart button {
  background-color: #7aaecc;
  color: #fff;
}
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container.colis form.cart button:hover,
body.single-product .section-single-produit.term-64 .product .product-double-prices .price-container.colis form.cart button:focus,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis form.cart button:hover,
body.single-product .section-single-produit.term-63 .product .product-double-prices .price-container.colis form.cart button:focus {
  border-color: #7aaecc;
  color: #7aaecc;
}
body.single-product .section-single-produit.term-64 .btn-login,
body.single-product .section-single-produit.term-63 .btn-login {
  background-color: #7aaecc;
  color: #fff;
  border: 1px solid #7aaecc;
  transition: all 0.2s ease-in-out;
  padding: 1em;
  margin-top: 20px;
}
body.single-product .section-single-produit.term-64 .btn-login:hover,
body.single-product .section-single-produit.term-64 .btn-login:focus,
body.single-product .section-single-produit.term-63 .btn-login:hover,
body.single-product .section-single-produit.term-63 .btn-login:focus {
  background-color: transparent;
  color: #7aaecc;
}
body.single-product .section-produit-complementaires {
  position: relative;
  background: #dbd9d8;
  padding-top: 40px;
}
body.single-product .section-produit-complementaires:before {
  content: '';
  width: 100%;
  height: 30px;
  background: url('../img/brush-produits.png') no-repeat top center;
  display: block;
  position: absolute;
  top: -30px;
}
body.single-product .section-produit-complementaires h2.titre {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid;
}
body.single-product .section-produit-complementaires .carousel-container {
  position: relative;
  padding: 20px 60px;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire {
  display: block;
  position: relative;
  color: #595957;
  text-align: center;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire img {
  max-height: 250px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire h3.titre {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .information_produit {
  font-weight: 600;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  right: 10px;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container svg {
  width: 25px;
  height: 25px;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container svg path {
  fill: #fff;
}
body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .titre {
  font-weight: 900;
  font-size: 18px;
}
body.single-product .section-produit-complementaires .carousel-container .custom-nav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next,
body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
  width: 30px;
  height: 40px;
  position: absolute;
  background: #b28c63;
  border: none;
  color: #595957;
  font-size: 26px;
  transition: all 0.3s ease;
  cursor: pointer;
  top: -200px;
}
body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next:hover,
body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev:hover {
  background: #333333;
}
body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
  left: -60px;
  mask: url('../img/arrow-left.svg') no-repeat center;
  -webkit-mask: url('../img/arrow-left.svg') no-repeat center;
}
body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev:focus {
  outline: none;
}
body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next {
  right: -60px;
  mask: url('../img/arrow-right.svg') no-repeat center;
  -webkit-mask: url('../img/arrow-right.svg') no-repeat center;
}
body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next:focus {
  outline: none;
}
body.single-product .section-produit-complementaires.term-64 .carousel-container .produit_complementaire:hover,
body.single-product .section-produit-complementaires.term-63 .carousel-container .produit_complementaire:hover {
  color: #333333;
}
body.single-product .section-produit-complementaires.term-64 .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container,
body.single-product .section-produit-complementaires.term-63 .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
  background: #7aaecc;
}
body.single-product .section-produit-complementaires.term-52 h2.titre,
body.single-product .section-produit-complementaires.term-58 h2.titre {
  border-bottom-color: #333333;
}
body.single-product .section-produit-complementaires.term-52 .carousel-container .produit_complementaire:hover,
body.single-product .section-produit-complementaires.term-58 .carousel-container .produit_complementaire:hover {
  color: #333333;
}
body.single-product .section-produit-complementaires.term-52 .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container,
body.single-product .section-produit-complementaires.term-58 .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
  background: #a1c857;
}
body.single-product .section-produit-complementaires.term-46 h2.titre,
body.single-product .section-produit-complementaires.term-63 h2.titre {
  border-bottom-color: #a1c857;
}
body.single-product .section-produit-complementaires.term-46 .carousel-container .produit_complementaire:hover,
body.single-product .section-produit-complementaires.term-63 .carousel-container .produit_complementaire:hover {
  color: #a1c857;
}
body.single-product .section-produit-complementaires.term-46 .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container,
body.single-product .section-produit-complementaires.term-63 .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
  background: #333333;
}
body.single-product .section-produit-complementaires.term-64 h2.titre,
body.single-product .section-produit-complementaires.term-63 h2.titre {
  border-bottom-color: #878787;
}
body.single-product .section-produit-complementaires.term-64 .carousel-container .produit_complementaire:hover,
body.single-product .section-produit-complementaires.term-63 .carousel-container .produit_complementaire:hover {
  color: #7aaecc;
}
body.single-product .section-produit-complementaires.term-64 .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container,
body.single-product .section-produit-complementaires.term-63 .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
  background: #7aaecc;
}
body.tax-product_cat .woocommerce-message {
  margin-bottom: 0;
}
body.tax-product_cat #main {
  padding-top: 325px;
  position: relative;
}
body.tax-product_cat #main .img-entete {
  top: 0;
}
body.tax-product_cat .woocommerce-info {
  margin: auto;
  margin-top: 80px;
  margin-bottom: 50px;
  max-width: min(100%,1400px);
}
body.tax-product_cat .section-produit {
  position: relative;
  padding-top: 50px;
  z-index: 1;
  background: url('../img/bg-biocinov.jpg') repeat;
}
body.tax-product_cat .section-produit:before {
  content: '';
  display: block;
  width: 232px;
  height: 100%;
  background: url('../img/brush-feuille-gauche.png') no-repeat top right;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
body.tax-product_cat .section-produit:after {
  content: '';
  display: block;
  width: 191px;
  height: 100%;
  background: url('../img/brush-feuille-droite.png') no-repeat top left;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
body.tax-product_cat .section-produit .bg-blanc {
  background: #fff;
  padding: 80px 0 0;
  margin-top: -50px;
}
body.tax-product_cat .section-produit .bg-blanc ul.term-childs {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.tax-product_cat .section-produit .bg-blanc ul.term-childs li {
  padding: 0 20px;
  transition: all 0.3s ease;
}
body.tax-product_cat .section-produit .bg-blanc ul.term-childs li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dbd9d8;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #333333;
}
body.tax-product_cat .section-produit .bg-blanc ul.term-childs li:last-child a {
  border-bottom: none;
}
body.tax-product_cat .section-produit .liste-produits {
  padding-top: 30px;
}
body.tax-product_cat .section-produit .liste-produits h1.titre {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
body.tax-product_cat .section-produit .liste-produits .contenu-cat {
  padding-bottom: 30px;
  border-bottom: 2px solid;
  margin-bottom: 30px;
}
body.tax-product_cat .section-produit .liste-produits .contenu-cat p,
body.tax-product_cat .section-produit .liste-produits .contenu-cat li {
  font-family: ;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper {
  display: block;
  position: relative;
  background-color: white;
  overflow: hidden;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 15px;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
  transition: all 0.5s ease-in-out;
  z-index: 5;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy img {
  width: 100%;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .product-double-prices {
  height: 100%;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .product-double-prices .row {
  height: 100%;
  justify-content: center;
  align-items: center;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .product-double-prices .row .col {
  max-height: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 10px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container .price-wrapper p {
  margin-bottom: 0;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container .price-wrapper .number {
  font-weight: 600;
  font-size: 15px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container .price-wrapper .tax {
  font-size: 8px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container .message {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0 15px;
  line-height: 1.2;
  font-size: 10px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container .message .tax {
  font-size: 8px;
  margin-left: 5px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container .message .number {
  font-size: 12px;
  font-weight: bold;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container form.cart {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container form.cart .quantity {
  height: 30px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container form.cart .quantity input {
  height: 100%;
  font-size: 15px;
  text-align: center;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container form.cart button {
  height: 30px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  margin-left: 5px;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container.single {
  color: #333333;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover {
  color: #fff;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:hover,
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:focus {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container.colis {
  color: #333333;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover {
  color: #fff;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:hover,
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:focus {
  background-color: transparent !important;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .message-variable {
  display: flex;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .message-variable p {
  margin: auto;
  font-weight: bold;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .message-variable p a {
  color: white;
  padding: 0.8rem;
}
body.tax-product_cat .section-produit .liste-produits .product .direct_wrapper .attachment-woocommerce_thumbnail {
  display: block;
  width: auto;
  height: 370px;
  margin: auto;
  transform: translateX(-50%);
  margin-left: 50%;
  max-width: none;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container {
  box-sizing: border-box;
  transition: all 0.7s ease;
  margin-bottom: 0;
  min-height: 70px;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid;
  border-radius: 0 0 5px 5px;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container h2 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 10px 20px;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container h2 a {
  color: #fff;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container .price-add-to-cart {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container .price-add-to-cart:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.4s ease;
  z-index: -1;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container .price-add-to-cart .woocommerce-LoopProduct-link {
  margin: 4px auto;
  width: 40%;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container .price-add-to-cart .price {
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  padding: 0 10px;
  color: #333333;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container .price-add-to-cart .button {
  width: 60%;
  font-weight: 500;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  margin: 4px auto;
  text-align: right;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.tax-product_cat .section-produit .liste-produits .product .title-container .price-add-to-cart .added_to_cart {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
body.tax-product_cat .section-produit .liste-produits .product:hover .direct_wrapper .direct-buy,
body.tax-product_cat .section-produit .liste-produits .product:focus .direct_wrapper .direct-buy {
  opacity: 1;
  pointer-events: initial;
}
body.tax-product_cat .section-produit .liste-produits .product:hover .title-container h2 a,
body.tax-product_cat .section-produit .liste-produits .product:focus .title-container h2 a {
  color: #a1c857;
}
body.tax-product_cat .section-produit.term-46 .bg-blanc ul.term-childs li:hover,
body.tax-product_cat .section-produit.term-46 .bg-blanc ul.term-childs li.current,
body.tax-product_cat .section-produit.term-63 .bg-blanc ul.term-childs li:hover,
body.tax-product_cat .section-produit.term-63 .bg-blanc ul.term-childs li.current {
  background: #3e3e3e;
}
body.tax-product_cat .section-produit.term-46 .bg-blanc ul.term-childs li:hover a,
body.tax-product_cat .section-produit.term-46 .bg-blanc ul.term-childs li.current a,
body.tax-product_cat .section-produit.term-63 .bg-blanc ul.term-childs li:hover a,
body.tax-product_cat .section-produit.term-63 .bg-blanc ul.term-childs li.current a {
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .added_to_cart,
body.tax-product_cat .section-produit.term-63 .added_to_cart {
  color: #a1c857;
}
body.tax-product_cat .section-produit.term-46 .added_to_cart:active,
body.tax-product_cat .section-produit.term-46 .added_to_cart:focus,
body.tax-product_cat .section-produit.term-63 .added_to_cart:active,
body.tax-product_cat .section-produit.term-63 .added_to_cart:focus {
  color: #87a848;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .contenu-cat,
body.tax-product_cat .section-produit.term-63 .liste-produits .contenu-cat {
  border-color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .title-container,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container {
  border-color: #333333;
  background-color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .title-container h2,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container h2 {
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .title-container h2:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container h2:hover {
  color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-46 .liste-produits .product .title-container .price-add-to-cart .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container .price-add-to-cart .price {
  color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product:hover .title-container,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container {
  background: white;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product:hover .title-container h2 a,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container h2 a {
  color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product:hover .title-container .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container .price {
  color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product:hover .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-46 .liste-produits .product:hover .title-container .price-add-to-cart .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container .price-add-to-cart .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product:hover .title-container .price-add-to-cart:after,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container .price-add-to-cart:after {
  background-color: #333333;
  transform: none;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .message-variable,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .message-variable {
  display: flex;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .message-variable p,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .message-variable p {
  margin: auto;
  font-weight: bold;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .message-variable p a,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .message-variable p a {
  color: white;
  padding: 0.8rem;
  background-color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.single,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single {
  border-color: #333333;
  background-color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover {
  background-color: #333333;
  border-color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover .price-wrapper .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover .price-wrapper .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button {
  background-color: #fff;
  color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.single .price-wrapper .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single .price-wrapper .price {
  color: #333333;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button {
  background-color: #333333;
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis {
  border-color: #333333;
  background-color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover {
  background-color: #333333;
  border-color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover .price-wrapper,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover .price-wrapper {
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover .price-wrapper .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover .price-wrapper .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button {
  background-color: #fff;
  color: #333333;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:focus,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:focus {
  border-color: #fff;
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper {
  color: #333333;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper .price {
  color: #333333;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button {
  background-color: #333333;
  color: #fff;
}
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:hover,
body.tax-product_cat .section-produit.term-46 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:focus,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:focus {
  border-color: #333333;
  color: #333333;
}
body.tax-product_cat .section-produit.term-52 .bg-blanc ul.term-childs li:hover,
body.tax-product_cat .section-produit.term-52 .bg-blanc ul.term-childs li.current,
body.tax-product_cat .section-produit.term-58 .bg-blanc ul.term-childs li:hover,
body.tax-product_cat .section-produit.term-58 .bg-blanc ul.term-childs li.current {
  background: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .bg-blanc ul.term-childs li:hover a,
body.tax-product_cat .section-produit.term-52 .bg-blanc ul.term-childs li.current a,
body.tax-product_cat .section-produit.term-58 .bg-blanc ul.term-childs li:hover a,
body.tax-product_cat .section-produit.term-58 .bg-blanc ul.term-childs li.current a {
  color: #fff;
}
body.tax-product_cat .section-produit.term-52 .added_to_cart,
body.tax-product_cat .section-produit.term-58 .added_to_cart {
  color: #333333;
}
body.tax-product_cat .section-produit.term-52 .added_to_cart:active,
body.tax-product_cat .section-produit.term-52 .added_to_cart:focus,
body.tax-product_cat .section-produit.term-58 .added_to_cart:active,
body.tax-product_cat .section-produit.term-58 .added_to_cart:focus {
  color: #333333;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .contenu-cat,
body.tax-product_cat .section-produit.term-58 .liste-produits .contenu-cat {
  border-color: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .title-container,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .title-container {
  border-color: #a1c857;
  background-color: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .title-container h2,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .title-container h2 {
  color: #333333;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-52 .liste-produits .product .title-container .price-add-to-cart .price,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .title-container .price-add-to-cart .price {
  color: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product:hover .title-container,
body.tax-product_cat .section-produit.term-58 .liste-produits .product:hover .title-container {
  background: transparent;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product:hover .title-container h2,
body.tax-product_cat .section-produit.term-58 .liste-produits .product:hover .title-container h2 {
  color: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product:hover .title-container .price,
body.tax-product_cat .section-produit.term-58 .liste-produits .product:hover .title-container .price {
  color: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product:hover .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-52 .liste-produits .product:hover .title-container .price-add-to-cart .price,
body.tax-product_cat .section-produit.term-58 .liste-produits .product:hover .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-58 .liste-produits .product:hover .title-container .price-add-to-cart .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product:hover .title-container .price-add-to-cart:after,
body.tax-product_cat .section-produit.term-58 .liste-produits .product:hover .title-container .price-add-to-cart:after {
  background: #a1c857;
  transform: none;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .message-variable,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .message-variable {
  display: flex;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .message-variable p,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .message-variable p {
  margin: auto;
  font-weight: bold;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .message-variable p a,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .message-variable p a {
  color: white;
  padding: 0.8rem;
  background-color: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single {
  border-color: #a1c857;
  background-color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover {
  background-color: #a1c857;
  border-color: #fff;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover .price-wrapper .price,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover .price-wrapper .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button {
  background-color: #fff;
  border-color: #fff;
  color: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button:focus,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button:focus {
  border-color: #fff;
  color: #fff !important;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single .price-wrapper .price,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single .price-wrapper .price {
  color: #a1c857;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button {
  background-color: #a1c857;
  color: #fff;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:hover,
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:focus,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:hover,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:focus {
  border-color: #a1c857;
  color: #a1c857 !important;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis {
  border-color: #a1c857;
  background-color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover {
  background-color: #a1c857;
  border-color: #fff;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover .price-wrapper .price,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover .price-wrapper .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button {
  background-color: #fff;
  border-color: #fff;
  color: #a1c857;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:focus,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:focus {
  border-color: #fff;
  color: #fff !important;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper {
  color: #a1c857;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper .price,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper .price {
  color: #a1c857;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button {
  background-color: #a1c857;
  color: #fff;
}
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:hover,
body.tax-product_cat .section-produit.term-52 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:focus,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:hover,
body.tax-product_cat .section-produit.term-58 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:focus {
  border-color: #a1c857;
  color: #a1c857;
}
body.tax-product_cat .section-produit.term-64 .bg-blanc ul.term-childs li:hover,
body.tax-product_cat .section-produit.term-64 .bg-blanc ul.term-childs li.current,
body.tax-product_cat .section-produit.term-63 .bg-blanc ul.term-childs li:hover,
body.tax-product_cat .section-produit.term-63 .bg-blanc ul.term-childs li.current {
  background: #7aaecc;
}
body.tax-product_cat .section-produit.term-64 .bg-blanc ul.term-childs li:hover a,
body.tax-product_cat .section-produit.term-64 .bg-blanc ul.term-childs li.current a,
body.tax-product_cat .section-produit.term-63 .bg-blanc ul.term-childs li:hover a,
body.tax-product_cat .section-produit.term-63 .bg-blanc ul.term-childs li.current a {
  color: #fff;
}
body.tax-product_cat .section-produit.term-64 .added_to_cart,
body.tax-product_cat .section-produit.term-63 .added_to_cart {
  color: #333333;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .contenu-cat,
body.tax-product_cat .section-produit.term-63 .liste-produits .contenu-cat {
  border-color: #b9def4;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .title-container,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container {
  background: #7aaecc;
  border-color: #7aaecc;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .title-container h2,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container h2 {
  color: #333333;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-64 .liste-produits .product .title-container .price-add-to-cart .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .title-container .price-add-to-cart .price {
  color: #7aaecc;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product:hover .title-container,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container {
  background: transparent;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product:hover .title-container h2 a,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container h2 a {
  color: #7aaecc;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product:hover .title-container .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container .price {
  color: #7aaecc;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product:hover .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-64 .liste-produits .product:hover .title-container .price-add-to-cart .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container .price-add-to-cart .button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container .price-add-to-cart .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product:hover .title-container .price-add-to-cart:after,
body.tax-product_cat .section-produit.term-63 .liste-produits .product:hover .title-container .price-add-to-cart:after {
  background: #7aaecc;
  transform: none;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .message-variable,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .message-variable {
  display: flex;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .message-variable p,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .message-variable p {
  margin: auto;
  font-weight: bold;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .message-variable p a,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .message-variable p a {
  color: white;
  padding: 0.8rem;
  background-color: #7aaecc;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single {
  border-color: #7aaecc;
  background-color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover {
  background-color: #7aaecc;
  border-color: #fff;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover .price-wrapper .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover .price-wrapper .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button {
  background-color: #fff;
  border-color: #fff;
  color: #7aaecc;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button:focus,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single:hover form.cart button:focus {
  border-color: #fff;
  color: #fff !important;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single .price-wrapper .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single .price-wrapper .price {
  color: #7aaecc;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button {
  background-color: #7aaecc;
  color: #fff;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:hover,
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:focus,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.single form.cart button:focus {
  border-color: #7aaecc;
  color: #7aaecc !important;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis {
  border-color: #7aaecc;
  background-color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover {
  background-color: #7aaecc;
  border-color: #fff;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover .price-wrapper .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover .price-wrapper .price {
  color: #fff;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button {
  background-color: #fff;
  border-color: #fff;
  color: #7aaecc;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:focus,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis:hover form.cart button:focus {
  border-color: #fff;
  color: #fff !important;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper {
  color: #7aaecc;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper .price,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis .price-wrapper .price {
  color: #7aaecc;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button {
  background-color: #7aaecc;
  color: #fff;
}
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:hover,
body.tax-product_cat .section-produit.term-64 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:focus,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:hover,
body.tax-product_cat .section-produit.term-63 .liste-produits .product .direct_wrapper .direct-buy .price-container.colis form.cart button:focus {
  border-color: #7aaecc;
  color: #7aaecc;
}
body.page-id-995 main .free-shipping-info {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  padding: 15px;
  margin-top: 15px;
}
body.page-id-995 main .free-shipping-info p {
  margin: 0;
  color: #d9534f;
}
body.page-id-995 main .woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount:after,
body.page-id-995 main .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount:after {
  content: "HT";
  margin-left: 5px;
}
body.page-id-995 main .cart_totals .cart-subtotal .woocommerce-Price-amount:after {
  content: "HT";
  margin-left: 5px;
}
body.page-id-995 main .cart_totals .order-total .woocommerce-Price-amount:after {
  content: "TTC";
  margin-left: 5px;
}
body.page-id-995 main .franco {
  background-color: #ebebeb;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page-id-995 main .franco {
    display: table;
    text-align: center;
  }
}
body.page-id-995 main .franco strong {
  font-weight: 500;
  text-decoration: underline;
  display: block;
}
body.page-id-995 main .franco p {
  margin-bottom: 0;
}
body.page-id-995 main .franco svg {
  fill: #a1c857;
  width: 50px;
  margin-right: 25px;
}
body.page-id-996 main .woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount:after,
body.page-id-996 main .woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount:after {
  content: "HT";
  margin-left: 5px;
}
body.page-id-996 main .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount:after {
  content: "TTC";
  margin-left: 5px;
}
body.page-id-997 main .woocommerce-orders-table__header-order-status,
body.page-id-997 main .woocommerce-orders-table__cell-order-status {
  display: none;
}
body.page-id-997 main .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount:after {
  content: "HT";
  margin-left: 5px;
}
body.search header .header-container {
  border-bottom: 1px solid #a1c857;
}
body.search .search-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.search .mb-30 {
  margin-bottom: 30px;
}
body.search .lien-actu {
  display: block;
  text-align: center;
  background: #fff;
  padding-bottom: 10px;
  height: 100%;
  box-shadow: 0 10px 15px -3px rgba(53,163,162,0.1), 0 4px 6px -2px rgba(53,163,162,0.05);
}
body.search .lien-actu .img-container {
  max-height: 300px;
  overflow: hidden;
}
body.search .lien-actu .img-container img {
  display: block;
  margin-bottom: 2px solid #a1c857;
  width: 100%;
}
body.search .lien-actu .desc-container {
  padding: 10px 20px;
}
body.search .lien-actu .desc-container h2.titre {
  color: #8c6239;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
body.search .lien-actu .desc-container span.info {
  display: block;
  color: #a1c857;
  font-family: 'Lora', serif;
  transition: all 0.3s ease;
  font-size: 18px;
}
body.search .lien-actu:hover {
  background: #a1c857;
  box-shadow: 0 4px 6px -1px rgba(53,163,162,0.1), 0 2px 4px -1px rgba(53,163,162,0.06);
}
body.search .lien-actu:hover .desc-container h2.titre,
body.search .lien-actu:hover .desc-container span.info {
  color: #fff;
}
body.search .pagination {
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
}
body.search .pagination a,
body.search .pagination span {
  display: block;
  text-align: center;
  color: #a1c857;
  margin: 0 2px;
}
body.search .pagination .current {
  background: #a1c857;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #a1c857;
  width: 25px;
  font-weight: 600;
}
body.search .pagination a {
  border: 1px solid #a1c857;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  font-weight: 600;
}
body.search .pagination a.prev,
body.search .pagination a.next {
  line-height: 20px;
}
body.search .pagination a:hover {
  background: #a1c857;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  body header.sticky .header-container a.logo-sticky img {
    max-width: 160px;
  }
  body header.sticky .header-container .nav-primary ul.nav li {
    padding: 20px 3px 40px;
  }
  body header .header-container a.logo img {
    max-width: 180px;
  }
  body header .header-container .nav-primary ul.nav li {
    padding: 60px 3px 60px;
  }
  body header .header-container .nav-primary ul.nav li a {
    font-size: 15px;
  }
  body footer .container {
    max-width: 1290px;
  }
  body.page-id-23 .block_chiffres .chiffre_container .chiffre {
    background-position: -15px 0;
  }
  body.single-product .section-produit-complementaires {
    padding-top: 40px;
  }
  body.single-product .section-produit-complementaires h2.titre {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  body.single-product .section-produit-complementaires .carousel-container {
    padding: 20px 0;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire h3.titre {
    font-size: 20px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs {
    top: 10px;
    right: 10px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
    width: 35px;
    height: 35px;
    margin-bottom: 6px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .titre {
    font-size: 18px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next,
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
    width: 30px;
    height: 40px;
    font-size: 26px;
    top: -200px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
    left: -60px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next {
    right: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body header.sticky .header-container a.logo-sticky img {
    max-width: 120px;
  }
  body header.sticky .header-container .nav-primary ul.nav li {
    padding: 20px 2px 40px;
  }
  body header .header-container a.logo img {
    max-width: 120px;
  }
  body header .header-container .nav-primary ul.nav li {
    padding: 60px 2px 60px;
    width: 80px;
  }
  body header .header-container .nav-primary ul.nav li a {
    font-size: 13px;
  }
  body footer .reassurance .item img {
    max-height: 40px;
  }
  body footer .info-contact {
    flex-wrap: wrap;
  }
  body footer .info-contact .adresse,
  body footer .info-contact .tel,
  body footer .info-contact .email {
    width: 50%;
    margin-bottom: 10px;
  }
  body footer .info-contact .linkedin {
    width: 50%;
    margin-left: 0;
  }
  body.page-id-23 .block_chiffres .chiffre_container .chiffre {
    background-position: -15px 0;
    background-size: contain;
    font-size: 42px;
  }
  body.page-id-24 .block_formations .bg-image {
    margin-top: 30px;
    min-height: 380px;
  }
  body.single .block_actualite .container {
    max-width: 650px;
  }
  body.single .block_actualite h2 {
    text-align: center;
  }
  body.single .block_actualite .texte-unique {
    text-align: center;
  }
  body.single .block_actualite .bloc .content .media {
    height: 350px;
  }
  body.single .block_actualite .bloc .content:nth-of-type(2n) .texte {
    padding: 30px 30px 0;
  }
  body.single .block_actualite .bloc .content .texte {
    padding: 30px 30px 0;
    text-align: center;
  }
  body.single-product .section-produit-complementaires {
    padding-top: 40px;
  }
  body.single-product .section-produit-complementaires h2.titre {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  body.single-product .section-produit-complementaires .carousel-container {
    padding: 20px 0;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire h3.titre {
    font-size: 20px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs {
    top: 10px;
    right: 10px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
    width: 35px;
    height: 35px;
    margin-bottom: 6px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .titre {
    font-size: 18px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next,
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
    width: 30px;
    height: 40px;
    font-size: 26px;
    top: -200px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
    left: -60px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next {
    right: -60px;
  }
}
.woocommerce-MyAccount-content .download-file {
  display: flex;
  gap: 0.5rem;
  justify-content: end;
}
.woocommerce-MyAccount-content .download-remaining {
  text-align: center;
}
.woocommerce-MyAccount-content .download-expires {
  text-align: center;
}
.trait-rouge {
  border-top: 1px solid red;
}
.product-name {
  margin: 0;
}
.product-name svg {
  fill: #a1c857;
  width: 50px;
  margin-right: 20px;
}
.product-name p {
  margin-top: 15px;
}
.cart_totals .cart-subtotal {
  display: none;
}
@media screen and (max-width: 580px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.variations_form {
  padding: 20px;
  border-radius: 20px;
  z-index: 2;
}
.variations_form .reset_variations {
  color: black;
}
.variations_form .woocommerce-Price-amount {
  color: black;
}
.variations_form .woocommerce-price-suffix {
  color: black;
}
.variations_form .woocommerce-variation {
  margin-bottom: 15px;
}
.variations_form .single_variation_wrap {
  display: none !important;
}
.variations_form #pa_taille {
  padding: 10px 20px 10px 20px;
  border: 0;
  border-radius: 13px;
}
.variations_form .input-text {
  border-radius: 13px;
}
.variations_form .single_variation_wrap {
  display: flex;
}
.variations_form .woocommerce-variation-price {
  margin-right: 20px;
}
.yith-wcbm-badge__wrap .yith-wcbm-badge-text {
  position: relative;
  height: 80px;
  width: 80px;
  top: 10px;
}
.yith-wcbm-badge__wrap .yith-wcbm-badge-text p {
  display: none;
}
.yith-wcbm-badge__wrap .yith-wcbm-badge-text:before {
  content: "";
  background-image: url('../../../../../../wp-content/themes/idcomweb/img/star.svg');
  position: relative;
  width: 65px;
  height: 65px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-type-variable .summary .variations_form {
  display: none;
}
@media screen and (max-width: 991px) {
  .container > .woocommerce > .woocommerce-order {
    margin-top: 1rem;
  }
}
.woocommerce .download-file .button {
  background-color: #a1c857 !important;
  margin-bottom: 3px;
}
.um-postmessage {
  position: relative !important;
}
.woocommerce-orders-table__cell-order-actions {
  justify-content: space-between;
  display: flex !important;
  gap: 0.8rem;
}
.woocommerce-downloads .woocommerce-info {
  display: none;
}
.woocommerce-downloads .woocommerce-order-downloads {
  display: block !important;
}
.woocommerce-downloads .no-products-message {
  display: block !important;
}
.woocommerce-order-downloads {
  display: none;
}
.no-products-message {
  display: none;
}
#product-search {
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid #a1c857;
  padding: 1rem 0.1rem;
  width: 15%;
}
.test {
  color: white;
}
@media (max-width: 767.98px) {
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    width: 100%;
  }
  body.tax-product_cat
        .section-produit
        .liste-produits
        .product
        a.woocommerce-loop-product__link
        .attachment-woocommerce_thumbnail {
    width: auto !important;
  }
  body .btn-cart svg,
  body .btn-account svg,
  body .btn-search svg {
    width: 20px;
    height: 20px;
  }
  body .btn-cart label,
  body .btn-account label,
  body .btn-search label {
    font-size: 12px;
  }
  body .btn-cart .cart-count-wrapper .cart-count {
    top: -10px;
    position: absolute;
  }
  body #navigation-icons {
    padding-right: 15px;
    height: 30px;
  }
  body #navigation-icons .nav-franco {
    font-size: 0.8rem !important;
  }
  body #navigation-icons .navigation .btn-search,
  body #navigation-icons .navigation .btn-cart,
  body #navigation-icons .navigation .btn-account {
    padding: 0 !important;
    height: 25px;
    width: 25px;
    margin: 0 10px;
  }
  body #navigation-icons .navigation .btn-search .label,
  body #navigation-icons .navigation .btn-cart .label,
  body #navigation-icons .navigation .btn-account .label {
    display: none;
  }
  body header.sticky .header-container a.logo-sticky img {
    max-width: 120px;
    margin-left: 10px;
  }
  body main {
    padding-top: 123px !important;
  }
  body footer .info-contact {
    flex-wrap: wrap;
  }
  body footer .info-contact .adresse,
  body footer .info-contact .tel,
  body footer .info-contact .email {
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
    justify-content: center;
  }
  body footer .info-contact .adresse__picto,
  body footer .info-contact .tel__picto,
  body footer .info-contact .email__picto {
    margin-right: 5px;
  }
  body footer .info-contact .sociaux {
    justify-content: center;
    margin: 0 auto 20px;
  }
  body footer .reassurance {
    display: block;
    margin: auto;
  }
  body footer .reassurance .item {
    display: table;
    margin: 0 auto 30px;
    width: 100%;
  }
  body footer .reassurance .item img {
    margin: 0 auto 10px;
  }
  body.single-product .section-produit-complementaires {
    padding-top: 40px;
  }
  body.single-product .section-produit-complementaires h2.titre {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  body.single-product .section-produit-complementaires .carousel-container {
    padding: 20px 0;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire img {
    max-height: 150px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire h3.titre {
    font-size: 18px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs {
    top: 10px;
    right: 10px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
    width: 35px;
    height: 35px;
    margin-bottom: 6px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .titre {
    font-size: 18px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next,
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
    width: 30px;
    height: 40px;
    font-size: 26px;
    top: -200px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
    left: -45px !important;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next {
    right: -45px !important;
  }
  body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description .contenu {
    font-size: 18px;
  }
  body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description .lien {
    width: 100%;
    max-width: 320px;
    padding: 10px;
    font-size: 16px;
  }
  body.page-id-5 .container-slider .owl-home-carousel-picto {
    width: 300px;
  }
  body.page-id-5 .container-slider .owl-home-carousel-picto .owl-item .item-picto {
    width: 40px;
    height: 40px;
  }
  body.page-id-5 .container-slider .owl-home-carousel-picto .owl-item .item-picto svg {
    width: 20px;
    height: 20px;
  }
  body.page-id-5 .block_presentation {
    padding: 40px 0;
  }
  body.page-id-5 .block_presentation .bg-image {
    margin-top: 30px;
    min-height: 240px;
    background-position: top center;
  }
  body.page-id-5 .block_presentation .bg-image:after {
    width: 200px;
    height: 200px;
  }
  body.page-id-14 .block_contact a.logo img {
    display: block;
    margin: 0 auto 20px;
  }
  body.page-id-14 .block_contact .info-contact {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  body.page-id-14 .block_contact .info-contact .adresse,
  body.page-id-14 .block_contact .info-contact .tel,
  body.page-id-14 .block_contact .info-contact .email {
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
    justify-content: center;
  }
  body.page-id-14 .block_contact .info-contact .adresse__picto,
  body.page-id-14 .block_contact .info-contact .tel__picto,
  body.page-id-14 .block_contact .info-contact .email__picto {
    margin-right: 5px;
  }
  body.page-id-14 .block_contact .info-contact .sociaux {
    justify-content: center;
    margin: auto;
  }
  body.page-id-23 .img-entete,
  body.page-id-24 .img-entete,
  body.page-id-997 .img-entete {
    min-height: 240px;
    background-size: cover;
  }
  body.page-id-23 .block_presentation .bg-image,
  body.page-id-23 .block_formations .bg-image,
  body.page-id-24 .block_presentation .bg-image,
  body.page-id-24 .block_formations .bg-image,
  body.page-id-997 .block_presentation .bg-image,
  body.page-id-997 .block_formations .bg-image {
    margin-top: 30px;
    min-height: 240px;
    background-position: top center;
  }
  body.page-id-23 .block_presentation .bg-image:after,
  body.page-id-23 .block_formations .bg-image:after,
  body.page-id-24 .block_presentation .bg-image:after,
  body.page-id-24 .block_formations .bg-image:after,
  body.page-id-997 .block_presentation .bg-image:after,
  body.page-id-997 .block_formations .bg-image:after {
    width: 200px;
    height: 200px;
  }
  body.page-id-23 .block_audits .bg-image,
  body.page-id-24 .block_audits .bg-image,
  body.page-id-997 .block_audits .bg-image {
    margin-bottom: 30px;
    min-height: 240px;
    background-position: top center;
  }
  body.page-id-23 .block_audits .bg-image:after,
  body.page-id-24 .block_audits .bg-image:after,
  body.page-id-997 .block_audits .bg-image:after {
    width: 200px;
    height: 200px;
  }
  body.page-id-23 .block_chiffres .chiffre_container .chiffre {
    background-position: calc(50% - 30px) 0;
    background-size: contain;
    opacity: 1;
    font-size: 40px;
  }
  body.page-id-14 .block_entete,
  body.page-id-25 .block_entete,
  body.single .block_entete {
    max-height: 240px;
  }
  body.page-id-14 .block_entete .bg-color,
  body.page-id-25 .block_entete .bg-color,
  body.single .block_entete .bg-color {
    opacity: 0.8;
  }
  body.page-id-14 .block_entete h1.titre,
  body.page-id-25 .block_entete h1.titre,
  body.single .block_entete h1.titre {
    height: 260px;
    font-size: 32px;
  }
  body.tax-product_cat .img-entete,
  body.single-product .img-entete {
    max-height: 240px;
    background-size: cover;
  }
  body.tax-product_cat .img-entete h2.titre,
  body.single-product .img-entete h2.titre {
    font-size: 32px;
  }
  body.tax-product_cat .img-entete .bg-color,
  body.single-product .img-entete .bg-color {
    height: 240px;
    opacity: 0.8;
  }
  body.tax-product_cat .woocommerce-products-header,
  body.single-product .woocommerce-products-header {
    margin-top: 325px;
    padding-top: 50px;
  }
  body.single-product .section-single-produit {
    margin-top: 150px;
  }
  body.single-product .section-single-produit .liste_applicatifs {
    display: none !important;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  body.single-product .section-single-produit .liste_applicatifs .applicatif {
    width: 50%;
    padding: 20px 0 0;
  }
  body.tax-product_cat #main {
    padding-top: 150px;
  }
  body.page-id-25 .block_entete .img-entete,
  body.single .block_entete .img-entete,
  body.category .block_entete .img-entete,
  body.archive .block_entete .img-entete {
    max-height: 240px;
    background-size: cover;
  }
  body.page-id-25 .block_entete .img-entete h1.titre,
  body.page-id-25 .block_entete .img-entete h2.titre,
  body.single .block_entete .img-entete h1.titre,
  body.single .block_entete .img-entete h2.titre,
  body.category .block_entete .img-entete h1.titre,
  body.category .block_entete .img-entete h2.titre,
  body.archive .block_entete .img-entete h1.titre,
  body.archive .block_entete .img-entete h2.titre {
    font-size: 32px;
  }
  body.page-id-25 .block_actualites,
  body.page-id-25 .block_actualite,
  body.single .block_actualites,
  body.single .block_actualite,
  body.category .block_actualites,
  body.category .block_actualite,
  body.archive .block_actualites,
  body.archive .block_actualite {
    margin-top: 160px;
  }
  body.tax-product_cat .section-produit .liste-produits h1.titre {
    font-size: 24px;
  }
  body.tax-product_cat .section-produit .liste-produits .contenu-cat p,
  body.tax-product_cat .section-produit .liste-produits .contenu-cat li {
    font-size: 16px;
  }
  body.single-product #form-modal-produit .modal-header .sous-titre span {
    display: block;
  }
  body.single-product .section-single-produit h1.product_title {
    font-size: 30px;
  }
  body.single-product .section-single-produit h2.cat_titre {
    font-size: 24px;
  }
  body.single-product .section-single-produit .btn-contact-produit {
    font-size: 16px;
  }
  body.single-product .section-single-produit .owl-single iframe,
  body.single-product .section-single-produit .owl-single .bg-img {
    height: 300px;
  }
  body.single-product .section-single-produit .contenu {
    font-size: 16px;
  }
  body.single-product .section-single-produit .nav-tabs {
    flex-wrap: nowrap;
  }
  body.single-product .section-single-produit .nav-tabs .nav-item {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav {
    position: relative;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev,
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next {
    top: -150px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next {
    right: -60px;
  }
  .section-produit .current {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  body #navigation-icons .nav-franco {
    font-size: 1rem;
  }
  body #navigation-icons .navigation .btn-search,
  body #navigation-icons .navigation .btn-cart,
  body #navigation-icons .navigation .btn-account {
    padding: 0 15px;
  }
  body header.sticky .header-container a.logo-sticky {
    padding: 15px 0;
  }
  body header.sticky .header-container a.logo-sticky img {
    max-width: 120px;
  }
  body header.sticky .header-container a:before {
    content: none !important;
  }
  body header.sticky .header-container a span {
    display: block !important;
  }
  body header.sticky .header-container .nav-primary {
    top: 40px;
  }
  body header.sticky .header-container .nav-primary ul.nav li {
    padding: 15px 30px 20px;
  }
  body header .header-container a.logo img {
    width: 120px;
    margin-left: 10px;
  }
  body header .header-container .nav-primary {
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 30;
    width: 100%;
    background: #fff;
  }
  body header .header-container .nav-primary .menu-menu-principal-container {
    overflow: hidden;
  }
  body header .header-container .nav-primary ul.nav {
    display: none;
  }
  body header .header-container .nav-primary ul.nav > li {
    display: block;
    padding: 30px 30px 10px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  body header .header-container .nav-primary ul.nav > li > a {
    font-size: 18px;
    color: #333333;
    display: block;
    height: auto;
  }
  body header .header-container .nav-primary ul.nav > li > a:hover {
    color: #a1c857;
  }
  body header .header-container .nav-primary ul.nav > li.current_page_item > a {
    color: #333333;
  }
  body header .header-container .nav-primary ul.nav > li.menu-item-has-children .sub-menu {
    position: relative;
    display: none;
    left: 0;
    background-color: transparent;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 0 auto;
  }
  body header .header-container .nav-primary ul.nav > li.menu-item-has-children .sub-menu.open {
    display: block;
  }
  body header .header-container .nav-primary ul.nav > li.menu-item-has-children .sub-menu li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 30px 5px;
    margin-bottom: 0;
    width: 100%;
    justify-content: flex-start;
  }
  body header .header-container .nav-primary ul.nav > li.menu-item-has-children .sub-menu li a {
    color: #fff;
    font-weight: 300;
  }
  body header .header-container .nav-primary ul.nav > li.menu-item-has-children .sub-menu li:hover a {
    color: #a1c857;
  }
  body header .header-container .nav-primary ul.nav > li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  body header .header-container .nav-icon {
    display: block;
    margin-right: 10px;
  }
  body main {
    padding-top: 140px;
  }
  body footer .reassurance .item img {
    max-height: 40px;
  }
  body footer a.logo img {
    display: block;
    margin: 0 auto 30px;
  }
  body footer .info-contact .linkedin {
    justify-content: center;
    margin-left: 0;
    margin: 0 auto 20px;
    width: 100%;
  }
  body footer .copy {
    text-align: center;
    margin: auto !important;
  }
  body.page-id-5 .container-slider .owl-home-carousel .owl-item .bg-img {
    position: absolute;
    height: 360px;
    background-size: contain;
  }
  body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description {
    height: 600px;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.9);
  }
  body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description img.logo {
    max-width: 200px;
  }
  body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description h1,
  body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description h2 {
    font-size: 32px;
    text-align: center;
  }
  body.page-id-5 .container-slider .owl-home-carousel .owl-item .block-description .contenu {
    text-align: center;
  }
  body.page-id-5 .container-slider .owl-home-carousel-picto {
    position: relative;
  }
  body.page-id-5 .container-slider .custom-nav .owl-prev {
    left: 20px;
  }
  body.page-id-5 .container-slider .custom-nav .owl-next {
    right: 40px;
  }
  body.page-id-5 .block_presentation .bg-image {
    margin-top: 30px;
    min-height: 380px;
  }
  body.single .block_actualite .container {
    max-width: 650px;
  }
  body.single .block_actualite h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
  }
  body.single .block_actualite .texte-unique {
    text-align: center;
  }
  body.single .block_actualite .bloc .content {
    margin-bottom: 30px;
  }
  body.single .block_actualite .bloc .content .media {
    height: 300px;
  }
  body.single .block_actualite .bloc .content:nth-of-type(2n) .texte {
    padding: 30px 10px 0;
  }
  body.single .block_actualite .bloc .content .texte {
    padding: 30px 10px 0;
    text-align: center;
  }
  body.single .block_actualite .bloc .content .texte h3 {
    font-size: 25px;
  }
  body.page-id-23 .block_chiffres .chiffre_container .chiffre {
    background-size: contain;
    font-size: 40px;
  }
  body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-prev,
  body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-prev {
    left: 20px;
  }
  body.page-id-23 .block_partenaires .carousel-container .custom-nav .owl-next,
  body.page-id-24 .block_partenaires .carousel-container .custom-nav .owl-next {
    right: 40px;
  }
  body.page-id-24 .block_contact .img-contact,
  body.page-id-14 .block_contact .img-contact {
    opacity: 0.5;
  }
  body.tax-product_cat .section-produit .liste-produits .product .title-container h2 {
    font-size: 15px;
  }
  body.tax-product_cat .section-produit .liste-produits .product a.woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
    width: 100%;
    object-fit: cover;
  }
  body.tax-product_cat .section-produit:before,
  body.tax-product_cat .section-produit:after,
  body.tax-product_cat .block_actualite:before,
  body.tax-product_cat .block_actualite:after,
  body.tax-product_cat .block_actualites:before,
  body.tax-product_cat .block_actualites:after,
  body.single .section-produit:before,
  body.single .section-produit:after,
  body.single .block_actualite:before,
  body.single .block_actualite:after,
  body.single .block_actualites:before,
  body.single .block_actualites:after,
  body.page-id-25 .section-produit:before,
  body.page-id-25 .section-produit:after,
  body.page-id-25 .block_actualite:before,
  body.page-id-25 .block_actualite:after,
  body.page-id-25 .block_actualites:before,
  body.page-id-25 .block_actualites:after,
  body.archive .section-produit:before,
  body.archive .section-produit:after,
  body.archive .block_actualite:before,
  body.archive .block_actualite:after,
  body.archive .block_actualites:before,
  body.archive .block_actualites:after,
  body.category .section-produit:before,
  body.category .section-produit:after,
  body.category .block_actualite:before,
  body.category .block_actualite:after,
  body.category .block_actualites:before,
  body.category .block_actualites:after {
    width: 12%;
  }
  body.single-product .section-produit-complementaires {
    padding-top: 40px;
  }
  body.single-product .section-produit-complementaires h2.titre {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  body.single-product .section-produit-complementaires .carousel-container {
    padding: 20px 40px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire img {
    max-height: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire h3.titre {
    font-size: 20px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs {
    top: 10px;
    right: 10px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .picto-container {
    width: 35px;
    height: 35px;
    margin-bottom: 6px;
  }
  body.single-product .section-produit-complementaires .carousel-container .produit_complementaire .liste_applicatifs .applicatif .titre {
    font-size: 18px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next,
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
    width: 30px;
    height: 40px;
    font-size: 26px;
    top: -200px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-prev {
    left: -60px;
  }
  body.single-product .section-produit-complementaires .carousel-container .custom-nav .owl-next {
    right: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body footer .info-contact {
    flex-wrap: wrap;
  }
  body footer .info-contact .adresse,
  body footer .info-contact .tel,
  body footer .info-contact .email {
    width: 24%;
    font-size: 13px;
  }
  body footer .info-contact .adresse__picto,
  body footer .info-contact .tel__picto,
  body footer .info-contact .email__picto {
    margin-right: 5px;
  }
  body footer .info-contact .sociaux {
    justify-content: center;
    margin: 0 auto 20px;
  }
  body.page-id-23 .img-entete,
  body.page-id-24 .img-entete,
  body.page-id-997 .img-entete {
    min-height: 380px;
    background-size: cover;
  }
  body.page-id-23 .block_presentation .bg-image,
  body.page-id-23 .block_formations .bg-image,
  body.page-id-24 .block_presentation .bg-image,
  body.page-id-24 .block_formations .bg-image,
  body.page-id-997 .block_presentation .bg-image,
  body.page-id-997 .block_formations .bg-image {
    margin-top: 30px;
    min-height: 380px;
  }
  body.page-id-23 .block_audits .bg-image,
  body.page-id-24 .block_audits .bg-image,
  body.page-id-997 .block_audits .bg-image {
    margin-bottom: 30px;
    min-height: 380px;
  }
  body.page-id-14 .block_entete {
    max-height: 320px;
  }
  body.page-id-14 .block_entete h1.titre {
    font-size: 32px;
  }
  body.tax-product_cat .img-entete,
  body.single-product .img-entete {
    max-height: 320px;
    background-size: cover;
  }
  body.tax-product_cat .img-entete h2.titre,
  body.single-product .img-entete h2.titre {
    font-size: 32px;
  }
  body.tax-product_cat .section-single-produit,
  body.single-product .section-single-produit {
    margin-top: 250px;
  }
  body.single-product .section-single-produit {
    margin-top: 250px;
  }
  body.tax-product_cat #main {
    padding-top: 250px;
  }
  body.page-id-25 .block_entete .img-entete,
  body.single .block_entete .img-entete,
  body.category .block_entete .img-entete,
  body.archive .block_entete .img-entete {
    max-height: 320px;
    background-size: cover;
  }
  body.page-id-25 .block_entete .img-entete h1.titre,
  body.page-id-25 .block_entete .img-entete h2.titre,
  body.single .block_entete .img-entete h1.titre,
  body.single .block_entete .img-entete h2.titre,
  body.category .block_entete .img-entete h1.titre,
  body.category .block_entete .img-entete h2.titre,
  body.archive .block_entete .img-entete h1.titre,
  body.archive .block_entete .img-entete h2.titre {
    font-size: 32px;
  }
  body.page-id-25 .block_actualites,
  body.single .block_actualites,
  body.category .block_actualites,
  body.archive .block_actualites {
    margin-top: 250px;
  }
  body.single-product .section-single-produit .owl-single iframe,
  body.single-product .section-single-produit .owl-single .bg-img {
    height: 380px;
    background-position: 50%;
  }
}
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: 100%;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
}
.woocommerce form input {
  height: 30px;
  border: 1px solid #e6e6e6;
  transition: 0.2s ease-in-out;
}
.woocommerce form input:focus {
  border-color: #a1c857;
}
.woocommerce form label {
  margin-right: 15px;
}
.woocommerce .price ins {
  text-decoration: none;
}
.woocommerce span.onsale {
  background-color: #ee2c0a;
  border-radius: 0;
  padding: 15px 25px;
  line-height: 1;
  min-height: 0;
  letter-spacing: 2px;
}
.woocommerce-info {
  border-top-color: #a1c857;
}
.woocommerce-info:before {
  color: #a1c857;
}
.um-button {
  background-color: #a1c857 !important;
}
.login-register-container {
  position: relative;
}
.login-register-container h2 {
  margin-bottom: 1rem;
}
.login-register-container .col {
  position: static;
}
.login-register-container .col .um-login,
.login-register-container .col .um-register {
  padding: 2rem;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
.login-register-container .col .um-login .um-postmessage {
  display: none;
}
.login-register-container .col .um-register .um-postmessage {
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 1.2rem;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-downloads-file.button {
  background-color: #a1c857;
}
body.woocommerce-account.woocommerce-page .woocommerce {
  padding: 50px 0;
}
body.woocommerce-account.woocommerce-page .img-entete {
  display: none;
}
body.woocommerce-account.woocommerce-page .user-infos h3 {
  margin-top: 50px;
}
body.woocommerce-account.woocommerce-page .user-infos .user-info {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.woocommerce-account.woocommerce-page .user-infos .user-info p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
body.woocommerce-account.woocommerce-page .user-infos .user-info p.label {
  margin-right: 15px;
  font-weight: 500;
}
body.woocommerce-account.woocommerce-page .user-infos .user-info .certificats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.woocommerce-account.woocommerce-page .user-infos .user-info .certificats p {
  margin: 5px;
  font-size: 0.9rem;
}
body.woocommerce-account.woocommerce-page .user-infos .user-info .certificats p .button {
  background-color: rgba(161,200,87,0.8);
  color: #fff;
}
body.woocommerce-account.woocommerce-page .user-infos .user-info .certificats p .button:hover,
body.woocommerce-account.woocommerce-page .user-infos .user-info .certificats p .button:focus {
  background-color: #a1c857;
}
body.woocommerce-account.woocommerce-page main > .container {
  max-width: 100%;
  padding: 0;
}
body.woocommerce-account.woocommerce-page main > .container .container {
  min-height: 200px;
}
body.woocommerce-account.woocommerce-page .img-entete {
  margin-bottom: 15px;
}
body.woocommerce-account.woocommerce-page form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}
body.woocommerce-account.woocommerce-page form.woocommerce-form-login .woocommerce-form-login__rememberme input {
  margin-right: 5px;
}
body.woocommerce-account.woocommerce-page .col2-set .col-1,
body.woocommerce-account.woocommerce-page .col2-set .col-2 {
  width: 100%;
}
body.woocommerce-account.woocommerce-page .woocommerce-form-register h3 {
  margin-top: 50px;
  margin-bottom: 40px;
}
body.woocommerce-account.woocommerce-page .woocommerce-form-register .radio-row {
  justify-content: center;
  flex-wrap: wrap;
}
body.woocommerce-account.woocommerce-page .woocommerce-form-register .radio-row .radio {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
body.woocommerce-account.woocommerce-page .woocommerce-form-register .radio-row .radio label {
  margin: 10px;
}
body.woocommerce-account.woocommerce-page .woocommerce-form-register .professionnal {
  margin-bottom: 15px;
}
body.woocommerce-account.woocommerce-page .woocommerce-form-register input[type='file'] {
  height: auto;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
  margin: 15px 0;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  transition: all 0.3s ease-in-out;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 7px;
  width: 100%;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #a1c857;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
  margin: 15px 0;
  border: 1px solid #e6e6e6;
  padding: 15px;
}
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .addresses .title h3,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .addresses .title .edit {
  float: none;
}
body.woocommerce-cart.woocommerce-page .shop_table button {
  background-color: #a1c857 !important;
  color: #fff !important;
}
body.woocommerce-cart.woocommerce-page .shop_table button:hover {
  background-color: #333333 !important;
}
body.woocommerce-cart.woocommerce-page .cart-order-reference-form {
  margin-top: 20px;
  float: left;
  width: 50%;
}
body.woocommerce-cart.woocommerce-page .cart-order-reference-form .title {
  font-size: 1rem;
  margin-bottom: 10px;
}
body.woocommerce-cart.woocommerce-page .cart-order-reference-form input {
  width: 300px;
  height: 40px;
}
body.woocommerce-cart.woocommerce-page .cart-order-reference-form .button {
  background-color: #a1c857;
  color: #fff;
  height: 40px;
  border-radius: 0;
}
body.woocommerce-cart.woocommerce-page .cart-header {
  margin: 50px auto;
  text-align: center;
}
body.woocommerce-cart.woocommerce-page .cart-header h1.titre {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  position: relative;
}
body.woocommerce-cart.woocommerce-page .cart-header h1.titre span {
  color: #a1c857;
}
body.woocommerce-cart.woocommerce-page .coupon > input {
  width: 120px !important;
}
body.woocommerce-cart.woocommerce-page table {
  text-align: center;
}
body.woocommerce-cart.woocommerce-page table th {
  color: #595957;
}
body.woocommerce-cart.woocommerce-page table td.product-remove a {
  display: inline-block;
}
body.woocommerce-cart.woocommerce-page table td.product-thumbnail a {
  max-width: 30%;
}
body.woocommerce-cart.woocommerce-page table td.product-thumbnail a img {
  height: 100px;
  width: 100%;
  object-fit: contain;
}
body.woocommerce-cart.woocommerce-page table td.product-quantity input {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
body.woocommerce-cart.woocommerce-page table td.product-subtotal {
  color: #a1c857;
}
body.woocommerce-cart.woocommerce-page table .product-name {
  text-align: left;
}
body.woocommerce-cart.woocommerce-page table .product-name .reference {
  font-style: italic;
  font-size: 12px;
}
body.woocommerce-cart.woocommerce-page table .product-name .qty_per_package {
  min-width: 100px;
  font-size: 12px;
  text-transform: none;
}
body.woocommerce-cart.woocommerce-page table .product-price,
body.woocommerce-cart.woocommerce-page table .product-subtotal,
body.woocommerce-cart.woocommerce-page table .product-quantity {
  width: 12%;
}
body.woocommerce-cart.woocommerce-page table .product-remove,
body.woocommerce-cart.woocommerce-page table .product-name,
body.woocommerce-cart.woocommerce-page table .product-price,
body.woocommerce-cart.woocommerce-page table .product-quantity {
  border-right: solid 1px #e6e6e6;
}
body.woocommerce-cart.woocommerce-page table .product-remove {
  border-right: none;
}
body.woocommerce-cart.woocommerce-page table td.product-name,
body.woocommerce-cart.woocommerce-page table td.product-price,
body.woocommerce-cart.woocommerce-page table td.product-subtotal {
  text-transform: uppercase;
  font-size: 1rem;
}
body.woocommerce-cart.woocommerce-page .checkout-button {
  background-color: #a1c857;
}
body.woocommerce-cart.woocommerce-page .checkout-button:hover {
  background-color: #87a848;
}
body.woocommerce-cart.woocommerce-page .return-to-shop {
  margin: 30px auto;
  text-align: center;
}
body.woocommerce-checkout.woocommerce-page .order-reference,
body.woocommerce-account.woocommerce-page .order-reference,
body.woocommerce-cart.woocommerce-page .order-reference {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
body.woocommerce-checkout.woocommerce-page .order-reference .reference-id,
body.woocommerce-account.woocommerce-page .order-reference .reference-id,
body.woocommerce-cart.woocommerce-page .order-reference .reference-id {
  color: #87a848;
  font-style: italic;
}
body.woocommerce-checkout.woocommerce-page .reference,
body.woocommerce-account.woocommerce-page .reference,
body.woocommerce-cart.woocommerce-page .reference {
  margin-bottom: 5px;
  font-size: 10px;
  margin-top: 0;
  line-height: 12px;
  font-style: italic;
  color: #87a848;
}
body.woocommerce-checkout.woocommerce-page h3 {
  margin-top: 15px;
}
body.woocommerce-checkout.woocommerce-page form .form-row {
  display: block;
}
body.woocommerce-checkout.woocommerce-page form .cart-subtotal th,
body.woocommerce-checkout.woocommerce-page form .order-total th {
  background-color: #f6f6f6;
}
body.woocommerce-checkout.woocommerce-page table.shop_table {
  border-collapse: collapse;
}
body.woocommerce-checkout.woocommerce-page table.shop_table td {
  border: 1px solid #e6e6e6;
}
body.woocommerce-checkout.woocommerce-page #place_order {
  background-color: #a1c857;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
body.woocommerce-checkout.woocommerce-page #place_order:hover {
  background-color: #87a848;
}
@media (max-width: 1199px) {
  body.woocommerce-cart.woocommerce-page .cart-order-reference-form {
    float: none;
    margin-bottom: 50px;
    width: 100%;
  }
  body.woocommerce-cart.woocommerce-page .cart-order-reference-form .cart-order-reference {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  body.woocommerce-cart.woocommerce-page .cart-order-reference-form .cart-order-reference .title {
    width: 100%;
  }
  body.woocommerce-cart.woocommerce-page .cart-order-reference-form .cart-order-reference input {
    margin-right: 5px;
  }
  body.woocommerce-cart.woocommerce-page .cart-header {
    margin: 50px auto;
    text-align: center;
  }
  body.woocommerce-cart.woocommerce-page .cart-header h1.titre {
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    position: relative;
  }
  body.woocommerce-cart.woocommerce-page .cart-header h1.titre span {
    color: #a1c857;
  }
  body.woocommerce-cart.woocommerce-page .coupon > input {
    width: 120px !important;
  }
  body.woocommerce-cart.woocommerce-page table th,
  body.woocommerce-cart.woocommerce-page table td {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.woocommerce-cart.woocommerce-page table.shop_table_responsive thead {
    display: block;
  }
  body.woocommerce-cart.woocommerce-page table.shop_table_responsive thead tr {
    display: grid;
    grid-template-columns: 3fr 18fr 5fr 5fr 7fr;
  }
  body.woocommerce-cart.woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  body.woocommerce-cart.woocommerce-page table .cart_item {
    display: grid;
    grid-template-columns: 3fr 18fr 5fr 5fr 7fr;
  }
  body.woocommerce-cart.woocommerce-page table td.product-thumbnail a {
    max-width: 100%;
  }
  body.woocommerce-cart.woocommerce-page table .product-name {
    text-align: left !important;
    justify-content: flex-start;
  }
  body.woocommerce-cart.woocommerce-page table .product-price,
  body.woocommerce-cart.woocommerce-page table .product-subtotal,
  body.woocommerce-cart.woocommerce-page table .product-quantity {
    width: 100%;
  }
  body.woocommerce-cart.woocommerce-page table .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  body.woocommerce-cart.woocommerce-page table .actions .coupon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.woocommerce-cart.woocommerce-page table .actions .coupon .button {
    width: auto;
  }
  body.woocommerce-cart.woocommerce-page table .actions .button {
    width: auto;
  }
  body.woocommerce-cart.woocommerce-page .cart_totals .shop_table tr {
    display: flex;
    flex-wrap: wrap;
  }
  body.woocommerce-cart.woocommerce-page .cart_totals .shop_table tr th {
    flex-grow: 1;
  }
  body.woocommerce-cart.woocommerce-page .cart_totals .shop_table tr td {
    min-width: 60%;
    flex-grow: 1;
    border-left: 1px solid rgba(0,0,0,0.1);
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  body.woocommerce-account.woocommerce-page .woocommerce-Address {
    margin-bottom: 50px;
  }
  body.woocommerce-checkout.woocommerce-page .woocommerce-notice {
    text-align: center;
  }
  body.woocommerce-checkout.woocommerce-page .woocommerce-order {
    text-align: center;
  }
  body.woocommerce-checkout.woocommerce-page .woocommerce-order .woocommerce-order-overview {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.woocommerce-checkout.woocommerce-page .woocommerce-order .woocommerce-order-overview li {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-cart.woocommerce-page .cart-order-reference {
    font-size: 0.8rem !important;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table th,
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table td {
    padding: 5px 8px;
    max-width: 100%;
    overflow: hidden;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table th {
    font-size: 0.7rem !important;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table td {
    font-size: 0.8rem !important;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table tbody tr:first-child td:first-child {
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table thead tr {
    display: grid;
    grid-template-columns: 0% 45% 15% 20% 20%;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .cart_item {
    display: grid;
    grid-template-columns: 5% 40% 15% 20% 20%;
  }
}
@media (max-width: 575px) {
  body.woocommerce-cart.woocommerce-page .cart-order-reference-form input {
    width: 170px;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table thead {
    display: none;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table td:before {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .td-vide:before {
    display: none;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-price:before {
    text-align: center;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .cart_item {
    display: flex;
    flex-wrap: wrap;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .cart_item .product-price ~ .td-vide {
    border: none !important;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-remove {
    width: 10%;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-remove:before {
    display: none;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-thumbnail {
    display: none;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-name {
    width: 90%;
    padding-right: 5%;
    justify-content: center;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-price,
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-quantity,
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-subtotal {
    width: 33%;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .product-subtotal {
    flex-grow: 1;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .actions .coupon {
    margin-bottom: 15px;
  }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form table.shop_table .actions:before {
    display: none;
  }
}
