/* Zone de recherche **********************************************************/
#form_login {
  margin: 0px;
  margin-left: 0px;
  width: 140px;
  border-bottom: 1px solid white;
  padding: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  border-bottom: 0px;
  margin: 0 auto;
}

#text_login, #text_pwd{
 width    			: 100px;
 margin-bottom	: 5px;
 color					: #555555;
 font-size			: 11px;
}
.forget{
 color    : #d7300d;
}

/*Boby general ainsi le wysiwyg a un fond blanc-------------------------------*/
body {
/*  background-color     : #f6f6f6;*/
  font-family: Open Sans,sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.top-menu-h {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
}
.text {
 background-color     : #FFFFFF;
}

.error {
  width: 100% !important;
  border: solid 2px #F3A21D;
  display: block;
  padding: 15px;
  margin: 5px 0;
  color: #F3A21D;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 3px;
  background: #f3f3f3;
}
.btn_rouge {
  color: #fff !important;
  background-color: #dd390f;
  transition: all 0.5s ease 0s;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.94rem;
}
.btn_rouge:hover {
  background-color: #333;
}

@media only screen and (min-width: 1000px) {

  #login_obj {
    min-height: 500px;
    box-sizing: border-box;
  }

}

/*Boby du site ainsi le site a le bas de page de la bonne couleur-------------*/
/*body.project {
 background-color     : #54493C;
}
*/
/*.back_bas_side {
 background-color     : #54493C;
}*/
/*
.back_page_side {
 background           : url(fr/side.gif);
 background-repeat    : repeat-x;
 background-color     : #54493C;
}*/
/*police de base -------------------------------------------------------------*/
td {
  font-size:        12px;
  text-align:       justify;
}

td.line {
  font-size:        1px;
}

/*header  --------------------------------------------------------------------*/
.img_logo_header img {
  height: 110px;
  padding: 10px 0;
}
.title_site {
  padding: 30px 0;
  text-align: right;
}

.title_site img {
  max-width: 100%;
}
.top_page {
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}
.box_connect {
  padding: 30px 0;
  text-align: center;
}

/* Menu horizontal -----------------------------------------------------------*/

.top-menu-h {
  text-align: right;
}
.top-menu-h li {
  display: inline-block;
  margin-right: 25px;
}
.top-menu-h li.last {
  margin-right: 0px;
}
.top-menu-h li a {
  display: block;
  padding: 0 0 0 15px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  border-left: .25rem solid #dd390f;
  color: #000;
  min-width: 125px;
  transition: all 0.5s ease 0s;
}
.top-menu-h li div.mnu_item_desc a {
  font-size: .8rem;
  font-weight: 600;
}
.top-menu-h li:hover a,
.top-menu-h li a.link_item_node_selected {
  color: #dd390f;
  text-decoration: none;
  border-left: .25rem solid #000;
}
/* Header search -------------------------------------------------------------*/

#head_search,
.filters_list {
  background-color: rgb(211, 237, 238);
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
#head_search label,
.filters_list label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-weight: bold;
  font-size: 0.9rem;
}
#head_search input,
#head_search select,
.filters_list input,
.filters_list select,
.filters_list .dropdown_select .dd_button {
  display: block;
  width: 100%;;
  background-color: #fff;
  margin: 0;
  padding: 7px;
  border: solid 1px #ccc;
}
.filters_list .dropdown_select .dd_button {
  min-width: auto;
  max-width: 100%;
}
.filters_list .dropdown_select {
  display: block;
}

.filters_list .dropdown_select .dd_button {
  display: grid;
  grid-template-columns: auto 30px;
  gap: 10px;
}
.filters_list .dropdown_select .dd_sel_text {
  max-width: 100%;
}

.filters_list .dd_selector.open {
  width: 100%;
}

.filters_list .dd_sel_arrow {
  text-align: center;
}

.tab_col_name {
  display: block;
  font-size: 0.8rem;;
}

/* -------------------------------------------------------------------------- */
/* Table */

#annu_group table.pretty_table {
  margin: 0 0 25px;
  border: solid 2px rgb(211, 237, 238);
}
#annu_group table.pretty_table th {
  border-bottom-color: #aaa;
}

