@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 */
.wrapper-header-img {
  height: 250px;
}
.wrapper-header-img .wrapper-title {
  max-width: 940px;
}
.wrapper-header-img .wrapper-title h1 {
  color: black;
  text-shadow: none;
  border-bottom: 1px solid #C8CACC;
  margin-bottom: 0;
}

#block-newsslider .field--name-field-news {
  width: calc(100% - 0px);
  max-width: 1440px;
  margin: 0 auto;
}
#block-newsslider .field--name-field-news .field__item {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
#block-newsslider .field--name-field-news .field__item.slick-active {
  opacity: 1;
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider {
  height: 300px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description {
  margin: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
  padding: 15px;
  border-radius: 10px;
  width: calc(100% - 30px);
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.15);
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description h3 {
  margin: 0 0 20px 0;
  font-size: 1em;
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .body {
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .body .field--name-body {
  font-size: 0.875em;
  max-height: 80px;
  overflow: hidden;
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .body .field--name-body::after {
  content: "...";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .actions {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .actions a {
  display: inline-block;
  background-color: white;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .actions a:hover {
  background-color: black;
  color: white;
}
#block-newsslider button.slick-next, #block-newsslider button.slick-prev {
  display: none !important;
}
#block-newsslider ul.slick-dots {
  list-style-type: none;
  padding: 30px 0 60px 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-newsslider ul.slick-dots li {
  margin: 0 7px 0 0;
}
#block-newsslider ul.slick-dots li button {
  font-size: 0;
  border: 1px solid #C8CACC;
  border-radius: 10px;
  height: 14px;
  width: 14px;
  background-color: #C8CACC;
}
#block-newsslider ul.slick-dots li.slick-active button {
  background-color: #8B2231;
  border: 1px solid #8B2231;
}

@media only screen and (min-width: 768px) {
  .wrapper-header-img {
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  #block-newsslider .field--name-field-news {
    width: calc(100% + 100px);
    max-width: 1440px;
    margin: 0 -50px;
  }
  #block-newsslider .field--name-field-news .field__item {
    width: 100%;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description {
    padding: 20px;
    width: calc(70% - 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper-header-img {
    height: 150px;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider {
    height: 400px;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description {
    padding: 30px;
    width: calc(50% - 60px);
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .body {
    padding-bottom: 0;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .body .field--name-body::after {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .wrapper-header-img .wrapper-title {
    max-width: 1040px;
  }
  #block-newsslider .field--name-field-news {
    width: calc(100% + 200px);
    margin: 0 -100px;
  }
}
@media only screen and (min-width: 1920px) {
  .wrapper-header-img {
    height: 200px;
  }
  .wrapper-header-img .wrapper-title {
    max-width: 1440px;
  }
  #block-newsslider .field--name-field-news {
    width: calc(100% + 600px);
    margin: 0 -300px;
  }
  #block-newsslider .field--name-field-news .field__item {
    width: 100%;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider {
    height: 600px;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description {
    margin: 40px;
    padding: 35px;
    width: calc(50% - 70px);
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description h3 {
    margin: 0 0 20px 0;
    font-size: 2.1875em;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .body .field--name-body {
    font-size: 1em;
    max-height: none;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .actions {
    margin-top: 20px;
  }
  #block-newsslider .field--name-field-news .field__item .node--view-mode-slider .wrapper-title-description .actions a {
    font-size: 1em;
    height: 45px;
    line-height: 45px;
    padding: 10px 30px;
  }
}