@charset "UTF-8";
/* vim:set fileencoding=UTF-8 nobomb: */

.hp_section_title {
	margin: 60px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.hp_gray {
	color: #888;
	font-weight: normal;
}
.hp_bold {
	font-weight: bold;
}
.hp_left {
	margin: 0 40px 30px;
}
.hp_right {
	margin: 30px 40px 0;
}
@media screen and (min-width: 1042px) {
	.hp_left {
		float: left;
		margin: 0 0 0 40px;
		width: calc((100% - 110px) / 2);
	}
	.hp_right {
		float: right;
		margin: 0 40px 0 0;
		width: calc((100% - 110px) / 2);
	}
}

/*╶──────────────────────────────────────╮
╷   Nouvelle demande (mobile only)       ╵
╰──────────────────────────────────────╴*/

#new-order {
	padding: 30px 0;
}
#new-order table {
	margin: 0 auto;
}
#new-order .td-link {
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
#new-order .left {
	padding-right: 30px;
}
#new-order .sep {
	width: 1px;
	background-color: #eee;
}
#new-order .right {
	padding-left: 30px;
}
#new-order h4 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#new-order .text {
	padding-top: 5px;
	line-height: 30px;
}
#new-order .td-link:hover .bt {
	background-color: #f4d079;
	background-image: linear-gradient(to bottom, #f6da97, #f1c760);
}
@media screen and (max-width: 500px) {
	#new-order {
		padding: 20px 0;
	}
	#new-order table {
		width: 100%;
	}
	#new-order .left {
		padding-right: 0;
	}
	#new-order .right {
		padding-left: 0;
	}
	#new-order td {
		font-size: 12px;
	}
	#new-order h4 {
		font-size: 14px;
	}
	#new-order .text {
		padding-top: 1px;
	}
	#new-order .bt {
		font-size: 12px;
		padding: 0 3px;
	}
}

/*╶──────────────────────────────────────╮
╷   Bannières                            ╵
╰──────────────────────────────────────╴*/

.slider-body {
	white-space: nowrap;
	overflow: hidden;
}
.slider-body img {
	height: auto;
}
.slider-prev,
.slider-next {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.42);
	text-align: center;
}
.slider-prev {
	left: 0;
}
.slider-next {
	right: 0;
}
.slider-prev img,
.slider-next img {
	padding: 15px 1px;
	width: 30px;
	height: 30px;
}
.slider-cursors {
	position: absolute;
	left: 32px;
	bottom: 10px;
	height: 10px;
	line-height: 10px;
}
.slider-cursors a {
	padding: 5px;
	line-height: 10px;
}
.slider-cursors .circle {
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	border: 1px solid #666;
	border-radius: 5px;
	background-color: white;
}
.slider-cursors .selected .circle {
	background-color: #666;
}
.slider-cursors .selected:hover .circle,
.slider-cursors a:hover .circle {
	border-color: #96c11f;
	background-color: #96c11f;
}
@media screen and (max-width: 640px) {
	#mobile-slider {
		margin-bottom: 20px;
	}
	.slider-cursors {
		bottom: -20px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.slider-cursors a {
		padding: 8px 7px;
	}
	.slider-prev img,
	.slider-next img {
		padding: 3px 1px;
		width: 28px;
		height: 28px;
	}
}

/*╶──────────────────────────────────────╮
╷   3 boîtes                             ╵
╰──────────────────────────────────────╴*/

#hp_boxes {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 20px 10px;
	padding: 0 10px;
}
#hp_boxes .box1 {
	order: 1;
}
#hp_boxes .box2 {
	order: 2;
}
#hp_boxes .box3 {
	order: 3;
}
#hp_boxes .title {
	margin-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
#hp_boxes .content {
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	width: 373px;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#hp_boxes .content,
#hp_boxes .content object,
#hp_boxes .content video,
#hp_boxes .content img {
	max-width: calc(100vw - 32px);
	max-height: calc((100vw - 32px) * 0.5625); /* 16:9 */
}
#hp_boxes .box3 .content {
	max-height: none;
}

/*╶──────────────────────────────────────╮
╷   Avis (nouveau design)                ╵
╰──────────────────────────────────────╴*/

