body {
  font-family: 'Raleway', sans-serif;
  font-family: 'azo-sans-web', sans-serif;
  color: #c1c1c1;
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

h5 {
  color: black;
  font-weight: 300;
  font-style: normal;

}

h4 {
  color: black;
}


a {
  color:black;
}

a:hover{
  font-style: underline;
  color: black
}

span {
  text-decoration: bold;
}

strong { font-weight: bold; }


h1 {
font-weight: 700;
font-style: normal;
}

.ancre{
  display: block;
  height: 5%;
  margin-top:5%;
  visibility:hidden;
}


/*<!--ALLPAGES-->*/

#side-nav {
  color: black;
  position: fixed;
  z-index: 998;
  bottom: 0;
  top: 0;
  padding: 2%;
  width: 240px;
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-241px);
}

#side-nav.visible {
  transform: translateX(0);
}

#side-nav-mask {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  opacity: .1;
  visibility: hidden;
  z-index: 2;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}

#side-nav-mask.visible {
  transition-delay: 0;
  visibility: visible;
  opacity: 1;
}

#content {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

#content .btn-close {
  height: 100%;
  width: 6%;
  background: none;
  color: black;
  border: none;
  font-size: 140%;
  cursor: pointer;
  justify-content: center;
  align-self: center;
}

#content .btn-close:focus {
  outline: 1px solid gray;
}

.holder {
  width: 100%;
  height: 5%;
  display: none;

}

.head {
  width: 100%;
  height: 5%;
  position: fixed;
  display: flex;
  z-index: 999;
  top:0;
  align-items: center;
  justify-content: flex-start;
  color: black;
  font-size: 90%;
  margin-left: 0;
  background-color: whitesmoke;
}

.title {
  font-weight: 300;
  font-size: 80%;
  color: black;
}

