@media screen and (min-width: 1600px) {
    .is-one-quarter-ultrahd {
        flex: none !important;
        width: 25% !important;
    }
}

.cover {
    background: url(https://www.bouyguestelecom.fr/static/wbm/media/mobile/visuel-page-forfait-mobile.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.skeleton-item {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: default!important;
    border-radius: 99em;
    background: currentColor!important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 70%;
    letter-spacing: 2px;
    -webkit-animation: loading-pulse 1.5s ease-out infinite alternate;
    -moz-animation: none;
    opacity: .2;
    min-height: 1.2rem;
    min-width: 2rem;
    margin-bottom: 1rem;
}

@keyframes loading-pulse {
    to { opacity:.1 }
}

.skeleton-tag {
    border-radius: 0.4rem;
    width: 6.4em;
    height: 2rem;
}

.skeleton-plans-intro > .container {
    position: relative;
}

.skeleton-plans-intro .skeleton-intro-title:nth-child(even) {
    width: 48% !important;
    height: 4rem;
}

.skeleton-plans-intro .skeleton-intro-title:nth-child(odd) {
    width: 52% !important;
    height: 4rem;
}

.skeleton-plans-cover {
    width: 42rem;
    height: 41rem;
    border-radius: 0.6rem;
    position: absolute;
    top: -3.5rem;
    right: 0;
    object-fit: cover;
    object-position: center;
}

.skeleton-plans-intro .skeleton-item:nth-child(even) {
    width: 40%;
}

.skeleton-plans-intro .skeleton-item:nth-child(odd) {
    width: 48.7%;
}

.skeleton-plans-intro .skeleton-item:last-child {
    width: 25%;
}

.skeleton-configurator {
    margin-top: 1rem;
}

.skeleton-configurator .skeleton-item {
    margin-bottom: 0.9rem;
}

@media screen and (min-width: 768px) {
    .skeleton-configurator .skeleton-item {
        margin-bottom: 1.1rem;
    }
}

.skeleton-configurator .skeleton-toggle {
    width: 4.6rem;
    height: 2.3rem;
}

.skeleton-configurator .skeleton-item-toggle:first-child {
    margin-top: .5rem;
}

.skeleton-configurator .skeleton-item-toggle.last {
    margin-bottom: 0;
}

.skeleton-configurator .skeleton-item-toggle:nth-child(even) {
    width: 28rem;
}

.skeleton-configurator .skeleton-item-toggle:nth-child(odd) {
    width: 28rem;
}

.skeleton-section-plans {
    margin-top: -6rem;
}

.skeleton-plan-intro .plan-intro-title {
    width: 50rem !important;
    height: 2.4rem;
    margin-bottom: 1rem !important;
    margin-left: auto;
    margin-right: auto;
}

.skeleton-plan-intro .plan-intro-title:nth-child(1) {
    width: 70% !important;
}

.skeleton-plan-intro .plan-intro-title:nth-child(2) {
    width: 80% !important;
}

.skeleton-plan-intro .plan-intro-title:nth-child(3) {
    width: 20% !important;
    margin-bottom: 3rem !important;
}

.skeleton-section-plans .plan-intro-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.skeleton-section-plans .plan-intro-text {
    height: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 8rem;
}

.skeleton-section-plans .plan-intro-text:nth-of-type(2) {
    width: 80%;
}

.skeleton-section-plans .plan-intro-text:nth-child(3) {
    width: 70%;
}

.skeleton-plan-section {
    margin-top: 6rem;
}

.skeleton-plan-blade > .box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.skeleton-plan-blade-header {
    margin-top: 1.5rem;
}

.skeleton-plan-blade-header .skeleton-item {
    margin-left: auto;
    margin-right: auto;
}

.skeleton-plan-blade-header .skeleton-item:nth-child(1) {
    width: 10rem;
    height: 3.2rem;
    margin-bottom: 1.5rem;
}

.skeleton-plan-blade-header .skeleton-item:nth-child(2) {
    width: 13rem;
}

.skeleton-plan-blade-header .skeleton-item:nth-child(3) {
    width: 10rem;
    margin-bottom: 1.5rem;
}

.skeleton-plan-blade-header .skeleton-item:nth-child(4) {
    width: 12rem;
}

.skeleton-plan-blade-middle .skeleton-item {
    margin-left: auto;
    margin-right: auto;
}

.skeleton-plan-blade-middle .skeleton-item:nth-child(1) {
    width: 10rem;
    height: 2.6rem;
}

.skeleton-plan-blade-middle .skeleton-item:nth-child(2) {
    width: 13rem;
}

.skeleton-plan-blade-middle .skeleton-item:nth-child(3) {
    width: 14rem;
}

.skeleton-plan-blade-middle .skeleton-item:nth-child(4) {
    width: 12.5rem;
}

.skeleton-item.skeleton-item-cta {
    width: 100%;
    height: 4rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.skeleton-item-detail {
    width: 8rem;
    margin-left: auto;
    margin-right: auto;
}

.has-background-light-secondary {
    background-color: #ECF8FA !important;
}

.skeleton-tablist{
    padding-top: 5rem;
    margin-top: -3rem;
}


.skeleton-toggle-box {
    max-width: 150rem;
}

.skeleton-config-container {
    margin-right: 15rem;
}

.is-toggle-icon {
    top: -1.1rem;
    position: relative;
}

.skeleton-container {
    margin-top: 3.5rem;
    padding-left: 6.25rem;
}


.skeleton-plans-intro {
    margin-top: 0 !important;
    min-height: 16rem;
}


@media screen and (max-width: 768px) {
    .cover{
        background: url(https://www.bouyguestelecom.fr/static/wbm/media/mobile/visuel-page-forfait-mobile.png) no-repeat;
        background-position: center right;
        background-size: cover;
    }

    skeleton-item {
        width: 35rem!important;

    }

    .skeleton-plans-intro .skeleton-item:nth-child(0n+1) {
        width: 29rem!important;

    }

    .skeleton-plans-intro .skeleton-item:nth-child(2) {
        width: 24rem!important;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+3) {
        margin-top: 2.5rem;
        min-height: 1.8rem;
        width: 23.5rem!important;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+5) {
        width: 15rem;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+4) {
        width: 20rem;
        min-height: 1.8rem;
    }

    .is-toggle-icon {
        top: 0rem;
    }

    .skeleton-toggle-box .column.is-mobile .columns {
        display: flex;
    }

    .skeleton-config-container .skeleton-item:nth-child(0n+1) {
        width: 22rem!important;
        height:1.8rem;
    }

    .skeleton-config-container .skeleton-item:nth-child(-4n+3) {
        width: 24rem!important;
    }

    .skeleton-config-container .skeleton-item:nth-child(-4n+4) {
        width: 10rem;
    }

    .skeleton-section-plans .plan-intro-text {
        width: 10rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .skeleton-plan-section {
        margin-top: 3rem;
    }

    .skeleton-tag {
        margin-right: 1.7rem;
        margin-bottom: 0;
    }

    .skeleton-plans-intro .skeleton-intro-title {
        width: 35rem !important;
    }

    .skeleton-configurator {
        height: 10rem;
        margin-bottom: 10rem;
    }

    .column.is-mobile.is-6:nth-child(1){
        margin-bottom:2rem;
    }

    .skeleton-tablist :nth-child(2){
        margin-left:-10rem;
    }

    .skeleton-tablist {
        margin-top:-12rem;
        padding-top:10rem;
    }

    .skeleton-plan-intro {
        margin-bottom:7rem;
    }

    .skeleton-plan-blade > .box {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .skeleton-plan-blade-header {
        margin-top: 0rem;
    }
}

@media only screen and (width:768px) and (height:1024px) {
    .skeleton-configurator {
        height: 8rem!important;
        margin-bottom:7rem;
    }

    .skeleton-tablist {
        padding-top:5rem;
    }

    .skeleton-toggle-box .column.is-mobile .columns {
        display: bloc;
    }
}

@media screen and (max-width: 290px) {

    .skeleton-plans-intro .skeleton-item:nth-child(0n+1) {
        width: 23rem!important;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(2) {
        width: 18rem!important;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+3) {
        margin-top: 2.5rem;
        min-height: 1.8rem;
        width: 23.5rem!important;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+5) {
        width: 10rem;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+4) {
        width: 10rem;
        min-height: 1.8rem;
    }

    .is-toggle-icon {
        top: 0rem;
    }

    .skeleton-toggle-box .column.is-mobile .columns {
        display: flex;
    }

    .skeleton-config-container .skeleton-item:nth-child(0n+1) {
        width: 16rem!important;
        height:1.8rem;
    }

    .skeleton-config-container .skeleton-item:nth-child(-4n+3) {
        width: 14rem!important;
    }

}

@media screen and (min-width:801px)  {
    .cover{
        background: url(https://www.bouyguestelecom.fr/static/wbm/media/mobile/visuel-page-forfait-desktop.png) no-repeat;
        background-position: center top;
        background-size: cover;
        background-origin: initial;
    }
}

@media screen and (min-width: 1025px) {
    .cover{
        background: url(https://www.bouyguestelecom.fr/static/wbm/media/mobile/visuel-page-forfait-desktop.png) no-repeat;
        background-position: center top;
        background-size: cover;
        background-origin: initial;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(0n+1) {
        width: 39rem!important;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(2) {
        width: 35rem!important;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+3) {
        margin-top: 2.5rem;
        min-height: 1.8rem;
        width: 36rem!important;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+5) {
        width: 15rem;
    }

    .skeleton-plans-intro .skeleton-item:nth-child(-4n+4) {
        width: 20rem;
        min-height: 1.8rem;
    }

    .skeleton-config-container {
        margin-right: 0rem;
    }

    .skeleton-configurator .columns .column:nth-child(2) {
        margin-left: 3.25rem;
    }

    .section skeleton-section-plans {
        padding-left: 0rem !important;
        padding-right: 0rem!important;
    }

    .skeleton-section-plans .plan-intro-text {
        width: 12rem;
        margin-top: -1rem;
    }

    .skeleton-plan-section {
        margin-top: 8.5rem;
    }

    .skeleton-tag {
        margin-right: 1.7rem;
        margin-bottom: 0;
    }

    .skeleton-plans-intro .skeleton-intro-title {
        width: 35rem !important;
    }

    .skeleton-configurator {
        margin-top: 1rem;
        height: 10.5rem;
    }

    .skeleton-configurator .skeleton-item {
        margin-bottom: 1rem;
    }

    .skeleton-section-plans .plan-intro-icon {
        margin-bottom: 0;
    }

    .skeleton-section-plans .plan-intro-text:nth-of-type(2) {
        width: 11rem;
        margin-left: 2rem;
        margin-bottom: 0;
    }

    .skeleton-toggle-box {
        margin: auto !important;
        padding: 1rem 0 0 0 !important;
    }

    .skeleton-section-plans {
        margin-top: 2.75rem;
    }

    .skeleton-tablist {
        padding-top: 7rem;
        margin-top: -3rem;
    }

}

.extra-margin-bottom-skeleton {
    margin-bottom: 3rem;
}


.page-title{
    height: 6rem;
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.header-subtitle {
    height: 3.4rem;
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
