@charset "utf-8";
/***************************
**** SOMMAIRE ****
@RESET
@FONTS
@GLOBAL
@INTRO
@NEWS
@VISUELS HD
@PROD LIST
@ONLINE LOOKBOOK
@CORPO
@MEDIA QUERIES
***************************/





/*==========================*/
/* @RESET */
/*==========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {line-height: 1;margin:0;padding:0;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {border: none; margin:0;}






/*==========================*/
/* @FONTS */
/*==========================*/
@font-face {
    font-family: "OpenSans";
    src: url('/font/regular/OpenSans-Regular-webfont.eot');
    src: url('/font/regular/OpenSans-Regular-webfont.eot?#iefix') format('eot'), url('../font/regular/OpenSans-Regular-webfont.woff') format('woff'), url('../font/regular/OpenSans-Regular-webfont.ttf') format('truetype'), url('../font/regular/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url('/font/italic/OpenSans-Italic-webfont.eot');
    src: url('/font/italic/OpenSans-Italic-webfont.eot?#iefix') format('eot'), url('../font/italic/OpenSans-Italic-webfont.woff') format('woff'), url('../font/italic/OpenSans-Italic-webfont.ttf') format('truetype'), url('../font/italic/OpenSans-Italic-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans";
    src: url('/font/bold/OpenSans-Bold-webfont.eot');
    src: url('/font/bold/OpenSans-Bold-webfont.eot?#iefix') format('eot'), url('../font/bold/OpenSans-Bold-webfont.woff') format('woff'), url('../font/bold/OpenSans-Bold-webfont.ttf') format('truetype'), url('../font/bold/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "icoSpartoo";
    src: url('/font/icoSpartoo/icoSpartoo.eot');
    src: url('/font/icoSpartoo/icoSpartoo.eot?#iefix') format('eot'), url('../font/icoSpartoo/icoSpartoo.woff') format('woff'), url('../font/icoSpartoo/icoSpartoo.ttf') format('truetype'), url('../font/icoSpartoo/icoSpartoo.svg') format('svg');
}





/*==========================*/
/* @GLOBAL */
/*==========================*/
body {
    background-color: #c0c0c0;
    font: normal normal 12px OpenSans, Arial, sans-serif;
}
#parent {
    width:80%;
    max-width:1135px;
    margin:auto;
    background-color: #fff;
    padding: 20px 3%;
    overflow: hidden;
    text-align:center;
    min-height:100vh;
}
.header_pressroom {text-align:center;}
.btn {
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-transform:uppercase;
}
.btn_w {border:2px solid #fff; color:#fff;}
.btn_b {border:2px solid #cec2a7; color:#cec2a7;}
.btn_w:hover {background-color:rgba(255,255,255,0.2);}
.btn_b:hover {background-color:rgba(173,213,225,0.2);}

i {font-family:icoSpartoo;color:#363636;}
h1 {
    text-align:center;
    margin:30px auto;
    font: 2.5em OpenSans, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
h2 {
    margin:30px auto 20px;
    font: 2.2em OpenSans, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom:3px solid #fff;
    display:inline-block;
}
h2.sub {margin-bottom: 0px;}
.intro, .newsContainer, .hdProductList {
    width:100%;
    clear: both;
    margin-bottom:40px;
    overflow: hidden;
}
/* scrollTop */
.scrollTop {
    display: none;
    position:fixed;
    bottom:20px;
    right:20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    cursor:pointer;
}
.scrollTop span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
    border-color: transparent transparent #cec2a7 transparent;
    position:absolute;
    top:12px;
    left:10px;
}





/*==========================*/
/* @HOME */
/*==========================*/
#menu_pressroom {
	margin:20px 0;
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.homeLinks {
	display:block;
    margin-bottom:20px;
}
.homeLinks:hover {
	opacity:.8;
}
#menu_pressroom > .homeLinks { /*Bloc Lookbook*/
    width: calc(95% / 4);
    text-align: center;
}
#menu_pressroom div {
    width:49%;
    margin-left:0.5%;
    display: flex;
    flex-direction: column;
}
#menu_pressroom > a {
	text-decoration: none;
	color: #363636;
}
#menu_pressroom > a span {
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
	font-family: OpenSansCond, sans-serif;
	font-weight: bold;
}
#menu_pressroom div .homeLinks:first-child {justify-self:flex-start;margin-bottom:6px;}
#menu_pressroom div .homeLinks:last-child {justify-self:flex-end;}
.homeLinks img {
	width:100%;
    display:block;
}
.homeLinks.rse {
    margin-top: 20px;
}

/* CONTACT */
#contact {
    clear:both;
    margin-top:20px;
}
#contact h2 {
    font-size:1.2em;
}
#contact .container {
    width:100%;
    text-align: center;
}
.contact {
    width:310px;
    background-color: #fe6b65c;
    padding:20px 40px;
    margin:10px;
    display:inline-block;
    color: #363636;
}
.contact p {margin-bottom:8px;}
.contact .function {font: bold italic 16px Georgia, Times, serif;}
.contact .name {font: bold 14px OpenSans, Arial, sans-serif;}
.contact a {text-decoration:none;color:#edbb87;}





/*==========================*/
/* @INTRO */
/*==========================*/
.cover {width:50%;float:left;}
.sommaire {width:48%;float:left;}
.cover {
    background-image:url("../img/cover.jpg");
    background-size:cover;
    /*background-position: center;*/ 
}
.sommaire {
    background-color: #edbb87;
    color:#fff;
    text-align:center;
    padding: 40px 1%;
}
.sommaire .btn {
    margin: 0 auto 15px;
    display:block;
    max-width:50%;
}
.tagList {margin-top:40px;}
.tagList span {
    color:#fff;
    text-decoration: none;
    display:inline-block;
	cursor: default;
	margin: 5px 2px;
}
.tagList span:hover {background-color: #cec2a7;}





/*==========================*/
/* @NEWS */
/*==========================*/
.news {
    width:23.5%;
    margin:1%;
    float:left;
    position:relative;
}
.newsContainer .news:first-child {margin-left:0;}
.newsContainer .news:last-child {margin-right:0;}
.news img, .newsHover img {width:100%;}

.newsHover {
    opacity:0;
    position:absolute;
}
.news:hover .newsHover {
    opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cat_newspresse {
    text-align:center;
    font-size:2em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom:40px;
    border-bottom: 1px solid #f0eeee;
}
#introNewspress {text-align:center;}
.newsVisuel {
    height:200px;
    width:100%;
    background-size:contain;
    background-position:50%;
    background-repeat:no-repeat;
}





/*==========================*/
/* @VISUELS HD */
/*==========================*/
.productListContainer {text-align: center;}
.howTo {margin-bottom:20px;}
.productListContainer .btn {margin:auto 15px;}
.filters {width:80%; margin:40px auto;}

.filter {
    display:inline-block;
    text-decoration:none;
    color:#000;
    background-color:#f0eeee;
    border-radius:8px;
    padding: 0 10px;
    margin: 5px 5px;
    text-transform: uppercase;
}
.filter:hover, .active {background-color:#cec2a7;color:#fff;}

/* Lazyload*/
img {
    opacity: 1;
    transition: opacity 0.3s;
}


img[data-src] {
    opacity: 0;
}




/*==========================*/
/* @PROD LIST */
/*==========================*/
.category {width:100%;clear:both;overflow:hidden;border-bottom:1px solid #f0eeee;padding:40px 0 20px;}
.category_pic, .product {float:left;}
.category_pic {width:50%;position:relative;}
.categoryTitle {
    display:none;
    font: bold 2.5em OpenSans, Arial, sans-serif;
    letter-spacing:0.3em;
    position: absolute;
    bottom:5px;
    right:10px;
}
.category_pic img {width:100%;max-height:280px;}

.product {width:25%;margin-bottom:30px;height:280px;position:relative;display:inline-block;}
.productImg {width:80%;margin:auto;overflow:hidden;text-align:center;position: relative;}
.product img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.product:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.product_hover {
    opacity:0;
    z-index:97;
    position:absolute;
    top:40%;
    width:100%;
}
.product_hover a {
    text-decoration:none;
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    text-transform:uppercase;
    padding:10px;
    width:120px;
    height:35px;
    box-sizing: border-box;
}
.product_hover a i {
    color: #fff;
    font-size: 2em;
    vertical-align: -7px;
}
.product:hover .product_hover {
    transition: opacity 200ms;
    opacity:1;
}
.product .brand, .product .price {text-align:center;width:100%;display:inline-block;text-decoration:none;color:#000;}
.product .brand {
    margin: 15px auto 0;
    font:bold 1em OpenSans, Arial, sans-serif;
}
.product .price {
    font-size:0.9em;
}





/*==========================*/
/* @ONLINE LOOKBOOK */
/*==========================*/
a.back {
    display:block;
    text-align:center;
    margin:5px auto 30px;
    text-transform: uppercase;
    text-decoration:underline;
    color:#363636;
}
.intro {display: flex;}
.intro div {
    flex:1 1 0;
}





/*==========================*/
/* @MEDIA QUERIES
/*==========================*/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #parent {width:100%!important;margin: auto 0;}
    .cover, .sommaire {
        float:none;
        width:70%;
        margin: 0 auto;
    }
    .category_pic {width:66.6%;}
    .product {width:33.3%;}

    /* scrollTop */
    .scrollTop {
        z-index:50;
        bottom:10px;
        right:10px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #cec2a7;
    }
    .scrollTop span {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 10px 6px;
        border-color: transparent transparent #fff transparent;
        position:absolute;
        top:10px;
        left:9px;
    }
    .product_hover {display:none;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .intro {display: block;}
    .cover {height:250px;}
    .cover, .sommaire {
        width:95%;
    }
    .category_pic {width:100%;}
    /*.category_pic {width:66.6%;}*/
    .product {width:33.3%;}
    .news {
        width:48%;
        margin:1%;
    }
    .newsContainer .news:first-child, .newsContainer .news:nth-child(3) {margin-left:0;}
    .newsContainer .news:last-child, .newsContainer .news:nth-child(2) {margin-right:0;}

    .btn_b {
        clear:both;
        display: inline-block;
        margin-bottom: 10px !important;
    }
    .filters {
        width: 100%;
        margin: 20px auto;
    }

    #introNewspress + .productList .category_pic {width:100%;margin:0 auto 30px;}
    #introNewspress + .productList .category .product:nth-child(2) .brand,
    #introNewspress + .productList .category .product:nth-child(2) .price {display:none;}
    .product {height:200px;}

    .contact {width:100%;margin: 0 0 20px;}

    /*HOME*/
    #menu_pressroom {
        display:unset;
    }
    #menu_pressroom > .homeLinks { /*Bloc Lookbook*/
        width:100%;
        margin:10px 0 20px;
    }
    #menu_pressroom div {
        width:100%;
        display: unset;
    }
    #menu_pressroom div .homeLinks:first-child,
    #menu_pressroom div .homeLinks:last-child {margin: 0 0 20px;}
    .presseContent {display:block;}
    .dossierPresse, .presseContent .communiquesPresse {width:100%;margin-bottom:20px;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .btn_w, .btn_b {
        display: block;
        max-width:100% !important;
    }
    .tagList {margin-top: 20px;}
    .category {padding:20px 0;position:unset!important;}
    .product {height:180px;width:50%;}
    .category_pic{margin-bottom:10px;}
}