@font-face {
    font-family: GTWalsheimBold;
    src: url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/GTWalsheimBold.otf),
         url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/GTWalsheimBold.woff);
}
@font-face {
    font-family: GTWalsheim;
    src: url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/GTWalsheimRegular.otf),
         url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/GTWalsheimRegular.woff);
}
@font-face {
    font-family: GTWalsheimLight;
    src: url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/GTWalsheimLight.otf);
}
@font-face {
    font-family: Wigrum;
    src: url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/wigrum-regular.otf),
         url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/wigrum-regular.woff);
}

@font-face {
    font-family: Arial;
    src: url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/ArialRegular.ttf),
    url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/ArialRegular.woff);
}
@font-face {
    font-family: ArialBold;
    src: url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/ArialBold.ttf),
    url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/ArialBold.woff)
}
@font-face {
    font-family: ArialLight;
    src: url(https://shop.merida-bikes.es/skin/frontend/base/default/fonts/ArialBold.woff);
}



/* SIMULATEUR */
#simulateur-oney {
    font-family: 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
}

#simulateur-oney.cart-right {
    float: right;
    font-size: 15px;
}

#simulateur-oney.cart-right img{
    max-height: 60px;
}
#simulateur-oney .oneyInfo span.title, .cart-simulation span.title, .oney-form-list span.click_oney_popup_pedago {
    align-self: center;
}

#simulateur-oney .oneyInfo span img, .cart-simulation span img, .oney-form-list span.click_oney_popup_pedago img {
    width: 30px;
}
#simulateur-oney .oneyInfo i.info {
    display: inline-block;
    margin-left: 5px;
    color: #8cbb25 !important;
    background-color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 20px;
    width: 23px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    height: 23px;
    padding-right: 2px;
}

#simulateur-oney .oney .open_simulation {
    cursor: pointer;
}

#simulateur-oney {
    display: inline-flex;
}

/* ONEY POPIN SIMULATION */

#simulateur-oney .oneyPopup {
    display: none;
    position: absolute;
    z-index: 10;
    top: -75px;
    left: -296px;
    padding: 15px;
    width: 280px;
    text-align: left;
}

#simulateur-oney .oneyPopup .logo-oney {
    width: 130px;
}

#simulateur-oney .oneyPopup .conditions {
    margin-top: 10px;
    font-size: 10px;
    text-align: justify;
}

#simulateur-oney .oneyPopup .arrow {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 20px 0;
    border-color: transparent #8cbb25 transparent transparent;
    top: 70px;
    right: -12px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.oneyPopup .x-time {
    width: 50px;
    float:left;
}

.oneyPopup .description-popin {
    display: inline-block;
    min-height: 50px;
    margin-top: 12px;
    margin-left: 8px;
    font-size: 14px;
    color: grey;
    text-transform: none;
}

#simulateur-oney .oneyPopup .description-popin .price-popin-oney {
    font-size: 16px;
    font-weight: bold;
    color: grey;
}

/* END ONEY POPIN SIMULATION */

#simulateur-oney .liner {
    width: 80px;
    height: 2px;
    background: #8cbb25;
    display: inline-block;
    position: relative;
    bottom: 4px;
}
#simulateur-oney .or-line {
    text-align: center;
    font-size: 17px;
    color: #8cbb25;
    margin-top: 10px;
}
#simulateur-oney .description-popin .taeg-oney {
    font-size: 12px;
    color: #7a7a7a;
}
#simulateur-oney .description-popin .tin-oney {
    font-size: 12px;
    color: #7a7a7a;
}

@media screen and (max-width: 800px) {
    #simulateur-oney .oneyPopup {

        top: 60px;
        right: 0px;
        left: inherit;
    }

    #simulateur-oney .oneyPopup .arrow {

        top: -25px;
        right: 25px;
        -webkit-transform: rotate(-90deg) scaleX(-1);
        -ms-transform: rotate(-90deg) scaleX(-1);
        transform: rotate(-90deg) scaleX(-1);
    }
}

/* FIN SIMULATEUR */
#container_oney_simulation {
    position: absolute;
    background: white;
    border: 1px solid #81bc00;
    padding: 10px;
    z-index: 9999;
    left: -200px;
    width: 200px;
    top: -100px;
    display: none;
    font-family: 'Arial';
}

