#header-actualites-selected, #menu ul li#header-actualites-selected {
  color: #0C43C3;
  opacity: 1; }

#header-actualites-selected div {
  display: block; }

#header {
  background: #FFF; }

img {
  max-width: 100%; }

p {
  line-height: 24px; }
  p em {
    line-height: 24px; }

#contenu {
  position: relative;
  padding-bottom: 100px;
  background: #f9f9f9; }
  #contenu #banner {
    position: relative;
    margin-top: 90px;
    width: 100%;
    height: 450px;
    background: #CCC;
    overflow: hidden; }
    #contenu #banner img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%; }
    #contenu #banner .filtre {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
  #contenu .content {
    margin-top: -250px;
    max-width: 950px;
    position: relative;
    background: #FFF;
    padding: 90px 50px 70px 50px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    border-top: 6px solid #1C52CF;
    box-sizing: border-box; }
    #contenu .content .top-contenu {
      position: relative;
      width: 100%;
      text-align: center;
      margin-bottom: 50px; }
      #contenu .content .top-contenu h1 {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        font-size: 42px;
        color: #393A3D; }
      #contenu .content .top-contenu span {
        font-size: 16px;
        display: block;
        margin-top: 15px;
        text-align: center;
        color: #666872; }
    #contenu .content p {
      display: block;
      position: relative;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }

.contact {
  padding: 110px 0 80px 0;
  background: #FFF; }

footer {
  background: #FFF; }

@media (max-width: 800px) {
  #contenu .content {
    padding: 60px 40px; }
    #contenu .content .top-contenu h1 {
      font-size: 30px; } }

/*# sourceMappingURL=articles.css.map */
