
#prog_2025_principal{

background-image: url('../images_new/fond.png');
background-repeat: repeat-y;
background-size: cover;
background-position: center;
background-color: #f0f0f0;


}





#prog_2025{


display:flex;
flex-direction:row;
width:100%;

}
#scene_2025{padding-top:100px;}
.col_gauche,.col_droite,.col_milieu{
    
   flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
  align-items: center;
  text-align: center;
}

.col_gauche img,.col_droite img,.fanfare img,.petyt img{}



.col_gauche{
    padding-top:200px;
      align-items: center;
      text-align: center;
}
.col-milieu{

      align-items: center;
      text-align: center;
}
.col_droite{
    padding-top:200px;
      align-items: center;
}
.nation{width:100%;}

.portuaire{ width:100%;padding-left:30%;}
.portuaire img{width:90%;}

.nation{ width:100%;}
.nation img{width:60%;}

.fanfare{width:100%;padding-left:8%;}
.fanfare img{width:60%;}
.petyt{width:100%;padding-left:8%;}
.petyt img{width:60%;}

.marie{width:100%;}
.marie img{width:60%;}
.cambuse{width:100%;}
.cambuse img{width:60%;}
.quai{width:100%;padding-right:30%}
.quai img{width:90%;}



.col_mob{width:100%;display: flex;flex-direction: column;align-items: center;text-align: center;gap:20px;}
.col_mob img{width:90%;}
.logo_bordees_mob{width: 100%; margin-top: 60px;}
.nation_mob,.portuaire_mob,.fanfare_mob,.petyt_mob,.marie_mob,.cambuse_mob,.quai_mob{
    width:90%;
    padding-left:0;
    padding-right:0;
}
.date_mob{font-size:1.4rem;color:white;font-family: 'helveticaneuelight';margin-top:10px;font-weight: 1000;margin-bottom:20px;}

.nation_scene_desk {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-family: 'helveticaneuelight', Arial, sans-serif;
    /* prend toute la hauteur du parent */
    display: flex;
    align-items: flex-end; /* aligne en bas */
    justify-content: center;
    transform: rotate(180deg); /* inverse le sens du texte */
    width:80px;
    background-color: #a03715;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.wrap_scene_desk{
    display: flex;
    flex-direction: column;
    width:100%;
    align-items: center;
    justify-content: center;
    gap:100px;
    margin-top:50px;
   
}
.col_gauche_scene_desk{display:flex;flex-direction:row;width:1500px;}
.nation_groupe_desk{display:flex;flex-direction:row;width:100%;overflow: hidden;align-items: center;justify-content: center;}
.item_groupe_desk img{height:300px;}
.seul{display:flex;flex-direction:row;align-items: center;justify-content: center}
.logo_ldlc{padding:50px;}

.nom_scene_mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0; /* 30px vertical, 0 horizontal */
}

.item_sc {
    flex: 0 1 40%; /* 2 par ligne, laisse un peu d'espace */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; /* espace vertical supplémentaire si besoin */
}