/* ------------------------------------------------------------------------- iPhone 4 and 4S ------------------------------------------------------------------------------------------ */

/*------------------------------------------------------------------ iPhone 4 and 4S Portrait and Landscape ------------------------------------------------------------------*/
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

  .nav, #language-switch, .footer .en-privlegal, .footer .fr-privlegal, .footer .en-copyright, .footer .fr-copyright  {
    display: none;
  }

  .footer {
    background: transparent;
  }
  p {
    font-size: 18px;
    line-height: 22px;
  }
  .top {
    height: 60px;
  }
  .branding {
    height: 54px;
    width: 70%;
  }

  .branding::after {
    border-bottom: 54px solid #fff;
    border-right: 34px solid transparent;
    left: 70%;
  }
  .capitala {
    margin: -10px 0 0 0;
    min-width: 46px;
    min-height: 34px;
  }
  .top h1 {
    font-size: 34px;
    margin-left: -5px;
    }
  #main {
    display: block;
    top: -10px;
    position: fixed;
    right: 0;
    transition: margin-left .5s;
    padding: 10px 20px;
  }
  #main a {
    color: #009595;
  }
  .menu-btn{
    text-decoration: none;
    font-size: 20px;
    line-height: 64px;
    cursor:pointer;
    animation: flip 6000ms linear infinite;
    -webkit-animation: flip 6000ms linear infinite;
  }
  .cd-btn{
    text-decoration: none;
    color: #ddd;
  }
  .cd-btn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #ddd;
    margin: 4px 0;
  }
  @-webkit-keyframes flip {
  	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
  	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
  	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
  	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
  }
  @keyframes flip {
  	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
  	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
  	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
  	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
  }

  #slideshow::after {
    background-size: 290%;
    background-position: 90% 20%;
    }

  .about {
    margin-top: 200%;
    margin-bottom: 200px;
  }

  .about p {
    width: 100%;
    padding: 20px;
    line-height: 20px;
  }

  .banner {
  bottom: 0;
  }

  .banner div {
    width: 100%;
  }

  h1 {
    top: 36px;
    left: 0;
    font-size: 22px;
  }

  #services-content, #services-contentfr {
    margin-top: -50px;
    width: 100%;
    }

  header {
    width: 100%;
  }

  .service-button {
    background-size: 90%;
    }

  .service-button:hover {
    font-size: 0;
    }
  section h2 {
    font-size: 18px;
    top: 32px;
    }

  .service-txt {
    width: 95%;
    top: 100px;
    border-left: none;
    border-right: none;
    }

  .service-txt img{
    display: none;
    }

  .about-txt {
    width: 90%;
    right: 5%;
    top: auto;
    bottom: 20px !important;
    }

  .service-txt div {
    left: 0;
    padding: 25px 25px 0 0;
    font-size: 18px;
    line-height: 22px;
    }

  #careers section {
    width: 100%;
    margin: -100px 0 0 0;
    }

  #careers section b {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    }

  .career-list {
    width: 100%;
    padding: 20px;
  }
  #careers img {
    left: -200px;
  }
  section ul {
    font-size: 18px;
    line-height: 22px;
  }
  a.resume {
    width: 100%;
  }
  #contact {
    min-height: 200%;
  }
  .cntct {
    top: 120px;
  }
  .contact-message{
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    height: auto !important;
    padding: 10px 25px 20px 25px !important;
    background: transparent;
    box-shadow: 0 -5px 20px rgba(0,0,0,.5),
               0 6px 1px rgba(0,0,0,.3),
               0 0 5px rgba(0,0,0,.3),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.3),
               0 5px 10px rgba(0,0,0,.2),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.2);
  }

  .cntct h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .cntct p {
    margin: -10px 0 0 0;
  }
  .address {
    position: absolute;
    left: -40px;
    width: 100%;
  }

  .address ul, .address ul li {
    width: 100%;
  }

  .address ul li p {
    padding: 0 0 0 15% !important;
  }

  .number {
    font-size: 22px !important;
  }

  .li-link {
    width: 100%;
  }

   #en-privacy-btn-side .panel-btn,
   #en-legal-btn-side .panel-btn,
   #fr-privacy-btn-side .panel-btn,
   #fr-legal-btn-side .panel-btn {
    margin: 0 0 10px 0;
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    background: rgba(13, 64, 88, 0.6);
    color: #fff;
  }
