* {
 	margin: 0;
 	padding: 0;
}

body {
    overflow-x: hidden;
    background-color: #F4F4F4;
    display: flex;
	justify-content: center;
    text-align: center;
    vertical-align: center;
    height: calc(100vh - 14,0134529vh);
}

input[type="checkbox"]{
    display: none;
}

input[type="submit"]{
    display: none;
}

.replacement {
    width: 586px;
    display: flex;
	justify-content: center;
    text-align: center;
    vertical-align: center;
}

input[type="date"]::before{	
   content: attr(placeholder);
   white-space: pre;
}

input[type="date"]:focus::before {
   content:""!important;
}

input[type="date"]:invalid:not(:focus) {
   content:""!important;
}

input[type="date"]:invalid {
   content:""!important;
}

::-webkit-scrollbar{
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb{
background: #ADA6A6;
border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover{
background: #858181;
}
::-webkit-scrollbar-track{
background: #FFFFFF;
border: 6.2px none #525252;
border-radius: 28px;
box-shadow: inset 7px 10px 12px 0px #F0F0F0;
}

/* ------------------------------------------------------------------    SYSTEME D'INSCRIPTION ------------------------------------------------------------------------------------ */
/*
.page_2 {
	display: none;
}

.page_3 {
	display: none;
}

#check_page_1:checked ~ .page_1 {
	display: none;
}

#check_page_1:checked ~ .page_2 {
	display: block;
}

#check_page_2:checked ~ .page_2 {
	display: none;
}

#check_page_2:checked ~ .page_3 {
	display: block;
}
*/

.page_2 {
	display: none;
}

.page_3 {
	display: none;
}

#check_page_1:checked ~ .page_1 {
	display: none;
}

#check_page_1:checked ~ .page_3 {
	display: block;
}

/* ------------------------------------------------------------------    ELEMENT PRINCIPAUX ------------------------------------------------------------------------------------ */

.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    height: 100vh;
    width: 586px;
}

.titre {
    color: #292929;
    font-family: 'Roboto', sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
}

.barre_de_separation_1 {
    width: 371px;
    margin-top: 18px;
    
}

/* ---------------------------------------------------------------------    BLOCK 1     ---------------------------------------------------------------------------------------- */

.barre_etape {
    width: 334px;
    height: 21px;
    margin-top: 46px;
}

.consigne {
    color: #A9A9A9;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 48px;
}

.input_grand {
    width: 586px;
    height: 70px;
    display: flex;
	justify-content: center;
    text-align: center;
    vertical-align: center;
    margin-top: 34px;
}

.e-mail {
    width: 482px;
    height: 68px;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 34px;
    border: none;
    text-decoration: none;
    text-indent:18px;
    color: #7A7A7A;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
}

.e-mail:invalid:not(:focus) {
    border: 3px solid #D92B2B;
    outline:  none;
    box-sizing: border-box;
}

.e-mail:placeholder-shown {
    border: 0px solid #5B5B5B !important ;
    outline:  none;
    box-sizing: border-box;
}

.e-mail:focus {
    border: 3px solid #5B5B5B;
    outline:  none;
    box-sizing: border-box;
    transition-duration: 0.1s;
}

.block_input {
    width: 586px;
    height: 70px;
    margin-top: 31px;
    display: flex;
	justify-content: space-between;
}

.input_petit {
    width: 283px;
    height: 70px;
    display: flex;
	justify-content: center;
    text-align: center;
    vertical-align: center;
}

.prenom, .nom, .telephone, .date_naissance, .mot_de_passe, .confirmer_mot_de_passe {
    width: 283px;
    height: 70px;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 34px;
    border: none;
    text-decoration: none;
    text-indent:18px;
    color: #7A7A7A;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
}

.prenom:invalid:not(:focus) {
    border: 3px solid #D92B2B;
    outline:  none;
    box-sizing: border-box;
}

.prenom:placeholder-shown {
    border: 0px solid #5B5B5B !important ;
    outline:  none;
    box-sizing: border-box;
}

.prenom:focus {
    border: 3px solid #5B5B5B;
    outline:  none;
    box-sizing: border-box;
    transition-duration: 0.1s;
}

.nom:invalid:not(:focus) {
    border: 3px solid #D92B2B;
    outline:  none;
    box-sizing: border-box;
}

.nom:placeholder-shown {
    border: 0px solid #5B5B5B !important ;
    outline:  none;
    box-sizing: border-box;
}

.nom:focus {
    border: 3px solid #5B5B5B;
    outline:  none;
    box-sizing: border-box;
    transition-duration: 0.1s;
}

.telephone:invalid:not(:focus) {
    border: 3px solid #D92B2B;
    outline:  none;
    box-sizing: border-box;
}

.telephone:placeholder-shown {
    border: 0px solid #5B5B5B !important ;
    outline:  none;
    box-sizing: border-box;
}

