.s2 {
    background: url('../img/s2/bg.jpg') no-repeat;
    background-size: cover;
}

.s2 div {
    box-sizing: border-box;
}

.s2 > h1 {
}

.s2 > h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.s2 .row {
    height: 80%;
    margin-top: 30px;
}

.s2 .row > .left {
    height: 80%;
}

.s2 .tablet {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/s2/fond.png') no-repeat;
    background-size: 100%;
}

.s2 .nav {
    position: absolute;
    top: 13%;
    bottom: 82.8%;
    left: 10.4%;
    right: 10.5%;
    cursor: pointer;
    font-size: 0;
}

.s2 .tuto-on {
    border: 2px solid red;
    border-radius: 8px;
}

.s2 .leftPanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 34.2%;
    z-index: 2;
}

.s2 .rightPanel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 65.8%;
    z-index: 2;
}

.s2 .nav a {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 16.66%;
    height: 100%;
}

.s2 .inside {
    background-color: #d3d3d3;
    position: absolute;
    top: 17.2%;
    bottom: 6%;
    left: 10.4%;
    right: 10.5%;
    overflow: hidden;
}

.s2 .tuto3 + .popover {
    width: 200px;
}

.s2 .inside img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.s2 .row > .right {
    height: 80%;
    position: relative;
}

.s2 .wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.s2 .desc {
    position: relative;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: white;
    display: none;
}

.s2 .desc blockquote {
    margin-bottom: 0;
}

.s2 .desc.current {
    display: block;
}

.s2 .tuto3 {
    position: absolute;
    top: 50%;
    right: 0;
    height: 50px;
}

.s2 .tuto4 {
    position: absolute;
    top: 0;
    right: -150px;
}

.s2 .i1 {
    left: 0;
}

.s2 .inside img.i2 {
    left: 100%;
}