* {
  margin: 0px;
}
body {
  background-image: radial-gradient(
      circle at bottom left,
      #3d3d3d 0%,
      transparent 50%
    ),
    radial-gradient(circle at top right, #3d3d3d 0%, rgb(24, 24, 24) 50%);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Bahnschrift", sans-serif;
}

.content {
  height: calc(100vh - 56px); /* 56px is the height of the navbar */
}

.icon-phone::before {
  content: "\260E";
}

.icon-envelope::before {
  content: "\2709";
}

.icon-user::before {
  content: "\1F464";
}

.icon-arrow-up::before {
  content: "\25B2";
  font-size: 4vh;
}

.icon-arrow-down::before {
  content: "\25BC";
  font-size: 4vh;
}
/* ********************* Header ****************************** */
.navbar {
  background-image: linear-gradient(to right, rgb(24, 24, 24) 45%, #2c2c2c);
  background-size: cover;
  background-repeat: no-repeat;
  height: 14vh;
}

.navbar-brand img {
  height: 3vh;
}

.centered-button {
  flex: 1;
  text-align: center;
}

.btn-cover-bg {
  background-color: #3d3d3d;
  color: #19ad69;
  border-radius: 50%;
  height: 5vh;
  width: 5vh;
}

.navbar-nav {
  gap: 4px;
}

/* *********************footer****************************** */
.fixed-bottom {
  background-image: linear-gradient(to left, rgb(24, 24, 24) 45%, #2c2c2c);
}
.icon-arrow-up {
  height: 4vh;
}
#playButton {
  background-image: url("../images/cs.png"); /* Replace 'logo.png' with the path to your logo image */
  background-size: contain;
  background-repeat: no-repeat;
  width: 18vh; /* Adjust width and height as needed */
  height: 18vh;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
  outline: none;
  position: relative;
  z-index: 9999;
  transition: all 0.7s ease; /* Add transition effect */
}
#playButton:focus {
  outline: none !important;
  box-shadow: 0 0 3px 2px rgba(2, 124, 57, 0.5);
  border-radius: 30px;
}
/* Style for the explosion animation */
@keyframes explosion {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}

/* Apply the explosion animation to the button when clicked */
#playButton.explode {
  animation: explosion 0.7s ease;
}
section {
  height: 100vh; /* Set section height to viewport height */
  display: flex; /* Use flexbox layout */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.container {
  text-align: center; /* Center align content */
}
.title-menu {
  color: #19ad69;
  margin-bottom: 60px;
}
.btn {
  padding: 0px;
  margin: 0px;
  line-height: 1;
  font-size: 2.5vh;
}
.btn-bottom-2 {
  color: #19ad69;
}
.line {
  height: 1px;
  width: 10%;
  margin: 0px 10px;
  background-color: grey; /* Adjust color as needed */
}
.line-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle {
  position: relative;
  width: 23vh; /* Adjust as needed */
  height: 23vh; /* Adjust as needed */
  border-radius: 50%; /* Make it round */
  border: 1px solid grey;
  margin: auto;
}

.orbit {
  width: 11vh; /* Adjust as needed */
  height: 11vh; /* Adjust as needed */
  border-radius: 50%; /* Make it round */
  border: 0.3vw solid #19ad69;
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-position: center center;
}
.orbit-animation {
  animation: orbitHover 1s ease infinite alternate;
}

/* Keyframes for animation */
@keyframes orbitHover {
  0% {
    border: 0.7vh solid #19ad69;
    transform: scale(1);
  }
  100% {
    border: 0.7vh solid #ffffff;
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1000px;
  }
}
.orbit1 {
  position: absolute;
  top: 6vh;
  left: -5vh;

  background-color: #303030;
  background-image: url("../images/1x/ville.png");
  background-size: 40px auto; /* Set the width of the background image to 20px and auto for height */
}
.orbit2 {
  position: absolute;
  top: -4vh;
  right: -1vh;

  background-color: #2e2e2e;
  background-image: url("../images/1x/user.png");
  background-size: 40px auto; /* Set the width of the background image to 20px and auto for height */
}
.orbit3 {
  position: absolute;
  bottom: -4vh;
  right: -1vh;

  background-color: #303030;
  background-image: url("../images/1x/hand.png");
  background-size: 40px auto; /* Set the width of the background image to 20px and auto for height */
}
.orbit8 {
  background-color: #303030;
  background-image: url("../images/1x/phone.png");
  background-size: 20px auto; /* Set the width of the background image to 20px and auto for height */
}
.orbit9 {
  background-color: #303030;
  background-image: url("../images/1x/pc.png");
  background-size: 40px auto; /* Set the width of the background image to 20px and auto for height */
}
.orbit10 {
  position: absolute;
  top: 6vh;
  right: -5vh;

  background-color: #292929;
  background-image: url("../images/1x/men.png");
  background-size: 30px auto; /* Set the width of the background image to 20px and auto for height */
}
.orbit11 {
  position: absolute;
  top: -4vh;
  left: -1vh;

  background-color: #292929;
  background-image: url("../images/1x/coder.png");
  background-size: 35px auto; /* Set the width of the background image to 20px and auto for height */
}
.orbit12 {
  position: absolute;
  bottom: -4vh;
  left: -1vh;

  background-color: #292929;
  background-image: url("../images/1x/business.png");
  background-size: 20px auto; /* Set the width of the background image to 20px and auto for height */
}
.img-menu {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.orbit:hover,
.orbit2:hover,
.orbit3:hover,
.orbit8:hover,
.orbit9:hover,
.orbit10:hover,
.orbit11:hover,
.orbit12:hover {
  border: 0.7vh solid #ffffff;
  transition: all 0.7s ease;
  transform: scale(1.2);
}
@media (max-width: 1199px) {
  .line {
    width: 9%; /* Reduce the width of lines for smaller screens */
    margin: 0px 10px;
  }
}
@media (max-width: 991px) {
  .line {
    width: 7% !important ; /* Reduce the width of lines for smaller screens */
    margin: 0px 2px;
  }
  .circle {
    position: relative;
    width: 23vh; /* Adjust as needed */
    height: 20vh; /* Adjust as needed */
  }
}
@media (max-width: 855px) {
  .line {
    width: 5% !important ; /* Reduce the width of lines for smaller screens */
    margin: 0px 2px;
  }
  .circle {
    position: relative;
    width: 23vh; /* Adjust as needed */
    height: 23vh; /* Adjust as needed */
  }
}
@media (max-width: 767px) {
  .navbar {
    height: 10vh;
  }

  .icon-arrow-up {
    height: 3vh;
  }
  .icon-arrow-down::before {
    content: "\25BC";
    font-size: 3vh;
  }
  .icon-arrow-up::before {
    font-size: 3vh;
  }
  .line {
    height: 50px;
    width: 1px !important; /* Reduce the width of lines for smaller screens */
    margin: auto;
  }

  .circle {
    position: relative;
    width: 16vh; /* Adjust as needed */
    height: 16vh; /* Adjust as needed */
    border-radius: 50%; /* Make it round */
    border: 1px solid grey;
    margin: auto;
  }

  .img-menu {
    width: 12vh;
    height: 12vh;
  }
  .title-menu {
    margin-bottom: 40px;
  }
  .orbit {
    width: 10vh; /* Adjust as needed */
    height: 10vh; /* Adjust as needed */
    border-radius: 50%; /* Make it round */
    border: 0.7vh solid #19ad69;
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-position: center center;
  }
  .line-div {
    padding: 40px 0px;
  }
  #playButton {
    width: 13vh; /* Adjust width and height as needed */
    height: 13vh;
  }

  .orbit1 {
    top: 7vh;
    left: -5vh;
  }
  .orbit2 {
    top: -4vh;
    right: 3vh;
  }
  .orbit3 {
    bottom: -1vh;
    right: -5vh;
  }
  .orbit10 {
    top: -1vh;
    right: -5vh;
  }
  .orbit11 {
    position: absolute;
    top: -1vh;
    left: -5vh;

    background-color: #292929;
    background-image: url("../images/1x/coder.png");
    background-size: 35px auto; /* Set the width of the background image to 20px and auto for height */
  }
  .orbit12 {
    position: absolute;
    bottom: -4vh;
    left: 3vh;

    background-color: #292929;
    background-image: url("../images/1x/business.png");
    background-size: 20px auto; /* Set the width of the background image to 20px and auto for height */
  }
}

.fixed-bottom2 {
  background-image: linear-gradient(
    to left,
    rgb(24, 24, 24) 0%,
    #2c2c2c 45%,
    #2c2c2c 55%,
    rgb(24, 24, 24) 100%
  );

  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 9px;
}
.footerr {
  padding: 0 50px;
}
.navette {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .footerr {
    padding: 0 20px;
  }
  .navette {
    padding: 0 20px;
  }
}

/************************ Page service menu ***************************/
.menu1 {
  border-bottom: 2px solid #19ad69;
}
.menu1 ul {
  display: flex;
  position: relative;
  top: 18px;
}
.menu1 li {
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.menu1 li a {
  color: #525252;
  font-size: 23px;
  font-weight: 700;
}

.menu1 li.active {
  border-bottom: 4px solid #ffffff;
}
.menu1 li.active a {
  color: #ffffff;
}
.menu1 li :hover {
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 998px) {
  .menu1 li a {
    font-size: 20px;
  }
}

.front-text3 {
  color: white;
  font-size: 16px;
  text-align: left;
  padding-right: 40px;
  margin-top: 15px;
}

.yellow-text {
  position: relative;
  top: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #fbae17;
}
@media (min-width: 768px) {
  .yellow-text {
    display: block !important; /* Show the element on screens larger than or equal to the medium breakpoint */
  }
}
.yellow-text2 {
  position: relative;
  display: none;
  text-align: left;
  top: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #fbae17;
}
@media (max-width: 768px) {
  .yellow-text2 {
    display: block !important; /* Show the element on screens larger than or equal to the medium breakpoint */
  }
}
/******************** Fin page service menu **********************/
.decoration-text {
  background: #212121;
  padding: 10px 15px;
  border-radius: 25px;
  text-align: left;
  margin-bottom: 10px;
}
.text-container {
  color: white;
  font-size: 12px;
  margin: 0;
  line-height: 13px;
}
.bow-checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #078651;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bow-checkmark img {
  width: 30px;
  height: 30px;
}
.text-container2 {
  color: rgb(56, 56, 56);
  font-size: 12px;
  margin: 0;
  line-height: 13px;
}
.bow-checkmark2 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bow-checkmark2 img {
  width: 20px;
  height: 20px;
}
.mt-10 {
  margin-top: 100px;
}
.pt-10 {
  padding-top: 100px;
}
/************************Trois choix *****************************/
.boxx {
  width: 20%;
  margin: 10px;
  position: relative;
  overflow: hidden; /* Ensure that box-content doesn't overflow */
  transition: height 0.3s ease; /* Smooth transition for height change */
}
.boxx:hover .box-content {
  height: 98%; /* Expand to cover the entire boxx element on hover */
  border-radius: 16px 16px 16px 16px;
}
.rowbox {
  justify-content: center;
  display: flex;
}
.box-content {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 60px;
  text-align: left;
  background-color: rgb(0, 0, 0, 0.6);
  border-radius: 16px 16px 0px 0px;
  padding: 15px 15px 0px 15px;
  display: flex;
  justify-content: space-between;
  transition: height 0.3s ease;
  z-index: 99;
}
.titleblanc {
  color: white;
  font-weight: 500;
  font-size: 12px;
}

.img-icone-sliderplus {
  width: 30px;
}
.img-box {
  position: relative;
  display: inline-block;
}
.img-box::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 16px;
  border: 2px grey solid;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.4
  ); /* Adjust the opacity (0.5) for the grey filter */
  z-index: 1; /* Ensure the overlay is behind the content */
}
.img-box img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2; /* Ensure the image is above the overlay */
}
.iconb {
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.iconb img {
  transition: transform 0.3s ease; /* Smooth transition for transform */
}

.iconb:hover img {
  transform: scale(1.2) translateY(-10px); /* Make the image bigger and translate it up */
}
.img-icone-sliderr {
  width: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .boxx {
    width: 25%;
  }
  .box-content {
    height: 70px;
  }
  .titleblanc {
    color: white;
    font-weight: 500;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .boxx {
    width: 35% !important;
  }
  .box-content {
    height: 90px;
  }
  .titleblanc {
    color: white;
    font-weight: 500;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .boxx {
    width: 37% !important;
  }
  .box-content {
    height: 70px;
  }
  .titleblanc {
    color: white;
    font-weight: 500;
    font-size: 11px;
  }
}
.iconfooterm {
  height: 7vh;
}
.material-icons {
  height: 5vh;
}
@media (max-width: 498px) {
  .boxx {
    margin: 5px 0; /* Margin for separation */
  }
  .box-content {
    height: 50px;
    padding: 5px 5px 0px 5px;
    border-radius: 11px 11px 0px 0px;
  }
  .titleblanc {
    color: white;
    font-weight: 500;
    font-size: 9px;
  }
  .img-icone-sliderr {
    width: 30px;
    margin-bottom: 10px;
  }
  .img-icone-sliderplus {
    width: 20px;
  }
  .img-box::before {
    border-radius: 11px;
    border: 2px grey solid;
  }
  .iconfooterm {
    height: 4vh;
  }
}

/**********************icons privé***********************/
.iconner {
  width: 35px; /* Adjust as needed */
  height: 35px; /* Adjust as needed */
  border-radius: 50%; /* Make it round */
  border: 0.6vh solid #19ad69;
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-position: center center;
}
.iconner1 {
  background-color: #2e2e2e;
  background-image: url("../images/1x/user.png");
  background-size: 15px auto; /* Set the width of the background image to 20px and auto for height */
}
.iconner2 {
  background-color: #2e2e2e;
  background-image: url("../images/1x/portefeuille-8.png");
  background-size: 15px auto; /* Set the width of the background image to 20px and auto for height */
}
.iconner3 {
  background-color: #2e2e2e;
  background-image: url("../images/1x/star-8.png");
  background-size: 15px auto; /* Set the width of the background image to 20px and auto for height */
}
.iconner4 {
  background-color: #2e2e2e;
  background-image: url("../images/1x/notification-8.png");
  background-size: 15px auto; /* Set the width of the background image to 20px and auto for height */
}
.iconner5 {
  background-color: #2e2e2e;
  background-image: url("../images/1x/callender-8.png");
  background-size: 15px auto; /* Set the width of the background image to 20px and auto for height */
}
.orbit:hover,
.iconner1:hover,
.iconner2:hover,
.iconner3:hover,
.iconner4:hover,
.iconner5:hover {
  border: 0.7vh solid #ffffff;
  transition: all 0.7s ease;
  transform: scale(1.2);
}
.top-faq {
  width: 100%;
  text-align: left;
  padding: 15px 15px 0px 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px black;
  margin-bottom: 20px;
}
.titleblancc {
  color: white;
  font-weight: 500;
  font-size: 15px;
}
.soming {
  display: flex;
  align-items: center;
  text-decoration: none; /* Remove underline from link */
}
.clienttext {
  font-size: 15px;
  font-weight: 500;
  color: #19ad69;
  padding-left: 15px;
  margin-bottom: 0px;
}
.card-header {
  padding: 0rem 0rem;
  margin-bottom: 0;
  background-color: rgba(51, 51, 51);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 15px;
}
.card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background-color: transparent;
}
.card.opened {
  background-color: #1c1c1c;
  border-radius: 30px;
  margin-bottom: 20px;
}
.card-header:first-child {
  border-radius: 50px;
}
.card-body {
  min-height: 1px;
  padding: 0px 5px 0px 15px;
  color: white;
  font-size: 14px;
  text-align: left;
}
.card.opened .iconner {
  border: 0.8vh solid white;
}
.card.opened .clienttext {
  color: white;
}
.mobileapph1 {
  font-weight: 400;
  font-size: 3.5vh;
  color: #19ad69;
}

.centred-div-text {
  position: absolute;
  bottom: 50px;
  font-size: 18px;
  max-width: 700px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0; /* Ensure no margin affects centering */
  text-align: center;
  color: white;
}
.centred-div-text p {
  line-height: 19px;
  font-weight: 300;
}
@media (min-width: 430px) and (max-width: 991px) {
  .centred-div-text {
    bottom: 15px;
    font-size: 10px;
  }
  .centred-div-text p {
    line-height: 12px;
  }
}
@media (max-width: 430px) {
  .centred-div-text {
    bottom: -170px;
    font-size: 14px;
  }
}

.centred-div-text2 {
  position: absolute;
  bottom: 15vh;
  left: 50%;
  transform: translate(
    -50%,
    0
  ); /* Adjust transform to only horizontally center */
  margin: 0;
  text-align: center;
  color: white;
  width: 100%; /* Make sure the container takes full width */
}
.centred-div-text2 p {
  max-width: 45vw;
  margin: auto;
  font-size: 2vh;
  line-height: 2.5vh;
  font-weight: 300;
}
.img-notif-mobile {
  position: absolute;
  top: 20vh;
  right: 32%;
  width: 12vh;
}
@media (min-width: 430px) and (max-width: 981px) {
  .img-notif-mobile {
    position: absolute;
    top: 17vh;
    right: 25%;
    width: 12vh;
  }
}
@media (max-width: 430px) {
  .img-notif-mobile {
    position: absolute;
    top: 19vh;
    right: 10%;
    width: 12vh;
  }
}
@media (min-width: 430px) and (max-width: 761px) {
  .mobileapph1 {
    font-size: 3vh;
  }

  .centred-div-text2 p {
    line-height: 12px;
    width: 90%; /* Ensure full width in this range */
    max-width: none;
  }
}

@media (max-width: 430px) {
  .mobileapph1 {
    font-size: 2.5vh;
  }
  .centred-div-text2 {
    width: 100%; /* Full width for mobile */
    bottom: 12vh; /* Adjust bottom position for smaller screens */

    padding: 0 10px; /* Add padding for better text readability on small screens */
  }
  .centred-div-text2 p {
    line-height: 1.5; /* Adjust line height for mobile readability */
    width: 90%; /* Make paragraph full width */
    max-width: none; /* Remove max-width restriction */
    font-size: 12px;
    line-height: 12px;
  }
}

.img-notif-pc {
  position: absolute;
  top: 20vh;
  right: 25%;
  width: 12vh;
}
@media (min-width: 430px) and (max-width: 1200px) {
  .img-notif-pc {
    position: absolute;
    top: 17vh;
    right: 14%;
    width: 12vh;
  }
}
@media (max-width: 430px) {
  .img-notif-pc {
    position: absolute;
    top: 13vh;
    right: 5%;
    width: 12vh;
  }
}
