@font-face {
	font-family: 'transatstandard';
	src: url('../fonts/typetanic_fonts_-_transatstandard-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typetanic_fonts_-_transatstandard-webfont.woff') format('woff'),
         url('../fonts/typetanic_fonts_-_transatstandard-webfont.ttf') format('truetype'),
         url('../fonts/typetanic_fonts_-_transatstandard-webfont.svg#transatstandard') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GillSansMTLightRegular';
	src: url('../fonts/gill-sans-mt-light-1361533526.eot') format('embedded-opentype'),
         url('../fonts/gill-sans-mt-light-1361533526.woff') format('woff'),
         url('../fonts/gill-sans-mt-light-1361533526.ttf') format('truetype'),
         url('../fonts/gill-sans-mt-light-1361533526.svg#GillSansMTLightRegular') format('svg');
}
@font-face {
	font-family: 'RobotoCondensedLight';
	src: url("../fonts/Roboto_Condensed/robotocondensed-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Condensed/robotocondensed-light-webfont.woff2") format("woff2"), url("../fonts/Roboto_Condensed/robotocondensed-light-webfont.woff") format("woff"), url("../fonts/Roboto_Condensed/robotocondensed-light-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 14px;
	font-family: 'GillSansMTLightRegular';
	color: #1c2024;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
a:focus {
	outline: none;
	outline-offset :0px;
	text-decoration: none;
}
#pagination {
}
.details_pagination {
	clear: both;
	border-top: 1px dotted #ccc;
	color: #888f97;
	text-align: right;
	font-style: italic;
	float: right;
	margin-right: 15px;
	padding-top: 15px;
}
ul.pagination {
	margin: 15px;
}
ul.pagination li span, ul.pagination li a {
	background: none;
	border: 0;
	color: #888f97;
}
ul.pagination li.active span {
	background: #ff4900;
	color: #fff;
}
.bg-warning {
	color: #ff4900;
	background: #f5f6f6;
	margin: 20px;
	padding: 20px;
	font-size: 16px;
}
.bg-danger {
	color: #fff;
	background: #ff4900;
	margin: 20px;
	padding: 20px;
	font-size: 16px;
}
.btn, .dropdown-menu, .form-control, .thumbnail, .modal-content {
	border-radius: 0px;
}
.price {
	color: #ff4900;
	font-size: 20px;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-margin {
	margin-left: 0!important;
	margin-right: 0!important;
}

.orange {
	color: #ff4900;
}

a.orange {
	color: #ff4900;
}
a.orange:hover, a.orange:focus {
	color: #d84407;
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px 0px #e7eaec;
	-moz-box-shadow: 0px 0px 5px 0px #e7eaec;
	box-shadow: 0px 0px 5px 0px #e7eaec;
	border: 1px solid #e7eaec;
	padding: 15px 15px 0;
}
.no-shadow-top {
	-webkit-box-shadow: 0px 3px 5px 0px #e7eaec;
	-moz-box-shadow: 0px 3px 5px 0px #e7eaec;
	box-shadow: 0px 3px 5px 0px #e7eaec;
}
button.delete {
	border: 0;
	background: none;
}
.shadow-light {
	-webkit-box-shadow: 0px 0px 2px 0px #CCC;
	-moz-box-shadow: 0px 0px 2px 0px #CCC;
	box-shadow: 0px 0px 2px 0px #CCC;
}
#modal-subscribe .btn-darkgrey {
	float: right;
}
.center_column table {
	font-size: 16px;
	margin-bottom: 0;
}
.center_column table > thead > tr > th:first-child {
	padding-left: 30px;
}
.center_column table > thead > tr > th:last-child {
	padding-right: 30px;
}
.center_column table > thead > tr > th, header.cart-address {
	padding: 15px 10px;
	font-weight: normal;
	font-family: 'transatstandard';
	text-transform: uppercase;
	background: #505459;
	border: 0;
	color: #fff;
	vertical-align: middle;
	font-size: 14px;
}
.center_column table.cart > thead > tr > th, header.cart-address {
	background: #1c2024;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	letter-spacing: 2px;
}
@media (min-width: 768px) {
	.center_column table > tbody > tr > td:first-child {
		padding-left: 30px;
	}
}
.center_column table.no_padding > tbody > tr > td:first-child {
	padding-left: 10px;
}
@media (min-width: 768px) {
	.center_column table > tbody > tr > td:last-child {
		padding-right: 30px;
	}
}
.center_column table.no_padding > tbody > tr > td:last-child {
	padding-right: 10px;
}
.center_column table > tbody > tr > td {
	padding: 12px 10px;
	color: #888f97;
	border: 0;
	vertical-align: middle;
	font-size: 16px;
}
@media (max-width: 1200px) {
}
.center_column table > tbody > tr > td.black, .center_column table > tbody > tr > td.black a {
	color: #000;
}
.center_column table > tbody > tr > td a {
	display: block;
}
.center_column table > tbody > tr > td a:hover {
	text-decoration: none;
	color: #ff4900;
}
.center_column table > tbody > tr > td.orange, .center_column table > tbody > tr > td.orange a {
	color: #ff4900;
}
@media (min-width: 768px) {
	.birthday {
		margin-left: 25%;
		margin-top: -50px;
		clear: both;
		float: left;
		padding-left: 10px;
	}
	.birthday > div {
		float: left;
		clear: right;
		width: 150px;
	}
	.form-horizontal .birthday > div label {
		width: 100px;
		text-indent: 15px;
		text-align: left;
	}
}
#modal-subscribe #field-civility {
	margin: 0;
}
#modal-subscribe #field-civility label {
	margin: 0;
	padding: 0;
}
#modal-subscribe .birthday {
	margin: 0;
	padding: 0;
}
#modal-subscribe .birthday > div {
	width: 80px;
}
#modal-subscribe .birthday > div select {
	width: 60px;
}
#modal-subscribe .birthday > div select#year {
	width: 80px;
}
#modal-subscribe .birthday > div > div {
	clear: both;
	padding: 0;
	width: 100px;
}
.header {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 2;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    background-color: #FFF;
}
#logo {
	left: 50%;
	margin-left: -63.5px;
	position: absolute;
	text-align: center;
}
#logo.logo-min {
	left: 50%;
	width: 78px;
	margin-left: -39px;
}
#logo img.t-logo {
    display: none;
}
#logo img.logo {
    display: inline-block;
}
#logo.logo-min img {
	width: 78px;
}
@media (min-width: 768px) {
.barre_top ul.nav li.dropdown:hover > .dropdown-menu, .barre_menu ul.nav li.dropdown:hover > .dropdown-menu {
	display: block;
	}
	.no_md_pright {
		padding-right :0 ;
	}
	.center_column .info_profile {
		padding-left: 30px!important;
	}
	.center_column .bottom_profile .patrons {
		margin-left: 30px;
	}
}
@media (max-width: 990px) {
}
/* @media (max-width: 1200px) {
	#logo {
	    margin-left: -25px;
	    z-index: 9;
	}
	#logo img{
	    width: 50px;
	}
} */
@media (min-width: 768px) {
.barre_top ul.nav > li.dropdown:hover > .dropdown-menu,
.barre_menu ul.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
}
.barre_top ul.nav .dropdown-menu  li.dropdown.always-open >.dropdown-menu,
.barre_menu ul.nav .dropdown-menu  li.dropdown.always-open >.dropdown-menu {
	display: block;
}
.barre_top {
	background: #1c1f24;
	height: 42px;
}
.barre_top .nav > li {
	border-right: 1px solid #616a73;
	height: 42px;
	line-height: 42px;
}
.barre_top .nav > li.dropdown a span {
	background: url("../img/li-dropdown.png") no-repeat right -37px;
}
.barre_top .nav > li.menu_account {
	background: url("../img/picto_profile.png") no-repeat 4px 10px;
	padding-left: 50px;
}
.barre_top .nav > li.lang {
	text-transform: uppercase;
}
.barre_top .nav > li.social a {
	padding: 8px 5px;
}
.barre_top .nav > li.social:hover {
	border: 0;
	border-right: 1px solid #616a73;
	background: none;
}
.barre_top .nav > li:first-child {
	border-left: 1px solid #616a73;
}
.barre_top .nav > li > a {
	color: #fff;
	padding: 11px 10px;
	font-size: 15px;
}
.barre_top .nav > li > a:hover, .barre_top .nav > li > a:focus {
	background: none;
}
.barre_top .nav > li.dropdown > a span {
	padding-right: 15px;
}
.barre_top .nav > li.open > a, .barre_top .nav > li > a:hover {
	background: none;
}
.barre_top .create .dropdown-menu, .barre_top .menu_account .dropdown-menu, .barre_top .shop .dropdown-menu {
	background: #1c1f24;
	left: 0;
	width: 225px;
}
.barre_top .menu_account .dropdown-menu h3 {
	display: none;
}
.barre_top .menu_account .dropdown-menu ul {
	margin: 0 5px;
	padding: 0;
}
.barre_top .menu_account .dropdown-menu ul li {
	margin: 0;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 16px;
	list-style: none;
	text-align: left;
}
.barre_top .create .dropdown-menu ul li a, .barre_top .shop .dropdown-menu ul li a, .barre_top .menu_account .dropdown-menu ul li a {
	color: #fff;
}
.barre_top .create .dropdown-menu ul li a:hover, .barre_top .shop .dropdown-menu ul li a:hover, .barre_top .menu_account .dropdown-menu ul li a:hover {
	text-decoration: none;
	color: #ff4900;
}
.barre_top .menu_account .dropdown-menu .logout {
	margin: 0 10px;
	float: right;
}
.barre_top .shop .dropdown-menu {
	width: 770px;
}
.barre_top .create .dropdown-menu ul, .barre_top .shop .dropdown-menu ul {
	list-style-type: none;
}
.barre_top .create .dropdown-menu ul li.title-group, .barre_top .shop .dropdown-menu ul li.title-group {
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 50px;
	font-family: 'transatstandard';
	margin: 5px 0;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
}
.barre_top .navbar-nav > li.create .dropdown-menu ul, .barre_top .navbar-nav > li.shop .dropdown-menu ul {
	float: left;
	padding: 15px 30px;
	border-right: 1px solid #575c61;
	height: 100%;
}
.barre_top .navbar-nav > li.create .dropdown-menu ul {
	border-right: 0;
}
.barre_top .navbar-nav > li.create .dropdown-menu ul li a, .barre_top .navbar-nav > li.shop .dropdown-menu ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 100%;
	width: 100%;
}
.barre_top .navbar-nav > li.create .dropdown-menu ul li:hover > a, .barre_top .navbar-nav > li.shop .dropdown-menu ul li:hover > a {
	color: #ff4900;
	text-decoration: none;
}
.barre_menu {
	background: #fff;
	color: #1C1F24;
}
@media (min-width: 768px) {
.barre_menu .navbar-nav > li {
	background: url('../img/separate_li.jpg') no-repeat right center;
	padding: 16px 0px;
}
}
.barre_menu .navbar-nav > li {
	padding-left: 5px;
}
.barre_menu .navbar-nav li:last-child {
	background: none;
}
.barre_menu .navbar-nav > li.open, .barre_menu .navbar-nav > li:hover {
	background: #1c1f24;
}
.barre_top .navbar-nav > li.shop.open, .barre_top .navbar-nav > li.shop.hover, .barre_menu .navbar-nav > li.dropdown.open > a, .barre_menu .navbar-nav > li.dropdown:hover > a {
	background: none;
}
.barre_menu .navbar-nav > li.dropdown.open > a span, .barre_menu .navbar-nav > li.dropdown:hover > a span {
	color: #fff;
	background: url("../img/li-dropdown.png") no-repeat right -38px;
}
.barre_menu .navbar-nav > li:hover > a {
	color: #fff;
}
.barre_menu .navbar-nav > li > a:hover {
	background: #1c1f24;
}
.barre_menu .navbar-nav > li > a {
	color: #3e454f;
	text-transform: uppercase;
	font-family: 'transatstandard';
	padding: 10px 5px;
}
.barre_menu .navbar-nav > li.dropdown > a span {
	background: url("../img/li-dropdown.png") no-repeat right 2px;
	padding-right: 16px;
}
.barre_menu .navbar-nav > li > a {
	padding-right: 10px;
}
@media (min-width: 768px) {
 .barre_menu .navbar-nav > li > .dropdown-menu {
	position: fixed;
	top: 114px;
	left: auto;
	padding-bottom: 0;
	margin-left: -5px;
}

}
.barre_menu .navbar-nav li .dropdown-menu li .dropdown-menu {
    background: #1c1f24;
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: none;
    border: none;
    padding: 0;
}
.barre_menu .navbar-nav li.always-open .dropdown-menu {
    font-style: italic;
}
.barre_menu .navbar-nav li .dropdown-menu li.always-open .dropdown-menu {
	position: relative!important;
    padding-left: 15px!important;
    white-space: nowrap;
}
.barre_menu .navbar-nav li .dropdown-menu li .dropdown-menu ul{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.barre_menu .navbar-nav > li .dropdown-menu {
	background: #1c1f24;
	color: #fff;
}
.barre_menu .navbar-right > li .dropdown-menu {
	right: auto;
}
@media (min-width: 768px) {
    .barre_menu .navbar-nav > li .dropdown-menu ul {
    	float: left;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .barre_top ul.nav li li.dropdown:not(.always-open):hover > .dropdown-menu,
    .barre_menu ul.nav li li.dropdown:not(.always-open):hover > .dropdown-menu {
        margin-left: -5px;
    }
    .barre_menu .navbar-nav li .dropdown-menu li.always-open .dropdown-menu {
        padding-bottom: 20px!important;
    }
}

.vertical-nav > ul > li.nowrap > .dropdown-menu {
    white-space: nowrap;
}

.barre_menu .navbar-nav > li .dropdown-menu ul {
	padding: 15px 30px;
	/* for submenus */
	padding-right: 0;
	border-right: 1px solid #575c61;
}
.barre_menu .navbar-nav > li .dropdown-menu ul:last-child {
	border-right: 0;
}
.barre_menu .navbar-nav > li .dropdown-menu ul li {
	list-style-type: none;
	margin: 20px 0;
}
.barre_menu .navbar-nav > li .dropdown-menu ul li.title-group {
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 50px;
	font-family: 'transatstandard';
	margin: 5px 0;
	font-size: 18px;
}
.barre_menu .navbar-nav > li .dropdown-menu ul li > a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
    padding-right: 30px;
}

.barre_menu .navbar-nav > li .dropdown-menu ul li.dropdown > a {
	display: block;
}
.barre_menu .navbar-nav > li .dropdown-menu ul li:hover > a {
	color: #ff4900;
	text-decoration: none;
}
.title_page {
	background: #f5f6f6;
	text-align: center;
	padding: 30px;
}
.title_page h1 {
	margin: 0;
	padding: 0;
}
.title_page ul {
	margin-bottom: 0;
}
.main {
	padding-top: 114px;
	position: relative;
	z-index: 1;
}
.left_column, .center_column {
	padding-right: 15px;
	padding-left: 15px;
	/*padding: 30px 0;*/
    padding: 0 0 30px;
}
.btn-grey {
	color: #fff;
	text-transform: uppercase;
	font-family: 'transatstandard';
	background: #333b43;
	padding: 10px 20px;
}
.home_left_img.active .btn-grey, .btn-grey:hover, .btn-grey:focus {
	color: #fff;
	background: #ff4900;
}
.btn-white {
	color: #1c2024;
	text-transform: uppercase;
	font-family: 'transatstandard';
	border-radius: 0px;
	background: #fff;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
}
.btn-white:hover {
	color: #1c2024;
	background: #e6eaed;
}
.btn-orange {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'transatstandard';
	border-radius: 0px;
	background: #ff4900;
	padding: 10px 20px;
	border: 0;
	transition: all 0.3s ease 0s;
}
.btn-orange:focus, .btn-orange:hover {
	background: #ff6e41;
	color: #fff;
}
.btn-darkgrey {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'transatstandard';
	border-radius: 0px;
	border: 0;
	background: #1c2024;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
}
.btn-darkgrey:focus, .btn-darkgrey:hover {
	background: #888f97;
	color: #fff;
}
.navigation .btn-darkgrey .icon-bar {
    background-color: #FFF;
}
.btn-add-to-cart {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'transatstandard';
	border-radius: 0px;
	background: #ff4900;
	padding: 8px 15px;
	transition: all 0.3s ease 0s;
}
.btn-add-to-cart:hover {
	background: #ff6e41;
	color: #fff;
}
.btn-tailor {
	height: 42px;
	line-height: 22px;
}
h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'transatstandard';
	color: #333b43;
	letter-spacing: 2px;
}
#featured {
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
#featured > div {
	display: inline-block;
}

#carousel-home a.carousel-control:hover {
	background: #ccc;
}

