@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.block-sous-menu-front {
  display: none;
  opacity: 0;
  position: fixed;
  padding-left: 0px;
  top: 210px;
  z-index: 100;
  overflow: hidden;
  width: 180px;
  color: white;
  /* Safari */
  transition: color 0.5s, transform 0.5s;
}
.block-sous-menu-front ul {
  width: 100%;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-sous-menu-front ul li {
  text-align: right;
  margin-bottom: 10px;
}
.block-sous-menu-front ul li a {
  color: inherit;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 0.75rem;
  text-decoration: none;
}
.block-sous-menu-front ul li a span.ligne {
  width: 20px;
  padding-left: 20px;
  position: relative;
  top: -3px;
}
.block-sous-menu-front ul li a span.ligne .svg {
  width: 20px;
  height: 1px;
}
.block-sous-menu-front ul li a span.ligne .svg line {
  stroke: white;
}
.block-sous-menu-front ul li a.selected {
  -webkit-transition: color 0.25s, -webkit-transform 0.25s;
  -moz-transition: color 0.25s, -webkit-transform 0.25s;
  -ms-transition: color 0.25s, -webkit-transform 0.25s;
  -o-transition: color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, -webkit-transform 0.25s;
}
.block-sous-menu-front ul li a.selected span.ligne .svg line {
  -webkit-transition: color 0.25s, -webkit-transform 0.25s;
  -moz-transition: color 0.25s, -webkit-transform 0.25s;
  -ms-transition: color 0.25s, -webkit-transform 0.25s;
  -o-transition: color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, -webkit-transform 0.25s;
}

.wrapper-sous-menu {
  overflow: hidden;
}

.block-sous-menu-front.black {
  color: #f5f5f5;
}
.block-sous-menu-front.black ul li a span.ligne .svg .ligne-sous-menu {
  stroke: white;
}
.block-sous-menu-front.black ul li a.selected {
  color: #FFD600;
}
.block-sous-menu-front.black ul li a.selected span.ligne .svg line {
  stroke: #FFD600;
}

.block-sous-menu-front.pink {
  color: black;
}
.block-sous-menu-front.pink ul li a span.ligne .svg .ligne-sous-menu {
  stroke: black;
}
.block-sous-menu-front.pink ul li a.selected {
  color: #f5f5f5;
}
.block-sous-menu-front.pink ul li a.selected span.ligne .svg line {
  stroke: #f5f5f5;
}

.block-sous-menu-front.white {
  color: black;
}
.block-sous-menu-front.white ul li a span.ligne .svg .ligne-sous-menu {
  stroke: black;
}
.block-sous-menu-front.white ul li a.selected {
  color: #FFD600;
}
.block-sous-menu-front.white ul li a.selected span.ligne .svg line {
  stroke: #FFD600;
}

.block-camdenlib .letter {
  display: none !important;
}

#letter-container {
  margin-top: 40px;
  clear: both;
}
#letter-container svg {
  height: 180px;
  float: right;
  width: auto;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0;
  display: none;
}
#letter-container svg.show {
  display: block;
  -webkit-animation: show_transition 1.5s;
  -moz-animation: show_transition 1.5s;
  -ms-animation: show_transition 1.5s;
  -o-animation: show_transition 1.5s;
  animation: show_transition 1.5s;
  opacity: 1;
}
#letter-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#letter-container ul li {
  display: block;
  float: left;
}

@-webkit-keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .block-sous-menu-front {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .block-sous-menu-front {
    padding-left: 10px;
    width: 220px;
  }
  .block-sous-menu-front ul li a {
    font-size: 0.875rem;
  }
  #letter-container svg {
    height: 210px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-sous-menu-front {
    padding-left: 95px;
    width: 250px;
  }
  #letter-container svg {
    height: 230px;
  }
}