/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* GENERAL */

body{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
	overflow-x:hidden;
}
body:not(#index) main > #wrapper #content-wrapper{
	padding-left:5%;
	padding-right:5%;
	max-width: 1920px;
	margin: auto;
}
#wrapper{
	background:#ffffff;
	box-shadow:none;
	padding-top:0;
}
#wrapper .breadcrumb{
	margin: auto;
	margin-top:30px;
	margin-bottom:50px;
	padding-left:5%;
	padding-right:5%;
	max-width: 1920px;
}
#wrapper .breadcrumb li a, #wrapper .breadcrumb li span{
	color:#7E8BA8;
	text-transform:lowercase;
	display:inline-block;
}
#wrapper .breadcrumb li span::first-letter, #wrapper .breadcrumb li a::first-letter{
	text-transform:uppercase;
	display:inline-block;
}
#wrapper .breadcrumb li:after{
	content:">";
}
.products-section-title{
    font-family: 'Nothing You Could Do', cursive;
	font-weight:400;
}
.container {
    width: 100%;
    max-width: 100%;
	padding:0;
	overflow:hidden;
}
.h2, .page-customer-account h1, .page-my-account h1, .instagram-home-title .h2 {
	color:#000000;
	font-family:Times New Roman, sans-serif;
	font-weight: 100;
	font-size:35px;
	letter-spacing:3px;
	line-height:30px;
	text-transform:uppercase;
	margin-bottom: 80px !important;
	margin-top: 50px;
	text-align: center;
}
.h2 span, .instagram-carousel-container .instagram-home-title .h2 span{
	display:block;
	font-family:Times New Roman, sans-serif;
	color:#DFC46E;
	font-size:25px;
	letter-spacing:3px;
	line-height:35px;
	background:url(''../img/bg_title.png'');
	background-size: 250px;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -20px;
}
.instagram-carousel-container .instagram-home-title .h2 span{
	color:#1E2F58;
}
.button_lalie_blue, .button_lalie_white, #index .carousel .carousel-item .caption .caption-description p{
	color:#1E2F58;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Times New Roman, sans-serif;
	letter-spacing:3px;
	border: 1px solid #1E2F58;
	padding:15px 50px;
	position:relative;
	transition:0.3s ease-out;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	-o-transition:0.3s ease-out;
}
.button_lalie_blue::after, .button_lalie_white::after, #index .carousel .carousel-item .caption .caption-description p::after{
	background:#1E2F58;
	height:1px;
	width:35px;
	bottom:-5px;
	position:absolute;
	content:"";
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transition:0.3s ease-out;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	-o-transition:0.3s ease-out;
}
.button_lalie_blue:hover, .button_lalie_white:hover, #index .carousel .carousel-item .caption .caption-description p:hover{
	background:#1E2F58;
	color:#ffffff;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-ms-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
}
.button_lalie_blue:hover::after, .button_lalie_white:hover::after, #index .carousel .carousel-item .caption .caption-description p:hover::after{
	width:100%;
	bottom:0;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-ms-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
}
.button_lalie_white{
	color:#ffffff;
	border-color:#ffffff;
}
.button_lalie_white:hover{
	color:#1E2F58;
	background:#ffffff;
	border-color:#ffffff;
}
.button_lalie_white::after{
	background:#ffffff;
}
button{
	background:transparent;
}
.form-control{
    border: 1px solid #1E2F58;
    color: #1E2F58;
	font-weight:400;
	box-shadow:none!important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{
	outline:none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover{
	color:#dfc46e;
}

/* HEADER */

#header{
	background:transparent;
	border-bottom: 1px solid rgba(126, 139, 168, 0.5);
}
#header .header-nav {
	margin:inherit;
	border:none;
	max-height:inherit;
	padding-top:20px;
}
#header .header-top{
	padding:0;
	background:transparent;
}
#header #_desktop_top_menu{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: block;
	padding-left:15px;
	padding-right:15px;
}
#header #_desktop_top_menu #top-menu{
	display: flex;
	justify-content: space-between;
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
}
#header .top-menu a[data-depth="0"]:hover{
	color:#1E2F58;
	position:relative;
}
#header .top-menu a[data-depth="0"]:hover::after{
	background:url('../img/menu-bg_title.png');
	content:"";
	position:absolute;
	z-index: -1;
	max-width: 140px;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-position: center center;
	background-repeat:no-repeat;
}
#header #_desktop_logo img{
	margin-left: 46%;
  display: flex;
}
#header .header-top a[data-depth="0"]{
	color:#1E2F58;
	font-family:Times New Roman, sans-serif;
	font-size:16px;
	letter-spacing:2px;
	font-weight:normal;
	position:relative;
	z-index:1;
}
#header #home_info *{
	background: #F4F4F4;
	text-align: center;
	font-size:15px;
	color:#1E2F58;
	font-weight:400;
	letter-spacing:2px;
	font-family: Times New Roman, sans-serif;
	text-transform:uppercase;
}
#header #home_info > *{
	padding-left: 15px;
    padding-right: 15px;
}
#header #home_info strong{
	font-weight:700;
}
#header .header-nav .blockcart{
	background:none;
}
#header #_desktop_header_contact span,
#header #_desktop_user_info span,
#header #_desktop_cart span,
.blockcart .cart-products-count{
	display:block;
	color:#1e2f58;
	font-size:10px;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
}
#header #_desktop_header_contact,
#header #_desktop_user_info,
#header #_desktop_cart{
	margin-left:20px;
	margin-right:20px;
}
#header .header-nav .user-info, #header .header-nav .blockcart .header, #header .header-nav .blockcart, #header #_desktop_header_contact .header_contact_info{
	margin:0;
	text-align:center;
}
#header .header-nav .blockcart{
	padding:0;
	height:inherit;
	position:relative;
}
.blockcart .cart-products-count{
	position:absolute;
	right:-5px;
	top:-5px;
	background: #dfc46e;
	padding: 5px 8px;
	border-radius: 100%;
}
#header .header-nav .container > .row{
	margin:0;
}
#header .header-nav .cart-preview.active{
	background:inherit;
}

