@charset "UTF-8";
/* ========================================================= */
/* Variables =============================================== */
/* ========================================================= */
/* ========================================================= */
/* Grid & font ============================================= */
/* ========================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  text-align: center; }

html {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  /*============font rendering=============*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility; }

@media screen and (min-width: 800px) {
  html {
    font-size: 18px; } }
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px; } }
@media screen and (min-width: 1800px) {
  html {
    font-size: 21px; } }
h1, .h1 {
  font-size: 3.375em;
  /* 54px / 16 = 3.375 */
  line-height: 1.3888889em;
  /* 75px / 54 = 1.3888889 */
  margin: 0.92592593em 0;
  /* 50px / 54 = 0.92592593 */
  max-width: 22.5em;
  /* 22.5em = 45 caracteres // 37.5 = 75 caracteres */ }

h2, .h2 {
  font-size: 2.25em;
  /* 36px / 16 = 2.25em */
  line-height: 1.3888889em;
  /* 50px / 36 = 1.3888889 */
  margin: 1.18055556em 0;
  /* 42.5px / 36 = 1.18055556 */
  max-width: 27.5em;
  /* 22.5em = 45 caracteres // 37.5 = 75 caracteres */ }

h3, .h3 {
  font-size: 1.5em;
  /* 24px / 16 = 1.5 */
  line-height: 1.5625em;
  /* 37.5px / 24 = 1.5625 */
  margin: 1.5625em 0;
  /* 37.5px / 36 = 1.5625 */
  max-width: 32.5em;
  /* 22.5em = 45 caracteres // 37.5 = 75 caracteres */ }

p, h4, .h4, h5, .h5 {
  font-size: 1.2em;
  line-height: 1.5625em;
  /* 25px / 16 = 1.5625 */
  margin: 1.5625em 0;
  /* 25px / 16 = 1.5625 */
  max-width: 37.5em;
  /* 22.5em = 45 caracteres // 37.5 = 75 caracteres */ }

hr.localisation {
  position: relative;
  display: block;
  height: 1px;
  background-color: #EDEDED;
  border: none;
  margin-top: 50px;
  margin-left: 8px; }

hr.localisation::after {
  position: absolute;
  z-index: +1;
  top: -18px;
  left: -14px;
  width: 14px;
  height: 18px;
  content: "";
  background: white url(img/localisation.png) no-repeat center;
  background-size: contain; }

address {
  font-size: .8em;
  font-style: italic; }

.legend {
  font-size: 0.75em;
  /* 12px / 16 = 0.75 */
  line-height: 1.171875em;
  /* 18.75px / 16 = 1.171875 */
  margin: 1.171875em 0;
  /* 18.75px / 16 = 1.171875 */
  max-width: 37.5em;
  /* 22.5em = 45 caracteres // 37.5 = 75 caracteres */ }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

.container {
  margin: auto;
  display: inline-block;
  width: 100%;
  max-width: 1080px;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px; }

.container:after,
.row::after {
  content: '';
  display: table;
  clear: both; }

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1280px; } }
/* ========================================================= */
/* Main ==================================================== */
/* ========================================================= */
p {
  margin: 1em 0; }

p:first-child {
  margin-top: 0; }

