/* main */
.puce-list::before{
    display: block;
    content: "↬";
    width: 22px;
    height: 18px;
    margin-top: -5px;
    margin-right: 12px;
    font-size: 2.2rem;
    color: var(--amber-orange, #FF9800);
}

.list-with-puce li{
    display: flex;
    height: 60px;
    font-size: 1.125rem;
    font-weight: 300;
}

.container h2{
    margin-bottom: 10px;
}

.styleguide__img img,
.mockup__img img,
.prototype__img img,
.wordpress__img img,
.accessibility-num__img img{
    display: block;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 650/381;
}

/***** banner header *****/
.detail-services .banner__header,
.detail-services__wrapper,
.dev-front p:nth-child(3){
    margin-left: auto;
    margin-right: auto;
}

.detail-services .banner__title{
    text-align: center;
}

.detail-services__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 550px;
    margin-top: 100px;
    margin-bottom: 60px;
    gap: 30px;
}

.detail-services__link{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 240px;
    height: 70px;
    border-radius: 50px;
    background-color: var(--cloud-gray, #F7F7F7);
} 

.detail-services__link a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
} 

.detail-services__link .btn{
    padding: 0;
} 

.detail-services__link h2{
    width: 160px;
    margin-bottom: 0px;
    font-size: 1.125rem;
    line-height: 1.3rem;
    font-weight: 400;
    text-transform: capitalize;
}

.detail-services__link:is(:nth-child(1), :nth-child(2), :nth-child(6)) {
    display: none;
}

/***** Audit & conseil  et Charte graphique *****/
.detail-services .container{
    width: 90%;
}

/***** Audit & conseil *****/
.audit-conseil__content{
    display: flex;
    flex-direction: column;
}

.audit-conseil__main{
    width: 100%;
}

