.headerTop {
  z-index: 999;
  width: 100%;
}

.headerTop.header {
  padding: 10px;
  position: fixed;
  top: 0px;
  background: #fff;
  height: 47px;
  border-bottom: 1px solid #f7f7f7;
}

.headerTop.home {
  position: fixed;
  height: 55px;
  border-bottom: none;
  color: #fff;
  background: rgba(255,255,255,0.95);
  -webkit-box-shadow: 0px 2px 10px -2px #38344d;
  -o-box-shadow: 0px 2px 10px -2px #38344d;
  box-shadow: 0px 2px 10px -2px #38344d;
}

.headerTop.other {
  opacity: 0.9;
  position: fixed;
  top: 0px;
  padding: 10px;
  background: #38344d;
  height: 50px;
  color: #fff;
}

.headerTop.more {
  padding: 30px;
}

.headerTop.souscription {
  border-left: 20px solid white;
  border-right: 20px solid white;
  background: #fff;
  color: #4A4A4A;
}

.headerTop img.logo-big {
  width: 97px;
  margin: auto;
  display: block;
}

.headerTop .header-more {
  position: absolute;
  right: 5px;
  top: 10px;
  padding: 5px;
}

.headerTop .more-inline {
  display: inline-block;
  margin: 20px;
  margin-top: 0px;
  display: none;
}

.headerTop .header-more p, .headerTop .header-more img {
  display: inline-block;
  vertical-align: baseline;
}

.headerTop .header-more img {
  width: 25px;
}

.headerTop .header-more p {
  font-size: 12px;
  width: 160px;
  margin-left: 10px;
}

.headerTop.souscription img.logo-big {
  margin: inherit;
}

.headerTop .menu {
  position: absolute;
  right: 10px;
  top: 12px;
}

.headerTop.other .menu {
  top: 5px;
}

.headerTop .menu__left {
  left: 140px;
}

.headerTop .menu__left a {
  padding: 5px;
  position: relative;
}

.headerTop .menu__left a:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0;
  background-color: #b5afd0;
  transition: all .1s ease-out;
}

.headerTop .menu__left a:hover:before {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-color: #b5afd0;
}

.headerTop .menu__left li {
  color: #38344d !important;
}

.headerTop .menu__center {
  text-align: center;
  right: 0;
  left: 0;
}

.headerTop .menu__phone {
  right: 20px;
}

.headerTop .menu__center p,  .headerTop .menu__phone p{
  color: #4a4a4a;
}

.headerTop .menu-sous {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 12px;
}

.headerTop .menu-sous ul li {
  display: inline-block;
  cursor: pointer;
  padding: 10px 10px;
}

.headerTop .menu ul li {
  display: inline-block;
  cursor: pointer;
  color: #00dcbb;
  padding: 5px 10px;
  font-size: 14px;
}

.headerTop .logo_header {
  width: 100px;
  height: 42px;
  position: absolute;
  left: 20px;
  top: 8px;
  display: block;
}

.headerTop .logo_header_partenaire {
  width: 100px;
  height: 42px;
  position: absolute;
  left: 20px;
  top: 8px;
  display: block;
}

.menu-resp {
  display: none;
}

.headerTop .menu ul li .login, .headerTop .menu ul li .login-hp {
  border-radius: 6px;
  border: 2px solid #03c5a8;
  padding: 8px 16px;
  display: none;
  background: #00dcbb;
  color: #fff;
}

.headerTop .menu ul li .login-hp {
  display: inline;
}


.headerTop .menu ul li .login:hover, .headerTop .menu ul li .login-hp:hover {
  opacity: 0.6;
}

.headerTop .content-menu, .headerTop .content-menu-web {
  width: 220px;
  background: #4A4A4A;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
}

.headerTop .close {
  cursor: pointer;
  color: #fff;
}

.headerTop .content-menu ul li, .headerTop .content-menu-web ul li {
  padding: 10px 15px;
  position: relative;
}

.headerTop .content-menu ul li:hover, .headerTop .content-menu-web ul li:hover {
  opacity: 0.8;
}

@media screen and (max-width: 800px) {
  .headerTop .logo_header {
    left: 10px;
    margin: auto;
    display: none;
  }

  .headerTop .logo_header_partenaire {
    left: 0;
    right: 0;
    margin: auto;
  }

  .menu-resp {
    display: block;
    color: #4a4a4A;
    left: 20px;
    cursor: pointer;
    top: 20px;
  }
}


@media screen and (max-width: 800px) {
  .headerTop {
    padding: 10px !important;
  }
  .headerTop .more-inline {
    display: block;
  }
  .login {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .headerTop .logo {
    display: block !important;
  }
  .headerTop a.menu_tpl_3 .logo_header_partenaire {
    left: 20px;
    right: inherit;
  }
}

@media screen and (max-width: 800px) {
  .headerTop .menu__left {
    display: none;
  }
  .headerTop .menu-resp {
    position: absolute;
    display: block !important;
  }
  
  .headerTop .menu__phone {
    right: 10px;
  }
  
  .headerTop .menu__center{
    display: none;
  }
}