/* Homepage */
section#homepage {
    margin-bottom: 5px;
}
section#homepage .row {
    margin-left: 5px;
    margin-right: 5px;
}
section#homepage div.hp-list .cms-bloc-text {
    bottom: inherit;
    transform: translateY(-100%);
    padding: 20px;
    font-size: 20pt;
    line-height: 30px;
}
section#homepage div.hp-list .item  img {
    width: 100%;
}

#smart {
    width: 100%;
    background-color: #453f91;
    position: relative;
}
#smart .layer-text {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 110;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
#smart .layer-video {
    z-index: 105;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}
#smart .layer-video video {
    margin-bottom: -6px;
}
#smart .layer-text h1 {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-size: 54px;
    text-align: center;
    color: #FFFFFF;
    line-height: 54px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
}

#smart .layer-text .btn-smart {
    display: block;

    padding: 17px 20px 10px;
    width: 190px;
    min-height: 46px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 23px;
    margin-left: auto;
    margin-right: auto;
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    opacity: 0.8;
}

#smart .layer-text .btn-smart:hover {
    opacity: 1;
}

#smart .layer-text .btn-scroll {
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
}

#smart .layer-text .btn-scroll:hover {
    opacity: 1;
}

#smart .layer-text .icon-scroll {
    display: block;
    height: 64px;
    width: 64px;
    border: 3px solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

#smart .layer-text .icon-scroll:after {
    content: '▼';
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}


#smart .layer-video *::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

#smart .layer-video *::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

#smart .layer-video *::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

#anchorScrollSmart {
    position: absolute;
}