/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*Variables (Pour le code Scss) */
/*Font-Faces*/
@font-face {
  font-family: OcrARgl;
  src: url("../Fonts/OCRAStd.otf"); }
@font-face {
  font-family: Impact;
  src: url("../Fonts/impact.ttf"); }
@font-face {
  font-family: 'SavingBonds';
  font-weight: normal;
  font-style: normal;
  src: url("../Fonts/Saving/savingsb-webfont.eot");
  src: url("../Fonts/Saving/savingsb-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/Saving/savingsb-webfont.woff2") format("woff2"), url("../Fonts/Saving/savingsb-webfont.woff") format("woff"), url("../Fonts/Saving/savingsb-webfont.ttf") format("truetype"), url("../Fonts/Saving/savingsb-webfont.svg#savingsbondregular") format("svg"); }
html, body {
  overflow-x: hidden;
  max-width: 100%; }

body {
  background: -webkit-linear-gradient(#291033, #001c33, #003331, #001c33, #291033);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#291033, #001c33, #003331, #001c33, #291033);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#291033, #001c33, #003331, #001c33, #291033);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#291033, #001c33, #003331, #001c33, #291033);
  /* Standard syntax */ }

div.Forme {
  left: 50%;
  margin: auto;
  position: absolute;
  z-index: -1; }

div.FondEtoile {
  background: url("../images/Motif3.png");
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%; }

div#bg_acc {
  background: url("../images/Bg/FondAcc.gif") no-repeat top center;
  display: block;
  height: 1214px;
  margin-bottom: 100px;
  padding-top: 50px;
  width: 100%; }
  div#bg_acc header {
    margin: auto;
    max-width: 960px;
    width: 100%; }
    div#bg_acc header nav {
      clear: both;
      display: block;
      float: none;
      margin-bottom: 65px;
      width: 100%; }
      div#bg_acc header nav ul {
        display: block;
        height: 80px;
        width: 100%; }
        div#bg_acc header nav ul li {
          display: inline-block;
          float: left;
          margin: 0px 9.375%;
          width: 14.58333333333333%; }
    div#bg_acc header article {
      display: block;
      float: none;
      width: 100%; }
    div#bg_acc header div.VidPreview {
      height: 0;
      margin: auto;
      position: relative;
      padding-top: 30px;
      padding-bottom: 56.25%;
      overflow: hidden;
      width: 70%; }
      div#bg_acc header div.VidPreview iframe, div#bg_acc header div.VidPreview video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    div#bg_acc header p {
      color: #e8e8e8;
      font-family: Arial, sans-serif;
      margin: 30px 0px;
      text-align: center; }
      div#bg_acc header p a {
        color: #0096ff; }
        div#bg_acc header p a:hover {
          color: #e8e8e8; }

img.Titre {
  display: block;
  margin: 0px auto 50px;
  width: 288px; }

div section a.RetHaut, div header a.RetHaut {
  display: block;
  float: right;
  height: 76px;
  margin-right: 20px;
  width: 70px; }
div section h2, div header h2 {
  color: #e8e8e8;
  font: 400% Impact;
  letter-spacing: 34px;
  margin: 30px auto;
  text-align: center;
  text-transform: uppercase; }
  div section h2.retour, div header h2.retour {
    font-size: 200%;
    letter-spacing: 17px; }
    div section h2.retour a, div header h2.retour a {
      color: #e8e8e8;
      text-decoration: none; }
    div section h2.retour a:hover, div header h2.retour a:hover {
      color: #0096ff;
      text-decoration: none; }

