/* variables */
#page_filles {
  background-color: #f4f1ec;
  padding-top: 50px;
  position: relative;
}
#page_filles ul {
  width: 290px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#page_filles ul li {
  width: 290px;
  margin-bottom: 20px;
  background-color: #fff;
}
#page_filles ul li:before {
  display: none;
}
#page_filles ul .img {
  background-color: #eee;
}
#page_filles ul .content {
  background-color: #ffffff;
  padding: 25px;
}
#page_filles ul .content .titre {
  font-family: 'aller_displayregular';
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#page_filles ul .content .titre:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 160px;
  background-color: #000;
}
#page_filles ul .content .extraitg,
#page_filles ul .content .extrait {
  font-size: 18px;
  line-height: 21px;
}
#page_filles ul .content .extraitg {
  font-weight: bold;
  margin-bottom: 10px;
}
#page_filles ul .content .btn {
  color: #f9b004;
  line-height: 28px;
  font-size: 17px;
  display: block;
  text-align: right;
  font-weight: bold;
  padding: 0 20px 0 0px;
  border-radius: 14px;
  background-image: url(../../images/fleche-droite-jaune-2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#page_filles ul .content .btn:hover {
  color: #000;
  background-image: url(../../images/fleche-droite-noir-2x.png);
}
@media screen and (min-width: 768px) {
  #page_filles ul {
    width: 660px;
    display: flex;
    flex-wrap: wrap;
  }
  #page_filles ul li {
    margin: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #page_filles {
    padding-top: 100px;
    padding-bottom: 180px;
    background-image: url(../../images/fond-page-fille.jpg);
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: center 0;
  }
  #page_filles:after {
    z-index: 5;
    width: 100%;
    height: 330px;
    background-color: #f9b004;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 265px, 1700px 265px, 1450px 100%, 1200px 265px, 0 265px, 0 0);
  }
  #page_filles:before {
    content: '';
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
  }
  #page_filles ul {
    width: 1280px;
  }
  #page_filles ul li {
    display: flex;
    flex-direction: column;
    width: 290px;
    margin: 15px;
  }
  #page_filles ul .content {
    flex: 1;
    padding-bottom: 45px;
  }
  #page_filles ul .content .btn {
    position: absolute;
    right: 25px;
    bottom: 15px;
  }
  #page_filles.large ul li {
    flex: 1;
    width: 220px;
  }
  #page_filles.large ul li .content .titre {
    font-size: 1.5em;
  }
  #page_filles.xlarge ul li {
    flex: none;
    width: 290px;
  }
  #page_filles.xlarge:after {
    height: 630px;
    clip-path: polygon(100% 0, 100% 565px, 1700px 565px, 1450px 100%, 1200px 565px, 0 565px, 0 0);
  }
}
