.offerbutton {
    background-color: #97055e;
    position:absolute;
    color:white;
    font-size:11px;
    padding: 5px;
}











.section__rubriques--sitemap {
    padding-top: 5rem;
}

.section__rubriques--sitemap .lame__content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.section__rubriques--sitemap li {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.section__rubriques--sitemap a:hover {
    color: #007edb;
}

.section__rubriques--sitemap h2 a:hover {
    color: #152032;
}

.section__rubriques--sitemap h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #007edb;
}


.bgcolor-light-grey {
    background-color: #ececee;
}

.login label.error, .login .login_error, .ui-popin--evaluate form>span.error, .register_error.login_error {
    color: red;
    font-size: 12px;
    margin: 5px 0;
    display: block;
}
.login label.error, .login .login_error {
    color: #fff;
    text-shadow: 1px 1px 0 red;
}

/* show error if false password entered (server side error) */
.login_error--visible + .input--email .input__tag + span::before, .login_error--visible + .input--email + .input--password .input__tag + span::before {
    color: #e87373;
    content: "e";
}

.ui-popin--evaluate form>span.error {
    margin: 20px 0;
}
.which_scooter__choices {
    max-width: 960px;
    margin: 0 auto;
}

.which_scooter .input__radio {
    margin-bottom: 2rem;
}

.account__tab label.error, .create_account label.error {
    position: relative;
    top: 4px;
}

.ui-popin--password .confirm {
    font-size: 1.4rem;
}

.ui-popin--contact_confirmation .popin, .ui-popin--survey_save .popin, .ui-popin--message_sent .popin, .ui-popin--testride_confirmation .popin, .ui-popin--message_config_sent .popin, .ui-popin--message_config_saved .popin {
    text-align: center;
}

.home-categories__cat__excerpt {
    font-size: 1.8rem;
}

.home-categories__cat .button {
    font-size: 1.5rem;
}

.home-slider__slide__subtitle, .banner--half .banner__subtitle, .banner .button--link {
    font-size: 1.6rem;
}

.home-slider__slide__subtitle {
    font-weight: 400;
}

.pos-2 .home-slider__slide__subtitle{
    font-size: 2rem;
}

.home-slider__slide .button--main, .home-discover .button--main {
    font-size: 1.4rem;
}

div[data-controller="update-password"] {
    text-align: center;
}

div[data-controller="update-password"] p {
    font-size: 2rem;
    color: #fff;
    margin: 20px 0;
}

.desktop .button--review-disabled:hover {
    color: #7c7c7c;
    background: #e2e1e5;
    cursor: default;
}

.compare-product__category-colors img {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.input__checkbox__square {
    top: auto;
}

#cgu-error {
    display: none !important;
}

.ui-popin--reviews .popin__reviews,
.ui-popin--evaluate form,
.ui-popin--send_survey form {
    padding-bottom: 65px; /* comme ca la barre Safari ne masque pas le contenu */
}

.nothingToDisplay {
    text-align: center;
    margin: 50px;
    font-size: 1.5rem;
    font-weight: bold;
}
.home-discover .banner__subtitle.smaller--fix{
    font-size: 1.3rem;
}
.account .account__tab--configs .ui-slider .ui-slider__slides p{
    font-size: 14px;
}
.product-configurator--advanced .product-configurator__image {
    background-size: 136%;
}

.color--inline a {
    margin-left: 0;
    text-align: left;
    left: 0;
    width: 200px;
}

.product-configurator__select--single {
    pointer-events: none;
}

.product-configurator__select--single::before {
    display: none;
}

.product-configurator__select--single .color--inline a {
    opacity: 1;
}

.ie .range-banner--active>.ui-fit__cover, .ie .range-summary--active>.ui-fit__cover {
    position: absolute;
}
.ie .range-summary--active > .ui-fit__cover {
    left: 0 !important;
}

.product .button--link, .product .distributor__services_link {
    margin-top: 2.5rem;
}


/*
#easiformarea:not(.easiformarea--editedViaJS) {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: center;
}

#easiformarea #easiform>div {
    text-align: left;
}

#easiformarea label {
    color: #007edb;
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 1.5rem 2rem 0 0;
    vertical-align: top;
}

#easiformarea input, #easiformarea select, #easiformarea textarea {
    border: 1px solid #adadad;
    background-color: #fff;
    padding: 1rem;
    border-radius: 0;
    font-size: 1.4rem;
    outline: none;
    transition: border;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: border;
    margin-bottom: 2.5rem;
    width: 100%;
}

#easiformarea textarea {
    resize: none;
    height: 20rem;
}

#easiformarea #validatebutton {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    transition: background , border , color;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: background , border , color;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    background-color: #007edb;
    padding: 1.5em 2em;
    border-bottom: 3px solid #0067b2;
    cursor: pointer;
    position: relative;
}

#easiformarea #validatebutton:hover {
    background-color: #0061a8;
    border-color: #00497f;
}

#easiformarea .mandatoryfieldmention {
    text-align: right;
}

#easiformarea #fld_Salutation {
    width: 10vw;
    min-width: 0;
}

#easiformarea .mandatory {
    vertical-align: top;
}
*/









