/* font-face*/
@font-face {
  font-family: "rounded";
  src: url(../fonts/roundedElegance.TTF) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/googleFonts.woff2) format("woff2");
}

/*  css normalizer */
body {
  background: #fff;
  color: #444;
  font-family: "rounded", sans-serif;
}
a {
  color: #1bb1dc;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "rounded", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #075b80;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 85px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

/*  KeyFrames */
@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}
#header .logo {
  display: flex;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: -7px 0 0 20px;
  max-height: 50px;
}

/* boutton discover */
.main-pages {
  margin-top: 60px;
}
.discover {
  position: absolute;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*  page d'accueil domaines en dessous du slider */

#icons {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: white;
  box-shadow: 0 -7px 14px white;
  z-index: 22;
  display: flex;
  padding: 3px 0;
}
#icons .block-domain {
  height: 50%;
  margin: auto;
  cursor: pointer;
  transition: height 0.5s, font-size 0.5s;
  font-size: 1.5rem;
}
.domain-name:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin: -12px 10px 0 0;
  background: url(../images/icons/Wallet.svg) center center / contain no-repeat;
}
#icons .domain-telecom:before {
  background: url(../images/icons/Telecom.svg) center center / contain no-repeat;
}
#icons .domain-public:before {
  background: url(../images/icons/Government.svg) center center / contain
    no-repeat;
}
#icons .domain-assurance:before {
  background: url(../images/icons/Assurance.svg) center center / contain
    no-repeat;
}
#icons .block-domain:hover {
  height: 60%;
  font-size: 1.7rem;
}
#icons .domain-name:hover:before {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#icons .domain-name:before {
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#icons span {
  font-family: "rounded", sans-serif;
  font-weight: bold;
  color: #075b80;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../images/intro-bg.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 4.7em;
}
#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#intro .intro-info h2 span {
  color: #1bb1dc;
}
#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}
#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}
#intro-mobile {
  padding-top: 4.7em;
  position: relative;
}
#intro-mobile .mobile-img {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
#intro-mobile .mobile-img img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation   Main nav Drop Down    Deep Drop Down */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 1rem;
  font-family: "rounded", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.main-nav a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: #09749f;
  opacity: 0;
  transition: 0.3s;
}

.main-nav a:hover:before,
.main-nav .active > a:before,
.main-nav li:hover > a:before {
  opacity: 1;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #09749f;
  text-decoration: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome, sans-serif;
  padding-left: 10px;
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}
.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome, sans-serif;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* title section class */
.title-section hr {
  background: #075b80;
  box-shadow: 4px 3px 12px grey;
}
.title-section {
  font-size: 3rem;
  color: #075b80;
  font-weight: 500;
}

/* Style section-backgroud , style section-header    --------------------------------*/
.section-bg {
  background: #2850611c;
  /*    background: #f5f8fd;*/
}
.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}
.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

