/* @override 
	http://helloprinting.be/sites/all/themes/hello_v3/css/style.css?omft2n
	http://www.comink.be/sites/all/themes/hello_v3/css/style.css?omft2n
	http://comink.be/sites/all/themes/hello_v3/css/style.css?onok4q
	https://fonts.googleapis.com/css?family=Roboto:100,300,400,700
	http://comink.be/sites/all/themes/hello_v3/css/style.css?onu3z7
	http://comink.be/sites/all/themes/hello_v3/css/style.css?oo16z9
	http://comink.be/sites/all/themes/hello_v3/css/style.css?op0h5u
*/

* {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

a, a:hover, a:focus {
	color: #5BC5F2;
}

#header {
	height: 240px;
	position: relative;
}

h1 {
	color: #5BC5F2;
	margin-top: 0;
}

body .page {
	padding-bottom: 292px;
	position: relative;
}

body.front #header, body.page-produits #header {
	height: 638px;
	position: relative;
}

div.main-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

input.form-text {
	border-radius: 0;
	box-shadow: none;
	border-color: #b4b4b4;
}

input.form-text:focus {
	box-shadow: none;
	border-color: #5BC5F2;
}

#header-mobile a {
	font-size: 26px;
	color: white;
}

#helloptinting-custom-price-form .center {
	text-align: center;
}

/* @group Modal Bootstrap */

.modal {
  text-align: center;
  padding: 0!important;
  z-index: 9999;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* @end */

/* @group Video */

#video {
	height: 100%;
}

.video {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

.video .player {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.video .filter {
	background: url(../images/raster.png) rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.video .text {
	display: none;
	position: absolute;
	left: 0;
	top: 115px;
	right: 0;
	text-align: center;
	color: #fff;
}

.front .video .text {
  top: 167px;
}

.video .text h2 {
	font-size: 75px;
	font-weight: 100;
	padding-bottom: 30px;
}

.video .text h2 span {
	font-size: 45px;
}

.video .text h2 sup {
	font-size: 20px;
	position: relative;
	top: -39px;
}

.video .text h2 sub {
	font-size: 25px;
	position: relative;
	bottom: 0;
}

.video .text h2 sub sup {
	font-size: 15px;
	top: -10px;
}

.video .text p {
	font-size: 35px;
	font-weight: 100;
}

.video .text p.video_link {
  padding-top: 15px;
}

.video .text p.video_link a {
  font-size: 35px;
  font-weight: 100;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid white;
  color: white;
}

.video .text p.video_link a:hover {
  text-decoration: none;
  background-color: white;
  color: black;
}

body.front .video .text, body.page-produits .video .text {
	display: block;
}

/* @end */

/* @group Header */

header {
	position: absolute;
	padding-top: 20px;
	color: #fff;
	top:0;
	left: 0;
	right: 0;
}

/* @group Left */

#logo {
	background: url(../images/logo.png) center center no-repeat;
	width: 150px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	background-size: 100%;
}

/* @group Retina */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (-o-min-device-pixel-ratio: 3/2),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5) {
	#logo {
		background-image: url(../images/_retina/logo@2x.png);
	}
}

/* @end */

/* @end */

/* @group Right */

#header-right a {
	color: #fff;
}

#header-right .badge, nav .badge {
	background-color: #5BC5F2;
}

#header-right a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* @group Member link */

#member_link_block {
	list-style: none;
	padding: 0;
}

#member_link_block li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 20px;
	font-size: 14px;
}

/* @end */

/* @group Locale */

#locale {
	padding-left: 20px;
	font-size: 14px;
}

#locale a.active {
	font-weight: 700;
}

#locale a.active:hover {
	text-decoration: none;
	cursor: default;
}

/* @end */

/* @group Menu top */

#menu-top {
	clear: both;
	padding-top: 25px;
	font-size: 16px;
}

#menu-top ul {
	float: right;
	border: 1px solid #fff;
	padding: 5px 0;
}

#menu-top li {
	float: right;
	border-right: 1px solid #fff;
	padding: 0 20px;
}

#menu-top li.first {
	border-right: none;
}

#menu-top a {
	padding: 0;
}

/* @end */

/* @end */

/* @end */

/* @group Navigation */

nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	overflow: hidden;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

nav .hidden {
	-webkit-transition: 1s;
    transition: 1s;
}

nav.fixed {
    position: fixed;
    bottom: initial;
    top: 0;
    z-index: 999;
    background-color: black;
}

nav.fixed ul {
	text-align: center;
}

nav.fixed ul > li.cart, nav.fixed ul > li.logo {
	display: inline-block !important;
}

nav.fixed ul > li.logo {
	float:left;
	padding: 27px 0px;
}

nav.fixed ul > li.cart {
	float: right;
}

nav.fixed ul > li.cart a {
	border-left-style: none;
}

nav.fixed ul > li.logo a {
	background: url(../images/logo.png) center center no-repeat;
	width: 100px;
	display: block;
	text-indent: -9999px;
	background-size: 100%;
	height: 16px;
}

nav.fixed ul > li > a {
	padding: 0px 48px;
}

nav.fixed ul > li > ul {
	text-align: center;
}

nav.fixed ul > li > ul > li > a {
	padding: 0px 40px;
}

nav a {
	color: #fff;
}

nav ul {
	padding: 0;
	left: 0;
	right: 0;
	top: 70px;
	text-align: center;
	-webkit-transition: 1s;
    transition: 1s;
}

nav ul > li {
	padding: 20px 0px;
	font-size: 21px;
	height: 70px;
	display: inline-block;
	-webkit-transition: 1s;
    transition: 1s;
}

nav ul > li > a {
	display: block;
	border-left: 1px solid #fff;
	padding: 0px 57px;
	position: relative;
}

