/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Report';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/Report-Regular.ttf') format('truetype');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
}
body{
	margin: 0;
	padding: 0;
	font-family : Calibri; 
}

h2{
	color: #215076;
	font-family: Report;
}
h3 {
	font-family:  Report, sans-serif;
	color: rgb(34, 84, 134);
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: uppercase;
}
h4 {
	font-size: 18px;
	font-family: Open Sans;
	line-height: 38px;
}
label,a, .label {
	font-family : Open Sans; 
	font-size : 18px; 
}

img {
	max-width: 100%;
}


.logo {
	width: 30%;
	margin: auto;
	padding: 20px;
	float: left;
}

.envoi {
	margin: auto;
	width:150px;
}
.form-group {
	margin-top: 1rem;
}

button.btn-primary {
	width: 150px;
    margin-top: 10px;
    background-color: rgb(143, 194, 176);
    border-color: rgb(143, 194, 176);
    border-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 24px;
    font-weight: 500;
}

.container-thank{
	/*max-width: 1000px;*/
	text-align: center;
	align-content: center;
	margin-top: 20px;
}

.urgence {
	margin-top: 30px;
	margin-bottom: 30px;
	padding:3px; 
	border:5px double #ff6b00; 
	background-color:#ffdbc1;
}


body > div > div.urgence > center > span {
	font-weight: bold;
	font-size: 30px;
}

.rgpd {
	font-size: 12px;
}

body > div > div.rgpd > p:nth-child(2) > a {
	font-size: 12px;
}

body > div > div.rgpd > center {
	font-weight: bold;
	font-size: 20px;
}

.clear {
	clear: both;
}

.text {
	padding: 20px 0;
}

.asterisk {
      color: red;
      }