.en-privlegal::after, .fr-privlegal::after{
  display: none;
}
  .panel {
    overflow: scroll;
    bottom: 0;
    left: 0;
    top: 60px;
    width: 100%;
}
}
/*--------------------------------------------------------------------------iPhone 4 Portrait----------------------------------------------------------------------------------------------- */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    #slideshow {
      left: -50%;
      }
    #slideshow > div img {
      margin-top: 60px;
      width: auto;
      height: 90%;
      }
    .slogan {
      top: -50px;
      }
    .slogan h3 {
      font-size: 36px;
      margin: 0 0 20px 0!important;
      }
    .banner svg {
      width: 25%;
      margin: 0 10px;
      }
      .forthsvg {
        margin-left: 50px !important;
      }
    .en-sidemenu, .fr-sidemenu  {
      float: left;
      width: 100%;
    }
    .en-sidemenu .en-privlegal, .fr-sidemenu .fr-privlegal {
      bottom: 85px;
      width: 100%;
      height: 50px;
      top: auto;
      }
}

/*--------------------------------------------------------------------------iPhone 4 Landscape----------------------------------------------------------------------------------------------- */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    #slideshow {
      left: 0%;
    }
    .slogan {
      top: -100px;
      }
    .slogan h3 {
      font-size: 26px;
      margin: 0 0 10px 0!important;
      }
    .banner {
      padding: 10px;
      }
    .banner div {
      margin: 0 0 0 30px;
      }
    .banner svg {
      width: 16%;
      margin: 0 0 0 5px;
      }
    .cd-panel-container {
      width: 90% !important;
      }
    .en-sidemenu, .fr-sidemenu  {
      float: right;
      width:50%;
      }
    .sidenav ul li {
      margin: 5px 0 !important;
      }
    .en-sidemenu .en-privlegal, .fr-sidemenu .fr-privlegal {
      bottom: 120px;
      width: 40%;
      height: 50px;
      top: auto;
      }
    .en-nav-switch, .fr-nav-switch {
      width: 40% !important;
      }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- iPhone 5 and 5S ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------------------------------Portrait and Landscape----------------------------------------------------------------------------------------- */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    *, *::after, *::before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    *::after, *::before {
      content: '';
    }

    .nav, #language-switch, .footer .en-privlegal, .footer .fr-privlegal, .footer .en-copyright, .footer .fr-copyright  {
      display: none;
    }
    .footer {
      background: transparent;
    }
    p {
      font-size: 18px;
      line-height: 22px;
    }
    .top {
      height: 60px;
    }
    .branding {
      height: 54px;
      width: 70%;
    }

    .branding::after {
      border-bottom: 54px solid #fff;
      border-right: 34px solid transparent;
      left: 70%;
    }
    .capitala {
      margin: -10px 0 0 0;
      min-width: 46px;
      min-height: 34px;
    }
    .top h1 {
      font-size: 34px;
      margin-left: -5px;
      }
    #main {
      display: block;
      top: -10px;
      position: fixed;
      right: 0;
      transition: margin-left .5s;
      padding: 10px 20px;
    }
    #main a {
      color: #009595;
    }
    .menu-btn{
      text-decoration: none;
      font-size: 20px;
      line-height: 64px;
      cursor:pointer;
      animation: flip 6000ms linear infinite;
      -webkit-animation: flip 6000ms linear infinite;
    }
    .cd-btn{
      text-decoration: none;
      color: #ddd;
    }
    .cd-btn span {
      display: block;
      width: 20px;
      height: 1px;
      background: #ddd;
      margin: 4px 0;
    }
    @-webkit-keyframes flip {
    	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
    	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    }
    @keyframes flip {
    	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
    	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    }

      #slideshow::after {
        background-size: 290%;
        background-position: 90% 20%;
        }

      .about {
        margin-top: 200%;
        margin-bottom: 200px;
      }

      .about p {
        width: 100%;
        padding: 20px;
        line-height: 20px;
      }

      .banner {
      bottom: 0;
      }

      .banner div {
        width: 100%;
      }

      h1 {
        top: 36px;
        left: 0;
        font-size: 22px;
      }

      #services-content, #services-contentfr {
        margin-top: -50px;
        width: 100%;
        }

      header {
        width: 100%;
      }

      .service-button {
        background-size: 90%;
        }

      .service-button:hover {
        font-size: 0;
        }
      section h2 {
        font-size: 18px;
        top: 32px;
        }

      .service-txt {
        width: 95%;
        top: 100px;
        border-left: none;
        border-right: none;
        }

      .service-txt img{
        display: none;
        }

      .about-txt {
        width: 90%;
        right: 5%;
        top: auto;
        bottom: 20px !important;
        }

      .service-txt div {
        left: 0;
        padding: 25px 25px 0 0;
        font-size: 18px;
        line-height: 22px;
        }

      #careers section {
        width: 100%;
        margin: -100px 0 0 0;
        }

      #careers section b {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
        }

      .career-list {
        width: 100%;
        padding: 20px;
      }
      #careers img {
        left: -200px;
      }
      section ul {
        font-size: 18px;
        line-height: 22px;
      }
      a.resume {
        width: 100%;
      }
      #contact {
        min-height: 200%;
      }
      .cntct {
        top: 120px;
      }
      .contact-message{
        width: 100%;
        margin: 0;
        font-size: 18px;
        line-height: 22px;
        height: auto !important;
        padding: 10px 25px 20px 25px !important;
        background: transparent;
        box-shadow: 0 -5px 20px rgba(0,0,0,.5),
                   0 6px 1px rgba(0,0,0,.3),
                   0 0 5px rgba(0,0,0,.3),
                   0 1px 3px rgba(0,0,0,.3),
                   0 3px 5px rgba(0,0,0,.3),
                   0 5px 10px rgba(0,0,0,.2),
                   0 10px 10px rgba(0,0,0,.2),
                   0 20px 20px rgba(0,0,0,.2);
      }

      .cntct h2 {
        font-size: 20px;
        line-height: 22px;
      }

      .cntct p {
        margin: -10px 0 0 0;
      }
      .address {
        position: absolute;
        left: -40px;
        width: 100%;
      }

      .address ul, .address ul li {
        width: 100%;
      }

      .address ul li p {
        padding: 0 0 0 15% !important;
      }

      .number {
        font-size: 22px !important;
      }

      .li-link {
        width: 100%;
      }

       #en-privacy-btn-side .panel-btn,
       #en-legal-btn-side .panel-btn,
       #fr-privacy-btn-side .panel-btn,
       #fr-legal-btn-side .panel-btn {
        margin: 0 0 10px 0;
        float: left;
        clear: both;
        position: relative;
        width: 100%;
        text-align: center;
        background: rgba(13, 64, 88, 0.6);
        color: #fff;
      }
    .en-privlegal::after, .fr-privlegal::after{
      display: none;
    }
      .panel {
        overflow: scroll;
        bottom: 0;
        left: 0;
        top: 60px;
        width: 100%;
    }

    }



