/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_dev/module/css/module.scss ***!
  \**********************************************************************************************************************/
.oo_categorylinks_categorylinks {
  margin: 100px 0; }
  @media screen and (max-width: 768px) {
    .oo_categorylinks_categorylinks {
      margin: 60px 0; } }
  .oo_categorylinks_categorylinks__container h2 {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .oo_categorylinks_categorylinks__container h2 {
        margin-bottom: 30px; } }
  .oo_categorylinks_categorylinks__elems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; }
  .oo_categorylinks_categorylinks__elem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: calc((100% - (20px * 3)) / 4);
    padding: 20px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    aspect-ratio: 1 / 1;
    min-height: 300px;
    border-radius: 4px; }
    @media screen and (max-width: 480px) {
      .oo_categorylinks_categorylinks__elem {
        min-height: 230px;
        aspect-ratio: initial; } }
    .oo_categorylinks_categorylinks__elem:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
      z-index: -1;
      transition: opacity .4s ease; }
    @media screen and (max-width: 768px) {
      .oo_categorylinks_categorylinks__elem {
        width: calc((100% - 20px) / 2); } }
    @media screen and (max-width: 480px) {
      .oo_categorylinks_categorylinks__elem {
        width: 100%; } }
    .oo_categorylinks_categorylinks__elem-title {
      display: block;
      font-size: 28px;
      font-weight: bold;
      padding-bottom: 40px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .oo_categorylinks_categorylinks__elem-title {
          font-size: 24px;
          padding-bottom: 0; } }
      .oo_categorylinks_categorylinks__elem-title:after {
        content: '';
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        width: 30px;
        height: 20px;
        background: #fff;
        mask-image: url(.././img/d8139966249a6dbd8b59.svg);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        z-index: 1;
        transform: translateX(calc(-50% - 15px));
        opacity: 0;
        transition: transform .4s ease, opacity .4s ease; }
    .oo_categorylinks_categorylinks__elem-pictogram {
      width: 50px;
      height: 50px;
      object-fit: contain;
      transform: scale(0.95);
      transition: transform .2s ease, opacity .2s ease;
      opacity: 0;
      filter: brightness(0) invert(1); }
      @media screen and (max-width: 768px) {
        .oo_categorylinks_categorylinks__elem-pictogram {
          transform: scale(1);
          opacity: 1;
          width: 40px;
          height: 40px; } }
    .oo_categorylinks_categorylinks__elem-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -3;
      transition: transform .4s ease; }
    .oo_categorylinks_categorylinks__elem-color {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0;
      z-index: -2;
      transition: opacity .4s ease; }
    .oo_categorylinks_categorylinks__elem:hover .oo_categorylinks_categorylinks__elem-image {
      transform: scale(1.05); }
    .oo_categorylinks_categorylinks__elem:hover:before {
      opacity: .8; }
    @media screen and (min-width: 769px) {
      .oo_categorylinks_categorylinks__elem:hover .oo_categorylinks_categorylinks__elem-title:after {
        transform: translateX(-50%);
        opacity: 1; } }
    @media screen and (min-width: 769px) {
      .oo_categorylinks_categorylinks__elem:hover .oo_categorylinks_categorylinks__elem-pictogram {
        transform: scale(1);
        opacity: 1; } }
    .oo_categorylinks_categorylinks__elem:hover .oo_categorylinks_categorylinks__elem-color {
      opacity: .6; }

