.ie .piece .modules-top{display:block;} 

.ie .piece .module-promo{
width:584px;
margin : 0 auto 8rem auto;
}

.accordeon{
    background:#094c7f;
    color:#fff;
    font-size:24px;
    padding:20px 50px 20px 80px;
    margin-top: 1rem;
    position: relative;
}
.accordeon:before{
    width:40px;
    content:'';
    height:40px;
    position: absolute;
    left:20px;
    transform:translateY(-50%);
    top:50%;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.accordeon:nth-child(1):before{
    
    background-image:url(../images/i-partage.svg);
}
.accordeon:nth-child(3):before{
    
    background-image:url(../images/i-garage.svg);
}
.accordeon:nth-child(5):before{
    
    background-image:url(../images/i-formation.svg);
}
.accordeon:nth-child(7):before{
    
    background-image:url(../images/i-infobus.svg);
}
.accordeon:nth-child(9):before{
    
    background-image:url(../images/i-salledemontre.svg);
}
.accordeon:after{
    content:'+';
    transform:translateY(-50%);
    position: absolute;
    top:50%;
    font-size:40px;
    right:20px;
    display: inline-block;
}
.accordeon.ouvert:after{
    content:'';
    transform:translateY(-50%);
    top:50%;
    position: absolute;
    right:20px;
    background:#fff;
    width:16px;
    height:4px;
    display: inline-block;
}
.contenuAccordeon{
    display: flex;
    padding:20px;
    flex-wrap:nowrap;
}
.contenuAccordeon ul,
.contenuAccordeon .droite{
    width:50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contenuAccordeon .droite p{
margin:0;
}
.contenuAccordeon .droite{
  text-align: right;
}

.page-atelier .page-heading {
    
    background-image: url(../images/PHOTOS_ATELIER_BIENVENUE.jpg); 

}
.page-atelier .page-heading .content-wrapper {
    flex: 1 100%;
}
 .page-atelier  .page-title {
      margin-bottom: 2.5rem;
    font-size: 6rem;
    }
.page-atelier .page-heading {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
    height: 635px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: cover;
    text-shadow: 0 3px 7px #000;
}

.view-category .posts .item-image img {
	max-height: 208px;
    object-fit: cover;
}


@media only screen and (max-width: 767px){
 .page-atelier .page-heading .page-title {
    font-size: 4.5rem;
    }
	
	.view-category .posts .item-image img {
		width: auto;
	}
}
@media only screen and (max-width: 499px){
.page-atelier .page-heading .page-title {
    font-size: 3rem;
    }
}
@media (max-width: 600px) {
    .contenuAccordeon{
        flex-wrap:wrap;
    }
    .contenuAccordeon ul,
    .contenuAccordeon .droite{
        width:100%;
        margin:10px 0 ;
    }
}

.module-infobus .btn{

    padding: 10px 30px 11px;
}