a {
  text-decoration: none;
  color: #00B1C7; }
  a:hover, a:focus {
    color: #0F3E5E; }

article {
  padding-top: 32px;
  padding-bottom: 32px; }
  article h1 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1em;
    font-size: 2.5em;
    font-weight: 800;
    color: #00B1C7; }
  article h2 {
    font-size: 1.5em;
    line-height: 1.5625em;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 800; }
  article header li {
    margin-bottom: 8px; }
  article header i {
    font-size: 2em; }
  article img {
    /*display: block;
    width: 100%;*/
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2); }
  article footer {
    background-color: #00B1C7;
    color: white;
    padding: 16px;
    font-size: 14px;
    line-height: 1.2em; }
  article figure img {
    display: inline-block;
    width: 150px;
    overflow: hidden;
    box-shadow: none; }
  article figcaption {
    font-size: 1.225em;
    margin-top: 0.225em; }
  article hr {
    max-width: 200px;
    border: 1px solid #EDEDED; }
  article ul {
    line-height: 1.5em; }
  article ul.du_meme {
    line-height: 1em; }
    article ul.du_meme li {
      margin: .8em 0; }
  article .icon-arlea {
    display: inline-block;
    padding: 18px;
    font-size: 2em;
    border: 1px solid #00B1C7;
    border-radius: 50%; }
  article .action li {
    display: inline-block; }
  article .action i {
    font-size: inherit; }
  article .action a {
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: 36px;
    background-color: #EA6059;
    border-radius: 5%;
    color: white;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    margin-right: 8px;
    padding: 10px 10px 10px 5px; }
    article .action a::after {
      content: attr(data-action);
      position: absolute;
      left: 50%;
      bottom: -26px;
      width: 100px;
      color: #CE2B24;
      font-size: 14px;
      line-height: .8em;
      -webkit-transform: translateX(-50%) translateY(8px);
      -moz-transform: translateX(-50%) translateY(8px);
      -o-transform: translateX(-50%) translateY(8px);
      transform: translateX(-50%) translateY(8px);
      opacity: 0;
      transition: all .1s ease-out;
      pointer-events: none; }
    article .action a:hover, article .action a:focus {
      background-color: #CE2B24; }
      article .action a:hover::after, article .action a:focus::after {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        transition: all .3s ease-out; }

@media screen and (max-width: 64em) and (min-width: 35.5em) {
  article .icon-arlea {
    font-size: 5em;
    padding: 32px;
    border-width: 2px; } }
textarea {
  resize: none; }

.formulaire_spip input.text,
.formulaire_spip textarea {
  display: block;
  padding: .5rem;
  border-radius: 5px;
  border: 1px solid #C5C5C5; }
.formulaire_spip label {
  display: block;
  font-size: .8em;
  font-weight: 800;
  color: #00B1C7;
  margin-bottom: 8px; }
.formulaire_spip button {
  padding: .5rem 1rem;
  border: none;
  border-radius: 5px;
  background-color: #00B1C7;
  -webkit-appearence: none;
  color: white;
  font-weight: 600;
  font-size: .8em;
  transition: all .2s ease-out; }
  .formulaire_spip button:hover, .formulaire_spip button:focus {
    background-color: #0F3E5E; }

/* ========================================================= */
/* Utils =================================================== */
/* ========================================================= */
.code {
  margin-top: 1.5em; }

.code_barre {
  font-family: 'code_128regular';
  font-size: 4em; }

.cesure {
  hyphens: auto; }

.couv_livre {
  width: 100%; }

.wrapper {
  overflow: hidden; }

.border {
  border: 1px solid #EDEDED; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.no-padded {
  padding: 0; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.small {
  font-size: .8em; }

.margin-0 {
  margin: 0 !important; }

.m-128 {
  margin: 128px; }

.m-64 {
  margin: 64px; }

.m-32 {
  margin: 32px; }

.m-16 {
  margin: 16px; }

.m-8 {
  margin: 8px; }

.m-0 {
  margin: 0px; }

.m-left-128 {
  margin-left: 128px; }

.m-left-64 {
  margin-left: 64px; }

.m-left-32 {
  margin-left: 32px; }

.m-left-16 {
  margin-left: 16px; }

.m-left-8 {
  margin-left: 8px; }

.m-left-0 {
  margin-left: 0px; }

.m-right-128 {
  margin-right: 128px; }

.m-right-64 {
  margin-right: 64px; }

.m-right-32 {
  margin-right: 32px; }

.m-right-16 {
  margin-right: 16px; }

.m-right-8 {
  margin-right: 8px; }

.m-right-0 {
  margin-right: 0px; }

.m-top-128 {
  margin-top: 128px; }

.m-top-64 {
  margin-top: 64px; }

.m-top-32 {
  margin-top: 32px; }

.m-top-16 {
  margin-top: 16px; }

.m-top-8 {
  margin-top: 8px; }

.m-top-0 {
  margin-top: 0px; }

.m-bottom-128 {
  margin-bottom: 128px; }

.m-bottom-64 {
  margin-bottom: 64px; }

.m-bottom-32 {
  margin-bottom: 32px; }

.m-bottom-16 {
  margin-bottom: 16px; }

.m-bottom-8 {
  margin-bottom: 8px; }

.m-bottom-0 {
  margin-bottom: 0px; }

.p-128 {
  padding: 128px; }

.p-64 {
  padding: 64px; }

.p-32 {
  padding: 32px; }

.p-16 {
  padding: 16px; }

.p-8 {
  padding: 8px; }

.p-0 {
  padding: 0px; }

.p-left-128 {
  padding-left: 128px; }

.p-left-64 {
  padding-left: 64px; }

.p-left-32 {
  padding-left: 32px; }

.p-left-16 {
  padding-left: 16px; }

.p-left-8 {
  padding-left: 8px; }

.p-left-0 {
  padding-left: 0px; }

.p-right-128 {
  padding-right: 128px; }

.p-right-64 {
  padding-right: 64px; }

.p-right-32 {
  padding-right: 32px; }

.p-right-16 {
  padding-right: 16px; }

.p-right-8 {
  padding-right: 8px; }

.p-right-0 {
  padding-right: 0px; }

.p-top-128 {
  padding-top: 128px; }

.p-top-64 {
  padding-top: 64px; }

.p-top-32 {
  padding-top: 32px; }

.p-top-16 {
  padding-top: 16px; }

.p-top-8 {
  padding-top: 8px; }

.p-top-0 {
  padding-top: 0px; }

.p-bottom-128 {
  padding-bottom: 128px; }

.p-bottom-64 {
  padding-bottom: 64px; }

.p-bottom-32 {
  padding-bottom: 32px; }

.p-bottom-16 {
  padding-bottom: 16px; }

.p-bottom-8 {
  padding-bottom: 8px; }

.p-bottom-0 {
  padding-bottom: 0px; }

.bg-bleu {
  background-color: #1F7B99; }

.bg-bleu-clair {
  background-color: #00B1C7; }

.bg-gris-clair {
  background-color: #EDEDED; }

.bg-bleu-fonce {
  background-color: #0F3E5E; }

.bg-rouge-clair {
  background-color: #EA6059; }

.bg-rouge {
  background-color: #EA4E49; }

.bg-blanc {
  background-color: white; }

.bg-gris-clair {
  background-color: #EDEDED; }

.bg-gris {
  background-color: #C5C5C5; }

.txt-bleu {
  color: #1F7B99; }

.txt-bleu-clair {
  color: #00B1C7; }

.txt-bleu-fonce {
  color: #0F3E5E; }

.txt-rouge-clair {
  color: #EA6059; }

.txt-rouge {
  color: #EA4E49; }

.txt-blanc {
  color: white; }

.txt-noir {
  color: black; }

.light {
  font-weight: 200; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 600; }

.black {
  font-weight: 800; }

.italic {
  font-style: italic; }

.round {
  border-radius: 50%; }

.img-full-width {
  min-width: 100%; }

.btn {
  padding: 12px 32px;
  text-align: center;
  font-weight: 600;
  border-radius: 3px;
  transition: all .2s ease-out; }

[class*='col-'] img,
[class^='col-'] img {
  max-width: 100%; }

[class*='col-'] input,
[class^='col-'] input {
  width: 100%; }

[class*='col-'] textarea,
[class^='col-'] textarea {
  width: 100%; }

/* ========================================================= */
/* Components ============================================== */
/* ========================================================= */
.breadcrumb li {
  display: inline-block; }

#menu {
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: white;
  width: 100%;
  height: 100px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
  #menu .container {
    height: 100px; }
  #menu h1 {
    margin: 0;
    font-size: 1em;
    margin-top: 1em;
    line-height: 1em; }
  #menu .col, #menu [class*=col-] {
    padding-bottom: 0; }
  #menu ul {
    margin: 0;
    margin-bottom: -9px;
    -webkit-flex-grow: 3 !important;
    -moz-flex-grow: 3 !important;
    flex-grow: 3 !important; }
    #menu ul a {
      display: block;
      padding: 16px 8px; }
  #menu li {
    margin: 0;
    display: inline-block;
    list-style-type: none; }
    #menu li.active {
      background-color: #00B1C7; }
      #menu li.active a {
        color: white; }
  #menu a {
    color: #00B1C7;
    text-transform: uppercase;
    font-size: .8em;
    transition: all .2s; }
    #menu a:hover, #menu a:focus {
      background-color: #00B1C7;
      color: white; }
    #menu a.toggle-search {
      color: #EA6059; }
      #menu a.toggle-search:hover, #menu a.toggle-search:focus {
        background-color: #EA6059;
        color: white; }
  #menu form {
    display: inline-block; }
  #menu input {
    border: none;
    background-color: #EDEDED;
    padding: 4px 8px; }
  #menu button {
    padding: 0;
    padding-right: .2rem;
    padding-left: .2rem;
    border: none;
    background-color: white;
    border-radius: 0;
    font-size: 1em;
    height: 23px;
    vertical-align: middle;
    color: #00B1C7;
    border-right: 1px solid #00B1C7;
    float: right; }
    #menu button:hover, #menu button:focus {
      border-right: 1px solid #C5C5C5;
      color: #C5C5C5; }
  #menu .socials {
    position: absolute;
    top: 8px;
    right: 8px; }
    #menu .socials a {
      width: 35px;
      height: 35px;
      display: inline-block;
      margin-left: 8px;
      border-radius: 50%;
      color: white;
      text-align: center;
      vertical-align: middle;
      font-size: 1.2em;
      line-height: 40px;
      background-color: #00B1C7;
      transition: background-color .2s; }
      #menu .socials a:hover, #menu .socials a:focus {
        background-color: #1F7B99; }
  #menu .container {
    position: relative;
    padding: 0 8px; }
  #menu .mobile-search {
    visibility: hidden;
    display: none; }
  #menu #logo {
    display: block; }
    #menu #logo:hover, #menu #logo:focus {
      background-color: transparent;
      opacity: .5; }