@media (min-width: 768px) {
	#carousel-home a.carousel-control {
		position: absolute;
		bottom: 0;
		left: auto;
		top: auto;
		right: 0;
		text-shadow: none;
		background-image: none;
		background: #ff4900;
		width: 50px;
		opacity: 1;
		height: 50px;
	}
	#carousel-home a.carousel-control.left {
		right: 50px;
		background: #1c2024;
		background-image: none;
	}
	#carousel-home a.carousel-control.left .glyphicon {
		background: url('../img/left_slider.png') no-repeat;
		left: 31px;
		top: 27px;
	}
	#carousel-home a.carousel-control.right .glyphicon {
		background: url('../img/right_slider.png') no-repeat;
		right: 0;
		top: 27px;
	}
	#carousel-home a.carousel-control.left .glyphicon:before, #carousel-home a.carousel-control.right .glyphicon:before {
		content: "";
	}
}
.carousel-indicators li {
	background: #fff;
	border: 0;
	width: 8px;
	height: 8px;
	margin: 0;
	margin-right: 10px;
}
.carousel-indicators li.active {
	background: #ff4900;
	width: 8px;
	height: 8px;
	margin-right: 10px;
}
#carousel-home .carousel-inner .item img {
	width: 100%;
}
.home_left_img {
	float: left;
	position: relative;
	background: #e6e5e3;
	background: -moz-linear-gradient(top,  #dcdbd7 0%, #e6e5e3 100%);
	background: -webkit-linear-gradient(top,  #dcdbd7 0%,#e6e5e3 100%);
	background: linear-gradient(to bottom,  #dcdbd7 0%,#e6e5e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdbd7', endColorstr='#e6e5e3',GradientType=0 );

}
.home_left_img .opacity {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: url('../img/overlay.png');
	z-index: 1;
	transition :all 0.3s ease ;
}
.home_left_img img {
    margin: 0 auto;
}
.home_left_img.active .opacity {
	opacity: 1;
}
.carousel-inner .desc, .home_left_img .desc {
	position: absolute;
	top: 35%;
	z-index: 2;
	color: #fff;
	text-align: center;
	width: 100%;
}
.carousel-inner .desc .big, .home_left_img .desc .big {
	text-transform: uppercase;
	font-family: 'transatstandard';
	font-size: 60px;
}
@media (max-width: 1200px) {
}
.carousel-inner .desc .small, .home_left_img .desc .small {
	text-transform: uppercase;
	font-family: 'transatstandard';
	letter-spacing: 5px;
	font-size: 20px;
}
.home_left_img .btn_create {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
}
.block_home {
    margin-top: 20px!important;
}
.block_home h1 {
	margin: 30px 0px;
}
.block_home h3 {
	text-align: center;
	color: #ff4900;
	text-transform: uppercase;
	font-family: 'transatstandard';
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 30px;
}
.block_home > div {
	text-align: center;
}
.block_home p {
	text-align: center;
	color: #575c61;
	font-size: 16px;
	margin-bottom: 0;
	margin: 0 15px;
}
.block_inspiration, .cross-selling-separator {
	background: url("../img/shadow_box.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	clear: both;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 20px;
}
.block_tailor_connected h4, .block_inspiration h4, .cross-selling-title {
	/*color: #FFF;*/
	font-family: "transatstandard";
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
.block_inspiration h4 {
    margin: 20px 0 15px;
}
.product_inspiration {
	position: relative;
}
.product_inspiration .content {
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	clear: both;
	height: 100%;
	float: left;
	width: 100%;
	position: relative;
}
.product_inspiration.image {
	padding-top: 30px;
}
.product_inspiration.image_droite {
	padding-bottom: 30px;
}
.product_inspiration.medium {
	height: 345px;
}
.product_inspiration.big {
	height: 545px;
}
.product_inspiration .img {
	clear: both;
	float: left;
	height: 260px;
	width: 100%;
	padding: 15px;
	padding-bottom: 0;
}
.product_inspiration.big .img {
	overflow: hidden;
	height: 450px;
}
.product_inspiration img {
	width: 100%;
}
.product_inspiration .info_product {
	position: relative;
	bottom: 0;
	z-index: 3;
	padding: 15px;
	padding-top: 0;
	font-size: 16px;
	clear: both;
	float: left;
}
.product_inspiration.active .opacity {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product_inspiration .opacity {
	position: absolute;
	background: url("../img/overlay.png");
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
	top: 0;
	padding-top: 80px;
}
.product_inspiration .opacity .btn {
	margin-bottom: 15px;
	width: 100px;
}
.product_inspiration .info_product .name {
	color: #333b43;
}
.product_inspiration.active .info_product .name, .product_inspiration.active .info_product .price {
	color: #fff;
}
.product_inspiration .info_product .price {
	color: #ff4900;
	clear: both;
	display: block;
}
.bar_bg_grey {
	background: #f5f6f6;
	padding: 20px 0px;
    z-index: 510;
    position: relative;

}
.block_tailor_connected {
    margin-top: -30px;
}
.block_tailor_connected h4 {
	margin-bottom: 30px;
}
.block_tailor_connected .content_tc {
	/*padding-bottom: 50px;*/
	overflow: hidden;
	position: relative;
	background: #fff;
}
.block_tailor_connected .content_tc .img img {
	width: 100%;
}
.block_tailor_connected .content_tc .desc {
	bottom: -46px;
	height: 145px;
	padding: 20px;
	position: absolute;
	background: #fff;
	transition: all 0.4s ease 0s;
}
.block_tailor_connected .content_tc .desc h6 {
	text-transform: uppercase;
	font-family: 'transatstandard';
	line-height: 22px;
	color: #333b43;
	letter-spacing: 2px;
	font-size: 18px;
}
.block_tailor_connected .content_tc .desc p {
	color: #fff;
	font-size: 15px;
	padding-bottom: 15px;
}
.block_tailor_connected .content_tc.active .desc {
	background: #1c2024;
	height: 200px;
	bottom: 0px;
}
.block_tailor_connected .content_tc.active .desc h6 {
	color: #ff4900;
}
.block_home_reinsurance {
	margin-top: 30px;
	background: url("../img/shadow_box.png") no-repeat center top;
	padding-top: 45px;
}
.block_home_reinsurance p {
	font-family: 'transatstandard';
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.block_home_reinsurance .press-logo img{
	/*background-image:url('/assets/img/contenu/band_presse.jpg');*/
    text-align: center;
    margin: auto;
}
.block_home_reinsurance .bottom .press-logo{
	background-image:url('/assets/img/contenu/band_presse_concours.jpg');
}
.block_home_reinsurance .logo{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.block_home_reinsurance .press-logo a{
    display: block;
    height: 100%;
}
.block_home_reinsurance > .row{
    margin-bottom: 20px;
}
.no_pright {
	padding-right :0 ;
}
@media (max-width: 750px) {
}
@media (max-width: 990px) {
}
.left_column {
	padding-right: 0px;
}
.left_column .cms_categories {
	background: #fff;
	padding: 0;
}
.left_column .cms_categories ul {
	margin: 0;
	padding: 20px 0px;
}
.left_column .cms_categories ul li {
	font-size: 15px;
	list-style: none outside none;
	padding: 10px 15px;
}
.left_column .cms_categories ul li:hover {
	background: #f5f6f6;
}
.left_column .cms_categories ul li.active {
	background: #ff4900;
}
.left_column .cms_categories ul li a:hover {
	text-decoration: none;
}
.left_column .cms_categories ul li.active a {
	color: #fff;
}
.left_column .cms_categories ul li a {
	color: #1c2024;
	display: block;
}
.cms .breadcrumb {
	margin: 15px 10px;
}
.cms_content {
	font-size: 16px;
	padding: 0 15px;
}
.category_faq {
	margin: 15px 0;
	background: url('../img/puce2.jpg') no-repeat left center;
	padding-left: 15px;
}
.category_faq a {
	color: #333b43;
}
.category_faq a:hover {
	color: #ff4900;
}
.left_column .logout {
	margin: 30px 0;
}
.left_column .logout .btn {
	letter-spacing: 2px;
}
.left_column .block-profile {
	-webkit-box-shadow: 0px 0px 5px 0px #e7eaec;
	-moz-box-shadow: 0px 0px 5px 0px #e7eaec;
	border: 1px solid #e7eaec;
	box-shadow: 0px 0px 5px 0px #e7eaec;
	color: #1c2024;
	padding-bottom: 15px;
}
.left_column .block-profile h3 {
	border-bottom: 1px solid #e7eaec;
	font-family: 'transatstandard';
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}
.left_column .block-profile ul {
	margin: 0px;
	padding: 0;
}
.left_column .block-profile ul li {
	padding: 10px 15px;
	font-size: 16px;
	list-style: none;
}
.left_column .block-profile ul li.logout {
	margin-top: 30px;
}
.left_column .block-profile ul li a {
	color: #1c2024;
}
.left_column .block-profile ul li.active:hover, .left_column .block-profile ul li.active {
	background: #ff4900;
}
.left_column .block-profile ul li:hover {
	background: #f5f6f6;
}
.left_column .block-profile ul li.active:hover a, .left_column .block-profile ul li.active a {
	text-decoration: none;
	color: #fff;
}
.left_column .block-profile ul li:hover a {
	text-decoration: none;
}
.sponsorship .share {
	background: #84878a;
	margin-bottom: 30px;
	padding: 20px 15px;
	color: #fff;
}
.sponsorship .share h5 {
	text-transform: uppercase;
	font-family: 'transatstandard';
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.sponsorship .share input {
	width: 100%;
	padding: 7px;
	font-size: 16px;
	color: #888f97;
}
.credits_tabs_menu, .sponsorship_tabs_menu {
	background: #353b43;
	position: relative;
	z-index: 2;
}
.credits_tabs_menu li, .sponsorship_tabs_menu li {
	margin: 10px;
}
.credits_tabs_menu li.active, .sponsorship_tabs_menu li.active {
	background: #ff4900;
}
.credits_tabs_menu li.active a, .sponsorship_tabs_menu li.active a {
	color: #fff;
}
.center_column .credits_tabs_menu li.active:hover a, .center_column .credits_tabs_menu li a:focus, .center_column .credits_tabs_menu li a, .center_column .sponsorship_tabs_menu li.active:hover a, .center_column .sponsorship_tabs_menu li a:focus, .center_column .sponsorship_tabs_menu li a {
	padding: 10px 10px;
	background: none;
	text-transform: uppercase;
	font-family: 'transatstandard';
	color: #fff;
	border: 0;
}
.credits_tabs .content, .sponsorship_tabs .content {
	-webkit-box-shadow: 0px 0px 5px 0px #e7eaec;
	-moz-box-shadow: 0px 0px 5px 0px #e7eaec;
	box-shadow: 0px 0px 5px 0px #e7eaec;
	border: 1px solid #e7eaec;
	padding: 15px;
}
@media(min-width: 768px)
{
	.sponsorship_tabs .content .mails {
		text-align: cente;
	}
}
.sponsorship_tabs .content .mails input {
	width: 100%;
	margin-bottom: 15px;
	padding: 7px;
}
.sponsorship_tabs .content .links {
	clear: both;
	margin-top: 30px;
}
.sponsorship_tabs .content .links a {
	letter-spacing: 2px;
}
.sponsorship_tabs .content .links input {
	float: right;
	letter-spacing: 2px;
}
/*mobile css*/
@media (max-width: 768px) {
	.sponsorship_tabs .content .links a {
		width: 100%;
	}
	.sponsorship_tabs .content .links input {
		width: 100%;
	}
	.action-btns button, .action-btns a,
	.product-actions button{
	    float: none !important;
	    margin: 5px auto !important;
	}
	.product-actions button{
		display: block;
	}

	.lookbook_go_back {
		position: absolute;
	    top: 72px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 54px;
	    padding: 0;
	}
	.xs-center{
		text-align: center !important;
	}
	.xs-center td, .xs-center th{
		text-align: center !important;
	}
	.xs-justify{
		text-align: justify !important;
	}
	.xs-bottom-margin{
		margin-bottom: 15px;
	}
	.xs-float-center {
		text-align: center;
	}
	.xs-float-center a{
		display: inline-block !important;
		float: none !important;
	}
	.title_page {
		padding: 30px 0 !important;
	}
	#configurateur .row_section_content > .section_content:not([data-tab="fabric"]) .section_content_fixed .section_product{
		display: block !important;
	}
	#configurateur .row_section_content > .section_content:not([data-tab="fabric"]) .section_content_fixed .content_pagination{
		display: none !important;
	}
	#popup_studio .content_pagination, #content_pagination_fabric {
	    position: relative;
	}
	#popup_studio .content_pagination .section_left, #content_pagination_fabric .section_left {
	    text-align: left;
	}
	#popup_studio .content_pagination .section_right, #content_pagination_fabric .section_right {
		position: absolute;
	    top: 0px;
	    right: 20px;
	}
	.section_button .section_save{
		display: none;
	}
	.left_column .block-profile, .left_column .logout *{
		display: none;
	}
	.left_column .logout{
		margin-top: -40px;
	}
	.no-margin-xs{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.no-padding-xs{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.padding-xs{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.text-center-xs{
		text-align: center!important;
	}
	.btn-center-xs{
	    display: table!important;
	    margin-left: auto!important;
	    margin-right: auto!important;
	}
	.block-xs{
		display: block!important;
	}
	.section_filter section.category-filter .category-filter{
	    display: none;
	}
	.section_filter section.category-filter.open .category-filter{
	    display: block;
	}
	.section_filter section.category-filter.open .category-filter{
	    display: block;
	}
	.section_filter section.category-filter .category-filter-title:after {
		content: "";
	    display: inline-block;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 5px 5px 0 5px;
	    border-color: #757575 transparent transparent transparent;
	    margin-left: 20px;
	    margin-bottom: 2px;;
	}
	.section_filter section.category-filter.open .category-filter-title:after {
	    border-width: 4px 0 4px 6.7px;
	    border-color: transparent transparent transparent #444444;
	}
	.store_type_container{
	    top: 70px!important;
	}
	.store_type_container .map_container{
		display: none;
	}
	#carousel-storetype .carousel-inner{
		height: 510px!important;
	}
	.product-configured .product-details {
		width: 150px;
	    display: block;
	    margin: 10px auto 0px auto;
	}
	.noty_message{
		font-size: 15px !important;
	}
	.center_column .bottom_profile .patrons .number_profile .numbers > div{
	    text-align: center;
	}
	#form-edit_profile.editing .links{
		display: none;
	}
	.center_column .block_adress .actions{
		margin-bottom: 20px;
	}
	.center_column .block_adress .actions > a{
		padding: 7px 20px;
		background: #d9f7e2;
		border: #bbd6c3 1px solid;
		display: inline-block;
		vertical-align: bottom;
	}
	.center_column .block_adress .actions > div{
		display: inline-block;
	}
	.center_column .block_adress .actions button.delete{
		padding: 7px 20px;
		background: #f7dbd9;
		border: #eacbc9 1px solid;
	}
	.credits_tabs_menu, .sponsorship_tabs_menu{
    	display: flex;
	}
	.sponsorship .share h5, .right_column .block_parrainage_right{
		text-align: center;
	}
	#carousel-lookbook .carousel-control.right{
	    margin-right: 0px!important;
	    float: right!important;
	}
	#carousel-lookbook .carousel-control.left{
	    margin-left: 0px!important;
	    float: left!important;
	}
	#carousel-lookbook .carousel-control {
	    top: initial!important;
	}
	.carousel-control {
	    position: relative!important;
	}
	.carousel-caption.right{
		text-align: center!important;
	}
	.lookbook_nav_btn{
    	margin-top: 50px;
	}
	.lookbook_content .desc{
		text-align: justify!important;
	}
	.lookbook_content .price,
	.products-lookbook .product-container h3 {
		text-align: center!important;
	}
	.section_content_dynamic .section_filter .btn-group > .btn{
	    background-position: center;
	    background-repeat: no-repeat;
	    color: transparent;
	    background-size: 25px;
	}
	.section_content_dynamic .section_filter .range button{
		background-image: url(/assets/img/cfg/svg/tarif.svg);
	}
	.section_content_dynamic .section_filter .colour button{
		background-image: url(/assets/img/cfg/svg/couleur.svg);
	}
	.section_content_dynamic .section_filter .pattern button{
		background-image: url(/assets/img/cfg/svg/motif.svg);
	}
	.section_content_dynamic .section_filter .style button{
		background-image: url(/assets/img/cfg/svg/tissage.svg);
	}
	.section_content_dynamic .section_filter .collection button{
		background-image: url(/assets/img/cfg/svg/collection.svg);
	}
	.section_content_dynamic .section_filter .brand button{
		background-image: url(/assets/img/cfg/svg/marque.svg);
	}
	.section_content_dynamic .section_filter .composition button{
		background-image: url(/assets/img/cfg/svg/composition.svg);
	}
	.section_content_dynamic .section_filter .thickness button{
		background-image: url(/assets/img/cfg/svg/grammage.svg);
	}
	.section_content_dynamic .section_filter .season button{
		background-image: url(/assets/img/cfg/svg/saison.svg);
	}
	.section_content_dynamic .section_filter .btn-group {
	    padding-left: 5px!important;
	    padding-right: 5px!important;
	}
	.col-xs-2_4 {
	    width: 20%;
    	float: left;
	    position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.section_content_dynamic .section_filter .btn-group > .btn i{
	    position: absolute;
	    right: 2px;
	    bottom: 3px;
	    color: #000;
	}
	.barre_menu .navbar-nav > li .dropdown-menu ul{
	    background-color: #333539;
	    padding-top: 1px;
	}
	.barre_menu .navbar-nav > li > a{
		padding: 7px 5px;
	}
	.barre_menu .navbar-nav > li{
		border-bottom: 1px solid #e4e4e4;
	}
	.barre_menu .navbar-nav > li .dropdown-menu ul li.title-group{
		font-size: 12px;
	    color: #b5b5b5;
	    height: auto;
	    text-align: right;
	    margin-right: 30px;
	    position: relative;
	    border-bottom: 1px solid #5a5a5a;
	}
	.barre_menu .navbar-nav > li .dropdown-menu ul li.title-group:empty{
		display: none;
	}
	.barre_menu .navbar-nav > li .dropdown-menu ul li.title-group a{
	    font-size: 12px;
	    padding: 0;
	}
	.barre_menu .navbar-nav > li .dropdown-menu ul li{
	    margin: 0px;
	}
	.barre_menu .navbar-nav > li .dropdown-menu ul li > a{
	    padding: 5px 30px 5px 0;
	}
	.barre_menu .navbar-nav > li{
		padding-left: 5px;
	}
	.barre_menu .navbar-nav > li .dropdown-menu ul{
	    padding-bottom: 0;
	}
	.barre_menu .navbar-nav li .dropdown-menu li .dropdown-menu{
		background: #333539;
	}
}
.sponsorship_tabs .content .links:after {
	content: "";
	clear: both;
	display: table;
}
#add_adress_sponsorship {
	margin-top: 15px;
}
.credits_tabs .content .loyaltycard_number {
	font-weight: bold;
	text-transform: uppercase;
}
.credits_tabs .content .bg-warning {
	margin: 0;
}
@media (min-width: 768px) {
	.columns-3 .center_column {
	  padding: 30px 0 30px 20px;
	}
}
.center_column .welcome_block {
	background: #1c2024;
	padding: 30px;
	font-size: 16px;
	color: #fff;
}
.center_column .welcome_block .title {
	color: #ff4900;
	font-family: 'transatstandard';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 28px;
}
.center_column .info_profile {
	padding-left: 0px;
	padding-right: 0;
	color: #888f97;
}
.center_column .info_profile .shadow {
	padding: 30px;
}
.center_column .info_profile .title {
	font-family: 'transatstandard';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #1c2024;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.center_column .info_profile .col-lg-6:not(:first-child) .title{
	margin-top: 20px;
}
.center_column .info_profile .btn {
	width: auto;
	margin-top: 15px;
}
.center_column .info_profile .info, .center_column .info_profile .address {
	font-size: 15px;
}
@media (max-width: 1200px) {
}
.center_column .orders, .center_column .orders_return {
	padding: 30px 0;
	padding-bottom: 0;
	margin-top: 30px;
}
.center_column .orders h3, .center_column .orders_return h3 {
	font-family: 'transatstandard';
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
}
.center_column .orders p.infos, .center_column .orders_return p.infos {
	color: #888f97;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}
.center_column .bottom_profile {
	margin-top: 30px;
	margin-bottom: 30px;
}
.center_column .bottom_profile .bon_achat {
	background: #ff4900;
	padding: 0;
	margin-bottom: 30px;
}
.center_column .bottom_profile .sponsorship {
	background: #888f97;
	padding: 0;
}
.center_column .bottom_profile .bon_achat h4, .center_column .bottom_profile .sponsorship h4 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff8b67;
	font-family: 'transatstandard';
	letter-spacing: 2px;
	padding: 10px 0;
	margin-bottom: 0;
}
.center_column .bottom_profile .sponsorship h4 {
	border-color: #a0a5ac;
}
.center_column .bottom_profile .bon_achat .infos, .center_column .bottom_profile .sponsorship .infos {
	padding: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.center_column .bottom_profile .bon_achat .infos p:last-child, .center_column .bottom_profile .sponsorship .infos p:last-child {
	margin-bottom: 0;
	margin-top: 15px;
}
.center_column .bottom_profile .bon_achat .infos p span, .center_column .bottom_profile .sponsorship .infos p span {
	display: block;
	text-align: center;
}
.center_column .bottom_profile .bon_achat .infos p span.number, .center_column .bottom_profile .sponsorship .infos p span.number {
	font-size: 40px;
}
.center_column .bottom_profile .bon_achat .infos p a.btn, .center_column .bottom_profile .sponsorship .infos p a.btn {
	width: 100%;
	letter-spacing: 2px;
}
@media (max-width: 970px) {
}
.center_column .bottom_profile .patrons {
	background: #1c2024;
}
.center_column .bottom_profile .patrons h4 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #494d50;
	font-family: 'transatstandard';
	letter-spacing: 2px;
	margin-bottom: 0;
}
.center_column .bottom_profile .patrons .infos {
	padding: 30px;
	padding-top: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 0;
}
.center_column .bottom_profile .patrons .infos p {
	padding: 0 30px;
	text-align: center;
	line-height: 20px;
}
.center_column .bottom_profile .patrons .number_profile {
    margin: 0;
	color: #ff4900;
	font-size: 16px;
}
.center_column .bottom_profile .patrons .number_profile > div:after {
    content: "";
    clear: both;
    display: inline-block;
}
.center_column .bottom_profile .patrons .number_profile .numbers{
    margin-top: 40px;
}
.center_column .bottom_profile .patrons .number_profile .numbers > div{
    padding: 0 15px;
}
.center_column .bottom_profile .patrons .number_profile img{
    margin: 0 auto -40px auto;
}
@media (max-width: 1200px) {
}
@media (max-width: 970px) {
}
.center_column .bottom_profile .patrons .number_profile .num {
	font-size: 38px;
}
.center_column .bottom_profile .patrons .manage_patron {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.center_column .block_adress {
	font-size: 15px;
	color: #888f97;
	margin-bottom: 0;
}
.center_column .block_adress .title {
	font-family: 'transatstandard';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}
.center_column .block_adress .btn-white {
	margin-top: 20px;
}
.center_column .block_adress .actions {
	margin-top: 15px;
}
.btn-add-address {
	margin-top: 30px;
	margin-right: 15px;
	float: right;
}
.center_column .infos_address {
	margin: 30px 20px;
	font-size: 15px;
}
.block_profile_details {
	margin-bottom: 30px;
	padding: 0;
}
.block_profile_details h3 {
	margin: 0;
	padding: 15px;
}
.block_profile_details > span {
	margin: 15px;
	display: block;
}
.block_profile_details > div.table-responsive {
	margin: 0;
}
.block_profile_details > div.table-responsive span.title {
	color: #333b43;
	font-size: 16px;
}
.block_profile_details > div.table-responsive span.info {
	font-size: 13px;
	clear: both;
	display: block;
}
.block_profile_details > div.table-responsive td p {
	margin: 0;
}
.block_profile_details > div.table-responsive td.update, .block_profile_details > div.table-responsive td.delete {
	padding: 10px 5px;
}
.block_profile_details > div.table-responsive td.update button {
	background: none;
	padding: 0;
	border: 0;
}
.block_profile_details > div.table-responsive form {
	margin: 0;
}
.block_profile_details .btn {
	margin: 15px;
}
.mesure_image {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.measure_modal_content {
	font-size: 18px;
	text-align: center;
}
.measure_modal_content .content {
	padding: 15px;
}
.measure_modal_content .content .gift {
	text-transform: uppercase;
	font-family: 'transatstandard';
	color: #ff4900;
	font-size: 24px;
}
.measure_modal_content a {
	text-decoration: none;
}
.measure_modal_content .measure_choice {
	margin: 15px 0;
	padding-bottom: 15px;
}
.measure_modal_content .measure_choice:hover {
	background: #1c2024;
}
.measure_modal_content h5 {
	color: #333333;
}
.measure_modal_content .measure_choice:hover h5 {
	color :#fff ;
}
.measure_modal_content .measure_choice:hover p {
	color :#fff ;
}
.measure_modal_content .measure_choice:hover .btn-darkgrey {
	background: #fff;
	color: #ff4900;
}
.measure_modal_content .other_info {
	margin: 20px 0;
}
.measure_modal_content .other_info a {
	color: #1c2024;
	font-family: 'transatstandard';
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0 15px;
	text-transform: uppercase;
}
.measure_modal_content .info.grey {
	font-size: 15px;
	color: #888f97;
}
#modal-big .row .div, #modal-big .row {
	padding: 0;
}
.modal-content .measure_modal_content .row .col-sm-3 {
	padding: 15px;
}
.measure_choice h5 {
	font-family: 'transatstandard';
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.measure_choice .time {
	margin-top: 10px;
	font-family: 'transatstandard';
	color: #ff4900;
	display: block;
	text-transform: uppercase;
}
.measure_choice p {
	font-size: 14px;
	color: #474b4e;
}
.measure_choice p.big {
	font-size: 17px;
	color: #1c2024;
	padding: 10px 10px 0;
}
.measure_choice .btn-darkgrey {
	letter-spacing: 2px;
}
.bar_measure_menu {
	background: #1c2024;
	padding: 10px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.module_rdv a.btn_date {
	border: 1px solid #e7e7e7;
	padding: 7px 10px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'transatstandard';
	letter-spacing: 2px;
	display: block;
	height: 38px;
	width: 157px;
}
.module_rdv .actual_date {
	color: #aeaeae;
	text-transform: uppercase;
	text-align: center;
}
.module_rdv .actual_date span {
	font-size: 24px;
	margin-left: 5px;
}
.module_rdv .actual_date .num_day {
	color: #ff4900;
}
.horaires {
	margin-top: 20px;
}
.horaire {
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	border: 5px solid transparent;
}
.horaire .heure {
	color: #a2a2a2;
}
.horaire .select {
	color: #ff4900;
}
.module_rdv a.btn_next_date {
	float: right;
	width: 134px;
}
a.btn_date:hover {
	border-color: #ff4900;
	text-decoration: none;
}
a.btn_date .icon-prev {
	background-position: -223px -71px;
	margin-right: 10px;
}
a.btn_date .icon-next {
	float: right;
	background-position: -191px -71px;
	margin-right: 10px;
}
.rdv_grey {
    background: #DCDCDC;
    color: #fff;
    padding: 10px 100px 0px;
    border: 1px solid #B9B8B8;
}
.module_rdv .rdv_grey p {
    color: #444;
    font-family: sans-serif;
}
.module_rdv .rdv_grey .select_date {
    margin: 0px auto 10px auto;
	width: 200px;
	height: auto;
	background: #333333;
	padding: 6px 15px;
}
.module_rdv .rdv_grey .select_date #input-home-date {
	border: 0 none;
	color: #333333;
	cursor: pointer;
	font-size: 0;
	height: 24px;
	position: relative;
	top: -3px;
	width: 21px;
	background: url('../img/sprite_shop.png') no-repeat -165px -6px;
}
.module_rdv .rdv_grey .select_date a {
	color: #fff;
	float: left;
	font-size: 16px;
	padding-right: 6px;
}
.module_rdv .rdv_grey .select_date a:hover {
	text-decoration: none;
}
.rdv_grey .ta-center {
	text-align: center;
	margin-bottom: 0;
}
.rdv_grey .big {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 40px;
	text-align: center;
}
.module_rdv .title_form {
	text-transform: uppercase;
	font-family: 'transatstandard';
	font-size: 18px !important;
	color: #000;
}
.module_rdv .price, .module_rdv p {
	font-size: 16px;
}
.module_rdv p {
	color: #676767;
}
.measure_module {
	-moz-box-shadow: 0px 0px 5px 0px #e7eaec;
	border: 1px solid #e7eaec;
	position: relative;
	z-index: 1;
}
.measure_module .grey {
	background: #f5f6f6;
	padding: 15px 100px;
	padding-top: 30px;
}
.measure_module .white {
	padding: 15px 100px;
}
@media (max-width:1200px) {
}
.measure_module .title_form {
	font-size: 26px;
	margin-bottom: 15px;
}
select#size {
	width: 100px;
}
#name_patron {
	height: 42px;
}
.submit_begin {
	padding-top: 37px;
}
.submit_begin input {
	width: 100%;
	letter-spacing: 2px;
}
.measure_express {
	-webkit-box-shadow: 0px 0px 5px 0px #e7eaec;
	-moz-box-shadow: 0px 0px 5px 0px #e7eaec;
	box-shadow: 0px 0px 5px 0px #e7eaec;
	border: 1px solid #e7eaec;
	margin-bottom: 20px;
}
.measure_express .content {
	padding: 15px;
	position: relative;
}
.measure_express .content h5 {
	font-family: 'transatstandard';
	text-transform: uppercase;
}
.measure_express .content .helper {
	position: absolute;
	top: 15px;
	right: 15px;
}
.measure_express .content .image {
	text-align: center;
}
.measure_express .grey {
	padding: 20px 30px;
	text-align: center;
}
.measure_express .grey select {
	padding: 5px;
	width: 150px;
}
.choice_mesure_group {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	margin-bottom: 15px;
}
.choice_mesure_group li {
	margin: 0;
	padding: 7px 20px;
	list-style: none;
	float: left;
	background: #fff;
	border: 1px solid #dedede;
	color: #888f97;
	font-size: 15px;
	cursor: pointer;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	-webkit-box-shadow: inset 1px 1px 7px 3px rgba(100,100,100,0.1);
	box-shadow: inset 1px 1px 7px 3px rgba(100,100,100,0.1);
}
.choice_mesure_group li:last-child {
	-webkit-border-radius: 0px 2px 2px 0;
	border-radius: 0px 2px 2px 0;
}
.choice_mesure_group li.active {
	background: #ff6a3b;
	color: #fff;
	border: 1px solid #ff5622;
}
.bar_measure_menu div.measure {
	float: left;
	margin-left: 15px;
}
.bar_measure_menu p {
	margin-bottom: 0;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'transatstandard';
}
.bar_measure_menu p.open {
	background: #ff6a3b;
}
.bar_measure_menu p a {
	color: #fff;
}
.measure_plugin {
	padding: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px #e7eaec;
	-moz-box-shadow: 0px 0px 5px 0px #e7eaec;
	box-shadow: 0px 0px 5px 0px #e7eaec;
	border: 1px solid #e7eaec;
}
iframe {
	max-width: 100%!important;
}
.measure_plugin .step {
	margin-bottom: 15px;
}
.measure_plugin .step ul {
	margin: 0;
	padding: 0;
}
.measure_plugin .step ul li.alert-success {
	background: #e8f7ed;
}
.measure_plugin .step ul li:nth-child(even).alert-success {
	background: #f3fbf6;
}
.measure_plugin .step ul li.active {
	font-weight: bold;
}
.measure_plugin .step ul li {
	margin: 0;
	padding: 7px 12px;
	list-style: none;
	cursor: pointer;
	display: block;
	color: #1c2024;
}
.measure_plugin .step ul li .measure {
	float: right;
	color: #339966;
}
.measure_plugin .content {
}
.measure_plugin .content h5 {
	text-transform: uppercase;
	font-family: 'transatstandard';
	font-size: 22px;
	margin-bottom: 15px;
}
.measure_plugin .content div.desc {
	font-size: 16px;
	color: #575c61;
}
.measure_plugin .content .video {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}
#form-edit_profile {
	margin: 0;
}
#modal-last_profile {
}
#modal-last_profile .modal-body {
	min-height: 500px;
}
#modal-last_profile .filter {
	padding: 0;
	background: url('../img/shadow_right.jpg') right top repeat-y;
}
@media (min-width: 768px) {
	#modal-last_profile .filter {
		min-height: 350px;
	}
}
#modal-last_profile .filter .step_group_content {
	background: #1c2024;
	float: left;
	padding: 10px 15px;
	width: 100%;
}
#modal-last_profile .filter .step_group_content ul {
	margin: 0;
	padding: 0;
}
#modal-last_profile .filter .step_group_content ul li {
	margin: 0;
	padding: 5px 10px;
	float: left;
	list-style: none;
	text-transform: uppercase;
	font-family: 'transatstandard';
}
#modal-last_profile .filter .step_group_content ul li a {
	color: #fff;
}
#modal-last_profile .filter .step_group_content ul li.active {
	background: #ff6a3b;
	color: #fff;
}
#modal-last_profile .filter .step {
	clear: both;
	float: left;
	color: #1c2024;
	width: 100%;
}
#modal-last_profile .filter .step ul {
	margin: 20px 0;
	padding: 0;
}
#modal-last_profile .filter .step ul li {
	display: block;
	margin: 15px 30px;
	list-style: none;
	text-transform: capitalize;
	font-size: 16px;
	cursor: pointer;
}
#modal-last_profile .filter .step ul li.active {
	color: #ff4900;
}
#modal-last_profile .filter .step ul li .name_measure {
	clear: both;
	display: block;
	float: left;
	width: 75%;
}
#modal-last_profile .filter .step ul li .measure {
	float: right;
	cursor: default;
}
#modal-last_profile .filter .step ul li .edit {
	float: right;
}
#modal-last_profile .content {
	padding: 20px 30px;
	position: relative;
}
@media (min-width: 768px) {
	#modal-last_profile .content #level_selector {
		float: right;
	}
}
#modal-last_profile .content #level_selector {
	margin-bottom: 20px;
	display: block;
}
.float-clear:after {
	content: "";
    clear: both;
    display: table;
}
@media (max-width: 768px) {
	#modal-last_profile .content #level_selector button {
		width: 50%;
	}
}
#modal-last_profile .content #level_selector button {
	margin: 0;
	padding: 7px 20px;
	list-style: none;
	float: left;
	background: #fff;
	border: 1px solid #dedede;
	color: #888f97;
	font-size: 15px;
	-webkit-box-shadow: inset 1px 1px 7px 3px rgba(100,100,100,0.1);
	box-shadow: inset 1px 1px 7px 3px rgba(100,100,100,0.1);
	cursor: pointer;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
