.creations__p{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.creations__wrapper{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.creations__wrapper .container,
.creations__main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 30px;
}

.horizontal-presentation{
    width: 100%;
    max-width: 600px;
}

.vertical-presentation{
    width: 100%;
    max-width: 400px;
}

.creations__img-vertical img,
.creations__img-horizontal img{
    width: 100%;
    border-radius: 5px;
}

.creations__img-vertical img{
    aspect-ratio: 500/756;
    max-width: 400px;
}

.creations__img-horizontal img{
    aspect-ratio: 756/500;
    max-width: 600px;
}

.creations__article{
    margin-bottom: 30px;
    margin-top: 30px
}

.creations__main{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0px;
}

.creations__content > *{
    margin-bottom: 20px;
}

.creations__subtitle{
    color: var(--slate-gray, #595959);
    font-weight: 400;
}

.creations__subtitle,
.creations__main p.intro a{
    font-size: clamp(0.75rem, 3vw, 0.875rem);
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}

.creations__title{
    font-size: clamp(1.65rem, 4vw, 2.25rem);
}

.creations__main p.intro a{
    font-weight: 500;
    color: var(--charcoal, #282828);
    text-decoration: underline 3px var(--amber-orange, #FF9800);
    text-underline-offset: 4px;
    transition: .2s ease-in-out;
}

.creations__main p.intro:hover a,
.single-creation__breadcrumb a:hover{
    text-decoration: underline 3px #146AF5;
}

/* remove link in the taxonomy */
.creation-site .creations__main p.intro :is(a, a:hover) {
    pointer-events: none;
    cursor: default;
    text-decoration: underline 3px var(--amber-orange, #FF9800);
}

/**---------------------------------**/

.creations__link{
    width: 240px;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

/********************** single creation **********************/

.single-creation .container{
    width: 90%;
}

.single-creation__breadcrumb{
    margin: 60px auto 0px auto;
    letter-spacing: 0.05rem;
    text-align: center;
}

.single-creation__breadcrumb a{
    font-weight: 400;
    color: var(--pure-black, #000000);
    text-decoration: underline transparent 3px;
    transition: text-decoration-color .2s ease-in-out;
}

.single-creation__breadcrumb  a::first-letter {
  text-transform: uppercase;
}

.single-creation__header,
.single-creation__presentation,
.single-creation__objective{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-creation__header h1{
    margin-bottom: clamp(20px, 3vw, 40px);
}

.single-creation__header .intro{
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: clamp(60px, 7vw, 100px);
    letter-spacing: 0.05rem;
}

.single-creation__main-img,
.single-creation__presentation-img {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
}

.single-creation__main-img{
    aspect-ratio: 2/1;
}

.single-creation__main-img img,
.single-creation__presentation-img img {
    width: 100%;
    height: auto;
}

.single-creation__main-img img {
    max-width: 1200px;
}

.single-creation__presentation,
.single-creation__prestations{
    background-color: var(--cloud-gray, #F5F5F7);
}

.single-creation__presentation,
.single-creation__objective{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 80px;
    padding: 60px 5px;
    border-radius: 20px;
}

.single-creation__content :is(h2, h3){
 text-align: center;
}

.single-creation__content{
    padding: 0 10px 10px 10px;
    width: 100%;
    max-width: 700px;
}

.single-creation__presentation p,
.single-creation__objective p{
    margin-bottom: 0;
    text-align: center;
}

.single-creation__link{
    text-align: center;
}

.single-creation__content .link{
    margin-top: 50px;
}

.single-creation__presentation-img {
    aspect-ratio: 600/390;
}
.single-creation__presentation-img img{
    max-width: 500px;
}

.single-creation__objective-img img{
    max-width: 650px;
}

.single-creation__prestations{
    margin-top: 80px;
    padding: 40px 10px;
    border-radius: 20px;
}

.single-creation__prestations h3{
    margin-left: 15px;
}

.single-creation__prestations ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 870px;
    margin: 0 auto;
}

.single-creation__prestations li{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 250px;
    margin: 15px;
    padding: 20px 30px;
    border-radius: 30px;
    color: var(--obsidian ,#1A1A1A);
    background-color: var(--pure-white, #FFFFFF);
}

.single-creation__prestations li span:nth-child(2){
    font-size: 1.125rem;
}

.single-creation__number{
    color: var(--amber-orange);
}

/***************************************************/
/*                 Media queries                   */
/***************************************************/

@media screen and (min-width: 680px) {
    .single-creation__prestations ul{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}


@media screen and (min-width: 1178px){

    .creations__article{
        margin-bottom: 5px;
    }

    .creations__wrapper .container,
    .creations__main{
        justify-content: space-between;
    }
	
	.creations__wrapper .container{
        max-width: 1200px;
    }

    .creations__main{
        flex-direction: row;
    }

    /************ single creation ************/

    .single-creation__breadcrumb{
        margin: 120px auto 0px auto;
    }

    .single-creation__breadcrumb :is(a, span){
        padding: 0 3px;
    }

    .single-creation .container{
        width: 90%;
        max-width: 1200px;
    }

    .single-creation__presentation,
    .single-creation__objective{
        flex-direction: row;
        justify-content: space-between;
        padding: 70px 45px;
    }

    .single-creation__content :is(h2, h3){
        text-align: left;
    }

    .single-creation__presentation p,
    .single-creation__objective p{
        text-align: left;
    }

    .single-creation__content{
        width: 50%;
        max-width: 500px;
    }

    .single-creation__link{
        text-align: left;
    }

    .single-creation__prestations{
         padding: 70px 45px;
    }

}