
#second_section{
  padding: 0% 2% 2% 0%;
}
.fitler{
  justify-content: start;
}
.place_first{
  right: 4.5%!important;
}
#titre_second{
  width: 55%;
}
.first_section{
  width: 95%;
  display: flex;
  margin-left: 2.5%;
  gap:3%;
  padding: 4% 2%;
  align-items: stretch;
}
.grid{
  width: 95%;
  margin-left: 2.5%;
}
#last_new{
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}
#in_last_new{
  width: 100%;
  height: 100%;
  background: url('/static/images/pax/d.webp') center/cover no-repeat;
  transition: transform 0.5s ease;
}
#in_last_new:hover{
  transform: scale(1.05);
}
#new{
  width: 45%;
  margin-top: 2%;
  position: relative;
}

#btn_first{
  width: 100%;
  text-align: right;
}
@media (max-width: 600px) { 
  .first_section{
    flex-direction: column;
  }
  #titre_second{
    width: 80%;
  }
  #last_new{
    width: 100%;
    height: 320px;
  }
  #new{
    width: 100%;
  }
}

@media (max-width: 500px) { 
  .center_div{
    text-align: center;
  }
  #titre_second{
    width: 100%;
    margin-left: 0;
  }
  .container_btn_actu{
    width: 100%;
    text-align: center;
  }
  .first_section{
    margin-top: 10%!important;
  }
  #second_section{
    padding: 8% 0% 12% 0%;
  }
}










/* */
#container_ext{
  width: 100%;
  display: flex;
  gap:1%;
  align-items: center;
  height:clamp(140px, 10vh, 200px);
}
#cont_ext_left{
  display: flex;
  gap:10%;
  height: 100%;
  align-items: center;
  justify-content: end;
}
.container_link{
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  width: clamp(80px, 100%, 200px);
  height: 100%;
  text-align: center;
  gap:2%;
  row-gap: 20px;
}
.under_twit{
  height: 60%;
}
#x_pape{
  width: clamp(40px, 3vw, 60px);
  height: auto;
}
.resp_actu{
  display: none;
  text-align: center;
}
@media (max-width: 600px) { 
  .container_actu{
    border-radius: 30px;
    padding: 4% 2% 8% 2%;
    background-color: #f9f9f5;
    width: 95%;
    margin: 0 auto;

  }
  .item_scroll{
    background-color: #f8f5ec!important;
    box-shadow: 0 4px 15px rgba(43, 72, 45, 0.3);

  }
}
@media (max-width: 800px) { 
  #cont_ext_left{
    display: none;
  }
  #container_ext{
    flex-direction: column-reverse;
    height: auto;
  }
  .first_section{
    margin-top: 4%;
  }
}

@media (max-width: 768px) { 
  #container_ext{
    justify-content: start;
    margin-top: 10%;
  }
}
@media (max-width: 600px) { 
    .resp_actu{
    display: block;
    width: 95%;
    margin-left: 2.5%;
  }
}

@media (max-width: 500px) { 
  #cont_ext_left{
    display: flex;
  }
  #container_ext{
    justify-content: center;
  }
  .fitler{
    justify-content: center;
    margin-top: 10%;
  }
  #cont_ext_left{
    margin: 0 auto;
  }
}

