@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import "./font.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
.btn-white-hover, .btn-white:hover {
  color: white;
  border-color: #00A38C;
  background: linear-gradient(263.89deg, #00A38C 0%, #26CDAA 100%);
}
.btn-white-hover i, .btn-white:hover i {
  filter: invert(31%) sepia(84%) saturate(2882%) hue-rotate(155deg) brightness(105%) contrast(103%) !important;
}

.btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif, sans serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  transition: all 250ms ease-in-out;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  color: #00A38C;
  background: white;
}
.btn-green-hover, .btn-primary:hover,
.btn-green:hover {
  color: white;
  background: linear-gradient(263.89deg, #00A38C 0%, #00A38C 100%);
}

.btn-primary,
.btn-green {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif, sans serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  color: white;
  background: linear-gradient(263.89deg, #00A38C 0%, #26CDAA 100%);
  border: none;
  border-radius: 5px;
  outline: none;
}
.btn-primary i,
.btn-green i {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(355deg) brightness(107%) contrast(105%);
}
.btn-white-gradiant {
  color: #00A38C;
  display: inline-flex;
  background: white;
  border-radius: 10px;
  border: 1px solid #ECF0EF;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif, sans serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  transition: all 250ms ease-in-out;
  outline: none !important;
}
.btn-white-gradiant span {
  transition: all 250ms ease-in-out;
  color: #00A38C;
  background: linear-gradient(263.89deg, #00A38C 0%, #26CDAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-white-gradiant:hover {
  outline: none;
  transition: all 250ms ease-in-out;
  color: white;
  background: linear-gradient(263.89deg, #00A38C 0%, #26CDAA 100%);
}
.btn-white-gradiant:hover span {
  color: white;
  -webkit-text-fill-color: inherit;
}

.btn-green-gradiant {
  display: inline-flex;
  align-items: center;
  color: white !important;
  background: linear-gradient(263.89deg, #00A38C 0%, #26CDAA 100%);
  border-radius: 10px;
  border: none !important;
  outline: none !important;
  padding: 0.25rem 1.5rem;
  cursor: pointer;
  text-transform: uppercase !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  min-height: 2.5rem;
  letter-spacing: 0;
  text-align: right;
  margin: 0;
}
.btn-green-gradiant:hover {
  background: #00A38C;
}

.btn-large {
  padding: 0.75rem 4rem;
  height: 50px;
}

.btn-action-order {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333333;
  padding: 0;
  background: none;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  outline: none;
}
.btn-action-order:before {
  content: "";
  display: inline-flex;
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.btn-action-order:after {
  flex-shrink: 0;
  content: "";
  display: inline-flex;
  width: 8px;
  height: 14px;
  background: transparent url(/themes/greeneo/assets/images/breadcrumb-arrow.svg) no-repeat center;
  background-size: contain;
  margin-left: auto;
  filter: invert(35%) sepia(92%) saturate(1233%) hue-rotate(145deg) brightness(97%) contrast(102%);
}
.btn-action-order:focus {
  outline: none !important;
}
.btn-action-order:hover {
  color: #00A38C;
}
.btn-action-order.btn-order-again:before {
  background: transparent url(/themes/greeneo/assets/images/order-again.svg) no-repeat center;
  background-size: contain;
}
.btn-action-order.btn-order-detail:before {
  background: transparent url(/themes/greeneo/assets/images/order-detail.svg) no-repeat center;
  background-size: contain;
}
.btn-action-order.btn-billing-download:before {
  background: transparent url(/themes/greeneo/assets/images/order-invoice.svg) no-repeat center;
  background-size: contain;
}
.btn-action-order.btn-order-tracking:before {
  background: transparent url(/themes/greeneo/assets/images/order-tracking.svg) no-repeat center;
  background-size: contain;
}

.wishlist-button-add {
  top: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.wishlist-button-add i {
  top: 0 !important;
  font-size: 1.875rem;
  color: #00A38C !important;
}

/******* Override size Bootstrap container *******/
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: "Noway";
}

html,
body {
  height: 100%;
  background-color: white !important;
}

html {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

#content {
  padding-top: 80px;
}
@media (min-width: 768px) {
  #content {
    padding-top: 140px;
  }
}

/********** Entête **********/
#header {
  position: fixed;
  box-shadow: none;
  border-bottom: 1px solid #E6EBEB;
  width: 100%;
  height: 80px;
  top: 0;
  background: white;
  z-index: 1010;
}
@media (min-width: 768px) {
  #header {
    height: 140px;
  }
}
#header .header-nav {
  height: 80px;
  max-height: 80px;
  border-bottom: none;
}
#header .header-nav #_desktop_contact_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 80px;
}
#header .header-nav #_desktop_contact_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noway", sans-serif, sans serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  transition: all 250ms ease-in-out;
  color: #333333;
  text-decoration: none;
}
#header .header-nav #_desktop_contact_link a:hover {
  color: white;
  background-color: #00A38C;
}
#header .header-nav #_desktop_contact_link #contact-link {
  margin-top: 0;
}
#header .header-nav #_mobile_cart {
  padding-right: 1rem;
}
#header .header-nav #_mobile_user_info .user-info {
  height: 2.5rem;
  margin: 1.25rem 0;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
