/* Général */
body { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 24px; 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: 100px; background-color: #F7F7F7; padding-top: 15px; padding-bottom: 15px; display:block; }
#content { width: 1080px; padding: 20px; margin: auto; }
#footer { padding: 35px 0 0 0; font-size: 12px; color: #BBB; }
#audio-player { position: fixed; top: 0; right: 0; margin: 38px 50px 0 0; z-index: 500; }
#logo { width: 250px; margin: 25px 0 0 150px; padding: 0; }
#logo img { height: 50px; border:0; }

/*************************
* Styles de 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;
}
.TxtAnswer {
    width: 700px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
    padding: 4px;
}
.TxtAnswerMultiline {
    width: 700px;
    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;
}

a.Audio {
	text-decoration: none;
    color: #363636;
    font-size: 18px;
}
a:link.Audio {
	text-decoration: none;
    color: #363636;
    font-size: 18px;
}
a:visited.Audio {
	text-decoration: none;
	color: #363636;
	font-size: 18px;
}
a:hover.Audio {
	text-decoration: none;
	color: #969696;
	font-size: 18px;
}
a:active.Audio {
	text-decoration: none;
	color: #969696;
	font-size: 18px;
}

/*************************
* 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;
}
div.QuestionText {
    background-color: #ddd;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}
div.QuestionSticky {
    position: sticky;
    top: 10px;
}

@media screen and (max-width: 767.98px) {

    body {
        font-size: 14px;
        line-height: 21px;
    }

    #header { height: 90px; padding-top: 10px; padding-bottom: 10px; }
    #logo { width: 175px; margin: 27px 0 0 10px; }
    #logo img { height: 35px; }
    #audio-player { margin: 28px 10px 0 0; }

    #content {
        width: 600px;
        padding: 10px;
    }

    h1 { font-size: 22px; line-height: 28px; text-transform: uppercase; }
    .QuestionText {
        font-size: 14px;
        line-height: 21px;
    }
    .TxtAnswer {
        width: 500px;
        font-size: 14px;
        padding: 2px;
    }
    .TxtAnswerMultiline {
        width: 500px;
        font-size: 14px;
        padding: 2px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

    #header { height: 90px; padding-top: 10px; padding-bottom: 10px; }
    #logo { width: 175px; margin: 27px 0 0 50px; }
    #logo img { height: 35px; }
    #audio-player { margin: 28px 50px 0 0; }

    #content {
        width: 700px;
        padding: 10px;
    }

    .QuestionText {
        font-size: 14px;
        line-height: 21px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {

    #header { height: 90px; padding-top: 10px; padding-bottom: 10px; }
    #logo { width: 175px; margin: 27px 0 0 50px; }
    #logo img { height: 35px; }
    #audio-player { margin: 28px 50px 0 0; }

    #content {
        width: 900px;
        padding: 10px;
    }

    .QuestionText {
        font-size: 14px;
        line-height: 21px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

    #logo { width: 250px; margin: 25px 0 0 100px; }
    #logo img { height: 50px; }

}