body {
	background-color: #F8f8f8;
}

#main-bloc {
	width: 1400px;
	max-width: 100%;
	height: auto;	
	margin: 0 auto;
	background-color: white;
}

.image-center {
	text-align: center;
	margin-bottom: auto;
	margin-top: auto;
}

#header-img img {
	max-width: 100%;
}

p,a,li,strong,h1,h2,h3,h4,h5 {
	    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    	font-weight: 400;
}

.row {
	margin: 0 auto;
	padding-bottom: 2%; 
	max-width: 100%;
}

.row h2 {
	border-bottom: 2px solid #47798C;
}

#first-row h1 {
	text-align: center;
	color: #47798C;
	margin-bottom: 1%;
	font-size: 25px;
	margin-top: 70px;

}


#first-row h2 {
color: #000000;
font-size: 30px;
margin-top: 100px;
border-bottom: 2px solid #47798C;

}

#first-row {
	margin-top: 20px;
}

#first-row img {
	text-align: center;
	margin-bottom: auto;
	margin-top: auto;
	width: 100%;
}


#third-row {
	margin-top: 4%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: left;
}

#third-row img {
	max-width: 100%;
}

.resizing {
	height: 300px;
	width: 300px;
}


#fourth-row {
	margin-top: 4%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

p {
	
	font-size: 1rem;
}

h3 {
	font-size: 27px;	
}

h4 {
	font-size: 20px;
}

h5 {
	text-align: center;
	font-size: 20px;
}

#mini-text {
	font-size: 10px;
}

hr {
	width: auto;
	height: 2px;
	border-radius: 50%
	color :lightgrey;
}

strong {
	color: #374F53;
}

li{
	font-size: 1rem; 
}

.no-padd {
	padding: 0;
}

.header {
  text-align: center; 
  width: 1400px;
  max-width: 100%;
  background-color: #47798C;
  top: 0;
  z-index: 1;
  height: auto;
  box-shadow: 0px 0px 10px #999;
  position: fixed;
  

}

#myHeader h1 {
	color: #47798C;
	font-size: 2rem;
	max-width: 100%;
}


iframe {
	max-width: 100%;
}

table{
  border-collapse: collapse
}

td{
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

thead {
	background-color: grey;
}

a {
	color: #84A7BD;
}

a:hover {
	color: #374F53;
}

footer {
	margin-top: 10px;
}

.card-img-top {
	max-width: 100%
	height: 300px;
} 


.internal-nav {
	font-size: 95%;
	text-align: center;
	margin-top: 10px;
}

.internal-nav a {
	color: #FF8C00;
}

.btn-primary {
	background-color: #FFAA53!important;
    border-color: #FFAA53!important;
    max-width: 100%;
}

.btn-primary a {
	background-color: white;
}

.btn-primary:hover {
	background-color: white;
    border-color: white;
}

.btn-primary a:hover {
	background-color: #FFAA53;
}


.navbar {
	background-color: #47798C!important;
}

.card-img-top {
	height: 300px;
}