.interligne {
  height: 5vh;
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

footer {
  bottom: 0px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background-color: whitesmoke;
}

/*<!--ACCUEIL/PODCAST/CONDUCTEUR-->*/

.img-box {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url("../images/rétropédalagesystème.jpg");
  background-size: 85%;
  background-position: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-box h1 {
  margin: 0;
  color: black;
  font-size: 150%;
  text-align: center;
  position: absolute;
  top: 5%;
}

.img-box h5 {
  margin: 0;
  color: black;
  font-size: 100%;
  text-align: center;
  position: absolute;
  top: 12%;
}

.img-box .scroll {
  width: 2px;
  height: 50px;
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background-color: black;
}

@-webkit-keyframes example {
  0% {
    height: 0px;
  }
  100% {
    height: 50px;
  }
}

@keyframes example {
  0% {
    height: 0px;
  }
  100% {
    height: 50px;
  }
}
img {
  width: 100%;
  height: auto;
}

.podcast {
  margin: 40px;
  margin-top: 50px;
  padding: 16px;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: whitesmoke;
}

#playbutton {
  width: 13%; 
  height: auto;
  display: flex;
}

.infos {
  width: 50%;
  padding-left: 8px;
  display: flex;
  text-align: left;
  border: 1px solid;
  border-color: black;
  background-color: white;
}

.download {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.telecharger {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.link {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-color: black;
  background-color: white; 
}

.conteneur {
  height: 50vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bloc {
  position: relative;
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  background-color: whitesmoke;
}

.blocbis {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  background-color: white;
}

#pdf {
  position: relative;
  width: 80%;
  height: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: whitesmoke;
}

#boxplayer {
  position: fixed;
  width: 100%;
  height: 7vh;
  bottom: 0px;
  display: none;
  align-items: center;
  background-color: whitesmoke;
  border-top: 1.1vh solid;
  border-color: yellow;
}

#boxplayerbonus {
  position: fixed;
  width: 100%;
  height:7vh;
  bottom: 0px;
  display: flex;
  align-items: center;
  background-color: whitesmoke;
  border-top: 1.1vh solid;
  border-color: yellow;
}


/*<!--PLAYER-->*/

.audioplayer
{
  margin-top:150px;
  height: 2.5em; /* 40 */
  color: whitesmoke;
  font-family: "Roboto" sans-serif;
  text-shadow: none;
  position: relative;
  z-index: 100;
  background: #000;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);

}
.audioplayer-mini
{
  width: 2.5em; /* 40 */
  margin: 0 auto;
}
.audioplayer > div
{
  position: absolute;
}
.audioplayer-playpause
{
  width: 2.5em; /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
{
  border-right: 1px solid #363733;
}
.audioplayer-mini .audioplayer-playpause
{
  width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus
{
  background-color: #f05c38;
}
.audioplayer-playpause a
{
  display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
{
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.audioplayer-playing .audioplayer-playpause a
{
  width: 0.75em; /* 12 */
  height: 0.75em; /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after
{
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before
{
  left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after
{
  right: 0;
}
.audioplayer-time
{
  width: 4em; /* 70 */
  height: 100%;
  line-height: 2.375em; /* 38 */
  text-align: center;
  font-size:1rem;
  z-index: 2;
  top: 0;
}
.audioplayer-time-current
{
  color:#fff;
  border-right: 1px solid #363733;
  left: 2.5em; /* 40 */
}
.audioplayer-time-duration
{
  border-right: 1px solid #363733;
  border-right-color: #363733;
  right: 2.5em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration
{
  border-right: 0;
  right: 0;
}
.audioplayer-bar
{
  height: 0.5em; /* 14 */
  background-color: #999;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em; /* 110 */
  left: 6.875em; /* 110 */
  margin-top: -0.2em; /* 7 */
}
.audioplayer-novolume .audioplayer-bar
{
  right: 4.375em; /* 70 */
}
.audioplayer-bar div
{
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audioplayer-bar-loaded
{
  background-color: #555;
  z-index: 1;
}
.audioplayer-bar-played
{
  background: -moz-linear-gradient(39deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(3,169,244,1)), color-stop(100%, rgba(255,0,255,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(39deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(39deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(39deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* ie10+ */
  background: linear-gradient(51deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03A9F4', endColorstr='#ff00ff',GradientType=1 ); /* ie6-9 */
  z-index: 2;
}
.audioplayer-volume
{
  width: 2.5em; /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 11111;
  top: 0;
  right: 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus
{
  background-color: #999;
}
.audioplayer-volume-button
{ background:#000;
  width: 100%;
  height: 100%;

}
.audioplayer-volume-button:hover,
.audioplayer-volume-button:focus
{
  background-color:  #f05c38;}
  .audioplayer-volume-button a
  {
    width: 0.313em; /* 5 */
    height: 0.375em; /* 6 */
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%;
  }
  .audioplayer-volume-button a:before,
  .audioplayer-volume-button a:after
  {
    content: '';
    position: absolute;
  }
  .audioplayer-volume-button a:before
  {
    width: 0;
    height: 0;
    border: 0.5em solid transparent; /* 8 */
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -0.25em;
    margin-top: -0.5em; /* 8 */
  }
  .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
  {
    width: 0.313em; /* 5 */
    height: 0.313em; /* 5 */
    border: 0.25em double #fff; /* 4 */
    border-width: 0.25em 0.25em 0 0; /* 4 */
    left: 0.563em; /* 9 */
    top: -0.063em; /* 1 */
    -webkit-border-radius: 0 0.938em 0 0; /* 15 */
    -moz-border-radius: 0 0.938em 0 0; /* 15 */
    border-radius: 0 0.938em 0 0; /* 15 */
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
  }
  .audioplayer-volume-adjust
  {
    height: 6.25em; /* 100 */
    cursor: default;
    position: absolute;
    left: 0;
    right: 0;
    top: -9999px;
    background: #111;

  }
  .audioplayer-volume:not(:hover) .audioplayer-volume-adjust
  {
    opacity: 0;
  }
  .audioplayer-volume:hover .audioplayer-volume-adjust
  {
    top: auto;
    bottom: 100%;
  }
  .audioplayer-volume-adjust > div
  {
    width: 9%;
    height: 80%;
    background-color: #999;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
  }
  .audioplayer-volume-adjust div div
  {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(89deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,255,1)), color-stop(100%, rgba(3,169,244,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(89deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(89deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(89deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* ie10+ */
    background: linear-gradient(1deg, rgba(3,169,244,1) 0%, rgba(255,0,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#03A9F4',GradientType=0 ); /* ie6-9 */
    
  }
  .audioplayer-novolume .audioplayer-volume
  {
    display: none;
  }

  .audioplayer-play,
  .audioplayer-pause,
  .audioplayer-volume a
  {
    -webkit-filter: drop-shadow( 1px 1px 0 #000 );
    -moz-filter: drop-shadow( 1px 1px 0 #000 );
    -ms-filter: drop-shadow( 1px 1px 0 #000 );
    -o-filter: drop-shadow( 1px 1px 0 #000 );
    filter: drop-shadow( 1px 1px 0 #000 );
  }

  .audioplayer-bar,
  .audioplayer-volume-adjust > div
  {

  }
  .audioplayer-volume-adjust div div,
  .audioplayer-bar-played
  {
    -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  }
  .audioplayer-volume-adjust
  {
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  }
  .audioplayer *,
  .audioplayer *:before,
  .audioplayer *:after
  {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  }


  /*<!--ENTRETIENS-->*/

  .portrait {
    padding: 20px 10%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  figure {
    margin: 16px 0;
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-self:flex-start;
    justify-content: flex-end;
  }

  img {
    width: 100%;
    height: auto;
  }


  /*<!--PARPERSONNE-->*/

  .dessin {
    width: 50%;
    height: auto;
  }

  .dialogueA {
    margin: : 16px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
  }

  .dialogueB{
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-self: flex-end;
  }

  .nomA {
    margin: 16px;
    width: 10%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    font-style: italic;
  }

  .nomB {
    margin: 16px;
    width: 20%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
  }

  .texte {
    margin: 16px;
    padding: 16px;
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    height: auto;
    background-color: white;
  }

  #retour {
    width: 70px;
    height: 70px;
    background-color: white;
    position: fixed;
    bottom: 75px;
    right:60px;
    display: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0.7px solid;
    border-color: grey;
  }

  /*<!--BIBLIOGRAPHIE/BONUS-->*/

  .lot {
    position: relative;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .containeur {
    width: 80%;
    height: auto;
    padding: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
  }

  .containeurbis {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
  }

  .biblio {
    padding: 16px;
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: white;
  }

  .lotbis {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .lotter {
    position: relative;
    width: 100%;
    padding-top: 55px;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .lotquad {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

