@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" /> */
body.node-463 {
  background-color: black;
  color: white;
}

::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

:-moz-placeholder {
  color: white;
  opacity: 1;
}

::-moz-placeholder {
  color: white;
  opacity: 1;
}

:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

*:focus {
  outline: none;
}

input:focus {
  outline: 0;
  outline: none !important;
}

#block-recherchedanslelexique {
  position: relative;
  overflow: hidden;
}
#block-recherchedanslelexique .wrapper-content-results {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  left: 0;
  height: 100vh;
  overflow: visible;
  max-width: 964px;
  margin: 0 auto;
  width: calc(100% - 80px);
}
#block-recherchedanslelexique .wrapper-content-results.menu-mobile-opened {
  left: 100px;
}
#block-recherchedanslelexique .field--name-body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  height: 50vh;
}
#block-recherchedanslelexique .field--name-body .field__item {
  width: 100%;
}
#block-recherchedanslelexique .field--name-body .field__item input {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 0 0 5px 0;
  height: 40px;
  font-family: "SequelSans-BoldDisplay";
  font-size: 1.8em;
  letter-spacing: 0.03em;
  background-color: transparent;
  border: none;
  border-bottom: solid 3px #FFD600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media only screen and (min-width: 450px) {
  #block-recherchedanslelexique .field--name-body .field__item input {
    font-size: 2.3em;
  }
}
#block-recherchedanslelexique .field--name-body .field__item input.visible {
  opacity: 1;
}
#block-recherchedanslelexique .field--name-body .field__item .counter {
  float: right;
  position: relative;
  top: -60px;
  width: 25px;
  height: 25px;
  font-size: 0.775em;
  background-color: #FFD600;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#block-recherchedanslelexique .field--name-body .field__item .counter.show {
  opacity: 1;
}
#block-recherchedanslelexique #results::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
#block-recherchedanslelexique #results::-webkit-scrollbar-track {
  background: #111; /* color of the tracking area */
}
#block-recherchedanslelexique #results::-webkit-scrollbar-thumb {
  background-color: #666; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}
#block-recherchedanslelexique #results {
  height: calc(50vh - 100px);
  margin-bottom: 50px;
  overflow: auto;
  margin-top: 50px;
}
#block-recherchedanslelexique #results .count {
  display: none;
}
#block-recherchedanslelexique #results.ajax-loading {
  width: 40px;
  height: 40px;
  background-image: url(../images/LoaderCA.gif);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 40px;
}
#block-recherchedanslelexique #results ul {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#block-recherchedanslelexique #results ul li {
  list-style: none;
  margin-bottom: 75px;
}
#block-recherchedanslelexique #results ul li ul {
  padding: 0 0 0 24px;
}
#block-recherchedanslelexique #results ul li ul li {
  margin-bottom: 0.5em;
}
#block-recherchedanslelexique #results ul li ul li::before {
  content: "•";
  color: white;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#block-recherchedanslelexique #results ul mark {
  background: #FFD600;
  color: white;
}
#block-recherchedanslelexique #results ul .title {
  font-family: "SequelSans-BlackBodyText";
  font-size: 1.875em;
}
#block-recherchedanslelexique #results ul .body {
  font-size: 0.875em;
  padding-right: 50px;
}
#block-recherchedanslelexique #results ul .body p {
  font-size: 100%;
}
#block-recherchedanslelexique .scroll-avis {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Helvetica";
  font-size: 1.375em;
}
#block-recherchedanslelexique .scroll-avis.hide {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
#block-recherchedanslelexique .scroll-avis::before {
  position: relative;
  top: 3px;
  content: url(../images/fl-scroll.svg);
  background-size: 9px;
  margin-right: 15px;
}
#block-recherchedanslelexique .scroll-avis::after {
  position: relative;
  top: 3px;
  content: url(../images/fl-scroll.svg);
  background-size: 9px;
  margin-left: 15px;
}

