* {
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.cta {
  display: inline-block;
  background-color: #e80022;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #e80022; }

.cta:hover {
  transition: 0.3s;
  background-color: #ffffff;
  border: 2px solid #e80022;
  color: #e80022; }

.titre {
  font-size: 22px;
  font-weight: bold;
  color: #e80022;
  text-transform: uppercase;
  margin-bottom: 10px; }

.mobile {
  display: none; }

body {
  font-family: sans-serif; }

a {
  text-decoration: none; }

header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%; }
  header img {
    float: left;
    padding: 18px 0;
    width: 240px; }
  header nav {
    float: right;
    display: flex; }
    header nav .active {
      font-weight: bold;
      border-bottom: 5px solid #e80022; }
    header nav a {
      text-transform: uppercase;
      color: #191919;
      font-size: 17px;
      padding: 20px 15px;
      box-sizing: border-box; }
    header nav a:hover {
      font-weight: bold;
      border-bottom: 5px solid #e80022; }

#hero {
  width: 100%;
  box-sizing: border-box;
  background-image: url("../slider/bann1.jpg");
  background-size: cover;
  background-position: center;
  transition: 2s; }
  #hero #prez {
    width: 60%;
    padding: 20px 5%;
    box-sizing: border-box;
    background-image: url("../img/bg-hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center; }
    #hero #prez .flex {
      margin-bottom: 20px; }
    #hero #prez h1 {
      color: #ffffff;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 17px;
      text-transform: uppercase; }
    #hero #prez img {
      padding-right: 18px;
      width: 65px; }
    #hero #prez h2 {
      color: #ffffff;
      font-weight: normal;
      font-size: 20px;
      text-transform: uppercase;
      margin-top: 20px; }

#heroAero {
  width: 100%;
  box-sizing: border-box;
  background-image: url("../img/bann2.jpg");
  background-size: cover;
  background-position-y: center;
  background-position-x: right; }
  #heroAero #prez {
    width: 60%;
    padding: 20px 5%;
    box-sizing: border-box;
    background-image: url("../img/bg-hero.png");
    background-repeat: no-repeat;
    background-size: cover; }
    #heroAero #prez h1 {
      color: #ffffff;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 15px;
      text-transform: uppercase; }
    #heroAero #prez img {
      padding-right: 30px;
      padding-top: 15px;
      width: 75px; }

#heroJet {
  width: 100%;
  box-sizing: border-box;
  background-image: url("../img/bann3.jpg");
  background-size: cover;
  background-position-y: bottom;
  background-position-x: right; }
  #heroJet #prez {
    width: 60%;
    padding: 20px 5%;
    box-sizing: border-box;
    background-image: url("../img/bg-hero.png");
    background-repeat: no-repeat;
    background-size: cover; }
    #heroJet #prez h1 {
      color: #ffffff;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 15px;
      text-transform: uppercase; }
    #heroJet #prez img {
      padding-right: 30px;
      padding-top: 15px;
      width: 75px; }

#menuMesh {
  width: 100%;
  background-color: #e80022;
  box-sizing: border-box;
  padding: 0 5%;
  display: flex; }
  #menuMesh a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    flex: auto;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #e80022; }
  #menuMesh a:hover {
    color: #e80022;
    background-color: #ffffff; }
  #menuMesh .active {
    background-color: #ffffff;
    color: #e80022; }

#usp {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 5% 30px 5%;
  background-color: #ffffff; }
  #usp div {
    width: 25%;
    color: #191919;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; }
    #usp div img {
      display: block;
      margin: 0 auto 20px auto;
      height: 45px; }

#duo {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 5%; }
  #duo .duo-solo {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px; }
    #duo .duo-solo div {
      width: 100%;
      box-sizing: border-box;
      padding: 30px;
      font-size: 16px;
      color: #ffffff;
      text-align: justify; }
      #duo .duo-solo div h2 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 30px; }
      #duo .duo-solo div img {
        width: 100%;
        margin-bottom: 30px; }
    #duo .duo-solo .aero {
      background-color: #e80022; }
      #duo .duo-solo .aero .cta {
        background-color: #333440;
        width: 100%;
        margin-top: 30px;
        text-align: center;
        border: 2px solid #333440; }
      #duo .duo-solo .aero .cta:hover {
        background-color: #ffffff;
        color: #333440; }
    #duo .duo-solo .jetdeau {
      background-color: #333440; }
      #duo .duo-solo .jetdeau .cta {
        width: 100%;
        margin-top: 30px;
        text-align: center; }

