@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root{
	--bleu: #1377C9;
	--orange: #FF9500;
	--vert: #2C890D;
	--light-blue: #8abce4;
	--bg-clair: whitesmoke;
	--font-sec: #808080;
	--font-ter: white;
	--font:"Avenir";
}



*{
	font-family: var(--font);
}
.alerts-hidden{
	display: none;
}
.alerts-show{
	display: block;
}
.error{
	color: red;
}
.dash__head{
	height: 75px;
	width: 100%;
	
}
.dash__nav{
	display: flex;
	justify-content: end;
	padding: 20px;
}
.dash__main-nav{
	display: flex;
	justify-content:space-between;
	padding: 10px 20px 0 20px;
}

.dash__main-img-wrapper{
	display: flex;
	justify-content: center;
	
}
.dash__main-img{
	width: 250px;
}
.dash__nav-list{
	display: flex;
	flex-direction: row;
	list-style-type: none;
	align-items: center;
}
.dash__nav-list-txt{
	
	font-size: 20px;
	padding: 5px 15px 5px 15px;
	
}
.dash__nav-list-txt > a {
	text-decoration: none;
	color: black;
	transition: all 0.4s ease-in-out;
	
}
.dash__nav-list-txt > a:hover{
	color: var(--orange);
}

.dash__nav-list-txt.active a{
	border-bottom: solid 4px var(--orange);
	transition: 0.3s ease-in-out;
}

.dash__nav-button{
	background-color: var(--bleu);
	color: white;
	border: none;
	border-radius: 4px;
	padding: 5px 15px 5px 15px;
	transition: all 0.4s ease-in-out;
}
.dash__nav-button:hover{
	opacity: 0.7;
}
/*Logo*/
.dash__login-logo-wrapper{
	width: 100px;
	padding: 5px 0 5px 0;
}

.dash__login{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 50px;
	
}
.dash__login-title{
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	
}
.dash__login-wrapper{
	margin: 0 auto;
}
.dash__login-img-wrapper{
	display: flex;
	justify-content: center;
	min-width:250px;
	height: auto;
}
.dash__login-img{
	width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    margin:0;
	height: auto;
}
.dash__login-input-wrapper{
	display: flex;
	flex-direction: column;
	padding: 7px;
	
}

.dash__login-label{
	
	font-size: 12px;
	color: var(--bleu);
	font-weight: bold;
}
.dash__login-input{
	border: 1px solid var(--bleu);
	border-radius: 2px;
	padding: 5px;
}
.dash__login-btn-blue{
	background-color: var(--bleu);
	width: 100%;
	border: 1px solid var(--bleu);
	color: var(--font-ter);
	border-radius: 2px;
	padding: 5px;
}

/**/
.dash__main-title{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
}
.dash__main-container{
	background-color: var(--bg-clair);
	min-height: 87vh;
	padding-top: 50px;
}
.dash__main-grid{
	display: grid;
	grid-template-columns: 120px 1fr;
}
.dash__main-sec-nav{
	background-color: var(--bleu);
	color: var(--font-ter);
	text-align: -webkit-center;

}
.dash__main-item{
	
}
.dash__main-grid-detail{
	padding: 10px;

}   
.dash__main-grid-detail:focus{
	background-color: var(--light-blue);
}
.dash__main--underline{
	border-bottom: 3px solid var(--light-blue);
}

/* Sidebar  (Overriding bootstrap) */
.sidebar {
	background-color: var(--bleu);;
}

.nav-pills .nav-link {
	color: white;
	font-size: 120%;
	padding: 40px;
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
	display: table;
	border-bottom: 5px solid var(--light-blue);
}

.nav-link:hover{
	color : var(--light-blue);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: var(--light-blue);
}

/* Formulaires */
.btn {
	background-color: var(--orange);
	border: var(--orange);
	width: 100%;
	margin-top: 20px;
}

.form-group, .form-check {
	margin: 0.5rem;
}
input[type=checkbox] {
	transform: scale(1.2);
}

.form-check-input{
	border: 2px solid var(--bleu);
}

.tab-pane .form-group .form-control, #datepicker, #timepicker, .form-group .form-control  {
	border: 2px solid var(--bleu);
}

.form-group label:not(.form-check > label){
	font-weight: 1000;
}

.erreur-form-modify {
	color:#FF9500;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-size: 0.8em;
	margin: 5px 0;
	display: block;
	width: 100%;
}

/* Tableau dans Contacts */

td.no-wrap {
	white-space: nowrap;
}

tr td.detail-control {
	text-align: center;
	color: var(--bleu);
	font-size: 30px;
	cursor: pointer;
}

