body{
  margin: 0;
  font-family: helvetica;
  background-image: url("img/fondriso.jpg");
  background-attachment:fixed;
  background-size: cover;
}

title{
  display: none
}

.entête{
  top:0;
  width: 100%;
  text-align: center;
  z-index: 2;
  margin-top: calc(50vh - 40px);
}

.blochaut{
height: 500px;
display: block;
}

img{
  object-fit: contain;
  width: 100%;
}


h1{
  font-family: manofa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  color: #192F78;
  margin:0;
}

h2{
  font-family: manofa,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color:#192F78;
}
h3{
  font-family: manofa,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color:#192F78;
}

p{
  font-family: arpona, serif;
  font-weight: 400;
  font-style: normal;
  color:#192F78;
}

.flex-container{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 5vh;
  z-index: 100;
}

.contenu{
  background-color: #E4F2FE;
  flex: 1 1 300px;
  margin: 1%;
  padding: 1%;
  height:100%;

}

.footer{
  width: 100%;
  height: 100px;
}
.CV{
  font-family: manofa,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color:#192F78;
  text-align: center;
  padding-top: 10px;
}
.CV a{
text-decoration: none;
  color:#192F78;
 }
.CV a:hover{
  color: pink;
}
.contact{
  display: flex;
  flex-wrap: wrap;
  margin-top:2%;
  height:50px;
}
.insta{
  flex: 1 1 300px;
  text-align: center;
  margin-left: 3%;
  margin-right: 5%;
  font-family: arpona, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color:#192F78;
}
.fin{
  height: 40%;
  margin-top: 5%
}
.programme{
  font-family: arpona, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color:#192F78;
  text-align:center;
  weight:100%;
  }