/* HOME */

#wrapper .banner img{
	box-shadow:none;
}
.carousel .carousel-inner{
	height:auto;
}
#index .featured-products, #footer .container{
	padding-left:5%;
	padding-right:5%;
}
#index .featured-products{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
	max-width:1920px;
	margin:auto;
}
#index .bloc_middle_home{
	max-width:1920px;
	margin:auto;
}
#index .featured-products .h2{
	width:100%;
}
.featured-left{
	background-image:url('../img/bg_home_listing.png');
	background-repeat:no-repeat;
	height:auto;
	background-size:contain;
	background-position:top center;
}
.featured-left .content_f_left{
	position:absolute;
	top:45%;
	left:50%;
	transform:translate(-50%, -45%);
	-webkit-transform:translate(-50%, -45%);
	-moz-transform:translate(-50%, -45%);
	-ms-transform:translate(-50%, -45%);
	-o-transform:translate(-50%, -45%);
	max-width: 530px;
	width:100%;
	text-align:center;
}
.featured-left .content_f_left p{
	font-family:Nothing You Could Do, sans-serif;
	font-size:80px;
	line-height:97px;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000;
}
.featured-left .content_f_left .button_lalie_white{
	margin-top: 50px;
	display: inline-block;
}
.bloc_banner_home{
	float: left;
	width: calc(45% - 30px);
    margin-left: 5%;
    margin-right: 30px;
	padding-left:15px;
	padding-right:15px;
}
.bloc_banner_home img{
	width:100%;
}
.featured-bis{
	float:right;
	width:45%;
	margin-right:5%;
	margin-bottom:150px;
}
.bloc_reassurrance_home{
	overflow: hidden;
	clear: both;
	background:url('../img/bg_reassurrance.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	min-height:350px;
}
.bloc_reassurrance_home .contain_rea > div > *{
	display:block;
}
.bloc_reassurrance_home .contain_rea span{
	font-family:Times New Roman, sans-serif;
	font-size:20px;
	line-height:25px;
	letter-spacing:3px;
	color:#1E2F58;
}
.bloc_reassurrance_home .contain_rea img{
	display:inline;
	max-height:75px;
	margin-bottom:15px;
}
.bloc_reassurrance_home .contain_rea{
	margin-top:90px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	text-align: center;
}
.titre_custom{
	clear:both;
	color:#D4D4D4;
	font-family:Nothing You Could Do, sans-serif;
	font-size:100px;
	z-index: 1;
	position: relative;
	margin-bottom: 0px;
  padding-left: 5%;
  line-height: 70px;
}
#custom-text{
	clear:both;
	display:flex;
	padding:0;
	background: #F4F4F4;
	position:relative;
}
#custom-text p{
	color:#1E2F58;
	font-size:16px;
	line-height:19px;
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	text-align:justify;
}
#custom-text .titre_bloc{
	color:#1E2F58;
	font-size:60px;
	line-height:67px;
	font-family:Times New Roman, sans-serif;
	text-align:left;
	text-transform:uppercase;
	max-width:500px;
}
#custom-text .sous_titre_bloc{
	color:#7E8BA8;
	font-size:30px;
	line-height:35px;
	margin-top:50px;
	margin-bottom:50px;
	font-family:Nothing You Could Do, sans-serif;
	text-align:left;
}
#custom-text > div.colonne-gauche{
	width:45%;
}
#custom-text > div.colonne-droite{
	width:55%;
	padding-top:100px;
	padding-right: 200px;
	padding-left:50px;
	padding-bottom: 100px;
}
#custom-text > div img{
	width:100%;
	height:auto;
}
#custom-text::before{
	content:url('../img/top_white.png');
	position:absolute;
	top:-30px;
	left:-50px;
}
#custom-text::after{
	content:url('../img/bottom_white.png');
	position:absolute;
	bottom:-20px;
	left:-50px;
}
#index .carousel .carousel-control .icon-next:hover i, #index .carousel .carousel-control .icon-prev:hover i {
    color: #1E2F58;
}
#index .carousel .carousel-inner::after{
	content:url('../img/bottom_white.png');
	position:absolute;
	bottom:-20px;
	left:-50px;
}
#index .carousel .carousel-inner{
	position:relative;
}
#index .carousel{
	box-shadow:none;
}
#index .carousel .carousel-item .caption {
    bottom: 0px;
    color: #fff;
    max-width: 1000px;
    left: 10%;
    top: 30%;
}
#index .carousel .carousel-item .caption::after{
	content:url('../img/bg_text_slider.png');
	top: -100px;
	position: absolute;
	left: -120px;
	z-index: 0;
}
#index .carousel .carousel-item .caption *{
	position:relative;
	z-index:1;
}
#index .carousel .carousel-item .caption .titre{
	color:#FFFFFF;
	font-size:30px;
	font-family:Times New Roman, sans-serif;
	line-height:34px;
	letter-spacing:3px;
	text-transform:uppercase;
}
#index .carousel .carousel-item .caption .legend{
	color:#FFFFFF;
	font-family:Times New Roman, sans-serif;
	font-size:50px;
	line-height:80px;
}
#index .carousel .carousel-item .caption .caption-description{
	text-align:center;
}
#index .carousel .carousel-item .caption .caption-description p{
	display: initial;
	margin: auto;
	text-align: center;
}
#index .instagram-carousel-container .instagram-item-gallery{
	padding-left:5px;
	padding-right:5px;
}