#header .header-nav #_mobile_user_info .user-info #user-link {
  margin: 0;
  padding: 0;
  background: none;
}
#header .header-nav #_mobile_user_info .user-info #user-link:after {
  display: none;
}
#header .header-nav #cart-link {
  color: #00A38C;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#header .header-nav #cart-link img {
  height: 26px;
}
#header .header-nav #cart-link strong {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 2px;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}
#header .header-nav #cart-link small {
  font-size: 0.75rem;
  text-transform: uppercase;
}
#header .header-nav #_desktop_user_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#header .header-nav #_desktop_user_info .user-info {
  white-space: inherit;
  margin: 0;
}
#header .header-nav #_desktop_user_info .user-info .dropdown-menu {
  border: none;
  background: white;
  min-width: inherit;
  padding: 0.5rem 0 0;
  margin: 0;
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}
#header .header-nav #_desktop_user_info .user-info .dropdown-menu a {
  padding: 0.75rem 1.375rem;
  background: #00A38C;
  color: white;
  border-radius: 10px;
  position: relative;
}
#header .header-nav #_desktop_user_info .user-info .dropdown-menu a:before {
  content: "";
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 7px #00A38C;
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
#header .header-nav #_desktop_user_info .user-info .dropdown-menu a:hover {
  background: #26CDAA;
  text-decoration: underline;
}
#header .header-nav #_desktop_user_info .user-info .dropdown-menu a:hover:before {
  border-bottom: solid 7px #26CDAA;
}
#header .header-nav #_desktop_user_info .user-info .dropdown:hover > .dropdown-menu {
  display: block;
}
#header .header-nav #_desktop_user_info .user-info #user-link {
  color: #00A38C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: none;
  text-decoration: none;
}
#header .header-nav #_desktop_user_info .user-info #user-link:after {
  display: none !important;
}
#header .header-nav #_desktop_user_info .user-info #user-link img {
  height: 26px;
}
#header .header-nav #_desktop_user_info .user-info #user-link small {
  font-size: 0.75rem;
  text-transform: uppercase;
}
#header .header-nav #_mobile_logo {
  min-height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#header .header-nav #_mobile_logo a img {
  max-height: 60px;
  height: 60px;
}
#header .header-nav #_desktop_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
#header .header-nav #_desktop_logo a img {
  max-height: 3.5rem;
}
#header .header-nav .right-nav {
  height: 80px;
}
#header .navbar-toggler {
  background-color: #00A38C;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
