.title-page  h1{
	font-family: 'Clarendon', sans-cherif;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: lighter;
}
.title-page h2{
	font-family: 'Clarendon', sans-cherif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: lighter;
}

.intro_title{
	width:100%;
	height: auto;
	line-height: 30px;
	padding-left: 10px;
}

.description-row{
	margin-bottom: 60px;
	margin-top: 60px;
}

.description-row p{
	font-family: 'Clarendon', sans-cherif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	vertical-align: middle;
}

.description-row img{
	display: block;
	width:100%;
	max-width: 300px;
	margin: auto;
}

.description-row div.txt span{
	font-weight: bold;
}

.description-row div.txt a{
	font-size: 14px;
	font-family: 'Clarendon', sans-cherif;
	cursor: pointer;
	color:#000;
	font-weight: bold;
}

.inter-titre{
	width:100%;
	height:700px;
	position:relative;
	overflow: visible;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.inter-titre span{
	position: absolute;
    display: block;
    width: 800px;
    max-width: 50%;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 30px 50px 20px 50px;
    font-size: 20px;
    font-family: "Clarendon";
    text-transform: uppercase;
    letter-spacing: 4px;
  
}

section.formulaire{
	margin-bottom: 80px;
	padding-bottom: 50px;
}

/******************************************************
					FORM
*******************************************************/
.form_layout{
	position: relative;
	padding: 20px;
	margin: 50px 0 50px 0;
}

.form_layout p#infos{
	font-family: 'Clarendon';
	font-size: 12px;
}

#sub_form{
	max-height: 0;
	transition: max-height 0.5s ease-out;
	overflow: hidden;
}

#sub_form input{
	width:99%;
}

div#infos{
	max-width: 720px;
	font-family: 'Clarendon', sans-cherif;
	font-size: 14px;
	clear: left;
}

div#infos p#title{
	font-weight:bold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.col_form img{
	max-width:100%; 
	max-height:auto;
	margin:auto;
	display:block;
	float:none;
}

div.col_form{
	width: 100%;
	padding:0;
	float: left;
}

div.col_right{
	float: right;
}

div.col_left,
div.col_left img{
	float:left;
}

div.col_left img{
	display: block;
	margin-bottom: 30px;
}

input,
select{
	display: block;
	margin: 10px 0 10px 0;
	outline: none;
	width:100%;
	font-family: 'Clarendon';
	font-size: 14px;
	height: 24px;
}

input.float_right{
	float:right;
	width: 48%;
}

input.float_left{
	float:left;
	width: 48%;
}

input[type=submit]{
	float: right;	
	width:189px;
	height: 50px;
	font-size: 16px;
	border:none;
	background-color:#eee; 
	cursor: pointer;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}

input[type=submit]:hover{
	-webkit-box-shadow: 0px 0px 15px 3px rgba(187,187,187,1);
	-moz-box-shadow: 0px 0px 15px 3px rgba(187,187,187,1);
	box-shadow: 0px 0px 15px 3px rgba(187,187,187,1);
	-webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

[type=radio]{
	margin: 15px 5px 15px 0;
}

[type="radio"]:not(:checked),
[type="radio"]:checked{
	display: none;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label{
	cursor:pointer;
	font-family: 'Clarendon', sans-cherif;
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
}

[type="radio"]:not(:checked) + label:hover,
[type="radio"]:checked + label:hover {
	font-weight:bold;
}

[type="radio"]:checked + label {
	font-weight:bold;
}

div.label_radiobutton{
	vertical-align: middle;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    margin: 10px 0 10px 0;
    text-decoration: underline;
}

table{
	font-family: 'Clarendon', sans-cherif;
	font-size: 14px;
	border:1px solid #bbb;
	padding: 20px 5px 20px 5px;
}

tr{
	height: 30px;
}

td{
	width:50%;
}

td.price{
	float: right;
	text-align: right;
	vertical-align: bottom;
}

footer{
	background-color: #f1f1f1;
	line-height: 8px;
	padding: 20px 0px 20px 0px;
}

footer p{
	font-size: 13px;
	font-family: 'Clarendon', sans-cherif;
}

footer a{
	font-size: 13px;
	font-family: 'Clarendon', sans-cherif;
	cursor: pointer;
	color:#000;
}

div.col_footer{
	display: block;
	width: 100%;
}

div.col_footer.col_right{
	display: block;
	float: left;
	text-align: left;
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 959.9999px) { 
	.description-row{
		margin: 30px 0px 30px 0px;
	}

	.col-img-book{
		margin-bottom: 40px;
		margin-top: 40px;
	}

}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 767.9999px) { 
	.title-page h1{
		font-size: 26px;
	}
	.title-page h2{
		font-size: 14px;
	}

}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 34em) { 
	div.col_footer{
		display: block;
		width: 50%;

	}

	div.col_footer.col_right{
		text-align: right;
	}
}

/* Small devices (portrait phones, 540px and down) */
@media (max-width: 34em) { 

	h1,section.inter-titre span{
		font-size: 16px;
		letter-spacing: 2px;
	}
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 48em) {
	div.col_form{
		width:100%;
	}	

	.col_section{
		width:100%;
	}

	table{
		width:100%;
	}

	section.description{
		padding:20px;
	}

	section.description img{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 48em) {
	div.col_form{
		width:48%;
	}

	.form_layout{
		padding: 20px;
	}
}

/* Large devices (desktops, 1088px and up) */
@media (min-width: 68em) {
	.form_layout{
		padding: 80px;
	}
}