table.dataTable td.dt-type-numeric, table.dataTable th.dt-type-numeric, table.dataTable td.dt-type-date {
	text-align: center;
}

tr.shown td.detail-control {
	text-align: center;
	font-size: 30px;
}

/* Favorites star in the table */
/* https://jsfiddle.net/binaryben/aLx3m4k5/ */

.bi-bookmark-fill {
	visibility: hidden;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
}

.bi-bookmark-fill:before, .bi-bookmark-fill#mark2:before, .bi-bookmark-fill#mark1:checked:before {
	content: "\F1A2";
	color: var(--orange);
	visibility: visible;
}

.bi-bookmark-fill:checked:before, .bi-bookmark-fill#mark1:before, .bi-bookmark-fill#mark2:checked:before {
	content: "\F199";
 }

#delete_button_consult, #delete_button_contacts{
	/*background-color: #FF3A52;*/
	background-color: #9f9f9f;
	color: white;
	border-radius: 8px;
	border: none;
	width: 180px;
	height: 50px;
	font-size: 0.845em;
	margin:6px;
}

#read_selection_button_consult, #read_selection_button_contacts{
	/*background-color: #FF3A52;*/
	background-color: #9f9f9f;
	color: white;
	border-radius: 8px;
	border: none;
	width: 160px;
	height: 50px;
	font-size: 0.845em;
	margin:6px;
}

#button_wrapper, #button_wrapper_consult {
	display:flex;
	flex-direction: row-reverse;
	align-items: center;
}

#select_error_msg_contacts, #select_error_msg_consult{
	padding: 5px;
	color: darkred;
}

#annonce_nouv_msg{
	display: flex;
	align-items: center;

}

table.dataTable > tbody > tr.unread{
	border-left: 4px solid var(--bleu);
	font-weight: 900;
}

.dt-search{
	display: none;
}

div.dt-container .dt-paging .dt-paging-button.current,  div.dt-container .dt-paging .dt-paging-button.current:hover, div.dt-container .dt-paging .dt-paging-button:active  {
	border-radius: 5px;
	border: 2px solid var(--bleu);
	background: transparent!important;
	box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button {
	border-radius: 5px;
}

div.dt-container .dt-paging .dt-paging-button:hover{
	background: lightgray;
	border: 0px;
	color: black!important;
	transition-duration: 0.2s;
}

.dropdown{
	border: 2px solid var(--bleu);
	border-radius: 4px;
}


/*!* Hide scrollbar *!*/
/*body {*/
/*	overflow: hidden;*/
/*}*/

/* Page evenements */

#event_type, #event_language{
	padding:0 0.7rem;
}

.btn_submit {
	color: white;
	border-radius: 5px;
	border: none;
	font-size: 1rem;
	width: 47%;
	margin-top: 1em;
	padding: 0.5rem;
}

.datetime{
	width: 45%;

}

.blue_submit{
	background-color: var(--bleu);
}

.orange_submit{
	background-color: var(--orange);
}

.inactive_submit{
	background-color: darkgrey;
}


#img-label, #mod_img-label{
	background-color: transparent;
	color: var(--bleu);
	padding: 0.3rem 1rem;
	border-radius: 0.3rem;
	cursor: pointer;
	border: 2px solid var(--bleu)
}

#file-chosen, #mod_file-chosen{
	color: grey;
	margin-left: 6px;
}

/* Uploaded image */
#image{
	margin: 5px;
	width: 80%;
	height: auto;
}

#add-event textarea, #modify-event-form textarea {
	resize: none;
}

/* Published events */
.return_arrow{
	font-size: 40px;
	color: var(--bleu);
}

.return_arrow:hover{
	color: var(--orange);
	cursor: pointer;
}

#inscrits_results tr, #inscrits_results td{
	border-bottom: 1px solid #ddd;
}

#inscrits_results tr{
	height: 1.1em;
}

#inscrits_results td{
	padding-right: 10px;
}

#inscrits_results th{
	color: var(--bleu);
}

/* Dialog boxes */