.success_story-focus__more__background{
    z-index: -1;
}


.box {
    display: flex;
    align-items:center;
}

.custom_icons_text{
    display:inline;   
}
.custom_icons{
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}






/*  =>|tablet portrait fixes */
@media screen and (max-width: 479px){
    .compare-product__category-colors img:nth-child(n+7){
        display: none;
    }

    .section__rubriques--sitemap .lame__content {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .custom_icons_text{
        display:inline; 
        border:solid 1px red;
    }  
    .custom_icons{
        width: 30px;
    }


}

/*  =>|tablet portrait fixes */
@media screen and (max-width: 767px){
    .custom_icons_text{
        display:inline; 
        border:solid 1px green;
    }
    .custom_icons{
        width: 40px;
    }
    /* keep the side-by-side vertical alignment */
    .compare-product__version {
        min-height: 30px;
    }

    .compare-product__category-colors {
        height: 150px;
    }

    .compare-product__category-colors img:nth-child(n+10){
        display: none;
    }

    .product__version {
        min-height: 65px;
    }

    .focus__more {
        padding-top: 30%;
    }

    .focus__more .container {
        padding: 0;
    }

    /* fix hide left-aligned images to avoid overlapping texts */
    .focus--right {
        background-image: none !important;
    }

    .focus--right .focus__more {
        padding-top: 0;
    }

    .focus__more .g-col {
        padding: 0 0 3rem 0 !important;
        margin-bottom: 0;
    }

    .focus__excerpt {
        margin-bottom: 0;
        padding-bottom: 4rem;
    }

    .banner--half {
        height: 20rem;
    }

    .home-categories__cat__title {
        font-size: 4.5rem;
    }

    .which_scooter.step_result .step__answer{
        display: none;
    }

    #easiformarea {
        max-width: 400px;
    }

    #easiformarea label {
        width: auto;
        display: inline-block;
        text-align: left;
        display: block;
        margin-bottom: 1rem;
    }

    #easiformarea input, #easiformarea select, #easiformarea textarea {
        width: 100% !important;
    }

    #easiformarea .mandatoryfieldmention {
        margin-bottom: 3rem;
    }

    #easiform>div {
        position: relative;
    }

    #easiformarea .mandatory {
        position: absolute;
        top: 0;
        right: 0.25rem;
    }

    .range select{
        font-size: 16px;
    }

}

/*  =>|tablet fixes */
@media screen and (max-width: 1024px){
    .custom_icons_text{
        display:inline; 
        border:solid 1px blue;
    }
    .input__tag {
        font-size: 16px;
    }
    .banner--middle {
        width: 100%;
    }
    .account__tab label.error {
        font-size: 11px;
    }

    .account-block--scooter-profile .progress_circle {
        position: absolute;
        right: 3rem;
        top: auto;
        bottom: 5%;
        margin-top: 0;
    }
    .home-discover .banner__subtitle.smaller--fix{
        font-size: 1.6rem;
        width: 90%;
    }
}

/*  =>|desktop fixes */
@media screen and (min-width: 768px){
    .custom_icons_text{
       vertical-align: middle;
        display:inline;
        float:right;
        border:solid 1px orange;
    }
    .custom_icons{
        width: 30px;
    }
    
    .home-discover__text {
        font-size: 2.6rem;
    }
    /* keep the side-by-side vertical alignment */
    .compare-product__version {
        min-height: 50px;
    }

    .product__version {
        min-height: 45px;
    }

    .home-categories__cat__title {
        font-size: 7.2rem;
    }

    .home-categories__cat__title_vn {
        font-size: 4.0rem;
    }

    .which_scooter__result {
        margin-top: 8rem;
    }

    .step__answer {
        left: 50%;
        width: 75px;
        transform: translateX(-50%);
    }

    .range .input__range .max {
        bottom: -240%;
    }
}