div.bg_Proj {
  display: block;
  background: url("../images/Bg/FondProj.gif") no-repeat top center;
  height: 1369px;
  margin: 0px auto 80px;
  padding-top: 70px;
  width: 100%; }
  div.bg_Proj section {
    margin: auto;
    max-width: 960px;
    width: 100%; }
    div.bg_Proj section h2 {
      margin: 50px auto 20px; }
    div.bg_Proj section p {
      color: #e8e8e8;
      font: 16px Arial, sans-serif;
      text-align: center; }
    div.bg_Proj section article {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      height: 960px; }
      div.bg_Proj section article div.centre {
        overflow: hidden;
        clear: both; }
      div.bg_Proj section article ul {
        list-style: none; }
        div.bg_Proj section article ul#Pagination {
          position: relative;
          float: left;
          left: 50%; }
          div.bg_Proj section article ul#Pagination li {
            position: relative;
            float: left;
            right: 50%;
            height: auto;
            width: auto;
            margin: 0px;
            padding: 0px; }
            div.bg_Proj section article ul#Pagination li p {
              cursor: pointer;
              padding: 0px 2px; }
            div.bg_Proj section article ul#Pagination li.Active p {
              cursor: pointer;
              padding: 0px 2px;
              color: #0096ff; }
        div.bg_Proj section article ul li {
          background-size: cover;
          display: block;
          float: left;
          height: 170px;
          margin: 10px 1.04166666666667%;
          width: 47.91666666666667%; }
          div.bg_Proj section article ul li div {
            background-color: rgba(255, 255, 255, 0.9);
            display: none;
            padding: 10px 5%;
            height: 150px; }
            div.bg_Proj section article ul li div p {
              color: #1a1a1a;
              font: 14px Arial, sans-serif;
              text-align: left;
              width: 95.65217391304348%; }
              div.bg_Proj section article ul li div p.Titre {
                color: #1a1a1a;
                font-size: 24px;
                margin-bottom: 15px; }
              div.bg_Proj section article ul li div p a {
                color: #0096ff; }
                div.bg_Proj section article ul li div p a:hover {
                  color: #1a1a1a; }
              div.bg_Proj section article ul li div p.Lien {
                margin-bottom: 10px; }
                div.bg_Proj section article ul li div p.Lien a {
                  color: #0096ff;
                  font-size: 18px; }
                  div.bg_Proj section article ul li div p.Lien a:hover {
                    color: #1a1a1a; }
              div.bg_Proj section article ul li div p#Mobile {
                display: none; }
              div.bg_Proj section article ul li div p#Web {
                display: block; }

div.bg_propos {
  background: url("../images/Bg/FondPropos.gif") no-repeat top center;
  display: block;
  height: 1910px;
  margin: 0px auto 100px;
  padding-top: 70px;
  width: 100%; }
  div.bg_propos section {
    margin: auto;
    max-width: 960px;
    width: 100%; }
    div.bg_propos section article {
      clear: both;
      display: inline-block;
      margin-bottom: 30px;
      width: 100%; }
      div.bg_propos section article h3 {
        color: #e8e8e8;
        font: 30px SavingBonds;
        letter-spacing: 3px;
        margin-bottom: 50px;
        text-align: center; }
      div.bg_propos section article figure {
        display: block;
        float: right;
        margin: 0px 4.166666666666667%;
        width: 41.66666666666667%; }
        div.bg_propos section article figure figcaption {
          color: #e8e8e8;
          font: 16px/1.5em Arial, sans-serif;
          text-align: center; }
        div.bg_propos section article figure img {
          width: 100%;
          height: auto; }
      div.bg_propos section article ul {
        display: block;
        float: right;
        list-style: none;
        margin: 0px 4.166666666666667%;
        width: 41.66666666666667%; }
        div.bg_propos section article ul li {
          margin-bottom: 20px; }
          div.bg_propos section article ul li p {
            color: #e8e8e8;
            font: 16px/1.5em Arial, sans-serif; }
            div.bg_propos section article ul li p a {
              color: #0096ff;
              font-size: 20px; }
              div.bg_propos section article ul li p a:hover {
                color: #e8e8e8; }
      div.bg_propos section article.interets ul {
        margin: auto;
        width: 100%; }
        div.bg_propos section article.interets ul li {
          display: inline-block;
          float: left;
          margin: 0px;
          width: 20%; }
          div.bg_propos section article.interets ul li img {
            display: block;
            float: none;
            height: auto;
            margin: 0px auto 20px;
            max-width: 140px;
            width: 77.77777777777778%; }
          div.bg_propos section article.interets ul li h4 {
            clear: both;
            color: #e8e8e8;
            font: 16px Arial, sans-serif;
            margin-bottom: 20px;
            text-align: center; }
          div.bg_propos section article.interets ul li p {
            color: #e8e8e8;
            font: 14px/1.5em Arial, sans-serif;
            margin: auto;
            width: 90%; }

::-webkit-input-placeholder {
  color: #1a1a1a;
  margin-left: 5px; }

:-moz-placeholder {
  color: #1a1a1a;
  margin-left: 5px; }

::-moz-placeholder {
  color: #1a1a1a;
  margin-left: 5px; }

:-ms-input-placeholder {
  color: #1a1a1a;
  margin-left: 5px; }

div#bg_footer {
  background: url("../images/Bg/FondContact.gif") no-repeat top center;
  display: inline-block;
  height: 1062px;
  padding-top: 70px;
  width: 100%; }
  div#bg_footer section {
    margin: auto;
    max-width: 960px;
    width: 100%; }
    div#bg_footer section article {
      clear: both;
      display: inline-block;
      margin-bottom: 30px;
      width: 100%; }
      div#bg_footer section article h3 {
        color: #e8e8e8;
        font: 30px SavingBonds;
        letter-spacing: 3px;
        margin-bottom: 20px;
        text-align: center; }
      div#bg_footer section article ul {
        width: 100%; }
        div#bg_footer section article ul li {
          display: inline-block;
          float: left;
          margin: 0px 1.041666666666667%;
          width: 22.91666666666667%; }
          div#bg_footer section article ul li figure {
            margin: auto;
            width: 45.45454545454545%; }
            div#bg_footer section article ul li figure img {
              display: block;
              height: auto;
              max-width: 100px;
              width: 100%; }
            div#bg_footer section article ul li figure a img {
              -webkit-transition: box-shadow 0.2s ease-in;
              -moz-transition: box-shadow 0.2s ease-in;
              -o-transition: box-shadow 0.2s ease-in;
              transition: box-shadow 0.2s ease-in; }
            div#bg_footer section article ul li figure a:hover img {
              -webkit-box-shadow: 0px 0px 15px 5px #e8e8e8;
              -moz-box-shadow: 0px 0px 15px 5px #e8e8e8;
              -o-box-shadow: 0px 0px 15px 5px #e8e8e8;
              box-shadow: 0px 0px 15px 5px #e8e8e8;
              -webkit-transition: box-shadow 0.2s ease-in;
              -moz-transition: box-shadow 0.2s ease-in;
              -o-transition: box-shadow 0.2s ease-in;
              transition: box-shadow 0.2s ease-in; }
          div#bg_footer section article ul li p {
            color: #e8e8e8;
            font: italic bold 16px/1.2em Arial, sans-serif;
            margin: 20px auto;
            text-align: center; }
      div#bg_footer section article form {
        margin: auto;
        max-width: 400px;
        width: 75%; }
        div#bg_footer section article form p {
          clear: both;
          color: #e8e8e8;
          float: none;
          font: 16px Arial, sans-serif;
          margin: 0px; }
        div#bg_footer section article form input {
          background-color: #e8e8e8;
          border: 1px solid #545454;
          clear: both;
          color: #1a1a1a;
          font: 12px Arial, sans-serif;
          margin: 10px 0px;
          padding: 0px 2%;
          width: 96%;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
          div#bg_footer section article form input[type=text] {
            height: 30px; }
            div#bg_footer section article form input[type=text]:focus {
              -webkit-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -moz-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -o-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              outline: 0px; }
          div#bg_footer section article form input[type=email] {
            height: 30px; }
            div#bg_footer section article form input[type=email]:focus {
              -webkit-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -moz-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -o-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              outline: 0px; }
          div#bg_footer section article form input[type=submit] {
            display: block;
            font: 30px SavingBonds;
            margin: 10px auto 0px;
            padding: 5px 0px;
            width: 35%; }
            div#bg_footer section article form input[type=submit]:hover {
              background-color: #1a1a1a;
              background-image: none;
              border: 1px solid #e8e8e8;
              color: #e8e8e8;
              -webkit-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -moz-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -o-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              outline: 0px; }
        div#bg_footer section article form textarea {
          background-color: #e8e8e8;
          border: 1px solid #545454;
          color: #1a1a1a;
          font: 12px Arial, sans-serif;
          margin: 10px 0px;
          padding: 2%;
          width: 96%;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
          div#bg_footer section article form textarea:focus {
            -webkit-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
            -moz-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
            -o-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
            box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
            outline: 0px; }

