/* Core Stuff */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

body {
  font-size: 1rem;
  line-height: 1.7;
  color: #606d6e; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #454B4D; }

a {
  color: #1F8CD6;
  text-decoration: none; }

a:hover {
  color: #175E91; }

pre {
  background: #F0F0F0;
  margin: 1rem 0;
  border-radius: 2px; }

blockquote {
  border-left: 10px solid #eee;
  margin: 0;
  padding: 0 2rem; }

/* Utility Classes */
.wrapper {
  margin: 0 3rem; }

.padding {
  padding: 3rem 1rem; }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

/* Content Styling */
.header .padding {
  padding: 1rem 0; }

.header {
  background-color: #1F8DD6;
  color: #eee; }

.header a {
  color: #fff; }

.header .logo {
  font-size: 1.7rem;
  text-transform: uppercase; }

.footer {
  background-color: #eee; }

/* Menu Settings */
.main-nav ul {
  text-align: center;
  letter-spacing: -1em;
  margin: 0;
  padding: 0; }

.main-nav ul li {
  display: inline-block;
  letter-spacing: normal; }

.main-nav ul li a {
  position: relative;
  display: block;
  line-height: 45px;
  color: #fff;
  padding: 0 20px;
  white-space: nowrap; }

.main-nav > ul > li > a {
  border-radius: 2px; }

/*Active dropdown nav item */
.main-nav ul li:hover > a {
  background-color: #175E91; }

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
  background-color: #fff;
  color: #175E91; }

/* Dropdown CSS */
.main-nav ul li {
  position: relative; }

.main-nav ul li ul {
  position: absolute;
  background-color: #1F8DD6;
  min-width: 100%;
  text-align: left;
  z-index: 999;
  display: none; }

.main-nav ul li ul li {
  display: block; }

/* Dropdown CSS */
.main-nav ul li ul ul {
  left: 100%;
  top: 0; }

/* Active on Hover */
.main-nav li:hover > ul {
  display: block; }

/* Child Indicator */
.main-nav .has-children > a {
  padding-right: 30px; }

.main-nav .has-children > a:after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 0; }

.main-nav .has-children .has-children > a:after {
  content: '\f105'; }

/*
==============================================================================
==================================== Required for full background image */
@font-face {
  font-family: '28 Days Later';
  src: url("../font/28dayslater/28DaysLater.woff2") format("woff2"), url("../font/28dayslater/28DaysLater.woff") format("woff"), url("../font/28dayslater/28DaysLater.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Cactus';
  src: url("../font/cactus/CactusBoldItalic.woff2") format("woff2"), url("../font/cactus/CactusBoldItalic.woff") format("woff"), url("../font/cactus/CactusBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Cactus';
  src: url("../font/cactus/CactusBold.woff2") format("woff2"), url("../font/cactus/CactusBold.woff") format("woff"), url("../font/cactus/CactusBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'CactusMedium';
  src: url("../font/cactus/CactusMedium.woff2") format("woff2"), url("../font/cactus/CactusMedium.woff") format("woff"), url("../font/cactus/CactusMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica-CondensedBold';
  src: url("../font/helvetica/HelveticaCondensedBold.woff2") format("woff2"), url("../font/helvetica/HelveticaCondensedBold.woff") format("woff"), url("../font/helvetica/HelveticaCondensedBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../font/gotham/Gotham-Book.woff2") format("woff2"), url("../font/gotham/Gotham-Book.woff") format("woff"), url("../font/gotham/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../font/gotham/Gotham-Bold.woff2") format("woff2"), url("../font/gotham/Gotham-Bold.woff") format("woff"), url("../font/gotham/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../font/gotham/Gotham-Light.woff2") format("woff2"), url("../font/gotham/Gotham-Light.woff") format("woff"), url("../font/gotham/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../font/gotham/Gotham-Medium.woff2") format("woff2"), url("../font/gotham/Gotham-Medium.woff") format("woff"), url("../font/gotham/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfonts/-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html,
body,
header,
.view {
  height: 100%; }

body, .view {
  background-color: #3b444b; }

.view.template_home {
  height: 87%;
  top: 13%;
  height: 100vh;
  top: 0%; }

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 1000px; } }
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 600px; } }
.btn .fa {
  margin-left: 3px; }

.top-nav-collapse {
  background-color: #424f95 !important; }

.navbar:not(.top-nav-collapse) {
  background: transparent !important; }

@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #424f95 !important; } }
.btn-white {
  color: black !important; }

h6 {
  line-height: 1.7; }

.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.7)), to(rgba(29, 210, 177, 0.7)));
  background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%); }

.rgba-gradient-2 {
  background: -webkit-linear-gradient(45deg, rgba(5, 5, 5, 0.62), rgba(31, 31, 31, 0.2) 100%); }

.rgba-gradient-3 {
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.56), rgba(27, 27, 27, 0.76) 100%); }

.rgba-gradient-4 {
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.76), rgba(27, 27, 27, 0.96) 100%); 
  background:-webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.95), rgba(27, 27, 27, 0.96) 100%);
}

