@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: #0a021c;
  background-color: #fff;
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.container {
  width: 1280px !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}

.column {
  margin-left: -0.938em;
  margin-right: -0.938em;
}
.column .row {
  padding: 0 0.938em;
}

.flexwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.flexcenter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.flexitem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.flexcol {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1em;
}

.mini-text {
  font-size: 11px;
  color: #7c899a;
}

.sectop {
  justify-content: space-between;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #e5e8ec;
}

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

.carousel-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-container .swiper.product-swiper {
  height: 480px;
}
.carousel-container .swiper.product-swiper .swiper-slide.vente-inspirer {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  overflow: hidden;
  height: 460px;
}
.carousel-container .swiper.product-swiper .swiper-slide.vente-inspirer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.carousel-container .swiper.product-swiper .swiper-slide.vente-inspirer a .product-info {
  margin-top: 15px;
  width: 100%;
}
.carousel-container .swiper.product-swiper .swiper-slide.vente-inspirer a .product-info h3 {
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.carousel-container .swiper.product-swiper .swiper-slide.vente-inspirer a .product-info .price {
  display: block;
  margin-top: 10px;
}
.carousel-container .swiper.product-swiper .swiper-button-prev,
.carousel-container .swiper.product-swiper .swiper-button-next {
  color: black !important;
}
.carousel-container .swiper.product-swiper .swiper-button-prev {
  left: 0px !important;
  right: auto;
}
.carousel-container .swiper.product-swiper .swiper-button-next {
  right: 0px !important;
  left: auto;
}

.icon-Yo {
  background-image: url(https://yesoffice.plcdev.fr/wp-content/uploads/2024/09/Nouveau-projet.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.3s ease;
}
.icon-Yo:hover {
  transform: scale(1.05);
}

.icon-Yo-big {
  width: 32px;
  height: 14px;
}

.icon-Yo-small-g,
.icon-Yo-small-d,
.icon-Yo-small {
  width: 24px;
  height: 10px;
}

.image-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.large-image {
  position: relative;
}
.large-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.small-images {
  display: flex;
  gap: 10px;
}

.small-image {
  position: relative;
}
.small-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-img-big-bloc {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
  /* width: 450px; */
}

.text-img-medium-bloc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 2.5rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
  /* width: 450px; */
}

.large-image.swiper-baniere {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.large-image .swiper-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.large-image .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.large-image .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.woo-entry-inner .clr {
  height: 250px;
  max-height: 250px;
}

.woo-product-info {
  height: 204px;
  max-height: 204px;
}

.title {
  height: 100px;
}

.products .offer {
  text-align: center;
  margin-bottom: 1.5em;
}
.products .offer p {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.products .offer ul {
  gap: 1em;
}
.products .offer ul li {
  position: relative;
  width: auto;
  height: 34px;
  padding: 0.5em;
  line-height: initial;
  color: #36475B;
  background-color: #f2f3f5;
  border-radius: 5px;
}
.products .offer ul li:not(:last-child)::before {
  position: absolute;
  right: -0.6em;
  color: #7c899a;
}
.products :where(.image, .thumbnail) img {
  transition: transform 0.3s ease;
}
.products :where(.image, .thumbnail) img:hover {
  transform: scale(1.1);
}
.products .hoverable {
  position: absolute;
  top: 0;
  right: 0;
}
.products .hoverable li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0.25em;
  margin: 0.25em;
  border-radius: 50%;
  line-height: 1;
  background-color: #fff;
  opacity: 0.5;
  transition: background-color 0.3s, color 0.3s 0.3s ease;
}
.products .hoverable li a:hover {
  color: #fff;
  background-color: #0a021c;
}
.products .hoverable li.active a:hover {
  background-color: #e91e63;
}
.products .hoverable li:not(.active) {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease;
  transition: opacity 0.2s;
}
.products .hoverable li:last-child {
  transition-delay: 0.1s;
}
.products .item {
  display: flex;
  position: relative;
  margin-bottom: 100px;
}
.products .item:hover .hoverable li {
  transform: translateX(0);
  opacity: 1;
}
.products .discount {
  top: auto;
  right: 0;
  left: auto;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
}
.products .discount::before {
  background-color: #0a021c;
}
.products .discount span {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
.products .content {
  display: flex;
  flex-direction: column;
}
.products :where(.big, .main, .one) .content {
  gap: 1em;
  margin-top: 1.25em;
}
.products .rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.products .rating .stars {
  width: 80px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 18.26l-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928z' fill='rgba(241,196,14,1)'/%3E%3C/svg%3E");
  background-position-y: top;
  background-repeat: repeat-x;
}
.products h3 {
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.products h3 a:hover {
  text-decoration: underline;
}
.products .price .current {
  font-size: calc(1em + 1vw);
  color: #e91e63;
  margin-right: 0.25em;
}
.products .price .normal {
  color: #7c899a;
  text-decoration: line-through;
}
.products .stock .qty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.products .stock .bar {
  height: 3px;
  margin-top: 1em;
  background-color: #e5e8ec;
  overflow: hidden;
}
.products .stock .available {
  height: 3px;
  width: var(--stock-width);
  background-color: #A01F1E;
}
.products .stock-danger {
  color: #e91e63;
}
.products.big .item {
  flex-direction: column;
  padding: 2.5em;
  border: 2px solid #36475B;
  border-radius: 7px;
  max-width: 460px;
  margin: 0 auto;
}
.products.mini .item {
  margin-bottom: 2em;
  margin-left: 20px;
}
.products.mini .media {
  width: 150px;
  height: 190px;
  margin-right: 1.25em;
}
.products.mini .content {
  margin: 0;
  gap: 0.75em;
}
.products :where(.mini, .main) h3 {
  font-weight: 400;
}
.products.main .item {
  flex-direction: column;
  flex: 0 0 100%;
  padding: 0 0.938em 2em;
}
.products.main .media {
  height: 280px;
}
.products.main .footer {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 1em 1em;
  border-radius: 7px;
  z-index: 1;
  background: linear-gradient(0deg, #f2f3f5 0%, #fff 70%);
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition: all 0.2s ease-in-out;
}
.products.main .footer ul {
  list-style: disc;
  padding: 1.25em 0 0 1.25em;
  line-height: 1.8;
  border-top: 1px solid #e5e8ec;
  margin-top: 145px;
}
.products.main:hover .footer {
  opacity: 1;
  visibility: visible;
}
.products.main:hover .content > *:not(.footer) {
  z-index: 3;
}

.flexwrap .row {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 2em;
}

.partner-swiper-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.partner-swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.partner-swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.partner-swiper-container .swiper-slide img {
  width: 100%;
  max-width: 200px;
  display: block;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.partner-swiper-container .swiper-button-prev,
.partner-swiper-container .swiper-button-next {
  color: #000 !important;
}

#site-header-new {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: top 0.3s;
  top: 30px;
}

body.admin-bar #site-header-new {
  top: 60px;
}

#top-bar {
  transition: transform 0.3s;
}

#top-bar.hidden {
  transform: translateY(-100%);
}

#site-header-new.header-up {
  top: 0 !important;
}

body.admin-bar #site-header-new.header-up {
  top: 32px !important;
}

