/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: SHIELD - Free Bootstrap 3 Theme
 * Version: 1.0
 * Date: 02-11-2013
 * URL: http://blacktie.co/
 */

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

.page_produits a {
	color: #555555;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/*
    * Remove text-shadow in selection highlight: h5bp.com/i
    * These selection rule sets have to be separate.
    * Customize the background color to match your design.
    */

::-moz-selection {
	background: #f2c2c9;
	color: #a4003a;
	text-shadow: none;
}

::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}

/*
    * A better looking default horizontal rule
    */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
    * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
    */

img {
	vertical-align: middle;
}

/*
    * Allow only vertical resizing of textareas.
    */

textarea {
	resize: vertical;
}

/* ==========================================================================
      General styles
      ========================================================================== */

html,
body {
	height: 100%;
}

body {
	font-family: 'Lato';
	font-weight: 300;
	font-size: 16px;
	color: #555;

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}

.navbar-default {
	border-color: transparent;
	background-color: #dadada;
}

.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}

hr {
	position: relative;
	border: none;
}

hr:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
	height: 2px;
	background: #ccc;
}

a img {
	background: white;
}

.odd a img {
	background: #f5f5f5;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway';
	font-weight: 300;
	color: #333;
}

/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 25px;
}

.centered {
	text-align: center;
}

.paragraph-lead {
	font-size: 20px;
	color: #3498db;
}

strong {
	font-weight: 700;
}

em {
	font-weight: 300;
}

pre {
	background: #ebebeb;
	border: none;
	font-family: 'Monaco';
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}

small {
	font-size: 12px;
}

blockquote,
blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}

blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}

blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}

blockquote cite:before {
	content: '-- ';
}

/* Images */
.overflow-image {
	margin-top: -65px;
}

/* Links */
a {
	color: #3498db;
	word-wrap: break-word;

	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
      Wrap Sections
      ========================================================================== */

#headerwrap {
	background: url(../img/header_bg.jpg) no-repeat center top;
	margin-top: -50px;
	padding-top: 120px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#headerwrap h1 {
	color: #ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}

.icon {
	margin-right: 5px;
}

/* ==========================================================================
      Box Sections
      ========================================================================== */

.white h1 {
	padding-top: 15px;
	margin-bottom: 30px;
}

.categories_listing h1 {
	padding-top: 0;
}

img.cat-porte-pastille {
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.white p {
}

/* Section Dividers */
.section-divider {
	z-index: 999;
	width: 100%;
	display: table;
	max-height: 450px;
	border-bottom: 2px solid #e6eaed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 70px;
	margin-top: 45px;

	background-position: center center;

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-attachment: relative;

	text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}

/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.jpg');
}

.divider2 {
	background-image: url('../img/bg/divider2.jpg');
}

.divider3 {
	background-image: url('../img/bg/divider3.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/divider4.jpg');
}

.divider6 {
	background-image: url('../img/bg/divider6.jpg');
}

/* ==========================================================================
      Services Section
      ========================================================================== */

.service-trigger {
	display: block;
	position: relative;
	margin-bottom: 15px;
	color: white;
	font-size: 20px;
	text-align: center;
	height: 168px;
	cursor: pointer;
	padding: 90px 20px 50px 20px;
	border: none;
	background: #333;
}

.service-trigger:before {
	width: 100%;
	top: 50px;
	color: #3498db;
	font-size: 36px;
	text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
	background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
	padding: 15px 20px;
	background: #e6eaed;
	display: block;
	height: auto;
}

.service-content p:last-child {
	margin: 0;
}

.item {
	background-position: center 50% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 365px;
	height: 500px;
	min-height: 100%;
}

/* ==========================================================================
      Image Mask
      ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
      Blog Section
      ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}

/* ==========================================================================
      ADD CSS
      ========================================================================== */
.white h1,
.container h1 {
	text-transform: uppercase;
	color: #b20838;
}

.welcome {
	padding: 40px 0;
}

a {
	transition: background-color 300ms ease-out;
}

.navbar-inverse {
	background: #ffffff;
}

.nav_top_head {
	height: 95px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.mega-indicator {
	display: inline !important;
}

.home_logo {
	height: 100%;

	margin: 10px 0;
}

.navbar-header {
	height: 100%;
	flex: 1 1 auto;
}

.navbar-brand {
	padding: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: #555555;
	font-weight: 500;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #b20838;
}

#headerwrap {
	min-height: 472px;
	margin-top: 0;
	padding-top: 96px;
	background: #b20838;
}

.page_produits .en_savoir_plus,
.en_savoir_plus {
	border-radius: 15px;
	padding: 10px 15px;
	background: #b20838;
	border: 1px solid #b20838;
	color: #ffffff;
}
.en_savoir_plus:hover {
	background: #ffffff;
	color: #404040;
	border: 1px solid #404040;
}

#greywrap .callout {
	margin-bottom: 42px;
}