#header .navbar-toggler .navbar-toggler-icon {
  background: transparent url(../../../../../wp-content/themes/wp-bootstrap-4/assets/images/menu.png) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
}
#header .navbar-toggler.toggler-close {
  margin: 15px;
}
#header .navbar-toggler.toggler-close .navbar-toggler-icon {
  background: transparent url(../../../../../wp-content/themes/wp-bootstrap-4/assets/images/menu-close.png) no-repeat center;
  background-size: contain;
}
#header .navbar-toggler:hover {
  background: #00594D;
}
#header #primary-menu-wrap {
  background: white;
}
@media (max-width: 767.98px) {
  #header #primary-menu-wrap {
    height: 100vh;
    width: calc(100% - 70px);
    position: fixed;
    top: 0;
    left: 0;
  }
  #header #primary-menu-wrap:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: -70px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
  }
  #header #primary-menu-wrap > div {
    background: white;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  #header #primary-menu-wrap > div:before {
    position: absolute;
    content: "";
    background: transparent url(../../../../../wp-content/themes/wp-bootstrap-4/assets/images/leafs/leaf.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 200px;
    height: 200px;
    top: 30%;
    right: -100px;
    filter: blur(2px);
    z-index: 0;
  }
  #header #primary-menu-wrap > div:after {
    position: absolute;
    content: "";
    background: transparent url(../../../../../wp-content/themes/wp-bootstrap-4/assets/images/leafs/leaf-fade-4.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 160px;
    height: 160px;
    bottom: 20%;
    left: -100px;
    z-index: 0;
  }
  #header #primary-menu-wrap > div .home,
  #header #primary-menu-wrap > div .access-pro,
  #header #primary-menu-wrap > div .contact {
    padding: 0 1.875rem;
    display: flex;
    width: 100%;
  }
  #header #primary-menu-wrap > div .home a,
  #header #primary-menu-wrap > div .access-pro a,
  #header #primary-menu-wrap > div .contact a {
    font-family: "Noway", sans-serif, sans serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #00A38C;
    padding: 0.625rem 0 !important;
    margin-bottom: 0.75rem;
    display: inline-flex;
    border: none;
    width: inherit;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }
  #header #primary-menu-wrap > div .menu-menu-principal-container {
    padding: 0 1.875rem;
    z-index: 1;
    position: relative;
  }
  #header #primary-menu-wrap > div .menu-menu-principal-container a {
    font-family: "Noway", sans-serif, sans serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.875rem;
    background: none;
    color: #00A38C;
    padding: 0.625rem 0 !important;
    border-bottom: none !important;
    margin-bottom: 0.75rem;
    display: inline-block;
    border: none;
    width: inherit;
    text-transform: uppercase;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    resize: none;
  }
  #header #primary-menu-wrap > div .menu-menu-principal-container a:after {
    display: none;
  }
}
@media (min-width: 768px) {
  #header #primary-menu-wrap {
    display: flex !important;
    flex-direction: column;
    padding: 0.625rem 0 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #header #primary-menu-wrap .home,
  #header #primary-menu-wrap .access-pro,
  #header #primary-menu-wrap .contact {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #header #primary-menu-wrap ul {
    flex-direction: row;
  }
  #header #primary-menu-wrap ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noway", sans-serif, sans serif, sans serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 44px;
    transition: all 250ms ease-in-out;
    font-size: 1rem;
    line-height: 1rem;
    color: #00A38C;
    cursor: pointer;
  }
  #header #primary-menu-wrap ul li a:after {
    display: none;
  }
  #header #primary-menu-wrap ul li a:hover {
    color: white;
    background-color: #00A38C;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  #header #primary-menu-wrap ul li a {
    display: block;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  #header #primary-menu-wrap ul li a.open {
    background-color: transparent;
    color: #00A38C;
  }
}
#header #primary-menu-wrap ul.dropdown-menu {
  display: none !important;
}
#header #menu-accordion-desktop {
  transition: all 250ms ease-in-out;
  height: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  #header #menu-accordion-desktop {
    display: none;
  }
}
#header #menu-accordion-desktop div {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
}
#header #menu-accordion-desktop div li {
  list-style: none;
}
#header #menu-accordion-desktop.filled {
  padding: 0;
  background-color: white;
  height: auto;
}
#header #menu-accordion-desktop.filled div {
  opacity: 1;
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
}
#header #menu-accordion-desktop.filled div ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0.25rem 0;
}
#header #menu-accordion-desktop.filled div ul li a, #header #menu-accordion-desktop.filled div ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  transition: all 250ms ease-in-out;
  color: #26CDAA;
  cursor: pointer;
}
#header #menu-accordion-desktop.filled div ul li a:hover, #header #menu-accordion-desktop.filled div ul li span:hover {
  color: white;
  background-color: #00A38C;
}
@media (min-width: 768px) {
  #header #menu-accordion-desktop.filled div ul li a, #header #menu-accordion-desktop.filled div ul li span {
    padding-top: 0;
    padding-bottom: 0;
  }
}

body.admin-bar #header {
  margin-top: 46px;
}
@media (min-width: 768px) {
  body.admin-bar #header {
    margin-top: 32px;
  }
}
/******* Boutons *******/
.btn.btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Noway";
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  transition: all 250ms ease-in-out;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  color: #00A38C;
  background: white;
}
.btn.min-width {
  min-width: 160px;
}