/*-------------------------------------------------------------------------- iPhone 5 and 5S / Portrait ------------------------------------------------------------------------------------------------*/
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

      .slogan {
        top: -50px;
        }
      .slogan h3 {
        font-size: 36px;
        margin: 0 0 20px 0!important;
        }
      .forthsvg {
        margin-left: 50px !important;
        }



}

/*-------------------------------------------------------------------------- iPhone 5 and 5S / Landscape ----------------------------------------------------------------------------------------------*/
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    .slogan {
      top: -100px;
      }
    .slogan h3 {
      font-size: 26px;
      margin: 0 0 10px 0!important;
      }
      .banner {
        padding: 5px;
        }
        .cd-panel-container {
          width: 90% !important;
          }
        .en-sidemenu, .fr-sidemenu  {
          float: right;
          width:50%;
          }
        .sidenav ul li {
          margin: 5px 0 !important;
          }
        .en-sidemenu .en-privlegal, .fr-sidemenu .fr-privlegal {
          bottom: 120px;
          width: 40%;
          height: 50px;
          top: auto;
          }
        .en-nav-switch, .fr-nav-switch {
          width: 40% !important;
          }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------ iPhone 6 --------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------Portrait and Landscape ------------------------------------------------------------------------------------------------*/
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {

    *, *::after, *::before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    *::after, *::before {
      content: '';
    }
    .nav, #language-switch, .footer .en-privlegal, .footer .fr-privlegal, .footer .en-copyright, .footer .fr-copyright  {
      display: none;
    }
    .footer {
      background: transparent;
    }
    p {
      font-size: 18px;
      line-height: 22px;
    }
    .top {
      height: 60px;
    }
    .branding {
      height: 54px;
      width: 70%;
    }

    .branding::after {
      border-bottom: 54px solid #fff;
      border-right: 34px solid transparent;
      left: 70%;
    }
    .capitala {
      margin: -10px 0 0 0;
      min-width: 46px;
      min-height: 34px;
    }
    .top h1 {
      font-size: 34px;
      margin-left: -5px;
      }
    #main {
      display: block;
      top: -10px;
      position: fixed;
      right: 0;
      transition: margin-left .5s;
      padding: 10px 20px;
    }
    #main a {
      color: #009595;
    }
    .menu-btn{
      text-decoration: none;
      font-size: 20px;
      line-height: 64px;
      cursor:pointer;
      animation: flip 6000ms linear infinite;
      -webkit-animation: flip 6000ms linear infinite;
    }
    .cd-btn{
      text-decoration: none;
      color: #ddd;
    }
    .cd-btn span {
      display: block;
      width: 20px;
      height: 1px;
      background: #ddd;
      margin: 4px 0;
    }
    @-webkit-keyframes flip {
    	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
    	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    }
    @keyframes flip {
    	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
    	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    }

      #slideshow::after {
        background-size: 290%;
        background-position: 90% 20%;
        }

      .about {
        margin-top: 200%;
        margin-bottom: 200px;
      }

      .about p {
        width: 100%;
        padding: 20px;
        line-height: 20px;
      }

      .banner {
      bottom: 0;
      }

      .banner div {
        width: 100%;
      }

      h1 {
        top: 36px;
        left: 0;
        font-size: 22px;
      }

      #services-content, #services-contentfr {
        margin-top: -50px;
        width: 100%;
        }

      header {
        width: 100%;
      }

      .service-button {
        background-size: 90%;
        }

      .service-button:hover {
        font-size: 0;
        }
      section h2 {
        font-size: 18px;
        top: 32px;
        }

      .service-txt {
        width: 95%;
        top: 100px;
        border-left: none;
        border-right: none;
        }

      .service-txt img{
        display: none;
        }

      .about-txt {
        width: 90%;
        right: 5%;
        top: auto;
        bottom: 20px !important;
        }

      .service-txt div {
        left: 0;
        padding: 25px 25px 0 0;
        font-size: 18px;
        line-height: 22px;
        }

      #careers section {
        width: 100%;
        margin: -100px 0 0 0;
        }

      #careers section b {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
        }

      .career-list {
        width: 100%;
        padding: 20px;
      }
      #careers img {
        left: -200px;
      }
      section ul {
        font-size: 18px;
        line-height: 22px;
      }
      a.resume {
        width: 100%;
      }
      #contact {
        min-height: 200%;
      }
      .cntct {
        top: 120px;
      }
      .contact-message{
        width: 100%;
        margin: 0;
        font-size: 18px;
        line-height: 22px;
        height: auto !important;
        padding: 10px 25px 20px 25px !important;
        background: transparent;
        box-shadow: 0 -5px 20px rgba(0,0,0,.5),
                   0 6px 1px rgba(0,0,0,.3),
                   0 0 5px rgba(0,0,0,.3),
                   0 1px 3px rgba(0,0,0,.3),
                   0 3px 5px rgba(0,0,0,.3),
                   0 5px 10px rgba(0,0,0,.2),
                   0 10px 10px rgba(0,0,0,.2),
                   0 20px 20px rgba(0,0,0,.2);
      }

      .cntct h2 {
        font-size: 20px;
        line-height: 22px;
      }

      .cntct p {
        margin: -10px 0 0 0;
      }
      .address {
        position: absolute;
        left: -40px;
        width: 100%;
      }

      .address ul, .address ul li {
        width: 100%;
      }

      .address ul li p {
        padding: 0 0 0 15% !important;
      }

      .number {
        font-size: 22px !important;
      }

      .li-link {
        width: 100%;
      }

       #en-privacy-btn-side .panel-btn,
       #en-legal-btn-side .panel-btn,
       #fr-privacy-btn-side .panel-btn,
       #fr-legal-btn-side .panel-btn {
        margin: 0 0 10px 0;
        float: left;
        clear: both;
        position: relative;
        width: 100%;
        text-align: center;
        background: rgba(13, 64, 88, 0.6);
        color: #fff;
      }
    .en-privlegal::after, .fr-privlegal::after{
      display: none;
    }
      .panel {
        overflow: scroll;
        bottom: 0;
        left: 0;
        top: 60px;
        width: 100%;
    }

}