#main {
  margin-top: 190px;
}

.custom-header {
  background: #fff;
}
.custom-header .custom-header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.custom-header .custom-header-inner .custom-header-left,
.custom-header .custom-header-inner .custom-header-center,
.custom-header .custom-header-inner .custom-header-right {
  flex: 1;
}
.custom-header .custom-header-inner .custom-header-center {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.custom-header .custom-header-inner .custom-header-center form {
  max-width: 300px;
  width: 100%;
}
.custom-header .custom-header-inner .custom-header-right {
  text-align: right;
}

.sidr-class-menu-extra {
  padding: 12px 60px 12px 20px;
}

.oceanwp-mobile-menu-icon.mobile-right {
  margin-right: 10px;
}

@keyframes clignote {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
nav .menu-item-991 .text-wrap,
nav .menu-item-1142 .text-wrap {
  animation: clignote 1s infinite;
  color: #e91e63;
  font-weight: bold;
}

div#outer-wrap.site.clr {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* S'assurer que ce conteneur remplit au moins la hauteur de la fenêtre */
}

main#main.site-main.clr {
  flex-grow: 1;
  /* C'est la propriété clé : main s'étendra pour remplir l'espace vertical disponible. */
}

.custom-empty-cart {
  text-align: center;
  padding: 60px 20px;
  max-width: 960px;
  margin: 0 auto;
}

.custom-empty-cart .empty-cart-icon {
  width: 90px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.custom-empty-cart h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
}

.custom-empty-cart p {
  font-size: 16px;
  margin-bottom: 40px;
  color: #555;
}

.custom-empty-cart .empty-cart-products {
  margin-bottom: 40px;
}

.custom-empty-cart .return-to-shop-btn {
  background-color: #ff0000;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.custom-empty-cart .return-to-shop-btn:hover {
  background-color: #cc0000;
}