div#bg_PresProj {
  background: url("../images/Bg/BG_MOBILE.gif");
  display: inline-block;
  height: auto;
  width: 100%; }
  div#bg_PresProj section {
    margin: auto;
    max-width: 960px;
    width: 100%; }
    div#bg_PresProj section img.Titre {
      display: block;
      margin: 0px auto 50px;
      width: 288px; }
    div#bg_PresProj section article {
      width: 100%; }
      div#bg_PresProj section article p {
        background-color: rgba(26, 26, 26, 0.5);
        color: #e8e8e8;
        font: 16px Arial, sans-serif;
        margin: 0px auto 25px;
        padding: 20px 12.5%;
        text-align: center;
        width: 75%; }
        div#bg_PresProj section article p a {
          color: #0096ff; }
          div#bg_PresProj section article p a:hover {
            color: #e8e8e8; }
      div#bg_PresProj section article img {
        display: block;
        margin: auto; }
      div#bg_PresProj section article h3 {
        color: #e8e8e8;
        font: 30px SavingBonds;
        letter-spacing: 3px;
        margin-bottom: 20px;
        text-align: center; }
      div#bg_PresProj section article form {
        margin: auto;
        max-width: 400px;
        width: 75%; }
        div#bg_PresProj section article form p {
          clear: both;
          color: #e8e8e8;
          float: none;
          font: 16px Arial, sans-serif;
          padding: 0px;
          text-align: left;
          margin-bottom: 5px;
          background-color: transparent; }
        div#bg_PresProj section article form input {
          background-color: #e8e8e8;
          border: 1px solid #545454;
          clear: both;
          color: #1a1a1a;
          font: 12px Arial, sans-serif;
          margin: 10px 0px;
          padding: 0px 2%;
          width: 96%;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
          div#bg_PresProj section article form input[type=text] {
            height: 30px; }
            div#bg_PresProj section article form input[type=text]:focus {
              -webkit-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -moz-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -o-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              outline: 0px; }
          div#bg_PresProj section article form input[type=email] {
            height: 30px; }
            div#bg_PresProj section article form input[type=email]:focus {
              -webkit-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -moz-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -o-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              outline: 0px; }
          div#bg_PresProj section article form input[type=submit] {
            display: block;
            font: 30px SavingBonds;
            margin: 10px auto 0px;
            padding: 5px 0px;
            width: 35%; }
            div#bg_PresProj section article form input[type=submit]:hover {
              background-color: #1a1a1a;
              background-image: none;
              border: 1px solid #e8e8e8;
              color: #e8e8e8;
              -webkit-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -moz-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              -o-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
              outline: 0px; }
        div#bg_PresProj section article form textarea {
          background-color: #e8e8e8;
          border: 1px solid #545454;
          color: #1a1a1a;
          font: 12px Arial, sans-serif;
          margin: 10px 0px;
          padding: 2%;
          width: 96%;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
          div#bg_PresProj section article form textarea:focus {
            -webkit-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
            -moz-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
            -o-box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
            box-shadow: 0px 0px 7px #1a1a1a inset, 0px 0px 7px #e8e8e8;
            outline: 0px; }
      div#bg_PresProj section article div.VidPreview {
        height: 0;
        margin: auto;
        position: relative;
        padding-top: 30px;
        padding-bottom: 56.25%;
        overflow: hidden;
        width: 70%; }
        div#bg_PresProj section article div.VidPreview iframe, div#bg_PresProj section article div.VidPreview video {
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }

