/*
	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 à 700px

	Copyright	: ACTIMAGE
*/
/* Adaptation de la structure  */
.open,
.close {
  display: none;
}
#content .grid3.inbl-list > *,
.article-suggest > div,
.steps li,
#content .article-suggest > div {
  display: block;
  width: 100%;
}
#content.rubric .grid3.inbl-list > *,
#content.rubrics .grid3.inbl-list > * {
  display: inline-block;
  width: 50%;
}
#content .grid3.inbl-list .list > ul > li {
  border-top: 1px dashed #DEDEDE;
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  width: 50%;
}
/* Header */
#header-column1,
#header-column2 {
  display: inline-block;
}
#header-column1 {
  padding-right: 15px;
  width: 70%;
}
#header .advertise {
  text-align: center;
}
#header .advertise img {
  width: 100%;
}
#header-column2 {
  width: 100%;
}
#header-column2 > * {
  display: inline-block;
  margin: 10px 0;
  padding: 0 15px;
  vertical-align: top;
  width: 50%;
}
#header-column2 #basket {
  padding-right: 0;
}
/* Article web */
.article-suggest {
  border: none;
}
.article-suggest > div,
.article-suggest > div:first-child {
  margin-top: 10px;
  border-color: #574a44;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}
.article-suggest .inner-box {
  display: block !important;
}
/******************************************/
/*************  PLAN DU SITE  *************/
/******************************************/
/* #574a44 | #b4003c | #088106 | #fba606 */
#sitemap > li {
  margin: 0;
}
#sitemap > li > a,
#sitemap > li > span {
  width: 100%;
}
#sitemap > li > ul {
  border-left: none;
  border-top: 3px solid #088106;
  padding: 5px 40px;
  width: 100%;
}
#sitemap > li > ul > li {
  margin: 5px 0;
}
#sitemap > li > ul > li > span {
  display: block;
}
#sitemap > li > ul > li > ul {
  border-left: none;
  margin: 0;
  padding: 5px;
}
.rowfull.newsletter .container {
  border-spacing: 0;
}
.rowfull.newsletter .container > * {
  display: inline-block;
  width: 100%;
}
#right-menu {
  position: relative;
}
#right-menu .btn-container {
  position: static;
}
#right-menu .btn-container .content-menu {
  width: 100%;
  min-width: 0;
}