/*---------------------------------------------------------------------------iPhone 6  Portrait------------------------------------------------------------------------------------------------------- */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {


}

/* --------------------------------------------------------------------------iPhone 6 Landscape ---------------------------------------------------------------------------------------------------------*/
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .cd-panel-container {
      width: 90% !important;
      }
    .en-sidemenu, .fr-sidemenu  {
      float: right;
      width:50%;
      }
    .sidenav ul li {
      margin: 5px 0 !important;
      }

      .slogan {
        top: -100px;
        }
      .slogan h3 {
        font-size: 26px;
        margin: 0 0 10px 0!important;
        }
        .banner {
          padding: 5px;
          }

          .en-sidemenu, .fr-sidemenu  {
            float: right;
            width:50%;
            }
          .sidenav ul li {
            margin: 5px 0 !important;
            }
          .en-sidemenu .en-privlegal, .fr-sidemenu .fr-privlegal {
            bottom: 180px;
            width: 40%;
            height: 50px;
            top: auto;
            }
          .en-nav-switch, .fr-nav-switch {
            width: 40% !important;
            bottom: 64px !important;
            }

}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- iPhone 6+ ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------------------------------Portrait and Landscape----------------------------------------------------------------------------------------- */

@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {

        *, *::after, *::before {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
        }
        *::after, *::before {
          content: '';
        }
        .nav, #language-switch, .footer .en-privlegal, .footer .fr-privlegal, .footer .en-copyright, .footer .fr-copyright  {
          display: none;
        }
        .footer {
          background: transparent;
        }
        p {
          font-size: 18px;
          line-height: 22px;
        }
        .top {
          height: 60px;
        }
        .branding {
          height: 54px;
          width: 70%;
        }

        .branding::after {
          border-bottom: 54px solid #fff;
          border-right: 34px solid transparent;
          left: 70%;
        }
        .capitala {
          margin: -10px 0 0 0;
          min-width: 46px;
          min-height: 34px;
        }
        .top h1 {
          font-size: 34px;
          margin-left: -5px;
          }
        #main {
          display: block;
          top: -10px;
          position: fixed;
          right: 0;
          transition: margin-left .5s;
          padding: 10px 20px;
        }
        #main a {
          color: #009595;
        }
        .menu-btn{
          text-decoration: none;
          font-size: 20px;
          line-height: 64px;
          cursor:pointer;
          animation: flip 6000ms linear infinite;
          -webkit-animation: flip 6000ms linear infinite;
        }
        .cd-btn{
          text-decoration: none;
          color: #ddd;
        }
        .cd-btn span {
          display: block;
          width: 20px;
          height: 1px;
          background: #ddd;
          margin: 4px 0;
        }
        @-webkit-keyframes flip {
        	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
        	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        }
        @keyframes flip {
        	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
        	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        }

          #slideshow::after {
            background-size: 290%;
            background-position: 90% 20%;
            }

          .about {
            margin-top: 200%;
            margin-bottom: 200px;
          }

          .about p {
            width: 100%;
            padding: 20px;
            line-height: 20px;
          }

          .banner {
          bottom: 0;
          }

          .banner div {
            width: 100%;
          }

          h1 {
            top: 36px;
            left: 0;
            font-size: 22px;
          }

          #services-content, #services-contentfr {
            margin-top: -50px;
            width: 100%;
            }

          header {
            width: 100%;
          }

          .service-button {
            background-size: 90%;
            }

          .service-button:hover {
            font-size: 0;
            }
          section h2 {
            font-size: 18px;
            top: 32px;
            }

          .service-txt {
            width: 95%;
            top: 100px;
            border-left: none;
            border-right: none;
            }

          .service-txt img{
            display: none;
            }

          .about-txt {
            width: 90%;
            right: 5%;
            top: auto;
            bottom: 20px !important;
            }

          .service-txt div {
            left: 0;
            padding: 25px 25px 0 0;
            font-size: 18px;
            line-height: 22px;
            }

          #careers section {
            width: 100%;
            margin: -100px 0 0 0;
            }

          #careers section b {
            font-size: 18px;
            line-height: 22px;
            width: 100%;
            }

          .career-list {
            width: 100%;
            padding: 20px;
          }
          #careers img {
            left: -200px;
          }
          section ul {
            font-size: 18px;
            line-height: 22px;
          }
          a.resume {
            width: 100%;
          }
          #contact {
            min-height: 200%;
          }
          .cntct {
            top: 120px;
          }
          .contact-message{
            width: 100%;
            margin: 0;
            font-size: 18px;
            line-height: 22px;
            height: auto !important;
            padding: 10px 25px 20px 25px !important;
            background: transparent;
            box-shadow: 0 -5px 20px rgba(0,0,0,.5),
                       0 6px 1px rgba(0,0,0,.3),
                       0 0 5px rgba(0,0,0,.3),
                       0 1px 3px rgba(0,0,0,.3),
                       0 3px 5px rgba(0,0,0,.3),
                       0 5px 10px rgba(0,0,0,.2),
                       0 10px 10px rgba(0,0,0,.2),
                       0 20px 20px rgba(0,0,0,.2);
          }

          .cntct h2 {
            font-size: 20px;
            line-height: 22px;
          }

          .cntct p {
            margin: -10px 0 0 0;
          }
          .address {
            position: absolute;
            left: -40px;
            width: 100%;
          }

          .address ul, .address ul li {
            width: 100%;
          }

          .address ul li p {
            padding: 0 0 0 15% !important;
          }

          .number {
            font-size: 22px !important;
          }

          .li-link {
            width: 100%;
          }

           #en-privacy-btn-side .panel-btn,
           #en-legal-btn-side .panel-btn,
           #fr-privacy-btn-side .panel-btn,
           #fr-legal-btn-side .panel-btn {
            margin: 0 0 10px 0;
            float: left;
            clear: both;
            position: relative;
            width: 100%;
            text-align: center;
            background: rgba(13, 64, 88, 0.6);
            color: #fff;
          }
        .en-privlegal::after, .fr-privlegal::after{
          display: none;
        }
          .panel {
            overflow: scroll;
            bottom: 0;
            left: 0;
            top: 60px;
            width: 100%;
        }


}

