@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.ujcws5bfym.bundle.scp.css';

/* _content/ApplyNext.Web/Components/CardsContainer.razor.rz.scp.css */
.custom-card[b-9oi7sofh2u] {
    width: 350px; /* Largeur fixe pour chaque carte */
    height: 450px; /* Hauteur fixe pour chaque carte */
    margin: 10px; /* Espacement entre les cartes */
    display: flex;
    flex-direction: column;
}

.custom-card-img[b-9oi7sofh2u] {
    width: 100%; /* L'image prend toute la largeur de la carte */
    height: 200px; /* Hauteur fixe pour l'image */
    object-fit: cover; /* L'image couvre l'espace sans déformer */
}

.custom-card .card-header[b-9oi7sofh2u], .custom-card .card-body[b-9oi7sofh2u] {
    text-align: center; /* Centrer le contenu textuel */
}
/* _content/ApplyNext.Web/Components/FormBuilder/FormBuilder.razor.rz.scp.css */
h4[b-g2t5u8ea9o] {
    padding-top: 1em;
    padding-bottom: 1em;
}

.contact-card[b-g2t5u8ea9o] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 15px;
    background-color: white;
    position: relative;
    border-radius: 10px;
}

.add-contact-box:hover[b-g2t5u8ea9o] {
    background-color: rgba(0, 123, 255, 0.1);
}

.education-section[b-g2t5u8ea9o] {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
}

