#img-text-2-col img{
width:auto;
max-width:100%;
max-height:120px;
}
h4 {
 font: 700 1.875rem "Roboto", sans-serif;
}
img, .img-responsive{
display: initial;
}
.footer .list-unstyled .fas {
 color: #92c020;
}
.cards-1 .card-image {
 width: 10rem !important;
 height: 10rem !important;
}
.navbar-nav.ml-auto{
float:right;
}
a.back-to-top {
 position: fixed;
 z-index: 999;
 right: 0.75rem;
 bottom: 0.75rem;
 display: none;
 width: 2.625rem;
 height: 2.625rem;
 border-radius: 1.875rem;
 background: #92c020 url("https://helium-connect.fr/customers_data/4ff2caade694aa760c000018/images/up-arrow-white.png") no-repeat center 47%;
 background-size: auto;
 background-size: 1.125rem 1.125rem;
 text-indent: -9999px;
}
a.back-to-top:hover {
 background: #92c020 url("https://helium-connect.fr/customers_data/4ff2caade694aa760c000018/images/up-arrow-white.png") no-repeat center 47%;
}
.ex-basic-2 {
 padding-bottom: 0rem;
padding-top: 0rem;
}
.basic-1 {
 padding-top: 0rem;
 padding-bottom: 1.5rem;
}
#guide .card{
 min-height:410px;
}
.card-image {
 width: 20rem !important;
 height: 20rem !important;
}
#compteur{
text-align: center;
position: relative;
font-size: 20px;
padding-top: 40px;
}
h1 img{
width:500px;
max-width: 100%;
padding-top: 40px;
}
#xl-menu img {
max-width:250px;
 max-height: 100%;
}
#edito{
background-color:#f2f2f2;
}
#edito img{
padding-top:150px;
margin-bottom:20px;
}
.ex-header {
 margin-top: 60px;
max-height: 500px;
}
.ex-header h1{
background-color: rgba(0,0,0,0.2);
padding: 0px 30px 20px;
width: 100%;
}
.navbar-custom {
background:linear-gradient(90deg, #00928c, #023622);
padding: 1rem 5rem 1rem 5rem;
}
.navbar-custom .nav-item .nav-link {
 color: #fff !important;
}
a.back-to-top, a:hover.back-to-top {
color:#fff;
}
.navbar-custom.top-nav-collapse {
background:linear-gradient(90deg, #00928c, #023622);
}
a.back-to-top, a:hover.back-to-top {
background-color:#00928c;
}
.collapse:not(.show){
display:block !important;
}
.collapse{
display:block !important;
}
.navbar-custom {
 box-shadow: none !important;
}
.navbar-custom .nav-item .nav-link {
 padding: 0rem 0.75rem 0.625rem 0.75rem;
font-size:20px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
background-color: #ffffff;
}
.dropdown-item .item-text{
color:#a64333 !important;
}
.form-2 .list-unstyled {
 margin-bottom: 0rem;
}
.slider-container{
transform: translateY(-50%);
}
.text-container-slide{
transform: translateY(25%);
background-color: rgba(255,255,255,0.5);
}
#intervenant .img-fluid{
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.testimonial-text {
 font: italic 400 1.8rem "Raleway", sans-serif;
}
#presentation, #programme, #programme1, #programme2, #contact{
background-color:#f2f2f2;
}
#content{
padding-top:0 !important;
}
.days, .hours, .minutes, .secondes{
font-size:50px;
color:#015a4c;
color: #fff;
background-color: #015a4c;
padding: 20px;
position:relative;
font-weight: 700;
margin-left: 10px;
height:80px;
width:80px;
border-bottom: 4px solid #80b323;
}
.j,.h,.m,.s{
color:#008077;
position:absolute;
font-size: 15px;
bottom: -30px;
text-align: center;
left: 0;
right: 0;
font-weight: 700;
}
#affiche{
margin-top:40px;
}
@media screen and (max-width: 992px) {
#header {
 margin-top: 60px;
}
#xl-menu img {
position: absolute;
left: 10px;
top: 10px;
}
#edito img {
 padding-top: 0px;
}
.navbar-custom {
 background-color: #a64333;
}
.navbar-custom.top-nav-collapse {
 background-color: #a44536;
}
.navbar-nav {
 display: inherit !important;
}
.navbar-nav > li {
 float: right !important;
}
.navbar-collapse{
box-shadow: none;
}
.text-container-slide{
transform: translateY(0%);
}
#xl-menu {
 min-height: 80px;
}
#affiche{
margin-top:0px;
}
}
@media screen and (max-width: 845px) {
#xl-menu img, #xl-menu.top-nav-collapse img {
 margin: 0 auto;
 text-align: center;
 position: relative;
}
.ml-auto {
 margin-top: 20px !important;
}
.navbar-nav.ml-auto{
float: none;
}
.navbar-collapse .navbar-nav li {
float: none !important;
 text-align: center;
 margin: 0 auto;
 display: inline-block;
}
.navbar-custom {
 padding: 1rem 1rem 1rem 1rem;
}
}
@media screen and (max-width: 772px) {
#header {
 margin-top: 100px;
background-position: right bottom;
}
#xl-menu {
 height: auto;
}
}
 .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
 
