@import url("shared.css");


/* Black Theme Styles
================================================== */

.custcol-theme-black {
	margin-right: 20px;
}

.custcol-theme-black .custcol-container {
	background-color: #fff;
}

.custcol-theme-black.custcol-placement-before {
	margin-bottom: 0;
}

.custcol-theme-black.custcol-placement-before.custcol-expanded {
	margin-bottom: 30px;
}
.custcol-theme-black.custcol-placement-before.custcol-expanded, .custcol-theme-black.custcol-placement-before {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.custcol-theme-black.custcol-placement-after {
	margin-top: 0;
}

/* custcol close */

.custcol-theme-black .custcol-close {
	position: absolute;
	top: 12px;
	right: 12px;
}

.custcol-theme-black .custcol-close:hover {
	opacity: 0.8;
}

.custcol-theme-black .custcol-close span {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background: url(images/controls.png) no-repeat -48px 0;
}


/* custcol navigation */

.custcol-theme-black .custcol-navigation {
	position: absolute;
	top: 40px;
	left: 55px;
}

.custcol-theme-black .custcol-navigation a {
	float: left;
	padding: 3px 4px;
	margin-right: 5px;
	background-color: #ff5452;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.custcol-theme-black .custcol-navigation a:hover,
.custcol-theme-black .custcol-no-prev,
.custcol-theme-black .custcol-no-next {
	background-color: #555!important;
}

.custcol-theme-black .custcol-navigation span {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}

.custcol-theme-black .custcol-prev span {
	background: url(images/controls.png) no-repeat 0 0;
}

.custcol-theme-black .custcol-next span {
	background: url(images/controls.png) no-repeat -24px 0;
}


/* content */

.custcol-theme-black .custcol-main,
.custcol-theme-black .custcol-side {
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custcol-theme-black .custcol-main { width: 100%; }
.custcol-theme-black .custcol-main.custcol-has-side { width: 50%; }
.custcol-theme-black .custcol-side { width: 50%; }


/* typography */

.custcol-theme-black .custcol-container {
	color: #999;
}

.custcol-theme-black .custcol-container h3.custcol-title {
	color: #595959;
	font-size: 24px;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	margin: 0 0 5px;
	padding: 0;
	text-shadow: none;
}

.custcol-theme-black.custcol-has-navigation h3.custcol-title {
	margin-top: 65px;
}

.custcol-theme-black .custcol-container a,
.custcol-theme-black .custcol-container a:visited {
	color: #ff5452;
	text-decoration: none;
}

.custcol-theme-black .custcol-container a:hover {
	text-decoration: underline;
}

.custcol-theme-black .ref-01 {
	background-color: #436088;
	color: #fff;
	float: left;
	font-size: 13px !important;
	line-height: 1.7em;
	margin: 0 0 20px !important;
	padding: 1px 5px 0;
}

.custcol-summary .ref-02 {
	background-color: #436088;
	color: #fff;
	font-size: 11px !important;
	line-height: 1.5em;
	padding: 0 5px !important;
	position: absolute;
	left: 0px !important;
	top: -16px !important;
	z-index: 1 !important;
}

.custcol-theme-black .descriptif_archet,
.custcol-theme-black .longueur_baguette,
.custcol-theme-black .longueur_meche,
.custcol-theme-black .poids,
.custcol-theme-black .info-icon {
	color: #4d4d4c;
	float: left;
	line-height: 1.5em;
}

.custcol-theme-black .longueur_baguette,
.custcol-theme-black .longueur_meche,
.custcol-theme-black .poids,
.custcol-theme-black .info-icon {
	margin: 0px !important;
}

.custcol-theme-black .info-icon .icon-info-circled::before {
	color: #c8974b;
	font-size: 1em;
	margin-left: 0;
	margin-right: 0.3em;
	width: auto;
}

/*.custcol-theme-black .custcol-container p {
	margin: 0 0 20px;
	padding: 0;
	color: inherit;
	line-height: 1.5em;
}*/

.custcol-theme-black .descriptif_iconographie {
	border-top: 1px solid #dedede;
	margin: 15px 0 0 !important;
	padding-top: 15px;
	clear: both;
}

.custcol-theme-black .descriptif-titre {
	color: #000000 !important;
}

.custcol-theme-black .descriptif_iconographie p {
	color: #888888;
	font-size: 12px;
	line-height: 1.6em !important;
}


/* Retina
================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.custcol-theme-black .custcol-prev span {
		background: url(images/controls@2x.png) no-repeat 0 0;
		background-size: 72px 24px;
	}

	.custcol-theme-black .custcol-next span {
		background: url(images/controls@2x.png) no-repeat -24px 0;
		background-size: 72px 24px;
	}

	.custcol-theme-black .custcol-close span {
		background: url(images/controls@2x.png) no-repeat -48px 0;
		background-size: 72px 24px;
	}
}


/* Media queries
================================================== */

/* WXGA Screens */
@media only screen and (min-width: 1280px) {}

/* Desktop Screens */
@media only screen and (min-width: 960px) and (max-width: 1280px) {}

/* Smaller than 960 */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait to 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Screens */
@media only screen and (max-width: 767px) {
	.custcol-theme-black .custcol-main,
	.custcol-theme-black .custcol-side { clear: both; padding: 0; width: 100%!important; }
	.custcol-theme-black .custcol-main.custcol-has-side { margin-bottom: 20px; }
	.custcol-theme-black .custcol-navigation { left: 40px; top: 40px; }
}

/* Mobile Landscape to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait to Mobile Landscape */
@media only screen and (max-width: 479px) {
	.custcol { margin-right: 0; }
	.custcol-theme-black .custcol-feed li { width: 50%; }
}
