body{
	font-family: 'Lato', sans-serif !important;
	font-size:1.5em !important;
}

.main_cont{
	max-width:1000px;
	margin:0px auto;
}

.d_none{
	display:none;
}

.fields_space{
	height:15px;
}

.fields_double_space{
	height:40px;
}

.titre_periode{
	font-weight:bold;
	background-color:#DEDEDE;
	padding:5px 10px;
}

.prix_total{
	background-color:#666;
	padding:5px 10px;
	color:#FFF;
	font-size:1.2em;
	margin-top:10px;
}
.nbr_forfaits_cont{
	margin-top:10px;
}
.plan_hover_cont{
	position: relative;
}
.plan_hover{
	padding:5px 15px;
	background-color:#dddddd;
	width:fit-content;
	border-radius:5px;
	border:1px solid #EEE;
}
.plan_hover:hover{
	background-color:#CCC;
	border:1px solid #888;
}

.plan_descr {
	display: none; /* Initially hide the plan description */
	position: absolute;
	background-color: white;
	padding: 10px;
	border: 1px solid #888888;
	z-index: 100;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.9);
}

.plan_descr_visible {
	/* margin: 15px 0; */
    padding: 20px;
    background-color: #f8f9fa; /* Soft light gray background */
    border-left: 4px solid #666666; /* Accent left border (matches your link color) */
    border-radius: 0 4px 4px 0; /* Rounded right corners only */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Subtle shadow */
	font-size:1.2em;
}

.ajout_plan:disabled + .checkmark {
    opacity: 0.5;
    cursor: not-allowed;
}

.plan_hover:hover .plan_descr {
	display: block; /* Show the plan description when hovering over plan hover */
}

#AlertModal{
	margin-top: 100px;
}

#aideModal{
	margin-top: 80px;
}

.boothlist_vals{
	font-weight:bold;
	font-size:1.1em;
}
.line-margins{
	margin:0px 5px 15px;
}

.rep_sup_cont{
	margin-bottom:10px;
	border-bottom:1px solid #bbbbbb;
	padding-bottom:15px;
}

.paim_tot_tag{
	display:inline-block;
	width:175px;
}

.error_logo {
    position: relative;
}

.error_logo i {
    position: absolute;
    top: 0;
    left: 0;
}

div.fixed {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: fit-content;
}
.input_form{
	margin-bottom:10px;
}
.input_form span{
	display: inline-block;
	width:125px;
}

.input_form input{
	width:350px;
}

.form_title{
	margin-bottom:20px;
}

.form-title {
            color: #338DCC; 
            font-size: 2.5em;
            margin-bottom: 20px;
            font-weight: 700;
    }

.form_addressDom{
	width:70%;
	max-width:600px;
}

.form_email_perso{
	width:70%;
}

.form_items{
    margin-top:7px;
	padding:5px;
	margin-right:5px;
}
.form_items {
	margin-right: 10px; /* Adjust spacing between label and input */
}

.form_sect_cont{
	padding:10px;
	border: 1px solid #AAA;
}

.form_note{
	margin:10px 150px;
	font-size:0.9em;
}

.form_no_prof_coord{
	margin-top:15px;
	margin-left:10px;
	margin-right:250px;
	padding:15px 25px 10px;
	background-color:#f8f8f8;
	display:block;
}

.form_input_allergies{
	width:50%;
}
.form_tableau_total{
	padding:10px;
	background-color:#bfdfff;
	color:black;
	width:60%;
}

.form_select_titre_emploi{
}

.form_no_membre_oublie{
	font-size:0.9em;
	margin-left:175px;
}
.form_cc_exp{
	display:inline-block;
}

.form_conf_btns{
	display:inline-block;
	margin-right:15px;
	margin-top:10px;
}
.prog_container{
	position: -webkit-sticky; 
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #fff;
	width: 100%; /* Set a width for the element */
    max-width: 1000px; /* Optional, restricts the width */
    margin: 0 auto; /* This will center the element horizontally */
}
.progression{
	display: flex;
	align-items: center;
}
.prog_title{
	margin:0px auto;
	width:100%;
	max-width:1250px;
	padding:0px 5%;
	display: flex;
	align-items: center; 
	font-size:1.5em;
}
.progression-child {
	margin:0px auto;
	width:100%;
	max-width:1250px;
	padding:0px 5%;
	display: flex;
	align-items: center; 
}

.rnd_number {
	width: 60px; 
	height: 70px; 
	position: relative;
	display:inline-block;
}

