

/* JJ ADONS STYLES */

body{
	background: url("images/texture_METAL.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
	font-family: 'Bebas Neue', cursive;
}

h1, h2, h3, h4{color: #FFF}
h1, h2, h3, h4, h5, h6{font-family: 'Bebas Neue', cursive;}

div.container{
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0 auto;
	max-width: 62.5rem;
	width: 100%;
	box-shadow: 0 0 10px 0 #000000;
	padding-top: 1rem
}

@media only screen and (max-width: 40.0625em){
  h1 {font-size: 3rem}
}

  @media only screen and (min-width: 40.0625em){
	h1 {font-size: 3.75rem}

	h4 {font-size: 1.6rem}
	}

hr{border: 1px solid #7c7c7c}
hr.noBorder{border: none}

/* padding / margin */

.pv1rem{padding-top: 1rem; padding-bottom: 1rem}
.pt1rem{padding-top: 1rem}
.pb3rem{padding-bottom: 3rem}
.no-padding{padding: 0}
.pl0{padding-left: 0}

/* A PROPOS */

#aPropos{
	background: url("images/degrade.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#aPropos img{width: 100%; height: 100%}

/* CONTACT BLOCK + PARTNER BLOCK*/

.contactBlock, .partnerBlock{
  background-color: #FFF;
  opacity: .9;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 20px 0;
  padding-top: 15px
}

.contactBlock *, .partnerBlock *{color: #000}

.contactBlock div, div.eMail, div.web{
  background: url("images/ico-contact.png");
  background-repeat: no-repeat;
  background-position: 0 -3px;
  padding-left: 35px;
  padding-bottom: 15px
}

div.eMail{background-position: 0 -45px}
div.web{background-position: 0 -85px}

.partnerBlock .columns{padding-left: 0; margin-bottom: 2rem}

/* BUTTONS & LINKS */

a{color: #747474 !important; font-family: 'Bebas Neue', cursive}
a:hover, a:focus{color: #919191 !important}

button, a.button{
	background-color: #cccccc;
	color: #000 !important;
	font-family: 'Bebas Neue', cursive}

button:hover, button:focus, a.button:hover, a.button:focus{background-color: #7e7e7e !important; color: #FFFFFF !important}

.button-group > li > button, .button-group > li .button{border-color: rgba(0,0,0,0.5)}

.clearing-thumbs li{transition: 1s ease}
.clearing-thumbs li:hover{opacity: .5; transition: 1s ease}

@media screen and (max-width: 64em){

	.right{float: none !important}

}

/* BACK TO TOP BUTTON */

#button {
  display: inline-block;
  background-color: #3f3937;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 1s ease;
  z-index: 950;
  opacity: 0;
  visibility: hidden}

#button.show{
  opacity: 1;
  visibility: visible;
  transition: 1s ease;}

#button:hover {
  cursor: pointer;
  background-color: #6c6462;
  transition: background-color 1s ease, border-color 1s linear}

#button:active {
  background-color: #555}

  #button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff}

/* GALLERY */

.clearing-blackout{background: url("images/bg-GALLERY.png") repeat transparent}
.clearing-assembled .clearing-container .visible-img, .clearing-caption{background: none}
.clearing-assembled .clearing-container .carousel{display: none}

.clearing-caption{
  color: #FFF;
  background-color: #000;
  padding: 10px}

.clearing-blackout .clearing-close{
  font-size: 40px;
  color: #000;
  background-color: #fff;
  padding: 0 12px;
  border-radius: 35px;
  position: absolute;
  top: 20px;
  right: 20px}

  /* FOOTER */

 footer
{
  padding: 1rem;
  text-align: center;
  color: #000000;
  background-color: #e9e9ea
  }