/* ------------------------------*/
/* ----  FORMULAIRE -------------*/
/* ------------------------------*/
form {
    margin: 20px 0;
    clear: both;
}
fieldset {
    border: none
}
legend {
    font-weight: 600
}
textarea,
.champ,
select {
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    /*Il n'arrive pas à l'hériter dans les textarea*/
    font-size: 12px;
}
input,
textarea,
select {
    display: table-cell;
    margin: .5em 0;
    padding: .5em;
    vertical-align: middle;
    border-radius: 5px;
    max-width: 100%;
}
select {
    max-width: 100%;
    width: 100%;
}
option {
    padding: .3em;
    border: none;
    max-width: 100%;
    width: 100%;
}
input:focus,
input.sffocus,
textarea:focus,
textarea.sffocus,
select:focus,
select.sffocus {
    font-weight: normal;
}
.required {
    /* color:red; */
}
:valid {}
[required],
:required {}
label {
    display: table-cell;
    width: 45%;
    font-weight: 600;
    padding: .5em 5% .5em 0;
}
textarea,
input[type=text],
input[type=email],
input[type=file] {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.editer_password label,
.editer_password input {
    display: inline-block;
}
.editer_password input {
    width: 50.2%;
}
button,
input[type=button],
input[type=submit] {
    padding: 1em 1.5em;
    margin: 1em 0;
}
input[type=button]:active {}
input[type=radio],
input[type=checkbox] {
    width: 40px;
}
input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
    font-weight: 600;
}
input[type=file] {}
.formulaire form {
    clear: both;
}
.formulaire form H4,
.formulaire form .chapo {
    color: black;
}
.formulaire .label,
.formulaire .ligne,
.formulaire .ligne a {
    color: black;
    /*comme hierarchie*/
    font-style: normal;
}
.formulaire hr {
    border-top: 1px dashed black;
}
.champ .submit,
.formulaire .submit {
    background-color: #FFFFFF;
    color: #058CC9;
    font-weight: 600;
    text-align: center;
}
.formulaire,
.formulaire .champ table {
    color: black;
    font-style: italic;
    font-size: 11px;
}
/*FIN DES STYLES DES FORMULAIRES*/
/* --------------------------------------------------------------------------------------*/
/* ------------------------- FORMULAIRE FORMIDABLE --------------------------------------*/
/* --------------------------------------------------------------------------------------*/
form li {
    list-style: none;
}
.fieldset {
    margin: 15px 0;
    clear: both;
}
.fieldset .legend {
    display: block;
    border-bottom: 2px solid transparent;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    text-align: left;
}
.fieldset ul {
    list-style: none;
}
.fieldset ul li {}
.saisie_date,
.saisie_input,
.saisie_email,
.saisie_nom_inscription,
.saisie_mail_inscription,
.saisie_selection,
.saisie_radio{
    display: table;
    width: 100%;
    clear: both;
}

.saisie_checkbox label,
.saisie_oui_non label,
.saisie_case label {
    display: block;
    width: 100%
}
    
.saisie_radio .choix{
    display: inline-table;
    width: 100%;
}
.saisie_case .choix{
    display: table;
    width: 100%;
}

.choix input {
    width: 45px;
}
.choix label {
    width: auto;
}
.saisie_date .choix label,
.saisie_checkbox .choix label,
.saisie_radio .choix label,
.saisie_oui_non .choix label,
.saisie_case .choix label {
    display: table-cell;
    font-weight: normal;
    font-size: .95em;
}
.saisie_checkbox .choix label,
.saisie_radio .choix label,
.saisie_oui_non .choix label,
.saisie_case .choix label {
    width: 100%;
}

.saisie_textarea {}
.saisie_textarea label {}
.saisie_textarea textarea {
    width: 95%;
    padding: .5em 2.5%;
}
p.boutons {
    text-align: center;
}
.reponse_formulaire_erreur,
.erreur_message {
    font-weight: 600;
    color: red;
}
.alerte_message {
    font-weight: 600;
    color: #ff8d00;
}