.telephone:focus {
    border: 3px solid #5B5B5B;
    outline:  none;
    box-sizing: border-box;
    transition-duration: 0.1s;
}

.date_naisance:invalid:not(:focus) {
    border: 3px solid #D92B2B;
    outline:  none;
    box-sizing: border-box;
}

.date_naissance:placeholder-shown {
    border: 0px solid #5B5B5B !important ;
    outline:  none;
    box-sizing: border-box;
}

.date_naissance:focus {
    border: 3px solid #5B5B5B;
    outline:  none;
    box-sizing: border-box;
    transition-duration: 0.1s;
}

.mot_de_passe:invalid:not(:focus) {
    border: 3px solid #D92B2B;
    outline:  none;
    box-sizing: border-box;
}

.mot_de_passe:placeholder-shown {
    border: 0px solid #5B5B5B !important ;
    outline:  none;
    box-sizing: border-box;
}

.mot_de_passe:focus {
    border: 3px solid #5B5B5B;
    outline:  none;
    box-sizing: border-box;
    transition-duration: 0.1s;
}

.confirmer_mot_de_passe:invalid:not(:focus) {
    border: 3px solid #D92B2B;
    outline:  none;
    box-sizing: border-box;
}

.confirmer_mot_de_passe:placeholder-shown {
    border: 0px solid #5B5B5B !important ;
    outline:  none;
    box-sizing: border-box;
}

.confirmer_mot_de_passe:focus {
    border: 3px solid #5B5B5B;
    outline:  none;
    box-sizing: border-box;
    transition-duration: 0.1s;
}

.bouton_suivant_page_1 {
    display: block;
    width: 225px;
    height: 64.92px;
    background-color: #0038FF;
    box-shadow: 0px 4px 61px 10px rgba(0, 56, 255, 0.25);
    border-radius: 109px;
    color: #A9A9A9;
    margin-top: 31px;
}

h3 {
    width: 163px;
    height: 64.92px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
    display:flex;
    justify-content: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.bouton_suivant_page_1:hover {
	background-color: #002dcc;
	transition-duration: 0.1s;
	cursor: pointer;
}

h6 {
    color: red;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
	margin-top: 26px;
}

/* ------------------------------------------------------------------    BLOCK 2  ------------------------------------------------------------------------------------ */

.group_checkbox_projets {
    width: 586px;
    height: 349px;
    overflow-y: scroll;
    display: flex;
    justify-content: space-around;
}

.block_project {
    width: 181px;
    height: 101px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 21px;
}

.block_project:hover {
    background-color: linear-gradient(180deg, #0038FF 0%, #001C7D 100%);
}

/* ------------------------------------------------------------------    BLOCK 3  ------------------------------------------------------------------------------------ */

.bouton_precedent_page_2 {
    display: block;
    width: 225px;
    height: 64.92px;
    background-color: #F4F4F4;
	border: 0px solid #A9A9A9;
	box-sizing: border-box;
	border-radius: 109px;
    margin-top: 31px;
}

.txt_bouton_precedent {
    width: 163px;
    height: 64.92px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #A9A9A9	;
    display:flex;
    justify-content: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.bouton_precedent_page_2:hover {
	background-color: #747474;
	transition-duration: 0.1s;
	cursor: pointer;
	border: none;
}

.bouton_precedent_page_2:hover .txt_bouton_precedent {
	color: #FFFFFF;
}

.bouton_suivant_page_2 {
    display: block;
    width: 225px;
    height: 64.92px;
    background-color: #0038FF;
    box-shadow: 0px 4px 61px 10px rgba(0, 56, 255, 0.25);
    border-radius: 109px;
    color: #A9A9A9;
    margin-top: 31px;
}

.bouton_suivant_page_2:hover {
	background-color: #002dcc;
	transition-duration: 0.1s;
	cursor: pointer;
}

.block_charte {
	width: 586px;
	height: 350px;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 34px;
	overflow-x: scroll;
    justify-content: center;	
}

.titre_charte {
	width: 509px;
	height: 38px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 31px;
	line-height: 36px;
	text-align: center;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.contenu_charte {
	width: 509px;
	height: 770px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

.group_bouton {
	display: flex;
	justify-content: space-between;
	width: 586px;
}

.acceptation_charte {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 20px;
}

#checkbox_charte {
    display: block;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 0px solid #A9A9A9;
    border-radius: 5px;
    color: #A9A9A9;
    margin-right: 20px;
}

h4 {
    color: #A9A9A9;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.9px;
    color: #A9A9A9;
}

/* ------------------------------------------------------------------    BAS DE PAGE   ------------------------------------------------------------------------------------ */

.barre_de_separation_2 {
	margin-top: 35px;
	width: 289px;
}

.info_faq {
	margin-top: 30px;
    width: 306px;
	height: 56px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #9E9E9E;
	text-decoration: none;
}