/* Affichage dynamique service*/
#affichageDynamique .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}
#affichageDynamique .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#affichageDynamique .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
#affichageDynamique .icon i {
  font-size: 36px;
  line-height: 1;
}
#affichageDynamique .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#affichageDynamique .title a {
  color: #111;
}
#affichageDynamique .box:hover .title a {
  color: #1bb1dc;
}
#affichageDynamique .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/* Box service */
div.box-service {
  margin: 30px 0px;
  transition: all 0.1s ease-in-out;
}
div.box-service:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
div.box-service .titre {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #075b80;
  font-size: 1.3rem;
}
div.box-service.service-affichageDynamique .rounded-service {
  background-image: url(../images/servicesImages/Affichage_dynamique.png);
}
div.box-service.service-gestionAccueil .rounded-service {
  background-image: url(../images/servicesImages/File_attente.png);
}
div.box-service.service-gestionrendezVous .rounded-service {
  background-image: url(../images/servicesImages/rendezvous91.png);
  background-size: 69%;
  background-position: center center;
}
div.box-service.service-appmobile .rounded-service {
  background-image: url(../images/servicesImages/mobile-phone.svg);
  background-size: 65%;
  background-position: center center;
}
div.box-service.service-video .rounded-service {
  background-image: url(../images/servicesImages/Video_surveillance.png);
}
div.box-service.service-dev .rounded-service {
  background-image: url(../images/servicesImages/support-services.svg);
  background-size: 69%;
  background-position: center center;
}
div.box-service.service-controlacces .rounded-service {
  background-image: url(../images/servicesImages/controlacces.png);
  background-size: 69%;
  background-position: center center;
}
div.box-service.service-detectionincendi .rounded-service {
  background-image: url(../images/servicesImages/detectincendi.svg);
  background-size: 70%;
  background-position: center center;
}
div.box-service.service-support .rounded-service {
  background-image: url(../images/servicesImages/maintenance.svg);
  background-size: 69%;
  background-position: center center;
}
div.box-service .rounded-service {
  border: 2px solid #075b80;
  border-radius: 50%;
  width: 38%;
  margin: auto;
  padding-bottom: 38%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: 1px 0px 11px 0 rgb(155, 157, 162);
}
.box-service {
  display: flex;
  flex-direction: column;
}
.box-service .titre {
  flex-grow: 1;
}
#box-service-row2 .box-service,
#box-service-row1 .box-service {
  display: flex;
  flex-direction: column;
}
#box-service-row2 .box-service .titre,
#box-service-row1 .box-service .titre {
  flex-grow: 1;
}
.services {
  padding: 30px 0 160px 0;
  position: relative;
}

/* gestion accueil Nos service*/
.block-gestAcceuil {
  max-width: 100%;
  margin: 20px auto 10px auto;
}
.block-gestAcceuil img {
  display: block;
  width: 80%;
  height: calc(80vh - 7rem);
  margin: 0 auto;
  padding-top: 2.5rem;
}

/* Why Us Section
--------------------------------*/
#why-us {
  padding: 60px 0;
}
#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  transition: 0.3s ease-in-out;
}
#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}
#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}
#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}
#why-us .stats {
  margin: 1.875rem auto auto auto;
  display: flex;
  flex-direction: column;
  height: 8.4375rem;
  max-width: 12.5rem;
  border-radius: 5%;
  box-shadow: 0 2px 5px rgb(198, 241, 121), 0 1px 10px rgba(133, 140, 250, 0.91);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#why-us .stats:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
#why-us .counters {
  padding-top: 40px;
}
#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  display: block;
  color: #c91b19;
}
#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #8a87b6;
}

/*  Avis et appel d'offre section
--------------------------------*/
#avisOffre {
  background-size: cover;
  padding: 40px 0;
}
#avisOffre .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#avisOffre .blocks-call {
  width: 100%;
  height: 100%;
}
#avisOffre .button-call {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#avisOffre .button-call p + h4 {
  text-align: left;
}
#avisOffre .img-call {
  display: flex;
  justify-content: center;
}

.cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #075b80;
  color: #075b7f;
}
.cta-btn:hover {
  background: #075b7f;
  color: white;
  border: 3px solid #075b7f;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}
#clients img {
  max-width: 55%;
  height: 150px;
  opacity: 0.7;
  transition: 0.3s;
  padding: 10px 0;
}
#clients img:hover {
  opacity: 1;
}
#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
/* #clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
} */
/* #clients .owl-dot.active {
  background-color: #075b80;
} */

/*--------------------------------------------------------------------------------------------
# Page Nos Services
--------------------------------------------------------------------------------------------*/

