/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 10px;
  line-height: 150%;
  color: #222222;
  background: #FCFAF9;
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

[id] {
  scroll-margin-top: 100px;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  * {
    transition: none !important;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol, div {
  cursor: default;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 1.8rem;
  line-height: 156%;
  color: #222222;
}

.container {
  width: 100%;
  max-width: 1570px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 1310px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.aligncenter {
  align-items: center;
}

.textright {
  text-align: right;
}

h2 {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #222222;
}

.home h2 {
  text-align: center;
}

header {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  z-index: 999;
  transition: 0.5s;
  top: 0;
  background: rgba(252, 250, 249, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1180px) {
  header .wrapper-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 82px;
    width: 100%;
    height: calc(100vh - 82px);
  }
}
header .wrapper-menu ul {
  display: flex;
  list-style: none;
}
@media (max-width: 1180px) {
  header .wrapper-menu ul {
    margin: 0;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(252, 250, 249, 0.95);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 0;
  }
}
header .wrapper-menu ul li {
  padding: 0 35px;
}
@media (max-width: 1180px) {
  header .wrapper-menu ul li {
    padding: 10px;
  }
}
header .wrapper-menu ul li.red a {
  color: #D75E5A;
  text-transform: uppercase;
}
header .wrapper-menu ul li.red a:hover {
  text-decoration: underline;
}
header .wrapper-menu ul li a {
  font-family: "Casper";
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #222222;
  transition: 0.5s;
}
@media (max-width: 1180px) {
  header .wrapper-menu ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
header .wrapper-menu ul li a:hover {
  color: #D75E5A;
}
header .burger {
  display: none;
}
@media (max-width: 1180px) {
  header .burger {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 15px;
  }
  header .burger svg {
    width: 50px;
    height: 50px;
    fill: none;
    transform: translateX(13px);
  }
  header .burger svg path {
    stroke-width: 2px;
    stroke: #D75E5A;
    stroke-dasharray: 0 1000px;
  }
  header .burger:not(.active) svg path {
    transition: stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dasharray 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header .burger:not(.active) svg path:first-child, header .burger:not(.active) svg path:nth-child(2) {
    stroke-dasharray: 10px 1000px;
  }
  header .burger:not(.active) svg path:nth-child(3) {
    transition: stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dasharray 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    stroke-dasharray: 20px 1000px;
  }
  header .burger.active svg path {
    transition: stroke-dashoffset 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dasharray 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header .burger.active svg path:nth-child(1) {
    transition: stroke-dashoffset 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dasharray 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header .burger.active svg path:nth-child(1), header .burger.active svg path:nth-child(2) {
    stroke-dashoffset: -102px;
    stroke-dasharray: 30px 1000px;
  }
  header .burger.active svg path:nth-child(3) {
    stroke-dasharray: 18px 1000px;
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
header:hover {
  background: rgba(252, 250, 249, 0.6);
}

footer {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 767px) {
  footer .container {
    padding: 0;
  }
}
footer:after {
  content: "";
  position: absolute;
  width: 100%;
  background: radial-gradient(57.91% 100% at 4.82% 100%, #FADEC4 0%, rgba(252, 250, 249, 0) 100%);
  height: 230%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
footer .circle {
  width: 100%;
  text-align: center;
  padding: 45px 10px;
  position: relative;
  overflow: hidden;
}
footer .circle:after {
  content: "";
  padding-bottom: 70.58%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(65.93deg, rgba(169, 55, 89, 0.9) -23.19%, rgba(233, 72, 94, 0.65) 9.26%, rgba(240, 132, 99, 0.9) 49.41%, rgba(241, 138, 105, 0.9214) 55.33%, rgba(243, 154, 122, 0.9506) 63.44%, rgba(247, 179, 151, 0.9843) 72.77%, #F9C0A7 77.12%);
}
@media (max-width: 767px) {
  footer .circle:after {
    height: 100%;
    border-radius: 50%;
    width: 150%;
    left: -25%;
  }
}
footer .circle .logo img {
  width: 100%;
  max-width: 200px;
}
footer .circle .footer-desc {
  margin-top: 100px;
}
@media (max-width: 767px) {
  footer .circle .footer-desc {
    margin-top: 40px;
  }
}
footer .circle .footer-desc p, footer .circle .footer-desc a {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #FBFBFC;
}
footer .circle .footer-desc p {
  margin: 4px 0;
}

.btn {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #222222;
  padding: 12px 61px;
  position: relative;
}
.btn span.circle {
  font-family: "Lato";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  padding: 9px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  background: linear-gradient(#E9485E 3.65%, rgba(241, 138, 105, 0.9214) 43.42%, rgba(247, 179, 151, 0.9843) 76.08%, #FEDFD1 100%);
  transition: width 0.3s ease-in;
}
.btn span.circle:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 3px);
  background: #FCFAF9;
  border-radius: 21px;
}
.btn span.circle span {
  position: relative;
  z-index: 2;
  font-size: 46px;
  line-height: 1;
  padding-bottom: 4px;
  padding-left: 1px;
  background: linear-gradient(#E9485E 3.65%, rgba(241, 138, 105, 0.9214) 43.42%, rgba(247, 179, 151, 0.9843) 76.08%, #FEDFD1 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn.white {
  color: #FFFFFF;
  background: none;
}
.btn.white span.circle {
  background: none;
  color: #FFFFFF;
  border: 1px solid #ffffff;
}
.btn.white span.circle:after {
  background: none;
}
.btn.white span.circle span {
  background-clip: border-box;
  -webkit-text-fill-color: white;
  color: #FFFFFF;
  background: transparent;
  font-weight: 200;
}
.btn:hover span.circle {
  width: 100%;
  border-radius: 22px;
}
.btn:hover span.circle:after {
  border-radius: 21px;
}
.btn:hover span.circle span {
  transform: rotate(50deg);
  opacity: 0;
}

.video {
  max-height: 100vh;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .video {
    margin-top: 88px;
  }
}
.video:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(237.99deg, rgba(249, 177, 167, 0.44) 20.24%, rgba(255, 255, 255, 0) 50.92%), linear-gradient(180deg, rgba(255, 255, 255, 0.81) 4.27%, rgba(255, 255, 255, 0) 54.06%);
}
.video .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-with-welcome {
  overflow: hidden;
}

.welcome {
  position: relative;
}
.welcome .logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .welcome .logo {
    text-align: center;
  }
  .welcome .logo img {
    width: 50%;
    text-align: center;
  }
}
.welcome .svg-bg {
  width: 100%;
  overflow-x: hidden;
}
.welcome .svg-bg svg {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(40%, -15%);
  z-index: 1;
}
@media (max-width: 767px) {
  .welcome .svg-bg svg {
    width: 100%;
    transform: translate(43%, -41.5%);
  }
}
.welcome h1 {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0.07em;
  color: #222222;
  max-width: 750px;
  margin: 210px 0 45px;
}
@media (max-width: 767px) {
  .welcome h1 {
    margin-top: 80px;
    font-size: 28px;
    line-height: 34px;
  }
}
.welcome h1 i {
  color: #D75E5A;
  font-style: normal;
}
.welcome h1 span {
  font-size: 34px;
  line-height: 42px;
  display: block;
  letter-spacing: 0.06em;
  color: #222222;
}
@media (max-width: 767px) {
  .welcome h1 span {
    font-size: 24px;
    line-height: 32px;
  }
}
.welcome .wrapper-content {
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .welcome .wrapper-content {
    flex-direction: column;
  }
}
.welcome .wrapper-content .wrapper-description {
  width: 50%;
  max-width: 490px;
  position: relative;
}
@media (max-width: 767px) {
  .welcome .wrapper-content .wrapper-description {
    width: 100%;
    max-width: none;
  }
}
.welcome .wrapper-content .wrapper-description .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  text-align: justify;
}
.welcome .background-img {
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .welcome .background-img {
    position: static;
    transform: none;
    padding: 0;
    overflow: hidden;
  }
}
.welcome .background-img svg {
  max-width: 100%;
}
@media (max-width: 767px) {
  .welcome .background-img svg {
    height: auto;
    max-width: 150%;
  }
}
.welcome .btn {
  margin-top: 68px;
  display: inline-block;
}
@media (max-width: 767px) {
  .welcome .btn {
    margin-top: 20px;
  }
}
.welcome .wrapper-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  padding-bottom: 300px;
}
@media (max-width: 767px) {
  .welcome .wrapper-contact {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.welcome .wrapper-contact .col {
  width: 50%;
}
@media (max-width: 767px) {
  .welcome .wrapper-contact .col {
    width: 100%;
    margin-bottom: 10px;
  }
}
.welcome .wrapper-contact .col .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .welcome .wrapper-contact .col .title {
    margin-bottom: 4px;
  }
}
.welcome .wrapper-contact .col a {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #222222;
}
.welcome .wrapper-contact .col a:hover {
  color: #D75E5A;
}

.evenement .event-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .evenement .event-wrapper {
    overflow: inherit;
  }
}
.evenement .poster {
  position: relative;
}
.evenement .poster img {
  width: 100%;
  border-radius: 20px;
}
.evenement .poster .wrapper-btn {
  position: absolute;
  bottom: 7%;
  left: 8.5%;
  width: 19.5%;
  min-width: 240px;
  height: 14.441%;
  min-height: 55px;
  background: linear-gradient(44.34deg, #E9485E -1.81%, rgba(241, 138, 105, 0.9214) 39.32%, rgba(247, 179, 151, 0.9843) 97.83%);
  box-shadow: -3px 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .evenement .poster .wrapper-btn {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.evenement .poster .wrapper-btn .btn {
  padding: 5px 60px;
  max-width: 80%;
  text-align: center;
}

[data-aos^=fade-left-big].aos-init {
  transform: translate3d(50%, 0, 0);
}

[data-aos^=zoom-custom].aos-init {
  transform: scale(0.6);
}

.president {
  margin-top: 180px;
}
@media (max-width: 767px) {
  .president {
    margin-top: 130px;
  }
}
.president .wrapper-president {
  display: flex;
}
@media (max-width: 767px) {
  .president .wrapper-president {
    flex-direction: column-reverse;
  }
}
.president .wrapper-president .col {
  width: 50%;
}
@media (max-width: 767px) {
  .president .wrapper-president .col {
    width: 100%;
  }
}
.president .wrapper-president .col .sub-title {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #222222;
  margin-bottom: 0.5em;
  text-align: left;
}
@media (max-width: 767px) {
  .president .wrapper-president .col .sub-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.president .wrapper-president .col .name {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: 0.04em;
  color: #222222;
}
@media (max-width: 767px) {
  .president .wrapper-president .col .name {
    font-size: 38px;
    line-height: 52px;
  }
}
.president .wrapper-president .col .name span {
  color: #D75E5A;
}
.president .wrapper-president .col .description {
  position: relative;
}
.president .wrapper-president .col .description svg {
  z-index: -1;
  position: absolute;
  top: -28px;
  left: -71px;
}
.president .wrapper-president .col p {
  font-family: "Casper";
  font-style: normal;
  font-weight: 400;
}
.president .wrapper-president .col p strong {
  font-weight: 700;
  color: #D75E5A;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.06em;
}
.president .wrapper-president .col ul {
  list-style: none;
  padding-left: 0;
}
.president .wrapper-president .col ul li {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: 0.06em;
  color: #222222;
  position: relative;
  padding-left: 30px;
  padding-bottom: 1em;
}
.president .wrapper-president .col ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #D75E5A;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.president .wrapper-president .col .btn {
  margin-top: 60px;
  display: inline-block;
}
@media (max-width: 767px) {
  .president .wrapper-president .col .btn {
    margin-top: 20px;
  }
}
.president .wrapper-president .col .photo {
  padding: 19px;
  background: linear-gradient(to top, #E9485E 3.65%, rgba(241, 138, 105, 0.28) 43.42%, rgba(254, 223, 209, 0) 100%);
  max-width: 490px;
  border-radius: 50%;
  margin-left: auto;
}
.president .wrapper-president .col .photo .wrapper {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.president .wrapper-president .col .photo img {
  position: absolute;
  width: 100%;
}

.partenaires {
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .partenaires {
    padding-bottom: 50px;
  }
}
.partenaires .wrapper-circle-partenaires {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 910px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}
.partenaires .wrapper-circle-partenaires:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 90%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .partenaires .wrapper-circle-partenaires:after {
    content: none;
  }
}
.partenaires .wrapper-circle-partenaires .animation-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-animation: transform-rotate-right 30s linear infinite;
          animation: transform-rotate-right 30s linear infinite;
}
@media (max-width: 767px) {
  .partenaires .wrapper-circle-partenaires .animation-circle {
    -webkit-animation: none;
            animation: none;
    position: relative;
  }
}
.partenaires .wrapper-circle-partenaires .item {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: transform-rotate-left 30s linear infinite;
          animation: transform-rotate-left 30s linear infinite;
}
@media (max-width: 767px) {
  .partenaires .wrapper-circle-partenaires .item {
    -webkit-animation: none;
            animation: none;
  }
}
.partenaires .wrapper-circle-partenaires .item img {
  transition: 0.5s;
}
.partenaires .wrapper-circle-partenaires .item:hover img {
  transform: scale(1.1);
}
.partenaires .wrapper-circle-partenaires .item:nth-child(1), .partenaires .wrapper-circle-partenaires .item:nth-child(9) {
  width: 100%;
}
.partenaires .wrapper-circle-partenaires .item:nth-child(2), .partenaires .wrapper-circle-partenaires .item:nth-child(3), .partenaires .wrapper-circle-partenaires .item:nth-child(7), .partenaires .wrapper-circle-partenaires .item:nth-child(8) {
  width: 50%;
}
.partenaires .wrapper-circle-partenaires .item:nth-child(4), .partenaires .wrapper-circle-partenaires .item:nth-child(5), .partenaires .wrapper-circle-partenaires .item:nth-child(6) {
  width: 33.3%;
}
@media (max-width: 767px) {
  .partenaires .wrapper-circle-partenaires .item {
    width: 50% !important;
    padding: 0 5px;
  }
  .partenaires .wrapper-circle-partenaires .item:nth-child(5) {
    width: 100% !important;
    text-align: center;
  }
  .partenaires .wrapper-circle-partenaires .item:nth-child(5) img {
    max-width: 70%;
  }
}
.partenaires .wrapper-circle-partenaires .item img {
  max-width: 100%;
}
.partenaires .wrapper-line-partenaires {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  flex-wrap: wrap;
}
.partenaires .wrapper-line-partenaires .item {
  margin: 0 10px 50px;
}
.partenaires .wrapper-line-partenaires .item img {
  transition: 0.5s;
}
.partenaires .wrapper-line-partenaires .item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .partenaires .wrapper-line-partenaires {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .partenaires .wrapper-line-partenaires .item {
    max-width: 33.3%;
  }
}

@-webkit-keyframes transform-rotate-right {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes transform-rotate-right {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes transform-rotate-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes transform-rotate-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.contact .wrapper-form form {
  max-width: 750px;
  margin: 40px auto;
}
.contact .wrapper-form form p {
  text-align: center;
}
.contact .wrapper-form form .wpcf7-not-valid-tip {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .contact .wrapper-form form .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact .wrapper-form form .wpcf7-form-control-wrap input {
  width: 100%;
  border: 0;
  padding: 20px 128px;
  background: transparent;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(248, 245, 244, 0.59) 11.09%, #F8F5F4 25.04%, #F8F5F4 81.4%, rgba(252, 250, 250, 0.63) 90.92%, rgba(255, 255, 255, 0) 99.11%);
  margin: 9px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .contact .wrapper-form form .wpcf7-form-control-wrap input {
    padding: 20px;
  }
}
.contact .wrapper-form form .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #C8B5AF;
}
.contact .wrapper-form form .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #C8B5AF;
}
.contact .wrapper-form form .wpcf7-form-control-wrap input::placeholder {
  color: #C8B5AF;
}
.contact .wrapper-form form .wpcf7-form-control-wrap input:focus {
  outline: none;
}
.contact .wrapper-form .btn {
  cursor: pointer;
  margin-top: 100px;
  background: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .contact .wrapper-form .btn {
    margin-top: 50px;
  }
}
.contact .wpcf7 form .wpcf7-response-output {
  font-size: 1.8rem;
}

.single-page {
  margin: 150px auto;
}
@media (max-width: 767px) {
  .single-page {
    margin: 90px auto;
  }
}
.single-page.inscription-page {
  max-width: 1050px;
}
.single-page.inscription-page .bread_crums .container-fluid.middle .separator {
  margin: 0 30px;
}
.single-page.inscription-page .bread_crums .container-fluid.middle p {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #D75E5A;
}
@media (max-width: 767px) {
  .single-page.inscription-page .bread_crums .container-fluid.middle p {
    font-size: 18px;
  }
}
.single-page.inscription-page .bread_crums .container-fluid.middle p:first-child.active {
  font-weight: 400;
  cursor: pointer;
}
.single-page.inscription-page .bread_crums .container-fluid.middle p:last-child {
  color: #C8B5AF;
}
.single-page.inscription-page .bread_crums .container-fluid.middle p.active {
  color: #D75E5A;
  font-weight: 700;
}
.single-page.inscription-page .wrapper-content {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-page.inscription-page .wrapper-content {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.single-page.inscription-page .wrapper-content .wrapper-inscription {
  pointer-events: none;
}
.single-page.inscription-page .wrapper-content .static-content {
  max-width: 510px;
}
@media (max-width: 767px) {
  .single-page.inscription-page .wrapper-content .static-content {
    margin-top: 20px;
  }
}
.single-page.inscription-page .wrapper-content .static-content .line {
  margin-top: 24px;
  position: relative;
}
.single-page.inscription-page .wrapper-content .static-content .line input, .single-page.inscription-page .wrapper-content .static-content .line textarea {
  background: transparent;
  border: 0;
  width: 100%;
  padding: 0 0 14px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-family: "Lato";
  resize: none;
}
.single-page.inscription-page .wrapper-content .static-content .line input::-moz-placeholder, .single-page.inscription-page .wrapper-content .static-content .line textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #C8B5AF;
}
.single-page.inscription-page .wrapper-content .static-content .line input:-ms-input-placeholder, .single-page.inscription-page .wrapper-content .static-content .line textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #C8B5AF;
}
.single-page.inscription-page .wrapper-content .static-content .line input::placeholder, .single-page.inscription-page .wrapper-content .static-content .line textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #C8B5AF;
}
.single-page.inscription-page .wrapper-content .static-content .line input:focus, .single-page.inscription-page .wrapper-content .static-content .line textarea:focus {
  outline: none;
}
.single-page.inscription-page .wrapper-content .static-content .line textarea::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.single-page.inscription-page .wrapper-content .static-content .line textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(241, 138, 105, 0.9214);
}
.single-page.inscription-page .wrapper-content .static-content .line.error:after {
  background: linear-gradient(to right, rgba(252, 249, 246, 0) 0%, red 24.63%, red 48.59%, red 69.42%, rgba(252, 250, 249, 0) 100%);
}
.single-page.inscription-page .wrapper-content .static-content .line:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -2px;
  background: linear-gradient(to right, rgba(252, 249, 246, 0) 0%, rgba(241, 138, 105, 0.9214) 24.63%, rgba(247, 179, 151, 0.9843) 48.59%, #FEDFD1 69.42%, rgba(252, 250, 249, 0) 100%);
}
.single-page.inscription-page .wrapper-content .static-content .line .error {
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: translateY(100%);
  font-size: 16px;
  color: red;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form {
  display: none;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label {
  display: block;
  margin-top: 22px;
  cursor: pointer;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox {
  border-top: 1px solid #E9E1DF;
  padding-top: 20px;
  position: relative;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox .error {
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: translateY(100%);
  font-size: 16px;
  color: red;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox > div {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox > div a {
  color: #D75E5A;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox input {
  visibility: hidden;
  position: absolute;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox input ~ div {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox input ~ div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #E9E1DF;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox input:checked ~ div:after {
  background: #D75E5A;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label.accept-checkbox input:checked ~ div:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M8.44558 0.255056C8.61838 0.089653 8.84834 -0.00178848 9.08693 2.65108e-05C9.32551 0.0018415 9.55407 0.0967713 9.72436 0.264784C9.89466 0.432797 9.99337 0.660752 9.99968 0.900549C10.006 1.14034 9.91939 1.37323 9.75816 1.55005L4.86357 7.70436C4.7794 7.79551 4.67782 7.86865 4.5649 7.91942C4.45198 7.97018 4.33003 7.99754 4.20636 7.99984C4.08268 8.00214 3.95981 7.97935 3.8451 7.93282C3.73038 7.88629 3.62618 7.81698 3.53872 7.72903L0.292827 4.46564C0.202435 4.38096 0.129933 4.27884 0.0796475 4.16537C0.0293621 4.05191 0.00232279 3.92942 0.000143182 3.80522C-0.00203643 3.68102 0.0206883 3.55765 0.0669613 3.44248C0.113234 3.3273 0.182108 3.22267 0.269473 3.13483C0.356838 3.047 0.460905 2.97775 0.575465 2.93123C0.690026 2.88471 0.812734 2.86186 0.936267 2.86405C1.0598 2.86624 1.18163 2.89343 1.29449 2.94398C1.40734 2.99454 1.50892 3.06743 1.59315 3.15831L4.16189 5.73967L8.42227 0.28219C8.42994 0.272694 8.43813 0.263635 8.4468 0.255056H8.44558Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  top: 12px;
  left: 9px;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in;
  z-index: 1;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label > div.label {
  display: flex;
  justify-content: space-between;
  max-width: 360px;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label .desc {
  max-height: 0;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  transition: all 0.5s ease-in-out;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label input {
  visibility: hidden;
  position: absolute;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label input + div.label {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label input + div.label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: linear-gradient(35.11deg, #E9485E 15.69%, rgba(241, 138, 105, 0.9214) 44.65%, rgba(247, 179, 151, 0.9843) 68.43%, #FEDFD1 85.84%);
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label input + div.label:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  background: #FCFAF9;
  border-radius: 50%;
  transition: 0.2s ease-in;
  z-index: 1;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label input:checked + div.label {
  font-weight: 600;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label input:checked + div.label:before {
  width: 0;
  height: 0;
}
.single-page.inscription-page .wrapper-content .static-content .payment-form label input:checked ~ .desc {
  max-height: 1000px;
}
.single-page.inscription-page .wrapper-content .static-content button {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #222222;
  border-radius: 30px;
  padding: 12px;
  border: 0;
  max-width: 230px;
  width: 100%;
  background: #FBF1E9;
  position: relative;
  margin-top: 50px;
  cursor: pointer;
  transition: 0.2s;
}
.single-page.inscription-page .wrapper-content .static-content button:after {
  border-radius: 30px;
  z-index: -1;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background: linear-gradient(35.11deg, #E9485E 3.65%, rgba(241, 138, 105, 0.9214) 43.42%, rgba(247, 179, 151, 0.9843) 76.08%, #FEDFD1 100%);
}
.single-page.inscription-page .wrapper-content .static-content button:hover {
  color: #ffffff;
  background: transparent;
}
.single-page.inscription-page .wrapper-content .fixed-content .wrapper-inscription .item label input + span {
  padding-left: 0;
}
.single-page.inscription-page .wrapper-content .fixed-content .wrapper-inscription .item label input + span:after, .single-page.inscription-page .wrapper-content .fixed-content .wrapper-inscription .item label input + span:before {
  content: none;
}
.single-page.inscription-page .wrapper-content .fixed-content .wrapper-inscription .item .name {
  padding-left: 0;
}
.single-page h1 {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #222222;
}
@media (max-width: 767px) {
  .single-page h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.single-page .wrapper-content {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .single-page .wrapper-content {
    flex-direction: column;
  }
}
.single-page .wrapper-content .static-content {
  width: 70%;
  padding-right: 20px;
  max-width: 770px;
}
@media (max-width: 767px) {
  .single-page .wrapper-content .static-content {
    width: 100%;
    padding: 0;
  }
}
.single-page .wrapper-content .static-content img {
  border-radius: 20px;
}
.single-page .wrapper-content .static-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.single-page .wrapper-content .static-content p strong {
  font-weight: 600;
}
.single-page .wrapper-content .static-content p img {
  height: auto;
}
.single-page .wrapper-content .static-content p img:not(:last-child) {
  margin-right: 23px;
}
.single-page .wrapper-content .static-content .accordion {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .single-page .wrapper-content .static-content .accordion {
    margin: 20px 0;
  }
}
.single-page .wrapper-content .static-content .accordion .title {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #222222;
  margin: 1em 0 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-page .wrapper-content .static-content .accordion .title {
    font-size: 26px;
    display: flex;
    align-items: center;
  }
}
.single-page .wrapper-content .static-content .accordion .title svg {
  margin-right: 22px;
  transform: rotate(180deg);
  transition: 0.5s;
  border-radius: 50%;
}
.single-page .wrapper-content .static-content .accordion .title.active svg {
  transform: rotate(0deg);
}
.single-page .wrapper-content .static-content .accordion .title:hover svg {
  background: linear-gradient(103deg, #E9485E 3.65%, rgba(241, 138, 105, 0.9214) 43.42%, rgba(247, 179, 151, 0.9843) 76.08%, #FEDFD1 100%);
}
.single-page .wrapper-content .static-content .accordion .title:hover svg path {
  stroke: #ffffff;
}
.single-page .wrapper-content .static-content .accordion .content {
  display: none;
  padding: 20px 0;
}
.single-page .wrapper-content .static-content .accordion .content h3 {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #222222;
  margin: 12px 0;
}
.single-page .wrapper-content .static-content .accordion .content h4 {
  margin: 12px 0;
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #F1E7E2;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs .item {
  font-family: "Casper";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #222222;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs .item:after {
  content: "";
  transition: 0.5s;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #E9485E 3.65%, rgba(241, 138, 105, 0.9214) 43.42%, rgba(247, 179, 151, 0.9843) 76.08%, #FEDFD1 100%);
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs .item.active {
  font-weight: 700;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs .item.active:after {
  width: 100%;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content {
  display: none;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content.active {
  display: block;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content .wrapper-programme .line {
  display: flex;
  margin: 8px 0;
  align-items: flex-start;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content .wrapper-programme .line .time {
  width: 175px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content .wrapper-programme .line .time {
    width: 130px;
  }
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content .wrapper-programme .line .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content .wrapper-programme .line .desc p {
  margin: 0;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content .wrapper-programme .line .desc p strong {
  font-weight: 400;
  color: #D75E5A;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content .wrapper-programme .line.pause .time {
  color: #D75E5A;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-tabs-content .tab-content .wrapper-programme .line.pause .desc p {
  color: #D75E5A;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers {
  display: flex;
  flex-wrap: wrap;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item {
    width: 100%;
  }
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item:hover .photo {
  transform: scale(1.15);
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item .photo {
  transition: 0.2s;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 60px;
  margin-right: 34px;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item .photo:after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 100%;
  z-index: -1;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item .desc-item .name {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item .desc-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  display: flex;
  align-items: center;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item .desc-item a svg {
  margin-left: 10px;
  border-radius: 50%;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item .desc-item a:hover svg {
  background: linear-gradient(35.11deg, #E9485E 15.69%, rgba(241, 138, 105, 0.9214) 44.65%, rgba(247, 179, 151, 0.9843) 68.43%, #FEDFD1 85.84%);
}
.single-page .wrapper-content .static-content .accordion .content .wrapper_conferenciers .item .desc-item a:hover svg path {
  stroke: white;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-options {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-options .item {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .single-page .wrapper-content .static-content .accordion .content .wrapper-options .item {
    width: 100%;
    padding: 10px 0;
  }
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-options .item .option {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.04em;
  color: #D75E5A;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-options .item .name {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #222222;
  max-width: 330px;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-options .item .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 310px;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-options .item .line p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-options .item .line .price {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .content .info {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #828282;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-documents {
  display: flex;
  margin: 0 -44px;
  width: calc(100% + 88px);
}
@media (max-width: 767px) {
  .single-page .wrapper-content .static-content .accordion .content .wrapper-documents {
    flex-wrap: wrap;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-documents .item {
  width: 33.3%;
  padding: 0 44px;
}
@media (max-width: 767px) {
  .single-page .wrapper-content .static-content .accordion .content .wrapper-documents .item {
    width: 50%;
    padding: 20px;
  }
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-documents .item svg {
  margin-bottom: 10px;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-documents .item .doc-info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .content .slick-photo {
  margin: 30px -15px 0;
  width: calc(100% + 30px);
}
.single-page .wrapper-content .static-content .accordion .content .slick-photo .item {
  padding: 0 15px;
}
.single-page .wrapper-content .static-content .accordion .content .slick-photo .item .image {
  position: relative;
  border-radius: 20px;
  background-size: cover;
  margin-bottom: 15px;
}
.single-page .wrapper-content .static-content .accordion .content .slick-photo .item .image:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 73.9%;
}
.single-page .wrapper-content .static-content .accordion .content .slick-photo .item .item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-controls .wrapper-arrows {
  display: flex;
  justify-content: space-between;
  width: 71px;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-controls .wrapper-arrows .button {
  cursor: pointer;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-controls .wrapper-arrows .button:hover svg circle {
  fill: url(#paint0_linear_166_7182);
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-controls .wrapper-arrows .button:hover svg path {
  stroke: #ffffff;
}
.single-page .wrapper-content .static-content .accordion .content .wrapper-controls .counter-slick {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .que_faire .wrapper-controls .wrapper-arrows .button {
  cursor: pointer;
}
.single-page .wrapper-content .static-content .accordion .que_faire .wrapper-controls .wrapper-arrows .button:hover svg circle {
  fill: url(#paint0_linear_166_7183);
}
.single-page .wrapper-content .static-content .accordion .que_faire .wrapper-controls .wrapper-arrows .button:hover svg path {
  stroke: #ffffff;
}
.single-page .wrapper-content .static-content .accordion .maps .maps-wrapper {
  margin-top: 40px;
}
.single-page .wrapper-content .static-content .accordion .maps .wrapper-map {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-page .wrapper-content .static-content .accordion .maps .wrapper-map .map {
  width: 100%;
  height: 260px;
}
.single-page .wrapper-content .static-content .accordion .maps .title-map {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #222222;
}
.single-page .wrapper-content .static-content .accordion .maps .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0;
  color: #222222;
  display: block;
  transition: 0.5s;
}
.single-page .wrapper-content .static-content .accordion .maps .address:hover {
  color: #D75E5A;
}
.single-page .wrapper-content .static-content .btn:hover span.circle {
  width: 100%;
}
.single-page .wrapper-content .static-content .btn:hover span.circle span {
  transform: translateX(-15px);
}
.single-page .wrapper-content .static-content .btn span.circle {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
}
.single-page .wrapper-content .static-content .btn span.circle:after {
  background: #FBEEE2;
}
.single-page .wrapper-content .static-content .btn span.circle span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.single-page .wrapper-content .fixed-content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 360px;
}
@media (max-width: 767px) {
  .single-page .wrapper-content .fixed-content {
    position: static;
    margin-top: 30px;
  }
}
.single-page .wrapper-content .fixed-content .wrapper-inscription {
  width: 100%;
  background: #F3EDEA;
  border-radius: 20px;
  padding: 30px;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription h2 {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.04em;
  color: #D75E5A;
  text-align: left;
  margin-top: 0;
  margin-bottom: 27px;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item.disable_option {
  order: 99;
  pointer-events: none;
  opacity: 0.9;
  position: relative;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item:not(:first-child) {
  border-top: 1px solid #F1E7E2;
  margin-top: 23px;
  padding-top: 32px;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item:not(:first-child) .wrapper-inputs {
  display: none;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item label {
  cursor: pointer;
  position: relative;
  display: block;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item label input {
  visibility: hidden;
  position: absolute;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item label input + span {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  padding-left: 26px;
  position: relative;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item label input + span:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 0;
  height: 0;
  background: #D75E5A;
  z-index: 1;
  border-radius: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item label input + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F1E7E2;
  transition: 0.5s;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item label input:checked + span:after {
  border: 1px solid #D75E5A;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item label input:checked + span:before {
  width: 10px;
  height: 10px;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .complete_option {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  background: linear-gradient(48.48deg, #E9485E -9.13%, #FFA68A 86.3%);
  border-radius: 6px;
  padding: 3px 15px;
  position: absolute;
  top: -3px;
  right: 0;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .wrapper-tarifs .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .wrapper-tarifs .line p {
  margin: 9px 0;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .wrapper-tarifs .line input[type=number] {
  width: 26px;
  border: 0;
  background: transparent;
  -moz-appearance: textfield;
  text-align: center;
  pointer-events: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #222222;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .wrapper-tarifs .line input[type=number]::-webkit-outer-spin-button, .single-page .wrapper-content .fixed-content .wrapper-inscription .item .wrapper-tarifs .line input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .wrapper-tarifs .line .price {
  width: 68px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  color: #222222;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .wrapper-tarifs .line .input-group {
  display: flex;
  align-items: center;
  margin: 0 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.single-page .wrapper-content .fixed-content .wrapper-inscription .item .wrapper-tarifs .line .input-group input {
  color: #000000;
  border: 0;
  background: transparent;
  cursor: pointer;
	font-size: 18px;
	font-weight: 700;
}
.single-page .wrapper-content .fixed-content .total-wrapper {
  background: linear-gradient(48.48deg, #E9485E -9.13%, #FFA68A 86.3%);
  border-radius: 20px;
  padding: 24px 40px;
  margin-top: 10px;
}
.single-page .wrapper-content .fixed-content .total-wrapper .total {
  display: flex;
  justify-content: space-between;
}
.single-page .wrapper-content .fixed-content .total-wrapper .total p {
  margin: 0;
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.single-page .wrapper-content .fixed-content .total-wrapper .wrapper-btn {
  border-radius: 20px;
  transition: 0.5s;
  margin-top: 15px;
}
.single-page .wrapper-content .fixed-content .total-wrapper .wrapper-btn input {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  width: 100%;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  background: transparent;
  cursor: pointer;
  transform: 0.5s;
}
.single-page .wrapper-content .fixed-content .total-wrapper .wrapper-btn input:hover {
  background: linear-gradient(35.11deg, #E9485E 15.69%, rgba(241, 138, 105, 0.9214) 44.65%, rgba(247, 179, 151, 0.9843) 68.43%, #FEDFD1 85.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.single-page .wrapper-content .fixed-content .total-wrapper .wrapper-btn:hover {
  background: #ffffff;
}
.single-page .btn.mobile {
  display: none;
}
.single-page .btn.mobile:hover span.circle {
  width: 100%;
}
.single-page .btn.mobile:hover span.circle span {
  transform: translateX(-15px);
}
.single-page .btn.mobile span.circle {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
}
.single-page .btn.mobile span.circle:after {
  background: #FBEEE2;
}
.single-page .btn.mobile span.circle span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .single-page .btn.mobile {
    display: inline-block;
  }
}
.single-page .btn {
  margin-top: 100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .single-page .btn {
    display: none;
  }
}

.inform-page {
  margin-top: 200px;
  margin-bottom: 100px;
  text-align: center;
  min-height: calc(100vh - 450px);
}
.inform-page h1 {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #D75E5A;
}
.inform-page .btn {
  display: inline-block;
  margin-top: 12px;
}
.inform-page .btn:hover span.circle {
  width: 100%;
}
.inform-page .btn:hover span.circle span {
  transform: translateX(-15px);
}
.inform-page .btn span.circle {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
}
.inform-page .btn span.circle:after {
  background: #FCFAF9;
}
.inform-page .btn span.circle span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.bread_crums .container-fluid.middle {
  display: flex;
  align-items: center;
}
.bread_crums .container-fluid.middle a, .bread_crums .container-fluid.middle p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #222222;
}
.bread_crums .container-fluid.middle p {
  font-weight: 700;
  margin: 0;
}
.bread_crums .container-fluid.middle .separator {
  margin: 0 12px;
  display: flex;
  align-items: flex-start;
}

.pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(166, 108, 106, 0.2);
}
.pop-up .pop-up-container {
  background: #FFFFFF;
  box-shadow: -7px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 60px 20px;
  width: 100%;
  max-width: 1010px;
  position: relative;
}
@media (max-width: 767px) {
  .pop-up .pop-up-container {
    padding: 30px 20px;
  }
}
.pop-up .pop-up-container .close {
  position: absolute;
  right: 17px;
  top: 17px;
  cursor: pointer;
  transition: 0.5s;
}
.pop-up .pop-up-container .close:hover svg path {
  stroke: #222222;
}
.pop-up .pop-up-container .wrapper-content {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
}
.pop-up .pop-up-container .wrapper-content .photo {
  transition: 0.2s;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 100px;
  margin-right: 30px;
  flex-shrink: 0;
}
.pop-up .pop-up-container .wrapper-content .photo:after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 100%;
  z-index: -1;
}
.pop-up .pop-up-container .wrapper-content .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pop-up .pop-up-container .wrapper-content .desc-item {
  max-height: calc(100vh - 360px);
  overflow: auto;
  width: 100%;
}
.pop-up .pop-up-container .wrapper-content .desc-item .name {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #222222;
  margin-top: 35px;
  margin-bottom: 20px;
}
.pop-up .pop-up-container .wrapper-content .desc-item .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}

.content-page {
  margin: 170px auto 100px;
  max-width: 790px;
  padding: 0 20px;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4 {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222222;
}
.content-page h1 {
  font-size: 38px;
  line-height: 48px;
}
.content-page h2 {
  font-size: 30px;
  line-height: 38px;
}
.content-page h3 {
  font-size: 24px;
  line-height: 30px;
}
.content-page h4 {
  font-size: 22px;
  line-height: 30px;
}
.content-page p {
  font-size: 16px;
  line-height: 26px;
}
.content-page a {
  color: #D75E5A;
}
.content-page ul {
  padding-left: 0;
  list-style: none;
}
.content-page ul li {
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #222222;
  position: relative;
}
.content-page ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #D75E5A;
  left: 0;
  top: 14px;
  border-radius: 50%;
  position: absolute;
}
.content-page .btn {
  display: inline-block;
  margin-top: 100px;
  color: #222222;
}
.content-page .btn:hover span.circle {
  width: 100%;
}
.content-page .btn:hover span.circle span {
  transform: translateX(-15px);
}
.content-page .btn span.circle {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
}
.content-page .btn span.circle:after {
  background: #FCFAF9;
}
.content-page .btn span.circle span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.big-image {
  border-radius: 20px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  width: calc(100vw - 40px);
  max-width: 1010px;
  padding: 20px 0;
  overflow: hidden;
}
.big-image img {
  width: 100%;
  border-radius: 20px;
}

.wrapper-doctor-list {
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.wrapper-doctor-list .item {
  min-width: 300px;
  width: 50%;
  padding-left: 28px;
  border-left: 1px solid #D75E5A;
  margin-bottom: 25px;
}
.wrapper-doctor-list .item .name {
  margin-bottom: 10px;
  margin-top: 0;
}
.wrapper-doctor-list .item .status {
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-slider {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  width: calc(100vw - 40px);
  max-width: 1010px;
  padding: 20px 0;
  overflow: hidden;
}
.gallery-slider .slick-photo {
  margin: 30px -12px 0;
  width: calc(100% + 24px);
}
.gallery-slider .slick-photo .item {
  padding: 0 12px;
}
.gallery-slider .slick-photo .item .image {
  position: relative;
  border-radius: 10px;
  background-size: cover;
  display: block;
}
.gallery-slider .slick-photo .item .image:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 68.54%;
}
.gallery-slider .wrapper-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}
.gallery-slider .wrapper-controls .wrapper-arrows {
  display: flex;
  justify-content: space-between;
  width: 71px;
}
.gallery-slider .wrapper-controls .wrapper-arrows .button {
  cursor: pointer;
}
.gallery-slider .wrapper-controls .wrapper-arrows .button:hover svg circle {
  fill: url(#paint0_linear_166_7182);
}
.gallery-slider .wrapper-controls .wrapper-arrows .button:hover svg path {
  stroke: #ffffff;
}
.gallery-slider .wrapper-controls .counter-slick {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}

.list-missions {
  margin-top: 50px;
}
.list-missions .item {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #222222;
  display: flex;
  margin-bottom: 40px;
}
.list-missions .item .count {
  color: #D75E5A;
  position: relative;
  display: flex;
  align-items: center;
}
.list-missions .item .count span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FCFAF9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-missions .item .count:after {
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(35.11deg, #E9485E 15.69%, rgba(241, 138, 105, 0.9214) 44.65%, rgba(247, 179, 151, 0.9843) 68.43%, #FEDFD1 85.84%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.list-missions .item .text {
  padding-left: 30px;
}

.mot_du_president p {
  font-family: "Casper";
  font-style: normal;
  font-weight: 400;
}
.mot_du_president p strong {
  font-weight: 700;
  color: #D75E5A;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.06em;
}
.mot_du_president ul {
  list-style: none;
  padding-left: 0;
}
.mot_du_president ul li {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: 0.06em;
  color: #222222;
  position: relative;
  padding-left: 30px;
  padding-bottom: 1em;
}
.mot_du_president ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #D75E5A;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.mot_du_president .btn {
  margin-top: 160px;
  display: inline-block;
}
.mot_du_president .btn span.circle:after {
  background: #FBF1E8;
}
@media (max-width: 767px) {
  .mot_du_president .btn {
    margin-top: 20px;
  }
}
.mot_du_president .wrapper-president {
  display: flex;
}
@media (max-width: 767px) {
  .mot_du_president .wrapper-president {
    flex-direction: column-reverse;
  }
}
.mot_du_president .wrapper-president .col {
  width: 50%;
}
@media (max-width: 767px) {
  .mot_du_president .wrapper-president .col {
    width: 100%;
  }
}
.mot_du_president .wrapper-president .col .sub-title {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #222222;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .mot_du_president .wrapper-president .col .sub-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.mot_du_president .wrapper-president .col .name {
  font-family: "Casper";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: 0.04em;
  color: #222222;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .mot_du_president .wrapper-president .col .name {
    font-size: 38px;
    line-height: 52px;
  }
}
.mot_du_president .wrapper-president .col .name span {
  color: #D75E5A;
}
.mot_du_president .wrapper-president .col .description {
  position: relative;
}
.mot_du_president .wrapper-president .col .description svg {
  z-index: -1;
  position: absolute;
  top: -28px;
  left: -71px;
}
.mot_du_president .wrapper-president .col .photo {
  padding: 19px;
  background: linear-gradient(to top, #E9485E 3.65%, rgba(241, 138, 105, 0.28) 43.42%, rgba(254, 223, 209, 0) 100%);
  max-width: 490px;
  border-radius: 50%;
  margin-left: auto;
}
.mot_du_president .wrapper-president .col .photo .wrapper {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.mot_du_president .wrapper-president .col .photo img {
  position: absolute;
  width: 100%;
}
