body{	
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.container{
	width: 90%;
	height: auto;
	margin: auto;
}

hr{
	width: 100%;
	border: 1.5px solid #BFD7FF;
}

/* HEADER : HAUT DE PAGE */
.header{
	background-color:#5465FF;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.logo{
	width:30rem;
	height: auto;
	margin: auto;
}

.ligne_gris{
	background-color: #BFD7FF;
	width: 100%;
	height: 8px ;
}

/* SECTION : INFORMATIONS */
.deux_bloc{
	padding-top: 5rem;
}

.informations{
	padding-bottom: 5rem;
}

.div_infos{
	display: grid;
	gap: 0.4rem;
	border: 3px solid #BFD7FF;
	padding: 2rem 2rem 7rem 2rem;
}

.div_infos > div:not([class]){
	display: grid;
	grid-template-columns: 0.75fr 1fr;
	grid-template-rows: auto;
	gap: 0.4rem;
}

.zone_grise{
	background-color: #9BB1FF;
	padding-left:1rem ;
	padding-top: 0.5rem;
	color:#FFFFFF;
}

.zone_blanche{
	background-color: #BFD7FF;
	padding-left:1rem ;
	padding-top: 0.5rem;
	color: #112e5f;
}

.div_infos hr{
	margin-top: 3rem;
}

.securite{
	font-size: 1.2rem;
	color: #424242;
}

.securite p::before{
	content: "";
    display: inline-block;
    width: 2rem;
    height: 1.5rem;
    background: url("../img/cadenas.png") no-repeat;
    background-size: 65%;
}

/* SECTION : FORMULAIRE */
.div_form{
	border: 3px solid #BFD7FF;
	padding: 3rem 2rem;
}

/* TROIS CARTES*/
.div_form .trois_cartes div{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items:center;	
}

.div_form .trois_cartes img{
	width: 6rem;
	height: auto;
}

.div_form .trois_cartes p{
	color: #5465FF;
	font-weight: bold;
	letter-spacing: -0.1px;
	text-align: center;
	margin:3rem 0;
}

::placeholder{
	text-align: center;
	color: #112e5f;
}

/* CHAMPS FORMULAIRE */
label{
	color:#788BFF;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: -0.5px;
}

.div_numero, .div_expiration, .div_crypto{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* margin-top: 1rem; */
}

input[type="text"]{
	text-align: center;
	box-shadow: 1px 1px 0px 0px #5465FF, 2px 2px 0px 0px #5465FF, 3px 3px 0px 0px #5465FF;
	border: none;
	background-color: #d9e7ff ;
}

select{
	box-shadow: 1px 1px 0px 0px #5465FF, 2px 2px 0px 0px #5465FF, 3px 3px 0px 0px #5465FF;
	background-color: #d9e7ff ;
	border: none;
	padding: 0.4rem;
}

.div_crypto input{
	width: 5rem;
}

.div_crypto div{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.2rem;
}

.div_crypto img{
	width: 2rem;
	height: auto;
}

/* BOUTONS SOUMISSION OU ANNULATION */
.deux_boutons{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin: 2rem 0;
}

.deux_boutons button{
	/* padding: 0.5rem;
	border-radius: 0.4rem;
	border: 1.5px solid #BFD7FF;
	background-color: #d4ddff;
	text-align: center;
	color:#112e5f;
	font-weight: bold;
	letter-spacing: -0.5px; */

	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	background-color: #d9e7ff ;
	border: 3px solid #5465FF;
	padding: 0.25rem 0.4rem;
	box-shadow: 1px 1px 0px 0px #5465FF, 2px 2px 0px 0px #5465FF, 3px 3px 0px 0px #5465FF, 4px 4px 0px 0px #5465FF;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.deux_boutons button:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

.deux_boutons button:hover, .deux_boutons button:focus{
	background-color: #aac7f9;
}

.deux_boutons button:first-child::before{
	content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2rem;
    background: url("../img/bon.png") no-repeat;
    background-size: 100%;
}

.deux_boutons button:last-child::before{
	content: "";
    display: inline-block;
    width: 2rem;
    height: 1.5rem;
    background: url("../img/mauvais.png") no-repeat;
    background-size: 90%;
}

/* PARAGRAPHE ANNULATION */
.para_vert hr{
	width: 100%;
	border:1px solid #4D982E;
}

.para_vert p{
	font-size: 1.2rem;
	color: #4D982E ;
	text-align: center;
}

.para_vert p::before{
	content: "";
    display: inline-block;
    width: 2rem;
    height: 1.2rem;
    background: url("../img/info.jpg") no-repeat;
    background-size: 60%;
}

/* FOOTER : BAS DE PAGE */
.footer{
	/* background-color: #E6E6E6; */
	background-color: #BFD7FF;
	margin-top: 5rem;
	padding: 2rem 0;
}

.div_footer .trois_cartes img{
	width: 20rem;
	height: auto;
	margin: auto;
}

.div_footer .trois_cartes{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.div_footer .trois_cartes img{
	width: 4rem;
	height: auto;
}

.div_footer .img_securise{
	width: 15rem;
	margin: auto;
}

@media only screen and (min-width: 992px){
    .deux_bloc{
		display: flex;
		justify-content: space-evenly;
		align-items:center;
		padding: 10rem 0;
	}

	.div_infos{
		padding-bottom: 26rem;
		padding-top: 5rem;
	}

	.div_form{
		width: 80rem;
	}

	.div_form .trois_cartes img{
		width: 8rem;
		height: auto;
	}

	.div_form .trois_cartes p{
		margin-top:5rem ;
	}

	.div_numero, .div_expiration, .div_crypto{
		flex-direction: row;
		gap: 1rem;
	}

	.div_form hr{
		margin-top: 1rem;
	}

	.div_footer .trois_cartes img{
		width: 8rem;
	}

	.informations{
		padding-bottom: 0;
	}
	
}
  
  