/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*@charset "UTF-8";*/
/* CSS Document */

.clearfix {
	clear: both;
}

body {
	font-family: 'Poppins', sans-serif;
}

.main {
    width: 100%;
}

.top {
    width: 80%;
    margin: auto;
}

.logo {
    width: 20%;
    float: left;
}

nav {
    width: 38%;
    float: left;
	padding-top: 75px;
}

a#logo img {
    width: 50%;
}

nav li {
    list-style: none;
    display: inline-block;
	padding-right: 20px;
}

nav li a {
    text-decoration: none;
	font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
	color: #3b120c;
}

.texte_header {
    width: 40%;
    float: right;
    padding-top: 41px;
}

.texte_header p {
    text-align: right;
	line-height: 25px;
	color: #3b120c;
}

span.baseline1, span.baseline3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

span.baseline2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.visuel {
    height: 300px;
    overflow: hidden;
	margin-bottom: 50px;
}

.visuel img {
    width: 100%;
    position: relative;
    top: -185px;
}

.caption {
    position: absolute;
    width: 80%;
    margin: auto;
    text-align: center;
    top: 280px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
	font-weight: 600;
    letter-spacing: 2px;
}

.container {
    width: 80%;
    margin: auto;
}

.col3 {
    padding: 10px;
}

.col3.left, .col3.right {
    width: 22%;
	float: left;
}

.col3.center {
    width: 60%;
    float: left;
}

.container .col3.center {
    padding-left: 50px;
}

.col3.center .content li {
    list-style-type: disc;
    font-size: 14px;
	padding-bottom: 10px;
}

.content ul {
    margin-left: 47px;
}

.content .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content p {
    line-height: 20px;
}

.col3.left p {
    font-size: 12px;
    text-align: right;
	line-height: 17px;
}

.col3.right .logo {
    width: 100%;
    float: left;
	text-align: center;
}

.footer .col3.center li {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
	color: #3b120c
}

.footer .col3.right a, .footer .col3.center a {
    font-size: 10px;
    font-weight: 700;
	color: #3b120c;
	text-decoration: none;
}

.footer {
    width: 80%;
    margin: auto;
	margin-top: 30px;
    border-top: solid 1px;
	padding-bottom: 20px;
    padding-top: 10px;
}

h2 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #da1d2c;
    font-weight: 600;
}

.footer .col3.left a {
    font-size: 13px;
    color: #da1d2c;
    text-decoration: none;
    font-weight: 600;
}

.footer .col3.center {
	text-align: center;
	width: 50%;
}

.footer .col3.right {
    width: 20%;
    text-align: right;
}

.row {
    text-align: center;
}

.col4 {
    display: inline-block;
	padding: 10px;
}

.col_left_bold {
	font-weight: 600;
	color: #da1d2c;
}

.input {
    width: 100%;
    display: inline-block;
	margin-bottom: 15px;
}

input {
    width: 70%;
    float: right;
	padding: 7px;
}

textarea {
    display: block;
    width: 100%;
    height: 130px;
	margin-top: 15px;
}

.col3.left a {
    text-decoration: none;
    color: #da1d2c;
}

nav a:hover {
    color: #da1d2c;
}

.footer .col3.center a:hover {
	color: #da1d2c;
}

.footer .col3.right a:hover {
	color: #da1d2c;
}

button {
    width: 30%;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

button:hover {
	background-color: #da1d2c;
	color: #fff;
}
.msg{
	color: #da1d2c;
}
