/* Général */
body { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 22px; color: #000; }

h1 { font-size: 30px; text-transform: uppercase; }

.blue { color: #093c80; }

/* Paragraphes */
p.center { text-align: center; }
p.right { text-align: right; }
p.justify { text-align: justify; }

/* Structure */
#main-wrap { margin: auto; width: 100%; }
#header { width: 100%; height: 80px; background-color: #F7F7F7; padding-top: 10px; padding-bottom: 10px; display:block; }
#content { width: 1080px; padding: 20px; margin: auto; }
#footer { padding: 35px 0 0 0; font-size: 12px; color: #BBB; }
#logo { width: 250px; margin: 15px 0 0 150px; padding: 0; }
#logo img { height: 50px; border: 0; }

/* Caractères */
.Bold, .B {
    font-weight: 600;
}
.Italic, .I {
    font-style: italic;
}
.Underline, .U {
    text-decoration: underline;
}
.ToLower {
    text-transform: lowercase;
}
.ToUpper {
    text-transform: uppercase;
}
.Err {
    color: #d02730;
}
.Title {
    font-size: 20px;
    font-weight: bold;
    color: #003867;
}
.QuestionNumber {
    color: #555;
}
.QuestionNumberErr {
    color: #d02730;
}
.TxtAnswerMultiline {
    width: 900px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
    padding: 4px;
    resize: none;
}
.Registration {
    color: #333;
    font-weight: 600;
}
.RegistrationErr {
    color: #d02730;
    font-weight: 600;
}
.Result {
    font-size: 24px;
}
.ResultFollowUp {
    font-size: 18px;
}
.btn-default {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #cacaca));
    background: -moz-linear-gradient(top, #fcfcfc 5%, #cacaca 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 5%, #cacaca 100%);
    background: -o-linear-gradient(top, #fcfcfc 5%, #cacaca 100%);
    background: -ms-linear-gradient(top, #fcfcfc 5%, #cacaca 100%);
    background: linear-gradient(to bottom, #fcfcfc 5%, #cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#cacaca',GradientType=0);
    background-color: #fcfcfc;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 34px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}
.btn-default:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cacaca), color-stop(1, #fcfcfc));
    background: -moz-linear-gradient(top, #cacaca 5%, #fcfcfc 100%);
    background: -webkit-linear-gradient(top, #cacaca 5%, #fcfcfc 100%);
    background: -o-linear-gradient(top, #cacaca 5%, #fcfcfc 100%);
    background: -ms-linear-gradient(top, #cacaca 5%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #cacaca 5%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#fcfcfc',GradientType=0);
    background-color: #cacaca;
}
.btn-default:active {
    position: relative;
    top: 1px;
}

/* Liens */
a {
	text-decoration: none;
    color: #363636;
}
a:link {
	text-decoration: none;
    color: #363636;
}
a:visited {
	text-decoration: none;
	color: #363636;
}
a:hover {
	text-decoration: none;
	color: #969696;
}
a:active {
	text-decoration: none;
	color: #969696;
}

/* Tables */
table.Center {
    margin-left: auto;
    margin-right: auto;
}
table.Right {
    margin-left: auto;
    margin-right: 0;
}
td.Top {
    vertical-align: top;
}
td.TopRight {
    vertical-align: top;
    text-align: right;
}
td.Bottom {
    vertical-align: bottom;
}
td.Right {
    text-align: right;
}
td.BottomRight {
    vertical-align: bottom;
    text-align: right;
}
td.Center {
    text-align: center;
}

/* Divers */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.Clear {
    float: none;
    clear: both;
}
div.Centered {
    margin-left: auto;
    margin-right: auto;
}
div.Right {
    margin-left: auto;
    margin-right: 0;
}
div.TextCentered {
    text-align: center;
}
div.TextRight {
    text-align: right;
}

div.Contact {
    color: #363636;
}
div.Bordered {
    width: 310px;
    background-color: #f7f7f7;
    padding: 10px;
}
.QuestionText {
    min-width: 300px;
    max-width: 910px;
    margin-right: 10px;
}
.countdown {
    background-color: #ddd;
    width: 70px;
    height: 30px;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 10px;
    margin: 5px 5px 0 0;
    text-align: center;
    font-family: 'Courier New', monospace;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.countdown-warn {
    background-color: #f57e22;
    color: #fff;
}
.countdown span {
    vertical-align: middle;
}
div.warning {
    background-color: #f57e22;
    position: fixed;
    top: 0;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border-radius: 10px;
    margin: 5px 5px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}
.AnswerWrapper {
    display: inline-flex;
}
.AnswerBox {

}
.AnswerInfo {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 5px;
    color: #666;
    font-style: italic;
}
.ControlWrapper {
    display: inline-flex;
}
.Control {

}
.ControlInfo {
    font-size: 14px;
    line-height: 20px;
    align-self: center;
    padding-left: 15px;
    color: #666;
    font-style: italic;
}

@media screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
    #header { height: 55px; padding-top: 10px; padding-bottom: 10px; }
    #content {
        width: 600px;
        padding: 10px;
    }
    #logo { width: 175px; margin: 10px 0 0 10px; }
    #logo img { height: 35px; }
    h1 { font-size: 22px; line-height: 28px; text-transform: uppercase; }
    .TxtAnswerMultiline {
        width: 500px;
        font-size: 14px;
        padding: 2px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {

    #header { height: 55px; padding-top: 10px; padding-bottom: 10px; }
    #logo { width: 175px; margin: 10px 0 0 15px; }
    #logo img { height: 35px; }

}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

    #logo { width: 250px; margin: 15px 0 0 100px; }

}