/*
	Project		: svn eZPublish Actimage
	Author		: Maximilien LELEU <maximilien.leleu@actimage.com>
	Revision	: Décembre 2013
	Description	: Contient l’ensemble des règles pour la version mobile (méthode Responsive Web Design)
				 => Prise en compte si l'écran est plus grand que 0 ET plus petit ou égal à 1200px

	Copyright	: ACTIMAGE
*/
body.no-scroll {
  overflow: hidden;
}
#btn-menu {
  width: 20px;
  position: relative;
}
#btn-menu span,
#btn-menu span::before,
#btn-menu span::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  position: absolute;
  background: #333;
  margin: auto;
  width: 100%;
  height: 2px;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#btn-menu span:before {
  top: -6px;
}
#btn-menu span:after {
  top: 6px;
}
#btn-menu span:before,
#btn-menu span:after {
  transform: rotate(0deg);
}
#btn-menu.active span {
  background: 0;
}
#btn-menu.active span:before {
  transform: rotate(45deg);
}
#btn-menu.active span:after {
  transform: rotate(-45deg);
}
#btn-menu.active span:before,
#btn-menu.active span:after {
  top: 0;
}
#btn-menu.active span,
#btn-menu.active span:before,
#btn-menu.active span:after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}
#banner-wrapper {
  display: none;
}
#header-wrapper {
  padding-bottom: 0;
}
#header-wrapper #header {
  width: 100%;
}
#header-wrapper #header > * {
  float: none;
  display: block;
}
#header-wrapper #header #left-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d4d4d4;
}
#header-wrapper #header #left-menu #language {
  display: block;
  position: absolute;
  left: 20px;
  top: 33px;
  width: auto;
}
#header-wrapper #header #left-menu #logo {
  padding: 10px;
  height: 90px;
}
#header-wrapper #header #left-menu #btn-menu {
  display: block;
  position: absolute;
  top: 45px;
  right: 20px;
}
#header-wrapper #header #left-menu .slogan {
  display: none;
}
#header-wrapper #header #right-menu {
  margin-top: 90px;
}
#header-wrapper #header #right-menu #quick-search {
  width: calc(100% - 120px);
}
#header-wrapper #header #right-menu #quick-search input[type=text] {
  width: calc(100% - 60px);
}
#header-wrapper #header .advertise {
  margin: 20px auto;
  text-align: center;
  position: static;
}
#navigation {
  width: 75%;
  height: calc(100vh - 90px);
  position: fixed;
  top: 90px;
  right: -75%;
  overflow-y: auto;
  transition: all 0.5s;
}
#navigation.active {
  right: 0;
}
#navigation > ul {
  display: block;
  padding: 20px 30px 0 30px;
}
#navigation > ul > li > span,
#navigation > ul > li > a {
  font-size: 20px;
}
#navigation > ul li {
  display: block;
  text-align: left;
  height: auto;
  margin-bottom: 20px;
}
#navigation > ul li:last-child > span:before,
#navigation > ul li:last-child > a:before {
  display: block;
}
#navigation > ul li.active > span:before {
  content: '\e909';
}
#navigation > ul li.active > span + div {
  display: block;
  position: static;
  border: 0;
  background: none !important;
  box-shadow: none;
  padding: 15px 15px 0 15px;
}
#navigation > ul li:hover > a,
#navigation > ul li:focus > a,
#navigation > ul li:hover > span,
#navigation > ul li:focus > span {
  background-color: #6a9c32;
  color: #fff;
}
#navigation > ul li > span,
#navigation > ul li > a {
  display: block;
  padding: 5px 0;
  text-align: left;
  color: #fff;
}
#navigation > ul li > span:before,
#navigation > ul li > a:before {
  font-family: icons;
  float: right;
  right: 0;
  left: auto;
}
#navigation > ul li > span:before {
  content: '\e90a';
}
#navigation > ul li > span + div {
  display: none;
}
#navigation > ul li > a:before {
  content: '\e908';
}
#navigation > ul li .family-products {
  padding-left: 0;
}
#navigation > ul li .family-products:last-child li:last-child {
  margin-bottom: 0;
}
#navigation > ul li .family-products li {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}
#navigation > ul li .family-products li:last-child {
  margin-bottom: 0;
}
#navigation > ul li .family-products + .family-products {
  margin-top: 10px;
}
#navigation #banner {
  padding: 0;
}
#navigation #banner > ul {
  display: block;
  padding: 0 30px 20px 30px;
}
#navigation #banner > ul li {
  display: block;
  text-align: left;
  height: auto;
  margin-bottom: 10px;
  padding: 5px 0;
  margin-left: 0;
}
#navigation #banner > ul li:before {
  display: none;
}
#navigation #banner > ul li a {
  font-size: 15px;
}
#content {
  width: 100%;
  padding: 20px;
}
#content.cols2 #content-1 {
  width: 66.666%;
}
#content.cols2 #content-2 {
  width: 33.333%;
}
#content #content-1 {
  width: 100%;
}
#footer .container {
  width: 100%;
}
.rowfull {
  padding: 30px 20px;
}
.rowfull.newsletter:before,
.rowfull.newsletter:after {
  display: none;
}
.rowfull.newsletter form {
  width: 100%;
}
.rowfull.publications .grid2 .txtright .box,
.rowfull.publications .grid2 .txtleft .box {
  width: calc(100% - 10px);
  margin-left: 10px;
}
.rowfull.advertise a {
  width: 100%;
}
.block.articles .grid3 > * {
  width: 50%;
}
.produit-eco .grid2 > *,
.produit-tech .grid2 > *,
.produit-eco .grid3 > *,
.produit-tech .grid3 > * {
  width: 50%;
}
