/* Suntory colors:
Bleu corporate: rgba(gba(0,117,150,1);
Bleu clair: rgba(99,195,216,1);
Gris: rgba(134,137,138,1);
Rose: rgba(223,30,105,1);
Jaune: rgba(253,200,0,1);
Violet: rgba(98,33,128,1);
Vert: rgba(0,144,54,1);
*/
body .top-content {
    font-family: 'Helvetica Neue Regular, Helvetica Neue Bold, Snickles', sans-serif;
    font-size: 11.99pt;
    font-weight: 300;
    color: rgba(134, 137, 138, 1); /* Charter: R134 V137 B138; color: #888 */
    line-height: 14.11pt;
    text-align: center;
}

.top-content #frProdCodHelp {
    padding-top: 10%; /* fix modal displaying on top*/
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/os-logo.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: rgba(99, 195, 216, 1); /* R99 V195 B216 */
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: rgba(98, 196, 216, 1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(98, 196, 216, 1);
    color: #fff;
    text-shadow: none;
}

/***** Top menu *****/

/*.navbar {*/
/*padding-top: 10px;*/
/*background: #333;*/
/*background: rgba(51, 51, 51, 0.3);*/
/*border: 0;*/
/*-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;*/
/*}*/
/*.navbar.navbar-no-bg { background: none; }*/

/*ul.navbar-nav {*/
/*font-size: 16px;*/
/*color: #fff;*/
/*}*/

/*.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }*/

/*.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }*/

/*.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }*/
/*.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }*/
/*.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }*/

/*.navbar-inverse ul.navbar-nav li .li-social a {*/
/*margin: 0 5px;*/
/*font-size: 28px;*/
/*vertical-align: middle;*/
/*}*/
/*.navbar-inverse ul.navbar-nav li .li-social a:hover, */
/*.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: rgba(98,196,216,1); }*/

/*.navbar-brand {*/
/*width: 162px;*/
/*background: url(../img/logo.png) left center no-repeat;*/
/*text-indent: -99999px;*/
/*}*/

/***** Top content *****/

.top-content {
    padding: 0; /*padding: 40px 0 170px 0; */
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    padding: 3px;
}

.f1 {
    padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 55pt;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: rgba(98, 196, 216, 1);
}

.f1-step {
    position: relative;
    float: left;
    width: 24.999999%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid rgba(98, 196, 216, 1);
    color: rgba(98, 196, 216, 1);
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: rgba(98, 196, 216, 1);
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: rgba(98, 196, 216, 1);
}

.f1-step.active p {
    color: rgba(98, 196, 216, 1);
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: rgba(223, 30, 105, 1);
    background-color: rgba(223, 30, 105, .08);
}

i.fa.fa-question-circle {
    font-size: 26.9pt;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(250, 250, 250, 1);
    text-align: center;
    background-color: rgba(98, 196, 216, 1);
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-group-addon-age {
    padding: 0;
}

.f1-select {
    box-sizing: border-box;
    border-collapse: separate;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: rgba(98, 196, 216, 1);
}

#f1-address-nr.f1-address-nr {
    max-width: 65pt;
    padding-right: 8pt;
    padding-left: 8pt;
    margin-right: -33px;
}

.f1-align {
    padding-top: 1.5%;
}

.form-control-large {
    font-size: large !important;
}

span.f1-playdate-span.input-group-btn, span.f1-address-span.input-group-btn {
    line-height: 90%;
}

span[name="f1-address-span"].f1-address-span.input-group-btn {
    max-width: 5pt;
    padding: 0 5px;
}

.tab-content {
    padding-top: 10pt;
}

.legal-text {
    text-align: justify;
    font-size: smaller;
    padding: 0 5px;
}

/*
.ui-datepicker-calendar, .ui-datepicker-month {
    display: none;
 }
 */
.MonthDatePicker .ui-datepicker-month {
    display: none;
}

.HideTodayButton .ui-datepicker-buttonpane .ui-datepicker-current {
    visibility: hidden;
}

.hide-calendar .ui-datepicker-calendar {
    display: none !important;
    visibility: hidden !important
}

/** Accordion **/
.panel-default > .panel-heading {
    color: rgba(250, 250, 250, 1);
    background-color: rgba(98, 196, 216, 1);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: rgba(250, 250, 250, 1);
    background-color: rgba(98, 196, 216, 1);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: rgba(98, 196, 216, .70);
    background: rgb(238, 238, 238);
}

.panel-title > a:hover, .panel-title > a:focus {
    color: rgba(255, 251, 235, 0.95);
    font-weight: bold;
}

.panel-body > div.row {
    min-height: 30pt;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: rgba(223, 30, 105, 0.95); /* Red color: R223 V30 B105  old: #843534*/
}

.has-error .form-control:focus {
    color: rgba(223, 30, 105, 0.95); /* Red color: R223 V30 B105  old: #843534*/
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px rgba(223, 30, 105, 0.95); /* #CE8483;*/
}

