.zoneentete{
	margin-left: 5%;
	margin-top:2%;
	width: 90%;
	height: auto;
	
}

/*------------------- css des boutons ------------*/

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #2980B9;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.buttonnoir {
  display: inline-block;
  border-radius: 4px;
  background-color: black;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
}

.buttonnoir span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonnoir span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonnoir:hover span {
  padding-right: 25px;
}

.buttonnoir:hover span:after {
  opacity: 1;
  right: 0;
}



/* ------------- css ordinateur ----------------- */
.zonepanierordinateur{
	position: fixed;
	z-index: 1;
	margin-top: 4.5%;
	top: 0;
	right: 0;
	width: 15%;
	background-color: green;
	border-radius: 8px 0px 0px 8px ;
	transition: all 0.5s;
}

.zonepanierordinateur:hover{
	cursor: pointer;
}

.zonepanierordinateur:hover{
	width: 17%;
}

.zoneimageordinateur{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin-left: 20%;
	
}

.imgpanierordinateur{
	width: 40px;
}

.zonenumeroordinateur{
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	font-family: Helvetica;
	display: inline-block;
	vertical-align: top;
	width: 30px;
}

.zonepaniertelephone{
	z-index: 1;
	display: none;
}

.menutelephone{
	display: none;
}

.logo{
	display: inline-block;
	vertical-align: top;
	width: 	12.5%;
	margin-bottom: 4%;
}

.logoimg{
	width: 	100%;
}

.logoimg:hover{
	cursor: pointer;
}

.barremenuordinateur{

	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin-left: 5%;
	margin-top: 4%;
  	
}

.titremenu{
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}

.titremenu:hover{
	cursor: pointer;
}

.a{
	text-decoration: none;
	font-family: Helvetica;
	font-weight: bold;
	color: black;
	font-size: 18px;
}

.a:hover{
	color: black;
	text-decoration: underline;
}

/* ---------------- css telephone -------------------*/

.zonepaniertelephone{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: green;
	transition: all 0.5s;
	border-radius: 8px;
}

.zonepaniertelephone:hover{
	cursor: pointer;
}

.zonepaniertelephone:hover .imgpaniertelephone{
	width: 45px;
}

.zoneimagetelephone{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin-left: 40%;
}

.imgpaniertelephone{
	width: 40px;
}

.zonenumerotelephone{
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	font-family: Helvetica;
	display: inline-block;
	vertical-align: top;
	width: 30px;
}

.logotelephone{
	display: inline-block;
	vertical-align: top;
	width: 	25%;
}

.logoimgtelephone{
	width: 	100%;
}

.zonetelephone{
	display: inline-block;
	vertical-align: top;
  	margin-top: 15px;
  	float: right;
  	width: 30%;
}

.barremenutelephone{
	display: inline-block;
	vertical-align: top;
	float: right;
  	width: 35%;
}

.imagebarremenutelephone{
	width: 100%;
}

.listederoulantetelephone {
	width: 95%;
	text-align: center;
	position: absolute;
	z-index: 10;
	display: none;
	float: right;
	background-color: black;
	top: 0;
  	right: 0;
  	min-height: 100%;
}

.listederoulantetelephone a{
	text-decoration: none;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 27px;
  	color: white;
}


.listederoulantetelephone a:hover{
	text-decoration: underline;
	color: white;
}


.croix{
	width: 30px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}

.eretage{
	margin-top: 100px;
	color: white;
}

.btncroix{
	float: right;
	cursor: pointer;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	outline: inherit;
}

/*------------------ Choix selon taille écran--------------- */


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

	.a{
		font-size: 15px;
	}
	
}

@media screen and (max-width: 993px) {
	.zoneentete{
		margin-top: 5%;
	}
	.zonepaniertelephone{
		display: block;
	}


	.zonepanierordinateur{
		display: none;
	}

	.menuordinateur{
		display: none;
	}

	.menutelephone{
		display: block;
	}

}