

/* Color schemes */
.demo-1 {
	--color-text: #000;
	--color-bg: #fff;
	--color-link: #000;
	--color-link-hover: #555;
	--color-info: #000;
	--color-main-text: #000;
	--color-scroll-text: #000;
	--font-scroll-text: arial;
	--fontsize-scroll-text: 6vw;
	color: #000;
}

.content__main {
	color: var(--color-main-text);
}

/*.js .content__text::before {
	content: '';
	position: absolute;
	left: 0;
	height: 69%;
	bottom: 0;
	width: calc(6vmax - 1.5rem);
	background: var(--color-link);
	color: #fb8e1f;
}*/

body {
	background: url(../img/splash.jpg) no-repeat 80% 0;
}

body.accessoires {
	background: url(../img/splash_accessoires.jpg) no-repeat 80% 0;
}

body.blog {
	background: url(../img/splash_ressources.jpg) no-repeat 80% 0;
}

body.ressources {
	background: url(../img/splash_ressources.jpg) no-repeat 80% 0;
}

body.collection1 {
	background: url(../img/splash_collection1.jpg) no-repeat 80% 0;
}

body.collection2 {
	background: url(../img/splash_collection2.jpg) no-repeat 80% 0;
}

body.collection3 {
	background: url(../img/splash_collection3.jpg) no-repeat 80% 0;
}

body.collection4 {
	background: url(../img/splash_collection4.jpg) no-repeat 80% 0;
}

body.collection5 {
	background: url(../img/splash_collection5.jpg) no-repeat 80% 0;
}

body.collection6 {
	background: url(../img/splash_collection6.jpg) no-repeat 80% 0;
}

body.collection7 {
	background: url(../img/splash_collection7.jpg) no-repeat 80% 0;
}

body.collection8 {
	background: url(../img/splash_collection8.jpg) no-repeat 80% 0;
}

body.collection9 {
	background: url(../img/splash_collection9.jpg) no-repeat 80% 0;
}

body.collection10 {
	background: url(../img/splash_collection10.jpg) no-repeat 80% 0;
}

body.collection-tattoos {
	background: url(../img/splash_tattoos.jpg) no-repeat 80% 0;
}

body.about {
	background: url(../img/splash_about.jpg) no-repeat 80% 0;
}

body.collab42 {
	background: url(../img/splash_collab_42.jpg) no-repeat 80% 0;
}

body.collabepitech {
	background: url(../img/splash_collab_epitech.jpg) no-repeat 80% 0;
}

body.collabdc {
	background: url(../img/splash_collab_dc.jpg) no-repeat 80% 0;
}

/* Hover effect */
.container-product {
    position: relative;
    width: 100%;
}
.container-product img {
    width: 100%;
}

.hovered {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    height: 100%; width: 100%;
    opacity: 0; transition: all .3s; 
}

a {cursor: pointer;}

.container-product:hover .hovered {
    opacity: 1;
}
/* Fin hover effect */

.product-type {
	font-size: .7em;
}

.product-price {
	font-size: .7em;
}

.menu {
	position: fixed;
	right: 80px;
	top: 60px;
	font-size: 1.5em;
}

.content__text {
	font-weight: normal;
}

h2 a:hover {
	color: red;
}

.codrops-header {
	width: 100%;
}

.uil {
	display: none;
}

@media screen and (max-width: 50em) {

	.info {
		display: none;
	}
	
	.uil {
		display: block;
		font-size: 1.1em;
		border-bottom: 1px solid black;
	}
	
	.mobileno {
		display: none;
	}
	
	.menu {
		position: absolute;
		right: -40px;
		top: 45px;
	}
	
	.codrops-header__title {
		margin-left: 10px;
		margin-top: -10px;
	}
	
	.content__contact {
		margin-left: 65px;
	} 
	
	.content__section {
		padding: 0;
	}
}

