@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 f├®vr. 2017, 09:03:01
    Author     : Dominique
*/
html,
body {
  color: white;
  font-size: 1em;
  line-height: 1.4;
  overflow: hidden;
  height: 100%;
  margin: 0;
  font-family: "Roboto"; }

h1 {
  font-family: "Roboto"; }

h2 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 9px;
  font-family: "Roboto"; }

h4 {
  font-family: "Roboto"; }

h5 {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center; }

a {
  color: white; }
  a:hover {
    color: #6bc8e6; }

/* Preloader */
#preloader {
  /*opacity: 0.5;*/
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  z-index: 100;
  opacity: 1;
  display: flex;
  justify-content: center; }
  #preloader #DropDown {
    opacity: 0;
    border: solid #6bc8e6 2px;
    width: 3px;
    margin: auto;
    height: 0; }
  #preloader #Circle {
    position: absolute;
    width: 70px;
    margin: auto;
    align-self: center; }
  #preloader #circle-canvas {
    display: block;
    margin: inherit; }

#canvas-clamp {
  position: relative;
  width: auto;
  height: 220px;
  top: 33px; }

.background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 1; }
  .background.displayon {
    background: url("../img/Background_robot.jpg") no-repeat center;
    background-size: cover; }

#video-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(107, 200, 230, 0.3);
  position: absolute;
  z-index: 5; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

video {
  width: 100%;
  height: 100%; }

#Eraser {
  width: 250px;
  height: 100%;
  z-index: 200;
  background-color: transparent;
  display: block;
  position: absolute;
  right: 0px; }

.row {
  margin: 0 !important;
  height: 100%;
  width: 100%;
  max-width: 90rem; }

#ContentHolder {
  width: 100%;
  height: 100%;
  transition: height 600ms;
  z-index: 50;
  position: relative;
  display: block; }
  #ContentHolder.hidden {
    height: 0; }

#MenuWrapper {
  position: fixed;
  width: 100%;
  z-index: 0; }

#Menu {
  display: none; }

.barContainer {
  position: relative;
  height: 100%;
  width: 40%;
  float: left;
  transition: visibility 100ms;
  display: flex;
  justify-content: center; }
  .barContainer.hidden {
    visibility: hidden; }

#SideBar {
  align-self: center;
  position: relative;
  height: 730px;
  background: #231f20;
  overflow: hidden;
  width: 310px;
  z-index: 50;
  display: flex;
  justify-content: center; }
  #SideBar #SideBarContainer {
    align-self: center; }
  #SideBar #WrapperLogo {
    position: absolute; }
  #SideBar #LogoInfos {
    margin-top: -20%; }
    #SideBar #LogoInfos #Logo {
      padding: 10px 20px; }
  #SideBar .sidebarContent {
    position: relative;
    padding: 1.1vh 0; }
  #SideBar #construction {
    text-align: center;
    color: #ffae00; }
  #SideBar ul {
    list-style-type: none;
    text-align: center;
    font-size: 1.3em;
    margin: 0; }
    #SideBar ul a {
      color: white; }
  #SideBar #ShowReelButtonContainer {
    width: 150px;
    padding-top: 0.6vh;
    margin: auto; }

.links {
  cursor: pointer; }

.active {
  text-decoration: underline; }

.buttonManageDisplayShowReel {
  background: #231f20;
  border: 1px solid #6bc8e6;
  font-size: 1.8vmin;
  width: 150px; }

#AccessBar {
  width: 2px;
  height: 10%;
  background-color: #6bc8e6;
  bottom: 0;
  position: absolute;
  left: 300px; }

.infos {
  color: #231f20;
  transition: left 400ms;
  z-index: 10;
  position: relative;
  left: 5%;
  background-color: white;
  height: 730px; }
  .infos .contentbar {
    font-family: 'Roboto';
    height: 100%;
    padding: 35px;
    display: flex;
    justify-content: center; }
    .infos .contentbar h2 {
      text-align: left;
      font-size: 20px;
      padding-bottom: 9px; }
    .infos .contentbar p {
      font-size: 1.25em;
      line-height: 23px;
      text-align: justify;
      font-weight: 300; }
  .infos .contentInfos {
    padding: 20px 10px; }

.content-wrapper {
  align-self: center; }

#contentContact {
  width: 80%; }

.hidden {
  left: -2000px !important; }

#AboutBar {
  left: 5%;
  align-self: center;
  position: absolute;
  overflow: hidden;
  width: 510px;
  z-index: 10;
  color: #231f20; }
  #AboutBar #BorderBar {
    margin-left: 15px;
    margin-top: 3vh;
    border-left: thin solid #231f20;
    display: inline-block;
    vertical-align: top; }