#modal-last_profile .content #level_selector button:last-child {
	-webkit-border-radius: 0px 2px 2px 0;
	border-radius: 0px 2px 2px 0;
}
#modal-last_profile .content #level_selector button.active {
	background: #ff6a3b;
	color: #fff;
	border: 1px solid #ff5622;
}
#modal-last_profile .content h2 {
	color: #333333;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'transatstandard';
	font-size: 26px;
	text-transform: uppercase;
}
#modal-last_profile .content .label_patron {
	color: #888f97;
	font-size: 15px;
}
#modal-last_profile .content_right {
	position: relative;
}
#modal-last_profile .desc_patron {
	padding: 30px;
	padding-top: 0;
}
#modal-last_profile .mobile-content {
	background: #f5f5f5;
}
#modal-last_profile .content_right .step_content {
	padding: 20px;
	position: absolute;
	right: 0px;
	left: 0px;
	margin: auto;
	top: 10px;
	width: 97%;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2);
	background: #f5f5f5;
}
#modal-last_profile .content_right .step_content h5, #modal-last_profile .mobile-content .step_content h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'transatstandard';
}
#modal-last_profile .content_right .desc, #modal-last_profile .mobile-content .desc {
	color: #666666;
}
#modal-last_profile .content_right .video, #modal-last_profile .mobile-content .video {
	height: 245px;
	margin-bottom: 35px;
	margin-top: 20px;
	width: auto;
}
@media (min-width: 768px) {
	#modal-last_profile .content_right .video {
		margin-left: 40px;
		margin-top: 0px;
		margin-right: 35px;
	}
}
#modal-last_profile .content_right .view, #modal-last_profile .view {
	background: #fff;
}
#modal-last_profile .content_right .close_measure {
	float: right;
}
@media (max-width: 768px) {
	#modal-last_profile .content_right .close_measure {
		float: none;
	    margin-top: 40px;
	    text-align: center;
	}
	.bar_measure_menu{
		display: none;
	}
}
#modal-last_profile .links {
	clear: both;
	margin-bottom: 30px;
	padding: 30px;
}
#modal-last_profile .links a {
	float: left;
}
#modal-last_profile .links input[type="submit"] {
	float: right;
}
.rule_plugin {
	width: auto;
	margin-bottom: 15px;
}
@media (min-width: 1170px) {
}
.rule_plugin .button {
	float: left;
}
.rule_plugin .reset {
	float: left;
	margin-left: 10px;
}
.rule_plugin .button button {
	background: #fff;
	border: 1px solid #cfd3d7;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
@media (min-width: 970px) and (max-width: 1170px) {
}
.choice {
	float: left;
     overflow: hidden;
     max-width: 100%;
}
.choice .view {
	width: 350px;
	position: relative;
	overflow: hidden;
	height: 50px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.rule_active {
	background: url('../img/rule_active.png') bottom center no-repeat;
	width: 18px;
	height: 9px;
	position: absolute;
	bottom: 0;
	margin-left: 165px;
}
.choice ul {
	margin: 0;
	padding: 0;
}
.choice ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: url('../img/li_rule.png') bottom center no-repeat;
}
.choice ul li.initial {
	background: url('../img/li_rule_active.png') bottom center no-repeat;
}
.rule_plugin .infos p {
	text-align: center;
	float: left;
	color: #a0a5ac;
	font-size: 16px;
}
.rule_plugin .infos p.sugg {
    width: 60%;
}
.rule_plugin .infos p.button_p {
    width: 20%;
	padding: 0 15px;
}
.rule_plugin .infos p.button_p:first-child {
    text-align: left;
}
.rule_plugin .infos p.button_p:last-child {
    text-align: right;
}
@media (min-width: 970px) and (max-width: 1170px) {
}
@media (max-width: 970px) {
}
.rule_plugin .my_measure {
    max-width: 100%;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
}
.rule_plugin .my_measure span {
	text-transform: uppercase;
	float: left;
	line-height: 35px;
	margin-right: 15px;
	font-family: 'transatstandard';
	font-size: 16px;
}
.rule_plugin .my_measure .measure_value {
	float: left;
	text-align: center;
	width: 100px;
	height: 35px;
	font-size: 16px;
	background: #f5f6f6;
	border: 1px solid #e7e7e7;
}
.rule_plugin .my_measure .size-alteration{
	float: left;
	margin-top: 7px;
	margin-left: 15px;
	color: #ff4900;
	/*text-transform: uppercase;*/
}
.rule_plugin .my_measure .size-alteration .value{
	display: inline-block;
}
.rule_plugin .my_measure .btn {
	padding: 0;
	background: none;
	border: none;
}
#carrierList .radio-div-element.radio-active, .payment.radio-div-element.radio-active {
	border: 5px solid #FF4900;
}
.details_order h4.cart-address-title {
	margin-top: 20px;
}
.details_order .address .address_details {
	padding: 20px;
	float: left;
}
.details_order .address .address_details:last-child {
	float: right;
}
.details_order .address_details h3 {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
.details_order .address_details .title, .details_order .address_details .details {
	color: #888f97;
	font-size: 14px;
}
.meeting_carrier .address_box_container {
	margin-top: 20px;
}
.meeting_carrier .address_box {
	padding: 10px;
}
.meeting_carrier .meeting_carrier_presentation {
	font-size: 15px;
}
.content_pagination {
	clear: both;
}
.category-loader {
	margin: 0 auto 0;
}
.block_info_category {
	background: #1c2024;
	color: #fff;
	padding: 30px;
	margin: 0 15px 0px 15px;
	font-size: 15px;
	width: 95%;
}
.block_info_category h5 {
	font-family: 'transatstandard';
	text-transform: uppercase;
	font-size: 18px;
}
.category-filter {
}
.category-filter .category-filter-title {
	font-family: 'transatstandard';
	text-transform: uppercase;
	border-bottom: 1px solid #e7eaec;
	margin: 5px 10px 15px;
	padding: 5px 0;
	font-size: 18px;
}
.block-filter-category {
	margin-bottom: 30px;
}
.block-filter-category.empty {
	margin: 0;
}
.category-filter .btn-group .btn-primary {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px #e7eaec;
	-moz-box-shadow: 0px 0px 5px 0px #e7eaec;
	box-shadow: 0px 0px 5px 0px #e7eaec;
	border: 1px solid #e7eaec;
	color: #575c61;
	margin: 5px;
	text-transform: capitalize;
	padding: 7px 15px;
	border-radius: 5px;
	transition: all 0.2s ease;
	font-size: 15px;
}
.category-filter .btn-group .btn-primary.active {
	background: #1c2024;
	color: #fff;
}
.product-container-content {
	padding: 30px;
}
.product-container-creation {
	margin-bottom: 20px;
}
.product-container-price {
	text-align: center;
}
.product-container-creation:hover {
	text-decoration: none;
}
.product-container-creation .product-container-title {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 0;
	text-align: center;
}
@media (min-width: 768px){
.product-container-creation .product-container-share {
	width: 43px;
}
.product-container-creation .product-container-details {
	margin-left: 10px;
	line-height: 29px;
	width: 71%;
}
}
.product-container-creation .product-container-share .icon-fb {
    float: none;
    margin: auto;
}
.product-container-creation .product-container-add-to-cart, .product-container-creation .product-container-update {
	margin-bottom: 10px;
}
.product-container-creation .product-container-update .icon-shop.icon-fabric {
	background-position: -677px -5px;
}
.product-container-creation .product-container-update a:hover > .icon-fabric, .product-container-creation .product-container-update a:active > .icon-fabric {
	background-position: -677px -5px;
}
.product-container-creation .product-invalid {
	margin-bottom: 10px;
	text-align: center;
}
.product-container-creation .product-delete {
	position: absolute;
	right: 18px;
	top: 5px;
}
.product-container-creation .product-container-add-to-cart, .product-container-creation .product-container-update, .product-container-creation .configured {
}
.product-configured .product-details .icon-details, .product-container-creation .product-container-details .icon-details {
	background-position: -579px -67px;
}
.product-configured .product-share, .product-configured .product-details, .product-container-creation .product-container-share, .product-container-creation .product-container-details {
	padding: 5px;
	cursor: pointer;
}
.product-configured {
	margin: 20px 0;
}
.product-container-date {
	font-style: italic;
	color: #969595;
	text-align: center;
	padding-top: 5px;
}
.product-configured .price {
	text-align: right;
	font-size: 30px;
}
.product-configured .request_measurement {
	text-align: right;
	color: #ff4900;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 0 15px 15px;
}
.product-configured .product-details {
	margin-top: 10px;
}
.product-configured .product-details .btn-text {
	display: inline-block;
	font-weight: normal;
	margin-top: 4px;
	text-decoration: underline;
}
.product-configured .product-add-to-cart {
	margin-left: 20px;
}
.products-lookbook .product-container h3 {
	padding: 0px;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px;
}
.products-lookbook .product-container {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.products-lookbook .product-container .composition_light {
	margin-top: 10px;
	margin-bottom: 20px;
}
.products-lookbook .product-container .product-price {
	font-size: 24px;
}
.products-lookbook .product-container .product-details {
	margin-top: 0;
	padding: 0;
	line-height: 28px;
}
.products-lookbook .product-container .product-actions {
	margin-top: 10px;
}
.product-list {
	margin-bottom: 20px;
}
.product-list:hover {
	text-decoration: none;
}
.product-list-content {
	position: relative;
	min-height: 250px;
}
.product-list-content .composition {
	color: #FFFFFF;
}
.product-list-content .composition th {
	font-weight: normal;
	text-align: right;
}
.product-list:hover .product-list-back, .product-list.active .product-list-back {
	opacity: 1;
}
.product-list .product-list-front, .product-list .product-list-back {
	width: 100%;
	transition: 0.2s all ease;
}
.product-list .product-list-front {
}
.product-list .product-list-front h1, .product-list .product-list-front p {
	text-align: center;
}
.product-list .product-list-back {
	overflow: hidden;
	background-color: rgba(28, 31, 36, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	right: 0;
	height: 100%;
}
.product-list .product-list-back .product-list-back-title {
	padding: 30px 20px;
	padding-bottom: 0;
	text-transform: uppercase;
	font-family: 'transatstandard';
	letter-spacing: 2px;
	padding-top: 25%;
	font-size: 22px;
}
.product-list .product-list-back .details {
	color: #fff;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
}
.product-list .product-list-back p {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: capitalize;
}
.img_cat {
	margin: 0;
}
.product-list-front-image {
}
.product-list-front-title {
	color: #333b43;
	text-transform: none;
	text-align: center;
	font-size: 16px;
	min-height: 53px;
}
.product-list-front-price {
	color: #ff4900;
	font-size: 20px;
}
#category-product-list .product-container {
	margin-bottom: 20px;
}
.btn-white.eye {
	height: 40px;
	margin: 10px 51px 0;
	padding: 8px 10px;
	width: 144px;
}
.btn-white.eye .icon-eye {
	background-position : -416px -70px ;
	margin-right: 5px;
}
.btn-white.eye:hover .icon-eye {
	background-position : -416px -70px ;
}
.btn-white.eye span {
	display: block;
	float: left;
	text-transform: uppercase;
	font-family: 'transatstandard';
	letter-spacing: 2px;
	padding-left: 6px;
}
@media (min-width: 990px) and (max-width: 1200px) {
}
@media (max-width: 990px) {
}
#product .cross-selling-add-cart.product-add-to-cart {
	float: left;
	margin-left: 25px;
}
.product-slideshow {
}
.product-slideshow-image {
	position: relative;
}
.product-slideshow .product-image {
	transition: 0.4s all;
	display: none;
}
.product-slideshow .product-image.product-image-active {
	display: block;
}
.product-slideshow .product-image-active {
	opacity: 1;
}
.product-slideshow-thumbnail ul {
	padding: 0;
}
.product-slideshow-thumbnail ul li {
	list-style: none;
	cursor: pointer;
}
.product-slideshow-thumbnail img {
	cursor: pointer;
}
#product .product-description {
	font-size: 18px;
	color: #575c61;
}
#product .product-price {
	color: #ff4900;
	font-family: 'transatstandard';
	font-size: 36px;
	text-align: right;
	text-transform: uppercase;
}
#product .separator {
	border-bottom: 1px solid #e7e7e7;
	margin-top: 20px;
}
#product .btn-tailor {
	float: right;
}
.product-content .product-description {
	color: #575c61;
	font-size: 18px;
}
.product-content .product-price {
	color: #ff4900;
	font-family: 'transatstandard';
	font-size: 36px;
	text-align: right;
	text-transform: uppercase;
}
#modal-add-product {
}
#modal-add-product .product-inline {
	background: #fff;
	padding: 30px;
}
#modal-add-product .product-inline header {
	text-transform: uppercase;
	font-family: 'transatstandard';
	font-size: 20px;
}
#modal-add-product .product-inline .composition {
	margin: 15px 0;
	padding: 0;
	min-height: 70px;
}
#modal-add-product .product-inline .composition tr th {
	vertical-align: top;
}
#modal-add-product .product-inline .composition tr td:last-child {
	padding: 0 10px;
}
#modal-add-product .product-inline .composition .details {
	clear: both;
	float: left;
	color: #575c61;
	font-size: 16px;
}
#modal-add-product .product-inline .composition .details .product-attribute-left {
	float: left;
	width: 150px;
}
#modal-add-product .product-inline .composition .details .product-attribute-right {
	float: left;
}
#modal-add-product .product-inline .product-inline-price {
	color: #ff4900;
	font-family: 'transatstandard';
	font-size: 30px;
	text-align: right;
	text-transform: uppercase;
}
#modal-add-product .cross-selling {
	background-color: #f9f9f9;
}
#modal-add-product .cross-selling-title {
	color: #1c2024;
	font-family: "transatstandard";
	font-size: 16px;
	letter-spacing: 4px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
