body {
  height: 100%;
}
html {
  height: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Cabin', sans-serif;
    color: #767676;
}
button#tarteaucitronCookiesNumber, button#tarteaucitronManager {
  display: none !important;
}
div#tarteaucitronCookiesListContainer {
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

p {
	line-height:1.25em;
}
.icones:hover {
	opacity: 0.5;
}
.container {
	background-color: #FFFFFF;
}
/* NAVBAR*/
.navbar-custom {
    background-color: #2e3338;
}
.nav-link:hover {
	background-color: #a2b700;
	border-radius: .5rem;
	color:white;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
/* FIN NAVBAR*/


.carousel-control-prev {
  text-align: start
}
.carousel-control-next {
  text-align: end
}

/* NEWS */
#news ul.timeline {
  list-style-type: none;
  position: relative;
}
#news ul.timeline:before {
  content: ' ';
  background: #fff /*#d4d9df*/ ;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
#news ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
#news ul.timeline > li:before {
  content: "\f35a";
  font-family: "FontAwesome";
  display: inline-block;
  color: #a2b700;
  position: absolute;
  left: 20px;
  width: 17px;
  height: 17px;
  z-index: 400;
}
.none {
display: none;
}
ul {
  list-style: none;
  padding: 0;
}
ul .liste {
  padding-left: 1em;
}
ul .liste:before {
  content: "\f105"; 
  font-family: FontAwesome;
  font-size: 1em;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.accordion-button:active, .accordion-button:focus {
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
}
footer .reseaux {
  border-radius: 50%;
  text-align: center;
}
footer section a {
  color: #41464c
}
footer .liens li a i {
  margin-right: 0.4em
}
footer section a i {
  color: #41464c;
}
footer {
  color: #41464c
}
footer .btn-outline-light {
  border-color: #41464c
}
/* XS */
@media (max-width: 36em) {
  .icones {
    max-width: 85px;
  }
}
/* SM */
@media (min-width: 36em) {
  .icones {
    max-width: 115px;
  }
}
/* MD */
@media (min-width: 48em) {
.photo-gallery h2 {
	margin-bottom:25px;
	padding-top:25px;
  }
}
.photo-gallery .intro {
	max-width:500px;
	margin:0 auto 40px;
}
.photo-gallery .intro p {
	margin-bottom:0;
}
.photo-gallery .photos {
	padding-bottom:20px;
}
.photo-gallery .item {
	padding-bottom:30px;
}	
}
/* LG */
@media (min-width: 62em) {
}
/* XL */
@media (min-width: 75em) {
}