.rgba-gradient-5 {
  background: -webkit-linear-gradient(45deg, rgba(69, 69, 69, 0.95), rgba(67, 67, 67, 0.96) 100%);
  background: -webkit-linear-gradient(45deg, rgba(32, 32, 32, 0.95), rgba(59, 59, 59, 0.96) 100%);
}

.navbar {
  /*box-shadow: none;*/
  /*font-size: calc(0.2em + 1vw);
  line-height: calc(1em + 0vw);*/
  font-family: "Gotham";
  font-weight: 500;
  height: 120px; }

.navbar-nav, .navbar-collapse, .nav-item, .nav-link {
  XXXheight: 100%; }

.navbar .nav-item .nav-icon {
  display: inline-block; }

.navbar .nav-item .nav-icon img {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  height: 100%; }

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.07);
  padding: 1rem 1.5rem;
  /*padding: 3.5rem 3rem 1rem 3rem;
  background-color: transparent;*/ }

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #164855;
  color: white; }

.navbar ul li a:before {
  	/*content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 87%;
      height: 186%;
      background-color: rgba(255, 255, 255, 0.07058823529411765);
      z-index: -1;
      transform: rotate(14deg) translate(7px, -30px);
      transform: rotate(13deg) translate(7px, -46px);*/ }

.navbar .container {
  max-width: 100%;
  height: 100%; }

.navbar-brand {
  height: 100%;
  padding: 25px;
  left: 50%;
  width: 396px;
  position: absolute;
  margin-left: -198px; }

.navbar-brand img {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  height: 100%; }

.navbar .nav-link {
  height: 100%;
  /*font-family: 'Cactus';
  font-weight: bold;
  font-style: italic;
  transform: rotate(0deg);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;  */ }

.intro-info-content .logo {
  width: 75%;
  margin: auto;
  margin-bottom: 170px; }
  
.intro-info-content .logo img {
  margin: auto; }
  
 .intro-info-content .icon {
  width: 50%;
  margin: auto;
  margin-bottom: 100px; }
  
 .intro-info-content .icon img {
  width: 32%;
  margin: auto;
  }

.cliquez {
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
  text-align: center; }
  

.cliquez a, .cliquez span{
  color: #FFF;
  font-size : 1.5rem;
}


.cliquez img{
  width: 50px;
  display: inline-block;
  margin: 0 0 0 20px;
  animation : pulse 1s infinite;
  }
  
.cliquez img.flag{
  animation : none;
  }
  

.ecran_dinformation .cliquez img{
  width: 100px;
  animation : pulse 1s infinite;
  }
  
.ecran_dinformation .cliquez {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    text-align: right;
    margin: 0 3% 100px; }




.bottom-fixed-content {
  position: absolute;
  bottom: 100px; }

.template_home .content.container {
  max-width: 100%;
  padding: 0%;
  padding-top: 6.5%;
  /* height of the navbar*/
  padding-top: calc(5.5% + 12px); }

#clockbox {
  position: absolute;
  right: 0; }

#clockbox, .clock-item {
  text-align: center;
  color: white;
  font-size: 28px;
  line-height: 24px;
  font-weight: bold;
  font-family: "roboto";
  width: 180px; }

#clockbox .date {
  font-size: 20px;
  font-weight: 300;
  margin-top: 4px; }

.content-container {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  top: 200px;
  text-align: center; }

.content-title {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-size: calc(2.5em + 2vw);
  line-height: calc(1em + 0vw);
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Cactus';
  font-weight: bold;
  
  /*transform: rotate(-10deg);
  width: min-content;*/
  text-align: center;
  letter-spacing: 1px; 
  margin-top: 70px;
  margin-bottom: 40px;

  margin-top: 40px;
  margin-bottom: 50px;
  transform: rotate(-5deg);
  
  font-style: normal;
  font-style: italic;
  transform: rotate(0deg);
}

.content-description {
  padding: 30px;
  width: 80%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.3rem;
  min-height: none;
  font-weight: bold;

  margin: auto; 
  padding-top: 0;
}