.newsletter {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  height: 0;
  background-color: #00B1C7;
  color: white; }
  .newsletter + * {
    margin-top: 100px; }
  .newsletter p {
    margin: 8px;
    font-family: 'Berling';
    font-style: italic; }
  .newsletter form {
    margin-right: 8px; }
  .newsletter p, .newsletter form {
    display: inline-block; }
  .newsletter input {
    display: inline-block;
    border: none;
    background-color: white;
    padding: 4px 8px; }
  .newsletter button {
    padding: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-weight: 400;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: .8em;
    height: 23px;
    vertical-align: middle;
    color: white;
    border-right: 1px solid white; }
    .newsletter button:hover, .newsletter button:focus {
      border-right: 1px solid #1F7B99;
      color: #1F7B99; }

@media screen and (max-width: 950px) {
  #menu {
    height: 76px; }
    #menu .container {
      height: 76px; }
    #menu h1 {
      max-width: 150px; }
      #menu h1 img {
        width: 100%; }

  .newsletter {
    top: 76px; }
    .newsletter + * {
      margin-top: 124px; } }
@media screen and (max-width: 950px) {
  #menu {
    text-align: center;
    height: 50px; }
    #menu .container {
      height: 50px; }
    #menu h1 {
      margin: auto;
      display: inline-block;
      height: 40px;
      margin-top: 5px; }
      #menu h1 a {
        display: block;
        height: 40px; }
      #menu h1 img {
        height: 40px; }
    #menu ul.mobile-menu {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #00B1C7;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: hidden;
      transition: all 0.2s cubic-bezier(0.08, 0.9, 0.72, 0.97); }
      #menu ul.mobile-menu.open {
        transition: transform 0.5s cubic-bezier(0.08, 0.9, 0.72, 0.97);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        visibility: visible; }
      #menu ul.mobile-menu li {
        width: 100%;
        display: block;
        text-align: center; }
        #menu ul.mobile-menu li.active a {
          font-weight: 400;
          color: #0F3E5E; }
        #menu ul.mobile-menu li:first-child a {
          border-top: none; }
        #menu ul.mobile-menu li:last-child a {
          border-bottom: none; }
      #menu ul.mobile-menu a {
        font-size: 1.5em;
        width: 100%;
        display: block;
        color: white;
        font-weight: 200;
        border-top: 1px solid #00d4ef;
        border-bottom: 1px solid #008e9f; }
    #menu .socials {
      display: none;
      visibility: hidden; }
    #menu form {
      background-color: white;
      padding: 10px;
      padding-bottom: 10px !important;
      padding-right: 0;
      position: absolute;
      top: 4px;
      left: 50px;
      right: 42px;
      z-index: +1;
      transition: all .1s ease-in;
      visibility: hidden;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
      #menu form input {
        width: 100%; }
      #menu form button {
        padding-right: 4px;
        float: right; }
      #menu form.open {
        transition: transform .1s ease-in;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
        #menu form.open + div + a {
          margin-right: 3px;
          margin-top: -5px; }
      #menu form i {
        font-size: 1.5em; }
    #menu .burger {
      position: absolute;
      top: 5px;
      left: 12px;
      height: 40px;
      width: 35px; }
      #menu .burger:hover, #menu .burger:focus, #menu .burger:active {
        background: transparent; }
      #menu .burger span {
        display: block;
        width: 100%;
        height: 4px;
        margin-top: 7px;
        background-color: #00B1C7;
        transform-origin: center center;
        transition: all .2s; }
      #menu .burger.open span:nth-child(1) {
        -webkit-transform: translateY(11px) rotate(45deg);
        -moz-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg); }
      #menu .burger.open span:nth-child(2) {
        opacity: 0; }
      #menu .burger.open span:nth-child(3) {
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg); }
    #menu .mobile-search {
      position: absolute;
      top: 10px;
      right: 15px;
      width: 35px;
      height: 40px;
      font-size: 2em;
      visibility: visible;
      display: block;
      text-align: right; }
      #menu .mobile-search .icon-cross {
        font-size: .5em; }

  .newsletter {
    visibility: hidden;
    display: none;
    top: 50px; }
    .newsletter + * {
      margin-top: 50px; } }