/******* Blocs *******/
.wp-block-lazyblock-block-text,
.wp-block-lazyblock-block-links,
.wp-block-lazyblock-block-importantes-informations,
.wp-block-lazyblock-block-interest-guide {
  display: flex;
  margin-bottom: 60px;
  width: 100%;
}
.wp-block-lazyblock-block-text:before,
.wp-block-lazyblock-block-links:before,
.wp-block-lazyblock-block-importantes-informations:before,
.wp-block-lazyblock-block-interest-guide:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.wp-block-lazyblock-block-text .section,
.wp-block-lazyblock-block-links .section,
.wp-block-lazyblock-block-importantes-informations .section,
.wp-block-lazyblock-block-interest-guide .section {
  width: 100%;
}
.wp-block-lazyblock-block-text img,
.wp-block-lazyblock-block-links img,
.wp-block-lazyblock-block-importantes-informations img,
.wp-block-lazyblock-block-interest-guide img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wp-block-lazyblock-block-text img,
  .wp-block-lazyblock-block-links img,
  .wp-block-lazyblock-block-importantes-informations img,
  .wp-block-lazyblock-block-interest-guide img {
    width: 300px;
    height: 300px;
  }
}
.wp-block-lazyblock-block-text img.left,
.wp-block-lazyblock-block-links img.left,
.wp-block-lazyblock-block-importantes-informations img.left,
.wp-block-lazyblock-block-interest-guide img.left {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .wp-block-lazyblock-block-text img.left,
  .wp-block-lazyblock-block-links img.left,
  .wp-block-lazyblock-block-importantes-informations img.left,
  .wp-block-lazyblock-block-interest-guide img.left {
    float: left;
    margin-right: 40px;
  }
}
.wp-block-lazyblock-block-text img.right,
.wp-block-lazyblock-block-links img.right,
.wp-block-lazyblock-block-importantes-informations img.right,
.wp-block-lazyblock-block-interest-guide img.right {
  float: right;
  margin-right: 40px;
  margin-bottom: 40px;
}

.wp-block-lazyblock-centered-button-link {
  margin-bottom: 60px;
  overflow: hidden;
}
.wp-block-lazyblock-centered-button-link section {
  position: relative;
}
.wp-block-lazyblock-centered-button-link section a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/******* Page d'accueil *******/
body.home {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, #92ffa5 50%, rgb(255, 255, 255) 100%);
  background-size: 100% 400px;
  background-repeat: no-repeat;
}
body.home #content #main .home-introduction {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
body.home #content #main .home-introduction h3 {
  color: #00A38C;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.home #content #main .home-introduction h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
body.home #content #main .home-introduction h4 {
  color: #00A38C;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  body.home #content #main .home-introduction h4 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
body.home #content #main .asl_w_container {
  max-width: 500px;
}
body.home #content #main .asl_w_container #ajaxsearchlite1 {
  border-radius: 30px !important;
}
body.home #content #main .asl_w_container #ajaxsearchlite1 .probox {
  padding: 14px;
}
body.home #content #main .asl_w_container #ajaxsearchlite1 .probox input[type=search],
body.home #content #main .asl_w_container #ajaxsearchlite1 .probox input[type=search]::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #333333 !important;
}
body.home #content #main .category {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-size: cover;
  margin-bottom: 2rem;
  margin-left: -15px;
  width: calc(100% + 15px + 15px);
}
@media (min-width: 768px) {
  body.home #content #main .category {
    border-radius: 15px;
    width: 100%;
    margin-left: 0;
    height: 220px;
  }
}
body.home #content #main .category span {
  padding: 0.5rem;
  background: rgba(0, 163, 140, 0.5);
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
body.home #content #main h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #00A38C;
  margin-bottom: 1rem;
}
body.home #content #main ul {
  padding: 1rem;
  background: #F7FAFB;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  list-style: none;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  body.home #content #main ul {
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
  }
}
body.home #content #main ul li {
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
}
body.home #content #main ul li a {
  color: #333333;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}

/******* Résultat de recherche *******/
#ajaxsearchliteres1 {
  padding: 1rem;
  background: #F7FAFB;
}
#ajaxsearchliteres1 .item {
  background: #F7FAFB;
}
#ajaxsearchliteres1 .asl_content h3 a {
  color: #333333;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}