footer {
  background-color: #1a1a1a;
  padding: 10px 0px;
  width: 100%; }
  footer p {
    color: #e8e8e8;
    font: 14px Arial, sans-serif;
    text-align: center; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    background: url("../images/Bg/BG_MOBILE.gif"); }

  div.FondEtoile {
    background: none; }

  div#bg_acc {
    background: none;
    height: auto;
    margin-bottom: 0px; }

  div.bg_Proj {
    background: none; }
    div.bg_Proj section article {
      height: auto; }
      div.bg_Proj section article ul li {
        height: 200px; }
        div.bg_Proj section article ul li div {
          height: 180px; }
          div.bg_Proj section article ul li div p#Web {
            display: none !important; }
          div.bg_Proj section article ul li div p#Mobile {
            display: block !important; }

  div.bg_propos {
    background-image: none;
    background-color: rgba(26, 26, 26, 0.5);
    height: auto;
    padding: 0px 0px 30px; }

  div#bg_PresProj {
    background: none;
    height: auto; }

  div#bg_footer {
    background: none;
    height: auto;
    padding: 0px 0px 30px; }
    div#bg_footer a {
      color: #0096ff; }
      div#bg_footer a:hover {
        color: #e8e8e8; }

  div section h2 {
    font-size: 300%; }
  div section a.RetHaut {
    display: block;
    float: none;
    height: 76px;
    margin: auto;
    width: 70px; }

  div#Formes {
    display: none; }
    div#Formes div.Forme {
      display: none; } }
