h1 {
    color:#21234B;
    font-weight: bold;
    padding-bottom: 20px;
}

h2 {
    color:#21234B;
    text-transform: none;
    font-size: 20px;
    padding-bottom:30px;
}

#s4m a:link, #s4m a:visited {
    color:#005a6f;
    text-decoration: none;
}

h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 40px;
    padding: 10px 0px 0px 0px;
    letter-spacing: 10px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0;
}


h5 {
    padding-left:0%;
    font-size: 1.4em;
    text-transform: uppercase;
}

h6 {
    padding-left:0%;
    font-size:0.83em;
}


.title h4 {
    color: transparent;
    -webkit-text-stroke: 2px #21234B;
    text-stroke: 2px #21234B;
    opacity: 0.3;
    padding: 0%;
    margin: 0% 0% 0% -2%;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 17px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -54%);
    font-family: Oswald;
}

#s4m  {
    font-style: italic;
    color:inherit;
    text-decoration: none;
}

.kpi {
    font-weight: bold;
}



#global {
    background-color: #faf9f7;
    position:absolute;
    width:100%;
    height: 100%;
    overflow: hidden;
}

#container {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position:absolute;
    right: 65px;
    top: 50%;
    transform: translate(0%, -50%);  
    z-index: 1;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 3% 0px 0px 0%;
}

#container-publi {
    height: 90%;
    width: 100%;
    overflow-y: scroll;
    position:absolute;
    padding: 0% 0px 0px 26%;
    box-sizing: border-box;
}


#container-lead {
    width:100%;
    height:100%;
    top: 100%;
    position:absolute;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 1% 5% 0px 5%;
}

.dataAnalyse {
    max-width: 100%;
    padding-bottom: 2%;
}


#content {

}

#forme1 {
    position:absolute;
    top:-10px;
    right:-10px;
    transform: scale(0.5);
    transform-origin: top right;
}

#forme2 {
    position:absolute;
    bottom:-10px;
    left: -10px;
    transform: scale(0.7);
    transform-origin: bottom left;
}







#smartphone-container {
    position: fixed;
    height: 88%;
    max-width: 21%;
    z-index: 20;
    left: 2%;
    top: 50%;
    transform: translate(0%, -50%);
}

#smartphone {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}


#video-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 77%;
    overflow: hidden;
}

#video-container video {
    max-width: 100%;
    max-height: 100%;

}


.video
{
    position: absolute;
    left: 50%;
    transition-duration: 1s;
    top:50%;
    transform: translate(60%, -50%);
}

#video1 {
    transform: translate(-50%, -50%);
}


#player {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.0);
    opacity: 1;
    transition-duration: 0.5s;
}

#player:hover {
    transition-duration: 0.3s;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1 !important;
}

#button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
}

#button img {
    max-width: 100%;
}

.title {
    padding: 5% 0% 0% 0%;
    height: 24%;
    position: relative;
}







.description {
    height: 45%;
    width: 93%;
    margin-bottom:7%;
    position: relative;
   
    background-color:white;
}




.description:last-child {
    margin-bottom: 20%;
}

#pub1 {
   /* margin: 7% 0% 15% 0%;*/
    
}

.description p {
    /*padding: 0% 4% 2% 5%;*/

}

.italic {
    font-style: italic;

}

.date {
    font-style: italic;
    color: #a3a2a2;
    font-weight: 200;
    font-size: 14px;
}

/*
#next {
    height: 13%;
    width: 93%;
    margin-bottom:2%;
    position: relative;
    background-color:white;
    text-align: center;
}


#next-container {

    align-items: center;
}

#next-container p {
    margin: 0;
}*/