nav ul > li > a:hover, nav ul > li > a:focus, nav ul > li > a.current {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

nav ul > li > a:active {
	font-weight: 300;
}

nav ul > li.first > a {
	padding-left: 0;
	border-left: none;
}

nav ul > li.last > a {
	padding-right: 0;
}

nav ul > li > a.current::after {
	bottom: -70%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(72, 190, 211, 0);
	border-bottom-color: #5BC5F2;
	border-width: 10px;
	margin-left: -10px;
}

nav ul > li.first > a.current::after {
	left: 32%;
}

nav ul > li > ul {
	display: none;
	position: absolute;
	background-color: #5BC5F2;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid white;
}

nav ul > li > ul > li {
	display: inline-block;
	float: none;
	padding: 10px 0;
	height: 50px;
}

nav ul > li > ul > li > a {
	font-size: 19px;
	font-weight: 400;
	padding: 0px 40px;
}

nav ul > li > ul > li > a:active {
	font-weight: 400;
}

nav ul > li > ul > li > a.active {
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
	background-color: #474646;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#footer > .lign {
	border-top: 4px solid #5BC5F2;
}

footer h2 {
	color: #5BC5F2;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding-top: 35px;
	padding-bottom: 15px;
}

footer ul {
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
}

footer ul li.space-bottom {
	padding-bottom: 18px;
}

footer ul a {
	color: #9c9b9b;
	font-weight: 400;
}

footer ul a:hover, footer ul a:focus {
	color: #9c9b9b;
	font-weight: 700;
	text-decoration: none;
}

footer ul a.ingenico {
	background: url(../images/ingenico.png) no-repeat;
	background-size: 100%;
	display: block;
	width: 90px;
	height: 25px;
	text-indent: -9999px;
	margin-top: 4px;
}

footer .sign {
	text-align: center;
	color: #9c9b9b;
	padding-bottom: 35px;
}

footer .sign a {
	background: url(../images/raspberry-design-agence-communication-site-internet.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 145px;
	height: 16px;
	text-indent: -9999px;
}

/* @end */

/* @group Home */

.front .main-container article {
	padding-top: 20px;
	padding-bottom: 20px;
}

.front a.video {
	position: relative;
	border: 1px solid #5BC5F2;
	display: block;
	padding: 25px;
	font-size: 37px;
	margin-bottom: 50px;
}

.front a.video::after {
	content: '';
	background-image: url(../images/hand.png);
	background-size:100%;
	width: 62px;
	height: 68px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: 255px;
}

.front a.video:hover, .front a.video:focus {
	color: #fff;
	background-color: #5BC5F2;
	text-decoration: none;
}

.front a.video:hover::after {
	display: none;
}

.front a.social {
	border: 1px solid #5BC5F2;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 56px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	text-indent: 1px;
	margin-right: 8px;
	margin-left: 8px;
}

.front a.social:hover, .front a.social:focus {
	color: #fff;
	background-color: #5BC5F2;
	text-decoration: none;
}

.front .page {
	min-height: auto !important;
}

.front .content-page {
	background: url(../images/video/bg.jpg) 0 bottom repeat-x #00defd;
}

.front .content-page .main-container {
  background: url(../images/video/video.jpg) center bottom no-repeat;
  padding-top: 20px !important;
	height: 640px;
}

.front .video-presentation {
	background-image: url(../images/video/banner.png);
	width: 1126px;
	height: 417px;
	padding-top: 117px;
}

.front a.video {
	border: none !important;
    padding: 33px !important;
    margin-bottom: 50px !important;
    color: white !important;
    font-size: 72px !important;
}

.front a.video::after {
	bottom: 8px !important;
    margin-left: 375px !important;
}

.front a.video:hover, .front a.video:focus {
    background-color: transparent !important;
} 

.front .content-page .main-container .social {
	text-align: right;
	margin-bottom: -50px;
}

.front .content-page .main-container .social a {
	display: inline-block;
	color: white;
	font-size: 21px;
	margin-left: 10px;
}

#videoModal .video-wrapper, .modal.video .video-wrapper {
	height: 480px !important;
}

/* @end */

/* @group Produits */

.page-produits form .form-item-split {
	display: none;
}

.page-produits form fieldset, #commerce-checkout-form-review fieldset, #commerce-account-order-files fieldset, fieldset.fieldset_v3 {
	border-radius: 0;
	box-shadow: none;
	border-color: #5BC5F2;
}

.page-produits form fieldset legend.panel-heading, #commerce-checkout-form-review fieldset legend.panel-heading, #commerce-account-order-files fieldset legend.panel-heading, fieldset.fieldset_v3 legend.panel-heading {
	border-radius: 0;
	position: relative;
	background-color: white;
	border-color: #5BC5F2;
	border-bottom-style: none;
}

.page-produits form fieldset.lign legend.panel-heading, #commerce-checkout-form-review fieldset.lign legend.panel-heading, #commerce-account-order-files fieldset.lign legend.panel-heading, fieldset.fieldset_v3.lign legend.panel-heading {
	border-bottom-style: solid;
}

.page-produits form fieldset legend.panel-heading .panel-title, #commerce-checkout-form-review fieldset legend.panel-heading .panel-title, #commerce-account-order-files fieldset legend.panel-heading .panel-title, fieldset.fieldset_v3 legend.panel-heading .panel-title {
	font-weight: 400;
	color: #5BC5F2;
	padding-left: 12px;
	cursor: pointer;
}

.page-produits form fieldset legend.panel-heading .panel-title .title, #commerce-checkout-form-review fieldset legend.panel-heading .panel-title .title, #commerce-account-order-files fieldset legend.panel-heading .panel-title .title, fieldset.fieldset_v3 legend.panel-heading .panel-title .title {
	display: inline-block;
	width: 160px;
}

#commerce-checkout-form-review fieldset legend.panel-heading .panel-title .title {
	width: 300px;
}

#commerce-account-order-files fieldset legend.panel-heading .panel-title .title {
	width: 200px;
}

fieldset.fieldset_v3 legend.panel-heading .panel-title .title {
	width: 350px;
}

.page-produits form fieldset legend.panel-heading .panel-title .value, .page-produits form fieldset legend.panel-heading .panel-title .position, #commerce-account-order-files fieldset legend.panel-heading .panel-title .value {
	color: gray;
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
	font-weight: 400;
}

.page-produits form fieldset legend.panel-heading .panel-title .orientation .landscape {
	background: url(../images/landscape.png) right center no-repeat;
	width: 17px;
	height: 13px;
	display: inline-block;
}