#hp_boxes .box3e .col {
	padding: 15px;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	gap: 15px;
}
#hp_boxes .box3e .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#hp_boxes .box3e .grow {
	flex-grow: 1;
}

/* Avis en haut à gauche */
#hp_boxes .box3e .feedback_inner {
	display: none;
	max-width: calc(100% - 140px);
}
#hp_boxes .box3e .feedback_inner.selected {
	display: block;
}
#hp_boxes .box3e .feedback_inner .msg {
	overflow-wrap: break-word;
	margin-bottom: 10px;
}
#hp_boxes .box3e .feedback_inner .name {
	font-weight: bold;
}
#hp_boxes .box3e .feedback_inner .edited {
	color: #666;
}

/* Stats annuelles en haut à droite */
#hp_boxes .box3e .center {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	gap: 5px;
}
#hp_boxes .box3e .center .ct {
	font-weight: bold;
	padding-bottom: 5px;
}
#hp_boxes .box3e .center .average {
	font-size: 24px;
	font-weight: bold;
}
#hp_boxes .box3e .stars {
	display: flex;
	justify-content: space-between;
	width: 120px;
}
#hp_boxes .box3e .star {
	width: 20px;
	height: 20px;
}

/* Flèches en bas à gauche */
#hp_boxes .box3e .arrows {
	width: 50px;
	display: flex;
	justify-content: space-between;
}
#hp_boxes .box3e .arrow {
	width: 20px;
	height: 20px;
}

/* Lien en bas à droite */
#hp_boxes .box3e .all {
	color: #c33;
	text-decoration: underline;
	font-size: 14px;
}

/*╶──────────────────────────────────────╮
╷   Avis (ancien design)                 ╵
╰──────────────────────────────────────╴*/

#hp_boxes .box3s .layer {
	margin: 0 auto;
	width: 285px;
	height: 175px;
}

/* avis */
#hp_boxes .box3s .feedback_inner {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 160px;
	text-align: left;
}
#hp_boxes .box3s .feedback_inner.selected {
	display: block;
}
#hp_boxes .box3s .message {
	margin-bottom: 10px;
	width: 160px;
	max-height: 90px;
	overflow: hidden;
}
#hp_boxes .box3s .signature {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}
#hp_boxes .box3s .satisfaction_img {
	width: 30px;
	height: 30px;
	float: right;
}
#hp_boxes .box3s .satisfaction {
	float: right;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 15px;
	color: white;
	font-size: 29px;
	font-weight: bold;
	box-shadow: 1px 1px 2px #bbb;
	box-shadow: 1px 1px 2px #bbb, inset 0 1px 1px rgba(255,255,255,0.5), inset 0 -3px 3px rgba(0,0,0,0.2);
}
#hp_boxes .box3s .positive {
	background-color: #96c11f;
	background-image: linear-gradient(to bottom, #a8cb45, #7ea11b);
}
#hp_boxes .box3s .neutral {
	background-color: #f1e600;
	background-image: linear-gradient(to bottom, #fabf55, #d0952b);
}
#hp_boxes .box3s .negative {
	background-color: #ff5454;
	background-image: linear-gradient(to bottom, #ff7171, #d54747);
}

/* stats */
#hp_boxes .box3s .stats {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: center;
	font-size: 14px;
}
#hp_boxes .box3s .stats > strong {
	display: block;
	margin: 5px auto 15px;
	color: #96c11f;
}
#hp_boxes .box3s .stats > em {
	display: block;
	margin: 0 auto;
	width: 64px;
	height: 64px;
	line-height: 64px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-size: 12px;
	font-weight: bold;
}

/* footer */
#hp_boxes .box3s .arrows {
	position: absolute;
	left: 5px;
	bottom: 5px;
}
#hp_boxes .box3s .arrow {
	width: 24px;
	height: 24px;
}
#hp_boxes .box3s .all_p {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#hp_boxes .box3s .all_a {
	color: #c33;
	text-decoration: underline;
	font-size: 14px;
}

/*╶──────────────────────────────────────╮
╷   Top produits                         ╵
╰──────────────────────────────────────╴*/

