* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body,
html {
    margin:0;
    padding:0;
    width: 1920px;
    height: 1080px;
    font-family: Roboto;
    font-size: 12px;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    position: absolute;
}
.content {
    width: 1920px;
    height: 1080px;
    position: relative;
}

#pubs {
    position: absolute;
    right: -370px;
    top:100px;
    opacity: 0;
}
#pubs h1 {
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color:#ffffff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
#pubs h1 span {
    font-size: 18px;
    font-weight: 700;
    color:#ffb400;
}
#pubs.montre {
    opacity: 1;
    right:0;
}
#pubs,
#pubs.montre {
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.carousel {
    width: 320px;
    height: 84px;
    overflow-x: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.carousel-inner {
    height: 100%;
    display: flex;
    transition: all ease .5s;
}
.carousel-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}