#conteneur-global-workshop{
/*    margin:2vh 5vw;*/
    display: grid;
    grid-template-columns: 1fr;
/*    grid-gap: 2vw;*/
    /* border: 1px solid black; */
  }
  
  
  .header-equipe{
    margin-top: 3vh;
    /* border: 1px solid black; */
    /* background-color: gray; */
    grid-column: span 1;
    margin-bottom: 5vh;
  }

  .intro-equipe{
    font-size: 1.6em;
    width: 90%;
    margin-bottom: 0.5em;
  }
  
  #conteneur-global-workshop article{
    /* height: 30vh; */
    width: 80vw;
    margin: auto;

    display: block;

    padding-bottom: 7vh;
    align-items: top;

  }
  
  
  
  
  

  
  
    .title-intervenant{
      font-family: "Krona One", sans-serif, bold;
      font-size: 1.1em;
      color: rgb(0,107,255,1);
  
    }
  
  
  
    .intro-intervenant{
      font-size: 1em;
      margin-bottom: 1em;
    }
  
  
    .presentation-workshop{
      font-size:0.8em;
      line-height: 1.3em;
    }
  
  
    .presentation-all{
        font-size: 0.9em;
    }
  

  

  .photo-intervenant{
/*  border: 1px solid green;*/
  height: 100px;
  width: 100px;
  margin-bottom: 1em;

}


.boite-texte-intervenant{
  width: 100%;
/*    border: 1px solid red;*/
    margin-top: 0px;
    margin-bottom: 0px;
}
  .photo-intervenant img{
    width: 100%;
  }
  
  