@media screen and (max-width: 560px) {
.days, .hours, .minutes, .secondes {
 font-size: 20px;
}
#xl-menu img, #xl-menu.top-nav-collapse img {
left:auto;
}
.navbar-custom .nav-item .nav-link {
padding: 0rem 0.1rem 0.1rem 0.1rem;
font-size: 14px;
}
}
////////////////////////////////////////////////////////
.countdown {
 width: 720px;
 margin: 0 auto;
}
.countdown .bloc-time {
 float: left; 
 margin-right: 45px; 
 text-align: center; 
}
 .countdown .bloc-time:last-child {
 margin-right: 0;
 }
.countdown .count-title {
 display: block;
 margin-bottom: 15px;
 font: normal 0.94em $lato;
 color: #1a1a1a;
 text-transform: uppercase;
 }
.countdown .figure {
 position: relative;
 float: left;
 height: 110px;
 width: 100px;
 margin-right: 10px;
 background-color: #fff;
 border-radius: 8px; 
 @include box-shadow(0 3px 4px 0 rgba(0, 0, 0, .2),inset 2px 4px 0 0 rgba(255, 255, 255, .08));
}
 .countdown .figure:last-child {
 margin-right: 0;
 }
 
 .countdown >span {
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
 font: normal 5.94em/107px $lato;
 font-weight: 700;
 color: #de4848;
 }
.countdown .top:after, .countdown .bottom-back:after {
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 border-bottom: 1px solid rgba(0, 0, 0, .1);
 }
.countdown .top {
 z-index: 3;
 background-color: #f7f7f7;
 transform-origin: 50% 100%;
 -webkit-transform-origin: 50% 100%; 
 @include border-top-radius(10px); 
 @include transform(perspective(200px));
 }
.countdown.bottom:before { 
 z-index: 1;
 content: "";
 position: absolute;
 display: block; 
 top: 0;
 left: 0;
 width: 100%;
 height: 50%;
 background-color: rgba(0, 0, 0, .02);
 }
.countdown .bottom-back {
 z-index: 2;
 top: 0;
 height: 50%;
 overflow: hidden; 
 background-color: #f7f7f7;
 @include border-top-radius(10px);
}
 .countdown .bottom-back span {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 margin: auto;
 }
.countdown .top, .countdown .top-back {
 height: 50%;
 overflow: hidden;
 @include backface-visibility(hidden);
 }
.countdown .top-back {
 z-index: 4;
 bottom: 0;
 background-color: #fff;
 -webkit-transform-origin: 50% 0;
 transform-origin: 50% 0;
 @include transform(perspective(200px) rotateX(180deg));
 @include border-bottom-radius(10px); 
}
 .countdown .top-back span {
 position: absolute;
 top: -100%;
 left: 0;
 right: 0;
 margin: auto;
 }