.header {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.header .text {
    width: 50%;
    background: #FFBB14 url(../../images/bg-pattern/banniere_bg_01.png) no-repeat left center;
    margin-bottom: 60px;
    color: #ff3d78;
    padding: 75px 0 0 80px;
}

.header .text .ariane {
    margin-bottom: 15px;
}

.header .text .ariane ul li {
    display: inline-block;
}

.header .text .ariane ul li,
.header .text .ariane ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.header .text .ariane ul li i {
    font-size: 12px;
    margin: 0px 7px;
}

.header .text .title:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* line-height: 1; remove for menu-mobile*/

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\e931";
    position: absolute;
    font-size: 38px;
    margin-top: -40px;
    margin-left: -50px;
    color: #FFF;
    z-index: 0;
}

.header .text .cutting-line {
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    margin-top: -42px;
    margin-left: -36px;
}

.header .text .cutting-line .square {
    background-color: #FFBB14;
    width: 5px;
    height: 5px;
    margin-left: 28px;
    margin-top: 28px;
}

.header .text span {
    display: block;
    font-weight: bold;
}
.header .text span.main {
    margin-bottom: 10px;
}
.header .text span.product {
    font-size: 52px;
    text-transform: uppercase;
}
.header .text > a {
    display: inline-block;
    border: 2px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 56px;
    height: 56px;
    width: 270px;
    text-align: center;
    margin-top: 50px;
}
.header .text > a:hover {
    background-color: #FFF;
    color: #FFBB14;
}
.header .text > a.example_galery {
    display: none;
}
.header .text .blue-circle {
    background: transparent url(../../icons/etoile_bleu.svg) no-repeat 0 0;
    height: 155px;
    width: 155px;
    margin-top: -150px;
    margin-left: 87%;
}

.header .slideshow {
    display: block;
    width: 50%;
    height: 430px;
    max-height: 430px;
    overflow: hidden;
}
.header .slideshow .next,
.header .slideshow .close,
.header .slideshow .previous {
    display: block;
    color: #000;
    position: absolute;
    margin-top: 215px;
    text-decoration: none;
    background-color: #FFF;
    padding: 5px 10px;
    cursor: pointer;
}
.header .slideshow .close {
    display: none;
    margin-top: 0px;
    right: 0px;
    width: 30px;
    height: 28px;
    padding: 0;
    background: #FFF url(../../icons/close_menu.svg) no-repeat center center;
    background-size: 16px 16px;
}
.header .slideshow .next {
    right: 0px;
    margin-top: 211px;
}
.header .slideshow .next i ,
.header .slideshow .previous i {
    font-size: 18px;
    display: block;
}
.header .slideshow .images {
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
}
.header .slideshow .images img {
    display: inline;
    width: 100%;
    min-width: 100%; /* IE 11 bugfix */
}

.header-buttons {
    margin-left: 85px;
}
.header-buttons a.button {
    display: inline-block;
    line-height: 56px;
    height: 56px;
    color: #770897;
    text-transform: uppercase;
    border: 2px solid #770897;
    padding: 0 35px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background-color: #FFF;
    margin-right: 28px;
}
.header-buttons a.button:hover {
    background-color: #770897;
    color: #FFF;
}

.preparation {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #FFF;
    z-index: 10;
}
.preparation .close-preparation {
    position: absolute;
    top: 20px;
    right: 30px;
    height: 24px;
    background: transparent url(../../icons/close_menu.svg) no-repeat 0 0;
    padding: 0;
    width: 24px;
    cursor: pointer;
}

/* width <= 1380px */
@media (max-width: 1380px) {
    .header .slideshow { width: 60%; }
    .header .text .blue-circle { margin-left: 83%; }
}
/* width <= 1280px */
@media (max-width: 1280px) {
    .header .text { padding: 50px 0 0 60px; }
    .header .slideshow { height: 400px; }
    .header-buttons { margin-top: 20px; }
}
/* width <= 1024px */
@media (max-width: 1024px) {
    .header .text {
        overflow: hidden;
        width: 100%;
        background-position: right center;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .header .text a.product_info {
        margin-right: 20px;
    }
    .header .text a.example_galery {
        display: inline-block;
    }
    .header .text .blue-circle {
        margin: -250px -75px 0 0;
        float: right;
    }
    .header .slideshow {
        display: none;
        position: absolute;
        top: 150px;
        width: 610px;
        left: calc(50% - 305px);
    }
    .header .slideshow .next,
    .header .slideshow .previous {
        margin-top: 200px;
    }
}
/* width <= 768px */
@media (max-width: 768px) {
    .preparation { width: 100%; }
    .header .text .ariane { display: none; }
    .header .text a {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        width: auto;
        padding: 0 20px;
    }
}
/* width <= 620px */
@media (max-width: 620px) {
    .header .text {
        padding-left: 40px;
    }
    .header .text a {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        width: auto;
        padding: 0 10px;
    }
    .header .text a.product_info {
        margin-right: 10px;
    }
    .header .slideshow {
        width: 420px;
        height: 296px;
        left: calc(50% - 210px);
    }
    .header .slideshow .next,
    .header .slideshow .previous {
        margin-top: 140px;
    }
    .header-buttons {
        margin-left: 0px;
        padding-left: 20px;
    }
    .header-buttons a.button {
        border: none;
        border-bottom: 2px solid #770897;
        background-color: transparent;
        padding: 0;
        height: 26px;
        line-height: 26px;
    }
    .header-buttons a.button:hover {
        border: none;
    }
}
/* width <= 425px */
@media (max-width: 425px) {
    .header .text span.product { font-size: 32px; }
    .header .text a {
        margin-top: 10px;
        height: auto;
        font-size: 12px;
        line-height: 16px;
        max-width: 140px;
        padding: 8px;
    }
    .header .text .blue-circle {
        width: 75px;
        height: 75px;
        margin: -180px -37px 0 0;
    }
    .header .slideshow {
        width: 320px;
        height: 226px;
        left: calc(50% - 160px);
    }
    .header .slideshow .next,
    .header .slideshow .previous {
        margin-top: 110px;
    }
    .header-buttons { margin-top: 10px; }
    .header-buttons a.button {
        font-size: 11px;
        height: 15px;
        line-height: 15px;
    }
}
/* width <= 375px */
@media (max-width: 375px) {
    .header .text a {
        margin-top: 10px;
        height: auto;
        font-size: 12px;
        line-height: 16px;
        max-width: 107px;
        padding: 8px;
    }
}
