/* Desktop (devices using a mouse & a keyboard) CSS styles */

a			{ transition:color 300ms }
a:hover		{  }

/* top menu */
.topmenu a:hover	{ border-bottom:1px solid #c7af61 }

/* Contacts buttons */
.bouton:hover	{ color:#fff; width:140px; margin-left:432px }


/* Hambuger menu */
@media screen and (max-width:835px) {
.topmenu a:hover  { background-color:#d9c993; border-bottom:1px solid #fff }
}


/* contact form switch to label above / element below */
@media screen and (max-width:600px) {
.bouton:hover	{ color:#fff; width:140px; margin:0 0 20px 0 }
}
