/**********************/
/**** BASE / THEME ****/
/**********************/
body{
  /* Base setting, for example :
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #262626;
  */
}
ul,li{
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
a{
  /*
  color: #004c8d;
  text-decoration: underline;
  */
}
a:hover{

}
h1{
  /*
  font-weight: 700;
  font-size: 2em;
  */
}
h2{
  /*
  font-weight: 400;
  font-size: 1.75em;
  */
}
h3{
  /*
  font-weight: 700;
  font-size: 1.5em;
  */
}
img{
  max-width: 100%;
  height: auto;
  display: block; /* Optionnel */
}
.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}
.overflow{
  overflow: auto;
}

.pager__item--last, .pager__item--first{
  display: none;
}

/**** WYSIWYG front styling ****/
/* Par exemple : */
.wysiwyg-selector p{
  /* same as body */
}
.wysiwyg-selector ul li:before{
  content: "• ";
}
.wysiwyg-selector ol{
  counter-reset: section;
}
.wysiwyg-selector ol li:before{
  counter-increment: section;
  content: counter(section) " ";
}
.wysiwyg-selector div.encadre{
  padding: 1.3571em;
  border: 1px solid #DBDBDB;
}

/****************/
/**** LAYOUT ****/
/****************/
.site-size-wrapper{
  width: 100%;
  max-width: 1350px; /* Changer la valeur en fonction de la taille max du site */
  margin: 0 auto;
  position: relative;
}
#main{

}
.no-sidebars #content{
  float: none;
  width: 100%;
}
.sidebar-first #content{
  float: left;
  width: 75%;
  padding-left: 0.5em;
}
.sidebar-first .region-sidebar-first {
  float: left;
  width: 25%;
  padding-right: 0.5em;
}
.sidebar-second #content {
  float: left;
  width: 75%;
  padding-right: 0.5em;
}
.sidebar-second .region-sidebar-second {
  float: right;
  width: 25%;
  padding-left: 0.5em;
}
.sidebar-second.sidebar-first #content {
  float: none;
  width: 50%;
  padding: 0 0.5em;
}

/**** HEADER ****/
/* Preheader */
/* Logo */
/* Menu principal */
/* Menu déroulant */


/**** CONTENT ****/
/* Breadcrumbs */
/* Addthis */
/* Content */

/**** FOOTER ****/