.content-description h3 {
  color: #FFF;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 800;
    text-align: left;
    margin: 0 0 40px 0px;
}

.content-description{
	
}

.header-item {
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px; }

.content-title-item {
  text-align: center;
  font-family: 'Gotham';
  font-weight: bold;
  font-style: normal;
  height: 50px;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -3px;
  color: #333; 

  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-size: 4rem !important;
  line-height: 4.5rem !important;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Cactus';
  font-weight: bold;
  font-style: italic;
  /*transform: rotate(-10deg);
  width: min-content;*/
  text-align: center;
  letter-spacing: 1px; 
  margin-top: 70px;
  margin-bottom: 40px;

  margin-top: 50px;
  margin-bottom: 50px;
  transform: rotate(-5deg);
}

.content-title-item .yellow-text.popup{
  font-size : 150%;
}

.owl-carousel .owl-stage {
margin: 0 auto;
}

.owl-carousel-content > .content-description {
  font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #333;
  margin: 0;
  width: 100%;
  padding: 0 3rem; }

.owl-carousel-content > .content-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 290px; }

.owl-carousel {
  margin-top: 0rem;
  padding: 2rem 2rem; 
  padding-top: 0;
}

.owl-carousel-item {
  background-color: #ffd600; }

.clickable-item {
  cursor: pointer; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 10rem; 
  margin-top: 6%;
}

 .owl-carousel button.owl-dot {
  margin-top: 1%;
}
 .owl-carousel button.owl-dot span {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin: 0.75rem !important;
}


.owl-carousel .owl-nav button.owl-prev {  
  margin-left: -100px;
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -100px;
}


.owl-prev, .owl-next {
  position: absolute;
  margin: 2rem; 
}

.owl-prev {
  left: 40px;
  top: 0px; }

.owl-next {
  right: 40px;
  top: 0px; 
  }

.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-dots {
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #ffffff;
  background: #869791;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff; }


.trainme-container {
  margin-top:70px;
}
.trainme-container .content-description {
  padding: 30px;
    width: 100%;
    text-align: left;
    font-family: Gotham;
}

.trainme-container .content-description p {
  font-weight: normal;
}
.trainme-container .content-description strong {
  color: #ffd600!important;
}

.trainme-container .content-description b{
  font-size:2rem;
  /*line-height: 2.5rem;*/
  color: #ffd600!important;
}

.trainme-container .flashcode-container  {
margin-top:40px;
}
.trainme-container .flashcode-container img {
  width:200px;
}

#mentionslegales {
  display: none; 
    /*margin: 0vh 0 0;*/
    max-width: 1200px;
    height: 800px;
}

.scrollbar
{

	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}

.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 22px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
	background-color: #ffd600;
}

/* === page transitons */



.animate-in {
  background-color: #000000;
  -webkit-animation: fadeIn .5s ease-in;
  animation: fadeIn .5s ease-in; }

.animate-out {
  background-color: #000000;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#back_button {
  margin-left: 40px;
  cursor: pointer;
  border-radius: 60px;
  border: 3px solid white; }

#back_button svg {
  fill: white;
  height: 70px;
  width: 70px; }

#modal {
  display: none;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  overflow: hidden; }

#header-modal {
  height: 100px; }

#content-image-modal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 260px; }

#content-description-modal {
  padding: 50px;
  opacity: 0;
  font-size: 20px;
  width: 900px;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #dfdfdf;
  padding-left: 100px;
  padding-right: 100px; }

#video_container_modal {
  width: 100%;
  opacity: 0;
  position: absolute; }

#background_modal {
  position: fixed;
  top: 0;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

#content-title-modal {
  text-align: center;
  font-family: 'Gotham';
  font-weight: bold;
  margin-top: 20px;
  font-style: normal;
  text-transform: uppercase;
  font-size: calc(0em + 2vw);
  letter-spacing: -3px;
  color: white; }

#short-description-modal {
  font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: white;
  margin: 0;
  text-align: center;
  width: 100%; }

.content-description-item {
  font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #333;
  margin: 0;
  width: 100%; }

  .content-text-item {
  
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 1.0rem;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #333;
    margin: 0;
    width: 100%;}

  .content-devise-item {
  
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
    color: #eee;
    margin: 0;
    padding: 0 100px 40px;
  }

  .content-brandslist {  
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
    color: #eee;
    margin: 0;
    padding: 0 100px 40px;
  }

  .content-brandslist .brand { 
    width: auto;
    display: inline-block;
    margin: 0 10px;
  }
  .content-brandslist .brand img{ 
    height: 50px;
  }

