: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%;
  }
}

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

a,
a span {
  cursor: pointer;
}

.wp-text .wp-block-separator {
  border-top: 1px solid #5c5f67;
  margin: 24px 0;
}
.wp-text h1 {
  font-family: "Onest", sans-serif;
  margin: 15px 0;
  text-align: center;
  color: var(--blue-color);
}
.wp-text h1:first-child {
  margin-top: 0;
}
.wp-text h1:last-child {
  margin-bottom: 0;
}
.wp-text h2 {
  font-family: "Onest", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 123.529% */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 32px 0 16px;
  color: var(--blue-color);
}
.wp-text h2:first-child {
  margin-top: 0;
}
.wp-text h2:last-child {
  margin-bottom: 0;
}
.wp-text h3 {
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 30px 0 16px;
  color: var(--blue-color);
}
.wp-text h3:first-child {
  margin-top: 0;
}
.wp-text h3:last-child {
  margin-bottom: 0;
}
.wp-text h4 {
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 16px 0;
  color: var(--blue-color);
}
.wp-text h4:first-child {
  margin-top: 0;
}
.wp-text h4:last-child {
  margin-bottom: 0;
}
.wp-text h5 {
  font-family: "Onest", sans-serif;
  margin: 16px 0;
  color: var(--blue-color);
}
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text a {
  color: var(--brown-color);
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: var(--transition-base);
}
.wp-text a:hover {
  -webkit-text-decoration-color: var(--brown-color);
  text-decoration-color: var(--brown-color);
  color: var(--brown-color);
  text-decoration: underline;
}
.wp-text p {
  font-family: "Onest", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  margin: 16px 0;
  color: var(--black-opcity-08-color);
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text .wp-block-quote {
  width: 100%;
  margin: 60px 0;
  padding: 20px 50px;
  border-radius: 60px 0px;
  background: var(--brown-color);
}
.wp-text .wp-block-quote p {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.wp-text ul li,
.wp-text ol li {
  font-family: "Onest", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.wp-text ul {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
.wp-text ul:first-child {
  margin-top: 0;
}
.wp-text ul:last-child {
  margin-bottom: 16px;
}
.wp-text ul li {
  position: relative;
  padding-left: 24px;
  list-style: none;
}
.wp-text ul li:not(:last-of-type) {
  margin-bottom: 4px;
}
.wp-text ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: var(--main-black-color);
  border: none;
  top: 10px;
  left: 10px;
  border-radius: 50%;
}
.wp-text ol {
  padding-left: 16px;
  margin: 16px 0;
}
.wp-text ol:first-child {
  margin-top: 0;
}
.wp-text ol:last-child {
  margin-bottom: 16px;
}
.wp-text ol li {
  padding-left: 16px;
}
.wp-text ol li::marker {
  color: var(--blue-font-color);
}
.wp-text ol li:not(:last-of-type) {
  margin-bottom: 16px;
}
.wp-text .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
  width: 100%;
}
.wp-text .wp-block-image:first-child {
  margin-top: 0;
}
.wp-text .wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-text .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 30px 0px;
}
.wp-text img {
  border-radius: 30px 0px;
}
.wp-text .wp-block-media-text {
  gap: 40px;
  margin: 36px 0;
}
.wp-text .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-text .wp-block-columns {
  margin: 30px 0;
  gap: 40px;
}
.wp-text .wp-block-columns .wp-block-image {
  margin: 0;
}

.wp-small-block > h2 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h3 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h4 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h5 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > p {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > ol {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > ul {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .wp-small-block > h2, .wp-small-block > h3, .wp-small-block > h4, .wp-small-block > h5, .wp-small-block > p, .wp-small-block > ol, .wp-small-block > ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-text h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-text h1 {
    font-size: 31px;
  }
  .wp-text h2 {
    font-size: 28px;
  }
  .wp-text h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .wp-text h4 {
    font-size: 20px;
  }
  .wp-text h5 {
    font-size: 18px;
  }
  .wp-text p {
    font-size: 16px;
  }
  .wp-text ul li {
    font-size: 16px;
  }
  .wp-text ol li {
    font-size: 16px;
  }
  .wp-text .wp-block-image {
    margin: 20px 0;
  }
  .wp-text .wp-block-media-text {
    grid-template-columns: 100% !important;
  }
  .wp-text .wp-block-media-text > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-text .wp-block-media-text > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-text .wp-block-quote {
    width: 100%;
    margin: 40px 0;
    padding: 20px 30px;
    border-radius: 40px 0px;
    background: var(--brown-color);
  }
  .wp-text .wp-block-quote p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.head {
  height: 330px;
  position: relative;
  border-radius: 0px 0px 0px 60px;
  background: radial-gradient(107.09% 112.51% at 86.3% -12.44%, #dfe3df 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(53.04% 57.04% at -4.63% 100%, #dab4a0 0%, rgba(255, 255, 255, 0) 100%);
}
.head__svg {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.head__svg-left {
  left: 0;
  bottom: 0;
}
.head__svg-left_mob {
  display: none;
}
.head__svg-right {
  left: unset;
  right: 0;
  top: 100%;
}
.head__svg-decor {
  left: unset;
  right: -157px;
  bottom: -50px;
}
.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: var(--blue-color);
  margin-bottom: 10px;
  font-family: "RawengulkSans", serif;
  font-size: 48px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1d759b;
}
@media only screen and (max-width: 991px) {
  .head {
    border-radius: 0px 0px 0px 40px;
  }
  .head__svg-right, .head__svg-decor {
    display: none;
  }
  .head__svg-left_mob {
    display: block;
  }
  .head__svg-left_desk {
    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: 260px;
  }
}

.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;
  }
}

.single-conseils .single__wrap-content {
  margin-top: 40px;
}

.sct-1-fleury-barret {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .sct-1-fleury-barret .data-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 3px;
    margin-bottom: 28px;
  }
}
.sct-1-fleury-barret .data-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}
.sct-1-fleury-barret .data-item {
  width: 50%;
  padding: 0 15px;
}
.sct-1-fleury-barret .data-item-inner {
  padding: 48px 40px 58px;
  border-radius: 32px;
  background: #F3F3F3;
  height: 100%;
}
.sct-1-fleury-barret .data-item-icon {
  width: auto;
  margin-bottom: 40px;
  width: 60px;
  height: 60px;
}
.sct-1-fleury-barret .data-item-icon img {
  width: auto;
  border-radius: unset;
}
.sct-1-fleury-barret .data-item-content h3 {
  color: #BF7C58;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .sct-1-fleury-barret .data-item-inner {
    padding: 38px 30px 48px;
  }
  .sct-1-fleury-barret .data-item-icon {
    width: auto;
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .sct-1-fleury-barret .data-item {
    width: 100%;
  }
}

.single__wrap {
  position: relative;
  border-radius: 60px 60px 0 0;
  padding: 50px 0 0;
  overflow: hidden;
}
.single__wrap::before {
  content: "";
  position: absolute;
  border-radius: 0px 60px 0px 0px;
  background: radial-gradient(53.2% 108.53% at 92.18% 0%, #dde1dd 0%, #fff 100%);
  right: 0;
  top: 0;
  width: 900px;
  height: 400px;
}
.single__wrap-content {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.single__wrap-decor {
  position: absolute;
  left: 0;
  bottom: 300px;
  z-index: -1;
  max-width: 303px;
  width: 16vw;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .single__wrap::before {
    width: 600px;
    height: 300px;
  }
  .single__wrap-decor {
    display: none;
  }
}
