/** colors */
:root {
	--primary-color: #e10031;
	--secondary-color: #235937;
	--background-color: #a6aeb6;
	--text-color: #333333;
	--error-bg-color: #f2dede;
	--error-border-color: #ebccd1;
	--error-text-color: #a94442;
	--success-bg-color: #dff0d8;
	--success-border-color: #d6e9c6;
	--success-text-color: #3c763d;
}

/* Utilitaire minimal utilisé par le widget reveal-password (pas de framework CSS) */
.hidden {
	display: none;
}

.reveal-password {
	position: relative;
	display: flex;
	align-items: center;
}

.reveal-password-toggle {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0 6px;
}


/* Bootsrap overrides */
.border-primary {
	border-color: var(--primary-color) !important;
}

label.required::after {
	content: " *";
	color: var(--primary-color);
}

/* use green checkboxes */
input[type="checkbox"]:checked {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}


/** use green focus for form controls */
.form-control:focus,
.form-select:focus {
	border-color: var(--secondary-color);
	box-shadow: 0 0 0 0.2rem rgba(35, 89, 55, 0.25);
}

/* Original css */

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
dd,
dl,
dt,
a,
cite,
code,
img,
tt,
legend,
fieldset,
label,
ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

img,
a img,
form,
fieldset {
	border: none;
}

p {
	text-align: justify;
}

a:selected {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

p {
	margin: 0;
	text-align: justify;
}

body {
	background-color: #a6aeb6;
	font-size: 14px;
	font-family: Calibri;
}

header {
	padding: 10px 0 0 0;
	border-bottom: 4px solid #e10031;
	background: transparent url("../images/header-glH9dWG.png") 0 0 no-repeat scroll;
	height: 194px;
}

#header_chambre_paca {
	position: relative;
	left: 0;
	height: 191px;
	top: -11px;
}

#header_logo_bsv {
	float: right;
	margin: 30px 5px 0 0;
}

#main_container {
	min-height: 900px;
	width: 960px;
	margin: 0px auto;
	background: #ffffff url("../images/background-image-fzy_xe9.jpg") center 30px no-repeat scroll;
	-webkit-box-shadow: 0 0 7px 2px #333;
	box-shadow: 0 0 7px 2px #333;
	margin-bottom: 30px;
}

#content {
	width: 930px;
	padding: 15px 15px;
}


#block_link_chambagri {
	background: #e0ded9 url("../images/cra_paca-9ne1NfC.png") center center no-repeat scroll;
	margin: 30px 30px 0px 55px;
}

#block_link_signup {
	background: #e0ded9 url("../images/cra_paca_form-UI-Rfzd.png") center center no-repeat scroll;
	margin: 30px 55px 0px 30px;
}

.index_links {
	float: left;
	padding: 10px;
	width: 360px;
	height: 360px;
	cursor: pointer;
	background-color: #e0ded9 !important;
	
}

.index_links:hover {
	-webkit-box-shadow: 0 0 3px 3px #333;
	box-shadow: 0 0 3px 3px #333;
}

.index_links h1 {
	color: #235937;
	margin-top: 100px;
	text-align: center;
	font-size: 30px;
}

.index_links h3 {
	color: #235937;
	font-size: 16px;

}

.btn {
	padding: 15px;
	border: 8px solid #e0ded9;
	color: #235937;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0px;
}

.btn:hover {
	-webkit-box-shadow: 0 0 3px 3px #333;
	box-shadow: 0 0 3px 3px #333;
}

.block_tooltip_chambagri {
	margin-top: 100px;
	padding: 0 0 0px 50px;
	background: transparent url("../images/arrow_left-NP6EL60.png") 10px bottom no-repeat scroll;
}

.block_tooltip_signup p,
.block_tooltip_signup h3 {
	text-align: right !important;
}

.block_tooltip_signup {
	margin-top: 100px;
	padding: 0 50px 0px 0px;
	background: transparent url("../images/arrow_right-EiSHJQb.png") right 10px bottom no-repeat scroll;
}

.block_tooltip_chambagri p,
.block_tooltip_signup p {
	color: #e00a2e;
	font-size: 14px;
}

.index_links h1::first-letter,
.index_links h3::first-letter {
	color: #e00a2e;
}

footer {
	background: transparent url("../images/footer-u3_hrsq.png") 10px top no-repeat scroll;
	padding: 95px 35px 70px 80px;
	color: #333333;
	font-weight: 500;
	margin-top: -30px;
}

footer a {
	color: #333333;
}

#footer_left {
	float: left;
	width: 250px;
}

#footer_right {
	float: right;
	width: 560px;
}

#footer_contact {
	margin-bottom: 30px;
}

#footer_logo_ministere {
	max-height: 108px;
	margin-right: 10px;
}

#footer_logo_onema {
	max-width: 100px;
	margin-bottom: 20px;
	float: right;
}

#form_themes,
#form_info {


	margin-top: 20px;
	color: #235937;
}

#form_checkboxes {
	color: #333;
}

#form_themes input,
#form_info input {
	border: 0.5px solid #235937;
}

#form_themes label,
#form_info_table label {
	font-weight: 600;
}

#form_info {
	float: right;
	width: 450px;
}

#form_info select {
	width: 240px;
}

#form_themes {
	float: left;
	width: 450px;
	padding-left: 30px;
}

#form_themes h1,
#form_info h1 {
	height: 50px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

#submit_container {
	margin: 20px auto 0 auto;
	width: 200px;
}

#submit_container button {
	width: 100%;
	height: 50px;
	border: none;
	background: transparent url("../images/submit-ocGhJxs.png") 0 top no-repeat scroll;
}

#submit_container button:hover {
	cursor: pointer;
	background-position: -200px top;
}

#partners {
	width: 940px;
	margin: 50px auto 0 auto;
}

#partners p {
	border-bottom: 2px solid #235937;
	color: #235937;
	font-weight: 600;
	margin: 0 5px;
}

#partners_container {
	width: 880px;
	margin: auto;
}

.partner_frame {
	float: left;
	padding: 10px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	margin: 10px 5px 10px 5px;
	text-align: center;
	line-height: 80px;
}

.partner_frame img {
	max-width: 85px;
	max-height: 80px;
	vertical-align: middle;
}

.form_error ul {
	list-style-type: none;
	padding: 0;
}

.form_error ul li {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	padding: 5px;
	margin: 5px 0;
	border-radius: 4px;
}

#flash_messages {
	list-style-type: none;
	padding: 0;

}

#flash_messages .flash-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	padding: 5px;
	margin: 5px 0;
	border-radius: 4px;
}

#flash_messages .flash-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
	padding: 5px;
	margin: 5px 0;
	border-radius: 4px;
}

.stat_table {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 auto;
}

.stat_table td {
	color: #235937;
}

.stat_table td,
th {
	border: 1px solid black
}

#edit_form {
	margin-top: 20px;
	color: #235937;
}

#edit_form label {
	font-weight: 600;
}

#edit_form h1 {
	font-size: 20px;
	border-bottom: 3px solid #235937;
	margin-bottom: 10px;
}

#confirm_unsubscribe_div {

	width: 100%;
	text-align: center;
	margin: 20px auto 200px auto;
}

#confirm_unsubscribe_title {
	color: #235937;
	font-size: 20px;
	border-bottom: 3px solid #235937;
	margin: 10px 0;
}