@media screen and (max-width: 80em) {

	
	body, body.collection1, body.collection2, body.collection3, body.collection4, body.collection5, body.accessoires, body.ressources, body.collab {
		background-size: 70%;
	}
	
	.codrops-header__title img {
		width: 200px;
	}
	
	.menu {
		font-size: 1.2em;
	}
	
	.content__section:first-child {
		padding-top: 600px;
	}
	
	.content__section {
		text-align: left;
		font-size: 1.2em !important;
		line-height: 140%;
	}
}

@media screen and (max-width: 190em) {
	body.about {
		background-size: 60%;
		background-position: right 140px;
	}
}

input[type=text], input[type=email], input[type=submit], textarea, button {
    -webkit-appearance: none;
    border-radius:0;
    -webkit-border-radius: 0;
}

.content__section {
	text-align: left;
	font-size: 1.8em;
}

.viewMore {
/* 	border-bottom: 1px solid #000; */
/* 	margin-top: 10px; */
	display: inline-block;
}

table {
	width: 100%;
}

tr {
	border-bottom: 1px solid #000;
}

td {
	padding: 20px 0;
}

.yesmobile {
	display: none;
}

.quote {
	font-size: 2em; 
	max-width: 50%;
	line-height: 120% !important;
}

.firstCol {width: 50%}
.price {text-align: right}

::selection {
  background: #000; /* WebKit/Blink Browsers */
  color: #000;
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
  color: #000;
}

/*MAILCHIMP*/
#mc_embed_signup {margin-top: 20px;}
.email {padding: 20px 40px; font-size: 1em; border: 1px solid #000; display: inline-block; background: black; color: white; float: left}
.email:focus {outline: none; background: #222}
.button {padding: 20px 40px; font-size: 1em; border: 1px solid #000; background: black; color: white; display: inline-block; float: left}
.button:hover {background: #fff; color: #000; border: 1px solid #000}
.button:focus {outline: none;}
							

@media screen and (max-width: 50em) {
.content__contact {margin-left: 30px;}
#mc_embed_signup {margin-top: 20px;}
.email {padding: 20px; font-size: 1.2em; border: 1px solid #000; display: inline-block; background: black; color: white; float: left;}
.email:focus {outline: none; background: #222}
.button {padding: 20px; font-size: 1.2em; border: 1px solid #000; background: black; color: white; display: inline-block; float: left}
.button:hover {background: #fff; color: #000; border: 1px solid #000}
.button:focus {outline: none;}

/*.yesmobile {
	display: block;
	position: absolute !important;
	top: 200px !important;
	left: 30px;
}

.nomobile {
	display: none;
}*/

body {
	background-position: 100px 140px !important;
	background-size: 100% !important;
}

.collection1  .content__section, .collection2 .content__section, .collection3 .content__section, .collection4 .content__section, .accessoires .content__section, .ressources .content__section, .collab .content__section {
	margin-left: 30px;
	margin-right: 30px;
}

.collection1  .content__section.foot, .collection2 .content__section.foot, collection3 .content__section.foot, .collection4 .content__section.foot, .accessoires .content__section.foot, .ressources .content__section.foot {
	margin-left: 0;
	margin-right: 0;
}

.quote {
	font-size: 1.5em; 
	max-width: 100%;
}

.stay {
	font-size: 1.4em;
}

table tr td {
	display: block;
	width: 100%;
	padding: 0;
}

table tr td:first-child {
	margin-top: 20px;
}

table tr td:last-child {
	margin-bottom: 20px;
}


h2 {
	font-size: 1.4em !important;
}

.collection1 h2, .collection2 h2, .home h2 {
	padding-left: 30px !important;
}

.accessoires h2, .ressources h2 {
	padding-left: 0px !important;
}


}						
							
							
img {
	width: 100%;
}					
							

.collection1 h2, .collection2 h2, .collection3 h2, .collection4 h2 {
	position: fixed !important;
}						
							
							
							
							
							
							
							
							
							
							
							
							
							
							
							
							