/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-weight: normal;
    font-size: 100%;
    font-family: Calibri, Arial;
    background: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

.Question {
    font-family: Raleway;
    font-size: 4vh;
	text-transform:uppercase;
    font-weight: bold;
}

.RDV {
    font-family: Raleway;
    font-size: 2.88vh;
    font-weight: bold;
}
.ASuivre {
    font-family: Raleway;
    font-size: 2.08vh;
    font-weight: bold;
}

@media screen and (orientation: landscape) and (max-width: 782px) {
	.Question {
		font-family: Raleway;
		font-size: 8vh;
		text-transform:uppercase;
		font-weight: bold;
	}

	.RDV {
		font-family: Raleway;
		font-size: 5vh;
		font-weight: bold;
	}
	.ASuivre {
		font-family: Raleway;
		font-size: 3.5vh;
		font-weight: bold;
	}
}