.page-produits form fieldset legend.panel-heading .panel-title .orientation .portrait {
	background: url(../images/portrait.png) right center no-repeat;
	width: 13px;
	height: 17px;
	display: inline-block;
	position: relative;
	top: 2px;
}

.page-produits form fieldset legend.panel-heading .panel-title .orientation.landscape .landscape {
	background-position: left center;
}

.page-produits form fieldset legend.panel-heading .panel-title .orientation.portrait .portrait {
	background-position: left center;
}

.page-produits form fieldset legend.panel-heading .panel-title .position {
	padding-left: 0;
}

.page-produits form fieldset legend.panel-heading .panel-title .value span.join {
    color: #f3716c;
    font-weight: 400;
}

.page-produits form fieldset legend.panel-heading .arrow-expand, #commerce-checkout-form-review fieldset legend.panel-heading .arrow-expand, #commerce-account-order-files fieldset legend.panel-heading .arrow-expand, fieldset.fieldset_v3 legend.panel-heading .arrow-expand {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(72, 190, 211, 0);
	border-top-color: #5BC5F2;
	border-width: 8px;
	top: 18px;
	left: 8px;
}

.page-produits form fieldset legend.panel-heading .arrow-unexpand, #commerce-checkout-form-review fieldset legend.panel-heading .arrow-unexpand, #commerce-account-order-files fieldset legend.panel-heading .arrow-unexpand, fieldset.fieldset_v3 legend.panel-heading .arrow-unexpand {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(72, 190, 211, 0);
	border-left-color: #5BC5F2;
	border-width: 8px;
	top: 14px;
	left: 13px;
}

.page-produits form fieldset legend.panel-heading i, #commerce-checkout-form-review fieldset legend.panel-heading i, #commerce-account-order-files fieldset legend.panel-heading a, fieldset.fieldset_v3 legend.panel-heading a {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 30px;
	text-align: center;
	line-height: 43px;
	color: white;
	font-size: 18px;
	background-color: #5BC5F2;
}

#commerce-account-order-files fieldset legend.panel-heading a, fieldset.fieldset_v3 legend.panel-heading a {
	width: 40px;
}

.page-produits form fieldset legend.panel-heading i:hover, #commerce-checkout-form-review fieldset legend.panel-heading i:hover, #commerce-account-order-files fieldset legend.panel-heading a:hover, fieldset.fieldset_v3 legend.panel-heading a:hover {
	background-color: #5ccefe;
	text-decoration: none;
}

.page-produits form fieldset .panel-body, #commerce-checkout-form-review fieldset .panel-body, fieldset.fieldset_v3 .panel-body {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

#commerce-checkout-form-review fieldset .panel-body, fieldset.fieldset_v3 .panel-body {
	text-align: left;
}

#commerce-checkout-form-review fieldset.radios .panel-body {
	text-align: center;
} 

.page-produits form fieldset .panel-body .loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(72,190,211,0.85);
	z-index: 999;
	display: none;
}

.page-produits form fieldset .panel-body .loader span {
	color: white;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	margin-top: -13px;
	font-size: 21px;
	font-weight: 400;
}

.page-produits form fieldset.unexpand .panel-body, #commerce-checkout-form-review fieldset.unexpand .panel-body, #commerce-account-order-files fieldset.unexpand .panel-body, fieldset.fieldset_v3.unexpand .panel-body {
	display: none;
}

.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio, #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio, #commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0;
	position: relative;
}

.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio input, #edit-deliveries .panel-body .form-radios .form-item.radio input,  #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio input,  #commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio input {
	display: none;
}

.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label,  #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio label,  #commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio label {
	padding: 5px 15px;
	background-color: white;
	border: 1px solid #b4b4b4;
	color: black;
	font-weight: 300;
}

.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label.checked, .page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label:hover,  #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio label:hover,  #commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio label:hover {
	background-color: #5BC5F2;
	color: white;
	border-color: #5BC5F2;
}

.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label.disabled,  #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio label.disabled,  #commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio label.disabled, .page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label.disabled:hover,  #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio label.disabled:hover,  #commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio label.disabled:hover {
	border-color: #e0e0e0;
	color: #e0e0e0;
	cursor: default;
	background-color: white;
}

#edit-deliveries .panel-body .form-radios .form-item.radio {
	padding: 0;
	width: 15%;
	float: left;
	margin: 0 1%;
}

#edit-deliveries .panel-body .form-radios .form-item.radio:first-child {
	margin-left: 0;
}

#edit-deliveries .panel-body .form-radios .form-item.radio:last-child {
	margin-right: 0;
}

#edit-deliveries .panel-body .form-radios .form-item.radio label {
	padding: 0;
	display: block;
	border-color: #5BC5F2;
	color: black;
}

#edit-deliveries .panel-body .form-radios .form-item.radio label span.date {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid white;
}

#edit-deliveries .panel-body .form-radios .form-item.radio label span.price_wrapper {
	background-color: #5BC5F2;
	display: block;
	color: white;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 400;
}

#edit-deliveries .panel-body .form-radios .form-item.radio label span.price_before {
    display: inline-block;
    padding-left: 8px;
    font-size: 12px;
    text-decoration: line-through;
    color: rgba(255,255,255,0.7);
}

#edit-deliveries .panel-body .form-radios .form-item.radio label.checked span.date, #edit-deliveries .panel-body .form-radios .form-item.radio label:hover span.date {
	background-color: #5BC5F2;
	color: white;
	font-weight: 400;
}

#edit-deliveries .panel-body .form-radios .form-item.radio label.checked span.price {
	background-color: #5BC5F2;
}

#edit-tnt .panel-body .form-radios .form-item.radio {
	padding: 0;
	width: 18%;
	margin: 0 1%;
}

#edit-tnt .panel-body .form-radios .form-item.radio:first-child {
	margin-left: 0;
}

#edit-tnt .panel-body .form-radios .form-item.radio:last-child {
	margin-right: 0;
}

#edit-tnt .panel-body .form-radios .form-item.radio label {
	padding: 0;
	display: block;
	border-color: #5BC5F2;
	color: black;
}

#edit-tnt .panel-body .form-radios .form-item.radio label span.date {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid white;
}