/* LISTING */
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description,
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations,
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
	width:100%;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container,
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description, #products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations, #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
	box-shadow:none;
	height:auto;
	max-width: 350px;
	position: relative;
}
#index .featured-products .product-miniature, #index .featured-bis .product-miniature{
	width: calc(50% - 15px);
    margin: 0;
    float: left;
    margin-right: 15px;
}
#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail{
	height:auto;
}
#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img{
	position:relative;
	width:100%;
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
	bottom: 55%;
	padding-top: 20px;
	padding-bottom: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s linear;
	-moz-transition: visibility 0s, opacity 0.3s linear;
	-ms-transition: visibility 0s, opacity 0.3s linear;
	-o-transition: visibility 0s, opacity 0.3s linear;
	transition: visibility 0s, opacity 0.3s linear;
	position:absolute;
	transform:translateY(55%);
	-webkit-transform:translateY(55%);
	-moz-transform:translateY(55%);
	-ms-transform:translateY(55%);
	-o-transform:translateY(55%);
	background-color:rgba(255,255,255,0.8);
	max-width: 100%;
}
.featured-products .product-miniature:hover .highlighted-informations, #products .product-miniature:hover .highlighted-informations, .product-accessories .product-miniature:hover .highlighted-informations, .product-miniature :hover .highlighted-informations{
	display:block;
}
#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations, #products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants{
	bottom:55%;
	-webkit-transform:translateY(55%);
	-moz-transform:translateY(55%);
	-ms-transform:translateY(55%);
	-o-transform:translateY(55%);
	visibility: visible;
	opacity: 1;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links{
	background:transparent;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping,
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title{
	text-align:left;
}
#products .thumbnail-container:focus .product-description::after, #products .thumbnail-container:hover .product-description::after, .featured-products .thumbnail-container:focus .product-description::after, .featured-products .thumbnail-container:hover .product-description::after, .product-accessories .thumbnail-container:focus .product-description::after, .product-accessories .thumbnail-container:hover .product-description::after, .product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after {
	border:none;
}
#products .highlighted-informations .quick-view, .featured-products .highlighted-informations .quick-view, .product-accessories .highlighted-informations .quick-view, .product-miniature .highlighted-informations .quick-view,
#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover, .product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover{
	color:#1E2F58;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a{
	color:#1E2F58;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}
#products .product-price-and-shipping .price, .featured-products .product-price-and-shipping .price, .product-accessories .product-price-and-shipping .price, .product-miniature .product-price-and-shipping .price{
	color:#7E8BA8;
	font-size:14px;
	font-weight:600;
	font-family:'Montserrat', sans-serif;
}
body:not(#index) .products, body:not(#index) .featured-products .products, body:not(#index) .product-accessories .products, body:not(#index) .product-miniature .products{
	width:100%;
	margin:auto;
}
#products .up .btn-secondary{
	font-size: 0;
    background: #ffd2d0;
    border-radius: 100%;
    height: 44px;
    position: relative;
	box-shadow: 2px 2px 4px 0 rgba(126, 139, 168, 0.5);
}
#products .up .btn-secondary .material-icons{
	position: absolute;
    left: 8px;
    top: 8px;
    color: #7E8BA8;
}

