@charset "utf-8";
/* CSS Document */

/*Table of contents
        
    01.  BODY
	02.	 PARAMETER
    03.  HOME - HEADER


*/

/* ===================================
    BODY
====================================== */

body {
	font-family: 'century gothic','CenturyGothic';
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	color:#626262;
	line-height:23px;
	letter-spacing: 0.02em;
	margin: 0;
	padding:0;
	background-color: #fff;
}

/* ===================================
    PARAMETER
====================================== */

/* 	TEXT */

h1 {
	font-size:40px;
	font-weight:bold;
	line-height: 50px;
	color: #fff;
}
h2 {
	font-size:20px;
	font-weight:bold;
	line-height: 40px;
	color: #000;
}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height: 40px;
	color: #000;
}

p {
	font-size: 14px;
	color: #000;
}
a {
	text-decoration: none;
	outline: none;
	color:#626262;
}
a:hover {
	color:#e0081d;
}

section {
	padding-top:100px;
	padding-bottom: 50px;
}

/* MARGIN */
.margin-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.margin-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.margin-top-25 {
	margin-top: 25px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin-top-150 {
	margin-top: 150px;
}
.margin-top-200 {
	margin-top: 200px;
}
.margin-top-250 {
	margin-top: 250px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-bottom-150 {
	margin-bottom: 150px;
}
.margin-bottom-200 {
	margin-bottom: 200px;
}
.margin-bottom-250 {
	margin-bottom: 250px;
}

/* 	BACKGROUND */
.bg-orange {
	background-color: #e0081d;
}
.bg-light-gray {
	background : #F3F3F3;
}
.bg-black {
	background : #000000;
}

/* 	COLOR TEXT */
.orante-text {
	color: #e0081d;
}
.white-text {
	color: #ffffff;
}

/* 	SEPARATOR LINE */
.separator-line {
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}
.separator-line-news {
	height: 2px;
	margin: 25px 0;
	width: 50px;
}
.separator-line-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ===================================
    HOME
====================================== */

#header {
	background:url("../images/fourelagadecmediterranee_header.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
#logo {
	width: 350px;
	text-align: center;
	margin: auto;
}

.title-header {
	margin-top: 140px;
	padding: 0;
	text-align: center;
}
h1 {
	margin-top:30px;
}

li {
	color:#000;
	list-style: disc;
	margin-bottom: 10px;
	
}

.btn-doc {
	border: 2px solid #e0081d;
	background-color: transparent;
	border-radius:0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:0.1em !important;
	color: #e0081d;
	width: 350px;
	padding: 15px 0;
}
.btn-doc:hover {
	background-color: #e0081d;
	color: #fff;
}

.btn-doc:focus,
.btn-doc:active,
.btn-doc:visited {
	text-decoration: none;
	outline: 0;
	box-shadow:none;
}

/* ===================================
    FOOTER
====================================== */

.copyright {
	font-size: 11px;
	color: #888;
}
.footer-logo {
	width: 100px;
	float: right;
}
.footer-logo img {
	width: 100px;
}
