/* ---------------------------------------------------
   GENERAL
----------------------------------------------------- */

@font-face {
  font-family: "Athelas";
  /*src: url('fonts/fonts/OpenSans-Light-webfont.eot');
  src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Light-webfont.woff') format('woff'),*/
  src: url('../fonts/Athelas-Regular.ttf') format('truetype');
  /*url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Hero";
  /*src: url('fonts/fonts/OpenSans-Light-webfont.eot');
  src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Light-webfont.woff') format('woff'),*/
  src: url('../fonts/Hero.otf') format('opentype');
  /*url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');*/
  font-weight: bold;
}
@font-face {
  font-family: "HeroLight";
  /*src: url('fonts/fonts/OpenSans-Light-webfont.eot');
  src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Light-webfont.woff') format('woff'),*/
  src: url('../fonts/HeroLight.otf') format('opentype');
  /*url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');*/
  font-weight: bold;
}

.left_content{
  float: left;
}
.right_content{
  float: right;
}
.margin-auto{
  margin: auto;
}
.width_auto{
  width: auto;
}
.height_auto{
  height: auto;
}
.margin_none{
  margin: 0;
}
.padding_none{
  padding: 0;
}
.clear{
  clear: both;
}
.text_align_center{
  text-align: center;
}
.text_align_left{
  text-align: left;
}
.text_align_right{
  text-align: right;
}
.btn-blue-color-white{
  color : #FFFFFF;
  background-color: #21838C;
}
.color_primary{
  color : #21838C;
}
.color_secondary{
  color: #3F5664
}
.color_tertiare{
  color : #FFFFFF;
}

.margin-base{
  margin: 10px;
}
.bold{
  font-weight: bold;
}
.margin_top_10{ margin-top: 10px;}
.margin_top_20{ margin-top: 20px;}
.margin_top_30{ margin-top: 30px;}
.margin_left_10{ margin-left: 10px;}
.margin_left_20{ margin-left: 20px;}
.margin_left_30{ margin-left: 30px;}
.margin_right_10{ margin-right: 10px;}
.margin_right_20{ margin-right: 20px;}
.margin_right_30{ margin-right: 30px;}
.margin_bottom_10{ margin-bottom: 10px;}
.margin_bottom_20{ margin-bottom: 20px;}
.margin_bottom_30{ margin-bottom: 30px;}

.padding-base{
  padding: 10px;
}

.padding_top_10{ padding-top: 10px;}
.padding_top_20{ padding-top: 20px;}
.padding_top_30{ padding-top: 30px;}
.padding_left_10{ padding-left: 10px;}
.padding_left_20{ padding-left: 20px;}
.padding_left_30{ padding-left: 30px;}
.padding_right_10{ padding-right: 10px;}
.padding_right_20{ padding-right: 20px;}
.padding_right_30{ padding-right: 30px;}
.padding_bottom_10{ padding-bottom: 10px;}
.padding_bottom_20{ padding-bottom: 20px;}
.padding_bottom_30{ padding-bottom: 30px;}

.fs-large{
  font-size: 3em;
}
.fs-medium{
  font-size: 2em;
}
.fs-small{
  font-size: 1.5em;
}

div{
  margin: 0;
}

h1,h2,h3,h4,h5{
  margin: 0;
}

h1{
  font-size: 4.5em;
}

h2{
  font-size: 2.5em;
}

h3{
  font-size: 1.5em;
}

p{
  font-size: 1.2em;
  color: #000000;
  margin: 10px 0;
}

.title_section{
  text-align: center;
  font-family: Hero, sans-serif;
  color: #03565E;
  /*color: #3F5664;*/
}
.title_mini_section{
  font-size: 3em;
  text-align: center;
  font-family: Hero, sans-serif;
  color: #03565E;
}
.btn{
  border: none;
  font-family: HeroLight, sans-serif;
}

a{
  color: #FFFFFF;
}

ul{
  text-decoration: none;
  list-style: none;
  margin: 0;
}


