/* CognitiShop Kittoner footer credit. */

body.cs-public-kittoner .footer-container .kt-powered-bar {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
  width: calc(100% + 20px);
  margin: 14px 0 0 -20px;
  padding: 7px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #282828;
  color: rgba(255, 255, 255, 0.76);
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

body.cs-public-kittoner .footer-container .kt-powered-bar .cs-powered-signature,
body.cs-public-kittoner .footer-container .kt-powered-bar .kt-powered-copyright {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

body.cs-public-kittoner .footer-container .kt-powered-bar .cs-powered-signature {
  font-weight: 600;
}

body.cs-public-kittoner .footer-container .kt-powered-bar a {
  font-weight: 900;
  text-decoration: none;
}

body.cs-public-kittoner .footer-container .kt-powered-bar .cs-powered-cognitishop,
body.cs-public-kittoner .footer-container .kt-powered-bar .cs-itaib-it,
body.cs-public-kittoner .footer-container .kt-powered-bar .cs-itaib-b {
  color: #ffffff;
}

body.cs-public-kittoner .footer-container .kt-powered-bar .cs-powered-shop,
body.cs-public-kittoner .footer-container .kt-powered-bar .cs-itaib-fr {
  color: #8dd7ff;
}

body.cs-public-kittoner .footer-container .kt-powered-bar .cs-itaib-ai {
  color: #c3942d;
}

body.cs-public-kittoner .footer-container .kt-powered-bar .kt-powered-copyright {
  color: rgba(255, 255, 255, 0.68);
  margin-left: 4px;
}

body.cs-public-kittoner #our-tutos .aside-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 170px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 20px;
  box-sizing: border-box;
  line-height: 1.2;
  white-space: nowrap;
  word-spacing: 3px;
}

body.cs-public-kittoner [data-kittoner-phone-label][hidden],
body.cs-public-kittoner [data-kittoner-phone-number][hidden] {
  display: none !important;
}

body.cs-public-kittoner [data-kittoner-phone-reveal][data-phone-visible="true"] [data-kittoner-phone-label] {
  display: none !important;
}

body.cs-public-kittoner [data-kittoner-phone-reveal][data-phone-visible="true"] [data-kittoner-phone-number] {
  display: block !important;
}

@media (min-width: 761px) {
  body.cs-public-kittoner .page-header .customer-services {
    right: 0 !important;
    bottom: 0 !important;
    width: 190px !important;
  }

  body.cs-public-kittoner .page-header .customer-services span,
  body.cs-public-kittoner .page-header .customer-services strong {
    line-height: 1.12 !important;
  }
}

@media (max-width: 620px) {
  body.cs-public-kittoner .footer-container .kt-powered-bar {
    width: 100%;
    margin-left: 0;
    padding-inline: 10px;
  }

  body.cs-public-kittoner .footer-container .kt-powered-bar .kt-powered-copyright {
    margin-left: 0;
  }
}
