@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html{
  height: 100%;
}

body{
  font-family:"Arial", Serif;
  background-color:#f4f4f4;
  overflow-x:hidden;
  height: 100%;
}

  .header-wrap .container {
    width: auto;
  }  
  .site-logo {
    max-height: 100px;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1000;
    padding: 20px 0;
    background-color: #000;
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(../images/header.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
  }

  .site-header.fixed {
    position: fixed;
  }

  .site-header .col-md-4,
  .site-header .col-md-8 {
    min-height: 0;
  }

  .site-header .logo {
    margin: 40px 0;
    float: left;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
  }

  .site-header .logo a {
    display: block;
    height: 100%;
  }

  .site-header .logo {
    width: 135px;
    height: 27px;
  }

  .site-header.float-header {
    background-color: rgba(0,0,0,0.9);
    padding: 5px;
  }
  .site-header.float-header #mainnav {
    padding: 0;
  }

  .site-header.float-header #mainnav > ul > li > a {
      height: 70px;
      line-height: 70px;
  }

  .site-header.float-header .logo {
      margin: 20px 0;
  }


.navbar{
  /*background-color:#3b5998;*/
  background-color: transparent;
  overflow:hidden;
  height:63px;
}

.navbar a{
  float:left;
  display:block;
  color:#f2f2f2;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-size:17px;
  transition:0.5s;  
}

.navbar ul{
  margin:8px 0 0 0;
  list-style:none;
}

.navbar a:hover{
  /*background-color:#ddd;*/
  color: red;
  text-decoration:none;  
}

.navbar a:focus {
  text-decoration:none;  
  color: red;
}

.side-nav{
  height:100%;
  width:0;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  background-color:#111;
  opacity:0.9;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
}

.side-nav a{
  padding:10px 10px 10px 30px;
  text-decoration:none;
  font-size:22px;
  color:#ccc;
  display:block;
  transition:0.3s;
}

.side-nav a:hover{
  color: red;
  text-decoration:none;  
}

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:36px;
  margin-left:50px;
}
.profiltitre {
  margin-top: 30px;
  position: absolute;
  transition:margin-left 0.5s;
  padding-top: 300px;
  overflow:hidden;
  width: auto;
  height: auto;
  padding-left: 10%;
  margin-bottom: 50px;

}

#profil{
  position: relative;
  display: flex;
  transition:margin-left 0.5s;
  padding-top: 400px;
  overflow:hidden;
  width:100%;
  min-height: 100%;
  padding-left: 10%;

  /*font-size: 16px;*/
  /*transition: color 2ms ;*/
/*    -webkit-transition: all 0.7s linear;
       -moz-transition: all 0.7s linear;
        -ms-transition: all 0.7s linear;
         -o-transition: all 0.7s linear;
            transition: all 0.7s linear;
*/
}

#profil h1, .profiletitre h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  padding-top: 30px;
  padding-bottom: 10px;
  margin: 0;  
}

#profildesc {
  flex: 0 0 50%;
  font-size: 16px;  
  /*float: left;*/
  /*max-width: 50%;*/
}


#contactdesc {
  flex: 0 0 50%;  
}

#profilphototest {
  flex: 1;

}

#profilphototest iframe {
  /*overflow: hidden;*/
  height: 500px;
  width: 500px;
}


#profilphoto {
  flex: 1;  
  background-image: url(../images/inosoft-yellow-box-psd-template-600x838.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

#profilphotoeng {
  flex: 1;  
  background-image: url(../images/inosoft-yellow-box-psd-template_eng.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

#servicephoto {
  flex: 1;  
  background-image: url(../images/solution-clef-en-main_fr-800x380.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

#servicephotoeng {
  flex: 1;  
  background-image: url(../images/solution-clef-en-main_eng.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

#promophoto {
  flex: 1;  
  background-image: url(../images/bulls-eye300-350x263.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

#homephoto {
  flex: 1;  
  background-image: url(../images/placeit-2-1-768x576.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

#contactphoto {
  flex: 1;  
  background-image: url(../images/keyboard-hand-600x338.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

#faqphoto {
  flex: 1;  
  background-image: url(../images/faq.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

#toolsphoto {
  flex: 1;  
  background-image: url(../images/download.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 400px;
  max-height: 400px;
}


#logoemail{
  position: absolute;
  padding-top: 400px;
  width:100%;
  min-height: 100%;
  /*font-size: 16px;*/
  /*transition: color 2ms ;*/
/*    -webkit-transition: all 0.7s linear;
       -moz-transition: all 0.7s linear;
        -ms-transition: all 0.7s linear;
         -o-transition: all 0.7s linear;
            transition: all 0.7s linear;
*/
}
.imagecontainertest {
  display: flex;
  flex-direction: column;
  float: center;
  justify-content: center;
  width: 20%;
  margin-top: 0px;
  margin-bottom: 50px;
}


.imagecontainer {
  display: flex;
  flex-direction: column;  
  float: center;
  justify-content: center;
  width: 20%;
  margin-top: 0px;
  margin-bottom: 50px;
}
.image1 {
  flex: 0 0 33%;  
  justify-content: center;
  margin-bottom: 10px;
}

.image2 {
  flex: 1;  
  justify-content: center;
  margin-bottom: 10px;  
}

.image3 {
  flex: 1;  
  justify-content: center;
  margin-bottom: 10px;    
}

/* ceci pour afficher une page en construction*/
.underconstruction {
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url(images/system/underconstruction.jpg); 
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;
    color: #000000;
    font-size: 24px;
    min-height: 700px;
}

.buttons {
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 15px 15px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #081e42;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.buttons:hover, .buttons:focus {
  background: #179b77;
}

.ctinput {
  margin-bottom: 10px;
}
#contactdesc input {
  padding: 10px;
}

#contactdesc textarea {
  width: 500px;
  height: 100px;
  padding: 10px;
  resize: none;

}

#tabletools td {
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 16px;

}
/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;  
  background-color: #222;
  text-align: center;
  color: #fff;
}

  .site-footer {
    position: absolute;
    background-color: #1c1c1c;
    line-height: 35px;
    padding: 15px 0;
  }
  .site-footer,
  .site-footer a {
    color: #666;
  }
  .site-footer .socials {
    margin: 0;
    list-style: none;
  }
  .bottom .socials li {
    display: inline-block;
    margin-left: 5px;
  }
  .site-footer .socials li a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    background-color: #2e2e2e;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -o-border-radius: 50%;
        border-radius: 50%;
  }
  .site-footer .socials li:hover a {
    color: #fff;
  }


@media(max-width:568px){
  .navbar-nav{display:none}
}

@media(min-width:1000px){
  .open-slide{display:none}
}

  /* Center menu vertically */
/*  @media screen and (min-width: 1025px) {
    .header-wrap .container > .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
*/

/*c est ici que le changement de couleur ce fait si une page est cliquer*/

#page1 .link1, #page2 .link2, #page3 .link3, #page4 .link4 {
  /*color: #e00007;*/
  color: red;
}

#page5 .link5, #page6 .link6, #page7 .link7, #page8 .link8, #page9 .link9{
  /*color: #e00007;  */
  color: red

}