#website_container {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  border: none; }

.container_list_informations {
  list-style-type: none;
  padding: 0;
  text-align: left;
  padding: 40px;
  color: #333;
  font-size: 18px; }

.header-item-subscription {
  padding: 10px;
  padding-top: 30px;
  background-color: #ffd600;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.list-carousel-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #ffd600;
  background-color: rgba(0, 0, 0, 0.7); }

.content-title-item-subscription {
  font-family: 'Gotham';
  font-weight: bold;
  font-style: normal;
  height: 80px;
  text-transform: uppercase;
  font-size: calc(0em + 2vw);
  line-height: 80px;
  letter-spacing: -3px;
  color: black; }

.container_list_informations li {
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px; }

.list-carousel-mask {
  background-color: rgba(0, 0, 0, 0.75); }

/* the slides */
.slick-slide {
  margin: 0 27px; }

/* the parent */
.slick-list {
  margin: 0 -27px; }

.container_list_informations li:last-child {
  border-bottom: 0; }

#close-modal {
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -61px;
  background-color: #ffd600;
  color: black;
  bottom: 10px;
  cursor: pointer; }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 1035px rgba(0, 0, 0, 0); } }
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1); }
  100% {
    box-shadow: 0 0 0 270px rgba(0, 0, 0, 0); } }
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(100);
    opacity: 0; } }
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(1, 1, 1, 0.25);
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  position: absolute;
  margin: auto 50%;
  margin-top: 30px; }

.mansory_wrapper {
  margin: 0px auto 0px;
  width: 100%;
  height: 100%;
  padding: 6px;
  padding-top: 3px;
  padding-bottom: 12px; }

.default_wrapper {
  XXXpadding: 0; }

.mansory_wrapper .grid {
  font-size: 0;
  margin: 0;
  padding: 0px;
  height: 100%;
  position: relative; }

.mansory_wrapper .grid-item {
  font-size: 1rem;
  width: 25%;
  height: 25%;
  margin-bottom: 10px;
  border-radius: 0px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  background-color: transparent;
  display: inline-block;
  margin: 0px; }

.mansory_wrapper .grid-item .grid-content {
  margin: 3px;
  height: calc(100% - 6px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0px;
  height: calc(100% - 0px);
  margin: 8px 4px;
  height: calc(100% - 8px);
  border-radius: 4px; }

.mansory_wrapper .grid-item .grid-content-mask {
  height: 100%;
  border-radius: 4px; }

.mansory_wrapper .grid-item .grid-content .title {
  padding: 15px 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-size: calc(1em + 2vw);
  line-height: calc(1em + 0vw);
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Cactus';
  font-weight: bold;
  
  transform: rotate(-10deg);
  width: min-content;
  text-align: center;
  letter-spacing: 1px;
  font-style: normal;
  font-style: italic;
  transform: rotate(0deg);
  }

.mansory_wrapper .grid-item .grid-content .title.subcategory {
  font-family: '28 Days Later';
  font-weight: normal;
  font-style: normal;
  transform: rotate(0deg); }

.yellow-text {
  color: gold; }

.mansory_wrapper .grid-item {
  animation: Items .6s ease-in forwards; }

@keyframes Items {
  0% {
    opacity: 0;
    XXX-webkit-transform: scale(0.3) rotateY(90deg);
    XXXtransform: scale(0.3) rotateY(90deg); }
  60% {
    XXX-webkit-transform: scale(1.4);
    XXXtransform: scale(1.4); }
  90% {
    XXX-webkit-transform: scale(0.9);
    XXXtransform: scale(0.9); }
  100% {
    opacity: 1; } }
.mansory_wrapper .grid-item:hover .fancybox {
  transform: scale(1.1); }

.mansory_wrapper .grid-item:nth-child(1n) {
  height: 100%; }

.mansory_wrapper .grid-item:nth-child(2n) {
  left: 25%;
  width: 50%;
  height: 67%; }

.mansory_wrapper .grid-item:nth-child(3n) {
  left: 75%;
  width: 25%;
  height: 100%; }

.mansory_wrapper .grid-item:nth-child(4n) {
  left: 25%;
  top: 67%;
  width: calc(50%/3);
  height: 33%; }

.mansory_wrapper .grid-item:nth-child(5n) {
  left: calc(25% + 16.67%);
  top: 67%;
  width: calc(50%/3);
  height: 33%; }

.mansory_wrapper .grid-item:nth-child(6n) {
  left: calc(25% + 2*16.67%);
  top: 67%;
  width: calc(50%/3);
  height: 33%; }

.grid-item .grid-content {
  overflow: hidden; }

.grid-item .grid-content-mask {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all .5s; }

.grid-item .grid-content-mask .rgba-gradient-2 {
  border-radius: 4px;
  position: relative; }

.grid-item:hover:not(.is-expanded) .grid-content-mask, .grid-item:focus:not(.is-expanded) .grid-content-mask {
  transform: scale(1.1); }

.grid-item:hover:not(.is-expanded) .grid-content-mask .rgba-gradient-2, .grid-item:focus:not(.is-expanded) .grid-content-mask .rgba-gradient-2 {
  background: -webkit-linear-gradient(45deg, rgba(5, 5, 5, 0.92), rgba(31, 31, 31, 0.53) 100%); }

/*=== page trnasition === */
.section, .grid-item {
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 50%;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  transition-property: all;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0.2, 0, 1); }

