
/* ---------- css de base ------------- */


body {
	padding: 60px 0 15px 0;
}

img {
	width: 100%;
}


.col-sm-10 {
	padding: 0;
}

.top {
	position: fixed;
	top: 0px;
	left:0;
	right:0;
	padding: 0;
	width: 100%;
	height: 0px;
	z-index: 1030;
	background-color: #fff;
}


.page-header {
	text-transform: uppercase;
	margin: 5px 0px;
	padding: 0px 15px;
	background-color: #f9f9f9;
 	border: 1px solid #aaa;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .33);
	z-index: 1030;
}

.page-header > h1 {
	display:block;
position: relative;
	margin: 10px 0px;
	color: #bbb;
}

.navbar {
	margin-top: 5px;
	margin-bottom: 15px;
 	border: 1px solid #aaa;
	box-shadow:  0px 8px 12px rgba(0, 0, 0, 0.33);
}

.navbar-header {
text-transform: uppercase;
}

button.btn {
		position: absolute;
		right: 20px;
}

span.visible-xs {
	font-size: 1.2em;
	color: #a11;
	text-shadow: 1.4px 1.2px .5px rgba(0, 0, 0, 0.33); 
}

ul.dropdown-menu > li ul.dropdown-menu > li > a:hover {
	margin-left: -7px;
}

i {
	margin-left: 10px;
	font-style: normal;
}

a > em {
	margin-left: 15px;
	font-style: normal;
}

.modal-content {
  background-color: #eee;
	border: 1px solid rgba(0, 0, 0, .5);
}
.modal-header {
  background-color: #ff6600;
	color:#f9f9f9;
  border-radius: 6px 6px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.modal-header > h3 {
	margin: 5px 0;
	padding-left: 20%;
}

.modal-body {
	padding-top: 0;
}

legend {
	position: absolute;
	margin-top: -50px;
	left: 0;
	right: 0;
  background-color: #fff;
	padding: 7.5px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

fieldset {
	margin-top:50px;
}

.col-sm-7 {
	position: relative;
	margin-bottom: 30px;
}

#singlebutton {
	position: absolute;
	right: 15px;
	bottom: -25px;
}

.corps {
	position: relative;
	top: 0px;
	left:0;
	right:0;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	z-index: 500;
	background-color: #fff;
}

.col-sm-12 {
	padding: 0;
}
#myFrame {
display: none;
}

#deco-modal > span {
	position: relative;
	top: 60px;
	left: -35px;
	font-family: 'times', serif;
	font-size: 8em;
	margin-bottom: 60px;
	font-style: italic;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.33);
 }


footer.row > div:nth-child(1){
 	border: 1px solid #aaa;
	margin-top: 15px;
	background-color: #f9f9f9;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .33);
 	border-radius: 0px;
	line-height: 30px;
}

.btn-custom { 
	position: absolute;
	bottom: 15px;
 	right: 15px;
	background-color: hsl(0, 69%, 22%) !important; 
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111)); 
	background-image: -moz-linear-gradient(top, #b42121, #5e1111); 
	background-image: -ms-linear-gradient(top, #b42121, #5e1111); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111)); 
	background-image: -webkit-linear-gradient(top, #b42121, #5e1111); 
	background-image: -o-linear-gradient(top, #b42121, #5e1111); 
	background-image: linear-gradient(#b42121, #5e1111); 
	border-color: #5e1111 #5e1111 hsl(0, 69%, 17%); 
	color: #fff !important; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.33); 
	-webkit-font-smoothing: antialiased; 
z-index: 500;
}

body > a:nth-child(5) > img:nth-child(3) {
position: absolute;
top: 15px;
left:5px;
width:5%;
z-index: 0;
}

/* Styles pour les écrans moyens et grands */

@media (min-width: 768px) {

	body {
		padding-top: 140px;
	}

	.navbar {
		margin-top: 0;
		box-shadow:  0px 6px 8px rgba(0, 0, 0, 0.33);
	}

	.navbar-header {
		text-transform: none;
	}

	span.hidden-xs {
		font-family: 'times', serif;
		text-align: center;
		font-size: 2.7em;
		font-style: italic;
		color: #a11;
		text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.33); 
	}

	a > em {
		margin-left: 10px;
		font-style: normal;
	}

	.corps {
		margin-left:-15px;
		margin-right:-15px;
	}

	.col-sm-7 {
		position: absolute;
		right:15px;
		width: 65%;
	}

}