#annu_group table.pretty_table th,
#annu_group table.pretty_table td {
  padding: 10px 15px;
}


.col_user_detailsbutton i {
  font-size: 28px;
  width: auto;
}

#annu_group table.pretty_table tr > td > span {
  display: block;
  text-align: left;
}
#annu_group table.pretty_table tr > td.col_u_name_u_surname > span {
  display: inline-block;
}

#annu_group .col_user_detailsbutton {
  width: 64px;
  text-align: center;
}
#annu_group .col_user_detailsbutton a {
  display: inline-block;
}

td.col_studies_mtm_research_discipline > span {
  font-size: 0.8rem;
}
td.col_studies_mtm_research_discipline > span {
  color: #111;
  border-radius: 4px;
}

td.col_studies_mtm_research_discipline > span:nth-child(2n+2) {
  padding-top: 7px;
  color: #777;
}

td .item_u_country {
  font-weight: bold;
  text-transform: uppercase;
}


.annu_model_list td:not(:first-child) > span {
  font-size: 0.9rem;
}
.annu_model_list td:not(:first-child) > span:nth-child(2n+2) {
  color: #777;
}

/* Form annu */

.det_annu_tab input[type=text],
.det_annu_tab select,
.det_annu_tab textarea {
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 7px;
}
.det_annu_tab label {
  float: none;
  margin-left: 0;
}

/*
.det_annu_group ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}*/


.det_annu_group {
  background-color: transparent;
}

.col_u_label {
  font-weight: bold;
}

.div_group ul {
  margin-bottom: 25px;
}

form .div_group ul {
  border: solid 1px #333;
  background-color: #eee;
  padding: 12px;
}

.det_annu_data > .div_group {
  margin-bottom: 7px;
}
.det_annu_data > .div_group:last-child {
  margin-bottom: 0;
}
form .det_annu_data > .div_group {
  margin-bottom: 7px;
}

/* -------------------------------------------------------------------------- */
/* Button */

#page_container .button_round  {
  display: inline-block;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  padding: 7px 15px;
  transition: background 0.3s;
}
#page_container .button_round:hover  {
  background-color: rgb(0, 155, 183);
}

#annu_details_task_bar .buttonDetails.annu_users_view_display {
  display: none;
}
#annu_details_task_bar .buttonDetails.btn_export {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Taskbar */

#page_container .gs_taskbar {
  border-style: none;
  padding: 0;
}

#page_container .gs_taskbar > * {
  margin-left: 15px;
}

#page_container .gs_taskbar > *:first-child {
  margin-left: 0;
}

#page_container .gs_taskbar > *:last-child {
  margin-right: 0;
}

#page_container .gs_taskbar span button,
#page_container .gs_taskbar span input,
#page_container .gs_taskbar span select,
#page_container .gs_taskbar span a,
#page_container .gs_taskbar .dropdown_select,
#page_container .taskbar_submit {
  display: inline-block;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  padding: 7px 15px;
  transition: background 0.3s;
  border-style: none;
  box-shadow: none;
  line-height: 1.4;
  font-family: Open Sans,sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  height: auto;
}
#page_container .gs_taskbar span a.active,
#page_container .gs_taskbar span a:hover {
  background-color: rgb(0, 155, 183);
}

#page_container .task_group a {
  border-radius: 0 !important;
}
#page_container .task_group > span:first-child a {
  border-radius: 4px 0 0 4px !important;
}
#page_container .task_group > span:last-child a {
  border-radius: 0 4px 4px 0 !important;
}


/* Navigation ----------------------------------------------------------------*/

#main div.nav_zone a {
  display: inline-block;
  box-sizing: border-box;
  width:       40px;
  height:      40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}

#main div.nav_zone a.nav_sel {
  border: solid 1px #F3A21D;
  color: #fff;
  background-color: #F3A21D;
  box-shadow: none;;
}

.answersResult {
  line-height: 40px !important;
}

.index_letter {
  text-align: center;
}

#head_buttons {
  text-align: right;
}
#head_buttons a {
  color: #fff;
  background-color: #F3A21D;
  border-style: none;
  margin-left: 7px;;
}

