@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 */
/* line 6, ../sass/header.scss */
#menu-mobile {
  display: none;
  position: fixed;
  top: 50px;
  width: 100vw;
  z-index: 10;
  background-color: #6D2077;
}
/* line 13, ../sass/header.scss */
#menu-mobile .btn-mobile-close {
  width: 28px;
  height: 23px;
  position: absolute;
  top: -38px;
  right: 15px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-size: 28px 23px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 25, ../sass/header.scss */
#menu-mobile ul.menu {
  padding: 45px 0 30px 65px;
  margin: 0;
}
/* line 28, ../sass/header.scss */
#menu-mobile ul.menu a, #menu-mobile ul.menu span {
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
/* line 40, ../sass/header.scss */
#menu-mobile ul.menu li {
  display: block;
  padding: 0;
}
/* line 45, ../sass/header.scss */
#menu-mobile ul.menu-mobile-telephones {
  padding: 0 0 0 65px;
  margin: 0 0 20px 0;
}
/* line 48, ../sass/header.scss */
#menu-mobile ul.menu-mobile-telephones a {
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  display: block;
}
/* line 57, ../sass/header.scss */
#menu-mobile ul.menu-mobile-telephones li {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
}

/* line 65, ../sass/header.scss */
.btn-hamburger {
  width: 28px;
  height: 23px;
  position: fixed;
  top: 16px;
  right: 15px;
  cursor: pointer;
  background-image: url(../images/hamburger.png);
  background-size: 28px 23px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 78, ../sass/header.scss */
header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #6D2077;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
}
/* line 89, ../sass/header.scss */
header .region-header {
  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;
  height: 58px;
  max-width: 1080px;
  width: calc( 100% - 40px);
  margin: 0 auto;
}
/* line 96, ../sass/header.scss */
header .region-header #block-radiologix-branding {
  width: 180px;
  padding-top: 13px;
  padding-left: 0;
}
/* line 100, ../sass/header.scss */
header .region-header #block-radiologix-branding img {
  width: 100%;
  height: auto;
}
/* line 104, ../sass/header.scss */
header .region-header #block-radiologix-branding .site-name {
  display: none;
}
/* line 108, ../sass/header.scss */
header .region-header #block-radiologix-main-menu {
  display: none;
  padding-top: 8px;
  z-index: 2;
  margin-left: 50px;
}
/* line 114, ../sass/header.scss */
header .region-header #block-radiologix-main-menu ul.menu {
  position: relative;
  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-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0;
}
/* line 122, ../sass/header.scss */
header .region-header #block-radiologix-main-menu ul.menu > li {
  list-style-type: none;
  list-style-image: none;
  padding-left: 36px;
  font-size: 0.75em;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}
/* line 130, ../sass/header.scss */
header .region-header #block-radiologix-main-menu ul.menu > li > a {
  font-size: 1.4em;
  text-decoration: none;
  color: #fff;
  line-height: 120%;
  display: block;
}
/* line 158, ../sass/header.scss */
header .region-header #block-radiologix-main-menu ul.menu > li:first-child {
  padding-left: 0;
}
/* line 164, ../sass/header.scss */
header .region-header #block-prendrerendezvouslink {
  background-color: #687AE4;
  padding: 0 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 55px;
  height: 58px;
}
/* line 175, ../sass/header.scss */
header .region-header #block-prendrerendezvouslink .field--name-field-lien .field__item a {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  display: block;
  text-decoration: none;
}

/* line 192, ../sass/header.scss */
body.user-logged-in header {
  margin-top: 39px;
}
/* line 195, ../sass/header.scss */
body.user-logged-in .btn-hamburger {
  padding-top: 77px;
}
/* line 198, ../sass/header.scss */
body.user-logged-in #menu-mobile {
  margin-top: 39px;
}

@media only screen and (min-width: 976px) {
  /* line 210, ../sass/header.scss */
  body.user-logged-in header {
    margin-top: 79px;
  }
  /* line 213, ../sass/header.scss */
  body.user-logged-in .btn-hamburger {
    padding-top: 155px;
  }
  /* line 216, ../sass/header.scss */
  body.user-logged-in #menu-mobile {
    margin-top: 79px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 225, ../sass/header.scss */
  #menu-mobile {
    display: none;
  }

  /* line 230, ../sass/header.scss */
  header .region-header #block-radiologix-branding {
    padding-left: 0px;
  }
  /* line 233, ../sass/header.scss */
  header .region-header #block-radiologix-main-menu {
    display: block;
  }
  /* line 236, ../sass/header.scss */
  header .region-header #block-prendrerendezvouslink {
    padding: 0 13px;
    position: relative;
    top: 0;
    right: -23px;
  }
  /* line 243, ../sass/header.scss */
  header .region-header #block-prendrerendezvouslink .field--name-field-lien .field__item a {
    font-size: 16px;
  }

  /* line 251, ../sass/header.scss */
  .btn-hamburger {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 260, ../sass/header.scss */
  header .region-header #block-prendrerendezvouslink {
    right: -53px;
  }
  /* line 266, ../sass/header.scss */
  header .region-header #block-radiologix-main-menu ul.menu li a {
    font-size: 1.35em;
  }
}
