nav{
	background-color: #6ba0cc;
	text-align: center;
	/*6ba0cc - 0870a3 - 044471*/
}
h1, h2, h3, h4{
	color: #044471;
}
h3{
    font-size: 2em;
}
h4{
    font-size: 1.5em;
}
body {
    font-family: sans-serif;
}
.nav-center a {
    color: #ffffff;
    text-decoration: underline;
    margin: 0 15px;
    font-weight: bold;
    transition: color 0.2s;
}
.nav-center a:hover{
    color: #0870a3;
    text-decoration: underline;
}
@media (max-width: 600px) {
    .nav-center {
    justify-content: center;
    margin: 10px 0;
    }
}
.navbar{
    text-align: center;
    padding-top: 0.5px;
    padding-bottom: 12px;
    border-radius: 16px;
}
.navbar h3{
    font-size: 1.5em;
}
.footer {
      background-color: #aaaaaa;
      color: white;
      text-align: center;
      padding: 15px 0;
      font-size: 14px;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
strong{
    color: #0870a3;
}
li{
    list-style-type: none;
}
li::before {
    content: "• ";
    color: #0870a3;
    
}
.moyens_contact ul li::before {
    content: none;
}
.head img{
     width:100px;
     border-radius:50%;
}
.lien_subtile{
    color: #0870a3;
}
.lien_subtile:hover {
    color: #6ba0cc;
}
.Projets img{
    width: 170 px;
    height: 170px;
}





article a{
    border: solid 1px #ffffff;
    border-radius: 5px;
    text-decoration: none;
    background-color: #999999;
    color: #ffffff;
}
.blog {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.blog > article {
  margin: 10px;
  padding: 20px;
  width: 33.33%;
  text-align: center;
}
article{
    border: solid 1px #8d8d8d;
    border-radius: 30px;
    box-shadow: 3px 3px;
    overflow: hidden;
    width: 200px;
    height: auto;
}
article img{
    object-fit: cover;
    margin-bottom: 25px;
}

.nav-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.nav-center a{
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    margin: 10px;
    padding: 10px;
    border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    border-radius: 5px;
}
.nav-center a :hover{
    opacity: 50%;
}
.head{
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.head img{
    width: 125px;
}
.head_txt{
    margin-left: 25px;
    font-size: 60px;
    margin-bottom: none;
    color: #044471;
    font-weight: bold;
}
.header h2{
    text-align: center;
    font-size: 45px;
}
main{
    margin-left: 25%;
}