@media only screen and (min-width: 768px){
  .title_section {
    font-size: 4em;
  }
  h1{
    font-size: 4.5em;
  }

  h2{
    font-size: 2.5em;
  }

  h3{
    font-size: 1.5em;
    padding: 10px 0;
  }

  p{
    font-size: 1.2em;
    color: #000000;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px){
  .title_section {
    font-size: 4em;
  }
  h1{
    font-size: 4.5em;
  }
  h2{
    font-size: 2em;
  }
  h3{
    font-size: 1.5em;
    padding: 10px 0;
  }
  p{
    font-size: 1.2em;
    color: #000000;
    margin: 10px 0;
    font-family: HeroLight, sans-serif;
  }
  .navbar-right {
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 425px){
  .title_section {
    font-size: 3em;
  }
  h1{
    font-size: 4em;
  }
  h2{
    font-size: 1.6em;
  }
  h3{
    font-size: 1.3em;
    padding: 10px 0;
  }
  p{
    font-size: 1.2em;
    color: #000000;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 320px){
  .title_section {
    font-size: 2.5em;
  }
  h1{
    font-size: 3.5em;
    padding: 10px 0;
  }
  h2{
    font-size: 2em;
    padding: 10px 0;
  }
  h3{
    font-size: 1.2em;
    padding: 10px 0;
  }
  p{
    font-size: 1.2em;
    color: #000000;
    margin: 10px 0;
  }
}

/* ---------------------------------------------------
    GENERAL CONTAINER  STYLE
----------------------------------------------------- */

body, html{
  color: #FFFFFF;
  /*background-image:linear-gradient(#03565E, #000000);*/
  background-color: #000;
  width: 100%;
  height: 100%;
  font-family: HeroLight, sans-serif;
}

.container-fluid{
  padding: 0;
}

.row{
   margin-right: 0px;
   margin-left: 0px;
}
/* ---------------------------------------------------
    HEADER PAGE
----------------------------------------------------- */

.bg-dark{
  background-color: #000 !important;
}

.navbar{
  margin-bottom: 0;
  border: none;
  padding: 4px 10px;
  min-height: 30px;
}
.navbar-fixed-top{
  border: none;
}
/* ---------------------------------------------------
    HOME PAGE
----------------------------------------------------- */
#menu{
  padding: 0;
}

body > div.container-fluid > header > nav > a{
  font-family: Hero, sans-serif;
  text-decoration: none;
  color: #FFF;
}

body > div.container-fluid > header > nav > a:hover, body > div.container-fluid > header > nav > a:focus{
  text-decoration: none;
  color: #FFF;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background: none;
}

.navbar-nav{
  margin: 0;
}

#menu li{
  list-style: none;
  display: inline;
  padding: 10px 0px;
}
#menu li a{
  font-family: Hero, sans-serif;
  font-size: 1em;
  text-decoration: none;
  padding: 5px 10px;
}

#menu li a:hover{
  color: #ffffff;
}
#menu li a:hover .icon{
  color: #21838C;
}

#menu .active a{
  color: #ffffff;
}

#menu .active .icon{
  color: #21838C;
}

#menu .icon{
  padding: 10px 10px 0px 0px;
  color: grey;
}

#logo{
  text-align: center;
  font-family: Hero, sans-serif;
}

@media  (min-width: 768px){
  .navbar-right {
    margin: 10px 0px;
  }
}

