@font-face {
    font-family: gilroyextrabold;
    src: url(../fonts/gilroy-extrabold-webfont.eot);
    src: url(../fonts/gilroy-extrabold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/gilroy-extrabold-webfont.woff2) format('woff2'),url(../fonts/gilroy-extrabold-webfont.woff) format('woff'),url(../fonts/gilroy-extrabold-webfont.ttf) format('truetype'),url(../fonts/gilroy-extrabold-webfont.svg#gilroyextrabold) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: gilroylight;
    src: url(../fonts/gilroy-light-webfont.eot);
    src: url(../fonts/gilroy-light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/gilroy-light-webfont.woff2) format('woff2'),url(../fonts/gilroy-light-webfont.woff) format('woff'),url(../fonts/gilroy-light-webfont.ttf) format('truetype'),url(../fonts/gilroy-light-webfont.svg#gilroylight) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: source_sans_probold;
    src: url(../fonts/sourcesanspro-bold-webfont.eot);
    src: url(../fonts/sourcesanspro-bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/sourcesanspro-bold-webfont.woff2) format('woff2'),url(../fonts/sourcesanspro-bold-webfont.woff) format('woff'),url(../fonts/sourcesanspro-bold-webfont.ttf) format('truetype'),url(../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold) format('svg');
    font-weight: 400;
    font-style: normal
}

body{
	margin: 0;
	padding: 0;
	font-family : source_sans_proregular, Arial, sans-serif;
	color: #215076; 
	font-size: 18px;
	background-image: url('../images/fond.jpg');
}

h2{
	margin-bottom: 2px;
    
    font-size: 29px;
    line-height: 1.25;
    text-transform: uppercase;
    font-family: gilroyextrabold, Arial, sans-serif;;
    font-weight: 400;
    color: #215076;
	text-align: center;
}
h3 {
	font-family:  'Segoe UI';
	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;
}
.font-bold {
    font-family: source_sans_probold;
    font-weight: 400;
	text-align: center;
}

.subtitle {
    display: block;
    margin-bottom: 25px;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.25;
    font-family: gilroylight, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
	text-align: center;
}
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;
      }