h1::after, .uk-h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 20px auto 15px;
  background-color: #c0d000;
}

.uk-logo {
position: absolute;
left: 50px;
top: 0px;
}
@media (max-width: 960px) {
.uk-logo {
position: relative;
left: 0px;
top: 4px;

}} 

.souligne::after {
width: 50px;
height: 3px;
content: '';
background: #c0d000;
display: block;
margin: 20px auto 15px;
}

@media only screen and (max-width:960px) {
	.iframe-onboarding_genii {
  bottom:50px !important;
}
	}


h2, .uk-h2 {
padding: 0px 0px 0px 35px;
  background: url(/wp-content/uploads/graphisme/puce-h2.svg) no-repeat;
  background-position-x: 0px;
  background-position-y: 7px;
  background-size: 24px;
}

@media only screen and (max-width:960px) { h2 { background-position-y: 3px; }}
	
.uk-navbar-dropdown:not(.uk-preserve-color) li > a::before {
  content: ">";
  color: #C0D000 !important;
  margin-top: -3px !important;
}

.uk-drop.uk-navbar-dropdown {
  top: 40px !important;
}


/* Navigation mobile  */
.uk-modal-dialog.uk-flex {
  background-color: #00464c;
}
[class*="uk-modal-close-"]:first-child + * {
  margin-top: 20px;
}

.menu-item-contact {
    position: relative;
    padding-left: 30px; /* espace pour l'icône */
}

.menu-item-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    
    width: 20px;
    height: 20px;

    background-image: url("/wp-content/uploads/graphisme/icon_navbar_contact.svg");
    background-size: contain;
    background-repeat: no-repeat;
}




.button-sticky {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 20px 0;
}
.button-sticky.is-sticky {
position: fixed;
padding: 0;
height: 70px;
animation: slideDown 0.35s ease-out;
z-index: 2;
}
/*@media only screen and (max-width:960px) {
.button-sticky.is-sticky {
height: 135px;
}}*/
@keyframes slideDown {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}

#bouton-tarifs .uk-icon svg {width: 35px; height: 35px;}

