/*Reusable component*/
.html .main_color--text, .html p, .html a, .html h1, .html h2, .html h3, .html h4, .html h5, .html h6{
  color: #424242;
}

#page-main {
  padding-left: 300px;
}

@media only screen and (max-width : 992px) {
  #page-main {
    padding-left: 0;
  }
}

i{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.html p{
  line-height: 1.7em;
}

.html .secondary_color--text{
  color: #2c9bb3;
}

.html .accent_color--text{
  color: #424242;
}

.html .link, .html .link--no-underline{
  color: #2c9bb3;
}

.html .link{
  text-decoration: underline;
}

.html .main_color--bg{
  background-color: #2c9bb3;
  color: #fff;
}

.html .main_color--bghover:hover{
  background-color: #2c9bb3;
  color: #fff;
}

.html .section, .html .section--no-padding{
  border-bottom: 1px solid #cfd8dc;
  padding: 0px;
}

.html .no-border{
  border: 0px;
}

.html .section:nth-child(odd){
  background: #f6f7f7;
}

.html .section{
  padding-top: 25px;
}

.html .section h2{
  font-size: 40px;
  margin-top: 15px;
}

.html .clearfix{
  clear: both;
}

.html .footer{
  background: #cfd8dc;
}

.html .footer .copyright .col{
  padding: 5px 0;
}

/*Global style*/

#materialbox-overlay{
  background-color: #cfd8dc;
}

#mobile-nav{
  box-shadow: none;
  border-right: 1px solid #cfd8dc;
}

.hero img{
  margin-top: 5px;
}

.hero .hero_main{
  padding: 2.5% 15% 5% 15%;
}

.hero .hero_description{
  margin-top: 0px;
  font-size: 22px;
}

.presentation .presentation_header i{
  font-size: 90px;
}

.path-container{
  padding: 15px 10px;
}

.path i{
  font-size: 40px;
  border: 1px solid #cfd8dc;
  line-height: 1em;
  z-index: 999;
  background: #f6f7f7;
  padding: 12px;
  border-radius: 50%;
}

.path tr{
  border: none;
}

.path td:first-child{
  position: relative;
  z-index: 999;
}

.path td:first-child:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  z-index: -10;
  background: #cfd8dc;
}

.path tr:last-child td:first-child:after{
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #cfd8dc transparent transparent transparent;
  z-index: -10;
}

.path h5, p{
  margin: 0;
}

.path p{
  color: #666;
}

.skills_header{
  border-bottom: 1px solid #cfd8dc;
  margin-bottom: 35px;
}

.skill .skill_header i{
  font-size: 90px;
}

.support_header{
  border-bottom: 1px solid #cfd8dc;
  margin-bottom: 35px;
}

/* Pano page */

.html .pano-header.section{
  background: url(../img/pano.jpg) no-repeat bottom;
  background-size: cover;
  padding: 10% 2% 5% 2%;
  text-shadow: 1px 1px 22px;
}

/* Formation page */

.html .formation-header.section{
  background: url(../img/formation.jpg) no-repeat top;
  background-size: cover;
  padding: 10% 2% 5% 2%;
  text-shadow: 1px 1px 22px;
}

.number .number_header h5{
  font-size: 50px;
  font-weight: 500;
}

.number .number_header h4{
  font-size: 26px;
  margin-top: 0px;
}

/* Contact Page */

a.rgpd{
  color: #9e9e9e;
  text-decoration: underline;
}

/* Error page */
.error .error-header{
  padding: 15px 0 0 0;
}

.error i{
  font-size: 200px;
}

.error .error_code{
  font-size: 45px;
  margin: 0px;
  font-weight: 700;
}

.error .error_shorttext{
  font-size: 24px;
  margin: 0;
}

.error .error_text{
  font-size: 18px;
}

.error .error--backtohome{
  margin-bottom: 15px;
}

@media screen and (max-height: 539px) {
  .html #main-nav{
    display: block;
  }

  #main-nav .sidenav-trigger{
    display: block;
  }

  .html .sidenav_hero{
    display: none;
  }

  .html .sidenav_logo:first-child{
    display: none;
  }
}


@media screen and (min-width: 601px) {
  .hero .hero_main{
    padding: 2.5% 25% 5% 25%;
  }

  .html .section h2{
    font-size: 44px;
  }

  .error .error-header{
    padding: 30px 0 0 0;
  }

  .error i{
    font-size: 230px;
  }

  .error .error_code{
    font-size: 55px;
  }

  .error .error_shorttext{
    font-size: 30px;
  }

  .error .error_text{
    font-size: 22px;
  }

  .error .error--backtohome{
    margin-bottom: 30px;
  }

}


@media screen and (min-width: 992px) {

  .html .section{
    padding-top: 30px;
  }

  .html .section h2{
    font-size: 50px;
  }

  #main-nav{
    display: none;
  }

  .html .carousel .carousel-fixed-item p{
    font-size: 20px;
  }

  .html .carousel .carousel-fixed-item{
    padding: 0 1em 1.5em 1em;
  }

  .html .carousel .indicators .indicator-item{
    background-color: rgba(66,66,66, 0.5);
  }

  .html .carousel .indicators .indicator-item.active{
    background-color: rgb(66,66,66);
  }

  .first-panel{
    background: url(../img/group.jpg) no-repeat center;
    background-size: cover;
  }

  .second-panel{
    background: url(../img/child.jpg) no-repeat center;
    background-size: cover;
  }

  .html .sidenav_hero{
    border-top: 1px solid #cfd8dc;
    position: absolute;
    bottom: 70px;
    padding: 10px 50px;
    line-height: 0px;
  }

  .html .sidenav_logo:first-child{
    max-height: 80px;
    float: left;
  }

}

@media screen and (min-width: 1201px) {
  .contact form{
    border-right: 1px solid #cfd8dc;
  }

  .html .carousel .carousel-fixed-item{
    padding: 0 2em 2em 2em;
  }

  .error .error-header{
    padding: 80px 0 0 0;
  }

  .error i{
    font-size: 250px;
  }

  .error .error_code{
    font-size: 70px;
  }

  .error .error_shorttext{
    font-size: 38px;
  }

  .error .error_text{
    font-size: 28px;
  }

  .error .error--backtohome{
    margin: 30px 0 100px 0;
  }

}
