#indexbody{
	background: url(../img/darkwood.jpg);
	background-color: black;
	background-size: 100%;
	background-attachment: fixed;
	font-family: CenturyGothic, Arial, Serif;
}

#stickersbody{
	background: url(../img/stickersbg.jpeg);
	background-color: #a39477;
	background-size: 100%;
	background-attachment: fixed;
	font-family: CenturyGothic, Arial, Serif;
}

body {
	padding-top: 70px;
	padding-bottom: 30px;
}

/* noCaptcha reCaptcha */
.g-recaptcha>div>div{
	width:inherit !important;
	position:relative;
	display:block;
	padding:0;
	overflow:hidden;
	max-width:302px;
	border-right:1px solid #d3d3d3;
	border-radius:4px;
	box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
	-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
	-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
}
.g-recaptcha iframe{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}

.g-recaptcha>div{
	position:relative
}

.g-recaptcha>div:before{
	content:'Loading captcha...';
	position:absolute;
	top:38%;
	left:0;
}
.g-recaptcha:empty:before{
	content:'Something wrong occured'
}
/* fin noCaptcha reCaptcha */

/* Theme Bootstrap*/

.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}

.theme-showcase > p > .btn {
	margin: 5px 0;
}

.theme-showcase .navbar .container {
	width: auto;
}
/* Fin Theme Bootstrap*/

/* Système d'onglets */
.contenu
{
	display:none;
}
/* Fin Système d'onglets */

/* Affiche tout le temps les boutons d'incrémentation sur les champs de type nombre dans google chrome */
input::-webkit-inner-spin-button {
    opacity: 1;
}
/* Fin */

/* Prévient l'apparition des boutons d'incrementation dans les champs de type nombre de la classe lecture seule et code postaux */

#cp_livraison::-webkit-outer-spin-button,
#cp_livraison::-webkit-inner-spin-button,
#cp_facturation::-webkit-outer-spin-button,
#cp_facturation::-webkit-inner-spin-button,
.readonly::-webkit-outer-spin-button,
.readonly::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cp_livraison, #cp_facturation, .readonly {
    -moz-appearance:textfield;
}
/* Fin */

/* Media Queries */

@media screen and (max-width: 1199px){
	#div1, #div2, #div3{
		font-size: 175% !important;
	}

	.nouveaute-content{
		width: 285px !important;
		font-size: 110% !important;
		padding-top: 13px !important;
	}

	.logo{
		height: 180px !important;
	}
	
	.thinborder{
		border-bottom: 1px solid black;
		border-right: 0 !important;
	}

	.calcsubmit{
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 991px){
	.onglet{
		font-size: 12px !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.navbar-brand{
		font-size: 12px !important;
	}

	.logo{
		height: 140px !important;
	}

	#div1, #div2, #div3{
		font-size: 155% !important;
	}

	.nouveaute-content{
		width: 194px !important;
		font-size: 110% !important;
		padding-top: 13px !important;
	}

	.devanture button{
		font-size: 75% !important;
	}

	.stickers-brand{
		font-size: 18px !important;
	}
}

@media screen and (max-width: 767px){
	body{
		background: url(../img/Color-Pulse-Mobile.jpg);
		background-color: black;
		background-size: 100%;
		background-attachment: fixed;
	}

	h4{
		display: none;
	}

	.stickerblock{
		margin: 0 !important;
		border-radius: 0 !important;
	}

	.logo{
		display: none !important;
	}

	.frozenlogo{
		display: block !important;
	}

	.post-footer{
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	}

	.theme-showcase{
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		padding: 0 !important;
	}

	.onglet{
		font-size: 14px !important;
	}

	.navbar-brand{
		font-size: 18px !important;
		color: white !important;
	}

	.stickers-brand{
		color: black !important;
	}

	.nouveaute-content{
		width: 75% !important;
		font-size: 100% !important;
		padding-top: 15px !important;
	}

	.imgsmall{
		width: 50% !important;
	}

	.grandecran{
		display: none !important;
	}

	.petitecran{
		display: block !important;
	}

	.thinborder2{
		border-bottom: 1px solid black;
		border-right: 0 !important;
	}
}

