html {
  --blue: #11559c;
  --blueBtn: #0091ea;
  --blueBtnHover: #0574b8;
  --blueText: #389aff;
  --blueRgpd: #003399;
  --blueOffer: #0d9df8;
  --orangeBtn: #ef7013;
  --orangeBtnHover: #e16912;
  --orange: #fc9425;
  --lightGrey: #f9f9f9;
  --darkGrey: #282828;
  --redText: #ff0101;
  --greyText: #494949;
  --greySecondaryText: #6c6c6c;
  --greyTertiaryText: #9c9c9c;
  --yellowBtn: #fad145;
  --yellowBtnHover: #f5c00a;
  --greenBtn: #11cb27;
  --greenBtnHover: #01a714;
  --redBtn: #c9041b;
  --redBtnHover: #9e0315;
  --hauteur_barre_login: 40px;
  --largeur_menu_responsif: 250px;
  --taille_burger: 50px;
  --hauteur_entete_home: 480px;
  --hauteur_entete: 300px;
  --hauteur_entete_mobile: 300px;
}

@font-face {
  font-family: "Open-Sans";
  src: url("/fonts/OpenSans-Regular.eot");
  src: url("/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Regular.woff2") format("woff2"), url("/fonts/OpenSans-Regular.woff") format("woff"), url("/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open-Sans-Semi-Bold";
  src: url("/fonts/OpenSans-SemiBold.eot");
  src: url("/fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/fonts/OpenSans-SemiBold.woff") format("woff"), url("/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open-Sans-Bold";
  src: url("/fonts/OpenSans-Bold.eot");
  src: url("/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Bold.woff2") format("woff2"), url("/fonts/OpenSans-Bold.woff") format("woff"), url("/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Heavy";
  src: url("/fonts/Lato-Heavy.eot");
  src: url("/fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Heavy.woff2") format("woff2"), url("/fonts/Lato-Heavy.woff") format("woff"), url("/fonts/Lato-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Semibold";
  src: url("/fonts/Lato-Semibold.eot");
  src: url("/fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Semibold.woff2") format("woff2"), url("/fonts/Lato-Semibold.woff") format("woff"), url("/fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Bold";
  src: url("/fonts/Lato-Bold.eot");
  src: url("/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Bold.woff2") format("woff2"), url("/fonts/Lato-Bold.woff") format("woff"), url("/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Light";
  src: url("/fonts/Lato-Light.eot");
  src: url("/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Light.woff2") format("woff2"), url("/fonts/Lato-Light.woff") format("woff"), url("/fonts/Lato-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.open {
  font-family: "Open-Sans" !important;
}

.open-semibold {
  font-family: "Open-Sans-Semi-Bold" !important;
}

.open-bold {
  font-family: "Open-Sans-Bold" !important;
}

.lato {
  font-family: "Lato-Heavy" !important;
}

.lato-bold {
  font-family: "Lato-Bold" !important;
}

.lato-semibold {
  font-family: "Lato-Semibold" !important;
}

.lato-light {
  font-family: "Lato-Light";
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.white {
  color: #fff !important;
}

.blue {
  color: var(--blueText);
}

.blue-offer {
  color: var(--blueOffer);
}

.red {
  color: var(--redText);
}

.black {
  color: #000;
}

.grey {
  color: var(--greyText);
}

.orange {
  color: var(--orange);
}

.secondary-grey {
  color: var(--greySecondaryText);
}

.tertiary-grey {
  color: var(--greyTertiaryText);
}

.t12 {
  font-size: 0.75em;
}

.t13 {
  font-size: 0.813em;
}

.t14 {
  font-size: 0.875em;
}

.t18 {
  font-size: 1.125em;
}

.t20 {
  font-size: 1.25em;
}

.t22 {
  font-size: 1.375em;
}

.t26 {
  font-size: 1.625em;
}

.t30 {
  font-size: 1.875em;
}

.t40 {
  font-size: 2.5em;
}

.t50 {
  font-size: 3.125em;
}

.t80 {
  font-size: 5em;
}

@media (max-width: 1199.98px) {
  .t-lg-14 {
    font-size: 0.875em;
  }

  .t-lg-18 {
    font-size: 1.125em;
  }

  .t-lg-22 {
    font-size: 1.375em;
  }

  .t-lg-26 {
    font-size: 1.625em;
  }

  .t-lg-30 {
    font-size: 1.875em;
  }

  .t-lg-40 {
    font-size: 2.5em;
  }
}

@media (max-width: 991.98px) {
  .t-md-14 {
    font-size: 0.875em;
  }

  .t-md-18 {
    font-size: 1.125em;
  }

  .t-md-22 {
    font-size: 1.375em;
  }

  .t-md-24 {
    font-size: 1.5em;
  }

  .t-md-26 {
    font-size: 1.625em;
  }

  .t-md-30 {
    font-size: 1.875em;
  }

  .t-md-40 {
    font-size: 2.5em;
  }

  .t-md-60 {
    font-size: 3.75em;
  }
}

@media (max-width: 767.98px) {
  .t-sm-14 {
    font-size: 0.875em;
  }

  .t-sm-16 {
    font-size: 1em;
  }

  .t-sm-20 {
    font-size: 1.25em;
  }

  .t-sm-22 {
    font-size: 1.375em;
  }

  .t-sm-30 {
    font-size: 1.875em;
  }
}

.l1000 {
  line-height: 1em;
}

.l1100 {
  line-height: 1.1em;
}

.l1200 {
  line-height: 1.2em;
}

.l1300 {
  line-height: 1.3em;
}

.text-shadow {
  text-shadow: 1px 1px 1px rgb(66, 66, 66) !important;
}

/*
 * ACCUEIL
 */

h3 {
  font-size: 2.5em;
}

@media (max-width: 1199.98px) {
  h3 {
    font-size: 1.875em;
  }
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.625em;
}

@media (max-width: 1199.98px) {
  h4 {
    font-size: 1.375em;
  }
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 1.125em;
  }
}

.block-sports > div > * {
  transition: all 0.2s ease-in;
}

.block-sports > div:hover > * {
  color: var(--darkGrey);
}

#mobile-app {
  background: url("/images/home/bg-app-mobile.png?d=03102023_1") no-repeat top right;
  background-size: cover;
  background-position: 65% 0;
  position: relative;
}

#mobile-app > * {
  position: relative;
  z-index: 2;
}

#mobile-app:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

@media (max-width: 991.98px) {
  #mobile-app {
    background-position: 60% 100%;
    background-size: auto 100%;
  }

  #mobile-app:after {
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  #mobile-app {
    background-position: 70% 100%;
  }

  #mobile-app:after {
    opacity: 0.75;
  }
}

#tech-details {
  background: url("/images/home/bg-tech-details.jpg") no-repeat center right;
  background-size: cover;
  background-attachment: fixed;
}

#portail {
  background: url("/images/home/bg-portail.png?d=03102023_1") no-repeat center right;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 1199.98px) {
  #portail {
    background: url("/images/home/bg-portail-sans-map.png?d=03102023_1") no-repeat center right;
  }

  #portail a {
    margin: 0 auto !important;
  }
}