/* FOOTER */

#footer p, #footer li, #footer a, #footer .block-contact{
	color:#1E2F58;
	font-weight:300;
}
#footer p.h4, #footer p.h3, #footer p.h3 a, #footer .footer-container .links .h3{
	font-family:Times New Roman, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#1E2F58;
	line-height:22px;
	font-weight:400;
	position:relative;
	padding-bottom:5px;
}
#footer p.h4::after, #footer p.h3::after, #footer .footer-container .links .h3::after {
    background: url(''../img/bg_title.png'');
    content: "";
    position: absolute;
    left: 0%;
    z-index: -1;
    max-width: 140px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-container{
	box-shadow:none;
}
#footer .footerbottom{
	border-top:1px solid rgba(30, 47, 88, 0.2);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin:0;
	margin-top: 20px;
}
#footer .footerbottom a{
	font-size:14px;
	color:rgba(30, 47, 88, 0.6);
	margin-right:5px;
}
#footer .footerbottom a:not(:last-child)::after{
	content:'-';
	display:inline-block;
	margin-left:10px;
}
#footer .block-social ul li, #footer .block-social ul li::before{
	background:none;
}
#footer .block-social ul li img{
	display:block;
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transition:0.1s ease-out;
	-webkit-transition:0.1s ease-out;
	-moz-transition:0.1s ease-out;
	-ms-transition:0.1s ease-out;
	-o-transition:0.1s ease-out;
}
#footer .block-social ul li a{
	overflow:visible;
}
#footer .block-social ul li a:hover img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transition:0.1s ease-in;
	-webkit-transition:0.1s ease-in;
	-moz-transition:0.1s ease-in;
	-ms-transition:0.1s ease-in;
	-o-transition:0.1s ease-in;
}
#footer .block-social{
	padding: 0;
	max-width: 100px;
}
#footer .block-social ul{
	justify-content:space-between;
}

/* PRODUCT */