#block-listedestermesdulexique {
  overflow: hidden;
}
#block-listedestermesdulexique .btn-menu-alpha-mobile {
  position: fixed;
  display: block;
  left: 0;
  top: 75px;
  width: 40px;
  height: 40px;
  margin-bottom: -40px;
  background-image: url(../images/side-navigation.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#block-listedestermesdulexique .btn-menu-alpha-mobile.visible {
  opacity: 1;
}
#block-listedestermesdulexique .btn-menu-alpha-mobile .letter-menu-alpha-mobile {
  color: #FFD600;
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 0.75rem;
  text-align: center;
  line-height: 37px;
  display: block;
  width: 100%;
  position: relative;
  left: -2px;
}
#block-listedestermesdulexique .wrapper-menu-list {
  max-width: 964px;
  margin: 200px auto 100px;
  width: calc(100% - 40px);
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  -ms-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  position: relative;
}
#block-listedestermesdulexique .wrapper-menu-list.menu-mobile-opened {
  left: 100px;
}
#block-listedestermesdulexique .wrapper-menu-list.menu-mobile-opened #menu-alpha {
  position: fixed;
}
#block-listedestermesdulexique .wrapper-menu-list #menu-alpha {
  top: 175px;
  margin-left: -77px;
  font-family: "SequelSans-BoldDisplay";
  font-size: 1.225em;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.75s ease-in-out;
  -moz-transition: opacity 0.25s 0.75s ease-in-out;
  -ms-transition: opacity 0.25s 0.75s ease-in-out;
  -o-transition: opacity 0.25s 0.75s ease-in-out;
  transition: opacity 0.25s 0.75s ease-in-out;
}
#block-listedestermesdulexique .wrapper-menu-list #menu-alpha.visible {
  opacity: 1;
}
#block-listedestermesdulexique .wrapper-menu-list #menu-alpha ul {
  padding: 0;
  margin: 0;
}
#block-listedestermesdulexique .wrapper-menu-list #menu-alpha ul.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100px;
}
#block-listedestermesdulexique .wrapper-menu-list #menu-alpha li {
  cursor: pointer;
  list-style: none;
  line-height: 100%;
  text-align: center;
  margin-bottom: 5px;
  width: 50px;
  position: relative;
  z-index: 10;
  display: block;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