/*--------------------------------------------------------------------------------------iPhone 6+  Portrait ------------------------------------------------------------------------------------------*/
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/*--------------------------------------------------------------------------------------iPhone 6+  Landscape ------------------------------------------------------------------------------------------*/

@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

    .en-sidemenu, .fr-sidemenu  {
      float: right;
      width:50%;
      }
    .sidenav ul li {
      margin: 5px 0 !important;
      }

      .slogan {
        top: -100px;
        }
      .slogan h3 {
        font-size: 26px;
        margin: 0 0 10px 0!important;
        }
        .banner {
          padding: 5px;
          }
          .cd-panel-container {
            width: 90% !important;
            }
          .en-sidemenu, .fr-sidemenu  {
            float: right;
            width:50%;
            }
          .sidenav ul li {
            margin: 5px 0 !important;
            }
          .en-sidemenu .en-privlegal, .fr-sidemenu .fr-privlegal {
            bottom: 216px;
            width: 40%;
            height: 50px;
            top: auto;
            }
          .en-nav-switch, .fr-nav-switch {
            width: 40% !important;
            bottom: 100px !important;
            }


}



/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- iPhone X ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------------------------------Portrait and Landscape----------------------------------------------------------------------------------------- */

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {

        *, *::after, *::before {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
        }
        *::after, *::before {
          content: '';
        }
        .nav, #language-switch, .footer .en-privlegal, .footer .fr-privlegal, .footer .en-copyright, .footer .fr-copyright  {
          display: none;
        }
        .footer {
          background: transparent;
        }
        p {
          font-size: 18px;
          line-height: 22px;
        }
        .top {
          height: 60px;
        }
        .branding {
          height: 54px;
          width: 70%;
        }

        .branding::after {
          border-bottom: 54px solid #fff;
          border-right: 34px solid transparent;
          left: 70%;
        }
        .capitala {
          margin: -10px 0 0 0;
          min-width: 46px;
          min-height: 34px;
        }
        .top h1 {
          font-size: 34px;
          margin-left: -5px;
          }
        #main {
          display: block;
          top: -10px;
          position: fixed;
          right: 0;
          transition: margin-left .5s;
          padding: 10px 20px;
        }
        #main a {
          color: #009595;
        }
        .menu-btn{
          text-decoration: none;
          font-size: 20px;
          line-height: 64px;
          cursor:pointer;
          animation: flip 6000ms linear infinite;
          -webkit-animation: flip 6000ms linear infinite;
        }
        .cd-btn{
          text-decoration: none;
          color: #ddd;
        }
        .cd-btn span {
          display: block;
          width: 20px;
          height: 1px;
          background: #ddd;
          margin: 4px 0;
        }
        @-webkit-keyframes flip {
        	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
        	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        }
        @keyframes flip {
        	0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        	90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        	95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
        	100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
        }

          #slideshow::after {
            background-size: 290%;
            background-position: 90% 20%;
            }



          .about p {
            width: 100%;
            padding: 20px;
            line-height: 20px;
          }

          .banner {
          bottom: 0;
          }

          .banner div {
            width: 100%;
          }

          h1 {
            top: 36px;
            left: 0;
            font-size: 22px;
          }

          #services-content, #services-contentfr {
            margin-top: -50px;
            width: 100%;
            }

          header {
            width: 100%;
          }

          .service-button:hover {
            font-size: 0;
            }
          section h2 {
            font-size: 18px;
            top: 32px;
            }

          .service-txt {
            width: 95%;
            top: 100px;
            border-left: none;
            border-right: none;
            }

          .service-txt img{
            display: none;
            }

          .about-txt {
            width: 90%;
            right: 5%;
            top: auto;
            bottom: 20px !important;
            }

          .service-txt div {
            left: 0;
            padding: 25px 25px 0 0;
            font-size: 18px;
            line-height: 22px;
            }

          #careers section {
            width: 100%;
            margin: -100px 0 0 0;
            }

          #careers section b {
            font-size: 18px;
            line-height: 22px;
            width: 100%;
            }

          .career-list {
            width: 100%;
            padding: 20px;
          }
          #careers img {
            left: -200px;
          }
          section ul {
            font-size: 18px;
            line-height: 22px;
          }
          a.resume {
            width: 100%;
          }
          #contact {
            min-height: 200%;
          }
          .cntct {
            top: 120px;
          }
          .contact-message{
            width: 100%;
            margin: 0;
            font-size: 18px;
            line-height: 22px;
            height: auto !important;
            padding: 10px 25px 20px 25px !important;
            background: transparent;
            box-shadow: 0 -5px 20px rgba(0,0,0,.5),
                       0 6px 1px rgba(0,0,0,.3),
                       0 0 5px rgba(0,0,0,.3),
                       0 1px 3px rgba(0,0,0,.3),
                       0 3px 5px rgba(0,0,0,.3),
                       0 5px 10px rgba(0,0,0,.2),
                       0 10px 10px rgba(0,0,0,.2),
                       0 20px 20px rgba(0,0,0,.2);
          }

          .cntct h2 {
            font-size: 20px;
            line-height: 22px;
          }

          .cntct p {
            margin: -10px 0 0 0;
          }
          .address {
            position: absolute;
            left: -40px;
            width: 100%;
          }

          .address ul, .address ul li {
            width: 100%;
          }

          .address ul li p {
            padding: 0 0 0 15% !important;
          }

          .number {
            font-size: 22px !important;
          }

          .li-link {
            width: 100%;
          }

           #en-privacy-btn-side .panel-btn,
           #en-legal-btn-side .panel-btn,
           #fr-privacy-btn-side .panel-btn,
           #fr-legal-btn-side .panel-btn {
            margin: 0 0 10px 0;
            float: left;
            clear: both;
            position: relative;
            width: 100%;
            text-align: center;
            background: rgba(13, 64, 88, 0.6);
            color: #fff;
          }
        .en-privlegal::after, .fr-privlegal::after{
          display: none;
        }
          .panel {
            overflow: scroll;
            bottom: 0;
            left: 0;
            top: 60px;
            width: 100%;
        }


}