@media screen and (max-width: 480px){

	.nouveaute-content{
		font-size: 100% !important;
		padding-top: 15px !important;
		width: 180px !important;
	}

	footer{
		font-size: 90% !important;
	}
}
/* Fin des Media Queries */

@font-face{
	font-family: "CenturyGothic";
	src: url("../fonts/CenturyGothic/CenturyGothic.eot");
	src: url("../fonts/CenturyGothic/CenturyGothic.eot?#iefix") format("embedded-opentype"),
	url("../fonts/CenturyGothic/CenturyGothic.woff") format("woff"),
	url("../fonts/CenturyGothic/CenturyGothic.ttf") format("truetype"),
	url("../fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic") format("svg");
	font-weight: normal;
	font-style: normal;
}

h1{
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	transition: 0.3s;
}

h2{
	padding:10px 0;
	margin: 0;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	transition: 0.3s;
}

h3{
	text-align: center;
	font-size: 90%;
	transition: 0.3s;
}

h4{
	padding-top: 13px;
	text-align: left;
	font-size: 70%;
	transition: 0.3s;
}

a{
	cursor: pointer;
}

p, .row ul{
	font-size: 110%;
}

input, textarea{
	color: black;
}

input[type=radio]{
	height: 16px;
	width: 16px;
	margin-left: 5px;
	float: left;
}

label{
	font-size: 105%;
}

footer{
	width: 100%;
	background-color: rgba(8, 8, 8, 0.9);
	text-align: center;
	color: white;
	font-size: 120%;
	margin: 0;
	padding: 10px 0;
	box-shadow: 0 0 6px 2px black;
	position: relative;
	z-index: 1;
}

#filesizealert{
	display: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.validation{
	padding-top: 20px;
}

.border{
	border: 1px solid black;
}

.welcome{
	margin: 15px;
}

.radiolabel{
	font-weight: bold;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 2px;
	float: left;
}

.form-control{
	border: 2px solid black;
	height: 33px;
}

.apercu{
	margin-bottom: 10px;
}

#footer-sticker{
	background-color: #a39477;
	color: black;
}

.row{
	margin: 0;
}

.a41btn{
	height: 30px;
	font-size: 11px;
	padding: 6px 4px;
	margin-top: 10px;
}

.a41btn:active{
	box-shadow: 0 0 6px black inset;
}

.post-footer{
	background-color: rgba(34, 34, 34, 0.7);
	color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: right;
	font-size: 80%;
	padding: 10px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.sticker-post-footer{
	background-color: rgba(163, 148, 119, 0.7);
}

.navbar-inverse{
	box-shadow: 0 0 6px 2px black;
}

.navbar-stickers{
	background-image: linear-gradient(to bottom,#cbbc9f 0,#a39477 100%);
}

.theme-showcase{
	background-color: rgba(34, 34, 34, 0.7);
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.showcase-stickers{
	background-color: rgba(163, 148, 119, 0.7);
}

.navbar-header, .navbar-collapse{
	font-weight: bold;
}

.onglet{
	transition: 0.2s;
}

.onglet:hover{
	box-shadow: 0 0 6px 3px black inset;
	transition: 0.2s;
}

.logo{
	width: 100%;
	margin-top: 15px;
	background: url(../img/logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 215px;
	color: #2b2d50;
	text-shadow: 0 0 6px #2b2d50;
}

.frozenlogo{
	display: none;
	width: 100%;
}

#div1, #div2, #div3{
	display: none;
	font-size: 190%;
}

#div2{
	margin-left: 40%;
}

#div3{
	margin-left: 60%;
}

#nouveaute{
	background: linear-gradient(#490A00, #A41601);
	background-color: #a41601;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin-bottom: 10px;
	min-height: 80px;	
}

#nouveaute:hover{
	background: linear-gradient(#A41601, #A41601);
	text-shadow: 0 0 6px white;
}

#nouveaute:active{
	box-shadow: 0 0 6px 3px black inset;
}