#product .product-container > .col-md-6:first-child{
	width:60%;
	padding-right:50px;
}
#product .product-container > .col-md-6:last-child{
	width:40%;
}
#product #content{
	max-width:100%;
}
#product .product-price .current-price {
    color: #7E8BA8;
	font-size:24px;
	line-height:29px;
	font-weight:400;
}
#product h1{
	color:#1E2F58;
	font-size:30px;
	line-height:35px;
	font-family:Inria Serif,Times New Roman, sans-serif;
	font-weight:500;
}
#product .product-actions .add-to-cart{
	height:inherit;
	padding: 5px 30px;
    margin-left: 30px;
}
#product .product-actions .add-to-cart span, #product .product-actions .add-to-cart svg{
	vertical-align:middle;
	display:inline-block;
}
#product .product-actions .add-to-cart svg{
	transition:width 0.2s ease-out;
	-webkit-transition:width 0.2s ease-out;
	-moz-transition:width 0.2s ease-out;
	-ms-transition:width 0.2s ease-out;
	-o-transition:width 0.2s ease-out;
	visibility:visible;
	width:26px;
}
#product .product-actions .add-to-cart:hover svg{
	visibility:none;
	transition:width 0.2s ease-in;
	-webkit-transition:width 0.2s ease-in;
	-moz-transition:width 0.2s ease-in;
	-ms-transition:width 0.2s ease-in;
	-o-transition:width 0.2s ease-in;
	width:0;
}
#product .product-actions .control-label, #product  .social-sharing span{
	color:#1E2F58;
	font-weight:500;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	width:auto;
	vertical-align:middle;
	margin-right:15px;
}
#product .product-actions .control-label + ul, #product .product-variants>.product-variants-item select{
	display:inline-block;
	vertical-align:middle;
	margin:0;
}
.color, .custom-checkbox input[type=checkbox]+span.color, .product-actions .control-label + ul label{
	margin:0
}
.color, .custom-checkbox input[type=checkbox]+span.color{
	border-radius:100%;
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,.6);
}
.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    border: 2px solid #ffff;
}
#product .product-prices .tax-shipping-delivery-label .delivery-information{
	padding:0;
}
#product .product-prices .tax-shipping-delivery-label .delivery-information:before{
	content:none;
}
#product .product-accessories{
	overflow:hidden;
	margin-top:30px;
}
#product .product-accessories .product-miniature{
    margin: 0;
    width: calc(25% - 30px);
    margin-right: 30px;
}
#product .tabs > ul {
    display: flex;
    flex-direction: column;
	border: none;
}
#product .tabs {
    margin: 0;
    border: 0;
    padding: 0;
	box-shadow:none;
}
#product  .tabs .nav-tabs .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1E2F58;
    font-weight: 400;
    line-height: 50px;
	border: none;
	padding:0;
}
#product .tabs .nav-tabs .nav-item {
    float: left;
    margin: 0;
    border-bottom: 1px solid #7E8BA8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#product .tabs .nav-tabs .nav-item *{
	color:#1E2F58;
}
#product .tabs .nav-tabs .nav-item > div {
    display: none;
}
#product .tabs .nav-tabs .nav-link::before {
    content: '+';
    color: #7E8BA8;
    border: 3px solid;
    border-radius: 30px;
    width: 15px;
    height: 15px;
    padding-left: 8px;
    padding-right: 5px;
    margin-right: 15px;
    font-size: 24px;
    font-weight: 900;
    vertical-align: middle;
    display: inline;
}
#product .tabs .nav-tabs .nav-link.down::before {
    content: '-';
    padding-left: 11px;
    padding-right: 8px;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name{
	text-transform:inherit;
}
#product #wrapper .bootstrap-touchspin{
	box-shadow:none;
}
#product #wrapper .bootstrap-touchspin .input-group-btn-vertical {
    display: flex;
    flex-direction: row-reverse;
}
#product .product-quantity .input-group-btn-vertical .btn {
        border: none;
}
#product #wrapper .product-quantity .input-group-btn-vertical .btn i {
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #1E2F58;
    padding: 0;
    padding-top: 10px;
    height: 40px;
    width: 40px;
	border:1px solid #1E2F58;
}
#product .product-quantity #quantity_wanted {
    width: 40px;
    height: 40px;
    color: #1E2F58;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1E2F58;
    font-weight: 700;
	font-size: 16px;
}
#product #wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0;
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "+";
}
#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "-";
}
#product .product-quantity .input-group-btn-vertical .bootstrap-touchspin-up{
    border: none;
    margin-top: -2px;
    width: 40px;
    height: 40px;
    padding: 21px;
    padding-top: 0;
    margin-left: -4px;
}
#product .bootstrap-touchspin .btn-touchspin:hover{
	background:none;
}
#product #wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    width: 40px;
    height: 40px;
    padding: 21px;
    padding-top: 0;
}
#product .product-features {
    margin-top: 10px;
	margin-left:0;
}
#product #product-availability {
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #1E2F58;
}
#product .product-add-to-cart{
    margin-top: 50px;
    margin-bottom: 50px;
}
#product .social-sharing li a img{
	display:block;
}
#product .social-sharing li{
	box-shadow:none;
	background:none;
}
#product .product-additional-info{
	margin-top:50px;
}
#product .bloc_featured_images{
	display:flex;
	margin-top:50px;
}
#product .bloc_featured_images .f_images{
	width: 60%;
    display: flex;
}
#product .bloc_featured_images .f_images > *{
	width:auto;
}
#product .bloc_featured_images .f_images > p:last-child{
	margin-top:50px;
	margin-left: -30px;
}
#product .bloc_featured_images .f_images img{
	max-width:100%;
	height:auto;
}
#product .bloc_featured_images.just_one .f_images > *{
	text-align:center;
	margin-top:0!important;
	width: 100%;
}
#product .description-short{
	width:40%;
	padding-left:50px;
}
#product .bloc_featured_images.full .description-short{
	width:100%;
	padding-left:0px;
}
#product .bloc_featured_images.full .f_images{
	width:auto;
}
#product .description-short *{
	font-family:'Nothing You Could Do', sans-serif !important;
	font-size:30px!important;
	font-weight:400;
	color:#7E8BA8!important;
	line-height:40px!important;
}

/* CATEGORY */

#category .h2{
	margin-bottom:50px!important;
}
#category .h2 span{
	margin-left:0;
}
#category .category-cover{
	text-align:center;
}
#category .category-cover img{
	width:100%;
}
#category .breadcrumb{
	margin-bottom:20px;
}
#category #category-description{
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:50px;
}
#category #category-description *{
	color:#1E2F58;
	font-weight:300;

}
#category #products .product-miniature{
	width:calc(25% - 20px);
	margin:0;
	margin-right:20px;
}
#category #products .product-miniature .thumbnail-container{
	max-width:100%;
}
#products .product-miniature .thumbnail-container:hover .highlighted-informations{
	max-width:100%;
}

/* PAGES */

.page-my-account #content .links a span.link-item{
	box-shadow:none;
}

#checkout #content, #contact #wrapper > .container{
	padding-left:5%;
	padding-right:5%;
}
body#checkout section.checkout-step{
	box-shadow:none;
}
#contact #wrapper .breadcrumb{
	padding:0;
}
body#cart main > #wrapper #content-wrapper{
	margin-top:50px;
}

/* RESPONSIVE */

@media(max-width:1700px){
	body#product .scroll-box-arrows .left, body#product .scroll-box-arrows .right{
		left:4%;
	}
}
@media(max-width:1650px){
	.featured-bis{
		margin-bottom:30px;
	}
}
@media(max-width:1350px){
	#custom-text > div.colonne-droite{
		padding-right:100px;
		padding-bottom: 50px;
	}
	.featured-bis{
		margin-bottom:30px;
	}
	.titre_custom{
		font-size:65px;
	}
}
@media(max-width:1350px) and (min-width:992px){
	body#product .images-container{
		max-height: 660px;
	}
}

