﻿@font-face {
    font-family: Roboto;
    src: url(/Appearance/Fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(/Appearance/Fonts/Roboto-LightItalic.ttf);
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/Appearance/Fonts/Roboto-Regular.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Roboto;
    src: url(/Appearance/Fonts/Roboto-Italic.ttf);
    font-weight: bold;
    font-style: italic;
}

body {
    background: #eaeaea;
    /*background-image: url("../Images/big_fond2.jpg");*/
    font-family: Roboto, Arial, Verdana, sans-serif;
}

.headerBox {
    background-color: #005C97;
    background-size: 100% 100%;
    border-radius: 15px 15px 0 0;
    width: 80%;
    max-width: 1000px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
}

    .headerBox h1 {
        font-size: 40px;
        text-align: center;
        color: white;
        font-weight: bold;
        padding-top: 60px;
        margin-top: 0;
    }

.mainQuestionnaireBox {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2px;
    margin-bottom: 20px;
    background-color: white;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    padding: 10px;
    border-radius: 0 0 15px 15px;
    /*border: 1px solid black;*/
}

    .mainQuestionnaireBox h2 {
        padding-bottom: 5px;
        border-bottom: solid 1px #ddd;
        font-size: 26px;
    }

.mainTitle {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    text-align: center;
    padding-top: 15px;
}

.languesBox {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    box-shadow: 3px 3px 5px 0px rgba(158,158,158,1);
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
}

/*.languesBox {
    float: right;
}*/

.texteGras {
    font-weight: bold;
}

.questionBox {
    margin-top: 20px;
}
    .questionBox.product {
        width: calc(50% - 10px);
        float: left;
        margin-left: 10px;
    }

.questionLibelleNotation {
    float: left;
    font-size: 18px;
    padding-left: 20px;
    width: 58%;
}

.questionLibelleTexte {
    float: left;
    font-size: 18px;
    padding-left: 20px;
    width: 58%;
}

.questionLibelle {
    font-size: 18px;
    padding-left: 20px;
}

.questionLibelleAudit {
    font-size: 16px;
    padding: 20px;
}


.questionNotation {
    float: right;
    font-size: 18px;
    width: 42%;
}

.questionFreeText, .questionDrop {
    float: right;
    font-size: 18px;
    width: 42%;
}

.questionChoix, .questionTexte, .questionYesNo {
    font-size: 18px;
    width: 100%;
}

    .questionChoix.texteGras {
        float: right;
        width: 42%;
        font-weight: bolder;
    }

.questionLibelleSeul {
    width: 100%;
    font-size: 14px;
    font-style: italic;
    padding-left: 20px;
}

.questionEmailBooking {
    float: left;
    font-size: 18px;
    padding-left: 20px;
    width: 42%;
}

.questionCheckboxContainer {
    float: left;
}

    .questionCheckboxContainer input {
        transform: scale(1.4);
    }

.buttonSingle, .buttonMultiple, .buttonAudit {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    margin: 4px;
    outline: none;
}

    .buttonSingle:hover, .buttonMultiple:hover, .buttonAudit:hover {
        background-color: #eee;
        border: 1px solid #ccc;
    }

.buttonActive, .buttonActive:hover {
    background-color: #005C97;
    color: white;
    border: 1px solid #002F4D;
}

/*.elementChoix {
    width: 33%;
    float: left;
    padding: 3px;
    font-weight: normal !important;
}

.elementChoix:nth-child(4n+0) {
    clear: left;
}*/

.notationLabel {
    float: right;
}

.libelleArrow {
    float: right;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #e7e7e7;
}

@media (max-device-width : 360px) {
    .textRating {
        float: right;
        color: #000;
        background-color: #e7e7e7;
        margin: 0;
        padding: 0 9px 0 10px;
        height: 26px;
        line-height: 26px;
        font-size: .6em;
        font-weight: bold;
        position: relative;
        white-space: nowrap;
    }
}

@media ( min-device-width : 361px) {
    .textRating {
        float: right;
        color: #000;
        background-color: #e7e7e7;
        margin: 0;
        padding: 0 12px 0 10px;
        height: 26px;
        line-height: 26px;
        font-size: .8em;
        font-weight: bold;
        position: relative;
        white-space: nowrap;
    }
}

.ratebox {
    float: left;
}

.NABox {
    float: left;
    cursor: pointer;
    font-weight: bold;
    width: 40px;
    background-color: #e6e6e6;
    /*border: 2px solid lightgrey;*/
    border-radius: 4px;
    margin-right: 6px;
    padding-left: 2px;
}

    .NABox:hover {
        background-color: #d9d9d9;
        color: black;
    }

.NABoxSelected {
    background-color: grey;
    color: white;
}

.missingMandatory {
    color: red;
    font-weight: bold;
}

.CNILText, .PubText {
    padding-top: 12px;
    font-size: 10px;
    text-align: justify;
}

.ThankMessage {
    clear: both;
    font-size: large;
    color: #002060;
    text-align: center;
    width: 920px;
}

@media only screen and (max-width: 1024px) {
    /*For Ipad*/
    .mainQuestionnaireBox, .mainTitle, .languesBox, .headerBox {
        width: 90%;
        max-width: none;
    }

    .questionLibelleNotation {
        width: 55%;
    }

    .questionNotation {
        width: 45%;
    }

    .questionLibelle, .questionChoix, .questionYesNo, .questionDrop, .questionTexte, .questionEmailBooking {
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .mainQuestionnaireBox, .mainTitle, .languesBox, .headerBox {
        width: 100%;
        max-width: none;
        margin: 0;
        float: none;
        position: static;
    }

    .questionBox.product {
        width: 100%;
        margin: 0;
        float: none;
    }

    .questionLibelle, .questionLibelleNotation, .questionNotation, .questionChoix, .questionYesNo, .questionDrop, .questionTexte, .questionEmailBooking {
        width: 100%;
        float: none;
        padding-left: 5px;
    }
}

/* Test Mobile */
.mobileTest .mainQuestionnaireBox, .mobileTest .mainTitle, .mobileTest .languesBox, .mobileTest .headerBox, .mobileTest .questionBox.product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
    position: static !important;
}

.mobileTest .questionLibelle, .mobileTest .questionLibelleNotation, .mobileTest .questionNotation, .mobileTest .questionChoix, .mobileTest .questionYesNo, .mobileTest .questionDrop, .mobileTest .questionTexte, .mobileTest .questionEmailBooking {
    width: 100%;
    float: none;
    padding-left: 5px;
}

/* Pour la visualisation */

.sejourDetails h2 {
    font-size: 20px;
    text-align: center;
}

.sejourDetails ~ div .questionTexte {
    font-size: 18px;
    width: 42%;
    float: right;
}

.questionTexteComment {
    width: 100%;
    font-size: 18px;
    padding-left: 25px;
    font-weight: bold;
    margin-top: 15px;
}

/* Pour l'impression */
@media print {
    .raterater-bg-layer, .raterater-outline-layer, .raterater-cover-layer {
        display: none;
    }

    .headerBox {
        height: auto;
    }
}

/*Bouton Iphone Switch*/
.checkbox {
    display: none
}

.switch {
    width: 62px;
    height: 32px;
    background: #E5E5E5;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 16px; /*IE 11*/
    -moz-border-radius: 16px; /*Mozilla*/
    -webkit-border-radius: 16px; /*Chrome and Safari*/
}

    .switch:before {
        content: ' ';
        position: absolute;
        left: 1px;
        top: 1px;
        width: 60px;
        height: 30px;
        background: #FFFFFF;
        z-index: 1;
        border-radius: 16px; /*IE 11*/
        -moz-border-radius: 16px; /*Mozilla*/
        -webkit-border-radius: 16px; /*Chrome and Safari*/
    }

    .switch:after {
        content: ' ';
        height: 29px;
        width: 29px;
        border-radius: 28px;
        background: #FFFFFF;
        position: absolute;
        z-index: 2;
        top: 1px;
        left: 1px;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-box-shadow: 0 2px 5px #999999;
        box-shadow: 0 2px 5px #999999;
    }

.switchOn, .switchOn:before {
    background: #4cd964 !important;
}

    .switchOn:after {
        left: 29px !important;
    }

#ShowWitchBtn {
    visibility: hidden;
}

