@charset "UTF-8";
/*
Theme Name: Tribu
Description:
Author: Tribu and Co
Version: 0.0.1
Text Domain: tribu
*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* Large Devices, Wide Screens */
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/tribu/public/assets/fonts/avenir_regular-webfont.woff2) format("woff2"), url(/wp-content/themes/tribu/public/assets/fonts/avenir_regular-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/tribu/public/assets/fonts/avenir_heavy-webfont.woff2) format("woff2"), url(/wp-content/themes/tribu/public/assets/fonts/avenir_heavy-webfont.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/tribu/public/assets/fonts/avenir_book-webfont.woff2) format("woff2"), url(/wp-content/themes/tribu/public/assets/fonts/avenir_book-webfont.woff) format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/tribu/public/assets/fonts/avenir_light-webfont.woff2) format("woff2"), url(/wp-content/themes/tribu/public/assets/fonts/avenir_light-webfont.woff) format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url(/wp-content/themes/tribu/public/assets/fonts/avenir_black-webfont.woff2) format("woff2"), url(/wp-content/themes/tribu/public/assets/fonts/avenir_black-webfont.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
/**
 * TarteAuCitron Components
 */
/**
 * TarteAuCitron Banner
 */
#tarteaucitronAlertBig {
  width: 100%;
  max-width: 380px;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
  position: fixed;
  right: 20px;
  z-index: 1098;
  margin: auto;
  padding: 20px;
}

.tarteaucitronAlertBigTop {
  top: 20px;
}

.tarteaucitronAlertBigBottom {
  bottom: 20px;
}

#tarteaucitronDisclaimerAlert {
  display: block;
  margin: 10px 20px 22px;
}

.tarteaucitronCTAButton {
  width: calc(50% - 12px);
  border: 2px solid;
  border-radius: 5px;
  margin: 0 4px;
  padding: 10px;
}

#tarteaucitronPersonalize2,
#tarteaucitronAllDenied2 {
  height: 67px;
  font-weight: 700;
  vertical-align: top;
}

.tarteaucitronAllow {
  color: #fff;
  border-color: #155097;
  background-color: #155097;
}

.tarteaucitronDeny {
  color: #155097;
  background-color: #fff;
}

#tarteaucitronCloseAlert,
#tarteaucitronPrivacyUrl {
  border: 0;
  color: #F6C000;
  text-decoration: underline;
  background-color: transparent;
  margin: 20px 0 5px;
}

#tarteaucitronPercentage {
  width: 0;
  height: 5px;
  position: fixed;
  left: 0;
  z-index: 1097;
}

#tarteaucitronCloseCross {
  position: absolute;
  top: 10px;
  right: 26px;
}

/**
 * TarteAuCitron Modal
 */
#tarteaucitron {
  width: 100%;
  max-width: 860px;
  max-height: 80%;
  display: none;
  background-color: #fff;
  position: fixed;
  top: 6%;
  left: 50%;
  z-index: 2000;
  margin: 0 auto 0 -430px;
  padding: 0;
}

#tarteaucitronServices .tarteaucitronHidden {
  display: none;
}

#tarteaucitronBack {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1099;
}

#tarteaucitronClosePanel {
  display: none;
}

#tarteaucitronClosePanelCookie {
  width: 70px;
  position: absolute;
  right: 0;
  padding: 4px 0;
}

#tarteaucitronMainLineOffset {
  color: #fff;
  text-align: center;
  background-color: #155097;
  padding: 40px 20px;
}

#dialogTitle {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#tarteaucitronInfo {
  width: 90%;
  max-width: 580px;
  font-size: 17px;
  margin: auto;
}

#tarteaucitronMainLineOffset .tarteaucitronName {
  display: none;
}

#tarteaucitronScrollbarAdjust {
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  position: absolute;
  bottom: -2px;
  left: 0;
  padding: 20px 30px;
}

#tarteaucitronServices > .tarteaucitronBorder > ul {
  margin: 40px 0 120px;
}

#tarteaucitronServices > .tarteaucitronBorder > ul > li {
  width: calc(100% - 60px);
  border-radius: 15px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 30px;
}

#tarteaucitronServices > .tarteaucitronBorder > ul > li:not(:first-child) {
  margin-top: 40px;
}

#tarteaucitronServicesTitle_mandatory .tarteaucitronTitle {
  display: block;
}

#tarteaucitronServices .tarteaucitronAsk:not(#tarteaucitronScrollbarAdjust),
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) {
  display: flex;
  align-items: flex-start;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) {
  width: 100%;
}

#tarteaucitronServices > .tarteaucitronBorder > ul > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronAsk {
  margin-top: 44px;
}

#tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitronServices > .tarteaucitronBorder > ul > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronName .tarteaucitronH3 {
  border: 0;
  color: #155097;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronName {
  flex: 1 1 100%;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronName br {
  display: none;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronDeny,
#tarteaucitronAllAllowed,
#tarteaucitronAllDenied,
#tarteaucitronValidateSettings {
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #155097;
  padding: 10px 15px;
}

#tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitronAllDenied.tarteaucitronIsSelected {
  color: #FFF;
  background-color: #155097;
}

#tarteaucitronAllAllowed:not(.tarteaucitronIsSelected) {
  background-color: #FFF;
  color: #155097;
}

#tarteaucitronValidateSettings {
  border-color: #111;
  color: #111;
  margin: 0 4px 0 0;
}

#tarteaucitronValidateSettings:hover {
  color: #FFF;
  background-color: #111;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAllow {
  border-radius: 5px 0 0 5px;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronDeny {
  border-radius: 0 5px 5px 0;
  background-color: transparent;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronIsDenied .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine).tarteaucitronIsDenied .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronIsAllowed .tarteaucitronDeny,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine).tarteaucitronIsAllowed .tarteaucitronDeny {
  color: #155097;
  background-color: transparent;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine).tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine).tarteaucitronIsAllowed .tarteaucitronAllow {
  color: #fff;
  background-color: #155097;
}

#tarteaucitronServices > .tarteaucitronBorder > ul > #tarteaucitronServicesTitle_mandatory .tarteaucitronAllow,
#tarteaucitronAllAllowed,
#tarteaucitronAllDenied,
#tarteaucitronValidateSettings {
  border-radius: 5px;
}

#tarteaucitronServices .tarteaucitron-toggle-group {
  border: 0;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #484848;
  padding: 10px 15px;
}

#tarteaucitronServices .tarteaucitronName span.tarteaucitronListCookies {
  margin: 0;
}

#tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) a {
  color: #155097;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

#tarteaucitronServices .tarteaucitronIsExpanded > ul[id][style*=display] > li {
  margin-top: 30px;
}

#tarteaucitronServices .tarteaucitronIsExpanded > ul[id][style*=display] .tarteaucitronListCookies {
  margin: 5px 0;
}

#tarteaucitronServices > .tarteaucitronBorder .tarteaucitronIsExpanded > ul[id][style*=display] > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronName .tarteaucitronH3 {
  color: #3a3a3a;
}

#tarteaucitronServices .tarteaucitronH3,
#tarteaucitronServices .tarteaucitronName .tarteaucitronH3 + span {
  display: block;
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0;
  padding-right: 20px;
}

#tarteaucitronServices .tarteaucitronInfoBox {
  display: none;
}

#tarteaucitronPrivacyUrlDialog {
  border: 0;
  color: #F6C000;
  text-decoration: underline;
  background-color: transparent;
  position: absolute;
  bottom: 31px;
  left: 20px;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  #tarteaucitron {
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
  #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #tarteaucitron {
    max-height: 100%;
  }
  #tarteaucitronAlertBig {
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
  .tarteaucitronCTAButton {
    width: 100%;
    margin: 4px 0;
  }
  #tarteaucitronServices > .tarteaucitronBorder > ul > li:not(:first-child) {
    margin-top: 20px;
  }
  #tarteaucitronPrivacyUrlDialog {
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
  #dialogTitle {
    font-size: 20px;
  }
  #tarteaucitronInfo,
  #tarteaucitronServices .tarteaucitronH3,
  #tarteaucitronServices .tarteaucitronName .tarteaucitronH3 + span,
  #tarteaucitronServices .tarteaucitron-toggle-group,
  #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAllow,
  #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronDeny,
  #tarteaucitronAllAllowed,
  #tarteaucitronAllDenied,
  #tarteaucitronValidateSettings {
    font-size: 16px;
  }
  #tarteaucitronServices > .tarteaucitronBorder > ul > li {
    width: calc(100% - 30px);
    padding: 25px;
  }
  #tarteaucitronServices > .tarteaucitronBorder > ul > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronAsk {
    margin-top: 24px;
  }
  #tarteaucitronServices > .tarteaucitronBorder > ul {
    margin: 40px 0 160px;
  }
  #tarteaucitronServices > .tarteaucitronBorder .tarteaucitronIsExpanded > ul[id][style*=display] > li:not(#tarteaucitronServicesTitle_mandatory) .tarteaucitronName .tarteaucitronH3 {
    font-size: 17px;
  }
  #tarteaucitronScrollbarAdjust {
    display: flex;
    align-items: stretch;
    text-align: center;
    padding: 20px 20px 52px;
  }
  #tarteaucitronScrollbarAdjust button {
    width: 50%;
  }
  #tarteaucitronValidateSettings {
    margin: 0 2px 0 0;
  }
  #tarteaucitronAllAllowed {
    margin: 0 2px;
  }
  #tarteaucitronAllDenied {
    margin: 0 0 0 2px;
  }
}
/**
 * TarteAuCitron Small Alert
 */
#tarteaucitronAlertSmall {
  display: none;
  position: fixed;
  right: 0;
  z-index: 1099;
  padding: 0;
}

.tarteaucitronAlertSmallTop {
  top: 0;
}

.tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronCookiesNumber {
  vertical-align: top;
  display: inline-block;
  padding: 0px 10px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  width: 100%;
  max-width: 500px;
  max-height: 70%;
  display: none;
  position: fixed;
  right: 0;
}

#tarteaucitronCookiesList {
  overflow: auto;
}

#tarteaucitronCookiesTitle {
  margin-top: 21px;
  padding: 13px 0 9px 13px;
}

#tarteaucitronCookiesList .tarteaucitronCookiesListLeft {
  width: 50%;
  display: inline-block;
}

#tarteaucitronCookiesList .tarteaucitronCookiesListRight {
  width: 30%;
  vertical-align: top;
  display: inline-block;
  margin-left: 10%;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  display: inline-block;
  padding: 8px 10px 8px;
}

/**
 * TarteAuCitron Root
 */
#tarteaucitronRoot {
  width: 100%;
  font-family: Helvetica, Avenir, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * TarteAuCitron general styles
 */
#tarteaucitron ul {
  list-style: none;
  padding-left: 0;
}

/**
 * TarteAuCitron Utility Classes
 */
.tarteaucitron-modal-open {
  overflow: hidden;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

.tac_visually-hidden {
  font-size: 0;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 17px;
  height: 4px;
  margin: 0 4px;
  background: #fff;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #F6C000;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-bottom: 36px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/load-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  bottom: -30px;
  left: 176px;
  color: #fff;
}

#cboxCurrent {
  position: absolute;
  bottom: -30px;
  left: 115px;
  color: #fff;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  position: absolute;
  bottom: -36px;
  border: 2px solid #fff;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto 90%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/chevron-left-white.svg);
  left: 0;
}

#cboxPrevious:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#cboxNext {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/chevron-left-white.svg);
  transform: rotate(180deg);
  left: 36px;
}

#cboxNext:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#cboxClose {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/close-white.svg);
  background-size: auto 16px;
  right: 0;
}

#cboxClose:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.cboxSlideshow_on #cboxNext,
.cboxSlideshow_off #cboxNext {
  left: 72px;
}

.cboxSlideshow_on #cboxSlideshow {
  left: 36px;
}

#cboxSlideshow:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.cboxSlideshow_off #cboxSlideshow {
  left: 36px;
}

.alert {
  padding: 15px;
  border-radius: 10px;
}
.alert.alert--info {
  background-color: rgba(52, 108, 191, 0.1);
  border: 1px solid #346cbf;
  color: rgb(44.3604938272, 92.1333333333, 162.9395061728);
}
.alert.alert--success {
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid #28a745;
  color: rgb(33.1014492754, 138.1985507246, 57.1);
}
.alert.alert--warning {
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid #ffc107;
  color: rgb(226.3, 169.725, 0);
}
.alert.alert--danger {
  background-color: rgba(216, 27, 13, 0.1);
  border: 1px solid #D81B0D;
  color: rgb(182.3266375546, 22.7908296943, 10.9733624454);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  padding-top: 95px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 0 32px;
  box-sizing: border-box;
}
@media screen and (min-width: 620px) {
  .container {
    width: 90%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 80%;
  }
}

.container--lg {
  width: 90%;
  max-width: 1260px;
}

.container--xl {
  width: 93%;
  max-width: 1400px;
}

.entry-content .section:last-of-type:not(.full-width-image-section):not(.timeline-section):not(.locations-map-section) {
  padding-bottom: 60px;
}

.entry-content ul:not([class]) li + li,
.entry-content ol:not([class]) li + li {
  margin-top: 6px;
}
.entry-content ul:not([class]) ul:not([class]),
.entry-content ul:not([class]) ol:not([class]),
.entry-content ol:not([class]) ul:not([class]),
.entry-content ol:not([class]) ol:not([class]) {
  margin-top: 6px;
}

.unstyled-list {
  list-style: none;
  padding-left: 0;
}

.list {
  line-height: 1.5;
}

.list--coloured-bullet li {
  position: relative;
  text-align: left;
  padding-left: 28px;
  box-sizing: border-box;
}
.list--coloured-bullet li + li {
  margin-top: 4px;
}
.list--coloured-bullet li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/plus.svg);
  background-repeat: no-repeat;
}

.list--coloured-bullet--secondary li::before {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/plus--secondary.svg);
  background-repeat: no-repeat;
}

.list--unstyled {
  list-style: none;
  padding-left: 0;
}

.bg-color--primary {
  color: #fff;
  background-color: #155097;
}

.bg-color--secondary {
  color: #fff;
  background-color: #F6C000;
}

.bg-color--black {
  color: #fff;
  background-color: #000;
}

.bg-color--white {
  color: #000;
  background-color: #fff;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  white-space: normal;
  padding: 11px 14.5px 9px;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  border-radius: 5px;
  transition: all 150ms ease-in;
}
@media screen and (min-width: 992px) {
  .button {
    padding: 18px 14.5px 15px;
  }
}

.button--big {
  padding: 18px 35px;
}

.button--small {
  font-weight: 700;
  padding: 6px 8px;
}