@media(max-width:1240px){
	#header #_desktop_logo img{
		margin-left:0;
	}
	#header #home_info > *{
		margin-bottom:0;
		padding-bottom: 10px;
	}
	.featured-left .content_f_left{
		top: 38%;
	}
	.featured-left .content_f_left p{
		font-size: 60px;
		line-height: 65px;
	}
	#product .bloc_featured_images .f_images{
		margin-bottom:20px;
	}
	#product .bloc_featured_images .f_images, #product .description-short{
		width:100%;
	}
	#product .description-short{
		padding-left:0;
	}
	#product .bloc_featured_images{
		display:block;
	}
	body#product .images-container .product-images{
		margin-right:30px;
	}
	body#product .scroll-box-arrows .right{
		bottom:0;
	}
}
@media(min-width:1081px){
	#header .top-menu a[data-depth="0"]:hover::after{
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		-o-transform:translateX(-50%);
	}
	#index .featured-products .product-miniature, #index .featured-bis .product-miniature{
	    width: calc(50% - 30px);
		margin: 0;
		float: left;
		margin-right: 30px;
	}
	#index .featured-products .thumbnail-container{
		max-width:100%;
	}
}
@media(max-width:1080px){
	#header #_desktop_top_menu #top-menu{
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom:10px;
	}
	#header .menu, #header .menu>ul>li{
		width:25%;
		margin-bottom:20px;
	}
	#header .top-menu a[data-depth="0"]:hover::after{
		left: 0%;
	}
	#index .featured-products .products{
		width:100%;
	}
	#index .featured-products .product-miniature{
		width: calc(25% - 15px);
	}
	#index .featured-products{
		margin-bottom:30px;
	}
	#index .featured-products, #footer .container {
		padding-left: 2%;
		padding-right: 2%;
	}
	#index .bloc_banner_home{
		display:none;
	}
	#index .featured-bis{
		margin-right:0;
		width:100%;
		margin-bottom:80px;
		padding-left:2%;
		padding-right:2%;
	}
	#index .featured-bis .products{
		overflow:hidden;
		padding-left: 15px;
		padding-right: 15px;
	}
	#index .featured-left{
	    width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
	}
	#index .featured-bis .product-miniature .thumbnail-container{
		margin:auto;
	}
	.bloc_reassurrance_home{
		margin-top:30px;
	}
	.featured-left .content_f_left .button_lalie_white{
		margin-top: 20px;
	}
	.featured-left .content_f_left{
		top:50%;
		max-width: 750px;
	}
	#index .featured-left{
		height:300px;
	}
	#custom-text > div.colonne-gauche, #custom-text > div.colonne-droite{
		width:100%;
	}
	#custom-text{
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	body#product .scroll-box-arrows .left, body#product .scroll-box-arrows .right{
		left:2%;
	}
}
@media(min-width:992px){
	#category #products .big_listing{
		width: 100%;
		display: flex;
	}
	#category #products .big_listing .col_left{
		width: calc(50% - 10px);
		padding-right: 10px;
	}
	#category #products .big_listing .col_left .product-miniature{
		width:100%;
	}
	#category #products .big_listing .col_right{
		width:50%;
		display:flex;
		flex-wrap:wrap;
	}
	#category #products .big_listing .col_right .product-miniature{
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		width: calc(50%);
		margin:auto;
		margin-top: 0;
		margin-left:0;
	}
	#product .images-container{
		display: flex;
		flex-direction: row-reverse;
		max-height: 900px;
	}
	#product .images-container .product-images{
		display: flex;
		flex-direction: column;
		margin-top:35px;
		margin-right: 50px;
		max-height: 65%;
		overflow: hidden;
		text-align: center;
	}
	#product .scroll-box-arrows .left{
		height: 50px;
		line-height: 50px;
		top:0;
	}
	#product .scroll-box-arrows .right{
		height: 50px;
		line-height: 50px;
		bottom:0;
		left:0;
	}
	#product .images-container .product-images>li.thumb-container>.thumb{
		width:100%;
		margin-right:0;
		margin-bottom:30px;
		max-width: 120px;
	}
	#product #main .images-container .js-qv-mask {
		width: 20%;
		position: relative;
	}
	#product #main .images-container .product-cover{
		width: 80%;
		height: 100%;
	}
}
	#product .scroll-box-arrows .left{
		background-image:url('../img/arrow_top.png');
		margin-top: 10px;
	}
	#product .scroll-box-arrows .right{
		background-image:url('../img/arrow_bottom.png');
		top: 70%;
	}
	#product .scroll-box-arrows .left, #product .scroll-box-arrows .right{
		height: 20px;
		line-height: initial;
		background-repeat: no-repeat;
		background-position: center;
		width: 40px;
		font-size:0;
		left: 50px;
	}
