.home{
	display:block;
	height:40px;/*35px+5px*/
	width:150px;/*135px+15px */
	background: url("../../images/logo-inline.png") no-repeat 15px 5px;
}

.home:hover{
	background-position: 15px -40px;
}

.home a{
	text-indent:-5000px;
}

.hero h1{
	font-family: 'Fredoka One', cursive;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 1% 5% 1% 1%;
	font-size: 55px;
}
.hero .special{
	display: block;
	float: right;
	margin: -90px 0 0 0;
	width: 20%;
	color: red;
	background-color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size:210%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 5px solid red;
	transform: rotate(-5deg);
}

.big{
	font-size: 180%;
}

#visuel-principal{
	background: url(../../images/back2.jpg) no-repeat fixed top;
	height: 440px;
}

#formag{
	background-color: rgba(229, 229, 229, 0.5);
}
.titreform{
	background-color: #1c3436;
	font-size: 30px;
	color:#fff;
	font-weight: bold;
	height: 55px;
	text-align: center;
	padding: 10px 0 0 0;

}

#cata {
	display:block;
	background: url(../../images/couv-cata-logo.jpg) no-repeat 0 0;
	text-indent: -1000px;
	width:488px;
	height:405px;
}

.typorouge{
	color:#ff0000;
	font-size:20px;
	font-weight: bold;
}

.typogras{
	font-weight: bold;
	font-size: 20px;
}

.typoregular{
	font-size: 20px;
	list-style-type: square;
}
.typoinfo{
	font-size: 14px !important;
	font-weight: normal !important;
	text-align: justify;
	font-style: italic;
}

.typocapital{
	text-transform: uppercase;
}

.typoformrouge{
	color:#ff0000;
}

.typocontact{
	list-style-type: none;
	font-size: 18px;
	padding:0;
}

#tableinput input{
	margin: 4px 0 !important;
}

form{
	margin-top:20px;
}

.typograsorange{
	color: #f1562d;
	font-weight: bold;
	font-size: 20px;
}


.typograsnoir{
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}
.btn-success{
	display: block;
	margin: 15px auto;
	width:80%;
}

/* Footer */
footer{
	background-color: #f8f8f8;
    border-color: #e7e7e7;
    margin-bottom: 0; 
}
.footer{
	list-style: none;
	text-align: center;
	margin-bottom: 0;
}

.footer li{
	display:inline-block;
	margin:20px auto;
	padding: 0 10px;
}
/* Fin footer */