.section:first-child {
  top: 0;
  left: 0;
  background: #F06060; }

.section:nth-child(2) {
  top: 0;
  left: 50%;
  background: #FA987D; }

.section:nth-child(3) {
  top: 50%;
  left: 0;
  background: #72CCA7; }

.section:nth-child(4) {
  top: 50%;
  left: 50%;
  background: #10A296; }

.section.is-expanded, .grid-item.is-expanded {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%; }

.has-expanded-item .section:not(.is-expanded), .has-expanded-item .grid-item:not(.is-expanded) {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.grid-item.is-expanded {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%; }

.close-section {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  visibility: hidden;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: opacity 200ms linear;
  z-index: 100; }

.section.is-expanded .close-section, .grid-item.is-expanded .close-section {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms linear 600ms; }

body {
  margin: 0;
  font: 16px/1.5 'Roboto Slab', sans-serif;
  background: black; }

.demo-box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 300; }

#video_container_transition_page {
  width: 800px;
  margin: auto; }
  
.ecran_dinformation #video_container_transition_page {
  width: 100%;
  margin: auto; }
  
  
 .ecran_dinformation  video { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}

.content-container {
  top: 150px;
	height:100%;
	
	    top: 120px;
    height: calc(100% - 120px);
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
  }

.btn_next_page {
  background-color: #ffd600;
  color: black;  
  margin-top: 0px;  
  padding: 10px 20px;  
  font-size: 0.9rem;  
  text-transform: none;

}




#video {
  width: 100%;
  height: 100%; }

#video_container {
  display: none;
  z-index: 1040;
  background: black;
  position: absolute; }



.container_icon_play {
  opacity: 0.7;
  position: absolute;
  top: 0;
  top: 10px;
  width: 100%;

}

.icon_play {
  fill: #ffd600;
  height: 260px;
  width: 200px; }

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


/* ANTI BUG BLINK WHITE 
FALSE FLAG, c'etait en fait le height qui doit faire 100vh et no 100% */
.view {
  XXXposition: static; 
}


.yellow-text {
  color: #ffd600!important;
}


.card.card-subscriptions { 
    /*background-color: #ffd600;*/
    background-color: #ffffff;
}

.card.card-subscriptions a{
  height: auto;
}

.card .modal_plus {
  height:50px;
}


.card .modal_plus.height_auto {
  height:auto;
}

.card .card-body {
  padding: 20px 30px;
  background-color: #ffd600;
  font-family: 'Gotham';
  color: #333;
  border-radius: .25rem .25rem 0 0;
  min-height: 130px;
  /*
  background-color: #1a5e78;
  color: #f2f2f2;*/
}

