@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" /> */
header {
  position: fixed;
  width: 100vw;
  background-color: white;
  height: 60px;
  z-index: 800;
}
header.bandeau.open {
  height: 110px;
}
header .block-logo-camden {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 800;
  width: 133px;
  height: 40px;
  background: none;
  background-image: url(../images/camden-logo.svg);
  background-repeat: no-repeat;
  background-size: 133px;
}
header .block-logo-camden.invert {
  background-image: url(../images/camden-logo-white.svg);
}
header .block-logo-camden .logo-svg {
  display: none;
  fill: white;
  -webkit-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  -ms-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}
header .block-logo-camden .logo-svg.noir, header .block-logo-camden .logo-svg.black {
  fill: white;
}
header .block-logo-camden .logo-svg.white, header .block-logo-camden .logo-svg.pink {
  fill: black;
}

@media only screen and (min-width: 1280px) {
  header .block-logo-camden {
    left: 60px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1294px) {
  header:not(.bandeau) {
    width: 1160px !important;
    margin-left: 60px !important;
  }
}
@media only screen and (min-width: 1280px) {
  header {
    pointer-events: auto;
    overflow: visible;
    position: fixed;
    z-index: 300;
    background-color: transparent;
    height: auto;
  }
  header .region-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    min-height: 110px;
  }
  header .block-logo-camden {
    width: 160px;
    position: absolute;
    height: 50px;
    background: none;
    margin-left: 0;
    margin-top: 0;
    left: 0;
    top: 60px;
    z-index: 200;
  }
  header .block-logo-camden.invert {
    background-image: none;
  }
  header .block-logo-camden .logo-svg {
    display: block;
    fill: white;
    -webkit-transition: fill 0.25s;
    -moz-transition: fill 0.25s;
    -ms-transition: fill 0.25s;
    -o-transition: fill 0.25s;
    transition: fill 0.25s;
  }
  header .block-logo-camden .logo-svg.noir, header .block-logo-camden .logo-svg.black {
    fill: white;
  }
  header .block-logo-camden .logo-svg.white, header .block-logo-camden .logo-svg.pink {
    fill: black;
  }
  header.hide {
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -ms-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    pointer-events: none;
    opacity: 0;
  }
  header.bandeau {
    height: 60px;
    box-shadow: 0px -2px 8px 3px rgba(0, 0, 0, 0.25);
    background-color: white;
    max-width: 100vw;
    left: 0;
    top: 0;
    z-index: 305;
    margin: 0 auto;
  }
  header.bandeau.animate {
    top: 0;
  }
  header.bandeau .wrapper-header {
    max-width: 1160px;
    margin: 0 auto;
  }
  header.bandeau .region-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.bandeau .region-header .block-logo-camden {
    position: static;
    margin-top: 10px;
    width: 160px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  header.bandeau .region-header #block-dropdownlanguage {
    position: static;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=1, M12=0, M21=0, M22=1);
    margin-left: 757px;
    margin-top: 13px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    cursor: pointer;
  }
  header.bandeau .region-header #block-menuprincipal {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  header.bandeau .region-header .hamburger {
    position: static;
  }
  header.bandeau .region-header .hamburger .hamburger-inner,
  header.bandeau .region-header .hamburger .hamburger-inner:after,
  header.bandeau .region-header .hamburger .hamburger-inner:before,
  header.bandeau .region-header .hamburger .hamburger.is-active .hamburger-inner:after,
  header.bandeau .region-header .hamburger .hamburger.is-active .hamburger-inner:before {
    background-color: #000 !important;
  }
}