/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

#center, #center_part_2_full, #contenuhome{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color: #242424
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    color: #000;
    background: none;
    padding: 0px;
    float: none;
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.u-no-break {
    white-space: nowrap
}

.u-break-mobile {
    display: inline
}

@media screen and (max-width:640px) {
    .u-break-mobile {
        display: block
    }
    body,
    html {
        overflow-y: scroll;
    }
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: inherit
}

.main figure,
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6,
.main p {
    margin: 0
}

.maion p {
    opacity: .6
}

main {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fefefe;
    box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, .5)
}

main,
section {
    overflow: hidden
}

section {
    width: 100%;
    height: auto;
    position: relative
}

.btn {
    height: 30px;
    border-radius: 40px;
    padding: 0 36px;
    border: 1px solid #242424;
    transition: color .5s, background-color .8s;
    color: #242424;
    background-color: #fff
}

.btn:hover {
    color: #f8f8f8;
    background-color: #242424
}

.close-btn {
    width: 24px;
    height: 24px;
    transition: opacity .5s
}

.close-btn:after,
.close-btn:before {
    content: "";
    width: 34px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #e5e5e5;
    cursor: pointer
}

.close-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.close-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hotspot {
    position: absolute;
    opacity: 0
}

.hotspot__ellipse {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50%;
    position: relative
}

.hotspot__ellipse:after,
.hotspot__ellipse:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8)
}

.hotspot__ellipse:before {
    width: 6px;
    height: 1px
}

.hotspot__ellipse:after {
    width: 1px;
    height: 6px;
    transition: opacity .3s
}

.hotspot__pulse {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer
}

.hotspot__line {
    position: absolute;
    visibility: hidden
}

.hotspot__line.horiz {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/hotspot/dot-horiz.png");
    background-repeat: no-repeat;
    background-size: 3px 1px;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: repeat-x;
    height: 1px
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .hotspot__line.horiz {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/hotspot/dot-horiz@2x.png");
        background-size: 3px 1px;
        background-position: 50%
    }
}

.hotspot__line.vert {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/hotspot/dot-vert.png");
    background-repeat: no-repeat;
    background-size: 1px 3px;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: repeat-y;
    width: 1px
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .hotspot__line.vert {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/hotspot/dot-vert@2x.png");
        background-size: 1px 3px;
        background-position: 50%
    }
}

.hotspot__text {
    position: absolute;
    text-align: left
}

.hotspot__title {
    margin-bottom: 8px
}

.hotspot__desc,
.hotspot__title {
    visibility: hidden
}

.hotspot.open .hotspot__ellipse:after {
    opacity: 0
}

.hotspot__desc,
.hotspot__line,
.hotspot__title {
    pointer-events: none
}

@media screen and (max-width:640px) {
    .hotspot__ellipse {
        display: none
    }
    .hotspot__pulse {
        width: 10px;
        height: 10px;
        border-color: #939598
    }
    .hotspot__desc,
    .hotspot__line,
    .hotspot__title {
        visibility: visible
    }
}

.play-button,
.preloader {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .5s;
    pointer-events: none
}

.preloader {
    -webkit-animation: .7s linear 0s infinite spinAnim;
    animation: .7s linear 0s infinite spinAnim
}

