
html { 
  background: url(images/BgLogo.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{ 
    color: #91930d }
#bloc_page{
    width: 100%;
    margin: auto;
}
p {
    font-size: 120%;
}

#main_title{
    display:  flex;
    flex-direction: column;
    margin-top: 10%;
}

#logo{
    display: flex;
    justify-content: space-around;
}
.logo1{
    width: 70%;
    min-width: 250px;
}


.social {
    display: flex;
    justify-content: space-around;
    margin: 2% 30% 2% 40%;
    
}

.social img {
    width: 25%;
    min-width: 30px;
}
header p{
    text-align: center;
}
