@charset "UTF-8";
/* CSS Document */
::before, ::after {
/*box-sizing: border-box;
margin: 0;
padding: 0;*/
}
body {
	/*background: #F1F1F5*/
	/*padding: 0 20px;*/
}
h1 {
    /*color: cadetblue;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 10px 0;
	font-size: 14px;
	font-weight: 600;
	background-clip: text;
	-webkit-background-clip:text;
/*background-image: linear-gradient(30deg, #9900FF, red, yellow, red, yellow, red, #6600FF, #9900FF);*/
	background-image: url("img/degrade_01.png");
	color: transparent;
	/*line-height: 0.9;*/
	transition: background-position 0.4s ease-out;
	cursor: pointer;
}
h1:hover {
	background-position: 420px 0px;
}
h2 {
    /*color: cadetblue;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 10px 0;
	font-size: 14px;
	font-weight: 600;
	background-clip: text;
	-webkit-background-clip:text;
/*background-image: linear-gradient(30deg, #9900FF, red, yellow, red, yellow, red, #6600FF, #9900FF);*/
	background-image: url("img/degrade_02.png");
	color: transparent;
	/*line-height: 0.9;*/
	transition: background-position 0.4s ease-out;
	cursor: pointer;
}
h2:hover {
	background-position: 270px 0px;
}
.boutonEMAIL {
	width: 0px;
	/*height: 60px;*/
	background-image: url("img/bt_e-mail.png");
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}

.boutonEMAIL:hover {
	background-image: url("img/bt_e-mail_over.png");
}
.boutonTELEPHONE {
	width: 50px;
	/*height: 60px;*/
	background-image: url("img/bt_telephone.png");
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}

.boutonTELEPHONE:hover {
	background-image: url("img/bt_telephone_over.png");
}

.background-table {
    background-image: url("img/bando+_center.png");
	background-color: transparent;
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    width: 100%;
    height: 70px;
}

.background-table-foot {
    background-image: url("img/bando_bas.png");
	background-color: transparent;
    /*background-repeat: no-repeat;*/
    background-size: 100% auto;
    width: 100%;
    height: 34px;
}