#edit-tnt .panel-body .form-radios .form-item.radio label span.price {
	display: block;
	color: white;
	background-color: #5BC5F2;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 400;
}

#edit-tnt .panel-body .form-radios .form-item.radio label.checked span.date, #edit-tnt .panel-body .form-radios .form-item.radio label:hover span.date {
	background-color: #5BC5F2;
	color: white;
	font-weight: 400;
}

#edit-tnt .panel-body .form-radios .form-item.radio label.checked span.price {
	background-color: #5BC5F2;
}

form .panel-body .form-disabled .form-radios .form-item.radio label {
	border-color: #cacaca !important;
	color: #cacaca !important;
	cursor: default;
}

form .panel-body .form-disabled .form-radios .form-item.radio label:hover span.date {
	color: #cacaca !important;
	background-color: white !important;
	font-weight: 300 !important;
}

form .panel-body .form-disabled .form-radios .form-item.radio label.checked span.date {
	background-color: #5BC5F2 !important;
	color: white !important;
	font-weight: 400 !important;
}

form .panel-body .form-disabled .form-radios .form-item.radio label span.price_wrapper,form .panel-body .form-disabled .form-radios .form-item.radio label span.price {
	background-color: #cacaca !important;
}

form .panel-body .form-disabled .form-radios .form-item.radio label.checked span.price, form .panel-body .form-disabled .form-radios .form-item.radio label.checked span.price_wrapper {
	background-color: #5BC5F2 !important;
}

.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label .important_wrapper .important {
	color: white;
	font-weight: 400;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 5px 10px;
	left: 88%;
	background-color: #5BC5F2;
}

fieldset.accessories .panel-body .description {
	color: #333;
	font-size: 14px;
}

fieldset.accessories .panel-body .image {
	position: relative;
}

fieldset.accessories .panel-body .image img {
	width: 100%;
	max-width: 200px;
}

fieldset.accessories .panel-body .image a {
	position: absolute;
	top: 0;
	right: 0;
}

fieldset.accessories .panel-body .title {
	font-weight: 500;
	padding-top: 8px;
	margin-bottom: 0;
}

fieldset.accessories .panel-body .quantity {
	position: relative;
}

fieldset.accessories .panel-body .quantity .form-type-textfield {
	width: 57px;
	display: inline-block;
	margin-bottom: 0;
	padding-right: 5px;
	padding-left: 2px;
}

fieldset.accessories .panel-body .quantity .form-type-textfield input {
	text-align: center;
}

fieldset.accessories .panel-body .quantity .btn-default {
	background-color: #5BC5F2;
	color: white;
	border-style: none;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-top: -2px;
}

fieldset.accessories .panel-body .quantity .btn-default:hover {
	background-color: #5ccefe;
}

fieldset.accessories .panel-body .quantity.disabled .form-type-textfield input {
	color: #dfdfdf;
	border-color: #cacaca;
}

fieldset.accessories .panel-body .quantity.disabled .btn-default, fieldset.accessories .panel-body .quantity.disabled .btn-default:hover {
	background-color: #cacaca;
}

fieldset.accessories .panel-body .row .description {
	padding-top: 5px;
	font-size: 12px;
	color: gray;
}

.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label.checked .important_wrapper .important, .page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label:hover .important_wrapper .important {
	/*background-color: #0076a8;*/
	background-color: #5BC5F2;
	border-left: 1px solid white;
}

fieldset#edit-actions {
	border-style: none;
	margin-top: 50px;
	margin-bottom: 50px;
}

fieldset#edit-actions .panel-body {
	padding: 0;
}

fieldset#edit-actions .panel-body .resume {
	border: 1px solid #5BC5F2;
	padding: 10px 15px;
	height: 145px;
	position: relative;
}

fieldset#edit-actions .panel-body #shop {
	height: 145px;
	position: relative;
}

#promo button.btn, #shop button.btn {
	border-radius: 0;
	border-color: #5BC5F2;
	background-color: #5BC5F2;
	color: white;
	width: 100%;
}

#promo button.btn:hover {
	background-color: #0076a8;
	border-color: #0076a8;
}

#promo button.btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
}

#promo p {
	margin-bottom: 12px;
	margin-top: 8px;
}

.page-produits #total .price {
	text-align: left;
	padding-bottom: 3px;
	overflow: hidden;
}

.page-produits #total .price.promo {
	display: none;
}

.page-produits #total .price.total {
	background-color: #5BC5F2;
	color: white;
	font-weight: 400;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}

.page-produits #total .price .value {
	float: right;
}

#shop button#edit-basket {
	background-color: #00bf6f;
	border-color: #00bf6f;
	height: 104px;
	font-size: 18px;
}

#shop button#edit-basket:hover {
	background-color: #00aa64;
	border-color: #00aa64;
}

#shop button#edit-express {
	background-color: #0096da;
	border-color: #0096da;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-right: 0;
	padding: 0;
	height: 40px;
}

#shop button#edit-express:hover {
	background-color: #0486c5;
	border-color: #0486c5;
}


fieldset#edit-technic {
	border-bottom-style: none;
	background-color: #5BC5F2;
	color: white;
}

fieldset#edit-technic h3 {
	text-align: left;
	font-weight: 40000;
	font-style: normal;
	font-size: 18px;
	margin-top: 0;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

fieldset#edit-technic .info {
	text-align: left;
	padding-bottom: 3px;
	overflow: hidden;
	background-color: #5BC5F2;
}

fieldset#edit-technic .info .value {
	float: right;
}

fieldset#edit-technic .info.warning {
	background-color: #0096da;
	text-align: center;
	text-transform: uppercase;
	padding-top: 3px;
	margin-top: 10px;
	font-weight: 400;
}

fieldset#edit-technic .link a {
	color: white;
	width: 100%;
	font-size: 18px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid white;
	margin-bottom: 17px;
}

fieldset#edit-technic .link.technic a {
	margin-bottom: 0;
}

fieldset#edit-technic .link a:hover {
	background-color: white;
	color: #5BC5F2;
	text-decoration: none;
}

#videoModal .video-wrapper, .modal.video .video-wrapper {
	width: 100%;
	height: 320px;
	position: relative;
}

