@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: AmerikaSans;
    src: url(../font/AMERSN__.ttf);
}

@font-face {
    font-family: JosefinSans;
    src: url(../font/JosefinSans-Regular.ttf);
}

@font-face {
    font-family: Ruluko;
    src: url(../font/Ruluko-Regular.ttf);
}

#clearer{
	clear: both;
}

a, a:visited {
	color: #f6eacd;
}

strong {
	font-weight: normal;
	/*color: #FFFFD2;*/
}

body {
	font-size:16px;
	margin:0 !important;
	font-family: Ruluko;
	/*font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";*/
	color: #efefef;
}

#main-column {
	position:relative;
	background: url("../img/maincolumnbg.png") top center no-repeat, linear-gradient(#605446, #72685F);
	/*background-color: #645747;*/
}

#main-column img {
	padding-bottom: 0;
	margin-bottom: 0;
}

#titre3 {
	font-family: AmerikaSans;
	font-size:18px;
	text-shadow: 2px 2px 0px #524432;
}

/* INDEX */
#trombinoscope {
	margin:0;
	text-align: center; /*handles the horizontal centering*/
	margin-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
}

#trombinoscope img {
	width: 20%;
	-moz-border-radius:10%; -webkit-border-radius:10%; border-radius:10%;
	margin-left: 2%;
	margin-right: 2%;
	box-shadow: 4px 4px 12px #5d5146;
}

#trombinoscope table {
	width: 74%;
	margin-left: 13%;
	margin-right: 13%;
}

#trombinoscope th {
	width: 33%;
	text-align: center;
}

#indexsplit {
	width: 100%;
}

#indexsplitleft img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 4px 4px 12px #5d5146;
	/*margin-top: 10px;*/
}
#indexfull {
	width: 100%;
	margin-bottom: 25px;
}
#indexfull img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 4px 4px 12px #5d5146;
}

#img-signature {
	right: 60px;
	bottom: 20px;
	position: absolute;
}

/* CONTACT */
form input {
outline: none;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

form textarea {
outline: none;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
	/*border: 1px solid #F0D0A9;*/
    /*box-shadow: 0 1px 1px #F0D0A9 inset, 0 0 8px #F0D0A9;*/
	/*border: 1px solid #413a32;
    background-color: #fff;*/
}

/* GALLERY */
#galleryseparator {
	height: 1px;
	width: 100%;
	background: url(../img/separator.jpg);
}

/* ATELIER */
.content-full {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*margin-top: -20px;*/
	padding-bottom: 20px;
}

.content-full img {	
	display: block;
	box-shadow: 4px 4px 12px #5d5146;
}

.fullimg {
	width:100%;
}

.demiimg {
	width:50%;
	float:left;
}

.imgbordertop {
	border-radius: 15px 15px 0 0;
}

.imgbordertopleft {
	border-radius: 15px 0 0 0;
}

.imgbordertopright {
	border-radius: 0 15px 0 0;
}

.imgborderbottom {
	border-radius: 0 0 15px 15px;
}

/* SLIDESHOW LIST */
#slideshowslist {
	width: 85%;
	text-align: center;
	margin: 0px auto;
	/*position: relative;*/
}

#slideshowslistimg{
	position: relative;
	float: left;
	width: 29%;
	margin: 0 2% 20px 2%;
	padding: 0;
	
}

#slideshowslist img {
	width: 100%;
	padding: 0;
	border-radius: 10px;
	border: 1px solid #7b7065;
	-webkit-filter: sepia(70%);
	display: block;
}

#slideshowslist img.active {
	border: 1px solid #F0D7AA;
	-webkit-filter: sepia(0%);
	/*box-shadow: 5px 5px 5px #524432;*/
	display: block;
}

h4 { 
   position: absolute; 
   bottom: -5px; 
   left: 0; 
   width: 100%; 
}

h4 span { 
   color: white;
	font-size: 14px;
   font-weight: normal;
   /*font: 15px/35px Helvetica, Sans-Serif; */
   /*letter-spacing: -1px;*/
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.6);
   padding: 5px; 
	border-radius: 5px;
}

/* FOOTER */

#footerlimit{
	width: 100%;
	height: 1px;
	background: -webkit-radial-gradient(circle, #EECEA7 50%, #645747 100%);
	background: -ms-radial-gradient(circle, #EECEA7 50%, #645747 100%);
	display: flex;
}