.close-icon {
  display: inline-block;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, #000000 46%, #aeaeae 56%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%), linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, #000000 46%, #727272 56%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  float: right;
  margin-right: 10px;
  margin-top: 0px;
  cursor: pointer; }
  .close-icon:hover {
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, #999999 46%, #aeaeae 56%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%), linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, #999999 46%, #727272 56%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
    cursor: pointer; }

.showSmallRes {
  display: none; }

#ContactBar, #TrustBar {
  align-self: center;
  position: absolute;
  width: 660px; }
  #ContactBar img, #TrustBar img {
    padding: 30px 0;
    max-height: 170px; }

blockquote {
  font-family: Roboto;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  text-align: justify; }
  blockquote footer {
    text-align: right;
    font-size: 14px;
    z-index: 50; }

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 10px;
  top: -35px;
  color: #7a7a7a; }

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px; }

blockquote cite:before {
  content: "\2014 \2009"; }

#HideShowReel {
  left: 100px;
  position: absolute;
  bottom: 40px; }

#ShowReelPlayerHolder {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 0;
  background-color: #231f20; }

#ShowReelPlayer {
  margin: 0 auto;
  position: relative;
  display: block;
  align-self: center; }

.videoWrapper {
  display: flex;
  width: 100%;
  height: 100%; }

.ShowReelPositionner {
  width: 60%;
  margin: auto;
  align-self: center; }

#Contact {
  align-self: center; }

#ContactForm {
  padding-bottom: 20px; }

input[type="text"], input[type="email"] {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-size: 0.8em;
  border: 1px solid #D9D9D9;
  z-index: 12; }

input:focus:invalid, textarea:focus:invalid {
  border-color: #FF0000;
  -moz-box-shadow: 0 0 5px #D45252;
  -webkit-box-shadow: 0 0 5px #D45252;
  box-shadow: 0 0 5px #D45252;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' \axmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' \axml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FF0019' \a d='M91.17,81.374l0.006-0.004l-0.139-0.24c-0.068-0.128-0.135-0.257-0.217-0.375L53.131,15.472 \a c-0.611-1.109-1.775-1.87-3.133-1.87c-1.47,0-2.731,0.887-3.285,2.153l-0.004-0.002L9.312,80.529l0.036,0.021 \a c-0.505,0.618-0.82,1.397-0.82,2.257c0,1.982,1.607,3.59,3.588,3.59l0,0h75.767l0,0c1.982,0,3.59-1.606,3.59-3.588 \a C91.473,82.297,91.361,81.814,91.17,81.374z M50.035,79.617c-2.874,0-5.201-2.258-5.201-5.131s2.326-5.199,5.201-5.199 \a c2.803,0,5.13,2.324,5.13,5.199C55.166,77.359,52.838,79.617,50.035,79.617z M55.165,34.25v28.299h-0.002 \a c0,0.006,0.002,0.01,0.002,0.016c0,1.174-0.95,2.095-2.095,2.095c-0.004,0-0.008-0.001-0.014-0.001v0.001h-6.093 \a c-1.174,0-2.123-0.921-2.123-2.095c0-0.004,0.002-0.01,0.002-0.016h-0.002V34.326c-0.001-0.026-0.008-0.051-0.008-0.077 \a c0-1.117,0.865-1.996,1.935-2.078v-0.016h6.289v0.001c1.148,0.007,2.073,0.897,2.103,2.039h0.005v0.053L55.165,34.25 \a C55.166,34.25,55.165,34.25,55.165,34.25z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 25px; }

input:focus:valid, textarea:focus:valid {
  border-color: #00FF00;
  -moz-box-shadow: 0 0 5px #52d452;
  -webkit-box-shadow: 0 0 5px #52d452;
  box-shadow: 0 0 5px #52d452;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' \aversion='1.1' id='Layer_1' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' \axml:space='preserve'%3E%3Cpath fill='%2352D452' d='M88.04,30.319L75.124,17.401c-0.454-0.453-1.067-0.709-1.71-0.709c-0.642,0-1.256,0.256-1.709,0.709L37.392,51.714 \al-9.094-9.093c-0.945-0.944-2.474-0.944-3.419,0L11.96,55.539c-0.453,0.453-0.709,1.068-0.709,1.709c0,0.641,0.256,1.256,0.709,1.71 \aL35.607,82.6c0.453,0.453,1.067,0.708,1.709,0.708c0.029,0,0.055-0.016,0.083-0.016c0.024,0,0.05,0.014,0.075,0.014 \a c0.621,0,1.236-0.236,1.709-0.708L88.04,33.738C88.985,32.794,88.985,31.264,88.04,30.319z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 25px; }

textarea {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 200px;
  padding: 0.5em 4.3em 0.5em 0.5em;
  font-size: 1.2em;
  border: 1px solid #D9D9D9;
  z-index: 12; }

button {
  float: left;
  border-radius: 3px;
  font-size: 0.9vmin;
  padding: 0.5rem 0.8em;
  background: #69c773;
  border-bottom: 1px solid #498b50;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin: 0;
  text-align: center;
  width: 90px; }

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer; }

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset; }

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

