@charset "UTF-8";

/*--------min 1000 px ---------*/

@media screen and (min-width:1000px){
	#rgpdTest{
	width: 100%;
	margin: auto;
	background-color: yellow;
	text-align: center;
}

#bontonValiderConsent{
	background-color: #D20180;
    border-radius: 20px;
    color: #FFFFFF;
    width: 8%;
    font: 1em Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
}


/*--------min 500px and max 999px---------*/

@media screen and (min-width:500px) and (max-width:999px){
	#rgpdTest{
	width: 100%;
	margin: auto;
	background-color: yellow;
	text-align: center;
}

#bontonValiderConsent{
	background-color: #D20180;
    border-radius: 20px;
    color: #FFFFFF;
    width: 15%;
    font: 1em Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
}

/*--------min 500px and max 999px---------*/

@media screen and (max-width:499px){
	#rgpdTest{
	width: 100%;
	margin: auto;
	background-color: yellow;
	text-align: center;
	font-size: 0.8em;
}

#bontonValiderConsent{
	background-color: #D20180;
    border-radius: 20px;
    color: #FFFFFF;
    width: 30%;
    font: 1em Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
}