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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Viga", sans-serif;
  font-size: 12px;
  color: #3f3f3f;
  line-height: 1.5em;
  background: white;
  -webkit-font-smoothing: subpixel-antialiased;
}

p,
ul,
ol,
blockquote {
  margin-bottom: 1.5em;
}

a {
  color: #ff008a;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 18px;
  color: #222222;
  font-family: "Viga", sans-serif;
  text-align: left;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.325em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.125em;
}

h5,
h6 {
  font-size: 1em;
}

ul,
ol {
  margin-left: 20px;
}

ul {
  list-style: disc inside;
  overflow: hidden;
}

ul ul,
ol ul {
  list-style: disc inside;
  margin-bottom: 0;
}

ol {
  list-style: decimal inside;
  overflow: hidden;
}

ol ol,
ul ol {
  list-style: decimal inside;
  margin-bottom: 0;
}

ul.ab-top-menu {
  overflow: visible;
}

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #ff008a;
  padding-left: 15px;
  font-style: italic;
  overflow: hidden;
  margin-bottom: 1.5em;
}

blockquote p {
  margin-bottom: 0;
}

blockquote em {
  display: block;
  font-style: normal;
  text-align: right;
}

blockquote em:before {
  content: ' -';
}

img.alignleft {
  float: left;
  margin: 0 10px 0 0;
}

img.alignright {
  float: right;
  margin: 0 0 0 10px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.inline {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.inline li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.inline li:first-child, .inline li.first {
  padding-left: 0;
}
.inline li:last-child {
  padding-right: 0;
}
.inline li.last {
  padding-right: 0;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

#header {
  margin: 30px 0;
}
#header .logo {
  margin: 0 auto;
  display: block;
  width: 421px;
  height: 45px;
}

#slogan {
  padding-bottom: 60px;
  margin-top: 20px;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #a4a4a4;
  background: url(../img/bg-slogan.png) no-repeat center bottom;
}

#offres {
  margin-bottom: 50px;
}

.offre {
  min-height: 714px;
  float: left;
  width: 300px;
  text-align: justify;
}
.offre.middle {
  padding: 0 50px;
  background: url(../img/bg-offre-middle.png) no-repeat center top;
}
.offre img {
  display: block;
  margin: 0 auto 30px;
}

.offre2 {
  min-height: 165px;
  float: left;
  width: 300px;
  text-align: justify;
}
.offre2.middle {
  padding: 0 50px;
}
.offre2 img {
  display: block;
  margin: 0 auto 30px;
}

.more {
  display: block;
  text-align: right;
  text-decoration: none;
}
.more:hover {
  color: #222222;
}

.titre {
  font-size: 18px;
  margin-bottom: 20px;
}
.titre.vert {
  color: #398345;
}
.titre.bleu {
  color: #234c97;
}
.titre.rose {
  color: #d20073;
}
.titre.twitter {
  background: url(../img/twitter.png) no-repeat 300px 50%;
}
.titre.contact {
  background: url(../img/contact.png) no-repeat 150px 50%;
}

#container {
  margin-bottom: 20px;
}

#content {
  text-align: justify;
}

.box {
  width: 950px;
  margin: 0 auto;
  padding-right: 50px;
  padding-bottom: 80px;
  background: url(../img/bg-box.png) no-repeat right bottom;
}

#about .contenu {
  padding-left: 100px;
  background: url(../img/about.png) no-repeat left 50%;
}

#conseil .contenu {
  padding-left: 100px;
  background: url(../img/conseil.png) no-repeat left 50%;
}

#twitter {
  width: 500px;
  float: left;
}

#contact {
  width: 400px;
  float: right;
}

#contact h1 {
  color: #3d3d3d;
  margin-bottom: 20px;
}

#contact label {
  float: left;
  width: 100px;
  height: 26px;
  line-height: 26px;
  font-family: Arial;
}

#contact textarea {
  resize: none;
}

#contact .input {
  margin-bottom: 10px;
}

.label {
  padding: 10px;
  color: white;
  margin-bottom: 10px;
}

.label ul {
  padding: 0;
  margin: 0;
}

.label.error {
  background: #B94A48;
}

.label.important {
  background: #FFF;
  color: #3f3f3f;
}

.label.success {
  background: #468847;
}

form, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

#contact fieldset {
  padding: 10px;
  background: #fbfbfb;
}