/* liens standard ------------------------------------------------------------*/

A:link, A:visited, A:active {
  color: #d7300d;
  transition: all 0.5s ease 0s;
}
A:hover {
  color: #F3A21D;
  text-decoration: none;
}

.anchor, .anchorAnim {
  color:            #d7300d;
}

.anchorAnim:hover { color: #F3A21D }
.anchor:hover { color: #F3A21D }

.anchorFramed {
  color:           #d7300d;
  border-style:    solid;
  border-width:    0px;
  border-color:    #777777;
}
.anchorFramed:hover { color: #d7300d }

/*pathfinder------------------------------------------------------------------*/
.menu_path {
  font-size:        12px;
  font-weight:      bold;
  color:            #007394;
  text-decoration:  none;
  padding-top:      8px;
}
/*couleurs--------------------------------------------------------------------*/

.back_accueil, .back_accueil_side {
 background-color     : #54493C;
}

.back_ariane, .back_ariane_side {
 background-color     : #FFFFFF;
}

.back_shadow {
 /*background           : url(fr/ombre.gif);
 background-color     : #D616A0;*/
}

.back_shadow_side {
 /*background           : url(fr/ombre_side.gif);
 background-color     : #F7F7F7;*/
}

.back_bas {
 background           : url(fr/ombre_bas.gif);
 background-color     : #FFFFFF;
}

.back_bas2_top {
 background           : url(fr/ombre2.gif);
 background-color     : #FFFFFF;
}


.back_page {
 background-color     : #FFFFFF;
}


.back_vertical_l, .back_vertical_r {
 background-color     : #FFFFFF;
}

.back_grey_line {
 background-color     : #DFDFDF;
}

.back_right {
 background           : url(fr/right.gif);
 background-repeat    : repeat-y;
 background-color     : #FFFFFF;
}

.back_menu {
 background-color     : #333;
}

.back_menu_2 {
 background           : url(fr/menu_fond.gif);
 background-repeat    : repeat-y;
 background-color     : #FFFFFF;
}

.back_menu_2_top_l {
 background           : url(fr/menu_haut_g.gif);
 background-repeat    : no-repeat;
 background-color     : #D9D9D9;
}

.back_menu_2_top_m, .back_menu_1_m {
 background-color     : #D9D9D9;
}

.back_menu_2_top_r {
 background           : url(fr/menu_haut_d.gif);
 background-repeat    : no-repeat;
 background-color     : #D9D9D9;
}

.back_menu_2_l {
 background           : url(fr/menu_side_g.gif);
 background-repeat    : repeat-y;
 background-color     : #FFFFFF;
}

.back_menu_2_m {
 background-color     : #FFFFFF;
}

.back_menu_2_r {
 background           : url(fr/menu_side_d.gif);
 background-repeat    : repeat-y;
 background-color     : #FFFFFF;
}

.back_menu_2_bottom {
 background           : url(fr/menu_bas.gif);
 background-repeat    : no-repeat;
 background-color     : #FFFFFF;
}

.back_menu_2_bottom38 {
 background           : url(fr/menu_bas_38.gif);
 background-repeat    : no-repeat;
 background-color     : #FFFFFF;
}
.back_menu_2_bottom_up23{
 background           : url(fr/menu_bas_haut23.gif);
 background-repeat    : no-repeat;
 background-color     : #FFFFFF;
}

/*----------------------------------------------------------------------------*/

.actuBox {
  float:  right;
  margin: 15px;
  padding:10px;
/*  width:  160px;*/
}

.actuImg {
  float:right;
  margin                 : 15px;
  padding                : 10px;
}
.actuSmallImg {
  float:right;
  margin-left           : 15px;
  padding-left          : 10px;
  margin-right          : 15px;
  padding-right         : 10px;
  margin-top            : 2px;
  padding-top           : 2px;
  margin-bottom         : 2px;
  padding-bottom        : 2px;
}

.actuTitleImg {
  margin-left           : 5px;
  padding-left          : 5px;
  margin-right          : 2px;
  padding-right         : 2px;
  margin-top            : 0px;
  padding-top           : 0px;
  margin-bottom         : 0px;
  padding-bottom        : 0px;
}

.actuTitle, .actuTitleHome, a.actuTitle, a.actuTitleHome, .actuHomeTitle2, a.actuHomeTitle2	 {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: justify;
  text-decoration:  none;
  color: #960D19;
}

.actuHomeLink{
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  text-align: justify;
  text-decoration:  none;
  color: #FF8C04;
}

.actuHomeTitle2, a.actuHomeTitle2	 {
  color: #334484;
}

.actuTitleHome	 {
  font-size: 16px;
  text-align: right;
}

.actuTxt, .actuTxtPage, a.actuTxt, a.actuTxtPage {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #000000;
  text-decoration:  none;
}

.actuTxtPage {
  font-size   : 11px;
  text-align  : left;
  color       : #000000;
  background-color: #FFFFFF

}


/*----------------------------------------------------------------------------*/
td.pretty_title h1 {
  display : inline;
  padding : 0px;
  margin  : 0px;
}

.pretty_title1 {
  font-size            : 26px;
  font-style           : normal;
  font-weight          : normal;
  color                : #911A1A;
  text-transform       : none;
  text-decoration : none;
}

.pretty_title2 {
  font-family   : Verdana, sans-serif;
  font-size     : 14px;
  font-style    : italic;
  font-weight   : bold;
  color         : #3574A8;
  text-decoration : none;
}

.pretty_title, .pretty_title_c2, .pretty_title_c3 {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #e64415;
  text-transform: uppercase;
}

.pretty_title_c2 {
  color:          #334484;
}

.pretty_title_c3 {
  color:          #FF9C26;
}

.pretty_title2{
  padding: 0px 0px 0px 10px;
  background: url(fr/titre2.gif) transparent no-repeat scroll 0px 7px;
  background-color: transparent;
  color           : #1290CD;
  font-size:        14px;
  font-weight:      700;
}
.pretty_title3{
  background-color: transparent;
  color           : #000000;
  font-size:        10px;
  font-weight:      600;
  text-decoration : none;
}

.pretty_link {
  color: #FF871A;
  border-style: none;
  text-decoration:underline;
}
.pretty_link:hover {color: #FF0000; }

/*----------------------------------------------------------------------------*/

#menu_page{
float : right;
height: 31px;
  background-image: url(fr/bue.gif);
}

#menu_page ul li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
background-image: none;
}

#menu_page ul {
margin: 0;
padding: 0 0 0 0%;
font-size: 9px;
}

#menu_page ul li a {
  background-image: url(fr/blue.gif);
  list-style: none;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  float: left;
  height: 15px;
  font-size:        11px;
  text-decoration:  none;
  text-align:       right;
  font-weight:      bold;
  color:            #FFFFFF;
}

