@charset "UTF-8";
@font-face {
  font-family: "kumbhm";
  src: url("../typographie/KumbhSans-Medium.ttf");
}
@font-face {
  font-family: "kumbhr";
  src: url("../typographie/KumbhSans-Regular.ttf");
}
@font-face {
  font-family: "geologicarr";
  src: url("../typographie/Geologica_Auto-Regular.ttf");
}
@font-face {
  font-family: "geologicarm";
  src: url("../typographie/Geologica_Auto-Medium.ttf");
}
@font-face {
  font-family: "geologicarl";
  src: url("../typographie/Geologica_Auto-Light.ttf");
}
@font-face {
  font-family: "geologicarsb";
  src: url("../typographie/Geologica_Auto-SemiBold.ttf");
}
@font-face {
  font-family: "geologicarb";
  src: url("../typographie/Geologica_Auto-Bold.ttf");
}
* {
  scroll-behavior: smooth;
}

html, body, p, h1 {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

html {
  width: 100%;
  height: 100%;
}

.popup-container {
  position: absolute;
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, .5);;
  z-index: 1;
  transition: .4s ease;
  }

  .popup-container.active {
  opacity: 1;
  pointer-events: auto;
  transition: .4s ease;
  }

  .popup-container .popup-box {
  width: 50%;
  background: #f2f2f2;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 30px;
  transform: scale(0);
  }

  .popup-container.active .popup-box {
  transform: scale(1);
  transition: .4s ease;
  transition-delay: .25s;
  }

  .popup-box h1 {
  color: #333;
  line-height: 1;
  }

  .popup-box p {
  color: #333;
  margin: 12px 0 20px;
  }

  .popup-box .close-btn {
  width: 100%;
  height: 45px;
  background: #484848;
  border-radius: 6px;
  border: none;
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  cursor: pointer;
  font-size: 18px;
  color: #f2f2f2;
  font-weight: 500;
  margin-top: 2%;
  }

.navbar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background-color: #FFFFFF;
  padding: 7px 80px 7px 80px;
  box-sizing: border-box;
  backdrop-filter: blur(250px);
  z-index: 20;
}

.logo img {
  width: 150px;
  height: auto;
}

.nav-links {
  list-style: none;
  display: flex;
  font-family: geologicarr;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.nav-links li {
  margin-right: 10px;
}

.nav-links a {
  text-decoration: none;
  color: #000000;
  padding: 15px;
  transition: 0.2s ease-in;
}
.nav-links a:hover {
  color: #DE161C;
  transition: 0.2s ease-in;
}

.language {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.language img {
  width: 40px;
  border-radius: 4px;
  transition: 0.4s ease;
}
.language img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.language a {
  padding: 0;
  height: 24.02px;
}

.nav-responsive {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 20;
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
}
.nav-responsive .section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav-responsive .section img {
  width: 20px;
}
.nav-responsive .section p {
  font-family: kumbh;
  font-size: 14px;
}
.nav-responsive .section:hover {
  cursor: pointer;
  background-color: #D8D8D8;
}

.landingpage {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  background-image: url("../ressources/fondlandingpage.png");
  background-size: cover;
  width: 100%;
  height: 907px;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.landingpage #lien1 {
  position: absolute;
  bottom: -100px;
  z-index: 2;
  right: 59%;
  left: 41%;
  transform: translate(-59%, -41%);
}
.landingpage .landinggauche {
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
}
.landingpage .landinggauche h1 {
  margin: 0px;
  font-size: 65px;
  font-family: geologicarsb;
  color: #FFFFFF;
}
.landingpage .landinggauche #jn {
  border-left: 3px solid #DE161C;
  padding-left: 5px;
  background: linear-gradient(to right, rgba(203, 34, 34, 0.57), rgba(217, 217, 217, 0));
}
.landingpage .landinggauche #jn:hover {
  cursor: pointer;
  border-left: 3px solid #FFFFFF;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.57), rgba(217, 217, 217, 0));
}
.landingpage .landinggauche p {
  width: 635px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: kumbhr;
  line-height: 1.4;
  color: #FFFFFF;
  font-size: 1.05rem;
}
.landingpage .landinggauche .btns {
  margin-bottom: 30px;
}
.landingpage .landinggauche .btns #bouton1 {
  font-family: geologicarm;
  font-size: 18px;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 7px;
  padding: 14px;
  box-sizing: border-box;
  margin: 3px;
}
.landingpage .landinggauche .btns #bouton1:hover {
  cursor: pointer;
  background-color: #D8D8D8;
  border: solid 2px #D8D8D8;
}
.landingpage .landinggauche .btns #bouton2 {
  font-family: geologicarm;
  font-size: 18px;
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  padding: 14px;
  box-sizing: border-box;
  margin: 3px;
  transition: 0.2s ease-in;
}
.landingpage .landinggauche .btns #bouton2:hover {
  cursor: pointer;
  background-color: #FFFFFF;
  color: #000000;
  border: solid 2px #FFFFFF;
}
.landingpage .landinggauche .check {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  color: #FFFFFF;
  font-family: kumbhr;
  font-size: 18px;
}
.landingpage .landinggauche .check img {
  margin-right: 13px;
}
.landingpage .landinggauche .check p {
  margin: 12px;
}
.landingpage .landingdroite {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.landingpage .landingdroite #animatedcity {
  opacity: 85%;
  max-width: 650px;
  animation: move 5s ease-in infinite alternate;
}

#particles-js {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
}
#particles-js .absolute {
  position: relative;
  z-index: 1;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#particles-js .absolute .titre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000000;
  margin-top: 0px;
}
#particles-js .absolute .titre h1 {
  font-family: geologicarb;
  font-size: 35px;
}
#particles-js .absolute .titre p {
  font-family: kumbhr;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
#particles-js .absolute .lesservices {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
#particles-js .absolute .lesservices .services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  background-color: #A90000;
  padding: 30px;
  color: #FFFFFF;
  width: 250px;
  height: 340px;
  margin: 60px;
}
#particles-js .absolute .lesservices .services h3 {
  font-size: 18px;
  font-family: geologicarl;
}
#particles-js .absolute .lesservices .services img {
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  border-radius: 10px;
}
#particles-js .absolute .lesservices .services p {
  overflow-y: hidden;
  font-family: kumbhr;
  text-align: justify;
}

canvas {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}

.blackpc {
  width: 100%;
  height: 1320px;
  position: relative;
  background-color: #240000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blackpc #lien2 {
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blackpc #lien3 {
  position: absolute;
  bottom: -170px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blackpc .titre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
  margin-top: 80px;
  margin-bottom: 80px;
}
.blackpc .titre h1 {
  font-family: geologicarb;
  font-size: 35px;
}
.blackpc .titre p {
  font-family: kumbhr;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.blackpc .intro {
  margin-bottom: 50px;
  text-align: left;
  color: #FFFFFF;
  width: 1275px;
}
.blackpc .intro h2 {
  margin: 0;
  font-family: geologicarl;
  font-size: 2.25rem;
}
.blackpc .intro p {
  margin: 17px 0px 0px 0px;
  font-size: 20px;
  font-family: kumbhm;
  width: 620px;
}
.blackpc .intro .btns {
  margin-top: 10px;
}
.blackpc .intro .btns #demobtn-hypervisor {
  font-family: geologicarm;
  font-size: 18px;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 7px;
  padding: 14px;
  box-sizing: border-box;
  margin: 3px;
  transition: 0.2s ease-in;
}
.blackpc .intro .btns #demobtn-hypervisor:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #00000000;
  transition: 0.2s ease-in;
}