.container-services {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.container-services .service-name-title {
  margin-bottom: 0 !important;
  padding: 2.625rem 0 1.25rem 0;
}
.service-name-title-style {
  padding: 0.625rem 9.3125rem;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 13px 1px rgba(225, 230, 159, 1);
  -moz-box-shadow: 0 2px 13px 1px rgba(225, 230, 159, 1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #17a2b8;
  /*background: linear-gradient(60deg,rgba(0,123,255,.5),#075b80);*/
  background: linear-gradient(90deg, #c02d28, #e66225);

  color: rgba(255, 255, 255, 0.8);
  border: none;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
.container-services .container-service {
  position: relative;
  top: 110px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.container-service .service-name {
  position: absolute;
  top: -148px;
}
.container-services .block-services {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  align-items: center !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 5rem 2rem 2rem 2rem;
  /*   height: 720px; */ /* Ajustez cette valeur selon vos besoins */
  /*  width: 2000px; */
}

.container-services .block-about-us-maitrise {
  padding-top: 0;
}
.container-services .block-services:hover {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}
.container-services .block-services-image {
  width: calc(40% - 1rem);
  min-width: 200px;
  height: "auto";
}

.block-services .block-services-text {
  /*max-width: 56.25rem;*/
  width: calc(60% - 1rem);
  line-height: 2rem;
}
.block-services .solution-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #336ca3;
}
.block-services .solution-name1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #00ab66;
}

/*  A propos | AboutUs containers */

#about .sectionsAboutUs,
.sectionsAboutUs h4 {
  font-family: "Lora", sans-serif;
  font-weight: bold;
  color: #222675cc;
}
/*.sectionsAboutUs .block-aboutUs-text{*/
/*    font-size: 1.25rem;*/
/*}*/
/* About Us Section
--------------------------------*/
#about .about-content {
  padding-top: 40px;
}
#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}
#about .about-content ul {
  list-style: none;
  padding: 0;
}
#about .about-content ul li {
  padding-bottom: 10px;
}
#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}
#about .about-img {
  /*position: relative;*/
  /*margin: 30px 30px 30px 30px;*/
}
#about .about-img img {
  width: 80%;
  height: auto;
  border: 8px solid #fff;
  transition: 0.5s;
}
#about .about-img img:hover {
  /*-webkit-transform: scale(1.03);*/
  /*transform: scale(1.03);*/
}

/* AboutUs History */

.foundationAboutUs {
  padding: 20px 0 55px 0;
}
.container-history {
  margin-top: 3.375rem;
}
.container-history .history-block {
  margin-bottom: 3.125rem;
}
.history-block:last-child {
  margin-bottom: 0;
}
.history-block .history-right-title,
.history-block .history-left-title {
  font-size: 1.6rem;
  padding-bottom: 16px;
  text-shadow: 0px 0px 10px #578186d4;
}
.history-block p {
  text-align: justify;
  padding: 0 12px;
}

.history-left:first-child {
  padding-top: 25px;
}

/*  why-usAbout  Domaine*/
#forWhoSection {
  margin-top: 50px;
}
#about .about-us-society-name {
  font-weight: bold;
}

/* Activitées*/
#activitiesSection .service-name-title-style {
  background: linear-gradient(90deg, #c02d28, #e66225);
}
.activities-container {
  padding: 40px 0;
  background: #100e17;
}

.aboutUsIcon {
  font-size: 3rem;
  vertical-align: middle;
}

.domain-content {
  padding-top: 20px;
}

.forWhoTitle:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f48b";
  display: inline-block;
  padding-right: 14px;
  font-weight: 900;
  color: #b30915;
  font-size: 1.3rem;
  vertical-align: middle;
  margin-left: 3rem;
}

/* icon activity about us*/
.activity-icon:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin: 10px;
  padding: 0;
  background: url(../images/aboutUs/maintenance.svg) center center / contain
    no-repeat;
  opacity: 0.67;
  transition: opacity 0.3s;
}

.activity-icon h4 {
  color: #b9d8d2;
}

.activity-icon:hover:before,
.activity-icon h4 {
  opacity: 1;
  cursor: pointer;
}

.activity-assistance-icon:before {
  background: url(../images/aboutUs/support-services.svg) center center /
    contain no-repeat;
}

.activity-research-icon:before {
  background: url(../images/aboutUs/research.svg) center center / contain
    no-repeat;
}

.activity-advanced-icon:before {
  background: url(../images/aboutUs/ai.svg) center center / contain no-repeat;
}

