/**
* Template Name: Squadfree - v2.3.1
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "GoldmanBold";
  src: url("../fonts/Goldman-Bold.ttf");
}

@font-face {
  font-family: "nunitoSemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf");
}

@font-face {
  font-family: "GoldmanRegular";
  src: url("../fonts/Goldman-Regular.ttf");
}

@font-face {
  font-family: "nunitoBold";
  src: url("../fonts/Nunito-Bold.ttf");
}

@font-face {
  font-family: "NunitoRegular";
  src: url("../fonts/Nunito-Regular.ttf");
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#main {
  margin-top: 90px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(6, 78, 129);
  position: fixed;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

.logo {
  position: relative;
  float: left;
  top: -15px;
  width: 70px;
  height: 70px;
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
}

@media (max-width: 1000px) {
  .hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  list-style: none;
  margin: auto;
}
.bar {
  position: relative;
  width: auto;
  top: 0px;
  left: 0px;
  background: #06043f 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 20px;
  /* Transition effect when sliding down (and up) */
}
#nav-menu {
  display: flex;
  position: fixed;
  top: 0px;
  justify-content: center;
  left: 0px;
  right: 0px;
  width: auto;
  height: 54px;
  text-align: center;
  transition: top 0.3s;
  background: rgba(6, 78, 129);
}

.nav-menu > ul > li {
  position: relative;
  float: left;
  margin-left: 1rem;
  padding: 0.5rem;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}

.nav-menu a {
  display: block;
  position: relative;
  text-align: left;
  font: normal normal normal 18px GoldmanRegular;
  letter-spacing: 0px;
  color: #c0d119;
  opacity: 1;
  top: 15px;
  text-decoration: none;
  height: 36px;
}

.nav-menu ul li a:hover {
  color: #065285;
}

/*--------------------------------------------------------------
# sidebar Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.side {
  z-index: 100;
  position: fixed;
  right: 0;
  transition: display 0.5s ease-in-out;
}

.sroll-page {
  margin: auto;
  top: 0px;
  left: 0px;
  width: auto;

  text-align: center;
}

.scroll-page > ul > li {
  list-style: none;
}

.scroll-page a {
  display: block;
  position: relative;
}
.sidebar {
  width: 50px;
  margin-right: 100px;
  margin-top: 200px;
  display: inline-block;
}

.sidebar > ul > li {
  position: relative;
}

.sidebar a {
  position: relative;
}
.sidebutton {
  list-style: none;
}
/* Mobile Navigation */

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2f4d5a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #67b0d1;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 48, 56, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.cover-mention {
  background-size: cover;
  background: url("../img/Website\ visuells\ Datasports.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: none;
}

.about .titre {
  text-align: left;
  font: normal normal 900 20px nunitoBold;
  letter-spacing: 0px;
  color: #064e81;
}

.mention {
  transform: matrix(0, -1, 1, 0, 0, 0);
  height: 400px;
  font: normal normal normal 80px GoldmanRegular;
  color: #064e81;
  width: 800px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;

  background-size: cover;
  position: relative;
  margin-bottom: -90px;
}
:root {
  --direction: -30deg;
}
.test {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: none;
}

video {
  object-fit: cover;
  height: 100%;
  width: 100vw;
  height: 100vh;

  padding: auto;
  margin: auto;
  background-repeat: no-repeat;
  width: 100%;
}
.background {
  background-size: cover;
}

