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.comp{
    height: 15%;
    width: 15%;
    margin-left: 40%;
}


/* ================ Header ================ */

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;
}


img.coding{
    height: 15%;
    width: 15%;
    margin-left: 40%;
}

/*================== Div ==================*/

div#description div{
    display: inline-block;
    width: 48%;
}


div.container img.fr_icon{
    width: 9.25em;
}

div.container img.uk_icon{
    width: 9.25em;
}

div.container div.text p.anglais{
    margin-left: -50%;
}


div#description div.container{
    display: flex;
    width: 100%;
    padding: 10px;
}

img.pied{
    width: 100%;
    border-radius: 30px;
    padding-top: 15px;
}

div.content img.java_icon{
    border-radius: 25px;
}

h1{
    color: lightgrey;
    font-size: 3.25em;
    margin-left: 40%;
}

h2{
    color: lightgrey;
    font-size: 2.25em;
}

h3{
    color: lightgrey;
    margin: 2em;
}

div#description div.leftBox div.content{
    display: flex;
}

div#description{
    display: flex;
}

div#description div{
    display: inline-block;
    padding: 15px;
}

div#description div.leftBox{
    background-color: rgb(128,128,128, 0.6);
    width: 48%;
    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.5);
    border-radius: 30px;    
    margin: 15px;
}

div#description div.rightBox p{
    color: lightgrey;
    
}

div#description div h2{
    margin: 35px;
    
}

div#description div.content div.bottom{
    display: inline;
    width: 99%;
    padding: 15px;
    margin: 8px;
}

div.content img{
    width: 5em;
}

p{
    color: lightgrey;
    font-size: 1.25em;
}