#nouveaute img{
	margin: -2px 0 0 -2px;
	float: left;
}

.nouveaute-content{
	width: 369px;
	font-size: 130%;
	padding-top: 8px;
	text-align: center;
	margin-left: 75px;
}

.devanture{
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: rgba(8, 8, 8, 0.7);
	box-shadow: 0 0 6px 3px black;
	margin-bottom: 15px;
}

.stickerblock{
	color: black;
	background-image: linear-gradient(to bottom,#a19075 0, #b5a489 100%);
	margin: 10px 0;
	padding: 10px;
	box-shadow: 0 0 6px black;
}

.darkbutton{
	display: block;
	color: white;
	background: linear-gradient(#3c3c3c, #222222);
	background-color: #3c3c3c;
	font-size: 85%;
	text-decoration: none;
	padding: 10px;
	border: 2px outset white;
}

.border-radius-left{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.border-radius-right{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.altdarkbutton{
	padding: 6px;
	color: black;
	background: linear-gradient(#cbbc9f, #a39477);
	background-color: #3c3c3c;
	border: 1px solid black;
	font-size: 13px !important;
}

.darkbutton:hover{
	background: linear-gradient(#3c3c3c, #3c3c3c);
	text-decoration: none;
	text-shadow: 0 0 6px white;
	color: white;
}

.altdarkbutton:hover{
	background: linear-gradient(#cbbc9f, #cbbc9f);
	text-decoration: none;
	color: black;
}

.darkbutton:active, .altdarkbutton:active{
	box-shadow: 0 0 6px 2px black inset;
}

.imglarge{
	width: 100%;
}

.imgmedium{
	float: right;
	width: 50%;
	padding: 10px;
}

.imgsmall{
	float: right;
	width: 25%;
	padding: 10px;
}

.imgzoom:hover{
	transform: scale(1.3);
	transition: 0.5s;
}

.gmap{
	width: 100%;
	height: 450px;
}

.white{
	color: white;
	text-decoration: none;
}

.black{
	color: black;
	text-decoration: none;
}	

.white:hover{
	color: white;
	text-shadow: 0 0 6px white;
	text-decoration: none;
}

.black:hover{
	color: black !important;
	text-shadow: 0 0 6px black;
	text-decoration: none;
}

.white:visited{
	color: white;
	text-decoration: none;
}

.black:visited{
	color: black;
	text-decoration: none;
}

.blackbotborder{
	border-bottom: 1px solid black;
}

.whitebotborder{
	border-bottom: 1px solid white;
}

.grandecran{
	display: block;
}

.petitecran{
	display: none;
	text-align: center;
}

.center{
	text-align: center;
}

.dimension{
	width: 40% !important;
}

.largeur{
	float: right;
}

.x{
	text-align: center;
	display: inline-block;
	width: 20%;
	padding: 0;
	margin-left: -4px;	
}

.calcinput, .contactinput{
	padding-left: 5px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
}

.calcsubmit{
	margin-top: 24px;
}

.calcfields{
	border: 2px solid black;
}

.thinborder{
	border-right: 1px solid black;
}

.thinborder2{
	border-right: 1px solid black;
}

.readonly{
	border: none;
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 14px;
	font-size: 120%;
}

.radiocalc{
	font-size: 85%;
}

.erreur{
	color: red;
	font-weight: bold;
	padding-bottom: 10px;
}

.g-recaptcha{
	margin-bottom: 10px;
}

.alert{
	font-size: 120%;
}

.maxi{
	font-size: 11px;
}

.adminbtn{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.cliquezici{
	height: 35px;
}

.clear{
	clear: both;
}

#fermeture{
	font-size: 30px;
	background: linear-gradient(#490A00, #A41601);
	background-color: #a41601;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	text-align: center;
	text-shadow: 0 0 6px white;
}