body {
  background-color: #20B4EE;
  font-family: "roboto";
}

.header {
  position: relative;
  min-height: 85px;
  width: 100%;
}

.header-user-bloc {
  position: relative;
  min-height: 4em;
  margin-bottom: 10px;
}

.login {
  position: absolute;
  right: 0px;
}

.user-right {
  position: absolute;
  right: 0px;
}

dropdown-login {
  padding-top: 0.7em;
}
.dropdown-menu {
  left: 5.5em;
  top: 2.3em;
}

.dropdown-menu li a, .dropdown-menu li form {
  color: #95bd2d;
  font-family: Arial;
  font-size: 11px;
}

.dropdown-menu .dropdown-header {
  color: #95bd2d;
  font-family: Arial;
  font-size: 12px;
}

.dropdown-menu li a:hover {
  font-weight: bold;
  color: #95bd2d;
  background-color: #94bd2d38;
}

#dropdownMenuEspaceButton, #dropdownMenuLoginButton {
  color: white;
  font-size : 14px;
}

#dropdownMenuEspaceButton:hover, #dropdownMenuLoginButton:hover {
  color: white;
}

.login-mail-header {
  line-height: 1.7em;
  padding-top: 0.5em
}

.login-mail-header span {
  color: #95bd2d;
  font-family: Arial;
  font-size: 11px;
}

.login-mail-header .logout {
  font-weight: bold;
}

.login-mail-footer {
  line-height: 4.1em;
}
.login-mail-logo {
  display: inline-block;
  right: 0.2em;
}

.login-button {
  background-color: #95bd2d;
  border-radius:8px;
	border:1px solid #94bd2df5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	text-decoration:none;
}

.login-button:hover {
	background-color:#95bd2d;
}

.round {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #222;    
  color: #FFF;
  text-align: center;  
}

.round-lg {
  height: 30px;
  width:30px;
  line-height: 15px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 1em;
} 

.round-lg span {
  font-size: 0.7em;
}

.round.login-color {
  background-color: #95bd2d;
}

/* à améliorer... */
.center-login {
  padding-top: 0.6em;
}

.login-round-button {
  display: none;
}

/* 48em = 768px */

@media (max-width: 48em) {
  .header-user-bloc {
    display: block;
    top: 0em;
    position: absolute;
    width: 100%;
    left: 0;
  }

  .login-round-button {
    display: inherit;
  }

  #dropdownMenuEspaceButton {
    font-size: 0.7em;
  }

  #dropdownLoginMenu {
    z-index: 15;
  }
  
  .login-mail-header {
    display: none;
  }

  body {
    padding-top: 3em;
  }

  .dropdown-menu {
    left: 0;
    top: 3.3em;
    width: 100%;
    position: fixed;
  }

  .dropdown-login {
    padding-top: 0.7em;
  }
}

.header img {
  width: 100%;
}

.container {
  background-color: #FFF;
  margin-top: 11px;
  margin-bottom: 11px;
}

/* Navbar custom */

#button-toggle {
  display: none;
}

.sidebar ul a i {
  margin-right: 16px;
}

/* Bouton toogle navbar */
#check {
  display: none;
}

label #btn {
  display: none;
}


