body {
    color: #fff;
    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 */
  display: flex;
}

.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*/
.contact-form {
    padding: 50px;
    margin: 30px 0;
}
.contact-form h1 {
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    padding-top: 150px;
}
.contact-form .form-control, .contact-form .btn  {
    min-height: 38px;
    border-radius: 2px;
}
.contact-form .btn-primary {
    min-width: 150px;
    background: #299be4;
    border: none;
}
.contact-form .btn-primary:hover {
    background: #1c8cd7; 
}
.contact-form label {
    opacity: 0.9;
}
.contact-form textarea {
    resize: vertical;
}
.hint-text {
    font-size: 15px;
    padding-bottom: 15px;
    opacity: 0.8;
}
.bs-example {
    margin: 20px;
}


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


/* If you don't want the footer to be responsive, remove these media queries */

@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);
		}

  .contact-form h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 15px;
      }

  h1{
    font-size: 30px;
    }

  .contact-form {
  padding: 5px;
    }

  .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;
  }

  .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;
}

  input:focus:invalid, textarea:focus:invalid{
    border-color: red;
    border-style: solid;
    background-image: none;
}

  input:valid, textarea:valid{
    border-color: chartreuse;
}