@media(max-width:991px){
	.h2{
		margin-top:0;
	}
	#index .featured-products .product-miniature .thumbnail-container{
		margin:auto;
	}
	#index .featured-products .product-miniature{
		width: calc(50% - 15px);
		margin-bottom: 20px;
	}
	.h2{
		margin-bottom: 50px !important;
	}
	#product .product-container > .col-md-6:first-child,
	#product .product-container > .col-md-6:last-child{
		width:100%;
		padding:0px;
	}
	#product .product-images>li.thumb-container img{
		width:25%;
	}
	#product .product-accessories .product-miniature{
		width: calc(50% - 15px);
		margin-right: 15px;
	}
	body#product .scroll-box-arrows .left, body#product .scroll-box-arrows .right{
		bottom: 10%;
		transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		top:inherit;
	}
	body#product .scroll-box-arrows .left{
		left: -15px;
	}
	body#product .scroll-box-arrows .right{
		right:-15px;
		left:inherit;
	}
	#wrapper .breadcrumb{
		padding-left: 3%;
		padding-right: 3%;
		margin-bottom: 20px;
	}
}
@media(max-width:991px) and (min-width:768px){
	#footer .links.wrapper, #footer .links .wrapper{
		width:50%;
		margin-top: 30px;
	}
	#footer .footer-container > .container > .row > .links:not(.wrapper){
		width:100%;
	}
	#footer .block-contact{
		padding-left:15px;
	}
	#footer .container{
		padding-left:5%;
		padding-righe:5%;
	}
}
@media(max-width:767px){
	#header .top-menu a[data-depth="0"]:hover::after{
		content:none;
	}
	#header .header-nav .top-logo{
		padding:0;
		text-align:center;
	}
	#header .header-nav{
		padding-bottom:10px;
	}
	#header .header-nav .mobile .float-xs-right{
		margin-right:10px;
		padding-top: 5px;
	}
	#header .header-nav .mobile .float-xs-right img{
		max-width:30px;
	}
	#header .header-nav #menu-icon{
		text-align:center;
	}
	#header .header-nav #menu-icon .material-icons{
		line-height:inherit;
		color:#1E2F58;
		font-size: 33px;
	}
	#header .header-nav #menu-icon span{
	    display: block;
		font-size: 16px;
		font-family: "Nothing You Could Do", sans-serif;
		font-weight: 700;
		color: #1E2F58;
	}
	#header .header-nav .top-logo a img{
		max-width:250px;
	}
	#mobile_top_menu_wrapper{
		padding-left:25px;
		padding-right:25px;
	}
	#index .carousel .carousel-item .caption .legend{
		font-size: 35px;
		line-height: 50px;
	}
	#index .carousel .carousel-item .caption .titre{
		font-size: 20px;
		line-height: 22px;
	}
	.h2{
		font-size:50px;
		line-height: 55px;
	}
	.h2 span{
		margin:0;
	}
	#products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description{
		box-shadow:none;
	}
	.bloc_reassurrance_home .contain_rea span{
		font-size:25px;
		line-height:30px;
	}
	.featured-left .content_f_left p{
		font-size: 40px;
		line-height: 45px;
	}
	.titre_custom{
		font-size:45px;
		line-height:55px;
	}
	#custom-text > div.colonne-droite{
		padding:50px;
	}
	#custom-text .titre_bloc{
		font-size: 50px;
		max-width: 400px;
		line-height: 55px;
	}
	#custom-text .sous_titre_bloc{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#footer .footer-container .wrapper{
		padding-left:30px!important;
		padding-right:30px!important;
	}
	#footer .links .title{
		padding-left:0;
		padding-right:0;
		border:none;
	}
	#footer .footer-container .links ul{
		background:none;
	}
	#footer .footer-container .links ul>li{
		padding-top:5px;
		padding-bottom:5px;
	}
	#footer .block-social{
		float:none;
		clear:both;
		max-width:100%;
		text-align:left;
	}
	#footer .block-social ul{
		display:block;
	}
	#footer .footer-container > .container > .row > .links:not(.wrapper) > .row{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#category .category-cover{
		display:inherit;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#category #products .product-miniature{
		width:calc(50% - 20px);
	}
	#product .description-short *{
		font-size:25px!important;
		line-height:35px!important;
	}
}
@media(max-width:650px){
	#index .carousel .carousel-item .caption{
		top:20%;
	}
}
@media(max-width:575px){
	body:not(#index) main > #wrapper #content-wrapper {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
}
@media(max-width:550px){
	#index .carousel .carousel-item .caption .legend{
	    font-size: 30px;
		line-height: 30px;
	}
	.bloc_reassurrance_home .contain_rea span{
		font-size:22px;
		line-height:26px;
	}
	#product h1{
		font-size:30px;
	}
}
@media(max-width:480px){
	#header .header-nav .top-logo {
		padding-top: 10px;
		clear: both;
	}
	.h2{
		font-size:40px;
		line-height: 45px;
	}
	#index .featured-products .product-miniature, #index .featured-bis .product-miniature{
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
	.bloc_reassurrance_home .contain_rea{
		margin-top: 25px;
	}
	.bloc_reassurrance_home .contain_rea > div{
		width:50%;
	}
	.bloc_reassurrance_home .contain_rea > div:last-child{
		width:100%;
		margin-top:20px;
	}
	#custom-text .titre_bloc{
		font-size: 40px;
		max-width: 300px;
		line-height: 45px;
	}
	#custom-text .sous_titre_bloc{
		font-size: 25px;
		line-height: 30px;
	}
	#custom-text > div.colonne-droite {
		padding: 50px 20px;
	}
	#category #products .product-miniature, #product .product-accessories .product-miniature {
		width: 100%;
		margin-right:0;
	}
	#product .product-accessories .product-miniature {
		margin-bottom:20px;
	}
	#product .product-accessories .product-miniature .thumbnail-container{
		margin:auto;
	}
	#product .product-quantity, #product .product-quantity .add, .product-quantity .qty{
		display:block;
	}
	#product .product-quantity .add{
		clear:both;
	}
	#product .product-actions .add-to-cart{
		margin-left:2px;
		margin-top:20px;
	}
	#product .product-add-to-cart{
		margin-top:30px;
	}
	#product .tabs .nav-tabs .nav-link{
		font-size:14px;
	}
}
@media(max-width:350px){
	.bloc_reassurrance_home .contain_rea > div{
		width:100%;
		margin-top:20px;
	}
	.bloc_reassurrance_home{
		margin-top:0;
	}
	#product .social-sharing{
		display:block;
	}
	#product .social-sharing ul{
		margin-top:20px;
	}
}