#container_oney_simulation .product {
    display: block;
}

.cart-totals .oneyInfo {
    float: right;
    width: auto;
    display: inline-block;
    padding-left: 10px;
}


.cart-totals-wrapper .cart-totals .oneyInfo .strong {
    display: inline-block;
    font-weight: bold;
}


.oneyInfo {
    position: relative;
    display: flex;
}
.oneyInfo .payin-oney {
     margin: auto;
 }

.oneyInfo #container_oney_simulation .close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 45px;
    color: #81bc00;
    cursor: pointer;
}

#container_oney_simulation .simulation {
    text-align: left;
    padding: 10px 0 10px 35px;
}

#container_oney_simulation .simulation.first {
    border-top: none;
}

#container_oney_simulation .conditions {
    font-size: 10px;
    text-align: left;
}

.click_oney_popup_pedago {
    cursor: pointer;
    text-transform: none;
}

.threeandfour .oney_popup_pedago {
    background-image: url('https://shop.merida-bikes.es/skin/frontend/base/default/images/oney/popin3x4x.png')
}

html[lang="nl"] .oney_popup_pedago {
    background-image: url('https://shop.merida-bikes.es/skin/frontend/base/default/images/oney/popin3x4xNL.png')
}

.oney_popup_pedago {
    display: none;
    position: fixed;
    top: 37px;
    left: calc(50% - 450px);
    width: 975px;
    background: url('https://shop.merida-bikes.es/skin/frontend/base/default/images/oney/popin3x.png') no-repeat 0 0/contain;
    min-height: 660px;
    z-index: 9999;
}

.oney_popup_pedago .close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.oney_popup_pedago .info {
    font-size: 10px;
    position: absolute;
    top: 400px;
    left: 0;
    padding: 40px;
    color: white;
    text-align: justify;
}


.oney_popup_pedago .info p {
    margin-bottom: 2px;
}

.back_oney {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 900;
    top: 0;
    left: 0;
}

.legend_oney {
    text-align: left;
    font-size: 14px;
    color: #81bc00;
}

#container_oney_simulation .click_oney_popup_pedago {
    color: #81bc00;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