::selection {
	background: #b20838; /* WebKit/Blink Browsers */
	color: #ffffff;
}

.footer {
	border-top: 5px solid #b20838;
	margin-top: 80px;
	padding-bottom: 30px;
}

#contact label {
	float: left;
	min-width: 100px;
}

#contact .section {
	margin-bottom: 10px;
}

.btn-submit {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	transition: background-color 300ms ease-out;
	background-color: #b20838;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-left: 100px;
}

.btn-submit:hover {
	background-color: #ffffff;
	border-color: #b20838;
	color: #b20838;
}

.produits_link {
	margin-top: 30px;
}

.produits_link a:hover {
	background: #ffffff;
	color: #404040;
	border: 1px solid #404040;
}

.produits_link a {
	background: #b20838;
	border: 1px solid #b20838;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	font-size: 32px;
	width: 100%;
	display: block;
}

.items_listing {
	margin-top: 20px;
}

.itemporte,
.itempoignees,
.itemmoulure {
	padding: 0;
	padding-top: 20px;

	transition: all 0.15s ease-in-out;
}

.itemquincaillerie {
	height: 300px;
	position: relative;
}

.itemquincaillerie img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.itemporte img,
.itempoignees img,
.itemmoulure img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 400px;
	object-fit: contain;
}

.itemporte a,
.itempoignees a,
.itemmoulure a {
	color: #b20838;
}

.itemporte p,
.itempoignees p,
.itemmoulure p {
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 15px;
}

.hoverItem {
	background: #b20838;
}

.hoverItem img {
}
.hoverItem p {
	color: #ffffff;
}

.pastille {
	border: 2px solid #333;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-sizing: border-box;
	width: 75px;
	margin: 0 5px 5px 0;
}

.vu_item img {
	width: 100%;
	height: 100%;
	display: block;
}

.ico_home {
	height: 80px;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.more_content {
	margin-top: 20px;
}

.itempoignees img {
	width: 100%;
	height: auto;
}

.img_container > * {
	vertical-align: middle;
}

.img_container {
	min-height: 195px;
	max-height: 195px;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.img_container img {
	max-width: 100%;
	height: 100%;
	vertical-align: middle;
}

.current-menu-item a {
	color: #b20838 !important;
}

body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
}

.mosaicflow__column {
	float: left;
}

.mosaicflow__item {
	position: relative;
}
.mosaicflow__item img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
}
.mosaicflow__item p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px;
	background: hsla(0, 0%, 0%, 0.5);
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px hsla(0, 0%, 0%, 0.75);
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.mosaicflow__item:hover p {
	opacity: 1;
}

.retour_produits {
	margin-top: 20px;
}

.screen-reader-text {
	display: none;
}

.nav-links a,
.nav-links span {
	padding: 5px;
	margin-right: 3px;
}

.nav-links .current,
.nav-links a:hover,
.exclusive {
	background: #b20838;
	color: #ffffff;
}

.exclusive {
	padding: 5px;
}

.exclusive_section {
	border-bottom: 3px solid #b20838;
	margin-bottom: 20px;
}