#block-listedestermesdulexique .wrapper-menu-list #menu-alpha li.selected {
  cursor: auto;
  width: auto;
  text-align: right;
  font-family: "Helvetica";
  font-weight: 700;
  color: #FFD600;
  font-size: 3.875em;
  z-index: 1;
  margin-top: -16px;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha {
  width: 100%;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul {
  margin: 0;
  padding: 0;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li {
  list-style: none;
  margin-bottom: 30px;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title {
  font-family: "SequelSans-BlackBodyText";
  font-size: 1.1875em;
  line-height: 120%;
  font-weight: normal;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title.arrow-here {
  position: relative;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title.arrow-here::before {
  content: " ";
  background-image: url(../images/arrow-here.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 26px;
  margin-left: -26px;
  width: 20px;
  height: 20px;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .body {
  font-size: 0.875em;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul {
  padding: 0 0 0 24px;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li {
  margin-bottom: 0.5em;
}
#block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li::before {
  content: "•";
  color: white;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media only screen and (min-width: 768px) {
  #block-recherchedanslelexique .wrapper-content-results.menu-mobile-opened {
    left: 0;
  }
  #block-recherchedanslelexique .field--name-body .field__item {
    width: calc(100% - 100px);
    margin-left: 100px;
    line-height: 150%;
  }
  #block-recherchedanslelexique .field--name-body .field__item input {
    height: 80px;
    font-size: 4em;
  }
  #block-recherchedanslelexique #results {
    height: calc(50vh - 100px);
    margin-bottom: 50px;
    margin-top: 50px;
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  #block-recherchedanslelexique #results .count {
    display: none;
  }
  #block-recherchedanslelexique #results.ajax-loading {
    width: 40px;
    height: 40px;
    background-image: url(../images/LoaderCA.gif);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 40px;
  }
  #block-recherchedanslelexique #results ul {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #block-recherchedanslelexique #results ul li {
    list-style: none;
    margin-bottom: 75px;
  }
  #block-recherchedanslelexique #results ul li ul {
    padding: 0 0 0 24px;
  }
  #block-recherchedanslelexique #results ul li ul li {
    margin-bottom: 0.5em;
  }
  #block-recherchedanslelexique #results ul li ul li::before {
    content: "•";
    color: white;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  #block-recherchedanslelexique #results ul mark {
    background: #FFD600;
    color: white;
  }
  #block-recherchedanslelexique #results ul .title {
    font-family: "SequelSans-BlackBodyText";
    font-size: 1.875em;
  }
  #block-recherchedanslelexique #results ul .body {
    font-size: 0.875em;
  }
  #block-recherchedanslelexique #results ul .body p {
    font-size: 100%;
  }
  #block-recherchedanslelexique .scroll-avis {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-family: "Helvetica";
    font-size: 1.875em;
  }
  #block-recherchedanslelexique .scroll-avis.hide {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  #block-recherchedanslelexique .scroll-avis::before {
    position: relative;
    top: 3px;
    content: url(../images/fl-scroll.svg);
    background-size: 9px;
    margin-right: 15px;
  }
  #block-recherchedanslelexique .scroll-avis::after {
    position: relative;
    top: 3px;
    content: url(../images/fl-scroll.svg);
    background-size: 9px;
    margin-left: 15px;
  }
  #block-listedestermesdulexique .btn-menu-alpha-mobile {
    display: none;
  }
  #block-listedestermesdulexique .wrapper-menu-list {
    max-width: 964px;
    margin: 200px auto 100px;
    width: calc(100% - 40px);
  }
  #block-listedestermesdulexique .wrapper-menu-list.menu-mobile-opened {
    left: 0;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha {
    position: fixed;
    margin-left: 0;
    background-color: black;
    font-family: "SequelSans-BoldDisplay";
    font-size: 1.625em;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha.visible {
    opacity: 1;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha ul {
    padding: 0;
    margin: 0;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li {
    cursor: pointer;
    list-style: none;
    line-height: 100%;
    text-align: center;
    margin-bottom: 5px;
    width: 50px;
    position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
    -ms-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li.selected {
    cursor: auto;
    width: auto;
    text-align: right;
    font-family: "Helvetica";
    font-weight: 700;
    color: #FFD600;
    z-index: 1;
    margin-top: -25px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li:hover {
    color: #FFD600;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha {
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul {
    margin: 0;
    padding: 0;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li {
    list-style: none;
    margin-bottom: 75px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title {
    font-size: 3.125em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title.arrow-here {
    position: relative;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title.arrow-here::before {
    content: " ";
    background-image: url(../images/arrow-here.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
    margin-left: -26px;
    width: 20px;
    height: 20px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .body {
    font-size: 0.875em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul {
    padding: 0 0 0 24px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li {
    margin-bottom: 0.5em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li::before {
    content: "•";
    color: white;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
}
@media only screen and (min-width: 1024px) {
  #block-recherchedanslelexique .field--name-body .field__item input {
    height: 80px;
    font-size: 5em;
  }
  #block-recherchedanslelexique #results {
    height: calc(50vh - 100px);
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #block-recherchedanslelexique #results ul li {
    margin-bottom: 75px;
  }
  #block-recherchedanslelexique #results ul .title {
    font-size: 1.875em;
  }
  #block-recherchedanslelexique #results ul .body {
    font-size: 0.875em;
  }
  #block-recherchedanslelexique #results ul .body p {
    font-size: 100%;
  }
  #block-recherchedanslelexique .scroll-avis {
    bottom: 60px;
    left: 0;
    width: 100%;
    font-size: 1.875em;
  }
  #block-recherchedanslelexique .scroll-avis::before {
    top: 3px;
    background-size: 9px;
  }
  #block-recherchedanslelexique .scroll-avis::after {
    position: relative;
    top: 3px;
    background-size: 9px;
  }
  #block-listedestermesdulexique .wrapper-menu-list {
    max-width: 964px;
    margin: 200px auto 100px;
    width: calc(100% - 40px);
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha {
    position: fixed;
    font-size: 1.325em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li {
    margin-bottom: 5px;
    width: 50px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li.selected {
    z-index: 1;
    margin-top: -17px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha {
    margin-left: 40px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li {
    margin-bottom: 75px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title {
    font-size: 3.125em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title.arrow-here::before {
    background-size: 20px;
    padding-left: 26px;
    margin-left: -26px;
    width: 20px;
    height: 20px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .body {
    font-size: 0.875em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul {
    padding: 0 0 0 24px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li {
    margin-bottom: 0.5em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li::before {
    width: 1em;
    margin-left: -1em;
  }
}
@media only screen and (min-width: 1200px) {
  #block-recherchedanslelexique .field--name-body .field__item {
    width: 100%;
    margin-left: 0;
  }
  #block-recherchedanslelexique .field--name-body .field__item input {
    height: 80px;
    font-size: 5em;
  }
  #block-recherchedanslelexique #results {
    height: calc(50vh - 100px);
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
    margin-left: 0;
  }
  #block-recherchedanslelexique #results ul li {
    margin-bottom: 75px;
  }
  #block-recherchedanslelexique #results ul .title {
    font-size: 1.875em;
  }
  #block-recherchedanslelexique #results ul .body {
    font-size: 0.875em;
  }
  #block-recherchedanslelexique #results ul .body p {
    font-size: 100%;
  }
  #block-recherchedanslelexique .scroll-avis {
    bottom: 60px;
    left: 0;
    width: 100%;
    font-size: 1.875em;
  }
  #block-recherchedanslelexique .scroll-avis::before {
    top: 3px;
    background-size: 9px;
  }
  #block-recherchedanslelexique .scroll-avis::after {
    position: relative;
    top: 3px;
    background-size: 9px;
  }
  #block-listedestermesdulexique .wrapper-menu-list {
    max-width: 964px;
    margin: 200px auto 100px;
    width: calc(100% - 40px);
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha {
    position: fixed;
    margin-left: -90px;
    font-size: 1.325em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li {
    margin-bottom: 5px;
    width: 50px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li.selected {
    font-size: 6.375em;
    z-index: 1;
    margin-top: -25px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha {
    margin-left: 0;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li {
    margin-bottom: 75px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title {
    font-size: 3.125em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title.arrow-here::before {
    background-size: 20px;
    padding-left: 26px;
    margin-left: -26px;
    width: 20px;
    height: 20px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .body {
    font-size: 0.875em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul {
    padding: 0 0 0 24px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li {
    margin-bottom: 0.5em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li::before {
    width: 1em;
    margin-left: -1em;
  }
}
@media only screen and (min-width: 1440px) {
  #block-recherchedanslelexique .field--name-body .field__item input {
    height: 80px;
    font-size: 5em;
  }
  #block-recherchedanslelexique #results {
    height: calc(50vh - 100px);
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #block-recherchedanslelexique #results ul li {
    margin-bottom: 75px;
  }
  #block-recherchedanslelexique #results ul .title {
    font-size: 1.875em;
  }
  #block-recherchedanslelexique #results ul .body {
    font-size: 0.875em;
  }
  #block-recherchedanslelexique #results ul .body p {
    font-size: 100%;
  }
  #block-recherchedanslelexique .scroll-avis {
    bottom: 60px;
    left: 0;
    width: 100%;
    font-size: 1.875em;
  }
  #block-recherchedanslelexique .scroll-avis::before {
    top: 3px;
    background-size: 9px;
  }
  #block-recherchedanslelexique .scroll-avis::after {
    position: relative;
    top: 3px;
    background-size: 9px;
  }
  #block-listedestermesdulexique .wrapper-menu-list {
    max-width: 964px;
    margin: 200px auto 100px;
    width: calc(100% - 40px);
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha {
    position: fixed;
    top: 175px;
    margin-left: -195px;
    font-size: 1.625em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li {
    margin-bottom: 5px;
    width: 50px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #menu-alpha li.selected {
    font-size: 8.875em;
    z-index: 1;
    margin-top: -38px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha {
    width: 964px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li {
    margin-bottom: 75px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title {
    font-size: 3.125em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .title.arrow-here::before {
    background-size: 20px;
    padding-left: 26px;
    margin-left: -26px;
    width: 20px;
    height: 20px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li .body {
    font-size: 0.875em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul {
    padding: 0 0 0 24px;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li {
    margin-bottom: 0.5em;
  }
  #block-listedestermesdulexique .wrapper-menu-list #list-items-alpha ul li ul li::before {
    width: 1em;
    margin-left: -1em;
  }
}