#slider {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  color: white;
  font-family: 'Berling', serif;
  font-style: italic;
  overflow: hidden;
  background: url(img/default-slide.svg) no-repeat center;
  background-size: cover; }
  #slider .slides {
    visibility: hidden;
    opacity: 0; }
  #slider .slides,
  #slider .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #slider .cover {
    background-size: cover !important; }
    #slider .cover::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
  #slider .container {
    position: relative;
    z-index: +11;
    height: 100%; }
  #slider .book {
    position: absolute;
    bottom: 0;
    right: 32px;
    max-height: 90%;
    width: auto;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: bookIn 0.7s 0.2s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    -moz-animation: bookIn 0.7s 0.2s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    -o-animation: bookIn 0.7s 0.2s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    animation: bookIn 0.7s 0.2s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    background: url(img/default-slide.svg) no-repeat center;
    background-size: cover; }
  #slider .infos {
    position: absolute;
    left: 32px;
    bottom: 64px;
    max-width: 66.6667%; }
  #slider .title {
    line-height: 1em;
    margin-bottom: 8px;
    opacity: 0;
    -webkit-animation: titleIn .5s ease-in-out forwards;
    -moz-animation: titleIn .5s ease-in-out forwards;
    -o-animation: titleIn .5s ease-in-out forwards;
    animation: titleIn .5s ease-in-out forwards; }
  #slider .author {
    margin-top: 8px;
    opacity: 0;
    -webkit-animation: titleIn .5s .1s ease-in-out forwards;
    -moz-animation: titleIn .5s .1s ease-in-out forwards;
    -o-animation: titleIn .5s .1s ease-in-out forwards;
    animation: titleIn .5s .1s ease-in-out forwards; }
  #slider .controls {
    position: absolute;
    z-index: +12;
    bottom: 5px;
    left: 50%;
    height: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #slider .dots {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    margin: 0 4px;
    transition: all .2s;
    border: 10px solid white; }
    #slider .dots:hover, #slider .dots:focus {
      background-color: #00B1C7;
      border: 5px solid white; }
    #slider .dots.active {
      background-color: #EA4E49;
      border: 5px solid white; }
  #slider .in .book {
    -webkit-animation: bookIn 0.7s 0.2s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    -moz-animation: bookIn 0.7s 0.2s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    -o-animation: bookIn 0.7s 0.2s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    animation: bookIn 0.7s 0.2s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards; }
  #slider .in .title {
    -webkit-animation: titleIn .5s ease-in-out forwards;
    -moz-animation: titleIn .5s ease-in-out forwards;
    -o-animation: titleIn .5s ease-in-out forwards;
    animation: titleIn .5s ease-in-out forwards; }
  #slider .in .author {
    margin-top: 8px;
    opacity: 0;
    -webkit-animation: titleIn .5s .1s ease-in-out forwards;
    -moz-animation: titleIn .5s .1s ease-in-out forwards;
    -o-animation: titleIn .5s .1s ease-in-out forwards;
    animation: titleIn .5s .1s ease-in-out forwards; }
  #slider .out .book {
    -webkit-animation: bookOut 0.7s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    -moz-animation: bookOut 0.7s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    -o-animation: bookOut 0.7s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards;
    animation: bookOut 0.7s cubic-bezier(0.86, 0.15, 0.48, 0.95) forwards; }
  #slider .out .title {
    -webkit-animation: titleOut .4s ease-in-out forwards;
    -moz-animation: titleOut .4s ease-in-out forwards;
    -o-animation: titleOut .4s ease-in-out forwards;
    animation: titleOut .4s ease-in-out forwards; }
  #slider .out .author {
    margin-top: 8px;
    opacity: 0;
    -webkit-animation: titleOut .6s ease-in-out forwards;
    -moz-animation: titleOut .6s ease-in-out forwards;
    -o-animation: titleOut .6s ease-in-out forwards;
    animation: titleOut .6s ease-in-out forwards; }

