@charset "UTF-8";
/********** Variables
*****************************************************************************************************/
@font-face {
  font-family: 'roboto_slabregular';
  src: url("/assets/fonts/RobotoSlab-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansregular';
  src: url("/assets/fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/********** Mixin centré
*****************************************************************************************************/
/********** Media screen
*****************************************************************************************************/
@media screen and (min-width: 1600px) {
  html {
    font-size: 100%; } }

@media screen and (min-width: 1300px) and (max-width: 1599px) {
  html {
    font-size: 90%; } }

@media screen and (min-width: 1024px) and (max-width: 1299px) {
  html {
    font-size: 80%; } }

@media screen and (max-width: 1023px) {
  html {
    font-size: 70%; } }

/********** Général
*****************************************************************************************************/
* {
  outline: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  font-family: "roboto_slabregular", serif; }

[hidden] {
  display: none; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

img {
  border-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%; }

/********** Icones Google
*****************************************************************************************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../icons/MaterialIcons-Regular.woff2) format("woff2"), url(../icons/MaterialIcons-Regular.woff) format("woff"), url(../icons/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/********** Formulaires
*****************************************************************************************************/
form {
  width: 100%;
  margin: 4% 0 0 2%;
  font-family: "open_sansregular", sans-serif;
  border: none; }
  form .ck {
    margin-bottom: 1%; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible;
  line-height: 1.15;
  display: block;
  width: 100%;
  padding: 1%;
  margin-bottom: 14px;
  font-size: 1.2rem;
  color: #3d3d3d;
  background-color: #FFF;
  border: 1px solid #006876; }

::-webkit-input-placeholder {
  /* Chrome */
  color: #006876;
  opacity: .5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #006876;
  opacity: .5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #006876;
  opacity: .5; }

input[type="submit"], input[type="button"], a.button, a[href="#close-modal"] {
  display: inline-block;
  max-width: 8vw;
  margin-right: 1%;
  padding: .5% 1%;
  font-size: 1.1vw;
  line-height: 1.4;
  color: #006876;
  border: none;
  background-color: transparent;
  border: 1px solid #006876;
  cursor: pointer; }

input[type="submit"], input[type="button"] {
  font-family: "open_sansregular", sans-serif; }

input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
  color: #FFF;
  background-color: #006876; }

h1.form {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  color: #c7a74c; }

.boutons {
  margin: 2% 0 0 2%; }
  .boutons a {
    display: inline-block;
    max-width: 10vw;
    margin-right: 1%;
    padding: .5% 1%;
    font-size: 1.1vw;
    line-height: 1.4;
    color: #006876;
    border: none;
    background-color: transparent;
    border: 1px solid #006876;
    cursor: pointer; }
    .boutons a:hover {
      color: #FFF;
      background-color: #006876; }

body {
  background-color: #eae1d0; }

#wrap {
  min-height: 100%;
  display: flex; }
  #wrap #lateral {
    padding: 0 1%;
    white-space: nowrap;
    text-align: right;
    background-color: #9a2d43; }
    #wrap #lateral a {
      color: #FFF;
      opacity: .5; }
    #wrap #lateral a:hover, #wrap #lateral a.active {
      opacity: 1; }
    #wrap #lateral #menu {
      display: none;
      margin-top: 30%; }
      #wrap #lateral #menu ul {
        margin-bottom: 30%; }
        #wrap #lateral #menu ul li {
          width: 100%;
          font-size: 2rem; }
  #wrap #contenu {
    grid-column: 2; }
    #wrap #contenu h1 {
      font-size: 2.4rem;
      color: #9a2d43; }
      #wrap #contenu h1 .couleur {
        background-color: #FFF;
        color: #000; }
    #wrap #contenu .grid-medium {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 1rem;
      padding: 3% 0 0 3%; }
      #wrap #contenu .grid-medium .vignette {
        position: relative;
        background-color: #eae1d0; }
        #wrap #contenu .grid-medium .vignette:hover {
          background-color: #9a2d43;
          -webkit-transition: background-color 2s;
          /* Safari */
          transition: background-color 800ms; }
        #wrap #contenu .grid-medium .vignette img {
          max-width: 100%;
          padding: 4%; }
        #wrap #contenu .grid-medium .vignette .intitule {
          position: absolute;
          bottom: 2%;
          left: 2%;
          background-color: #c7a74c; }
          #wrap #contenu .grid-medium .vignette .intitule h3 {
            color: #FFF;
            padding: .3rem .5rem;
            font-weight: normal; }
