.etapes{
    text-align:left;
    margin:2rem 0;
}
.etapes .num{
    font-weight:700;
    font-size:4rem; color: var(--holytag);
    line-height:2;
    margin-top:-1rem
}
.etapes .texte{
    font-size:1.25rem;
}

.references a{
    background-color: var(--blanc); color: var(--bleudark);
    display:block; padding:1rem; text-align:center;
}
.references a img, .references a span{
    display:block;
}
.references a .ttl{
    border-top:1px dotted var(--bleudark); padding-top:0.25rem; margin-top:0.25rem
}
.references a img{
    margin:0 auto 0.5rem auto; width:auto; height:75px;
}

.liste-icones{
    display: flex;
    flex-wrap: wrap;
    gap:1.75rem;
    margin:2rem 0;
}
.liste-icones .item{
    display: grid;
    grid-template-columns: [picto] 35px [texte] auto;
    text-align: left;
}
@media screen and (min-width:1200px){
    .liste-icones .item{
        width: calc(50% - 1.75rem)
    }
}
.liste-icones .item .picto{
    width:25px; height: 25px;
}
.liste-icones .item .picto img{
    width:100%; height: 100%;
    object-fit: contain
}

.points-forts .item{
    display: grid;
    grid-template-columns: [picto] 60px [texte] auto;
    text-align: left;
    font-weight: 700;
    font-size:1.25rem;
    padding:1rem 0;
}
.points-forts .item .check{
   width:45px; height: 45px;
   background: url(img/check-circle-white.svg) no-repeat center / contain
}
.points-forts.item .picto img{
    width:100%; height: 100%;
    object-fit: contain
}
.benefices{
    display: flex;
    flex-wrap: wrap;
    gap:2rem
}
.benefices .benefice{
    display: flex;
    flex-direction: column;
    padding:2rem;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    gap: 1rem;
    font-weight: 700;
    font-size:1.35rem;
    border: 1px solid var(--gris)
}
.customers{
    margin-top:2.5rem;
}
.customers .row{
    gap:2rem 0
}
.customers .logo{
    background-color: var(--blanc);
    width:100%;
    border-radius: 1rem;
    overflow: clip;
}
.customers .logo img{
    position: absolute;
    left:50%; top:50%;
    width:70%; height: 70%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.tableau{
    margin-top:5vw;
    background-color: rgba(0,0,0,.3);
    padding:1.5rem
}
@media screen and (max-width:768px){
    .table-wrap{
        overflow-x : auto;
    }
    .tableau{
        min-width: 800px;
    }
}
.tableau .cellule{
    border-left: 1px solid;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between
}
.tableau .cellule.center{
    justify-content: center;
    align-items: center
}
.tableau .cellule:first-child{
    border-left: none
}
.tableau .header{
    border-bottom: 1px solid
}
.tableau .header .name{
    font-weight: 700;
    font-size:0.85rem;
}
.tableau .header p{
    margin: 0.5rem 0
}
.tableau .header .prix{
    font-weight: 700;
    font-size:2rem;
    margin:0; line-height:1;
}
.tableau .header .validite{
    font-size:0.8rem
}
.tableau .header .accroche{
    font-size:1rem
}
.tableau .ligne{
    border-bottom:1px solid
}
.tableau .ligne .libelle{
   padding:1.25rem 0;
   text-align: left
}
.tableau .ligne .check{
    width:40px; height: 40px;
    background: url(img/check.svg) no-repeat center / contain
}
.arrows{
    display: flex;
    gap: 0 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.offres-tarifs{
    padding-top: 3rem
}
.offres-tarifs .tarifs{
    gap:2rem;
    padding:0;
}
.offres-tarifs .items{
    justify-content: space-between;
    padding:1rem 0
}
.offres-tarifs .item{
    font-size:1.2rem;
    gap: 1rem;
    align-items: start;;
    padding:1rem 0;
    text-align:left;
    border-bottom:1px solid rgba(255,255,255,.5)
}
.offres-tarifs .item .check{
    width:25px; height: 25px;
    flex: 0 0 25px;
    background: url(img/check.svg) no-repeat center / contain;
    margin-top:5px;
}
.offres-tarifs .tarif{
    background-color: rgb(230,230,230);
    color: var(--bleudark);
    text-align: left;
    align-items: stretch;
    justify-content: space-between;
    padding:1rem;
    width:100%;
}
.offres-tarifs .tarifs .tarif:first-child{
    background-color: var(--bleudark);
    color: var(--blanc)
}
.offres-tarifs .tarif .ttl{
    font-weight: 700;
    font-size:1.2rem;
}
.offres-tarifs .tarif .prix{
    font-weight: 700;
    font-size:1.5rem;
    margin:0.75rem 0;
    gap:0.5rem;
    line-height:1.1
}
.offres-tarifs .tarif .prix  span{
    display: inline-block;
    padding-left:0.35rem;
    font-size:0.6em;font-weight: normal
}
.offres-tarifs .tarif .accroche{
    font-size:1rem;
}
.offres-tarifs .tarif .buttons{
    margin-bottom:0;
}

.cas-client{
    color: var(--bleudark);
}
.cas-client .logo{
    max-width:250px;
    border-radius: 1rem;
    overflow: clip;
    background-color: var(--blanc);
    margin-bottom:1rem;
}
.cas-client .logo img{
    object-fit: contain
}
.cas-client .upline{
    font-weight: 700
}
.cas-client .vs {
    border-radius: 1rem;
    overflow: clip
}
.cas-client .vs img{
    object-fit: cover
}
.cas-client .row{
    align-items: center
}
.cas-client .resume{
    text-align: left;
    color: var(--bleudark);
}
.apps-home{
    margin:2rem 0
}
.apps-home .item{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom:1rem;
}
.apps-home .vignet{
   margin-bottom:1rem;
   border-radius: 1rem;
   overflow: clip
}
.apps-home .vignet img{
  object-fit: cover
}
.apps-home h3{
    font-size: 1.25rem;
}
.apps-home .slogan{
    text-align: left;
    margin-bottom:1rem;
    font-size:0.85rem;
}
.apps-home .type{
    text-align: left;
    font-size:0.85rem;
}
.apps-home .more-link{
    display: flex
}

@media screen and (min-width:640px){
    .offres-tarifs .tarif{
        width:calc(50% - 3rem);
    }
}
@media screen and (min-width:768px){
    .arrows{
        display: none;
    }
}

.arrows .arrow{
    width:76px; height: 35px;
    background: url(img/hand-mobile.svg) no-repeat center / contain;
}
    


@media screen and (min-width:1024px){
    .etapes .texte::before{
        content:""; display:block;
        position:absolute;
        left:-0.25rem; top:50%;
        -webkit-transform: translateY(-50%);transform: translateY(-50%);
        height:150px; width:1px;
        background-color: var(--holytag);
    }
    .offres-tarifs .items{
        padding-right:5%;
    }
    .cas-client .info-customer{
        padding:0 5%
    }
}

/* .wp-block-columns.gap-2 {
    gap: 2rem;
} */

.wp-block-image.size-full img {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .wp-block-buttons {
        flex-direction: column;
        padding: 0 2rem;
    }
}