/* icon domaine aboutUs*/
.domain-name-aboutUs:after {
  content: "";
  display: inline-block;
  width: 0.3125rem;
}
.santeAboutUs:before {
  content: "\f0fd";
  color: #0cb323;
  padding-right: 1.4375rem;
}
.administrationAboutUs:before {
  content: "\f0b1";
  color: #713014;
  padding-right: 1.1rem;
}
.tourismeAboutUs:before {
  content: "\f594";
  color: #166b61;
  padding-right: 1.1rem;
}
.financeAboutUs:before {
  content: "\f555";
  padding-right: 1.6rem;
  color: #2651d7;
}
.commerceAboutUs:before {
  content: "\f07a";
  padding-right: 1.3rem;
  color: #d76111;
}

/* aboutUs notre produit */

#produitSection .block-produit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#produitSection .block-produit .img-produit {
  width: 45%;
}
#produitSection .block-produit .text-produit {
  width: 45%;
}
#produitSection .produitContainer {
  padding: 2.5rem;
  margin-top: 2.8125rem;
}

.produitContainer .block-produit {
  padding-top: 35px;
}

.produitContainer .block-produit p {
  text-align: justify;
}

.produitContainer .img-produit {
  background: rgba(0, 0, 0, 0.25);
}

.text-produit p:first-child {
  padding-top: 20px;
}

.text-produit p:last-child {
  padding-top: 20px;
}

/* Video saticom */
.block-video {
  position: relative;
  text-align: center;
}

.block-video:after {
  content: "";
  /*background: url(../videos/play.png) center center no-repeat, linear-gradient(transparent, #919595);*/
  background: url(../videos/play3.png) center center no-repeat;
  position: absolute;
  width: 62px;
  height: 62px;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  transition: all 0.5s;
}

.block-video:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  cursor: pointer;
}

#saticomPresentation .block-video img {
  width: 100%;
  box-shadow: 0 0 30px rgba(128, 128, 128, 0.5);
  position: relative;
  display: block;
}

.block-video-overlay {
  width: 75%;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: fixed linear-gradient(transparent, #d8dcdc);
  opacity: 0.8;
}

/*.overlay{*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*overflow: hidden;*/
/*background: fixed url(../videos/overlay.png);;*/
/*opacity: 0.8;*/
/*}*/

/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
#footer {
  padding: 0 0 0px 0;
  font-size: 1.2rem;
  background: #fff;
}
#footer .footer-top {
  padding: 0px;
  background: #f5f8fd;
}
#footer .footer-top > div {
  padding: 60px 0px;
}
#footer .footer-info {
  margin-bottom: 30px;
}
#footer .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #535074;
}
#footer .footer-top .social-links a:first-child {
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1;
  padding: 7px 0;
  background: white;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:last-child {
  color: white;
}
#footer .footer-top .social-links div {
  margin: 20px 0px;
}
#footer .footer-top .social-links a.facebook {
  color: #3b5998;
}
#footer .footer-top .social-links a.facebook:hover {
  background: #3b5998;
  color: #fff;
}
#footer .footer-top .social-links a.linkedin {
  color: #125688;
}
#footer .footer-top .social-links a.linkedin:hover {
  background: #125688;
  color: #fff;
}
#footer .footer-top .social-links a.mail {
  color: #075b80;
}
#footer .footer-top .social-links a.mail:hover {
  background: #075b80;
  color: #fff;
}
#footer .footer-top h4 {
  /*font-size: 1.7rem;*/
  /*font-weight: bold;*/
  color: #fff;
  /*text-transform: uppercase;*/
  /*position: relative;*/
  /*padding-bottom: 10px;*/
  position: relative;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-bottom: 0.8125rem;
  font-weight: 700;
}
#footer .footer-top .footer-links .link-item {
  margin-bottom: 15px;
}
#footer .footer-top .social-links div a :hover {
}
#footer .footer-top .footer-links .link-item > div {
  margin: 0px 10px;
  width: 30px;
}
#footer .footer-top .footer-links .link-item > div i {
  font-size: 0.875rem;
}
#footer .footer-top .footer-links > div {
  display: flex;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}