#menu_page ul li a.menu_pageInactive:hover {
  background-image: url(fr/gold.gif);
  color:            #FFFFFF;
  list-style: none;
}

#menu_page ul li a.menu_pageActive {
  background-image: url(fr/gold.gif);
}

#menu_page ul li a.menu_pageInactive {
  background-image: url(fr/blue.gif);
}


/*----------------------------------------------------------------------------*/

#login{
  height: 15px;
}

#login ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  background-image: none;
}

#login ul {
  margin: 0;
  padding: 0 0 0 0%;
  font-size: 12px;
}

#login ul li a {
  list-style: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  float: left;
  width: 165px;
  font-size:        12px;
  text-decoration:  none;
  text-align:       left;
  font-weight:      bold;
  font-style: italic;
  color:            #d7300d;
}

#login ul li a .menu2padd {
  padding-left: 1em;
  padding-right: 1em;
}

#login ul li a.link_item_node_level_2:hover {
  color:            #d7300d;
  list-style: none;
}

#login ul li a.link_item_node_selected_level_2 {
  color: #FFFFFF;
  background: #1290CD;
}

#login ul li a.link_item_node_level_2 {
  background: #FFFFFF;
}


/*----------------------------------------------------------------------------*/
/*
.menu_node a {
  display: inline-block;
}

.div_item_node, .div_item_node_selected {
 background-color     : #D9D9D9;
 list-style           : none outside none;
 clear                : both;
 padding              : 0 0 0 0%;
 padding-top          : 0.5em;
 padding-bottom       : 0.5em;
}


ul#adm_menu1default, ul#adm_menu1125, ul#adm_menu1318 {
margin: 0px;
padding: 0px;
}

#adm_menu1default li, #adm_menu1125 li, #adm_menu1318 li {
list-style:none;
margin: 0px;
padding: 0px;
display: block;
border-bottom: 1px #ffffff solid;
}


#adm_menu1default li a:hover, #adm_menu1125 li a:hover, #adm_menu1318 li a:hover {
  color                : #911A1A;
  list-style: none;
}

#adm_menu1default li a.link_item_node_selected, #adm_menu1125 li a.link_item_node_selected, #adm_menu1318 li a.link_item_node_selected {
  background-color: #D9D9D9;
  font-family: Arial,Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: small-caps;
  color: #000000;
  padding-left: 10px;
  text-decoration: none;
  color: #e64415;
}

#adm_menu1default li a.link_item_node, #adm_menu1125 li a.link_item_node, #adm_menu1318 li a.link_item_node {
 background-color     : #D9D9D9;
 font-family          : Arial,Helvetica, Verdana, sans-serif;
 font-size            : 14px;
 font-weight          : bold;
 font-style           : small-caps;
 color                : #000000;
 padding-left         : 10px;
 text-decoration      : none;
}

ul#adm_menu2default, ul#adm_menu2125, ul#adm_menu2318 {
margin: 0px;
padding: 0px;
}

#adm_menu2default li, #adm_menu2125 li, #adm_menu2318 li {
list-style:none;
margin: 0px;
padding: 0px;
display: block;
border-bottom: 1px #ffffff solid;
clear: both;
}


#adm_menu2default li a:hover, #adm_menu2125 li a:hover, #adm_menu2318 li a:hover {
  color           : #d7300d;
  list-style      : none;
}
#adm_menu2default li a.link_item_node_selected_level_2, #adm_menu2125 li a.link_item_node_selected_level_2, #adm_menu2318 li a.link_item_node_selected_level_2 {
  min-height: 15px;
  margin: 0;
  background-image: none;
  padding: 0 0 0 0%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 10px;
  font-family: Arial,Helvetica, Verdana, sans-serif;
  font-size: 12px;
  float: left;
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  color: #FFFFFF;
  background: #e64415;
}

#adm_menu2default li a.link_item_node_level_2, #adm_menu2125 li a.link_item_node_level_2, #adm_menu2318 li a.link_item_node_level_2 {
  min-height: 15px;
  margin: 0;
  background-image: none;
  padding: 0 0 0 0%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 10px;
  font-family:  Arial,Helvetica, Verdana, sans-serif;
  font-size: 12px;
  float: left;
  width: 100%;
  text-decoration:  none;
  text-align:       left;
  font-weight:      bold;
  color:            #000000;
  background:       #EEEEEE;
}


ul#adm_menu3default, ul#adm_menu3125 {
margin: 0px;
padding: 0px;
}

#adm_menu3default li, #adm_menu3125 li {
list-style:none;
margin: 0px;
padding: 0px;
display: block;
border-bottom: 1px #ffffff solid;
clear: both;
}


#adm_menu3default li a:hover, #adm_menu3125 li a:hover {
color: #FF0000;
}

#adm_menu3default li a.link_item_node_selected_level_3, #adm_menu3125 li a.link_item_node_selected_level_3 {
  font-size: 11px;
  margin: 0px;
  padding-left: 25px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  width: 100%;
  color: #e64415;
  text-decoration: none;
  font-weight: normal;
  font-family: Arial,Helvetica, Verdana, sans-serif;
  background: url(fr/menu3select.gif) #F3F3F3 no-repeat scroll 16px 7px;
}

#adm_menu3default li a.link_item_node_level_3, #adm_menu3125 li a.link_item_node_level_3 {
  font-size: 11px;
  margin: 0px;
  padding: 2px 2px 2px 25px;
  display: block;
  width: 100%;
  color: #666666;
  text-decoration: none;
  font-weight: normal;
  font-family: Arial,Helvetica, Verdana, sans-serif;
  background: url(fr/menu3.gif) #FFFFFF no-repeat scroll 16px 7px;
}
*/

