@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
html{font-size:13px;}
body {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}
h1, h2, h3, h4, h5, h6, figure {
  color: #FFFFFF;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: 400;
  margin: 0 0 0 0;
}

h1, h2, h4{
  color: #FFFFFF;
  }
h3, h5, h6{
  color: #000;
  }
a {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #eae0d9;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}
.banner_index{
	background-image:url(images/COUVERTURE/GRANDEPHOTOACCUEIL.JPG);
	background-size: contain;
	background-position:center;
	background-repeat: no-repeat;
	display:flex;
	align-items:center;
	min-height:500px;
	padding: 150px 0px 300px 0;
}
@media (min-width: 768px) {
  .banner_index{
	background-position:bottom center;
	height: 800px;
	background-size: cover;
	padding: 150px 0px 480px 0;
  }
}
.banner_contact{
	background-image:url(images/COUVERTURE/GRANDEPHOTOACCUEIL.JPG);
	height: 800px;
	background-size: cover;
	background-position:bottom center;
	background-repeat: no-repeat;
	display:flex;
	align-items:center;
}
.banner_poterie{
	background-image:url(images/COUVERTURE/GRANDEPHOTOACCUEIL.JPG);
	height: 432px;
	background-size: cover;
	background-position:top center;
	background-repeat: no-repeat;
	display:flex;
	align-items:center;
	padding: 0px 0px 200px 0;
}
.banner_atelier{
	background-image:url(images/COUVERTURE/GRANDEPHOTOACCUEIL.JPG);
	height: 432px;
	background-size: cover;
	background-position:top center;
	background-repeat: no-repeat;
	display:flex;
	align-items:center;
	padding: 0px 200px 0px 0;
}
.banner_scu{
	background-image:url(images/COUVERTURE/GRANDEPHOTOACCUEIL.JPG);
	height: 432px;
	background-size: cover;
	background-position:top center;
	background-repeat: no-repeat;
	display:flex;
	align-items:center;
	padding: 0px 0px 250px 0;
}
@media (min-width: 768px) {
  .banner_scu{
	background-position:bottom center;
	height: 800px;
	background-size: cover;
	padding: 0px 0px 650px 0;
  }
}
/* en tete */
#logo{
	height:60px;
}
@media (min-width: 768px){
	#logo{
		height:100px;
	}
}
.menu{
	display:flex; min-height:100px; 
	align-items:center; 
	margin-bottom:10px;
}
.menu ul li{
	display: inline;
}
.menu a {
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  font-size:12px;
}
@media (min-width: 768px){
	.menu a {
	  font-size:16px;
	}
}
.menu .shopping-cart{
  float: left;
}
.menu a.cart {
  color: black;
}
.menu li a.cart span {
  position: relative;
}
.menu li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #eae0d9;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* pied de page */
#logo_txt{
	width:150px;
}
@media (min-width: 768px){
	#logo_txt{
		width:200px;
	}
}

.no-social-icons {
  margin: 0;
  padding: 0;
}
.no-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.no-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #828282;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.no-social-icons li a i {
  font-size: 20px;
}
/* produits */
.prod{
	  margin-bottom: 40px;
}
.prod .prod-grid {
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	  height: 250px;
	  margin-bottom: 20px;
	  -webkit-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
}
.prod .prod-grid .inner {
	  display: table;
	  height: 250px;
	  width: 100%;
	  opacity: 0;
	  background: rgba(0, 0, 0, 0.3);
	  -webkit-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
}
.prod .prod-grid .inner p {
	  display: table-cell;
	  vertical-align: middle;
}
.prod .prod-grid .inner p .icon {
	  padding: 7px 10px;
	  color: #fff;
	  background: #eae0d9;
}
.prod .prod-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
	  color: #eae0d9;
	  background: #fff;
}
.prod .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}
.prod .desc h3 a {
  color: #000;
}
.prod .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #828282;
}
.prod:hover .prod-grid, .prod:focus .prod-grid {
	  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
	  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
	  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
	  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
	  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.prod:hover .inner, .prod:focus .inner {
	opacity: 1;
}
.prod:hover .desc h3 a, .prod:focus .desc h3 a {
	color: #828282;
}

/* old */
::-webkit-selection {
  color: #fff;
  background: #eae0d9;
}

::-moz-selection {
  color: #fff;
  background: #eae0d9;
}

::selection {
  color: #fff;
  background: #eae0d9;
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}


.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #eae0d9;
  color: #fff;
  border: 2px solid #eae0d9;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #eae0d9 !important;
  border-color: #eae0d9 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #828282;
  border: 2px solid #828282;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #eae0d9;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #eae0d9;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