.button--primary {
  color: #fff;
  background-color: #155097;
  border: 1px solid #155097;
}
.button--primary:hover, .button--primary:focus {
  background-color: #F6C000;
  border: 1px solid #F6C000;
  color: #fff;
}
.button--primary.button--inverted {
  background-color: rgba(0, 0, 0, 0);
  color: #155097;
}
.button--primary.button--inverted:hover, .button--primary.button--inverted:focus {
  background-color: #155097;
  color: #fff;
}

.button--secondary {
  color: #000;
  background-color: #F6C000;
  border: 1px solid #F6C000;
}
.button--secondary:hover, .button--secondary:focus {
  background-color: #F6C000;
  border: 1px solid #F6C000;
  color: #fff;
}
.button--secondary.button--inverted {
  background-color: rgba(0, 0, 0, 0);
  color: #F6C000;
}
.button--secondary.button--inverted:hover, .button--secondary.button--inverted:focus {
  background-color: #F6C000;
  color: #000;
}

.button--primary--darkened {
  color: #fff;
  background-color: #16283D;
  border: 1px solid #16283D;
}
.button--primary--darkened:hover, .button--primary--darkened:focus {
  background-color: #F6C000;
  border: 1px solid #F6C000;
  color: #fff;
}
.button--primary--darkened.button--inverted {
  background-color: rgba(0, 0, 0, 0);
  color: #16283D;
}
.button--primary--darkened.button--inverted:hover, .button--primary--darkened.button--inverted:focus {
  background-color: #16283D;
  color: #fff;
}

.button--black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.button--black:hover, .button--black:focus {
  background-color: #F6C000;
  border: 1px solid #F6C000;
  color: #fff;
}
.button--black.button--inverted {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}
.button--black.button--inverted:hover, .button--black.button--inverted:focus {
  background-color: #000;
  color: #fff;
}