#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}
#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}
#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}
#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}
#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}
#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}
#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}
#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}
#footer .footer-top .form button[type="submit"] {
  background: #075b80;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}
#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}
#footer .copyright {
  text-align: center;
  padding: 30px 0px;
  font-size: 15px;
  background-color: #075b80;
}
#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}
#footer .credits a {
  color: #1bb1dc;
}
#footer .credits a:hover {
  color: #0a98c0;
}

#footer .allLinks {
  color: #ffffff87;
}

.mapouter {
  position: relative;
  text-align: right;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
}
.gmap_canvas iframe {
  width: 100%;
  height: 100%;
}

.headerService {
  height: 30.9375rem;
  background: #343a4038 url(../images/servicesImages/header.png) no-repeat fixed
    0.75rem;
  background-position-x: center;
  background-position-y: 10%;
  background-size: 52.25rem auto;
  transition: all 0.5s;
}

.headerAppelDoffre {
  background-image: url(../images/avisAppelDoffre/avisConsultation.png),
    linear-gradient(to top, #368a90, #ffffff);
  background-position-x: center;
  background-position-y: -2%;
  background-size: 100% auto;
  transition: all 0.5s;
  height: 200px;
  background-attachment: fixed;
}

/*  media querie pour mobile  */
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 266px) {
  #forWhoSection .service-name-title-style {
    background: none !important;
    color: #336ca3;
  }
}
@media only screen and (max-width: 350px) {
  #forWhoSection .service-name-title-style {
    padding: 0.625rem 0.3125rem;
  }
}

@media only screen and (max-width: 361px) {
  .activities-container-title .service-name-title-style {
    background: none !important;
  }
}

@media only screen and (max-width: 400px) {
  #activitiesSection .service-name-title-style {
    background: none !important;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 425px) {
  #gestAccueil .service-name-title-style {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
    color: #336ca3;
    box-shadow: none;
  }
}

@media only screen and (max-width: 425px) {
  #controlAccés .service-name-title-style {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
    color: #336ca3;
    box-shadow: none;
  }
  #controlAccés .block-services-image img {
    /* Set a fixed height for the image */
    max-height: 150px; /* Adjust the value as needed */
    width: auto; /* Maintain the aspect ratio */
    display: block; /* Remove extra spacing below the image */
    margin: 0 auto; /* Center the image horizontally */
  }
}

@media only screen and (max-width: 470px) {
  .produitContainer .service-name-title-style {
    background: none !important;
    box-shadow: none;
    color: #336ca3;
  }
}

@media only screen and (max-width: 510px) {
  #saticomPresentation .service-name-title-style {
    background: none !important;
    box-shadow: none;
    color: #336ca3;
  }
}
@media only screen and (max-width: 512px) {
  #affichageDynamique .service-name-title-style,
  #devConsult .service-name-title-style,
  #videoSurveillance .service-name-title-style,
  #supportTechnique .service-name-title-style {
    background: none !important;
    box-shadow: none;
    color: #336ca3;
  }
}

@media only screen and (max-width: 560px) {
  #forWhoSection .service-name-title-style {
    padding: 0.625rem 0.3125rem;
  }
}
@media only screen and (max-width: 538px) {
  #forWhoSection .service-name-title-style {
    /*background: none !important;*/
    /*color: #075b80 !important;*/
    /*box-shadow: none !important;*/
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .activities-container-title .service-name-title-style {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}

@media only screen and (max-width: 575px) {
  .history-block .actionnaires-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 578px) {
  #hitoriqueAboutUs .service-name-title-style {
    padding: 0;
  }
}

