#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;
  }
  
  .title-separateur{
    font-family: "Krona One", sans-serif, bold;
    font-size: 3vw;
    margin-top: 1em;
    margin-bottom: 0.8em;
    color: rgb(0,107,255,1);
  }
  
  .intro-equipe{
    font-size: 3vw;
    margin-bottom: 0.5em;
  }
  
  #conteneur-global-workshop article{
    /* height: 30vh; */
    margin-top: 2vw;
    /* border: 1px solid black; */
    display: flex;
    padding-bottom: 7vh;
    align-items: top;
    border-bottom: 2px #006BFF solid;
    justify-content: space-between;
  }
  
  
  
  
  
  .boite-texte-intervenant{
    width: 60vw;
  }
  
  
    .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.7em;
    }
  
  .photo-intervenant{
    /* border: 1px solid black; */
    height: 100px;
    width: 100px ;
    object-fit: cover;
    overflow: hidden;
  }
  
  .photo-intervenant img{
    width: 100%;
  }
  
  