.glyphicon-arrow-up, .glyphicon-arrow-down {
    font-size: 35px;
}



.CheckBoxWithImageAndLegend {
    margin-left: 10px;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 100% 100%;
}

.questionImageAndLegend {
    display: inline-flex;
    text-align: center;
}

.AnswerForImageAndLegend {
    border: none;
    background: none;
}

.ImageAndLegend {
    margin-left: 10px;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 100% 100%;
}

/* Question produit */
.product-box {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    padding: 10px;
    display: table;
    width: 100%;
}

    .product-box .product-line {
        display: table-row;
    }

        .product-box .product-line .Product, .product-box .product-line .name-price, .product-box .product-line .product-checkbox {
            display: table-cell;
        }
            .product-box .product-line .name-price {
                position: relative;
            } 
            
            .product-box .product-line .name-price .questionLibelle {
                margin: 0;
                padding: 0;
                /*position: absolute;
                top: 10px;*/
            }
                .product-box .product-line .name-price .questionLibelle .product-title {
                    font-weight: bold;
                    font-size: 28px;
                }

            .product-box .product-line .name-price .questionProduct {
                position: absolute;
                top: 50%;
                min-width: 150px;
                font-weight: bold;
                font-size: 40px;
            }

        .product-box .product-line .product-checkbox {
            margin-right: 20px;
            color: #f3f3f3;
            background-color: #ffffff;
            text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(0, 0, 0, 0.7);
            font-size: 50px !important;
            text-align: right;
            margin-right: 20px;
            vertical-align: middle;
        }

            .product-box .product-line .product-checkbox .fa.fa-check {
                font-size: 90px !important;
            }

            .product-box.selected .product-line .product-checkbox{
                color: #55c547;
                background-color: #ffffff;
                text-shadow: 1px 3px 0px #14881d;
            }
                .product-box.selected .product-line .product-checkbox .fa.fa-check {
                    font-size: 90px !important;
                }

    .product-box .clear-both {
        display: block;
        clear: both;
        margin: 0;
        visibility: hidden;
    }

    .product-box:hover {
        cursor: pointer;
    }

/* Question enchère */
.auctionSlider {
    width: 80%;
}
.auction-header{
    font-weight: bold;
}
.auction-block {
    border: 1px solid #ddd;
    width: 100%;
    padding: 20px;
}
    .auction-block .offer{
        font-weight: bold;
    }
    .auction-block .questionLibelleTexte{
        width: 100% !important;
    }
    .auction-header .right {
        float: right;
        text-align: right;
        width: 30%;
    }
.clearBoth{
    clear: both;
}
.slider-block {
    background-color: #f9f9f9;
}
    .slider-block .auctionSlider {
        width: 80%;
    }
.slider.slider-horizontal {
    width: 90%;
    margin-left: 5%;
}
.questionChoix > div {
    display: inline-block;
}
       