.wrapp {
  height: 352px;
  text-align: center; }
  .wrapp img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }

@media screen and (max-width: 950px) {
  #slider {
    padding-bottom: 40%; } }
@media screen and (max-width: 650px) {
  #slider {
    padding-bottom: 56.25%; }
    #slider .infos {
      max-width: inherit; }
    #slider .book {
      display: none; } }
@media screen and (max-width: 450px) {
  #slider {
    padding-bottom: 70%; } }
@media screen and (max-width: 350px) {
  #slider {
    padding-bottom: 120%; }
    #slider .h1 {
      font-size: 2.5em; } }
@-webkit-keyframes bookOut {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(150%); } }
@-moz-keyframes bookOut {
  from {
    -moz-transform: translateY(0); }
  to {
    -moz-transform: translateY(150%); } }
@keyframes bookOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(150%); } }
@-webkit-keyframes titleOut {
  from {
    -webkit-transform: translateX(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(150px);
    opacity: 0; } }
@-moz-keyframes titleOut {
  from {
    -moz-transform: translateX(0);
    opacity: 1; }
  to {
    -moz-transform: translateX(150px);
    opacity: 0; } }
@keyframes titleOut {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(150px);
    opacity: 0; } }
@-webkit-keyframes bookIn {
  from {
    -webkit-transform: translateY(150%); }
  to {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bookIn {
  from {
    -moz-transform: translateY(150%); }
  to {
    -moz-transform: translateY(0); } }
@keyframes bookIn {
  from {
    transform: translateY(150%); }
  to {
    transform: translateY(0); } }
@-webkit-keyframes titleIn {
  from {
    -webkit-transform: translateX(-50px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    opacity: 1; } }
@-moz-keyframes titleIn {
  from {
    -moz-transform: translateX(-50px);
    opacity: 0; }
  to {
    -moz-transform: translateX(0);
    opacity: 1; } }
@keyframes titleIn {
  from {
    transform: translateX(-50px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
#event {
  color: white;
  line-height: 1.5em; }
  #event .col,
  #event [class*="col-"] {
    padding-bottom: 0; }
  #event .hour {
    letter-spacing: -.05em;
    border-right: 2px solid white; }
  #event .type {
    font-size: 1.225em;
    font-weight: 200;
    border-right: 2px solid white; }
  #event .btn {
    background-color: #a73834;
    color: white; }
    #event .btn:hover, #event .btn:focus {
      background-color: white;
      color: #EA4E49; }
  #event .event-time {
    color: white;
    border: 2px solid white; }
    #event .event-time .year {
      background-color: white;
      color: #EA4E49; }
  #event .container {
    display: block; }