.citation-LD{
	font-family: learningcurve, sans-serif;
	color:#1e2f58;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	}
.citation-MA{
	font-family: learningcurve, sans-serif;
		color:#1e2f58;
		font-size: 28px;
		font-style: normal;
		font-weight: 400;
		}

	h1{
		color: #1e2F58;
    text-align: center;
    font-family: Nothing You Could Do, cursive;
    font-size: 40px;
		}
	.responsible{
		  width: 100%;
		  height: auto;
	}

#fond-ld{
	background-color: #dfc46e;
	padding:5%;
	background:url('../img/bg_tache-grise.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
   background-attachment: fixed;
}
#souligner{
	text-align:center;
	color: #fff;
	width:100px;
	text-align: center;
	padding: 0;
  background:url('../img/bg_title-or.jpg');
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;

	}
	#souligner2{
	background:url('bg_tache-grise.png');
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

@keyframes slideshow__fade {
  0% {
    opacity: 0;
    z-index: 2;
  }
  6.6666666667% {
    opacity: 1;
  }
  26.6666666667% {
    opacity: 1;
  }
  27.6666666667% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
.diaporama {
  position: relative;
}
.diaporama img:not(:first-child) {
	 position: absolute;
   left: 0;
   top: 0;
  margin: 0 auto;
  animation-duration: 30s; /*On retrouve nos 30 secondes ici */
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: slideshow__fade;
  animation-timing-function: ease-in;
  transition: opacity 2s ease-in;
}
.diaporama img:nth-child(1) {
  animation-delay: 0s;
}
.diaporama img:nth-child(2) {
  animation-delay: 4s;
}
.diaporama img:nth-child(3) {
  animation-delay: 8s;
}
.diaporama img:nth-child(4) {
  animation-delay: 12s;
}
.diaporama img:nth-child(5) {
  animation-delay: 18s;
}
.diaporama img:nth-child(6) {
  animation-delay: 22s;
}
.diaporama img:nth-child(7) {
  animation-delay: 26s;
}


/* Portfolio Masonry */
.masonry {
    -webkit-column-count: 3;
	-moz-column-count:3;
	column-count: 3;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 1.5em;
    padding: 0;
    -moz-column-gap: 0.5em;
    -webkit-column-gap: 0.5em;
    column-gap: 0.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 0em;
    margin: 0 0 0.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.item img{max-width:100%;}

button .close {
	position: absolute;
	right: 0;
	z-index: 2;
	padding-right: 0.5rem;
	padding-top: .6rem;
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
	}
}
@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
	}
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
	}
}


/* SCROLLING IMAGES ENTREPRISE */



.instagram-carousel-container ul{
	display: flex;
	flex-wrap: wrap;
	row-gap:1rem;
	justify-content: center;
}
.instagram-carousel-container ul li{
	width: calc(calc(100% / 4) - 1rem);
	max-height:500px;
}
.instagram-carousel-container ul li *{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

@media(max-width:991px){
	.instagram-carousel-container ul li{
		width: calc(calc(100% / 2) - 1rem);
	}
}
@media(max-width:767px){
	.instagram-carousel-container ul li{
		max-height:300px;
	}
}