#videoModal .video-wrapper .loading, .modal.video .video-wrapper .loading {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#videoModal .video-wrapper .loading p, .modal.video .video-wrapper .loading p {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	color: white;
	font-weight: 400;
	font-size: 21px;
	margin-top: -21px;
}

#videoModal .video-wrapper .video, #videoModal .video-wrapper .loading, .modal.video .video-wrapper .video, .modal.video .video-wrapper .loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* @group Baches */

fieldset.has-hidden .options {
	display: none;
}

#edit-oeillets .form-item, #edit-ourlets .form-item, #edit-fourreaux .form-item {
	margin-bottom: 0;
}

#edit-oeillets-positions .form-item, #edit-ourlets-positions .form-item, #edit-fourreaux-positions .form-item {
	display: inline-block;
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
}

#edit-oeillets-positions .form-item label, #edit-ourlets-positions .form-item label, #edit-fourreaux-positions .form-item label {
	width: 75px;
	height: 75px;
	padding-left: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
}

#edit-oeillets-positions .form-item label.checked, #edit-ourlets-positions .form-item label.checked, #edit-fourreaux-positions .form-item label.checked {
	background-position: 0 bottom;
}

#edit-oeillets-positions .form-item label input, #edit-ourlets-positions .form-item label input, #edit-fourreaux-positions .form-item label input {
	display: none;
}

#edit-oeillets-positions .form-item-oeillets-positions-gauche label {
	background-image: url(../images/baches/oeillet-gauche.png);
}

#edit-oeillets-positions .form-item-oeillets-positions-haut label {
	background-image: url(../images/baches/oeillet-haut.png);
}

#edit-oeillets-positions .form-item-oeillets-positions-droite label {
	background-image: url(../images/baches/oeillet-droit.png);
}

#edit-oeillets-positions .form-item-oeillets-positions-bas label {
	background-image: url(../images/baches/oeillet-bas.png);
}

#edit-ourlets-positions .form-item-ourlets-positions-gauche label {
	background-image: url(../images/baches/renfort-gauche.png);
}

#edit-ourlets-positions .form-item-ourlets-positions-haut label {
	background-image: url(../images/baches/renfort-haut.png);
}

#edit-ourlets-positions .form-item-ourlets-positions-droite label {
	background-image: url(../images/baches/renfort-droit.png);
}

#edit-ourlets-positions .form-item-ourlets-positions-bas label {
	background-image: url(../images/baches/renfort-bas.png);
}

#edit-fourreaux-positions .form-item-fourreaux-positions-gauche label {
	background-image: url(../images/baches/fourreau-gauche.png);
}

#edit-fourreaux-positions .form-item-fourreaux-positions-haut label {
	background-image: url(../images/baches/fourreau-haut.png);
}

#edit-fourreaux-positions .form-item-fourreaux-positions-droite label {
	background-image: url(../images/baches/fourreau-droit.png);
}

#edit-fourreaux-positions .form-item-fourreaux-positions-bas label {
	background-image: url(../images/baches/fourreau-bas.png);
}

/* @end */

/* @end */

/* @group Account */

ul.nav-tabs {
	border-bottom-color: #5BC5F2;
	margin-bottom: 20px;
}

ul.nav-tabs > li.active > a.active {
	border-color: #5BC5F2;
	border-bottom-color: transparent;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-color: #5BC5F2;
	border-bottom-color: transparent;
	background-color: #5BC5F2;
	color: white;
}

/* @group Orders */

.table > thead > tr > th {
	background-color: #5BC5F2;
	border-bottom-style: none;
	font-weight: 400;
	color: white;
}

.table > tbody > tr > td {
	border-top-color: #5BC5F2;
	padding-top: 13px;
	padding-bottom: 13px;
}

body.page-user .table > tbody > tr > td > ul {
	margin-bottom: 0;
}

body.page-user .table > tbody > tr > td > ul > li  i {
	border: 1px solid #5BC5F2;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 22px;
	border-radius: 12px;
	font-size: 13px;
	color: #5BC5F2;
}

body.page-user .table > tbody > tr > td > ul > li.success  i {
	color: white;
	background-color: #5BC5F2;
}

body.page-user .table > tbody > tr > td > ul > li.danger  i {
	color: white;
	background-color: #ff7d78;
	border-color: #ff7d78;
}

.pagination > li > a {
	border-color: #5BC5F2;
	color: #5BC5F2;
}

.pagination > li.active > span, .pagination > li > a:hover {
	color: white;
	background-color: #5BC5F2;
	border-color: #5BC5F2;
}

/* @end */

/* @end */

/* @group Cart */

#views-form-commerce-cart-form-default {
	overflow: hidden;
}

.commerce-order-handler-area-order-total {
	width: 60%;
	float: left;
}

.commerce-order-handler-area-order-total .table-responsive {
	border: 1px solid #5BC5F2;
}

.commerce-order-handler-area-order-total table {
	margin-bottom: 0;
}

.commerce-order-handler-area-order-total table thead tr th {
	height: 37px;
}

.commerce-order-handler-area-order-total table tbody tr td {
	height: 47px;
}

#views-form-commerce-cart-form-default .form-actions {
	width: 40%;
	float: right;
	clear: none;
}

#views-form-commerce-cart-form-default .form-actions button {
	float: left;
	width: 49%;
	margin-left: 1%;
	height: 86px;
	color: white;
	padding: 0;
	font-size: 16px;
	border-radius: 0;
}

#views-form-commerce-cart-form-default .form-actions button#edit-submit {
	background-color: #0096da;
	border-color: #0096da;
}

#views-form-commerce-cart-form-default .form-actions button#edit-submit:hover {
	background-color: #0486c5;
	border-color: #0486c5;
}

#views-form-commerce-cart-form-default .form-actions button#edit-checkout {
	background-color: #00bf6f;
	border-color: #00bf6f;
}

#views-form-commerce-cart-form-default .form-actions button#edit-checkout:hover {
	background-color: #00aa64;
	border-color: #00aa64;
}

/* @end */

/* @group Checkout */

/* @group Timeline */

#timeline {
	
}

