:root {
  /* Couleurs */
  --primary-color: #E06E43;
  --secondary-color: #151515;
  --tertiary-color: #0A21A6;
  --white-color: #ffffff;

  /* Polices de caractères */
  --primary-font: 'Helvetica', sans-serif;
  --secondary-font: 'Arial', sans-serif;

  /* Tailles de texte */
  --h1-size: 2em;
  --h2-size: 1.5em;
  --h3-size: 1.2em;
  --li-size: 1em;
  --p-size: 1em;
  --shadow: 0px 4px 8.1px 0px rgba(0, 0, 0, 0.10);
}
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

.body {
  background: radial-gradient(23.13% 23.07% at 50% 21.09%, #151515 0%, #131313 100%),  url('../../images/dia.png'),  no-repeat; 
  width: auto;
  height: 100vh;


  
  background-repeat: no-repeat;
}
h1{
  color: var(--primary-color);

font-family: Raleway;
font-size: var(--h1-size);
font-style: normal;
font-weight: 400;
text-transform: capitalize;
}
h2{
  color: var(--secondary-color);

  /* h2 */
  font-family: "Lato";
  font-size: var(--h2-size);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.hero{
  background: url('../../images/dia.png'),  no-repeat;
  height: 100vh; /* 100% de la hauteur de la fenêtre visible */
  background-size: cover;
  background-position: center;
}
.hero-footer{
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0; /* Aligner en bas de la div hero-content */
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  text-align: right;
  justify-content: right;
}
.hero-footer-left{
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
  width: 30%;
  height: 100%;
  background-color: var(--primary-color);
}
.hero-footer-left a{
  padding-right: 10px;
}

.au-dessus{
  position: relative;
  z-index: 1000;
}
.hero-footer-right{
  width: 70%;
  height: 100%;border: 1px solid rgba(0, 0, 0, 0.847);
  background:radial-gradient(23.13% 23.07% at 50% 21.09%, #151515ea 0%, #131313d4 100%);
  backdrop-filter: blur(8.399999618530273px);
}
.pricing-header {
  max-width: 700px;
}
.petit{
	font-size: .9rem;
}

.imagecover img{
  background-size: cover; 
  background: linear-gradient(180deg,rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 1));
}
.mylink{
  text-decoration: none;

}


.grid-container{
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

.grid-container-items{
  flex-grow: 1;
  flex-basis: 300px;
}
/**/
.accueil {
  align-items: center;
}
.accueil .accueil-title{

  color: var(--primary-color);

font-family: Raleway;
font-size: 48px;
font-style: normal;
font-weight: 400;
font-variant: small-caps;
}

.accueil .accueil-p{

  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: var(--white-color);
}

.card-portofolio {
  width: 100%;
  height: 170px;
  background-image: url("../image/portofolio1.jpg"); 
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-size: cover;
  background-position: center;
  margin-top: 10px;
  
}
.card-portofolio .row .col{
  padding: 30px;
}

.card-portofolio .row .col3{
  background-color: var(--primary-color);

  height: 170px;
}

.card-portofolio-title{
  color: var(--primary-color);
  align-self: flex-start;
  font-size: 34px;
  line-height: 30px;
}

.card-portofolio-p{
  color: white;
  
  align-self: flex-end;
}

.card-portofolio-sidebar{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.card-portofolio-sidebar img{
  align-self: center;
}

.nav-white nav ul li a{
  color: #FFFFFF;
}

.nav-white ul li a{
  color: #FFFFFF;
}

.portfolio-wrap img{
  width: 100%;
  height: 400px;
  background-size: cover;
}
.footer-fixed{
  width: 100%;
  bottom: 0;
}
.bottom{
  bottom: 20%;
}

.image-card{
  height: auto;
  background-position: center center;
  width: 100%;
  object-fit: cover;
  object-position: top center; /* Centrer en haut */
  border: none;
}

.button-primaire {
  border-radius: 45px;
  border: 2px solid var(--primary-color);
  background: var(--white-color);
  color: var(--secondary-color);
  font-size: var(--p-size);
  /* blur */
  box-shadow: var(--shadow);
  }
  .button-primaire:hover{
    background-color: var(--secondary-color);
    color: var(--primary-color);
  }

  .slider-container {
    overflow: hidden;
    width: 100%;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    flex-direction: row;
  }
  
  .logo {
    flex: 0 0 auto;
    box-sizing: border-box;
    text-align: center;
    object-fit: contain;
    width: 40px;
    height: auto;
  }
  
  .logo img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .ecosystemes{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-round{
    height: 432px;
    max-height: 100% ;
    margin-bottom: 40px;
    display: block;
    position: absolute;
  }

  .card-round-header img{
    width: 100%;
    height: auto;

border-radius: 39px;
  }

  .card-round-body{
    width: 100%;
height: auto;
border-radius: 39px;
background: var(--secondary-color);
padding: 1rem;

  }

  .card-round-body p {
    color: var(--white-color);
    padding: 5px;
  }
.card{
  background: none;
  border: none;
  margin-bottom: 15px;
}
.card-blog{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--primary-color); 
  z-index: 1000;
}
.blog-card{
  background-color: var(--secondary-color);
}
.blog-card {
  background-color: var(--secondary-color);
}
.blog-card .card-header img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  
}
.blog-card .card-body p{
  color: var(--white-color);

}

.mobile{
  display: none;
}
.no-mobile{
  display: flex;
 }


 .nav-mobile{

  display: none;


}
.accueil-mobile{
  display: none;
}

.active {
  color: var(--primary-color);
}
a span {
  position: absolute;
 
  height: 3px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}

 .active span {
  transform: scaleX(1);
}

.form-control {

  border-radius: 25px;
  border: 2px solid var(--primary-color);
  background: var(--white-color);
  color: var(--secondary-color);
}

.en-bas{
	
	bottom: 20%;
	text-align: right;
	margin-top: 40vh;
}

/* Responsive Style 
pour smartphone */
@media screen and (max-width: 988px) {
 .no-mobile{
  display: none;
 }
 .mobile {
  display: flex;
 }
 .en-bas{
	display: none;
 }
.grid-container{
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

.hero-footer{
  display: none;
}

.nav-mobile {
  display: none;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.16);
  
  background: radial-gradient(23.13% 23.07% at 50% 21.09%, #151515e3 60%, #131313 100%),  url('../../images/dia.png'),  no-repeat; 
  backdrop-filter: blur(8.399999618530273px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: opacity 0.5s ease; /* Transition sur l'opacité pendant 0.5 secondes avec une fonction d'accélération */

  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
  
  
}

.nav-mobile ul {
  list-style-type: none;
  padding: 20px;
  text-align: center;
  font-size: var(--h2-size);
}

.nav-mobile li {
  margin-bottom: 10px;
}

.nav-mobile a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.nav-mobile li .active{
 
  color: var(--primary-color); /* Couleur de la barre jaune */
}

.close{
  margin: 10px;
top: 0;
right: 0;
position: absolute;
}
.grid-container-items{
  flex-grow: 1;
  flex-basis: 300px;
}
/**/
.accueil{display: none;}
.accueil-mobile {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20%;
}
.accueil-mobile .accueil-title{

  font-style: normal;

  color: var(--primary-color);
}

.accueil-mobile .accueil-p{


  font-style: normal;
  /* identical to box height, or 35% */
font-size: 20px;
  color: var(--white-color);
}


.card-portofolio {
  width: 100%;
  height: 140px;
  background-image: url("../image/portofolio1.jpg"); 
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-size: cover;
  background-position: center;
  margin-top: 05px;
  
}
.card-portofolio .row .col{
  padding: 20px;
}

.card-portofolio .row .col3{
  background-color: var(--primary-color);

  height: 140px;
}

.card-portofolio-title{
  color: var(--primary-color);
  align-self: flex-start;
  font-size: 24px;
  line-height: 20px;
}

.card-portofolio-p{
  color: white;
  
  align-self: flex-end;
}

.card-portofolio-sidebar{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.card-portofolio-sidebar img{
  align-self: center;
}

.nav-white nav ul li a{
  color: var(--primary-color);
}

.nav-white ul li a{
  color: #FFFFFF;
}



}

.relative-back a img{
  position: absolute;
  z-index: 9999;
}

.navbar-fixed{
  /* Une fois fixée, elle restera en haut de la fenêtre */
  
    /* Ajoutez d'autres styles selon vos besoins */
    position: fixed;
    top: 0;
    width: 100%;
	height: 120px;
    display: none; /* Barre de navigation initialement cachée */
  background-color: var(--secondary-color);
  /* Ajoutez d'autres styles selon vos besoins */
  box-shadow: var(--shadow);
  justify-content: center;
}

.nav-link  .active{
  color: var(--primary-color);
}
/*
scroll logo
*/
.logo_wrapper {
  margin: 50px 0;
	width: 100%;
  height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo_active img {
    width: 120px !important;
    height: auto;
    object-fit: contain;
}

.logo_active .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.audio{
  width: 100%;
  border: 2px solid var(--primary-color);
  border-radius: 25px
}



.testim {
	width: 100%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
}

.testim .wrap {
	width: 100%;
	max-width: 1020px;
	margin: auto;
}

.testim .arrow {
	display: block;
	color: var(--secondary-color);
	cursor: pointer;
	font-size: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 5px;
	z-index: 22222222;
}

.testim .arrow:before {
	cursor: pointer;
}

.testim .arrow:hover {
	color: var(--primary-color);
}

.testim .arrow.left {
	left: 10px;
}

.testim .arrow.right {
	right: 10px;
}

.testim .dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	display: block;
	z-index: 3333;
	height: 12px;
}

.testim .dots .dot {
	list-style-type: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid --secondary-color;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.testim .dots .dot.active {
	-webkit-animation: testim-scale 0.5s ease-in-out forwards;
	-moz-animation: testim-scale 0.5s ease-in-out forwards;
	-ms-animation: testim-scale 0.5s ease-in-out forwards;
	-o-animation: testim-scale 0.5s ease-in-out forwards;
	animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
	position: relative;
	overflow: hidden;
}

.testim .cont > div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 30px 0;
	opacity: 0;
}

.testim .cont > div.inactive {
	opacity: 1;
}

.testim .cont > div.active {
	position: relative;
	opacity: 1;
}

.testim .cont div .img img {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
}

.testim .cont div h2 {
	color: var(--primary-color);
	font-size: 1em;
	margin: 15px 0;
}

.testim .cont div p {
	font-size: 1.15em;
	color: var(--secondary-color);
	width: 80%;
	margin: auto;
}

.testim .cont div.active .img img {
	-webkit-animation: testim-show 0.5s ease-in-out forwards;
	-moz-animation: testim-show 0.5s ease-in-out forwards;
	-ms-animation: testim-show 0.5s ease-in-out forwards;
	-o-animation: testim-show 0.5s ease-in-out forwards;
	animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
	-webkit-animation: testim-content-in 0.4s ease-in-out forwards;
	-moz-animation: testim-content-in 0.4s ease-in-out forwards;
	-ms-animation: testim-content-in 0.4s ease-in-out forwards;
	-o-animation: testim-content-in 0.4s ease-in-out forwards;
	animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
	-webkit-animation: testim-content-in 0.5s ease-in-out forwards;
	-moz-animation: testim-content-in 0.5s ease-in-out forwards;
	-ms-animation: testim-content-in 0.5s ease-in-out forwards;
	-o-animation: testim-content-in 0.5s ease-in-out forwards;
	animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
	-webkit-animation: testim-hide 0.5s ease-in-out forwards;
	-moz-animation: testim-hide 0.5s ease-in-out forwards;
	-ms-animation: testim-hide 0.5s ease-in-out forwards;
	-o-animation: testim-hide 0.5s ease-in-out forwards;
	animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
	-webkit-animation: testim-content-out 0.4s ease-in-out forwards;
	-moz-animation: testim-content-out 0.4s ease-in-out forwards;
	-ms-animation: testim-content-out 0.4s ease-in-out forwards;
	-o-animation: testim-content-out 0.4s ease-in-out forwards;
	animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
	-webkit-animation: testim-content-out 0.5s ease-in-out forwards;
	-moz-animation: testim-content-out 0.5s ease-in-out forwards;
	-ms-animation: testim-content-out 0.5s ease-in-out forwards;
	-o-animation: testim-content-out 0.5s ease-in-out forwards;
	animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-webkit-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-webkit-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		-webkit-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-moz-keyframes testim-scale {
	0% {
		-moz-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-moz-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-moz-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		-moz-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-ms-keyframes testim-scale {
	0% {
		-ms-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-ms-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-ms-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		-ms-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-o-keyframes testim-scale {
	0% {
		-o-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-o-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-o-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		-o-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@keyframes testim-scale {
	0% {
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		box-shadow: 0px 0px 10px 5px #ea830e;
	}

	100% {
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-webkit-keyframes testim-content-in {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes testim-content-in {
	from {
		opacity: 0;
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes testim-content-in {
	from {
		opacity: 0;
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes testim-content-in {
	from {
		opacity: 0;
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes testim-content-in {
	from {
		opacity: 0;
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes testim-content-out {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-moz-keyframes testim-content-out {
	from {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-ms-keyframes testim-content-out {
	from {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-o-keyframes testim-content-out {
	from {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes testim-content-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100%);
	}
}

@-webkit-keyframes testim-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes testim-show {
	from {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes testim-show {
	from {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes testim-show {
	from {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes testim-show {
	from {
		opacity: 0;
		transform: scale(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes testim-hide {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-moz-keyframes testim-hide {
	from {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
}

@-ms-keyframes testim-hide {
	from {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
}

@-o-keyframes testim-hide {
	from {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes testim-hide {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0);
	}
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}

	.testim .cont div p {
		line-height: 25px;
	}
}

