/* CSS masquer le titre de la page */
/* #header-cms-87 {display: none;}*/

/* conteneur */
#SLD25{
  width: 900px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

/* gestion slider */
#SLD25 #acc_SLD25{
    display:block;
    width:100%;
    margin-bottom: 3.5%;
}

#SLD25 #acc_SLD25_mob{
    display:none;
}

#SLD25 a{
   text-decoration: none;
   color: #ffffff !important;
   display:block;
   width:100%;
   font-size: 0.98em;
   font-weight: 600;
   height:100%;
}

#SLD25 ul{
    list-style: none;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    column-gap: 0.45em;
    font-family: Helvetica, Arial, "sans-serif";
    margin-bottom: 0.45em;
  margin-top: 0;
}





#SLD25 ul.SLD25_3cta li{
  width: 33%;
  background-color: #ffc054;
  display: inline-block;
  padding: 2.5% 1%;
  transition: all .2s ease-in-out;
}


#SLD25 ul.SLD25_3cta li:hover{
  background-color: #40b89b;
  text-decoration: none;
  transition: all .2s ease-in-out;
   
}


/* Responsive */  
@media screen and (max-width: 790px) {
  #SLD25{
width: 100%;
}
  #SLD25 ul{
 flex-direction: column; 
 margin: 0%;
}
 #SLD25 a{
    font-size: 0.98em;
}
#SLD25 #acc_SLD25 {display:none;}
#SLD25 #acc_SLD25_mob {display:block; width:100%; margin-bottom: 5%;}




#SLD25 ul.SLD25_3cta li{
  width: 100%;
  color: white;
  display: inline-block;
  margin-top: 2%;
  padding: 4%;
}

}