#testimonies .carousel-control-prev,
#testimonies .carousel-control-next {
  position: relative;
}

#testimonies .grey-block {
  background-color: #f5f4f4;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 1199.98px) {
  #testimonies .grey-block {
    padding-bottom: 70px;
  }
}

#testimonies .grey-block .profil {
  position: absolute;
  bottom: -10px;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -42%;
  width: 100%;
}

#carousel-testimonies > img {
  width: 60px;
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#carousel-testimonies .carousel-inner .carousel-item {
  padding-bottom: 100px;
}

#carousel-testimonies .carousel-indicators {
  position: relative;
  bottom: 0;
  margin: 0;
}

#carousel-testimonies .carousel-indicators li {
  width: 15px;
  height: 10px;
  list-style: none;
}

#carousel-testimonies .carousel-indicators li:before {
  display: none;
}

#carousel-testimonies .carousel-indicators li:after {
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: auto;
  left: 3px;
}

#carousel-testimonies .carousel-indicators li.active {
  opacity: 0.5;
}

section#main > header {
  background: transparent;
}

#carousel-fonctionnalites .carousel-control-prev,
#carousel-fonctionnalites .carousel-control-next {
  top: 45%;
}

#carousel-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  #carousel-header {
    opacity: 0.6;
  }
}

#carousel-header .carousel-item {
  height: var(--hauteur_entete_home);
}

@media (max-width: 767.98px) {
  #carousel-header .carousel-item {
    height: var(--hauteur_entete_mobile) !important;
  }
}

#carousel-header .carousel-item:nth-child(1) {
  background: url("/images/home/slider/slide-01.jpg") no-repeat center center;
  background-size: cover;
}

#carousel-header .carousel-item:nth-child(2) {
  background: url("/images/home/slider/slide-02.jpg") no-repeat center center;
  background-size: cover;
}

#carousel-header .carousel-item:nth-child(3) {
  background: url("/images/home/slider/slide-03.jpg") no-repeat center center;
  background-size: cover;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: auto;
  opacity: 1;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-next-icon,
.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
  background: none;
  font-size: 4px;
  width: 4em;
  height: 4em;
}

.carousel .carousel-control-prev-icon {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}

.carousel .carousel-control-next-icon {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#carousel-partenaires-desktop > img,
#carousel-partenaires-mobile > img {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#carousel-partenaires-desktop img,
#carousel-partenaires-mobile img {
  height: 100px;
}

#carousel-partenaires-desktop .carousel-inner .carousel-item,
#carousel-partenaires-mobile .carousel-inner .carousel-item {
  padding-bottom: 20px;
}

#carousel-partenaires-mobile img {
  height: 120px;
}

/* webinaire */

.bouton_inscription {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  #webinaire {
    text-align: center !important;
  }

  .bouton_inscription,
  .webinaire_img {
    margin: 15px !important;
  }
}