#modal-add-product .cross-selling .pproduct-list-front-title, #modal-add-product .cross-selling .product-list-front-title {
	text-align: left;
}
#modal-add-product .cross-selling-separator {
	display: none;
}
#modal-add-product .product-inline .links {
}
#modal-add-product .product-inline .links .back {
	margin-right: 20px;
}
#modal-add-product .product-inline .links a #modal-add-product .product-inline .links button {
}
#carousel-lookbook .desc {
	height: 75%;
	right: 10%;
	top: 14%;
	width: 296px;
	background: #fff;
	color: #575c61;
	text-align: left;
}
#carousel-lookbook .desc.desc-empty {
	height: 75%;
	right: 10%;
	top: 14%;
	width: 296px;
	background: transparent;
	color: #575c61;
	text-align: left;
}
#carousel-lookbook .desc .info {
	padding: 30px;
}
#carousel-lookbook .desc h4 {
	color: #1c2024;
	text-transform: uppercase;
	font-family: 'transatstandard';
}
#carousel-lookbook .desc .price {
	color: #ff4900;
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'transatstandard';
}
#carousel-lookbook .desc .details {
	font-size: 18px;
}
#carousel-lookbook .desc .btn {
	width: 100%;
	background: #1c2024;
	color: #fff;
	position: absolute;
	bottom: 0;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	text-transform: uppercase;
	font-family: 'transatstandard';
	letter-spacing: 2px;
	font-size: 16px;
	text-indent: 25px;
	transition: all 0.4s ease;
}
#carousel-lookbook .desc .btn i {
	position: absolute;
	top: 5px;
}
#carousel-lookbook .desc .btn span {
	border-left: 1px dashed #fff;
	padding-left: 20px;
}
#carousel-lookbook .desc .btn:hover {
	background: #888f97;
	color: #fff;
}
#carousel-lookbook .desc .btn:hover i {
	background-position: -416px 4px;
}
#carousel-lookbook .carousel-control {
	background: none;
	height: 52px;
	margin-left: -80px;
	top: 47%;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
	width: 52px;
	border: 1px solid #cfd3d7;
}
#carousel-lookbook .carousel-control.right {
	margin-right: -80px;
}
#carousel-lookbook .carousel-control span {
	left: 10px;
	position: absolute;
	top: 10px;
}
.lookbook_content {
}
.lookbook_content .desc {
	font-size: 18px;
	color: #575c61;
    margin-top: 15px;
}
.lookbook_content .price {
	text-align: right;
	color: #ff4900;
	text-transform: uppercase;
	font-family: 'transatstandard';
	font-size: 36px;
}
.lookbook_content .block_share_cart {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
a.social {
	display: block;
	position: relative;
	float: left;
	height: 40px;
	margin-right: 20px;
	width: 40px;
	background: #fff;
	border: 1px solid #e7eaec;
	-webkit-box-shadow: 1px 1px 6px 1px #EAECEA;
	box-shadow: 1px 1px 6px 1px #EAECEA;
	transition: all 0.4s ease;
}
.social i {
	position: absolute;
	top: 3px;
	left: 3px;
}
.social:hover {
	background: #ff4900;
	border: 1px solid #e7eaec;
}
.footer {
	clear: both;
	float: left;
	width: 100%;
    z-index: 510;
	position: relative;
}
.social_bottom {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../img/social/facebook.png') top center no-repeat;
}
.insta_bottom {
	background: url('../img/social/instagram.png') top center no-repeat;
}
.pin_bottom {
	background: url('../img/social/pinterest.png') top center no-repeat;
}
.tw_bottom {
	background: url('../img/social/twitter.png') top center no-repeat;
}
.fb_bottom {
	background: url('../img/social/facebook.png') top center no-repeat;
}
.yt_bottom {
	background: url('../img/social/youtube.png') top center no-repeat;
}
.social_bottom:hover {
	background-position: 0 -50px;
}
.barre_newsletter {
	background: #ff4900;
	clear: both;
	width: 100%;
	float: left;
	overflow: hidden;
}
.barre_newsletter .block_pb {
	padding: 15px;
}
.barre_newsletter h4 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-family: 'transatstandard';
}
.barre_newsletter p {
	margin: 0;
	color: #fff;
	font-size: 16px;
}
.block_form_news {
	padding: 15px;
}
.block_form_news input[type="text"] {
	border-radius: 0;
	border: 0;
	color: #888f97;
	float: left;
	font-size: 16px;
	height: 50px;
	/*width: 300px;*/
}
@media (max-width: 990px) {
}
@media (min-width: 992px) {
.block_form_news input[type="text"] {
	width: 300px;
}
}
.block_form_news input[type="submit"] {
	height: 50px;
	padding: 0 25px;
}
.block_social_bottom {
	padding: 0px 0px;
}
.block_social_bottom ul {
	margin: 0;
	padding: 0;
}
.block_social_bottom ul li {
	list-style: none;
	margin: 13px 4px;
	float: left;
}
.barre_footer {
	background: #1c2024;
	clear: both;
	width: 100%;
	float: left;
	overflow: hidden;
}
.block_footer_menu {
	padding: 30px 0;
}
.block_footer_menu ul {
	margin: 0;
	padding: 0;
}
.block_footer_menu ul li {
	color: #fff;
	list-style: none;
	margin-bottom: 7px;
	font-size: 16px;
}
.block_footer_menu ul li.title {
	font-family: 'transatstandard';
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.block_footer_menu ul li a {
	color: #fff;
}
.block_footer_menu ul li a:hover {
	text-decoration: none;
	color: #ff4900;
}
.credit_info {
	color: #888f97;
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
}
.credit_info a {
	color: #888f97;
}
.credit_info a:hover {
	text-decoration: underline;
}
.modal-dialog {
	margin: 114px auto 0;
	width: 760px;
}
.modal-dialog.modal-big {
	width: 1170px;
}
@media (max-width: 1180px) {
}
.modal-content {
}
.modal-body {
	padding: 0;
}
.modal-body .content {
	padding: 20px;
	overflow: auto;
}
.modal-header {
	border-bottom: 0;
	background: #505459;
	font-family: 'transatstandard';
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.modal-header h4.modal-title {
	font-family: 'transatstandard';
	text-transform: uppercase;
	letter-spacing: 2px;
}
.modal-body h4.modal-title {
	font-family: 'transatstandard';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.login-box {
	padding: 30px;
}
.member-box {
	background: #1c2024;
	color: #fff;
	padding: 30px;
}
.member-box p {
	font-size: 19px;
	color: #d6d8d9;
}
.member-box ul li {
	font-size: 16px;
	color: #d6d8d9;
	list-style-image: url('../img/li_dark.jpg');
}
.member-box .form-group label {
	color: #d6d8d9;
	font-size: 14px;
}
.bounce-on-error-active {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	animation: bounce 0.2s ease-in-out infinite;
}
@-webkit-keyframes bounce {
}
@keyframes bounce {
}
.login-box .forgot-password a {
	font-size: 16px;
	color: #ff4900;
	text-decoration: underline;
}
.modal-header button.close {
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	opacity: 1;
	text-shadow: none;
}
.popover.right, .popover.left {
	-webkit-box-shadow: 0px 0px 2px 0px #CCC;
	-moz-box-shadow: 0px 0px 2px 0px #CCC;
	box-shadow: 0px 0px 2px 0px #CCC;
	border-radius: 0;
	min-width: 250px;
}
.popover.right .arrow, .popover.left .arrow {
}
.popover.left > .arrow:after {
	right: 2px;
}
.popover-close {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 2px;
}
.popover-title {
	padding: 8px 30px 8px 14px;
	background-color: #f6f6f6;
}
.popover-content {
	font-size: 12px;
	text-transform: none;
	color: #575c61;
	font-weight: normal;
}
.form-group label {
	font-weight: normal;
	color: #888f97;
	padding: 5px 0;
	font-size: 15px;
}
.form-group label sup {
	color: #ff4900;
	font-size: 12px;
}
.center_column .form-group input[type="password"], .center_column .form-group select, .center_column .form-group input[type="text"], .center_column .form-group input[type="textarea"] {
	padding: 6px 12px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border: 1px solid #e7e7e7;
}
.cross-selling {
}
.cross-selling-add-cart-container {
	text-align: center;
}
.cross-selling-add-cart {
	display: inline-block;
}
.modal-body .content.no-padding {
	padding: 0;
}
#modal-cart-address .choice_adress {
	background: #f6f6f6;
	padding: 20px;
}
#modal-cart-address .choice_adress header {
	text-transform: uppercase;
	font-family: 'transatstandard';
	color: #1c2024;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.cart-address-form {
	padding: 15px;
}
.cart-address-form .col-sm-12 {
	padding: 0;
}
.cart-address-form .civility label {
	margin-bottom: 0;
}
.cart-address-list-choice li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
}
.cart-address-list-choice li a {
	color: #888f97;
	font-size: 18px;
}
.cart-step {
}
.cart-step ul {
}
.cart-step ul li {
	font-size: 26px;
	list-style: none;
	text-transform: uppercase;
	float: left;
}
.cart-step ul li.cart-step-active {
	color: #ff4900;
}
.cart-step ul li a {
	color: #575c61;
}
.cart-step ul li:hover a {
	text-decoration: none;
	color: #000;
}
.cart-content-empty, .cart-content-text {
	display: none;
}
.cart-content-active {
	padding: 15px 20px;
	display: block;
}
.cart-address-form-hide {
	display: none;
}
.cart-content {
}
.cart-content .row-title {
	background-color: #1c2024;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.cart-content .row-title div {
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cart-content .cart-product-img {
	padding: 0 10px;
}
.cart-content .composition .composition_light {
	width: 100%;
}
.cart-content .composition .composition_light tr td, .cart-content .composition .composition_light tr th {
	border: 0 none;
	color: #888f97;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}
.cart-content .product_info {
	padding: 0px;
}
.cart-content .product_info h4 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.cart-content .row-cart-configured .product_info h4 {
	margin-bottom: 0px;
	display: block;
	padding-right: 10px;
	padding-bottom: 0px;
}
.cart-content .row-cart-configured .product_info .product-update-link {
	margin-bottom: 10px;
}
.cart-content .row-cart-configured .product_info .product-update-link a {
	color: #ff4900;
}
.cart-content .product_info .product-details {
	margin-top: 10px;
	cursor: pointer;
}
.cart-content .product_info .product-details .btn-text {
	display: inline-block;
	font-weight: normal;
	margin-top: 1px;
	text-decoration: underline;
}
.cart-content .measure_cart {
	border: 1px solid #e7eaec;
	padding: 20px;
	text-align: center;
}
.cart-content .quantity {
	padding-top: 25px;
	text-align: center;
}
.cart-content .quantity .focus-submit {
}
.cart-content .quantity a, .cart-content .quantity input {
	height: 30px;
}
.cart-content .quantity input {
	border: 1px solid rgba(176, 187, 197, 0.4);
	color: #b0bbc5;
	padding: 5px;
	text-align: center;
}
.cart-content .quantity .icon-plus {
	background-position: -607px -65px;
	border: 1px solid rgba(176, 187, 197, 0.4);
}
.cart-content .quantity .icon-moins {
	background-position: -640px -65px;
	border: 1px solid rgba(176, 187, 197, 0.4);
}
.cart-content .quantity .quantity-plus {
	margin-left: 5px;
}
.cart-content .quantity .quantity-moins {
	margin-right: 5px;
}
.cart-content .price-cart {
	padding-top: 25px;
	text-align: center;
	font-size: 20px;
}
.cart-content .price-cart-discount {
	font-size: 16px;
}
.cart-content .price-extra {
	font-size: 14px;
}
.cart-content .delete {
	padding-top: 25px;
}
.cart-content .block-user {
}
.cart-content .block-user p {
	color: #000;
	font-size: 15px;
	text-align: left;
}
.cart-content .block-guest a {
	color: #ff4900;
	text-decoration: underline;
}
.cart-content .block-loyalty-cart {
	padding: 25px;
	background-color: #ff6e41;
	margin-top: 30px;
	position: relative;
	height: 110px;
}
.cart-content .block-loyalty-cart .loyalty-description {
	margin-left: 45px;
}
.cart-content .block-loyalty-cart .button-checkbox {
	float: left;
	margin-top: 0;
}
.cart-content .block-loyalty-cart button.btn {
	margin: 0;
	padding: 0;
	outline: none;
}
.cart-content .block-loyalty-cart .loyalty_cart {
	color: #FFFFFF;
	margin-left: 210px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'transatstandard';
}
.cart-content .block-loyalty-cart img {
	position: absolute;
	top: -14px;
	left: 0;
}
.mariage-cart-message {
	margin-bottom: 20px;
}
.mariage-cart-message a {
	color: #FF4900;
}
#modal-mariage-date .modal-body {
	padding-bottom: 20px;
}
#modal-mariage-date .mariage-date-description, #modal-mariage-date .mariage-date-submit, #modal-mariage-date .mariage-date-input {
	padding-top: 20px;
}
.pagination {
	margin: 0px;
}
.content_pagination .section_right > a, .content_pagination .section_left > a {
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}
.content_pagination .pagination > li > a {
	background-color: transparent;
	color: #000000;
	padding: 5px;
	border: 0px;
}
.content_pagination .pagination > li.active > a, .content_pagination .pagination > li.active > a:focus, .content_pagination .pagination > li > a:hover, .content_pagination .pagination > li > a:focus {
	color: #ff4900;
	background-color: transparent;
}
.center_column table.cart > tbody > tr > td:first-child {
	padding-left: 0;
}
.center_column table.cart > tbody > tr > td:last-child {
	padding-right: 0;
}
table.cart {
}
table.cart .product_info {
	vertical-align: top;
}
table.cart .product_info h4 {
	text-transform: uppercase;
	color: #333333;
	font-family: 'transatstandard';
}
table.cart .quantity {
}
table.cart .quantity form {
	float: left;
}
table.cart .quantity a {
	display: block;
	float: left;
}
table.cart .quantity a i {
	display: block;
	padding: 19px 16px;
}
table.cart .quantity input {
	float: left;
	margin: 0 10px;
	text-align: center;
	border: 1px solid #e7eaec;
	padding: 8px 4px;
	width: 60px;
}
table.cart .price {
	color: #ff4900;
	font-size: 20px;
}
table.cart .block-user {
	padding: 15px;
	border: 1px solid #e7eaec;
}
table.cart .block-user p {
	color: #1c2024;
}
table.cart .block-user select {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	color: #888f97;
}
table.cart tbody tr td {
	border-bottom: 1px solid #e7eaec;
	padding-bottom: 15px;
	padding-top: 15px;
}
.discount_cart {
	padding: 20px;
	margin-right: 15px;
	margin-top: 30px;
}
.discount_cart p.important {
	text-transform: uppercase;
	font-family: 'transatstandard';
	color: #1c2024;
	font-size: 16px;
}
.discount_cart label {
	font-weight: normal;
	color: #575c61;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.discount_cart input {
	padding: 6px;
}
.discount_cart input[type="text"] {
	border: 1px solid #e7eaec;
}
.discount_cart input[type="submit"] {
	position: relative;
	padding: 6px 10px;
	top: -2px;
}
.discount_available {
	padding-top: 15px;
	clear: both;
	overflow: hidden;
}
.discount_available p {
	font-family: 'transatstandard';
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.discount_available ul {
	float: left;
	margin: 0;
	padding: 0;
}
.discount_available ul li {
	list-style: none;
	font-size: 15px;
}
.discount_available ul li .reduction {
	cursor: pointer;
	color: #ff4900;
}
.product-cart-information {
	background: #1c2024;
	color: #fff;
	text-transform: uppercase;
	font-family: 'transatstandard';
	padding: 30px 0;
	margin-top: 30px;
}
.center_column .product-cart-information table tr td {
	padding: 5px 0;
	color: #fff;
}
.center_column .product-cart-information table > tbody > tr > td {
	font-size: 18px;
}
.center_column .product-cart-information table > tbody > tr > td#total_product_without_tax {
	padding-left: 55px;
}
.product-cart-information .info_title {
	color: #fff;
	font-size: 18px;
}
.product-cart-information-important {
	border-top: 1px solid #575c61;
	border-bottom: 1px solid #575c61;
}
.center_column .product-cart-information table tr.product-cart-information-important td {
	padding: 15px 0;
}
.center_column .product-cart-information table tr.product-cart-information-important td.info_price, .center_column .product-cart-information table tr.product-cart-information-important td.info_title {
	font-size: 26px;
	color: #ff4900;
}
.center_column .product-cart-information table tr.product-cart-information-important td.info_price {
	padding-right: 30px;
}
.product-cart-information .others_link {
	margin-top: 20px;
}
.product-cart-information .others_link .btn-tailor {
	float: right;
}
.product-cart-information .others_link .btn-tailor:hover .icon-tailor {
	background-position: -100px -5px;
}
.estimate_delivery {
	text-transform: uppercase;
	font-family: 'transatstandard';
	margin-top: 15px;
}
.estimate_delivery span {
	padding-left: 10px;
}
#change-invoice {
	margin-top: 20px;
}
.cart-address .cart-content-label, .cart-summary .cart-content-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.cart-address .cart-content-name, .cart-address .cart-content-street, .cart-address .cart-content-street2, .cart-address .cart-content-country, .cart-address .cart-content-full-city {
	margin: 0;
	font-size: 16px;
	color: #888f97;
	line-height: 1.2em;
}
.cart-address .cart-content-country {
	margin-bottom: 30px;
}
.cart-address-title {
	border-bottom: 1px solid #e1e1e1;
	margin: 20px 0 20px 0;
	font-size: 26px;
}
.cart-summary .cart-content {
	margin-top: 20px;
}
.cart-summary .cart-content:last-child {
	margin-bottom: 20px;
}
.cart-summary .cart-content .price {
	font-size: 16px;
}
.cart-content:first-child {
	margin-top: 0;
}
.cart-content-info {
	color: #666;
	font-size: 16px;
}
.cart-content-important {
	background-color: #ff4900;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}
.cart-content-important p {
	font-size: 22px;
	margin: 0;
}
.cart-new-pant-line {
	background-color: #f6f6f6;
	color: #FF4900;
	margin-top: 10px;
	margin-right: 0;
	font-size: 15px;
}
.cart-new-pant-line a {
	color: #FF4900;
}
.cart-new-pant-line > div {
	padding-top: 10px;
	padding-bottom: 10px;
}
p.info {
	font-size: 16px;
}
.valid_payment .btn-darkgrey {
	letter-spacing: 2px;
}
.valid_payment p {
	text-transform: uppercase;
	font-family: 'transatstandard';
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}
.cart-content-important .important-price {
	font-size: 25px;
	font-family: 'transatstandard';
	text-transform: uppercase;
}
.cart-product-line {
	margin-bottom: 10px;
}
.cart-product-line-price, .cart-product-line-title {
	margin: 0;
}
.cart-product-line-title {
	color: #666;
	font-size: 16px;
}
.cart-product-line-details {
	color: #333;
	text-decoration: underline;
}
.radio-div-element.carrier {
	padding: 20px;
}
.radio-div-element .place-name, .radio-div-element .carrier-name, .radio-div-element .payment-name {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'transatstandard';
}
.radio-div-element .place-text, .radio-div-element .carrier-text, .radio-div-element .payment-text {
	color: #737171;
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;;;
}
.radio-div-element .carrier-time {
	font-size: 16px;
}
.carrier-price {
	font-family: 'transatstandard';
	text-transform: uppercase;
	color: #ff4900;
	font-size: 18px;
}
.terms-of-use {
	margin: 20px 0;
	padding: 15px 30px;
}
.terms-of-use input {
	margin: 0;
}
.terms-of-use label {
	color: #ff4900;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 0 5px;
}
.iframe-colissimo {
	width: 100%;
	height: 1250px;
	border: 0;
}
.icon-studio {
	background-image: url('../img/sprite_configurateur.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: text-bottom;
	width: 40px;
}
.icon-shop.icon-fabric {
	background-position: -677px -65px;
}
a:hover > .icon-fabric, li.active a > .icon-fabric {
	background-position: -677px -96px;
}
.btn-orange .icon-fabric {
	background-position: -677px -5px;
}
.btn-orange:hover .icon-fabric {
	background-position: -677px -5px;
}
.icon-jacket {
	background-position: -40px 0;
}
a:hover > .icon-jacket, li.active a > .icon-jacket {
	background-position: -40px -40px;
}
.icon-pant {
	background-position: -80px 0;
}
a:hover > .icon-pant, li.active a > .icon-pant {
	background-position: -80px -40px;
}
.icon-extra {
	background-position: -120px 0;
}
a:hover > .icon-extra, li.active a > .icon-extra {
	background-position: -120px -40px;
}
.icon-tie {
	background-position: -160px 0;
}
a:hover > .icon-tie, li.active a > .icon-tie {
	background-position: -160px -40px;
}
.icon-menu {
	background-position: -200px 0;
}
a:hover > .icon-menu, li.active a > .icon-menu {
	background-position: -200px -40px;
}
.icon-tooltip {
	background-position: -240px 0;
}
a:hover > .icon-tooltip, li.active a > .icon-tooltip {
	background-position: -240px -40px;
}
.icon-pointclick {
	background-position: -240px 0;
}
a.active > .icon-pointclick, a:hover > .icon-pointclick {
	background-position: -240px -40px;
}
.icon-zoom {
	background-position: -320px 0;
}
a:hover > .icon-zoom, li.active a > .icon-zoom {
	background-position: -320px -40px;
}
.icon-case {
	background-position: -360px 0;
}
a:hover > .icon-case, li.active a > .icon-case, span:hover > .icon-case {
	background-position: -360px -40px;
}
.icon-share {
	background-position: -400px 0;
}
a:hover > .icon-share, li.active a > .icon-share {
	background-position: -400px -40px;
}
.icon-vest {
	background-position: -440px 0;
}
a:hover > .icon-vest, li.active a > .icon-vest {
	background-position: -440px -40px;
}
.icon-shirt {
	background-position: -480px 0;
}
a:hover > .icon-shirt, li.active a > .icon-shirt {
	background-position: -480px -40px;
}
.icon-tour {
	background-position: -520px 0;
}
a:hover > .icon-tour, li.active a > .icon-tour {
	background-position: -520px -40px;
}
.icon-studio-b {
	background-image: url('../img/sprite_configurateur2.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: text-bottom;
	width: 30px;
}
.icon-info {
	background-position: 0 -2px;
}
.icon-close {
	background-position: -30px 0;
}
.icon-ok {
	background-position: -60px 0;
}
.icon-download {
	background-position: -90px 0;
}
.icon-bottom-arrow-small {
	background-position: -120px 0;
}
.icon-close-round {
	background-position: -160px 0;
}
.icon-bold-point {
	background-position: -180px 0;
}
.icon-point-bold {
	background-position: -210px 0;
}
.icon-barcode {
	background-position: -240px 0;
}
.icon-barcode-white {
	background-position: -227px -31px;
	height: 34px;
	margin-bottom: 5px;
	margin-right: 25px;
	vertical-align: middle;
}
.icon-small-search {
	background-position: -270px 0;
}
.icon-arrow-left {
	background-position: -290px 0;
}
.icon-arrow-right {
	background-position: -320px 0;
}
.icon-arrow-bottom {
	background-position: -360px 0;
}
.icon-arrow-top {
	background-position: -390px 0;
}
.icon-arrow-barcode-small {
	background-position: -420px 0;
}
.icon-config {
	background: url('../img/sprite_configurateur2.png') no-repeat;
	display: block;
	height: 30px;
	float: left;
	width: 30px;
}
.icon-fleche-left {
	background-position: -292px 0px;
}
.icon-fleche-right {
	background-position: -318px 0px;
}
.icon-shop {
	background: url('../img/sprite_shop.png') no-repeat;
	display: block;
	height: 30px;
	float: left;
	width: 30px;
}
.icon-estimate {
	display: inline;
	background-position: -446px -72px;
}
.icon-separate {
	background: url('../img/sprite_shop.png') no-repeat;
	background-position: -270px -8px;
	display: block;
	height: 30px;
	float: left;
	width: 10px;
}
.icon-separate.white {
	background-position: -270px -70px;
}
button:hover .icon-separate, a:hover .icon-separate {
	background-position: -270px -8px;
}
a.product-list:hover .icon-separate.white {
	background-position: -270px -70px;
}
a:hover .icon-separate.white {
	background-position: -270px -8px;
}
a.product-list:hover .btn-white:hover .icon-separate.white {
	background-position: -270px -70px !important;
}
.icon-eye {
	background-position: -416px 4px;
}
.icon-save {
	background-position: -386px -69px;
}
a:hover .icon-save {
	background-position: -386px -5px;
}
.icon-tw {
	background-position: 0 -64px;
}
a:hover .icon-tw {
	background-position: 0 0px;
}
.icon-fb {
	background-position: -30px -64px;
}
a:hover .icon-fb {
	background-position: -30px -0px;
}
.icon-pint {
	background-position: -63px -64px;
}
a:hover .icon-pint {
	background-position: -63px -0px;
}
.icon-tailor {
	background-position: -100px -5px;
}
button:hover .icon-tailor {
	background-position: -100px -5px;
}
.icon-reset {
	background-position: -483px -64px;
}
.icon-details {
	background-position: -579px -70px;
}
a:hover .icon-details {
	background-position: -579px -101px;
}
.icon-moins {
	background-position: -640px -60px;
}
a:hover .icon-moins {
	background-position: -640px -92px;
}
.icon-plus {
	background-position: -606px -60px;
}
a:hover .icon-plus {
	background-position: -606px -92px;
}
.icon-config.icon-fabric {
	background-position: -678px -5px;
}
a:hover .icon-config.icon-fabric {
	background-position: -678px -99px;
}
.icon-update {
	background-position: -512px -33px;
}
.icon-update:hover {
	background-position: -512px -96px;
}
.icon-delete {
	background-position: -322px -33px;
}
a:hover .icon-delete, button:hover .icon-delete {
	background-position: -322px -97px;
}
.product-details-modal {
}
.product-details-modal .tab-pane {
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-details-modal .tab-composition {
	color: #888f97;
	width: 100%;
	font-size: 13px;
}
.product-details-modal .tab-composition .not_selected td, .product-details-modal .tab-composition .not_selected td .section-title {
	color: #ff4900;
	background-color: #fff0ed;
}
.product-details-modal .tab-composition .section-product-select {
	cursor: pointer;
}
.product-details-modal .tab-composition caption {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #1c2024;
}
.product-details-modal .tab-composition tr {
	background-color: #fafafa;
}
.product-details-modal .tab-composition tr + tr {
	background-color: transparent;
}
.product-details-modal .tab-composition tr + tr + tr {
	background-color: #fafafa;
}
.product-details-modal .tab-composition tr + tr + tr + tr {
	background-color: transparent;
}
.product-details-modal .tab-composition tr + tr + tr + tr + tr {
	background-color: #fafafa;
}
.product-details-modal .tab-composition tr + tr + tr + tr + tr + tr {
	background-color: transparent;
}
.product-details-modal .tab-composition tr + tr + tr + tr + tr + tr + tr {
	background-color: #fafafa;
}
.product-details-modal .tab-composition tr + tr + tr + tr + tr + tr + tr + tr {
	background-color: transparent;
}
.product-details-modal .tab-composition tr + tr + tr + tr + tr + tr + tr + tr + tr {
	background-color: #fafafa;
}
.product-details-modal .tab-composition caption {
	padding: 10px 10px 10px 20px;
	font-size: 15px;
	vertical-align:middle;
}
.product-details-modal .tab-composition td {
	padding: 10px 10px 10px 20px;
}
.product-details-modal .tab-composition .section-title, .product-details-modal .tab-composition .section-measure-title {
	color: #1c2024;
	font-size: 15px;
}
.product-details-modal .tab-composition .section-product-reference {
	display: block;
}
.product-details-modal .tab-composition .section-product-name {
}
.product-details-modal .tab-composition .section-measure-value {
	text-align: right;
	padding-right: 90px;
}
.product-details-modal .nav-tabs {
	background-color: #1c2024;
	padding: 10px;
}
.product-details-modal .nav-tabs li a {
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
}
.product-details-modal .nav-tabs li:hover a, .product-details-modal .nav-tabs li a:hover, .product-details-modal .nav-tabs li.active a {
	background-color: #ff4900;
	color: #FFFFFF;
	border: 0;
}
.breadcrumb {
	text-align: left;
}
ul.breadcrumb {
    margin-bottom: 20px;
}
.breadcrumb ul {
	padding-left: 0;
}
.breadcrumb ul li {
	list-style: none;
	float: left;
}
.breadcrumb ul li.breadcrumb-separator {
	margin: 0 10px;
}
.breadcrumb ul li a {
	text-decoration: none;
	color: #333b43;
}
.breadcrumb ul li.active a {
	color: #ff4900;
}
.table-orders .icon-info, .table-order-articles .icon-info {
	vertical-align: middle;
	cursor: pointer;
}
.table-order-articles .articles-actions {
	padding-right: 10px;
	padding-left: 20px;
	width: 215px;
	text-align: left;
	vertical-align: middle;
}
.table-order-articles .articles-actions a {
	display: inline-block;
	font-size: 13px;
	color: #888F97;
	min-height: 30px;
	margin-right: 15px;
	cursor: pointer;
}
.table-order-articles .articles-actions a .btn-text {
	padding-top: 3px;
}
.table-order-articles .articles-actions .product-details {
	margin-top: 3px;
}
.table-order-articles .articles-actions .icon-shop.icon-fabric {
	background-position: -672px -65px;
}
.table-order-articles .articles-actions .icon-shop.icon-fabric:hover {
	background-position: -672px -96px;
}
.table-order-articles .articles-actions .icon-shop.icon-update {
	background-position: -512px -65px;
}
.table-order-articles .articles-actions .icon-shop.icon-update:hover {
	background-position: -512px -96px;
}
.table-order-articles .articles-actions .icon-shop.icon-details {
	background-position: -579px -67px;
}
.table-order-articles .articles-actions .icon-shop.icon-details:hover {
	background-position: -579px -98px;
}
#modal-measure-alterate .modal-body {
	padding: 20px;
}
#modal-measure-alterate .measurements_content tr.updated .measure_unit {
	color: #ff4900;
}
#modal-measure-alterate h3 {
	background-color: #505459;
	border-bottom: 1px solid #e1e1e1;
	color: #fff;
	font-size: 26px;
	margin: 0 0 20px;
	padding: 10px;
}
#modal-measure-alterate .tab-content {
	padding: 30px 0;
}
#modal-measure-alterate .section_title {
	font-weight: bold;
	font-size: 20px;
}
#modal-measure-alterate .content_section_products {
	display: none;
}
#modal-measure-alterate .content_section_products h4 {
	text-align: center;
	margin-bottom: 20px;
}
#modal-measure-alterate .alterate_section_product {
	overflow: auto;
	height: 350px;
}
#modal-measure-alterate .img-current-product {
	margin: 0 auto;
}
#modal-measure-alterate .product-container {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
#modal-measure-alterate .radio-column {
	vertical-align: middle;
}
.right_column h3 {
	font-family: 'transatstandard';
	font-size: 19px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.right_column p {
	color: #888f97;
	padding-bottom: 20px;
	font-size: 16px;
}
.right_column .block_credit_right, .right_column .block_parrainage_right {
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.right_column .block_credit_right p, .right_column .block_parrainage_right p {
	padding-bottom: 0;
}
.right_column .block_credit_right h3, .right_column .block_parrainage_right h3 {
	color: #ff4900;
}
.right_column .block_credit_right ul, .right_column .block_parrainage_right ul {
	margin: 0;
	padding: 0;
}
.right_column .block_credit_right ul li, .right_column .block_parrainage_right ul li {
	list-style: none;
	margin: 0;
	font-size: 16px;
}
.right_column .block_credit_right ul li .info, .right_column .block_parrainage_right ul li .info {
	color: #888f97;
	font-size: 12px;
}
.cms_content {
	color: #1c2024;
}
.cms_content .content {
	padding: 40px;
}
.cms_content .txt-center {
	text-align: center;
}
.cms_content p.title {
	font-size: 36px;
	font-family: 'transatstandard';
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.cms_content p.txt-big {
	font-size: 20px;
}
.cms_content .txt-white {
	color: #fff;
}
.cms_content .bg-orange {
	background-color: #ff4900;
}
.cms_content .bg-lightgrey {
	background-color: #f5f6f6;
}
.cms_content .bg-darkgrey {
	background-color: #1c2024;
}
.bg.bg-darkgrey {
	background-color: #1c2024;
    color: #fff;
    padding: 20px;
}
.bg.bg-darkgrey.wide {
    padding: 40px;
    font-size: 16px;
}
a.btn-cms {
	font-family: 'transatstandard';
	background-color: #ff4900;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 14px;
}
.cms_column h2 {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-family: 'transatstandard';
	letter-spacing: 2px;
	color: #ff4900;
	text-transform: uppercase;
}
.cms_column h3 {
	font-family: 'transatstandard';
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cms_column p.intro {
	font-size: 18px;
	color: #1c2024;
}
.cms_column p {
	padding-bottom: 15px;
	color: #888f97;
}
.cms_column hr {
	background: url('../img/hr.png') no-repeat top center;
	border: 0 none;
	height: 24px;
	margin: 0 0 10px;
}
.cms_column ul {
}
.cms_column ul li {
	list-style-image: url('../img/puce_li.jpg');
}
#product .composition {
	border: 0;
	margin: 0;
}
#product .composition, .product-configured .composition_light, .composition.composition_epured {
	width: 100%;
	margin-top: 20px;
}
#product .composition th, .product-configured .composition_light th, .composition.composition_epured th {
	width: 40%;
	text-align: left;
	font-weight: normal;
}
#product .composition td, #product .composition th, .product-configured .composition_light td, .product-configured .composition_light th, .composition.composition_epured td, .composition.composition_epured th {
	padding: 3px;
	color: #575c61;
	font-size: 16px;
	line-height: 14px;
}
.bootstrap-checkbox > button.btn {
	padding: 7px 0 4px 2px;
	width: 28px;
}
.bootstrap-checkbox > button.btn.displayAsButton {
	width: auto;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.label-checkbox {
	padding: 0 8px 0 4px;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.icon {
	margin: 2px 4px;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.label-prepend-checkbox {
	padding: 0 4px 0 8px;
}
.bootstrap-checkbox > button.btn.btn-large {
	padding: 10px 0 6px 2px;
	width: 36px;
}
.bootstrap-checkbox > button.btn.btn-small {
	padding: 5px 0 3px 1px;
	width: 24px;
}
.bootstrap-checkbox > button.btn.btn-mini {
	padding: 4px 0 1px 1px;
	width: 20px;
}
.bootstrap-checkbox > .btn.btn-link {
	text-decoration: none;
}
label.bootstrap-checkbox.disabled {
	cursor: default;
	color: #666;
}
.bootstrap-checkbox > .label-prepend-checkbox {
	padding-right: 4px;
}
.bootstrap-checkbox > .label-checkbox {
	padding-left: 4px;
}
.bootstrap-checkbox.disabled > [class^="label-"], .bootstrap-checkbox > .btn[disabled] {
	cursor: not-allowed;
}
[class^="cb-icon-"], [class*=" cb-icon-"] {
	display: inline-block;
	width: 30px;
	height: 27px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/checkbox.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.bootstrap-checkbox button.btn > span.cb-icon-check, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check {
	background-position: -32px 0;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check, .bootstrap-checkbox button.btn:focus > span.cb-icon-check, .bootstrap-checkbox button.btn:active > span.cb-icon-check {
	background-position: -32px 0;
}
.bootstrap-checkbox button.btn > span.cb-icon-check-empty, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-empty, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-empty {
	background-position: 0 0;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check-empty, .bootstrap-checkbox button.btn:focus > span.cb-icon-check-empty, .bootstrap-checkbox button.btn:active > span.cb-icon-check-empty {
	background-position: 0 0;
}
.bootstrap-checkbox button.btn > span.cb-icon-check-indeterminate, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-indeterminate, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-indeterminate {
	background-position: 0 0;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check-indeterminate, .bootstrap-checkbox button.btn:focus > span.cb-icon-check-indeterminate, .bootstrap-checkbox button.btn:active > span.cb-icon-check-indeterminate {
	background-position: 0 0;
}
.pay-order .col-right {
	padding: 20px;
	background-color: #F5F5F5;
}
.pay-order .content-process-button {
	margin-top: 20px;
}
.calendar-block-shop .calendar-block-shop-submit-block, .privatesale-block-code {
    color: #999;
    font-family: sans-serif;
}
.privatesale-block-code h3 {
	padding: 0px;
	margin: 5px 0px 20px;
}
.privatesale-block-submit {
	margin-top: 20px;
}
.calendar-block-shop .calendar-block-shop-list {
	/*padding: 0 50px 0 0;;*/
}
.calendar-block-shop .calendar-block-shop-list .radio-div-element .place-name {
	color: #ff4900;
	margin-top: 10px;
}
.calendar-block-shop .calendar-block-shop-list .radio-div-element.radio-active {
}
a.calendar-change-shop, a.calendar-change-shop:hover, a.calendar-change-code, a.calendar-change-code:hover {
	color: #ff4900;
	text-decoration: none;
}
.calendar-rappel-block {
	margin: 20px 0 20px 0;
	padding: 0;
	background-color: #F5F5F5;
	border: 1px solid #E4E2E2;
}
.calendar-rappel-line {
	padding: 20px 0;
	font-family: sans-serif;
	color: #888;
}
.calendar-rappel-line .place-name{
	font-weight: bold;

}
.calendar-rappel-line .shop-picture {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.calendar-rappel-line-separator {
	padding: 0;
	background-color: #F5F5F5;
}
.calendar-rappel-line .calendar-rappel-line-title {
    padding-left: 100px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
    margin-top: 0;
    text-align: left;
}

.breadcrumb {
	background-color: transparent;
}
.breadcrumb a {
	color: #FF4900;
}
.lowercase {
	text-transform: lowercase;
}
#MR_subtitle {
	width: 100%;
	background-color: #eee;
	border: solid 1px #ddd;
	text-align: center;
}
#bloc_MR_adresse {
	top: 4px;
}
#MR_submit {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.MR_label {
	font-weight: bold;
}
.MR_field {
	position: absolute;
	margin-left: 5px;
}
.MR-Widget {
	width: 100% !important;
	overflow: hidden !important;
}
.MRW-Content {
	width: 100% !important;
	height: 600px !important;
}
.MRW-Search {
	width: 100% !important;
}
.MRW-Results {
	width: 100% !important;
	overflow: auto !important;
	height: 590px !important;
}
#MRW-Map {
	width: 570px !important;
	height: 500px !important;
}
#email_error {
	font-size: 14px;
	font-weight: normal;
	color: red;
	font-style: italic;
}
.store_locator_container {
	height: 500px;
	position: relative;
}
.store_locator_container #places-map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
#modal_map {
	width: 100%;
	height: 500px;
}
.store_locator_container .form_container {
	background: #FFF;
	margin: 20px;
	padding: 20px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.71);
	height: 460px;
    overflow: hidden;
}
.store_locator_container .form_container.minimized {
    height: 150px;
}
.store_locator_container .form_container .normal_form, .store_locator_container .form_container.minimized .minimize_form{
    display: none;
}
.store_locator_container .form_container .minimize_form, .store_locator_container .form_container.minimized .normal_form{
    display: block;
}
.form_container form {
	margin-bottom: 15px;
}
.form_container .title-group {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0;
	font-size: 18px;
	font-family: 'transatstandard';
}
.form_container .countries {
	margin-bottom: 15px;
}
.form_container .list_stores li a {
	color: #686B71;
	text-transform: capitalize;
	font-family: 'RobotoCondensedLight', sans-serif;
	font-size: 17px;
}
.form_container .list_stores li {
	list-style: none;
	font-family: 'Roboto Condensed', sans-serif;
}
.form_container .list_stores {
	padding-left: 0;
}
.form_container .list_stores li a:hover {
	color: #FF4900;
}
.form_container .search_result {
	height: 338px;
	overflow-y: auto;
	padding: 0 15px;
}
.search_result .spinner {
	width: 32px;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}
.title-group.list-group {
	height: 20px!important;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #FF4900;
}
.photos_gallery .thumbnail {
	position: relative;
}
.photos_gallery .thumbnail .overly {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	text-align: center;
	background-color: rgba(28, 31, 36, 0.59);
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.photos_gallery .thumbnail .overly h3 {
	font-family: 'transatstandard';
	line-height: 150px;
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.photos_gallery .thumbnail:hover .overly {
	top: 150px;
	background-color: #1C1F24;
}
.photos_gallery .thumbnail:hover .overly h3 {
	line-height: 10px;
}
.cms_pages.photos_gallery .thumbnail .overly h3{
        line-height: 262px;
}
.cms_pages.photos_gallery .thumbnail:hover .overly {
    top: 210px;
}
.cms_pages.photos_gallery .thumbnail:hover .overly h3 {
    line-height: 42px;
}
.cms_pages.photos_gallery .bg-darkgrey{
	margin-bottom: 40px;
}
.search_result .result {
	font-size: 18px;
	font-family: 'transatstandard';
}
.search_result.wait .result {
	display: none;
}
.search_result.wait .spinner {
	display: block;
}
.search_result .spinner {
	display: none;
}
.store_type_wrapper {
	background: rgba(255,255,255,0.91);
	z-index: 99;
	padding-bottom: 15px;
}
.breadcrumbs {
	padding: 10px 0;
	font-size: 15px;
	font-family: 'transatstandard';
	color: #333b43;
}
.breadcrumbs a {
	color: #FF4900;
}
.store_type_container .title_page {
	background: transparent;
	padding-top: 0;
	padding-bottom: 20px;
}
.store_type_container .places-map, .store_type_container .store-schedule-timepicker {
	height: 470px;
	border: 4px solid #E8D0C5;
}
.store_type_container h3.title {
	color: #FF4900;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'GillSansMTLightRegular';
}
.store_type_wrapper address.contenu {
	font-size: 13px;
	margin-bottom: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.store_type_wrapper address.contenu .appointment {
	color: #8B8B8A;
}
.store_type_wrapper .address {
	margin-bottom: 0;
}
.store_type_wrapper .zip_city {
	border-bottom: 1px solid rgb(238, 143, 105);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.store_type_wrapper .description {
	margin-bottom: 10px;
	color: #888;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 126px;
}
.store_type_wrapper .description small {
	font-style: normal;
	font-size: 15px;
	font-family: 'transatstandard';
	color: #575c61;
}
.store_type_container {
	position: absolute;
	top: 150px;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
}
.store_type_container .schedule {
	margin-bottom: 10px;
}
.table_schedule td:first-letter {
	text-transform: uppercase;
}
.meet_manager {
}
.title_sep_line:after {
	content: "";
	background-color: rgba(119, 119, 119, 0.55);
	display: block;
	width: 100%;
	position: absolute;
	right: 0;
	height: 1px;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.title_sep_line {
	position: relative;
	background-color: #FFF;
	margin: 50px 0;
}
.title_sep_line .title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	background-color: inherit;
	position: relative;
	z-index: 90;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
}
.title_sep_line.centred{
	text-align: center;
}

.manager .toggle_modal {
	border-radius: 100%;
	display: block;
	width: 200px;
	margin: 0 auto;
}
.bg_cover {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.transition {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.grayscale {
	-webkit-filter: grayscale(0.7);
	-moz-filter: grayscale(0.7);
	filter: grayscale(0.7);
}
.manager .picture {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin: 0 auto;
}
.grayscale:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}
.meet_manager .manager {
	text-align: center;
	margin-bottom: 50px;
}

/*1800 648*/
/* *dev
change
git commit
git push gitlab dev-tailor */
a.btn_see_more{
	max-width: 500px;
	width: 90%;
	display: block;
	margin: 0 auto;;
}
.meet_manager .manager .see_more {
	background-color: #F7F7F7;
	max-width: 500px;
	width: 100%;
	margin: 15px auto;
	border: 1px solid #DADADA;
	padding: 20px 10px;
	position: relative;
	color: #848181;
	border-radius: 2px;
	font-size: 17px;
}
.manager .info .first_name a {
	font-size: 25px;
	color: #FF4900;
	text-transform: capitalize;
	margin: 5px 0;
}
.meet_manager .manager .store_name {
	text-transform: uppercase;
	font-style: italic;
}
.meet_manager .manager .see_more:after, .meet_manager .manager .see_more:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border-width: 0 10px 10px 10px;
}
.meet_manager .manager .see_more:after {
	border-color: transparent transparent #F7F7F7 transparent;
	top: -10px;
}
.meet_manager .manager .see_more:before {
	border-color: transparent transparent #C5C5C5 transparent;
	top: -11px;
}
.meet_manager .manager a.btn_see_more .fa {
	color: #FF4900;
	padding: 8px;
	font-weight: bold;
}
.meet_manager .manager a:hover {
	text-decoration: none;
}
.manager .info .manager_citation a {
	font-size: 20px;
	color: rgb(152, 152, 152);
	text-transform: capitalize;
}
.manager .info .manager_citation span {
	font-size: 15px;
}
.citation {
	background-color: #F7F7F7;
	margin: 15px auto;
	border: 1px solid #DADADA;
	padding: 30px;
	position: relative;
	color: #848181;
	font-style: italic;
	text-align: center;
	font-size: 30px;
}
.customer_citation {
	background-color: #FF4900;
	color: #FFF;
	font-style: normal;
	border: 0;
	font-size: 23px;
	line-height: 45px;
	font-family: 'RobotoCondensedLight', sans-serif;
}
.citation .title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	background-color: inherit;
	position: relative;
	margin: 0;
	padding: 20px 30px 30px 30px;
	text-align: center;
	font-style: normal;
	color: #FF4900;
}
.modal_manager_info {
    margin: 0 auto;
    line-height: 25px;
    padding-top: 30px;
    padding-left: 30px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.43);
}
.modal_manager_info .full_name {
	font-size: 26px;
	font-family: 'transatstandard';
}
.modal_manager_info .nationality {
	font-size: 18px;
}
.modal_manager_picture {
	height: 300px;
}
#modal_manager .citation {
	font-size: 16px;
}
#featured .item .video_wrapper iframe {
	margin-bottom: -5px;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.schedule table.table_schedule td {
	font-size: 12px!important;
	padding: 4px 0!important;
}
table.table_schedule td:nth-child(1) {
	text-align: left;
}
table.table_schedule tr {
	border-top: 1px dotted #888f97;
}
table.table_schedule tr:nth-child(1) {
	border-top: none;
}
.fb-share-button {
	top: -5px;
}
#featured {
}
.store_type_wrapper .title_page h1 {
	font-size: 28px;
}
::-moz-selection {
	color: #FFF;
	background: #FF4900;
}
::selection {
	color: #FFF;
	background: #FF4900;
}
@media (min-width: 768px) and (max-width: 1151px){
	.store_type_container {
		top: 145px!important;
	}
	#carousel-storetype .carousel-inner{
		height: 905px!important;
	}
}
@media (max-width: 1151px){
	#carousel-storetype .item{
		width: 2097px!important;
		height: 755px!important;
	}
	.store_type_container .places-map {
	    height: 615px!important;;
	}
}
@media (max-width: 1115px){
	.store_type_container {
		/*top: 120px!important;*/
	}
}
@media (max-width: 991px){
	.store_type_container {
		/*top: 195px!important;*/
	}
	#carousel-storetype .item{
		width: 2917px!important;
		height: 1050px!important;
	}
	#carousel-storetype .carousel-inner{
		/*height: 1050px!important;*/
	}
	.store_type_container .places-map {
	    height: 410px!important;;
	}
}
#carousel-storetype .carousel-inner{
	height: 648px;
	position: relative;
}
/*1800 648*/