.confirm-dialog{
	background-color: white;
	min-height: 270px;
	overflow: hidden;
	width: 320px;
	border-radius: 8px;
	border: none;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.email-preview-dialog{
	background-color: white;
	border-radius: 10px;
	border: none;
}

.confirm-dialog .confirm-dialog-title{
	color: var(--bleu);
	text-align: center;
	font-weight: bolder;
	border-bottom: 2px solid #73a0cc;
	padding-bottom: 10px;
	font-size: 1.3em;
	width:90%;
}

.confirm-dialog .confirm-dialog-question{
	text-align: center;
	margin: 30px 20px;
}

.confirm-dialog .confirm-dialog-button--false, .email-preview-dialog .confirm-dialog-button--false{
	border-radius: 5px;
	border: 2px solid var(--bleu);
	background-color: white;
	color: var(--bleu);
	font-size: 1.2em;
	text-align: center;
	padding: 0px 30px;
	margin: 0px 20px;
}

.confirm-dialog .confirm-dialog-button--true, .email-preview-dialog .confirm-dialog-button--true{
	border-radius: 5px;
	background-color: #FF3A52;
	border: 2px solid #FF3A52;
	color: white;
	font-size: 1.2em;
	text-align: center;
	padding: 0px 30px;
	margin: 0px 20px;
}

.confirm-dialog .confirm-dialog-button-group{
	display:flex;
	justify-content: space-around;
}

.email-preview-dialog .preview-button-group{
	margin-left: 3px;
}

.email-preview-dialog .confirm-dialog-button--true,
.email-preview-dialog .confirm-dialog-button--false{
	margin: 0px 5px;
}

/* Tables d'événements */

.table_action{
	border-radius: 5px;
	border: 2px solid var(--bleu);
	background-color: white;
	text-align: center;
	color: var(--bleu);
}

#btn_modifier{
	border: 2px solid var(--bleu);
	color: var(--bleu)
}

#btn_modifier:hover{
	color:white;
	background-color: var(--bleu);
}

#btn_inscrits.table_action{
	border: 2px solid var(--orange);
	color: var(--orange)
}

#btn_inscrits.table_action.inscrits_active{
	color:white;
	background-color: var(--orange);
}

#btn_inscrits:hover{
	color:white;
	background-color: var(--orange);
}

#btn_rappel.table_action{
	border: 2px solid var(--vert);
	color: var(--vert)
}

#btn_rappel.table_action:hover{
	color:white;
	background-color: var(--vert);
}

#btn_rappel.rappel_confirmed{
	border-radius: 5px;
	border: none;
	color:white;
	background-color: var(--vert);
}

#btn_rappel.inactive_tbl_action, #btn_modifier.inactive_tbl_action{
	border-radius: 5px;
	border: 2px solid darkgrey;
	background-color: white;
	color: darkgrey;
	text-align: center;
}

table .action td{
	display: flex;
	justify-content: space-around;
}

.table_delete_button{
	border-radius: 5px;
	border: none;
	background-color: #FF3A52;
	color: white;
	text-align: center;
}


/*.confirm-dialog .confirm-dialog-button-group{*/

/*	align-items: center;*/
/*}*/

/* Infolettre */
.infolettre_form_title{
	color: var(--bleu);
	margin-bottom: 1em;
}

#liste_abonnes td {
	white-space: pre-wrap !important;
	word-wrap:break-word;
}

#filter-options-abonnes{
	width: 20%;
}

#liste_abonnes_table .dt-search{
	display:block;
}

#liste_abonnes_table .dt-search input {
	border: 2px solid var(--bleu);
	border-radius: 5px;
	background-color: white;
	margin-left: 10px;
}

.mx-7 {
	margin:0 6rem;
}

.mx-9 {
	margin:0 8rem;
}

.mx-10 {
	margin: 0 9rem;
}

hr.dashed {
	border-top: 3px dashed #bbb;
}

#delete_button_consult:hover, #read_selection_button_consult:hover, #delete_button_contacts:hover, #read_selection_button_contacts:hover,
.confirm-dialog .confirm-dialog-button:hover,
.btn_submit:hover,
.blue-submit:hover
{
	box-shadow: 6px 7px 10px 0 rgba(0,0,0,0.10), 0 6px 5px 0 rgba(0,0,0,0.10);
	transition-duration: 0.2s;
}

.w-100{
	width: 100%;
}

#segmented_control, #mod_segmented_control {
	display: flex;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	justify-content: center;
	transition: all .4s ease;
	padding: 0 0;
	border: 2px solid var(--bleu);
	border-radius: 7px;
}

#segmented_control input, #mod_segmented_control input{
	display: none;
}

#v_ang:checked ~ #ang_form_label, #v_fr:checked ~ #fr_form_label,
#mod_v_ang:checked ~ #mod_ang_form_label, #mod_v_fr:checked ~ #mod_fr_form_label{
	transition: all .4s ease;
	background-color: var(--bleu);
	color: white;
}

#segmented_control label, #mod_segmented_control label{
	flex-grow: 1;
	padding: 2px 0;
	font-size: 1.3em;
	text-align: center;
	color: var(--bleu);
}

#btn_info_envoyer, #btn_info_brouillon, #btn_mod_info_envoyer, #btn_mod_info_brouillon{
	width: 40%;
	margin: 15px 3%;
}

