@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 */
/* 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 */
@media only screen and (max-width: 1199px) {
  #block-navigationmobile {
    position: fixed;
    width: 100vw;
    height: 20px;
    z-index: 202;
    left: 0;
    top: 0;
  }
  #block-navigationmobile .hamburger {
    position: absolute;
    top: 97px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/burger.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
  }
  body.menu-fixed #block-navigationmobile .hamburger {
    background-image: url(../images/burger-dark.png);
  }
  #block-navigationmobile .wrapper-elements {
    transition: transform 0.5s ease;
    transform: translateX(100%);
    position: absolute;
    width: 100vw;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    top: 80px;
    z-index: 500;
  }
  #block-navigationmobile .wrapper-elements.open {
    left: 0;
    transform: none;
  }
  #block-navigationmobile .wrapper-elements .navigation-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 75px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  #block-navigationmobile .wrapper-elements .navigation-header .logo {
    width: 170px;
    margin-top: 10px;
  }
  #block-navigationmobile .wrapper-elements .navigation-header .logo a svg {
    width: 100%;
    height: auto;
  }
  #block-navigationmobile .wrapper-elements .navigation-header .btn-close {
    width: 40px;
    height: 40px;
    background-image: url(../images/burger-close.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
  #block-navigationmobile .wrapper-elements .navigation-header:after {
    content: "";
    width: 65px;
    height: 47px;
    background-image: url(../images/logo-avianor.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #block-navigationmobile .wrapper-elements .wrapper form {
    display: none;
  }
  #block-navigationmobile .wrapper-elements .wrapper form.show {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 75px;
    background-color: #fff;
  }
  #block-navigationmobile .wrapper-elements .wrapper form .form-item, #block-navigationmobile .wrapper-elements .wrapper form .form-actions {
    margin: 0;
  }
  #block-navigationmobile .wrapper-elements .wrapper form .form-actions {
    display: none;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu {
    padding: 0 0px;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu li {
    list-style-image: none;
    list-style-type: none;
    padding: 0 0 0px 0;
    margin: 0px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu li:last-child {
    border: 0;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 1.1em;
    color: rgb(14, 17, 18);
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu li a.is-active {
    color: rgb(0, 48, 151);
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu li ul.menu {
    padding: 15px 0 15px 0;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu li ul.menu li {
    margin: 20px 0;
    padding: 0;
    border: 0;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu li ul.menu li a {
    opacity: 1;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.menu:last-child li a {
    text-transform: none;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.language-switcher-language-url {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.language-switcher-language-url li.is-active {
    display: none;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.language-switcher-language-url li {
    padding: 10px 20px;
  }
  #block-navigationmobile .wrapper-elements .wrapper ul.language-switcher-language-url li a {
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 1.1em;
    color: rgb(14, 17, 18);
  }
}
@media only screen and (min-width: 1100px) {
  #block-navigationmobile {
    display: none;
  }
}