@media screen and (max-width: 64em) {
  #event .hour,
  #event .type,
  #event .btn-agenda {
    position: absolute;
    visibility: hidden; }
  #event .p-left-32 {
    padding-left: 0; }
  #event [class*=grid] {
    margin: 0; } }
.event-time {
  letter-spacing: -.05em;
  padding: 0;
  display: inline-block;
  color: #EA6059;
  border: 2px solid #EA6059;
  text-align: center; }
  .event-time span {
    display: block; }
  .event-time .day {
    letter-spacing: -.08em;
    margin-top: 8px;
    padding: 0 8px;
    font-size: 3.5em;
    line-height: .8em; }
  .event-time .month {
    font-size: 2em; }
  .event-time .year {
    margin-top: 8px;
    width: 100%;
    padding: 4px;
    background-color: #EA6059;
    color: white;
    font-size: 1.225em; }

.clock {
  position: relative;
  margin-top: 8px;
  max-width: 100%; }
  .clock g {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .clock .o-min,
  .clock .o-hours {
    opacity: .2; }

.events {
  padding: .5rem; }

#footer {
  padding-top: 32px;
  background-color: #00B1C7;
  color: white;
  font-size: .8em; }
  #footer .about {
    color: white;
    transition: all .2s; }
    #footer .about:hover, #footer .about:focus {
      color: #0F3E5E; }
      #footer .about:hover i, #footer .about:focus i {
        border-color: #0F3E5E; }
  #footer input {
    display: inline-block;
    border: none;
    background-color: white;
    padding: 4px 8px; }
  #footer button {
    padding: 0;
    padding-left: 4px;
    padding-right: 8px;
    font-weight: 400;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: .8em;
    height: 23px;
    vertical-align: middle;
    color: white;
    border-right: 1px solid white; }
    #footer button:hover, #footer button:focus {
      border-right: 1px solid #1F7B99;
      color: #1F7B99; }
  #footer i.round {
    display: inline-block;
    font-size: 3.5em;
    padding: 12px;
    border: 2px solid white;
    margin-bottom: 4px; }
  #footer .socials a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 2px;
    margin-top: 8px;
    border-radius: 50%;
    color: #00B1C7;
    font-size: 1.225em;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    background-color: white;
    transition: background-color .2s; }
    #footer .socials a:hover, #footer .socials a:focus {
      background-color: #1F7B99; }
  #footer footer {
    padding: 16px 8px;
    background-color: #1F7B99; }
    #footer footer * {
      color: white; }

#filters {
  position: fixed;
  z-index: 98;
  top: 100px;
  left: 0;
  bottom: 0;
  width: 250px;
  background-color: white;
  text-align: left;
  padding: 32px 24px;
  font-size: 14px;
  line-height: 1.225em;
  border-top: 2px solid #EDEDED;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  overflow-x: visible;
  overflow-y: auto; }
  #filters.filters-active {
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    visibility: visible; }
  #filters ul {
    margin-bottom: 16px; }
  #filters hr {
    border: 1px solid #EDEDED; }

#close-filters {
  position: fixed;
  top: 110px;
  left: 270px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 30px;
  color: white;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateX(-250px) rotate(180deg);
  -moz-transform: translateX(-250px) rotate(180deg);
  transform: translateX(-250px) rotate(180deg);
  visibility: hidden;
  opacity: 0; }
  #close-filters.filters-active {
    -webkit-transition: transform opacity .4s;
    -moz-transition: transform opacity .4s;
    transition: transform opacity .4s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    visibility: visible;
    opacity: 1; }

@media screen and (max-width: 950px) {
  #filters {
    top: 50px; }

  #close-filters {
    top: 60px; } }
#overlay-filters {
  position: fixed;
  z-index: 97;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  visibility: hidden;
  text-align: left; }
  #overlay-filters.filters-active {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    visibility: visible;
    opacity: 1; }

.push-filters {
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }
  .push-filters.filters-active {
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    transform: translateX(250px); }