@media only screen and (max-width: 604px) {
  /*#hitoriqueAboutUs .block-about-us-maitrise{*/
  /*    padding-top: 112px !important;*/
  /*}*/
  #hitoriqueAboutUs .block-society-name {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 610px) {
  .about-us-society-name {
    font-size: 16px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 680px) {
  .service-container-accueil {
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 730px) {
  #activitiesSection .service-name-title-style {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
}

@media only screen and (min-width: 767px) {
  #footer .footer-top .social-links div {
    padding-left: 0;
  }
  #footer .footer-top .footer-links ul {
    padding-left: 0;
  }

  #why-us > div {
    width: auto !important;
  }
  .counters {
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer-top .footer-links ul {
    padding-left: 50px;
  }

  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }
  #intro .container {
    height: auto !important;
  }
  #intro .intro-img {
    width: 80%;
  }
  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }

  .avis {
    margin-top: 10px !important;
  }

  .avis i {
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 768px) {
  #footer .footer-top .social-links div {
    padding-left: 40px;
  }
  #footer .footer-top .footer-links .link-item {
    padding-left: 40px;
  }
  #footer .footer-top .social-links {
    margin-top: 25px;
  }
  #footer .footer-top .footer-links {
    margin-top: 25px;
  }

  .back-to-top {
    bottom: 85px;
  }
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }

  .title-section {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .forWhoTitle:before,
  .activity-icon:before {
    display: block !important;
    text-align: center;
    padding-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 769px) {
  .title-section {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 784px) {
  .activity-icon {
    flex-direction: column;
    padding: 0.9375rem 0;
  }
  .activity-icon h4 {
    text-align: center;
  }
}

@media only screen and (max-width: 823px) {
  .produitContainer .service-name-title-style {
    padding: 0.625rem 0.125rem;
  }
}

@media only screen and (max-width: 836px) {
  .container-services .service-name-title-style {
    padding: 0.625rem 0.3rem;
  }
}

@media only screen and (max-width: 960px) {
  .block-services {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
  .container-services .block-services-image,
  .container-services .block-services-text {
    width: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .domain-name-aboutUs {
    font-size: xx-large;
  }
}

@media only screen and (min-width: 991px) {
  .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }

  .gmap_canvas {
    margin-top: 30px;
    height: 56vw;
  }

  #avisOffre .blocks-call {
    display: flex;
    flex-direction: column-reverse;
  }

  #avisOffre .img-call img {
    height: 70vw;
    margin-bottom: 20px;
  }

  #why-us .why-us-content .features {
    padding: 10px 0 25px 0;
  }

  .discover {
    border: 2px solid #075b80;
    color: #075b80;
  }

  #produitSection .block-produit {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #produitSection .block-produit .img-produit,
  #produitSection .block-produit .text-produit {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }

  .discover {
    border: 3px solid white;
    color: white;
  }

  .gmap_canvas {
    height: 100%;
  }

  #avisOffre .blocks-call {
    display: flex;
    flex-direction: row;
  }
  #avisOffre .img-call img {
    height: 25vw;
  }

  #why-us .why-us-content .features {
    padding: 0px 0px 45px 0px;
  }
}

@media only screen and (min-width: 1000px) {
  #container-site section {
    height: 100vh !important;
  }

  .domain-name-aboutUs {
    align-self: center !important;
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .forWhoTitle {
    flex-direction: column;
  }
  .forWhoTitle p {
    text-align: center;
  }
  .forWhoTitle:before,
  .activity-icon:before {
    margin-left: 0;
    font-size: 76px;
  }
  .history-block p {
    max-width: 70%;
    margin: auto;
  }
  #activitiesSection .activity-icon:before {
    opacity: 1;
  }
  .forWhoTitle h4 {
    font-size: 20px;
  }
  .forWhoTitle p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1260px) {
  .container-history {
    margin: auto;
    max-width: 50%;
  }

  .history-block p {
    padding: 0;
  }

  .history-block .actionnaires-list {
    width: 50%;
  }

  .history-left p,
  .history-right p {
    max-width: 50%;
  }
  .history-right {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: flex-end;*/
  }

  .history-right .history-right-title,
  .history-left .history-left-title {
    display: flex;
    flex-direction: column;
  }
  .history-right .history-right-title {
    align-items: center;
    padding-left: 95px;
  }
  .history-left .history-left-title {
    align-items: end;
  }

  .history-right-text {
    display: flex;
    flex-direction: column !important;
    align-items: flex-end !important;
  }
  .history-left-text {
    align-items: flex-start !important;
  }
}

