/* CSS Document sans mise en forme */
#liste_lien_page_fille a{
  display:inline-block;
  width:300px;
  height:300px;
  margin-left:calc((100% - 900px)/4);
  margin-right:calc((100% - 900px)/4);
  position:relative;
  vertical-align:top;
  /* opacity:0; */
  margin-top:20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ededed;
}
.withoutPhoto a.visible{
    opacity:1!important;
    margin-top:0px!important;

}
.withoutPhoto a{
      height:0px!important;
}
#liste_lien_page_fille{
  margin-bottom:15px;
}
.page_fille_photo{
  padding-top:40px;
}
#liste_lien_page_fille a{
  /* width:21%!important; */
  margin-left:0.5%;
  margin-right:0.5%;
  opacity:0;
  overflow:hidden;
}
#liste_lien_page_fille h3:before{
  display: none;
}
#liste_lien_page_fille{
  font-size:0;
}
#liste_lien_page_fille a.visible{
  opacity:1;
  margin-top:0;
  margin-bottom: 0;
}
#liste_lien_page_fille a.visible span{
  background-color:transparent!important;
}
#liste_lien_page_fille a:last-child.visible{
  margin-bottom:0;
}
#liste_lien_page_fille {
  text-align:center;
  box-sizing:border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  flex-wrap: wrap;
  gap: 30px;
}
#liste_lien_page_fille a
{
  width: calc(25% - 23px);
  /* max-width:400px; */
  padding-bottom:80px;
  /* min-width:280px; */
  height: 260px;
}
#paragraphe528 #liste_lien_page_fille div
{
  padding-bottom:56%;
}
.withoutPhoto a{
  padding-bottom:0;
}
#liste_lien_page_fille img,
#liste_lien_page_fille div,
#liste_lien_page_fille span,
#liste_lien_page_fille a:hover span,
#liste_lien_page_fille h3{
  width:400px;
  max-width:400px;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}
#liste_lien_page_fille span{
  display:table-cell!important;
}
#liste_lien_page_fille h3{
  width:100%;
}
#liste_lien_page_fille a{
  /* height:auto; */
  background-color: #eee;
  border: 0;
  padding: 0;
  /* background-color: #fff; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.withoutPhoto a {height:80px!important;padding-bottom:0!important;}

#liste_lien_page_fille img{
  max-width:300px;
  height:auto;
  display:inline-block;
  margin:auto;
}
.page_liquid #liste_lien_page_fille img{
  /* max-width:400px; */
}
#liste_lien_page_fille img{height:auto;position: relative;top:0;left:0;width:100%;display:inline-block;margin:auto;height: 100%;object-fit: cover;}
.withoutPhoto div img{
  display:none!important;
}
#liste_lien_page_fille div{
  height:139px;
  /* display: table-cell; */
  vertical-align: middle;
  text-align:center;
  width:300px;
  position:relative;
  overflow: hidden;
}
.page_liquid #liste_lien_page_fille div{
  width:100%;
  height: 100%;
}

.page_liquid #liste_lien_page_fille a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
#liste_lien_page_fille  div{
    height:auto;
    padding-bottom:75%;
}
#liste_lien_page_fille  div{
    height:auto;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
#liste_lien_page_fille  a:hover{
  border: 0;
  transform: translateY(-10px);
  /* background-color: #000; */
}
#liste_lien_page_fille  a:before,
#liste_lien_page_fille  a:after {
    content: "";
    background-color: #e22777;
    display: none;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index:10000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#liste_lien_page_fille  a:before {
    top: -2px;
}

#liste_lien_page_fille  a:after {
    bottom: -2.5px;
}
#liste_lien_page_fille  a:hover:before,
#liste_lien_page_fille  a:hover:after {
    left: 35px;
    opacity: 1!important;
}
#liste_lien_page_fille span,#liste_lien_page_fille a:hover span{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  position:relative;
  top:auto;
  color: white;
  background-color:transparent;
  /* height: 100%; */
  font-weight:normal;
  width: 300px;
  padding:0px 10px;
  line-height: 1em;
  box-sizing:border-box;
  text-decoration:none;
  color: var(--life-bg-v)!important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /* text-transform: uppercase; */
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.page_liquid #liste_lien_page_fille span,
.page_liquid #liste_lien_page_fille a:hover span{
    /* width: 400px; */
}
#liste_lien_page_fille h3{
  /* background-color: #fff!important; */
  font-size:18px;
  text-align: center;
  line-height: 1em;
  height: 50%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding:0;
  margin:0px;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  bottom:0px;
  position: absolute;
  z-index: 3;
  background: var(--color2);
  background: linear-gradient(180deg, #17171700 0%, #171717bf 66%);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  padding-bottom: 14px;
  }

  #liste_lien_page_fille a:hover h3{
    /* background-color:#002e5b!important; */
  }

  #liste_lien_page_fille a:hover h3 span{
   /* color:#fff!important; */
  }

#liste_lien_page_fille span:hover{
  text-decoration:underline;
  color:#282828;
}

@media screen and (max-width: 1200px){
  #liste_lien_page_fille a{
    width: 45%!important;
  }
 #liste_lien_page_fille a{
    width: 45%!important;
    max-width:300px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
  }
}
@media screen and (max-width: 700px){
#liste_lien_page_fille a{
    width: 90%!important;
  }
}
@media screen and (max-width: 700px){

 #liste_lien_page_fille a{
    width: 300px!important;
    max-width:300px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
  }
}