.detail-services .intro{
    margin-top: -20px;
    border-bottom: none;
    color: var(--amber-orange, #FF9800);
}

.audit-conseil__main > p:nth-of-type(2) {
    margin-bottom: 30px;
}

.audit-conseil__list{
    margin: 30px 0px 30px 20px;
}

.audit-conseil__wrapper{
    width: 100%;
    margin-top: 60px;
}

.audit-conseil__wrapper li{
    display: flex;
    column-gap: 20px;
    height: 100px;
    margin-bottom: 20px;
}

.audit-conseil__wrapper p{
    margin-bottom: 0;
}

.audit-conseil__wrapper span.title-light{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin-top: -6px;
    border-radius: 50%;
    font-size: 0.9rem;
    background-color: var(--charcoal, #282828);
}

/***** Ux & Ui Design  *****/
:is(.uxui-design, .mockup, .prototype, .dev-front, .wordpress, .accessibility-num) .intro {
    display: block;
    margin: 5px 0 80px 0;
    padding-top: 0;
    color: var(--slate-gray, #595959);
}

.uxui-design .container p:nth-child(3){
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.uxui-design__wrapper,
.wordpress__wrapper{
    width: 94%;
    max-width: 1200px;
    margin: 60px auto 0 auto;
    padding: 30px;
    border-radius: 30px;
    background-color: var(--cloud-gray, #F7F7F7);
}

.uxui-design__content:nth-child(2){
    margin-top: 80px;
}

.uxui-design__content .bg-icone{
    margin: 0 0 30px 0;
}

.uxui-design__content .i-company{
    width: 34px;
    height: 34px;
}

.uxui-design .container li.paragraphe{
    margin-bottom: 30px;
    height: 80px;
}

/***** styleguide *****/

.styleguide__main{
    margin-top: 50px;
}

.styleguide__img img{
    max-width: 700px;
}

.styleguide__wrapper{
    margin-top: 80px;
}

.styleguide__card h4{
    margin-bottom: 20px;
}

.icone-transparent{
    margin-bottom: 15px;
    background-color: transparent;
}

/***** mockup and prototype *****/

.mockup__main, 
.prototype__main{
    display: flex;
    flex-direction: column;
}

.mockup__content, 
.prototype__content{
    margin-top: 45px;
    text-align: center;
}

.mockup__img img,
.prototype__img img{
    width: 100%;
    max-width: 350px;
    border-radius: 5px;
    aspect-ratio: 900/703;
}

.prototype{
    margin-top: -120px;
}

.prototype h2{
    margin-bottom: 10px;
}

.prototype__main{
    flex-direction: column-reverse;
}

/***** dev front *****/

.container h2.dev-front__title{
    margin-bottom: 20px;
}

.dev-front .intro{
    color: var(--amber-orange, #FF9800);
}

.dev-front__img{
    display: flex;
    justify-content: center;
    gap: 35px;
    margin: 50px auto 100px auto
}

.dev-front__img img{
    background: transparent
}

.dev-front__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.dev-front__card{
    width: 100%;
    max-width: 350px;
    height: 350px;
    padding: 20px;
    border-radius: 20px;
    background-color: var(--charcoal, #282828);
}

.dev-front__card h3,
.accessibility-num__wrapper h3{
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    line-height: clamp(1.25rem, 3.2vw, 1.8rem);
    margin-bottom: 20px;
}

.dev-front p:nth-child(3){
    width: 100%;
    max-width: 850px;
}

/***** dev front *****/

.wordpress__img img{
    margin: 80px auto;
    aspect-ratio: 917/695;
}

.wordpress sup{
    font-weight: 300;
    font-size: 0.6em;
}

.wordpress__definition {
  font-size: 0.8em;
  color: #555;
  margin-left: 5px;
  margin-bottom: 2px;
}

.wordpress__wrapper{
    margin-top: 80px;
    padding: 20px 10px;
}

.wordpress__list li{
    height: auto;
}

/***** accessibility--num *****/

.accessibility-num__content,
.accessibility-num__wrapper{
    width: 100%;
    max-width: 550px;
}

.accessibility-num__img img{
    margin-bottom: 40px;
    aspect-ratio: 600/474;
}

.accessibility-num__item h3{
    margin-bottom: 30px;
}

/***************************************************/
/*                 Media queries                   */
/***************************************************/
@media screen and (min-width: 480px){
    .wordpress__wrapper {
        padding: 40px;
    }
}


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

    .list-with-puce li:not(.wordpress__lists li){
        height: auto;
    }

    .audit-conseil__wrapper li{
        height: 70px;
    }

    .uxui-design .container li.paragraphe{
        height: 50px;
    }
}


@media screen and (min-width: 580px) {
    .detail-services__link:is(:nth-child(1), :nth-child(2), :nth-child(6)) {
        display: flex;
    }

    .audit-conseil__wrapper li{
        margin-left: 40px;
    }
}


@media screen and (min-width: 768px){
    .detail-services__wrapper{
        justify-content: center;
        max-width: 800px;
    }

    .mockup__main, 
    .prototype__main{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .mockup__content, 
    .prototype__content{
        width: 50%;
        max-width: 450px;
        margin-top: 0px;
        text-align: left;
    }

    .prototype__content h3{
        text-align: right;
    }

    .mockup__content p, 
    .prototype__content p{
        margin-bottom: 0px;
    }

    .prototype__content p{
        text-align: right;
    }

    .wordpress__main{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .wordpress sup{
        display: inline-block;
        font-size: 0.45em;
        margin-top: -5px;
    }

    .wordpress__content,
    .wordpress__img{
        width: 45%;
    }

}


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

    .audit-conseil__content,
    .uxui-design__wrapper,
    .wordpress__lists,
    .accessibility-num .container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        column-gap: 60px;
    }

    .audit-conseil__content{
        margin-top: 50px;
    }

    .audit-conseil__main,
    .audit-conseil__wrapper{
        width: 100%;
        max-width: 550px;
    }

    .audit-conseil__wrapper {
        margin-top: 0;
        margin-bottom: -80px;
    }

    .audit-conseil__wrapper li{
        height: 95px;
    }

/***** Ux & Ui Design  *****/

    .uxui-design__wrapper{
        padding: 60px;
    }

    .uxui-design__content{
        width: 100%;
        max-width: 450px;
    }

    .uxui-design__content:nth-child(2){
        margin-top: 0px;
    }

/***** styleguide *****/
    .styleguide__main{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 60px;
    }

    .styleguide__content{
        width: 100%;
        max-width: 550px ;
    }

    .styleguide__wrapper{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .styleguide__card{
        width: 30%;
    }

    .wordpress__list{
        width: 50%;
    }

    .wordpress__list li{
        height: 70px;
    } 

}

@media screen and (min-width: 1280px) {
    .mockup__main, 
    .prototype__main{
        gap: 90px;
    }

    .mockup__img img,
    .prototype__img img{
        max-width: 700px;
    }

    .prototype{
        margin-top: 0px;
    }

    .accessibility-num .container{
        align-items: flex-end;
        max-width: 1200px;
    }


}