/* ---------------------------------------------------
    PARALLAX SETTING
----------------------------------------------------- */
@media only screen and (min-width: 768px){
  .second_parallax, .overflow_second_parallax{
    height: 300px;
  }
  .footer_parallax, .footer_overflow_parallax{
    height: 500px;
  }
}
@media only screen and (max-width: 768px){
  .second_parallax, .overflow_second_parallax{
    height: 300px;
  }
  .footer_parallax, .footer_overflow_parallax{
    height: 500px;
  }
}
@media only screen and (max-width: 425px){
  .second_parallax, .overflow_second_parallax{
    height: 550px;
  }
  .footer_parallax, .footer_overflow_parallax{
    height: 500px;
  }
}
@media only screen and (max-width: 320px){
  .second_parallax, .overflow_second_parallax{
    height: 600px;
  }
  .footer_parallax, .footer_overflow_parallax{
    height: 500px;
  }
}
.first_parallax{
  /* The image used */
  background-image: url('../img/img.jpg');

  /* Full height */
  height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.overflow_parallax{
  /*background: rgba(33, 131, 140, 0.2);*/
  background: rgba(0, 0, 0, 0.4);
  height: 800px;

}

.second_parallax{
  /* The image used */
  background-image: url('../img/img.jpg');

  /* dimensions */
  width: 100%;
  padding: 0;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.overflow_second_parallax{
  /*background: rgba(33, 131, 140, 0.4);*/
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 40px 0;
}

.footer_parallax{
  /* The image used */
  background-image: url('../img/img.jpg');

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.footer_overflow_parallax{
  /*background: rgba(33, 131, 140, 0.2);*/
  background: rgba(0, 0, 0, 0.5);
}
/* ---------------------------------------------------
    HOME SECTION
----------------------------------------------------- */

@media only screen and (min-width: 768px){
  #home #intro{
    padding: 10% 0 0 0;
  }
  #contact{
    padding: 4% 0 0 0;
    margin: 0 37%;
    max-width: 25%;
  }
  #concept .row{
    max-width: 50%;
    margin: 0 25%;
    padding: 2% 0;
  }
  #concretement .row{
    margin: 0;
    padding: 5% 0;
  }
}
@media only screen and (max-width: 768px){
  #home #intro{
    padding: 15% 0 0 0;
  }
  #contact{
    padding: 5% 0 0 0;
    margin: 0 25%;
    max-width: 50%;
  }
  #concept .row{
    margin: 0;
    padding: 2% 0;
    max-width: 100%;
  }
  #concretement .row{
    margin: 0;
  }
}
@media only screen and (max-width: 425px){
  #home #intro{
    padding: 15% 0 0 0;
  }
  #contact{
    padding: 18% 10%;
    max-width: 70%;
    margin: 0 16%;
  }
  #concept .row{
    margin: 0 25%;
  }
  #concretement .row{
    margin: 0 25%;
    width: 50%;
  }
}
@media only screen and (max-width: 320px){
  #home #intro{
    margin: 18% 0 5% 0;
    padding: 0;
  }
  #contact{
    padding: 5% 0;
    max-width: 70%;
    margin: 0 16%;
  }
  #concept .row{
    margin: 0 25%;
  }
  #concretement .row{
    margin:0 25%;
    width: 50%;
  }
}


#home #intro{
  text-align: center;
}


#vision{
  background: #EDEDED;
  padding: 30px;
  height: auto;
}

#vision #content{
  margin: auto;
}

#concept{
  background-color: #EDEDED;
  padding: 30px 0;

}

#concretement{
  background-color: #000;
  padding: 30px 0;
  text-align: center;
}

#concretement .row h3{
  font-size: 2em;
  text-align: center;
  font-family: Hero, sans-serif;
  color: #03565E;
}
#concretement .row p{
  color: #fff;
}

/* ---------------------------------------------------
    FOOTER PAGE
----------------------------------------------------- */

footer{
  background-color: #000000;
  color: #ffffff;
  padding: 0;
}

footer p{
  font-size: 1.2em;
  color: #FFF;
  margin: 10px 0 10px 20px;
}

#footer_container{
  padding: 0;
}
#footer_container h1{
  font-family: Hero, sans-serif;
}
#footer_container h2{
  font-family: Hero, sans-serif;
  color: #21838C;
  font-weight: bolder;
}
#footer_container #content{
  padding: 10% 0 0 0;
}

#footer_container #content ul{
  margin: 20px 0;
  padding: 0;
}
#footer_container #content ul li{
  display: inline;
  padding: 0 20px;
}


#footer_container a{
  color: #fff;
  text-decoration: none;
}
#footer_container a:hover,a:focus,a:active{
  color: #fff;
  text-decoration: none;
}

/* ---------------------------------------------------
    ERROR PAGE
----------------------------------------------------- */

@media only screen and (min-width: 768px){
  .error_section{
    padding: 20% 0 16% 0;
  }
  .error_section div{
    margin: 0 25%;
  }
}
@media only screen and (max-width: 768px){
  .error_section{
    padding: 30% 0 0 0;
  }
}
@media only screen and (max-width: 425px){
  .error_section{
    padding: 45% 0 0 0;
  }
}
@media only screen and (max-width: 320px){
  .error_section{
    padding: 50% 0 0 0;
  }
}


.error_parallax{
  /* The image used */
  background-image: url('../img/img.jpg');

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.error_overflow_parallax{
  /*background: rgba(33, 131, 140, 0.2);*/
  background: rgba(0, 0, 0, 0.4);
  height: 100%;

}

.error_section h2{
  text-align: center;
}
.error_section button{
  width: 100%;
}
.error_section a{
  text-decoration: none;
}
.error_section a:hover, .error_section a:focus{
  text-decoration: none;
  color: #fff;
}