@charset "utf-8";
/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, ul, img, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

body, td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  text-decoration: none;
}

body {
  background-color: #FFFFFF;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.champs_vir_submit {
  BORDER: #005AA4 1px solid;
  FONT-WEIGHT: normal;
  FONT-SIZE: 14px;
  COLOR: #FFFFFF;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #003662;
  padding: 10px;
  width: 93%;
  height: 50px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.champs_form {
  BORDER: #727376 1px solid;
  FONT-WEIGHT: normal;
  FONT-SIZE: 18px;
  COLOR: #000000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F7F8FA;
  padding: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.wrong_form {
  BORDER: #900 1px solid;
  FONT-WEIGHT: normal;
  FONT-SIZE: 18px;
  COLOR: #900;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #FFD7D7;
  padding: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.class_menu_fixe {
  width: 100%;
  position: fixed;
  top: 0;
}

.class_barre_green {
  width: 100%;
  background: #2E7BEF;
  padding: 0;
}

.class_barre_blanc {
  width: 100%;
  background: #FFF;
  padding: 0;
}

.class_barre_auth {
  width: 100%;
  background: #041837;
  padding: 0;
}

.class_barre_darkblue {
  width: 100%;
  background: #041837;
  padding: 0;
}

.class_barre_noir {
  width: 100%;
  background: #001322;
  padding: 0;
}

.class_barre_grey {
  width: 100%;
  background: #F7F8FA;
  padding: 0;
}

.barre_grey {
  width: 100%;
  height: 1px;
  background: #ECEDF0;
  padding: 0;
}

.box_blue_all {
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background: #082B65;
  vertical-align: middle;
  padding: 0;
  border-radius: 10px;
}

.box_white_all {
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 0 solid #FFFFFF;
  background: #FFFFFF;
  vertical-align: middle;
  padding: 0;
  border-radius: 10px;
}

.box_white_shadow {
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 0 solid #FFFFFF;
  background: #FFFFFF;
  vertical-align: middle;
  padding: 0;
  box-shadow: 0 0 20px 20px #F5F6F9;
  border-radius: 10px;
}

.desktop_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.desktop_col_left,
.desktop_col_right {
  flex: 0 0 auto;
  padding: 0 5px;
}

.green15b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #009900;
  text-decoration: none;
}

.red12b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #900;
  text-decoration: none;
}

.red13b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #F03000;
  text-decoration: none;
}

.red15b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #F03000;
  text-decoration: none;
}

.blanc11Nb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #FFF;
  text-decoration: none;
}

.blanc11N {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #FFF;
  text-decoration: none;
}

.blanc12u {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #FFF;
  text-decoration: underline;
}

.blanc12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 30px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #FFF;
  text-decoration: none;
}

.blanc14b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 30px;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #FFF;
  text-decoration: none;
}

.blanc16b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #FFF;
  text-decoration: none;
}

.blue9u {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: 15px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: underline;
}

.blue9bu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 15px;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: underline;
}

.blue12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: none;
}

.blue14bN {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: none;
}

.blue15 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: none;
}

.blue15b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: none;
}

.blue20 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: none;
}

.blue20b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: none;
}

.blue25b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  line-height: 30px;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #082B65;
  text-decoration: none;
}

.darkblue15b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #041837;
  text-decoration: none;
}

.grey12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #C0C0C0;
  text-decoration: none;
}

.grey15b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #C0C0C0;
  text-decoration: none;
}

.green13b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #008040;
  text-decoration: none;
}

.orange13b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #E1802F;
  text-decoration: none;
}

.orange15b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #E1802F;
  text-decoration: none;
}

.lightblue9u {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: 15px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #2E7BEF;
  text-decoration: underline;
}
.lightblue9bu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 15px;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #2E7BEF;
  text-decoration: underline;
}

.darkgrey15b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  text-decoration: none;
}
.info_line_150 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.info_line_150 .contener_col_left {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}
.info_line_150 .contener_col_right {
    flex: 1;
}
.info_line_350 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.info_line_350 .contener_col_left {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}
.info_line_350 .contener_col_right {
    flex: 1;
}
.align_right {
    display: flex;
    justify-content: flex-end;
}
.pad5 {
    padding: 10px !important;
}
