body#index {
  background-color: #0a0a0a;
}

#home_page_top {
  background: linear-gradient(119deg, rgb(0, 0, 0) 0%, rgb(27, 27, 27) 100%);
}
#home_page_top > .container {
  height: 100vh;
  position: relative;
  margin: auto;
}
#home_page_top > .container .top_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 75vh;
}
#home_page_top > .container .top_content .left_col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .left_col {
    width: 100%;
  }
}
#home_page_top > .container .top_content .left_col .col_content {
  padding: 2rem;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .left_col .col_content {
    padding: 1.5rem;
  }
}
#home_page_top > .container .top_content .left_col .col_content h2 {
  color: white;
  font-size: 40px;
  margin: 0.4rem 0 2.5rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .left_col .col_content h2 {
    font-size: 23px;
    margin: 0.4rem 0 1.5rem;
  }
}
#home_page_top > .container .top_content .left_col .col_content strong {
  color: #f3d530;
}
#home_page_top > .container .top_content .left_col .col_content p {
  color: #f6f6f6;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .left_col .col_content p.uppercase_text {
    font-size: 11px;
  }
}
#home_page_top > .container .top_content .left_col .col_content ul {
  list-style: none;
  padding-left: 0;
}
#home_page_top > .container .top_content .left_col .col_content ul li {
  color: #f6f6f6;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#home_page_top > .container .top_content .left_col .col_content ul li img {
  width: 25px;
  margin-right: 1rem;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .left_col .col_content ul li {
    font-size: 11px;
  }
  #home_page_top > .container .top_content .left_col .col_content ul li img {
    width: 20px;
  }
}
#home_page_top > .container .top_content .right_col {
  position: relative;
}
#home_page_top > .container .top_content .right_col .slick-track {
  display: flex;
  align-items: baseline;
}
#home_page_top > .container .top_content .right_col .slider_block {
  height: fit-content;
  padding: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .right_col .slider_block {
    padding: 0.5rem;
  }
}
#home_page_top > .container .top_content .right_col .slider_block img {
  max-width: 100%;
  width: 250px;
  opacity: 0.4;
  border-radius: 1rem;
  border: 3px solid rgba(255, 255, 255, 0.1294117647);
}
@media screen and (min-width: 766px) {
  #home_page_top > .container .top_content .right_col .slider_block img {
    transition: width 1s 0.2s, opacity 1.2s;
  }
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .right_col .slider_block {
    transform: scale(0.9);
    padding: 0.5rem;
    transition: 0.6s;
  }
  #home_page_top > .container .top_content .right_col .slider_block img {
    filter: grayscale(0.8);
    transition: 0.8s;
    opacity: 0.2;
  }
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .right_col .slider_block.slick-current {
    transform: scale(1);
  }
}
#home_page_top > .container .top_content .right_col .slider_block.slick-current img {
  opacity: 1;
  width: 450px;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .right_col .slider_block.slick-current img {
    width: unset;
    filter: unset;
  }
}
#home_page_top > .container .top_content .right_col .arrows_control {
  position: absolute;
  right: 80px;
  z-index: 10;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .right_col .arrows_control {
    display: none;
  }
}
#home_page_top > .container .top_content .right_col .arrows_control img {
  width: 35px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.15s;
}
#home_page_top > .container .top_content .right_col .arrows_control img:not(:last-child) {
  margin-right: 0.5rem;
}
#home_page_top > .container .top_content .right_col .arrows_control img:hover {
  opacity: 1;
}
#home_page_top > .container .top_content .right_col, #home_page_top > .container .top_content .left_col {
  width: 50%;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .right_col, #home_page_top > .container .top_content .left_col {
    width: 100%;
  }
}
#home_page_top > .container .top_content .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
#home_page_top > .container .top_content .slick-dots li {
  margin: 0 0.25rem;
}
#home_page_top > .container .top_content .slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #f6f6f6;
  text-indent: -9999px;
  opacity: 0.4;
  transition: 0.2s;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .slick-dots button {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#home_page_top > .container .top_content .slick-dots button:hover {
  opacity: 1;
}
#home_page_top > .container .top_content .slick-dots li.slick-active button {
  width: 0.7rem;
  height: 0.7rem;
  opacity: 1;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .top_content .slick-dots li.slick-active button {
    width: 0.5rem;
    height: 0.5rem;
  }
}
#home_page_top > .container .arrow_down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  transition: 0.15s;
}
#home_page_top > .container .arrow_down:before {
  background-color: transparent;
  content: "" !important;
}
#home_page_top > .container .arrow_down:hover {
  opacity: 1;
}
#home_page_top > .container .arrow_down:hover:before {
  background-color: transparent;
}
#home_page_top > .container .arrow_down img {
  width: 50px;
}
@media screen and (max-width: 765px) {
  #home_page_top > .container .arrow_down {
    display: none;
  }
}