.erreur input,
.erreur textarea,
.erreur select,
.erreur option {
    border: 1px solid red;
    background-color: #FFEFEF;
}
/*STYLE SPECIAL POUR LE FORMULAIRE INSCRIPTION FIAFE*/
.formulaire_spip {
    max-width: 580px;
}
.formulaire_spip .explication {
    padding: 5px 10px;
    margin: 0;
    background-color: #F5F5F5;
}
#formulaire_inscription fieldset legend:first-child {
    /*display: none;*/
}
#formulaire_inscription fieldset legend:first-child {
    font-size: 1.1em;
    font-weight: 600;
}
#formulaire_inscription #password1 {
    vertical-align: text-bottom;
}/*
#formulaire_inscription .saisie_nom_inscription label,
#formulaire_inscription .saisie_mail_inscription label {
    width: 43.1%;
}
#formulaire_inscription .saisie_nom_inscription input,
#formulaire_inscription .saisie_mail_inscription input {
    width: 88%;
}*/
#formulaire_inscription .editer_password label {
    width: 37.5%;
}
#formulaire_inscription .editer_password {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.editer.saisie_checkbox .choix {
    float: left;
    min-width: 25%;
    width: 100%;
    display: table;
    text-align: left;
}
.editer.saisie_checkbox .choix input {
    width: 25px;
    text-align: left;
}
.editer.saisie_checkbox .choix label {
    width: 100%;
    text-align: left;
}
.editer.saisie_fichiers {}
.editer.saisie_fichiers .choix {
    display: block;
}
.editer.saisie_fichiers .choix input {
		 
 
			   
    width: 95%;
	
}
.editer.saisie_checkbox .choix.choix_alternatif {
     display: block;
}
.editer.saisie_checkbox .choix.choix_alternatif *{
     display: inline-block;
}
.editer.saisie_checkbox .choix.choix_alternatif label{
    width: auto;
    float: left;
}
.editer.saisie_checkbox .choix.choix_alternatif input{
    width: 50%;
}					

.editer_oui_non_confidentialite_adresse,
.editer_oui_non_confidentialite_email,
.editer_oui_non_confidentialite_mobile,
.editer_oui_non_confidentialite_fixe {
    /*	width:20%;
	padding: 20px 2.5%;
	display: inline-block;
	text-align: center;*/
}
.formulaire_editer_auteur .editer_pgp,
.formulaire_editer_auteur .editer_liens_sites {
    display: none;
}
/* to hide the checkbox itself */
.checkbox input[type=checkbox] {
    display: none;
}
/* to hide the checkbox itself */
.checkbox input[type=checkbox] + label:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    /* updated font-family */
    font-weight: normal;
    /* regular style/weight */
    padding: 0 .5em;
}
.checkbox input[type=checkbox] + label:before {
    content: "\f0c8";
}
/* unchecked icon */
.checkbox input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
}
/* space between checkbox and label */
.checkbox input[type=checkbox]:checked + label:before {
    content: "\f14a";
}
/* checked icon */
.checkbox input[type=checkbox]:checked + label:before {}
/* ------------------------------------------------------------------*/
/* ------------------ FORMULAIRE RECHERCHE --------------------------*/
/* ------------------------------------------------------------------*/
#formulaire_recherche {
    border: solid 1px #F0F0F0;
    overflow: hidden;
}
#formulaire_recherche:hover {
    border: solid 1px #B4B4B4;
}
#formulaire_recherche form {
    margin: 0;
}
#formulaire_recherche input {
    margin: 0;
    padding: 0;
    border: none;
}
#formulaire_recherche form div {
    display: table;
    position: relative;
}
#formulaire_recherche form i {
    text-decoration: inherit;
    z-index: 4;
    position: absolute;
    right: 13px;
    top: 5px;
    color: grey;
}
#formulaire_recherche input.text {
    padding: 5px 5px 5px 15px;
    color: #999999;
    background-color: white;
    width: 120px;
    float: left;
}
#formulaire_recherche input.text:focus {
    border: none;
    outline: none;
    width: 180px;
}
#formulaire_recherche input.submit {
    width: 37px;
    float: right;
    background-color: transparent;
    z-index: 5;
}
/*LOGIN et login_form prevus pour phase 2 ---------------------------------------------------*/
#login {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}
#login form,
#forms {
    border: 1px solid #fb4204;
    padding: 15px;
}
.msg_err {
    color: #FB4204;
}
.msg_ok {
    color: #058CC9;
}
.formulaire_editer_auteur .editer_liens_sites,
.formulaire_editer_auteur .reset_password,
.formulaire_editer_auteur .editer_bio {
    display: none;
}
.formulaire_spip .reponse_formulaire_ok {
    margin: 1em;
    text-align: center;
    background-color: #97ff97;
    padding: 2em;
    line-height: 2;
    font-weight: 700;
}