.card .card-body-item {
  width : 100%;
}
.card .card-body .card-title {
  text-align: center;
  font-weight: bold;
  font-style: normal;
  /* height: 50px; */
  text-transform: uppercase;
  font-size: 1.9rem;
  line-height: 1.8rem;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.card .card-body .card-subtitle {
  text-align: center;
  font-weight: normal;
  font-style: normal;
  
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-top: 6px;
}

.card.card-subscriptions .card-content{ 
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: left;
  padding: 30px;
  min-height: 330px;
  padding: 0 30px;
}

.card.card-subscriptions .card-content-container{ 
  width: 100%;
  text-align: center;
}


.card.card-subscriptions .card-content p{ 
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px;
  margin-bottom: 10px;
}

.card.card-subscriptions .card-content p strong{ 

  font-weight: bold;
  color : #ffd600;
}

.card.card-subscriptions .card-content ul{ 
  margin-bottom: 0rem;
  padding-left: 0;
  width: 100%;
  
}

.card.card-subscriptions .card-content ul li{ 
  /*list-style-image: url('../img/icons/add-yellow.png');  */
  list-style-type : none;
  font-weight: bold;
  letter-spacing: -1px;
}
.card.card-subscriptions .card-content ul li ul li{ 
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
}

.card.card-subscriptions .card-content > ul > li{ 
 margin-bottom : 10px;
}

.XXXcard.card-subscriptions .card-content ul li:before{ 
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */  
}


.card.card-subscriptions .card-content-container > ul > li:before{ 
  /*content: '';
  display: inline-block;
  height: 25px;
  width: 35px;
  background-image: url('../img/icons/add-yellow.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;*/
}

.card.card-subscriptions .card-content ul li ul{ 
  padding : 0px;
  
}
.XXXcard.card-subscriptions .card-content ul li ul li:before{ 
  content: '';
}

.card.card-subscriptions .card-content ul li ul li{ 
  list-style-type: none;
  list-style-image: none;
}

.card.card-subscriptions .card-content ul li ul:after { 

  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0.5em;
  border-top: 1px solid #0003;
  margin-right: 40px;  
  margin: 20px 120px 6px;  
  z-index: 0;

}

.card.card-subscriptions .card-content ul li:last-child ul:after { 
  border-top: 0px solid black;
  margin-top: 0;
}



.card .card-body .card-text {
  font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #333;
  margin: 0;
  width: 100%;
  margin-top: 6px;
}

.card .card-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
  padding:40px 60px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 0;
}

.card .card-list li{
  margin-bottom: 1.2rem;
}
.card .card-list li:after{
  content: "";
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 75%;
  margin: 25px auto;
}
.card .card-list li:last-child:after{

  border: 0px solid grey;
}


.card a {
  position: relative;
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 .25rem .25rem;
}
.card-personal-trainer a {
  height: 410px;
}

.fancybox-modal {
    width: 90vw;
    width: 96vw;
    height: 90vh;
    height: auto;
	height: 96%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    border: 2px solid #ffd600;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;

    background-color: #000;
}

.fancybox-modal-mask {
  width: 100%;
  height : 100%;
}

.fancybox-bg {
  background: #000000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  
  background: #000000;
  opacity: .7;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function:linear;
}

.fancybox-is-closing .fancybox-bg {
  
  background: #000000;
  opacity: .7;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: linear;
}



.fancybox-modal-item {
  padding: 0px;
  padding-top: 70px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
}

.fancybox-modal-item .content-title-item {
  padding: 0px 100px;
  color: #eeeeee;
  margin-bottom: 50px;
  font-size: 4rem;
}

.fancybox-modal-item .content-description-item {
  padding: 0px 100px;
  color: #eeeeee;
  margin-bottom: 50px;
  margin-bottom: 60px;
  font-size: 1.7rem;
  
	margin-bottom: 50px;
	font-size: 4.5rem;
	line-height:4.8rem;
	font-weight: 600;
	text-align: left;
	padding: 0px 0px;
}


.fancybox-modal-item .content-text-item {
  padding: 0px 140px;
  color: #eeeeee;
  margin-bottom: 50px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-size: 1.5rem;
}

.fancybox-modal-item .content-text-item .text_small {
	font-size: 1rem;
	line-height: 1.5rem;
	font-style: italic;
}