#carousel-storetype .item{
	width: 1800px;
	height: 648px;
	position: absolute;
	top: 0;
	z-index: 0;
	margin: auto;
	left: -9999px;
	right: -9999px;
}

.row.store_info{
	margin-top: 20px;
}
.store_design h2 {
    font-family: 'RobotoCondensedLight', sans-serif;
    margin-bottom: 20px;
}
.store_design h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.store_design h4 {
	font-weight: bold;
	margin: 0px 0px 5px;
	font-size: 16px;
}
.store_design p {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 15px;
    color: #555;
}

.row.store_design .institut_francais img {
	margin: 70px 0;
}

.row.store_design .institut_francais {
	text-transform: uppercase;
}


.col-md-4.institut_francais p {
	line-height: 22px;
}

.row.store_design .thumbs img {
}


.row.store_design .thumbs {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}
.row.store_design .middle_img img {
	margin-bottom: 46px;
}

.row.store_design .middle_img {
	padding-left: 0;
}
#search_stores_reset {
    position: absolute;
    right: 44px;
    z-index: 2;
    color: #999;
    padding: 1px 3px 5px 3px;
    font-size: 19px;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: 18px;
}

#search_stores_reset:hover {
    color: #FF4900;
    text-decoration: none;
}
form#form_search_stores {
    position: relative;
}