.blackpc .contentbp {
  width: 1275px;
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.blackpc .contentbp .contentgbp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0%;
  transition: opacity, transform;
  transition-duration: 1s;
  transform: translate(-100px, 0px);
}
.blackpc .contentbp .contentgbp #tools1 {
  color: #FFFFFF;
  margin: 10px 10px 10px 0px;
  border-radius: 10px;
  position: relative;
  border-left: solid 16px rgba(175, 40, 40, 0.5);
  background-color: rgba(175, 40, 40, 0.4);
  padding: 20px 10px 20px 10px;
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
.blackpc .contentbp .contentgbp #tools1 img {
  position: absolute;
  width: 30px;
  top: 18px;
  right: 18px;
}
.blackpc .contentbp .contentgbp #tools1 h5 {
  margin: 0;
  font-family: geologicarl;
  font-size: 18px;
}
.blackpc .contentbp .contentgbp #tools1 p {
  margin-top: 12px;
  font-size: 1rem;
  font-family: kumbhr;
}
.blackpc .contentbp .contentgbp #tools2 {
  color: #FFFFFF;
  margin: 10px 10px 10px 0px;
  border-radius: 10px;
  position: relative;
  border-left: solid 16px rgba(175, 40, 40, 0.5);
  background-color: rgba(175, 40, 40, 0.4);
  padding: 20px 10px 20px 10px;
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
.blackpc .contentbp .contentgbp #tools2 img {
  position: absolute;
  width: 35px;
  top: 18px;
  right: 18px;
}
.blackpc .contentbp .contentgbp #tools2 h5 {
  margin: 0;
  font-family: geologicarl;
  font-size: 18px;
}
.blackpc .contentbp .contentgbp #tools2 p {
  margin-top: 12px;
  font-size: 1rem;
  font-family: kumbhr;
}
.blackpc .contentbp .contentgbp #tools3 {
  color: #FFFFFF;
  margin: 10px 10px 10px 0px;
  border-radius: 10px;
  position: relative;
  border-left: solid 16px rgba(175, 40, 40, 0.5);
  background-color: rgba(175, 40, 40, 0.4);
  padding: 20px 10px 20px 10px;
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
.blackpc .contentbp .contentgbp #tools3 img {
  position: absolute;
  width: 42px;
  top: 18px;
  right: 18px;
}
.blackpc .contentbp .contentgbp #tools3 h5 {
  margin: 0;
  font-family: geologicarl;
  font-size: 18px;
}
.blackpc .contentbp .contentgbp #tools3 p {
  margin-top: 12px;
  font-size: 1rem;
  font-family: kumbhr;
}
.blackpc .contentbp .contentdbp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  opacity: 0%;
  transition: opacity, transform;
  transition-duration: 1s;
  transform: translate(100px, 0px);
}
.blackpc .contentbp .contentdbp img {
  margin-top: -65px;
}

.whiteapi {
  width: 100%;
  height: 897px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.whiteapi .whitegapi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 40px;
  color: #FFFFFF;
  font-family: kumbhm;
  font-size: 18px;
  opacity: 0%;
  transition: opacity, transform;
  transition-duration: 1s;
  transform: translate(-100px, 0px);
}
.whiteapi .whitegapi .leplan {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.whiteapi .whitegapi .leplan .optionsplan {
  position: relative;
  padding: 20px 40px 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background-color: #484848;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.whiteapi .whitegapi .leplan .optionsplan .apioption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 27px;
}
.whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37);
  border-radius: 13.5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}
.whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label {
  background-color: #DE161C;
}
.whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label:before {
  transform: translateX(29px);
}
.whiteapi .whitegapi .leplan .optionsplan .apioption .sep {
  transform: rotate(90deg);
  background-color: #FFFFFF;
  width: 25px;
  height: 2px;
  border-radius: 15px;
  margin: 0px 20px 0px 20px;
}
.whiteapi .whitegapi .leplan .optionsplan .planoption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.whiteapi .whitegapi .leplan .optionsplan .planoption #replace {
  display: none;
}
.whiteapi .whitegapi .leplan .optionsplan .planoption button {
  font-family: kumbhm;
  font-size: 18px;
  border: none;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  background-color: #DE161C;
  box-sizing: border-box;
  border-radius: 7px;
  width: 80px;
  height: 45px;
  margin-left: 20px;
}
.whiteapi .whitegapi .leplan .optionsplan .planoption button:hover {
  cursor: pointer;
  background-color: #A90000;
}
.whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
  animation: click 1s infinite ease-in;
  position: absolute;
  width: 80px;
  height: 45px;
  background-color: #DE161C;
  border-radius: 7px;
  right: 40px;
}
.whiteapi .whitegapi .leplan #plan {
  visibility: visible;
  width: 40em;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.37);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.whiteapi .whitegapi .leplan .plancheck {
  position: absolute;
  visibility: hidden;
  width: 40em;
  padding: 40px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.37);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.whiteapi .whitedapi {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  opacity: 0%;
  transition: opacity, transform;
  transition-duration: 1s;
  transform: translate(100px, 0px);
}
.whiteapi .whitedapi .introapi {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
.whiteapi .whitedapi .introapi h2 {
  margin: 0;
  font-family: geologicarl;
  font-size: 2.25rem;
}
.whiteapi .whitedapi .introapi p {
  margin: 17px 0px 1.05rem 0px;
  font-size: 20px;
  font-family: kumbhm;
}
.whiteapi .whitedapi .contentwhiteapi {
  width: 100%;
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
}
.whiteapi .whitedapi .contentwhiteapi .tools2 {
  color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  border-left: solid 19px rgba(0, 0, 0, 0.48);
  background-color: rgba(0, 0, 0, 0.46);
  padding: 15px;
  width: 230px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  margin-right: 10px;
}
.whiteapi .whitedapi .contentwhiteapi .tools2 img {
  position: absolute;
  width: 35px;
  top: 17px;
  right: 17px;
}
.whiteapi .whitedapi .contentwhiteapi .tools2 h5 {
  margin: 0;
  font-family: geologicarl;
  font-size: 18px;
}
.whiteapi .whitedapi .contentwhiteapi .tools2 p {
  margin-top: 12px;
  font-size: 16px;
  font-family: kumbhr;
}

@keyframes move {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes click {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes animeerreur {
  25% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(-20px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.4);
  }
}
.classerror {
  animation: animeerreur 0.4s linear;
}

.blackphone {
  width: 100%;
  height: 1027px;
  position: relative;
  background-color: #240000;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.blackphone #lien4 {
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blackphone #lien5 {
  position: absolute;
  bottom: -160px;
  right: 41%;
  left: 59%;
  transform: translate(-41%, -59%);
}
.blackphone .titre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
  margin-top: -60px;
}
.blackphone .titre h1 {
  font-family: geologicarb;
  font-size: 35px;
}
.blackphone .titre p {
  font-family: kumbhr;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.blackphone .contentblackphone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.blackphone .contentblackphone .blackphoneg {
  margin-right: 100px;
  margin-left: 150px;
  opacity: 0%;
  transition: opacity, transform;
  transition-duration: 1s;
  transform: translate(100px, 0px);
}
.blackphone .contentblackphone .blackphoneg .appli {
  margin-bottom: 50px;
  display: flex;
  justify-content: left;
  align-items: start;
  flex-direction: row;
}
.blackphone .contentblackphone .blackphoneg #demobtn-attonet {
  font-family: geologicarm;
  font-size: 18px;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 7px;
  padding: 10px;
  box-sizing: border-box;
  margin: 3px;
  transition: 0.2s ease-in;
}
.blackphone .contentblackphone .blackphoneg #demobtn-attonet:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #00000000;
  transition: 0.2s ease-in;
}

