/* == global */
html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: auto;
}

/* == font */
h1,
h4,
h3 b {
    font-weight: 700;
}

.section-header h1 span {
    font-weight: 400;
}

.section-header p {
    font-style: italic;
}

.section-header p {
    font-size: 22px!important;
}

.section-header h2 {
    font-size: 21px!important;
}

.section-2 p,
.section-3 {
    font-size: 16px!important;
}

/* == color : #3dcfb2; #272c2e; #353a3b; #3b4042; */
header p,
.section-1-1 h3 b,
.section-1-2 h3 b,
h4 {
    color: #3dcfb2;
}

h1,
h2,
.section-1-1 h3,
.section-1-2 h3,
.section-2 p,
footer {
    color: #ffffff;
}

.section-3 h3 {
    color: #353a3b;
}

.section-1-2 {
    background: #000000;
}

.section-1-1,
.section-2 {
    background: #272c2e;
}

.section-3 {
    background: #cccccc;
}

.section-header,
.section-footer {
    background: #3b4042;
}

/* == positionnement vertical */
.section-header {
    min-height: 520px;
}

.section-header h1 {
    margin-top: 100px;
}

.section-header h2 {
    margin-bottom: 50px;
}

.section-1-1 h3,
.section-1-2 h3 {
    margin: 47px 0;
}

.section-2,
.section-3 {
    padding: 100px 0;
}

.section-3 .logo-neocom {
    padding: 30px 0 50px 0;
}

.section-3 p {
    margin-bottom: 25px!important;
}

/* == header */
.section-header {
    position: relative;
}

.section-header:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #272c2e;
    opacity: .5;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}

header {
    position: relative;
    z-index: 100;
}

.logo {
    margin-top: 30px;
}

.section-header p {
    margin-top: 12px;
    text-decoration: underline;
}

/* == .section-1-1 */
.section-1-1 .sva {
  padding-top: 10px;
}

/* == .section-2 */
.section-2 h4,
.section-2 p {
    padding-left: 80px;
}

.article div:nth-child(1),
.article div:nth-child(2),
.article div:nth-child(3) {
    margin-bottom: 50px;
}

.visuel {
    padding-top: 50px;
}

/* == footer */
.section-footer p {
    margin: 45px 0;
}

.section-footer .sva {
    padding-right: 5px;
}

.logo-neocom-footer {
    padding: 0 3px;
}
