/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/**
 * @file
 *
 * Define all mixins, variables, etc.
 */
.reset, p,
ul,
li,
input,
button,
.block, #page, #header {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  border: none; }

.titre, h1, h2, h3, h4, h5 {
  font: 1em normal "Arial, Helvetica", sans-serif;
  color: #1D1D1D;
  margin: 5px 0 30px; }

.linkDefault, a, button,
input[type="submit"] {
  font: 1em normal "Arial, Helvetica", sans-serif;
  color: #018DCB;
  text-decoration: underline; }
  .linkDefault:hover, a:hover, button:hover,
  input[type="submit"]:hover {
    text-decoration: none;
    color: #5E6466; }

body {
  font: 1em normal "Arial, Helvetica", sans-serif;
  line-height: normal;
  color: #1D1D1D; }

h1, h2, h3, h4, h5 {
  line-height: 39.2px;
  font-size: 28px;
  font-size: 2.33333rem; }

h2 {
  line-height: 28px;
  font-size: 20px;
  font-size: 1.66667rem;
  margin-bottom: 15px; }

h3 {
  line-height: 25.2px;
  font-size: 18px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold; }

a {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

input[type="email"], input[type="text"], input[type="password"], input[type="search"], input[type="url"], textarea {
  padding: 8px;
  margin: 2px 0 4px;
  background: #FFF;
  border-radius: 6px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box; }

button,
input[type="submit"] {
  display: block;
  padding: 12px;
  background: #018DCB;
  color: white;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
  margin: 4px 0 2px; }
  button:hover, button.active,
  input[type="submit"]:hover,
  input[type="submit"].active {
    color: #018DCB;
    background: white; }
  button:hover,
  input[type="submit"]:hover {
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2); }

article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c2dfec; }
  article .submitted {
    font-weight: bold;
    color: #5E6466;
    margin: 5px 0 12px; }
  article .field-name-field-image {
    float: left;
    margin-right: 25px; }
  article .field-name-body {
    margin-bottom: 12px; }
  article:last-of-type {
    border: none; }

.view-content .item-list > ul > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c2dfec;
  box-sizing: border-box; }
  .view-content .item-list > ul > li article {
    margin-bottom: 0;
    padding-bottom: 0; }
  .view-content .item-list > ul > li:last-of-type {
    border: none; }

.view-content .item-list > ul.two-col-list {
  background: blue; }
  .view-content .item-list > ul.two-col-list > li {
    width: 49%;
    float: left;
    clear: left;
    padding: 0 20px 0 0;
    border: none; }
    .view-content .item-list > ul.two-col-list > li:nth-of-type(2n+2) {
      float: right;
      clear: right;
      padding: 0 0 0 20px; }

.outer-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px;
  position: relative; }

#page {
  max-width: 100%;
  clear: both; }

#main {
  overflow: hidden;
  clear: both; }

#content {
  width: 100%;
  box-sizing: border-box; }

.aside {
  width: 20%;
  box-sizing: border-box;
  float: left; }

.one-sidebar #content {
  width: 80%;
  float: left; }

.two-sidebars #content {
  width: 60%;
  float: left; }

#page-title-wrap {
  padding: 10px 0 15px;
  margin: 0 0 15px; }

#page-title {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
  position: relative; }

#footer-top-outer {
  text-align: center;
  background: #018DCB;
  color: #FFF; }
  #footer-top-outer a {
    color: #FFF;
    text-decoration: none; }
    #footer-top-outer a:hover {
      text-decoration: underline; }
  #footer-top-outer li {
    list-style: none;
    display: inline-block;
    padding: 0 6px;
    border-left: 2px dotted #FFF; }
    #footer-top-outer li:first-of-type {
      border-left: none; }

#foot-page {
  text-align: center;
  color: #018DCB; }
  #foot-page li {
    list-style: none;
    display: inline-block;
    padding: 0 12px 0 16px;
    border-left: 1px solid #FFF; }
    #foot-page li:first-of-type {
      border-left: none; }
  #foot-page a {
    color: #018DCB; }

#header {
  margin-bottom: 25px;
  background: #5E6466;
  color: #FFF; }
  #header .outer-wrap {
    padding-bottom: 0; }
  #header h2, #header h3, #header a {
    color: #FFF; }
  #header #name-and-slogan {
    margin: 50px 0 0 20px; }

#block-search-form {
  position: absolute;
  right: 12px;
  top: 50px;
  padding: 18px 38px 0 0;
  background: url(img/search.png) top right no-repeat;
  cursor: pointer; }
  #block-search-form .container-inline {
    height: 36px;
    position: relative;
    margin: 4px 0 8px; }
  #block-search-form .form-item {
    float: right;
    margin: 0;
    padding-right: 90px; }
  #block-search-form .form-actions {
    position: absolute;
    right: 0; }
  #block-search-form .form-text,
  #block-search-form .form-submit {
    height: 36px;
    margin: 0; }
  #block-search-form .form-text {
    min-width: 180px;
    padding-right: 20px; }
  #block-search-form .form-submit {
    border-radius: 0 6px 6px 0;
    padding: 9px 6px 10px; }