#timeline div {
	text-align: center;
	color: #5BC5F2;
	padding-bottom: 20px;
	position: relative;
}

#timeline div i {
	border: 1px solid #5BC5F2;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 22px;
	border-radius: 12px;
	font-size: 13px;
	color: #5BC5F2;
	margin-right: 10px;
}

#timeline div.current i::after {
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(72, 190, 211, 0);
	border-bottom-color: #5BC5F2;
	border-width: 10px;
	margin-left: -10px;
	bottom: 0;
}

#timeline div.current  i, #timeline div.success i {
	color: white;
	background-color: #5BC5F2;
}

hr.timeline {
	border: none;
	border-bottom: 1px solid #5BC5F2;
	margin-top: 0;
	margin-bottom: 40px;
}

/* @end */

/* @group Form */

.form-item.form-item-field-billing-register-und-profiles-0-commerce-customer-address-und-0-premise.form-type-textfield.form-group {
	display: none;
}

.form_v3 .has-feedback .help-block {
	display: none !important;
}

.form_v3 .has-feedback .progress {
	border-radius: 0;
	padding-right: 15px;
}

.form_v3 .prefix {
	display: none;
}

.form-item-customer-profile-billing-commerce-customer-address-und-0-premise, .form-item-customer-profile-shipping-commerce-customer-address-und-0-premise {
	display: none;
}

div.checkout-field, .form_v3 .form-item.form-type-checkbox {
	border: 1px solid #5BC5F2;
	margin-bottom: 15px;
}

.form_v3 .form-item.form-type-checkbox {
	padding: 10px;
}

div.checkout-field .checkout-label {
	border-right: 1px solid #5BC5F2;
}

div.checkout-field label {
	padding: 10px;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
	height: 40px;
}

div.checkout-field input.form-control, div.checkout-field select.form-control, div.checkout-field textarea.form-control {
	border-style: none;
	padding: 10px 0;
	height: 40px;
	background-color: transparent;
	box-shadow:none;
}

div.checkout-field textarea.form-control {
	height: 150px;
}

div.checkout-field .textarea .checkout-label {
	height: 150px;
}

.field-type-addressfield {
	margin-bottom: 0;
}


#edit-commerce-shipping {
	display: none;
}

#edit-buttons {
	margin-bottom: 0;
	overflow: hidden;
}

#edit-buttons button, .form_v3 .btn, .fileupload_form .btn {
	color: white;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 0;
}

#edit-cancel, #edit-back {
	float: left;
	background-color: #0096da;
	border-color: #0096da;
}

#edit-cancel:hover, #edit-back:hover {
	background-color: #0486c5;
	border-color: #0486c5;
}

#edit-continue, .form_v3 .btn.form-submit, .fileupload_form .btn.form-submit {
	float: right;
	background-color: #00bf6f;
	border-color: #00bf6f;
}

#edit-continue:hover, .form_v3 .btn.form-submit:hover, .fileupload_form .btn.form-submit:hover {
	background-color: #00aa64;
	border-color: #00aa64;
}

.commerce-customer-profile-copy {
	background-color: #5BC5F2;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: -15px;
	color: white;
}

#commerce-checkout-form-review h3 {
	color: #5BC5F2;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

#commerce-checkout-form-review .street-block {
	padding-top: 7px;
}

#commerce-checkout-form-review .country {
	padding-bottom: 7px;
	display: block;
}

#commerce-checkout-form-review .field-name-field-tva strong, #commerce-checkout-form-review .field-name-field-tva .field-label {
	font-weight: inherit;
}

#commerce-checkout-form-review .commerce-order-handler-area-order-total {
	width: 100%;
}

.commerce-order-handler-area-order-total .table.cols-3 th {
	width: 33%;
}

#edit-terms-conditions label {
	font-weight: 300;
}

#commerce-checkout-form-mode-de-paiement {
  text-align: center;
}

#commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio label {
	width: 110px;
	height: 70px;
	padding: 0;
	font-size: 1px;
	color: white;
	background-position: -110px 0;
	background-repeat: no-repeat;
	border: none;
}

#commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio label:hover, #commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio label.checked {
	background-position: left top;
}

#commerce-checkout-form-mode-de-paiement .form-radios .form-item.radio {
	padding-left: 10px;
	padding-right: 10px;
}

.edit-commerce-payment-payment-method-ogone-belfius-direct-net-commerce-payment-ogone-belfius-direct-net- {
	background-image: url(../images/payments/belfius.png);
}

.edit-commerce-payment-payment-method-ogone-ing-homepay-commerce-payment-ogone-ing-homepay- {
	background-image: url(../images/payments/ing.png);
}

.edit-commerce-payment-payment-method-ogone-creditcard-maestrocommerce-payment-ogone-creditcard-maestro {
	background-image: url(../images/payments/maestro.png);
}

.edit-commerce-payment-payment-method-ogone-creditcard-mastercardcommerce-payment-ogone-creditcard-mastercard {
	background-image: url(../images/payments/mastercard.png);
}

.edit-commerce-payment-payment-method-ogone-paypal-commerce-payment-ogone-paypal- {
	background-image: url(../images/payments/paypal.png);
}

.edit-commerce-payment-payment-method-ogone-creditcard-visacommerce-payment-ogone-creditcard-visa {
	background-image: url(../images/payments/visa.png);
}

.edit-commerce-payment-payment-method-bank-transfercommerce-payment-bank-transfer {
	background-image: url(../images/payments/bank-transfer.png);
}

.edit-commerce-payment-payment-method-invoicecommerce-payment-invoice {
	background-image: url(../images/payments/invoice.png);
}

#payment-details .data {
	display: none;
}

#payment-details .alert {
	margin-top: 0;
}

#payment-details {
	padding-top: 15px;
}

/* @end */

/* @end */

/* @group Content */

.icon-content {
	color: #5BC5F2;
    font-size: 160px;
    line-height: 1px;
    text-align: center;
}

/* @end */

/* @group Page loader */

#page_loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(72,190,211,0.85);
	z-index: 9999;
	display: none;
}

#page_loader span {
	color: white;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-weight: 400;
	margin-top: -13px;
	font-size: 21px;
	text-align: center;
}