.blackphone .contentblackphone .blackphoneg .appli .logoapp {
  margin-right: 15px;
}
.blackphone .contentblackphone .blackphoneg .appli .descapp {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  color: #FFFFFF;
  font-family: geologicarl;
  font-size: 22px;
}
.blackphone .contentblackphone .blackphoneg .appli .descapp #atto {
  margin-left: -3px;
}
.blackphone .contentblackphone .blackphoneg .appli .descapp p {
  margin-bottom: 10px;
}
.blackphone .contentblackphone .blackphoneg .caractéristiques {
  height: 250px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 50px;
}
.blackphone .contentblackphone .blackphoneg .caractéristiques .contentcara {
  color: #FFFFFF;
  font-family: kumbhm;
  font-size: 18px;
}
.blackphone .contentblackphone .blackphoned {
  position: relative;
  width: 700px;
  height: 100%;
  opacity: 0%;
  transition: opacity, transform;
  transition-duration: 1s;
  transform: translate(-100px, 0px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.blackphone .contentblackphone .blackphoned img {
  width: 100%;
  transform: scale(1.3);
  position: absolute;
}

.whiteform {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 1213px;
  background-color: #F1F1F1;
}
.whiteform .titre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000000;
  margin-top: -50px;
}
.whiteform .titre h1 {
  font-family: geologicarb;
  font-size: 35px;
}
.whiteform .titre p {
  font-family: kumbhr;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.whiteform .divform {
  height: 775px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.whiteform .divform .divformg {
  height: 100%;
}
.whiteform .divform .divformd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px 50px 25px 50px;
  height: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.whiteform .divform .divformd .entete {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.whiteform .divform .divformd .entete h2 {
  margin: 0;
  font-family: geologicarr;
  font-size: 35px;
}
.whiteform .divform .divformd .entete p {
  font-size: 1.05rem;
  font-family: geologicarl;
}
.whiteform .divform .divformd .formulaire {
  width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.whiteform .divform .divformd .formulaire .prenomnom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
}
.whiteform .divform .divformd .formulaire .prenomnom .containabsolute {
  width: 48%;
  height: 100%;
  position: relative;
}
.whiteform .divform .divformd .formulaire .prenomnom .containabsolute input {
  height: 50px;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1rem;
  font-family: kumbhm;
  margin-bottom: 20px;
  width: 100%;
}
.whiteform .divform .divformd .formulaire .prenomnom .containabsolute .error {
  position: absolute;
  color: #A90000;
  font-family: geologicarr;
  font-size: 13px;
  top: 15px;
  right: 10px;
}
.whiteform .divform .divformd .formulaire .autrechamps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.whiteform .divform .divformd .formulaire .autrechamps .containabsolute {
  width: 100%;
  height: 100%;
  position: relative;
}
.whiteform .divform .divformd .formulaire .autrechamps .containabsolute input {
  height: 50px;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1rem;
  font-family: kumbhm;
  margin-bottom: 20px;
  width: 100%;
}
.whiteform .divform .divformd .formulaire .autrechamps .containabsolute #message {
  height: 200px;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1rem;
  font-family: kumbhm;
  margin-bottom: 20px;
  width: 100%;
  resize: none;
}
.whiteform .divform .divformd .formulaire .autrechamps .containabsolute .error {
  position: absolute;
  color: #A90000;
  font-family: geologicarr;
  font-size: 13px;
  top: 15px;
  right: 10px;
}
.whiteform .divform .divformd .formulaire button {
  width: 100%;
  height: 45px;
  background-color: #484848;
  margin-top: 20px;
  border: none;
  font-family: geologicarr;
  font-size: 1rem;
  color: #FFFFFF;
  border-radius: 5px;
}
.whiteform .divform .divformd .formulaire button:hover {
  background-color: #000000;
}
.whiteform .divform .divformd .formulaire .loader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.whiteform .divform .divformd .formulaire .loader .circle {
  animation: loading 0.8s linear infinite alternate;
  margin: 3px;
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.whiteform .divform .divformd .formulaire .loader .circle:nth-child(2) {
  animation-delay: 0.2s; /* Délai de démarrage pour le deuxième cercle */
}
.whiteform .divform .divformd .formulaire .loader .circle:nth-child(3) {
  animation-delay: 0.4s; /* Délai de démarrage pour le troisième cercle */
}

.blackchiffre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #240000;
  width: 100%;
  height: 555px;
  position: relative;
}
.blackchiffre #lien6 {
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blackchiffre .titre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
  margin-top: 0px;
}
.blackchiffre .titre h1 {
  font-family: geologicarb;
  font-size: 35px;
}
.blackchiffre .titre p {
  font-family: kumbhr;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.blackchiffre .leschiffres {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: 45px;
}
.blackchiffre .leschiffres .sep {
  width: 200px;
  height: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.blackchiffre .leschiffres .sep .trait {
  width: 25px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.29);
}
.blackchiffre .leschiffres .chiffre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 408px;
  height: 194px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.29);
  color: #FFFFFF;
}
.blackchiffre .leschiffres .chiffre p {
  font-size: 17px;
  font-family: kumbhm;
  text-align: center;
}
.blackchiffre .leschiffres .chiffre .nbr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.34);
  margin-bottom: 15px;
}
.blackchiffre .leschiffres .chiffre .nbr p {
  font-size: 40px;
  font-family: kumbhm;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #FFFFFF;
  width: 100%;
  height: 340px;
  margin: 15px 0px 15px 0px;
}
footer .contentfooter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .contentfooter #logowin {
  margin-bottom: 15px;
}
footer .contentfooter .joinus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
footer .contentfooter .joinus .trouge {
  width: 92px;
  height: 3px;
  border-radius: 20px;
  background-color: #A90000;
}
footer .contentfooter .joinus p {
  font-family: geologicarsb;
  font-size: 22px;
  color: #A90000;
  margin: 0px 30px 0px 30px;
}
footer .contentfooter .reseaux {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
footer .contentfooter .reseaux .network {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 20px;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  background-color: #A90000;
}
footer .contentfooter .reseaux .network img {
  width: 20px;
}
footer .contentfooter .reseaux .network a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
footer .contentfooter .lienpage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin: 15px;
}
footer .contentfooter .lienpage a {
  text-decoration: none;
  color: #000000;
}
footer .contentfooter .lienpage p {
  font-family: kumbhm;
  font-size: 18px;
  margin: 0px 15px 0px 15px;
}
footer .contentfooter hr {
  margin: 15px;
  width: 120%;
  background-color: #000000;
}
footer .contentfooter #copyright {
  color: #000000;
  font-size: 18px;
  font-family: kumbhm;
}

.cache {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 21;
  opacity: 0;
  transition: 0.25s opacity ease-in;
}
.cache .popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: fixed;
  width: 1300px;
  height: 700px;
  padding: 70px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(50px);
}
.cache .popup .popupg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 60px;
}
.cache .popup .popupg h2 {
  width: 100%;
  margin: 0;
  font-size: 40px;
  font-family: geologicarb;
  margin-bottom: 30px;
}
.cache .popup .popupg h2 strong {
  color: #DE161C;
}
.cache .popup .popupg p {
  margin-bottom: 30px;
  font-family: kumbhr;
  font-size: 1rem;
}
.cache .popup .popupg .avantages {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.cache .popup .popupg .avantages strong {
  font-family: geologicarsb;
  font-size: 1rem;
}
.cache .popup .popupg .avantages .avtg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
.cache .popup .popupg .avantages .avtg img {
  margin-right: 10px;
}
.cache .popup .popupg .avantages .avtg p {
  margin: 0;
  font-size: 1rem;
  font-family: geologicarr;
}
.cache .popup .popupd {
  margin-top: 25px;
}
.cache .popup .popupd .contentswitch {
  width: 558px;
  height: 418px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
.cache .popup .popupd .contentswitch img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cache .popup .popupd .contentswitch #my-img {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.cache .popup .popupd input {
  width: 100%;
  height: 10px;
  margin-top: 30px;
  background: -webkit-linear-gradient(left, #DE161C 0%, #DE161C 50%, rgb(235, 235, 235) 50%);
  border: none;
  border-radius: 5px;
  outline: none;
  appearance: none;
}
.cache .popup .popupd input::-webkit-slider-thumb {
  width: 25px;
  -webkit-appearance: none;
  height: 25px;
  border-radius: 50%;
  border: solid 5px rgb(235, 235, 235);
  cursor: pointer;
  background: #DE161C;
}
.cache .popup #croix {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  transition: all 0.4s;
}
.cache .popup #croix:hover {
  transform: scale(1.25);
  transition: all 0.2s;
  cursor: pointer;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background-color: #A90000;
  border-radius: 20px;
  border: solid 1px #FFFFFF;
}