#home_content {
  background-color: white;
  padding-bottom: 150px;
}
@media screen and (max-width: 765px) {
  #home_content {
    padding-bottom: 115px;
  }
}
#home_content .home_block {
  overflow: hidden;
  padding-top: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 765px) {
  #home_content .home_block {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}
#home_content .home_block .left_block, #home_content .home_block .right_block {
  width: 50%;
}
@media screen and (max-width: 765px) {
  #home_content .home_block .left_block, #home_content .home_block .right_block {
    width: 100%;
  }
}
#home_content .home_block .image_type {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 765px) {
  #home_content .home_block .image_type {
    order: 1;
    padding-top: 2rem;
  }
}
#home_content .home_block .image_type .video_container {
  border-radius: 2rem;
  overflow: hidden;
}
#home_content .home_block .image_type .video_container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home_content .home_block .text_type {
  padding: 0 3rem;
}
#home_content .home_block .text_type .tags {
  display: flex;
  flex-wrap: wrap;
}
#home_content .home_block .text_type .tags .tag {
  background-color: #ddcde7;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #af5da2;
  padding: 6px 10px;
  border-radius: 2px;
}
#home_content .home_block .text_type .tags .tag:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 765px) {
  #home_content .home_block .text_type .tags .tag {
    font-size: 10px;
    margin-bottom: 0.5rem;
  }
  #home_content .home_block .text_type .tags .tag:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 765px) {
  #home_content .home_block .text_type h3 {
    margin-top: 0.8rem;
  }
}
#home_content .home_block .text_type .block_desc {
  margin-top: 2rem;
  line-height: 25px;
}
@media screen and (max-width: 765px) {
  #home_content .home_block .text_type .block_desc {
    margin-top: 1rem;
  }
}
#home_content .home_block .text_type a {
  color: black;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: fit-content;
}
#home_content .home_block .text_type a img {
  margin-left: 5px;
  width: 22px;
  transition: 0.12s;
}
#home_content .home_block .text_type a:hover img {
  transform: translateX(5px);
}
#home_content .home_block .text_type.right_block {
  padding: 0 10% 0 1rem;
}
@media screen and (max-width: 765px) {
  #home_content .home_block .text_type.right_block {
    padding: 0 1.3rem;
  }
}
#home_content .home_block .text_type.left_block {
  padding: 0 1rem 0 10%;
}
@media screen and (max-width: 765px) {
  #home_content .home_block .text_type.left_block {
    padding: 0 1.3rem;
  }
}
#home_content .home_block .uppercase_text {
  color: #b2b2b2;
}
@media screen and (max-width: 765px) {
  #home_content .home_block .uppercase_text {
    font-size: 11px;
  }
}
#home_content .home_block#block_before_after .left_block {
  width: 40%;
}
@media screen and (max-width: 765px) {
  #home_content .home_block#block_before_after .left_block {
    width: 100%;
  }
}
#home_content .home_block#block_before_after .right_block {
  width: 60%;
  height: 400px;
}
@media screen and (max-width: 765px) {
  #home_content .home_block#block_before_after .right_block {
    width: 100%;
  }
}
@media screen and (max-width: 765px) {
  #home_content #block_video .image_type {
    padding: 2rem;
  }
  #home_content #block_video .image_type .video_container {
    max-height: 520px;
  }
}
#home_content #block_formules {
  margin: 125px 0;
  background-color: #f6f6f6;
  padding: 3rem 0;
}
@media screen and (max-width: 765px) {
  #home_content #block_formules {
    margin-top: 75px;
    padding: 3rem 1rem;
  }
}
#home_content #block_formules h3 {
  text-align: center;
}
#home_content #block_formules .desc_title {
  text-align: center;
}
#home_content #block_formules .formules_list {
  margin: 2rem auto -130px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 765px) {
  #home_content #block_formules .formules_list {
    flex-wrap: wrap;
  }
}
#home_content #block_formules .formules_list .formule_block {
  width: 25%;
  padding: 1rem;
}
@media screen and (max-width: 765px) {
  #home_content #block_formules .formules_list .formule_block {
    width: 100%;
    padding: 0.7rem;
  }
}
#home_content #block_formules .formules_list .formule_block .block_content {
  padding: 2rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0 29px -13px #bdbdbd;
  min-height: 200px;
}
@media screen and (max-width: 765px) {
  #home_content #block_formules .formules_list .formule_block .block_content {
    min-height: unset;
  }
}
#home_content #block_formules .formules_list .formule_block .block_content h6 {
  font-size: 18px;
  margin: 0 0 1.5rem;
}
#home_content #block_formules .formules_list .formule_block .block_content ul {
  list-style: none;
  padding-left: 0;
}
#home_content #block_formules .formules_list .formule_block .block_content ul li {
  font-size: 13px;
  color: #797979;
  display: flex;
  align-items: start;
}
#home_content #block_formules .formules_list .formule_block .block_content ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
#home_content #block_formules .formules_list .formule_block .block_content ul li i {
  font-weight: 600;
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 11px;
  color: #181818;
}
#home_content #block_formules .formules_list .formule_block.basic_formule .block_content {
  border-left: 4px solid #8FFDEC;
}
#home_content #block_formules .formules_list .formule_block.basic_formule i {
  background-color: #8FFDEC;
}
#home_content #block_formules .formules_list .formule_block.prenium_formule .block_content {
  border-left: 4px solid #f3d530;
}
#home_content #block_formules .formules_list .formule_block.prenium_formule i {
  background-color: #f3d530;
}
#home_content #block_formules .formules_list .formule_block.custom_formule .block_content {
  border-left: 4px solid #D38CFF;
}
#home_content #block_formules .formules_list .formule_block.custom_formule i {
  background-color: #D38CFF;
}
#home_content #block_formules .formules_list .formule_block.sup_formule .block_content {
  border-left: 4px solid #8cbaff;
}
#home_content #block_formules .formules_list .formule_block.sup_formule i {
  background-color: #8cbaff;
}