.foreground {
  background-image: url("../img/DS siteweb visuel tracker v4.jpg");
  mask-image: linear-gradient(
    var(--direction),
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 60%
  );
  mask-position: 50% 50%;
  -webkit-mask-image: linear-gradient(
    var(--direction),
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 60%
  );
  -webkit-mask-position: 50% 50%;
}
.foreground1 {
  background-image: url("../img/Website visuells Datasports.jpg");
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.text {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.text span {
  display: block;
}

.text1 {
  letter-spacing: 8px;

  font: normal normal normal 80px GoldmanRegular;
  color: white;
}

.text2 {
  color: #731d43;
  margin-top: 50px;
  font: normal normal normal 50px GoldmanRegular;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  video {
    object-fit: cover;
    height: 100%;
    width: 100vw;
    height: 100vh;
    position: relative;

    padding: auto;
    margin: auto;
    background-repeat: no-repeat;
    width: 100%;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .text1 {
    letter-spacing: 8px;
    margin-bottom: 10px;
    font: normal normal normal 45px GoldmanRegular;
    color: white;
  }
  .text2 {
    margin-bottom: 0;
    color: #c0d119;
    font: normal normal normal 25px GoldmanRegular;
  }

  #nav-menu {
    visibility: hidden;
  }

  .foreground {
    background-image: url("../img/DS siteweb visuel tracker v4.jpg");
    background-size: cover;
    mask-image: linear-gradient(
      var(--direction),
      rgba(0, 0, 0, 1) 40%,
      rgba(0, 0, 0, 0) 60%
    );
    mask-position: 50% 50%;
  }
}
@media (max-width: 420 px) {
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
}

.section-title {
  background: #064e81 0% 0% no-repeat padding-box;
  margin-bottom: 40px;
  height: 90px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 60px 0;
  position: relative;
  opacity: 1;
}

.about2 {
  padding: 60px 0;
  position: relative;
  opacity: 1;
}

.histoire {
  transform: matrix(0, -1, 1, 0, 0, 0);
  height: 400px;
  font: normal normal normal 80px GoldmanRegular;
  color: #064e81;
}

.p2-histoire {
  padding-left: 100px;
  padding-right: 167px;
  font: normal normal 400 20px nunitoSemiBold;
  color: #06043f;
}

.p2-histoire span {
  color: #c0d119;
  font: normal normal 600 28px nunitoBold;
}

.classe1 {
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.concept {
  transform: matrix(0, -1, 1, 0, 0, 0);
  height: 400px;
  font: normal normal normal 80px GoldmanRegular;
  color: #c0d119;
}

.concept-logiciel {
  display: flex;
  width: 550px;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.concept-box {
  border: 2px solid #c0d119;
  margin: 5px;
  font: normal normal normal 17px nunitoSemiBold;
  letter-spacing: 0px;
  color: #06043f;
  padding: 15px;
  height: 215px;
}

.concept-titre {
  color: #c0d119;
  font: normal normal normal 18px GoldmanRegular;
}

.engagement {
  color: #064e81;
  font: normal normal normal 40px GoldmanRegular;
}
.contenu-1 {
  font: normal normal 600 20px Nunito;
  color: #06043f;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #731d43;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about p {
    text-align: center;
  }
  .classe1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .concept-box {
    border: 2px solid #c0d119;
    margin: 5px;
    font: normal normal normal 17px nunitoSemiBold;
    letter-spacing: 0px;
    color: #06043f;
    padding: 15px;
    height: 250px;
  }
  .concept {
    font: normal normal normal 60px GoldmanRegular;
    transform: rotate(0deg);
    padding-top: 0;
    padding-left: 0;
    height: 100px;
  }

  .concept-logiciel {
    display: flex;
    width: 300px;
  }
  .contenu p {
    font: normal normal 400 15px nunitoSemiBold;
    color: #06043f;
  }

  .contenu span {
    color: #c0d119;
    font: normal normal 600 18px nunitoBold;
  }
  .about2 {
    text-align: center;
  }
  .histoire {
    font: normal normal normal 60px GoldmanRegular;
    transform: rotate(0deg);
    height: 100px;
  }

  .p2-histoire {
    font: normal normal 400 15px nunitoSemiBold;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .p2-histoire span {
    color: #731d43;
    font: normal normal 600 18px nunitoBold;
  }

  .joueur1 img {
    width: 300px;
    padding-left: 0px;
  }

  .joueur1 {
    padding-right: 0px;
    padding-bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.img-fluid1 {
  height: 200px;
  border-radius: 15px;
  width: 280px;
}

.services {
  background: linear-gradient(rgba(192, 209, 25, 0.7), rgba(192, 209, 25, 0.7)),
    url("../img/DS\ terrain\ video.jpg") fixed center center;
  background-size: cover;
  height: 500px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
  background: linear-gradient(rgba(6, 78, 129, 0.7), rgba(6, 78, 129, 0.7)),
    url("../img/Website\ visuells\ DS\ Atheléte.jpg") fixed center center;
  height: 400px;
}

.obj {
  display: flex;
  padding: 15px 0 0 0;

  font: normal normal normal 15px GoldmanRegular;
  color: #c0d119;
  justify-content: center;
}

.boutton {
  background-color: #064e81;
  color: #c0d119;
  font: normal normal normal 15px GoldmanRegular;
  border-radius: 10px;
  border: none;
  height: 40px;
}

.boutton:hover {
  background-color: #06043f;
}
.carac {
  font-size: 60px;
  justify-content: center;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box span {
  line-height: 40px;
  font-size: 80px;
  display: block;
  font-weight: 700;

  color: #c0d119;
}

.counts .count-box .buts {
  padding: 15px 0 0 0;

  font: normal normal normal 65px GoldmanRegular;
  color: #c0d119;
}

.objectif-info {
  text-align: center;
  font: normal normal normal 22px GoldmanRegular;
  letter-spacing: 0px;
  color: #064e81;
  opacity: 1;
  width: 280px;
}

@media (max-width: 768px) {
  .counts {
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(6, 78, 129, 0.7), rgba(6, 78, 129, 0.7)),
      url("../img/Website\ visuells\ DS\ Atheléte.jpg") center center;
  }

  .counts .count-box span {
    line-height: 40px;
    font-size: 80px;
    display: block;
    font-weight: 700;
    color: #c0d119;
    padding: 0;
    margin: 0;
  }

  .counts .count-box .buts {
    font: normal normal normal 65px GoldmanRegular;
    color: #c0d119;
    padding: 0;
    margin: 0;
  }

  .obj {
    display: flex;
    padding: 0;
    margin: 0;
    font: normal normal normal 15px GoldmanRegular;
    color: #c0d119;
    justify-content: center;
  }

  .picture {
    padding-left: 50px;
  }

  .objectif-info {
    padding-left: 96px;
    font: normal normal normal 18px GoldmanRegular;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(91, 37, 67, 0.8), rgba(91, 37, 67, 0.8)),
    url("../img/Final mockup brassière DS.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  height: 355px;
  margin-bottom: 115px;
}

.cta p {
  font: normal normal normal 50px GoldmanRegular;
  color: #c0d119;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

@media (max-width: 768px) {
  .cta p {
    font: normal normal normal 30px GoldmanRegular;
    color: #c0d119;
  }

  .objectif-info {
    padding-left: 0px;
  }

  .picture {
    padding-left: 15px;
  }

  .cta {
    background: linear-gradient(rgba(91, 37, 67, 0.8), rgba(91, 37, 67, 0.8)),
      url("../img/Final mockup brassière DS.jpg") center center;
    background-size: cover;
    padding: 60px 0;
    height: 355px;
  }
}
/*--------------------------------------------------------------
# produit
--------------------------------------------------------------*/
.produit {
  height: auto;
  padding-bottom: 0px;
}

.produit-carousel {
  background-color: #cae4f0;
}

.hexagone {
  width: 134px;
  height: 223px;
  background-color: #064e81;
  position: absolute;
  z-index: -1;
  transform: rotateY(-180deg);
  transform: translateX(52px);
  border-radius: 10px;
}

.hexagone:before,
.hexagone:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #064e81;
  position: absolute;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
  padding-left: 20px;
}

.hexagone:before {
  transform: rotate(60deg);
}

.hexagone:after {
  transform: rotate(-60deg);
}

.hexagone,
.hexagone:before,
.hexagone:after {
  /*background: rgba(48, 141, 255, 0.5);*/
  border-top: 1px solid #fff;
  border-radius: 10px;
}
.produit-title {
  float: right;
  font: normal normal normal 40px GoldmanRegular;
  color: #c0d119;
  padding-right: 165px;
  padding-top: 20px;
}

.tracker {
  font: normal normal normal 30px GoldmanRegular;
  letter-spacing: 0px;
  color: #731d43;
}

.span1 {
  position: absolute;
  left: 30px;
  bottom: 280px;
  font: normal normal normal 20px GoldmanRegular;
  color: #064e81;
}
.span2 {
  position: absolute;
  left: 30px;
  top: 225px;
  font: normal normal normal 20px GoldmanRegular;
  color: #064e81;
}
.span3 {
  position: absolute;
  bottom: 220px;
  font: normal normal normal 20px GoldmanRegular;
  color: #064e81;
  right: 225px;
}

.span6 {
  position: absolute;
  bottom: 280px;
  right: 0;
  font: normal normal normal 20px GoldmanRegular;
  color: #064e81;
}

.span5 {
  position: absolute;
  right: 30px;
  top: 225px;
  font: normal normal normal 20px GoldmanRegular;
  color: #064e81;
}

.span4 {
  position: absolute;
  font: normal normal normal 20px GoldmanRegular;
  color: #064e81;
  right: 225px;
}

.boitier img {
  transition: transform 2s ease-in-out;
}

.douchette {
  padding-top: 300px;
}

.boitier {
  padding-top: 150px;
}

.boitier img:hover {
  transform: rotate(360deg);
}

.img-borne {
  display: block;
  margin-right: 484px;
  margin-top: 155px;
  margin-left: 511px;
  width: 550px;
}

.text-eq {
  font: normal normal normal 19px GoldmanRegular;
  letter-spacing: 0px;
  color: #064e81;
}

.div1 {
  position: absolute;
  left: 597px;
  top: 37px;
}

.div2 {
  position: absolute;
  left: 207px;
  top: 144px;
}

.div3 {
  position: absolute;
  top: 147px;
  left: 1099px;
}
.div4 {
  position: absolute;
  top: 493px;
  left: 532px;
}
.div5 {
  position: absolute;
  top: 266px;
  left: 1101px;
}
.div6 {
  position: absolute;
  left: 840px;
  top: 490px;
}
.div7 {
  position: absolute;
  left: 212px;
  top: 263px;
}

@media (max-width: 768px) {
  .confiance-img {
    display: none;
  }

  .produit-p p {
    font: normal normal normal 15px nunitoSemiBold;
    line-height: 20px;
  }

  .produit-p span {
    font: normal normal 600 18px nunitoBold;
    color: #5b2453;
  }

  .joueur img {
    width: 122px;
  }
  .douchette img {
    width: 150px;
  }
  .boitier img {
    width: 150px;
  }
  .douchette {
    padding-top: 179px;
  }

  .boitier {
    padding-top: 110px;
  }

  .span1 {
    position: absolute;
    left: 130px;
    bottom: 143px;
    font: normal normal normal 10px GoldmanRegular;
    color: #064e81;
  }
  .span2 {
    position: absolute;
    left: 126px;
    top: 199px;
    font: normal normal normal 10px GoldmanRegular;
    color: #064e81;
  }
  .span3 {
    position: absolute;
    bottom: 124px;
    font: normal normal normal 10px GoldmanRegular;
    color: #064e81;
    right: 101px;
  }
  .span4 {
    position: absolute;
    font: normal normal normal 10px GoldmanRegular;
    color: #064e81;
    right: 94px;
    bottom: 43px;
  }
  .span6 {
    position: absolute;
    bottom: 183px;
    right: 8px;
    font: normal normal normal 10px GoldmanRegular;
    color: #064e81;
  }

  .span5 {
    position: absolute;
    right: 18px;
    top: 225px;
    font: normal normal normal 10px GoldmanRegular;
    color: #064e81;
  }

  .logiciel-desc p {
    text-align: center;
    font: normal normal normal 15px nunitoSemiBold;
  }

  .hide-mobile {
    display: none;
  }
}
/*------------------------*/
.produit-p {
  margin-bottom: 50px;
  font: normal normal normal 20px nunitoSemiBold;
  color: #06043f;
}
.produit-p p {
  line-height: 30px;
}

.produit-p span {
  font: normal normal 600 22px nunitoBold;
  color: #5b2453;
}
.donnees1 p {
  padding-top: 7px;
  width: 120px;
  text-align: center;
  font-size: 20px;
  font: normal normal normal 18px GoldmanRegular;
  color: #064e81;
}

.donnees1 img {
  width: 100px;
}
.donnees2 img {
  width: 100px;
}
.donnees3 img {
  width: 100px;
}
.donnees4 img {
  width: 100px;
}

.donnees2 {
  padding-left: 260px;
  height: 130px;
}

.donnees1 {
  height: 130px;
}

.donnees3 {
  height: 130px;
}

.donnees3 p {
  padding-top: 7px;
  text-align: center;
  width: 120px;
  font-size: 20px;
  font: normal normal normal 20px GoldmanRegular;
  color: #064e81;
}

.donnees4 {
  height: 130px;
  padding-left: 260px;
}

.donnees2 p {
  padding-top: 7px;
  text-align: center;
  width: 120px;
  font-size: 20px;
  font: normal normal normal 20px GoldmanRegular;
  color: #064e81;
}

.donnees4 p {
  padding-top: 7px;
  margin-left: -65px;
  margin-right: 115px;
  text-align: center;
  color: #064e81;
  font-size: 20px;
  font: normal normal normal 20px GoldmanRegular;
}

.logiciel {
  padding-top: 55px;
  text-align: center;
}

.logiciel img {
  width: 350px;
}

.logiciel p {
  padding-top: 80px;
  text-align: center;

  font: normal normal 600 40px GoldmanRegular;
  color: #064e81;
}

.logiciel-desc {
  font: normal normal normal 22px nunitoSemiBold;
  color: #06043f;
  padding-top: 70px;
}

.accroche p {
  font: normal normal 800 35px GoldmanRegular;
  letter-spacing: 0px;
  color: #731d43;
  opacity: 1;
}

.accroche {
  background-color: #cae4f0;
}

.accroche1 p {
  font: normal normal 800 30px nunitoBold;
  letter-spacing: 0px;
  color: #c0d119;
  opacity: 1;
}

.prevention p {
  transform: translateY(180px);
}

.prevention {
  padding-left: 75px;
  padding-right: 75px;
}

.accroche-img {
  padding-top: 18px;
}

@media (max-width: 768px) {
  .accroche p {
    font: normal normal 800 30px nunitoBold;
    letter-spacing: 0px;
    color: #731d43;
    opacity: 1;
  }

  .accroche-img {
    padding-top: 100px;
  }

  .accroche {
    display: none;
  }

  .produit-p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logiciel-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*--------------------------------------------------------------
# Offres Service
--------------------------------------------------------------*/
.offre-titre {
  font: normal normal normal 45px GoldmanRegular;
  margin-bottom: 40px;
  color: #064e81;
}

.box-offre h1 {
  background: #064e81 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  font: normal normal normal 28px GoldmanRegular;
  letter-spacing: 0px;
  color: #c0d119;
}

.box-offre {
  border: 11px solid #c0d119;
  border-radius: 30px;
}

.box-text {
  font: normal normal 600 13px nunitoSemiBold;
  line-height: 20px;
  letter-spacing: 0px;
  color: #06043f;
}

.box-o {
  text-align: center;
  font: normal normal bold 20px GoldmanRegular;
  padding: 10px;
  padding-top: 25px;
  color: #064e81;
  opacity: 1;
  background: #c0d119 0% 0% no-repeat padding-box;
  border-radius: 20px;
  height: 100px;
  opacity: 1;
}

.box-offre .bou {
  margin-top: 50px;
}
.box-offre button {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  transform: translateX(-50%);
  background: #064e81 0% 0% no-repeat padding-box;
  border-radius: 17px;
  font: normal normal normal 18px Nunito;
  letter-spacing: 0px;
  color: #c0d119;
  opacity: 1;
  width: 137px;
  height: 30px;
}
@media (max-width: 768px) {
  .box-offre {
    margin-bottom: 15px;
  }
  .offre-details {
    display: none;
  }
}
/*--------------------------------------------------------------
# Offres details
--------------------------------------------------------------*/
.offre-details h1 {
  background: #064e81 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  font: normal normal normal 40px GoldmanRegular;
  color: #c0d119;
}

#starter,
#challenger,
#elite {
  display: none;
}

#starter:target,
#challenger:target,
#elite:target {
  display: block;
}

#offre-details {
  margin-top: 50px;
  margin-bottom: 80px;
}

.offre-details {
  border: 11px solid #064e81;
  border-radius: 50px;
  height: 670px;
}
.offre-details p {
  font: normal normal 800 13px nunitoSemiBold;
  color: #06043f;
  line-height: 20px;
}

.offre-details h4 {
  font: normal normal normal 25px GoldmanRegular;
  color: #c0d119;
}

.starter-img1 {
  position: absolute;
  right: 120px;
  bottom: 140px;
  width: 100px;
}

.starter-img2 {
  position: absolute;
  right: 50px;
  bottom: -15px;
  width: 100px;
}

.starter-img3 {
  position: absolute;
  right: 120px;
  bottom: 60px;
  width: 100px;
}

.starter-img4 {
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 100px;
}

.starter-pack {
  border: 11px solid #c0d119;
  border-radius: 50px;
  height: 500px;
}

.challenger-img1 {
  position: absolute;
  right: 180px;
  bottom: 70px;
  width: 100px;
}

.challenger-img2 {
  position: absolute;
  right: 86px;
  bottom: 84px;
  width: 100px;
}

.challenger-img3 {
  position: absolute;
  left: 0;
  top: -145px;
  width: 100px;
}

.challenger-img4 {
  position: absolute;
  top: 174px;
  left: 0;
  width: 100px;
}

.plus {
  transform: translateY(40%);
  text-align: center;
  font-size: 35px;
  font-style: bold;
}

.confiance-img {
  width: 370px;
  position: absolute;
  left: -166px;
  top: -207px;
}

.confiance-p {
  font: normal normal normal 50px GoldmanRegular;
  color: #c0d119;
}

.equipe-logo {
  justify-content: space-between;
  background: #064e81 0% 0% no-repeat padding-box;
}

@media (max-width: 768px) {
  .equipe img {
    width: 300px;
  }

  .confiance-p {
    font: normal normal normal 40px GoldmanRegular;
    margin-bottom: 8rem;
  }

  .equipe-logo img {
    width: 150px;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Produit photos
--------------------------------------------------------------*/
.Equipements {
  height: 100%;
}

.analyseText {
  padding-left: 60px;
  padding-right: 87px;
  padding-top: 10px;
  padding-bottom: 10px;
  font: normal normal 600 16px nunitoSemiBold;
  color: #06043f;
}

.analyseText span {
  color: #731d43;
  font: normal normal 600 16px nunitoBold;
}

.analyseRow {
  border: 2px solid #064e81;

  border-radius: 30px;
}

.a1 {
  background-color: #fbfcf3;
  box-shadow: 30px 5px 10px #c0d119;
}

.a2 {
  background-color: #f1e8ec;
  box-shadow: 30px 5px 10px #743d43;
}
.a3 {
  background-color: #e6edf2;
  box-shadow: 30px 5px 10px #065285;
}

.analyseTitre {
  margin-top: 30px;
  margin-bottom: 30px;
  font: normal normal 600 40px GoldmanRegular;
  color: #731d43;
}

.analyseImage {
  margin-bottom: 20px;
  margin-top: 20px;
}

.analyse-title {
  font: normal normal normal 40px GoldmanRegular;
  color: #c0d119;
  padding-left: 190px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .analyse-title {
    font: normal normal normal 35px GoldmanRegular;
    padding-left: 25px;
  }

  .analyseImage img {
    width: 300px;
  }
  .analyseTitre {
    font: normal normal 600 30px GoldmanRegular;
  }
  .analyseImage {
    padding-left: 25px;
  }
}
/*--------------------------------------------------------------
# Sponsors
--------------------------------------------------------------*/
.prevention {
  transform: translateY(20%);
  font: normal normal normal 60px GoldmanRegular;
  letter-spacing: 0px;
  color: #c0d119;
}

.mot-equipe p {
  font: normal normal normal 60px GoldmanRegular;
  letter-spacing: 0px;
  color: #065285;
  margin-bottom: 48px;
}

.spons img {
  margin-top: auto;
  margin-bottom: auto;
}

.soutien {
  height: 100px;
  font: normal normal normal 60px GoldmanRegular;
  letter-spacing: 0px;
  color: #064e81;
}
.perf {
  font: normal normal normal 60px GoldmanRegular;

  color: #064e81;
}

.sponsors {
  background: #c0d119 0% 0% no-repeat padding-box;
  border: 10px solid #c0d119;
  border-radius: 50px;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .soutien {
    font: normal normal normal 40px GoldmanRegular;
  }

  .sponsors img {
    width: 100px;
  }

  .perf {
    font: normal normal normal 40px GoldmanRegular;

    color: #064e81;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.temoignages {
  transform: matrix(0, -1, 1, 0, 0, 0);
  height: 500px;
  font: normal normal normal 70px GoldmanRegular;
  color: #064e81;
  padding-left: 50px;
}

.testimonials {
  margin-top: 30px;
}

.testimonials .testimonial-item {
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 110px;
  border-radius: 50%;
  margin: 0 auto;
  transform: translateY(-75px);
}

.testimonials .testimonial-item h3 {
  font: normal normal 800 21px nunitoBold;
  color: #064e81;
  transform: translateY(-60px);
}

.testimonials .testimonial-item h4 {
  font: normal normal normal 17px nunitoSemiBold;
  color: #c0d119;
  margin: 0;
  transform: translateY(-60px);
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #5b2453;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  padding-bottom: 50px;
  background: #c0d119;
  height: 400px;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}
.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #064e81 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
  .temoignages {
    font: normal normal normal 50px GoldmanRegular;
    transform: rotate(0deg);
    height: 95px;
    text-align: center;
    padding-left: 15px;
  }
}
/*--------------------------------------------------------------
# Equipe
--------------------------------------------------------------*/
.team-title {
  transform: matrix(0, -1, 1, 0, 0, 0);

  font: normal normal normal 70px GoldmanRegular;
  color: #c0d119;
  height: 358px;
  padding-right: 500px;
}
.content p {
  font-style: italic;
  position: relative;
  font-size: 13px;
}

.content .quote-icon-left,
.content .quote-icon-right {
  color: #c0d119;
  font-size: 15px;
}

.content .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.content .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
}

.flip-boxes {
  justify-content: center;
}
.flip-box {
  display: flex;
  align-content: stretch;
  min-height: 224px;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  border-top: 0;
}

.flip-box:hover .back {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  z-index: 10;
  transform: translate(52px);
  -webkit-transform: translate(52px);
  -webkit-transition: all cubic-bezier(0.5, 1, 0.5, 1) 1s;
  transition: all cubic-bezier(0.5, 1.3, 0.5, 1.3) 1s;
}

.flip-box:hover .front {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  z-index: -1;
}

.front {
  width: 200px;
}

.back,
.front {
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 100%;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
}

.front {
  z-index: 10;
  width: 250px;
}

.info1 img {
  width: 31px;
}
.info2 img {
  width: 31px;
}
.info3 img {
  width: 31px;
}

.info4 img,
.info5 img {
  width: 31px;
}

.linkedin3 {
  padding-right: 82px;
}

.linkedin4 {
  padding-left: 135px;
}

.linkedin1 {
  padding-left: 58px;
}
.info1 span,
.info2 span,
.info3 span,
.info4 span,
.info5 span {
  font: normal normal normal 18px GoldmanRegular;
  color: #064e81;
}

.info3 span {
  padding-right: 40px;
}

.info4 span {
  padding-left: 5px;
}

.info5 span {
  padding-left: 70px;
}
.info1 span {
  padding-left: 10px;
}
.info1 p {
  padding-left: 60px;
  font: normal normal 600 16px Nunito;
  color: #c0d119;
  margin-top: 6px;
}
.info4 p {
  font: normal normal 600 16px Nunito;
  color: #c0d119;
  margin-top: 6px;
}

.info5 p {
  font: normal normal 600 16px Nunito;
  color: #c0d119;
  margin-top: 6px;
  text-align: end;
  padding-right: 25px;
}

.info2 p {
  font: normal normal 600 16px Nunito;
  color: #c0d119;
  margin-top: 6px;
}
.info3 p {
  font: normal normal 600 16px Nunito;
  color: #c0d119;
  margin-top: 6px;
  text-align: end;
  padding-right: 20px;
}
.info1 {
  padding-left: 45px;
  margin-top: 10px;
}

.info4 {
  padding-left: 45px;
  margin-top: 10px;
}

.info5 {
  padding-left: 45px;
  margin-top: 10px;
}
.info2 {
  text-align: center;
  margin-top: 10px;
}
.info3 {
  text-align: end;

  margin-top: 10px;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
  text-shadow: 0px 0px 2px black;
}

.first-line {
  justify-content: space-between;
}

.second-line {
  justify-content: center;
  margin-top: 20px;
}

.third-line {
  justify-content: space-between;
  margin-top: 20px;
}
.team .team-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.owl-carousel .owel-item img {
  width: 80%;
}

.team-img {
  border-radius: 10%;
  margin: 0 auto;
}

.team .team-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.team .team-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.team .owl-nav,
.team .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.team .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.team .owl-dot.active {
  background-color: #064e81 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
  .temoignages {
    font: normal normal normal 50px GoldmanRegular;
    transform: rotate(0deg);
    height: 200px;
    text-align: center;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .Teaam {
    display: none;
  }
  .members {
    text-align: center;
    margin-bottom: 30px;
  }
  .info-mobile p {
    font: normal normal 600 15px nunitoSemiBold;
    color: #c0d119;
  }

  .info-mobile span {
    font: normal normal 600 15px GoldmanRegular;
    color: #064e81;
  }
  .info-mobile {
    margin-top: 10px;
  }
  .team-title {
    font: normal normal normal 60px GoldmanRegular;
    transform: rotate(0deg);
    height: 95px;
    text-align: center;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .team-mobile {
    display: none;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  height: 50px;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #065285;
}

.team .member .social a:hover {
  color: #c0d119;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-title {
  transform: matrix(0, -1, 1, 0, 0, 0);
  font: normal normal normal 70px GoldmanRegular;
  color: #064e81;
  height: 358px;
  margin-top: 100px;
}

.contact {
  background-image: url("../img/Website visuells DS Contact.jpg");
  margin-bottom: 100px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.contact input {
  border: none;
  border-bottom: 2px solid #064e81;
  display: block;
  width: 60%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact label {
  margin-top: 30px;
  text-align: left;
  font: normal normal 800 19px nunitoSemiBold;
  letter-spacing: 0px;
  color: #064e81;
  opacity: 1;
}

.contact textarea {
  border: none;
  border-bottom: 2px solid #064e81;
  display: block;
  width: 82%;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 250px;
}

.contact .boutton-contact {
  background-color: #06043f;
  color: #c0d119;
  font: normal normal normal 17px GoldmanRegular;
  border-radius: 10px;
  border: none;
  height: 40px;
}

.contact .boutton-contact[disabled] {
  background-color: #bbb !important;
}

@media (max-width: 768px) {
  .contact-title {
    transform: rotate(0deg);
    font: normal normal normal 40px GoldmanRegular;
    text-align: center;
    color: #064e81;
    height: 100px;
    margin-top: 0;
  }

  .contact {
    height: auto;
  }

  .contact img {
    width: 200px;
  }

  .sizo {
    text-align: center;
  }

  .bayern img {
    width: 365px;
  }
}

/*------------------------------------------------------------
#footer
-------------------------------------------------------------*/

.nav-footer a {
  display: block;
  position: relative;
  text-align: center;
  font: normal normal normal 12px GoldmanRegular;
  letter-spacing: 0px;
  color: #c0d119;
  opacity: 1;
  top: 15px;
  text-decoration: none;
}

.nav-footer > ul > li {
  list-style-type: none;
  position: relative;
  float: left;

  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #064e81 0% 0% no-repeat padding-box;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

.partenaire-footer a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }

  .lg {
    display: none;
  }
}

/*----------------------------------------------------------
# mobile version

-----------------------------------------------------------------*/
@media (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
