@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Arvo);
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0; }

html {
  background-color: #fdfcfb; }

body {
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 50px auto 20px auto;}

ul {
  list-style: none; }

a {
  color: #e94439;
  text-decoration: none; }
  a:hover {
    color: #ee6f67;
    text-decoration: underline; }

h3 {
	font-family: Arvo, Arial, sans-serif;
	font-size: 18px;
	/*line-height: 75px*/;
	font-weight: 300;
	color: #e94439;
	text-transform: lowercase;
	text-align: right;
	padding-right: 5%;
	padding-bottom: 40px;
}

h2,p {
	font-family: Arvo, Arial, sans-serif;
	font-size: 18px;
	/* [disabled]line-height: 25px; */
	font-weight: 500;
	/*text-transform: uppercase;*/
	color: #666;
	letter-spacing: 1px;
	/* [disabled]text-decoration: underline; */
	text-align: center;
	padding-top: 30px;
}

h1 {
	font-family: Arvo, Arial, sans-serif;
	font-size: 60px;
	line-height: 75px;
	font-weight: 800;
	color: #e94439;
	text-transform: lowercase;
	text-align: center;
}

span {
	font-family: Arvo, Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #e94439;
	text-transform: none;
	text-align: center
}

::-webkit-input-placeholder {
  color: gray; }

::-moz-placeholder {
  color: gray; }

:-ms-input-placeholder {
  color: gray; }

input:-moz-placeholder {
  color: gray; }

/* @end */
/* @group Overlay */
.layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: block;
  background: white;
  background: rgba(255, 255, 255, 0.7); }

html,
body {
  width: 100%;
  height: 100%;
}

img {
  border: 0;
}
#web ul {
	text-align: right;
	font-family: Arvo, Arial, sans-serif;
	font-size: 25px;
	/* [disabled]line-height: 25px; */
	font-weight: 500;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	text-decoration: underline;
	padding-right: 100px;
	padding-bottom: 50px;

}
#web ul li a {
	text-decoration: underline;
}



#least {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
  text-align: center;
}
#least .least-preview {
  zbackground-color: whitesmoke;
  border-bottom: 2px solid;
  border-color: #f1f0f0;
  margin-bottom: 30px;
  display: none;
*/}

#least .least-preview article strong {
  font-weight: 800;zz
}
#least .least-gallery {
  font-size: 0;
}
#least .least-gallery li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 10px 0;
  /* @end */
}
#least .least-gallery li a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 200px;
  height: 150px;
*/  outline-color: white;
}
#least .least-gallery li a img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#least .least-gallery li a.active {
  outline: 2px solid;
  outline-color: #666666;
}
#least .least-gallery li a.load:after {
	content: url("../img/loading.svg");
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	z-index: 2;
	overflow: hidden;
	margin: -20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	text-shadow: 1px 1px 1px #666666;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
}
#least .least-gallery li a:hover {
	outline: 2px solid;
	outline-color: #FF0000;
}
#least .least-gallery li a:hover:before {
	content: attr(data-subtitle);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	letter-spacing: 1px;
	color: white;
	text-shadow: 1px 1px 1px #666666;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	line-height: 200px;
	font-weight: 200;
	width: 200px;
	height: 150px;
	background: black;
	background: rgba(0, 0, 0, 0.5);
}
#least .least-gallery li a:hover:after {
	content: attr(title);
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	z-index: 2;
	overflow: hidden;
	margin: -30px 0 0 0;
	border-bottom: 2px solid;
	border-color: white;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666666;
	letter-spacing: 1px;
	color: white;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

#least #least2 .trois a:hover:after {
	top: 40%;
}
#least #least2 .quatre a:hover:after {
	top: 25%;
}
