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

Colonne = 75px*/

/* GENERAL */

html,
body,
div,
header,
.width-1120,
.width-section-1140,
footer,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

header, 
footer,
.btn-index{
    background-color: #a0a0a0;
}

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

.width-1120{
    width: 1120px;
    margin: auto;
    margin-top: -16px;
}

.width-section-1140{
    width: 1140px;
    padding-bottom: 20px;
    margin: auto;
}

nav ul li,
footer,
section{
    font-family: 'Lato', sans-serif;
}

h3{
    font-size: 30px;
    text-transform: uppercase;
}

.wrapper{
    display: flex;
}

.pt-20px{
    padding-top: 20px;
}

.mt-20px{
    margin-top: 20px;
}

.mb-20px{
    margin-bottom: 20px;
}

/* BOX TAILLE */

.box-size-img-index{
    width: 525px;
    height: 350px;
}

.box-size-img-3-12{
    width: 245px;
    height: 300px;
}

.box-size-img-yellow-standalone{
    margin-bottom: 20px;
}

.box-size-img-blue-standalone{
    width: 700px;
}

.box-size-img-red-standalone{
    width: 300px;
}

.box-size-img-green-standalone{
    width: 300px;
    height: 360px;
}

/*TEXTE */

.wrapper-bg-blue p,
.btn-blue{
    color:#fff;
}

.inlay{
    float:right;
    margin: 0 20px 20px 0;
}

/* LOGO */

h1, 
header h1 a{
    font-family: 'Great Vibes', cursive;
    font-weight: lighter;
    color: #fff;
    font-size: 65px;
    margin-bottom: -38px;
    margin-left: 2px;
    position: relative;
    z-index: 2;
}

header h2{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    z-index: 1;
    margin-bottom: -35px;
    
}

h2{
    text-transform: uppercase;
    font-size: 60px;
}

/* NAVIGATION */

nav{
    position: relative;
    top : -75px;
    left: 425px;
}

nav, div ul{
    list-style: none;
}

nav ul li{
    display: inline;
    padding-left: 30px;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

li.blue a:hover,
.more-info-blue,
.current-page-blue-color{
    color: #0ff;
}

li.red a:hover, 
.more-info-red,
.current-page-red-color{
    color: #ff0000;
}

li.green a:hover,
.more-info-green,
.current-page-green-color{
    color: #008000;
}

li.yellow a:hover,
.more-info-yellow,
.current-page-yellow-color{
    color: #ff0;
}
li.index a:hover,
li a.current-page-index-color{
    color: #fff;
}

/* BOUTONS */

.btn{
    display: block;
    height: 30px;
    width: 150px;
    line-height: 29px;
    text-align: center;
    margin-top: 5px;
}

a:hover.btn{
    color: #ffffff;
    font-size: 20px;
}

/* COLONNES */

.col{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
  
.last{
    margin-right: 0 !important;
}

.col-6-12{
    width: 550px;
}

.col-4-12{
	width: 360px;
}

.col-3-12{
    width: 265px;
}

.col-8-12{
    width: 740px;
}

.col-9-12{
    width: 835px;
}

.clear {
    clear: both;
}

/* TABLE */

table{
    margin-top: 13px;
    width: 100%;
    max-width: 340px;
    text-align: center;
    border-spacing: 0;
}

table,th,td{
    border: 1px solid #fff;
}

/* INFORMATIONS */

.more-info{
    text-decoration : underline;
}

div p a:hover {
    font-weight: bolder;
}

/* SECTION */

.center{
    text-align: center;
}

.bold{
    font-weight: bold;
}

/* BACKGROUND */

.bg-index{
    background-color: #c8c8c8;
}

.bg-red{
    background-color: #ea6b6b;
}

.wrapper-bg-red,
.btn-red{
    background-color: #833437;
}

.bg-blue{
    background-color: #6184d8;
}

.wrapper-bg-blue,
.btn-blue{
    background-color: #01295f;
}

.bg-yellow{
    background-color: #dcb975;
}

.wrapper-bg-yellow,
.btn-yellow{
    background-color: #d1a044;
}

.bg-green{
    background-color: #5eb570;
}

.wrapper-bg-green,
.btn-green{
    background-color: #53AA92;
}

/* FOOTER */

div ul li{
    margin-bottom: 4px;
}

.info-footer-block, footer div p a{
    display: block;
    margin-bottom: 4px;
}

.footer-table-bg-blue{
    background-color: #0ff;
}

.footer-table-bg-yellow{
    background-color: #ffff00;
}

.footer-table-bg-red{
    background: #ff0000;
}

.footer-table-bg-green{
    background: #008000;
}