/******* Page d'un article *******/
body.single {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, #92ffa5 50%, rgb(255, 255, 255) 100%);
  background-size: 100% 400px;
  background-repeat: no-repeat;
}
body.single article {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  body.single article {
    margin-top: 1.875rem !important;
  }
}
body.single #summary-container {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  body.single #summary-container {
    position: sticky;
    top: 180px;
    margin-top: calc(80px + 1.25rem);
  }
}
body.single #summary-container #summary-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  text-transform: uppercase;
  color: #00A38C;
  margin-bottom: 1rem;
}
body.single #summary-container #summary-list {
  padding: 0;
  list-style: none;
  border: none;
}
body.single #summary-container #summary-list a {
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
  border: none;
  transition: none;
}
body.single #summary-container #summary-list a:not(:last-of-type) {
  padding: 0 0 1rem 0;
}
body.single #summary-container #summary-list a:before {
  flex-shrink: 0;
  content: "";
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #F7FAFB;
  background-color: white;
  background-image: url(../../../../../wp-content/themes/wp-bootstrap-4/assets/images/arrow-link.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 12px;
  border-radius: 50%;
  transition: background-color ease-in-out 0.25s;
}
body.single #summary-container #summary-list a.active {
  color: #00A38C;
  font-weight: 500;
}
body.single #summary-container #summary-list a:hover {
  text-decoration: underline;
}
body.single #summary-container #summary-list a:hover:before {
  background-color: #ececec;
}
body.single .entry-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
body.single .entry-header .post-thumbnail {
  margin-top: 0;
  margin-bottom: 40px;
  width: calc(100% + 15px + 15px);
  height: 260px;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.single .entry-header .post-thumbnail {
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
    border-radius: 30px;
  }
}
body.single .entry-header .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .entry-header .entry-meta {
  text-align: center;
  margin-bottom: 20px;
}
body.single .entry-header .entry-meta time {
  color: #00A38C;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
body.single .entry-header .entry-title {
  color: #00A38C;
  background: linear-gradient(263.89deg, #00A38C 0%, #26CDAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 2.875rem;
}
@media (min-width: 768px) {
  body.single .entry-header .entry-title {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}
body.single .entry-content {
  margin-top: 0;
}
body.single .entry-content h2 {
  color: #00A38C;
  background: linear-gradient(263.89deg, #00A38C 0%, #26CDAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.single .entry-content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
body.single .entry-content ul {
  background: #F7FAFB;
  border-radius: 10px;
  margin-bottom: 1rem;
  list-style: none;
  padding: 1rem;
  width: 100%;
}
body.single .entry-content ul li {
  padding: 0;
}
body.single .entry-content ul li:not(:last-of-type) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}
body.single .entry-content ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333333;
  margin-bottom: 0;
}
body.single .entry-content ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333333;
}
body.single .entry-content ul li a:before {
  flex-shrink: 0;
  content: "";
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: white;
  background-image: url(../../../../../wp-content/themes/wp-bootstrap-4/assets/images/arrow-link.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 12px;
  border-radius: 50%;
  transition: background-color ease-in-out 0.25s;
}
body.single .entry-content ul li a:hover {
  text-decoration: underline;
}
body.single .entry-content ul li a:hover:before {
  background-color: #ececec;
}
body.single .entry-content p {
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
body.single .entry-content > p {
  margin-bottom: 60px;
}
body.single .entry-content .wp-block-navigation {
  display: none !important;
}
body.single #author-box-intro {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  height: 80px;
}
body.single #author-box-intro .author-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 1.25rem;
}
body.single #author-box-intro .author-image img {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
body.single #author-box-intro label {
  color: #505154;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.375rem;
}
body.single #author-box-intro .author-info {
  display: flex;
  flex-direction: column;
}
body.single #author-box-intro h5 {
  color: #00A38C;
  margin-bottom: 0;
  font-weight: 500;
}
body.single #author-box-intro .count {
  font-weight: 400;
}
body.single #author-box-outro label {
  color: #505154;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.375rem;
}
body.single #author-box-outro h5 {
  color: #00A38C;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
body.single #author-box-outro .count {
  color: #333333;
  font-weight: 400;
}
body.single #author-box-outro .author-bottom {
  display: flex;
}
body.single #author-box-outro .author-bottom .author-image {
  display: none;
}
@media (min-width: 768px) {
  body.single #author-box-outro .author-bottom .author-image {
    display: flex;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 1.25rem;
  }
  body.single #author-box-outro .author-bottom .author-image img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
