/*@import url("//design.timemsystem.com/assets/css/bootstrap.min.css");*/
@import url("//brand.timemsystem.com/assets/css/bootstrap.min.css");

/* Fix main-menu dublicate */
.main_menu { display: none; }

/* Hide 'Home' menu item */
.gf-menu .item101 { display: none; }

/* Remove top padding on body */
body { padding-top: 0; }

/* Fix Ark Editor icons */
[class^="icon-"]:before, [class*=" icon-"]:before { font-family: 'FontAwesome', 'IcoMoon'; }

/* Fix burger-bar */
.gf-menu-toggle .icon-bar {
  display: block !important;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.gf-menu-toggle {
  padding: 1em;
  margin-top: 1.4em;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.gf-menu-toggle:hover,
.gf-menu-toggle.active {
  background: #f9f9f9;
}

/* MENU
======================================= */

.gf-menu {
  background: transparent;
  border-radius: 0px;
  margin: 0px 10px;
  display: inline-block;
  box-shadow: none;
}

.gf-menu .item {
  font-family: inherit;
  font-size: inherit;
  color: #808080 !important;
  padding: 0 1.4em;
  text-decoration: none;
}
.gf-menu li .item:hover {
  color: #333 !important;
}

.gf-menu.l1 > li.active {
  background: #e6e6e6;
}

.gf-menu.l1 a  {
  font-weight: 600 !important;
}

.gf-menu.l1 > li > .item {
  font-size: inherit;
  border: 0;
  padding: 0 1.4em;
  text-transform: inherit;
}

.gf-menu.l1 > li > .item:after {
  border: 0;
}

.gf-menu.l1 > li:first-child {
  margin-left: 0;
}

.gf-menu.l1 > li:last-child {
  margin-right: 0;
}

.gf-menu .dropdown {
  background: #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-left: 1px;
}

.gf-menu .dropdown a {
  padding: 1em 1.4em;
}


/* Notification */
.eb-notice-message {
  font-style: italic;
  color: #999;
  font-weight: 400;
  font-size: 1.4rem;
  display: inline;
} 


/* MOBILE MENU */
@media (max-width: 767px) {
  /* Fix inherited placements of menu items */
  #rt-header .menu-block {
    margin: 0;
    float: none;
  }
  #rt-header .gf-menu-device-container {
    border-radius: 0;
    padding: 0;
  }

  /* Re-center menu-icon */
  .gf-menu-toggle { margin-top: 0em !important; }

  /* Downscale logo to fit menu-bar */
  a#rt-logo {
    background-size: 60% !important;
    height: 49.2px;
  }
}
/* @media (max-width: 767px) {
  .gf-menu-toggle {
    margin-top: 0em !important;
  }
  a#rt-logo {
    background-size: 60% !important;
    height: 49.2px;
  }

  .rt-header rt-grid-9.rt-omega {
    display: none !important;
  }
  #rt-header .jmoddiv a,
  #rt-header .rt-omega div {
    padding: 0;
    margin: 0;
  }
  #rt-header a:last-child {
    display: inline-block;
    position: absolute;
    right: -.5em;
    top: calc(-49.2px + -1em);
    padding: calc((49.2px + 1em) / 2) 1em;
    line-height: 0;
  }
  #rt-header .menu-block {
    width: 100%
  }
}
 */


/* OVERTRIDES for RT Afterburnder (Theme)
======================================= */

/* Remove title borders */
#rt-mainbody-surround .title,#rt-mainbody-surround .component-content h2 {
    border: none;
}



/* FOOTER
======================================= */
.rt-copyright-block {
  text-transform: none;
}

/* COOKIE CONSENT ALERT
======================================= */
.cadre_inner_texte_alert_cookies { 
  display: flex !important; 
  margin: auto; 
  max-width: 1156px; 
} 

.cadre_texte { align-content: center; }

#cadre_alert_cookies .btn {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 18.2px !important;
  padding: 6px 11px 6px 11px !important;
  border: none;
  
}

#cadre_alert_cookies .btn:hover,
#cadre_alert_cookies .btn:active {
  box-shadow: none !important;
  outline: none !important;
}

#cadre_alert_cookies .btn:hover {
  background-color: rgba(255, 255, 255, .9) !important; 
}


/*
 * Needed when we show a site label
 */

.gf-menu-toggle {
  z-index: 950; /* Move sure menu-toggle to front */
}

.site_label {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  color: #666;
  top: 36px !important;
}

@media only screen and (max-width: 767px) {
  .rt-grid-2,
  .rt-grid-3.rt-alpha {
    float: left !important;
    width: auto !important;
  }
  .site_label {
    top: 2.125rem !important;
    margin-left: -5rem;
    font-size: 1.225em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .logo-block #rt-logo {
    width: auto;
    background-size: contain !important;
    background-position: center !important;
  }
}

.site_label .module-surround {
  box-shadow: none;
  background: none;
}