@media screen and (max-width: 767px) {
  body {
    background: url("../images/Bg/BG_MOBILE.gif"); }

  div.FondEtoile {
    background: none; }

  div#bg_acc {
    background: none;
    display: inline-block;
    height: auto;
    margin-bottom: 0px; }
    div#bg_acc header {
      max-width: 767px;
      width: 100%; }
      div#bg_acc header img.Titre {
        height: auto;
        max-width: 300px;
        width: 75%; }
      div#bg_acc header nav ul {
        width: 100%; }
        div#bg_acc header nav ul li {
          margin: 0px 1.666666666666667%;
          width: 30%; }
          div#bg_acc header nav ul li img {
            display: block;
            height: auto;
            margin: auto;
            max-width: 140px;
            width: 100%; }
      div#bg_acc header article {
        width: 100%; }
        div#bg_acc header article div.VidPreview {
          height: 0;
          overflow: hidden;
          position: relative;
          padding: 30px 0px 56.25%;
          width: 100%; }
          div#bg_acc header article div.VidPreview iframe, div#bg_acc header article div.VidPreview video {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%; }

  div section a.RetHaut {
    display: block;
    float: none;
    height: 76px;
    margin: auto;
    width: 70px; }
  div section h2 {
    color: #e8e8e8;
    font: 250% Impact;
    letter-spacing: 5px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase; }

  div.bg_Proj {
    background: none;
    display: inline-block;
    height: auto; }
    div.bg_Proj section {
      max-width: 767px;
      width: 100%; }
      div.bg_Proj section article {
        height: auto; }
        div.bg_Proj section article ul li {
          background-size: contain;
          float: none;
          margin: 10px auto;
          max-width: 460px;
          height: 230px;
          width: 100%; }
          div.bg_Proj section article ul li div {
            height: 210px;
            padding-bottom: 10px; }
            div.bg_Proj section article ul li div p {
              font-size: 16px; }
              div.bg_Proj section article ul li div p.Titre {
                color: #1a1a1a;
                font-size: 20px;
                margin-bottom: 10px; }
              div.bg_Proj section article ul li div p#Web {
                display: none !important; }
              div.bg_Proj section article ul li div p#Mobile {
                display: block !important; }

  div.bg_propos {
    background: none;
    display: inline-block;
    height: auto;
    padding-top: 0px; }
    div.bg_propos section {
      max-width: 767px;
      width: 100%; }
      div.bg_propos section article figure {
        width: 100%;
        margin: 0px 0px 20px; }
        div.bg_propos section article figure figcaption {
          font: 18px/1.5em Arial, sans-serif; }
      div.bg_propos section article.interets ul {
        padding: 0px; }
        div.bg_propos section article.interets ul li {
          float: none;
          margin: 10px 0px;
          width: 100%; }
          div.bg_propos section article.interets ul li .non_mob {
            display: none; }
          div.bg_propos section article.interets ul li p {
            font-size: 16px; }
            div.bg_propos section article.interets ul li p a {
              text-align: center; }
      div.bg_propos section article ul {
        width: 90%;
        padding: 20px 5% 0px;
        margin: 0px;
        background-color: rgba(26, 26, 26, 0.5); }
      div.bg_propos section article img {
        display: block;
        float: none;
        margin: 0px auto 10px;
        max-width: 400px;
        width: 100%; }

  div#bg_PresProj {
    background: url("../images/Bg/BG_MOBILE.gif");
    display: inline-block;
    height: auto; }
    div#bg_PresProj section article {
      width: 100%; }
      div#bg_PresProj section article p {
        width: 70%;
        padding: 20px 15%;
        background-color: rgba(26, 26, 26, 0.5); }
      div#bg_PresProj section article img {
        display: block;
        height: auto;
        margin: auto;
        max-width: 650px;
        width: 100%; }
      div#bg_PresProj section article form {
        width: 100%; }
        div#bg_PresProj section article form p {
          text-align: center; }
        div#bg_PresProj section article form input {
          width: 100%; }
          div#bg_PresProj section article form input[type=text] {
            font-size: 14px;
            height: 50px; }
          div#bg_PresProj section article form input[type=email] {
            font-size: 14px;
            height: 50px; }
          div#bg_PresProj section article form input[type=submit] {
            height: 75px;
            width: 75%; }
        div#bg_PresProj section article form textarea {
          font-size: 14px;
          width: 100%; }
      div#bg_PresProj section article div.VidPreview {
        height: 0;
        max-width: 650px;
        overflow: hidden;
        position: relative;
        padding: 30px 0px 56.25%;
        width: 100%; }
        div#bg_PresProj section article div.VidPreview iframe, div#bg_PresProj section article div.VidPreview video {
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }

  div#bg_footer {
    background: none;
    display: inline-block;
    height: auto;
    padding-top: 0px; }
    div#bg_footer section {
      max-width: 767px;
      width: 100%; }
      div#bg_footer section article.moyens ul li {
        display: block;
        float: none;
        margin: auto;
        width: 86.66666666666667%; }
        div#bg_footer section article.moyens ul li figure img {
          margin: auto;
          width: 100%; }
      div#bg_footer section article form {
        width: 100%; }
        div#bg_footer section article form input {
          width: 100%; }
          div#bg_footer section article form input[type=text] {
            font-size: 14px;
            height: 50px; }
          div#bg_footer section article form input[type=email] {
            font-size: 14px;
            height: 50px; }
          div#bg_footer section article form input[type=submit] {
            height: 75px;
            width: 75%; }
        div#bg_footer section article form textarea {
          font-size: 14px;
          width: 100%; }

  div#Formes {
    display: none; }
    div#Formes div.Forme {
      display: none; } }

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