body {
	font-family: 'Gilroy', Verdana, sans-serif;
    background-color:rgb(88 38 244);
}

/*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 */
}
.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 {
	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);
    }
}


h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 70px;
	padding-top: 200px;
    padding-bottom: 20px;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	text-align: left;
    margin-left: 40px;
    padding-bottom: 10px;
}

.text {
	text-align: center;
    text-transform: uppercase;
    font-size: 20px;
	padding-bottom: 20px;
    color: #fff;
}

h3 {
    text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	text-align: center;
    margin-left: 40px;
    padding-bottom: 10px;
}

span {
    text-transform: lowercase;
}

.intro-text {
    text-align: left;
    font-size: 20px;
	padding-bottom: 20px;
    color: #fff;
    margin-right: 40px;
    margin-left: 40px;
}

.text-donnees{
    text-align: left;
    font-size: 20px;
	padding-bottom: 20px;
    color: #fff;
    margin-right: 40px;
    margin-left: 40px;
}

/*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;
      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;
	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-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;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	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);
	}

    .text{
    text-align: center;
	font-size: 15px;    
    }

    h1{
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
    }

    h2{
    font-size: 20px;
    }
    
    h3{
    font-size:20px;
    }

    .intro-text{
        font-size: 15px;
    }

    .text-donnees{
        font-size: 15px;
    }
    
    .footer-distributed .footer-center p{
		display: block;
		color: #ffffff;
		font-weight:400;
		text-align: center;
		margin:0;
	  }

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
}

    .footer_img{
    height: 150px;
}


}