body.single #author-box-outro .author-bottom .author-description {
  font-style: italic;
  text-align: justify;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  margin: 0;
  padding: 8px 16px;
  position: relative;
}
@media (min-width: 768px) {
  body.single #author-box-outro .author-bottom .author-description:after {
    background-color: white;
    border-right: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    content: "";
    height: 16px;
    left: -9px;
    position: absolute;
    top: 30px;
    transform: rotate(-138deg);
    width: 16px;
  }
}

/********** Pied de page **********/
#footer {
  margin-top: 2.5rem;
  display: block;
  /******* Pied de page *******/
}
#footer .footer-container {
  padding-top: 2.5rem;
  overflow: hidden;
  background-color: #F7FAFB;
}
#footer .footer-container .container {
  text-align: center;
}
#footer .footer-container .container .logo {
  max-width: 6.25rem;
  max-height: 3.75rem;
  margin-bottom: 2.5rem;
}
#footer .footer-container .container .row {
  margin-bottom: 1.25rem;
}
#footer .footer-container .container .row .title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #00A38C;
  margin-bottom: 0.9375rem;
}
#footer .footer-container .container .row ul {
  list-style: none;
  padding: 0;
  background: none;
}
#footer .footer-container .container .row ul li {
  background: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0.3125rem;
}
#footer .footer-container .container .row ul li a, #footer .footer-container .container .row ul li span {
  font-weight: 300;
}
#footer .footer-container .container .row a:not(.btn) {
  font-style: normal;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #333333;
}
#footer .footer-container .container .row #block_links p.title:first-of-type {
  display: none;
}
@media (min-width: 768px) {
  #footer .footer-container .container .row #block_links p.title:first-of-type {
    display: block;
  }
}
#footer .footer-container .container .row #block_links ul {
  margin-bottom: 1.25rem;
  padding: 0;
  list-style: none;
}
#footer .footer-container .container .row #block_links ul:first-of-type {
  display: none;
}
@media (min-width: 768px) {
  #footer .footer-container .container .row #block_links ul:first-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
  }
}
#footer .footer-container .container .row #block_links ul:first-of-type li {
  display: flex;
  align-items: center;
}
#footer .footer-container .container .row #block_links ul:first-of-type li:after {
  content: "-";
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
#footer .footer-container .container .row #block_links ul:first-of-type li:last-of-type:after {
  display: none;
}
#footer .footer-container .container .row #block_links ul:first-of-type a {
  padding: 0.25rem 0;
  margin-bottom: 0;
}
#footer .footer-container .container .row #block_contact {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  #footer .footer-container .container .row #block_contact {
    margin-bottom: 0;
  }
}
#footer .footer-container .container .row #block_contact div:first-of-type {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  #footer .footer-container .container .row #block_contact div:first-of-type {
    margin-bottom: 1.25rem;
  }
}
#footer .footer-container .container .row #block_myaccount_infos {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  #footer .footer-container .container .row #block_myaccount_infos {
    margin-bottom: 0;
  }
}
#footer .footer-container .container .row #block_myaccount_infos div:first-of-type {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  #footer .footer-container .container .row #block_myaccount_infos div:first-of-type {
    margin-bottom: 1.25rem;
  }
}
#footer .footer-container .container .row #block_myaccount_infos .payment-options {
  margin-bottom: 1.25rem;
}
#footer .footer-container .container .row #block_myaccount_infos .payment-options ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-container .container .row #block_myaccount_infos .payment-options img {
  height: 16px;
  margin: 0 0.3125rem;
}
@media (max-width: 767.98px) {
  #footer .footer-container .container .row.row-footer {
    display: flex;
    flex-direction: column;
  }
  #footer .footer-container .container .row.row-footer #block_links {
    order: 2;
  }
  #footer .footer-container .container .row.row-footer #block_contact {
    order: 1;
  }
  #footer .footer-container .container .row.row-footer #block_myaccount_infos {
    order: 3;
  }
}
#footer .footer-container .container .row #footer_sub_menu_2 {
  flex-direction: column;
  display: flex !important;
  align-items: center;
}
#footer .footer-container .container .row #footer_sub_menu_2 li:after {
  display: none;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials .social {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00A38C;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0.3125rem;
  transition: background 250ms ease-in-out;
}
.socials .social img {
  max-width: 24px;
  max-height: 24px;
}
.socials .social:hover {
  background-color: #00594D;
}

/*# sourceMappingURL=guide-cbd.css.map */