.fancybox-modal-item .content-image {
  height: 370px;
  margin: 0px 100px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fancybox-button.fancybox-close-small svg,  .fancybox-button.fancybox-close-small path{
  user-select: all !important;
}

.concept-fancybox-modal-left {
  width: 50%;
  z-index: 1;
  padding-right: 30px;
}
.concept-fancybox-modal-right {
  width: 50%;
  padding-left: 60px;
}

.concept-fancy-modal-top, .concept-fancy-modal-bottom {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  
  position: absolute;
  left: 0;
  bottom: 20px;
}

.concept-fancybox-modal-right a.video {
    position: relative;
    height: 290px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 0 .25rem .25rem;
}


.concept-fancybox-modal-left .fancybox-modal-item {
  padding-top: 30px;
}

.concept-fancybox-modal-left .fancybox-modal-item .content-text-item {
  padding: 0px 70px;
  text-align: left;
  float: left;
  display: inline-block;
  
  padding: 0px 0px;
}

.content-title-item {
  padding: 0px 70px;
  /* color: #ffd600; */
  font-size: 3rem;
  margin-bottom: 60px;
  margin-top: 0px;
  text-align: left;
  font-weight: 400;
  display: inline-table;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}

.content-title-image {
  width: 100%;
  text-align: center;
}

.content-title-image img{
  float: none;
  margin: 50px 0 0px;
  height: 120px;
}

.concept-fancybox-modal-left .fancybox-modal-item .content-text-item strong {
  
  color: #ffd600;
  font-weight: 500;
}

.concept-fancybox-modal-left .fancybox-modal-item .content-text-item p {
  
  margin-bottom: 2rem;
}


.card {
  background-color: transparent;
}
.card .fas {
  font-size: 4.5rem;
  color: #ffd600;
  background-color: transparent;
  margin-top: -32px;
  z-index: 1;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button {
  height: 104px;
  width: 104px;
}

.fancybox-navigation .fancybox-button, .fancybox-navigation .fancybox-button div {
  height: 104px;
  width: 104px;
  padding: 0;
}

.fancybox-button svg {
  color: #ffd600;
}

.image_replace_title {
  height: 90px;
  float: left;
  margin: 0 0px 40px 70px;
}

.mansory_wrapper .grid-item .grid-content .title {
  font-size : 50px;
}

.mansory_wrapper .grid-item .grid-content .title.firstWord {
  width : 100%;
  width: 500px;
  text-align: center;
  font-size: 75px;
}
.mansory_wrapper .grid-item .grid-content .title.firstWord .yellow-text:after {
  /*content : "\A";*/
  display: block;
  margin-left: 21px;
}

.content-title.firstWord p strong, .title.firstWord p strong {
  color: #ffd600;
  display: block;
}

.content-title.firstWord p strong {
  display: inline-block;
}


.btn_next_page {

}


.plusinfos {
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 40px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  display: block;
  font-size: 1.5rem;
  color: #ffffff; }



  /* css tabs */



  .tabs-container{
    width: 100%;
    margin: 0 auto;
  }

  ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  ul.tabs li{
    background: none;
    background: #ededed;
    color: #222;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 1.5rem;
  }

  ul.tabs li.current{
    
    background-color: #ffd600; 
    color: #222;
  }

  .tab-content{
    display: none;
    background: transparent;
    padding: 15px;
	padding-top: 0;
  }

  .tab-content.current{
    display: inherit;
  }

  .video_container {
    width: 100%;
    margin: auto;
    padding: 0px;
	position: relative;
  }
  
  .video_container .video_overlay_play {
	position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 80%;
    display: flex;
    padding-top: 0px;
  }
  
    .video_container .video_overlay_play img {
	margin: auto;
    width: 120px;
	padding-top: 60px;
  }

  .video_container .video {
    width: 100%;
    height: 100%;
}

#video_container_transition_page .image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 446px;
  margin: 0 10px;

}
#video_container_transition_page .image-container img {
  width: 100%;
}

.card.card-subscriptions .card-content {
  min-height: 320px;
}
.content-title {
  margin-top: 20px;
}

ul.tabs li {
    font-size: 1.35rem;
}

.card .card-body .card-title {
    font-size: 1.7rem;
}

.card .card-body {
    padding: 20px 30px 15px;
}

.template_abonnements .owl-carousel .owl-nav button.owl-next, 
.template_abonnements .owl-carousel .owl-nav button.owl-prev, 
.template_abonnements .owl-carousel button.owl-dot {
    margin-top: 7.5%;
}

ul.tabs {
    PADDING-LEFT: 190px;
}

.template_abonnements .btn_next_page {
    float: right;
	margin-top: 5px;
	margin-right: 50px;
}
.template_abonnements .btn_next_page.cta {
    float: none;
	margin: 5px ;
	font-size: 21px;
}

.template_abonnements .cards_common_infos {
	padding: 30px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.45rem;
    font-weight: normal;
    margin: auto;
    padding-top: 0;
	
	position: absolute;
    bottom: 1rem;
    margin: 0 auto;
    width: 100%;
	z-index: 99999999;
}

.template_abonnements .cards_common_infos strong{
	color: #ffd600;
}

.gallery-container .fancybox_auto img {
  width: 100%;
  height: 100%;
}

.gallery-container .fancy_container  {
  width: 1920px;
}

.content-title-item.noLogo {
  margin-top: 80px;
  margin-bottom: 10px;
}

.concept-fancybox-modal-right .image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 346px;
  margin: 0 100px 0 30px;
}

.fancybox-modal {
    overflow: hidden;
	padding: 60px 100px !important;
}

.fancybox-modal .background_overlay{
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000bd;
	
}

#bgvid {
  pointer-events: none;
}