@media only screen and (max-width: 1260px) {
  .block-services .block-services-text {
    font-size: 1rem;
  }
  .history-right .history-right-title,
  .history-left .history-left-title {
    display: flex;
    flex-direction: column;
  }
  .history-right .history-right-title,
  .history-left .history-left-title {
    align-items: center;
  }
}

@media only screen and (min-width: 1300px) {
  .container-services .block-services {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .container-services .block-services:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
}

@media only screen and (min-width: 1401px) {
  .headerAppelDoffre {
    background-position-y: 39%;
    height: 612px;
  }
}

@media only screen and (min-width: 1750px) {
  .headerAppelDoffre {
    background-position-y: 30%;
  }
}

@media only screen and (min-width: 370px) and (max-width: 490px) {
  .headerAppelDoffre {
    height: 255px;
  }
}

@media only screen and (min-width: 491px) and (max-width: 600px) {
  .headerAppelDoffre {
    background-position-y: -8%;
    height: 263px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 620px) {
  .headerAppelDoffre {
    background-position-y: -7%;
    height: 340px;
  }
}
@media only screen and (min-width: 621px) and (max-width: 705px) {
  .headerAppelDoffre {
    background-position-y: -3%;
    height: 385px;
  }
}

@media only screen and (min-width: 706px) and (max-width: 740px) {
  .headerAppelDoffre {
    background-position-y: -15%;
    height: 390px;
  }
}
@media only screen and (min-width: 741px) and (max-width: 860px) {
  .headerAppelDoffre {
    background-position-y: -15%;
    height: 390px;
  }
}
@media only screen and (min-width: 861px) and (max-width: 1400px) {
  .headerAppelDoffre {
    background-position-y: -77px;
    height: 448px;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  .headerAppelDoffre {
    height: 605px;
    background-position-y: 44%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #box-service-row2 .box-service,
  #box-service-row1 .box-service {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1260px) and (min-width: 100px) {
  .history-block p {
    max-width: 70%;
    margin: auto;
  }
}
/* 
#controlAccés .block-services-image img {

  max-height: 750px;
  max-width: 450px; 
  width: auto;
  height: auto;
  margin: 0 auto; 
} */
ul {
  list-style-type: square;
}
/* li.chevron {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
} */

/* .shadow-on-hover {
} */

.shadow-on-hover {
}
.shadow-on-hover:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* #carouselExampleControls {
  background-color: #add8e6;
  /* background-color: #4682b4; */
/* } */
#carousel-indicateur {
  list-style: none; /* Supprimer les puces par défaut */
  display: flex;
  justify-content: center;
  padding: 0;
}

#carousel-indicateur li {
  width: 10px;
  height: 10px;
  background-color: #007bff; /* Couleur de fond bleue */
  border-radius: 50%; /* Bordures arrondies pour créer des cercles */
  margin: 0 5px; /* Espacement entre les indicateurs */
  cursor: pointer;
}

#carousel-indicateur li.active {
  background-color: #0056b3; /* Couleur de fond bleue plus foncée pour l'indicateur actif */
}
/* Styling pour les flèches du carrousel */
#carousel-prev,
#carousel-next {
  width: 5%; /* Largeur de chaque flèche */
  filter: brightness(70%); /* Réduire la luminosité pour éclaircir la couleur */
  border: none;
  outline: transparent; /* Rendre l'outline transparent par défaut */
  box-shadow: none; /* Supprimer l'ombre par défaut */
  background-color: transparent; /* Rendre le fond transparent */
}

#carousel-prev-icon,
#carousel-next-icon {
  /*   border-radius: 0; /* Supprimer les bordures arrondies */
  /*   color: #87ceeb;
  width: 50px;
  height: 24px;  */
  height: 100px;
  width: 30px;
  /* outline: black;
  background-size: 100%, 100%;
  border-radius: 50%; */
  /* border: 1px solid black; */
}
/* .carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  color: #87ceeb;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: #87ceeb;
} */

