@charset "UTF-8";


/* Company
------------------------------------------------------------*/

/* h2 */
.slide.h2Area{
	background: url(https://www.jewelry-tresor.com/site/wp-content/uploads/company/h2_back.jpg) no-repeat center center;
  background-size: cover;
}

h3{
  font-size: 1.5rem;
	margin-bottom: 15px;
	margin-top: 35px;
}


/*****************************************/
/*				 Tablet					 */
/*****************************************/

@media screen and (max-width: 960px) {

}

/*****************************************/
/*				 Mobile					 */
/*****************************************/

@media screen and (max-width: 680px) {


}