@media screen and (max-width: 1780px) {
  .whiteapi .whitegapi .leplan #plan {
    width: 35em;
  }
  .whiteapi .whitegapi .leplan .plancheck {
    width: 35em;
  }
  .whiteapi .whitegapi .leplan .optionsplan {
    padding: 20px 40px 20px 40px;
    font-size: 17px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 40px;
  }
  .whiteapi .whitedapi .introapi h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.9rem;
  }
  .whiteapi .whitedapi .introapi p {
    font-size: 1.05rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 {
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border-left: solid 19px rgba(0, 0, 0, 0.48);
    background-color: rgba(0, 0, 0, 0.46);
    padding: 13px;
    width: 220px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 img {
    position: absolute;
    width: 28px;
    top: 17px;
    right: 17px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 0.95rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 p {
    margin-top: 12px;
    font-size: 0.85rem;
    font-family: kumbhr;
  }
}
@media screen and (max-width: 1640px) {
  .whiteapi .whitegapi .leplan #plan {
    width: 30em;
  }
  .whiteapi .whitegapi .leplan .plancheck {
    width: 30em;
  }
  .whiteapi .whitegapi .leplan .optionsplan {
    font-size: 15px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 35px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #boutondemo {
    margin: 10px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #replace {
    display: flex;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #response {
    display: none;
  }
  .whiteapi .whitedapi .introapi h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.8rem;
  }
  .whiteapi .whitedapi .introapi p {
    font-size: 1.05rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 {
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border-left: solid 19px rgba(0, 0, 0, 0.48);
    background-color: rgba(0, 0, 0, 0.46);
    padding: 13px;
    width: 210px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 img {
    position: absolute;
    width: 28px;
    top: 17px;
    right: 17px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 0.95rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 p {
    margin-top: 12px;
    font-size: 0.85rem;
    font-family: kumbhr;
  }
  .landingpage .landinggauche h1 {
    font-size: 60px;
  }
  .landingpage .landinggauche #jn {
    font-size: 60px;
  }
  .landingpage .landinggauche p {
    font-size: 15px;
    width: 655px;
  }
  .landingpage .landinggauche #jn {
    font-size: 60px;
  }
  .landingpage .landinggauche .btns #bouton1 {
    font-family: geologicarm;
    font-size: 18px;
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landinggauche .btns #bouton2 {
    font-family: geologicarm;
    font-size: 18px;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    margin: 3px;
  }
  .blackpc {
    height: 1220px;
  }
  .blackpc .contentbp .contentdbp img {
    max-width: 530px;
  }
  .blackpc .contentbp {
    width: 1150px;
  }
  .blackpc .intro {
    width: 1150px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.75rem;
  }
  .blackpc .intro p {
    font-size: 1rem;
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 25px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 30px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 30px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackchiffre .leschiffres .chiffre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 350px;
    height: 194px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.29);
    color: #FFFFFF;
  }
  .blackchiffre .leschiffres .chiffre p {
    font-size: 18px;
    font-family: kumbhm;
    text-align: center;
  }
  .blackchiffre .leschiffres .chiffre .nbr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.34);
    margin-bottom: 15px;
  }
  .blackchiffre .leschiffres .chiffre .nbr p {
    font-size: 40px;
    font-family: kumbhm;
  }
}
@media screen and (max-width: 1500px) {
  .landingpage .landingdroite #animatedcity {
    max-width: 550px;
  }
  .cache {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 21;
    opacity: 0;
    transition: 0.25s opacity ease-in;
  }
  .cache .popup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: fixed;
    width: 1100px;
    height: 600px;
    padding: 70px;
    border-radius: 19px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(50px);
  }
  .cache .popup .popupg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 60px;
  }
  .cache .popup .popupg h2 {
    width: 100%;
    margin: 0;
    font-size: 30px;
    font-family: geologicarb;
    margin-bottom: 30px;
  }
  .cache .popup .popupg h2 strong {
    color: #DE161C;
  }
  .cache .popup .popupg p {
    margin-bottom: 30px;
    font-family: kumbhr;
    font-size: 1rem;
  }
  .cache .popup .popupg .avantages {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .cache .popup .popupg .avantages strong {
    font-family: geologicarsb;
    font-size: 1rem;
  }
  .cache .popup .popupg .avantages .avtg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .cache .popup .popupg .avantages .avtg img {
    margin-right: 10px;
  }
  .cache .popup .popupg .avantages .avtg p {
    margin: 0;
    font-size: 1rem;
    font-family: geologicarr;
  }
  .cache .popup .popupd {
    margin-top: 25px;
  }
  .cache .popup .popupd .contentswitch {
    width: 474.3px;
    height: 355.3px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .cache .popup .popupd .contentswitch img {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .cache .popup .popupd .contentswitch #my-img {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  .cache .popup .popupd input {
    width: 100%;
    height: 9px;
    margin-top: 30px;
    background: -webkit-linear-gradient(left, #DE161C 0%, #DE161C 50%, rgb(235, 235, 235) 50%);
    border: none;
    border-radius: 5px;
    outline: none;
    appearance: none;
  }
  .cache .popup .popupd input::-webkit-slider-thumb {
    width: 22px;
    -webkit-appearance: none;
    height: 22px;
    border-radius: 50%;
    border: solid 5px rgb(235, 235, 235);
    cursor: pointer;
    background: #DE161C;
  }
  .cache .popup #croix {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    transition: all 0.4s;
  }
  .cache .popup #croix:hover {
    transform: scale(1.25);
    transition: all 0.2s;
    cursor: pointer;
  }
  .whiteapi {
    height: 650px;
  }
  .whiteapi .whitegapi .leplan #plan {
    width: 25em;
  }
  .whiteapi .whitegapi .leplan .plancheck {
    width: 25em;
  }
  .whiteapi .whitegapi .leplan .optionsplan {
    font-size: 12px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    border-radius: 13.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label {
    background-color: #DE161C;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label:before {
    transform: translateX(19px);
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 22px;
    width: 55px;
    height: 30px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button {
    font-family: kumbhm;
    font-size: 13px;
    border: none;
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background-color: #DE161C;
    box-sizing: border-box;
    border-radius: 5px;
    width: 55px;
    height: 30px;
    margin-left: 20px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button:hover {
    cursor: pointer;
    background-color: #A90000;
  }
  .whiteapi .whitedapi .introapi h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.4rem;
  }
  .whiteapi .whitedapi .introapi p {
    font-size: 0.9rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 {
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border-left: solid 19px rgba(0, 0, 0, 0.48);
    background-color: rgba(0, 0, 0, 0.46);
    padding: 11px;
    width: 185px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 img {
    position: absolute;
    width: 22px;
    top: 17px;
    right: 17px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 0.85rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 p {
    margin-top: 12px;
    font-size: 0.7rem;
    font-family: kumbhr;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques {
    height: 300px;
  }
  .whiteform .divform .divformg {
    display: none;
  }
  .blackphone {
    height: 950px;
  }
}
@media screen and (max-width: 1440px) {
  .landingpage .landinggauche {
    margin-left: 20px;
  }
  .landingpage .landingdroite #animatedcity {
    max-width: 500px;
  }
  .blackchiffre .leschiffres .chiffre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    height: 194px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.29);
    color: #FFFFFF;
  }
  .blackchiffre .leschiffres .chiffre p {
    font-size: 16px;
    font-family: kumbhm;
    text-align: center;
  }
  .blackchiffre .leschiffres .chiffre .nbr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.34);
    margin-bottom: 15px;
  }
  .blackchiffre .leschiffres .chiffre .nbr p {
    font-size: 40px;
    font-family: kumbhm;
  }
  .blackpc {
    height: 1170px;
  }
  .blackpc .contentbp .contentdbp img {
    max-width: 480px;
  }
  .blackpc .contentbp {
    width: 1000px;
  }
  .blackpc .intro {
    width: 1000px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.7rem;
  }
  .blackpc .intro p {
    font-size: 0.95rem;
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 380px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 22px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 0.85rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 380px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 27px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 0.85rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 380px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 27px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 0.85rem;
    font-family: kumbhr;
  }
}
@media screen and (max-width: 1320px) {
  .landingpage .landinggauche h1 {
    font-size: 50px;
  }
  .landingpage .landinggauche #jn {
    font-size: 60px;
  }
  .landingpage .landinggauche p {
    font-size: 14px;
    width: 610px;
  }
  .landingpage .landinggauche #jn {
    font-size: 50px;
  }
  .landingpage .landingdroite #animatedcity {
    max-width: 500px;
  }
  .landingpage {
    height: 750px;
  }
  .landingpage .landinggauche .btns #bouton1 {
    font-family: geologicarm;
    font-size: 16px;
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    padding: 12px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landinggauche .btns #bouton2 {
    font-family: geologicarm;
    font-size: 16px;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 12px;
    box-sizing: border-box;
    margin: 3px;
  }
  .blackchiffre .leschiffres .chiffre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 280px;
    height: 194px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.29);
    color: #FFFFFF;
  }
  .blackchiffre .leschiffres .chiffre p {
    font-size: 15px;
    font-family: kumbhm;
    text-align: center;
  }
  .blackchiffre .leschiffres .chiffre .nbr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.34);
    margin-bottom: 15px;
  }
  .blackchiffre .leschiffres .chiffre .nbr p {
    font-size: 40px;
    font-family: kumbhm;
  }
  #particles-js .absolute .lesservices .services {
    padding: 30px;
  }
  .whiteapi .whitegapi .leplan #plan {
    width: 20em;
  }
  .whiteapi {
    height: 600px;
  }
  .whiteapi .whitegapi .leplan .plancheck {
    width: 20em;
  }
  .whiteapi .whitegapi .leplan .optionsplan {
    padding: 8px 12px 8px 12px;
    font-size: 11px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    border-radius: 13.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label {
    background-color: #DE161C;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label:before {
    transform: translateX(15px);
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 22px;
    width: 45px;
    height: 25px;
    border-radius: 3px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button {
    font-family: kumbhm;
    font-size: 12px;
    border: none;
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background-color: #DE161C;
    box-sizing: border-box;
    border-radius: 3px;
    width: 45px;
    height: 25px;
    margin-left: 20px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button:hover {
    cursor: pointer;
    background-color: #A90000;
  }
  .whiteapi .whitedapi .introapi h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.3rem;
  }
  .whiteapi .whitedapi .introapi p {
    font-size: 0.85rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 {
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border-left: solid 19px rgba(0, 0, 0, 0.48);
    background-color: rgba(0, 0, 0, 0.46);
    padding: 11px;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 img {
    position: absolute;
    width: 20px;
    top: 17px;
    right: 17px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 0.8rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 p {
    margin-top: 12px;
    font-size: 0.65rem;
    font-family: kumbhr;
  }
}
@media screen and (max-width: 1200px) {
  .landingpage .landinggauche h1 {
    font-size: 45px;
  }
  .landingpage .landinggauche #jn {
    font-size: 45px;
  }
  .landingpage .landinggauche p {
    font-size: 14px;
  }
  .landingpage .landingdroite #animatedcity {
    max-width: 450px;
  }
  .blackpc {
    height: 1140px;
  }
  .blackpc .contentbp .contentdbp img {
    max-width: 450px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.7rem;
  }
  .blackpc .intro p {
    font-size: 0.95rem;
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 20px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 0.8rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 25px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 0.8rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 25px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 0.8rem;
    font-family: kumbhr;
  }
  .blackphone .contentblackphone .blackphoneg {
    margin-right: 0px;
  }
  .blackphone .contentblackphone .blackphoneg .appli {
    margin-bottom: 25px;
    display: flex;
    justify-content: left;
    align-items: start;
    flex-direction: row;
  }
  .blackphone .contentblackphone .blackphoneg .appli .logoapp {
    margin-right: 15px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp {
    font-size: 20px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp #atto {
    margin-left: 0px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp img {
    width: 100px;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques {
    height: 250px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques .contentcara {
    color: #FFFFFF;
    font-family: kumbhm;
    font-size: 16px;
  }
  .blackchiffre .leschiffres .chiffre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 220px;
    height: 160px;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.29);
    color: #FFFFFF;
  }
  .blackchiffre .leschiffres .chiffre p {
    font-size: 13px;
    font-family: kumbhm;
    text-align: center;
  }
  .blackchiffre .leschiffres .chiffre .nbr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 12px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.34);
    margin-bottom: 15px;
  }
  .blackchiffre .leschiffres .chiffre .nbr p {
    font-size: 31px;
    font-family: kumbhm;
  }
}
@media screen and (max-width: 1140px) {
  .cache {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 21;
    opacity: 0;
    transition: 0.25s opacity ease-in;
  }
  .cache .popup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: fixed;
    width: 900px;
    height: 500px;
    padding: 70px;
    border-radius: 18px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(50px);
  }
  .cache .popup .popupg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 60px;
  }
  .cache .popup .popupg h2 {
    width: 100%;
    margin: 0;
    font-size: 25px;
    font-family: geologicarb;
    margin-bottom: 20px;
  }
  .cache .popup .popupg h2 strong {
    color: #DE161C;
  }
  .cache .popup .popupg p {
    margin-bottom: 20px;
    font-family: kumbhr;
    font-size: 0.9rem;
  }
  .cache .popup .popupg .avantages {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .cache .popup .popupg .avantages strong {
    font-family: geologicarsb;
    font-size: 0.9rem;
  }
  .cache .popup .popupg .avantages .avtg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .cache .popup .popupg .avantages .avtg img {
    margin-right: 10px;
    width: 20px;
  }
  .cache .popup .popupg .avantages .avtg p {
    margin: 0;
    font-size: 0.9rem;
    font-family: geologicarr;
  }
  .cache .popup .popupd {
    margin-top: 25px;
  }
  .cache .popup .popupd .contentswitch {
    width: 334.8px;
    height: 250.8px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .cache .popup .popupd .contentswitch img {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .cache .popup .popupd .contentswitch #my-img {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  .cache .popup .popupd input {
    width: 100%;
    height: 8px;
    margin-top: 30px;
    background: -webkit-linear-gradient(left, #DE161C 0%, #DE161C 50%, rgb(235, 235, 235) 50%);
    border: none;
    border-radius: 5px;
    outline: none;
    appearance: none;
  }
  .cache .popup .popupd input::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    border-radius: 50%;
    border: solid 5px rgb(235, 235, 235);
    cursor: pointer;
    background: #DE161C;
  }
  .cache .popup #croix {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    transition: all 0.4s;
  }
  .cache .popup #croix:hover {
    transform: scale(1.25);
    transition: all 0.2s;
    cursor: pointer;
  }
  .whiteapi {
    height: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .whiteapi .whitegapi {
    margin-right: 0px;
    margin-top: 50px;
  }
  .whiteapi .whitegapi .leplan #plan {
    width: 35em;
  }
  .whiteapi .whitegapi .leplan .plancheck {
    width: 35em;
  }
  .whiteapi .whitegapi .leplan .optionsplan {
    padding: 20px 40px 20px 40px;
    font-size: 18px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 40px;
  }
  .whiteapi .whitedapi .introapi h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.9rem;
  }
  .whiteapi .whitedapi .introapi p {
    font-size: 1.05rem;
    margin: 5px 0px 5px 0px;
  }
  .whiteapi .whitedapi .introapi {
    margin-bottom: 25px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 {
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border-left: solid 19px rgba(0, 0, 0, 0.48);
    background-color: rgba(0, 0, 0, 0.46);
    padding: 13px;
    width: 220px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 img {
    position: absolute;
    width: 28px;
    top: 17px;
    right: 17px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 0.95rem;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 p {
    margin-top: 12px;
    font-size: 0.85rem;
    font-family: kumbhr;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 50px;
    width: 80px;
    height: 45px;
    border-radius: 7px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button {
    font-family: kumbhm;
    font-size: 18px;
    border: none;
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background-color: #DE161C;
    box-sizing: border-box;
    border-radius: 7px;
    width: 80px;
    height: 45px;
    margin-left: 20px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button:hover {
    cursor: pointer;
    background-color: #A90000;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 27px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    border-radius: 13.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label {
    background-color: #DE161C;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label:before {
    transform: translateX(29px);
  }
  .landingpage .landinggauche h1 {
    font-size: 40px;
  }
  .landingpage .landinggauche #jn {
    font-size: 40px;
  }
  .landingpage .landinggauche p {
    font-size: 14px;
  }
  .landingpage .landinggauche .btns {
    margin-bottom: 5px;
  }
  .landingpage .landingdroite #animatedcity {
    max-width: 400px;
  }
  .landingpage .landinggauche .btns #bouton1 {
    font-family: geologicarm;
    font-size: 13px;
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    padding: 8px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landinggauche .btns #bouton2 {
    font-family: geologicarm;
    font-size: 13px;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 8px;
    box-sizing: border-box;
    margin: 3px;
  }
}
@media screen and (max-width: 1080px) {
  .landingpage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 1200px;
  }
  .landingpage .landinggauche {
    margin-left: 0px;
  }
  .landingpage .landinggauche h1 {
    font-size: 60px;
  }
  .landingpage .landinggauche #jn {
    font-size: 60px;
  }
  .landingpage .landinggauche p {
    font-size: 15px;
  }
  .landingpage .landinggauche #jn {
    font-size: 60px;
  }
  .landingpage .landingdroite {
    margin: 30px;
  }
  .landingpage .landinggauche .btns #bouton1 {
    font-family: geologicarm;
    font-size: 18px;
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landinggauche .btns {
    margin-bottom: 30px;
  }
  .landingpage .landinggauche .btns #bouton2 {
    font-family: geologicarm;
    font-size: 18px;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    margin: 3px;
  }
  .blackpc .contentbp .contentdbp img {
    max-width: 400px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.6rem;
  }
  .blackpc .intro p {
    font-size: 0.9rem;
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 18px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 0.75rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 22px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 0.75rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 22px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 0.75rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp {
    width: 850px;
  }
  .blackpc .intro {
    width: 850px;
  }
  .blackphone .contentblackphone .blackphoneg {
    margin-right: 0px;
  }
  .blackphone .contentblackphone .blackphoneg .appli {
    margin-bottom: 25px;
    display: flex;
    justify-content: left;
    align-items: start;
    flex-direction: row;
  }
  .blackphone .contentblackphone .blackphoneg .appli .logoapp {
    margin-right: 10px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .logoapp img {
    width: 75px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp {
    font-size: 18px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp #atto {
    margin-left: 0px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp img {
    width: 90px;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques {
    height: 250px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques .contentcara {
    color: #FFFFFF;
    font-family: kumbhm;
    font-size: 14px;
  }
  .blackchiffre .leschiffres .chiffre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 190px;
    height: 140px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.29);
    color: #FFFFFF;
  }
  .blackchiffre .leschiffres .chiffre p {
    font-size: 11px;
    font-family: kumbhm;
    text-align: center;
  }
  .blackchiffre .leschiffres .chiffre .nbr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.34);
    margin-bottom: 15px;
  }
  .blackchiffre .leschiffres .chiffre .nbr p {
    font-size: 27px;
    font-family: kumbhm;
  }
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #FFFFFF;
    width: 100%;
    height: 300px;
  }
  footer .contentfooter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .contentfooter #logowin {
    margin-bottom: 15px;
    width: 200px;
  }
  footer .contentfooter .joinus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  footer .contentfooter .joinus .trouge {
    width: 80px;
    height: 3px;
    border-radius: 20px;
    background-color: #A90000;
  }
  footer .contentfooter .joinus p {
    font-family: geologicarsb;
    font-size: 18px;
    color: #A90000;
    margin: 0px 30px 0px 30px;
  }
  footer .contentfooter .reseaux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  footer .contentfooter .reseaux .network {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 15px;
    width: 31px;
    height: 31px;
    border-radius: 5px;
    background-color: #A90000;
  }
  footer .contentfooter .reseaux .network img {
    width: 20px;
  }
  footer .contentfooter .lienpage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 10px;
  }
  footer .contentfooter .lienpage p {
    font-family: kumbhm;
    font-size: 18px;
    margin: 0px 15px 0px 15px;
  }
  footer .contentfooter hr {
    margin: 15px;
    width: 120%;
    background-color: #000000;
  }
  footer .contentfooter #copyright {
    color: #000000;
    font-size: 17px;
    font-family: kumbhm;
  }
  .navbar {
    padding: 7px 30px 7px 30px;
  }
}
@media screen and (max-width: 960px) {
  .cache {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 21;
    opacity: 0;
    transition: 0.25s opacity ease-in;
  }
  .cache .popup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: fixed;
    width: 750px;
    height: 425px;
    padding: 70px;
    border-radius: 18px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(50px);
  }
  .cache .popup .popupg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 60px;
  }
  .cache .popup .popupg h2 {
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-family: geologicarb;
    margin-bottom: 15px;
  }
  .cache .popup .popupg h2 strong {
    color: #DE161C;
  }
  .cache .popup .popupg p {
    margin-bottom: 15px;
    font-family: kumbhr;
    font-size: 0.7rem;
  }
  .cache .popup .popupg .avantages {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .cache .popup .popupg .avantages strong {
    font-family: geologicarsb;
    font-size: 0.6rem;
  }
  .cache .popup .popupg .avantages .avtg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .cache .popup .popupg .avantages .avtg img {
    margin-right: 10px;
    width: 20px;
  }
  .cache .popup .popupg .avantages .avtg p {
    margin: 0;
    font-size: 0.6rem;
    font-family: geologicarr;
  }
  .cache .popup .popupd {
    margin-top: 25px;
  }
  .cache .popup .popupd .contentswitch {
    width: 279px;
    height: 209px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .cache .popup .popupd .contentswitch img {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .cache .popup .popupd .contentswitch #my-img {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  .cache .popup .popupd input {
    width: 100%;
    height: 7px;
    margin-top: 30px;
    background: -webkit-linear-gradient(left, #DE161C 0%, #DE161C 50%, rgb(235, 235, 235) 50%);
    border: none;
    border-radius: 5px;
    outline: none;
    appearance: none;
  }
  .cache .popup .popupd input::-webkit-slider-thumb {
    width: 17px;
    -webkit-appearance: none;
    height: 17px;
    border-radius: 50%;
    border: solid 5px rgb(235, 235, 235);
    cursor: pointer;
    background: #DE161C;
  }
  .cache .popup #croix {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    transition: all 0.4s;
  }
  .cache .popup #croix:hover {
    transform: scale(1.25);
    transition: all 0.2s;
    cursor: pointer;
  }
  .blackchiffre .leschiffres .sep {
    display: none;
  }
  .blackchiffre .leschiffres .chiffre {
    margin: 30px;
  }
}
@media screen and (max-width: 890px) {
  .nav-links a {
    padding: 15px 5px 15px 5px;
  }
  .blackpc {
    width: 100%;
    height: 1750px;
    position: relative;
    background-color: #240000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc #lien2 {
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blackpc #lien3 {
    position: absolute;
    bottom: -170px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blackpc .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .blackpc .titre h1 {
    font-family: geologicarb;
    font-size: 35px;
  }
  .blackpc .titre p {
    font-family: kumbhr;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
  .blackpc .intro {
    margin-bottom: 55px;
    text-align: left;
    color: #FFFFFF;
    width: 496px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 2rem;
  }
  .blackpc .intro p {
    margin: 17px 0px 0px 0px;
    font-size: 18px;
    font-family: kumbhm;
    width: 496px;
  }
  .blackpc .contentbp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(-100px, 0px);
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 30px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 1rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 35px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 1rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 42px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 1rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentdbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(100px, 0px);
  }
  .blackpc .contentbp .contentdbp img {
    margin-top: 65px;
    max-width: 450px;
  }
}
@media screen and (max-width: 830px) {
  .whiteapi {
    height: 1950px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .whiteapi .whitegapi {
    margin-left: 0px;
    margin-top: 50px;
  }
  .whiteapi .whitegapi .leplan #plan {
    width: 35em;
  }
  .whiteapi .whitegapi .leplan .plancheck {
    width: 35em;
  }
  .whiteapi .whitegapi .leplan .optionsplan {
    padding: 20px 40px 20px 40px;
    font-size: 18px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 40px;
  }
  .whiteapi .whitedapi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .whiteapi .whitedapi .introapi h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.9rem;
  }
  .whiteapi .whitedapi .introapi p {
    font-size: 1.05rem;
    margin: 5px 0px 5px 0px;
  }
  .whiteapi .whitedapi .introapi {
    margin-bottom: 0px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 {
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border-left: solid 19px rgba(0, 0, 0, 0.48);
    background-color: rgba(0, 0, 0, 0.46);
    padding: 15px;
    width: 230px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    margin: 15px 0px 15px 0px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 img {
    position: absolute;
    width: 35px;
    top: 17px;
    right: 17px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .whiteapi .whitedapi .contentwhiteapi .tools2 p {
    margin-top: 12px;
    font-size: 16px;
    font-family: kumbhr;
  }
  .whiteapi .whitedapi .contentwhiteapi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 50px;
    width: 80px;
    height: 45px;
    border-radius: 7px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button {
    font-family: kumbhm;
    font-size: 18px;
    border: none;
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background-color: #DE161C;
    box-sizing: border-box;
    border-radius: 7px;
    width: 80px;
    height: 45px;
    margin-left: 20px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button:hover {
    cursor: pointer;
    background-color: #A90000;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 27px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    border-radius: 13.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label {
    background-color: #DE161C;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label:before {
    transform: translateX(29px);
  }
  .blackphone {
    height: 1550px;
  }
  .blackphone .titre {
    margin-top: -25px;
  }
  .blackphone .contentblackphone {
    margin-top: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .blackphone .contentblackphone .blackphoneg {
    margin-left: 0px;
  }
  .blackphone .contentblackphone .blackphoneg .appli {
    margin: 40px 0px 20px 0px;
    display: flex;
    justify-content: left;
    align-items: start;
    flex-direction: row;
  }
  .blackphone .contentblackphone .blackphoneg .appli .logoapp {
    margin-right: 10px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .logoapp img {
    width: 75px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp {
    font-size: 18px;
    height: auto;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp #atto {
    margin-left: 0px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp img {
    width: 90px;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques .contentcara {
    color: #FFFFFF;
    font-family: kumbhm;
    font-size: 14px;
  }
  .blackphone .contentblackphone .blackphoned img {
    transform: scale(1);
    position: static;
  }
}
@media screen and (max-width: 800px) {
  footer {
    height: 390px;
  }
  footer .contentfooter {
    margin-bottom: 80px;
  }
  .landingpage #lien1 {
    visibility: hidden;
    width: 100px;
    bottom: 0px;
  }
  .blackpc #lien2 {
    visibility: hidden;
    top: 75px;
  }
  .blackpc #lien3 {
    visibility: hidden;
    width: 100px;
  }
  .blackphone #lien4 {
    visibility: hidden;
  }
  .blackphone #lien5 {
    visibility: hidden;
    width: 100px;
    bottom: 0px;
  }
  .blackchiffre #lien6 {
    visibility: hidden;
    width: 100px;
  }
  .nav-links li {
    display: none;
  }
  .nav-responsive {
    display: flex;
  }
  .whiteapi {
    height: 1800px;
  }
}
@media screen and (max-width: 760px) {
  .whiteapi {
    height: 1700px;
  }
  .whiteapi .whitegapi .leplan #plan {
    width: 25em;
  }
  .whiteapi .whitegapi .leplan .plancheck {
    width: 25em;
  }
  .whiteapi .whitegapi .leplan .optionsplan {
    font-size: 12px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    border-radius: 13.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label {
    background-color: #DE161C;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label:before {
    transform: translateX(19px);
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 22px;
    width: 55px;
    height: 30px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button {
    font-family: kumbhm;
    font-size: 13px;
    border: none;
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background-color: #DE161C;
    box-sizing: border-box;
    border-radius: 5px;
    width: 55px;
    height: 30px;
    margin-left: 20px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button:hover {
    cursor: pointer;
    background-color: #A90000;
  }
}
@media screen and (max-width: 720px) {
  #particles-js .absolute {
    padding: 80px 0px;
  }
  #particles-js .absolute .lesservices {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #particles-js .absolute .lesservices .services {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #A90000;
    padding: 20px;
    color: #FFFFFF;
    width: 230px;
    height: 310px;
    margin: 0px;
    margin: 45px 0px 45px 0px;
  }
  #particles-js .absolute .lesservices .services h3 {
    font-size: 16px;
    font-family: geologicarl;
  }
  #particles-js .absolute .lesservices .services img {
    width: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 10px;
  }
  #particles-js .absolute .lesservices .services p {
    overflow-y: hidden;
    font-family: kumbhr;
    text-align: justify;
  }
}
@media screen and (max-width: 700px) {
  .blackphone .contentblackphone .blackphoned img {
    max-width: 600px;
  }
  .blackphone .contentblackphone .blackphoned {
    width: 600px;
  }
  .blackphone {
    height: 1300px;
  }
  .blackphone .titre {
    margin-bottom: 40px;
  }
  .whiteapi .introapi {
    width: 80%;
  }
  .landingpage .landinggauche {
    width: 100%;
  }
  .landingpage .landinggauche p {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #FFFFFF;
    width: 100%;
    height: 390px;
  }
  footer .contentfooter {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .contentfooter #logowin {
    margin-bottom: 15px;
    width: 200px;
  }
  footer .contentfooter .joinus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  footer .contentfooter .joinus .trouge {
    width: 60px;
    height: 3px;
    border-radius: 20px;
    background-color: #A90000;
  }
  footer .contentfooter .joinus p {
    font-family: geologicarsb;
    font-size: 16px;
    color: #A90000;
    margin: 0px 30px 0px 30px;
  }
  footer .contentfooter .reseaux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  footer .contentfooter .reseaux .network {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 15px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #A90000;
  }
  footer .contentfooter .reseaux .network img {
    width: 15px;
  }
  footer .contentfooter .lienpage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 10px;
  }
  footer .contentfooter .lienpage p {
    font-family: kumbhm;
    font-size: 15px;
    margin: 0px 10px 0px 10px;
  }
  footer .contentfooter hr {
    margin: 10px 0px 10px 0px;
    width: 90%;
    background-color: #000000;
  }
  footer .contentfooter #copyright {
    color: #000000;
    font-size: 16px;
    font-family: kumbhm;
  }
  .whiteform {
    height: 1050px;
  }
  .whiteform .divform .divformd {
    padding: 20px 30px 20px 30px;
  }
  .landingpage {
    padding: 20px;
  }
  .landingpage .landinggauche {
    margin-top: 30px;
  }
  .landingpage .landinggauche h1 {
    font-size: 45px;
  }
  .landingpage .landinggauche #jn {
    font-size: 45px;
  }
}
@media screen and (max-width: 615px) {
  .whiteform .divform .divformd {
    padding: 20px;
  }
  .blackphone .contentblackphone .blackphoned img {
    max-width: 500px;
  }
  .blackphone .contentblackphone .blackphoned {
    width: 500px;
  }
  .blackphone {
    height: 1200px;
  }
}
@media screen and (max-width: 580px) {
  .whiteform .divform .divformd .formulaire {
    width: 400px;
  }
  .blackchiffre {
    height: 850px;
  }
  .blackchiffre .leschiffres {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .blackchiffre .leschiffres .chiffre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 220px;
    height: 160px;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.29);
    color: #FFFFFF;
  }
  .blackchiffre .leschiffres .chiffre p {
    font-size: 13px;
    font-family: kumbhm;
    text-align: center;
  }
  .blackchiffre .leschiffres .chiffre .nbr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 12px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.34);
    margin-bottom: 15px;
  }
  .blackchiffre .leschiffres .chiffre .nbr p {
    font-size: 31px;
    font-family: kumbhm;
  }
}
@media screen and (max-width: 550px) {
  .whiteform .divform .divformd .formulaire {
    width: 400px;
  }
  .blackchiffre {
    height: 850px;
  }
  .blackchiffre .leschiffres {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .whiteapi .whitegapi .leplan #plan {
    width: 20em;
  }
  .whiteapi {
    height: 1700px;
  }
  .whiteapi .whitegapi .leplan .plancheck {
    width: 20em;
  }
  .whiteapi .whitegapi .leplan .optionsplan {
    padding: 5px 12px 5px 12px;
    font-size: 11px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    border-radius: 13.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label {
    background-color: #DE161C;
  }
  .whiteapi .whitegapi .leplan .optionsplan .apioption .toggle-button input[type=checkbox]:checked + label:before {
    transform: translateX(15px);
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption #animdemo {
    right: 22px;
    width: 45px;
    height: 25px;
    border-radius: 3px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button {
    font-family: kumbhm;
    font-size: 12px;
    border: none;
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background-color: #DE161C;
    box-sizing: border-box;
    border-radius: 3px;
    width: 45px;
    height: 25px;
    margin-left: 20px;
  }
  .whiteapi .whitegapi .leplan .optionsplan .planoption button:hover {
    cursor: pointer;
    background-color: #A90000;
  }
  #particles-js .absolute .titre {
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .blackphone .contentblackphone .blackphoned img {
    max-width: 400px;
  }
  .blackphone .contentblackphone .blackphoned {
    width: 400px;
  }
  .blackphone {
    height: 1100px;
  }
}
@media screen and (max-width: 515px) {
  .blackphone .contentblackphone .blackphoned img {
    max-width: 400px;
  }
  .blackphone .contentblackphone .blackphoned {
    width: 400px;
  }
  .blackphone {
    height: 1000px;
  }
  .landingpage {
    padding: 20px;
  }
  .landingpage .landinggauche {
    margin-top: 30px;
  }
  .landingpage .landinggauche h1 {
    font-size: 35px;
  }
  .landingpage .landinggauche #jn {
    font-size: 35px;
  }
  .landingpage .landinggauche .btns #bouton1 {
    font-family: geologicarm;
    font-size: 15px;
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landinggauche .btns #bouton2 {
    font-family: geologicarm;
    font-size: 15px;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    margin: 3px;
  }
}
@media screen and (max-width: 505px) {
  .blackphone .contentblackphone .blackphoned img {
    max-width: 400px;
  }
  .blackphone .contentblackphone .blackphoned {
    width: 400px;
  }
  .blackphone {
    height: 1100px;
  }
  .blackpc {
    width: 100%;
    height: 1750px;
    position: relative;
    background-color: #240000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc #lien2 {
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blackpc #lien3 {
    position: absolute;
    bottom: -170px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blackpc .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .blackpc .titre h1 {
    font-family: geologicarb;
    font-size: 35px;
  }
  .blackpc .titre p {
    font-family: kumbhr;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
  .blackpc .intro {
    margin-bottom: 55px;
    text-align: left;
    color: #FFFFFF;
    width: 386px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.75rem;
  }
  .blackpc .intro p {
    margin: 17px 0px 0px 0px;
    font-size: 17px;
    font-family: kumbhm;
    width: 100%;
  }
  .blackpc .contentbp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(-100px, 0px);
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 30px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 1rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 35px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 1rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 42px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 1rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentdbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(100px, 0px);
  }
  .blackpc .contentbp .contentdbp img {
    margin-top: 65px;
    max-width: 350px;
  }
}
@media screen and (max-width: 465px) {
  footer .contentfooter hr {
    width: 90%;
  }
  .whiteform .divform .divformd .formulaire {
    width: 300px;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques {
    height: 250px;
  }
  .blackphone .contentblackphone .blackphoneg {
    padding: 20px;
  }
  .whiteapi .whitegapi {
    display: none;
  }
  .whiteapi {
    height: 1400px;
  }
}
@media screen and (max-width: 415px) {
  .whiteform .divform .divformd .formulaire {
    width: 300px;
  }
  .whiteform {
    height: 1213px;
  }
  .blackphone .contentblackphone .blackphoneg .caractéristiques {
    height: 250px;
  }
  .whiteapi .whitegapi {
    display: none;
  }
  .whiteapi {
    height: 1400px;
  }
  .landingpage {
    padding: 17px;
    height: 1150px;
  }
  .landingpage .landinggauche {
    margin-top: 30px;
  }
  .landingpage .landinggauche h1 {
    font-size: 30px;
  }
  .landingpage .landinggauche #jn {
    font-size: 30px;
  }
  .landingpage .landinggauche .btns #bouton1 {
    font-family: geologicarm;
    font-size: 13px;
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landinggauche .btns #bouton2 {
    font-family: geologicarm;
    font-size: 13px;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 14px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landingdroite #animatedcity {
    max-width: 350px;
  }
  .blackpc {
    width: 100%;
    height: 1700px;
    position: relative;
    background-color: #240000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .blackpc .titre h1 {
    font-family: geologicarb;
    font-size: 35px;
  }
  .blackpc .titre p {
    font-family: kumbhr;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
  .blackpc .intro {
    margin-bottom: 55px;
    text-align: left;
    color: #FFFFFF;
    width: 336px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.75rem;
  }
  .blackpc .intro p {
    margin: 17px 0px 0px 0px;
    font-size: 17px;
    font-family: kumbhm;
    width: 100%;
  }
  .blackpc .contentbp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(-100px, 0px);
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 25px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 30px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 28px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentdbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(100px, 0px);
  }
  .blackpc .contentbp .contentdbp img {
    margin-top: 65px;
    max-width: 300px;
  }
  .blackphone .contentblackphone .blackphoned img {
    max-width: 350px;
  }
  .blackphone .contentblackphone .blackphoned {
    width: 350px;
  }
  .blackphone {
    height: 1050px;
  }
  .blackphone .titre {
    margin-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #FFFFFF;
    width: 100%;
    height: 300px;
  }
  footer .contentfooter {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .contentfooter #logowin {
    margin-bottom: 15px;
    width: 200px;
  }
  footer .contentfooter .joinus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  footer .contentfooter .joinus .trouge {
    width: 60px;
    height: 3px;
    border-radius: 20px;
    background-color: #A90000;
  }
  footer .contentfooter .joinus p {
    font-family: geologicarsb;
    font-size: 16px;
    color: #A90000;
    margin: 0px 30px 0px 30px;
  }
  footer .contentfooter .reseaux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  footer .contentfooter .reseaux .network {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 15px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #A90000;
  }
  footer .contentfooter .reseaux .network img {
    width: 15px;
  }
  footer .contentfooter .lienpage {
    display: none;
  }
  footer .contentfooter hr {
    margin: 10px 0px 10px 0px;
    width: 90%;
    background-color: #000000;
  }
  footer .contentfooter #copyright {
    color: #000000;
    font-size: 16px;
    font-family: kumbhm;
  }
  .whiteform {
    height: 1050px;
  }
}
@media screen and (max-width: 385px) {
  .blackphone .titre h1 {
    text-align: center;
  }
  .landingpage .landinggauche h1 {
    font-size: 27px;
  }
  .landingpage .landinggauche #jn {
    font-size: 27px;
  }
  .landingpage {
    height: 1100px;
  }
  #particles-js .absolute .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000000;
    margin-top: 0px;
  }
  #particles-js .absolute .titre h1 {
    font-family: geologicarb;
    font-size: 30px;
  }
  #particles-js .absolute .titre p {
    font-family: kumbhr;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }
  .blackpc .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    margin-top: 100px;
  }
  .blackpc .titre h1 {
    font-family: geologicarb;
    font-size: 30px;
  }
  .blackpc .titre p {
    font-family: kumbhr;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }
  .blackphone .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    margin-top: 100px;
  }
  .blackphone .titre h1 {
    font-family: geologicarb;
    font-size: 30px;
  }
  .blackphone .titre p {
    font-family: kumbhr;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }
  .whiteform .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000000;
    margin-top: 0px;
  }
  .whiteform .titre h1 {
    font-family: geologicarb;
    font-size: 30px;
  }
  .whiteform .titre p {
    font-family: kumbhr;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }
  .blackchiffre .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    margin-top: 0px;
  }
  .blackchiffre .titre h1 {
    font-family: geologicarb;
    font-size: 30px;
  }
  .blackchiffre .titre p {
    font-family: kumbhr;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (max-width: 360px) {
  footer .contentfooter .joinus .trouge {
    display: none;
  }
  footer .contentfooter .lienpage p {
    margin: 0px 6px 0px 6px;
  }
  .blackphone .contentblackphone .blackphoned img {
    max-width: 300px;
  }
  .blackphone .contentblackphone .blackphoned {
    width: 300px;
  }
  .blackphone {
    height: 1000px;
  }
  .blackphone .titre {
    margin-bottom: 60px;
  }
  .whiteform .divform .divformd .entete h2 {
    font-size: 30px;
  }
  .landingpage .landingdroite #animatedcity {
    max-width: 300px;
  }
  .blackpc {
    width: 100%;
    height: 1800px;
    position: relative;
    background-color: #240000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc .intro {
    margin-bottom: 55px;
    text-align: left;
    color: #FFFFFF;
    width: 286px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.5rem;
  }
  .blackpc .intro p {
    margin: 17px 0px 0px 0px;
    font-size: 16px;
    font-family: kumbhm;
    width: 100%;
  }
  .blackpc .contentbp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(-100px, 0px);
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 20px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 17px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 25px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 17px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 30px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 17px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentdbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(100px, 0px);
  }
  .blackpc .contentbp .contentdbp img {
    margin-top: 65px;
    max-width: 300px;
  }
  .blackphone .contentblackphone .blackphoneg .appli .descapp {
    font-size: 16px;
  }
  .whiteform .divform .divformd .formulaire {
    width: 250px;
  }
  .whiteform .divform .divformd {
    padding: 10px;
  }
}
@media screen and (max-width: 330px) {
  .blackphone .contentblackphone .blackphoneg .caractéristiques {
    height: 300px;
  }
  .blackphone {
    height: 1050px;
  }
  .whiteapi .whitedapi .introapi h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 325px) {
  .landingpage .landinggauche h1 {
    font-size: 25px;
  }
  .landingpage .landinggauche #jn {
    font-size: 25px;
  }
  .landingpage .landinggauche p {
    font-size: 14px;
  }
  .blackpc {
    width: 100%;
    height: 1850px;
    position: relative;
    background-color: #240000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc .intro {
    margin-bottom: 55px;
    text-align: left;
    color: #FFFFFF;
    width: 256px;
  }
  .blackpc .intro h2 {
    margin: 0;
    font-family: geologicarl;
    font-size: 1.25rem;
  }
  .blackpc .intro p {
    margin: 17px 0px 0px 0px;
    font-size: 16px;
    font-family: kumbhm;
    width: 100%;
  }
  .blackpc .contentbp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(-100px, 0px);
  }
  .blackpc .contentbp .contentgbp #tools1 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    position: absolute;
    width: 20px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools1 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 17px;
  }
  .blackpc .contentbp .contentgbp #tools1 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools1 img {
    display: none;
  }
  .blackpc .contentbp .contentgbp #tools2 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    position: absolute;
    width: 25px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools2 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 17px;
  }
  .blackpc .contentbp .contentgbp #tools2 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools2 img {
    display: none;
  }
  .blackpc .contentbp .contentgbp #tools3 {
    color: #FFFFFF;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    position: relative;
    border-left: solid 16px rgba(175, 40, 40, 0.5);
    background-color: rgba(175, 40, 40, 0.4);
    padding: 20px 10px 20px 10px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    position: absolute;
    width: 30px;
    top: 18px;
    right: 18px;
  }
  .blackpc .contentbp .contentgbp #tools3 h5 {
    margin: 0;
    font-family: geologicarl;
    font-size: 17px;
  }
  .blackpc .contentbp .contentgbp #tools3 p {
    margin-top: 12px;
    font-size: 0.9rem;
    font-family: kumbhr;
  }
  .blackpc .contentbp .contentgbp #tools3 img {
    display: none;
  }
  .blackpc .contentbp .contentdbp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: 0%;
    transition: opacity, transform;
    transition-duration: 1s;
    transform: translate(100px, 0px);
  }
  .blackpc .contentbp .contentdbp img {
    margin-top: 65px;
    max-width: 260px;
  }
}
@media screen and (max-width: 315px) {
  .blackphone .contentblackphone .blackphoneg .appli .descapp img {
    width: 80px;
  }
}
@media screen and (max-width: 305px) {
  .landingpage {
    height: 1000px;
  }
  .landingpage .landinggauche h1 {
    font-size: 22px;
  }
  .landingpage .landinggauche #jn {
    font-size: 22px;
  }
  .landingpage .landinggauche .btns #bouton1 {
    font-family: geologicarm;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    padding: 13px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landinggauche .btns #bouton2 {
    font-family: geologicarm;
    font-size: 12px;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 13px;
    box-sizing: border-box;
    margin: 3px;
  }
  .landingpage .landingdroite #animatedcity {
    max-width: 275px;
  }
  .blackchiffre .titre h1 {
    text-align: center;
  }
}

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