/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/* Woocommerce */
header {
  position: relative;
  height: 120px;
}
@media only screen and (max-width: 575.98px) {
  header {
    height: 80px;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header {
    height: 80px;
  }
}
header:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background-image: url("../img/header-background.webp");
  background-repeat: repeat-x;
  overflow: hidden;
  z-index: 10;
  background-position: top;
}
@media only screen and (max-width: 575.98px) {
  header:before {
    top: -37px;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header:before {
    top: -39px;
  }
}
header.header-homepage:after {
  background-image: url("../img/fond-home.png");
}
@media only screen and (max-width: 575.98px) {
  header.header-homepage:after {
    background-image: url("../img/fond-mobile.jpg");
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header.header-homepage:after {
    background-image: url("../img/fond-mobile.jpg");
  }
}
header:after {
  content: "";
  background-image: url("../img/bg-page-interne.jpg");
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  z-index: 1;
  background-size: 100%;
  background-position: center;
}
@media only screen and (max-width: 575.98px) {
  header:after {
    background-position: top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header:after {
    background-position: top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.97px) {
  header:after {
    background-size: cover;
  }
}
header .header_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 10;
  height: 100%;
  position: relative;
  padding: 0 1rem;
}
@media only screen and (max-width: 575.98px) {
  header .header_container {
    padding: 0;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container {
    padding: 0;
  }
}
header .header_container .header__container__logo {
  z-index: 10;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  position: fixed;
  top: 10px;
}
@media only screen and (min-width: 1899.99px) {
  header .header_container .header__container__logo {
    left: 12%;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.97px) {
  header .header_container .header__container__logo {
    top: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  header .header_container .header__container__logo {
    display: inline-block !important;
    margin: auto;
    top: -1px;
  }
  header .header_container .header__container__logo a {
    display: block;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container .header__container__logo {
    display: inline-block !important;
    margin: auto;
    top: 0;
  }
  header .header_container .header__container__logo a {
    display: block;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.97px) {
  header .header_container .header__container__logo img {
    width: 200px;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container .header__container__logo img {
    width: 125px;
    padding: 1rem 0.5rem;
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 575.98px) {
  header .header_container .header__container__logo img {
    width: 125px;
    padding: 1rem 0.5rem;
    background-color: #FFFFFF;
  }
}
header .header_container .header__container__menu {
  flex-grow: 1;
  color: #FFFFFF;
}
header .header_container .header__container__menu > * {
  height: 33px;
}
@media only screen and (max-width: 575.98px) {
  header .header_container .header__container__menu > * {
    height: auto;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container .header__container__menu > * {
    height: auto;
  }
}
header .header_container .header__container__menu:before {
  content: "";
  width: 310px;
  background: linear-gradient(305deg, transparent 20px, white 20px);
  float: left;
  height: 120px;
  align-items: center;
  margin-left: 0;
  position: fixed;
}
@media only screen and (min-width: 1899.99px) {
  header .header_container .header__container__menu:before {
    left: 12%;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.97px) {
  header .header_container .header__container__menu:before {
    width: 210px;
  }
}
@media only screen and (max-width: 575.98px) {
  header .header_container .header__container__menu:before {
    width: 24px;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container .header__container__menu:before {
    width: 24px;
    margin-left: 140px;
    height: 80px;
  }
}
header .header_container #line1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 1rem;
  height: 87px;
  align-items: center;
  position: fixed;
  left: 30%;
  width: 56%;
  max-width: 1060px;
}
@media only screen and (max-width: 575.98px) {
  header .header_container #line1 {
    height: 55px;
    left: 41%;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container #line1 {
    height: 55px;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 1199.97px) {
  header .header_container #line1 {
    width: 67%;
  }
}
header .header_container #line1 .col-search {
  flex-grow: 1;
}
@media only screen and (max-width: 575.98px) {
  header .header_container #line1 .col-search {
    width: 100%;
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #00000090;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container #line1 .col-search {
    width: 100%;
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #00000090;
    padding: 10px 0;
  }
}
header .header_container #line1 .col-search form {
  display: flex;
}
header .header_container #line1 .col-search form label {
  flex-grow: 1;
}
header .header_container #line1 .col-search form .search-field {
  width: 100%;
  padding: 0.5rem;
  border-radius: 2rem 0 0 2rem;
  border-style: solid;
  color: #757575;
  background-color: #F4F4F4;
  border-color: #0D59B1;
  border-width: 2px;
  border-right: none;
}
header .header_container #line1 .col-search form .search-submit {
  background-color: #0D59B1;
  border-left: none;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0 2rem 2rem 0;
  font-family: "Montserrat", "Font Awesome 6 pro", Arial;
  padding-right: 0.5rem;
  font-weight: 500;
  border: none;
}
header .header_container #line1 .col-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 1rem;
  height: 33px;
}
@media only screen and (max-width: 575.98px) {
  header .header_container #line1 .col-menu {
    margin: auto;
    height: auto;
  }
  header .header_container #line1 .col-menu span {
    display: none;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container #line1 .col-menu {
    margin: auto;
    height: auto;
  }
  header .header_container #line1 .col-menu span {
    display: none;
  }
}
header .header_container #line2 {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  left: 30%;
  position: fixed;
  top: 85px;
}
header .header_container #line2 .display-mobile {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  header .header_container #line2 {
    left: 41%;
    top: 55px;
  }
  header .header_container #line2 .display-laptop {
    display: none;
  }
  header .header_container #line2 .display-mobile {
    display: block;
  }
  header .header_container #line2 .nav-primary {
    display: none;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container #line2 {
    top: 55px;
  }
  header .header_container #line2 .display-laptop {
    display: none;
  }
  header .header_container #line2 .display-mobile {
    display: block;
  }
  header .header_container #line2 .nav-primary {
    display: none;
  }
}
header .header_container #line2 #menu-header-categories {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
header .header_container #line2 #menu-header-categories a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
header .header_container:before {
  content: "";
  position: fixed;
  top: 0;
  left: -86%;
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 0;
  height: 120px;
}
@media only screen and (max-width: 575.98px) {
  header .header_container:before {
    position: initial;
    display: none;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  header .header_container:before {
    position: initial;
    display: none;
  }
}

.header-page:after {
  height: 290px;
}

.btn-menu {
  border-radius: 1rem;
  background-color: #0D59B1;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 575.98px) {
  .btn-menu {
    padding: 1px 11px;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  .btn-menu {
    padding: 1px 11px;
  }
}
.btn-menu i {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .btn-menu i {
    display: block;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  .btn-menu i {
    display: block;
  }
}
.btn-menu .button-menu {
  margin-right: 0.25rem;
}

.button-cart[data-count]:after {
  position: absolute;
  right: 0;
  top: -15px;
  content: attr(data-count);
  font-size: 0.6rem;
  border-radius: 999px;
  color: white;
  text-align: center;
  min-width: 2em;
  font-weight: 500;
  background: #F13A24;
  border-style: none;
  width: 23px;
  height: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .button-cart[data-count]:after {
    top: -8px;
    width: 17px;
    height: 17px;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  .button-cart[data-count]:after {
    top: -8px;
    width: 17px;
    height: 17px;
  }
}

.button-account, .button-cart {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  color: #000000;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .button-account, .button-cart {
    margin: auto;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 7px 5px;
    display: inline-flex;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  .button-account, .button-cart {
    margin: auto;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 7px 5px;
    display: inline-flex;
  }
}
.button-account i, .button-cart i {
  font-size: 1rem;
}

.button-menu-burger {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .button-menu-burger {
    margin: auto;
    background-color: #3EC2F6;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 7px 8px;
    display: inline-flex;
    text-decoration: none;
  }
  .button-menu-burger i {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  .button-menu-burger {
    margin: auto;
    background-color: #3EC2F6;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 7px 8px;
    display: inline-flex;
    text-decoration: none;
  }
  .button-menu-burger i {
    font-size: 1rem;
  }
}

/* *********************** */
/* ***** CART HEADER ***** */
/* *********************** */
.page-template-default header::after {
  height: 250px;
}

.header-shop::after {
  height: 190px !important;
}
@media only screen and (max-width: 575.98px) {
  .header-shop::after {
    height: 150px !important;
  }
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  .header-shop::after {
    height: 150px !important;
  }
}

.site-header-cart .widget_shopping_cart {
  background-color: #F4F4F4;
}
.site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
  padding: 1rem;
  color: #000000;
}
@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  .site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
    display: none;
  }
}
.site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
  background-color: #0D59B1;
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 300;
}
.site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item a {
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 18px;
  padding-top: 0.5rem;
  word-break: break-all;
}
.site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
  border-top: 1px solid #000000;
  color: #000000;
  padding-left: 0.5rem;
}

.page-template-template-page-qui-sommes-nous header::after {
  height: 220px;
}

@media only screen and (min-width: 575.99px) and (max-width: 767.98px) {
  .container-logo {
    top: 10px !important;
  }

  .col-search-responsive {
    top: 120px !important;
  }

  .line1-responsive {
    top: 43px;
  }

  header .header_container .header__container__menu::before {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .container-logo {
    top: 10px !important;
  }

  .col-search-responsive {
    top: 120px !important;
  }

  .line1-responsive {
    top: 43px;
  }

  header .header_container .header__container__menu::before {
    display: none;
  }
}

/*# sourceMappingURL=header.css.map */
