@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 */
/* 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-autrearticles .wrapper-other-articles .lien-actualites .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-blanc.png);
  background-repeat: repeat-x;
  background-position: left center;
  height: 7px;
  background-size: auto 1px;
  display: block;
  float: left;
  width: 35px;
}

#block-autrearticles .wrapper-other-articles .lien-actualites .wrapper-fl .pointe {
  background-image: url(../images/pointe-blanche.png);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: auto 7px;
  display: block;
  float: left;
  width: 7px;
  height: 8px;
}

#block-autrearticles .wrapper-other-articles .lien-actualites:hover .wrapper-fl .ligne, #block-autrearticles .wrapper-other-articles ul li:hover .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-rose.png);
  width: 105px;
  -webkit-animation: fl-right 0.15s ease-in-out;
  -moz-animation: fl-right 0.15s ease-in-out;
  -ms-animation: fl-right 0.15s ease-in-out;
  -o-animation: fl-right 0.15s ease-in-out;
  animation: fl-right 0.15s ease-in-out;
}

#block-autrearticles .wrapper-other-articles .lien-actualites:hover .wrapper-fl .pointe, #block-autrearticles .wrapper-other-articles ul li:hover .wrapper-fl .pointe {
  background-image: url(../images/pointe-rose.png);
}

#block-autrearticles .wrapper-other-articles {
  max-width: 1160px;
  width: calc(100% - 40px);
  padding-bottom: 80px;
  margin: 0 auto;
}
#block-autrearticles .wrapper-other-articles h2 {
  margin: 0;
  font-size: 1.875rem;
  font-family: "SequelSans-BlackBodyText", sans-serif;
  font-weight: normal;
}
#block-autrearticles .wrapper-other-articles hr {
  border-top: 1px solid #000;
}
#block-autrearticles .wrapper-other-articles ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
#block-autrearticles .wrapper-other-articles ul li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#block-autrearticles .wrapper-other-articles ul li:last-child {
  display: none;
}
#block-autrearticles .wrapper-other-articles ul li img {
  width: 100%;
  margin-top: 10px;
}
#block-autrearticles .wrapper-other-articles ul li .title {
  margin-top: 25px;
  font-family: "SequelSans-BlackBodyText", sans-serif;
  line-height: 120%;
}
#block-autrearticles .wrapper-other-articles ul li .resume {
  font-family: "Helvetica";
}
#block-autrearticles .wrapper-other-articles .date {
  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-autrearticles .wrapper-other-articles .date .mois {
  color: #FFD600;
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 3.125rem;
}
#block-autrearticles .wrapper-other-articles .date .annee {
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.1875rem;
  margin-top: 14px;
}
#block-autrearticles .wrapper-other-articles .lien-actualites {
  margin-top: 15px;
}
#block-autrearticles .wrapper-other-articles .lien-actualites a {
  color: black;
  text-decoration: none;
  font-family: "SequelSans-BlackBodyText", sans-serif;
}
#block-autrearticles .wrapper-other-articles .lien-actualites .wrapper-fl {
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
#block-autrearticles .wrapper-other-articles .lien-actualites .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-noir.png);
}
#block-autrearticles .wrapper-other-articles .lien-actualites .wrapper-fl .pointe {
  background-image: url(../images/pointe-noir.png);
}
#block-autrearticles .wrapper-other-articles .lien-actualites:hover a {
  color: #FFD600;
}
#block-autrearticles .wrapper-other-articles a.toutes-actualites {
  margin-top: 50px;
  background-color: black;
  color: white;
  text-decoration: none;
  font-family: "SequelSans-BoldBodyText", sans-serif;
  padding: 0;
  line-height: 46px;
  height: 46px;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid black;
}
#block-autrearticles .wrapper-other-articles a.toutes-actualites:hover {
  background-color: #fff;
  color: black;
}

@media only screen and (min-width: 768px) {
  #block-autrearticles .wrapper-other-articles ul li {
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-bottom: 0;
  }
  #block-autrearticles .wrapper-other-articles ul li:last-child {
    margin-right: 0;
  }
  #block-autrearticles .wrapper-other-articles .date {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  #block-autrearticles .wrapper-other-articles a.toutes-actualites {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 1024px) {
  #block-autrearticles .wrapper-other-articles ul li {
    width: 360px;
    margin-right: 32px;
    margin-bottom: 0;
  }
  #block-autrearticles .wrapper-other-articles ul li:last-child {
    margin-right: 0;
  }
  #block-autrearticles .wrapper-other-articles .date {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  #block-autrearticles .wrapper-other-articles a.toutes-actualites {
    width: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  #block-autrearticles .wrapper-other-articles ul li:last-child {
    display: block;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  #block-autrearticles .wrapper-other-articles ul li {
    margin-right: 40px;
  }
}