/* Tritonkipik.ovh.css
 * Mais quelle curiosité ! Contacte moi si tu cherches quelque chose alors ... ^^
*/
body {
  background-image: url(../img/triton_bg_unkown_source.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#3b4666;
}
html, body, .container {
  height: 100%;
}
/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}
/* Basic */
body, label { 
  font: 18px/23px "Cantarell", sans-serif;
  color: #ffffff;
}
h1 {
  color: #efecec;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 20px;
}
a {
  color: #ffffff;
}
p {
  margin: 0 0 15px 0;
}
strong {
  font-weight: 700;
}
/* Layout */
.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 40px;
  z-index: 9999;
  position: fixed;
}
  .inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
.navbar a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 15px;
  text-decoration: none;
  margin-top: 5px;
}
.container {
  display: table;
  padding-top: 80px;
  width: 100%;
}
.c-box {
 text-align: center;
 display: inline-block;
 width: 700px;
 background-color: #444960db;
 /*rgba(68, 73, 96, 0.86);*/
}
span.t, span.k, span.ovh {
  color: #fe5f5b;
}
.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* Special */
.sub-title {
  margin: 50px auto;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.button {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
/* Media Queries */
@media only screen and (max-width: 340px) {
  
  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  
  body h1 {
    font-size: 18px;
    line-height: 23px;
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  .button, p {
    max-width: 150px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
  }

  html, body, .container {
    height: auto;
  }
}
/* Fond ecrans 768 */
@media only screen and (max-width: 767px) {
  body {
    background-image: url(../img/triton_bg_unkown_source-768.jpg);
  }
}
/* Contact */
div.elem-group {
  margin: 40px 0;
}

label {
  display: block;
  padding-bottom: 4px;
  font-size: 18px;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 18px;
  width: 500px;
  padding: 8px;
}

textarea {
  height: 250px;
}

button {
  height: 50px;
  color: white;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  background: none;
}

button:hover {
  border: 2px solid #fe5f5b;
}