#carousel-prev:hover,
#carousel-next:hover {
  filter: brightness(100%); /* Augmenter la luminosité au survol */
  outline: none;
  color: #5cb3fd; /* Couleur bleu ciel plus foncée au survol */
}

.carousel-control {
  margin-right: 100px; /* Espacement entre les flèches */
}
p {
  /*  font-family: "rounded", sans-serif; */
  font-family: "Times New Roman", sans-serif;
  font-size: 20px; /* Taille de police personnalisée */
  /*   color: #075b7f; */
  color: black;
  font-weight: 500;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
li {
  /* font-family: "rounded", sans-serif; */
  font-family: "Times New Roman", sans-serif;
  font-size: 20px; /* Taille de police personnalisée */
  font-weight: 500;
  /*   color: #075b7f; */
  color: black;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: justify;
}
#my-li {
  font-family: "Times New Roman", sans-serif;
  font-size: 1.125em; /* Taille de police personnalisée */
  font-weight: 50%;
  color: black;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: justify;
}
.styled-text {
  font-family: "Times New Roman", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: justify;
}

/* Responsive adjustments for smaller screens */
/* @media (max-width: 1600px) {
  li {
    font-size: 15px; 
  }
} */
#myBlockServices {
  height: 750px; /* Taille par défaut pour les petits écrans */
  width: 1950px;
}

/* Pour les écrans plus larges que 768 pixels, ajustez la taille à 800 pixels */
@media screen and (max-width: 2000px) {
  #myBlockServices {
    height: 750px;
    width: 1300px;
  }
}

#VBlockServices {
  height: 650px; /* Taille par défaut pour les petits écrans */
  width: 1320px;
}

/* Pour les écrans plus larges que 768 pixels, ajustez la taille à 800 pixels */
@media screen and (min-width: 2000px) {
  #VBlockServices {
    height: 850px;
    width: 1950px;
  }
}

.custom-btn {
  background-color: green; /* Couleur de fond du bouton */
  border: 1px solid green; /* Couleur de la bordure du bouton */
  color: #ffffff; /* Couleur du texte du bouton */
  border-radius: 50%; /* Bordure arrondie pour créer un cercle */
  width: 20px; /* Largeur du bouton */
  height: 20px; /* Hauteur du bouton */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px; /* Ajout de la marge à gauche pour l'espacement */
  transition: box-shadow 0.3s;
}

.custom-btn:hover {
  background-color: green;
  color: #ffffff; /* Changement de couleur du texte au survol */
  box-shadow: 0 0 10px green; /* Effet d'ombre au survol */
}
.custom-btn:focus {
  outline: none; /* Supprime la bordure par défaut lorsqu'on clique sur le bouton */
}

.custom-btn:active {
  border-color: green; /* Couleur de la bordure lorsqu'on clique sur le bouton */
}
/* Style pour le cercle autour du signe plus */
.custom-btn strong {
  display: inline-block;
  width: 20px; /* Ajustez la taille du cercle en fonction de vos besoins */
  height: 20px; /* Ajustez la taille du cercle en fonction de vos besoins */
  background-color: green;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

@media (max-width: 2000px) {
  #mon_block {
    /*   width: 50%; */
    height: 430px; /* Fixez la hauteur pour les petits écrans */
    text-align: center;
  }

  #mon_block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100%; /* Ajustez la hauteur à 100% pour remplir la hauteur fixe du conteneur */
  }
}

#affiche-dynamique-ul {
  text-align: justify;
}
/* @media (max-width: 2000px) {
  #cc1 {
    width: 600px;
  }
} */

/* @media (max-width: 2000px) {
  #video {
    width: 650px;
  }
} */

#box-service-row3 .box-service .titre {
  flex-grow: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #box-service-row3 .box-service {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

#box-service-row3 .box-service {
  display: flex;
  flex-direction: column;
}