li.currency.dropdown .dropdown-menu {
	overflow-y: auto;
}


iframe#yt_vid_1 {
	/*height: 570px!important;*/
}

.video_home {
	width: 100%;
}

li.flash_btn {
	background-color: #ff4900;
	border: 0!important;
	border-radius: 6px;
	text-align: center;
}


li.flash_btn:hover {
	border-radius: 6px 6px 0px 0px;;
}


li.flash_btn > a, li.flash_btn > a:focus {
	font-size: 12px!important;
	line-height: 11px;
	background: url('/assets/img/tailor-s-logo.png') no-repeat center 5px!important;
	padding-top: 17px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
}


li.flash_btn > a:hover {
	background: url('/assets/img/tailor-s-logo.png') no-repeat center 5px!important;;
}


li.flash_btn a div.big {
	font-weight: bold;
	font-size: 15px!important;;
    font-family:  Helvetica, Arial, sans-serif;
}


li.flash_btn .time, li.flash_btn .time_sep {
	display: inline-block;
	vertical-align: middle;;
}

li.flash_btn .time_sep {
	vertical-align: top;
	color: #FFF;
	font-size: 20px;
	padding-left: -1px;;
}

li.flash_btn .text {
	color: #FFF;
	font-size: 13px;
}

li.flash_btn .time .block {
	background: linear-gradient(to bottom, rgba(222,63,0,1) 0%, rgba(255,112,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3f00', endColorstr='#ff7038', GradientType=0 );
	padding: 3px 5px;
	color: #FFF;
	font-size: 16px;
	border: 1px solid rgb(222,63,0);;
}

li.flash_btn .dropdown-menu {
	min-width: auto!important;
	background-color: #FF4900;
	border: 0;;
	border-radius: 0px 0px 6px 6px ;
    left: 0;
    right: auto;
}

li.flash_btn .dropdown-menu a:hover {
	background-color: #FF4900;;
}

li.flash_btn .dropdown-menu a {
	padding-left: 3px;
	padding-right: 2px;
}

li.flash_btn .dropdown-menu a:focus {
    background-color: inherit;
}
.product-configured .price, .flash-sale .price {
	font-size: 30px;
}
.flash-sale {
    background-color: #FBFBFB;
    border: 1px solid #ddd;
    padding: 30px 20px 30px 20px;
    margin: 30px 15px;
}
.limited-stock p {
    font-size: 18px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.limited-stock .fa-stack{
    font-size: 10px;
}
.limited-stock{
    margin-top: 6px;
}
.flash-sale .fabric div{
    margin-top: 6px;
}
.timer .title{
	color: #ff4900;
    font-size: 16PX;
    font-weight: bold;
    margin-bottom: 8px;
}
.timer .timer-container {
    border: 2px solid #ff4900;
    display: inline-block;
    color: #ff4900;
    font-weight: bold;
    border-radius: 5px;
    padding: 6px 10px;
    margin: 0 auto;
}
.timer .time {
    font-size: 18px;
    position: relative;
}
.timer .time div {
    display: inline-block;
}
.timer .time:after {
    content: "";
    position: absolute;
    background-color: #ff4900;
    width: 90%;
    height: 1px;
    left: 0;
    top: 23px;
    right: 0;
    margin: auto;
}
.timer .text div {
    display: inline-block;
}
.btn-use-fabric .icon-fabric{
    background-position: -677px -5px;
}
.btn-use-fabric .icon-eye{
    background-position: -420px -8px;
}
.btn-use-fabric{
	margin-top: 40px;
    margin-right: 10px
}
.btn-use-fabric:hover .icon-fabric {
    background-position: -677px -5px;
}
small.original-price{
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.flash-sale .description .attributes{
    color: #8a8f95;
    font-size: 12px;
}
.flash-sale .description .title {
    background-color: #e7eaec;
    color: #677075;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
}
.flash-sale .attributes .attributes_line {
    padding: 5px 0;
    border-top: 1px solid #e0e0e0;
}
#flash_sale .dys, #fs_timer .dys{
	display: none;
}
.flash-sale.list-item .fs-title{
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.flash-sale-expired{
    color: #FF4900;
    font-size: 25px;
}
.btn-see-available-flash-sales .fa{
    display: block;
    height: 30px;
    float: left;
    width: 30px;
    font-size: 17px;
    text-align: left;
}
.no-flash-sales-available{
	margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FF4900;
}
.consumersreviews {
	color: #545651;
    line-height: 150%;
	margin-top: 30px;
    min-height: 100px;
    padding: 8px 6px 8px 0;
    font-family: Arial,sans-serif;
    font-size: 13px
}
.consumersreviews .reviewblock{
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
    border: rgb(231, 231, 231) 1px solid;
}
.consumersreviews .face{
	text-align: center;
}
.consumersreviews .face img{
    max-width: 50px;
    width: 100%;
    height: auto;
    border-radius: 60%;
    vertical-align: middle;
}
.consumersreviews .reviewblock .reviewbody{
    color: #545651;
    font-size: 13px;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 10px;
}
.consumersreviews .reviewblock .reviewComment{
    margin-bottom: 5px;
    height: 76px;
}
.consumersreviews .reviewbody .reviewCommentDate {
    white-space: nowrap;
    margin-left: 30px;
    font-weight: normal;
    color: #9d9d95;
}
.consumersreviews .commanderDate {
    color: #9d9d95;
}
.consumersreviews .commentStars {
    width: 70px;
    height: 13px;
    background: url("/assets/img/trustedshops_review_rate.png") 0 -15px repeat-x;
    text-indent: -9999px;
    display: inline-block;
}
.consumersreviews .starPreview {
    height: 13px;
    background: url("/assets/img/trustedshops_review_rate.png") 0 0 repeat-x;
    text-indent: -9999px;
    display: block;
    line-height: 16px;
}
.consumersreviews .note .mark {
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    margin-left: 4px;
}
.consumersreviews .e-trustedshops {
    padding: 10px;
    border-bottom: none;
	text-align: left;
	display: inline-block;
}
.consumersreviews .e-trustedshops img{
	max-width: 90px;
}
.consumersreviews .item .title{
    border: 1px solid #ddd;
    background-color: #eee;
	padding: 0 7px;
}

.consumersreviews .title .text{
	text-align: center;
	display: inline-block;
    color: #F8520F;
    font-size: 16px;
    line-height: 35px;
}
.fade-hover .overly {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    color: #FFF;
    text-align: center;
    background-color: rgba(28, 31, 36, 0.6);
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.fade-hover .overly h3 {
    font-family: 'transatstandard';
    line-height: 122px;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.calendar-block-shop .radio-div-element img{
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}

.calendar-block-shop .radio-active .radio-div-element img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.radio-active .fade-hover .overly {
    background-color: rgba(28, 31, 36, 0.2);
}
.radio-active .fade-hover .overly h3 {
    opacity: 0;
}
.calendar-block-shop .radio-div-element .city{
    color: #65686B;
}
.calendar-block-shop .radio-div-element .description-toggle{
    color: #535A63;
    display: inline-block;
    font-size: 13px;
    font-family: sans-serif;;
}
.calendar-block-shop .radio-div-element .main-description{
	color: #767C84;
	font-size: 13px;
	line-height: 20px;
	font-family: sans-serif;
	margin-bottom: 0;;

}

.calendar-block-shop .radio-div-element .description-details{
	color: #888f97;
	font-size: 15px;
	line-height: 20px;;
	font-style: italic;
	/*display: none;*/
	overflow: hidden;
	height: 0;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;

}
.radio-div-element .place-text{
	padding-right: 10px;
	padding-bottom: 10px;
}
.calendar-block-shop > h3{
	margin-top: 30px;
	margin-bottom: 30px;

}
.calendar-rappel-line .calendar-rappel-line-change{
	margin-top: 15px;

}
.calendar-rappel-block .grey{
	font-family: sans-serif;

}
.calendar-rappel-block .centered{
	padding-left: 50px;;
	padding-top: 22px;

}
.calendar-rappel-block .centered .title_form{
	font-size: 25px;
	margin-bottom: 30px;

}
.horaires .horaire-block{
    padding-right: 5px;
    padding-left: 5px;
}
.horaires .radio-div-element.radio-active{
    border-bottom: 5px solid #FF4900;
    border-left-color: #DCDCDC
}
.radio-div-element.thumb:hover .thumbnail, .radio-div-element.thumb.selected .thumbnail{
	border-top-color: #FF4900;
	border-left-color: #FF4900;
	border-right-color: #FF4900;
}
.radio-div-element.thumb:hover .place-info, .radio-div-element.thumb.selected .place-info{
	border-left-color: #FF4900;
	border-right-color: #FF4900;
	border-bottom-color: #FF4900;
}

.calendar-block-shop .calendar-block-shop-list .place-info{
	text-align: center;
    background-color: #f5f6f6;
    padding-top: 10px;
    border: 1px solid #ddd;
    border-top: 0;
}

.calendar-block-shop-list  .radio-div-element:hover .place-info{
    background-color: #e7eaec;
}
.place_list .thumbnail{
	margin-bottom: 0;
}
.calendar-block-shop .calendar-block-shop-list  .radio-div-element{
	cursor: pointer;
}
.calendar-block-shop-list  .radio-div-element:hover .place-text{
    color: #575c61;
}
.main #shop_picture{
    overflow: hidden;
    height: 680px;
}

#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_timepicker{
	width: 100px;
}

#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_datepicker{
	width: 530px;
}

#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_calendar td, #store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_calendar th{
	height: 52px;

}
 #store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{
	height: 345px;
 }
 #store-schedule-timepicker .xdsoft_time_box.xdsoft_scroller_box .xdsoft_time_variant {
    margin-top: 0px!important;
 }

