@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Montserrat";
	color: #a59484;
	background-color: #f4ede5;
}

{
	outline: 1px solid rgba(0,255,0,0.25);
}

h1{
	font-weight: 600;
	text-transform: uppercase;
}

h2{
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
}

h3{
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

a{
	color: #a59484;
	text-decoration: underline;
}

a:hover{
	color: #b0c2d8;
}

.w200{
	font-weight: 200;
}

.w300{
	font-weight: 300;
}

.w400{
	font-weight: 400;
}

.w500{
	font-weight: 500;
}

.w700{
	font-weight: 700;
}

.no-mp{
	margin: 0px;
	padding: 0PX;
}

.m20{
	margin: 20px;
}

.p20{
	padding: 20px;
}

.mt20{
	margin-top: 20px;
}

.mb20{
	margin-bottom: 20px;
}

.ml20{
	margin-left: 20px;
}

.header {
	background-color: #f4ede5;
}

.navbar-brand{
	display:block;
	margin:auto;
	width:30%;
	min-width: 250px;
	margin-top: 20px;
}

.navbar-nav{
	margin: auto;
}

.navbar {
	background-color: #f4ede5;
	border-bottom: 2px solid #a59484;
}

.btn {
	color: #a59484;
	text-transform: uppercase;
	background-color: #f4ede5;
	border-radius: 2rem;
	font-size: 0.8rem;
}

.btn:hover {
	color: #a59484;
	border: 1px solid #a59484 !important;
}

.clicable {
	color: #a59484;
	border: 1px solid #a59484 !important;
}

.clicable:hover {
	color: #f4ede5;
	background-color: #a59484;
}

.clicable-stock{
	color: #a57483;
	background-color: #f9acc0;
	border: 1px solid #a57483 !important;
}

.clicable-stock:hover {
	color: #f4ede5;
	border: 1px solid #9ca885 !important;
}

.clicable-nouveau{
	color: #9ca885;
	background-color: #cadcac;
	border: 1px solid #9ca885 !important;
}

.clicable-nouveau:hover {
	color: #f4ede5;
	border: 1px solid #9ca885 !important;
}

.active {
	color: #f4ede5;
	background-color: #a59484;
}

.mt-20{
	margin: 20px;
}

a.nav-link .btn.active {
	color: #f4ede5;
	background-color: #a59484 !important;
}

.navbar .navbar-toggler {
	border-color: #a59484;
}

.navbar_toggler_icon_brun {
	width: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

img.panier_icon {
	height: 1em;
	vertical-align: baseline;
}

img.paperplane_icon {
	height: 1.1em;
	vertical-align: text-bottom;
}

.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.foodtruck-image{
	height: 200px;
	min-width: 300px;
}

.lettre-image{
	height: 200px;
	min-width: 300px;
}

.day-stack{
	max-width: 400px;
}
.box{
	border: 1px solid #a59484;
	border-radius: 0.8rem;
}

footer{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f4ede5;
	border-top: 2px solid #a59484;
}

.logo_le_pastelier_footer{
	margin-top: 30px;
	max-width: 250px;
}

.contact{
	justify-content: center;
}

/* N'EST PAS PRIS EN COMPTE POURQUOI ? */
.ft-above{
	width: 50px !important;
	outline: 2px solid orange;
}

.description-form{
	height: 100px;
}
.rainBro{
	background-image: url("images/tranche-aec.svg");
	background-repeat: repeat-y;
	background-position: center;
}

.image_produit{
	max-width: 300px;
}

.image_produit_panier{
	max-width: 200px;
}

hr{
	border: 1px dotted #a59484;
}

@media  (max-width: 575px) {
	.produit{
		text-align: center;
		display: block;
	}

	.produit .row, .produit .form-row{
		display: block
	}
}

.underline{
	text-decoration: underline;
}

.border-pink{
	border: 1px solid #f9acc0;
	padding: 10px;
}