@media screen and (max-width: 767px){
    .custom_icons_text{
       vertical-align: middle;
        display:inline;
        float:right;
        border:solid 2px red;
    }
    .custom_icons{
        width: 30px;
    }
    
    .custom_icons_text{
        display:inline; 
        border:solid 1px pink;
    }
    
    .success_story-focus__main {
        height: 90rem; /* à cause de leur logo carré qui prend toute la place !*/
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .custom_icons_text{
       vertical-align: middle;
        display:inline;
        float:right;
        border:solid 2px orange;
    }
    .custom_icons{
        width: 40px;
    }
    .success_story-focus__main {
        height: 45rem; /* à cause de leur logo carré qui prend toute la place !*/
    }
}

@media screen and (max-width: 1024px){
    .step__answer {
        width: 60px;
    }
    .custom_icons_text{
       vertical-align: middle;
        display:inline;
        float:left;
        margin: 10% auto;
        border:solid 0px blue;
        
    }
    .custom_icons{
        width: 30px;
        margin-right: 15px;
        float:left;
    }

}

/*  wide|=> fixes */
@media screen and (min-width: 1024px){
    /* keep the side-by-side vertical alignment */
    .compare-product__version {
        min-height: 70px;
    }
    .custom_icons_text{
       vertical-align: middle;
        display:inline;
        float:right;
        border:solid 2px pink;
    }
    .custom_icons{
        width: 40px;
    }
}
/*----------------------------------------------------------------------Full window----------------*/
@media screen and (min-width: 1025px){
    .home-discover .banner__subtitle.smaller--fix{
        font-size: 1.6rem;
        width: 90%;
    }
    .custom_icons_text{
       vertical-align: middle;
        display:inline;
        float:right;
        border:solid 0px green;
    }
    .custom_icons{
        width: 50px;
    }
}


/*iphone 6*/
@media screen and (min-width: 375px) and (max-width: 667px) {
    .product .button--promo+.product__name, .product .button--new+.product__name
    {
        /*Ticket #224*/
        margin-top: 0rem !important;
    }
    .product .button--link, .product .distributor__services_link {
        /*Ticket #224*/
        margin-top: 1.5rem !important;
    }
}

/*ipad*/
@media screen and (min-width: 768px) and (orientation: portrait)
{
    .product .button--promo+.product__name, .product .button--new+.product__name
    {
        /*Ticket #224*/
        margin-top: 0rem !important;
    }
    .product .button--link, .product .distributor__services_link {
        /*Ticket #224*/
        margin-top: 1.5rem !important;
        
    }

}
/*iphone 5*/
/*--------------------------------------------------------------------------------- min-width: 568*/
@media screen and (min-width: 320px) and (max-width: 568px)
{
    .product .button--promo+.product__name, .product .button--new+.product__name
    {
        /*Ticket #224*/
        margin-top: 0rem !important;
    }
    .product .button--link, .product .distributor__services_link {
        /*Ticket #224*/
        margin-top: 0.5rem !important;
       
    }
}



body.ui-menu-open, body.ui-popin--added, body.ui-which-scooter-open { overflow: hidden; }

.aligncenter {
    text-align: center;
}
.websites{
    background-color: #ececec;
}
.frise-columns {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 5px;
    margin: auto;
}
.frise-columns .column {
    float: left;
    width: 50%;
}
.frise-columns .column .tile{
    padding: 5px;
}
.frise-columns .column .tile img{
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.frise-columns .column .tile .block-content {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    margin: auto;
    padding: 1.5rem 6.25%;
    font-size: 1.2rem;
}
.frise-columns .column .tile .block-content h2 {
    text-transform: uppercase;
    margin: 0 auto 1.1rem;
    font-weight: 400;
    font-size: 1.2rem;
}
.frise-columns .column .tile .block-content p {
    font-weight: 400;
    margin: 1rem auto;
}
.frise-columns .column .tile .block-content .simplecta {
    font-weight: 400;
    position: relative;
    color: #007edb;
    transition: 0.25s ease-in-out;
}
.frise-columns .column .tile .block-content .simplecta:hover {
    color: #0c2d47;
}
.frise-columns .column .tile .block-content .simplecta:after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #007edb;
    border-bottom: 1px solid #007edb;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    display: inline-block;
    margin-left: 5px;
    transition: 0.25s ease-in-out;
}
.frise-columns .column .tile .block-content .simplecta:hover:after {
    border-right: 1px solid #0c2d47;
    border-bottom: 1px solid #0c2d47;
}
/*--------------------------------------------------------------------------------- min-width: 640px-*/
@media only screen and (min-width: 640px) {
    .frise-columns {
        padding: 6px;
    }
    .frise-columns .column {
        width: 100%;
    }
	.width33 {
        width: 33.3%;
		float:left;
    }
	
	
    .frise-columns .column .tile{
        padding: 6px;
    }
    .frise-columns .column .tile .block-content {
        font-size: 1.33rem;
    }
    .frise-columns .column .tile .block-content h2 {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1024px) {
    .frise-columns {
        padding: 8px;
        max-width: 1024px;
    }
    .frise-columns .column .tile{
        padding: 8px;
    }
    .frise-columns .column .tile .block-content {
        font-size: 1.55rem;
    }
    .frise-columns .column .tile .block-content h2 {
        font-size: 2rem;
    }
}

/*
# Active Collab : Ticket 86 #
*/
.home-slider .focus--right .valign {
    padding: 0 6rem 0 calc(50% + 6rem);
}
.home-slider .focus--left .valign {
    padding: 0 calc(50% + 6rem) 0 6rem;
}
@media screen and (max-width: 767px) {
    .home-slider .focus--right .valign,
    .home-slider .focus--left .valign {
        padding: 0 2rem;
    }
}

/* 
# callage block special_offer responsive
*/

@media screen and (max-width: 1024px) {
    .product-intro__content .special_offer {
        margin-left: 1rem;
        padding: 2rem 1rem 0.5rem;
    }
}
#carrousel .ui-slider__slide img {
    max-width: 100%;
}