body {
	position: relative;
	overflow-x: hidden;
}

hr.hr-invisible {
	visibility: hidden;
}


/* item styles */
.item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%; /* here the desired aspect ratio */
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header {
    height : 720px;
    background-image: url('img/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.triolaine-header {
    background-image: url('img/triolaine_arbol.jpg');
    height : 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.bg-rosec {
    background-color: #f7ddc9;
}

.bg-rouge {
    background-color: #D33A22;
}

.bg-rose {
    background-color: #E0A575;
}

.bg-orange {
    background-color: #FD8108;
}

/* .cover-img { */
/*     width: 100%; */
/* } */

.navbar {
    background-color:  #f7ddc9;
}

.navbar-brand {
    background-color:  #f7ddc9;
}

.navbar-link {
    color:  #f7ddc9;
    background-color:  #f7ddc9;
}

.triolaine-title {
    position: absolute;
    top: 80px;
    right : 80px;
}

.triolaine-title-petit {
    position: absolute;
    font-size: 1.2rem;
    top: 80px;
    right : 80px;
}

.triolaine-subtitle {
    position: absolute;
    top: 86px;
    right : 120px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #623a38;
    background-color: #ffb55e;
}

/* .title-text { */
/*     position: absolute; */
/*     top: 80px; */
/*     width: 100%; */
/* } */

.menu-text {
    position: absolute;
    top: 400px;
    width: 100%;
}

.mySticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    z-index: 9000;
}

.list-news {
  list-style-image:  url("../open-iconic/svg/bolt.svg");
}

hr {
  height: 3px;
  background : #4E2B2B;
}