/*** PEDAGOGIQUE ***/
.pedagogique_oney {
    font-family: "Arial";
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    overflow-y: auto;
    text-align: center;
    background: rgba(0,0,0,0.5);

}
.pedagogique_oney .close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
}
.pedagogique_oney .align_oney {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.pedagogique_oney .bulle {
    width: 24px;
    height: 24px;
}
.pedagogique_oney .overlay_oney span {
    position: unset;
}
.pedagogique_oney .bulle span {
    font-size: 14px;
}
.pedagogique_oney .no-italy .bulle {
    width: 35px;
    height: 35px;
}
.pedagogique_oney .no-italy .bulle span {
    font-size: 20px;
}
.pedagogique_oney .content_pedagogique .no-italy .sans_frais {
    color: #81bc00;
    text-decoration: underline;
}
.pedagogique_oney .overlay_oney {
    display: inline-block;
    width: 100%;
    margin: 0 auto 25px;
    max-width: 700px;
    border: 1px solid #81bc00;
    vertical-align: middle;
    background: #fff;
}
.pedagogique_oney.italy .overlay_oney {
    max-width: 640px;
}
.pedagogique_oney .header_pedagogique {
    text-align: left;
    position: relative;
    padding: 15px;
}
.pedagogique_oney .header_pedagogique .close_pedagogique {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.pedagogique_oney .header_pedagogique img {
    width: 150px;
}

.pedagogique_oney .header_pedagogique .title_block img {
    width: 30px;
}

.pedagogique_oney .header_pedagogique img,
.pedagogique_oney .header_pedagogique .title_block {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}
.pedagogique_oney .header_pedagogique .title_block {
    width: calc(100% - 195px);
    line-height: 22px;
}
.pedagogique_oney .header_pedagogique img {
    margin-right: 15px;
}
.pedagogique_oney .header_pedagogique .title_block span {
    display: block;
    text-transform: uppercase;
    color: #81bc00;
    font-size: 16px;
    text-shadow: none;
}
.pedagogique_oney .header_pedagogique .title_block span.bold-style {
    font-weight: bolder;
}
.pedagogique_oney .content_pedagogique {
    padding: 15px 25px 5px;
    line-height: normal;
}
.pedagogique_oney .content_pedagogique p {
    font-size: 12px;
    margin-bottom: 0;
}
.pedagogique_oney .content_pedagogique p.cadenas_text span {
    vertical-align: middle;
    padding-left: 5px;
}
.pedagogique_oney .content_pedagogique .step_nbr_pedagogique {
    font-weight: bold;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 15px;
    max-width: 380px;
}
.pedagogique_oney .content_pedagogique .step_nbr_pedagogique::after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #81bc00;
}
.pedagogique_oney .content_pedagogique .step_nbr_pedagogique .nbr_pedagogique {
    display: inline-block;
    z-index: 2;
    position: relative;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    background: #81bc00;
}
.pedagogique_oney .content_pedagogique .step_pedagogique {
    font-weight: normal;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique {
    display: inline-block;
    width: 32%;
    padding: 5px;
    border: 1px solid #81bc00;
    border-radius: 5px;
    text-align: left;
    vertical-align: top;
}
.pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align {
    max-width: 100%;
    vertical-align: top;
}
.pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .title_pedagogique {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bolder;
    color: #81bc00;
    padding-left: 10px;
    font-family: Arial;
    display: table;
}
.pedagogique_oney.international.italy .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .title_pedagogique > span {
    display: inline-block;
    width: calc(100% - 50px);
    text-align: left;
    line-height: 16px;
    padding-left: 5px;
}
.pedagogique_oney.international.italy .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .title_pedagogique img {
    vertical-align: top;
    max-width: 45px;
}
.pedagogique_oney.international .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .align-block {
    min-height: 60px;
}
.pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .align-block {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90px;
}
.pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .choix_pedagogique {
    display: block;
    margin-bottom: 5px;
}
.pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .logos_oney {
    display: block;
    height: auto;
    max-width: 100%;
}
.pedagogique_oney .content_pedagogique .footer_pedagogique {
    margin-top: 20px;
    text-align: justify;
    color: #7a7a7a;
}
.pedagogique_oney .content_pedagogique .footer_pedagogique ul {
    list-style-type: disc;
    padding-left: 2%;
    line-height: 25px;
}
.pedagogique_oney .content_pedagogique .footer_pedagogique p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: normal;
}
.pedagogique_oney .content_pedagogique .footer_pedagogique img {
    width: 150px;
    left: -13px;
    position: relative;
}

.pedagogique_oney .content_pedagogique .footer_pedagogique ul li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: normal;
    list-style: disc;
    margin-left: 0;
}

.pedagogique_oney .title_footer {
    color: gray;
    font-weight: bolder;
    font-size: 13px;
    text-shadow: unset;
    font-family: 'Arial';
}

.pedagogique_oney .x-time {
    display:inline-block;
    vertical-align: middle;
    width: 30px;
}
.pedagogique_oney .bloc_pedagogique .title-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.pedagogique_oney .bloc_pedagogique .title-block .logos_oney {
    width: 50px;
    float: left;
}

.pedagogique_oney .bloc_pedagogique .cadena {
    width: 20px;
    float: left;
}
.pedagogique_oney .bloc_pedagogique .last-sentence {
    display: table;
    width: 68%;
    margin: auto;
}
.pedagogique_oney .bloc_pedagogique .last-sentence p {
    margin-top: 4px;
    padding-left: 8px;
    display: table;
}

/* FIN PEDAGO*/

.cart-simulation {
    float:left;
    width: 100%;
    text-align: left;
    font-family: 'Arial';
    margin-bottom: 15px;
}
.cart-simulation-img {
    width: 50px;
    float:left;
    margin-right: 10px;
}
.cart-simulation p {
    display: table;
}
.cart-simulation .click_oney_popup_pedago {
    margin-left: 5%;
}

.cart-simulation .taeg-oney {
    color: #7a7a7a;
    font-size: 14px;
}
.cart-simulation .tin-oney {
    color: #7a7a7a;
    font-size: 14px;
}

.cart-simulation.fee-amount .taeg-oney {
    font-size: 12px;
}

