body {
  font-family: 'Gilroy', Verdana, sans-serif;
   background-color: #08babe;
}

/*NAVBAR*/
.navbar {
	background: #fff;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom: 1px solid #dfe3e8;
	border-radius: 0;
	width: 100%; /* Assurez-vous que la navbar prend toute la largeur */
    position: fixed;
    top: 0; /* Placer la navbar en haut */
    z-index: 1000; /* Assure que la navbar est au-dessus du contenu */
}
.navbar-header.col {
	padding: 0 !important;
}	

.nav-link {
	margin: 0 5px;
}
.nav-link img {
	width: 36px;
	height: 36px;
	margin: -8px 0;
	float: left;
	margin-right: 10px;
}
.navbar .navbar-brand {
	padding-left: 0;
	font-size: 20px;
	padding-right: 50px;
}
.navbar .navbar-brand b {
	font-weight: bold;
	color: #08babe;
}
.navbar .navbar-nav a:hover, .navbar .navbar-nav a:focus {
	color:#08babe !important;
}
.navbar .navbar-nav a.active, .navbar .navbar-nav a.active:hover {
	color: #08babe !important;
	background: transparent !important;
}

.navbar .nav-item i {
	font-size: 18px;
    color: rgb(88 38 244);
}

.nav-svg{
	color: rgb(88 38 244) ;
}

.nav-svg:hover{
	color: #08babe
}

.navbar .nav-item i:hover {
	font-size: 18px;
    color: #08babe;
}

.navbar .dropdown-item i {
	font-size: 16px;
	min-width: 22px;
}
.navbar .nav-item.show > a {
	background: none !important;
}
.navbar .dropdown-menu {
	border-radius: 1px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.navbar .dropdown-menu a {
	color:rgb(88 38 244);
	padding: 8px 20px;
	line-height: normal;
	font-size: 15px;
}

.navbar-toggler-icon{
	height: 30px;
	width: 30px;}

@media (min-width: 992px){
	.form-inline .input-group {
		width: 250px;
		margin-right: 30px;
	}
}
@media (max-width: 991px){
	.form-inline {
		display: block;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.input-group {
		width: 100%;
	}
}

.logo {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.logo img {
    max-height: 100%;
}

.logo img:first-child {
    margin-right: 20px;
}

.logo:hover img:first-child {
    animation: logo-animation 0.5s ease-in;
    margin-right: 20px;
}

@keyframes logo-animation {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(0deg);
    }
}


/*BODY*/
.carousel {
	margin: 25px 0 50px;
    background: #fff;
	position: relative;
	padding: 8px;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.carousel:before, .carousel:after {
	z-index: -1; 
	position: absolute; 
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%; 
	top: 80%;
	max-width: 400px;
	background: rgba(0, 0, 0, 0.7); 
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(-3deg);
}
.carousel:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.carousel .carousel-item {	
    text-align: center;
	min-height: 200px;
}
.carousel .carousel-item img {
	max-width: 100%;
    margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
}
.carousel-control-prev, .carousel-control-next {
	width: 27px;
	height: 54px;
	overflow: hidden;
	opacity: 1;
	margin: auto 0;
	background: none;
	text-shadow: none;
}
.carousel-control-prev span, .carousel-control-next span {
	width: 54px;
    height: 54px;
	display: inline-block;
    background: #4a4a4a;    
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.carousel-control-prev span {
	margin-right: -27px;
}
.carousel-control-next span {
	margin-left: -27px;
}
.carousel-control-prev:hover span, .carousel-control-next:hover span {
	background: #3b3b3b;
}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 24px;
    margin-top: 13px;
}
.carousel-control-prev {
	margin-left: -28px;
}
.carousel-control-next {
	margin-right: -28px;
}
.carousel-control-prev i {
	margin-left: -24px;
}
.carousel-control-next i {
	margin-right: -24px;
}
.carousel-indicators {
	bottom: -42px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 1px 4px;
}
.carousel-indicators li {
	border: 1px solid #475c6f;
}
.carousel-indicators li.active {
	background: #20b0b9;
	border-color: #20b0b9;
}

h1{
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

p{
    font-size: 14px;
    color: #fff;
}

.descriptif{
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
}


/*FOOTER*/

.footer-distributed{
    background: #08babe;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 20%;
}

.footer-distributed h3{
  color:  #ffffff;
  margin: 0;
}

.footer-distributed h3 span{
  color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 50%;
}

.footer-distributed .footer-center i{
  background-color: #fff;
  color: rgb(88 38 244);
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  lightseagreen;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
content: "|";
font-weight:300;
font-size: 20px;
left: 0;
color: #fff;
display: inline-block;
padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #fff;
  border-radius: 2px;

  font-size: 20px;
  color:  rgb(88 38 244);
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover{
  color: #08babe;
}

.footer-distributed .footer-mentions {
    margin-top: 20px ; 
}

.footer-distributed .footer-mentions a {
    display: block;
    margin-top: 20px;
    line-height:0.5;
    color: white;
    text-decoration: none;
}

.footer-distributed .footer-mentions a:hover{
    color: rgb(88 38 244);
}

@media (max-width: 767px) {

  .navbar-toggler-icon{
		height: 20px;
		width: 20px;
		margin-top: -120px;
		margin-left: 300px;
		}
		
  .navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, .5);
		border-color: rgba(0, 0, 0, 0);
		}

  .descriptif{
      font-size: 14px;
      padding-right: 30px;
      padding-left: 30px;
    }

  h1{
        font-size: 30px;
    }
  
  span{
        font-size: 80px;
    }
  
  h2{
        font-size: 50px;
    }

  .majuscules{
      font-size: 20px;
    }

  p{
        font-size: 14px;
    }
    
  .cookies{
      margin-right:20px;
      margin-left:20px;
      margin-bottom:20px;
      margin-top:20px;
      font-size: 14px;
      color:black;
    } 

  .footer-distributed .footer-center p{
      display: block;
      color: #ffffff;
      font-weight:400;
      text-align: center;
      margin:0;
    }
  
  .footer-distributed{
        font: bold 14px sans-serif;
        padding-left: 30px;
        padding-right: 30px;
    }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
  
  }

  .footer-distributed .footer-center i{
    margin: 10px 30px;
  }
  
  .footer_img{
    height: 150px;
  }