/* Navbar */
.menu {
  background: transparent linear-gradient(to bottom, #C3FC30 1%, #96C814 66%, #96C814 100%) repeat scroll 0% 0%;
}


/* Elements de la navbar */
ul.rubriques > li {
  display: inline-block;
  padding: 8px 25px;
  color: #FFF;
  font-weight: bold;
}

ul.rubriques > li > form {
  display: inline;
}

ul.sous-rubriques {
  display: none;
}

ul.rubriques > li:hover > ul.sous-rubriques {
  display: block;
  position: absolute;
  padding: 0;
  list-style: none;
}

ul.sous-rubriques > li {
  border-top: 1px solid #FFF;
  background-color: #96C814;
  padding: 5px;
}

ul.rubriques > li > form > button {
  border: none;
}

ul.rubriques > li > a,
ul.rubriques > li > form > button,
ul.sous-rubriques > li > a {
  color: #FFF;
  background: transparent;
  text-decoration: none;
}

ul.rubriques > li > a:hover,
ul.rubriques > li > form > button:hover,
ul.sous-rubriques > li > a:hover {
  color: #000;
  background: transparent;
  text-decoration: underline;
}

.logout-form {
  padding: 3px 20px;
}

/* 48em = 768px */

@media (max-width: 48em) {
  .menu-icon {
    display: block;
    top: 5em;
    z-index: 1049;
    padding: 1.1em 2.2em 1.1em 1em;
    cursor: pointer;
    user-select: none;
    transition: all .2s ease-out;
    border-radius: 0.5em;
    border: 1px solid #333;
    background: #fcfcfc;
  }

  #button-toggle {
    display: inherit;
  }

  .rubriques{
    padding-top: 5em;
  }

  .sidebar ul a {
    display: block;
    height: 100%;
    transition: 0.4s;
  }

  .sidebar {
    position: fixed;
    left: -250px;
    width: 250px;
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    z-index: 15;
  }

  /* Elements de la navbar */
  ul.rubriques > li {
    display: block;
    padding: 8px 25px;
    color: #FFF;
    font-weight: bold;
  }

  ul.sous-rubriques {
    display: inline-block;
    padding: 0;
    text-decoration: none;
  }

  ul.rubriques > li:hover > ul.sous-rubriques {
    display: block;
    position: absolute;
    padding: 0;
    list-style: none;
  }

  ul.rubriques > li:hover > ul.sous-rubriques {
    display: block;
    position: inherit;
  }
  label .navicon {
    display:inherit;
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
  }

  #check:checked ~ .sidebar {
    left: 0;
    top: 0;
  }

  #check:checked ~ section {
    margin-left: 250px;
    top: 0;
  }
  
  #check:checked ~ .navicon{
    left: 250px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: transparent;
  }

  #check:checked ~ label .navicon:before {
    transform: rotate(-45deg);
  }

  #check:checked ~ label .navicon:after {
    transform: rotate(45deg);
    z-index: 1111;
  }

  .navicon:before {
    top: 5px;
  }
  
  .navicon:after {
    top: -5px;
  }
  

  #check:checked ~ label:not(.steps) .navicon:before,
  #check:checked ~ label:not(.steps) .navicon:after {
    top: 0;
  }

  .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
    z-index: 1049;
  }
  
  .navicon:before,
  .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  #check:checked ~ .menu-icon .navicon {
    background: transparent;
    position: fixed;
  }

  #check:checked ~ .menu-icon {
    transition: all .2s ease-out;
    background: transparent;
    border: unset;
  }
}

.footer {
  font-size: 10px;
  padding: 10px 0px 25px;
  text-align: center;
  height: 12px;
}

.panel-date,
.panel-link {
  text-align: right;
}
tr[data-href] {
  cursor: pointer;
}

.actualite .next,
.actualite .prev {
  text-decoration: none;
}

h3.etablissement {
  margin-left: 15px;
  border-bottom: 1px solid;
}

.img-table-bio {
  width:62px;
}

.consultations h1 {
  font-size: 100%;
  color: #767575;
}

.consultations .resume {
  color: #FF6E00;
  font-weight: bold;
}

.consultations .panel-heading a {
  color: #FFF;
  text-decoration: none;
}
.consultation-produit-title {
  display: inline-block;
  padding: 6px 12px;
  margin: 0px;
  border: 1px solid #5CB85C;
  border-radius: 3px;
  background-color: transparent;
  color: #5CB85C;
  font-size: 16px;
  word-wrap: anywhere;
}

.row-even {
  background-color: #DFEDD6;
}

.consultation .panel-heading a.collapsed .glyphicon-triangle-top,
.consultation .panel-heading a .glyphicon-triangle-bottom {
 display: none;
}

.consultation .panel-heading a.collapsed .glyphicon-triangle-bottom,
.consultation .panel-heading a .glyphicon-triangle-top {
 display: block;
}

.fiche-acheteur {
  color: #767575;
}

.fiche-acheteur h1 {
  color: #00A9EB;
  font-size: 25px;
}

.fiche-acheteur h2 {
  color: #FF6E00;
  font-size: 23px;
  line-height: 1.1;
}

.fiche-acheteur h3 {
  font-size:20px;
  text-decoration: underline;
  margin-top: 0;
  font-weight: bold;
}

.fiche-acheteur .libelle {
  color: #008CBE;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.1;
}

.fiche-acheteur .info-wrapper {
  margin-bottom: 30px;
}

.fiche-acheteur small {
  margin-top: 10px;
}

.urlBasculement {
  display: block;
  position:absolute;
  top: 5px;
  right: 5px;
}
.urlBasculement > ul {
  display: none;
}
/* TODO: mise en forme ! */
.urlBasculement:hover > ul {
  display: block;
  position: absolute;
  right: 0;
  margin-top: -5px;
  padding: 0;
  background: white;
  z-index: 1;
  list-style: none;
  white-space: nowrap;
}

/* 48em = 768px */

@media (max-width: 48em) {
  .urlBasculement:hover > ul {
    display: none;
  }

  .url-basculement-element {
    list-style: none;
    padding: 0;
  }
}

button[type="submit"].logout,
button[type="submit"].login {
    margin: 0;
    padding: 0;
    line-height: 100%;
    border: 0;
    background: none;
    font-weight: 600;
}

.bottom {
  position:absolute;
  bottom: 0em;
  right: 0em;
}

.homepage iframe {
  width: 100%;
}