.rnd_number.on{
	background-image: url(https://www.ciisoq.ca/wp-content/themes/bulledev-boilerplate/app/public/images/steps_dot_on.png); 
	background-size: cover; 
	background-repeat: no-repeat;
	color: white; /* Set the color of the number */
}
.rnd_number.off{
	background-image: url(https://www.ciisoq.ca/wp-content/themes/bulledev-boilerplate/app/public/images/steps_dot_off.png); 
	background-size: cover; 
	background-repeat: no-repeat;
	color: black; /* Set the color of the number */
	font-weight:bold;
}

.number1 {
	position: absolute;
	top: 50%; /* Position the number in the middle vertically */
	left: 50%; /* Position the number in the middle horizontally */
	transform: translate(-50%, -50%); /* Center the number precisely */
	font-size: 30px; /* Adjust the font size of the number */
	
}

.inter{
	display:inline-block;
	width:15%;
	height:5px;
	background-color:#3295D0;
	margin:0px 10px;
	border-radius:2px;
}

.sect_title{
	color:#006cee;
	font-size:1.2em;
	font-family: Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	margin-bottom:10px;
}

.deja_inscrit{
	font-weight:bold;
	color:red;
}

.nouveau_rep{
	font-weight:bold;
	color:#008c46;
}

.repConfDeja{
	background-color:#eeeeee;
	padding:5px;
}
.repConfAjout{
	padding:5px;
}

.txt-info{
	margin-top: 15px;
    padding: 20px;
    font-size: 1.2em;
    background-color: #f8f9fa; /* Light gray background */
    border-left: 4px solid #03b4ea; /* Accent left border */
    border-radius: 4px; /* Slightly rounded corners */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Subtle shadow */
}

.txt-sugg{
	margin-top: 15px;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 600; /* Semi-bold */
    color: #333; /* Darker text for better contrast */
    background-color: #fff;
    border: 1px solid #e0e0e0; /* Light border */
    position: relative;
    padding-left: 50px; /* Space for icon */
}

.txt-sugg::before {
    content: "💡";
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 1.5em;
    color: #03b4ea; /* Matching accent color */
}

.important-instructions {
    margin: 25px 0;
    padding: 20px;
    background-color: #f8f9fa; /* Soft light gray background */
    border-left: 4px solid #03b4ea; /* Accent left border (matches your link color) */
    border-radius: 0 4px 4px 0; /* Rounded right corners only */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Subtle shadow */
}

.important-instructions > p {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #333;
}

.important-instructions ol {
    padding-left: 20px;
    margin: 0;
}

.important-instructions li {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #555;
}

.important-instructions li:last-child {
    margin-bottom: 0;
}

.important-instructions a {
    color: #03b4ea; /* Matching your existing link color */
    text-decoration: none;
    font-weight: bold;
}

.important-instructions a:hover {
    text-decoration: underline;
}

.payment-summary {
    padding: 15px 25px;
    background-color: #E1EFF8; /* Light blue background */
    border: 1px solid #d0e3ff;
    border-radius: 5px;
    width: 70%;
    font-family: Arial, sans-serif;
    color: #333;
}

/* Each row of payment information */
.payment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
}

/* Left-aligned labels */
.payment-label {
    flex: 1;
    font-weight: normal;
}

/* Right-aligned amounts */
.payment-amount {
    font-weight: bold;
    text-align: right;
    min-width: 100px;
}

/* Tax amount styling */
.tax-amount {
    font-size: 0.875em; /* ~14px */
}

/* Total row styling */
.total-row {
    border-top: 1px solid #888;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 1.1em;
}

/* Total amount emphasis */
.total-amount {
    color: #0066cc; /* Darker blue for emphasis */
}

/* Hidden credit section */
.hidden-section {
    display: none;
}

/* Bold elements */
.bold-text {
	font-weight:bold;
}

.plan_ajout_note{
	margin-top:15px;
	padding:10px;
	text-align:center;
	font-style: italic;
	border-left: 4px solid #03b4ea;
	position: relative;
}
.plan_ajout_note::before {
    content: "💡";
    position: absolute;
    left: -50px;
    top: 20px;
    font-size: 1.5em;
    color: #03b4ea; 
}

.prices_cont{
	padding:2rem;
	line-height:3rem;
	border:1px solid black;
	margin-bottom:2rem;
}

@media (max-width: 1250px) {
	.main_cont{
		margin-left:50px;
	}
}
@media (max-width: 576px) {
	.main_cont{
		margin-left:25px;
	}
	#AlertModal{
		margin-top: 10px;
	}
	
	#aideModal{
		margin-top: 10px;
	}
	.row{
		margin-right:0 !important;
		/*margin-left:0 !important;*/
	}
	.form_title{
		width:90vw;
		text-align:center;
	}
	
	.table_cont{
		width:50vw !important;
	}
	.form_addressDom{
		width:60%;
		max-width:600px;
	}
	.form_email_perso{
		width:50%;
	}
	.form_items{
		font-size:1.5em;
	}
	.form_items input {
		flex-basis: 100%;
		width:80vw;
		margin-bottom: 5px; /* Adjust spacing between label and input on smaller screens */
	}
	.form_note{
		margin:10px 25px;
		font-size:0.9em;
	}
	.form_no_prof_coord{
		margin-right:25px;
		padding:15px 25px 10px;
	}
	.form_tableau_total{
		color:black;
		width:100%;
		font-size:1.2em;
	}
	.form_select_titre_emploi,.form_select_province{
		width:90%;
	}
	.form_no_membre_oublie{
		margin-left:15px;
	}
	.form_cc_exp{
		display:block;
		margin-top:10px;
	}
	.form_conf_btns{
		display:block;
	}
	.sub_form_btns_cont{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}