body.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 0.8em;
  vertical-align: top;
  line-height: 1.5em;
  border-right-style: solid;
  border-right-width: 1px;
  width: 50%;
  font-weight: 600;
  color: #444;
  text-transform: none;
}

.nosservices-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
}
.nosservices-wrapper .nosservices-header {
  background: rgb(155, 155, 155);
  color: white;
  padding: 50px 20px;
  border-radius: 6px;
}
.nosservices-wrapper .nosservices-header h1 {
  margin-bottom: 10px;
  font-size: 2.5em;
}
.nosservices-wrapper .nosservices-section {
  margin: 40px 0;
}
.nosservices-wrapper .nosservices-box {
  background: white;
  margin: 20px auto;
  padding: 20px;
  border-left: 6px solid #003366;
  border-radius: 6px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.nosservices-wrapper .nosservices-box h2 {
  color: #003366;
}
.nosservices-wrapper .nosservices-form {
  background: white;
  padding: 30px;
  border-radius: 6px;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.nosservices-wrapper .nosservices-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.nosservices-wrapper .nosservices-form input,
.nosservices-wrapper .nosservices-form select,
.nosservices-wrapper .nosservices-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.nosservices-wrapper .nosservices-form input[type=submit] {
  background: #003366;
  color: white;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.nosservices-wrapper .nosservices-form input[type=submit]:hover {
  background: #0055aa;
}
.nosservices-wrapper .nosservices-confirmation {
  background: #dff0d8;
  color: #3c763d;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  text-align: center;
}

.owp-floating-bar.show {
  top: 150px !important;
  height: 70px !important;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  .icon-Yo-big {
    width: 15px;
    height: 5px;
    margin-left: 2px;
  }
  .icon-Yo-small-g,
  .icon-Yo-small-d {
    width: 10px;
    height: 4px;
  }
  .image-container-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
  }
  .image-container {
    gap: 5px;
    padding: 10px;
  }
  .large-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .small-images {
    gap: 5px;
  }
  .text-img-big-bloc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    /* width: 450px; */
    word-wrap: break-word;
  }
  .text-img-medium-bloc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 0.9rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    border-radius: 5px;
    /* width: 450px; */
    word-wrap: break-word;
    width: 90%;
    max-width: 90%;
  }
  .partner-title {
    font-size: 2.5rem;
  }
  .partner-subtitle {
    font-size: 1.2rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .partnership-content {
    flex-direction: column;
  }
}
/* Écran entre 481 px et 768 px */
@media (min-width: 481px) and (max-width: 800px) {
  /* Règles pour tablette */
}
@media screen and (max-width: 1024px), screen and (orientation: landscape) and (max-width: 1280px) {
  .custom-header .custom-header-inner {
    display: none !important;
  }
  body #site-header-new {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: none;
    margin-top: 0 !important;
  }
  #main {
    margin-top: 80px;
  }
  .vente-inspirer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
    overflow: hidden;
    height: 350px !important;
  }
  .product-info {
    margin-top: 20px;
  }
  .product-info h3 {
    height: 70px;
    margin: 5px 0;
    line-height: 1.2;
  }
  .hamburger-box {
    position: relative !important;
    right: 0 !important;
    transform: none !important;
    margin-right: 0 !important;
  }
  #site-header-new .container,
  #site-header-new .header-content {
    align-items: center;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .products .price .current {
    font-size: 1.25em;
  }
  .products.mini,
  .products .banner .row,
  .products .widgets .row,
  .products .checkout .item {
    flex: 0 0 50%;
  }
  .products.main .item {
    flex: 0 0 33.3333%;
  }
  .products.one .row {
    flex: 0 0 50%;
    width: 50%;
  }
  .products.one .is_sticky,
  .products.one .products.one .is_sticky {
    position: sticky;
    top: 2em;
  }
}
@media screen and (min-width: 992px) {
  .imagee {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  .trending .products,
  .trending .product-categories .row {
    flex: 0 0 33.3333%;
  }
  .productPromo {
    width: 35%;
    height: 900px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 10px;
  }
  .products.big .media {
    max-height: 373px;
  }
  .products.main,
  .products .widgets .row {
    flex: 0 0 25%;
  }
}
.partner-header-canon {
  position: relative;
  overflow: hidden;
}
.partner-header-canon .partner-header-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  background: linear-gradient(135deg, #fff, #f5f5f5);
  border-bottom: 5px solid #e30613;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.partner-header-canon .partner-header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><rect fill-opacity='0.03' width='50' height='50' x='0' y='0'></rect><rect fill-opacity='0.03' width='50' height='50' x='50' y='50'></rect></svg>");
  z-index: 1;
}
.partner-header-canon .partner-header-content .partner-logo,
.partner-header-canon .partner-header-content .partner-subtitle {
  position: relative;
  z-index: 2;
}

.content-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-title-canon {
  font-size: 2rem;
  color: #0066cc;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-canon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #e30613;
}

.section-text {
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #333333;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.info-card .card-header-canon {
  background-color: #e30613;
  padding: 20px;
  text-align: center;
}
.info-card .card-header-canon .card-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.info-card .card-header-canon .card-title-canon {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.info-card .card-body {
  padding: 25px;
}
.info-card .card-body .card-text {
  margin-bottom: 15px;
  font-size: large;
}

.partnership-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  border-radius: 8px;
  margin: 60px 0;
}
.partnership-section .partnership-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.partnership-section .partnership-content .partnership-text {
  flex: 1;
  min-width: 300px;
}
.partnership-section .partnership-content .partnership-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.partnership-section .partnership-content .partnership-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-footer-canon {
  background-color: #0066cc;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.partner-footer-canon .footer-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
}
.partner-footer-canon .footer-text {
  max-width: 600px;
  margin: 0 auto 30px;
}
.partner-footer-canon .cta-button-canon {
  display: inline-block;
  background-color: #e30613;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #e30613;
}
.partner-footer-canon .cta-button-canon:hover {
  background-color: transparent;
  color: #e30613;
}

.partner-header-beemo {
  position: relative;
  overflow: hidden;
}
.partner-header-beemo .partner-header-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  background: linear-gradient(135deg, #fff, #f5f5f5);
  border-bottom: 5px solid #0091d0;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.partner-header-beemo .partner-header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><rect fill-opacity='0.03' width='50' height='50' x='0' y='0'></rect><rect fill-opacity='0.03' width='50' height='50' x='50' y='50'></rect></svg>");
  z-index: 1;
}
.partner-header-beemo .partner-header-content .partner-logo,
.partner-header-beemo .partner-header-content .partner-subtitle {
  position: relative;
  z-index: 2;
}

.content-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-title-beemo {
  font-size: 2rem;
  color: #1d3557;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-beemo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #0091d0;
}

.section-text {
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #333333;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.info-card .card-header-beemo {
  background-color: #0091d0;
  padding: 20px;
  text-align: center;
}
.info-card .card-header-beemo .card-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.info-card .card-header-beemo .card-title-beemo {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.info-card .card-body {
  padding: 25px;
}
.info-card .card-body .card-text {
  margin-bottom: 15px;
  font-size: large;
}

.partnership-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  border-radius: 8px;
  margin: 60px 0;
}
.partnership-section .partnership-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.partnership-section .partnership-content .partnership-text {
  flex: 1;
  min-width: 300px;
}
.partnership-section .partnership-content .partnership-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.partnership-section .partnership-content .partnership-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-footer-beemo {
  background-color: #1d3557;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.partner-footer-beemo .footer-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
}
.partner-footer-beemo .footer-text {
  max-width: 600px;
  margin: 0 auto 30px;
}
.partner-footer-beemo .cta-button-beemo {
  display: inline-block;
  background-color: #0091d0;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #0091d0;
}
.partner-footer-beemo .cta-button-beemo:hover {
  background-color: transparent;
  color: #0091d0;
}

.partner-header-zeendoc {
  position: relative;
  overflow: hidden;
}
.partner-header-zeendoc .partner-header-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  background: linear-gradient(135deg, #fff, #f5f5f5);
  border-bottom: 5px solid #4caf50;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.partner-header-zeendoc .partner-header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><rect fill-opacity='0.03' width='50' height='50' x='0' y='0'></rect><rect fill-opacity='0.03' width='50' height='50' x='50' y='50'></rect></svg>");
  z-index: 1;
}
.partner-header-zeendoc .partner-header-content .partner-logo,
.partner-header-zeendoc .partner-header-content .partner-subtitle {
  position: relative;
  z-index: 2;
}

.content-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-title-zeendoc {
  font-size: 2rem;
  color: #2e7d32;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-zeendoc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #4caf50;
}

.section-text {
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #333333;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.info-card .card-header-zeendoc {
  background-color: #4caf50;
  padding: 20px;
  text-align: center;
}
.info-card .card-header-zeendoc .card-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.info-card .card-header-zeendoc .card-title-zeendoc {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.info-card .card-body {
  padding: 25px;
}
.info-card .card-body .card-text {
  margin-bottom: 15px;
  font-size: large;
}

.partnership-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  border-radius: 8px;
  margin: 60px 0;
}
.partnership-section .partnership-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.partnership-section .partnership-content .partnership-text {
  flex: 1;
  min-width: 300px;
}
.partnership-section .partnership-content .partnership-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.partnership-section .partnership-content .partnership-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-footer-zeendoc {
  background-color: #2e7d32;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.partner-footer-zeendoc .footer-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
}
.partner-footer-zeendoc .footer-text {
  max-width: 600px;
  margin: 0 auto 30px;
}
.partner-footer-zeendoc .cta-button-zeendoc {
  display: inline-block;
  background-color: #4caf50;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #4caf50;
}
.partner-footer-zeendoc .cta-button-zeendoc:hover {
  background-color: transparent;
  color: #4caf50;
}

.partner-header-sharp {
  position: relative;
  overflow: hidden;
}
.partner-header-sharp .partner-header-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  background: linear-gradient(135deg, #fff, #f5f5f5);
  border-bottom: 5px solid #E6000D;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.partner-header-sharp .partner-header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><rect fill-opacity='0.03' width='50' height='50' x='0' y='0'></rect><rect fill-opacity='0.03' width='50' height='50' x='50' y='50'></rect></svg>");
  z-index: 1;
}
.partner-header-sharp .partner-header-content .partner-logo,
.partner-header-sharp .partner-header-content .partner-subtitle {
  position: relative;
  z-index: 2;
}

.content-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-title-sharp {
  font-size: 2rem;
  color: #121212;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-sharp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #E6000D;
}

.section-text {
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #333333;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.info-card .card-header-sharp {
  background-color: #E6000D;
  padding: 20px;
  text-align: center;
}
.info-card .card-header-sharp .card-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.info-card .card-header-sharp .card-title-sharp {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.info-card .card-body {
  padding: 25px;
}
.info-card .card-body .card-text {
  margin-bottom: 15px;
  font-size: large;
}

.partnership-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  border-radius: 8px;
  margin: 60px 0;
}
.partnership-section .partnership-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.partnership-section .partnership-content .partnership-text {
  flex: 1;
  min-width: 300px;
}
.partnership-section .partnership-content .partnership-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.partnership-section .partnership-content .partnership-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-footer-sharp {
  background-color: #121212;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.partner-footer-sharp .footer-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
}
.partner-footer-sharp .footer-text {
  max-width: 600px;
  margin: 0 auto 30px;
}
.partner-footer-sharp .cta-button-sharp {
  display: inline-block;
  background-color: #E6000D;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #E6000D;
}
.partner-footer-sharp .cta-button-sharp:hover {
  background-color: transparent;
  color: #E6000D;
}

.partner-header-altiburo {
  position: relative;
  overflow: hidden;
}
.partner-header-altiburo .partner-header-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  background: linear-gradient(135deg, #fff, #f5f5f5);
  border-bottom: 5px solid #36475B;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.partner-header-altiburo .partner-header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><rect fill-opacity='0.03' width='50' height='50' x='0' y='0'></rect><rect fill-opacity='0.03' width='50' height='50' x='50' y='50'></rect></svg>");
  z-index: 1;
}
.partner-header-altiburo .partner-header-content .partner-logo,
.partner-header-altiburo .partner-header-content .partner-subtitle {
  position: relative;
  z-index: 2;
}

.content-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-title-altiburo {
  font-size: 2rem;
  color: #A01F1E;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-altiburo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #36475B;
}

.section-text {
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #333333;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.info-card .card-header-altiburo {
  background-color: #36475B;
  padding: 20px;
  text-align: center;
}
.info-card .card-header-altiburo .card-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.info-card .card-header-altiburo .card-title-altiburo {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.info-card .card-body {
  padding: 25px;
}
.info-card .card-body .card-text {
  margin-bottom: 15px;
  font-size: large;
}

.partnership-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  border-radius: 8px;
  margin: 60px 0;
}
.partnership-section .partnership-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.partnership-section .partnership-content .partnership-text {
  flex: 1;
  min-width: 300px;
}
.partnership-section .partnership-content .partnership-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.partnership-section .partnership-content .partnership-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-footer-altiburo {
  background-color: #A01F1E;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.partner-footer-altiburo .footer-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
}
.partner-footer-altiburo .footer-text {
  max-width: 600px;
  margin: 0 auto 30px;
}
.partner-footer-altiburo .cta-button-altiburo {
  display: inline-block;
  background-color: #36475B;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #36475B;
}
.partner-footer-altiburo .cta-button-altiburo:hover {
  background-color: transparent;
  color: #36475B;
}

body.single-product .single_variation .woocommerce-variation-price {
  display: none;
}

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