@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
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, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

html, body {
  height: 100%;
}

a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0099cc;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #eaeaea;
}

a:active, a:focus,
h1:active, h1:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

ul.list {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 12px;
  line-height: 1.5em;
  margin: 1em 0;
  padding-left: 1em;
}
ul.list li {
  padding-left: 1em;
}
ul.list li + li {
  padding-top: 0.75em;
}
ul.list li span {
  text-transform: uppercase;
}

body {
  font-family: "Lato", sans-serif;
  color: #eaeaea;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.home {
  background-image: url(../images/bg_accueil-min.jpg);
}
body.presentation {
  background-image: url(../images/bg_presentation-min.jpg);
}
body.services {
  background-image: url(../images/bg_services-min.jpg);
}
body.management {
  background-image: url(../images/bg_management-min.jpg);
}
body.contact {
  background-image: url(../images/bg_contact-min.jpg);
}

.wrapper {
  display: block;
}

header {
  position: fixed;
  height: 80px;
  left: 0;
  right: 0;
  background-color: black;
}
header .header_content {
  position: relative;
  width: 100%;
  height: 80px;
  padding-left: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .header_content h1 {
  width: 246px;
  height: 51px;
  margin-top: 0.8em;
  float: left;
  background: url("../images/logo-small.png") no-repeat;
}
header .header_content h1 a {
  display: inline-block;
  width: 246px;
  height: 51px;
}
header .header_content h1 img {
  width: 246px;
  height: 51px;
}
header .header_content h1 span {
  position: absolute;
  top: -9999px;
  text-indent: -9999px;
}
header .header_content .menu_icon {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 1.5em 1em 0 0;
  background-color: black;
  text-align: right;
  cursor: pointer;
}
header .header_content .menu_icon i {
  font-size: 1.5em;
}
header .header_content [role="navigation"] {
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 0;
  width: 100%;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
header .header_content [role="navigation"] ul {
  background-color: #0d0d0d;
}
header .header_content [role="navigation"] ul li {
  border-top: 1px solid #262626;
}
header .header_content [role="navigation"] ul li a {
  display: block;
  padding: 0.4em 2em;
  font-size: 0.875em;
  line-height: 1.71429em;
  line-height: 1.5em;
}
header .header_content [role="navigation"] ul li a i {
  padding-left: 0.2em;
  font-size: 0.85em;
}
header .header_content [role="navigation"] ul li a:hover {
  background-color: #1a1a1a;
}
header .header_content [role="navigation"] ul li ul li a {
  padding-left: 4em;
}
header:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  display: block;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
}
.container .table_cell {
  display: block;
}
.container section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em;
}
.container section:after {
  content: " ";
  display: block;
  clear: both;
}
.container section.accueil a {
  display: inline-block;
  float: right;
  padding: 0.3em 0.6em 0.4em;
  border: 1px solid #0099cc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 1.5em;
  font-size: 0.75em;
  line-height: 2em;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.6);
}
.container section.accueil a:hover {
  color: #eaeaea;
  border: 1px solid #eaeaea;
}
.container section main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.container section main article {
  margin-bottom: 1em;
}
.container section aside {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.container section aside article img {
  max-width: 100%;
}
.container section aside article img + img {
  padding-top: 1em;
}
.container section aside article img + img + blockquote {
  margin-top: 1.25em;
}
.container section aside article img + blockquote {
  margin-top: 1.25em;
}
.container section aside article blockquote {
  text-align: center;
}
.container section aside article blockquote cite {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1.5em;
}
.container section aside article blockquote footer {
  margin-top: 0.5em;
  text-align: right;
}
.container section aside article blockquote footer cite {
  font-size: 0.875em;
  line-height: 1.71429em;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.container section aside article blockquote + blockquote {
  margin-top: 1.25em;
}
.container section aside article blockquote.management {
  line-height: 1.2em;
}
.container section aside article blockquote.management cite {
  font-size: 0.875em;
  line-height: 1.71429em;
  line-height: 1.2em;
}
.container section aside article figure {
  margin-bottom: 1.25em;
}
.container section aside article figure figcaption {
  font-family: "Lato", sans-serif;
  font-size: 0.625em;
  line-height: 2.4em;
  line-height: 1.5em;
}
.container section.map aside article div {
  width: 100%;
  min-height: 300px;
  margin-top: 1em;
}
.container section.map aside article div p {
  margin-bottom: 1.2em;
}
.container section.map aside article div p:last-child {
  margin-top: 0.8em;
  margin-bottom: 0;
}
.container section article {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.container section article h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #0099cc;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.container section article p {
  font-size: 0.75em;
  line-height: 2em;
  line-height: 1.5em;
  font-family: "Lato", sans-serif;
}
.container section article p + p {
  margin-top: 1em;
}
.container section article p + h2 {
  margin-top: 1.5em;
}
.container section article p + h3 {
  margin-top: 1.5em;
}
.container section article ul + h2 {
  margin-top: 1.5em;
}
.container section article h3 {
  font-family: "Roboto", sans-serif;
  font-size: 0.825em;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.container section article form {
  margin-top: 1.5em;
}
.container section article form p:last-child {
  text-align: right;
  padding-right: 5%;
}
.container section article form p:after {
  content: "";
  display: table;
  clear: both;
}
.container section article form p label {
  display: inline-block;
  width: 25%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container section article form p input[type="text"],
.container section article form p textarea {
  display: inline-block;
  float: left;
  width: 70%;
  padding: 0.4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0099cc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #eaeaea;
}
.container section article form p textarea {
  height: 12em;
  overflow: auto;
}
.container section article form p.radioButton {
  padding-left: 25%;
}
.container section article form p.radioButton span {
  display: inline-block;
  padding-right: 1em;
}
.container section article form p.radioButton span label.radio {
  float: left;
  width: inherit;
}
.container section article form p.mail_success {
  color: #0099cc;
  font-size: 14px;
  line-height: 1.5em;
}
.container section article form p input[type="submit"] {
  display: inline-block;
  padding: 0.3em 1em 0.4em;
  border: 1px solid #0099cc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0099cc;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.container section article form p input[type="submit"]:hover {
  color: #eaeaea;
  border: 1px solid #eaeaea;
}
.container section article:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper > footer {
  background-color: black;
}
.wrapper > footer .footer_content {
  width: 100%;
  min-height: 40px;
  margin: 0 auto;
  padding: 1em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper > footer .footer_content small {
  display: block;
  font-size: 0.6875em;
  line-height: 2.18182em;
  line-height: 1.5em;
  text-align: center;
}
.wrapper > footer .footer_content small span {
  display: block;
  color: #0099cc;
}
.wrapper > footer .footer_content small span.separator {
  display: none;
}
.wrapper > footer .footer_content small:first-child {
  padding-bottom: 0.5em;
}
.wrapper > footer .footer_content .mentions {
  padding-right: 1em;
}
.wrapper > footer .footer_content:after {
  content: "";
  display: table;
  clear: both;
}

#revue_de_presse {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
  margin-right: 0;
}
#revue_de_presse a {
  line-height: 1.3rem;
}

@media (min-width: 20em) {
  .with--sidebar header {
    position: static;
  }
  .with--sidebar header .header_content [role="navigation"] {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .with--sidebar .container {
    padding-top: 0;
  }
}
@media (min-width: 30em) {
  body.home {
    background-image: url(../images/bg_accueil-768.jpg);
  }
  body.presentation {
    background-image: url(../images/bg_presentation-768.jpg);
  }
  body.services {
    background-image: url(../images/bg_services-768.jpg);
  }
  body.management {
    background-image: url(../images/bg_management-768.jpg);
  }
  body.contact {
    background-image: url(../images/bg_contact-768.jpg);
  }

  .wrapper {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  header {
    display: table-row;
    position: relative;
  }
  header .header_content h1 {
    width: 100%;
  }

  .container {
    display: table-row;
    vertical-align: middle;
    padding-top: 0;
  }
  .container .table_cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .container .table_cell section {
    padding: 1.5em 0 1.5em;
  }
  .container .table_cell section main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: right;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: right;
    padding-right: 0.5em;
  }
  .container .table_cell section main article:last-child {
    margin-bottom: 0;
  }
  .container .table_cell section main.mentions {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  .container .table_cell section aside {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: left;
    padding-left: 0.5em;
  }
  .container .table_cell section aside article {
    text-align: left;
  }

  .wrapper > footer {
    display: table-row;
    height: 52px;
  }
  .wrapper > footer .footer_content {
    padding: 0.8em 0.5em;
  }
  .wrapper > footer .footer_content small {
    font-size: 0.625em;
    line-height: 2.4em;
    line-height: 1.5em;
    text-align: center;
  }
  .wrapper > footer .footer_content small span {
    display: inline-block;
    color: #eaeaea;
  }
  .wrapper > footer .footer_content small span.separator {
    display: inline-block;
  }
  .wrapper > footer .footer_content small span.blue {
    color: #eaeaea;
  }
}
@media (min-width: 40em) {
  header {
    height: 115px;
  }
  header .header_content {
    height: 115px;
    padding: 1em 0.5em 0;
    text-align: center;
  }
  header .header_content h1 {
    float: none;
    margin: 0 0 1.25em;
  }
  header .header_content .menu_icon {
    display: none;
  }
  header .header_content [role="navigation"] {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0 auto;
    top: inherit;
    left: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin: 0;
    padding: 0;
    border: 0;
  }
  header .header_content [role="navigation"]:after {
    content: "";
    display: table;
    clear: both;
  }
  header .header_content [role="navigation"] li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
  }
  header .header_content [role="navigation"] li:first-child {
    padding-left: 0;
  }
  header .header_content [role="navigation"] li:last-child {
    padding-right: 0;
  }
  header .header_content [role="navigation"] li.last {
    padding-right: 0;
  }
  header .header_content [role="navigation"] ul {
    background: none;
  }
  header .header_content [role="navigation"] ul li {
    position: relative;
    border: none;
    padding: 0 0.875em;
  }
  header .header_content [role="navigation"] ul li a {
    display: block;
    padding: 0;
    font-size: 0.875em;
    line-height: 1.5em;
  }
  header .header_content [role="navigation"] ul li a i {
    padding-left: 0.2em;
    font-size: 0.85em;
  }
  header .header_content [role="navigation"] ul li a:hover {
    background: none;
  }
  header .header_content [role="navigation"] ul li ul {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 1em;
    right: 0;
    padding: 1.5em 0.25em 0.25em;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px;
    background-color: black;
  }
  header .header_content [role="navigation"] ul li ul li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #262626;
  }
  header .header_content [role="navigation"] ul li ul li a {
    padding: 0.4em 1em;
    background-color: black;
  }
  header .header_content [role="navigation"] ul li ul li a:hover {
    background-color: #1a1a1a;
  }

  .container section aside article blockquote {
    text-align: left;
  }
}
@media (min-width: 48em) {
  header {
    height: 95px;
  }
  header .header_content {
    height: 95px;
    padding: 0 0.5em 0;
    text-align: left;
  }
  header .header_content h1 {
    float: left;
    margin: 1.5em 0 0;
  }
  header .header_content [role="navigation"] {
    display: block;
    position: absolute;
    right: 0.5em;
    bottom: 1em;
  }
  header .header_content [role="navigation"] ul li {
    padding: 0 0.5em;
  }

  .container .table_cell section {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    margin: 1.5em auto;
    padding: 0;
  }
  .container .table_cell section:after {
    content: " ";
    display: block;
    clear: both;
  }
  .container .table_cell section.accueil main article:first-child {
    margin-bottom: 0.8em;
  }
  .container .table_cell section main article {
    margin: 0;
  }
  .container .table_cell section main article:nth-child(2) {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .table_cell section main article:nth-child(3) {
    width: 48.71795%;
    float: right;
    margin-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .table_cell section.courtage_et_autres main article:first-child {
    margin-bottom: 1em;
  }
  .container .table_cell section.courtage_et_autres main article:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
  .container .table_cell section.map aside article p span {
    font-size: 0.825rem;
    line-height: 1.5em;
    font-weight: 700;
  }
  .container .table_cell section.map aside article div {
    height: 100%;
    min-height: 300px;
  }
  .container .table_cell section.map article form p:last-child {
    padding-right: 15%;
  }
  .container .table_cell section.map article form p.radioButton {
    padding-left: 15%;
  }
  .container .table_cell section.map article form label {
    width: 15%;
  }
  .container .table_cell:after {
    content: "";
    display: table;
    clear: both;
  }

  .wrapper > footer {
    height: 40px;
  }
  .wrapper > footer .footer_content {
    padding: 0 0.5em;
  }
  .wrapper > footer .footer_content small {
    float: left;
    line-height: 40px;
    text-align: left;
  }
  .wrapper > footer .footer_content small:first-child {
    padding-bottom: 0;
  }
  .wrapper > footer .footer_content small:last-child {
    float: right;
  }
}
@media (min-width: 60em) {
  body.home {
    background-image: url(../images/bg_accueil-large.jpg);
  }
  body.presentation {
    background-image: url(../images/bg_presentation-large.jpg);
  }
  body.services {
    background-image: url(../images/bg_services-large.jpg);
    background-position: center 70px;
  }
  body.management {
    background-image: url(../images/bg_management-large.jpg);
    background-position: center 10px;
  }
  body.contact {
    background-image: url(../images/bg_contact-large.jpg);
  }

  header .header_content {
    max-width: 60em;
    margin: 0 auto;
    padding: 0;
  }
  header .header_content h1 {
    height: 61px;
    margin: 1em 0 0;
    background: url("../images/logo-large.png") no-repeat;
  }
  header .header_content h1 a, header .header_content h1 img {
    width: 300px;
    height: 61px;
  }
  header .header_content [role="navigation"] {
    right: 0;
  }
  header .header_content [role="navigation"] ul li {
    padding: 0 0.875em;
  }

  .container .table_cell section.accueil main article:nth-child(2), .container .table_cell section.accueil main article:nth-child(3) {
    position: relative;
    min-height: 325px;
  }
  .container .table_cell section.accueil main article:nth-child(2) a, .container .table_cell section.accueil main article:nth-child(3) a {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
    float: none;
  }
  .container .table_cell section main {
    padding-right: 0;
  }
  .container .table_cell section aside {
    padding-left: 0;
  }

  .wrapper > footer .footer_content {
    max-width: 60em;
    padding: 0;
  }
}
