@charset "UTF-8"; 

/*
CSS global
*/

body{
    background-color:#ecf0f1;
    height: 100%;
    margin-top: -25px;
}

html, body{
    padding: 0;
    margin: 0;
    margin-top: -15px;
}

.col-md-4{
    padding: 0;
}

hr{
    width: 100%;
}

h1{
    text-align: center;
}

h2{
    text-align: center;
    color: #ffffff;
}

/*
Gallerie Photo
*/

img{
    position: relative;
    margin-top: 30px;
    right: -25px;
    margin-block-end: 40px;
}

.hov{
    position: absolute;
    top: 30px;
    left: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 250px;
    width: 350px;
    text-align: center;
    color: #ffffff; 
}


.content{
    margin-top: 20%; 
    transform: translateY(-100px);
    transition-duration: 0,5s; 
}

.content_hover{
    margin-top: 20%;
    transform: translateY(0);
    transition-duration: 0,5s;
}

/*
HEADER
*/
.header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 70px;
    line-height: 70px;
    background-color:rgba(0, 0, 0, 0);
    position: fixed;
    top: 0; 
    z-index: 999;
}

.header .header-logo{
    color: #000000;
    font-family:'Montserrat', sans-serif;
    float: left;
    margin-left: 30px;
}

.header .header-menu {
    float: right;
    margin-right: 30px ;
}

.header .header-menu a {
    margin-right: 15px;
    color: #000000;
}

.header .header-menu a:hover {
    color: #7f8c8d; 
}


/*
Footer
*/
.pied{
    background-color: #130E0A;
    bottom: 0;
    height: auto;
}

.piedtexte{
    color: #808080;
    font-family:'Montserrat', sans-serif;
    margin-left: 30px;
    padding-top: auto;
    padding-left: auto;
    font-family: 'Titillium Web', sans-serif;
}