#expertise {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 5%; }
  #expertise div {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    color: #191919;
    font-size: 17px; }
    #expertise div h2 {
      font-size: 25px;
      font-weight: bold;
      color: #e80022;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #expertise div span {
      color: #e80022; }
    #expertise div .bold {
      color: #191919; }
    #expertise div p {
      margin-bottom: 30px;
      line-height: 20px; }
    #expertise div img {
      width: 100%; }

footer {
  width: 100%;
  box-sizing: border-box;
  background-color: #e80022;
  padding: 30px 5%;
  text-align: center;
  color: #191919;
  font-size: 16px; }
  footer a {
    color: #191919; }
  footer a:hover {
    text-decoration: underline; }
  footer p {
    margin-bottom: 15px; }
  footer hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #191919;
    margin: 20px 0 15px 0; }

#app {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5% 60px 5%; }
  #app h2 {
    padding: 0 30px; }
  #app .flex {
    justify-content: center; }
    #app .flex div {
      width: 33.33%;
      box-sizing: border-box;
      padding: 0 30px 30px 30px; }
      #app .flex div .appSolo {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        background-color: #e80022; }
        #app .flex div .appSolo h3 {
          color: #ffffff;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: normal;
          margin-bottom: 20px;
          text-align: center; }
        #app .flex div .appSolo img {
          width: 100%;
          max-width: 316px;
          display: block;
          margin: 0 auto 30px auto; }
        #app .flex div .appSolo .cta {
          background-color: #333440;
          width: 100%;
          text-align: center; }
        #app .flex div .appSolo .cta:hover {
          background-color: #ffffff;
          color: #333440; }
      #app .flex div .active {
        background-color: #333440;
        padding: 51px 20px; }
      #app .flex div .appAutre {
        width: 100%;
        box-sizing: border-box;
        padding: 60px 20px 20px 20px;
        background-color: #ffffff;
        border: 5px solid #e80022; }
        #app .flex div .appAutre p {
          color: #333440;
          text-transform: uppercase;
          font-size: 22px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 76px;
          line-height: 30px; }
        #app .flex div .appAutre .cta {
          background-color: #333440;
          width: 100%;
          text-align: center;
          border: 2px solid #333440; }
        #app .flex div .appAutre .cta:hover {
          background-color: #ffffff;
          color: #333440; }

#descr {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 5% 30px 5%;
  color: #191919;
  font-size: 17px; }
  #descr p {
    margin-bottom: 30px;
    line-height: 20px; }
  #descr img {
    width: 100%;
    margin-top: 30px; }

#specifications {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 5%;
  color: #191919;
  font-size: 17px; }
  #specifications p {
    margin-bottom: 30px;
    line-height: 20px; }
  #specifications table {
    width: 100%;
    border-collapse: collapse;
    color: #191919;
    font-size: 17px;
    text-transform: uppercase; }
    #specifications table .principal {
      background-color: #e80022;
      color: #ffffff;
      font-weight: bold;
      text-align: left;
      border-bottom: none; }
    #specifications table tr {
      border-bottom: 1px solid #191919; }
    #specifications table th, #specifications table td {
      padding: 10px;
      box-sizing: border-box;
      width: 25%; }
    #specifications table .right {
      text-align: right; }
    #specifications table .pad {
      padding-right: 50px; }

#caracteristiques {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 5% 30px 5%;
  color: #191919;
  font-size: 17px; }
  #caracteristiques p {
    margin-bottom: 30px;
    line-height: 20px; }
  #caracteristiques .flex {
    width: 100%; }
    #caracteristiques .flex div {
      padding: 0 30px; }

#rendement, #debit {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 5% 30px 5%;
  color: #191919;
  font-size: 17px; }
  #rendement p, #debit p {
    margin-bottom: 30px;
    line-height: 20px; }
  #rendement table, #debit table {
    width: 100%;
    border-collapse: collapse;
    color: #191919;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    #rendement table .principal, #debit table .principal {
      background-color: #e80022;
      color: #ffffff;
      font-weight: bold;
      text-align: left;
      border-bottom: none; }
    #rendement table tr, #debit table tr {
      border-bottom: 1px solid #191919; }
    #rendement table th, #rendement table td, #debit table th, #debit table td {
      padding: 10px;
      box-sizing: border-box;
      width: 25%; }

#heroContact {
  width: 100%;
  box-sizing: border-box;
  background-image: url("../img/bann1.jpg");
  background-size: cover;
  background-position-y: center;
  background-position-x: right; }
  #heroContact #prez {
    width: 60%;
    padding: 20px 5%;
    box-sizing: border-box;
    background-image: url("../img/bg-hero.png");
    background-repeat: no-repeat;
    background-size: cover; }
    #heroContact #prez h1 {
      color: #ffffff;
      font-size: 20px;
      font-weight: normal;
      margin-top: 12px;
      text-transform: uppercase; }
    #heroContact #prez img {
      padding-right: 30px;
      padding-top: 0;
      width: 75px; }

