/*
font-family: "Great Vibes", cursive;
font-family: "Oswald", sans-serif;
font-family: "Lato", sans-serif;
*/


/****************
    GENERAL
****************/

html,
body,
div,
header,
#global,
footer,
h1,
h2,
h3 {
    margin: 0;
	padding: 0;
}

#global {
	width: 1120px;
	margin: 0 auto;
}

a {
    text-decoration: none;
    color: #000000;
}

hr {
    color: #000000;
    margin: 20px 0;
}

.clear {
    clear: both;
}

.black {
    background-color: #000000;
    color: #F7DDD9;
}

.black a {
    color: #F7DDD9;
}

.blue {
    background-color: #4444e4;
}

.yellow {
    background-color: #ffd801;
}

.red {
    background-color: #d70808;
}

.green {
    background-color: #0abc0a;
}


/****************
    HEADER
****************/

header {
    position: relative;
    padding: 25px 10px;
}


/****************
    LOGO
****************/

h1::first-letter {
    text-transform: capitalize;
}

h1 a {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    line-height: 60px;
    letter-spacing: 3px;
}

h1 a span {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    letter-spacing: -1.5px;
}


/****************
    NAVIGATION
****************/

nav {
    text-transform: capitalize;
}

nav ul {
    list-style: none;
    position: absolute;
    top: 60px;
    right: 40px;
}

nav ul li {
    display: inline;
    margin-left: 60px;
}

nav ul li a {
    font-size: 25px;
    font-family: "Oswald", sans-serif;
}

nav ul li a:hover {
    text-decoration: underline;
}


/****************
    MAIN
****************/

h2::first-letter {
    text-transform: capitalize;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 20px;
}

h3::first-letter {
    text-transform: capitalize;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    margin: 0 0 20px 0;
    display: inline-block;
}

p {
    font-family: "Lato", sans-serif;
}


/****************
    COLONNES
****************/
/*
Largeur d'une colonne : 75px
Gouttière : 20px
*/

.col {
    float: left;
    margin: 0 20px 0 0;
}

.col_3_12 {
    width: 265px;
}

.col_4_12 {
    width: 360px;
}

.col_5_12 {
    width: 455px;
}

.col_6_12 {
    width: 550px;
}

.col_7_12 {
    width: 645px;
}

.col_8_12 {
    width: 740px;
}

.col_9_12 {
    width: 835px;
}

.col_12_12 {
    width: 1120px;
}

.last {
    margin: 0;
}

/****************
    TABLEAU
****************/

table {
    border-collapse: collapse;
}

td {
    text-align: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    width: 167px;
    height: 70px;
}

/****************
    FOOTER
****************/

footer {
    height: 80px;
    position: relative;
    margin-top: 20px;
	padding:20px 0;
}

footer p {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}