/* Block CSS */
.heading-home{
    min-height:50vh;
    z-index:3;
    overflow: clip
}
.heading-home .vs-mobile {
    width:65%
}
@media screen and (min-width: 640px){
    .heading-home .vs-mobile {
        width:50%
    }
}
.heading-home .vs-mobile img{
    width:100%
}
.heading-home-back{
    position:absolute;
    left:0; top:0;
    height:100%; width: 100%;
    z-index:1;
}
@keyframes scaley{
    from{ width: 0 } to{ width:100% }
}
.heading-home-back::before{
    content:"";
    display: block;
    position: absolute;
    left:50%; top:0;
    width:0; height: 100%;
    background: url(../img/wave-filaire-vert.svg) no-repeat left top 40% / 100% auto;
    opacity:.5;
    z-index:2;
    transform: translateX(-50%);
    animation-name: scaley;
    animation-duration: 2s;
    animation-delay: 0.25s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    overflow: clip
}
.heading-home-back .vs{
    position: absolute;
    top:0; left:0;
    width:50%; height:100%;
    background-size: auto 95%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.heading-home-back .vs.r{
    left: unset;
    right:0;
    z-index:1
}
.heading-home .bloc-accroches{
    text-align: center;
    position:relative
}
@media screen and (min-width: 1200px){
    .heading-home .bloc-accroches::after{
        content:"";
        display:block;
        position:absolute;
        left:100%; top:0;
        width:85px; height: 85px;
        background: url(../img/sparks.png) no-repeat center / contain;
        transform: translateY(-50%)
    }
}
.heading-home .boutons{
    gap: 1rem
}
.heading-home .boutons a{
    display:inline-block;
    padding:0.65rem 1.25rem;
    border: 0.125rem solid var(--grisfonce);
    border-radius: 0.25rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: var(--grisfonce)
}
.heading-home .boutons a.noir{
    background-color: var(--grisfonce);
    color: var(--blanc);
}
.heading-home .boutons a.blanc{
    background-color: var(--blanc);
    border-color: var(--blanc);
    color: var(--bleu)
}
.heading-home .boutons a.blanc-50{
    background-color: var(--blanc-50);
    border-color: var(--blanc-50);
}
.heading-home .boutons a.bleulight{
    background-color: var(--bleulight);
    border-color: var(--bleulight);
}
.heading-home .boutons a:hover{
    background-color: var(--grisfonce);
    color: var(--blanc);
    border-color: var(--grisfonce);
    box-shadow: 0 0 1rem rgba(0,0,0,.3)
}
.heading-home h1{
    font-size:2rem;
}
.heading-home .accroche{
    font-size:1.3rem;
}
.offres-home .item{
    border: 1px solid var(--noir-15);
    border-radius:0.5rem;
    padding: 2rem;
    flex: 1 1 auto;
}
.offres-home .item .bottom{
    border-top: 1px solid var(--noir-15);
}
.offres-home .item .bottom a{
    font-weight: bold;
    margin:0.5rem 0;
}
.offres-home .item .bottom a.plus{
    gap: 0 0.5rem
}
.offres-home .item .bottom a.plus span.icon{
    display: inline-block;
    width:16px; height: 16px;
    background: url(../img/arrow-right-bleu.svg) no-repeat center / contain;
    margin-top:2px;
}
.offres-home .item .bottom a.plus:hover span.icon{
    background-image: url(../img/arrow-right-gris.svg);
}
.offres-home .item .nom{
    font-weight: bold;
    color: var(--grisfonce);
    line-height:1.2
}
.offres-home .item .prix{
    font-weight: bold;
    line-height: 1;
}
.offres-home .item .prix .euro{
    font-weight: 500;
    font-size:0.5em;
    margin-bottom:0.2rem
}
.offres-home .item .prix .mois{
    font-weight: 500;
    font-size:0.4em;
    margin-bottom:0.2rem
}
.offres-home .item ul{
    list-style: none;
    margin:0; padding:0;
}
.offres-home .item ul li{
    margin: 0.75rem 0;
    color: var(--bleu)
}
.offres-home .item ul li .icon{
    width:18px; height: 18px;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.5rem;
}
.offres-home .item ul li .icon img{
    width:100%;
}
.offres-home .item .argu{
    color: var(--bleu)
}
.offres-home .item .vs{
    height: 150px; width:auto;
}
.chiffres-home .item{
   border-radius: 0.5rem;
   flex: 1 1 auto;
}
.chiffres-home .picto{
    width:100px;
}
.chiffres-home .picto img{
    width:100%;
}
.chiffres-home .item .chiffre{
    font-weight: bold;
    font-size: 3rem
}

.services-home{
    background: url(../img/fd-services.webp) no-repeat center / cover
}
.services-home .liste-services{
    border-radius: 0.5rem;
    z-index:2
}
.services-home h3{
    color: var(--bleu);
    font-weight: bold
}
.services-home .picto{
    width:95%;
    max-width:50px;
}
.services-home .resume{
    font-size: 0.9rem;
}
.services-home .vs{
    z-index:1
}
.ressources-home .item{
   box-shadow: 0 0 1rem rgba(74,122,188,.3);
   border-radius: 0.5rem;
   flex: 1 1 auto
}
.ressources-home .item h3 span{
    font-family:'Quicksand', 'sans-serif';
    font-size:0.5em;
    margin-bottom:0.5rem
}
.ressources-home .item a{
    color: var(--grisfonce);
}
.ressources-home .item .categs{
    gap: 0.75rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05rem
}
.ressources-home .item a.cat-link{
    font-weight: bold;
    color: var(--bleu);
}
.ressources-home .item .plus{
    font-weight: bold;
}

.fond-temoignages::before{
    content:"";
    display: block;
    position:absolute;
    left:0; top:2px;
    width:100%; height: 100%;
    background: url(../img/sinusoide-bl.svg) no-repeat center / contain;
    opacity: 8;
}
.temoignages .item{
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem rgba(74,122,188,.3);
    flex: 1 1 auto;
}
.temoignages .item .portrait{
    border-radius: 50%;
    width:70px;
    overflow: clip;
    background-color: var(--bleu)
}
.temoignages .item .portrait img{
    width: 100%; height:100%;
    object-fit: cover
}
.temoignages .item .identite{
    font-weight: bold;
}
.temoignages .item .avis{
    gap: 0.5rem;
}
.temoignages .item .star{
    width:18px;
    background: url(../img/star.png) no-repeat center / contain
}
.temoignages.whitout-back{
    background: none
}
.temoignages .item.no-shadow{
    box-shadow: none;
    border:1px solid var(--bleulight)
}
.temoignages .swiper-slide{
    height: auto;
    padding:0 1rem
}
.temoignages .swiper-button-prev, .temoignages .swiper-button-next{
    width:30px; height:30px;
    background-color: var(--bleu);
    border-radius:50%;
}
.temoignages .swiper-button-prev{
    left:0
}
.temoignages .swiper-button-next{
    right:0
}
.temoignages .swiper-button-prev::after, .temoignages .swiper-button-next::after{
    font-size:1rem;
    color: var(--blanc)
}
.fond-vague{
    background-image: url(../img/vector-wave.webp);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat
}
.interlocuteurs .item{
    border: 1px solid var(--noir-15);
}
.interlocuteurs .item .portrait{
    border-radius: 50%;
    width: 150px;
    background-color: var(--grisfonce);
    overflow: clip;
}
.interlocuteurs .item .portrait img{
    object-fit: cover;
}
.interlocuteurs .item .nom{
    font-weight: bold;
    color: var(--bleu)
}
.interlocuteurs .item .fonction{
    font-size: 0.8rem
}
.formules{
    min-width:680px;
}
.formules.pages{
    min-width:100%;
}
.formules .liste .item{
    border-bottom: 1px solid #EEEEEE;
    font-size:0.85rem
}
.bts{
    gap:0.5rem
}
.bts a{
    flex: 1 1 auto;
}
@keyframes clignote{
    from{color: var(--noir) } to{ color: rgb(73, 189, 112)}
}
.formules .liste .item .libelle.spot{
    font-weight: bold;
    text-transform: uppercase;
}
.formules .liste .item.sublist{
    font-size:0.9em;
}
.formules .liste .item.sublist .libelle{
    color: var(--bleu);
    padding-left:2rem;
}
.lignes .row{
    border-bottom: 1px solid #EEEEEE;
}
.lignes .total{
    border-left: 1px solid #EEEEEE;
}
@media screen and (min-width: 768px){
    .formules .liste .item{
        font-size:1rem
    }
}
.formules .prix{
    font-weight: bold;
    font-size:0.85rem
}
.formules .liste .check{
    width:20px; height: 20px;
    border-radius: 50%;
    background: url(../img/checkmark.svg) no-repeat center / contain
}
.formules h2, .formules h4{
    font-size:1.55rem
}
.arrows-formules{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0 0.5rem;
    font-size:1.5rem;
    color: var(--bleu)
}
.arrows-formules .hand img{
    width:35px; height: auto;
}

/*  styles accordion FaQ */
.accordion {
    background-color: var(--bleulight);
    color: var(--grisfonce);
    cursor: pointer;
    padding: 1rem 2.5rem 1rem 1rem;
    margin-bottom:1rem;
    width: 100%;
    text-align: left;
    border-radius:0.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: bold;
    position: relative;
    overflow: clip;
    line-height:1.1
}
.version-blanc .accordion{
    background-color: var(--blanc);
}

.accordion::after{
    content: "\002B";
    place-content: center;
    display: flex;
    width:30px; height: 30px;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size:1.5rem;
    line-height: 1
}
.accordion.active::after{
    content: "\002212";
}

.active, .accordion:hover{
    background-color: var(--grismedium);
    color: var(--blanc);
}
.version-blanc .active, .version-blanc .accordion:hover{
    background-color: var(--blanc);
    color: var(--grisfonce);
}
.version-blanc .active{
    margin-bottom: 0
}
.active{
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
}

.panel {
    padding: 0 1rem;
    background-color: rgba(255,255,255,.7);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.version-blanc .panel{
    padding-bottom:0;
    background-color: var(--blanc);
    border-radius: 0 0 0.5rem 0.5rem
}
.panel p{
    margin:0 0 1rem 0;
}

.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td{
    border-right: 1px solid var(--grismedium)
}
.wp-block-table.is-style-stripes table{
    border-bottom: 1px solid var(--grismedium)
}
.wp-block-table thead {
  border-bottom: 2px solid;
  background-color: var(--bleulight)
}
/*   */
@media screen and (min-width:750px){
    .arrows-formules{
        display: none
    }
}

@media screen and (orientation: landscape){
    .heading-home{
        min-height:55vh;
    }
    .bloc-test{
        background-image : url(../img/blob-test.png);
        background-position: right 5% top 10%;
        background-repeat: no-repeat;
        background-size:25%;
    }
    .bloc-parrainage{
        background-image : url(../img/Vector.png);
        background-position: left 5% bottom 10%;
        background-repeat: no-repeat;
        background-size:25%;
    }
    .fond-temoignages{
        position: relative;
        background-image: url(../img/blob.png), url(../img/blob-2.png);
        background-position: left 5% top, right 5% bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 20%, 20%;
    }
}
@media screen and (min-width:768px){
    .heading-home h1{
        font-size:2.5rem;
    }
    @keyframes fadeup{
        from{ height:0 } to{ height: 195px }
    }

}

@media screen and (min-width:1200px){
    .offres-home{
        margin-top: -3.75rem;
        z-index:2;
        position:relative;
    }
    .services-home .vs{
        transform: translate(-15%, 15%);
        width:110%
    }
    .heading-home-back .vs{
        width:50%;
    }
    .formules h2, .formules h4{
        font-size:2rem
    }
    .formules .prix{
        font-size:1rem
    }
    .heading-home-back::after{
        content:"";
        display:block;
        position:absolute;
        left:0; bottom:0;
        width:100%;
        /* height: 195px; */
        background: url(../img/after-heading.svg) no-repeat top center / cover;
        animation-name: fadeup;
        animation-duration: 2s;
        animation-delay: 0.25s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;
        transform: translateY(20%)
    }
}

@media screen and (min-width:1440px){
    .heading-home{
        min-height:65vh;
    }
    .formules h2, .formules h4{
        font-size:2.5rem
    }
    .heading-home h1{
        font-size:3rem;
    }
}
@media screen and (min-width:1680px){
    .heading-home-back .vs.r{
        background-position: right bottom
    }
    .heading-home h1{
        font-size:3.5rem;
    }
    .heading-home-back::after{
        transform: translateY(10%)
    }
    .heading-home .bloc-accroches{
        transform: translateY(-15%)
    }
}
@media screen and (min-width:1920px){
    .heading-home-back::after{
        transform: translateY(0)
    }
    .heading-home h1{
        font-size:4rem;
    }
}