#contact {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 5%;
  color: #191919;
  font-size: 17px; }
  #contact .titre {
    margin-top: 30px; }
  #contact a {
    color: #191919; }
  #contact div {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px; }
    #contact div form input[type=text], #contact div form input[type=email], #contact div form input[type=tel], #contact div form input[type=date] {
      width: 100%;
      height: 36px;
      box-sizing: border-box;
      border: 1px solid #afafaf;
      font-size: 20px;
      border-radius: 5px;
      padding: 0 10px;
      margin-bottom: 10px; }
    #contact div form p {
      margin-top: 20px; }
    #contact div form input[type=date] {
      margin-bottom: 20px; }
    #contact div form textarea {
      width: 100%;
      height: 185px;
      box-sizing: border-box;
      border: 1px solid #afafaf;
      font-size: 20px;
      border-radius: 5px;
      padding: 0 10px;
      margin-bottom: 15px;
      resize: none; }
    #contact div form label:not(#optinLabel) {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 10px;
      background-color: #e80022;
      color: #ffffff;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      margin: 5px 0; }
    #contact div form label:not(#optinLabel):hover {
      background-color: #333440; }
    #contact div form input:checked + label:not(#optinLabel) {
      background-color: #333440; }
    #contact div form input[type=submit]:disabled {
      background-color: #a7a7a7;
      color: #000000;
      border: 1px solid #000000;
      cursor: not-allowed; }
    #contact div form .flex {
      width: 100%;
      padding: 0; }
      #contact div form .flex div {
        width: 50%;
        box-sizing: border-box;
        padding: 0 5px; }
    #contact div form .solo {
      padding: 0 5px;
      width: 100%; }
    #contact div form .cta {
      display: block;
      width: 100%;
      margin-top: 15px;
      cursor: pointer; }

#mentions {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 5%;
  color: #191919;
  font-size: 17px; }
  #mentions p {
    margin-bottom: 30px; }
  #mentions a {
    color: #191919; }

@media screen and (max-width: 950px) {
  .mobile {
    display: block; }

  .cta {
    display: block;
    text-align: center; }

  header img {
    padding: 15px 0;
    width: 200px; }
  header #burger {
    float: right;
    width: 24px; }
  header nav {
    float: none;
    clear: both;
    display: none; }
    header nav a {
      display: block;
      padding: 45px 0; }

  #hero #prez {
    width: 100%;
    background-position-x: left; }
    #hero #prez h1 {
      font-size: 25px; }

  #usp {
    padding: 15px 5% 7px 5%;
    display: block; }
    #usp div {
      width: 100%;
      font-size: 17px; }
      #usp div img {
        height: 40px;
        margin: 20px auto 10px auto; }

  #duo {
    padding: 15px 5%; }
    #duo .flex {
      display: block; }
    #duo .duo-solo {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }

  #expertise {
    padding: 15px 5%;
    display: block; }
    #expertise div {
      width: 100%;
      padding: 0; }

  footer {
    font-size: 13px; }

  #heroAero #prez {
    width: 100%; }

  #menuMesh a {
    font-size: 15px; }

  #app {
    padding: 15px 5%; }
    #app .flex {
      display: block; }
      #app .flex div {
        width: 100%;
        padding: 0 0 30px 0; }
        #app .flex div .appAutre {
          padding: 20px; }
          #app .flex div .appAutre p {
            margin-bottom: 20px; }

  #descr {
    padding: 20px 5%; }
    #descr img {
      margin-top: 0; }

  #specifications {
    padding: 15px 5%; }
    #specifications table {
      font-size: 12px; }
      #specifications table th {
        padding: 5px; }
      #specifications table .pad {
        padding-right: 0; }
      #specifications table .right {
        text-align: left; }

  #heroJet #prez {
    width: 100%; }

  #caracteristiques {
    padding: 15px 5%; }
    #caracteristiques .flex {
      display: block; }
      #caracteristiques .flex div {
        padding: 0; }
        #caracteristiques .flex div img {
          width: 100%; }

  #rendement, #debit {
    padding: 15px 5%; }
    #rendement p, #debit p {
      margin-bottom: 15px; }
    #rendement table, #debit table {
      font-size: 11px; }
      #rendement table th, #debit table th {
        padding: 5px; }
      #rendement table td, #debit table td {
        padding: 5px; }

  #heroContact #prez {
    width: 100%; }

  #contact {
    padding: 15px 5%;
    display: block; }
    #contact div {
      width: 100%;
      padding: 15px 0; } }

/*# sourceMappingURL=style.css.map */