.editable_div{
	background-color: white;
	border-radius: 8px;
	border: 2px solid var(--bleu);
	margin: 0 8px;
	padding: 2px 10px;
	height: 12vw;
	overflow-y: auto;
}

.text-edit-btn{
	margin-right: 0.4em;
	padding: 0.4em;
	background-color: transparent;
	border-radius: 5px;
	border: 2px solid var(--bleu);
}

.text-edit-btn i{
	color: var(--bleu);
}

/* Quill editor */
.editor.ql-container.ql-snow {
	background-color: white;
	border: none;
	border-radius: 0 0 0.375rem 0.375rem;
}

.ql-toolbar.ql-snow {
	border: none;
	border-radius: 0.375rem 0.375rem 0 0;
}


.editor {
	height: 130px;
}

.editor_container{
	border: 2px solid var(--bleu);
	border-radius: 0.375rem;
}

.ql-container{
	font-size:16px
}

.editor input{
	border: none;
}

/* Unsubscribe page */
.unsub_main_container{
	background-color: var(--bg-clair);
	height: 100vh;
}

.lang-content {
	display: none;
}
.lang-content.active {
	display: block;
}

/* General elements */

.dropdown{
	background-color: white;
}

.form-group{
	margin: 0.5rem 0;
}

/* Evenements test!! ENLEVER */
.eventsec-innerwrp{width:100%;height:auto;padding:100px 0;}
.esiw-main{width:100%;min-height:430px;position:relative;border-radius:20px;background-color:#ffffff;border:1px solid #ccc;margin-bottom:30px;transition:all 0.4s ease-In-out;}
.esiw-main:hover{box-shadow:0px -1px 28px 0px rgba(62,53,120.7);transition:all 0.4s ease-In-out;}
.esiw-img{width:100%;height:auto;}
.esiw-img img{width:100%;height:auto;border-radius:20px 20px 0 0;}
.esiw-cont{padding:30px 30px 20px;}
.esiw-cont h4{font-size:22px;font-weight:900;line-height:1.2;color:#808080;padding-left:90px;margin-bottom:5px;}
.esiw-user{display:flex;align-items:center;justify-content:center;padding-bottom:20px;}
.esiw-user img{margin-right:-15px;}
.esiw-user span{color:#808080;font-size:14px;padding-left:20px;}
.esiw-cont a{display:block;width:120px;height:45px;font-size:16px;font-weight:500;font-weight:700;line-height:45px;padding:0;border-radius:22.5px;background-color:#808080;color:#fff;text-align:center;margin:auto;}
.esiw-cont a:hover{background:#ff9500;}
.esiw-date{position:absolute;top:0;bottom:0px;left:22px;margin:auto;background-color: rgb(244,198,146);border-radius:46px;width:80px;height:170px;text-align:center;padding:30px 0;}
.esiw-date h4{font-size:34px;color:#fff;font-weight:bold;}
.esiw-date h4 strong{font-size:18px;color:#808080;font-weight:600;display:block;padding:0px 0 10px 0;}
.esiw-date p{border-radius:30px;background-color: rgb(83, 143, 193);border:1px solid transparent;width:60px;height:60px;line-height:60px;font-size:23px;text-align:center;color:#fff;margin:auto;box-shadow:0 0 0 0 rgba(83, 143, 193,1);transform:scale(1);animation:pulse1 2s infinite;transition:all 0.4s ease-In-out;}
@keyframes pulse1{
	0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(83, 143, 193,0.7);}
	70%{transform:scale(1);box-shadow:0 0 0 10px rgba(83, 143, 193,0);}
	100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(83, 143, 193,0);}
}
.esiw-main:hover .esiw-date p{color: #fff;background-color: #4c4e5c;animation:pulse2 2s infinite;}
@keyframes pulse2{
	0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(76, 78, 92,0.7);}
	70%{transform:scale(1);box-shadow:0 0 0 10px rgba(76, 78, 92,0);}
	100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(76, 78, 92,0);}
}
.container { position: relative; }
.esiw-date p {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* EVENT DETAIL PAGE effacer!!!!*/
.eventdetail-section{width:100%;height:auto;padding:40px 0 250px;background-color:#f8f8f8;}
.evdsec-cont{text-align:center;padding:0 150px;}
.evdsec-cont h6{font-size:16px;font-weight:600;line-height:3.13;color:#808080;}
.evdsec-cont h5{font-size:52px;font-weight:700;line-height:1.33;letter-spacing:0.08px;color:#1377c9;padding-bottom:50px;}
.evdsec-cont p{font-size:14px;font-weight:400;line-height:1.57;color:#808080;padding:0 50px 60px;}
.evdsec-cont a{min-width:160px;max-width:100%;min-height:40px;line-height:40px;text-align:center;padding:12px 30px;background-color:#1377c9;font-family:Roboto;font-size:18px;font-weight:500;color:#ffffff;}
.evdsec-cont a:hover{background:#808080;box-shadow:10px 24px 54px 0 rgba(0,0,0,0.05);}
.eventdetail-section1{width:100%;height:auto;}
.ecdsec-img{width:100%;height:auto;margin-top:-200px;}
.ecdsec-img img{width:100%;height:550px;}
.evdsec1-cont{width:100%;height:auto;padding:50px 0 80px;}
.event-lieu{padding-bottom:45px;}
.evdsec1-cont h4{font-size:39px;font-weight:700;line-height:1.33;letter-spacing:0.08px;color:#1377c9;padding-bottom:10px;}
.evdsec1-cont p,
.event-user a{font-size:16px;font-weight:400;line-height:1.57;color:#808080;}
.event-incites{width:100%;height:auto;position:relative;margin-bottom:45px;}
.event-incites:after{content:'';width:100%;height:1px;border:solid 1px #e0dcdc;position:absolute;bottom:0;right:0;left:0;margin:auto;}
.event-user{display:flex;align-items:center;padding-bottom:30px;}
.event-user span{border:solid 2px #ffffff;border-radius:50%;width:60px;height:60px;background-position:center;background-size:cover;background-repeat:no-repeat;margin-left:-20px;}
.event-user span:nth-child(1){margin:0;}
.event-user a{margin-left:30px;}
.event-user a:hover{color:#1377c9;}
.evsec-btn{padding-bottom:45px;}
.evsec-btn a{min-width:160px;max-width:100%;min-height:40px;line-height:40px;text-align:center;padding:12px 30px;background-color:#1377c9;font-family:Roboto;font-size:18px;font-weight:500;color:#ffffff;}
.evsec-btn a:hover{background:#808080;box-shadow:10px 24px 54px 0 rgba(0,0,0,0.05);}
.evdsec-sec h6{font-size:39px;font-weight:700;line-height:1.33;letter-spacing:0.08px;color:#1377c9;padding-bottom:20px;}
.evdsec-sec ul li{display:inline-block;margin-right:20px;}
.evdsec-sec ul li a{font-size:22px;font-weight:400;line-height:1.57;color:#808080;}
.evdsec-sec ul li a:hover{color:#1377c9;}
.event-slider .esiw-main{margin-top:30px;}
.event-slider .slick-slide{margin:0;}
/* EVENT DETAIL PAGE*/

/* MODAL POUR RSVP (effacer!!) */
.csr-feild{padding-bottom:25px}
.csr-feild input{width:100%;height:50px;padding:0 20px;border:solid 1px #e0dcdc;border-radius:10px;background-color:#ffffff;padding:0 25px;font-size:14px;font-weight:400;line-height:1.57;color:#000;transition:all 0.4s ease-In-out;}
.csr-feild input:hover,
.csr-feild input:focus,
.csr-feild textarea:hover,
.csr-feild textarea:focus{box-shadow:10px 24px 54px 0 rgba(0,0,0,0.05);transition:all 0.4s ease-In-out;}
.csr-feild select{width:100%;height:50px;padding:0 25px;border-radius:10px;border:solid 1px #e0dcdc;background-color:#ffffff;font-size:14px;font-weight:400;line-height:1.57;color:#808080;}
.csr-feild select:hover,
.csr-feild select:focus{box-shadow:10px 24px 54px 0 rgba(0,0,0,0.05);transition:all 0.4s ease-In-out;}
.csr-feild textarea{width:100%;height:150px;padding:25px;border:solid 1px #e0dcdc;border-radius:10px;background-color:#ffffff;font-size:14px;font-weight:400;line-height:1.57;color:#000;transition:all 0.4s ease-In-out;resize:none;}
.csr-feild ::-webkit-input-placeholder{color:#808080;font-weight:400;}
.csr-feild ::-moz-placeholder{color:#808080;font-weight:400;}
.csr-feild ::-ms-input-placeholder{color:#808080;font-weight:400;}
.csr-feild ::-moz-placeholder{color:#808080;font-weight:400;}
.csr-feild button{width:155px;height:45px;border-radius:22.5px;background-color:#1377c9;display: block;margin: auto;border:1px solid transparent;font-family:Roboto;font-size:14px;font-weight:500;line-height:normal;color:#ffffff;transition:all 0.4s ease-In-out;}
.csr-feild button:hover{background-color: #808080;transition:all 0.4s ease-In-out;}

.modal--ouvre{
	left: 0;
	opacity: 1;
	pointer-events: all;
	position: fixed;
}
.modal--ferme{
	left: -105vw;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

/*#v_fr:checked ~ #back {*/
/*	left: 0 !important;*/
/*}*/

/*#v_ang:checked ~ #back {*/
/*	left: 15vw !important;*/
/*}*/

/*#back {*/
/*	background-color: yellowGreen;*/
/*	left: 0;*/
/*	position: absolute;*/
/*	width: 15vw;*/
/*	height: 12pt;*/
/*	z-index: -1;*/
/*	transition: left 500ms;*/
/*}*/


/*input#v_fr, input#v_ang{*/
/*	display: none;*/
/*}*/

/*#v_fr:checked ~ #back {*/
/*	left:0 !important;*/
/*}*/

/*#v_ang:checked ~ #back {*/
/*	left:30px !important;*/
/*}*/

/*.infolettre_lang_label{*/
/*	width:30pxvw;*/
/*	float:left;*/
/*}*/

/*#back{*/
/*	background-color: yellowGreen;*/
/*	left:0;*/
/*	position:fixed;*/
/*	width:30px;*/
/*	height:12pt;*/
/*	z-index:-1;*/
/*	transition:left 500ms*/
/*}*/

/*



#div_menu
			
{

	overflow:auto;
					
	position:fixed;
	left:0px;
	top:145px;
	bottom:30px;
	width:200px;
	min-width: 200px;
					
	border:solid 1px;
	border-color: #B7A9A9;
										
	background: rgba(255, 255, 255, 0.1);
	
}
#frm_menu{
	display: flex;
	flex-direction: row;
}
.div_title
			
{
    overflow:auto;
					
	position:fixed;

	top:145px;
					
	width:calc(100% - 205px);
					
	height:50px;
					
	border-bottom:solid 1px;
	border-color: #B7A9A9;
										
	background: rgba(0, 0, 0, 0.0);
}
				
.title
			
{   	
	margin-top:20px;
					
	font-size: 1.5em;
	font-weight:bold;
	color:gray  ;		
	letter-spacing: -0.02em;
}

.btn-blue
			
{
	padding-top:5px;
					
	width:160px;
	height:30px;
					
	font-size: 13px;
	font-weight:bold;
	letter-spacing:2px;				
	color:#ffffff;
					
	background-color:#1377c9;
					
	border: 0;
 					
 	box-shadow:none;
 	border-radius: 0px;
}	
.btn-blue:hover{
	background-color: #ff9500;
	color: white;
}	
.btn-orange
			
{
	padding-top:5px;
	text-align:center;				
	width:160px;
	height:30px;
	cursor: pointer;			
	font-size: 13px;
	font-weight:bold;
	letter-spacing:2px;				
	color:#ffffff;
					
	background-color:#ff9500;
					
	border: 0;
 					
 	box-shadow:none;
 	border-radius: 0px;
}	

.btn-transparent
			
{
	padding-top:5px;
					
	
	height:30px;
					
	font-size: 18px;
	font-weight:bold;
	letter-spacing:2px;				
	
					
	border: 0;
 					
 	box-shadow:none;
 	border-radius: 0px;
}	

.contour-blue
			
{
	border:solid 2px #1377c9;
}

.contour-orange
			
{
	border:solid 2px #ff9500;
}


#btn_french
			
{ 
	color:#ffffff;
}
				
#btn_english
			
{ 
	color:#999999;
					
	margin-right:40px;
}
				
.lang
				
{
	margin-top: 5px;
				    
	font-size: 1em;
	font-weight:normal;
	letter-spacing:1px;
					
	border: 0;
 	background: none;
 	box-shadow:none;
 	border-radius: 0px; 
}

#div_contacts_list{
	width: 100%;

}
#div_contacts_list_result > table{
	font-size:14px;
}
#div_newsletter_email_list table, #div_contacts_list_result table, #div_events_list_result table, #div_events_list_for_result table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#div_newsletter_email_list td, th, #div_contacts_list_result td, th, #div_events_list_result td, th, #div_events_list_for_result td, th{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#div_newsletter_email_list tr:nth-child(even), #div_contacts_list_result tr:nth-child(even), #div_events_list_result tr:nth-child(even) {
  background-color: #dddddd;
}
























#lbl_username 
			
				{ 
					position:absolute;
					top:20px;
					right:40px;
					
					width:160px;
					
					font-size: 0.8em;
										
					font-weight:normal;
					letter-spacing:2px;	
					
					color:#000000;					
				}
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
			
			.login-button-textbox-select
			
	{
		top:35px;
	}			
				
			
			
			.select-gris
			
				{
					-webkit-appearance: none;
  					-webkit-border-radius: 0px;
  					
  					text-overflow : '';
  					-moz-appearance: none;
  					-moz-border-radius: 0px;
  					
  					-ms-appearance: none;
  					-ms-border-radius: 0px;
  					
  					height:30px;
					width:160px;
  					
  					font-size: 1em;
					font-weight:normal;
					letter-spacing:1px;
					color:#ffffff;
					text-align: center;
					
					background-color:#605050;					
				}
				
			.select-gris::-ms-expand 
			
				{
    					display: none;
				}
			
				
				
				
				#btn_pwd_modifier
			
				{ 
					position:absolute;;
					top:40px;
					right:300px;
					
					font-size: 1em;
					font-weight:normal;
					letter-spacing:1px;
					color:#1377c9  ;
										
					border: 0;
 					background: none;
 					box-shadow:none;
 					border-radius: 0px; 
				}
				
				
				
				.button-no-background
			
				{ 					
					border: 0;
 					background: none;
 					box-shadow:none;
 					border-radius: 0px; 
					cursor: pointer;
				}






input[type=text], input[type=password], input[type=email]
				
	{
		height:30px;
					
		font-size: 1em;
		font-weight:normal;
					
		text-indent: 10px;
					
		border-radius: 0px;
	}



.button-candidat-info
			
				{
					padding-top:5px;
					
					height:25px;
					
					font-size: 13px;
					font-weight:normal;
					letter-spacing:1px;
					color:#ffffff;
					
					background-color:#1377c9;
					
					border: 0;
 					
 					box-shadow:none;
 					border-radius: 0px;
				}
				
								

				
.contour-noir
			
	{
		border:solid 1px #000000  ;
	}

.div-menu-barre
			
	{
		position:fixed;
		left:0px;
		
		height:30px;
		width:100%;
										
		background-color:#1377c9;
	}
					
#div_menu_barre_haut
			
	{					
		top:0px;					
	}
				
#img_logo
			
	{
		position:fixed;
		left:25px;
		top:30px;
					
		height:85px;
		width:185px;
					
		z-index:1;						
	}
	
#div_login, #div_menu_principal
			
	{
		position:fixed;
		left:0px;
		top:30px;
		
		height:85px;
		width:100%;
		
		min-width: 1200px;
										
		background-color:#ffffff;										
	}
	


.login-user

	{
		right:400px;
	}
	
.login-pwd

	{
		right:225px;
	}

.login-label-textbox

	{
		position:absolute;
		
		width:155px;	
	}
	
.login-label

	{
		top:15px;
		
		font-size: 1em;
		font-weight:normal;
		letter-spacing:1px;
		color:#000000;
	}

		

#btn_login, #btn_deconnexion
			
	{ 
		position:absolute;
		right:40px;																				
	}
	
#div_menu_barre_bas
			
	{					
		top:115px;					
	}
	
#div_page_accueil, #div_background
				
	{ 
		overflow:auto;
					
		position:fixed;
		left:0px;
		top:145px;
		bottom:30px;
					
		width:100%;					
	}
				
.img-page-accueil
			
	{
		position:absolute;
		top:0px;
		left:0px;
				
		height:100%;
		width:100%;											
	}
			
.div-pied-page
			
	{
		left:0px;
					
		width:100%;
															
		background-color:#000000;				
	}
					
#div_pied_page
			
	{
		position:fixed;
					
		bottom:0px;
					
		height:35px;					
	}
				
#div_pied_page_enfant
			
	{
		position:absolute;
					
		text-align:center;
		margin-top:7px;														
	}
								
#lbl_pied_page
			
	{					
		font-size:0.8em;
		letter-spacing:1px;
		color:#ffffff;			
	}
				
#ref_pied_page
			
	{					
		font-size:1em;
		letter-spacing:1px;
		color:#1377c9;
		text-decoration:none;		
	}











.button_tableau 
			
	{
		background-color:#F1F1F1;
		width:100%;		
	}
	
.tableau 
			
	{
		letter-spacing:1px;
				
	}

.iam_font {font-family: "Helvetica";}
			
			input[type=text]::-moz-placeholder { font-style:italic;text-indent: 10px;letter-spacing: -0.04em;font-size: 16px;font-family: 'iamFont';}
			input[type=text]::-moz-placeholder { font-style:italic;text-indent: 10px;letter-spacing: -0.04em;font-size: 16px;font-family: 'iamFont';}
			input[type=text]::-webkit-input-placeholder { font-style:italic;text-indent: 10px;letter-spacing: -0.04em;font-size: 16px;font-family: 'iamFont';}
			input[type=text]:-ms-input-placeholder { font-style:italic;text-indent: 10px;letter-spacing: -0.04em;font-size: 16px;font-family: 'iamFont';}
			
			textarea::-moz-placeholder { font-style:italic;text-indent: 10px;letter-spacing: -0.04em;font-size: 16px;font-family: 'iamFont';}
			textarea::-moz-placeholder { font-style:italic;text-indent: 10px;letter-spacing: -0.04em;font-size: 16px;font-family: 'iamFont';}
			textarea::-webkit-input-placeholder { font-style:italic;text-indent: 10px;letter-spacing: -0.04em;font-size: 16px;font-family: 'iamFont';}
			textarea:-ms-input-placeholder { font-style:italic;text-indent: 10px;letter-spacing: -0.04em;font-size: 16px;font-family: 'iamFont';}
			
			input[type=button], input[type=submit], select
			
				{
					cursor: pointer;
				}
			label
			
				{
					cursor:default;
				}
				
			
			
			
				
				input[type=text]:focus, input[type=password]:focus,select:focus , input[type=email]:focus{
    outline: none !important;
    border:1px solid #1377c9;
    box-shadow: 0 0 10px #1377c9;
}
				
			
					
			
				
			
				
			
				
			
								
			
				
			
				
			
				
			
				
			#div_candidat_liste, #div_poste_liste
			
				{
					overflow:auto;
					
					padding-top:10px;
					
					position:fixed;
					left:200px;
					top:245px;
					bottom:30px;
					width:600px;
					min-width: 600px;
					
					border:solid 1px;
					border-color: #B7A9A9;
										
					background: rgba(255, 255, 255, 0.1);
				} 
				
			#div_poste_liste_candidat
			
				{
					overflow:auto;
					
					padding-top:10px;
					
					position:fixed;
					left:250px;
					top:245px;
					bottom:30px;
					min-width: 500px;
					
					border:solid 1px;
					border-color: #B7A9A9;
										
					background: rgba(255, 255, 255, 0.1);
				} 
				
			#div_events_register{
				padding-left: 25px;
    			width: 97%;
			}
				
			#div_newsletter_message, #div_newsletter_email_list, #div_contacts_list, #div_events_register, #div_events_list, #div_events_modify
			
				{
					overflow:auto;
					position:fixed;
					
					top:200px;
					bottom:30px;
					border:solid 0px;
					border-color: #B7A9A9;
					background: rgba(255, 255, 255, 0.1);
				}
			
			#div_candidat_register
				
				{ 
					overflow:auto;
					
					position:fixed;
					left:50%;
					top:145px;
					bottom:30px;
					width:50%;
					min-width: 350px;
					
					border:solid 1px;
					border-color: #B7A9A9;
					
					
					background: rgba(255, 255, 255, 0.1);
				}
				
				#div_poste_register
				
				{ 
					overflow:auto;
					
					position:fixed;
					left:0px;
					top:145px;
					bottom:30px;
					width:50%;
					min-width: 350px;
					
					border:solid 1px;
					border-color: #B7A9A9;
					
					background: rgba(255, 255, 255, 0.1);
				}
				
		
			#div_employe_update_pwd
				
				{ 
					overflow:auto;
					
					position:fixed;
					left:0px;
					top:145px;
					bottom:30px;
					width:100%;
					min-width: 350px;
					
					border:solid 1px;
					border-color: #B7A9A9;
					
					background: rgba(255, 255, 255, 0.1);
				}
				
			
				
			
			
			
				
			
				
			
				
			
				
			
				
			
				
			
				
			
				
			.label-general
			
				{
					font-size: 1em;
					font-weight:normal;
					
				}
				
			
				
			
				
			
				
			
				
				
			
				
			#cmb_candidat_poste
			
				{ 
					
					
					position:absolute;
					right:575px;
					
					
					
				}
				
			
			
				
			
				
			
				
			
				
			#btn_no_dossier, #btn_no_id
			
				{ 
					
					
					font-size: 1em;
					font-weight:normal;
					letter-spacing:1px;
					color:gray  ;
					
					
					border: 0;
 					background: none;
 					box-shadow:none;
 					border-radius: 0px; 
				}
				
#btn_candidat_frm_register, #btn_candidat_frm_liste, #btn_poste_frm_register, #btn_frm_poste_liste
			
				{ 
					
					font-size: 1em;
					font-weight:normal;
					letter-spacing:1px;
					color:#1377c9  ;
					
					
					border: 0;
 					background: none;
 					box-shadow:none;
 					border-radius: 0px;
				}			
				
			
	*/			
				
			
				
			
				
			
			