@charset "utf-8";

.commande-authentification {
	display: table;
	float: none;
	width: 100%;
	position: relative;
	margin-top: 30px;
	border-collapse:collapse;
}
@media screen and (max-width: 580px) {
.commande-authentification {
	display: block;
	margin-top: 20px;
}
}
.commande-authentification div{
	display: table-cell;
	float: none;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #CCCCCC;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 580px) {
.commande-authentification div{
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border: 0px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.commande-authentification div:last-of-type{
	border-bottom: 1px solid #CCCCCC;
}
}
.commande-authentification div:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
@media screen and (max-width: 580px) {
.commande-authentification div:hover{
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}	
}
.commande-authentification div:first-of-type a{
	font-size: 15px;
	line-height: 43px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: var(--bouton-couleur-fond);
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: 2px;
}
.commande-authentification div:first-of-type a:hover{
	background-color:  var(--bouton-couleur-fond-survol);
}
.commande-authentification div:last-of-type a{
	font-size: 15px;
	line-height: 41px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: 2px;
	border: 1px solid #b2b2b2;
	box-sizing:border-box;
}
.commande-authentification div:last-of-type a:hover{
	color: #fff;
	border: 1px solid var(--bouton-couleur-fond-survol);
	background-color: var(--bouton-couleur-fond-survol);
}
.commande-authentification div h2{
	font-size: 21px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}
.commande-authentification div p{
	font-size: 15px;
}
.commande-authentification div p:last-of-type{
	text-align: right;	
}
.commande-avantages {
	display: block;
	float: none;
	padding-top: 30px;
	position: relative;
	font-size: 0px;
	text-align: center;
}
.commande-avantages h3{
	font-size: 17px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 700;
}
.commande-avantages h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 700;
}
.commande-avantages p {
	font-size: 13px;
	margin: 0px;
}
.commande-avantages ul {
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	list-style-type: none;
	position: relative;
	font-size: 0px;
}
.commande-avantages ul li{
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 25%;
	position: relative;
	box-sizing: border-box;
	margin-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	transition-property: width;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
	.commande-avantages ul li{
	width: 50%;
	}
}
@media screen and (max-width: 360px) {
	.commande-avantages ul li{
	width: 100%;
	}
}