/* @override http://espacedev.dyndns.org/testfr/css/global.css */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
  background: #ffffff;
}
#PageWrap {
  margin: 58px auto;
  width: 960px;
}
hr {
  height: 9px;
  background: #1790c8;
  border: none;
}
.titleWrap {
  margin: 80px auto 25px auto;
  width: 960px;
}
.titleWrap .inner {
  float: left;
}
.title {
  color: #222933;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
.subtitle {
  color: #1790c8;
  font-size: 27px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin: -3px 0 21px 0;
  padding: 0;
}
.container {}
#pageHeader { /* height:96px;*/
}
#pageHeader #logo {
  margin-top: 19px;
  margin-left: 36px;
  ;
}
#pageTitle {
  height: 35px;
  background-color: #1561af;
  margin-left: 9px;
  margin-right: 8px;
  padding-left: 27px;
  border-bottom: #9d9d9d solid 1px;
}
#contenu_central {
  min-height: 600px;
}
#pageTitle img {
  margin-top: 7px;
}
.highlight {}
.highlight.pageBottom {
  border-top: #3d4249 dotted 1px;
  position: relative;
  bottom: 0;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #222933;
  border-bottom: 1px dotted #3d4249;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  padding: 0 0 7px 0;
}
h1.titleOnly {}
img {
  border: 0;
}
#contenu_dynamique {
  overflow: auto;
}
.field_form {
  margin-bottom: 20px;
}
.field_submit {
  margin-left: 90px;
  margin-top: 10px;
}
.field_submit.boutonFleche {
  margin-left: 30px;
}
.field_submit a {
  color: black;
  text-decoration: none;
  vertical-align: top;
}
.field_submit input, .buttonPane a, .buttonPane a:hover, .blueButton {
  background-color: #1790c8;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  border: 0;
  text-decoration: none;
  position: relative;
  top: 25px;
  padding: 14px 14px 15px 14px;
}
#btn_enregistrer .blueButton {
  float: right;
  margin-left: 10px;
}
.blueButton:hover {
  background-color: #FFF;
  color: #1561af;
}
.field_submit a:hover {
  color: #bf3835;
  text-decoration: none;
}
.field_submit a img {
  background-image: url(../images/btn_go_norm.jpg);
  border: 0;
  height: 17px;
  width: 17px;
  margin: 0 auto;
  vertical-align: text-top;
}
.field_submit a:hover img {
  background-image: url(../images/btn_go_roll.jpg);
  border: 0;
  height: 17px;
  width: 17px;
  vertical-align: text-top;
}
.msg_erreur {
  color: red;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.msg_succes {
  color: green;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
a#logout {
  display: none;
}
.buttonPane {
  float: right;
  width: 600px;
}
.buttonPane a {
  margin-left: 10px;
  display: block;
  float: right;
  margin-bottom: 20px;
}
.buttonPane a img {
  display: none;
}
.normalContent {}
/*.colMenu a,*/ .arrowButton {
  margin: 0;
  padding: 0;
  color: #1561af;
  font-size: 13px;
  line-height: 18px;
  padding-right: 10px;
  background-image: url(../images/btn_fleche.gif);
  background-repeat: no-repeat;
  background-position: right 5px;
}
.backButton {
  margin-top: 25px;
  margin-right: 25px;
  float: right;
}
.fieldCode {
  width: 100%;
}
select, input {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  padding: 11px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #6d6d6d;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}
select:focus, input:focus, select:hover, input:hover {
  outline: none;
  border: 1px solid #1790c8;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
  border: none;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 0;
}
.col33 {
  float: left;
  width: 30%;
  margin: 0 5% 20px 0;
}
.col33:nth-child(3n) {
  margin: 0;
}
.col33:nth-child(3n+1) {
  clear: both;
}
.col33 input, .col33 select {
  width: 100%;
}
#pageFooter {
  background: #3d4249;
}
#pageFooter .container {
  width: 960px;
  margin: 0 auto;
  padding: 23px 0;
  height: 112px;
}
#pageFooter .container img {
  margin-top: 12px;
  float: left;
}
#pageFooter .container p {
  color: #e1e2e3;
  font-size: 12px;
  float: right;
  margin-top: 35px;
}
.col33 input[type=radio] {
  width: 20px;
  float: left;
  position: relative;
  top: 5px;
  margin: 0 4px 0 0;
}
.two-column-table {
  display: flex;
}
.column {
  width: 50%;
  padding: 10px; /* Optionnel : Ajoute de l'espace intérieur */
  box-sizing: border-box;
  height: auto;
}
/* Loader styles */
.loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
  display: none; /* Masqué par défaut */
  margin-right: 10px; /* Espace entre le loader et le message */
  float: right;
  position: relative;
  right: -10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
        transform: rotate(360deg);
  }
}
/* Message Success */
#messageSuccess {
  display: flex; /* Utilisation de flexbox pour aligner le loader et le message */
  align-items: center; /* Aligne le loader et le texte verticalement au centre */
  width: auto;
  padding: 0;
  margin: 10px 0;
  color: #155724; /* Seulement la couleur du texte */
  font-size: 11px;
  float: right;
  position: relative;
  top: -8px;
}
/* Message Error */
#messageError {
  padding: 10px;
  margin: 10px 0;
  display: none;
}
/* Pas de background pour les messages de succès */
#messageSuccess.success {
  border: none; /* Aucun style de bordure ou de fond */
  background: none;
}
/* Styles pour les messages d'erreur */
#messageError.error {
  background-color: #f8d7da;
  color: #721c24;
}