/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2020 | 13:54:36 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 

@media all and (max-width: 980px) {
 .video-line
{
  display:flex;
   min-height: 0!important;
  width: 100%;
}
  
   .video-line .et_pb_module
  {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
   
  }
  
   
  .video-line .et_pb_text h3,
  .video-line .et_pb_text,
  .video-line .et_pb_text a,
  .video-line .et_pb_text span
  {
    font-size:10px!important;
  }
  .video-line .et_pb_text h2,
  .video-line .et_pb_text h2 span
  {
    font-size:14px!important;
  }
}
