 body {
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/

  -webkit-font-smoothing: antialiased;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  background-color: #F7F7F7;
}
h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #333333;
  margin: 0px;
}
.partner img {
  max-height: 60px;
  max-width: 140px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.4;
}
.btn {
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
}
.btn:hover {
  background: none;
  color: #fff;
  border-color: #29d9c2;
  background-color: #29d9c2;
}
.btn-primary {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #29d9c2;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d9c2;
}
.btn-primary.btn-filled {
  background: #29d9c2;
  color: #fff;
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  background: #fff;
  color: #333333;
  border-color: #fff;
}
.btn-white.btn-filled {
  background: #fff;
  color: #01a2a6;
}
.slogon-lg { font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#6F6F6F;
		  font-weight: bold;
		  font-size: 11px;
		  text-transform: uppercase;
		  letter-spacing: 1px;}
.slogon-sx { font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#6F6F6F;
		  font-weight: bold;
		  font-size: 8px;
		  letter-spacing: 1px;}
	
.paragraphe-p {font-size:15px}
.greenlight-text {color:#488}
p.lead {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

/************************************ NAV BAR */
.navbar-nav .nav-link {
  color:#272ab0;
   text-transform: uppercase;
   font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
}
/************************************ Button Top */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.navbar-nav .nav-item:hover {
  background-color: rgba(180, 190, 203, 0.4);
}

/*
.navbar-toggler:focus {
  border-color: green;
  box-shadow: 0 0 0 0.25rem;
}

	body .navbar-light .navbar-toggler {
  color: red;
  border-color: green;
} 
*/

 
/************* padding margng responsive -------------------------
p-2
p-sm-2
p-md-2
p-lg-2
p-xl-2

-*/
/********************* Mobile */
@media (max-width: 768px) {
  .btn-responsive {
    padding-top:10px;
	padding-bottom:10px;
    font-size:16px;
    line-height: 1;
    border-radius:5px;
	text-transform: none;
	text-align: center;
	
  }
  .myclass {height:100px;}
  .hs_carroussel { font-size:14px;}
  .mobile-hide { display:none}
  
  .carousel-indicators { display:none}
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
  .myclass {height:200px;}
}


@media (min-width: 993px)  {
	.myclass {height:350px;}
  
}