.cart-simulation.fee-amount .tin-oney {
    font-size: 12px;
}

.oney-form-list {
    position: relative;
}

.oney-form-list .italic-oney {
    font-style: italic;
    font-size: 13px;
}
.oney-form-list .click_oney_popup_pedago {
    margin-left: 20%;
}

.oney-form-list .oney-logo {
    height: 41px;
}
.oney-form-list .logo-part .sentences {
    line-height: 15px;
    padding-top: 10px;
    margin-right: 25px;
}

.oney-form-list span.click_oney_popup_pedago {
    position: absolute;
    right: 0px;
}

.oney-form-list .logo-part {
    min-height: 75px;
}
.oney-form-list .logo-part.fee-amount {
    min-height: 50px;
}
.oney-form-list .oney-logo-div {
    float:left;
}
.oney-form-list .oney-logo-div span {
    color: #81bc00;
    text-decoration: underline;
    font-size: 13px;
    margin-left: 12px;
}
.oney-form-list .oney-logo-div img {
    display: inline;
}
.oney-form-list .logo-part .sentences .taeg-oney {
    color: #7a7a7a;
    font-size: 13px;
}
.oney-form-list .logo-part .sentences .tin-oney {
    color: #7a7a7a;
    font-size: 13px;
}

.oney-form-list .logo-part.fee-amount .sentences .taeg-oney {
    font-size: 10px;
}

.oney-form-list .logo-part.fee-amount .sentences .tin-oney {
    font-size: 10px;
}


/** HOMEPAGE */
.banner-oney {
    border: 2px solid #80ba3a;
    margin: 1%;
    color: #80ba3a;
}
.banner-oney.homepage-pedago {
    display: flex;
    position: relative;
}
.centered {
    text-align: center;
}
.homepage-pedago .oney_text {
    color: #80ba3a;
    font-weight: bold;
    line-height: 40px;
}

.homepage-pedago .oney_text_left {
    font-weight: normal;
    font-size: 52px;
    line-height: 62px;
    margin: 2% 15% 2% 2%;
    font-family: 'Wigrum';
}


.homepage-pedago .oney_text_right {
    font-size: 35px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Arial";
}

.homepage-pedago .oney_text_right .oney-first-line {
    margin-left: 26px;
    font-weight: normal;
}

.homepage-pedago .oney_text_right .oney-second-line img {
    width: 60%;
    float: left;
}

.homepage-pedago .oney-second-line .nexttologo {
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    display: inline-grid;
    padding-top: 2%;
}

.homepage-pedago .oney-second-line .nexttologo .bold {
    font-weight: bold;
}

.homepage-pedago .oney_text_interog {
    text-align: right;
    vertical-align: center;
}

.homepage-pedago .oney_text_interog img {
    display: inline-block;
    max-width: 79px;
    vertical-align: middle;
}

.homepage-pedago .oney_text_interog.bottom-right img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.banner-oney .oney-logos .logos {
    width: 65px;
    float:left;
}

.banner-oney .text {
    width: 65px;
    float:left;
}

.banner-oney.catalog_banner_oney {
    display: none !important;
    padding: 5%;
    position: relative;
    font-family: 'Arial';
}

.banner-oney.catalog_banner_oney .oney-info {
    position:absolute;
    bottom: 10px;
    right: 0px;
}

.banner-oney.catalog_banner_oney .oney-text {
    font-size: 40px;
    line-height: 1;
}

.banner-oney.catalog_banner_oney .oney-text.credit-card {
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 25px;
}

.banner-oney.catalog_banner_oney .oney-img {
    width: 80px;
    float: left;
    padding-top: 10px;
}

.banner-oney.catalog_banner_oney .oney-info-logo {
    width: 40px;
}

.circle-oney {
    height: 60px;
    width: 60px;
    background-color: #81bc00;
    border-radius: 50%;
    display: inline-block;
    color: white;
    position: relative;
}

.text-circle {
    position: absolute;
    top: 7px;
    right: 12px;
    text-transform: none;
    font-family: "Arial";

}

.text-circle  .x-text-circle {
    font-family: "Wigrum";
}

