@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/opensanscondensed_light_macroman/OpenSans-CondLight-webfont.woff') format('woff');
}
html, body {
    margin: 0;
    padding: 0;
    background: #F4F4F4;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: right;
}

li a {
    display: block;
    text-align: center;
    color: #323612;
    font-family: 'Open Sans Condensed';
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    padding: 12px 30px;
    text-decoration: none;
}

li a:hover {
    background-color: #f3f9ce;
}

main {
    background: linear-gradient(to bottom, transparent, 65%, #F4F4F4), 
    url("Compans.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    height:100%;
    padding:100px;
}

section {
    width:700px;
    background-color: white;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
    margin:50px 50px;
    padding:20px 45px;
    float: left;
}
#s1 {
    margin-top:800px;
}

#s2 {
    background:linear-gradient(to right, #FFF 40%, rgba(255, 255, 255, 0.91) 53.23%, rgba(255, 255, 255, 0.00) 75%),
    url(chat.jpg);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top:0px;
    float:right;
}

#s3 {
    background:linear-gradient(to right, #FFF 40%, rgba(255, 255, 255, 0.91) 53.23%, rgba(255, 255, 255, 0.00) 75%),
    url(arbres.png);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top:100px;
    float:left;
}

#s4 {
    background:linear-gradient(to right, #FFF 40%, rgba(255, 255, 255, 0.91) 53.23%, rgba(255, 255, 255, 0.00) 75%),
    url(code.png);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top:100px;
    float:right;
}

p {
    width:350px;
    color: #323612;
    font-family: 'Open Sans Condensed';
    font-size:20px;
    font-style: normal;
    display: inline-block;
}

#img1 {
    float:right;
    width:200px;
    height:auto;
    border-radius: 200px; 
}

.image {
    padding:0px;
    margin:30px 20px;
    width:auto;
    display: inline-block;
}

#img2 {
    width:700px;
}

#img3 {
    height:550px;
}

#img4 {
    width:220px;
}

#img5 {
    width:330px;
}

#inktober {
    margin:15px;
    float:left;
}

#droite {
    float:right;
    width:35%;

}

#gauche {
    float:left;
    width:45%;
}

#légende {
    width:200px;
    height:190px;
    padding-top:60px;
    padding-left:30px;
    color: #000000;
    font-family: 'Open Sans Condensed';
    font-size: 25px;
    font-style: normal;
    text-align:center;
}

#vidéo {
    width:500;
    height:300;
    padding:0px;
    margin-top: 10px;
    margin-bottom:150px;
    margin-left:50px;
    margin-right:50px;
    float:right;

}