/* WIDTH */

.width-max, .width-big { width: 85%; }

/* H */

a.bouton {
  font-size: 11px;
  line-height: 14px;
}

/* BULLET POINT */

span.picto { width: 36px; height: 36px; }
span.picto-big { width: 70px; height: 70px; }

ul.bullet-point li.pic { width: 54px; }

ul.bullet-point li.txt p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

/* BARRE RESUME */

#barre-resume ul li.recapitulatif { display: none; }
#barre-resume ul li.inscription-jpo { text-align: right; }

#barre-resume ul li.lien p, #barre-resume ul li.separation p {
	font-family: 'regular', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px;
}

#barre-resume ul li.masquable-tablet { display: table-cell; }
#barre-resume ul li.masquable-tablet.hide { display: none; }

/* TIROIR CONTACT */

#tiroir-contact p { font-size: 14px; line-height: 20px; }
#tiroir-contact table#equipe tr td:nth-child(1) { width: 20%; min-width: 80px; }
