#workshop{
    
}
#workshop > article > .content{
    margin:0 auto;
    max-width: var(--site-content-max-width);
    padding: 1.6rem;
}
/* à complier en variable dans le css common */
#workshop > article h1{
    font-size: 5.6rem;
    font-weight: 300;
    line-height: 140%;
    margin: 0;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}
#workshop > article h2{
    color: #646464;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 140%;
    margin: 0;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
}
#workshop > article h3{
    color: #646464;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 140%;
    margin: 0;
    text-transform: upperca
    margin-bottom: 0.8rem;se;
}
#workshop > article p{
    color: #646464;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 140%;
    text-indent: 2em;
    margin-bottom: 1em;
}
#workshop > article h3{
    margin-top: 3.2rem;
}
#workshop > article > header{
    display: grid;
    grid-template-areas: "main";
    height: 40vmax;
    max-height: 40vh;
    overflow: hidden;
}
#workshop > article > header .image{
    display: flex;
    grid-area: main;
    overflow: hidden;
}
#workshop > article > header .image img{
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}
#workshop > article > header h1{
    align-self: center;
    color: rgba(255,255,255,.8);
    font-size: 6.4rem;
    justify-content: center;
    grid-area: main;
    text-align: center;
    z-index: 2;
}
@media (max-width: 735px){
    #workshop > article{
  }
}
@media (min-width: 736px){
    #workshop > article{
    }
}