body{
    background-color: #000000;
    background-image: url(img/bg_body.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: "Sofia", sans-serif;
    
}

img.coding{
    height: 15%;
    width: 15%;
    margin-left: 40%;
}

img.pied{
    width: 100%;
    border-radius: 30px;
    padding-top: 15px;
}

h1{
    color: lightgrey;
    font-size: 50px;
    margin-left: 40%;
}

h2{
    color: lightgrey;
}

h3{
    color: lightgrey;
    margin: 5px;
}


ul.sommaire{
    color: lightgrey;
    padding: 8px;
}

nav.menu ul li.btn{
    list-style-type: none;
    display: inline-block;
}

nav.menu ul li.btn a{
    color: lightgrey;
    background-color: darkblue;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
}

nav.menu ul li.btn:hover a{
    color: darkblue;
    background-color: lightgrey;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    transition: 0.3s all;
}

div#description{
    display: flex;
}

div#description div{
    display: inline-block;
    width: 48%;
    padding: 15px;
}

div#description div.leftBox{
    background-color: rgb(128,128,128, 0.4);
    vertical-align: top;
    border-radius: 30px;
    margin:15px

}

div#description div h1, p,iframe{
    margin: 35px;
}

div#description div.rightBox{
    background: rgba(0, 0, 139, 0.3);
    border-radius: 30px;
    margin:15px
    
}

div#description div.rightBox p{
    color: lightgrey;
    
}

div#description div h2{
    margin: 35px;
    
}

div#description div.content{
    display: flex;
    width: 99%;
    padding: 15px;
    margin: 8px;
}

div.content img{
    width: 5em;
}

p.papote{ 
    color: white;
    text-align: justify;
    font-size: 1.25em;
}

p.age{
    color: white;
    font-size: 1.25em ;
}

p.phone{
    color: white;
    font-size: 1.25em;
}

p.localisation{
    color: white;
    font-size: 1.25em;
}

a.mail{
    font-size: 1.25em;
    text-decoration: none;
    color: white;   
}