#store-schedule-timepicker .xdsoft_time_boxxdsoft_scroller_box .xdsoft_timepicker .xdsoft_time_box {
	height: 397px;
}

 #store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div{
 	/*height: 60px;*/
	/*line-height: 60px;*/
 }

 #store-schedule-timepicker .xdsoft_datetimepicker{
	background: #fafafa;
 }
 #store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_calendar td:hover,
 #store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
    background: #FF4900 !important;
 }
 #store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_time.xdsoft_disabled:hover{
    background: #f5f5f5 url(/assets/img/dark-matter.png) !important;
 }
#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{
    background: #2E3138;
    box-shadow: #000000 0 1px 3px 0 inset;
    color: #FFF!important;
 }

#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #ea906b;
    font-weight: bold;
}
#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #2E3138;
    box-shadow: #000000 0 1px 3px 0 inset;
}
#store-schedule-timepicker .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    background: #FF4900;
    box-shadow: #86310E 0 1px 3px 0 inset;
}
#store-schedule-timepicker #datetimepicker{
	display: none;
}
#store-schedule-timepicker .loading{
	text-align: center;
    padding: 100px 0;
}
#store-schedule-timepicker .small-loading {
    position: absolute;
    top: 2px;
    right: 0;
    width: 30px;
    margin: auto;
    left: 0;
    display: none;
}
#store-schedule-timepicker{
	position: relative;
}
.row.store_info.store_meeting{
	margin-top: 20px;
}
.store_meeting_tabs.nav-tabs > li.active > a,
.store_meeting_tabs.nav-tabs > li.active > a:hover,
.store_meeting_tabs.nav-tabs > li.active > a:focus {
    background-color: #e8d0c5;
    border: 1px solid #dec2b5;
    border-bottom-color: #e8d0c5;
    color: #2e3138;
}
.store_meeting_tabs.nav-tabs > li > a{
	color: #8b8f97;
    font-size: 16px;
}
.row.store_info.store_meeting .store_info_block{
    margin-top: 12px;
}
.store_meeting_container .store_type_wrapper > h1{
    font-size: 30PX;
}
.store_meeting_container .meeting_info {
    position: absolute;
    right: 15px;
    height: 116px;
    white-space: nowrap;
}
.store_meeting_container .meeting_info .info{
     position: absolute;
    bottom: 0px;
    right: 0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled{
    opacity: .8!important;
    background-image: url(/assets/img/dark-matter.png);
	color: #9c9c9c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
    opacity: .5!important;
}
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_time.xdsoft_disabled {
    background-image: url(/assets/img/dark-matter.png) !important;
}

.meeting_carrier .meeting_block{
    font-family: sans-serif;
    background-color: #FBFBFB;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}
.meeting_carrier .meeting_block .meeting_date{
    font-size: 30px;
	display: block;
    margin-top: 30px;
    color: #ff4900;
    letter-spacing: 2px;
}
.meeting_carrier .meeting_block .meeting_time{
    font-size: 40px;
    display: inline-block;
	margin-top: -10px;
    color: #ff4900;
}
.meeting_carrier .meeting_block .gery{
    color: #575c61;
}
.meeting_carrier .meeting_block h4{
    color: #575c61;
    display: inline-block;
}
.meeting_carrier .meeting_block hr{
    margin-top: 8px;
    margin-bottom: 0;
}
.meeting_carrier .meeting_block h4 .fa{
	display: block;
	text-align: center;
}
.meeting_carrier .meeting_block .store{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.meeting_carrier .store .store-info{
    padding-right: 0;
}
.meeting_carrier .store-info .store-name{
	font-family: serif;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    color: #e7e8e8;
}
.meeting_carrier .store-info .store-address{
	color: rgb(193, 195, 196);
}
.meeting_carrier .store .store-img{
    padding-right: 0;
}
.meeting_carrier .store .store-img img{
    border: 1px solid rgb(68, 72, 76);
}
.meeting_carrier .meeting_block .in-store{
    margin-top: 40px;
    display: block;
    font-size: 20px
}
.meeting_carrier .in-store .gery{
    display: inline-block;
}
.meeting_carrier .in-store .gery .fa{
    display: block;
}
.meeting_carrier .store .store-block {
    background-color: rgb(87, 92, 97);
    padding-top: 15px;
    padding-bottom: 15px;
}
.meeting_block .alert{
	margin-bottom: 0;
}
.meeting_carrier .confirmation_button{
    margin-top: 30px;
}
.icon-check{
    background-position: -353px -5px;
}
.xdsoft_datetimepicker .xdsoft_label{
    z-index: 1100!important;
}
.xdsoft_monthpicker:after {
    display: table;
    content: " ";
    clear: both;
}
.tour-tour .popover-navigation button[data-role=next],
.notiModal .popover-navigation button[data-role=ok]{
    background-color: #ff4900;
    color: #FFF;
    border-color: #ff4900;
}
.tour-tour .popover-content,
.notiModal .popover-content{
    font-family: sans-serif;
}
.tour-tour .popover-title,
.notiModal .popover-title{
    font-family: serif;
    color: #ff4900;
    font-weight: bold;
}
 .store_meeting_container .launch-guide {
    position: absolute;
    right: 15px;
    top: 15px;
}
.store_meeting_container .meeting_info .info p {
    margin-bottom: 3px;
}
.social_login{
	margin-top: 10px;
}
.social_login .login_social, .social_login .login_social_subscribe{
    position: relative;
    top: -3px;
}
#content_tools .disabled{
    cursor: not-allowed!important;
    opacity: 0.4;
}
.carousel-caption.right{
    right: 0;
    left: auto;
    bottom: auto;
    top: 0;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 5px 20px 5px 20px;
    border: rgba(0, 0, 0, 0.3) 1px solid;
}
.carousel-caption.right h3 {
    border-bottom: #ff4900 1px solid;
    display: inline-block;
    padding-right: 20px;
}
.carousel-caption.right  {
	text-transform: capitalize;
    max-width: 400px;
    width: 100%;
}
.carousel-caption.right .see_more{
    color: #ffb293;
}
.tour-backdrop{
	background-color: rgba(0, 0, 0, 0.4)!important;
}
.meeting-panel .store-info{
    font-family: sans-serif;
}
.meeting-panel .schedule{
    color: #ff4900;
}
.meeting-panel .store-address{
    margin-bottom: 0;
    color: #575c61;
}
.meeting-panel .see_more{
    color: #1c2024;
}
.form-mobile{
    margin-top: 20px;
    margin-bottom: 10px;
}


.radio-div-element {
	margin-bottom: 20px;
	transition: 0.2s all;
	border: 5px solid transparent;
	cursor: pointer;
	margin-left: 0;
}



.radio-div-element .carrier-name,
.radio-div-element .payment-name {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'transatstandard';
}

.radio-div-element .carrier-text,
.radio-div-element .payment-text {
	color: #888f97;
	font-size: 16px;
	line-height: 18px;
}

.radio-div-element .carrier-time {
	font-size: 16px;
}
.info-grey-block{
    background-color: rgb(222, 222, 222);
    border: rgba(0, 0, 0, 0.05) 1px solid;
    padding: 10px;
    color: #4a4c4e;
    font-size: 15px;
}

.info-grey-block .glyphicon{
    margin-bottom: 9px;
    display: block;
    text-align: center;
}
@media (max-width: 768px) {
	.footer {
		z-index: 1;
	}
	.product_inspiration .img {
	    padding: 0;
	}
	.product_inspiration.medium .img {
	    height: 280px;
	    overflow: hidden;
	}
	.product_inspiration.medium .info_product {
	    background: url("../img/overlay.png");
	    width: 100%;
	}
	.product_inspiration.medium  .info_product .name {
	    color: #FFF;
	}
	.product_inspiration.medium  .info_product .price {
	    color: #FFF;
	}
	.tc-presse-links {
	    background-position: center;
	}
	.xs-vertical-menu li{
	    text-align: center;
	}
	.xs-vertical-menu .barre_top .nav.row{
	    padding-top: 0 !important;
	}
	.barre_top .nav > li{
	     line-height: initial;
	}
	.barre_top .left-nav {
	    padding-right: 39px;
	}
	.barre_top .right-nav {
	    padding-left: 40px;
	}
	.barre_top .nav > li > a {
	    font-size: 20px;
	}
	.barre_top .nav > li.menu_account {
	    background: none;
	    padding-left: 15px;
	}
	.navigation .xs-cart-btn {
		margin-right: 0;
	    line-height: 14px;
	}
	.modal-dialog{
		width: 100%!important;
	}
	.left_column{
	    padding-right: 15px!important;
	    padding-left: 15px!important;
	}
	.right-nav .fa-shopping-cart{
	    position: relative;
	    left: -9px;
	}
	.right-nav #number_product{
	    font-size: 13px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    height: 13px;
	    margin-left: 2px;
	}
	.menu_account .dropdown-menu{
	    left: auto!important;
	    right: 0;
	}
	#logo.logo-min img.logo {
	    width: 58px;
	}
	#logo.logo-min img.t-logo {
	    width: 18px;
	    margin-top: 15px;
	}
	#logo.logo-min img.t-logo {
	    display: inline-block;
	}
	#logo.logo-min img.logo {
	    display: none;
	}
	#logo img.logo {
	    width: 47px;
	    background-color: #FFF;
	    padding: 0px 2px 0px 2px;
	    box-sizing: content-box;
	}
	.popover.right, .popover.left {
	    max-width: 238px!important;
    	min-width: 200px!important;
	}
	.auto-margin {
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.carousel-indicators{
		display: none;
	}
	.barre_newsletter .block_pb, .block_form_news, .row-scanlist{
	    display: none;
	}
	.main {
		padding-top: 42px;
	}
	.block_social_bottom > .row{
		display: flex;
	}
	.block_social_bottom ul li {
	    margin: 13px auto !important;
	}
	.table-responsive.h-scroll{
		position: relative;
	}
	.table-responsive.h-scroll table.table:not(.clicked):before{
		content: "";
	    position: absolute;
	    display: block;
	    background: rgba(0,0,0,.5);
	    z-index: 100;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	}
	.table-responsive.h-scroll table.table:not(.clicked):after{
		content: "";
		background-image :url("/assets/img/h-scroll.svg");
	    position: absolute;
	    z-index: 111;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-position: center 10%;
	}
	.radio-group label{
		display: inline-block;
    	min-width: 100px;
	}
	.form-group > label{
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.civility-radio .radio-group{
	    padding-right: 0;
	    padding-left: 0;
	}
	.menu-scroll{
		overflow-x: auto;
		position: relative;
	}
	.right-scroll {
	    width: 35px;
	    height: 50px;
	    position: absolute;
	    background-color: rgba(0, 0, 0, 0.4);
	    top: 0;
	    right: 0px;
	    z-index: 8;
	    margin: auto;
	}
	.right-scroll:after {
	    content: "";
	    background-image: url(/assets/img/h-scroll.svg);
	    background-position: center;
	    background-size: contain;
	    background-repeat: no-repeat;
	    display: inline-block;
	    width: 30px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 5px;
	    z-index: 29;
	    margin: auto;
	    opacity: 0.5;
	}
	.measure_module .grey {
		padding: 15px ;
	}
	.measure_module .white{
		padding: 15px ;
	}
	.rule_plugin .button.actions.right {
	    position: absolute;
	    right: 15px;
	}
	.measure_plugin .generate-btn{
	    margin-top: 20px;
    	text-align: center;
	}
}
@media (max-width: 1200px) {
	#logo {
	    margin-left: -25px;
	    z-index: 9;
	}
	#logo img{
	    width: 50px;
	}
}
.vertical-nav, .vertical-nav .dropdown-menu{
	padding: 0!important;
}
.vertical-nav .navbar-collapse {
	padding: 0;
	max-height: none;
}
.vertical-nav ul {
	float: none!important;
	display: block;
	padding: 15px 0px!important;
}
.vertical-nav li {
	float: none;
	display: block;
	padding: 0px!important;
	background: none!important;
	margin: 0!important;
}
.vertical-nav li:not(.always-open) > .dropdown-menu{
	position: absolute!important;
	top: -13px!important;
	right: 200px!important;
}
.vertical-nav  li.dropdown > a span {
	background: url("../img/li-dropdown.png") no-repeat right -36px!important;
}
.vertical-nav li a {
    padding: 20px  30px 0px 30px!important;
}
.vertical-nav li.always-open .dropdown-menu ul {
    padding: 5px 30px 0px 30px!important;
}
.vertical-nav li.always-open .dropdown-menu a {
    padding: 20px 30px 0px 0px!important;
}

.vertical-nav .title-group.list-group {
	height: auto!important;
}
@media (min-width: 768px) and (max-width: 992px) {
/*.vertical-nav li .dropdown-menu{
	left: auto!important;
	right: 200px!important;
}*/
}
.btn-add-to-cart .fa-cart-plus{
    font-size: 20px;
}
.place_list.user_orders .store{
    padding-left: 0;
}

.place_list.user_orders .radio-div-element{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
    border-color: #ecebeb;
    cursor: initial;
}
.block-darkgrey{
    background-color: #1c2024;
    color: #FFF;
    padding: 20px;
}
.block-darkgrey a{
    color: #ff4900;;
}
.block-darkgrey a:hover,.block-darkgrey a:focus{
    color: #de9375;;
}
.user_orders table td{
    padding: 5px 10px!important;
}
.user_orders .orders_list{
    margin-bottom: 10px;
}
.user_orders .radio-div-element.thumb:hover .thumbnail, .user_orders .radio-div-element.thumb.selected .thumbnail,
.user_orders .radio-div-element.thumb:hover .place-info, .user_orders .radio-div-element.thumb.selected .place-info{
	border-color: transparent!important;;
}
.xl-top-margin{
	margin-top: 60px;
}
.block_pics .pic a{
    position: relative;
    display: block;
    z-index: 140;
    cursor: pointer;
    overflow: hidden;
	transition: all .25s ease-in-out;
}

.block_pics .pic a:hover img{

}

.block_pics .pic .info {
    transition: all .25s ease-in-out;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    padding: 0 23px;
    z-index: 2;
    height: 100%;
    display: flex;
}

.block_pics .pic a:hover .info {
    bottom: 0px;
}

.block_pics .pic a:hover .heading {
    opacity: 0;
}

.block_pics .pic .info .intro{
    font-size: 22px;
}

.block_pics .pic .info .heading{
    transition: all .25s ease-in-out;
    font-size: 16px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    font-family: 'transatstandard';
    opacity: 1;
    text-transform: uppercase;
    margin: auto;
}

.block_pics .pic .info .heading span{
    color: #ff4800;
    display: block;
    font-weight: bold;
}

.uppercase{
	text-transform: uppercase;
}

.block_pics .pic .info .details{
transition: all .25s ease-in-out;
    font-size: 14px;
    max-width: 400px;
    margin: 0 auto;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #FFF;
    font-family: 'GillSansMTLightRegular';
    text-shadow: 1px 1px 1px rgba(2,2,2,0.75);
    letter-spacing: 0.35px;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 11px 23px;
    line-height: 18px;
    bottom: -50px!important;
    min-height: 30%;
    text-transform: lowercase;
}

.block_pics .pic .info .details .bottom{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
}

.block_pics .pic .info .details:first-letter{
	text-transform: capitalize;
}

.block_pics .pic a:hover .info .details{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0px!important;
    background-color: rgba(28, 31, 36, 0.79);
}

.white-panel{
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #DADADA;
    color: #333!important;
    padding: 40px;
    margin: 30px 0!important;
    font-family: monospace;
}
.block_pics .description:first-letter{
    text-transform: capitalize;
}
.block_pics h1{
    font-weight: bold;
}
.block_pics h1 span{
    display: block;
    font-weight: normal;
    font-size: 25px;
    margin-top: 10px;
}
.block_pics .description{
    text-align: center;
    color: #575c61;
    font-size: 16px;
    margin: -20px 15px 40px 15px;
}
.block_pics h1 {
    margin: 30px 0px;
}
.block_pics .pic a:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
    background-color: rgba(28, 31, 36, 0.35);
}
.block_pics .pic a:hover:after {
    background-color: transparent;
}
.block_inspiration .diagonal.head{
    transform: skew(0deg, -15deg);
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    color: white;
    min-height: 1645px;
    margin-top: -1220px;
    pointer-events: auto;
    background-color: #FFF;
}

.block_inspiration .diagonal-wrap{
    min-height: 740px;
    position: relative;
    z-index: 400;
    overflow: hidden;
    pointer-events: none;
}

.block_inspiration .diagonal-block{
    transform: skew(0deg, 15deg);
    -webkit-backface-visibility: hidden;
    padding-top: 1050px;
    margin-top: 200px;
    margin-bottom: 45px;
	padding-left: 15px;
    padding-right: 15px;
}

.block_inspiration .process .slides {
    position: relative;
    z-index: 300;
    list-style-type: none;
    padding-left: 0;
}

.block_inspiration .process .slide1 {
    top: -160px;
}

.block_inspiration .process .slide2 {
	top: -270px;
}

.block_inspiration .process .slide3 {
    top: -370px;
}

.block_inspiration .process .slide {
    overflow: hidden;
    pointer-events: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.block_inspiration .process .slide a {
    position: relative;
    display: block;
    z-index: 140;
    cursor: pointer;
    background-color: #000000;
}

.block_inspiration .process .slide a:after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 0;
}

