/*

Element de base

*/
body {
	background-color: #121212;
	font-family: 'Roboto';
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}
@media (max-width: 768px) { /*ancien 450px*/
	body {
		background-color: #121212;
		font-family: 'Roboto';
		font-size: 12px;
		text-align: center;
		color: #FFFFFF;
	}
}
a {
	text-decoration: none;
	color: #597493;
}
h2 {
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 0.9rem;
}
p {
	font-size: 0.9rem;
}
hr {
	width: 70%;
	margin-top: 40px;
	margin-bottom: 50px;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

.btn-success:hover {
	background-color: #465C75;
	border-color:  #465C75;
}
.btn-success {
    background-color: #597493;
	border-color:  #597493;
}
.btn-success:active{
	background-color: #465C75 !important;
	border-color:  #465C75 !important;
}
.btn-success:focus {
	background-color: #465C75 !important;
	border-color:  #465C75 !important;

	box-shadow: 0 0 0 0.2rem #597493 !important;
}
.btn-success:active:focus {
	background-color: #465C75 !important;
	border-color:  #465C75 !important;

	box-shadow: 0 0 0 0.2rem #597493 !important;
}


/*

Element recurent

*/
.txtParagraphe {
	width: 90%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.breadcrumb-item.active {
	color: #FFFFFF;
}
.breadcrumb-item {
	font-size: 0.8rem;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #FFFFFF;
}




/*

Template

*/
.navbar {
	/*background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 100%);*/
	background-color: #FFFFFF;
}
.menueLigne {
	float: right;
}
#logo {
	height: 3rem;
}
.Panier {
	background-color: transparent;
	margin-right: 5px;
}
#logoPanier {
	height: 2rem;
}
#pied {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
#pied img {
	height: 2.5rem;
}
#imgmilieu {
	margin-left: 10vw;
	margin-right: 10vw;
}
#pied a{
	text-decoration: none;
}
#imgentete {
	position: static;
	width: 100%;
	z-index: 2;
	top: 0px;
}
/*
Element panier déroulant
*/
.panierList {
	width: 600px;
	right: 0;
    left: auto;
}
@media (max-width: 768px) {
	.panierList {
		width: 300px;
		left: 0;
		right: auto;
		
	}
}
.uneLignePanier{
	text-align: center;
}
#titrePanier {
	padding-top: 4px;
	padding-left: 4px;
}

.panierLine {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.imgPanier {
	height: 40px;
}
.ValidPanier {
	float: right;
	margin-right: 8px;
	padding-right: 8%;
	padding-left: 8%;
}



/*

Galerie

*/
.menuhaut {
	margin-bottom: 5%;
}
.filter {
	margin-right: 1%;
	margin-left: 1%;
}
.gallery {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-width: 25%;
-moz-column-width: 25%;
column-width: 25%; 
width: 95%;

justify-content: center;
margin-right: auto;
margin-left: auto;
}
.gallery img:hover {
	cursor: pointer;
}
@media (max-width: 768px) {
	.gallery {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 50%;
	-moz-column-width: 50%;
	column-width: 50%;
	width: 95%;
	
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	}
}
/* Modal */
.imgModal {
	justify-content: center;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-width: 95%;
	max-height: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.modalBgImg {
	background-color: #212529;
	width: 100%;
	height: 100%;
	float: left;
	padding-right: 0px !important;
}
.mdClose {
	width: auto;
	padding-right: 8%;
	padding-left: 8%;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}




/*

Prestations

*/
.lignePhoto {
	width: 98%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.lignePhotoBoutique img {
	width: 100%;
}
.prixPoster {
	width: 95%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	background-color: Gray;
}


/*

Boutique

*/
.divBoutique {
	height: auto;
	margin-bottom: 16%;
}
.BoutiquePoster {
	width: 98%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.photoABoutique {
	width: 100%;
}
.titreBoutique{
	margin-top: -60%;
	margin-bottom: 30px;
	z-index: 5;
	letter-spacing: 1.6vw;
	color: white;
	text-shadow: 2px 2px 5px black;

	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	
	font-size: 1.5rem;
}
.titreBoutique:hover{
	cursor: pointer;
}




/*

Poster

*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}
.carteBoutique:hover .overlay {
  opacity: 1;
}


/*

Item Poster

*/
.photoseul {
	width: 95%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.ajouterpanier {
	width: 98%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.itemSelector {
	margin-top: 9%;
}
.soustitresame {
	margin-top: 4%;
}
#mockup {
	margin-bottom:-10px;
}
.txtmu {
	width: 25%;
	font-size: 0.6rem;
}
#priceChoice1 {
	width: 80%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#priceChoice2 {
	width: 90%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#buttonPanier {
	width: 75%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
#mockupimgbois {
	border: double orange 2em;
	border-image-source : url("../image/32_bois.png");
	border-image-slice: 333 340 325 341;
	border-image-repeat: stretch ;
}
#mockupimgnoir {
	border: double orange 2em;
	border-image-source : url("../image/32_noir.png");
	border-image-slice: 333 340 325 341;
	border-image-repeat: stretch ;
}
.cadremu {
	width: 49%;
}




/*

Panier

*/
.tbPanier {
	width: 90%;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.btnCheckout {
	width: 100%;
	height: 8%;
}
#checkLogin {
	width: 25%;
	float: right;
	margin-right: 5%;
}
.btnqt {
	
}