@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 */
#block-participants .btn {
  padding: 0 20px;
}

#block-participants.participants-alternative {
  padding-top: 120px;
}

#block-participants-2 {
  padding: 50px 0;
}
#block-participants-2 .btn {
  padding: 0 20px;
}
#block-participants-2 .wrapper .wrapper-cols .col {
  line-height: 150%;
}

header .wrapper nav ul li.has-children {
  background-image: url(../images/menu-fleche-down.png);
  background-size: 20px 15px;
  background-position: right top 8px;
  background-repeat: no-repeat;
}
header .wrapper nav ul li.has-children.selected {
  background-image: url(../images/menu-fleche-up.png);
}
header .wrapper nav ul li ul {
  max-width: 100%;
  margin: 20px 0 0 0;
  display: none;
}
header .wrapper nav ul li ul.open {
  display: block;
}
header .wrapper nav ul li ul li {
  float: none;
}

@media only screen and (min-width: 1024px) {
  #block-participants-2 .wrapper-cols {
    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;
  }
  #block-participants-2 .wrapper-cols .col:first-child {
    width: calc(100% - 580px);
    margin-right: 80px;
  }
  #block-participants-2 .wrapper-cols .col:nth-child(2) {
    width: 500px;
  }
}
@media only screen and (min-width: 1280px) {
  #block-participants.participants-alternative {
    padding-top: 60px;
  }
  header .wrapper nav ul li.has-children {
    background-image: none;
  }
  header .wrapper nav ul li.has-children.selected {
    background-image: none;
  }
  header .wrapper nav ul li ul {
    max-width: 165px;
    margin: 0;
    display: none;
  }
  header .wrapper nav ul li ul.open {
    display: block;
  }
  header .wrapper nav ul li ul li {
    float: none;
    font-size: 1.1em !important;
  }
}/*# sourceMappingURL=ajout-gouvernance.css.map */