#page_loader span i.text {
	font-style: normal;
	font-weight: 400;
}

/* @end */

/* @group File upload */

#detail_tech {
  padding: 20px 15px 0px 15px;
  border: 1px solid #ebccd1;
  border-top: none;
  margin-top: -22px;
  margin-bottom: 20px;
}

#detail_tech .icon {
  padding-left: 40px;
  font-size: 12px;
  position: relative;
  padding-bottom: 20px;
}

#detail_tech .icon i {
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

#detail_tech .icon i.resolution {
  background-image: url(../images/_upload/resolution.png);
}

#detail_tech .icon i.noir {
  background-image: url(../images/_upload/noir.png);
}

#detail_tech .icon i.perdu {
  background-image: url(../images/_upload/perdu.png);
}

#detail_tech .icon i.perso {
  background-image: url(../images/_upload/perso.png);
}

#detail_tech .icon i.save {
  background-image: url(../images/_upload/save.png);
}

#detail_tech .icon i.trait {
  background-image: url(../images/_upload/trait.png);
}

#detail_tech .icon i.vector {
  background-image: url(../images/_upload/vector.png);
}

#detail_tech .icon strong {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding-top: 5px;
}

#commerce-account-order-files div div.resume {
	padding: 10px 15px;
	margin-bottom: 20px;
	background-color: #5BC5F2;
	color: white;
	text-align: center;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .table {
	margin-bottom: 0;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .drag-and-drop-zone {
	margin-bottom: 0;
	position: relative;
	z-index: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: none;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .drag-and-drop-zone span {
	display: block;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .drag-and-drop-zone span.fa {
	font-size: 30px;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar {
	position: relative;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar .fileupload-progress {
	display: none;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar .actions {
	padding-top: 0;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar .actions .fileinput-button {
	position: absolute;
	top: -44px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	color: #5BC5F2;
	background-color: transparent;
	padding: 0;
	border-style: none;
	font-size: 20px;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar .actions .start, #commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar .actions .cancel {
	width: 100%;
	border-style: none;
	border-radius: 0;
	font-size: 18px;
	background-color: #00bf6f;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar .actions .start:hover {
	background-color: #00aa64;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar .actions .cancel {
	background-color: #0096da;
	border-color: #0096da;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload .fileupload-buttonbar .actions .cancel:hover {
	background-color: #0486c5;
	border-color: #0486c5;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload table .files tr td {
	background-color: white;
	border-bottom: 1px solid #5BC5F2;
	color: #333;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload table .files tr:last-child td {
	border-bottom-style: none;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload table .files tr td.number {
	padding-left: 0;
	width: 60px;
	padding-right: 0;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload table .files tr td.number input {
	color: #333;
	padding: 0 5px;
	width: 40px !important;
	text-align: right;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload table .files tr td p.name {
	margin-bottom: 0;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload table .files tr td .progress {
	margin-bottom: 0;
	width: 100%;
}

#commerce-account-order-files div fieldset div.panel-body .fileupload table .files tr td button.cancel, #commerce-account-order-files div fieldset div.panel-body .fileupload table .files tr td button.delete {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#commerce-account-order-files fieldset.success legend.panel-heading, #commerce-account-order-files fieldset.success {
	border-color: #00bf6f;
}

#commerce-account-order-files fieldset.success legend.panel-heading .panel-title {
	color: #00bf6f;
}

#commerce-account-order-files fieldset.success legend.panel-heading .panel-title .arrow-unexpand {
	border-left-color: #00bf6f;
}

#commerce-account-order-files fieldset.success legend.panel-heading .panel-title .arrow-expand {
	border-top-color: #00bf6f;
}

#commerce-account-order-files fieldset.success legend.panel-heading a {
	background-color: #00bf6f;
}

#commerce-account-order-files fieldset.success div.panel-body .fileupload .fileupload-buttonbar .actions .add-submit {
	display: none;
}

#commerce-account-order-files div fieldset.success div.panel-body .fileupload table .files tr td {
	border-bottom-color: #00bf6f;
}

#commerce-account-order-files div fieldset.success div.panel-body .fileupload table .files tr td a {
	color: #00bf6f;
}

#commerce-account-order-files fieldset.error legend.panel-heading, #commerce-account-order-files fieldset.error {
	border-color: #bf0003;
}

#commerce-account-order-files fieldset.error legend.panel-heading .panel-title {
	color: #bf0003;
}

#commerce-account-order-files fieldset.error legend.panel-heading .panel-title .arrow-unexpand {
	border-left-color: #bf0003;
}

#commerce-account-order-files fieldset.error legend.panel-heading .panel-title .arrow-expand {
	border-top-color: #bf0003;
}

#commerce-account-order-files fieldset.error legend.panel-heading a {
	background-color: #bf0003;
}

#commerce-account-order-files div fieldset.error div.panel-body .fileupload table .files tr td {
	border-bottom-color: #bf0003;
}

#commerce-account-order-files div fieldset.error div.panel-body .fileupload table .files tr td a {
	color: #bf0003;
}

/* @end */

/* @group Contact */

/*#webform-client-form-221 .webform-container-inline {
	border: 1px solid #5BC5F2;
	padding: 0;
}

#webform-client-form-221 .webform-container-inline label {
	width: 25%;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px;
	border-right: 1px solid #5BC5F2;
	font-weight: normal;
    font-style: normal;
}

#webform-client-form-221 .webform-container-inline.form-type-textarea label {
	height: 200px;
}

#webform-client-form-221 .webform-container-inline input, #webform-client-form-221 .webform-container-inline textarea {
	border-style: none;
    padding: 10px 0;
    height: 40px;
    width: 70%;
    background-color: transparent;
}

#webform-client-form-221 .form-textarea-wrapper {
	width: 70%;
} 

#webform-client-form-221 .webform-container-inline textarea {
	height: 200px;
    width: 100%;
    box-shadow: none;
}

#webform-client-form-221 button.form-submit {
	color: white;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 0;
	float: right;
	background-color: #00bf6f;
	border-color: #00bf6f;
}

#webform-client-form-221 button.form-submit:hover {
	background-color: #00aa64;
	border-color: #00aa64;
}*/