.form-filters {
  padding: 0 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EDEDED; }
  .form-filters .col,
  .form-filters [class*=col-] {
    padding-bottom: 0; }
  .form-filters i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1em; }
  .form-filters .legend {
    display: inline-block;
    margin: 0;
    color: #C5C5C5; }

@media screen and (max-width: 950px) {
  .form-filters {
    visibility: hidden;
    display: none !important; } }
@media screen and (min-width: 950px) {
  .mobile-filters {
    visibility: hidden;
    display: none; } }
@media screen and (max-width: 950px) {
  .mobile-filters {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: 35px;
    visibility: visible;
    display: block;
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
    .mobile-filters .form-filters {
      padding: 0;
      padding-top: 10px;
      visibility: visible;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      border-bottom: none;
      -webkit-transition: transform .2s ease-in-out;
      -moz-transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0); }

  .filters-active + .mobile-filters {
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    transform: translateX(250px); }

  .controls-blog {
    padding: 0;
    font-size: .8em; } }
.btn-dropdown {
  position: relative;
  color: #00B1C7; }
  .btn-dropdown li a {
    line-height: 1.225em;
    padding: 4px 8px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #EDEDED; }
    .btn-dropdown li a:hover, .btn-dropdown li a:focus {
      background-color: #00B1C7;
      color: white;
      border-bottom: 1px solid #00a1b5; }
  .btn-dropdown i {
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    transition: transform .3s ease; }
  .btn-dropdown .dropdown {
    position: absolute;
    z-index: +99;
    right: 0;
    bottom: -5px;
    width: 200px;
    background-color: white;
    -webkit-transform: translateY(calc(100% + 50px));
    -moz-transform: translateY(calc(100% + 50px));
    transform: translateY(calc(100% + 50px));
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0; }
    .btn-dropdown .dropdown.active {
      -webkit-transition: transform opacity .3s ease-in-out;
      -moz-transition: transform opacity .3s ease-in-out;
      transition: transform opacity .3s ease-in-out;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transform: translateY(100%);
      visibility: visible;
      opacity: 1; }
  .btn-dropdown.active i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.pagination {
  margin: 32px;
  margin-bottom: 48px;
  color: #9B9B9A; }
  .pagination a {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px;
    border-radius: 3px;
    background-color: #EDEDED;
    color: #9B9B9A;
    transition: all .2s; }
    .pagination a:hover, .pagination a:focus {
      background-color: #00B1C7;
      color: white; }
  .pagination strong.on {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px;
    border-radius: 3px;
    background-color: #00B1C7;
    font-weight: normal;
    color: #0F3E5E; }
    .pagination strong.on:hover, .pagination strong.on:focus {
      background-color: #00B1C7;
      color: #0F3E5E; }

.quote {
  position: relative;
  padding: 16px; }
  .quote i {
    position: absolute;
    width: 20%;
    left: 0;
    font-size: 2em;
    color: #00B1C7; }
  .quote p {
    width: 80%;
    margin-left: 20%;
    text-align: justify;
    font-size: .8em;
    line-height: 1.225em; }
  .quote img {
    display: block;
    margin-left: 20%;
    max-width: 150px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s; }
  .quote:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }

.auteurs {
  position: relative; }
  .auteurs:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }
  .auteurs .wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden; }
  .auteurs img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all .2s; }
  .auteurs a {
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: middle; }
    .auteurs a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.icon-web {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(img/web.svg) no-repeat center;
  background-size: 15px;
  vertical-align: sub; }

.card {
  position: relative;
  margin-bottom: 48px !important; }
  .card:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }
  .card img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s; }
  .card a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.awesomplete {
  position: relative;
  display: block;
  width: 100%; }
  .awesomplete ul {
    display: block;
    width: 100%; }

.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete > input {
  display: block; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  font-size: .8em; }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  margin: .2em 0 0;
  background: white;
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
  text-align: left; }

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em; }

  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease; } }
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.awesomplete > ul > li {
  display: block !important;
  position: relative;
  padding: .5em;
  cursor: pointer;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 0;
  font-size: 1.5em; }

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white; }

.awesomplete mark {
  background: rgba(150, 200, 255, 0.4); }

.awesomplete li:hover mark {
  background: rgba(150, 200, 255, 0.2); }

.awesomplete li[aria-selected="true"] mark {
  background: rgba(150, 200, 255, 0.2);
  color: inherit; }

#accordion .title-quote {
  margin-right: 32px; }
  #accordion .title-quote i {
    background-color: white; }
#accordion .actions {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 16px;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-bottom: 1px solid #EDEDED;
  border-right: 1px solid #f9f9f9;
  border-radius: 3px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  #accordion .actions * {
    pointer-events: none; }
  #accordion .actions:hover {
    background-color: #fcf9f9;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2; }
    #accordion .actions:hover .icon-arrow-down {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  #accordion .actions .icon-arrow-down {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 32px;
    top: 50%;
    margin-top: -16px;
    display: block;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    border: 1px solid #C5C5C5;
    -webkit-transition: transform .15s ease-in-out;
    -moz-transition: transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out; }