.pastille_div {
	position: relative;
	float: left;
}
.pastille_infos {
	position: absolute;
	top: 85px;
	display: none;
	z-index: 999;
	background: #b20838;
}

.pastille_infos p {
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}

.pastille_sample {
	width: 150px;
	height: 150px;
}

.details_item h2,
.details_item h3 {
	display: block;
	overflow: hidden;
	clear: both;
	padding-top: 15px;
}

.details_item h2 {
	padding-bottom: 5px;
	padding-top: 0;
}

.pastilles_listing {
	padding-top: 30px !important;
	padding-bottom: 0;
}

a.plus_de_choix {
	line-height: 25px;
	text-decoration: inherit;
	color: inherit;
}

.plus_de_choix_container {
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	color: white;
	height: 400px;
	max-width: 200px;
	border: 0px solid #b20838;
	background-color: #b20838;
	position: relative;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 20pt;
	text-align: center;
}

.plus_de_choix_container svg {
	color: white;
	fill: white;
	transition: all 0.15s ease-in-out;
	transform: scale(1.6);
	margin-top: 10px;
}

.plus_de_choix_container:hover {
	border: 2px solid #b20838;
	background-color: #fff;
	color: #b20838;
}

.plus_de_choix_container:hover svg {
	fill: #b20838;
	transform: translateX(20px) scale(1.6);
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right;
		margin-top: 45px;
	}
}

/* ==========================================================================
      MEDIA QUERIES
      ========================================================================== */

@media screen and (max-width: 1050px), screen and (max-device-width: 1050px) {
	body .header {
		background-attachment: scroll;
	}
}

/*ipad portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.header {
		background-attachment: scroll;
	}
}

@media screen and (max-width: 769px) {
	.clear {
		clear: both;
		display: block;
	}

	.mega-menu {
		top: 68px !important;
	}

	#mega-menu-wrap-max_mega_menu_2 {
		display: none !important;
		visibility: hidden !important;
	}

	.clearDesktop {
		display: block;
		clear: none;
	}

	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
	#headerwrap {
		max-height: 170px;
		min-height: 270px;
	}

	.item {
		height: 170px;
		min-height: 170px;
	}

	.itemporte,
	.itempoignees,
	.itemmoulure {
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0;
	}

	.itemporte {
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;

		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
	}

	#menu-menu-principal {
		margin: 0;
		background: #ffffff;
	}

	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-toggle {
		margin-top: 28px;
	}

	.exclusive_section,
	.normal_section {
		padding-right: 0;
		padding-left: 0;
	}

	.itemporte img,
	.itempoignees img,
	.itemmoulure img {
		margin: 0 auto;
		display: block;
		overflow: hidden;
		height: 250px;
	}

	.plus_de_choix_container {
		height: 250px;
	}

	.itemmoulure img,
	.itempoignees img {
		width: 100%;
		height: auto;
	}
}

.poignee-thumb {
	background: linear-gradient(0deg, #919191, #d7d7d7);
	height: 202px !important;
	object-fit: contain;
}

.colors-available-container {
	height: 0px;
	width: 100%;
	position: absolute;
	bottom: 100%;
	background-color: #ffffff;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}
.colors-available-container .colors {
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

.colors-available-container.open {
	opacity: 1;
	bottom: 80%;
	height: 40px;
}

.itempoignees {
	position: relative;
}

.colors-available-container .poignee-color-container {
	width: 25% !important;
	height: 40px !important;
	margin: 0px !important;
	position: relative;
}

@media screen and (max-width: 769px) {
	.colors-available-container .poignee-color-container {
		width: 33.33333333% !important;
	}

	.colors-available-container .colors {
		padding-right: 30px;
	}
}

.poignee-color-container span {
	font-weight: bold;
	display: inline-block;
	padding: 0 4px;
	height: 10px;
	font-size: 6pt;
	border-radius: 5px;
	background-color: #ffffffcc;
	position: absolute;
	top: -5px;
	left: 0;
}

.attachment-thumbnail {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
