@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular-webfont.woff2') format('woff2'),
         url('../font/opensans-regular-webfont.woff') format('woff'),
         url('../font/opensans-regular-webfont.ttf') format('truetype'),
         url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sansbold';
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-bold-webfont.woff2') format('woff2'),
         url('../font/opensans-bold-webfont.woff') format('woff'),
         url('../font/opensans-bold-webfont.ttf') format('truetype'),
         url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	margin:0;
	padding:0;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	background-color:#ffffff !important;
}



/* ________ GENERAL ________*/
.jg-clearfix::before,
.jg-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.jg-btn {
    display: inline-block;
    padding: 8px 30px;
    background-color: #a8a8a8;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}
.jg-btn.secondary {
    background-color: #6b6b6b;
}
.jg-btn.jg-cta {
    font-size: 18px;
    background-color: #ed1c27;
}

.jg-btn:hover {
    background-color: #8c8c8c;
}
.jg-btn.secondary:hover {
    background-color: #4c4c4c;
}
.jg-btn.jg-cta:hover {
    background-color: #ed1c27;
}
.jg-btn.jg-cta:hover .underline {
    text-decoration: underline;
}
.jg-btn::after {
    content: ">";
    position: relative;
    top: 1px;
    left: 5px;
}

.jg-bold {
    font-family: 'open_sansbold';
}





/* ________ LAYOUT ________*/
.section.primary {
    background-color: #557ebf;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
    clear: both;
}
.wrapper-header {padding: 20px 0 15px}
.wrapper-nav {padding: 5px 0 40px}
.wrapper-selection {padding: 17px 0 25px}
.wrapper-product {padding: 35px 0 40px}
.wrapper-footer {padding: 30px 0}





/* ________ HEADER ________*/
.wrapper-header .titles img {
    display: inline-block;
    vertical-align: top;
}
.wrapper-header .titles .title  {
    margin-right: 20px;
	margin-bottom: 50px;
}


.wrapper-header .titles .logo-right{
	position:absolute;
	right:0;
}

.wrapper-header .titles .logo-left{
	position:absolute;
	left:0;
}


.subtitle-mobile{
	display:none;
}

.wrapper-header .titles .subtitle{
	margin-top:10px;
}


.wrapper-header .photo {
    text-align: center;
    margin-bottom: 20px;
}

.wrapper-header .titles {
	text-align:center;
	position:relative;
	margin-bottom:50px;
}




/* ________ NAVIGATION ________*/
@keyframes stickAnim {
    0% {
        transform: translateY(-86px);
    }
    100% {
        transform: translateY(0);
    }
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50!important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    animation-name: stickAnim;
    animation-duration: .3s;
    animation-iteration-count: 1;
}
.header-inner {
    display: table;
    width: 900px;
    margin: 0 auto; 
    padding: 0 20px; 
    background-color:#ffffff;
}
.header-inner.sticky {
    width: 100%;
    padding: 10px 20px;
}

.header-inner > * {
    display: table-cell;
    vertical-align: middle;
}


.header-nav {
    text-align: center;
}


.header-nav ul,
.header-nav li {
    display: inline;
    list-style: none;
}

.header-nav a {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    padding:10px 15px;
    border:3px solid #ededed;
    vertical-align: middle;
    font-family:'open_sansregular', Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    z-index:100!important;
	font-size: .9em;
}


.header-nav a.actif,
.header-nav a:hover {
    border: 3px solid #557ebf;
    background-color: #557ebf;
    color: #FFF;
}





/* ________ SELECTIONS ________*/
.wrapper-selection .bk-head {
    margin-bottom: 17px;
}
.wrapper-selection .bk-head .title {
    display: inline-block;
    color: #FFF;
    font-size: 30px;
}
.wrapper-selection .bk-head .google-assistant-tag {
    float: right;
    display: inline-block;
}

.wrapper-selection .bk-selection a,
.wrapper-selection .bk-selection img {
    display: block;
	margin: 0 auto;
}
.wrapper-selection .bk-selection .item {
    float: left;
    margin-right: 20px;
}
.wrapper-selection .bk-selection .item a {
    background: #FFF;
}
.wrapper-selection .bk-selection .item a:hover img {
    opacity: 0.5;
}
.wrapper-selection .bk-selection .item:last-child {
    margin-right: 0;
}





/* ________ PRODUCTS ________*/
.wrapper-product {
    border-bottom: 1px solid #a8a8a8;
}
.wrapper-product:last-child {
    border-bottom: none;
}
.wrapper-product .product-line {
    position: relative;
}
.wrapper-product img {
    display: block;
}
.wrapper-product .product-title {
    font-size: 40px;
}
.wrapper-product .product-subtitle {
    color: #7c7c7c;
    font-size: 25px;
    margin-bottom: 35px;
}
.wrapper-product .product-photo {
    z-index: 5;
    position: absolute;
    top: 5px;
    right: 0;
}

.wrapper-product .product-line-bottom {
    margin-top: 30px;
}
.wrapper-product .product-content {
    display: inline-block;
    margin-top: 40px;
    margin-left: 30px;
}
.wrapper-product .product-list {
    max-width: 510px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 27px;
}
.wrapper-product .product-list li::before {
    content: "- ";
}
.wrapper-product .product-links .jg-btn:not(:last-child) {
    margin-right: 6px;
}
.wrapper-product .product-illustration {
    float: left;
}




/* ________ FOOTER ________*/
.wrapper-footer .content {
    padding: 12px 20px;
    background-color: #FFF;
    border-radius: 4px;
}
.wrapper-footer a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.wrapper-footer a:hover .content * {
    opacity: 0.6;
}
.wrapper-footer .text {
    display: inline-block;
    font-size: 22px;
}
.wrapper-footer .link-like {
    color: #ed1c27;
}
.wrapper-footer .darty-conseils {
    float: right;
    margin-top: 3px;
}




/* ________ MENTIONS ________*/

#mentions-page{
	padding:30px 0;
	font-size:0.6em;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	color:#414141;	
	background-color: #ededed;
}

#mentions-page p{
	width:1000px;
	display:block;
	margin:0 auto;
}