
section#v2_agenda .titre_contener {position:relative; margin:4rem auto 0 auto; width:64.6rem}
section#v2_agenda .titre_contener p:first-child {font:var(--CardoFont); font-size:4.1rem; line-height:4.1rem; padding-right:.5rem; color:#bebebe; text-align: right;}


section#v2_agenda .grey_box {display:flex; flex-direction:column; justify-content:space-between; margin:1rem auto 0 auto; width:70rem; height:fit-content; padding:2rem; background-color: #f1f1f1; border-radius:.5rem;}
section#v2_agenda .grey_box .columns_contener  {display:flex; justify-content:flex-start; align-items:flex-start; min-height:fit-content;}
section#v2_agenda .grey_box .columns_contener .month_column {position:relative; width:10rem; min-height:fit-content; margin-right:1rem; border:1px solid #eae2e2; background-color:white; border-radius:.3rem; padding:.5rem 0rem .5rem .9rem;}
section#v2_agenda .grey_box .columns_contener .month_column p {font:var(--montserraCollo); font-weight:400; font-size:1.2rem}
section#v2_agenda .grey_box .columns_contener .month_column p span {margin-right:.3rem; color:red}
section#v2_agenda .grey_box .columns_contener .events_columns {position:relative; width:15rem; min-height:fit-content; height:10rem; margin-right:1rem;}
section#v2_agenda .grey_box p.event_date {font:var(--montserraCollo); line-height:2.4rem; background-color:#ec5656; font-weight:400; font-size:1rem; color:#ffffff; text-align:center; border-top-left-radius:.3rem; border-top-right-radius:.3rem;}
section#v2_agenda .grey_box div.event_padding {position:relative; width:100%; height:100%; padding:.5rem; display:flex; flex-direction:column; justify-content:flex-start; align-items:flex-start; background-color:white; border-bottom-left-radius:.3rem; border-bottom-right-radius:.3rem; }
section#v2_agenda .grey_box div.event_padding p {font:var(--montserraCollo); font-weight:400; font-size:.9rem; line-height:1.3rem; color:#000000;}
section#v2_agenda .grey_box div.event_padding p.ag_title {font-weight:500; font-size:.8rem; color:var(--ShipColor); line-height:0.75rem; text-align:center; margin-bottom:.5rem;}
section#v2_agenda .grey_box div.event_padding p.ag_text {font-size:.8rem; line-height:.9rem; color:var(--ShipColor);}
.event_sp {margin-top:.3rem; font-size:.7rem; font-style:italic; color:#f00}