/* ---[ LESS IMPORT ]------------------------------- */
/*
	Tablet and Desktop (Landscape and Portrait) - Permettre la vue mobile sur desktop
	Phone (Landscape and Portrait)
*/
/*Big Circle Iĉone*/
/*Landing (avec Corde) - Medium Circle Iĉone*/
/*Small Circle Iĉone*/
/*Advantage Icône*/
/* ---[ CSS ]------------------------------- */
#header {
  margin-top: 0px;
}
#header .logo {
  position: relative;
  display: table-cell;
}
#header .logo img {
  margin-bottom: 0px;
}
#header .logo a {
  text-decoration: none;
}
#main-menu .menu > li:first-child {
  width: auto;
}
#main-menu .menu .menu-item-wrapper {
  text-transform: inherit;
}
#main-menu .menu .menu-item-wrapper .menu-item .menu-label {
  font-size: 2.153em;
  padding-left: 0px;
}
#main-menu .menu li:first-child .menu-item {
  background: none;
}
#main-menu .menu .menu-item .menu-label {
  background: none;
}
#main-menu .menu .selected .menu-item-wrapper,
#main-menu .menu .menu-item-wrapper:hover,
#main-menu .menu .menu-item-wrapper:focus {
  background: none;
}
#header .header-body {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0;
}
#header .line-separator {
  width: 0px;
  height: 50px;
  border: 2px solid #c0c0c0;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 4px 4px 4px 4px;
}
#header .text-header {
  font-size: 2.2em;
  font-weight: bold;
  font-family: "Segoe UI Light", "Segoe", "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  overflow: hidden;
  width: 350px;
  color: #22619B;
}