/*--------------------------------------------------------------------------------------iPhone X  Portrait ------------------------------------------------------------------------------------------*/
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    .about {
      margin-top: 220%;
      margin-bottom: 200px;
    }
}

/*--------------------------------------------------------------------------------------iPhone X  Landscape ------------------------------------------------------------------------------------------*/

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

    .about {
      margin-top: 50%;
      margin-bottom: 50px;
    }

    .en-sidemenu, .fr-sidemenu  {
      float: right;
      width:50%;
      }
    .sidenav ul li {
      margin: 5px 0 !important;
      }
      .slogan {
        top: -100px;
        }
      .slogan h3 {
        font-size: 26px;
        margin: 0 0 10px 0!important;
        }
        .banner {
          padding: 5px;
          }
          .cd-panel-container {
            width: 90% !important;
            }
          .en-sidemenu, .fr-sidemenu  {
            float: right;
            width:60%;
            }
          .sidenav ul li {
            margin: 5px 0 !important;
            }
          .en-sidemenu .en-privlegal, .fr-sidemenu .fr-privlegal {
            bottom: 180px;
            width: 30%;
            height: 50px;
            top: auto;
            }
          .en-nav-switch, .fr-nav-switch {
            width: 30% !important;
            bottom: 64px !important;
            }


}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- iPad mini --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- iPad mini / Portrait and Landscape--------------------------------------------------------------------------------- */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {

    *, *::after, *::before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    *::after, *::before {
      content: '';
    }
    .nav, #language-switch, .footer .en-privlegal, .footer .fr-privlegal, .footer .en-copyright, .footer .fr-copyright  {
      display: none;
    }
    .footer {
      background: transparent;
    }
    p {
      font-size: 18px;
      line-height: 22px;
    }
    .top {
      height: 60px;
    }
    .branding {
      height: 54px;
      width: 88%;
    }

    .branding::after {
      border-bottom: 54px solid #fff;
      border-right: 34px solid transparent;
      left: 88%;
    }
    .capitala {
      margin: -10px 0 0 0;
      min-width: 46px;
      min-height: 34px;
    }
    .top h1 {
      font-size: 34px;
      margin-left: -5px;
      }
    #main {
      display: block;
      top: -10px;
      position: fixed;
      right: 0;
      transition: margin-left .5s;
      padding: 10px 20px;
    }
    #main a {
      color: #009595;
    }
    .menu-btn{
      text-decoration: none;
      font-size: 20px;
      line-height: 64px;  
      cursor:pointer;
      animation: flip 6000ms linear infinite;
      -webkit-animation: flip 6000ms linear infinite;
    }
    .cd-btn{
      text-decoration: none;
      color: #ddd;
    }
    .cd-btn span {
      display: block;
      width: 20px;
      height: 1px;
      background: #ddd;
      margin: 4px 0;
    }
    @-webkit-keyframes flip {
      0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
      90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
      95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
      100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    }
    @keyframes flip {
      0% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
      90% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
      95% { transform: rotateY(90deg); -webkit-transform: rotateY(90deg); }
      100% { transform: rotateY(0deg); -webkit-transform: rotateY(0deg); }
    }

    .slogan h3 {
      font-size: 52px;
      }
    .banner {
      bottom: 0;
      }

    .banner div {
        width: 100%;
      }

    h1 {
      top: 36px;
      left: 0;
      font-size: 22px;
      }

    #services-content, #services-contentfr {
      margin-top: -50px;
      width: 100%;
      }

    header {
      width: 100%;
      }

    .service-button:hover {
      font-size: 0;
      }

    section h2 {
      font-size: 18px;
      top: 32px;
      }

    .service-txt {
      width: 95%;
      top: 100px;
      border-left: none;
      border-right: none;
      }

    .service-txt img{
      display: none;
      }

    .about-txt {
      width: 90%;
      right: 5%;
      top: auto;
      bottom: 20px !important;
      }

    .service-txt div {
      left: 0;
      padding: 25px 25px 0 0;
      font-size: 18px;
      line-height: 22px;
      }

    #careers section {
      width: 100%;
      margin: -100px 0 0 0;
      }

    #careers section b {
      font-size: 18px;
      line-height: 22px;
      width: 100%;
      }

    .career-list {
      width: 100%;
      padding: 20px;
      }

    #careers img {
      left: -200px;
      }

    section ul {
      font-size: 18px;
      line-height: 22px;
      }

    a.resume {
      width: 100%;
      }

    #contact {
      min-height: 200%;
      }

    .cntct {
      top: 120px;
      }

    .contact-message{
      width: 100%;
      margin: 0;
      font-size: 18px;
      line-height: 22px;
      height: auto !important;
      padding: 10px 25px 20px 25px !important;
      background: transparent;
      box-shadow: 0 -5px 20px rgba(0,0,0,.5),
                 0 6px 1px rgba(0,0,0,.3),
                 0 0 5px rgba(0,0,0,.3),
                 0 1px 3px rgba(0,0,0,.3),
                 0 3px 5px rgba(0,0,0,.3),
                 0 5px 10px rgba(0,0,0,.2),
                 0 10px 10px rgba(0,0,0,.2),
                 0 20px 20px rgba(0,0,0,.2);
      }

      .cntct h2 {
        font-size: 20px;
        line-height: 22px;
      }

      .cntct p {
        margin: -10px 0 0 0;
      }
      .address {
        position: absolute;
        left: -40px;
        width: 100%;
      }

      .address ul, .address ul li {
        width: 100%;
      }

      .address ul li p {
        padding: 0 0 0 15% !important;
      }

      .number {
        font-size: 22px !important;
      }

      .li-link {
        width: 100%;
      }

       #en-privacy-btn-side .panel-btn,
       #en-legal-btn-side .panel-btn,
       #fr-privacy-btn-side .panel-btn,
       #fr-legal-btn-side .panel-btn {
        margin: 0 0 10px 0;
        float: left;
        clear: both;
        position: relative;
        width: 100%;
        text-align: center;
        background: rgba(13, 64, 88, 0.6);
        color: #fff;
      }
    .en-privlegal::after, .fr-privlegal::after{
      display: none;
    }
      .panel {
        overflow: scroll;
        bottom: 0;
        left: 0;
        top: 60px;
        width: 100%;
    }

}

