body {
    margin: 0;
    background-color: black;
}

.horloge {
    width: 375px;
	height: 427px;
	background: url(../assets/img/portfolio/portfolio-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
    margin-top: 200px;
}

#fix {
    position: absolute;
    top: 48%;
}

#ss{
    font-family: sans-serif;
}

h2{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    text-align: center;
    color: white;
}

.clock{
    display: flex;
}

.clock div{
    margin: 5px;
    position:relative;
}

.clock span{
    width: 100px;
    height: 80px;
    background-color: slateblue;
    opacity: .8;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.clock .text{
    height: 30px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: darkblue;
    opacity: 0.8;
}

.clock #ampm{
    bottom: 0;
    position: absolute;
    width: 40px;
    height: 30px;
    font-size: 20px;
    background:green;
}

    