@media only screen and (max-width: 850px) {
  .button {
    font-size: 2.5vmin;
    width: 100%; }

  .barContainer {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%; }

  #AboutBar,
  #ContactBar,
  #TrustBar {
    top: 0;
    left: 0;
    margin: auto;
    width: 100% !important;
    height: 100%;
    position: absolute; }

  #SideBarContainer {
    align-self: center; }

  #Menu {
    display: block;
    position: absolute;
    z-index: 50; }

  #SideBar {
    left: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center; }
    #SideBar #LogoContainer {
      margin: 0 auto;
      width: 170px; }
    #SideBar #LogoInfos {
      padding-top: 0;
      margin-top: -10%; }
      #SideBar #LogoInfos #Logo {
        padding: 0; }
    #SideBar.minimized {
      display: hidden; }

  .contentbar {
    padding: 65px 5% 0% 5% !important; }

  .buttonManageDisplayShowReel {
    font-size: 1.3em; } }
@media only screen and (min-width: 851px) and (max-width: 1050px) {
  .barContainer {
    width: 310px;
    display: inline-block;
    height: 100%;
    display: flex;
    justify-content: center; }

  button {
    font-size: 2vmin; }

  #SideBar {
    left: 0;
    align-self: center;
    top: auto; } }
@media only screen and (max-height: 650px) {
  #SideBar {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute; }
    #SideBar #LogoInfos {
      padding-top: 0; }
      #SideBar #LogoInfos #Logo {
        padding: 0 20%;
        margin-top: 25px; }
    #SideBar .WrapperLogo {
      width: 210px;
      margin: auto; }
    #SideBar ul {
      font-size: 1em; }
    #SideBar h5 {
      font-size: 0.9em;
      line-height: 20px; }

  .buttonManageDisplayShowReel {
    font-size: 16px; }

  #HideShowReel {
    left: 20px;
    position: absolute;
    transform: translateY(-50%);
    width: 80px;
    bottom: 10%; }

  #ContactBar,
  #AboutBar,
  #TrustBar {
    top: 0;
    height: 100%; }

  .infos .contentbar h2 {
    font-size: 1.2em; }
  .infos .contentbar p {
    font-size: 1em;
    line-height: 3.7vmin; }

  blockquote {
    font-size: 0.9em;
    margin: 1em 0 0 0;
    padding: 0.25em 20px;
    line-height: 1.15; }
    blockquote footer {
      font-size: 10px; }

  blockquote:before {
    font-size: 50px;
    top: -20px; }

  blockquote cite {
    font-size: 10px; }

  #ContactForm {
    padding-bottom: 0; }
    #ContactForm label {
      font-size: 0.675rem;
      line-height: 01.3; }
    #ContactForm input[type="text"], #ContactForm input[type="email"], #ContactForm textarea {
      height: 1.5rem;
      margin: 0 0 0.5rem;
      font-size: 1em; }
    #ContactForm #ContactBar {
      width: 510px;
      position: absolute; }

  .contactInfos #contentInfos span {
    font-size: 3vmin; }

  .button {
    padding: 0.5em 1em;
    margin: 0; }

  .socialIcon span {
    font-size: 8vmin !important; } }
/*
@media only screen 
and (min-height: 651px) 
and (max-height: 850px) 
{
    #SideBar
    {
        top: 0;
        left:0;
        height: 100%;
        #LogoInfos {
            #Logo {
                padding: 0 10%;
            }
        }
        ul
        {
            font-size: 2.3vmax;
        }

        h5 {
            font-size: 1.7vmax;
            line-height: 120%;
        }
        .buttonManageDisplayShowReel
        {
            font-size: 2vmax;
        }
    }
    #ContactBar,
    #AboutBar
    {
        top: 0;
        height: 100%
    }
    #ContactBar
    {
        //left:504px;
        width: 510px;
        position:absolute;
    }
    .showSmallRes
    {
        display:block;
        width:100%;
    }



    .close-icon 
    {
        margin-top: -30px;
    }

}
*/

/*# sourceMappingURL=mainPage.css.map */