#page_container {
/*  max-width: 950px;
  margin: 0 auto;*/
}

#main_content_w {
  background-color: #fff;
  /*padding: 35px;*/
}
/* ----------------------------------------------- */
/* menu pincipal */

#sticky_mnu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  opacity: 1;
  background-color: #fff;
  height: 70px;
  box-shadow: 0px 0px 6px #cccc;
}
#sticky_mnu .top-menu-h {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  border-top: none;
}
/*Boit info droite construit dans le modèle-----------------------------------*/
.info {
  background: url(fr/cadre.gif) #FFFFFF no-repeat scroll 20px 0px;

}

.info_block {
  padding: 0px 5px 0px 20px;

}
.info_titre {
  line-height: 2;
  color: #FFFFFF;
  background: #999999;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.info_texte {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;

}

/*----------------------------------------------------------------------------*/
.frmTitle {
   font-size:        14px;
   color:            #000000;
   background-color: #FFFFFF;
}
.frmSubTitle {
   font-size:        10px;
   color:            #000000;
   background-color: #FFFFFF;
}
.frmText {
   font-size:        12px;
   color:            #000000;
   background-color: #BCD9D3;
}

/*----------------------------------------------------------------------------*/

.copyright, .idalizes, .styleprjinfo {
  font-size:        11px;
  font-style:       normal;
  font-weight:      normal;
  font-variant:     normal;
  text-decoration:  none;
  text-align:       right;
  vertical-align:   middle;
  color:            #FFFFFF;
  background-color: #54493C;
}
.styleprjinfo  {
  text-align:       center;
}
.idalizes  {
   font-size:10px;
   color :   #FFFFFF;
}
a.idalizes { color : #FFFFFF; }


/*----------------------------------------------------------------------------*/
/* For special users-annu pattern */
/*----------------------------------------------------------------------------*/
.users-annu_title, .users-annu_title1, .users-annu_title2 {
  font-size            : 14px;
  font-style           : normal;
  font-weight          : bold;
  color                : #F49419;
  text-transform       : none;
}
.users-annu_big_title {
  font-size            : 14px;
  font-style           : normal;
  font-weight          : bold;
  color                : #436770;
  text-transform       : none;
  background: url(fr/fondg.gif) #FFFFFF repeat-y scroll 0px 0px;
}

.users-annu_competances {
  font-size            : 16px;
  font-style           : italic;
  font-weight          : bold;
  color                : #3C5960;
  text-transform       : none;

}

.users-annu_line {  background-color: #C2CFCB; }
.users-annu_line2 {  background-color: #C2CFCB; }
.users-annu_line3 {  background-color: #FFFFFF; }
.users-annu_formLabel {  background-color: #FFFFFF; }
.users-annu_formInput {  background-color: #FFFFFF; }
.users-annu_title {  background-color: #FFFFFF; }
.users-annu_title1 { background-color: #FFFFFF; }
.users-annu_title2 { background-color: #D7E0E7; }
.users-annu_text {  background-color: #FFFFFF; }
.users-annu_text1 { background-color: #FFFFFF; }
.users-annu_text2 { background-color: #D7E0E7; }
.users-annu_anchor { }

.library_line {  background-color: #C2CFCB; }

#formmail_head, #formmail_footer {
  color: #e64415;
  padding: 10px;
  text-transform: uppercase;
}
#formmail_head, #formmail_footer {
  background-color: #D9D9D9;
}
#formmail_elements {
  border: 1px solid #D9D9D9;
}
#formmail_footer input {
  font-weight: bold;
  margin-left: 1em;
  background-color: #e64415;
  color: #fff;
  padding: 7px 20px;
  text-transform: uppercase;
  border: 1px solid #e64415;
  transition: all 0.5s ease 0s;
}
#valid:hover {
  background-color: #fff;
  color: #e64415;
}
.pretty_frame_right {float:right;margin: 5px;padding: 5px;width: 200px;border: 1px dashed #D7F2D7; text-align: left;}

.sitemap ul li {
  background : none;
}
.footer a {
  color: #fff;
}

/*-- Map colorize --------------------------------------------------------*/

#map_canvas {

    filter:
        grayscale(80%)       /* Start with black and white to remove original colors */
        /* Commencer par le noir et blanc pour supprimer les couleurs d'origine */
        /* Diminuer la luminosité pour la rendre plus sombre (était à 150 %) */
        /* Facultatif : augmenter légèrement le contraste pour faire ressortir les éléments */
        saturate(200%);        /* Maintain or slightly increase saturation for color intensity (was 300%) */
        /* Maintenir ou augmenter légèrement la saturation pour l'intensité de la couleur (était à 300 %) */
        /* Léger ajustement par rapport à 182 degrés, pourrait donner un meilleur bleu profond */

    /* For older WebKit browsers */
    /* Pour les anciens navigateurs WebKit */
    -webkit-filter:
        grayscale(80%)
        saturate(200%);
}


/*-- Offres de Postes --------------------------------------------------------*/

.button {
  color: #fff !important;
  background: #93194B;
  display: inline-block;
  padding: 3px 7px;
  text-decoration: none;
  box-shadow: 1px 1px 2px #555;
  border-radius: 2px;
}
.button:hover {
  background: #333;
  box-shadow: none;
}

.poste_list .button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.poste_list .button:before {
  content: '+ ';
}

.poste h2 {
  /*border-top: solid 1px #999;*/
  padding: 0 0 0;
  margin: 0 0 0;
}
.poste {
  position: relative;
  border: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px;
  margin: 0 0 15px;
}
.poste legend {
  font-weight: bold;
  font-style: 16px;
  padding: 5px 20px;
  background: #d7300d;
  color: #fff;
}
.poste fieldset {
  margin: 20px 0 0;
  border: solid 1px #d7300d;
  background: #eee;
}
.poste_desc {
  border-top: dotted 1px #aaa;
  margin-top: 10px;
  padding-top: 10px;
}

.poste_ul {
  clear: both;
  margin: 10px 0;
}

.poste_ul li {
  list-style-type: none ;
  list-style-image: none;
  background: #eee;
  margin: 2px 0;
  margin-right: 10px;
  padding: 0;
  display: inline-block;
  width: 30%;
  font-size: 14px;
}
.poste_ul li strong {
  display: inline-block;
  width: 95px;
  text-align: right;
  background: #ddd;
  padding: 3px 5px;
  margin-right: 10px;
}
.poste_ul li:last-child {
  float: right;
}

.date_pub {
  font-style: italic;
  color: #444;
}





/* ---------------------------------------------------------------------------*/
/* H1 */

H1 {
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 0 5px;
  margin: 30px 0 25px;
}

/* ---------------------------------------------------------------------------*/
/* Footer */

.footer {
  background-color: #333;
  margin-top: 25px;
  padding: 25px 0;
  border-top: solid 1px #ccc;
}
.footer .row > div:last-child {
  margin-top: 50px;
}

/* ---------------------------------------------------------------------------*/
/* Fil ariane */

#gs_breadcrumb ul {
  list-style-type: none;
  margin: 7px 0;
}
#gs_breadcrumb ul li {
  background-image: none;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0 2px 0 0;
  font-size: 0.9rem;
}
#gs_breadcrumb ul li:after {
  content: '>';
  padding-left: 3px;
}
#gs_breadcrumb ul li:last-child:after {
  display: none;
}

#gs_breadcrumb ul li a:hover {
  text-decoration: underline;
}



/* -------------------------------------------------------------------------- */
/* New menu level 4 ---------------------------------------------------------*/

.menu_node .ul_4 {
  margin-bottom: 10px;
  margin-left: 18px;
  padding-left: 12px;
  border-left: dotted 1px #333;
}
.menu_node .ul_4 > li {
  margin: 5px 0 !important;
}

.menu_node li a.link_item_node_selected_level_4,
.menu_node li a.link_item_node_level_4 {
  font-size: 12px;
  color: #333;
}

.menu_node li a.link_item_node_selected_level_4 {
  color: #e64415;
}

.item_node_level_4,
.item_node_selected_level_4 {
  background: none;
}
  #adm_menu1default {
    display: block !important;
  }
  #gsMiniMenu {
    display: none !important;
  }
  #gsMiniMenu > ul {
    top: 40px;
  }
  #sticky_mnu #gsMiniMenu > ul {
    top: 60px;
  }
  #gsMiniMenu ul {
    font-size: 1rem !important;
    padding: 5px 5px;
  }
  #gsMiniMenu li a {
    padding: 15px 10px;
  }
  #gsMiniMenu li:last-child {
    border-bottom: none;
  }
  #gsMenuToggle {
    color: #dd390f;
    font-weight: bold;
  }
  #gsMenuToggle::after {
    border-bottom: 12px double #dd390f;
    border-top: 4px solid #dd390f;
  }

