html,
body,
.dialog-off-canvas-main-canvas {
  min-height: 100vh;
}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page #main-wrapper {
  flex-grow: 1;
}
html {
  scroll-behavior: auto;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14pt;
  color: #000;
  font-weight: 300;
}
body.zoomed-in {
  font-size: 60px;
}
input,
textarea {
  max-width: 100%;
}
.form-item-copy,
#edit-preview {
  display: none;
}
#edit-submit {
  margin: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #7C7D80;
}
a:hover {
  color: #018ca7;
}
ul,
li,
ul.menu {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto!important;
}
.button,
.btn {
  display: block;
  text-align: center;
  width: max-content;
  max-width: 100%;
  white-space: normal;
  margin: auto;
  border: 0;
  padding: 10px 32px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border-radius: 30px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all ease 0.6s;
}
.button:focus,
.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}
.button:hover,
.btn:hover {
  text-decoration: none;
  background: #018ca7;
  transition: all ease 0.6s;
}
.btn-cover {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.btn-demo-wrap .btn:hover {
  transform: scale(1.2);
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  width: 16px;
  height: 16px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #018ca7;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 200px;
  background-size: cover;
  margin-top: -100px;
  z-index: 200;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  content: "";
  background: #000;
  mask: url("/themes/custom/startengo_multisite_front/images/icons/chevron-up-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/chevron-up-solid.svg") no-repeat center / contain;
  width: 48px;
  height: 48px;
}
.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  background-color: #018ca7;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::after {
  transform: rotate(-90deg);
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::after {
  transform: rotate(90deg);
}
.messages__wrapper .messages {
  padding: 0.5rem;
  border-top: 1px solid #20262b;
  background: #3c434a;
  color: #fff;
  position: relative;
}
.messages__wrapper .messages:last-child {
  border-bottom: 1px solid #20262b;
}
.messages__wrapper .messages::before {
  position: absolute;
  width: 14px;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
.messages__wrapper .messages a {
  text-decoration: underline;
  color: #fff;
}
.messages__wrapper .messages a:hover {
  text-decoration: none;
}
.messages__wrapper .messages .icon-wrap {
  width: 24px;
  flex-grow: 0;
}
.messages__wrapper .messages .content ul {
  margin-left: 1.2rem;
}
.messages__wrapper .messages .placeholder {
  background: none;
}
.messages__wrapper .messages.messages-type-status:before {
  background: #42a877;
}
.messages__wrapper .messages.messages-type-status .icon-wrap i {
  color: #42a877;
}
.messages__wrapper .messages.messages-type-warning:before {
  background: #ffe468;
}
.messages__wrapper .messages.messages-type-warning .icon-wrap i {
  color: #ffe468;
}
.messages__wrapper .messages.messages-type-error:before {
  background: #e34f4f;
}
.messages__wrapper .messages.messages-type-error .icon-wrap i {
  color: #e34f4f;
}
nav.tabs li a {
  color: #000;
  display: block;
  background: #ccc;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}
.eu-cookie-compliance-banner {
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.8rem;
}
.eu-cookie-compliance-banner h2 {
  font-size: 0.9rem;
  font-weight: 500;
}
.btn.btn-demo {
  margin: 0;
  padding: 4px 16px;
  border: 2px solid #018ca7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: linear-gradient(180deg, #018ca7 0%, #333333 100%);
}
.btn.btn-demo:hover {
  background: linear-gradient(0deg, #018ca7 0%, #333333 100%);
  color: #fff;
}
.view-slides {
  position: relative;
}
.view-slides .widget_pager {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}
.view-slides .widget_pager li {
  display: block;
  margin: 0 0.25rem;
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  border: 2px solid #fff;
  background: #018ca7;
  border-radius: 0;
  cursor: pointer;
}
.view-slides .widget_pager li.active,
.view-slides .widget_pager li:hover {
  background: #e9c16b;
}
.breadcrumb {
  font-size: 0.8em;
  margin: 1em 0;
  padding: 0;
  background: none;
}
#footer {
  font-size: 0.9rem;
  padding: 25px 0;
}
#footer .site-footer-bottom {
  position: relative;
}
.socialMedia {
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialMedia .blockButton {
  display: block;
  height: 24px;
  width: 24px;
  background: #7C7D80;
  margin: 0.2rem;
  transition: all ease 0.6s;
}
.socialMedia .blockButton:hover {
  background: #fff;
  transition: all ease 0.6s;
}
.socialMedia .blockButton.i-facebook {
  mask: url("/themes/custom/startengo_multisite_front/images/icons/facebook.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/facebook.svg") no-repeat center / contain;
}
.socialMedia .blockButton.i-linkedin {
  mask: url("/themes/custom/startengo_multisite_front/images/icons/linkedin.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/linkedin.svg") no-repeat center / contain;
}
.socialMedia .blockButton.i-instagram {
  mask: url("/themes/custom/startengo_multisite_front/images/icons/instagram.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/instagram.svg") no-repeat center / contain;
}
.socialMedia .blockButton.i-youtube {
  mask: url("/themes/custom/startengo_multisite_front/images/icons/youtube.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/youtube.svg") no-repeat center / contain;
}
.socialMedia .blockButton.i-twitter {
  mask: url("/themes/custom/startengo_multisite_front/images/icons/twitter.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/twitter.svg") no-repeat center / contain;
}
.socialMedia .blockButton.i-tiktok {
  mask: url("/themes/custom/startengo_multisite_front/images/icons/tiktok.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/tiktok.svg") no-repeat center / contain;
}
.accordion-item {
  border: 0;
  margin-bottom: 8px;
}
.accordion-item:first-of-type {
  border-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.accordion-item:last-of-type {
  border-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-button {
  box-shadow: none;
  border-radius: 0;
  background: #F3F3F4;
  display: flex;
  column-gap: 16px;
}
.accordion-button:after {
  background: #000;
  mask: url("/themes/custom/startengo_multisite_front/images/icons/chevron-up-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/chevron-up-solid.svg") no-repeat center / contain;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: #242424;
  color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  background: #fff;
  mask: url("/themes/custom/startengo_multisite_front/images/icons/chevron-up-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/icons/chevron-up-solid.svg") no-repeat center / contain;
}
@media all and (max-width: 767px) {
  .site-footer-bottom ul {
    text-align: center;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #000;
    width: 16px;
    height: 16px;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #018ca7;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    width: 45px;
    height: 100px;
    margin-top: -50px;
  }
  .swiper .swiper-button-prev::after,
  .swiper .swiper-button-next::after {
    width: 32px;
    height: 32px;
  }
}
@media all and (min-width: 1024px) {
  #header .btn.btn-demo {
    margin-top: 32px;
    margin-left: 8px;
  }
}
/* Zoom élevé */
@media (min-width: 1024px) and (min-resolution: 1.25dppx) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1080px;
  }
}
