@font-face {
  font-family: "ebgara";
  font-weight: normal;
  src: url("/plugins/jeanantoine/public/fonts/EB_Garamond/static/EBGaramond-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "ebgara";
  font-weight: bold;
  src: url("/plugins/jeanantoine/public/fonts/EB_Garamond/static/EBGaramond-SemiBold.ttf");
  font-display: swap;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ebgara", 'Times New Roman', Times, serif;
}

.orangeColor {
  color: @orange;
}

.nav-toggle-btn,
footer,
nav,
nav a,
a.auvio,
a.cta,
span.cta,
footer a,
.liste-mots ul li a,
.portraits-artistes ul li a,
.h1,
.h2,
.h3,
.h5,
h1,
h2,
h3,
h5,
.direct-access a,
figure figcaption span  {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: 500;
}

#slogan {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}


article h1 {
  margin-top: 4em;
}

p {
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1em;
}

hr {
  width:50%;
  clear: both;
  margin:4em auto;
}

table.spip {
  width: 100%;
  tr td {
    vertical-align: top;
    margin: 0;
    padding: 0;
  }
}

li.on a,
a.active,
span:not(.no-style):not(.inactive):hover
a:not(.no-style):not(.inactive):hover {
  color: @orange;
  &.cta {
    background-color: @orange;
    color:@white;
  }
}
span,
a {
  color: inherit;
  &.no-style {
    text-decoration: none;
  }
  &.inactive{
    border:1px solid;
    color:inherit;
    background-color:inherit;
  }
}

.cta {
  transition: 250ms all ease-in-out;
  padding: .25em .5em;
  background-color: @black;
  color:@white;
  font-size: 12px;
  display: inline-block;
  line-height: 1.25;
  margin-bottom: .25em;
}

header h1 {
  text-align:center;
}

.black header h1 {
  color:@white;
}

.descriptif p,
.texte p {
  line-height: 1.5em;
}

.descriptif.grand_texte p,
.texte.grand_texte p {
  line-height: 1.5em;
  font-size: 1.1em;
}
.page_article .texte,
.page_groupe .texte,
.page_dossier .texte,
.page_rubrique .texte {
  padding-top:12em;
  padding-bottom:2em;
}
.page_article .main .texte,
.page_dossier .main .texte,
.page_groupe .main .texte,
.page_rubrique .main .texte {
  padding-top:0em;
}
.page_dossier .main .container {
  .descriptif p {
    font-size: 1.6em;
  }
  p {
    font-size: 1.2em;
    text-align: justify;
  }
  > h2.spip {
    clear:both;
  }
  > p,
  > h2.spip,
  > .mea-films,
  > blockquote.spip {
    width: 100%;
    max-width: 720px;
    margin:0 auto;
  }
  > .mea-films {
    padding:0;
    max-width: 100%;
  }
  blockquote.spip {
    font-size: 1.5em;
    float: left;
    max-width: 520px;
    margin: 0 1em;
  }
  h2.spip {
    font-size: 1.4em;
    margin-top:2em;
    margin-bottom:1em;
  }
}