.button--white {
  color: #155097;
  background-color: #fff;
  border: 1px solid #fff;
}
.button--white:hover, .button--white:focus {
  background-color: #F6C000;
  border: 1px solid #F6C000;
  color: #fff;
}
.button--white.button--inverted {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.button--white.button--inverted:hover, .button--white.button--inverted:focus {
  background-color: #fff;
  color: #155097;
}

@media screen and (min-width: 992px) {
  .button--big {
    padding: 18px 60px;
  }
}
.button--info {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.button--info::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/information--white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.badge {
  display: inline-block;
  margin: 2px 3px;
  padding: 2px 15px;
  font-size: 1.4rem;
  border-radius: 5px;
}

.badge--primary {
  color: #fff;
  background-color: #155097;
  border: 1px solid #155097;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.badge--primary.badge--inverted {
  background-color: #fff;
  color: #155097;
}
.badge--primary:hover, .badge--primary:focus {
  background-color: #fff;
  color: #155097;
}

.badge--secondary {
  color: #fff;
  background-color: #F6C000;
  border: 1px solid #F6C000;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.badge--secondary.badge--inverted {
  background-color: #fff;
  color: #F6C000;
}
.badge--secondary:hover, .badge--secondary:focus {
  background-color: #fff;
  color: #F6C000;
}

.badge--tertiary {
  color: #16283D;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.badge--tertiary.badge--inverted {
  background-color: #16283D;
  color: #ECECEC;
}
.badge--tertiary:hover, .badge--tertiary:focus {
  background-color: #16283D;
  color: #ECECEC;
}

.badge--black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.badge--black.badge--inverted {
  background-color: #fff;
  color: #000;
}
.badge--black:hover, .badge--black:focus {
  background-color: #fff;
  color: #000;
}

.badge--white {
  color: #155097;
  background-color: #fff;
  border: 1px solid #fff;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.badge--white.badge--inverted {
  background-color: #155097;
  color: #fff;
}
.badge--white:hover, .badge--white:focus {
  background-color: #155097;
  color: #fff;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 15px 20px 0;
}

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

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

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

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

a img.alignnone {
  margin: 5px 15px 20px 0;
}

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
}

body {
  color: #3C3E42;
  font-size: 1.4rem;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

p {
  line-height: 1.5;
  margin: 12px 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus {
  outline: none;
}

.text-color--primary {
  color: #155097;
}

.text-color--secondary {
  color: #F6C000;
}

.text-color--black {
  color: #000;
}

.text-color--white {
  color: #fff;
}

.link {
  color: #155097;
  text-decoration: underline;
}

.no-touch .link:hover {
  color: #000;
}

.link--color-inherit,
.no-touch .link--color-inherit:hover {
  color: inherit;
}

.no-touch .link--opacity-hover:hover {
  opacity: 0.75;
}

.entry-content a:not(.button) {
  color: #155097;
  text-decoration: underline;
}
.entry-content a:not(.button):hover {
  text-decoration: none;
}

.heading {
  line-height: 1.1;
}

.heading--h1 {
  line-height: 1;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0.75rem 0 1.5rem 0;
  color: #16283D;
}

.heading--h2 {
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0.75rem 0 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .heading--h2 {
    font-size: 2.4rem;
  }
}

.heading--h3 {
  color: #111111;
  font-size: 1.6rem;
  margin: 0.5rem 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .heading--h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .heading--h3 {
    font-size: 2rem;
  }
}

.text-small {
  font-size: 1.4rem;
  line-height: 1.15;
}

.text-center {
  text-align-last: center;
}

.text-left {
  text-align-last: left;
}

.text-right {
  text-align-last: right;
}

.entry-content p {
  line-height: 1.7;
}

.bloc-info {
  position: relative;
  padding: 35px 26px 35px 40px;
  margin: 12px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.bloc-info::before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/information.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 15px;
}
.icon-text p {
  display: flex;
  align-items: center;
  gap: 15px;
}
.icon-text img {
  background-color: #ECECEC;
  max-width: 25px;
  padding: 15px;
  width: 100%;
  margin: 0;
}
.icon-text img:not(:first-of-type) {
  margin-left: 20px;
}

.bc-primary {
  background-color: #155097;
}

.bc-primary-darkened {
  background-color: #16283D;
}

.bc-secondary {
  background-color: #F6C000;
}

.bc-tertiary {
  background-color: #ECECEC;
}

.bc-white {
  background-color: #fff;
}

.tc-primary {
  color: #155097;
}

.tc-primary-darkened {
  color: #16283D;
}

.tc-secondary {
  color: #F6C000;
}

.tc-tertiary {
  color: #ECECEC;
}

.tc-black {
  color: #000;
}

.tc-white {
  color: #fff;
}

.tt-uppercase {
  text-transform: uppercase;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.d-grid {
  display: grid;
}

.b-radius-5 {
  border-radius: 5px;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-18 {
  font-size: 1.8rem;
}

.video-container {
  text-align: center;
}

.pagination {
  width: 100%;
  margin: 25px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 5px;
  margin: 2px;
  text-align: center;
  flex-basis: 20px;
  transition: all 200ms ease-in;
}
.pagination a:hover,
.pagination a:focus {
  background-color: #155097;
  color: #fff;
}
.pagination .current {
  border: 1px solid #155097;
  color: #155097;
}

div.validation_error {
  color: #6c0000;
}

form .text-small a {
  text-decoration: underline;
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=time],
form input[type=number],
form input[type=password],
form input[type=tel] {
  border-radius: 5px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 12px;
}
form select {
  border-radius: 5px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 12px;
}
form textarea {
  border-radius: 5px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 12px;
}
form [type=submit] {
  background-color: #155097;
  color: #fff;
  border: 1px solid #155097;
}
form [type=submit]:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #155097;
}

/* Formulaire Gravity Forms */
.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}

.gform-theme.gform_wrapper .gform_required_legend {
  font-size: 85%;
}
.gform-theme.gform_wrapper form .gform_body .gfield input[type=text],
.gform-theme.gform_wrapper form .gform_body .gfield input[type=email],
.gform-theme.gform_wrapper form .gform_body .gfield input[type=url],
.gform-theme.gform_wrapper form .gform_body .gfield input[type=date],
.gform-theme.gform_wrapper form .gform_body .gfield input[type=time],
.gform-theme.gform_wrapper form .gform_body .gfield input[type=number],
.gform-theme.gform_wrapper form .gform_body .gfield input[type=password],
.gform-theme.gform_wrapper form .gform_body .gfield input[type=tel] {
  border-radius: 5px;
  border: 1px solid #ececec !important;
  background-color: #fff;
  padding: 12px;
}
.gform-theme.gform_wrapper form .gform_body .gfield select {
  border-radius: 5px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 12px;
}
.gform-theme.gform_wrapper form .gform_body .gfield textarea {
  border-radius: 5px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 12px;
}
.gform-theme.gform_wrapper form .gform_footer .button[type=submit] {
  background-color: #155097 !important;
  color: #fff !important;
  font-weight: 700;
}
.gform-theme.gform_wrapper form .gform_footer .button[type=submit]:hover {
  background-color: #F6C000 !important;
  border-color: #F6C000 !important;
}

/* .gform-theme--foundation .gform_fields {
    row-gap: var(--gf-form-gap-y);
} */
table {
  border: none;
  margin: 25px auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  table {
    margin: 30px auto;
  }
}

table tr {
  color: #000;
  font-weight: normal;
}

table th {
  color: #155097;
  font-weight: bold;
  text-align: left;
}

table th,
table td {
  padding: 8px;
  border: 1px solid #dcdcdc;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  table th,
  table td {
    font-size: 1.8rem;
  }
}
table th a,
table td a {
  text-decoration: underline;
}

table th {
  font-weight: 700;
  border-top: none;
  border-left: none;
  padding: 8px;
}

table tr td {
  text-align: left;
  font-weight: 400;
  padding-left: 15px;
}

table tr td:last-of-type {
  border-right: none;
}

table tr:last-of-type td,
table tr:last-of-type th[scope=row] {
  border-bottom: none;
}

table caption {
  margin: 5px 0 10px 0;
  font-size: 1.6rem;
}
table th[scope=row] {
  border-left: none;
  text-align: left;
}
table th[scope=col] {
  border-top: none;
}
table th[scope=col]:last-of-type {
  border-right: none;
}
table th[scope=col]:first-of-type {
  border-left: none;
}
table tr:first-of-type th[scope=row] ~ td {
  border-top: none;
}
table tr td:first-of-type {
  border-left: none;
}

.entry-content .gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.entry-content .gallery .gallery-item {
  float: none !important;
  width: auto !important;
  max-width: calc(100% - 20px);
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .entry-content [id^=gallery].gallery-columns-2 .gallery-item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .entry-content [id^=gallery].gallery-columns-3 .gallery-item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .entry-content [id^=gallery].gallery-columns-4 .gallery-item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .entry-content [id^=gallery].gallery-columns-4 .gallery-item {
    max-width: calc(25% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .entry-content [id^=gallery].gallery-columns-5 .gallery-item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .entry-content [id^=gallery].gallery-columns-5 .gallery-item {
    max-width: calc(20% - 20px);
  }
}
.entry-content .gallery-caption {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .entry-content .gallery-caption {
    font-size: 1.6rem;
  }
}

.scroll-in-view:not(.no-anim) {
  opacity: 0;
}

.scroll-in-view--slide-x {
  transform: translateX(-80px);
}

.scroll-in-view--slide-x2 {
  transform: translateX(80px);
}

.scroll-in-view--slide-y {
  transform: translateY(80px);
}

.scroll-in-view--slide-y-small {
  transform: translateY(40px);
}

.scroll-in-view--home-1 {
  transform: translateY(-120px) scale(0.9);
}

.scroll-in-view--product-presentation-img {
  transform: rotate(-6deg) scale(1.2);
}

@media screen and (max-width: 619px) {
  .hidden--xxs {
    display: none !important;
  }
}
@media screen and (min-width: 620px) {
  .hidden--xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden--sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hidden--md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden--lg {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .hidden--xl {
    display: none !important;
  }
}
@media screen and (min-width: 620px) and (max-width: 767px) {
  .hidden--xs-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden--sm-only {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden--md-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .hidden--lg-only {
    display: none !important;
  }
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  backface-visibility: hidden;
  padding: 0;
  transition: background-color 0.25s, transform 0.4s ease;
}
.site-header > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 32px 23px 32px;
}
@media screen and (min-width: 620px) {
  .site-header > .container {
    padding: 24px 0px 23px;
  }
}
.site-header > .container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 32px;
  width: calc(100% - 64px);
  height: 1.5px;
  background-color: #ececec;
}
@media screen and (min-width: 620px) {
  .site-header > .container:after {
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .home .site-header > .container:after {
    content: none;
  }
}

.site-header--sticky {
  background-color: #fff;
  box-shadow: 0px 3px 13px 0px rgba(153, 153, 153, 0.3);
}
.site-header--sticky > .container:after {
  content: none;
}

.site-header__container {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}

.site-header__top-menu,
.site-header__main-menu {
  padding: 0 40px;
}

.site-header__main-menu {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.site-header__logo {
  display: block;
  width: 125px;
  font-size: 0;
}

.site-header__logo img {
  width: 100%;
}

.site-header__logo-link {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .site-header__logo {
    width: 165px;
    transform-origin: left center;
    transition: transform 0.23s ease;
  }
  .touch .site-header--sticky .site-header__logo {
    transform: scale(0.72);
  }
}
@media screen and (min-width: 1024px) {
  .site-header__container {
    padding: 0;
    display: block;
  }
  .no-touch .site-header {
    padding: 0;
  }
  .site-header__logo {
    background: rgba(0, 0, 0, 0);
    width: 205px;
  }
  .header__nav {
    max-width: 100%;
    margin-left: auto;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    gap: 30px;
  }
}
footer {
  position: relative;
  z-index: 98;
  padding: 45px 0 20px 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ececec;
  position: absolute;
  top: 0;
  left: 0;
}
footer .container {
  max-width: 1225px;
}

.footer__logo-col {
  display: flex;
}

.footer__container {
  grid-gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    align-items: stretch;
    grid-template-columns: 20% 30% 30% 20%;
  }
}
@media screen and (min-width: 1400px) {
  .footer__container {
    align-items: center;
    grid-gap: 60px;
    grid-template-columns: 195px 523px 200px 122px;
  }
}
.footer__container a:hover, .footer__container a:focus {
  text-decoration: underline;
}

.footer__contact-informations-fr {
  font-size: 1.4rem;
  padding: 22.5px 15px;
  gap: 5px;
}
.footer__contact-informations-fr__container {
  gap: 20px;
  flex-wrap: wrap;
}

.footer__contact-informations-ca {
  font-size: 1.4rem;
  padding: 22.5px 15px;
  gap: 5px;
}

.footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  list-style-type: none;
  gap: 5px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__nav li {
  flex-basis: 49%;
}
@media screen and (min-width: 768px) {
  .footer__nav li {
    flex-basis: unset;
  }
}
.footer__nav li + li {
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .footer__nav li + li {
    margin-top: 0;
  }
}
.footer__nav li a:hover, .footer__nav li a:focus {
  text-decoration: underline;
}

.footer-credits {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}

.menu-toggler {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 20px;
  cursor: pointer;
}

.menu-toggler--secondary {
  display: none;
}

.site-header__right-part .menu-toggler {
  margin-left: 20px;
}

.menu-toggler__line {
  position: absolute;
  top: 9px;
  height: 2px;
  width: 100%;
  background-color: #16283D;
  transition: top 0.15s 0.15s, transform 0.15s;
}
.menu-toggler__line:first-of-type {
  top: 3px;
  transition: top 0.15s 0.15s, transform 0.15s;
}
.menu-toggler__line:last-of-type {
  top: 15px;
}

.menu-toggler--opened {
  height: 20px;
}
.menu-toggler--opened .menu-toggler__line {
  top: 10px;
  transform: rotate(-45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}
.menu-toggler--opened .menu-toggler__line:first-of-type {
  top: 10px;
  transform: rotate(45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}

@media screen and (min-width: 1024px) {
  .menu-toggler--mobile {
    display: none;
  }
  .menu-toggler--secondary {
    display: block;
  }
}
.page-header {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10px 32px;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding: 10px 0;
  }
}
.page-header__container {
  padding-left: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .page-header__container {
    margin-left: auto;
  }
}
.page-header:not(.page-header--with-image) .chapo {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page-header:not(.page-header--with-image) .chapo {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .page-header:not(.page-header--with-image) .chapo {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .page-header--with-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 46px;
  }
}
.page-header--with-image .page-header__image {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .page-header--with-image .page-header__image {
    width: 40%;
    flex-shrink: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-header--with-image .page-header__image {
    width: 48%;
  }
}
.page-header--with-image .page-header__image img {
  border-radius: 10px;
}
.page-header--post {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page-header--post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-header--post .page-header__image {
  border-radius: 0px;
}
.page-header--post .page-header__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.page-header--post .page-header__container {
  background-color: #16283D;
  color: #fff;
  padding: 26px 20px;
}
@media screen and (min-width: 768px) {
  .page-header--post .page-header__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 32px;
  }
}
@media screen and (min-width: 992px) {
  .page-header--post .page-header__container {
    padding: 36px 0 36px 48px;
  }
}
.page-header--post .page-header__infos {
  max-width: 570px;
  margin-bottom: 20px;
}
.page-header__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
.page-header__title {
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
}

.homepage-slider .flickity-slider {
  z-index: 1;
  transform: none !important;
}
.homepage-slider .flickity-button,
.homepage-slider .flickity-page-dots {
  z-index: 2;
}
.homepage-slider__slide {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  transform: none !important;
}
.homepage-slider__slide.is-selected {
  z-index: 1;
  opacity: 1;
  animation: fadeIn ease 0.5s;
}
.homepage-slider__slide:not(.is-selected) {
  z-index: 0;
  opacity: 0;
  animation: fadeOut ease 0.5s;
}
.homepage-slider__slide-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.homepage-slider__slide-img {
  position: relative;
  z-index: 0;
}
.homepage-slider .flickity-page-dots {
  bottom: 50px;
}

.wsp-container h2 {
  color: #000;
}
.wsp-container ul li {
  margin: 2px 0;
}
.wsp-container ul a {
  display: inline-block;
  padding: 2px 0;
}
.wsp-container ul a:hover, .wsp-container ul a:focus {
  text-decoration: underline;
}
.wsp-container ul:not(.children) > li > a {
  font-size: 1.7rem;
}
.wsp-container ul.children {
  margin: 8px 0;
}

.breadcrumb {
  display: none;
}

.breadcrumb__links-list {
  font-size: 1.2rem;
  color: #BABABA;
  font-weight: 800;
  padding: 12.5px 0 20px;
}

.breadcrumb__links-list a {
  font-weight: 400;
}
.breadcrumb__links-list a:hover, .breadcrumb__links-list a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .breadcrumb {
    display: block;
  }
}
.header__nav-wrapper {
  display: none;
}

.e-shop-button,
.my-account-button {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .header__nav {
    position: relative;
    width: auto;
    display: flex;
    background-color: transparent;
    justify-content: flex-end;
    margin: 0;
    padding: 0 30px;
  }
  .header-nav__overlay {
    display: none;
  }
  .header__nav-wrapper {
    display: block;
  }
  .header__nav a {
    color: #155097;
    display: inline-block;
  }
  .site-header__main-menu .header__nav {
    padding: 0;
  }
  .header__nav--secondary {
    display: none;
  }
  /* Navbar */
  /* 1er niveau de menu */
  .header__nav > .menu-item {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header__nav > .menu-item + .menu-item {
    margin-left: 12px;
  }
  .header__nav > .menu-item.current-menu-item > a {
    color: #F6C000;
    font-weight: 600;
  }
  .header__nav > .menu-item > a {
    padding: 4px 0 0 0;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    transition: color 250ms ease-in-out;
  }
  .header__nav > .menu-item > a:hover {
    color: #F6C000;
  }
  /* Ouverture fermeture du menu */
  .header__nav > .menu-item-has-children > a::before {
    display: none;
    content: "";
    position: absolute;
    bottom: -30px;
    right: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f1f1f1 transparent;
  }
  .header__nav > .menu-item-has-children > a::after {
    display: none;
    content: "";
    position: absolute;
    bottom: -30px;
    right: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 150px 30px 150px;
    border-color: transparent transparent transparent transparent;
  }
  .header__nav > .menu-item:hover > a + .sub-menu,
  .header__nav > .menu-item:focus > a + .sub-menu {
    display: block;
  }
  .header__nav > .menu-item:hover > a::before, .header__nav > .menu-item:hover > a::after,
  .header__nav > .menu-item:focus > a::before,
  .header__nav > .menu-item:focus > a::after {
    display: block;
  }
  .header__nav > .menu-item:hover > a::before, .header__nav > .menu-item:hover > a::after {
    display: block;
  }
  .header__nav > .menu-item-has-children > .sub-menu:hover,
  .header__nav > .menu-item-has-children > .sub-menu:focus {
    display: block;
  }
  .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 30px);
    right: -40px;
    width: 290px;
    background-color: #f1f1f1;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 5px 5px;
    padding: 15px 10px;
    z-index: 10;
  }
  /* 2ème niveau de menu */
  .header__nav-wrapper .sub-menu {
    list-style-type: none;
  }
  .header__nav-wrapper .sub-menu a {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    transition: color 250ms ease-in-out;
  }
  .header__nav-wrapper .sub-menu a:hover, .header__nav-wrapper .sub-menu a:focus {
    color: #F6C000;
  }
  .no-touch .header__nav-wrapper {
    display: block;
  }
  .site-header__main-menu .current-menu-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #155097;
  }
}
@media screen and (min-width: 1400px) {
  .header__nav {
    width: auto;
  }
  /*.sub-menu {
         top: 100%;
     }*/
}
.header__nav-wrapper--secondary {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__nav-wrapper--secondary {
    display: block;
  }
  .main-menu-secondary {
    position: absolute;
    top: var(--header-height);
    right: 0;
    z-index: 99;
    width: 100%;
    max-width: 310px;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 45px 25px 40px 25px;
    background: #155097;
    color: #fff;
    border-bottom-left-radius: 10px;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
    visibility: hidden;
    /* &:before {
        content: "";
        display: block;

        width: 100%;
        height: 100%;
        background-color: $primary;

        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;

        transition: transform 250ms ease-in-out;

        box-shadow: 0 10px 20px 10px rgba(0,0,0,0.1);
    } */
  }
  .main-menu-secondary.menu--opened {
    opacity: 1;
    visibility: visible;
  }
  .main-menu-secondary.menu--opened:before {
    transform: translate(-10px, 10px);
  }
  .main-menu-secondary .menu-item > a {
    font-weight: 500;
    transition: color 250ms ease-in-out;
  }
  .main-menu-secondary .menu-item > a:hover, .main-menu-secondary .menu-item > a:focus {
    color: #F6C000;
  }
  .main-menu-secondary .my-account-button > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #16283D;
    border-radius: 3px;
    padding: 8px;
  }
  .main-menu-secondary .my-account-button > a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/tribu/public/assets/svg/my-account.svg);
  }
  .main-menu-secondary .sub-menu {
    display: block;
    position: static;
    width: auto;
    margin-left: 20px;
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
    font-size: 1.3rem;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .main-menu-secondary .sub-menu li + li {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav-wrapper {
    position: fixed;
    right: 0;
    top: var(--header-height);
    z-index: 12;
    width: 0;
    height: calc(100vh - 75px);
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in;
  }
  .header__nav-wrapper.menu--opened {
    display: block;
    width: 380px;
    overflow: scroll;
    visibility: visible;
    background-color: #155097;
    transition: all 200ms ease-in;
  }
  .header__nav-wrapper.menu--opened + .header-nav__overlay {
    opacity: 1;
    visibility: visible;
    transition: all 150ms ease-in;
  }
  .header__nav-wrapper {
    margin-top: 0;
    color: #16283D;
  }
  .header__nav-wrapper .header__nav {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 24px 20px;
    background-color: #fff;
  }
  .header__nav-wrapper .header__nav--secondary {
    margin-top: 10px;
    padding: 20px 24px 0 24px;
  }
  .header__nav-wrapper .header__nav--secondary .menu-item > a {
    color: #fff;
  }
  .header__nav-wrapper .header__nav,
  .header__nav-wrapper .header__nav--secondary {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .header__nav-wrapper .menu-item {
    margin: 4px 0;
  }
  .header__nav-wrapper .menu-item > a {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .header__nav-wrapper .menu-item > .e-shop-button {
    background-color: #F6C000;
  }
  .header__nav-wrapper .menu-item.menu-item-has-children {
    position: relative;
  }
  .header__nav-wrapper .menu-item.menu-item-has-children > .sub-menu {
    height: 0;
    overflow: hidden;
  }
  .header__nav-wrapper .menu-item.menu-item-has-children.menu-item--opened > .sub-menu {
    height: auto;
  }
  .header__nav-wrapper .menu-item.menu-item-has-children.menu-item--opened .toggle-sub-menu {
    transform: rotate(90deg);
    transition: transform 100ms ease-in;
  }
  .header__nav-wrapper a {
    display: inline-block;
    padding: 5px 0;
  }
  .header__nav-wrapper .toggle-sub-menu {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    border-radius: 3px;
    background-image: url(/wp-content/themes/tribu/public/assets/svg/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
    transform: rotate(0deg);
    transition: transform 100ms ease-in;
  }
  .header__nav-wrapper .sub-menu {
    list-style-type: none;
  }
  .header__nav-wrapper .sub-menu .menu-item {
    margin: 10px 0;
  }
  .header__nav-wrapper .sub-menu a {
    font-size: 1.4rem;
  }
  .header__nav-wrapper .sub-menu .sub-menu {
    list-style-type: circle;
    padding-left: 34px;
  }
  .header__nav-wrapper .sub-menu .sub-menu .menu-item {
    margin: 0;
  }
  .header__nav-wrapper .sub-menu .sub-menu a {
    font-weight: 400;
    padding: 3px 0;
  }
  .handheld-header__nav-wrapper-overlay {
    position: fixed;
    top: var(--header-height);
    right: 0;
    backdrop-filter: blur(10px);
    width: 0;
    height: 100%;
    transition: width 250ms ease-in-out;
  }
  .handheld-header__nav-wrapper-overlay.menu--opened {
    width: 100%;
  }
}
@media screen and (max-width: 619px) {
  .header__nav-wrapper.menu--opened {
    width: 100%;
  }
}
.news-list {
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .news-list {
    padding: 50px 0;
  }
}
.news-list--slider .news-list__item-title {
  margin-top: 9px;
}
.news-list--slider .news-list__item-content {
  margin-bottom: 22px;
}
.news-list__item {
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-gap: 30px;
    margin-bottom: 45px;
  }
}
.news-list .news-slider__slide-thumbnail {
  transition: opacity 200ms ease-in;
}

.news-slider__slide.news-list__item {
  display: inline-block;
  width: 100%;
  min-height: 300px;
  margin-bottom: 25px;
}

.news-list__item-date {
  display: inline-block;
  padding-left: 10px;
  border-left: 3px solid #346cbf;
  font-size: 1.4rem;
}

.news-slider__slide-title {
  margin: 10px 0;
  font-size: 2.4rem;
  color: #155097;
}
@media screen and (min-width: 992px) {
  .news-slider__slide-title {
    font-size: 2.8rem;
  }
}

.news-slider__slide-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .news-slider__slide-img-wrapper {
    margin-bottom: 0px;
  }
}

.news-slider__slide-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners-slider.flickity-enabled .partners-slider__slide {
  width: 220px;
  margin-right: 25px;
}
@media screen and (min-width: 700px) {
  .partners-slider.flickity-enabled .partners-slider__slide {
    width: 280px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 820px) {
  .partners-slider.flickity-enabled .partners-slider__slide {
    width: calc(33% - 30px);
    margin-right: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .partners-slider.flickity-enabled .partners-slider__slide {
    width: calc(25% - 45px);
    margin-right: 45px;
  }
}
.partners-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 20px 0;
}
.search-form .search-form__submit {
  position: relative;
  left: -5px;
  background-color: #f1f1f1;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 1px;
  width: 50px;
  height: 46px;
  overflow: hidden;
}
.search-form .search-form__submit:hover {
  background-color: rgb(220.6, 220.6, 220.6);
}

.search-form__field {
  background-color: #f1f1f1;
  border: none;
  line-height: 1.45;
  padding: 10px 15px;
}
@media screen and (min-width: 992px) {
  .search-form__field {
    min-width: 350px;
  }
}

.search-form__field::-webkit-input-placeholder {
  font-style: italic;
}

.search-form__field:-moz-placeholder {
  font-style: italic;
}

.search-form__field::-moz-placeholder {
  font-style: italic;
}

.search-form__field:-ms-input-placeholder {
  font-style: italic;
}

/* Résultats de recherche */
.search-results .search-form {
  margin-bottom: 40px;
}
.search-results .heading--h2 {
  margin-bottom: 12px;
}

.list-search-results {
  margin: 30px 0;
}

.list-search-results__item {
  display: grid;
  grid-template-columns: 1fr 105px;
  grid-gap: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fcfcfc;
  margin-bottom: 12px;
}
.list-search-results__item:hover {
  background-color: #f1f1f1;
}

.list-search-results__title {
  color: #111111;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 12px 0;
}

.list-search-results__badge {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.list-search-results__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-search-results__item-image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.reassurances__item {
  display: flex;
  align-items: center;
}

.reassurances__item-img {
  width: 80px;
  margin-right: 24px;
}

.footer__reassurances {
  padding: 30px 0;
}
.footer__reassurances .reassurances__item {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.footer__reassurances .reassurances__item-img img {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 620px) {
  .reassurances {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .footer__reassurances .reassurances__item {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .reassurances {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}
.reviews-slider {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .reviews-slider {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .reviews-slider {
    max-width: 990px;
  }
}
.reviews-slider .flickity-slider {
  transform: none !important;
}
.reviews-slider__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  transform: none !important;
}
.reviews-slider__slide.is-selected {
  z-index: 1;
  opacity: 1;
  animation: fadeIn ease 0.5s;
}
.reviews-slider__slide:not(.is-selected) {
  z-index: 0;
  opacity: 0;
  animation: fadeOut ease 0.5s;
}
@media screen and (min-width: 768px) {
  .reviews-slider__slide {
    flex-direction: row;
  }
}
.reviews-slider__slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  border-radius: 150px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .reviews-slider__slide-img {
    width: 180px;
    height: 180px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews-slider__slide-img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .reviews-slider__slide-img {
    width: 285px;
    height: 285px;
  }
}
.reviews-slider__slide-img img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.reviews-slider__slide-content-wrapper {
  position: relative;
}
.reviews-slider__slide-content {
  position: relative;
  z-index: 1;
  color: #3C3E42;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 0px 40px 0px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .reviews-slider__slide-content {
    margin: 40px 0;
    padding: 32px;
    border-radius: 27px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .reviews-slider__slide-content {
    margin: 40px 0 55px 0;
    font-size: 2rem;
    border-radius: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews-slider__slide-content {
    padding: 46px 55px 60px 55px;
    margin-bottom: 65px;
    min-height: 275px;
    font-size: 2.2rem;
  }
}
.reviews-slider__slide-content::after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 67px solid #f7f7f7;
  border-right: 60px solid transparent;
}
.reviews-slider__slide-content blockquote {
  margin: 0 0 20px 0;
}
.reviews-slider__slide-content p {
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .reviews-slider__slide-content p {
    font-size: 1.8rem;
  }
}
.reviews-slider .flickity-page-dots {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .reviews-slider .flickity-page-dots {
    right: 15px;
    bottom: 0px;
    width: calc(100% - 300px);
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .reviews-slider .flickity-page-dots {
    left: 349px;
    right: unset;
    bottom: 100px;
    width: 480px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .reviews-slider .flickity-page-dots {
    left: 377px;
    bottom: 105px;
  }
}
.reviews-slider .flickity-prev-next-button {
  display: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 206.0048780488, 31.8);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reviews-slider .flickity-prev-next-button {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .reviews-slider .flickity-prev-next-button {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .reviews-slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .reviews-slider .flickity-prev-next-button.previous {
    left: -20px;
  }
}
@media screen and (min-width: 992px) {
  .reviews-slider .flickity-prev-next-button.previous {
    left: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews-slider .flickity-prev-next-button.previous {
    left: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .reviews-slider .flickity-prev-next-button.previous {
    left: -110px;
  }
}
@media screen and (min-width: 768px) {
  .reviews-slider .flickity-prev-next-button.next {
    right: -20px;
  }
}
@media screen and (min-width: 992px) {
  .reviews-slider .flickity-prev-next-button.next {
    right: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews-slider .flickity-prev-next-button.next {
    right: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .reviews-slider .flickity-prev-next-button.next {
    right: -110px;
  }
}
.reviews-slider .flickity-prev-next-button .flickity-button-icon {
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 1200px) {
  .reviews-slider .flickity-prev-next-button .flickity-button-icon {
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
}

.social-menu {
  list-style-type: none;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-menu .menu-item {
  width: 35px;
  height: 35px;
}
.social-menu .menu-item + .menu-item {
  margin-left: 10px;
}
.social-menu a {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.icon-facebook {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/facebook-box.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px auto;
}

.icon-twitter {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/twitter-box.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px auto;
}

.icon-linkedin {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/linkedin-box.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px auto;
}

.icon-youtube {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/youtube-box.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px auto;
}

.icon-instagram {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/instagram-box.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px auto;
}

.sharebar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.sharebar .heading {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  color: #155097;
}

.menu-sharebar {
  display: flex;
}

.menu-sharebar__link {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.menu-sharebar__link.share--facebook {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/facebook-box-black.svg);
}
.menu-sharebar__link.share--twitter {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/twitter-box-black.svg);
}
.menu-sharebar__link.share--linkedin {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/linkedin-box-black.svg);
}
.menu-sharebar__link.share--email {
  background-image: url(/wp-content/themes/tribu/public/assets/svg/email-box-black.svg);
}

.share-by-email__form {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 5px 15px;
}
.share-by-email__form.visible {
  display: block;
}

.share-by-email__form-close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 18px;
  width: 18px;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/close-primary.svg);
}

/*.single-product {
	.sharebar {
		margin-top: 0;
		margin-bottom: 20px;
		border: none;
		.heading {
			color: $black;
			margin-top: 5px;
		}
	}
	.menu-sharebar__link {
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 21px auto;
		border-radius: 5px;
		border: 1px solid rgba(0, 0, 0, 0);
		&.share--facebook {
			background-image: url("../../assets/svg/facebook-gray.svg");
		}
		&.share--twitter {
			background-image: url("../../assets/svg/twitter-gray.svg");
		}
		&.share--linkedin {
			background-image: url("../../assets/svg/linkedin-gray.svg");
		}
		&:hover {
			border: 1px solid #bebebe;
		}
	}
}*/
.header__nav-wrapper .e-shop-button {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F6C000;
  border-radius: 5px;
  font-family: "Inter", Arial, sans-serif;
  transition: background-color 250ms ease-in-out;
}
.header__nav-wrapper .e-shop-button.current-menu-item > a {
  color: #16283D;
}
.header__nav-wrapper .e-shop-button > a:first-of-type {
  padding: 6px 15px;
  color: #fff;
  font-weight: 700;
  transition: 250ms ease-in-out;
  border-radius: 5px;
}
.header__nav-wrapper .e-shop-button > a:first-of-type:hover, .header__nav-wrapper .e-shop-button > a:first-of-type:hover {
  color: #fff;
  background-color: #16283D;
}
.header__nav-wrapper .e-shop-button:has(.cart-number.has-item):before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.header__nav-wrapper .e-shop-button:has(.cart-number.has-item) a:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header__nav-wrapper .e-shop-button:has(.cart-number.has-item) .add-to-cart-button {
  display: block;
}
.header__nav-wrapper .my-account-button {
  position: relative;
  background-color: #16283D;
  border-radius: 5px;
  width: max-content;
}
.header__nav-wrapper .my-account-button > a {
  padding: 8px 35px 5px 10px;
}
.header__nav-wrapper .my-account-button:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/account-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header__nav-wrapper .cart-number.has-item {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  background-color: #16283D;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  padding: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 1200px) {
  .header__nav-wrapper .cart-number.has-item {
    top: 2px;
    right: 7px;
  }
}
.header__nav-wrapper .add-to-cart-button {
  top: 0;
  right: 0;
  z-index: 20;
  display: none;
  width: 40px;
  height: 34px;
  padding: 0 !important;
  transition: 250ms ease-in-out;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header__nav-wrapper .add-to-cart-button:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/cart-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.header__nav-wrapper .add-to-cart-button:hover {
  background-color: #16283D;
}

.woocommerce .breadcrumb__container,
.woocommerce .page-header__container,
.woocommerce-page .breadcrumb__container,
.woocommerce-page .page-header__container {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 620px) {
  .woocommerce .breadcrumb__container,
  .woocommerce .page-header__container,
  .woocommerce-page .breadcrumb__container,
  .woocommerce-page .page-header__container {
    width: 90%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce .breadcrumb__container,
  .woocommerce .page-header__container,
  .woocommerce-page .breadcrumb__container,
  .woocommerce-page .page-header__container {
    width: 90%;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce .breadcrumb__container,
  .woocommerce .page-header__container,
  .woocommerce-page .breadcrumb__container,
  .woocommerce-page .page-header__container {
    width: 90%;
  }
}
.woocommerce .entry-content #respond input#submit.alt,
.woocommerce .entry-content a.button.alt,
.woocommerce .entry-content button.button.alt,
.woocommerce .entry-content input.button.alt,
.woocommerce-page .entry-content #respond input#submit.alt,
.woocommerce-page .entry-content a.button.alt,
.woocommerce-page .entry-content button.button.alt,
.woocommerce-page .entry-content input.button.alt {
  background-color: #155097;
  color: #fff;
}
.woocommerce .entry-content #respond input#submit.alt:hover,
.woocommerce .entry-content a.button.alt:hover,
.woocommerce .entry-content button.button.alt:hover,
.woocommerce .entry-content input.button.alt:hover,
.woocommerce-page .entry-content #respond input#submit.alt:hover,
.woocommerce-page .entry-content a.button.alt:hover,
.woocommerce-page .entry-content button.button.alt:hover,
.woocommerce-page .entry-content input.button.alt:hover {
  background-color: rgb(10.4145348837, 39.6744186047, 74.8854651163);
}
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce-page a.button,
.woocommerce-page input.button,
.woocommerce-page button.button {
  padding: 12px 15px;
  border-radius: 5px;
}
.woocommerce a.button.button--primary,
.woocommerce input.button.button--primary,
.woocommerce button.button.button--primary,
.woocommerce-page a.button.button--primary,
.woocommerce-page input.button.button--primary,
.woocommerce-page button.button.button--primary {
  color: #fff;
  background-color: #155097;
  border: 1px solid #155097;
}
.woocommerce a.button.button--primary:hover, .woocommerce a.button.button--primary:focus,
.woocommerce input.button.button--primary:hover,
.woocommerce input.button.button--primary:focus,
.woocommerce button.button.button--primary:hover,
.woocommerce button.button.button--primary:focus,
.woocommerce-page a.button.button--primary:hover,
.woocommerce-page a.button.button--primary:focus,
.woocommerce-page input.button.button--primary:hover,
.woocommerce-page input.button.button--primary:focus,
.woocommerce-page button.button.button--primary:hover,
.woocommerce-page button.button.button--primary:focus {
  background-color: #fff;
  color: #155097;
}
.woocommerce a.button.button--primary.button--inverted,
.woocommerce input.button.button--primary.button--inverted,
.woocommerce button.button.button--primary.button--inverted,
.woocommerce-page a.button.button--primary.button--inverted,
.woocommerce-page input.button.button--primary.button--inverted,
.woocommerce-page button.button.button--primary.button--inverted {
  background-color: #fff;
  color: #155097;
  border: 1px solid #fff;
}
.woocommerce a.button.button--primary.button--inverted:hover, .woocommerce a.button.button--primary.button--inverted:focus,
.woocommerce input.button.button--primary.button--inverted:hover,
.woocommerce input.button.button--primary.button--inverted:focus,
.woocommerce button.button.button--primary.button--inverted:hover,
.woocommerce button.button.button--primary.button--inverted:focus,
.woocommerce-page a.button.button--primary.button--inverted:hover,
.woocommerce-page a.button.button--primary.button--inverted:focus,
.woocommerce-page input.button.button--primary.button--inverted:hover,
.woocommerce-page input.button.button--primary.button--inverted:focus,
.woocommerce-page button.button.button--primary.button--inverted:hover,
.woocommerce-page button.button.button--primary.button--inverted:focus {
  background-color: #155097;
  color: #fff;
}
.woocommerce a.button.button--secondary,
.woocommerce input.button.button--secondary,
.woocommerce button.button.button--secondary,
.woocommerce-page a.button.button--secondary,
.woocommerce-page input.button.button--secondary,
.woocommerce-page button.button.button--secondary {
  color: #fff;
  background-color: #F6C000;
  border: 1px solid #F6C000;
}
.woocommerce a.button.button--secondary:hover, .woocommerce a.button.button--secondary:focus,
.woocommerce input.button.button--secondary:hover,
.woocommerce input.button.button--secondary:focus,
.woocommerce button.button.button--secondary:hover,
.woocommerce button.button.button--secondary:focus,
.woocommerce-page a.button.button--secondary:hover,
.woocommerce-page a.button.button--secondary:focus,
.woocommerce-page input.button.button--secondary:hover,
.woocommerce-page input.button.button--secondary:focus,
.woocommerce-page button.button.button--secondary:hover,
.woocommerce-page button.button.button--secondary:focus {
  background-color: #fff;
  color: #F6C000;
}
.woocommerce a.button.button--secondary.button--inverted,
.woocommerce input.button.button--secondary.button--inverted,
.woocommerce button.button.button--secondary.button--inverted,
.woocommerce-page a.button.button--secondary.button--inverted,
.woocommerce-page input.button.button--secondary.button--inverted,
.woocommerce-page button.button.button--secondary.button--inverted {
  background-color: #fff;
  color: #F6C000;
  border: 1px solid #fff;
}
.woocommerce a.button.button--secondary.button--inverted:hover, .woocommerce a.button.button--secondary.button--inverted:focus,
.woocommerce input.button.button--secondary.button--inverted:hover,
.woocommerce input.button.button--secondary.button--inverted:focus,
.woocommerce button.button.button--secondary.button--inverted:hover,
.woocommerce button.button.button--secondary.button--inverted:focus,
.woocommerce-page a.button.button--secondary.button--inverted:hover,
.woocommerce-page a.button.button--secondary.button--inverted:focus,
.woocommerce-page input.button.button--secondary.button--inverted:hover,
.woocommerce-page input.button.button--secondary.button--inverted:focus,
.woocommerce-page button.button.button--secondary.button--inverted:hover,
.woocommerce-page button.button.button--secondary.button--inverted:focus {
  background-color: #F6C000;
  color: #fff;
}
.woocommerce a.button.button--tertiary,
.woocommerce input.button.button--tertiary,
.woocommerce button.button.button--tertiary,
.woocommerce-page a.button.button--tertiary,
.woocommerce-page input.button.button--tertiary,
.woocommerce-page button.button.button--tertiary {
  color: #fff;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
}
.woocommerce a.button.button--tertiary:hover, .woocommerce a.button.button--tertiary:focus,
.woocommerce input.button.button--tertiary:hover,
.woocommerce input.button.button--tertiary:focus,
.woocommerce button.button.button--tertiary:hover,
.woocommerce button.button.button--tertiary:focus,
.woocommerce-page a.button.button--tertiary:hover,
.woocommerce-page a.button.button--tertiary:focus,
.woocommerce-page input.button.button--tertiary:hover,
.woocommerce-page input.button.button--tertiary:focus,
.woocommerce-page button.button.button--tertiary:hover,
.woocommerce-page button.button.button--tertiary:focus {
  background-color: #fff;
  color: #ECECEC;
}
.woocommerce a.button.button--tertiary.button--inverted,
.woocommerce input.button.button--tertiary.button--inverted,
.woocommerce button.button.button--tertiary.button--inverted,
.woocommerce-page a.button.button--tertiary.button--inverted,
.woocommerce-page input.button.button--tertiary.button--inverted,
.woocommerce-page button.button.button--tertiary.button--inverted {
  background-color: #fff;
  color: #ECECEC;
  border: 1px solid #fff;
}
.woocommerce a.button.button--tertiary.button--inverted:hover, .woocommerce a.button.button--tertiary.button--inverted:focus,
.woocommerce input.button.button--tertiary.button--inverted:hover,
.woocommerce input.button.button--tertiary.button--inverted:focus,
.woocommerce button.button.button--tertiary.button--inverted:hover,
.woocommerce button.button.button--tertiary.button--inverted:focus,
.woocommerce-page a.button.button--tertiary.button--inverted:hover,
.woocommerce-page a.button.button--tertiary.button--inverted:focus,
.woocommerce-page input.button.button--tertiary.button--inverted:hover,
.woocommerce-page input.button.button--tertiary.button--inverted:focus,
.woocommerce-page button.button.button--tertiary.button--inverted:hover,
.woocommerce-page button.button.button--tertiary.button--inverted:focus {
  background-color: #ECECEC;
  color: #fff;
}
.woocommerce a.button.button--black,
.woocommerce input.button.button--black,
.woocommerce button.button.button--black,
.woocommerce-page a.button.button--black,
.woocommerce-page input.button.button--black,
.woocommerce-page button.button.button--black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.woocommerce a.button.button--black:hover, .woocommerce a.button.button--black:focus,
.woocommerce input.button.button--black:hover,
.woocommerce input.button.button--black:focus,
.woocommerce button.button.button--black:hover,
.woocommerce button.button.button--black:focus,
.woocommerce-page a.button.button--black:hover,
.woocommerce-page a.button.button--black:focus,
.woocommerce-page input.button.button--black:hover,
.woocommerce-page input.button.button--black:focus,
.woocommerce-page button.button.button--black:hover,
.woocommerce-page button.button.button--black:focus {
  background-color: #fff;
  color: #000;
}
.woocommerce a.button.button--black.button--inverted,
.woocommerce input.button.button--black.button--inverted,
.woocommerce button.button.button--black.button--inverted,
.woocommerce-page a.button.button--black.button--inverted,
.woocommerce-page input.button.button--black.button--inverted,
.woocommerce-page button.button.button--black.button--inverted {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.woocommerce a.button.button--black.button--inverted:hover, .woocommerce a.button.button--black.button--inverted:focus,
.woocommerce input.button.button--black.button--inverted:hover,
.woocommerce input.button.button--black.button--inverted:focus,
.woocommerce button.button.button--black.button--inverted:hover,
.woocommerce button.button.button--black.button--inverted:focus,
.woocommerce-page a.button.button--black.button--inverted:hover,
.woocommerce-page a.button.button--black.button--inverted:focus,
.woocommerce-page input.button.button--black.button--inverted:hover,
.woocommerce-page input.button.button--black.button--inverted:focus,
.woocommerce-page button.button.button--black.button--inverted:hover,
.woocommerce-page button.button.button--black.button--inverted:focus {
  background-color: #000;
  color: #fff;
}
.woocommerce a.button.button--white,
.woocommerce input.button.button--white,
.woocommerce button.button.button--white,
.woocommerce-page a.button.button--white,
.woocommerce-page input.button.button--white,
.woocommerce-page button.button.button--white {
  color: #155097;
  background-color: #fff;
  border: 1px solid #fff;
}
.woocommerce a.button.button--white:hover, .woocommerce a.button.button--white:focus,
.woocommerce input.button.button--white:hover,
.woocommerce input.button.button--white:focus,
.woocommerce button.button.button--white:hover,
.woocommerce button.button.button--white:focus,
.woocommerce-page a.button.button--white:hover,
.woocommerce-page a.button.button--white:focus,
.woocommerce-page input.button.button--white:hover,
.woocommerce-page input.button.button--white:focus,
.woocommerce-page button.button.button--white:hover,
.woocommerce-page button.button.button--white:focus {
  background-color: #155097;
  color: #fff;
}
.woocommerce a.button.button--white.button--inverted,
.woocommerce input.button.button--white.button--inverted,
.woocommerce button.button.button--white.button--inverted,
.woocommerce-page a.button.button--white.button--inverted,
.woocommerce-page input.button.button--white.button--inverted,
.woocommerce-page button.button.button--white.button--inverted {
  background-color: #fff;
  color: #fff;
  border: 1px solid #fff;
}
.woocommerce a.button.button--white.button--inverted:hover, .woocommerce a.button.button--white.button--inverted:focus,
.woocommerce input.button.button--white.button--inverted:hover,
.woocommerce input.button.button--white.button--inverted:focus,
.woocommerce button.button.button--white.button--inverted:hover,
.woocommerce button.button.button--white.button--inverted:focus,
.woocommerce-page a.button.button--white.button--inverted:hover,
.woocommerce-page a.button.button--white.button--inverted:focus,
.woocommerce-page input.button.button--white.button--inverted:hover,
.woocommerce-page input.button.button--white.button--inverted:focus,
.woocommerce-page button.button.button--white.button--inverted:hover,
.woocommerce-page button.button.button--white.button--inverted:focus {
  background-color: #fff;
  color: #fff;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-gap: 19px;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .woocommerce ul.products.columns-2,
  .woocommerce-page ul.products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 19px;
  }
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  float: none;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 620px) {
  .woocommerce ul.products.columns-3,
  .woocommerce-page ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 19px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-3,
  .woocommerce-page ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 19px;
  }
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  float: none;
  width: 100%;
  margin: 0;
}
.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4 {
  padding-bottom: 32px;
}
@media screen and (min-width: 620px) {
  .woocommerce ul.products.columns-4,
  .woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 19px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4,
  .woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce ul.products.columns-4,
  .woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px 29px;
  }
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  float: none;
  width: 100%;
  margin: 0;
}

.woocommerce-message a.button,
.woocommerce-Message a.button {
  color: #155097;
  background-color: #fff;
  border: 1px solid #155097;
}
.woocommerce-message a.button:hover,
.woocommerce-Message a.button:hover {
  background-color: rgba(21, 80, 151, 0.1);
  color: #155097;
}

/* Tableaux */
.woocommerce table.shop_table {
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.woocommerce table.shop_table thead th {
  background-color: #ECECEC;
  color: #000;
  border: 1px solid #ECECEC;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border: 1px solid #f1f1f1;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  background-color: #ECECEC;
  border: 1px solid #f1f1f1;
}
.woocommerce table.shop_table tfoot th {
  text-align: left;
  border-right: 1px solid #ececec;
}
.woocommerce table.shop_table tfoot tr + tr th,
.woocommerce table.shop_table tfoot tr + tr td {
  border-top: 1px solid #ececec;
}
.woocommerce table.shop_table th.product-name,
.woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce table.shop_table th.product-name a,
.woocommerce table.shop_table th.product-name a:not(.button),
.woocommerce table.shop_table td.product-name a,
.woocommerce table.shop_table td.product-name a:not(.button) {
  color: #000;
  text-decoration: underline;
}
.woocommerce table.shop_table th.product-name a:hover,
.woocommerce table.shop_table th.product-name a:not(.button):hover,
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-name a:not(.button):hover {
  text-decoration: none;
}
.woocommerce table.shop_table th small,
.woocommerce table.shop_table td small {
  color: #000;
}
.woocommerce table.shop_table td {
  border: 1px solid #f1f1f1;
}
.woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce table.shop_table tr.order-total th,
.woocommerce table.shop_table tr.order-total td,
.woocommerce table.shop_table tr.tax-rate th,
.woocommerce table.shop_table tr.tax-rate td,
.woocommerce table.shop_table tr.order-total-tax-incl th,
.woocommerce table.shop_table tr.order-total-tax-incl td,
.woocommerce table.shop_table tr.woocommerce-shipping-totals th,
.woocommerce table.shop_table tr.woocommerce-shipping-totals td {
  border: 1px solid #f1f1f1;
  font-weight: 400;
  color: #000;
}
.woocommerce table.shop_table tr.cart-subtotal th small,
.woocommerce table.shop_table tr.cart-subtotal td small,
.woocommerce table.shop_table tr.order-total th small,
.woocommerce table.shop_table tr.order-total td small,
.woocommerce table.shop_table tr.tax-rate th small,
.woocommerce table.shop_table tr.tax-rate td small,
.woocommerce table.shop_table tr.order-total-tax-incl th small,
.woocommerce table.shop_table tr.order-total-tax-incl td small,
.woocommerce table.shop_table tr.woocommerce-shipping-totals th small,
.woocommerce table.shop_table tr.woocommerce-shipping-totals td small {
  color: #000;
}
.woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce table.shop_table tr.order-total th,
.woocommerce table.shop_table tr.tax-rate th,
.woocommerce table.shop_table tr.order-total-tax-incl th,
.woocommerce table.shop_table tr.woocommerce-shipping-totals th {
  text-align: left;
  border-right: 1px solid #ececec;
}
.woocommerce table.shop_table tr.order-total-tax-incl th,
.woocommerce table.shop_table tr.order-total-tax-incl td {
  background-color: #ECECEC;
  font-weight: 700;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
.woocommerce table.my_account_orders .button {
  font-weight: 400;
  font-size: 1.4rem;
  padding: 8px 13px;
  margin: 2px;
}

/* Style panier, tunnel commande, récap commande */
.woocommerce .woocommerce-cart-form table.cart td.actions {
  background-color: #f1f1f1;
}
.woocommerce .woocommerce-cart-form table.cart td.actions .input-text {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 620px) {
  .woocommerce .woocommerce-cart-form table.cart td.actions .input-text {
    width: auto;
    margin-bottom: 0;
  }
}
.woocommerce .woocommerce-cart-form table.cart td.actions .input-text + .button {
  width: auto;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  background-color: #f1f1f1;
  margin-bottom: 26px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background-color: #f1f1f1;
}

.wp-block-woocommerce-cart main,
.wp-block-woocommerce-checkout main,
.woocommerce-account .woocommerce main,
.woocommerce-order-pay main,
.woocommerce-cart main,
.woocommerce-checkout main,
.woocommerce-account main {
  max-width: 1140px;
  width: 90%;
  margin: 20px auto auto !important;
}
@media screen and (min-width: 1200px) {
  .wp-block-woocommerce-cart main,
  .wp-block-woocommerce-checkout main,
  .woocommerce-account .woocommerce main,
  .woocommerce-order-pay main,
  .woocommerce-cart main,
  .woocommerce-checkout main,
  .woocommerce-account main {
    width: 80%;
  }
}

.wc-block-components-button {
  background-color: #16283D;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
}
.wc-block-components-button:hover, .wc-block-components-button:focus {
  background-color: #F6C000;
}

.woocommerce-message {
  border-top-color: #16283D;
  max-width: 1060px;
  margin: 10px auto 30px auto;
  width: 80%;
  padding: 0.55em 2em 10px 3.5em;
}
.woocommerce-message a.button {
  background-color: #16283D;
  border: 1px solid #16283D;
  color: #fff;
}
.woocommerce-message:before {
  color: #16283D;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #ECECEC;
  margin-bottom: 50px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 36px;
}

.woocommerce-MyAccount-navigation {
  margin: 0 0 40px 0;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  margin: 0;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 700;
  background-color: #ededed;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link + li.woocommerce-MyAccount-navigation-link {
  margin-top: 0;
}
.woocommerce-MyAccount-navigation ul a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  background-color: #f7f7f7;
}
.woocommerce-MyAccount-navigation ul a:hover {
  background-color: #f1f1f1;
}
.woocommerce-MyAccount-navigation ul a:not(.btn) {
  color: #000;
  text-decoration: none;
}

.woocommerce-Address {
  padding: 10px;
  margin-bottom: 12px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.woocommerce-MyAccount-orders td,
.woocommerce-MyAccount-orders th {
  font-size: 1.4rem;
}

.woocommerce-shop.woocommerce .page-header__container,
.woocommerce-shop.woocommerce .breadcrumb__container,
.woocommerce-page.woocommerce-cart .page-header__container,
.woocommerce-page.woocommerce-cart .breadcrumb__container,
.woocommerce-page.woocommerce-account .woocommerce-page.woocommerce-checkout .page-header__container,
.woocommerce-page.woocommerce-account .woocommerce-page.woocommerce-checkout .breadcrumb__container {
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  .woocommerce-page.woocommerce-checkout .breadcrumb__container {
    width: 100%;
  }
  .woocommerce-page.woocommerce-checkout .page-header__container {
    margin-left: 0;
  }
}
.categories-list,
.tags-list {
  margin: 0 0 20px 0;
}
.categories-list .list,
.tags-list .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px 0;
}

.contact-box {
  color: #16283D;
  gap: 12.5px;
  line-height: 1;
  padding: 10px 0 0 0;
}
.contact-box__title {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.contact-box__link {
  font-weight: 900;
  text-decoration: underline;
}

.list--products {
  padding-bottom: 20px;
}

.page-products__filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 32px 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .page-products__filters {
    gap: 32px;
  }
}
.page-products__filters:before, .page-products__filters:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
  position: absolute;
  left: 0;
}
.page-products__filters:before {
  top: 0;
}
.page-products__filters:after {
  bottom: 0;
}

.filter {
  margin: 0;
}
.filter--accordion {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 15px;
}
.filter__button {
  display: inline-block;
  position: relative;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 1.4rem;
  background-color: #ECECEC;
  color: #16283D;
  padding: 7px 30px 3px 10px;
  width: auto;
  box-sizing: border-box;
}
.filter__button::after {
  content: "";
  position: absolute;
  right: 13px;
  top: calc(50% - 11px);
  width: 10px;
  height: 28px;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 100ms ease-in;
}
@media screen and (min-width: 1200px) {
  .filter__button::after {
    top: calc(50% - 14px);
  }
}
.filter__button--opened::after {
  transform: rotate(-180deg);
  transition: transform 100ms ease-in;
}
.filter__button--opened + .filter__content {
  display: block;
  position: absolute;
  z-index: 10;
  top: 32px;
  width: calc(100% + 120px);
  background: #ECECEC;
}
.filter__button--delete {
  height: max-content;
  padding-right: 10px;
  background-color: #F6C000;
  font-weight: 700;
}
.filter__button--delete:after {
  content: none;
}
.filter__content {
  display: none;
  padding: 10px 10px 10px 10px;
  font-size: 1.4rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.filter__content ul {
  margin: 0;
}

.search-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .search-pagination {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .search-pagination {
    padding-bottom: 70px;
  }
}
.search-pagination .pagination-item {
  font-weight: 700;
  font-size: 1.32rem;
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  color: #BABABA;
  width: 24px;
}
.search-pagination .pagination-item .current {
  color: #16283D;
}
.search-pagination .pagination-item a {
  text-decoration: none;
}
.search-pagination .pagination-item.pagination-item-arrow > a {
  display: block;
  width: 15px;
  height: 20px;
}
.search-pagination .pagination-item.first > a, .search-pagination .pagination-item.last > a, .search-pagination .pagination-item.prev > a, .search-pagination .pagination-item.next > a {
  width: 15px;
  height: 7.5px;
}
.search-pagination .pagination-item.first {
  background: center center/contain no-repeat url(/wp-content/themes/tribu/public/assets/svg/first-chevron.svg);
}
.search-pagination .pagination-item.last {
  background: center center/contain no-repeat url(/wp-content/themes/tribu/public/assets/svg/last-chevron.svg);
}
.search-pagination .pagination-item.prev {
  background: center center/contain no-repeat url(/wp-content/themes/tribu/public/assets/svg/prev-chevron.svg);
}
.search-pagination .pagination-item.next {
  background: center center/contain no-repeat url(/wp-content/themes/tribu/public/assets/svg/next-chevron.svg);
}

.section {
  padding: 16px 0;
}
@media screen and (min-width: 992px) {
  .section {
    padding: 25px 0;
  }
}
.section a:not([class]) {
  color: #155097;
  text-decoration: underline;
}
.section a:not([class]):hover, .section a:not([class]):focus {
  text-decoration: none;
}
.section .btn {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .section .btn {
    padding: 15px 35px;
  }
}
.section ul:not([class]) {
  padding-left: 22px;
}
@media screen and (min-width: 992px) {
  .section ul:not([class]) {
    padding-left: 40px;
  }
}
.section__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.accordions-section__wrapper {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .accordions-section__wrapper {
    padding: 32px;
  }
}

.accordion {
  margin: 12px 0;
}
@media screen and (min-width: 1200px) {
  .accordion {
    margin: 12px 0;
  }
}
.accordion.active .accordion__title {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion.active .accordion__title::after {
  transform: rotate(90deg);
  transition: transform 100ms ease-in;
}
.accordion.active .accordion__content {
  height: auto;
  padding: 0 15px 10px 15px;
}
@media screen and (min-width: 1200px) {
  .accordion.active .accordion__content {
    padding: 0 16px 10px 16px;
  }
}

.accordion__title {
  position: relative;
  padding: 15px 40px 15px 15px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #111111;
  font-weight: 700;
  font-size: 1.7rem;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .accordion__title {
    font-size: 1.8rem;
    padding: 20px 50px 20px 16px;
  }
}
.accordion__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  transition: transform 100ms ease-in;
}

.accordion__content {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (min-width: 992px) {
  .dual-column-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.dual-column-section__left-column,
.dual-column-section__right-column,
.dual-column-section__heading {
  width: 100%;
  box-sizing: border-box;
}

.dual-column-section__heading > :first-child {
  margin-top: 0;
}

.dual-column-section__left-column,
.dual-column-section__right-column {
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .dual-column-section__left-column,
  .dual-column-section__right-column {
    width: 50%;
  }
}
.dual-column-section__left-column .heading,
.dual-column-section__right-column .heading {
  text-align: initial;
}
.dual-column-section__left-column > :first-child,
.dual-column-section__right-column > :first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .dual-column-section__left-column {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .dual-column-section__left-column {
    padding-right: 25px;
  }
}

.dual-column-section__right-column {
  padding-top: 25px;
}
@media screen and (min-width: 992px) {
  .dual-column-section__right-column {
    padding-top: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .dual-column-section__right-column {
    padding-left: 25px;
  }
}

/* Mise en page 40/60 */
@media screen and (min-width: 992px) {
  .dual-column-section--40-60 .dual-column-section__left-column {
    width: 38%;
  }
}
@media screen and (min-width: 992px) {
  .dual-column-section--40-60 .dual-column-section__right-column {
    width: 60%;
  }
}

/* Mise en page 60/40 */
@media screen and (min-width: 992px) {
  .dual-column-section--60-40 .dual-column-section__left-column {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .dual-column-section--60-40 .dual-column-section__right-column {
    width: 38%;
  }
}

.section-gallery__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 22px;
  margin: 30px auto;
  max-width: 420px;
}
@media screen and (min-width: 620px) {
  .section-gallery__images {
    grid-gap: 32px;
    margin: 36px 0 30px;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .section-gallery__images {
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-gallery__images {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .section-gallery__images {
    grid-gap: 48px;
  }
}
.section-gallery .section-gallery__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}
.section-gallery .section-gallery__item:hover::before {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.section-gallery .section-gallery__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(/wp-content/themes/tribu/public/assets/svg/zoom-in.svg);
  background-size: 32px auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.section-gallery .section-gallery__item--hidden {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
}
.section-gallery .section-gallery__item--see-more::before {
  background-image: none;
}
.section-gallery .section-gallery__item img,
.section-gallery .section-gallery__item picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-gallery .section-gallery__item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-style: italic;
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  .section-gallery .section-gallery__item .overlay {
    font-size: 4rem;
  }
}

.full-width-section {
  text-align: justify;
}
.full-width-section .container > :first-child {
  margin-top: 0;
}
.full-width-section .heading {
  text-align: initial;
}
.full-width-section.bg-color--gray {
  padding: 30px 0;
  margin: 20px 0;
}
@media screen and (min-width: 620px) {
  .full-width-section.bg-color--gray {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .full-width-section.bg-color--gray {
    padding: 50px 0;
    margin: 25px 0;
  }
}

.link-block-section__item {
  background-color: #f7f7f7;
  color: #000;
  border-radius: 5px;
  padding: 16px 16px;
}
@media screen and (min-width: 992px) {
  .link-block-section__item {
    font-size: 1.8rem;
  }
}
.link-block-section__item strong {
  color: #155097;
}
.link-block-section__item-link,
.link-block-section__item a.link-block-section__item-link {
  color: #111111;
  text-decoration: underline;
}
.link-block-section__item-link:hover,
.link-block-section__item a.link-block-section__item-link:hover {
  text-decoration: none;
}

.text-image-section__content {
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .text-image-section__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.text-image-section__content .heading {
  text-align: initial;
}

.text-image-section__text-content > :first-child {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .text-image-section__text-content {
    width: 48%;
    padding-right: 0px;
  }
}
.text-image-section__text-content:first-child {
  margin-top: 0;
}

.text-image-section__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.text-image-section__picture img {
  width: 100%;
  height: auto;
}
.text-image-section__picture-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0px auto;
}
@media screen and (min-width: 992px) {
  .text-image-section__picture-wrapper {
    margin: 0;
    width: 48%;
  }
}
.text-image-section__picture-caption {
  margin-top: 12px;
  padding: 0 12px;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .text-image-section--image-left .text-image-section__content {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--image-left .text-image-section__picture-wrapper {
    margin-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .text-image-section--image-right .text-image-section__content {
    flex-direction: row;
    padding-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--image-right .text-image-section__picture-wrapper {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-section--image-right .text-image-section__picture-wrapper {
    margin-left: 60px;
  }
}

/* Mise en page 50/50 */
@media screen and (min-width: 992px) {
  .text-image-section--50-50 .text-image-section__picture-wrapper {
    width: calc(49% - 40px);
  }
}
@media screen and (min-width: 1400px) {
  .text-image-section--50-50 .text-image-section__picture-wrapper {
    width: calc(49% - 60px);
  }
}

/* Mise en page 30/70 */
@media screen and (min-width: 768px) {
  .text-image-section--30-70.text-image-section--image-left .text-image-section__picture-wrapper {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--30-70.text-image-section--image-left .text-image-section__picture-wrapper {
    width: 38%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--30-70.text-image-section--image-left .text-image-section__text-content {
    width: 60%;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .text-image-section--30-70.text-image-section--image-right .text-image-section__picture-wrapper {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--30-70.text-image-section--image-right .text-image-section__picture-wrapper {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--30-70.text-image-section--image-right .text-image-section__text-content {
    width: 38%;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

/* Mise en page 70/30 */
@media screen and (min-width: 992px) {
  .text-image-section--70-30.text-image-section--image-left .text-image-section__picture-wrapper {
    width: 60%;
    max-width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--70-30.text-image-section--image-left .text-image-section__text-content {
    width: 38%;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--70-30.text-image-section--image-right .text-image-section__picture-wrapper {
    width: 38%;
  }
}
@media screen and (min-width: 992px) {
  .text-image-section--70-30.text-image-section--image-right .text-image-section__text-content {
    width: 60%;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.services__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 28px;
}
@media screen and (min-width: 768px) {
  .services__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .services__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .services__wrapper {
    grid-gap: 32px 70px;
  }
}
.services__wrapper .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #111111;
  border: 1px solid #F6C000;
  border-radius: 10px;
  padding: 24px;
  box-sizing: border-box;
  text-align: center;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}
@media screen and (min-width: 620px) {
  .services__wrapper .service {
    padding: 38px 30px;
  }
}
.services__wrapper .service__title {
  font-weight: 700;
  margin-bottom: 12px;
}
.services__wrapper .service__content {
  font-size: 1.4rem;
}
.services__wrapper a.service:hover {
  background-color: #F6C000;
  color: #fff;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}

.video-section .video-container {
  margin: 0 auto;
  width: 100%;
  max-width: 672px;
}
.video-section .video-container .video {
  position: relative;
  padding-top: 56%;
}
.video-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-head {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 620px) {
  .home-head {
    width: 90%;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .home-head {
    display: block;
    width: 100%;
  }
}
.home-head img {
  width: 100%;
  object-fit: cover;
  height: 170px;
  border-radius: 10px;
}
@media screen and (min-width: 620px) {
  .home-head img {
    height: 440px;
  }
}
@media screen and (min-width: 992px) {
  .home-head img {
    border-radius: 0;
    height: 610px;
  }
}
.home-head__container {
  position: relative;
  max-width: 1145px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 620px) {
  .home-head__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-head__container-content {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0;
  border-bottom: 1px solid #BABABA;
  padding: 16px 0;
}
@media screen and (min-width: 620px) {
  .home-head__container-content {
    position: absolute;
    top: 50%;
    left: 30px;
    padding: 12px 0;
    border: none;
    border-radius: 15px;
    transform: translateY(-55%);
    padding: 37px 50px 32px 32px;
    max-width: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .home-head__container-content {
    left: 0;
  }
}
.home-head__container-content p:first-of-type {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .home-head__container-content p:first-of-type {
    margin: 0 0 22px 0;
  }
}
.home-head__container-content p {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .home-head__container-content p {
    font-size: 1.8rem;
  }
}
.home-head__container-content .button {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .home-head__container-content .button {
    font-size: 1.6rem;
  }
}
.home-head__container-content .heading--h2 {
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .home-head__container-content .heading--h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.home-head__container-content .contact-box .contact-box__title {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .home-head__container-content .contact-box .contact-box__title {
    font-size: 1.6rem;
  }
}

.home-product-categories__slider {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 35px 32px;
}
@media screen and (min-width: 620px) {
  .home-product-categories__slider {
    width: 90%;
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) {
  .home-product-categories__slider {
    padding: 50px 0;
  }
}
.home-product-categories__slider.flickity-enabled {
  margin-left: 22px;
}
@media screen and (min-width: 768px) {
  .home-product-categories__slider.flickity-enabled {
    width: auto;
    margin-left: 5%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-product-categories__slider.flickity-enabled {
    margin-left: calc((100% - 1140px) / 2);
  }
}
.home-product-categories__slider.flickity-enabled .home-product-categories__single {
  margin-right: 36px;
  min-height: calc(100% - 64px);
}
.home-product-categories__slider:not(.flickity-enabled) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
@media (width >= 1024px) {
  .home-product-categories__slider:not(.flickity-enabled) {
    display: flex;
    justify-content: center;
  }
}

.home-product-categories__single {
  background-color: #16283D;
  color: #fff;
  min-height: 76px;
  padding: 16px;
  border-radius: 10px;
  transition: background-color 250ms ease-in-out, color 150ms ease-in-out;
}
@media screen and (min-width: 620px) {
  .home-product-categories__single {
    min-height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .home-product-categories__single {
    width: 211px;
    padding: 32px;
  }
}
.home-product-categories__single:hover, .home-product-categories__single:focus {
  background-color: #ECECEC;
  color: #16283D;
}

.home-product-categories__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .home-product-categories__title {
    font-size: 2.4rem;
  }
}

.home-product-categories__description {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .home-product-categories__description {
    font-size: 1.6rem;
  }
}

.home-news {
  padding: 42px 0 52px 0;
}
@media screen and (min-width: 1200px) {
  .home-news {
    padding: 64px 0;
  }
}
.home-news .container {
  max-width: 1014px;
}
.home-news .flickity-page-dots {
  left: 157px;
  bottom: 19px;
  text-align: left;
  width: calc(100% - 157px);
}
@media screen and (min-width: 768px) {
  .home-news .flickity-page-dots {
    bottom: 76px;
  }
}

.news-list__container {
  display: grid;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .news-list__container {
    grid-gap: 37px;
    grid-template-columns: 220px 1fr;
  }
}
.news-list__container .news-list {
  padding: 0;
}
.news-list__container .news-list__heading {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .news-list__container .news-list__heading {
    margin-bottom: 0;
  }
}
.news-list__container .news-list__heading span {
  color: #BABABA;
}
.news-list__container .news-list__heading .heading--h2,
.news-list__container .news-list__heading a {
  color: #155097;
}
.news-list__container .news-list__heading a {
  text-decoration: underline;
}
.news-list__container .news-list__item-icon {
  display: none;
  position: absolute;
  bottom: -8px;
  right: 30px;
  transition: transform 250ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .news-list__container .news-list__item-icon {
    display: block;
  }
}
.news-list__container .news-list__item {
  display: grid;
  grid-gap: 23px;
  overflow: hidden;
  background-color: #155097;
  color: #fff;
  border-radius: 10px;
  padding: 23px;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
@media screen and (min-width: 620px) {
  .news-list__container .news-list__item {
    grid-template-columns: 102px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .news-list__container .news-list__item {
    padding: 32px 50px 32px 32px;
  }
}
.news-list__container .news-list__item:hover, .news-list__container .news-list__item:focus {
  color: #155097;
  background-color: #ECECEC;
}
.news-list__container .news-list__item:hover .news-list__item-icon, .news-list__container .news-list__item:focus .news-list__item-icon {
  transform: scale(2.8) translateX(20px) translateY(-13px);
}
.news-list__container .news-list__item-title {
  margin-bottom: 12px;
}
.news-list__container .news-list__item-thumb img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-realisations {
  position: relative;
  background-color: #ECECEC;
  padding: 35px 0 65px 0;
}
@media screen and (min-width: 768px) {
  .home-realisations {
    padding-bottom: 35px;
  }
  .home-realisations:before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(/wp-content/themes/tribu/public/assets/svg/grey-curve.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .home-realisations {
    padding: 50px 0;
  }
}
.home-realisations__container {
  display: grid;
  align-items: flex-end;
}
@media screen and (min-width: 992px) {
  .home-realisations__container {
    grid-template-columns: 600px 1fr;
  }
}
.home-realisations__link {
  position: absolute;
  bottom: 35px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .home-realisations__link {
    position: static;
  }
}

.home-realiations-svg {
  display: none;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .home-realiations-svg {
    display: flex;
    left: 4%;
  }
}
@media screen and (min-width: 1400px) {
  .home-realiations-svg {
    left: 13%;
  }
}

.home-realisations__slider-wrapper {
  margin-left: 22px;
}
@media screen and (min-width: 768px) {
  .home-realisations__slider-wrapper {
    width: auto;
    margin-left: 5%;
    margin-right: 0;
  }
}
@media (width >= 1024px) {
  .home-realisations__slider-wrapper .home-realisations__slider:not(.flickity-enabled) {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .home-realisations__slider-wrapper {
    margin-left: calc((100% - 1140px) / 2 - 20px);
  }
}

.home-realisations__single {
  width: 220px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .home-realisations__single {
    width: 380px;
    margin-right: 0;
  }
}
.home-realisations__single.is-selected {
  z-index: 2;
  opacity: 1;
}
.home-realisations__single.is-selected .realisation {
  background-color: #fff;
  transform: scale(1);
  transition: transform 200ms ease-in;
}
.home-realisations__single:not(.is-selected) {
  z-index: 1;
}
.home-realisations__single:not(.is-selected) .realisation {
  transform: scale(1);
  transform-origin: left center;
  transition: transform 200ms ease-in;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .home-realisations__single:not(.is-selected) .realisation {
    transform: scale(0.65);
  }
}
.home-realisations__single .realisation {
  width: 100%;
  margin: 20px;
  padding: 21px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.1);
  display: grid;
  grid-gap: 21px;
}
@media screen and (min-width: 768px) {
  .home-realisations__single .realisation {
    padding: 30px;
    grid-template-columns: 184px 270px;
    grid-gap: 32px;
    width: calc(100% + 180px);
    max-width: 550px;
  }
}
.home-realisations__single .realisation img {
  height: 125px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .home-realisations__single .realisation img {
    height: 100%;
  }
}
.home-realisations__single .home-realisations__single--location > p {
  margin: 0;
  font-size: 1.6rem;
}
.home-realisations__single .home-realisations__single--subtitle > p {
  margin: 5px 0;
  font-size: 1.6rem;
}

.home-about-us {
  padding: 30px 0;
}
@media screen and (min-width: 620px) {
  .home-about-us {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .home-about-us {
    padding: 65px 0;
  }
}
.home-about-us__container {
  display: flex;
  gap: 16px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .home-about-us__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .home-about-us__container {
    grid-template-columns: 3fr 2fr;
    grid-gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .home-about-us__container {
    grid-template-columns: 70fr 45fr;
    grid-gap: 48px;
  }
}
.home-about-us a:not(.button) {
  text-decoration: underline;
}

.home-about-us-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.home-about-us-text img {
  max-width: 192px;
}
.home-about-us-text .contact-box__title {
  margin-top: 0;
}
.home-about-us-text .contact-box__content {
  display: flex;
  align-items: center;
  gap: 5px;
}

.overflow {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.home .site-header__top-menu {
  background: linear-gradient(to right, rgb(11, 37, 74) 0%, rgb(14, 49, 102) 100%);
}
.home .site-header__main-menu {
  background: rgba(0, 0, 0, 0);
}
.home .header__phone-number {
  color: #fff;
}
.home .header__phone-number svg path {
  fill: #fff;
}
.home .page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .home .page-header {
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .home .page-header {
    min-height: 532px;
  }
}

.reassurances--home {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .reassurances--home {
    justify-content: space-between;
  }
}
.reassurances--home .reassurances__item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 30px;
  margin: 0 10px 20px 10px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .reassurances--home .reassurances__item {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .reassurances--home .reassurances__item {
    width: 216px;
    height: 216px;
  }
}
.reassurances--home .reassurances__item-img {
  margin-right: 0;
  margin-bottom: 10px;
}
.reassurances--home .reassurances__item-title {
  text-align: center;
  color: #155097;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .home .site-header__top-menu .menu-item > a {
    color: #fff;
  }
  .home .site-header__main-menu .header__nav > .menu-item > a {
    color: #fff;
  }
}
.blog .news-list,
.tag .news-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.blog .news-list__item,
.tag .news-list__item {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.blog .news-list__item:hover img,
.tag .news-list__item:hover img {
  transform: scale(1.2);
}
.blog .news-list__item-img-wrapper,
.tag .news-list__item-img-wrapper {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.blog .news-list__item-img-wrapper img,
.tag .news-list__item-img-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 250ms ease-in-out;
}

@media screen and (min-width: 1200px) {
  .post-type-archive-product .page-header__title {
    margin-top: 30px;
  }
}

.products-list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  max-width: 310px;
}
@media screen and (min-width: 620px) {
  .products-list {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .products-list {
    grid-gap: 36px;
  }
}
.products-list__item {
  padding: 16px;
  background-color: #f1f1f1;
  border-radius: 15px;
  transition: background-color 200ms ease-in;
}
.products-list__item:hover {
  background-color: #e1e1e1;
  transition: background-color 200ms ease-in;
}
.products-list__item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  overflow: hidden;
}
.products-list__item-title {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .products-list__item-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .products-list__item-title {
    font-size: 2.2rem;
  }
}
.products-list__item-description p {
  line-height: 1;
}

.post-type-archive-realisations .realisations-list {
  margin: 32px 0;
}
@media screen and (min-width: 992px) {
  .post-type-archive-realisations .realisations-list {
    margin: 52px 0;
  }
}
.post-type-archive-realisations .realisation {
  display: grid;
  grid-gap: 20px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 20px;
  transition: background-color 150ms ease-in;
}
@media screen and (min-width: 620px) {
  .post-type-archive-realisations .realisation {
    grid-template-columns: 160px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-realisations .realisation {
    grid-template-columns: 300px 1fr;
    padding: 32px;
  }
}
.post-type-archive-realisations .realisation:hover {
  background-color: #f1f1f1;
  transition: background-color 150ms ease-in;
}
.post-type-archive-realisations .realisation__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}
.post-type-archive-realisations .realisation__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.post-type-archive-realisations .realisation__title {
  margin-top: 0;
}
.post-type-archive-realisations .realisation + .realisation {
  margin-top: 26px;
}

.is-404 {
  padding: 50px 0;
  text-align: center;
}
.is-404 .search-form {
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .single-post .page-header__title {
    max-width: calc(100% - 400px);
  }
}

.single-post__header {
  position: relative;
  padding: 28px 0;
}
@media screen and (min-width: 992px) {
  .single-post__header {
    display: flex;
    align-items: flex-start;
    padding: 40px 0 0 0;
  }
}

.single-post__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 20px auto;
}
.single-post__thumbnail img {
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .single-post__thumbnail {
    float: right;
    width: 100%;
    max-width: 350px;
    flex-shrink: 0;
    margin: 0 auto auto 50px;
  }
}

.single-post__infos {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .single-post__infos {
    text-align: left;
    flex-grow: 1;
  }
}

.single-post__tags {
  padding: 0 0 20px 0;
}

.single-post__date {
  font-style: italic;
  color: #a0a0a0;
  margin-bottom: 16px;
}

.single-post__footer {
  padding: 40px 0;
  text-align: center;
}

.contact-page {
  position: relative;
}

.page-template-contact-template .page-header__container {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.contact-page__content-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-col-left {
  width: 100%;
  padding: 20px 30px 20px 30px;
  background-color: #155097;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .contact-col-left {
    position: relative;
    z-index: 2;
    /*position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 410px;*/
    height: 100%;
    padding: 20px 40px 20px 60px;
    background-color: rgba(46, 90, 159, 0.85);
  }
}
@media screen and (min-width: 1200px) {
  .contact-col-left {
    width: 725px;
    padding: 20px 70px 20px 100px;
  }
}
.contact-col-left .heading {
  text-align: center;
}
.contact-col-left .gform_wrapper {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 992px) {
  .contact-col-left .gform_wrapper {
    width: 490px;
  }
}
.contact-col-left .gform_wrapper .gform_footer input[type=submit],
.contact-col-left .gform_wrapper .gform_footer input.button,
.contact-col-left .gform_wrapper .gform_page_footer input[type=submit],
.contact-col-left .gform_wrapper .gform_page_footer input.button {
  background-color: #155097;
  border: 1px solid #155097;
  padding: 15px 35px;
  color: #fff;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-col-left .gform_wrapper .gform_footer input[type=submit],
  .contact-col-left .gform_wrapper .gform_footer input.button,
  .contact-col-left .gform_wrapper .gform_page_footer input[type=submit],
  .contact-col-left .gform_wrapper .gform_page_footer input.button {
    font-size: 2rem;
  }
}
.contact-col-left .gform_wrapper .gform_footer input[type=submit]:hover, .contact-col-left .gform_wrapper .gform_footer input[type=submit]:focus,
.contact-col-left .gform_wrapper .gform_footer input.button:hover,
.contact-col-left .gform_wrapper .gform_footer input.button:focus,
.contact-col-left .gform_wrapper .gform_page_footer input[type=submit]:hover,
.contact-col-left .gform_wrapper .gform_page_footer input[type=submit]:focus,
.contact-col-left .gform_wrapper .gform_page_footer input.button:hover,
.contact-col-left .gform_wrapper .gform_page_footer input.button:focus {
  background-color: #FFF;
  color: #155097;
}
.contact-col-left .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .contact-col-left .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}
.contact-col-left .gform_wrapper textarea {
  margin-top: 12px;
}
.contact-col-left .gfield_checkbox label {
  color: #fff;
}

.contact-col-right {
  height: 420px;
}
@media screen and (min-width: 992px) {
  .contact-col-right {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100%;
    /*position: relative;
    z-index: 1;
    height: 830px;
    padding-left: 650px;*/
  }
}
.contact-col-right .gm-style {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}
.contact-col-right .gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .contact-col-right .gm-style .gm-style-iw-t::after {
    top: -118px;
    left: -227px;
    transform: rotate(45deg);
  }
}

.list-offices__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px;
  color: #155097;
  font-size: 1.4rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .list-offices__item {
    flex-direction: row;
    width: 400px;
  }
}

.list-offices__item-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list-offices__item-content {
    width: calc(100% - 170px);
  }
}

.list-offices__item-img {
  width: 150px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .list-offices__item-img {
    margin-right: 15px;
  }
}
.list-offices__item-img img {
  width: 100%;
  max-width: 100%;
}

.list-offices__item-title,
.list-offices__item-address,
.list-offices__item-phone {
  margin: 7px 0;
  line-height: 1.2;
}

.list-offices__item-title {
  margin: 0 0 7px 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .list-offices__item-title {
    font-size: 1.6rem;
  }
}

.list-offices__item-link {
  text-decoration: underline;
}
.list-offices__item-link:hover {
  text-decoration: none;
}

.portal-cat-products__container {
  padding: 20px 0;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 620px) {
  .portal-cat-products__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .portal-cat-products__container {
    padding: 70px 0;
    grid-gap: 32px 34px;
  }
}

.portal-cat-products-content--hovered {
  position: absolute;
  right: 0;
  background-color: #16283D;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0;
}

.portal-cat-products__single {
  position: relative;
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: 0.5fr 1fr;
  border-radius: 10px;
  min-height: 210px;
  transition: all 250ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .portal-cat-products__single {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .portal-cat-products__single:hover .portal-cat-products-content--hovered {
    right: 0;
    left: unset;
    opacity: 1;
  }
}

.portal-cat-products-title .heading--h2 {
  font-size: 1.8rem;
}

.portal-cat-products-image {
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: width 250ms ease-in-out, opacity 250ms ease-in-out;
}
.portal-cat-products-image img {
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.portal-cat-products-content {
  height: 100%;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 10px;
  transition: all 250ms ease-in-out;
}

.portal-cat-products-link {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.single-products article {
  margin-bottom: 50px;
}
.single-products .page-header .subtitle {
  display: block;
  color: #BABABA;
}
@media screen and (min-width: 992px) {
  .single-products .page-header .subtitle {
    font-size: 2.4rem;
  }
}
.single-products .page-header__title {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .single-products .page-header__title {
    font-size: 3.6rem;
  }
}
.single-products .chapo {
  margin-top: 20px;
}
.single-products .chapo p {
  margin: 22px 0;
}
.single-products .chapo .icon-text p {
  margin: 2px 0;
}
.single-products .page-header {
  padding: 20px 32px;
}
@media screen and (min-width: 768px) {
  .single-products .page-header {
    padding: 20px 0;
  }
}
.single-products .subtitle {
  font-size: 1.8rem;
}
.single-products .product-details-links-container {
  padding: 0;
  margin: 50px 0;
}

.product-details {
  display: grid;
  justify-content: space-between;
  grid-gap: 40px;
  padding-top: 0;
  font-family: "Inter", Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .product-details {
    grid-gap: 0;
    grid-template-columns: 555px 420px;
  }
}

.product-details-links-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}
.product-details-links-container:before, .product-details-links-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.product-details-links-container:after {
  top: unset;
  bottom: -32px;
}

.product-catalog,
.product-notice {
  text-decoration: underline;
  padding: 6px 0 6px 35px;
}
.product-catalog:hover, .product-catalog:focus,
.product-notice:hover,
.product-notice:focus {
  text-decoration: none;
}

.product-videos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 10px 0;
}

.product-catalog {
  background: 0 50% no-repeat url(/wp-content/themes/tribu/public/assets/svg/catalog-icon.svg);
}

.product-notice {
  background: 0 50% no-repeat url(/wp-content/themes/tribu/public/assets/svg/notice-icon.svg);
}

.product-video {
  background: 30px 50% no-repeat url(/wp-content/themes/tribu/public/assets/svg/video-icon.svg), #ECECEC;
  border-radius: 50px;
  padding: 8px 35px 8px 65px;
  border: 1px solid #ECECEC;
}
.product-video:hover, .product-video:focus {
  border: 1px solid #155097;
}

.product-contact-link {
  padding: 0;
}
.product-contact-link a {
  font-size: 1.8rem;
}

.encart-nouveaute {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 15px;
  padding: 16px 28px 32px 28px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 620px) {
  .encart-nouveaute {
    width: max-content;
  }
}
.encart-nouveaute .encart-nouveaute-container {
  position: relative;
  padding-top: 10px;
}
.encart-nouveaute .encart-nouveaute-content {
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
}
.encart-nouveaute .encart-nouveaute-content .encart-nouveaute-title {
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .encart-nouveaute .encart-nouveaute-content .encart-nouveaute-title {
    font-size: 2.4rem;
  }
}
.encart-nouveaute .encart-nouveaute-content .encart-nouveaute-title * {
  color: #fff;
}
.encart-nouveaute .encart-nouveaute-content .encart-nouveaute-title > p {
  margin-bottom: 0;
}
.encart-nouveaute .encart-nouveaute-content .encart-nouveaute-link {
  font-size: 1.4rem;
  text-decoration: underline;
}
.encart-nouveaute .encart-nouveaute-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
}
.encart-nouveaute .encart-nouveaute-image img {
  opacity: 0.6;
}

.product-accessories {
  position: relative;
  z-index: 1;
  padding: 25px 0 25px 0;
}
@media screen and (min-width: 768px) {
  .product-accessories {
    padding: 45px;
  }
}
@media screen and (min-width: 992px) {
  .product-accessories {
    padding: 65px 0 65px 0;
  }
  .product-accessories:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #ECECEC;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.product-accessories .container {
  position: relative;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  margin-bottom: -50px;
  padding: 25px 32px;
}
@media screen and (min-width: 768px) {
  .product-accessories .container {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 20px;
    max-width: 1101px;
    padding: 27px 32px;
  }
}
@media screen and (min-width: 992px) {
  .product-accessories .container {
    grid-template-columns: 260px 1fr;
    grid-gap: 48px;
  }
}
.product-accessories__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1200px) {
  .product-accessories__list {
    gap: 30px;
  }
}
.product-accessories__list .accessory .button {
  padding: 5px 25px;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1.3;
}
.product-accessories__list .accessory .button:hover span {
  color: #16283D;
}

.product-text-image-double-columns {
  position: relative;
  padding: 75px 0 25px;
}
@media screen and (min-width: 992px) {
  .product-text-image-double-columns {
    padding: 67px 0 60px 0;
  }
}
.product-text-image-double-columns .product-text-image-double-columns__container {
  display: grid;
}
@media screen and (min-width: 768px) {
  .product-text-image-double-columns .product-text-image-double-columns__container {
    grid-template-columns: 0.5fr 0.25fr;
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .product-text-image-double-columns .product-text-image-double-columns__container {
    grid-template-columns: 440px 1fr;
    grid-gap: 73px;
  }
}
.product-text-image-double-columns .product-text-image-double-columns__container .product-text-image-double-columns__images {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .product-text-image-double-columns .product-text-image-double-columns__container .product-text-image-double-columns__images {
    gap: 32px;
  }
}
.product-text-image-double-columns .product-text-image-double-columns__container .product-text-image-double-columns__images img {
  border-radius: 15px;
  width: 100%;
}
@media screen and (min-width: 620px) {
  .product-text-image-double-columns .product-text-image-double-columns__container .product-text-image-double-columns__images img {
    width: auto;
  }
}
.product-text-image-double-columns .product-text-image-double-columns-svg {
  display: none;
  position: absolute;
  bottom: 0;
  left: 14%;
}
@media screen and (min-width: 1600px) {
  .product-text-image-double-columns .product-text-image-double-columns-svg {
    display: block;
  }
}
.product-text-image-double-columns .product-text-image-double-columns-svg svg {
  display: block;
}

.product-text-image-framed {
  padding: 25px 0;
}
@media screen and (min-width: 992px) {
  .product-text-image-framed {
    padding: 65px 0;
  }
}
.product-text-image-framed .container {
  max-width: 800px;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 992px) {
  .product-text-image-framed .container {
    grid-template-columns: 280px 1fr;
    grid-gap: 74px;
  }
}
.product-text-image-framed .product-text-image-framed__image {
  display: flex;
  border-radius: 15px;
  border: 1px solid #ECECEC;
  overflow: hidden;
}
.product-text-image-framed .product-text-image-framed__image img {
  width: 100%;
}

.product-news-3-col .container {
  max-width: 1200px;
}

.product-news-3-col__container {
  padding: 32px;
  border-radius: 15px;
  display: grid;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .product-news-3-col__container {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .product-news-3-col__container {
    grid-template-columns: 1fr 185px;
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .product-news-3-col__container {
    grid-template-columns: 1fr 326px;
  }
}

@media screen and (min-width: 768px) {
  .product-news-3-col__content {
    column-count: 2;
  }
}
.product-news-3-col__content .heading {
  color: #fff;
  max-width: 285px;
}
.product-news-3-col__content li {
  padding-bottom: 5px;
}

.product-news-3-col__image img {
  border-radius: 10px;
}

.product-accordions {
  padding: 50px 0 0 0;
  margin-bottom: 50px;
}
.product-accordions .accordion {
  margin: 0;
}
.product-accordions .accordion__title {
  padding: 0 50px 20px 0;
  font-weight: 400;
  font-size: 1.6rem;
}
.product-accordions .accordion__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.product-accordions .accordion__title:after {
  top: calc(50% - 20px);
  background-image: url(/wp-content/themes/tribu/public/assets/svg/plus-icon-grey.svg);
}

.single-product .single-product__container {
  display: grid;
  grid-gap: 50px;
}
@media screen and (min-width: 992px) {
  .single-product .single-product__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .single-product .single-product__container {
    grid-template-columns: 550px 550px;
  }
}
.single-product .single-product-content__container {
  display: flex;
  flex-direction: column;
}
.single-product .woocommerce-product-gallery {
  width: 100% !important;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 32px;
  margin-bottom: 44px !important;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--false {
  grid-template-columns: 1fr;
}
.single-product .woocommerce-product-gallery .flex-viewport {
  order: 2;
}
.single-product .woocommerce-product-gallery .flex-viewport img {
  border-radius: 20px;
  outline: 1px solid #ececec;
}
.single-product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  order: 1;
  flex-direction: column;
  gap: 16px;
}
.single-product .woocommerce-product-gallery .flex-control-nav li {
  width: 64px !important;
}
.single-product .woocommerce-product-gallery .flex-control-nav li img {
  border-radius: 10px;
  outline: 1px solid #ececec;
  outline-offset: -1px;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  border-radius: 20px;
  border: 1px solid #ececec;
  overflow: hidden;
}
.single-product .product-details-links-container:after, .single-product .product-details-links-container:before {
  content: none;
}
.single-product .woocommerce-page div.product div.images {
  width: 100% !important;
  height: 100%;
  max-width: 455px;
  max-height: 347px;
  object-fit: cover;
}
.single-product .single_variation_wrap .single-product__price-container {
  display: none;
}

.woocommerce-page div.product div.summary {
  float: none !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .woocommerce-page div.product div.summary {
    margin-top: 50px;
    padding: 32px 0;
    flex-wrap: nowrap;
  }
}
.woocommerce-page div.product div.summary .taxes-excluded {
  font-size: 2.8rem;
}
.woocommerce-page div.product div.summary:before, .woocommerce-page div.product div.summary:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
  position: absolute;
  left: 0;
}
.woocommerce-page div.product div.summary:before {
  top: 0;
}
.woocommerce-page div.product div.summary:after {
  bottom: 0;
}

.woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.single_add_to_cart_button {
  font-family: "Inter", Arial, sans-serif;
  background-color: #F6C000 !important;
  color: #16283D !important;
  font-weight: 800;
  padding: 19px 18.5px !important;
  font-size: 1.8rem !important;
}
.single_add_to_cart_button:hover, .single_add_to_cart_button:focus {
  background-color: #16283D !important;
  color: #fff !important;
}

.single-product__add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 620px) {
  .single-product__add-to-cart {
    flex-wrap: nowrap;
    gap: 32px;
  }
}
.single-product__add-to-cart .quantity-placeholder {
  font-size: 1.8rem;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #16283D;
}
.single-product__add-to-cart .single-product__quantity {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: #ECECEC;
  padding: 11.5px 16px;
  border-radius: 5px;
}
.single-product__add-to-cart .quantity {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ECECEC;
  margin: 0 40px !important;
}
.single-product__add-to-cart .quantity input::-webkit-outer-spin-button,
.single-product__add-to-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product__add-to-cart .quantity input[type=number] {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
  padding: 0;
  width: 24px !important;
  height: 24px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
}
.single-product__add-to-cart .quantity .quantity-nav {
  position: relative;
  height: 31px;
}
.single-product__add-to-cart .quantity .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.7;
  transform: translateX(-100%);
  user-select: none;
}
.single-product__add-to-cart .quantity .quantity-button.quantity-up {
  right: -35px;
  background: url(/wp-content/themes/tribu/public/assets/svg/plus-quantity.svg);
}
.single-product__add-to-cart .quantity .quantity-button.quantity-down {
  background: url(/wp-content/themes/tribu/public/assets/svg/minus-quantity.svg);
  left: -58px;
}
.single-product__add-to-cart .quantity .quantity-button.quantity-up, .single-product__add-to-cart .quantity .quantity-button.quantity-down {
  position: absolute;
  transform: translateY(-50%);
  height: 50%;
  top: 50%;
  border-radius: 5px;
  padding: 4.25px 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
}

.entry-summary form.variations_form.cart {
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .entry-summary form.variations_form.cart h2 {
    width: 300px;
  }
}
.entry-summary form.variations_form.cart table.variations {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .entry-summary form.variations_form.cart table.variations {
    width: calc(100% - 340px);
  }
}

.single-product__variations,
.woocommerce__add-to-cart-container {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: flex-start;
    gap: 28px;
  }
}
.woocommerce-variation-add-to-cart .single-product__quantity-container {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: #ECECEC;
  padding: 11.5px 16px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 220px;
}
.woocommerce-variation-add-to-cart .quantity-placeholder {
  font-size: 1.8rem;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #16283D;
}
.woocommerce-variation-add-to-cart .quantity {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ECECEC;
  margin: 0 40px !important;
}
.woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
.woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-variation-add-to-cart .quantity input[type=number] {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
  padding: 0;
  width: 24px !important;
  height: 24px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
}
.woocommerce-variation-add-to-cart .quantity .quantity-nav {
  position: relative;
  height: 31px;
}
.woocommerce-variation-add-to-cart .quantity .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.7;
  transform: translateX(-100%);
  user-select: none;
}
.woocommerce-variation-add-to-cart .quantity .quantity-button.quantity-up {
  right: -35px;
  background: url(/wp-content/themes/tribu/public/assets/svg/plus-quantity.svg);
}
.woocommerce-variation-add-to-cart .quantity .quantity-button.quantity-down {
  background: url(/wp-content/themes/tribu/public/assets/svg/minus-quantity.svg);
  left: -58px;
}
.woocommerce-variation-add-to-cart .quantity .quantity-button.quantity-up, .woocommerce-variation-add-to-cart .quantity .quantity-button.quantity-down {
  position: absolute;
  transform: translateY(-50%);
  height: 50%;
  top: 50%;
  border-radius: 5px;
  padding: 4.25px 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
}
.woocommerce-variation-add-to-cart .single-product__add-to-cart-disclamer {
  margin-top: 24px;
}
@media screen and (min-width: 556px) {
  .woocommerce-variation-add-to-cart .single-product__add-to-cart-disclamer {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-variation-add-to-cart .single-product__add-to-cart-disclamer {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
.woocommerce-variation-add-to-cart .single-product__add-to-cart-disclamer button.single_add_to_cart_button {
  flex-shrink: 0;
  float: none !important;
}
@media screen and (min-width: 556px) and (max-width: 767px) {
  .woocommerce-variation-add-to-cart .single-product__add-to-cart-disclamer button.single_add_to_cart_button {
    position: absolute;
    left: 247px;
    top: 0;
  }
}

.up-sells {
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 992px) {
  .up-sells {
    padding: 20px 0 60px 0;
  }
}
.up-sells > h2 {
  margin-bottom: 32px;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  background-color: rgba(0, 0, 0, 0);
}

.products .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  height: 430px;
}
.products .product .product-desc__bottom {
  padding-bottom: 20px;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 1200px) {
  .products .product .product-desc__bottom {
    top: 0;
    position: relative;
  }
}
.products .product img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 179px !important;
  aspect-ratio: 263/180;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .products .product img {
    position: absolute;
    transition: all 400ms ease-in-out;
  }
}
.products .product .woocommerce-loop-product__title,
.products .product .price,
.products .product .product-desc {
  padding: 0 32px !important;
}
.products .product .woocommerce-loop-product__title {
  font-family: "Inter", Arial, sans-serif;
  color: #16283D;
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 30px !important;
  display: block;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1200px) {
  .products .product .woocommerce-loop-product__title {
    position: relative;
    padding-top: 198px !important;
  }
}
.products .product .amount {
  color: #155097;
  font-weight: 700;
  font-size: 2.2rem;
}
.products .product .product-desc {
  margin: 0;
  color: #16283D;
  font-size: 1.6rem;
}
.products .product .itsnew {
  display: block;
  width: 20px;
  height: 16px;
  padding: 8px 6px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
  background-image: url(/wp-content/themes/tribu/public/assets/svg/new-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #155097;
}
@media screen and (min-width: 1200px) {
  .products .product:hover img {
    height: 100% !important;
    filter: brightness(0.2);
    border-radius: 10px;
  }
  .products .product:hover .woocommerce-loop-product__title {
    color: #fff;
    padding-top: 45% !important;
  }
  .products .product:hover .product-desc__bottom {
    top: -110px;
  }
  .products .product:hover .product-desc__bottom .product-desc {
    color: #fff;
  }
  .products .product:hover .woocommerce-Price-amount.amount {
    color: #F6C000;
  }
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background-color: rgba(0, 0, 0, 0);
}
.woocommerce-checkout .checkout-order-summary-block-fill {
  background-color: #f1f1f1;
}
@media screen and (max-width: 778px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block:not(.checkout-order-summary-block-fill-wrapper) {
    display: none;
  }
}

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