﻿#divFormulaire {
    background-color: #fff;
}

    #divFormulaire h3 {
        color: #39b54a !important;
    }

.Question {
    display: block;
    font-weight: bold;
}

.QuestionInfo {
    font-weight: initial;
}

.blockRep, .blockCol, .blockRow {
    background-color: #efefef;
    border: 1px solid #dddddd;
    margin: 2px 0;
    padding: 2px 0;
}

#textearea {
    height: 100px;
    width: 400px;
    background-color: #efefef;
    border: 1px dashed #333333;
    padding: 2px;
}

#texteBox {
    height: 20px;
    width: 400px;
    background-color: #efefef;
    border: 1px dashed #333333;
    padding: 2px;
}

.radiobtn {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 30px;
}

.radio {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    box-sizing: border-box;
    height: 15px;
    left: 7px;
    margin: 0;
    outline: medium none;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 15px;
}

.checkbox {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 1px solid #c6c6c6;
    height: 15px;
    left: 7px;
    margin: 0;
    outline: medium none;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 15px;
}

.optionTB {
    display: inline-block;
    margin-right: 10px;
    width: 280px;
}

.cbAutre {
    display: inline-block;
    width: 130px;
}

.btnClose {
    display: inline-block;
    border: 1px solid transparent;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

    .btnClose:hover {
        background-color: #ddd;
        border: 1px solid #ddd;
        border-radius: 50%;
        text-decoration: none;
        color: #333;
    }

#Reponses h3, #Colonnes h3 {
    font-size: 12px;
    margin: 0;
}

.libelle {
    display: inline-block;
    margin-right: 10px;
}


.Q_Grille {
    border: 1px solid #d3d8d3;
    border-collapse: collapse;
}

    .Q_Grille td {
        border-bottom: 1px solid #d3d8d3;
        text-align: center;
        padding: 5px;
    }

    .Q_Grille .leftLabel {
        text-align: left;
        width: 180px;
    }

.question-autre {
    width: 150px;
}

.txtArea {
    width: 500px;
    height: 100px;
}

.divQuestion {
    margin-bottom: 10px;
}


@media screen and (max-width: 900px) {


    .txtArea {
        width: 95%;
    }
}
