@font-face{
    font-family: "RobotoCondensed";
    src: url('RobotoCondensed_Light.ttf');
}

*{
    font-family: "RobotoCondensed";
    color: white;
}
a:hover{
    color:#212121;
    text-decoration:none;
}
h1{
    color: #212121;
}
html, body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.logo_block{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 20%;
    margin: 0 auto;
}
.logo_home{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 300px;
    height: 65px;
}
#page_1{
    background-image: url(background.svg);
    background-color: #000000;
    width: 100%;
    height: 100%;
    background-position: top center;
    position: relative;
    text-align: center;
}
#nav a:link{
    text-decoration: none;
}
#nav{
    align-content: center;
    text-align: center;
    font-size: large;
}
#nav li{
    align-content: center;
    text-align: center;
    display: inline;
    list-style: none;
    font-size: 22px;
    vertical-align: middle;
    text-decoration: none;
}
#nav a{
    display: inline-block;
    margin: 0 25px;
}
.header{
    width: 100%;
    height: 70px;
    top: 0;
    background-color: #959694;
    position: fixed;
    z-index: 40;
}
.pages{
    height: 100%;
}
.pages > div{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.diaporama
{
    align-content: center;
    padding-top: 30px;
    text-align: center;
    margin-left: 13%;
    margin-right: 13%;
}
.part_2{
    background-color: #455A64;
    background-size: 100%;
    padding-top: 0;
    margin: 0;
}
.presentation{
    text-align: center;
    margin-left: 13%;
    margin-right: 13%;
    align-content: center;
}
.trait_presentation{
    background-color: white;
    height: 3px;
    margin-left: 400px;
    margin-right: 400px;
}
.backer{
    align-content: center;
    text-align: center;
    background-color: #424242;
    margin: 0 auto;
    margin-bottom: 0;
}
.projet{
    align-content: center;
    text-align: center;
    margin-left: 13%;
    margin-right: 13%;
}
#liste_collegues{
    display: inline;
    list-style: none;
    text-align: center;
}
.contact{
    align-content: center;
    text-align: center;
}
.contact > ul{
    margin: 0;
    padding: 0;
}
.slideshow{
    width: 960px;
    height: 540px;
    overflow: hidden;
    border: 3px solid #F2F2F2;
}
.slideshow ul{
    width: 600%;
    height: 540px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.slideshow li {
    float:left;
}
div .slideshow{
    margin: 0 auto;
}
input[type=text],input[type=email], textarea{
    border: 1px solid white;
    background: transparent;
}
.formulaire{
    text-align: center;
}
textarea{
    width: 35%;
    height: 150px;
}
#btn_submit{
    background: transparent;
    border-style: none;
    cursor: pointer;
}
#btn_submit:hover{
    color: #222222;
}
.error_message{
    color: red;
}
.bug{
    color: red;
}
.visite{
    text-align: center;
    margin-left: 13%;
    margin-right: 13%;
}
.projet > ul{
    list-style-type: none;
}
.liste1_projet li:before{
    content: "- ";
}
#liste_captures{
    list-style: none;
    text-align: center;
}
#liste_captures li{
    display: inline-block;
    list-style: none;
    text-align: center;
    margin: 40px;
}
#captures{
    border: 3px solid #F2F2F2;
    text-align: center;
}
#info_projet{
    text-align: center;
}
#start_btn{
    text-align: center;
    margin-top: 10%;
    width: 170px;
    height: 50px;
    color: #5F5F5D;
    font-size: 20px;
    background-color: #E84F1D;
    font-weight: bold;
    border-radius: 20px;
}
.bdd_infos{
    text-align: center;
    margin-left: 13%;
    margin-right: 13%;
}
#capture_table{
    border: 3px solid #F2F2F2;
}
#arduino{
    text-align: center;
}
.captures_app{
    text-align: center;
}
#captures_bis{
    border: 3px solid #9E9E9E;
}
h2{
    text-align: center;
}