/*-------------------------------------------------------------------------------- iPad mini /  Portrait ---------------------------------------------------------------------------------------------- */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    #slideshow {
      left: -50%;
      }
    #slideshow > div img {
      margin-top: 60px;
      width: auto;
      height: 100%;
      }

    #slideshow::after {
        background-size: 290%;
        background-position: 90% 20%;
        }

    .banner div {
      margin: 0 0 0 40px;
      }

    .about {
      margin-top: 70%;
      margin-bottom: 200px;
      padding-left: 100px;
      padding-right: 100px;

    }
    .about p {
      font-size: 22px;
      line-height: 24px;
      width: 100%;
      padding: 20px;
      }

    .en-sidemenu, .fr-sidemenu  {
      float: left;
      width: 100%;
    }
    .en-sidemenu .en-privlegal, .fr-sidemenu .fr-privlegal {
      bottom: 85px;
      width: 100%;
      height: 50px;
      top: auto;
      }

    .cd-panel-container {
      width: 30% !important;
      }

}

/* ---------------------------------------------------------------------------------- iPad mini / Landscape--------------------------------------------------------------------------------------------- */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    #slideshow {
      left: 0%;
      }

    #slideshow > div img {
      margin-top: 60px;
      width: auto;
      height: 100%;
      }

    #slideshow::after {
      background-size: 290%;
      background-position: 100% 50%;
      }

    .about {
      margin-top: 160px;
      margin-bottom: 50px;
    }

    .about p {
      font-size: 22px;
      line-height: 24px;
      width: 40%;
      padding: 20px;
      }

    .banner {
      padding: 5px;
      }

    .banner div {
      margin: 0 0 0 200px;
      }

    .banner svg {
      width: 10%;
      margin: 0 10px;
      }

    .cd-panel-container {
      width: 30% !important;
      }

    .en-sidemenu, .fr-sidemenu  {
      float: left;
      width: 100%;
      }

    .sidenav ul li {
      margin: 5px 0 !important;
      }

    .en-sidemenu .en-privlegal, .fr-sidemenu .fr-privlegal {
      bottom: 180px;
      width: 100%;
      height: 50px;
      top: auto;
      }

    .en-nav-switch, .fr-nav-switch {
      width: 100% !important;
      bottom: 64px !important;
      }

}