@media screen and (max-width: 960px) {
    .homepage-pedago .oney-second-line .nexttologo {
        font-size: 20px;
        line-height: 18px;
    }

    .banner-oney.catalog_banner_oney .ooney.cssney-text {
        font-size: 30px;
    }
    .banner-oney .oney-logos .logos {
        width: 50px;
    }
    .banner-oney.catalog_banner_oney .oney-text.credit-card {
        font-size: 20px;
    }
}
@media screen and (max-width: 770px) {
    .homepage-pedago .oney_text_left {
        font-size: 25px;
        margin: 2% 6% 2% 2%;
    }
    .homepage-pedago .oney_text_right .oney-second-line img {
        width: 50%;
    }
    .homepage-pedago .oney_text_right {
        font-size: 25px;
    }
    .homepage-pedago .oney-second-line .nexttologo {
        font-size: 15px;
        padding-top: 2%;
        line-height: 19px;
    }
    .oney-form-list .logo-part .sentences {
        line-height: 15px;
    }

    /* POPIN PEDAGO */
    .pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .title_pedagogique {
        font-size: 14px;
    }

    .pedagogique_oney .bloc_pedagogique .title-block .logos_oney {
        width: 40px;
    }

    .pedagogique_oney .content_pedagogique {
        padding: 15px 10px 5px;
    }

    .pedagogique_oney .header_pedagogique {
        padding: 10px;
    }
    /* END POPIN PEDAGO */

    /* BANNER PEDAGO CATALOG */
    .banner-oney.catalog_banner_oney {
        padding: 5%;
    }
    .banner-oney.catalog_banner_oney .oney-text {
        font-size: 70px;
    }
    .banner-oney.catalog_banner_oney .oney-text.credit-card {
        font-size: 40px;
    }
    .banner-oney .oney-logos .logos {
        width: 85px;
    }
    .banner-oney.catalog_banner_oney .oney-img {
        width: 100px;
    }
    .banner-oney.catalog_banner_oney .oney-info-logo {
        width: 50px;
    }
    /* END BANNER PEDAGO CATALOG */
}
@media screen and (max-width: 580px) {

    /* POPIN PEDAGO */
    .pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .title_pedagogique {
        font-size: 12px;
        padding-left: 0px;
        padding-top: 10px;
        display: block;
    }
    .pedagogique_oney .header_pedagogique {
        padding: 10px;
    }
    .pedagogique_oney .content_pedagogique {
        padding: 15px 10px 5px;
    }
    .pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique {
        padding: 4px;
    }

    .pedagogique_oney .bloc_pedagogique .title-block {
        text-align: center;
        display: block;
    }

    .pedagogique_oney .content_pedagogique .step_pedagogique .bloc_pedagogique .content_align .logos_oney {
        margin: auto;
        float: none;
    }
    /* END POPIN PEDAGO */

    /* BANNER PEDAGO HOMEPAGE */
    .banner-oney.homepage-pedago {
        display: block;
        min-height: 290px;
    }
    .homepage-pedago .oney_text_left {
        text-align: center;
        font-size: 50px;
    }

    .homepage-pedago .oney_text_right .oney-first-line {
        font-size: 35px;
        margin-left: 5%;
    }
    .homepage-pedago .oney-second-line .nexttologo {
        padding-right: 6px;
    }
    .homepage-pedago .oney_text_right .oney-second-line img {
        width: 70%;
    }
    /* END BANNER PEDAGO HOMEPAGE*/

    .oney-form-list .oney-logo-div {
        min-height: 70px;
    }
}

/* BULLES */
.bulle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background: #81bc00;
    border-radius: 50%;
}
.bulle span {
    font-family: "GTWalsheimBold";
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-transform: lowercase !important;
}

.bulle.small-bulle {
    width: 26px;
    height: 26px;
}
.bulle.small-bulle span{
    font-size: 16px;
}
.bulle.big-bulle {
    width: 40px;
    height: 40px;
}
.bulle.big-bulle span{
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-decoration: none;
}

.bulle.medium-bulle {
    width: 31px;
    height: 31px;
}
.bulle.medium-bulle span{
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-decoration: none;
}

.banner-oney .bulle {
    margin-left: 10px;
    margin-top: 10px;
}

.oney-logo-div .bulle {
    vertical-align: top;
}