address strong {
	color: #5BC5F2;
	font-weight: 500;
	font-size: 18px;
}

address a {
	color: #333;
}

address a:hover {
	color: #333;
}

#map {
	border-top: 4px solid #5BC5F2;
}

#map .colorized-gmap-common {
	width: 100%;
	height: 400px;
}



/* @end */

/* @group Custom price */

#helloptinting-custom-price-form .resizable-textarea .grippie {
	display: none;
}

/* @end */

/* @group Order details */

#order_details .resume {
	padding: 10px 15px;
	margin-bottom: 20px;
	background-color: #5BC5F2;
	color: white;
	text-align: center;
}

/* @end */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
 only screen and (min-device-pixel-ratio: 1.5) {
	#logo {
		background-image: url(../images/_retina/logo@2x.png);
	}

	footer ul a.ingenico {
		background-image: url(../images/_retina/ingenico@2x.png);
	}
	
	.front a.video::after {
		background-image: url(../images/_retina/hand@2x.png);
	}
	
	footer .sign a {
		background-image: url(../images/_retina/raspberry-design-agence-communication-site-internet@2x.png);
	}
}

@media (max-width: 1200px) {
	nav ul > li > ul > li > a {
		padding: 0px 30px;
	}
	
	.front .content-page {
		background-size: 346px;
	}
	
	.front .content-page .main-container {
		background-size: 940px;
    padding-top: 18px !important;
		height: 576px;
  }
	
	.front .video-presentation {
		background-size: 940px;
		width: 940px;
		height: 348px;
		padding-top: 117px;
	}
	
	.front a.video {
		padding: 10px !important;
	   font-size: 60px !important;
	}
	
	.front a.video::after {
		display: none;
	}
}

@media (max-width: 992px) {
	body.front #header, body.page-produits #header {
		height: 400px;
	}
	
	.video .text {
		top: 100px;
	}
	
	.video .text h2 {
		font-size: 60px;
		padding-bottom: 5px;
	}
	
	.video .text h2 sub {
		font-size: 20px;
	}
	
	.video .text p {
		font-size: 22px;
	}
	
	.video .text p.video_link {
    display: none;
  }
  
  nav ul > li > a {
		padding: 0px 37px;
	}
	
	nav ul > li > ul > li {
		padding: 14px 0;
	}
	
	nav ul > li > ul > li > a {
		padding: 0px 15px;
		font-size: 16px;
	}
	
	.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio, #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#promo.resume {
		margin-bottom: 15px;
	}
	
	.commerce-order-handler-area-order-total {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#views-form-commerce-cart-form-default .form-actions {
		width: 100%;
	}
	
	#timeline div i {
		display: block;
		margin: auto;
		margin-bottom: 5px;
	}
	
	.front .content-page {
		background-size: 265px;
	}
	
	.front .content-page .main-container {
		background-size: 720px;
	  padding-top: 18px !important;
		height: 404x !important;
	}
	
	.front .video-presentation {
		background-size: 720px;
		width: 720px;
		height: 266px;
		padding-top: 86px;
	}
	
	.front a.video {
		padding: 10px !important;
	   font-size: 50px !important;
	}
}

@media (max-width: 768px) {
	#header, body.front #header, body.page-produits #header {
		height: 65px;
		background-color: black;
	}
	
	
	
	#locale, #member-link, #menu-top, .front a.video::after {
		display: none;
	}
	
	.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio {
		display: block;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px !important;
	}
	
	.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio:last-child, #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio:last-child {
		margin-bottom: 0;
	}
	
	.page-produits form fieldset .col-sm-4 .form-type-textfield {
		margin-bottom: 15px;
	}
	
	.page-produits form fieldset .col-sm-4:last-child .form-type-textfield {
		margin-bottom: 0;
	}
	
	.page-produits form fieldset.radios .panel-body .form-radios .form-item.radio label, #commerce-checkout-form-review fieldset.radios .panel-body .form-radios .form-item.radio label {
		display: block;
	}
	
	#edit-deliveries .panel-body .form-radios .form-item.radio {
		width: 30%;
		margin: 0 2.5%;
	}
	
	#edit-deliveries .panel-body .form-radios .form-item.radio:nth-child(1), #edit-deliveries .panel-body .form-radios .form-item.radio:nth-child(2), #edit-deliveries .panel-body .form-radios .form-item.radio:nth-child(3)
	{
		margin-bottom: 15px;
	}
	
	#edit-deliveries .panel-body .form-radios .form-item.radio:nth-child(3)
	{
		margin-right: 0;
	}
	
	#edit-deliveries .panel-body .form-radios .form-item.radio:nth-child(4)
	{
		margin-left: 0;
	}
	
	#edit-tnt .panel-body .form-radios .form-item.radio {
		width: 49%;
		display: inline-block;
	}
	
	#edit-tnt .panel-body .form-radios .form-item.radio:nth-child(1), #edit-tnt .panel-body .form-radios .form-item.radio:nth-child(2)
	{
		margin-bottom: 15px;
	}
	
	#edit-tnt .panel-body .form-radios .form-item.radio:nth-child(2)
	{
		margin-right: 0;
	}
	
	#edit-tnt .panel-body .form-radios .form-item.radio:nth-child(3)
	{
		margin-left: 0;
	}
	
	#promo.resume, #total.resume, #edit-technic .info.warning {
		margin-bottom: 15px;
	}
	
	body.node-type-webform .field-name-body {
		margin-bottom: 15px;
	}
	
	body .tooltip.in {
		display: none !important;
	}
	
	footer .sign {
		padding: 20px 0px;
	}
	
	#timeline, hr.timeline {
		display: none;
	}
	
	#video {
		display: none;
	}
	
	.front .content-page .main-container .social 
	{
	    text-align: center;
	    margin-bottom: -20px;
	}
	
	.front .content-page .main-container {
    height: 545px;
    padding-top: 0 !important;
  }
  
  .front .video-presentation {
		background: none;
		width: 100%;
		max-width: 370px;
		height: 144px;
		padding-top: 40px;
		margin: auto;
	}
	
	.front a.video {
		padding: 10px !important;
		font-size: 23px !important;
	}
}