#hp_top_families {
	overflow: auto;
	color: #444;
	padding: 0 40px;
}
#hp_top_families .family {
	margin-left: 20px;
	float: left;
	width: calc((100% + 20px) / 4 - 20px);
	text-align: center;
}
#hp_top_families .family:nth-child(4n+1) {
	margin-left: 0;
}
#hp_top_families .outside4 {
	display: none;
}
#hp_top_families .preview {
	max-width: 200px;
	max-height: 200px;
}
#hp_top_families .name {
	padding-top: 10px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#hp_top_families .picto {
	vertical-align: middle;
}
#hp_top_families .price_min > span {
	font-weight: bold;
}
#hp_top_families .order_uri {
	margin-top: 10px;
}
#hp_top_families .order_uri a {
	color: #c33;
	text-decoration: underline;
	font-size: 14px;
}
#hp_top_families .nav {
	margin-top: 20px;
	display: none;
	height: 24px;
	text-align: center;
	vertical-align: top;
}
#hp_top_families .nav4 {
	display: block;
}
#hp_top_families .nav_p {
	vertical-align: top;
	display: inline-block;
	height: 24px;
}
#hp_top_families .left_link,
#hp_top_families .page_link,
#hp_top_families .right_link {
	float: left;
	width: 20px;
	height: 24px;
}
#hp_top_families .left_link {
	width: 24px;
	margin-right: 25px;
}
#hp_top_families .right_link {
	width: 24px;
	margin-left: 25px;
}
#hp_top_families .arrow {
	width: 24px;
	height: 24px;
}
#hp_top_families .dot {
	position: absolute;
	top: 7px;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #666;
	border-radius: 5px;
}
#hp_top_families .page_link:hover .dot {
	border-color: #000;
}
#hp_top_families .selected .dot,
#hp_top_families .selected:hover .dot {
	border-color: #666;
	background-color: #666;
}
@media screen and (max-width: 1042px) {
	#hp_top_families .outside4 {
		display: block;
	}
	#hp_top_families .outside1 {
		display: none;
	}
	#hp_top_families .family {
		margin-left: 0;
		width: 100%;
		float: none;
	}
	#hp_top_families .nav {
		display: none;
	}
	#hp_top_families .nav1 {
		display: block;
	}
}

/*╶──────────────────────────────────────╮
╷   Calculateur ou Demande sur mesure    ╵
╰──────────────────────────────────────╴*/

#hp_orders .box {
	border: 1px solid #eee;
	padding: 0 20px;
	text-align: center;
}
#hp_orders h3 {
	text-align: center;
	font-weight: bold;
}
#hp_orders h4 {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#hp_orders p {
	margin: 20px 0;
}
#hp_orders img {
	width: 55px;
	height: 55px;
}

/*╶──────────────────────────────────────╮
╷   Commande en 4 étapes                 ╵
╰──────────────────────────────────────╴*/

#hp_howto h3 {
	text-align: left;
}
#hp_howto p {
	margin: 20px 0;
	text-align: left;
}
#hp_howto .hp_video {
	padding: 60px 0;
}
#hp_howto .hp_video_bg {
	background-color: #484848;
	background-color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 320px;
	max-height: calc((100vw - 80px) * 9 / 16);
	vertical-align: top;
}
#hp_howto .hp_video video,
#hp_howto .hp_video img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

/*╶──────────────────────────────────────╮
╷   Contenu                              ╵
╰──────────────────────────────────────╴*/

#hp_content {
	clear: both;
	margin: 20px 20px 100px 20px;
}

/*╶──────────────────────────────────────╮
╷   Nuanciers / Échantillons             ╵
╰──────────────────────────────────────╴*/

#hp_samples {
	background-color: #f2f2f2;
}
#hp_samples h3,
#hp_samples p {
	margin: 30px 0;
	text-align: left;
}

/*╶──────────────────────────────────────╮
╷   FAQ                                  ╵
╰──────────────────────────────────────╴*/

#hp_faq {
	clear: both;
	margin: 20px 20px 100px 20px;
}

/*╶──────────────────────────────────────╮
╷   Logos                                ╵
╰──────────────────────────────────────╴*/

#hp_logos {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	vertical-align: middle;
}
#hp_logos .hp_logo {
	padding: 10px 50px;
	max-height: 55px;
	max-width: 128px;
	vertical-align: middle;
}
@media screen and (max-width: 800px) {
	#hp_logos .hp_logo {
		padding: 10px 30px;
	}
}

/*eof*/
