@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    background: url(../img/final.jpg) fixed;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px;
	background-color: #eaeaea;	
	
	color: #000;
}

/* css personnalisation MDM */

.header {
	width:100% !important;
	max-width:100% !important;
	background-color:#fff;
	margin-bottom:10px;
}
main > .container {
	border:solid 2px #ec1a31; 
}
.footer > .container {
	background-color:transparent; 
	margin-top:0;
}
progressBar {
	width:100%;
	max-width:100%;
}
progressBar > .container {
    text-align: center;
    margin-top:15px;
    margin-bottom:15px;
	background-color:transparent; 
}
progressBar > .pre-header {
    font-size: 30px;
    font-weight:bold;
}
progressBar > .container > .progress {
    margin: auto;
    width:50%;
}


.btnGoogle {
    font-size: 17px;
    /* font-family: "Metropolis-Regular", Arial,Helvetica, sans-serif; */
    font-weight: normal;
    border-color:#ec1a31;
    background-color: #ec1a31;
    color: #ffffff;
	border-radius: 25px;
}
.btnGoogle:hover {
    font-size: 17px;
    /* font-family: "Metropolis-Regular", Arial,Helvetica, sans-serif; */
    font-weight: normal;
    color:#ffffff ;
    border-color:#ec1a31;
    background-color: #ec1a31;
}

.btnSuite {
    font-size: 18px;
    /* font-family: "Metropolis-Regular", Arial,Helvetica, sans-serif; */
    font-weight: normal;
    border-color:#ec1a31;
    background-color: #ec1a31;
    color: #ffffff;
}
.btnSuite:hover {
    font-size: 18px;
    /* font-family: "Metropolis-Regular", Arial,Helvetica, sans-serif; */
    font-weight: normal;
    color:#ffffff ;
    border-color:#ec1a31;
    background-color: #ec1a31;
}


label.error {
    float: none;
    color: #ff2e2e;
    padding-top: 2px;
    font-weight: normal;
}

.progress {
    height: 10px;
    border: 0px;
    background-color: #FFFFFF;
}

.progress-bar {
    background-color:#e223294d !important;
}

.card {
    max-width: 700px !important;
    margin: 40px auto 40px auto;
	border: none;
}

.card-header {
    background-color: rgba(255, 255, 255, 1);
    border: none;
}
.card-body {
    background-color: rgba(255, 255, 255, 1);
    padding: 1rem 1rem;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(255, 255, 255, 1);
    border: none;
}


.blockQuest{
	margin-bottom:15px;
}
.question {
	font-size:16px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 20px;
}
.aide {
	font-weight: normal; 
	font-style: italic; 
	font-size:12px;
}
.typePage {
	font-weight:normal;
	font-size:18px;
}