:root {
  --transition-base: all 0.3s linear 0s;
  --main-black-color: #1b1b1b;
  --blue-color: #1d759b;
  --brown-color: #bf7c58;
}

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

main {
  position: relative;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html {
  font-family: "Garet", sans-serif;
  color: var(--main-black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-disabled {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
p {
  cursor: default;
}

a span {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  position: relative;
}

h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 3px;
  color: var(--blue-color);
  font-family: "RawengulkSans", serif;
}

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  color: var(--blue-color);
  font-family: "RawengulkSans", serif;
}

h2.page-h2 {
  font-family: "Onest", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  font-family: "Garet", sans-serif;
}

h3.page-h3 {
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

ul:not(.menu-items, .sub-menu, .list, .footer__menu, .acces__hours) {
  padding: 0;
}
ul:not(.menu-items, .sub-menu, .list, .footer__menu, .acces__hours) li {
  position: relative;
  padding-left: 40px;
  list-style: none;
}
ul:not(.menu-items, .sub-menu, .list, .footer__menu, .acces__hours) li:not(:last-of-type) {
  margin-bottom: 8px;
}
ul:not(.menu-items, .sub-menu, .list, .footer__menu, .acces__hours) li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--brown-color);
  border: 1px solid #deb36e;
  top: 7px;
  left: 8px;
  border-radius: 50%;
}

.page-bg {
  overflow: hidden;
}

.page-template-page-formation .page-bg {
  overflow: unset;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container-sm {
  max-width: 960px;
}
.container-md {
  max-width: 1440px;
}

p {
  margin: 0;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

form input[type=submit] {
  outline: none !important;
}

input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Swiper */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: initial;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  margin: 0;
  transition: var(--transition-base);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 28px;
  height: 34px;
}
.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
  stroke: var(--blue-color);
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  border: 1px solid var(--white, #fff);
  background: transparent;
  width: 10px;
  height: 10px;
  transform: scale(1) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #016897 !important;
  border-color: #016897 !important;
  width: 15px;
  height: 15px;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
  h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  h2.page-h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h3.page-h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@font-face {
  font-family: "RawengulkSans";
  src: url("../fonts/RawengulkSans/RawengulkSans.eot");
  src: url("../fonts/RawengulkSans/RawengulkSans.eot?#iefix") format("embedded-opentype"), url("../fonts/RawengulkSans/RawengulkSans.woff2") format("woff2"), url("../fonts/RawengulkSans/RawengulkSans.woff") format("woff"), url("../fonts/RawengulkSans/RawengulkSans.ttf") format("truetype"), url("../fonts/RawengulkSans/RawengulkSans.svg#RawengulkSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/garet/Garet-Heavy.eot");
  src: url("../fonts/garet/Garet-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/garet/Garet-Heavy.woff2") format("woff2"), url("../fonts/garet/Garet-Heavy.woff") format("woff"), url("../fonts/garet/Garet-Heavy.ttf") format("truetype"), url("../fonts/garet/Garet-Heavy.svg#Garet-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/garet/Garet-Book.eot");
  src: url("../fonts/garet/Garet-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/garet/Garet-Book.woff2") format("woff2"), url("../fonts/garet/Garet-Book.woff") format("woff"), url("../fonts/garet/Garet-Book.ttf") format("truetype"), url("../fonts/garet/Garet-Book.svg#Garet-Book") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.header {
  font-family: "Onest", sans-serif;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  transition: var(--transition-base);
  background-color: #fff;
  border-radius: 30px 0px;
}
.header__container {
  height: 90px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
.header .logo {
  display: flex;
  height: 100%;
  justify-content: center;
  flex: 0 0 auto;
}
.header .logo svg {
  height: 100%;
  max-width: 152px;
  width: auto;
}
.header nav .menu-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--main-black-color);
}
.header nav .menu-items li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: var(--transition-base);
  transition: 0.4s ease-in-out;
}
.header nav .menu-items > li {
  position: relative;
}
.header nav .menu-items > li > a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 30px;
  border-radius: 0px 40px;
}
.header nav .menu-items > li a {
  font-weight: 400;
  transition: var(--transition-base);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.header nav .menu-items > li a > svg {
  transition: var(--transition-base);
}
.header nav .menu-items > li:hover > a {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.header nav .menu-items > li:hover > a > svg {
  transform: rotate(-180deg);
  transition: var(--transition-base);
}
.header nav .menu-items > li:hover > a > svg path {
  stroke: #fff;
}
.header nav .menu-items > li .sub-menu {
  position: absolute;
  padding: 0;
  left: 0;
  top: 100%;
  background: var(--blue-color);
  border-radius: 30px 0px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
  z-index: 2;
  overflow: hidden;
}
.header nav .menu-items > li .sub-menu li {
  position: relative;
}
.header nav .menu-items > li .sub-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px;
  color: #fff;
  width: 100%;
  display: flex;
}
.header nav .menu-items > li .sub-menu li a svg {
  transform: rotate(-90deg);
}
.header nav .menu-items > li .sub-menu li a:hover {
  color: #fff;
  background-color: #186181;
  transition: var(--transition-base);
}
.header nav .menu-items > li .sub-menu li:hover > a {
  color: #fff;
  transition: var(--transition-base);
}
.header nav .menu-items > li .sub-menu li:hover > a > svg {
  transform: rotate(90deg);
  transition: var(--transition-base);
}
.header nav .menu-items > li .sub-menu .sub-menu {
  position: absolute;
  min-width: 200px;
  background: var(--blue-color);
  top: -16px;
  left: calc(100% + 16px);
  height: -moz-fit-content;
  height: fit-content;
}
.header nav .menu-items > li .sub-menu .sub-menu li a {
  color: #fff;
}
.header__formation {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 53px;
  border-radius: 30px 0px;
  background: var(--brown-color);
  transition: 0.3s ease-in-out;
  border: 1px solid var(--brown-color);
}
.header__formation:hover {
  background-color: var(--blue-color);
  color: #fff;
}
.header .burger {
  display: none;
  position: absolute;
  padding: 18px 5px;
  top: 14px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 998;
}
.header .burger span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: var(--main-black-color);
  margin-left: auto;
  transition: all 0.4s;
  cursor: pointer;
}
.header .burger span:before, .header .burger span:after {
  content: "";
  display: block;
  height: 2px;
  right: 0;
  background: var(--main-black-color);
  position: absolute;
  transition: all 0.4s;
}
.header .burger span:before {
  top: -7px;
  width: 30px;
}
.header .burger span:after {
  bottom: -7px;
  width: 30px;
}
.header .burger.active span, .header .burger.open span {
  width: 0;
  background: var(--main-black-color);
}
.header .burger.active span::before, .header .burger.open span::before {
  top: 0;
  width: 30px;
  transform: rotate(45deg);
  background: var(--main-black-color);
}
.header .burger.active span::after, .header .burger.open span::after {
  bottom: 0;
  width: 30px;
  transform: rotate(-45deg);
  background: var(--main-black-color);
}
@media only screen and (max-width: 1480px) {
  .header__container {
    padding-left: 30px;
  }
  .header nav .menu-items > li > a {
    padding: 32px 24px;
  }
  .header__formation {
    padding: 33px 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .header nav .menu-items > li > a {
    padding: 32px 20px;
  }
}
@media only screen and (max-width: 1299px) {
  .header {
    top: 0;
    border-radius: 0;
    height: 64px;
  }
  .header .burger {
    display: flex;
  }
  .header__formation {
    display: none;
  }
  .header nav {
    display: none;
  }
  .header__container {
    height: 64px;
  }
}

.adaptive-menu {
  position: fixed;
  top: 64px;
  z-index: 90;
  background: #fff;
  width: 100vw;
  padding: 40px 20px;
  height: calc(100vh - 64px);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-120%);
  opacity: 0;
  transition: var(--transition-base);
}
.adaptive-menu.active {
  transform: translateY(0);
  opacity: 1;
  transition: var(--transition-base);
}
.adaptive-menu__formation {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 22px;
  border-radius: 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.adaptive-menu__formation:hover {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
}
.adaptive-menu .menu-items li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 22px;
  border-radius: 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.adaptive-menu .menu-items li a > svg {
  margin-left: 10px;
  margin-top: -2px;
}
.adaptive-menu .menu-items li:hover > a {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li:hover > a > svg {
  transform: rotate(-180deg);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li:hover > a > svg path {
  stroke: #fff;
}
.adaptive-menu .menu-items li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: var(--blue-color);
  border-radius: 30px 0px;
  overflow: hidden;
}
.adaptive-menu .menu-items li .sub-menu li {
  margin: 0;
}
.adaptive-menu .menu-items li .sub-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px;
  color: #fff;
  width: 100%;
  display: flex;
  border-radius: 0;
}
.adaptive-menu .menu-items li .sub-menu li a:hover {
  color: #fff;
  background-color: #186181;
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.adaptive-menu__widget {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
}
.adaptive-menu__widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px 0px;
  background-color: var(--brown-color);
  height: 100%;
  width: 50px;
}
.adaptive-menu__link {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.adaptive-menu__link-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  transition: var(--transition-base);
  cursor: pointer;
}
.adaptive-menu__link-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: var(--transition-base);
}
.adaptive-menu__link-text:hover {
  color: var(--blue-font-color);
}
@media only screen and (max-width: 1299px) {
  .adaptive-menu {
    display: flex;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .adaptive-menu {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.adaptive-menu {
  position: fixed;
  top: 64px;
  z-index: 90;
  background: #fff;
  width: 100vw;
  padding: 40px 20px;
  height: calc(100vh - 64px);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-120%);
  opacity: 0;
  transition: var(--transition-base);
}
.adaptive-menu.active {
  transform: translateY(0);
  opacity: 1;
  transition: var(--transition-base);
}
.adaptive-menu__formation {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 22px;
  border-radius: 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.adaptive-menu__formation:hover {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
}
.adaptive-menu .menu-items li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 22px;
  border-radius: 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.adaptive-menu .menu-items li a > svg {
  margin-left: 10px;
  margin-top: -2px;
}
.adaptive-menu .menu-items li:hover > a {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li:hover > a > svg {
  transform: rotate(-180deg);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li:hover > a > svg path {
  stroke: #fff;
}
.adaptive-menu .menu-items li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: var(--blue-color);
  border-radius: 30px 0px;
  overflow: hidden;
}
.adaptive-menu .menu-items li .sub-menu li {
  margin: 0;
}
.adaptive-menu .menu-items li .sub-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px;
  color: #fff;
  width: 100%;
  display: flex;
  border-radius: 0;
}
.adaptive-menu .menu-items li .sub-menu li a:hover {
  color: #fff;
  background-color: #186181;
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.adaptive-menu__widget {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
}
.adaptive-menu__widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px 0px;
  background-color: var(--brown-color);
  height: 100%;
  width: 50px;
}
.adaptive-menu__link {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.adaptive-menu__link-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  transition: var(--transition-base);
  cursor: pointer;
}
.adaptive-menu__link-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: var(--transition-base);
}
.adaptive-menu__link-text:hover {
  color: var(--blue-font-color);
}
@media only screen and (max-width: 1299px) {
  .adaptive-menu {
    display: flex;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .adaptive-menu {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.btn {
  position: relative;
  padding: 12px 60px;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 1;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid var(--brown-color);
  background: var(--brown-color);
  border-radius: 0px 40px;
  color: #fff;
  transition: var(--transition-base);
  cursor: pointer;
  margin: 0 auto;
}
.btn:hover {
  color: #fff;
  background: var(--blue-color);
}

.widgets {
  position: fixed;
  z-index: 500;
  min-width: 64px;
  right: 37px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: var(--transition-base);
}
.widgets::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px 0px;
  background-color: var(--brown-color);
  height: 100%;
  width: 64px;
}
.widgets__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  width: 64px;
  height: 64px;
  transition: var(--transition-base);
}
.widgets__svg svg path {
  transition: var(--transition-base);
}
.widgets__link {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 30px 0px;
  background-color: var(--brown-color);
}
.widgets__link-text {
  color: #fff;
  padding: 20px 0;
  height: 64px;
  min-height: 64px;
  transition: var(--transition-base);
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.widgets__link-text:hover {
  color: var(--blue-font-color);
}
.widgets__link:hover .widgets__link-text {
  color: #fff;
  padding: 20px 24px;
  opacity: 1;
  visibility: visible;
  max-width: 412px;
  width: -moz-fit-content;
  width: fit-content;
}
.widgets__link:hover .widgets__svg svg path:nth-child(1) {
  fill: white;
}
.widgets__link:hover .widgets__svg svg path:nth-child(2) {
  stroke: var(--brown-color);
}

@media screen and (max-width: 1299px) {
  .widgets {
    display: none;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: var(--transition-base);
}
.breadcrumbs li:hover {
  color: #5c5f67;
  transition: var(--transition-base);
}
.breadcrumbs li:after {
  content: "|";
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 16px 0 13px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}

.page-template-page-cabinet-php .head__container-wrap .breadcrumbs a:hover, .page-template-page-traitements-php .head__container-wrap .breadcrumbs a:hover, .page-template-page-formation-php .head__container-wrap .breadcrumbs a:hover, .page-template-page-acces-php .head__container-wrap .breadcrumbs a:hover {
  color: #fff;
}
.page-template-page-cabinet-php .breadcrumbs li:hover, .page-template-page-traitements-php .breadcrumbs li:hover, .page-template-page-formation-php .breadcrumbs li:hover, .page-template-page-acces-php .breadcrumbs li:hover {
  color: #fff;
}

.page-template-page-cabinet-php .head__container-wrap h1, .page-template-page-acces-php .head__container-wrap h1, .page-template-page-formation-php .head__container-wrap h1 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.retour {
  padding: 60px 0 113px;
}
@media screen and (max-width: 575px) {
  .retour {
    padding: 30px 0 64px;
  }
  .retour .btn {
    width: 100%;
  }
}

.head {
  position: relative;
  height: 509px;
}
.head__svg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 880px;
  width: 50vw;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.head__svg-left {
  left: 0;
  bottom: 0;
}
.head__svg-left_mob {
  display: none;
}
.head__svg-right {
  left: unset;
  right: 0;
  top: 100%;
}
.head__container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  padding-bottom: 40px;
}
.head__container-wrap h1 {
  font-family: "Onest", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  /* 135% */
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "RawengulkSans", serif;
  font-size: 48px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1d759b;
}
.head__container-wrap .breadcrumbs {
  color: #fff;
}
.head__wrapper {
  position: absolute;
  width: 100%;
  height: 660px;
  top: 0;
  left: 0;
  z-index: -1;
}
.head__wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(38, 26, 20, 0.78) 9.39%, rgba(140, 97, 74, 0) 95.91%);
}
.head__wrapper picture,
.head__wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .head__wrapper {
    height: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .head {
    height: 475px;
  }
  .head__wrapper {
    height: 510px;
  }
  .head__svg-right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .head {
    padding-top: 0;
    margin-top: 64px;
  }
  .head__container-wrap h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 3px;
  }
  .head__container__breadcrumbs {
    overflow-y: scroll;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .head {
    height: 300px;
  }
  .head__svg-left_mob {
    display: block;
  }
  .head__svg-left_desk {
    display: none;
  }
  .head__wrapper {
    height: 349px;
  }
  .head__wrapper::before {
    background: linear-gradient(0deg, rgba(38, 26, 20, 0.78) 9.39%, rgba(140, 97, 74, 0) 153.58%);
  }
}

.banner {
  position: relative;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  padding: 94px 0 60px;
  overflow: hidden;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 594px;
  background: linear-gradient(180deg, #dde1dd 0%, rgba(255, 255, 255, 0) 85.88%);
}
.banner__container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 1;
  background-color: var(--brown-color);
  color: #fff;
  border-radius: 60px 0px;
  overflow: hidden;
}
.banner__left {
  max-width: 570px;
  width: 41%;
}
.banner__left img {
  height: 400px;
  border-radius: 60px 0px;
}
.banner__right {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__content {
  max-width: 570px;
}
.banner__content h2 {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}
.banner__content h2::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2234%22%20height%3D%2226%22%20viewBox%3D%220%200%2034%2026%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M27.3079%2025.9931C24.8614%2025.8449%2023.0984%2024.9193%2022.019%2023.216C20.9397%2021.5128%2020.4%2019.5874%2020.4%2017.4398C20.4%2014.8479%2020.9037%2012.3671%2021.9111%209.99733C22.9905%207.55354%2024.3577%205.443%2026.0127%203.66569C27.6677%201.88839%2029.4667%200.666489%2031.4095%200L34%203.66569C33.0645%204.33218%2032.1291%205.22083%2031.1937%206.33165C30.3302%207.36841%2029.5386%208.47922%2028.819%209.66409C28.1714%2010.849%2027.7037%2012.0338%2027.4159%2013.2187C28.7111%2013.2927%2029.8265%2013.626%2030.7619%2014.2184C31.6974%2014.7368%2032.4169%2015.4403%2032.9206%2016.329C33.4243%2017.2176%2033.6762%2018.2914%2033.6762%2019.5503C33.6762%2021.6239%2033.0646%2023.253%2031.8413%2024.4379C30.618%2025.5487%2029.1069%2026.0671%2027.3079%2025.9931ZM7.01587%2025.9931C4.49735%2025.919%202.69841%2025.0304%201.61905%2023.3271C0.539683%2021.5498%200%2019.5874%200%2017.4398C0%2014.8479%200.503704%2012.3671%201.51111%209.99733C2.59048%207.55354%203.95767%205.443%205.6127%203.66569C7.26772%201.88839%209.06667%200.666489%2011.0095%200L13.6%203.66569C12.6646%204.33218%2011.7291%205.22083%2010.7937%206.33165C9.93016%207.36841%209.13863%208.47922%208.41905%209.66409C7.77143%2010.849%207.3037%2012.0338%207.01587%2013.2187C8.31111%2013.2927%209.42646%2013.626%2010.3619%2014.2184C11.2974%2014.7368%2012.0169%2015.4403%2012.5206%2016.329C13.0243%2017.2176%2013.2762%2018.2914%2013.2762%2019.5503C13.2762%2021.6239%2012.6286%2023.216%2011.3333%2024.3268C10.1101%2025.4377%208.6709%2025.9931%207.01587%2025.9931Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  position: absolute;
  left: -64px;
  top: 18px;
}
.banner__content span {
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 450px;
  display: flex;
  text-align: right;
  width: 100%;
  justify-content: flex-end;
  margin-top: 40px;
}
@media only screen and (max-width: 1499px) {
  .banner {
    border-radius: 54px 54px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner {
    border-radius: 38px 38px 0 0;
  }
  .banner__content {
    max-width: 480px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    padding: 80px 0 40px;
  }
  .banner__container {
    border-radius: 40px 0px;
  }
  .banner__left img {
    border-radius: 40px 0px;
  }
  .banner__content h2 {
    margin-bottom: 64px;
  }
  .banner__content h2::before {
    left: 0;
    top: unset;
    bottom: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner::before {
    display: none;
  }
  .banner__container {
    flex-direction: column-reverse;
    gap: 38px;
  }
  .banner__left {
    width: 100%;
  }
  .banner__left img {
    border-radius: 0 0 40px 0px;
    height: 300px;
  }
  .banner__right {
    width: 100%;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .banner {
    border-radius: 40px 40px 0px 0px;
    padding: 64px 0 30px;
  }
  .banner__left img {
    height: 236px;
  }
}

.traitements {
  padding: 60px 0;
}
.traitements h2 {
  margin-bottom: 40px;
}
.traitements__item {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.traitements__item-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 51px;
  max-width: 570px;
  width: 44%;
}
.traitements__item-right {
  max-width: 690px;
  width: 56%;
}
.traitements__item-right .tab_container {
  height: 400px;
  width: 100%;
  max-width: 690px;
  overflow: hidden;
  position: relative;
  border-radius: 60px 0px;
  box-shadow: -109px 462px 133px 0px rgba(99, 99, 99, 0), -70px 296px 122px 0px rgba(99, 99, 99, 0.01), -39px 166px 103px 0px rgba(99, 99, 99, 0.05), -17px 74px 76px 0px rgba(99, 99, 99, 0.09), -4px 18px 42px 0px rgba(99, 99, 99, 0.1);
  transition: var(--transition-base);
}
.traitements__item-right .tab_content {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: var(--transition-base);
}
.traitements__item-right .tab_content.active {
  opacity: 1;
}
.traitements__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.traitements__item-top h3 {
  color: #8da5b3;
  transition: var(--transition-base);
}
.traitements__item-top_desk {
  opacity: 0;
  transition: var(--transition-base);
}
.traitements__item-top_mob {
  display: none;
}
.traitements__item-description {
  max-height: 0;
  overflow: hidden;
  transition: var(--transition-base);
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.traitements__item-description_img {
  display: none;
}
.traitements__item-tab.active .traitements__item-top h3 {
  color: var(--blue-color);
}
.traitements__item-tab.active .traitements__item-top_desk {
  opacity: 1;
}
.traitements__item-tab.active .traitements__item-description {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .traitements__item-left {
    width: 50%;
  }
  .traitements__item-right {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .traitements__item-left {
    width: 100%;
  }
  .traitements__item-right {
    display: none;
  }
  .traitements__item-description_img {
    display: flex;
    border-radius: 40px 0px;
    box-shadow: -119px 462px 133px 0px rgba(99, 99, 99, 0), -4px 18px 42px 0px rgba(99, 99, 99, 0.1);
    height: 300px;
  }
  .traitements__item .traitements__item-top_desk {
    display: none;
  }
  .traitements__item .traitements__item-top_mob {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid var(--blue-color);
  }
  .traitements__item .traitements__item-top_mob svg {
    transform-origin: center;
    transition: var(--transition-base);
  }
  .traitements__item-tab.active .traitements__item-top_mob svg {
    transform: rotate(-180deg);
  }
  .traitements__item-tab.active .traitements__item-description_img {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .traitements {
    padding: 30px 0;
  }
  .traitements h2 {
    margin-bottom: 32px;
  }
  .traitements__item-description_img {
    height: 260px;
  }
}
@media only screen and (max-width: 575px) {
  .traitements__item-left {
    gap: 42px;
  }
  .traitements__item-description_img {
    height: 200px;
  }
  .traitements__item-tab.active .traitements__item-description {
    margin-top: 16px;
  }
}

.parcours {
  padding: 60px 0;
}
.parcours h2 {
  margin-bottom: 40px;
}
.parcours__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  gap: 30px;
}
.parcours__item {
  position: relative;
  padding-top: 28px;
}
.parcours__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: calc(100% + 30px);
  height: 1px;
  background-color: var(--brown-color);
}
.parcours__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: var(--brown-color);
  border-radius: 50%;
}
.parcours__item h3 {
  color: var(--blue-color);
  margin-bottom: 10px;
}
.parcours__item-text {
  font-family: "Onest", sans-serif;
}
@media only screen and (max-width: 991px) {
  .parcours {
    padding: 40px 0;
  }
  .parcours__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .parcours {
    padding: 30px 0;
  }
  .parcours__items {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .parcours__item {
    padding-top: 0;
    padding-left: 42px;
  }
  .parcours__item::before {
    height: calc(100% + 32px);
    width: 1px;
    left: 13px;
  }
  .parcours__item::after {
    left: 6px;
  }
}

.conseils {
  padding: 60px 0;
}
.conseils__container {
  display: flex;
  justify-content: space-between;
}
.conseils__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 330px;
  width: 30%;
}
.conseils__wrapper .btn {
  margin-left: 0;
}
.conseils__btn {
  display: none;
}
.conseils__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 930px;
  width: 70%;
}
.conseils__item {
  max-width: 290px;
  border-radius: 30px 0px;
  overflow: hidden;
  background: #f3f3f3;
  transition: var(--transition-base);
}
.conseils__item h3 {
  color: var(--blue-color);
}
.conseils__item img {
  max-width: 290px;
  height: 260px;
}
.conseils__item-wrap {
  padding: 30px 20px 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.conseils__item:hover {
  background-color: #dde1dd;
}
@media only screen and (max-width: 1199px) {
  .conseils__container {
    flex-direction: column;
  }
  .conseils__wrapper h2 {
    margin-bottom: 32px;
  }
  .conseils__wrapper .btn {
    display: none;
  }
  .conseils__wrapper {
    width: 100%;
  }
  .conseils__items {
    width: 100%;
  }
  .conseils__btn {
    display: flex;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .conseils {
    padding: 40px 0;
  }
  .conseils__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .conseils__item {
    justify-self: center;
    max-width: 340px;
    width: 100%;
  }
  .conseils__item img {
    max-width: unset;
  }
}
@media only screen and (max-width: 575px) {
  .conseils {
    padding: 30px 0;
  }
  .conseils__items {
    grid-template-columns: 1fr;
  }
  .conseils__btn {
    width: 100%;
  }
}

.sct-1-horaires {
  margin-top: 60px;
  margin-bottom: 120px;
}
.sct-1-horaires .data-container {
  position: relative;
}
.sct-1-horaires .data-title {
  color: #1D759B;
  font-family: Onest;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 123.529% */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.sct-1-horaires .data-img-1 {
  position: absolute;
  left: 655px;
  top: -2px;
}
.sct-1-horaires .data-img-2 {
  position: absolute;
  left: 1082px;
  top: -188px;
}
.sct-1-horaires .data-work-hours-table {
  color: #1B1B1B;
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.sct-1-horaires .data-work-hours-table-separator {
  margin-right: 66px;
}
.sct-1-horaires .data-work-hours-table tr.active {
  color: #BF7C58;
}
.sct-1-horaires .data-work-hours-table td {
  padding-bottom: 0px;
}
.sct-1-horaires .data-work-hours-table td:first-child {
  padding-right: 66px;
  width: auto;
  text-transform: capitalize;
}
.sct-1-horaires .data-work-hours-table td:last-child {
  padding-right: 0;
}
.sct-1-horaires .data-work-hours-table td:nth-child(2) {
  min-width: 179px;
  width: 72.3%;
}
.sct-1-horaires .data-work-hours-table td:nth-child(3) {
  min-width: unset;
}
.sct-1-horaires .data-work-hours-table td .mod-one {
  width: 4px;
}
.sct-1-horaires .data-work-hours-item {
  display: flex;
}
.sct-1-horaires .data-work-hours-item-col {
  justify-content: space-between;
  flex-grow: 1;
}
@media (max-width: 1025px) {
  .sct-1-horaires {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sct-1-horaires .data-img-1 {
    left: 545px;
  }
}
@media (max-width: 767px) {
  .sct-1-horaires .data-img-1 {
    display: none;
  }
}
@media (max-width: 576px) {
  .sct-1-horaires .data-work-hours-table td:first-child {
    padding-right: 20px;
  }
  .sct-1-horaires .data-work-hours-table-separator {
    margin-right: 20px;
  }
}

.home .footer {
  margin-top: -141px;
}
@media only screen and (max-width: 767px) {
  .home .footer {
    margin-top: -42px;
  }
}

.footer {
  position: relative;
  padding: 80px 0 20px;
  background-color: var(--blue-color);
  color: #fff;
  border-radius: 60px 60px 0px 0px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__top-logo {
  max-width: 330px;
  width: 33.3%;
}
.footer__top-logo svg {
  width: 100%;
  height: auto;
}
.footer__top-menus {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 450px;
  width: 33.3%;
}
.footer__top-menus nav {
  max-width: 210px;
  width: 100%;
}
.footer__top-menus nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.footer__top-menus nav ul li {
  margin: 0;
  padding: 0;
  display: flex;
}
.footer__top-menus nav ul li a {
  transition: var(--transition-base);
}
.footer__top-menus nav ul li a:hover {
  background: linear-gradient(90deg, #c4954f 0.01%, #deb36e 13.07%, #f4cb88 25.63%, #e4b570 35.51%, #d8a660 45.4%, #d4a15a 52.92%, #e8bc79 65.65%, #f0c786 73.34%, #e7bd7b 81.29%, #d0a25e 95.23%, #c4954f 101.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__top-links {
  max-width: 330px;
  width: 33.3%;
}
.footer__top-link {
  display: flex;
  gap: 10px;
  transition: var(--transition-base);
}
.footer__top-link svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.footer__top-link:first-child {
  margin-bottom: 25px;
}
.footer__top-link:hover {
  background: linear-gradient(90deg, #c4954f 0.01%, #deb36e 13.07%, #f4cb88 25.63%, #e4b570 35.51%, #d8a660 45.4%, #d4a15a 52.92%, #e8bc79 65.65%, #f0c786 73.34%, #e7bd7b 81.29%, #d0a25e 95.23%, #c4954f 101.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__bottom {
  display: flex;
  margin-top: 143px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.footer__bottom a {
  transition: var(--transition-base);
}
.footer__bottom a:hover {
  background: linear-gradient(90deg, #c4954f 0.01%, #deb36e 13.07%, #f4cb88 25.63%, #e4b570 35.51%, #d8a660 45.4%, #d4a15a 52.92%, #e8bc79 65.65%, #f0c786 73.34%, #e7bd7b 81.29%, #d0a25e 95.23%, #c4954f 101.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__bottom-left {
  display: flex;
  gap: 4px;
  width: 33.8%;
}
.footer__bottom-center {
  width: 33%;
}
.footer__bottom-right {
  max-width: 330px;
  width: 33.3%;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .footer__top-logo {
    padding-right: 15px;
  }
  .footer__bottom {
    margin-top: 80px;
  }
  .footer__bottom-center {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__top-logo {
    order: 1;
    width: 45%;
    padding-right: 0;
  }
  .footer__top-links {
    order: 2;
    width: 55%;
  }
  .footer__top-menus {
    order: 3;
    width: 100%;
    margin-top: 40px;
  }
  .footer__bottom {
    margin-top: 80px;
    flex-direction: column;
    gap: 8px;
  }
  .footer__bottom-left {
    width: 100%;
  }
  .footer__bottom-center {
    width: 100%;
  }
  .footer__bottom-right {
    width: 100%;
    margin-left: unset;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 32px 0 40px;
    border-radius: 40px 40px 0px 0px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__top-logo {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 164px;
  }
  .footer__top-links {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .footer__top-menus {
    flex-direction: column;
    gap: 16px;
  }
  .footer__bottom {
    margin-top: 57px;
  }
}

body.contact-active {
  overflow: hidden;
}

.contact {
  position: fixed;
  right: 0;
  top: 110px;
  bottom: 0;
  z-index: 890;
  max-height: calc(100vh - 110px);
  overflow: hidden;
  width: 100%;
  max-width: 706px;
  border-radius: 0px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(120%, 0);
  -ms-transform: translate(120%, 0);
  transform: translate(120%, 0);
  padding: 0 15px;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.contact .wpcf7 {
  width: 100%;
}
.contact__back {
  border-radius: 0px 60px;
  background: rgba(51, 51, 51, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
}
.contact__top {
  margin-bottom: 40px;
}
.contact__top-title {
  font-family: "Onest", sans-serif;
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 123.529% */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact__top-text {
  font-family: "Onest", sans-serif;
  color: #fff;
}
.contact .wpcf7-form {
  position: relative;
}
.contact .wpcf7-form.submitting input[type=submit] {
  pointer-events: none;
}
.contact-active .contact {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.contact-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.contact-close:hover {
  transform: scale(1.1);
}
.contact-container {
  flex: 1;
  max-width: 506px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  overflow-y: auto;
  padding: 32px 0;
}
.contact .wpcf7 {
  width: 100%;
  margin: 0 auto;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 32px;
}
.contact__wrap-items {
  display: flex;
  gap: 16px;
  width: 100%;
}
.contact-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.contact-wrap span {
  display: flex;
  width: 100%;
  margin: 0;
}
.contact-wrap p {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-wrap br {
  display: none;
}
.contact-wrap input:not([type=submit]) {
  padding: 13px 16px;
  border: none;
  color: var(--main-black-color);
  background: #fff;
  width: 100% !important;
  height: 50px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.contact-wrap input:not([type=submit])::-moz-placeholder {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap input:not([type=submit])::placeholder {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap input:not([type=submit]):hover {
  background: #fff;
}
.contact-wrap .nice-select {
  /* display: flex !important; */
  align-items: center;
  background-color: #fff;
  width: 100% !important;
  max-width: 100%;
  border-radius: 30px 0px 0px 0px;
  border: none;
  border-bottom: 2px solid var(--main-black-color);
  height: 60px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contact-wrap .nice-select::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%231B1B1B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  position: absolute;
  right: 16px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 2;
  transform-origin: center;
  transition: var(--transition-base);
}
.contact-wrap .nice-select::after {
  display: none;
}
.contact-wrap .nice-select .current {
  margin: 0 auto;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap .nice-select .list {
  width: 100%;
  background-color: #fff !important;
  border-radius: 0 !important;
  color: var(--main-black-color);
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.contact-wrap .nice-select .option {
  position: relative;
  padding: 14px 16px !important;
  min-height: 24px !important;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
  width: 100%;
  z-index: 1;
}
.contact-wrap .nice-select .option::not(:last-of-type) {
  margin-bottom: 8px;
}
.contact-wrap .nice-select .option:first-of-type {
  display: none;
}
.contact-wrap .nice-select .option.focus, .contact-wrap .nice-select .option.selected.focus, .contact-wrap .nice-select .option:hover {
  color: var(--blue-color);
}
.contact-wrap .wpcf7-list-item label {
  display: flex;
}
.contact-wrap textarea {
  resize: none;
  padding: 18px 16px;
  border: none;
  background: #fff;
  width: 100%;
  height: 182px;
  border-radius: 0px 0px 30px 0px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s ease-in-out;
  color: var(--main-black-color);
}
.contact-wrap textarea::-moz-placeholder {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap textarea::placeholder {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap textarea:hover {
  background: #fff;
}
.contact .wpcf7cf-hidden {
  display: block !important;
  pointer-events: none;
  opacity: 0.5;
  height: 88px !important;
}
.contact [data-class=wpcf7cf_group] {
  position: relative;
  width: calc(50% - 16px);
  height: 88px !important;
}
.contact [data-class=wpcf7cf_group] .contact-wrap {
  width: 100%;
}
.contact .btn {
  margin: 70px 0 0 0;
}
.contact__button {
  margin: 70px 0 0 0;
  max-width: 182px;
  display: flex;
  padding: 0;
  overflow: visible;
}
.contact__button p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  gap: 8px;
  width: 100%;
}
.contact__button input[type=submit] {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 40px;
  padding: 8px 8px 8px 16px;
  border: none;
  background: transparent;
}
.contact__button .btn {
  margin-right: 0;
}
.contact__button:hover input[type=submit] {
  color: #fff;
}
.contact .wpcf7-spinner {
  position: absolute;
  right: -25px;
  bottom: -35px;
  display: inline-block;
  background-color: var(--blue-color);
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
}
.contact .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
}
.contact .wpcf7-not-valid-tip,
.contact .wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: -24px;
}
.contact .wpcf7-not-valid-tip {
  display: none;
  color: #ffb900;
}
.contact form[data-status=invalid] .wpcf7-not-valid-tip {
  display: flex;
}
.contact .wpcf7 form .wpcf7-response-output,
.contact .wpcf7-response-output .wpcf7 .wpcf7-response-output,
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output,
.contact .wpcf7 form.payment-required .wpcf7-response-output {
  bottom: -60px;
  right: 50%;
  position: absolute;
  transform: translateX(50%);
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.contact .wpcf7 form .cf7sg-response-output {
  border: 2px solid transparent;
  color: #fff;
}
.contact .wpcf7 form.invalid .cf7sg-response-output,
.contact .wpcf7 form.unaccepted .cf7sg-response-output,
.contact .wpcf7 form.payment-required .cf7sg-response-output {
  border-color: #ffb900;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
.contact .wpcf7 form.sent .cf7sg-response-output {
  border-color: #46b450;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
.contact .wpcf7-response-output {
  display: none;
}
@media only screen and (max-height: 1000px) {
  .contact-container {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1299px) {
  .contact {
    max-height: calc(100vh - 65px);
    top: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .contact__top-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .contact {
    border-radius: 0px;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 16px;
    background: rgba(51, 51, 51, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .contact-container {
    height: auto;
  }
  .contact__top {
    margin-bottom: 30px;
  }
  .contact__top-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .contact__wrap-items {
    flex-direction: column;
    gap: 0;
  }
  .contact-wrap textarea {
    height: 100px;
  }
  .contact-close {
    position: initial;
    width: 46px;
    height: 46px;
    min-height: 46px;
  }
  .contact__back {
    border-radius: 0;
    background: none;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .contact .btn {
    margin: 40px 0 0 0;
  }
}

.banner__right p {
  margin-bottom: 20px;
}
.banner__right p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .head {
    height: 509px;
  }
  .head__wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 508px;
    top: 508px;
    width: 100%;
    height: 100px;
    z-index: -1;
    background-color: #7e4e33;
  }
  .head__wrapper::before {
    bottom: -50px;
  }
  .head__wrapper picture,
  .head__wrapper img {
    max-height: 509px;
  }
}
.banner__right {
  padding: 80px 0;
}

.banner__left img {
  height: 100%;
}
@media (max-width: 767px) {
  .banner__left img {
    height: auto;
  }
}

.sct-photo-mosaic {
  margin-top: 100px;
  margin-bottom: 50px;
}
.sct-photo-mosaic .data-row {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sct-photo-mosaic .data-img {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.sct-photo-mosaic .data-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sct-photo-mosaic .data-col {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.sct-photo-mosaic .data-col:first-child {
  width: 40.43%;
}
.sct-photo-mosaic .data-col:nth-child(2) {
  width: 31.91%;
}
.sct-photo-mosaic .data-col:nth-child(3) {
  width: 23.26%;
}
.sct-photo-mosaic .data-b1 {
  flex-shrink: 0;
}
.sct-photo-mosaic .data-b1 .data-img {
  border-radius: 60px 0;
  aspect-ratio: 570/340;
}
.sct-photo-mosaic .data-b2 {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sct-photo-mosaic .data-b2 .data-img:first-child {
  border: 2px solid #C4954F;
  width: 210px;
  border-radius: 0 60px;
  aspect-ratio: 210/258;
}
.sct-photo-mosaic .data-b2 .data-img:last-child {
  border-radius: 60px 0;
  max-height: 260px;
  width: 330px;
  aspect-ratio: 320/260;
}
.sct-photo-mosaic .data-b3 {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sct-photo-mosaic .data-b3 .data-img:first-child {
  border-radius: 60px 0;
  aspect-ratio: 210/220;
}
.sct-photo-mosaic .data-b3 .data-img:last-child {
  border-radius: 0 60px;
  aspect-ratio: 210/220;
  border: 2px solid #C4954F;
}
.sct-photo-mosaic .data-b4 .data-img {
  border-radius: 60px 0;
}
.sct-photo-mosaic .data-b4 .data-img:first-child {
  aspect-ratio: 450/380;
}
.sct-photo-mosaic .data-b5 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.sct-photo-mosaic .data-b5 .data-img:first-child {
  border-radius: 0 60px;
  aspect-ratio: 328/382;
}
.sct-photo-mosaic .data-b5 .data-img:last-child {
  border-radius: 0 60px;
  aspect-ratio: 330/220;
}
@media (max-width: 600px) {
  .sct-photo-mosaic {
    margin-top: 36px;
  }
  .sct-photo-mosaic .data-b1 .data-img {
    border-radius: 40px 0;
  }
  .sct-photo-mosaic .data-b2 .data-img:first-child {
    border-radius: 0 40px;
  }
  .sct-photo-mosaic .data-b2 .data-img:last-child {
    border-radius: 40px 0;
  }
  .sct-photo-mosaic .data-b3 .data-img:first-child {
    border-radius: 40px 0;
  }
  .sct-photo-mosaic .data-b3 .data-img:last-child {
    border-radius: 40px 0;
  }
  .sct-photo-mosaic .data-b4 .data-img {
    border-radius: 40px 0;
  }
  .sct-photo-mosaic .data-b5 .data-img:first-child {
    border-radius: 0 40px;
  }
  .sct-photo-mosaic .data-b5 .data-img:last-child {
    border-radius: 0 40px;
  }
  .sct-photo-mosaic .data-b5 {
    row-gap: 16px;
  }
  .sct-photo-mosaic .data-b4 .data-img {
    border-radius: 40px 0;
  }
  .sct-photo-mosaic .data-b2 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .sct-photo-mosaic .data-b2 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .sct-photo-mosaic .data-b3 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .sct-photo-mosaic .data-row {
    flex-direction: column;
    row-gap: 16px;
  }
  .sct-photo-mosaic .data-col {
    width: 100% !important;
    row-gap: 16px;
  }
}

.sct-a-quel-age-intervenir {
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative;
}
.sct-a-quel-age-intervenir .data-img {
  position: absolute;
  right: 0;
  top: 47px;
  z-index: -1;
}
.sct-a-quel-age-intervenir .data-title {
  margin-bottom: 56px;
}
.sct-a-quel-age-intervenir .data-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sct-a-quel-age-intervenir .data-item {
  width: 25%;
  padding: 0 15px;
}
.sct-a-quel-age-intervenir .data-item-title {
  color: #1D759B;
  font-family: Onest;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 16px;
}
.sct-a-quel-age-intervenir .data-item-text {
  color: #1B1B1B;
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.sct-a-quel-age-intervenir .data-item-text p {
  margin-bottom: 20px;
}
.sct-a-quel-age-intervenir .data-item-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .sct-a-quel-age-intervenir .data-img {
    display: none;
  }
  .sct-a-quel-age-intervenir .data-list {
    flex-wrap: wrap;
    row-gap: 32px;
  }
  .sct-a-quel-age-intervenir .data-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sct-a-quel-age-intervenir .data-title {
    margin-bottom: 32px;
  }
  .sct-a-quel-age-intervenir .data-item-title {
    color: #1D759B;
    font-family: Onest;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
  }
}
@media (max-width: 575px) {
  .sct-a-quel-age-intervenir .data-item {
    width: 100%;
  }
}

.head__container-wrap h1 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.sct-1-videos .conseils__wrapper {
  margin-right: 150px;
}
.sct-1-videos .conseils__item {
  max-width: 100%;
  transition: none;
}
.sct-1-videos .conseils__item img {
  max-width: 100%;
}
.sct-1-videos .data-slider {
  width: 100%;
}
.sct-1-videos .data-slider:not(.swiper-initialized) .conseils__item {
  max-width: 303px;
  margin-right: 30px;
}
.sct-1-videos .container {
  position: relative;
}
.sct-1-videos .data-item-video-play,
.sct-1-videos .data-video-mute {
  position: absolute;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  z-index: 5;
}
.sct-1-videos .data-item-video {
  position: relative;
}
.sct-1-videos .data-item-video-play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sct-1-videos .gallery {
  padding: 60px 0;
  overflow: hidden;
}
.sct-1-videos .gallery__wrapper {
  margin: 0 -24%;
}
.sct-1-videos .gallery__slider-img {
  border-radius: 30px 0px;
  height: 460px;
}
.sct-1-videos .gallery__slider-container {
  width: 74vw;
}
.sct-1-videos .gallery__slider-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 52px;
  margin-top: 50px;
}
.sct-1-videos .gallery__slider-nav_arrows {
  display: flex;
  gap: 40px;
}
.sct-1-videos .gallery__slider-nav .gallery__next-mob,
.sct-1-videos .gallery__slider-nav .gallery__prev-mob {
  display: none;
}
.sct-1-videos .gallery__slider-nav .swiper-button-next,
.sct-1-videos .gallery__slider-nav .swiper-button-prev {
  width: 54px;
  min-width: 54px;
  height: 34px;
  transition: var(--transition-base);
}
.sct-1-videos .gallery__slider-nav .swiper-button-next:hover .gallery__prev-desk path,
.sct-1-videos .gallery__slider-nav .swiper-button-next:hover .gallery__next-desk path,
.sct-1-videos .gallery__slider-nav .swiper-button-prev:hover .gallery__prev-desk path,
.sct-1-videos .gallery__slider-nav .swiper-button-prev:hover .gallery__next-desk path {
  stroke: var(--blue-color);
}
.sct-1-videos .gallery__slider-nav .swiper-button-next .gallery__next-desk,
.sct-1-videos .gallery__slider-nav .swiper-button-prev .gallery__prev-desk {
  width: 54px;
  height: auto;
}
.sct-1-videos .gallery__slider-nav .swiper-button-next .gallery__next-desk path,
.sct-1-videos .gallery__slider-nav .swiper-button-prev .gallery__prev-desk path {
  transition: var(--transition-base);
}
.sct-1-videos .gallery__slider-nav_pagination {
  position: initial;
  transform: none;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.sct-1-videos .gallery__slider-nav_pagination .swiper-pagination-current {
  margin-right: 10px;
}
.sct-1-videos .gallery__slider-nav_pagination .swiper-pagination-total {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .sct-1-videos .gallery__slider-nav {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    transform: translate(0, 100%);
  }
}

.sct-1-conseils .conseils__wrapper {
  margin-right: 150px;
}
.sct-1-conseils .conseils__item {
  max-width: 100%;
  transition: none;
}
.sct-1-conseils .conseils__item img {
  max-width: 100%;
}
.sct-1-conseils .data-slider {
  width: 100%;
}
.sct-1-conseils .data-slider:not(.swiper-initialized) .conseils__item {
  max-width: 303px;
  margin-right: 30px;
}
.sct-1-conseils .container {
  position: relative;
}
.sct-1-conseils .data-item-video {
  position: relative;
}
.sct-1-conseils .gallery {
  padding: 60px 0;
  overflow: hidden;
}
.sct-1-conseils .gallery__wrapper {
  margin: 0 -24%;
}
.sct-1-conseils .gallery__slider-img {
  border-radius: 30px 0px;
  height: 460px;
}
.sct-1-conseils .gallery__slider-container {
  width: 74vw;
}
.sct-1-conseils .gallery__slider-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 52px;
  margin-top: 50px;
}
.sct-1-conseils .gallery__slider-nav_arrows {
  display: flex;
  gap: 40px;
}
.sct-1-conseils .gallery__slider-nav .gallery__next-mob,
.sct-1-conseils .gallery__slider-nav .gallery__prev-mob {
  display: none;
}
.sct-1-conseils .gallery__slider-nav .swiper-button-next,
.sct-1-conseils .gallery__slider-nav .swiper-button-prev {
  width: 54px;
  min-width: 54px;
  height: 34px;
  transition: var(--transition-base);
}
.sct-1-conseils .gallery__slider-nav .swiper-button-next:hover .gallery__prev-desk path,
.sct-1-conseils .gallery__slider-nav .swiper-button-next:hover .gallery__next-desk path,
.sct-1-conseils .gallery__slider-nav .swiper-button-prev:hover .gallery__prev-desk path,
.sct-1-conseils .gallery__slider-nav .swiper-button-prev:hover .gallery__next-desk path {
  stroke: var(--blue-color);
}
.sct-1-conseils .gallery__slider-nav .swiper-button-next .gallery__next-desk,
.sct-1-conseils .gallery__slider-nav .swiper-button-prev .gallery__prev-desk {
  width: 54px;
  height: auto;
}
.sct-1-conseils .gallery__slider-nav .swiper-button-next .gallery__next-desk path,
.sct-1-conseils .gallery__slider-nav .swiper-button-prev .gallery__prev-desk path {
  transition: var(--transition-base);
}
.sct-1-conseils .gallery__slider-nav_pagination {
  position: initial;
  transform: none;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.sct-1-conseils .gallery__slider-nav_pagination .swiper-pagination-current {
  margin-right: 10px;
}
.sct-1-conseils .gallery__slider-nav_pagination .swiper-pagination-total {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .sct-1-conseils .gallery__slider-nav {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    transform: translate(0, 100%);
  }
}

.cmp-4-popup {
  position: fixed;
  width: 100%;
  height: calc(100% - 92px);
  top: 92px;
  left: 0;
  z-index: 150;
  visibility: hidden;
  height: 100%;
  top: 0;
}
@media (max-height: 800px) {
  .cmp-4-popup {
    height: 100%;
    top: 0;
  }
}
.cmp-4-popup.mod-video-popup {
  display: block;
  visibility: hidden;
}
.cmp-4-popup.mod-video-popup.mod-youtube .data-vimeo {
  display: none;
}
.cmp-4-popup.mod-video-popup.mod-vimeo .data-youtube {
  display: none;
}
.cmp-4-popup.mod-video-popup .cmp4-inner {
  width: 100%;
  max-width: 1270px;
  padding: 0 50px;
}
.cmp-4-popup.mod-video-popup.active {
  visibility: visible;
}
.cmp-4-popup.mod-video-popup.active .cmp4-overlay {
  opacity: 1;
}
.cmp-4-popup.mod-video-popup .cmp4-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cmp-4-popup.mod-video-popup .cmp4-close {
  width: 27px;
  margin-left: auto;
  margin-bottom: 35px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cmp-4-popup.mod-video-popup .cmp4-inner {
    padding: 0 30px;
  }
}
.cmp-4-popup.active {
  visibility: visible;
}
.cmp-4-popup.active .cmp4-overlay {
  opacity: 1;
}
.cmp-4-popup.mod-transit .cmp4-overlay {
  opacity: 0.5 !important;
  transition: none;
}
.cmp-4-popup:not(.active) * {
  transition: none !important;
}
.cmp-4-popup:not(.active) input,
.cmp-4-popup:not(.active) button,
.cmp-4-popup:not(.active) textarea,
.cmp-4-popup:not(.active) a {
  transition: none !important;
}
.cmp-4-popup:not(.active) input::-moz-placeholder, .cmp-4-popup:not(.active) button::-moz-placeholder, .cmp-4-popup:not(.active) textarea::-moz-placeholder, .cmp-4-popup:not(.active) a::-moz-placeholder {
  -moz-transition: none !important;
  transition: none !important;
}
.cmp-4-popup:not(.active) input::placeholder,
.cmp-4-popup:not(.active) button::placeholder,
.cmp-4-popup:not(.active) textarea::placeholder,
.cmp-4-popup:not(.active) a::placeholder {
  transition: none !important;
}
.cmp-4-popup .cmp4-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(20, 20, 20, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.cmp-4-popup .cmp4-close img {
  width: 40px;
}
.cmp-4-popup .cmp4-inner-out {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cmp-4-popup .cmp4-inner-out::-webkit-scrollbar {
  display: none;
}
@media (max-height: 500px) {
  .cmp-4-popup .cmp4-inner-out {
    align-items: flex-start;
  }
}
.cmp-4-popup .cmp4-info {
  border-radius: 8px;
  overflow: hidden;
}

.sct-video-popup .data-inner {
  width: 100%;
  max-width: 1170px;
  aspect-ratio: 1170/680;
  max-height: 85vh;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
}
.sct-video-popup video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sct-video-popup .data-vimeo {
  width: 100%;
  height: 100%;
}
.sct-video-popup .data-youtube {
  width: 100%;
  height: 100%;
}
.sct-video-popup .data-youtube iframe {
  width: 100%;
  height: 100%;
}
