*

{
	font-family: "montserrat",sans-serif;
	font-size: 12px;
}

hr

{
   height: 2px;
   background-color: #333; /*#333*/
   border: none;
}
.categorie{
  font-size: 20px;
  color: #DADADA;
  margin-top: none;
  margin-bottom: 20px;
  
  letter-spacing: 1px;
  font-weight: 900;
}

.color_1{
  color: #5aa9aa; /* Xenon */  
}
.color_2{
  color: #75723f; /* Confined */ 
}

.color_3{
  color: #b54801; /* Dexter */ 
}

.color_4{
  color: #899589; /* Onamis 7 */  
}

.color_5{
  color: #C37651; /* Ikoo */   
}

.color_6{
  color: #5E2D43; /* Iwan */   
}

.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}

h1

{
	text-align: left;
	font-size: 50px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 2px;
	text-transform: uppercase;
	letter-spacing: auto;
	font-weight: 800;
}

h2

{
  font-size: 20px;
  color: #ccc;
  margin-top: none;
  margin-bottom: 20px;
  
  letter-spacing: 1px;
  font-weight: 600;
}

h3

{
  font-size: 20px;
  color: #FFF;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}




button

{
  background: none;
  color: #999;
  border: 1px solid #999;
  padding: 12px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.4s linear;
  cursor: pointer;
}

button:hover

{
  background: #222;
  /*color: #fff;*/
}

.section

{
  max-width: 515px;
  margin: auto;
  padding: auto;
  background: #252525;
}




figure 

{
	white-space:pre-line;
    border: none;
    padding: 5px 2px; /*  padding: 5px 2px; */
    max-width: 515px;
    margin: 0 10px;
	text-align: justify;
}

figure2 

{
	white-space:pre-line;
    border: none;
    padding: 5px 2px;
    max-width: 515px;
    margin: 0 1px;
	text-align: center;
}