.block_inspiration .process .slide img {
    width: 100%;
    transition: all .25s ease-in-out;
    zoom: 1.25;
    margin: 0;
    -webkit-backface-visibility: hidden;
    transform: scale(1.06);
}

.block_inspiration .process .slide .info {
    position: absolute;
    left: 10%;
    width: 80%;
    text-align: center;
    color: white;
    transition: all .25s ease-in-out;
    top: 250px;
    pointer-events: none;
    z-index: 140;
}
.block_inspiration .process .slide .info .intro {
    font-size: 22px;
    transition: all .25s ease-in-out;
    letter-spacing: 1px;
    left: 2.2px;
    text-transform: uppercase;
}

.block_inspiration .process .slide .info .heading {
    margin-top: 5px;
    transition: all .25s ease-in-out;
    font-size: 45px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
}

.block_inspiration .process .slide .info .details {
    font-size: 14px;
    line-height: 24px;
    max-width: 400px;
    margin: 0 auto 45px auto;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opperc);
    filter: alpha(opacity=0);
    text-transform: uppercase;
}

.block_inspiration .process .slide a:hover .info .details {
    transition: all .5s ease-in-out;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opperc);
    filter: alpha(opacity=100);
}

.block_inspiration .process .slide .info .cta {
    transition: all .5s ease-in-out;
    font-size: 18px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opperc);
    filter: alpha(opacity=0);
}

.block_inspiration .process .slide a:hover .info .cta{
    color: #fff;
    background: #ff4900;
}

.block_inspiration .slide .btn{
    background-color: #333b43;
    text-transform: uppercase;
}
.block_inspiration .slide a:hover .btn:hover{
    background-color: #ff4900;
}

.block_inspiration .slide .btn:after {
    margin-left: 10px;
    height: 15px;
    width: 6px;
    vertical-align: middle;
    background-position: top;
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
}

.block_inspiration .process .slide a:hover img {
    filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.block_inspiration .process .slide a:hover .info {
    top: 200px;
}

.block_inspiration .process .slide a:hover .info .cta {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opperc);
    filter: alpha(opacity=100);
}

.block_inspiration .head.diagonal .process {
    font-family: 'transatstandard';
    text-transform: uppercase;
    color: #d54513;
    letter-spacing: 1.8px;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}
.block_inspiration .head.diagonal .process, .block_inspiration .head.diagonal .details {
    max-width: 700px;
}

.block_inspiration .head.diagonal .heading {
    font-size: 36px;
    line-height: 40px;
    max-width: 565px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #2c3644;
    font-family: 'transatstandard';
    font-weight: bold;
    text-transform: uppercase;
}
.block_inspiration .head.diagonal .details {
    font-size: 16px;
    color: #798689;
    line-height: 22px;
    font-family: 'transatstandard';
}

.block_inspiration .diagonal.bottom {
    margin-top: -290px;
    padding: 25px 0;
    position: static;
}

.block_inspiration .diagonal.bottom .tilt{
    margin-top: -340px;
    min-height: 1580px;
    transform: skew(0deg, -15deg);
    -webkit-backface-visibility: hidden;
    background-color: #f5f6f6;
    left: 0;
    width: 100%;
    margin: -60px 0 0 0;
    pointer-events: auto;
    z-index: 500;
    position: absolute;
}

.block_inspiration .diagonal.bottom .blocs{
    z-index: 500;
    margin-top: 250px;
}

.block_inspiration .flexslider{
    margin: 0;
}
.carousel-indicators{
    bottom: 0px;
}

.block_inspiration .process {
    margin-top: -110px;
}

.block_inspiration .blocs .inner {
    position: relative;
    z-index: 600;
    margin-top: -225px;
}

.block_inspiration .blocs .inner .cta-wrap{
    margin-top: 10px;
}

.block_inspiration .blocs .heading {
	font-size: 24px;
    text-transform: uppercase;
	color : #d54513;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: 'transatstandard';
    font-weight: bold;
}

.block_inspiration .blocs .details {
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    color: #2c3644;
    line-height: 28px;
    max-width: 600px;
    margin: 0 auto 40px auto;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0px 20px;
}

.block_inspiration .blocs .details small{
    display: block;
    font-style: italic;
    font-size: 15px;
    text-align: right;
}

.block_inspiration .blocs .slides .slide {
    text-align: center;
}

.block_inspiration .blocs .slides  {
    list-style: none;
    padding-left: 0;
}
.block_inspiration .blocs .slide .logo-wrap {
    height: 51px;
    line-height: 51px;
    vertical-align: middle;
}
.block_inspiration .blocs .slide .sep {
    display: block;
    width: 30px;
    height: 2px;
    margin: 20px auto;
    background-color: #b8c0c2;
}
.block_inspiration .blocs .slides .slide .text {
    font-family: 'Arial';
    font-size: 12px;
    letter-spacing: 0.35px;
    line-height: 24px;
    padding: 0 20px;
    color: #1a1f23;
    max-width: 600px;
    margin: 0 auto;
    font-weight: bold;
}

#carousel-home .aspectratio video{
	position: relative;
}

#carousel-home .aspectratio video{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#carousel-home .aspectratio .center {
	margin: auto;
}

#carousel-home .aspectratio .text{
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    top: 0px;
    color: #FFF;
    font-family: 'EB Garamond', serif;
}

#carousel-home .aspectratio .text h2{
    font-size: 90px;
}

#carousel-home .aspectratio .text .hash{
    font-family: 'transatstandard';
    margin-bottom: 20px;
}
.slider_bt{
    position: absolute;
    top: 110%;
    border: 1px solid #313131;
    padding: 12px 22px;
    color: #313131;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    font-size: 13px;
    letter-spacing: 2px;
    width: 203px;
	width: 13vw;
    text-align: center;
    font-size: 0.8vw;
    padding: 0.8vw 0.8vw;
    margin: auto;
    left: 0;
    right: 0;
}

.slider_bt:hover{
    color: #fff;
    background: #ff4900;
    border: 1px solid #ff4900;
}

.slider_bt.left{
    /*left: 23%;*/
}

.slider_bt.right{
    /*right: 23%;*/
}

.slider_text {
    position: absolute;
    top: 45%;
    text-align: center;
    font-family: 'EB Garamond', serif;
    text-transform: uppercase;
}

.slider_text.left {
    left: 13.7%;
}

.slider_text.right {
    right: 13.7%;
}

.slider_text .title {
    color: #080808;
    letter-spacing: 4px;
    font-size: 31px;
    margin: 0;
    font-size: 1.9vw;
    margin-bottom: 7%;
}

.slider_text .subtitle {
    color: #b5942e;
    letter-spacing: 2px;
    font-size: 24px;
    margin: 0 0 11px 0;
    font-size: 1.53vw;
    margin-top: -7%;
}

.slider_text .description {
color: #333;
    font-size: 15px;
    letter-spacing: 1px;
    font-size: 0.91vw;
    width: 500px;
    width: 32vw;
    font-family: sans-serif;
    line-height: 40px;
	min-height: 5.1vw;
}

.slider_text .min_logo{
    position: absolute;
	top: -113%;
    left: 0;
    right: 0;
    background-image: url(/images/t-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 58px;
    height: 70px;
    margin: auto;
}
@media (max-width: 1199px ) and (min-width: 992px)
{
	.block_pics  iframe{
    	height: 229px;
	}
}

.product-list-back .product-prices{
    width: 138px;
    margin: 15px auto;
}

.btn-white-border{
    border: 1px solid rgba(255, 255, 255, 0.6)!important;
}
.section_content_fixed .product-container .product-price{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1c1f24;
    color: #FFF!important;
    padding: 2px
}
.cart-second-suit-discount{
	margin-right: 0;
	margin-top: 15px;
}
.cart-second-suit-discount .alert{
	border-radius: 0;
}
.cart-offer-alert{
    margin-top: 50px;
	font-size: 13px;
}
.ui-dialog-buttonset .ui-button, .ui-dialog-buttonset .ui-button:focus {
    background: #1c2024;
    font-family: 'transatstandard';
    border-radius: 0px;
    border: 0;
    background: #1c2024;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.ui-dialog-buttonset .ui-button:hover {
    background: #888f97;
    color: #fff;
    border: 0;
}
.ui-btn-primary {
    background: #ff4900!important;
}
.ui-btn-primary:hover, .ui-btn-primary:focus, .ui-btn-primary:active {
    background: #f3875c!important;
    color: #FFF!important;
    border : 0!important;
}
.ui-widget-header{
    background: #1c2024!important;
}
.tc-dialog{
    background: #FFF!important;
    border: 0!important;
    padding: 0!important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5)!important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)!important;
    z-index: 900!important;
}
.tc-dialog .ui-widget-header{
    background: #505459!important;
    border: 0!important;
    border-radius: 0!important;
}
.tc-dialog .ui-widget-header .ui-dialog-titlebar-close{
    border: 0!important;
    background: none!important;
}
.tc-dialog .ui-dialog-buttonpane{
	text-align: center!important;
    border: 0!important;
    background: none!important;
    padding: .3em 1em .5em 1em!important;
}
.tc-dialog .ui-dialog-buttonset{
    float: none!important;
}
.tc-dialog-content{
    font-size: 16px!important;
    font-family: 'GillSansMTLightRegular'!important;
    margin-top: 10px!important;
}
.error-page-container{
	min-height: 500px
}
.error-page-code{
    font-size: 90px;
    font-family: 'base_05regular';
    background-image: url(/assets/img/needle.png);
    background-repeat: no-repeat;
    background-position: 651px 29px;
    background-size: 40px;
    padding-top: 60px;
    margin-top: -60px;
}
.error-page-message{
    font-size: 25px;
    font-family: 'base_05regular';
}
.error-page-container p{
	font-family: 'transatstandard';
	font-size: 20px;
}
.error-page-container .bottom-logo{
	opacity: .7;
}
.socolissimo-header {
	display: flex;
	margin: 20px auto;
}
.filter-form .left, .socolissimo-header .left{
	margin-top: auto;
	margin-bottom: auto;
	font-size: 20px;
}
.filter-form{
	padding: 15px;
	border: 1px solid #e0e0e0;
	margin: 15px 0px;
	background-color: #FBFBFB;
}
.filter-form .filter-input{
	margin-top: 3px;
}
.filter-form .filter-input input{
	position: relative;
	top: 2px;
}
.socolissimo-header .search{
	margin-top: auto;
	margin-bottom: auto;
}
.socolissimo-header .form-group{
	margin-bottom: 0px;
}
#points-result{
	overflow-x: hidden;
	overflow-y: auto;
	height: 500px;
}
#gmap{
	height: 500px;
	border: 1px solid #DCDCDC;
}
#points-result > div[id^="PR"].selected{
	border: #FF4900 1px solid;
	background-color: #FFF;
	color: #1c1f24;
	background-image: url(/assets/img/black-colissimo-logo.png);
}
#points-result > div[id^="PR"] {
	border-bottom: 1px solid #DCDCDC;
	color: #777777;
	cursor: pointer;
	background-image: url(/assets/img/colissimo-logo.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	background-color: #FBFBFB;
}
#points-result > div[id^="PR"] .disabled{
	display: none;
	padding-left: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
#points-result > div[id^="PR"][data-congesTotal="true"]{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	background-color: #efefef;
	opacity: 0.6;
}
#points-result > div[id^="PR"][data-congesTotal="true"] .disabled{
	display: block!important;
}
#points-result > div:hover {
    background-color: #DCDCDC;
    cursor: pointer;
}
#points-result .libelle {
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	width: 320px;
}
#points-result .so_distance {
    position: relative;
    color: grey;
    margin-right: 15px;
    top: -2px;
}
#points-result .address1 {
    padding-left: 10px;
    white-space: nowrap;
}
#points-result .code_postal {
    padding-left: 10px;
}
#points-result .commune {
    padding-left: 10px;
}
#points-result {
    border: 1px solid #DCDCDC;
}
.map-infowindow{
	width:400px;
}
.map-infowindow .disabled{
	display: none;
	margin-top: 10px;
}
.codePostal_localite .country{
	text-transform: capitalize;
}
.map-infowindow[data-congesTotal="true"]{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6;
}
.map-infowindow[data-congesTotal="true"] .disabled{
	display: block!important;
}
.map-infowindow h3{
	font-size: 14px;
}
#information-pr{
	box-sizing: border-box;
	position: relative;
	display: none;
	height: 100%;
	width: 100%;
	background: #fff;
	border: 1px solid gainsboro;
	padding: 10px;
}
.socolissimo-filter .so-info-close {
    border: 1px solid whitesmoke;
    cursor: pointer;
}
.socolissimo-filter .so-info-libelle {
	font-size: 14px;
	margin-bottom: 20px;
}
#information-pr{
	font-family: Roboto, Arial, sans-serif;
}
#information-pr #horaire{
	margin-bottom: 20px;
}
.socolissimo-filter .so-info-itinerary-title, .socolissimo-filter .so-info-schedule-title {
    font-weight: bold;
    display: inline-block;
    margin: 20px 0 20px 0;
}
#custom-socolissimo .btn-orange{
	padding: 7px 12px;
}
#popupChoosePR{
	margin-left: 20px;
}
.socolissimo-filter .so-info-itinerary input {
    margin-right: 10px;
    width: 100px;
    text-align: center;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: alpha(opacity=60);
}
.horairesOuverture tr td{
	padding: 1px 10px !important;
	font-family: 'GillSansMTLightRegular';
}
.horairesOuverture tr td:first-letter{
	text-transform: uppercase;
}
.horairesOuverture .weekday {
    font-weight: bold;
}
.socolissimo-filter .so-info-closing-title {
    font-weight: bold;
    display: inline-block;
    margin: 20px 0 10px 0;
}
#so-info-buttons {
    height: 30px;
    padding: 15px;
}
.so-info-itinerary{
	padding: 0px 10px;
}
.delivery-info .selected-pr-info {
	color: #777777;
}
.delivery-info .selected-pr-info .colissimo-logo{
	margin-bottom: 20px;
}
.delivery-info .title {
	font-size: 21px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
.delivery-info{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.delivery-info .address-info .form-group {
	margin-bottom: 0;
}
#custom-socolissimo .tc-panel{
	border: 1px solid #e0e0e0;
	background-color: #FBFBFB;
	padding: 20px 40px;
	min-height: 238px;
	transition: 1s all;
}
.highlight-border{
	border-color: #ff6e41 !important;
}
.delivery-info .checkout{
	margin-top: 30px;
}
.delivery-info .selected-pr-info .libelle {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 320px;
}
.address-info .form-group label,
.address-info .form-group .value,
.user-info .form-group label,
.user-info .form-group .value{
	padding: 5px 0;
}
.alert:empty{
	display: none;
}
.barre_top .navbar-toggle{
    margin: 4px 0 0 0;
}
.no-float{
	float: none !important;
}
.ui-icon-loading {
    background: url(/assets/js/plugins/jquery.mobile/images/ajax-loader.gif);
    background-size: 2.875em 2.875em;
}
#top_save_btn{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 10px 20px 9px 20px;
    transition: all 0.3s ease 0s
}
.mobile-orders{
	margin-bottom: 20px;
}
.mobile-orders .bloc{
	padding: 15px;
    display: block;
    margin: 15px 0 2px 0;
    border: 1px solid #e8e8e8;
    text-align: center;
    position: relative;
    z-index: 20;
    overflow: hidden;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.56);
    background: url(/images/debut_light.png)  #f7f7f7;

}
.mobile-orders .bloc:hover, .mobile-orders .bloc:focus{
    text-decoration: none;
}
.mobile-orders .num_order{
    color: #888f97;
    text-align: center;
    padding-bottom: 10px;
}
.mobile-orders .date{
	color: #888f97;
    font-weight: bold;
}
.mobile-orders .num_order .num_article{
    font-weight: normal;
    text-align: center;
    font-style: italic;
}
.mobile-orders .price{
    text-align: center;
    padding-top: 10px;
}
.mobile-orders .price:after {
    content: "";
    background-color: rgba(2, 2, 2, 0.03);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    margin-top: -10px;
    box-shadow: inset 0px 32px 51px -25px rgba(0, 0, 0, 0.12);
}
.mobile-orders .state{
    color: #888f97;
    text-align: center;
}
.mobile-orders .bloc-actions{
	height: 30px;
    margin-top: 15px;
}
a.black{
	color: #222;
}
.table-responsive.totals.table-order-articles{
	overflow-y: scroll;
	overflow-x: hidden;
}

.barre_menu .block-filter-category li label {
    text-align: left;
    padding: 6px 10px;
	cursor: pointer;
    position: relative;
}
.barre_menu .block-filter-category li label span{
    display: inline-block;
    padding-left: 10px;
    vertical-align: text-bottom;
}
.barre_menu .block-filter-category li label input:checked + span{
    color: #FFF;
}
.barre_menu .block-filter-category li label input:checked + span:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #1d1f25;
    z-index: -1;
}
.barre_menu .block-filter-category li {
    margin: -6px 0;
}
.barre_menu .block-filter-category ul.dropdown-menu {
    min-width: initial;
}
.barre_menu .block-filter-category a.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 100%;
}
.barre_menu .block-filter-category .filter-btn {
    padding: 6px 4px;
}
.barre_menu .block-filter-category .filter-btn:last-child ul{
    left: initial;
    right: 0;
}
.barre_menu .block-filter-category, .barre_menu .block-filter-category form{
    margin-bottom: 0;
}
.barre_menu .filters-menu{
	padding: 0;
}
.barre_menu .filters-menu .filter-groups{
	width: 100%;
    padding: 0 1px 0 4px;
}
.mobile-cart-step .steps-progress{
	position: relative;
    height: 10px;
    background-color: #d8d8d8;
}
.mobile-cart-step .step-nb{
    color: #8e8e8e;
    font-size: 20px;
    letter-spacing: 1px;
}
.mobile-cart-step .step{
    font-size: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mobile-cart-step .steps-progress .bar{
    height: 100%;
    background-color: #ea5225;
    position: absolute;
    left: 0;
}
.mobile-cart-content{

}
.mobile-cart-content .cart-label {
	min-width: 150px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
}
.mobile-cart-content .product-attr.details > img{
	max-height: 200px;
}
.mobile-cart-content .product_info{
    padding-right: 15px;
    padding-left: 15px;
}
.mobile-cart-content .price-cart{
    display: inline-block!important;
    text-align: left!important;
}
.mobile-cart-content .product-attr.quantity{
    text-align: left!important;
}
.mobile-cart-content .product-attr.quantity form{
	max-width: 220px;
    margin-top: 10px;
}
.mobile-cart-content .row-cart{
    border: 1px solid #c7c7c7;
    margin: 15px;
    background-color: #f9f9f9;
}
.mobile-cart-content .delete, .mobile-cart-content .price-cart{
    padding-top: 0px;
}
.mobile-cart-content .row-cart .product-attr{
    padding: 10px 15px;
    border-bottom: 1px solid #c7c7c7;
}
.mobile-cart-content .row-cart .product-attr:last-child{
    border-bottom: none;
    background: transparent;
    margin-right: -15px;
}
.mobile-cart-content .row-cart .product-attr.info_panel .cart-new-pant-line{
    background: transparent;
}
.mobile-cart-content .row-cart .product-attr.info_panel .cart-second-suit-discount{
    margin-right: -15px;
}
.mobile-cart-content .measure_cart{
    margin-top: 10px;
}
.mobile-cart-content .discount_cart{
    margin-left: 15px;
}
.mobile-cart-content .product-cart-information{
    padding: 30px 15px 30px 0!important;
}
.mobile-cart-content .product-cart-information table tr td{
    padding: 5px 15px!important;
}
.mobile-cart-content .product-cart-information table tr.product-cart-information-important td.info_price, .mobile-cart-content .product-cart-information table tr.product-cart-information-important td.info_title{
	font-size: 21px!important;
}
.mobile-cart-content .product-cart-information table tr.product-cart-information-important td.info_price {
    padding-right: 15px!important;
}
.mobile-cart-content .product-cart-information .others_link .btn-tailor{
    float: none;
}
.mobile-cart-content .product-cart-information .others_link{
    margin-top: 30px;
	text-align: center;
}