.device{
  margin-top:50px;
  margin-bottom:50px;
}
.bloc_row{
  display:flex;
  align-items:center; /*centrer verticalement */
  gap:20px; /*espace entre vidéo et texte */
  font-size:19px;
  width:100%;
}           
.title_bloc_row{
  display: inline-block; /* ou block si tu veux qu'il prenne toute la ligne */
  margin-bottom: 10px; 
  color:#6495ED;
}
.media_container {
  flex-shrink: 0;          /* Empêche la vidéo de rétrécir */
  width:20%;
}
.media_container_am {
  flex-shrink: 0;          /* Empêche la vidéo de rétrécir */
  width:50%;
}
.media_container_am img{
  width: 100%;
  height: auto;
  display: block;
}
.iframe_container {
  flex-shrink: 0;          /* Empêche la vidéo de rétrécir */
  width:50%;
}
.ajust_size{
  width: 100%;         /* prend toute la largeur de .video_container */
  height: auto;        /* garde le ratio aspect (image ou iframe) */
  display: block;      /* évite les petits espaces en dessous de l’image */
  max-width: 100%;
}

.iframe_text_container {
  align-items: center;     /* Centre verticalement le contenu du texte */
  height: 100%;
  font-size: 19px;
  //max-width: 600px;        /* Optionnel : limite la largeur du texte */
  width:50%;
}
.text_container {
  align-items: center;     /* Centre verticalement le contenu du texte */
  height: 100%;
  font-size: 19px;
  //max-width: 600px;        /* Optionnel : limite la largeur du texte */
  width:80%;
}
.text_container_am {
  align-items: center;     /* Centre verticalement le contenu du texte */
  height: 100%;
  font-size: 19px;
  //max-width: 600px;        /* Optionnel : limite la largeur du texte */
  width:50%;
}
.title_paragraph{
  color:rgb(70, 130, 180);
  font-weight:bold;
  font-style: italic;
  text-align: center;
  margin-top:50px;
  font-size: 19px;
}
.title-paragraph-sismo{
  color:rgb(174, 90, 31);
  font-weight:bold;
  font-style: italic;
  text-align: center;
  margin-top:50px;
  font-size: 21px;
}
.title-paragraph-actus{
  display:block;
  color:rgb(70, 130, 180);
  font-weight:bold;
  font-style: italic;
  text-align: left;
  margin-top:30px;
  font-size: 21px;
}
