

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');


/* GENERIC ============================================================================================================================================ */

html {
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.2rem;
  background: #ccc;
  margin: 0px; 
}

.dN{
  display : none;
}

.menu {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index:10;
  height: 300px;
  background-attachment: fixed;  
  background: linear-gradient(rgba(173, 150, 132, 1), rgba(173, 150, 132, .2));
}

button:focus, button:active {
   outline: none !important;
   box-shadow: none;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
a, #a, fab {
  color: #fa4;
  text-decoration: none;
  outline: 0;
}
a:hover, #a:hover, fab:hover{
  color: #d60;
  text-decoration: none;
  cursor: pointer;
}
p{
  margin-bottom: .5rem;
}
b{
  font-weight: 700;
}
black{
  color: #333;
}


/* STYLING ============================================================================================================================================ */

.hidden{
  display : none;
}

.tobottom{
  position: absolute;
  bottom: 0;
}

.alignbottom{
  bottom: 0;
}

.grow { 
  transition: all .2s ease-in-out; 
}

.grow:hover { 
  transform: scale(1.1); 
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}


TEXT STYLING ============================================================================================================================================ */

.text700{
  font-weight: 700;
}
.text400{
  font-weight: 400;
}
.text300{
  font-weight: 300;
}
.text0{
  font-size: 2rem;
  line-height: 2.2rem;
}
.text1{
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.text2{
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text3{
  font-size: 1rem;
  line-height: 1.2rem;
}

.title_1{
  color: #FFF;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding-bottom: .2rem;
}

.smalltext {
  font-size: 0.8rem;
  line-height: 1rem;
}

/* LANDING PAGE ============================================================================================================================================ */

.home-inner {
  background-image: url('images/open9.jpg');
}
.landingcaption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 45vh;
  z-index: 1;
}
.landingcaption h1 {
  color: white;
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}
.landingcaption h3 {
  top: 60vh;
  color: white;
  font-size: 1.5rem;
  //text-transform: uppercase;
  font-weight: 400;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 2rem;
}

.fixtitre {
  position: fixed;
  top: 0rem;
  background: rgba(0, 0, 0, .5)!important;
  transition: background-color 2s ease 0s;
  height:132px;
}

.arrow {
  position: absolute;
  top: 90vh;
  left: 50%;
  margin-left: 0px;
}

.bottomlogo {
  width: 40%;
  margin-left: 0px;
}


@media (min-width: 576px) {.bottomlogo {width: 40%;}}
@media (min-width: 768px) {.bottomlogo {width: 30%;}}
@media (min-width: 992px) {.bottomlogo {width: 20%;}}
@media (min-width: 1200px) {.bottomlogo {width: 20%;}}



/* FIRSTID
============================================================================================================================================ */

#firstid{
  padding-bottom: 14rem;
}



/* PRESENTATION1
============================================================================================================================================ */


#lestill {
    display: none;
  }

#presentation1{
  color: #fff;
}

#presentation1 a:hover{
   color: #fff;
}

/* Devices under 768px (md) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 767px) {
  #presentation1 .text2{
    text-align: center;
  }
  #lavideo {
    display: none;
  }
  #lestill {
    display: block;
  }
}


/* PRESENTATION2
============================================================================================================================================ */

.go{
  opacity:0;
}

@keyframes 'fadeInUp' {
    from { -webkit-transform: translateX(100%); opacity: 0; }
    to { -webkit-transform: translateX(0); opacity: 1; }
}
@-webkit-keyframes 'fadeInUp' {
    from { -webkit-transform: translateX(100%); opacity: 0; }
    to { -webkit-transform: translateX(0); opacity: 1; }
}

.go.animate{
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-name: fadeInUp;
    animation-delay: 0s;
}

#presentation2{
   color: #fff;
}

#presentation2 a:hover{
   color: #fff;
}

/* Devices under 768px (md) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 767px) {
  #presentation2 .text2{
    text-align: center;
  }
}

/* PRESENTATIONS
============================================================================================================================================ */

#presentations{
  background-color: #ccc;
  background-image: url('images/kane_big.jpg');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}


@media (max-width: 767px) {
  #presentations{
    background-color: #ccc;
    background-image: url('images/kane_sm.jpg');
    background-position: 0% 0%;
    background-repeat: no-repeat;
  }
}

/* LOGOS
============================================================================================================================================ */

#logos{
  background: url('images/white.jpg') center center no-repeat fixed, #fff;
}

#logos{
   color: #000;
}

#logos a:hover{
   color: #000;
}

/* Devices under 768px (md) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 767px) {
  #logos{
      background: url('images/white.jpg') center center no-repeat fixed, #fff;
  }
  #logos .text2{
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.logo{
  width: 80%;
}
.logo2{
  width: 70%;
}
.logo3{
  width: 60%;
}
.logo4{
  width: 50%;
}

/* Devices under 576px (md) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 576px) {
  .logo{
    width: 75%;
  }
}

/* SUITE
============================================================================================================================================ */

#suite{
  background-color: #666;
}

#suite a{
   color: #ccc;
}




/* CONTAINERS  ============================================================================================================================================ */

.darktop {
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 1000!important;
  padding: 1rem 0 1rem 0;
  height:132px;
}

.dark {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000!important;
}

/* ROWS 
============================================================================================================================================ */

.stroke {
  border: 1px solid #ccc;
}

.row.padding {
  padding: 2rem 0 1rem;
}

.nopad {
  padding: 0;
}

.row.rowpad [class*=col-] {
  padding: 0 .4rem 0;
}
.row.imagesrow [class*=col-] {
  padding: 0.2rem;
}
.row.no-padding [class*=col-] {
  padding: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


/* COLUMNS ============================================================================================================================================ */

.col{
  padding: 0;
}
.twoColumns{
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}


/* BUTTONS ============================================================================================================================================ */


.btn-primary{
  font-weight: 400;
  color: #333;
  background-color: #ad9684;
  border: none;
}

.btnactive{
  color: #fff;
  background-color: #fa4;
}

.btn-primary:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background-color: #fa4 !important;
}
.btn-info{
  font-weight: 400;
  color: #fa4;
  background-color: #ad9684 !important;
  border: #ccc solid 1px;
}
.btn-info:hover, .btn-info:hover, .btn-info:focus, .btn-info:active{
  background-color: #d60 !important;
  border:  solid 1px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    z-index: 2000;
    bottom: 20px;
    right: 14px;
    display: none;
}
.svg-inline--fa-chevron-up {
 color: white;
}


/* FOOTER 
============================================================================================================================================ */

footer {
  height: 14rem;
  background: linear-gradient(rgba(88, 40, 0, 0.8), rgba(173, 150, 132, 0.8));
  background-blend-mode: multiply;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw !important;
}

footer svg.svg-inline--fa {
  font-size: 2rem;
  margin: 0rem .2rem 0 0;
}

footer a{
  color: #fff;
  cursor: pointer;
}

footer a:hover{
  color: #fa4}

bottomlogo{
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: #155;
}


/* MEDIA QUERIES ============================================================================================================================================ */

/* Devices under 992px (lg) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 991px) {



}

/* Devices under 768px (md) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 767px) {



}

/* Devices under 576px (sm)  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 575px) {



}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

