.header_kyc ::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgb(0, 0, 0);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	display: flex;
    justify-content: center;
    color: var(--Wit);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.plain-text {
	font-size: 23px;
    line-height: 23px;
    text-align: center;
}

.btn {
	max-width : 27rem !important;
}

.image_doc img {
	-webkit-box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.75);
	width : 245px;
	
}

.bandeau-bleu {
	-webkit-box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 19px -6px rgba(0,0,0,0.75);
}

.titre {
	text-align: center; 
	font-size: 40px; 
	font-weight: 600;
}

.sous-titre {
	font-size: 30px; 
	font-weight: 600;
}

.lien-bandeau {
	text-align: center; 
	color: white; 
	font-size: 30px;
}

.grid-image .richtext {
	width : 245px;
	margin : 0 auto;
}

/* MOBILE */
@media screen and (max-width: 768px) {
	.titre {
	font-size: 30px; 
	line-height:30px
}

	.sous-titre {
	font-size: 20px; 
	font-weight: 600;
	line-height:20px;
	text-align : center;
}

	.lien-bandeau {
	text-align: center; 
	color: white; 
	font-size: 18px;
}
}