.multilang_link {
	display: block;
    position: absolute;
    width: 50%;
    height: 100%;
	z-index : 100;
}

.monolang_link {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
	z-index : 100;
}

.home_multilang_link_container {
	
	
}

.home_multilang_link {
	display: inline-block;	
}

.home_multilang_link img {
	width: 50px;
    margin-left: 15px;
    margin-top: 10px;
	margin-right: 20px;
}


.myJsTabs {
	margin-top:2rem;
	width: 100%;
    margin: 0 auto;
}

.myJsTabs .container-fluid .row {
	border-radius: 0.75rem;
    overflow: hidden;
	width: 70%;
    margin: 0 auto;
	margin-bottom: 2rem;
}

.myJsTabs .heading-design {
    cursor: pointer;
    background-color: #fff;
    border-bottom: solid 1px #212121;
    padding: 1.3rem;
    transition: background-color 0.5s ease;
}

.myJsTabs .tab-link h1{
    font-weight:bold;
	letter-spacing: -2px;
	color: #3a3a3a;
	font-size: 2rem;
}
.myJsTabs .tab-link h5{
    font-size: 1.4rem;
    margin: 0.25rem;
}

.myJsTabs .tab-link.active {
	background-color: #ffd600;
    color: #222;
}

.myJsTabs.pricing .container-fluid .row{
    width: 60%;
    margin: 0 auto;
}



.myJsTabs.pricing .mentions_legales{
    position: absolute;
    right: 0rem;
    margin-top: -5rem;
}

.myJsTabs .heading-design:XXXhover {
    background-color: #ff9800;
    border-bottom: solid 1px #ff9800;
}

.myJsTabs .heading-prog {
    cursor: pointer;
    background-color: #fff;
    border-bottom: solid 1px #212121;
    padding: 1.3rem;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
}

.myJsTabs .heading-prog:XXXhover {
    color: #eeeeee;
    background-color: #212121;
    border-bottom: solid 1px #212121;
}

.myJsTabs .heading-music {
    cursor: pointer;
    background-color: #fff;
    border-bottom: solid 1px #212121;
    padding: 2rem;
    transition: background-color 0.5s ease;
}

.myJsTabs .heading-music:hover {
    background-color: #ff6f61;
    border-bottom: solid 1px #ff6f61;
}

.myJsTabs .tab-content {
    display: none;
}

/* hack to preload the second tab */
.myJsTabs .tab-content{
	display: flex;
	height: 1670px;
}

.myJsTabs .tab-content:nth-of-type(2) {
    /*display: flex;*/
}

.myJsTabs .tab-content {
}

.myJsTabs .left-content {
    padding-left: 4rem;
    padding-top: 4rem;
    font-size: 3.75rem;
}

.myJsTabs .right-content {
    padding-left: 4rem;
    padding-top: 4rem;
}

.myJsTabs .img-custwidth {
    padding-top: 4rem;
    width: 512px;
}

#bouton_mentionslegales {
	color: black;
	top: -5rem;
}

.popup-container .caption {
  padding-bottom: 8px;
  font-weight: 500;
}

.popup-container .content {
  display: flex;
  justify-content: space-between;
}

.popup-container .popup-content {
  height: 100%;
  width: 100%;
}

.popup.mentionslegales .popup-content {
    background-color: #ffffff;
	background: #F5F5F5;
    width: min(1100px, 90vw) !important;
    height: 800px !important;
    border-radius: 15px;
    border: 0 solid #000000;
}

.popup.mentionslegales .popup-header {
	display: XXnone !important;
}

.popup.mentionslegales .popup-close {
    color: #000000;
    color: #ffd600 !important;
	font-size: 5rem;
}


.popup.mentionslegales .popup-body {
	overflow-y: scroll;
    text-align: left;
	margin: 0 0 !important;
    padding: 0 4rem;
}

.popup.mentionslegales .popup-body::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Light grey background */
  border-radius: 10px; /* Adds roundness to the edges */
}

.popup.mentionslegales .popup-body::-webkit-scrollbar-thumb {
  background-color: #888; /* Dark grey thumb */
  border-radius: 10px; /* Round edges on the thumb */
  border: 3px solid #f0f0f0; /* Creates a border around the thumb with the same color as the track background */
}

.popup.mentionslegales .popup-body::-webkit-scrollbar {
  background-color: #888; /* Dark grey thumb */
  border-radius: 10px; /* Round edges on the thumb */
  border: 3px solid #f0f0f0; /* Creates a border around the thumb with the same color as the track background */
}