.acc-panels {
  position: relative;
  overflow: hidden;
  height: 112px;
  padding-bottom: 4px; }
  .acc-panels[data-active='true'] {
    height: auto; }
    .acc-panels[data-active='true'] .actions {
      background-color: #fcf9f9;
      border-top: 1px solid #f9f9f9 !important;
      border-left: 1px solid #f9f9f9 !important;
      border-right: 1px solid #e2e2e2 !important;
      border-bottom: 1px solid #e2e2e2 !important; }
    .acc-panels[data-active='true'] .icon-arrow-down {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }

@media screen and (max-width: 48em) {
  #accordion .title-quote {
    margin-right: 8px; }
    #accordion .title-quote i {
      padding: 8px;
      border: 1px solid #00B1C7; }
  #accordion .actions {
    font-size: 12px;
    padding: 8px; }
    #accordion .actions .icon-arrow-down {
      right: 16px; }
  #accordion .m-top-64 {
    margin-top: 32px; }
  #accordion .m-bottom-64 {
    margin-bottom: 32px; }

  .acc-panels {
    height: 78px; }
    .acc-panels[data-active='true'] .grid {
      background-color: rgba(230, 230, 230, 0.3);
      margin-bottom: 0;
      border-bottom: 1px solid #EDEDED; } }
@media screen and (max-width: 400px) {
  #accordion .title-quote i {
    padding: 6px; }
  #accordion .actions {
    font-size: 10px; }
    #accordion .actions .h2 {
      font-size: 1.85em; }
    #accordion .actions .icon-arrow-down {
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-top: -10px;
      right: 8px; }

  .acc-panels {
    height: 75px; } }
/* ========================================================= */
/* Specific ================================================ */
/* ========================================================= */
.title-quote {
  margin-top: 0;
  max-width: 100%; }
  .title-quote i {
    font-size: 2em;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #00B1C7; }

.contacts .title-quote {
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 16px; }
  .contacts .title-quote i {
    padding: 16px; }
.contacts p {
  max-width: 100%; }
.contacts p,
.contacts address {
  margin-top: 8px;
  margin-bottom: 8px; }
.contacts a {
  display: inline-block;
  width: 100%;
  line-height: 2em; }
  .contacts a:hover i:last-child, .contacts a:focus i:last-child {
    background-color: #1F7B99; }
  .contacts a i:last-child {
    float: right;
    display: block;
    border-radius: 50%;
    background-color: #00B1C7;
    color: white;
    padding: .25em;
    font-size: 1.5em;
    transition: all .2s; }
.contacts hr {
  border-style: solid;
  border-color: #EDEDED; }

#extrait {
  position: fixed;
  z-index: +99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0F3E5E;
  color: white;
  visibility: hidden;
  overflow: auto;
  padding-top: 150px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.2s cubic-bezier(0.53, 0.03, 0.6, 1.01); }
  #extrait.open {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.53, 0.03, 0.6, 1.01); }
  #extrait * {
    color: white; }
  #extrait .cont {
    position: relative; }
  #extrait .lire-un-extrait {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5em; }
  #extrait .title-quote i {
    border-color: white; }

@media screen and (max-width: 48em) {
  #extrait {
    padding-top: 75px; } }
@media print {
  html * {
    color: black !important; }

  img {
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important; }

  body::before {
    position: absolute;
    content: "arlea.fr";
    top: 10px;
    right: 30px; }
  body::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 30px;
    width: 200px;
    height: 30px;
    background: url(img/logo-arlea-typo.svg) no-repeat center left;
    background-size: contain; }

  .grid.form-filters {
    display: none !important; }

  .bookshelf figure {
    width: 150px !important; }

  .ariane {
    display: none; }

  #menu,
  .newsletter {
    visibility: hidden;
    display: none; }

  .newsletter + * {
    margin-top: 0; }

  .print + * {
    display: none; }

  .page-break {
    display: block;
    width: 100%;
    page-break-before: always;
    page-break-after: always; }

  	/*#extrait{
  		position: inherit;
  		top: inherit;
  		left: inherit;
  		right: inherit;
  		bottom: inherit;
  		visibility: visible;
  		transform: none;
  		background-color: transparent;
  		padding-top: 0;
  
  		&::before{
  			content: "Extrait";
  			font-size: 2em;
  			font-weight: 800;
  			margin-left: 8px;
  		}
  
  		.text-center{
  			display: none;
  		}
  
  		h1, h2, a{
  			display: none;
  		}
  	}*/
  #footer {
    display: none; }

  article {
    padding-top: 50px; }
    article .action {
      display: none; }
    article footer {
      background-color: transparent; }

  .code_barre {
    font-size: 2em; } }
/* ========================================================= */
/* SPIP ==================================================== */
/* ========================================================= */
ul.spip li {
  line-height: 1.4em; }

.menu-entree.item.on > a {
  font-weight: normal; }

sup, sub {
  font-size: .8em;
  font-variant: normal;
  line-height: 0; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

/* formulaire de login */
#formulaire_login .editer-groupe .editer {
  margin-bottom: 16px; }

#formulaire_login label:not(.nofx) {
  display: block;
  margin-bottom: 5px; }

#formulaire_login label.nofx {
  display: inline-block;
  margin-bottom: 5px; }

#formulaire_login input[type=checkbox] {
  width: 5%; }

p.details {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: small; }

.formulaire_spip.formulaire_oubli legend,
.formulaire_spip.formulaire_login legend {
  display: none; }

/* Plugin liens réseaux sociaux */
[class^="socicon-"], [class*=" socicon-"] {
  font-size: 1rem; }

/*# sourceMappingURL=style.css.map */