.footer_right .social {
  display: flex;
}
.footer_right .social a img {
  filter: invert(1);
  width: 30px;
  margin-right: 0.8rem;
  opacity: 0.9;
}
.footer_right .social a:before {
  background-color: transparent;
  content: "" !important;
}
.footer_right .social a:hover {
  opacity: 1;
}
.footer_right .social a:hover:before {
  background-color: transparent;
}

.bal-container {
  position: relative;
  width: 80%;
  height: 100%;
  border-radius: 1rem;
  cursor: grab;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 765px) {
  .bal-container {
    width: 85%;
  }
}
.bal-container .bal-after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bal-container .bal-before {
  display: block;
  position: absolute;
  top: 0;
  /* right: 0; */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  overflow: hidden;
}
.bal-container .bal-before-inset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.bal-container .bal-after img,
.bal-container .bal-before img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bal-container .bal-beforePosition {
  background: #121212;
  color: #fff;
  left: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
}
.bal-container .bal-afterPosition {
  background: #121212;
  color: #fff;
  right: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
}
.bal-container .beforeLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bal-container .afterLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bal-container .bal-handle {
  height: 41px;
  width: 41px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -21px;
  border: 2px solid #fff;
  border-radius: 1000px;
  z-index: 20;
  pointer-events: none;
  box-shadow: 0 0 10px rgb(12, 12, 12);
}
.bal-container .handle-left-arrow,
.bal-container .handle-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.bal-container .handle-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}
.bal-container .handle-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}
.bal-container .bal-handle::before {
  bottom: 50%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgb(12, 12, 12);
}
.bal-container .bal-handle::after {
  top: 50%;
  margin-top: 20.5px;
  box-shadow: 0 0 5px rgb(12, 12, 12);
}
.bal-container .bal-handle::before,
.bal-container .bal-handle::after {
  content: " ";
  display: block;
  width: 2px;
  background: #fff;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
}

/*# sourceMappingURL=home.css.map */
