@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" /> */
/* 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" /> */
/* 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" /> */
#block-viewsexposedfilterblock form label {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-size: 0.8333em;
  font-family: "brutal_bold";
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 15px 50px;
  border-radius: 30px;
  background-color: #212851;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}

#block-viewsexposedfilterblock {
  background-color: #f3f2f2;
  padding: 45px 0 30px;
}
#block-viewsexposedfilterblock form {
  max-width: 1320px;
  margin: 0 auto;
}
#block-viewsexposedfilterblock form .form--inline {
  margin-left: 20px;
  margin-right: 20px;
}
#block-viewsexposedfilterblock form .form-wrapper {
  margin: 0;
}
#block-viewsexposedfilterblock form .form-wrapper:nth-child(1) {
  display: none;
}
#block-viewsexposedfilterblock form input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#block-viewsexposedfilterblock form legend {
  font-family: "brutal_medium";
  font-weight: 400;
  margin-bottom: 15px;
}
#block-viewsexposedfilterblock form label {
  color: #3c546c;
  background-color: white;
  font-size: 0.7222em;
  padding: 5px 40px;
  font-family: "brutal_bold";
  letter-spacing: 0.05em;
  cursor: pointer;
}
#block-viewsexposedfilterblock form label.selected {
  background-color: #212851;
  color: white;
}
#block-viewsexposedfilterblock form .form-radios {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1280px) {
  #block-viewsexposedfilterblock {
    padding: 45px 0 50px;
  }
  #block-viewsexposedfilterblock form .form--inline {
    margin-left: 300px;
    margin-right: 0;
  }
  #block-viewsexposedfilterblock form legend {
    margin-bottom: 25px;
  }
}