/* ---------- SECTIONS -------------- */
  .i3m-menu-links-bar .menu-links-bar li a,
  .i3m-menu-links-bar-img a p.font-size-medium {
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
    font-size: 1.1rem;
    background-color: #fff;
    color: #333;
    font-size: 1.3rem;
    padding: 40px 0px;
    margin-right: 2px;
    border: 2px solid #ccc;
    transition: all 0.5s ease 0s;
  }
  .i3m-menu-links-bar-img a {
    background-color: #fff;
    padding: 25px 25px;
    border: 1px solid #fff;
    border: 1px solid #eee;
  }
  .i3m-menu-links-bar-img a:hover {
    background-color: #eee;
    border: 1px solid #333;
  }
  .i3m-menu-links-bar-img a p.font-size-medium {
    border: none;
    margin-right: 0px;
    padding: 0px;
    background: none;
  }
  .i3m-menu-links-bar a img {
    margin-bottom: 20px;
  }
  .i3m-menu-links-bar .menu-links-bar.inline-bar li a span,
  .i3m-menu-links-bar a p.font-size-medium span {
    text-transform: none;
    font-size: 0.9rem;
    display: block;
  }
   .i3m-menu-links-bar .menu-links-bar.inline-bar li:hover a {
    text-decoration: none;
    background-color: #f4f4f4;
    border-color: #dd390f;
    color: #dd390f;
   }
  .i3m-menu-links-bar .center {
    margin-bottom: 30px;
  }
