@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 */
/* 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 */
#block-frontsliderlogos {
  background-color: #F1F2F2;
}
#block-frontsliderlogos .field--name-body h2 {
  text-align: center;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 40px 0 20px 0;
}
#block-frontsliderlogos .field--name-field-image-multiple {
  width: calc(100% - 60px);
  max-width: 940px;
  margin: 0 auto;
}
#block-frontsliderlogos .field--name-field-image-multiple .slick-track .field__item {
  height: 60px;
  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;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin: 0 20px;
}
#block-frontsliderlogos .field--name-field-image-multiple .slick-track .field__item img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  height: auto;
}
#block-frontsliderlogos .slick-arrow {
  display: none !important;
}
#block-frontsliderlogos ul.slick-dots {
  list-style-type: none;
  padding: 30px 0 40px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#block-frontsliderlogos ul.slick-dots li {
  margin: 0 7px 0 0;
}
#block-frontsliderlogos ul.slick-dots li button {
  font-size: 0;
  border: 1px solid #C8CACC;
  border-radius: 10px;
  height: 14px;
  width: 14px;
  background-color: #C8CACC;
}
#block-frontsliderlogos ul.slick-dots li.slick-active button {
  background-color: #8B2231;
  border: 1px solid #8B2231;
}

@media only screen and (min-width: 1440px) {
  #block-frontsliderlogos .field--name-body h2 {
    padding: 50px 0 20px 0;
  }
  #block-frontsliderlogos .field--name-field-image-multiple .slick-track .field__item {
    height: 80px;
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1920px) {
  #block-frontsliderlogos .field--name-body h2 {
    font-size: 1.125em;
    padding: 60px 0 20px 0;
  }
  #block-frontsliderlogos .field--name-field-image-multiple {
    max-width: 1440px;
  }
  #block-frontsliderlogos .field--name-field-image-multiple .slick-track .field__item {
    height: 150px;
    margin: 0 50px;
  }
  #block-frontsliderlogos ul.slick-dots {
    padding: 30px 0 60px 0;
  }
}