.DocHeader{
    background-color: #FFF;
}
red{
    text-decoration: none;
}

.actions a{
    background: #ec660d none repeat scroll 0 0 !important;
    border-radius: 75px !important;
    color: #fff !important;
    display: block !important;
    font-family: Arial,sans-serif;
    font-size: 28px !important;
    font-weight: 900;
    height: 150px !important;
    line-height: 34px !important;
    padding: 35px 22px !important;
    text-align: center;
    text-decoration: none !important;
    width: 150px !important;
    margin-bottom:20px;
}

.actions.clearfix.custom-actions-1 a span.btn-text1, .actions.clearfix.custom-actions-1 a:hover span.btn-text2  {
    color:#FFF;
    margin:0;
    padding:0;
}
.actions.clearfix.custom-actions-1 a:hover span.btn-text1, .actions.clearfix.custom-actions-1 a span.btn-text2 {
    color:#000;
    margin:0;
    padding:0;
}
.tabQuestionnaire{
    background-color: #FFF;
    width:100%;
    border-radius: 10px 10px 0 0;
    z-index:100;
}
.ligneQuestion{

    border-bottom: 1px solid black;
    z-index:100;
}
.Question{
    background-color: #FFF;
    font-family: Arial,sans-serif;
    font-size:17px;
    min-height:30px;
    padding-top:5px;
    padding-right:15px;
    width:540px;

}
.numQuestion{
    color: #ec660d;
    font-family:"open_sans_condensedbold";
    font-size:20px;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;

}
.Oui{
    background-color: #ec660d;
    min-height:30px;
    height:auto;
    font-family: Arial,sans-serif;
    font-size: 20px !important;
    font-weight: 900;
    color:#FFF;
    padding-right:15px;
    padding-left:15px;
    width:90px;
}
.Non{
    background-color: transparent;
    min-height:30px;
    font-family: Arial,sans-serif;
    font-size: 20px !important;
    font-weight: 900;
    color:#000;
    width:98px;
    padding-right:15px;
    padding-left:15px;
}
.OuiNon{
    width:180px;
    padding-left:0;
}
.OuiNon>label{
    padding-top:20px;
    min-height:66px;
    margin-bottom:0;
    width:49%;
    border:none;
}
.OuiNon>label>span{
    padding-left:0px;
}
.OuiNon>label:first-child{
    background-color: #ec660d;
    margin-left:0;

}
.OuiNon>label:last-child{
    margin-left:0;
    background-color: #dbdbdb;

}
.quest_oui, .quest_non{
    padding-top:10px;
}
.alignLeft{
    margin-left:0;
}
input[type=checkbox], input[type=radio] {
    position:relative;
    width: 19px;
    height: 19px;
    background-color:transparent;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    position:relative;
}
button[type=submit]{
    margin:-5px 0 0 0;
    padding:0;
    margin-left:5px;
    white-space: normal;
    height:77px;
    width:100px;
    background-color:transparent;
    font-family:"open_sans_condensedbold";
    font-size:18px;
    color:white;
}
button[type=submit]:hover{
    /*margin:15px 0 5px 0;*/
    white-space: initial;
    opacity:1;
    background-color:#ec660d;
    color:white;
    text-decoration: underline;
}
.certification{
    vertical-align:top ;
    padding-left:15px;
    z-index:100;
}
.submitTab{
    table-layout:auto;
    width:100%;
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    z-index:0;
}
.submitForm{
    background: #dbdbdb none repeat scroll 0 0 !important;
    border-radius: 120px 0 120px 120px !important;
    height: 240px;
    position: relative;
    top:-66px;
    right: 3px;
    width: 247px !important;
    z-index:0;
}
.sousmettre{
    background: #ec660d none repeat scroll 0 0 !important;
    border-radius: 75px !important;
    color: #fff !important;
    display: block !important;
    font-size: 18px !important;
    font-weight: bold;
    height: 150px !important;
    width: 150px !important;
    line-height: 20px !important;
    padding: 45px 15px !important;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    top: 0px;
    left:40px;
}
.absolute{
    position:absolute;
    min-height:66px;
    width:89px;
    right: 107px;
    top:737px;
    z-index:100;
}

@media only screen and (max-width: 991px) {
    .tabQuestionnaire{

    }
    .smallResize{
        padding-left:5px;
        padding-right:5px;
    }
    .numQuestion{
        width:auto;
        padding-right:0;
        padding-left:5px;
        font-size:16px;
    }
    .Question{
        width:auto;
        font-size:15px;
        padding-right:5px;
        padding-left:10px;
        padding-top:0;

    }
    .OuiNon{
        display:inline-flex;
        padding-top:0;
        width:90px;
        height:auto;
    }
    .titreSmall{
        padding-left:0;
    }

    .Oui{
        font-size: 15px !important;
        font-weight: 900;
        padding-left:0;
        padding-right:5px;

    }
    .Non{
        font-size: 15px !important;
        font-weight: 900;
        padding-left:0;
        padding-right:5px;

    }
    .submitTab{
        table-layout:auto;
        width:100%;
        background-color: #FFF;
        border-radius: 0 0 10px 10px;
        z-index:0;
    }
    .submitForm{
        background: #dbdbdb none repeat scroll 0 0 !important;
        border-radius: 120px 0 120px 120px !important;
        height: 120px;
        width: 125px !important;
        position: relative;
        top:-66px;
        right: 3px;

        z-index:0;
    }
    .sousmettre{
        background: #ec660d none repeat scroll 0 0 !important;
        border-radius: 75px !important;
        color: #fff !important;
        display: block !important;
        font-size: 18px !important;
        font-weight: bold;
        height: 50px !important;
        width: 90px !important;
        line-height: 20px !important;
        padding: 45px 15px !important;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        top: 2px;
        left:16px;
    }
    label{
        width:100%;
    }
    button[type=submit]{
        margin: -20px 0 0 0 ;
        font-size:12px;
        width:auto;
    }

    .absolute{
        position:absolute;
        min-height:40px;
        width:44px;
        right: 51px;
        top:737px;
        z-index:100;
    }
}