/* ----------- responsive ----------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}

@media only screen and (max-width: 1555px) {
  .menu-links-bar li {
    width: 50% !important;
  }
  .menu-links-bar li a {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 1199px) { /* passage lg-x */

  .top-menu-h li {
    margin-right: 10px;
  }
  .top-menu-h li a {
    font-size: 0.9rem;
  }
  .top-menu-h li div.mnu_item_desc a {
    font-size: .7rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 1002px) {

  #adm_menu1default {
    display: none !important;
  }
  #gsMiniMenu {
    display: block !important;
  }
  #sticky_mnu #gsMiniMenu {
    display: block !important;
    padding-top: 10px;
  }
  .top-menu-h {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) { /* passage md-x */

h1 {
  font-size: 2rem;
}
}
@media only screen and (max-width: 800px) {
  .menu-links-bar li {
    width: 100% !important;
  }
  .menu-links-bar li a {
    border: solid 2px #fff;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) { /* passage sm-x */
  .container {
    max-width: 95%;
  }
  h1 {
    font-size: 1.65rem;
  }
  .img_logo_header img {
    height: 85px;
    padding: 10px 0;
  }
  .img_logo_header img.logo_rep_fran,
  .img_logo_header img.logo_inserm_gen {
    display: none;
  }
  .img_logo_header img.logo_inserm_gen_alt {
    display: block !important;
    width: 100%;
    height: auto !important;
    max-width: 120px;
  }
  .title_site {
    padding: 20px 0;
    text-align: center;
  }
    .title_site img {
    width: 100%;
    max-width: 500px;
  }
}

@media only screen and (max-width: 575px) { /* passage col-100% */
  .img_logo_header img {
    height: 70px;
    padding: 10px 0;
  }
  .title_site {
    padding: 10px 0 0 0;
    text-align: right;
  }

}

/* -------------------------------------------------------------------------- */
/* Credits */

.credits {
  color: #666;
  text-decoration: underline;
  text-align: right;
}