@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/equipe.scss */
.node-83 ul.equipe {
  padding: 0;
  margin: 50px 0 0 0;
  list-style-type: none;
}
/* line 10, ../sass/equipe.scss */
.node-83 ul.equipe li {
  width: 100%;
  margin-bottom: 15px;
}
/* line 13, ../sass/equipe.scss */
.node-83 ul.equipe li:last-child {
  margin-bottom: 0px;
}
/* line 16, ../sass/equipe.scss */
.node-83 ul.equipe li b, .node-83 ul.equipe li strong {
  color: #B15BA3;
}

@media only screen and (min-width: 768px) {
  /* line 26, ../sass/equipe.scss */
  .node-83 ul.equipe {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-width: 45%;
    -webkit-column-width: 45%;
    column-width: 45%;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
}