.education-card[b-g2t5u8ea9o] {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.education-details[b-g2t5u8ea9o] {
    margin-bottom: 20px;
}

label[b-g2t5u8ea9o] {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.form-group[b-g2t5u8ea9o] {
    margin-bottom: 15px;
}

.form-control[b-g2t5u8ea9o] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.add-contact-box[b-g2t5u8ea9o] {
    cursor: pointer;
    padding: 10px;
    background-color: #007bff;
    color: white;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

    .add-contact-box:hover[b-g2t5u8ea9o] {
        background-color: #0056b3;
    }

.delete-button[b-g2t5u8ea9o] {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100px;
    position: relative;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

    .delete-button:hover[b-g2t5u8ea9o] {
        background-color: #c82333;
    }

    .delete-button i[b-g2t5u8ea9o] {
        margin-right: 5px;
    }

.custom-dropdown-body[b-g2t5u8ea9o] {
    margin-top: 10px;
}

.custom-dropdown-toggle[b-g2t5u8ea9o] {
    background-color: #007bff;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .custom-dropdown-toggle[b-g2t5u8ea9o]:after {
        content: '\25BC';
        float: right;
    }

.custom-dropdown-menu[b-g2t5u8ea9o] {
    background-color: white;
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    width: 100%;
}

.custom-dropdown-item[b-g2t5u8ea9o] {
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-dropdown-item:hover[b-g2t5u8ea9o] {
        background-color: #f1f1f1;
    }

    .custom-dropdown-item.active[b-g2t5u8ea9o] {
        background-color: #007bff;
        color: white;
    }

.inscription-container[b-g2t5u8ea9o] {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h2[b-g2t5u8ea9o] {
    color: #007bff;
    text-align: center;
}

ol[b-g2t5u8ea9o], ul[b-g2t5u8ea9o] {
    margin: 15px 0;
    padding-left: 20px;
}

li[b-g2t5u8ea9o] {
    margin-bottom: 10px;
}

strong[b-g2t5u8ea9o] {
    color: #d9534f;
}

.document-component[b-g2t5u8ea9o] {
    margin: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.document-section[b-g2t5u8ea9o] {
    margin-bottom: 25px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.document-title[b-g2t5u8ea9o] {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.file-input[b-g2t5u8ea9o] {
    margin: 10px 0;
    padding: 5px;
}

.document-list[b-g2t5u8ea9o] {
    list-style-type: none;
    padding: 0;
}

.document-item[b-g2t5u8ea9o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

    .document-item.empty[b-g2t5u8ea9o] {
        color: #999;
        font-style: italic;
    }

.file-name[b-g2t5u8ea9o] {
    font-size: 16px;
    color: #555;
}

.remove-button[b-g2t5u8ea9o] {
    background-color: #ff4d4d;
    border: none;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

    .remove-button:hover[b-g2t5u8ea9o] {
        background-color: #ff1a1a;
    }

.error-message[b-g2t5u8ea9o] {
    color: #d9534f;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.field-invalid[b-g2t5u8ea9o] {
    border: 1px solid #d9534f;
    background-color: #fbe9e9;
}

.field-label[b-g2t5u8ea9o] {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.field-container[b-g2t5u8ea9o] {
    margin-bottom: 1.5rem;
}

.fake-button:hover[b-g2t5u8ea9o] {
    cursor: pointer;
}

.stepper-offset[b-g2t5u8ea9o]{
    margin-top:130px;
    margin-right: -14px;
}

.border-danger[b-g2t5u8ea9o] {
    border: 2px solid red !important;
}
/* _content/ApplyNext.Web/Components/FormBuilder/Stepper.razor.rz.scp.css */
.container[b-s09sb4txjo] {
	width: 100%;
	height: auto;
	background-color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 20px 0 20px 0;
	padding: 0;
}
.step-container[b-s09sb4txjo] {
	display: flex;
	width:76px;
	flex-direction: column;
	align-content: center;
	align-items: center;
	height: 140px;
	padding :0;
}
.box[b-s09sb4txjo] {
	width: 76px;
	height: 76px;
	background: grey;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.box-completed[b-s09sb4txjo] {
	width: 76px;
	height: 76px;
	background: #001F44;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.number[b-s09sb4txjo]{
	margin:auto;
	color:white;
}
.step-title[b-s09sb4txjo] {
	margin-top:6px;
	color: grey;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	max-width: 76px;
	height: 30px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.step-title-completed[b-s09sb4txjo] {
	margin-top: 6px;
	color: #001F44;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	max-width: 76px;
	height: 30px;
	white-space: normal;
	overflow: hidden;
	font-weight:bold;
	text-overflow: ellipsis;
}
.step-link[b-s09sb4txjo]{
	flex:1;
	height:2px;
	margin-bottom:50px;
	background-color:grey;
}
.step-link-completed[b-s09sb4txjo] {
	flex: 1;
	height: 3px;
	margin-bottom: 50px;
	background-color: #001F44;
}
.clickable[b-s09sb4txjo] {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}

.unclickable[b-s09sb4txjo] {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	cursor: default;
}

@media (max-width: 768px) {
	.container[b-s09sb4txjo] {
		width: 99%;
		height: auto;
		background-color: white;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin: 10px 0 40px;
		padding: 0;
	}

	.step-container[b-s09sb4txjo] {
		display: flex;
		width: 35px;
		flex-direction: column;
		align-content: center;
		align-items: center;
		height: 40px;
		padding: 10px;
	}

	.box[b-s09sb4txjo] {
		width: 30px;
		height: 30px;
		background: grey;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0 8px;
	}

	.box-completed[b-s09sb4txjo] {
		width: 30px;
		height: 30px;
		background: #001F44;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0 8px;
	}

	.number[b-s09sb4txjo] {
		margin: auto;
		color: white;
	}

	.step-title[b-s09sb4txjo] {
		display:none;
	}

	.step-title-completed[b-s09sb4txjo] {
		display: none;
	}

	.step-link[b-s09sb4txjo] {
		display: none;
	}

	.step-link-completed[b-s09sb4txjo] {
		display: none;
	}

	.clickable[b-s09sb4txjo] {
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		width: auto;
		height: auto;
		cursor: pointer;
	}
	.unclickable[b-s09sb4txjo] {
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		width: auto;
		height: auto;
		cursor: pointer;
	}
}
/* _content/ApplyNext.Web/Components/LanguageSelector.razor.rz.scp.css */

.btn[b-770f0gtm0q] {
    color: white;
    border: none;
    background-color: transparent;
}

    .btn:hover[b-770f0gtm0q] {
        color: white;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }

.btnSelected[b-770f0gtm0q] {
    color: white;
    font-weight: bold;
    border: none;
    background-color: transparent;
}

.separator[b-770f0gtm0q] {
    width: 1px;
    background-color: white;
    height: 12px;
    margin: 0 4px;
}
/* _content/ApplyNext.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.footer-example a[b-sbvg9jgp0g] {
    text-decoration: none;
    color: inherit;
}

.custom-header[b-sbvg9jgp0g] {
    display: flex;
    height: 80px;
}

.custom-footer[b-sbvg9jgp0g] {
    display: flex;
    height: 60px; 
}

.content-area[b-sbvg9jgp0g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.header-bar[b-sbvg9jgp0g] {
    display: flex;
    background-color: #f8f9fa; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    position: fixed;
    top: 80px; 
    left: 0;
    z-index: 999;
}
.error-message[b-sbvg9jgp0g] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

    .error-message i[b-sbvg9jgp0g] {
        margin-right: 5px;
    }
/* _content/ApplyNext.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w8pj4w0nu5] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-w8pj4w0nu5] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-w8pj4w0nu5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w8pj4w0nu5] {
    font-size: 1.1rem;
}

.bi[b-w8pj4w0nu5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-w8pj4w0nu5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-w8pj4w0nu5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-w8pj4w0nu5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-w8pj4w0nu5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w8pj4w0nu5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w8pj4w0nu5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w8pj4w0nu5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-w8pj4w0nu5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-w8pj4w0nu5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-w8pj4w0nu5] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-w8pj4w0nu5] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w8pj4w0nu5] {
        display: none;
    }

    .nav-scrollable[b-w8pj4w0nu5] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ApplyNext.Web/Components/Loading.razor.rz.scp.css */
.loading-wrapper[b-xwnxtvh8nh] {
    position: relative;
}

.overlay[b-xwnxtvh8nh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6); /* Opacité */
    z-index: 888;
    pointer-events: all; /* Empêche les interactions */
}

.loader[b-xwnxtvh8nh] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 988;
    transform: translate(-50%, -50%);
}
/* _content/ApplyNext.Web/Components/Pages/Home.razor.rz.scp.css */

.card-position[b-70msh9wfur] {
    position: relative;
    transform: translate(0, -12%);
} 

@media (max-width: 912px) {
    .card-position[b-70msh9wfur] {
        position: relative;
        margin-top: 15px;
        transform: translate(0, 0);
    } 
}


/* _content/ApplyNext.Web/Components/Pages/PublicCommentaries.razor.rz.scp.css */
.container[b-5nvthtwhu6] {
    width: 100% ;
    overflow-y:auto;
}
.bloc[b-5nvthtwhu6] {
    min-width : 180px
}
/* _content/ApplyNext.Web/Components/Pages/SchoolChoice.razor.rz.scp.css */
.selected-card[b-jihxkow3pm] {
    border: 2px solid #007bff;
    transition: border-color 0.3s ease-in-out;
}
/* _content/ApplyNext.Web/Components/Profile/RegistrationSummaryComponents/Payment.Razor.rz.scp.css */
/* Mobile et tablette (max-width: 991px) */
@media (max-width: 991px) {
    .row[b-gqlbt9hlf1] {
        flex-direction: column; /* Afficher une ligne par champ */
    }

    .d-lg-none[b-gqlbt9hlf1] {
        display: block; /* Montrer les étiquettes pour mobile et tablette */
    }

    .d-lg-flex[b-gqlbt9hlf1] {
        display: none; /* Masquer l'en-tête PC sur mobile et tablette */
    }

    .btn[b-gqlbt9hlf1] {
        width: 100%; /* Boutons pleine largeur */
    }
}
/* Spécifique aux téléphones (max-width: 576px) */
@media (max-width: 576px) {
    .row[b-gqlbt9hlf1] {
        flex-direction: column; /* Forcer une disposition verticale */
    }

    .col-12[b-gqlbt9hlf1] {
        padding: 0.5rem 0; /* Ajouter un espacement vertical entre les champs */
    }

    .d-lg-none[b-gqlbt9hlf1] {
        font-size: 0.9rem; /* Réduire la taille des étiquettes pour éviter qu'elles prennent trop de place */
        margin-bottom: 0.25rem; /* Ajouter un petit espace sous l'étiquette */
    }

    span[b-gqlbt9hlf1] {
        font-size: 1rem; /* Augmenter légèrement le texte des valeurs pour la lisibilité */
    }

    button[b-gqlbt9hlf1] {
        font-size: 0.9rem; /* Rendre les boutons adaptés à la largeur de l'écran */
    }

    /* Ajouter une bordure ou un espacement entre les paiements pour la clarté */
    .row[b-gqlbt9hlf1] {
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}

/* PC (min-width: 992px) */
@media (min-width: 992px) {
    .d-lg-none[b-gqlbt9hlf1] {
        display: none; /* Masquer les étiquettes sur PC */
    }

    .d-lg-flex[b-gqlbt9hlf1] {
        display: flex; /* Afficher l'en-tête classique sur PC */
    }

    .row[b-gqlbt9hlf1] {
        flex-direction: row; /* Afficher en ligne */
    }
}
/* _content/ApplyNext.Web/Components/Timeline.razor.rz.scp.css */
.dot[b-dkluyowwfb] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
}
    .dot-campaign[b-dkluyowwfb] {
        background-color: palevioletred;
    }

    .dot-student[b-dkluyowwfb] {
        background-color: darkslateblue;
    }

    .dot-date[b-dkluyowwfb] {
        background-color: olive;
    }

    .dot-default[b-dkluyowwfb] {
        background-color: gray;
    }
    .dot-schoolyear[b-dkluyowwfb] {
        background-color: coral;
    }
    .dot[b-dkluyowwfb]::after {
        content: '';
        position: absolute;
        top: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 15px;
        background-color: grey;
    }
.text[b-dkluyowwfb] {
    margin-left: 8px;
    line-height: 0.5;
}

@media (max-width: 576px) {
    .dot[b-dkluyowwfb] {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        position: relative;
    }

    .dot-campaign[b-dkluyowwfb] {
        background-color: palevioletred;
    }

    .dot-student[b-dkluyowwfb] {
        background-color: darkslateblue;
    }

    .dot-date[b-dkluyowwfb] {
        background-color: olive;
    }

    .dot-default[b-dkluyowwfb] {
        background-color: gray;
    }
    .dot-schoolyear[b-dkluyowwfb] {
        background-color: coral;
    }

    .dot:not(.last)[b-dkluyowwfb]::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 25px;
        background-color: grey;
    }

    .last[b-dkluyowwfb] {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        position: relative;
        background-color: palevioletred;
    }
}
/* _content/ApplyNext.Web/Components/UploadDocuments/UploadDocument.razor.rz.scp.css */

@media (max-width: 600px) {
    .input[b-6mrx54otsr] {
        font-size:20px;
        margin : 3px 0;
    }
}