.has-success .form-control:focus {
    color: rgba(0, 144, 54, 0.95); /* Green color: R0 V144 B54 border-color: #2B542C;*/
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px rgba(0, 144, 54, 0.95);
}

.form-control-required-has-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-feedback label ~ .form-control-feedback.form-control-feedback-top {
    top: 40px;
}

/* switch label color
<div class="bootstrap-switch-container" style="width: 195px; margin-left: 0px;">
	<span class="bootstrap-switch-handle-on bootstrap-switch-primary" style="width: 65px;">Oui</span>
	<span class="bootstrap-switch-label" style="width: 65px;">Oui</span>
	<span class="bootstrap-switch-handle-off bootstrap-switch-default" style="width: 65px;">Non</span>
	<input type="radio" name="request" data-radio-all-off="true" data-size="large" data-on-text="Oui" data-label-text="Oui" data-off-text="Non" class="switch-request" id="contactWhish" data-request="10">
</div>
*/
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    color: rgba(134, 137, 138, .35);
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    color: rgba(134, 137, 138, .35);
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    /*.navbar { padding-top: 0; }*/
    /*.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }*/
    /*.navbar-brand { height: 60px; margin-left: 15px; }*/
    /*.navbar-collapse { border: 0; }*/
    /*.navbar-toggle { margin-top: 12px; }*/
    .top-content {
        padding: 40px 0 110px 0;
    }
}

@media (max-width: 415px) {
    .top-content .container{
        padding-left: 1.25%;
        padding-right: 1.25%;
    }
    
    h1, h2 {
        font-size: 32px;
    }

    .f1-align {
        padding-top: 0;
    }

    .f1 {
        padding: 3.25%;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }

    .bwizard-steps li {
        height: 80px;
        padding-top: 20pt;
    }

    #f1-address-nr.f1-address-nr {
        max-width: 65pt;
        padding-right: 3pt;
        padding-left: 3pt;
        margin-right: -33px;
    }

    .bwizard-steps li:before {
        position: absolute;
        top: 0;
        height: 0;
        width: 0;
        left: 0;
        border-left: 20px solid #fff;
        border-bottom: 40px inset transparent;
        border-top: 40px inset transparent;
        content: ""
    }

    .bwizard-steps li:after {
        position: absolute;
        top: 0;
        height: 0;
        width: 0;
        right: -19px;
        border-left: 20px solid #efefef;
        border-bottom: 40px inset transparent;
        border-top: 40px inset transparent;
        content: "";
        z-index: 2;
    }

    .bwizard-steps a {
        color: #333;
        white-space: pre-wrap;
        /*padding: 5% 0;*/
    }

    .f1-steps {
        margin-top: 60pt;
    }

    .f1-antispam.form-control.form-control-large, .f1-antispam.input-group-btn, .f1-antispam.form-control {
        padding-right: 7pt;
        padding-left: 7pt;
    }

    .panel-body > div.row {
        min-height: 50pt;
    }
}

@media (max-width: 360px) {

    h1, h2 {
        font-size: 32px;
    }

    .f1-align {
        padding-top: 0;
    }

    .f1 {
        padding: 3.25%;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }

    .bwizard-steps li {
        height: 80px;
        padding-top: 20pt;
    }

    #f1-address-nr.f1-address-nr {
        max-width: 65pt;
        padding-right: 3pt;
        padding-left: 3pt;
        margin-right: -33px;
    }

    .bwizard-steps li:before {
        position: absolute;
        top: 0;
        height: 0;
        width: 0;
        left: 0;
        border-left: 20px solid #fff;
        border-bottom: 40px inset transparent;
        border-top: 40px inset transparent;
        content: ""
    }

    .bwizard-steps li:after {
        position: absolute;
        top: 0;
        height: 0;
        width: 0;
        right: -19px;
        border-left: 20px solid #efefef;
        border-bottom: 40px inset transparent;
        border-top: 40px inset transparent;
        content: "";
        z-index: 2;
    }

    .bwizard-steps a {
        color: #333;
        white-space: pre-wrap;
        /*padding: 5% 0;*/
    }

    .f1-steps {
        margin-top: 60pt;
    }

    .f1-antispam.form-control.form-control-large, .f1-antispam.input-group-btn, .f1-antispam.form-control {
        padding-right: 7pt;
        padding-left: 7pt;
    }

    .panel-body > div.row {
        min-height: 50pt;
    }

    .has-feedback label ~ .form-control-feedback.form-control-feedback-top {
        top: 60px;
    }
}
.bootstrap-switch-container{
   max-height: 40px; 
}
.f1-steps .fa{
    padding-top: 12px;
}
/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {

    /* logo */
    /*.navbar-brand {*/
    /*background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 162px 36px !important;*/
    /*}*/

}