@-webkit-keyframes spinAnim {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes spinAnim {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.fr .btn {
    padding: 0 20px
}

.fr_ca .btn {
    padding: 0 12px
}

.es .btn,
.es_mx .btn,
.ru .btn {
    padding: 0 32px
}

.da .features__hotspot--1 .hotspot__text {
    width: 160px;
    top: 96px
}

.da .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.da .features__hotspot--3 .hotspot__text {
    width: 140px;
    left: -260px
}

.da .features__hotspot--3 .hotspot__line.vert {
    height: 68px
}

.nl .features__hotspot--1 .hotspot__text {
    width: 160px;
    top: 96px
}

.nl .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.nl .features__hotspot--2 .hotspot__text {
    top: 81px
}

.nl .features__hotspot--3 .hotspot__text {
    width: 165px;
    left: -283px
}

.nl .features__hotspot--3 .hotspot__line.vert {
    height: 51px
}

.fi .features__hotspot--1 .hotspot__text {
    width: 160px;
    top: 96px
}

.fi .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.fi .features__hotspot--2 .hotspot__text {
    top: 83px
}

.fi .features__hotspot--4 .hotspot__line.vert {
    height: 128px
}

.fr .features__hotspot--1 .hotspot__text {
    width: 160px;
    top: 96px
}

.fr .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.fr .features__hotspot--2 .hotspot__text {
    top: 81px
}

.fr .features__hotspot--3 .hotspot__text {
    width: 153px;
    left: -270px
}

.fr .features__hotspot--3 .hotspot__line.vert {
    height: 86px
}

.fr_ca .features__hotspot--1 .hotspot__text {
    top: 53px
}

.fr_ca .features__hotspot--2 .hotspot__text {
    width: 177px;
    top: 71px
}

.fr_ca .features__hotspot--3 .hotspot__line.vert {
    height: 75px
}

.fr_ca .features__hotspot--4 .hotspot__text {
    width: 175px;
    top: 92px
}

.de .features__hotspot--1 .hotspot__text {
    width: 170px;
    top: 96px
}

.de .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.de .features__hotspot--2 .hotspot__text {
    top: 82px
}

.de .features__hotspot--3 .hotspot__text {
    width: 170px;
    left: -290px
}

.de .features__hotspot--3 .hotspot__line.vert {
    height: 62px
}

.de .features__hotspot--4 .hotspot__text {
    width: 170px
}

.de .features__hotspot--4 .hotspot__line.vert {
    height: 128px
}

.en .features__hotspot--2 .hotspot__text {
    top: 82px
}

.it .features__hotspot--1 .hotspot__text {
    width: 170px;
    top: 96px
}

.it .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.it .features__hotspot--2 .hotspot__text {
    width: 190px;
    top: 71px
}

.it .features__hotspot--3 .hotspot__text {
    width: 175px;
    left: -293px
}

.it .features__hotspot--3 .hotspot__line.vert {
    height: 51px
}

.nor .features__hotspot--1 .hotspot__text {
    width: 170px;
    top: 100px
}

.nor .features__hotspot--1 .hotspot__line.vert {
    height: 134px
}

.nor .features__hotspot--2 .hotspot__text {
    top: 83px
}

.pl .features__hotspot--1 .hotspot__text {
    width: 170px
}

.pl .features__hotspot--2 .hotspot__text {
    top: 83px
}

.pl .features__hotspot--3 .hotspot__line.vert {
    height: 75px
}

.ru .features__hotspot--1 .hotspot__text {
    width: 175px;
    top: 96px
}

.ru .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.ru .features__hotspot--2 .hotspot__text {
    width: 215px;
    top: 70px
}

.ru .features__hotspot--3 .hotspot__text {
    width: 170px;
    left: -289px
}

.ru .features__hotspot--3 .hotspot__line.vert {
    height: 75px
}

.ru .features__hotspot--4 .hotspot__text {
    top: 84px
}

.ru .features__hotspot--4 .hotspot__line.vert {
    height: 152px
}

.es .features__hotspot--1 .hotspot__text {
    width: 170px;
    top: 96px
}

.es .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.es .features__hotspot--2 .hotspot__text {
    top: 82px;
    width: 220px
}

.es .features__hotspot--3 .hotspot__text {
    width: 170px;
    left: -288px
}

.es .features__hotspot--3 .hotspot__line.vert {
    height: 63px
}

.es_mx .features__hotspot--1 .hotspot__text {
    width: 170px;
    top: 96px
}

.es_mx .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.es_mx .features__hotspot--2 .hotspot__text {
    top: 71px
}

.es_mx .features__hotspot--3 .hotspot__text {
    width: 170px;
    left: -288px
}

.es_mx .features__hotspot--3 .hotspot__line.vert {
    height: 63px
}

.se .features__hotspot--1 .hotspot__text {
    width: 190px;
    top: 109px
}

.se .features__hotspot--1 .hotspot__line.vert {
    height: 141px
}

.se .features__hotspot--2 .hotspot__text {
    width: 170px;
    top: 83px
}

.se .features__hotspot--3 .hotspot__line.vert {
    height: 63px
}

.se .features__hotspot--4 .hotspot__line.vert {
    height: 128px
}

@media screen and (max-width:640px) {
    .da .features__hotspot--1 .hotspot__text {
        top: 62px
    }
    .da .features__hotspot--1 .hotspot__line.vert {
        height: 112px
    }
    .da .features__hotspot--3 .hotspot__text {
        left: -120px
    }
    .da .features__hotspot--3 .hotspot__line.vert {
        height: 198px
    }
    .nl .features__hotspot--1 .hotspot__text {
        width: 160px;
        top: 52px
    }
    .nl .features__hotspot--1 .hotspot__line.vert {
        height: 104px
    }
    .nl .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .nl .features__hotspot--3 .hotspot__line.vert {
        height: 198px
    }
    .nl .features__hotspot--3 .hotspot__text {
        left: -144px
    }
    .en .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .fi .features__hotspot--1 .hotspot__text {
        width: 160px;
        top: 52px
    }
    .fi .features__hotspot--1 .hotspot__line.vert {
        height: 104px
    }
    .fi .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .fi .features__hotspot--3 .hotspot__line.vert {
        height: 198px
    }
    .fi .features__hotspot--4 .hotspot__line.vert {
        height: 141px
    }
    .fr .features__hotspot--1 .hotspot__text {
        top: 60px
    }
    .fr .features__hotspot--1 .hotspot__line.vert {
        height: 111px
    }
    .fr .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .fr .features__hotspot--3 .hotspot__text {
        width: 155px;
        left: -135px;
        top: -225px
    }
    .fr .features__hotspot--3 .hotspot__line.vert {
        height: 220px
    }
    .fr_ca .features__hotspot--1 .hotspot__line.vert {
        height: 116px
    }
    .fr_ca .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .fr_ca .features__hotspot--3 .hotspot__text {
        top: -215px
    }
    .fr_ca .features__hotspot--3 .hotspot__line.vert {
        height: 212px
    }
    .fr_ca .features__hotspot--4 .hotspot__text {
        top: 122px;
        left: -139px
    }
    .fr_ca .features__hotspot--4 .hotspot__line.vert {
        height: 171px
    }
    .de .features__hotspot--1 .hotspot__text {
        width: 160px;
        top: 60px
    }
    .de .features__hotspot--1 .hotspot__line.vert {
        height: 125px
    }
    .de .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .de .features__hotspot--3 .hotspot__line.vert {
        height: 198px
    }
    .de .features__hotspot--3 .hotspot__text {
        left: -150px
    }
    .de .features__hotspot--4 .hotspot__text {
        left: -134px
    }
    .de .features__hotspot--4 .hotspot__line.vert {
        height: 141px
    }
    .it .features__hotspot--1 .hotspot__text {
        width: 170px;
        top: 63px
    }
    .it .features__hotspot--1 .hotspot__line.vert {
        height: 113px
    }
    .it .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .it .features__hotspot--3 .hotspot__text {
        left: -155px
    }
    .it .features__hotspot--3 .hotspot__line.vert {
        height: 200px
    }
    .nor .features__hotspot--1 .hotspot__text {
        width: 170px;
        top: 63px
    }
    .nor .features__hotspot--1 .hotspot__line.vert {
        height: 103px
    }
    .nor .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .pl .features__hotspot--1 .hotspot__text {
        width: 170px;
        top: 52px
    }
    .pl .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .pl .features__hotspot--3 .hotspot__line.vert {
        height: 200px
    }
    .ru .features__hotspot--1 .hotspot__text {
        top: 60px
    }
    .ru .features__hotspot--1 .hotspot__line.vert {
        height: 110px
    }
    .ru .features__hotspot--2 .hotspot__text {
        width: 213px;
        top: -205px
    }
    .ru .features__hotspot--3 .hotspot__text {
        width: 225px;
        left: -205px;
        top: -213px
    }
    .ru .features__hotspot--3 .hotspot__line.vert {
        height: 208px
    }
    .ru .features__hotspot--4 .hotspot__text {
        top: 108px
    }
    .ru .features__hotspot--4 .hotspot__line.vert {
        height: 180px
    }
    .es .features__hotspot--1 .hotspot__text {
        top: 63px
    }
    .es .features__hotspot--1 .hotspot__line.vert {
        height: 112px
    }
    .es .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .es .features__hotspot--3 .hotspot__text {
        width: 166px;
        left: -147px
    }
    .es .features__hotspot--3 .hotspot__line.vert {
        height: 200px
    }
    .es_mx .features__hotspot--1 .hotspot__text {
        top: 63px
    }
    .es_mx .features__hotspot--1 .hotspot__line.vert {
        height: 112px
    }
    .es_mx .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .es_mx .features__hotspot--3 .hotspot__text {
        width: 166px;
        left: -147px
    }
    .es_mx .features__hotspot--3 .hotspot__line.vert {
        height: 200px
    }
    .se .features__hotspot--1 .hotspot__text {
        top: 74px
    }
    .se .features__hotspot--1 .hotspot__line.vert {
        height: 111px
    }
    .se .features__hotspot--2 .hotspot__text {
        top: -205px
    }
    .se .features__hotspot--3 .hotspot__line.vert {
        height: 200px
    }
    .se .features__hotspot--4 .hotspot__line.vert {
        height: 141px
    }
}

.da .history p {
    max-width: 590px
}

.fr_ca .history__hotspot--1 .hotspot__text {
    top: 50px
}

.fr_ca .history p {
    max-width: 600px
}

.ru .history__hotspot--2 .hotspot__text {
    top: 51px
}

.ru .history__hotspot--3 .hotspot__text {
    width: 150px;
    top: 63px
}

.es .history__hotspot--1 .hotspot__text {
    top: 50px
}

.se .history__hotspot--2 .hotspot__text {
    top: 74px
}

.se .history__hotspot--3 .hotspot__text {
    top: 63px
}

@media screen and (max-width:640px) {
    .da .history__hotspot--1 .hotspot__text {
        left: 92px
    }
    .da .history__hotspot--2 .hotspot__text {
        top: -37px;
        left: -188px
    }
    .da .history__hotspot--2 .hotspot__line.horiz {
        width: 190px
    }
    .nl .history__hotspot--1 .hotspot__text {
        left: 69px
    }
    .nl .history__hotspot--2 .hotspot__text {
        top: -37px;
        left: -210px
    }
    .nl .history__hotspot--2 .hotspot__line.horiz {
        width: 211px
    }
    .fi .history__hotspot--1 .hotspot__text {
        left: 98px
    }
    .fi .history__hotspot--2 .hotspot__text {
        top: -37px;
        left: -195px
    }
    .fi .history__hotspot--2 .hotspot__line.horiz {
        width: 196px
    }
    .fr .history__hotspot--1 .hotspot__text {
        left: 76px
    }
    .fr .history__hotspot--2 .hotspot__text {
        left: -195px
    }
    .fr .history__hotspot--2 .hotspot__line.horiz {
        width: 196px
    }
    .fr .history__hotspot--3 .hotspot__text {
        left: 112px
    }
    .fr_ca .history__hotspot--1 .hotspot__text {
        top: -64px;
        left: 103px
    }
    .fr_ca .history__hotspot--3 .hotspot__text {
        left: 111px
    }
    .de .history__hotspot--1 .hotspot__text {
        left: 80px
    }
    .de .history__hotspot--3 .hotspot__text {
        left: 98px
    }
    .it .history__hotspot--1 .hotspot__text {
        left: 71px
    }
    .it .history__hotspot--2 .hotspot__text {
        left: -195px
    }
    .it .history__hotspot--2 .hotspot__line.horiz {
        width: 196px
    }
    .it .history__hotspot--3 .hotspot__text {
        left: 112px
    }
    .nor .history__hotspot--1 .hotspot__text {
        left: 90px
    }
    .nor .history__hotspot--2 .hotspot__text {
        top: -37px;
        left: -194px
    }
    .nor .history__hotspot--2 .hotspot__line.horiz {
        width: 196px
    }
    .nor .history__hotspot--3 .hotspot__text {
        left: 111px
    }
    .pl .history__hotspot--1 .hotspot__text {
        left: 77px
    }
    .pl .history__hotspot--3 .hotspot__text {
        left: 113px
    }
    .ru .history__hotspot--1 .hotspot__text {
        left: 73px
    }
    .ru .history__hotspot--2 .hotspot__text {
        left: -185px;
        top: -50px
    }
    .ru .history__hotspot--2 .hotspot__line.horiz {
        width: 186px
    }
    .ru .history__hotspot--3 .hotspot__text {
        width: 105px;
        top: -76px;
        left: 90px
    }
    .es .history__hotspot--1 .hotspot__text {
        top: -64px;
        left: 103px
    }
    .es .history__hotspot--2 .hotspot__text {
        left: -195px
    }
    .es .history__hotspot--2 .hotspot__line.horiz {
        width: 196px
    }
    .es .history__hotspot--3 .hotspot__text {
        left: 113px
    }
    .es_mx .history__hotspot--1 .hotspot__text {
        left: 73px
    }
    .es_mx .history__hotspot--2 .hotspot__text {
        left: -195px
    }
    .es_mx .history__hotspot--2 .hotspot__line.horiz {
        width: 196px
    }
    .es_mx .history__hotspot--3 .hotspot__text {
        left: 113px
    }
    .se .history__hotspot--1 .hotspot__text {
        left: 101px;
        top: -48px
    }
    .se .history__hotspot--2 .hotspot__text {
        top: -22px;
        left: -195px
    }
    .se .history__hotspot--2 .hotspot__line.horiz {
        width: 196px
    }
    .se .history__hotspot--3 .hotspot__text {
        left: 92px;
        top: -51px
    }
}

.nor .intro__text {
    max-width: 540px
}

.es .story__text {
    padding: 83px 46px
}

.fr .story__text {
    padding: 83px 35px
}

@media screen and (max-width:640px) {
    .es .story__text,
    .fr .story__text {
        padding: 64px 33px
    }
}

.es_mx .swap__details {
    max-width: 275px
}

.de .technologies__item--sweat p {
    max-width: 220px
}

.es .technologies__item--battery p {
    max-width: 232px
}

.fi .technologies__item--sweat p,
.fr_ca .technologies__item--battery p,
.fr_ca .technologies__item--sweat p {
    max-width: 240px
}

@media screen and (max-width:640px) {
    .de .technologies__item--sweat p,
    .es .technologies__item--battery p,
    .fi .technologies__item--sweat p,
    .fr_ca .technologies__item--battery p,
    .fr_ca .technologies__item--sweat p {
        max-width: none
    }
}

.da .twist__text {
    max-width: 290px
}

.fr .twist__text {
    max-width: 304px
}

@media screen and (max-width:640px) {
    .da .twist__text,
    .fr .twist__text {
        max-width: none
    }
}

.connect {
    background-color: #101112;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px 16px;
    color: #fff;
    text-align: center
}

.connect__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px
}

.connect h4 {
    margin-bottom: 24px
}

.connect p {
    max-width: 320px
}

.connect__image {
    width: 100%;
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/connect/connect_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

.connect__image:after {
    content: "";
    display: block;
    padding-bottom: 66.625%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .connect__image {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/connect/connect_image@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.connect__badges {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.connect__badge {
    width: 108px;
    height: 32px
}

.connect__badge--ios {
    margin-right: 15px
}

@media screen and (max-width:640px) {
    .connect {
        padding: 32px 32px 64px
    }
    .connect__image {
        width: 690px
    }
}

.features {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 85px
}

.features h3 {
    margin-bottom: 25px
}

.features__image {
    width: 100%;
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/features/features_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%;
    margin-bottom: 45px;
    position: relative
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .features__image {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/features/features_image@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.features__image:after {
    content: "";
    display: block;
    padding-bottom: 66.6875%
}

.features__hotspot--1 .hotspot__line.horiz {
    width: 90px;
    left: 8px;
    top: 8px;
    -webkit-transform: translateX(-100%) scaleX(-1);
    -ms-transform: translateX(-100%) scaleX(-1);
    transform: translateX(-100%) scaleX(-1)
}

.features__hotspot--1 .hotspot__line.vert {
    height: 120px;
    top: 7px;
    left: -85px
}

.features__hotspot--1 .hotspot__text {
    left: -74px;
    top: 74px;
    width: 120px
}

.features__hotspot--2 .hotspot__line.vert {
    height: 140px;
    top: 8px;
    left: 8px
}

.features__hotspot--2 .hotspot__text {
    width: 210px;
    left: 18px;
    top: 94px
}

.features__hotspot--3 .hotspot__line.horiz {
    width: 115px;
    left: 8px;
    top: 8px;
    -webkit-transform: translateX(-100%) scaleX(-1);
    -ms-transform: translateX(-100%) scaleX(-1);
    transform: translateX(-100%) scaleX(-1)
}

.features__hotspot--3 .hotspot__line.vert {
    height: 51px;
    top: 6px;
    left: -109px
}

.features__hotspot--3 .hotspot__text {
    width: 160px;
    top: 6px;
    left: -275px;
    text-align: right
}

.features__hotspot--4 .hotspot__line.horiz {
    width: 92px;
    left: 8px;
    top: 8px;
    -webkit-transform: translateX(-100%) scaleX(-1);
    -ms-transform: translateX(-100%) scaleX(-1);
    transform: translateX(-100%) scaleX(-1)
}

.features__hotspot--4 .hotspot__line.vert {
    height: 140px;
    top: 6px;
    left: -86px
}

.features__hotspot--4 .hotspot__text {
    width: 160px;
    top: 93px;
    left: -76px
}

.features__hotspot .hotspot__desc {
    opacity: .6
}

@media screen and (max-width:640px) {
    .features {
        padding-top: 65px
    }
    .features h3 {
        margin-bottom: 210px
    }
    .features__image {
        width: 380px;
        margin-bottom: 180px
    }
    .features__hotspot--1 .hotspot__line.horiz {
        width: 28px;
        top: 0;
        left: -6px
    }
    .features__hotspot--1 .hotspot__line.vert {
        height: 103px;
        top: 2px;
        left: -32px
    }
    .features__hotspot--1 .hotspot__text {
        width: 160px;
        left: -21px;
        top: 63px
    }
    .features__hotspot--2 .hotspot__line.horiz {
        width: 40px;
        top: 0;
        left: -45px
    }
    .features__hotspot--2 .hotspot__line.vert {
        height: 205px;
        top: -1px;
        left: -44px;
        -webkit-transform: translateY(-100%) scaleY(-1);
        -ms-transform: translateY(-100%) scaleY(-1);
        transform: translateY(-100%) scaleY(-1)
    }
    .features__hotspot--2 .hotspot__text {
        width: 173px;
        left: -32px;
        top: -205px
    }
    .features__hotspot--3 .hotspot__line.horiz {
        width: 27px;
        top: -1px;
        left: 7px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .features__hotspot--3 .hotspot__line.vert {
        height: 198px;
        top: -2px;
        left: 31px;
        -webkit-transform: translateY(-100%) scaleY(-1);
        -ms-transform: translateY(-100%) scaleY(-1);
        transform: translateY(-100%) scaleY(-1)
    }
    .features__hotspot--3 .hotspot__text {
        width: 155px;
        top: -203px;
        left: -135px
    }
    .features__hotspot--4 .hotspot__line.horiz {
        width: 43px;
        left: 5px;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .features__hotspot--4 .hotspot__line.vert {
        height: 155px;
        top: 3px;
        left: 46px
    }
    .features__hotspot--4 .hotspot__text {
        width: 160px;
        top: 104px;
        left: -125px;
        text-align: right
    }
}

.gallery__slider {
    margin: 0;
    padding: 0;
    width: 900%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.gallery__slider li {
    list-style-type: none
}

.gallery__slide {
    width: 100%
}

.gallery__slide:after {
    content: "";
    display: block;
    padding-bottom: 53%
}

.gallery__slide--1 {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .gallery__slide--1 {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-1@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.gallery__slide--2 {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .gallery__slide--2 {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-2@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.gallery__slide--3 {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .gallery__slide--3 {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-3@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.gallery__slide--4 {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .gallery__slide--4 {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-4@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.gallery__slide--5 {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .gallery__slide--5 {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-5@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.gallery__slide--6 {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .gallery__slide--6 {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-6@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.gallery__slide--7 {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .gallery__slide--7 {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-7@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.gallery__slide--8 {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .gallery__slide--8 {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/gallery/slide-8@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.gallery__pagi {
    width: 100%;
    position: absolute;
    bottom: 15px;
    display: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery__pagi span {
    width: 10px;
    height: 10px;
    background-color: #4f4f4f;
    border: 1px solid #f8f8f8;
    border-radius: 50%;
    margin: 0 7px;
    transition: background-color .3s
}

.gallery__pagi span.active {
    background-color: #f8f8f8
}

@media screen and (max-width:640px) {
    .gallery__slide:after {
        content: "";
        display: block;
        padding-bottom: 59.375%
    }
    .gallery__pagi {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/header/header_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%;
    cursor: pointer
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .header {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/header/header_bg@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.header__ratio:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.header__video {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s
}

.header__container {
    pointer-events: none
}

.header__container,
.header__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.header__close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0;
    transition: opacity .5s
}

.header__button,
.header__preloader {
    opacity: 0
}

.header__logo {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 60px;
    top: 0;
    background-color: #f8f8f8
}

.header__logo-graphic {
    width: 52px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header__text {
    width: 278px;
    position: absolute;
    top: 135px;
    left: 54%;
    text-align: center;
    transition: color .2s
}

.header__text h5 {
    margin-bottom: 12px
}

.header__text h2 {
    margin-bottom: 16px
}

.header.loading .header__close-btn,
.header.loading .header__preloader,
.header.playing .header__close-btn,
.header.playing .header__video,
.header.playing.paused .header__button {
    opacity: 1
}

@media screen and (max-width:640px) {
    .header {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/header/header_bg_mob.jpg");
        background-size: cover
    }
    .header__ratio:after {
        content: "";
        display: block;
        padding-bottom: 150%
    }
    .header__text {
        width: 345px;
        top: auto;
        bottom: 34.5%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
    .header__logo {
        left: 32px
    }
    .header__video {
        display: none
    }
}

.history {
    padding: 55px 40px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.history h5 {
    margin-bottom: 32px
}

.history__image-container {
    width: 85%;
    max-width: 640px;
    position: relative
}

.history__image-container-ratio:after {
    content: "";
    display: block;
    padding-bottom: 44.75%
}

.history__image {
    position: absolute
}

.history__image--reflecting {
    width: 17%;
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_reflecting.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%;
    top: 7.682%;
    left: 77.97%
}

.history__image--reflecting:after {
    content: "";
    display: block;
    padding-bottom: 74.54545454545455%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .history__image--reflecting {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_reflecting@2x.png");
        background-size: cover;
        background-position: 50%
    }
}

.history__image--waveguide {
    width: 34%;
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_waveguide.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%;
    top: 11.87%;
    left: 52.5%
}

.history__image--waveguide:after {
    content: "";
    display: block;
    padding-bottom: 46.81818181818182%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .history__image--waveguide {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_waveguide@2x.png");
        background-size: cover;
        background-position: 50%
    }
}

.history__image--noise-cancelling {
    width: 19%;
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_noise_cancelling.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%;
    top: 5.238%;
    left: 42.19%
}

.history__image--noise-cancelling:after {
    content: "";
    display: block;
    padding-bottom: 144.2622950819672%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .history__image--noise-cancelling {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_noise_cancelling@2x.png");
        background-size: cover;
        background-position: 50%
    }
}

.history__image--soundwear {
    width: 42%;
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_soundwear.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%;
    top: 17.45%;
    left: 0
}

.history__image--soundwear:after {
    content: "";
    display: block;
    padding-bottom: 80.29739776951673%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .history__image--soundwear {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_soundwear@2x.png");
        background-size: cover;
        background-position: 50%
    }
}

.history p {
    width: 100%;
    max-width: 576px
}

.history p:first-of-type {
    margin-bottom: 10px
}

.history__hotspot .hotspot__text {
    width: 110px;
    opacity: .6
}

.history__hotspot--1 .hotspot__line.horiz {
    display: none
}

.history__hotspot--1 .hotspot__line.vert {
    height: 95px;
    left: 8px;
    top: 8px
}

.history__hotspot--1 .hotspot__text {
    left: 18px;
    top: 62px
}

.history__hotspot--2 .hotspot__line.horiz {
    display: none
}

.history__hotspot--2 .hotspot__line.vert {
    height: 95px;
    left: 8px;
    top: 8px
}

.history__hotspot--2 .hotspot__text {
    left: 18px;
    top: 62px
}

.history__hotspot--3 .hotspot__line.horiz {
    width: 32px;
    left: 8px;
    top: 8px
}

.history__hotspot--3 .hotspot__line.vert {
    height: 95px;
    top: 8px;
    left: 41px
}

.history__hotspot--3 .hotspot__text {
    left: 50px;
    top: 50px
}

@media screen and (max-width:640px) {
    .history {
        padding: 64px 32px;
        text-align: left;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .history__image-container {
        width: 100%;
        max-width: 480px;
        -ms-flex-item-align: center;
        align-self: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px
    }
    .history__image-container-ratio {
        display: none
    }
    .history__image {
        position: relative;
        top: auto;
        left: auto
    }
    .history__image--reflecting {
        width: 42%;
        width: 108px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: -7%;
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_reflecting@2x.png");
        margin-bottom: 11.72%
    }
    .history__image--waveguide {
        width: 85%;
        width: 218px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: -6%;
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_waveguide@2x.png");
        margin-bottom: 11.72%
    }
    .history__image--noise-cancelling {
        width: 48%;
        width: 123px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: -7%;
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_noise_cancelling_mob.png");
        margin-bottom: 10%
    }
    .history__image--noise-cancelling:after {
        content: "";
        display: block;
        padding-bottom: 130.7377049180328%
    }
    .history__image--soundwear {
        width: 102%;
        width: 262px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/history/history_soundwear_mob.png")
    }
    .history__image--soundwear:after {
        content: "";
        display: block;
        padding-bottom: 64.49814126394052%
    }
    .history__hotspot--1 .hotspot__line.horiz {
        width: 175px;
        top: 0;
        left: 5px;
        display: block
    }
    .history__hotspot--1 .hotspot__line.vert {
        display: none
    }
    .history__hotspot--1 .hotspot__text {
        left: 92px;
        top: -54px
    }
    .history__hotspot--2 .hotspot__line.horiz {
        width: 170px;
        -webkit-transform: translateX(-100%) scaleX(-1);
        -ms-transform: translateX(-100%) scaleX(-1);
        transform: translateX(-100%) scaleX(-1);
        top: 16px;
        left: 1px;
        display: block
    }
    .history__hotspot--2 .hotspot__line.vert {
        height: 9px;
        top: 5px;
        left: 0
    }
    .history__hotspot--2 .hotspot__text {
        width: 85px;
        top: -50px;
        left: -169px
    }
    .history__hotspot--3 .hotspot__line.horiz {
        width: 175px;
        top: 0;
        left: 5px
    }
    .history__hotspot--3 .hotspot__line.vert {
        display: none
    }
    .history__hotspot--3 .hotspot__text {
        left: 100px;
        top: -66px
    }
}

.intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 40px 0
}

.intro__text {
    width: 100%;
    max-width: 520px;
    text-align: center
}

.intro__text h1 {
    margin-bottom: 24px
}

.intro__video {
    width: 705px;
    height: auto
}

@media screen and (max-width:640px) {
    .intro {
        padding: 20px 28px 60px
    }
    .intro__video {
        width: 165%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .intro__text {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left
    }
}

.merchandising {
    height: 455px
}

.merchandising__container {
    max-width: 280px;
    position: absolute;
    top: 140px;
    left: 40px;
    right: 56.25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.merchandising__container h5 {
    margin-bottom: 12px
}

.merchandising__container h2 {
    margin-bottom: 16px
}

.merchandising__container h6 {
    margin-bottom: 25px
}

.merchandising__container h2,
.merchandising__container h5,
.merchandising__container h6 {
    max-width: 100%
}

.merchandising__image {
    width: 50%;
    position: absolute;
    right: 0;
    top: 63px;
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/merchandising/merchandising_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

.merchandising__image:after {
    content: "";
    display: block;
    padding-bottom: 84.18367346938776%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .merchandising__image {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/merchandising/merchandising_image@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.merchandising__logo {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 60px;
    bottom: 0;
    background-color: #242424
}

.merchandising__logo-graphic {
    width: 52px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:640px) {
    .merchandising {
        height: auto;
        padding: 70px 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .merchandising__container,
    .merchandising__image {
        position: static
    }
    .merchandising__container {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
    .merchandising__image {
        width: 305px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin: 56px -20px 70px 0
    }
}

.story {
    padding: 0 65px
}

.story__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e4e4e4
}

.story__image,
.story__text {
    width: 50%
}

.story__image {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/story/story_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .story__image {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/story/story_image@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.story__text {
    padding: 83px 36px
}

.story__text h5 {
    margin-bottom: 24px
}

.story__text h5,
.story__text p {
    max-width: 100%
}

@media screen and (max-width:640px) {
    .story {
        padding: 0
    }
    .story__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .story__image {
        width: 100%;
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/story/story_image_mob.jpg")
    }
    .story__image:after {
        content: "";
        display: block;
        padding-bottom: 89.84375%
    }
    .story__text {
        width: 100%;
        padding: 64px 33px
    }
    .story__text h5 {
        margin-bottom: 18px
    }
}

.surround {
    padding: 64px 40px 50px;
    text-align: center
}

.surround h3,
.surround p {
    width: 100%;
    margin: 0 auto
}

.surround h3 {
    margin-bottom: 35px;
    max-width: 550px
}

.surround p {
    max-width: 545px
}

@media screen and (max-width:640px) {
    .surround {
        padding: 64px 32px 40px;
        text-align: left
    }
    .surround h3 {
        margin-bottom: 18px
    }
}

.swap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 40px 60px 10px
}

.swap__video {
    width: 100%;
    max-width: 406px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 58%;
    flex: 1 0 58%
}

.swap__video:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.swap__details {
    width: 100%;
    max-width: 294px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swap__details h4:nth-child(2) {
    margin-bottom: 24px
}

.swap__details p {
    margin-bottom: 12px
}

.swap__colors-cta-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swap__colors-cta-container p {
    margin-bottom: 0
}

.swap__colors {
    margin: 0 10px 10px 0
}

.swap__colors span {
    display: block
}

.swap__cta {
    margin-bottom: 10px
}

.swap__mobile-colors {
    display: none
}

.swap__color {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    background-size: cover
}

.swap__color--blue {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/swap/blue.png")
}

.swap__color--plum {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/swap/plum.png");
    margin: 0 4px
}

.swap__color--grey {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/swap/grey.png")
}

@media screen and (max-width:640px) {
    .swap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 32px 64px
    }
    .swap__video {
        width: 140%;
        max-width: none;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
    .swap__colors {
        display: none
    }
    .swap__mobile-colors {
        display: block;
        width: 75px;
        height: 18px;
        margin-bottom: 15px
    }
    .swap__details {
        display: block
    }
    .swap__details p {
        margin-bottom: 24px
    }
}

.technologies {
    background-color: #e5e5e5;
    padding: 54px 78px 15px
}

.technologies__grid {
    width: 100%;
    max-width: 594px;
    float: right
}

.technologies__row {
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.technologies__item,
.technologies__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.technologies__item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.technologies__item .top {
    min-height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.technologies__item .top svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.technologies__item p {
    opacity: 1
}

.technologies__item--battery .top,
.technologies__item--battery p {
    max-width: 210px
}

.technologies__item--battery svg {
    width: 30px;
    height: 30px;
    margin-right: 28px
}

.technologies__item--vibration .top,
.technologies__item--vibration p {
    max-width: 240px
}

.technologies__item--vibration svg {
    width: 31px;
    height: 23px;
    margin-right: 28px
}

.technologies__item--sweat .top,
.technologies__item--sweat p {
    max-width: 210px
}

.technologies__item--sweat svg {
    width: 28px;
    height: 40px;
    margin: 0 34px 0 4px
}

.technologies__item--bluetooth svg {
    width: 19px;
    height: 35px;
    margin: 0 32px 0 4px
}

@media screen and (max-width:640px) {
    .technologies {
        padding: 56px 32px
    }
    .technologies__grid {
        max-width: none;
        float: none
    }
    .technologies__row {
        display: block
    }
    .technologies__item p {
        max-width: none
    }
    .technologies__item--bluetooth {
        margin-bottom: 0
    }
    .technologies__item--bluetooth .top {
        max-width: 220px
    }
}

.testimonial {
    cursor: pointer
}

.testimonial__ratio:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.testimonial__poster,
.testimonial__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.testimonial__poster {
    background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/testimonial/video_poster.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50%;
    transition: opacity .5s;
    pointer-events: none
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx),
(min-resolution:192dpi) {
    .testimonial__poster {
        background-image: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/images/testimonial/video_poster@2x.jpg");
        background-size: cover;
        background-position: 50%
    }
}

.testimonial__close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0
}

.testimonial.playing .testimonial__button,
.testimonial.playing .testimonial__poster,
.testimonial__preloader {
    opacity: 0
}

.testimonial.loading .testimonial__preloader,
.testimonial.playing.paused .testimonial__button,
.testimonial.playing .testimonial__close-btn {
    opacity: 1
}

.testimonial.loading .testimonial__button {
    opacity: 0
}

.twist {
    padding: 100px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.twist__text {
    width: 100%;
    max-width: 300px
}

.twist__text h4:nth-child(2) {
    margin-bottom: 24px
}

.twist__video {
    width: 100%;
    max-width: 310px
}

.twist__video:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

@media screen and (max-width:640px) {
    .twist {
        padding: 64px 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .twist__video {
        width: 170%;
        max-width: 470px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .twist__text {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: none
    }
}

@font-face {
    font-family: Gotham-Bold;
    src: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Bold/Gotham-Bold.eot");
    src: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham-Book;
    src: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Book/Gotham-Book.eot");
    src: url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("/content/static/bcom/evenements/2018/09_bose-soundwear/public/fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg");
    font-weight: 400;
    font-style: normal
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
    font-family: Gotham-Bold, sans-serif;
    font-weight: 400
}

.main h1 {
    font-size: 40px;
    letter-spacing: -1px
}

.main h2 {
    font-size: 29px;
    letter-spacing: -1.5px
}

.main h3 {
    text-transform: uppercase;
    letter-spacing: 4px
}

.main h3,
.main h4 {
    font-size: 24px
}

.main h5,
.main h6 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.main p {
    font-family: Gotham-Book, sans-serif;
    font-size: 10px;
    line-height: 1.5
}

.main .btn {
    font-size: 11px;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.main .btn,
.hotspot__title {
    font-family: Gotham-Bold, sans-serif
}

.hotspot__title {
    font-size: 10px;
    line-height: 1
}

.hotspot__desc {
    font-size: 9px;
    line-height: 1.4
}

.hotspot.features__hotspot .hotspot__title,
.hotspot__desc {
    font-family: Gotham-Book, sans-serif
}

.header__container h2,
.header__container h5,
.header__container h6,
.merchandising__container h2,
.merchandising__container h5,
.merchandising__container h6 {
    line-height: 1
}

.header__container h5,
.merchandising__container h5 {
    font-size: 10px
}

.header__container h6,
.merchandising__container h6 {
    font-size: 8px
}

.technologies__item h6 {
    font-family: Gotham-Book, sans-serif;
    font-size: 10px;
    line-height: 1.3
}

.technologies__item p {
    font-family: Gotham-Book, sans-serif;
    font-size: 9px;
    line-height: 1.5
}

.swap h4,
.twist h4 {
    letter-spacing: -1px
}

@media screen and (max-width:640px) {
    .main h1 {
        font-size: 25px;
        letter-spacing: -1px
    }
    .main h3,
    .main h5,
    .main h6 {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 2px
    }
    .main h3 {
        letter-spacing: 3px
    }
    .main p {
        font-size: 12px
    }
}