@charset "UTF-8";
/* CSS Document */
/*body {background-color: blue;}*/
body {
  letter-spacing: normal;
  /*letter-spacing: 0.045rem;*/
}
/* Typo */
h1, .h1 {
  letter-spacing: 0;
}
#header {
  padding: 3em 0 0.1em 0;
}
.image.main img {
  max-height: 850px;
  width: auto;
  max-width: 100%;
}
a.no-border {
  border-bottom: none;
}
p {
    margin: 0 0 1rem 0;
}
div.texte {
  margin-bottom: 3rem;
}
.rubrique {
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.35em;
  /*text-transform: uppercase;*/
  /*font-size: 1rem;*/
}
/* Animations */
body:not(.is-touch) .animHover img {
  -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  /*width: calc(33.3333333333% - 2.5em);
  margin: 2.5em 0 0 2.5em;*/
}
body:not(.is-touch) .animHover:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
