/* Les liens */
a:hover {  font-family: 'Verdana'; font-weight: normal; color: #000000; text-decoration: underline}
a:active {  font-family: 'Verdana'; font-weight: normal; color: #000000; text-decoration: underline}
a {  font-family: 'Verdana'; font-weight: normal; color: #000000; text-decoration: none}


/* Les balises HTML */
td { font-family: 'Verdana'; font-size: 11px; color: #000000}
input { font-family: 'Verdana'; font-size: 11px; color: #000000}
select { font-family: 'Verdana'; font-size: 11px; color: #000000}
li {list-style-type:none;}

/* Menus */
.fond_menu { background-color:#808080;}
.titre_rubrique {font-family: 'Verdana';font-size: 12px;font-weight: bold; background-color: #83bf55; color:#FFFFFF; text-align:center}
.fond_rubrique {background-color: #D4D4D4}
.menu_lien {  font-family: 'Verdana'; font-weight: normal; color: #000000; text-decoration: none}
.menu_lien:hover {  font-family: 'Verdana'; font-weight: normal; color: #000000; text-decoration: underline}
.menu_lien:active {  font-family: 'Verdana'; font-weight: normal; color: #000000; text-decoration: underline}

/* Tableaux */
.colonne_lien {  font-family: 'Verdana'; font-weight: bold; color: #83bf55; text-decoration: none}
.colonne_lien:hover {  font-family: 'Verdana'; font-weight: bold; color: #83bf55; text-decoration: underline}
.colonne_lien:active {  font-family: 'Verdana'; font-weight: bold; color: #83bf55; text-decoration: underline}
.titre {font-family: 'Verdana';font-size: 12px;font-weight: bold;color: #000000}
.titre_colonne {font-family: 'Verdana';font-weight:bold;color: #83bf55}
.sous_titre { font-family: 'Verdana'; font-size: 11px; color: #000000;font-weight: bold}
.fondtable { background-color:#D4D4D4;} 

/* Police du BO */
.lien {  font-family: 'Verdana'; font-weight: normal; color: #83bf55; text-decoration: none}
.lien:hover {  font-family: 'Verdana'; font-weight: normal; color: #83bf55; text-decoration: underline}
.lien:active {  font-family: 'Verdana'; font-weight: normal; color: #83bf55; text-decoration: underline}

/* Messages d'information */
.message { font-family: 'Verdana'; font-size: 11px; color: red;font-weight: bold;}
.messageok { font-family: 'Verdana'; font-size: 11px; color: green;font-weight: bold;}

/* Pour permettre la surbrillance du menu dans le backoffice*/
#menufocus { color :#83bf55; font-style: italic; font-weight: bold; font-size : 11px; }


/******************************************************************************/
/**
 * PHYTOSCAN WEB
 * Palette de coleurs:
 *  - Orange Phytoscan: "#EF7510"; 
 *  - #00521f
 *  - Vert fonce : #57844e
 *  - Vert "light" : #388649 (nous n'avons pas deux verts distincts dans la config par défaut, alors utilisons celue-ci)
 */
body {
   font-family: 'Verdana', sans-serif;
   font-size: 14px;
}
.login-form {
    width: 300px;
    margin: 50px auto;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #57844e; 
}
.login-form label{
    color: #EF7510;
}
.btn-primary {
    background-color: #EF7510;
    opacity: 90%;
    border-color: #EF7510;
}
.btn-primary:hover {
    background-color: #EF7510;
    opacity: 100%;
    border-color: gray;
}
.form-control {
    border-radius: 5px;
}
h1, h2 {
    color: white;
}  

.logo {
    width: 150px;
    margin-bottom: 20px;

    margin: 50px auto;
}
.msa_text {
    color:#57844e;
    font-size: 1.1em;
    padding-bottom: 10px;
}

.mobile-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    font-size: 1.5rem;
    border-radius: 10px;
    margin-bottom: 20px;
}
.mobile-button a{
    background-color: #EF7510;
}
.mobile-button a:hover{
    background-color: #EF7510;
    color: #FFFFFF;
}
.mobile-button img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
.image-container {
  text-align: center;
}
.image-container img {
  display: inline-block;
}



div .fondTitre{
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 2px;
    margin-bottom: 1px;
    background-color: #BDBEC1;
    color: #EF7510;
    font-size: 1.2em;
    font-weight: bold;
}
.fondTitre h2{
    color: #EF7510;
}
/*
.selected{  
    font-family: 'Verdana'; 
    font-weight: normal; 
    color: white; 
    background-color: #EF7510; 
}*/
/* Contact */
.card-title {
    color: #EF7510; /* Orange color */
    font-size: 1.5rem; /* Increase font size */
}
.card-text {
    font-size: 1.25rem; /* Increase font size */
}
.card-text a {
    color: #57844e; /* Strong green color */
}
.card-text a:hover {
    color: #218838; /* Darker green on hover */
}