/* 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; */
	font-family: Open Sans;
	background-color: rgb(143, 194, 176);
}

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;
}

.font-report {
	font-family:  Report, sans-serif;
}

.card-inea {
	cursor:pointer;
	width: 100%;
}
.card-inea:hover .img-btn-inea {
	background-image: url('../images/INEA-site-picto-11.png');
}
.card-inea:hover .card-title {
	color: var(--bs-info);
}

.card-title {
	font-size: 1.9rem;
}

/* md : ≥ 768px */
@media (max-width: 768px) {
    .card-inea {
        width: 30em;
    }
}
/* md : ≥ 768px */
@media (min-width: 768px) {
    .card-inea {
        width: 20rem;
    }
}

/* lg : ≥ 992px */
@media (min-width: 992px) {
    .card-inea {
        width: 100%;
    }
}

.img-btn-inea {
	display: inline-block;
	transition: opacity 0.3s ease;
	background-image: url('../images/INEA-site-picto-23.png');
	background-size: cover;
	width: 35px;
	height: 35px;
}


.envoi {
	margin: auto;
	width:250px;
}
.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;
}

.bg-primary {
	background-color: rgb(143, 194, 176);
}

.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;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}

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

.rgpd {
	font-size: 0.875em;
    color: var(--bs-secondary-color);
}

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;
      }


	  .mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.form-select option:disabled {
    color: #rgb(110, 117, 122)
}


