/* Général
----------------------------------------------------------*/
/*Couleurs de fond*/
/*Couleurs de textes*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/*-Page de connexion-*/
/*-Structure-*/
/* header
----------------------------------------------------------*/
/* contenu
----------------------------------------------------------*/
/* Les sous menus */
/*.row-fluid [class*="span"]{width:100%!important;}
	.row-fluid [class*="offset"]{margin:0%!important;}*/
/* Intégration
----------------------------------------------------------*/
/* Des classes communes */
/*sous menu*/
/*titre*/
/*listes*/
/*accueil*/
/*annuaire*/
/*boutons*/
/*formulaire*/
/*cadre*/
/*tableau*/
/*information*/
/* Email */
.font {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
}
.color {
  color: #cf1523;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #cf1523;
}
h1 {
  font-weight: 700;
  font-size: 1.1em;
}
h2 {
  font-weight: 700;
  font-size: 18px;
}
h3 {
  font-weight: 700;
  font-size: 1.17em;
}
h4 {
  font-weight: 700;
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .67em;
}
p,
ul,
ol,
li {
  font-size: 1em;
}
a {
  color: #797979;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
textarea {
  color: #797979;
  padding: 5px;
}
input {
  color: #797979;
  padding: 5px;
}
select {
  padding: 5px 0;
}
.textshadow {
  text-shadow: 1px 1px 0px #111;
}
.textshadow_color {
  text-shadow: 1px 1px 0px #9d101b;
}
.transition {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.bold {
  font-weight: bold;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearb {
  clear: both;
}
.hide {
  display: none;
}
#page_connexion {
  background: #cf1523;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
#page_connexion  header {
  background: transparent;
  border-bottom: none;
  padding: 0;
}
#page_connexion p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  padding-top: 10px;
  margin: 0;
}
#page_connexion p a {
  color: #fff;
}
#formCnx #champsFormulaire {
  background: #353535;
  margin: 0;
  padding: 20px 20px;
}
#formCnx label {
  color: #fff;
  display: inline;
  line-height: 25px;
}
#formCnx .input {
  background: #fff;
  border: none;
  color: #797979;
  float: right;
  width: 200px;
}
#formCnx .clearfix:first-child .input {
  margin-bottom: 5px;
}
#formCnx #btnCnx,
#formCnx .btnCnx {
  width: 150px;
  margin-top: 10px;
  background: #353535;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0px #111;
  border: none;
  font-size: 18px;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  #page_connexion #positionnement {
    width: 90%;
    margin: 0 auto;
  }
  #page_connexion #positionnement .offset3 {
    margin: 0;
  }
  #page_connexion #positionnement .span6 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #page_connexion #positionnement {
    width: 60%;
    margin: 0 auto;
  }
}
body {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #797979;
  background: #fff;
}
#global {
  border-top: 9px solid #353535;
}
header {
  background: #cf1523;
  border-bottom: 11px solid #eeabb0;
  padding: 0 20px;
  position: relative;
}
#head {
  color: #fff;
}
#personne {
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}
#personne a {
  color: #fff;
}
#menu_picto {
  padding: 0;
  margin: 113px 0 0;
}
#menu_picto li {
  list-style: none;
  float: right;
  margin-left: 5px;
}
#menu_picto li a {
  padding: 3px;
  background: #353535;
  display: block;
}
#menu_picto li a img {
  text-decoration: none;
  border: none;
}
#menu_picto li:first-child a {
  background: #fff;
}
#recherche {
  background: #353535;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  color: #fff;
  min-height: 142px;
}
#recherche h2 {
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
}
#formRecherche label,
#formRecherche input {
  float: left;
}
#formRecherche label {
  font-size: 15px;
  line-height: 28px;
}
#rechercheBas {
  padding: 10px 0;
}
#formRecherche .input {
  background: #fff;
  border: none;
  color: #797979;
  width: 100%;
  height: 20px;
}
#formRecherche #formRechercheBouton {
  background: #cf1523;
  border: none;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 0px #9d101b;
  font-size: 18px;
  padding: 1px 5px;
  height: 30px;
  margin-left: 5px;
}
#multicritere {
  margin: 0;
  padding: 0;
}
#multicritere li {
  list-style: none;
  float: left;
}
@media (max-width: 767px) {
  header .span6 {
    width: 100% !important;
    margin: 0 !important;
  }
  #head_right .row-fluid .span3 {
    width: 100%;
  }
  #head_right .row-fluid .span9 {
    width: 100%;
    margin: 0 !important;
  }
  #menu_picto {
    margin: 4px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1016px) {
  header .span6 {
    width: 100% !important;
    margin: 0 !important;
  }
  #menu_picto {
    margin: 96px 0 0;
  }
}
#main {
  padding-top: 17px;
}
#navigation {
  background: #353535;
  border-bottom: 2px solid #cf1523;
  padding: 0 20px;
  margin-bottom: 20px;
}
#menu_top {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 21px;
}
#menu_top li {
  float: left;
  margin: auto;
  padding: 0;
  list-style: none outside;
}
#menu_top li a {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  color: #fff;
  padding: 15px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #111;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /*width:100px;*/
  display: block;
}
#menu_top li a:hover {
  background-color: #cf1523;
  text-shadow: 1px 1px 0px #9d101b;
}
#menu_top li ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 2px 0 0;
  font-size: 19px;
  z-index: 30;
}
#menu_top li:hover ul {
  display: block;
}
#menu_top li:hover ul li {
  background: #353535;
  float: inherit;
  width: 190px;
  text-align: left;
}
#menu_top li:hover ul li a {
  display: block;
}
#center_column {
  margin: 20px 20px 0;
  border-bottom: 6px solid #cf1523;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  /*#menu_top li:hover ul { display:none; }*/
  #menu_top {
    font-size: 18px;
  }
  #menu_top li a {
    padding: 10px 10px;
  }
  #menu_top li {
    float: left;
    width: 50%;
  }
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
.texte10 {
  padding: 10px;
}
.font10 {
  font-size: 10px !important;
}
.texteAffichage {
  text-align: justify;
  line-height: 14px;
}
.margauto {
  margin: 0 auto;
}
.margLeft2cent {
  margin-left: 2%;
}
.marg0 {
  margin: 0px;
}
.marg5 {
  margin-top: 5px;
}
.marg10 {
  margin-top: 10px;
}
.marg15 {
  margin-top: 15px;
}
.marg20 {
  margin-top: 20px;
}
.marg22 {
  margin-top: 22px;
}
.marg25 {
  margin-top: 25px;
}
.marg30 {
  margin-top: 30px;
}
.margB10 {
  margin-bottom: 10px;
}
.margB20 {
  margin-bottom: 20px;
}
.margLeft100 {
  margin-left: 100px;
}
.paddTop5 {
  padding-top: 5px;
}
.paddTop10 {
  padding-top: 10px;
}
.paddTop15 {
  padding-top: 15px;
}
.cinquantew {
  width: 50%;
}
#sousmenu p {
  margin: 0;
}
#sousmenu a {
  display: block;
  text-decoration: none;
  background: #cf1523;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 24px;
  padding: 40px 20px;
  line-height: 23px;
}
@media (max-width: 767px) {
  #sousmenu [class*="span"] {
    width: 100% !important;
    margin: 0% !important;
  }
  #sousmenu [class*="offset"] {
    margin: 0% !important;
  }
  #sousmenu p {
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1016px) {
  #sousmenu a {
    padding: 40px 10px;
  }
}
@media (min-width: 1200px) {
  #sousmenu {
    margin: 60px 0;
  }
  #sousmenu a {
    min-height: 46px;
  }
}
#titre {
  border-bottom: 6px solid #cf1523;
  padding-bottom: 20px;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #353535;
}
#titre p {
  margin: 0;
  padding-top: 7px;
  line-height: 1em;
}
p.soustitre_decale {
  margin-top: 10px;
}
.soustitre {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #cf1523;
}
.soustitre2 {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px !important;
  color: #353535;
}
.liste_profil {
  background: #f1f1f1;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.liste_profil p {
  margin: 0;
  line-height: 25px;
}
.liste_clair {
  background: #f8f8f8;
  padding: 10px 20px;
  margin-top: 5px;
}
.liste_clair p {
  margin: 0;
  line-height: 25px;
  color: #353535;
  font-size: 12px;
}
.liste_clair2 {
  background: #f8f8f8;
  margin-top: 5px;
}
.liste_clair2 p {
  margin: 0;
  line-height: 25px;
  color: #353535;
  font-size: 11px;
}
.liste_clair3 {
  margin-top: 5px;
}
.liste_clair3 p {
  margin: 0;
  line-height: 25px;
  color: #353535;
  font-size: 11px;
}
.date {
  float: left;
  width: 16%;
  background: #f1f1f1;
  padding: 15px 2%;
}
.date p {
  font-size: 10px;
  line-height: 1em;
}
.contenu_liste {
  float: left;
  width: 76%;
  padding: 10px 2%;
}
.contenu_info {
  width: 96%;
  padding: 10px 2%;
  margin-top: 2px;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .date {
    float: left;
    width: 90%;
    background: #f1f1f1;
    padding: 15px 5%;
  }
  .contenu_liste {
    float: left;
    width: 90%;
    padding: 10px 5%;
  }
}
.liste {
  margin: 0;
  padding: 0;
}
.liste li {
  list-style: none;
  margin-top: 2px;
  min-height: 29px;
  padding: 0 20px;
}
.liste li:nth-child(odd) {
  background: #f1f1f1;
}
.liste li:nth-child(even) {
  background: #f6f6f6;
}
.liste span {
  font-size: 11px;
  padding: 9px 0;
  margin: 0;
  display: block;
}
.liste .active {
  font-weight: bold;
  color: #cf1523;
}
#accueil span {
  font-size: 12px;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #353535;
}
#ca_accueil .liste li {
  float: left;
  width: 20%;
  padding: 0;
}
#ca_accueil .liste span {
  font-size: 11px;
  padding: 9px 20px;
  margin: 0;
  display: block;
}
#annuaire .liste {
  margin-bottom: 5px;
}
#annuaire .liste li {
  float: left;
  width: 19%;
  padding: 0;
}
#annuaire .liste li:last-child {
  width: 24%;
}
#annuaire span {
  font-size: 11px;
  padding: 20px 12px;
  margin: 0;
  display: block;
  min-height: 11px;
}
#annuaire li:last-child span {
  padding: 15px 12px 14px;
}
@media (max-width: 767px) {
  .nogrid [class*="span"] {
    width: 100% !important;
    margin: 0% !important;
  }
  #annuaire .liste li,
  #annuaire .liste li:last-child {
    width: 100%;
    display: none;
  }
  #annuaire .liste li:first-child {
    display: block;
  }
  #ca_accueil .liste_clair {
    padding: 10px 10px;
  }
  #ca_accueil .liste span {
    padding: 9px 10px;
  }
}
.bouton_color {
  background: #cf1523;
  margin-left: 5px;
}
.bouton_gris {
  background: #353535;
  margin-left: 5px;
}
.bouton_input {
  border: none;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-shadow: 1px 1px 0px #9d101b;
}
.bouton_input2 {
  border: none;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-shadow: 1px 1px 0px #111;
}
.bouton_a {
  background: #cf1523;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-shadow: 1px 1px 0px #9d101b;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 5px 5px;
  line-height: 1em;
}
.bouton_a2 {
  background: #353535;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-shadow: 1px 1px 0px #111;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 5px 5px;
  line-height: 1em;
}
.plus {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  cursor: pointer;
  margin-top: 5px !important;
}
.plus a {
  background: transparent url('https://www.mon-extranet.fr/themes/rouge/images/fleche.png') top no-repeat;
  display: block;
  height: 15px;
}
.plus a.hover {
  background: transparent url('https://www.mon-extranet.fr/themes/rouge/images/fleche.png') bottom no-repeat;
}
#formRechercheBoutonUtilisateur {
  background: #cf1523 url('https://www.mon-extranet.fr/themes/rouge/images/bouton_rechercher.png') 0 -2px no-repeat;
  border: none;
  width: 29px;
  height: 26px;
  padding: 0;
}
.pagination {
  background: #cf1523;
  width: 29px;
  height: 29px;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  line-height: 28px;
  text-align: center;
  margin-left: 5px;
}
.pagination2 {
  background: #ededed;
  width: 29px;
  height: 29px;
  color: #353535;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  line-height: 28px;
  text-align: center;
  margin-left: 5px;
}
.btn_large {
  width: 75px !important;
}
@media (max-width: 767px) {
  .nogrid #formRechercheUtilisateur .row-fluid .span6 {
    width: 90% !important;
  }
  .nogrid #formRechercheUtilisateur .row-fluid .span1 {
    width: 8% !important;
    margin-left: 2% !important;
  }
  #filtrer .offset8 {
    margin-left: 0% !important;
  }
  #filtrer .span2 {
    width: 49% !important;
  }
}
.textebouton {
  padding: 5px 20px;
}
.input_param {
  background: transparent;
  border: none;
  border-bottom: 1px solid #353535;
  padding: 5px 0;
  width: 100%;
}
.input_param2 {
  background: transparent;
  border: none;
  border-bottom: 1px solid #353535;
  padding: 5px 0;
  width: 65px;
}
.input_param3 {
  background: transparent;
  border: none;
  border-bottom: 1px solid #353535;
  padding: 5px 0;
  width: 78%;
  margin-right: 1.5%;
}
.input_recherche {
  background: transparent;
  border: 1px solid #cf1523;
  padding: 5px 0;
  width: 100%;
}
.label_param {
  color: #353535;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}
.select_param {
  background: transparent;
  border: 1px solid #353535;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.select_param:before {
  background: transparent url('https://www.mon-extranet.fr/themes/rouge/images/arrow_down.png') no-repeat right;
  display: block;
  height: 100%;
  line-height: 2.5em;
  padding: 0 0.625em;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  z-index: -1;
  content: " ";
}
.select_param select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select_noir:before {
  background: #000 url('https://www.mon-extranet.fr/themes/rouge/images/arrow_down.png') no-repeat right;
}
.select_param select::-ms-expand {
  /* to ie 10 */
  display: none;
}
.select_param select:focus {
  outline: none;
}
:-moz-any(.select_param):before {
  background-color: #353535;
  pointer-events: none;
  z-index: 1;
}
.cadre {
  border: 1px solid #353535;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cadre h2 {
  margin: 0 0 10px;
  padding: 15px 10px;
  background: #353535;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 1px 0px #111;
}
.cinquante {
  width: 50%;
  float: left;
}
.legende {
  margin: 0;
  padding: 0;
}
.legende li {
  list-style: none;
  margin-top: 2px;
  min-height: 29px;
  color: #353535;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 17px;
  background: #cecece;
}
.legende span {
  padding: 8px 20px 0;
  margin: 0;
  display: block;
}
.important {
  margin: 0;
  padding: 0;
}
.important li {
  list-style: none;
  margin-top: 2px;
  min-height: 29px;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 17px;
  background: #cf1523;
}
.important span {
  padding: 8px 20px 0;
  margin: 0;
  display: block;
}
@media (max-width: 767px) {
  #compte .cinquante {
    width: 100%;
    float: left;
  }
}
.definition {
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  background: #353535;
  line-height: 18px;
  padding: 15px 0 5px;
  margin-bottom: 2px;
}
.classement {
  background: #cf1523;
  line-height: 27px;
  position: relative;
}
.classement .span2 {
  min-height: 1px;
}
.classement .span2 .nom {
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  /*position:absolute; top:50%; margin-top:-17px;*/
  font-size: 17px;
  line-height: 15px !important;
  display: block;
  padding: 5px 0;
}
.classement .span10 {
  background: #fff;
  min-height: 40px;
}
.classement .span10 .row-fluid {
  border-bottom: 2px solid #fff;
}
.classement .span10 .row-fluid:last-child {
  border-bottom: none;
}
.classement .span10 .row-fluid:nth-child(odd) {
  background: #f1f1f1;
}
.classement .span10 .row-fluid:nth-child(even) {
  background: #f6f6f6;
}
@media (max-width: 767px) {
  .display480 {
    display: none;
  }
  .classement .span2 .nom {
    position: inherit;
    top: 0;
    margin-top: 0;
  }
}
#informations .span4 {
  padding-bottom: 10px;
}
#page_email {
  background: #cf1523;
  font-size: 14px;
  line-height: normal;
  width: 720px;
  margin: auto;
}
#page_email  header {
  background: transparent;
  border-bottom: none;
  padding: 0;
  color: #353535;
}
#page_email p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  padding-top: 10px;
  margin: 0;
  color: #353535;
}
#page_email p a {
  color: #353535;
}
#page_email #positionnement {
  width: 90%;
  margin: 0 auto;
}
#page_email #positionnement .offset3 {
  margin: 0;
}
#page_email #positionnement .span6 {
  width: 100%;
}
#page_email #contenu {
  background: #fff;
  padding: 20px;
}
