/*Header*/
/*Footer*/
/*Textes*/
/*Contenu*/
/*Connexion*/
/*Recherche*/
/*Contenus*/
/* Monographies - protocoles */
/* Tableaux Monographies, contneus, protocoles */
/* Contact */
/* Aide */
/* Responsive */
/* Hack tables dyn */
/* The Modal (background) */
/* Modal Content/Box */
/* The Close Button */

* {
   margin:0;
   padding:0;
   font-family:Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a, td a span, td a span[style="color:black"], ul.content-menu a {
  color:#333399 !important;
  text-decoration:none !important;
  cursor: pointer;
}

td a {
    font-weight:bold;
}

p a, ul li a {
    text-decoration:underline !important;
}

a:hover {
  text-decoration:underline !important;
}

.bg-primary{
  background-color:#343399;
}
.bg-secondary{
  background-color:#d7e1fc;
}
.bg-white{
  background-color:#ffffff;
}

.clear{

  width:0;
  height:0;
  clear:both;
}

#contener {
  width:100%;
  height:100%;
}

hr {
  display: block;
  height: 0;
  line-height: 1;
  border: 0;
  border-top: solid 1px #000000;
  width: 70%;
  margin: 15px auto;
}


.btn{
  display:inline-block;
  border-radius:7px;
  font-size:14px;
  border:none;
  cursor:pointer;
}

.btn-default{
  background:#d7e1fc;
  padding:10px;
}

.mt-15{
  margin-top:15px;
}.mb-15{
  margin-bottom:15px;
}
.blue{
  color:#333399;
}
.w-100{
  width:100%;
}
.border-box{
  box-sizing: border-box;
}
.text-left{
  text-align: left !important;
}
.small-font{
  font-size: 11px !important;
}
.radio-group{
  margin-left:15px;
}
.inline-block{
  display:inline-block;
  font-size:14px;
}

/*Header*/

#header {
  height:90px;
  width:100%;
  box-shadow: 0 5px  5px 0 #e4e4e4
}

.logo1 {
  margin:18px 0 0 30px;
  display:inline-block;
  float:left;
}

.logo2 {
  margin:12px 0 0 25px;
  display:inline-block;
  float:left;
}

#account {
  float:right;
  margin:30px 30px 0 0;
  height: 26px;
  line-height: 26px;
  color:#666666;
  font-size:14px;
}

#account a.logout {
  display:inline-block;
  background:url('../images/extranet/logout.png') top left no-repeat;
  color:#666666;
  font-size:14px;
  margin-left:23px;
  padding-left:30px;
  height: 26px;
  line-height: 26px;
}
#helpblock {
  display:block;
  width:auto;
  text-align: right;
  padding-right: 75px;
  font-size: 13px;
  position: relative;
  margin-bottom: 15px;
}
#help {
  display:block;
  width:31px;
  height:31px;
  background:url('../images/extranet/help.png');
  position:absolute;
  top:0px;
  right:30px;
}

#contactblock {
  display:block;
  width:auto;
  text-align: right;
  padding-right: 75px;
  font-size: 13px;
  position: relative;
  margin-top:15px;
}
#contact {
  display:block;
  width:31px;
  height:31px;
  background:url('../images/extranet/contact.png');
  position:absolute;
  top:0px;
  right:30px;
}

#aboblock {
  display:block;
  width:auto;
  text-align: right;
  padding-right: 75px;
  font-size: 13px;
  line-height:30px;
  position: relative;
  margin-top:15px 0;
}
#abo {
  display:block;
  width:31px;
  height:31px;
  background:url('../images/extranet/abonnement.png');
  position:absolute;
  top:0px;
  right:30px;
}

/*Footer*/
#footer.home {
  height:55px;
  width:100%;
  background-color:#d6dffe;
  position:device-fixed;
  bottom:0;
}

#footer {
  height:55px;
  width:100%;
  background-color:#d6dffe;
}

.logo3 {
  margin:8px 0 0 35px;
  display:inline-block;
  float:left;
}

#footer ul.menu {
  float:right;
  margin:18px 18px 0 0;
  list-style-type:none;
}

#footer ul.menu li {
  display:inline-block;
  height:10px;
  width:auto;
  padding:0 12px;
}

#footer ul.menu li {
  border-left:solid 1px #333399;
}

#footer ul.menu li:first-child {
  border:none;
}

#footer ul.menu li a {
  font-size:10px;
  text-transform:uppercase;
  display:block;
  height:10px;
}

#popup-menu {
  display:flex;
  flex-direction: column;
  position:fixed;
  bottom:60px;
  right:30px;
  opacity:0;
  transition-duration: 0.5s;
  gap: 10px;
}

#top {
  display:block;
  width:46px;
  height:46px;
  background:url('../images/extranet/top.png');
}

#popup-menu.open {
  opacity:1;
  transition-duration: 0.5s;
}

#open-button {
  height: 46px;
  width:46px;
}

/*Textes*/

#texte {
  width:1020px;
  margin:30px auto;
}

#texte h1 {
  color:#333399;
  font-weight:bold;
  font-size:20px !important;
  margin: 40px 0 !important;
  text-align:left;
}

#texte p {
  color:#333333;
  font-size:16px;
  text-align:justify !important;
  margin:20px 0 20px 0;
}
#texte p sup {
  font-size: 10px;
}
#texte ul {
  margin-left: 40px;
  margin-bottom:40px;
}
#texte a.home-link-block {
    display:block;
    width: 380px;
    max-width: 94%;
    padding:10px;
    margin:0 auto 20px auto;
    color:#343399;
    text-align:center;
    background-color:#d6dffe;
    border-radius:10px;
}
#texte p.edito {
    width: 60%;
    text-align: center !important;
    margin: auto;
    background-color:#f2f2f2;
    padding: 20px;
    margin-bottom: 50px;
}

/*Contenu*/

#content {
  width:100%;
  margin:30px auto;
}

h1 {
  color:#333399;
  font-weight:bold;
  font-size:22px;
  text-align:center;
}

h2 {
  color:#333399;
  font-weight:bold;
  font-size:16px;
  text-align:center;
  margin:50px 0 20px 0;
}



#content p {
  font-size:16px;
  text-align:center;
}

.infos{
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin: auto;
  width: inherit;
  margin-left: 24px !important;
  margin-top:4px;
}

/*Connexion*/

.form {
  margin: 20px auto 50px auto;
  display:block;
  width:478px;
  background-color:#f2f2f2;
  border:solid 1px #dddddd;
  border-radius:10px;
  padding:5%;
}

input[type=text], input[type=password], textarea {
  display:block;
  width:96%;
  height:42px;
  background-color:#ffffff;
  color:#999999;
  border:none;
  border-bottom:solid 2px #cfd0d0;
  border-radius:3px;
  margin-bottom:13px;
  padding:0 2%;
  font-size:14px;
}

input[type=submit], input[type=button] {
  display:block;
  border:none;
  height:42px;
  padding:0 10px;
  border-radius:3px;
  background-color:#d6dffe;
  cursor:pointer;
  color:#333399;
  font-size:14px;
  float:right;
}

/*Recherche*/

#recherche_contener{
    background:#ffffff;
}

.recherche, .contact {
  width:700px;
  padding:20px;
}
.recherche {
  margin: 20px auto 50px auto;
  display:block;
  background-color:#f2f2f2;
  border:solid 1px #dddddd;
  border-radius:10px;
  width:1020px;
  box-sizing: border-box;
}

#content.fixed-form #recherche_contener{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  z-index: 50;
}
#content.fixed-form .recherche{
    margin-top:10px;
    margin-bottom:50px;
}

.recherche select {
  display:inline-block;
  width:180px;
  padding:0 0 0 10px;
  height:42px;
  background-color:#ffffff;
  color:#999999;
  border:none;
  border-bottom:solid 2px #cfd0d0;
  margin-bottom:0;
  vertical-align:top;

  line-height:42px;
}

.recherche input[type=text], .recherche select.select2 {
  width:260px;
  padding:0 10px;
  box-sizing:content-box;
  margin-bottom:0;
  margin-left:10px;
  margin-right:10px;

  line-height:42px;
}
.select2-container{
    font-size:14px;
}
.recherche .select2-container{
  border: none;
  border-bottom: solid 2px #cfd0d0;
  vertical-align:top;
}
.recherche .select2-container--default .select2-selection--multiple, .recherche .select2-container--default.select2-container--focus .select2-selection--multiple{
 border:none;
 min-height:42px;
}

.recherche input[type=text].search {
  background-color: #ffffff !important;

  background: url('../images/extranet/search-white.png') 10px 10px no-repeat;
  padding:0 10px 0 40px;
  width:280px;

  display:inline-block;

  line-height:42px;
  line-height:normal!important;
}

.recherche input[type=submit] {
  background:#d6dffe url('../images/extranet/search.png') 10px 10px no-repeat;
  padding-left:40px;
}

.content-menu {
  width:100%;
  display: flex;
  justify-content: center;
  list-style-type:none;
  margin:0 auto;
}

.content-menu li {
 border:solid 1px #343399;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 border-bottom:none;
 height:40px;
 width:200px;
 margin-right:45px;
 text-align:center;
 display:block;
 float:left;
}

.content-menu li:last-child {
 margin-right:0;
}

.content-menu li:hover {
  background-color:#343399;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.content-menu li:hover a {
  color:#ffffff !important;
}

.content-menu li.on {
  background-color:#343399;
}

.content-menu li.on a {
  color:#ffffff !important;
}

.content-menu li a {
  text-transform:uppercase;
  font-size:14px;
  line-height:38px;
  width:200px;
  display:block;
}

.content-menu li a:hover {
  text-decoration:none !important;
  color:#ffffff !important;
}

.content-menu li span {
  display:block;
  font-size:11px;
  color:#343399;
  margin-top:-12px;
  font-style:italic;
}

.content-menu li.on span, .content-menu li:hover span {
  color:#ffffff;
}

#result {
  width:100%;
  border-top:solid 9px #343399;
  margin-bottom:100px;
  clear:both;
  min-height: 70vh;
}

#result h1 {
  font-size:16px;
  margin:10px 0;
}

.bckg-nav {
  background-color:#f2f2f2;
}

.bckg-nav.bottom {
  margin-top:50px;
}

.content-nav {
  width:1020px;
  margin:auto;
}

#index {
  width:100%;
  display:table;
  background-color:#f2f2f2;
  height:50px;
}

#indexrow {
  width:100%;
  display:table-row;
}

#indexalpha {
  width:100%;
  text-align:center;
  margin:0 auto;
  font-size:0;
  display:table-cell;
  vertical-align:middle;
}

#indexalpha a {
  text-decoration:underline;
  font-size:16px;
  width:38px;
  display:inline-block;
  white-space: nowrap;
}

#indexalpha a:hover {
  font-weight:bold;
}

.previous {
  width:33%;
  display:table-cell;
  vertical-align:middle;
  text-align:left;
  padding-left:25px;
  background:url('../images/extranet/left-arrow.png') top 18px left 5px no-repeat;
}

.next {
  width:33%;
  display:table-cell;
  vertical-align:middle;
  text-align:right;
  padding-right:25px;
  background:url('../images/extranet/right-arrow.png') top 18px right 5px no-repeat;
}

.summary {
  width:33%;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}

.empty {
  width:33%;
  display:table-cell;
}

#btns {
  width:100%;
  text-align:center;
}

#result a.btn {
  display:inline-block;
  width:270px;
  height:35px;
  background: #d7e1fc;
  border-radius:7px;
  padding-left:35px;
  font-size:14px;
  line-height:33px;
  margin:20px 0;
}

#result a.btn.localisation {
  background:url('../images/extranet/pointer.png') top 9px left 10px no-repeat #d7e1fc;
  margin-right:40px;
}

#result a.btn.indication {
  background:url('../images/extranet/bubble.png') top 9px left 10px no-repeat #d7e1fc;
}

#result a.btn.alpha {
  width:320px;
  margin-right:40px;
  background:url('../images/extranet/alpha.png') top 9px left 10px no-repeat #d7e1fc;
}

#list {
  width:1020px;
  margin:35px auto;
}

#list h2 {
  font-size:22px;
  color:#333399;
  margin:50px 0 10px 0;
  text-align:left;
}

#list h3 {
  font-size:18px;
  color:#333399;
  margin-top:40px;
}

#list h4 {
  font-size:16px;
  color:#333399;
}

#list ul {
  list-style:none;
}

#list a.parent, #monographie h2.parent, #monographie h3.parent, #monographie h4.parent {
  display:inline-block;
  font-size:18px;
  font-weight:bold;
  margin-left:10px;
  margin-top:10px;
  cursor:pointer;
  text-align:left;
}

#list a.parent.accordion.up, h2.parent.accordion.up, h3.parent.accordion.up, h4.parent.accordion.up {
  background:url('../images/extranet/up.png') top 3px left no-repeat;
  padding-left:22px;
}

#list a.parent.accordion.down, h2.parent.accordion.down, h3.parent.accordion.down, h4.parent.accordion.down {
  background:url('../images/extranet/down.png') top 3px left no-repeat;
  padding-left:22px;
}

#list ul li {
  display:block;
  font-size:16px;
  margin-left:20px;
  color:#333333;
  margin-top:30px;
}

#list ul li a {
  font-weight:bold;
}

#list ul li ul li {
  margin-top:10px !important;
}

#list ul li ul li a {
  font-weight:normal;
}

#monographie a.child {
  display:inline-block;
  font-size:16px;
  margin-left:40px;
  color:#333333;
}

div.accordion {
  margin:0px 0px 10px 20px;
  margin-left:20px !important;
}
.accordion.closed{
    /*display:none;*/
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.35s ease;
    -webkit-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
}
.accordion.opened{
    /*display:block;*/
    max-height: 9999px;
    overflow: hidden;
    -moz-transition: max-height 1.5s ease;
    -webkit-transition: max-height 1.5s ease;
    -o-transition: max-height 1.5s ease;
    transition: max-height 1.5s ease;
}

div.accordion span, div.reference span {
  font-weight:bold;
  color:#333399;
}
div.accordion td span {
    font-weight:normal;
}
div.accordion span[style="color:#bdc3c7"],div.accordion span[style="color:#7f8c8d"],div.accordion span[style="color:#999999"],div.accordion span[style="color:#dddddd"],div.accordion span[style="color:#95a5a6"] {
  font-weight:normal !important;
}

#down-circ {
  float:right;
  display:inline-block;
  width:95px;
  background:url('../images/extranet/down-circ.png') top right no-repeat;
  font-size:12px;
  margin-right:20px;
}

#up-circ {
  float:right;
  display:inline-block;
  width:92px;
  background:url('../images/extranet/up-circ.png') top right no-repeat;
  font-size:12px;
}

/*Contenus*/

#contenu, .contenu {
  width:990px;
  margin: auto;
}

#titre {
  width:90%;
  padding:15px 0;
  padding-left:5%;
  padding-right:5%;
  background-color:#d6dffe;
  margin:30px auto;
}

#titre h1 {
  font-size:20px;
  margin:0;
}

#titre h2 {
  color:#32342f;
  text-align:center;
  font-size:16px;
  margin:0;
}

#contenu h3 {
  font-size:16px;
  color:#333399;
}

#contenu h3 a {
  font-weight:normal;
  text-decoration:underline;
}

#contenu p {
  font-size:16px;
  color:#333333;
  text-align:justify;
}

.contenu ul li{
  list-style: none;
  margin-top:10px;
}

/* Monographies - protocoles */

#monographie, #protocole {
  width:1020px;
  margin:35px auto;
}

#monographie h1, #protocole h1 {
  width:630px;
  min-height:55px;
  background-color:#d6dffe;
  line-height:55px;
  padding:0 35px;
  color:#343399;
  text-align:left;
  font-size:22px;
  float:left;
}

#monographie div.update, #protocole div.update {
  float:left;
  width:320px;
  min-height:55px;
  line-height:55px;
  background-color:#f2f2f2;
  color:#333333;
  font-size:12px;
  margin-top:10px;
  margin-left:0;
  text-align:center !important;
}

#contenu div.update {
  color:#333333;
  font-size:12px;
  margin-bottom:30px;
  font-style: italic;
}

#intro {
  display:table;
  width:1020px !important;
  margin:20px 0;
  margin-left:0 !important;
}

#intro div, #intro div p {
  display:table-row;
  min-height:20px;
  line-height:20px;
  font-size:14px;
}

#intro div span {
  display:block;
  padding:0 20px;
  width:980px;

}

#intro #dci_wrapper{
  display: flex;
}

#intro #dci_wrapper span{
  display:initial;
  padding:0;
  width: initial;
}

#intro #dci_wrapper .dci-item{
  display: block;
}

#intro div span.nom {
  display:flex;
}

#intro div span.nom div {
  width:auto !important;
  white-space: nowrap;
  background:inherit !important;
  margin-left:0;
  margin-top: 2px;
}

#intro table {
  display:flex;
  width:auto;
  margin-left: 3px;
}

#intro table td {
  padding:0px 10px 0 0px;
  vertical-align: top;
  text-align:left;
}

#intro table td .oncolien{
  display:inline-block !important;
  vertical-align: middle;
}

#intro div:nth-child(odd) {
  background: #fdfccc;
}

#intro div:nth-child(even) {
  background: #fffff5;
}

#monographie div {
  /*width:980px;*/
  /*text-align:justify;*/
  text-align:left !important;
  margin-left:12px;
}


#monographie div p {
  text-align:justify;
  width: 99% !important;
}

#monographie div a {
  display:initial !important;
  text-align:inherit !important;
  /*position:relative;*/
}

#monographie div.child {
  margin-left:24px;
  width:596px;
  text-align:justify;
}

#protocole p {
  margin-left:12px;
  /* width:920px; */
  text-align:justify;
}

#protocole p.child {
  margin-left:24px;
  width:908px;
  text-align:justify;
}

#protocole h2 {
  margin:20px 0 10px 12px;
  width:608px;
  font-size:18px;
  text-align:left;
  color:#333399;
}
#protocole h3 {
  margin:20px 0 10px 12px;
  width:608px;
  font-size:14px;
  text-align:left;
}

#monographie h3 {
  margin-left:12px;
  margin-top:45px;
  margin-bottom:10px;
  width:608px;
  font-size:16px;
  text-align:left;
  color:#333399;
}

#monographie h3:first-child {
  margin-top:12px;
}

#monographie h4 {
  margin-left:12px;
  margin-top:12px;
  margin-bottom:6px;
  width:608px;
  font-size:16px;
  text-align:left;
  color:#333399;
}

#monographie h4:first-child {
  margin-top:6px;
}

#monographie h5 {
  margin-left:12px;
  margin-top:6px;
  margin-bottom:6px;
  width:608px;
  font-size:16px;
  text-align:left;
}

#monographie ol, #monographie ul {
    margin-left:25px;
}
#protocole ol, #protocole ul {
    margin-left:30px;
}

#monographie .inter_txt strong {
  color: #333399;
}
#monographie .inter-med {
  margin-top: 20px;
}
#monographie .inter_med_txt {
  margin-top: 20px;
}

#monographie a span.tooltip, #protocole a span.tooltip {
  position:absolute;
  margin-top:0px;
  margin-left:-10px;
  color:#303094;
  transform:scale(0);
  opacity:0;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background:#d6dffe;
  padding:10px;
  border-radius:5px;
  width:auto;
  font-size:14px;
}

#effetind_container table {
  margin-left: 12px;
  border-spacing:3px;
}

#effetind_container thead {

}

#effetind_container th {
  padding:5px 10px;
  background-color:#d6dffe;
  color:#343399;
}

#effetind_container td {
  padding:5px 10px;
}

#effetind_container tr:nth-child(odd) {
  background-color:#fdfccc;
}
#effetind_container tr:nth-child(even) {
  background-color:#fffff5;
}

#monographie a:hover span.tooltip, #protocole a:hover span.tooltip, #monographie a:focus span.tooltip, #protocole a:focus span.tooltip{
  transform:scale(1);
  opacity:1;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: block;
  width: 300px;
  min-height:25px;
  white-space: normal;
}
/* Tableaux Monographies, contneus, protocoles */
#monographie td p, #contenu td p, #protocole td p {
    text-align:inherit;
    font-size: 14px;
}
#monographie td, #contenu td, #protocole td {
    padding:12px 5px;
}

#protocole td.substitution{
  color:#4d4ce5;
  padding:4px 16px;
  font-size: 12px;
}
#protocole td.commentaires{
  text-align: center;
  font-size: 10px;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.solvant {
  background-image: url(../images/extranet/syringe-thin.svg);
}


/*Contact*/

form.contact input[type=text] {
  float:left;
  width:42%;
  margin:10px 2%;
}

form.contact textarea {
  float:left;
  width:92%;
  padding:2%;
  margin:10px 2%;
  height:100px;
}

form.contact input[type=submit] {
  margin:10px 2% 0 0;
}


/*Aide*/

img.aide {
  margin:40px auto 20px auto;
}

#result.aide {
  border-top:0px;
}

#texte.aide p {
  text-align:justify;
}

#texte.aide ul {
  list-style:none;
}

#texte.aide ul li {
  height:36px;
  display:inline-block;
  margin-right:15px;
}

#texte.aide ul li span, #texte.aide p span {
  background:#d6dffe;
  display:inline-block;
  height:26px;
  width:26px;
  text-align:center;
  line-height:26px;
  border-radius:13px;
  font-weight:bold;
  color:#303498;
}

/*Responsive*/

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

#list, #monographie, #protocole {
  width:96%;
  margin:35px 2%;
}

.content-nav {
  width:100%;
}

#contenu, .contenu {
  width:96%;
  padding:0% 2%;
}

#monographie h1, #monographie h2, #monographie h3, #monographie h4, #monographie h5, #monographie div.update, #protocole h1, #protocole div.update {
  width:94%;
  padding:0% 3%;
  margin-left:0;
}

#monographie h1, #protocole h1 {
  margin:0;
}

#monographie div.update, #protocole div.update {
  margin-top:0;
  min-height:30px;
  line-height:30px;
  margin-bottom:40px;
  text-align:right;
}

#monographie div, #monographie div.child, #monographie div p {
  width:95%;
}

#monographie h3, #protocole p, #protocole h2 {
  width:95%;
}

#monographie p.child, #protocole p.child  {
  width:90%;
}

#intro, #intro div  {
  width:100% !important;
}

#intro div span {
  width:96%;
  padding: 0 2%;
}

h1, h2, #content p {
  padding:0 10px;
}

.recherche{
  width:96%;
}
.recherche input[type=text].search, .recherche input[type=text], .recherche select.select2{
  width:250px !important;
}

}

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

.logo1, .logo2, .logo3 {
  height:40px;
  width:auto;
  margin:10px 0 0 10px;
}

#account {
  margin:10px 10px 0 0;
}
#helpblock, #contactblock {
    padding-right: 55px;
}
#help, #top, #contact {
  right:10px;
}

#top {
  bottom:20px;
}

form, .contact {
  width:80%;
  padding:5%;
}

.recherche{
  width:96%;
  padding:10px;
}

.recherche select {
  width:200px;
  margin:0 10px 10px 0;
}

.recherche span.select2 {
  width:550px !important;
}

.recherche select.select2 {
  width:540px;
  padding:0 10px;
  margin:0 0 10px 0;

}

form.contact input[type=text] {
  width:92%;
  padding:0 2%;
}

.recherche input[type=text].search {
  width:270px !important;
  padding:0 10px 0 40px;
}

.recherche input[type=submit] {
  margin-right: 10px;
}

.content-menu {
  width:100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.content-menu li {
  margin-right:1.25%;
  text-align: center;
  width: 32%;
}
.content-menu li:last-child {
 margin-right:0%;
}
.content-menu li a {
  display: block;
  width: 100%;
  font-size:12px;
}

#texte, #list {
  width:96%;
  margin:35px 2%;
}
#texte p.edito {
    width:94%;
    padding:2%;
}

#indexalpha a {
  width:29px;
}

#result a.btn.localisation {
  margin-right:0;
  margin-bottom:0px;
}

#result a.btn.indication {
  margin-bottom:0px;
}

#result a.btn.alpha {
  margin-right:0;
  margin-bottom:0px;
}

.previous, .next, .summary {
  font-size:12px;
}

p img {
  width:100%;
}

}

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

#account a {
  margin-left:10px;
}

#recherche_contener {
 width:305px !important;
 margin:0 auto;
}

#content.fixed-form #recherche_contener{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
}

.recherche select {
  width:270px;
}

.recherche input[type=text], .recherche select.select2 {
  width:250px;
  padding:0 10px;
  margin:0 0 10px 0px !important;
}

.recherche input[type=submit]{
  margin-right:0px;
}

.recherche span.select2, .recherche span.select2 {
  width:270px !important;
  margin:0 0 10px 0px !important;
}

.recherche input[type=text].search {
  width:220px !important;
  padding:0 10px 0 40px;
  margin:0 0 10px 0px !important;
}

#down-circ, #up-circ {
  margin-bottom:15px;
  margin-top:-25px;
}

#indexalpha a {
  width:24px;
}

#footer ul.menu {
  margin: 18px 0px 0 0;

}

#footer ul.menu li {
  padding: 0 8px;
}

}

/*Hack tables dyn*/

table {
  width: inherit !important;
  height: inherit !important;
}
table tr td {
  /*width: initial !important;*/
}
table tr td p {
  width: inherit !important;
}
.accordion table, table.Table, .table-responsive table {
  margin:auto;
}

.table-responsive{
    overflow-x: auto;
}
.table-responsive table{
    /*margin-left:0 !important;*/
}

.alert{
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 2rem;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success {
  color: #ffffff;
  background-color: #00a65a;
  border-color: #008d4c;
}

.reference:target {
  background-color: #d6dffe;
}
.reference {
    font-size:11px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8000;
  left: 0;
  top: 0;
  width: 100% !important; /* Full width */
  height: 100% !important; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  margin: 0 !important;
}

/* Modal Content/Box */
.modal-content {
  position:relative;
  background-color: #ffffff;
  margin: 15% auto !important; /* 15% from the top and centered */
  padding: 30px;
  border: 1px solid #888;
  width: 80% !important; /* Could be more or less, depending on screen size */
  max-width: 500px;
  border-radius: 10px;
  animation-name: modalFadeIn;
  animation-duration: 0.3s
}

.modal-content li{
  list-style: none;
}

/* The Close Button */
.close {
  color: #aaa;
  position: absolute;
  top: 5px;
  right:5px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


@keyframes modalFadeIn {
  from {opacity: 0}
  to {opacity: 1}
}
.extranet .content-menu  {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#auteurs_container table{
  width:100% !important;
}
#auteurs_container table td.auteur_name{
  white-space: nowrap;
  padding-right: 5px;
  vertical-align: top;
}

.table-bordered  {
	border-spacing:0;
	margin:20px;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #999;
	border-spacing:0;
	padding:8px;
}
.form-group {width:95%;}

.col-sm-3 {
    width: 25%;
	display:inline-block;
}

.col-sm-9 {
    width: 70%;
	display:inline-block;
}
input.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary  {
    background-color: #8b1d59;
    border-color: #8b1d59;
	color: #fff !important;
}

.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
	margin-left:20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-edit:before {
	content: '';
    background: url(../images/extranet/modifier.jpg);
    position:absolute;
    top:-15px;
    left:0px;
	width:14px;
	height:15px;
}
.glyphicon-trash:before {
	content: '';
    background: url(../images/extranet/supprimer.jpg);
    position:absolute;
    top:-15px;
    left:0px;
	width:14px;
	height:15px;
}
form.form-inline-fix {
	margin:0;
	background:none;
	border:0;
	width:auto;
	display:inline-block;
	padding:0;
}
.form-inline-fix button{background-color:#FFF;}


#account a.users {
    display: inline-block;
    background: url(../images/extranet/user.png) top left no-repeat;
    color: #666666;
    font-size: 14px;
    margin-left: 23px;
    padding-left: 30px;
    height: 26px;
    line-height: 26px;
}

.alert-danger {
    width: 50%;
    margin: 20px auto;
    text-align: center;
}
#modal_contact .alert-danger {
    width: auto;
}

.table-bordered {
    width: 90% !important;
    margin: 50px auto;
    border-collapse: collapse;
    font-size: 13px;
    max-width: 1020px;
}

.table-bordered th {
    background-color: #f2f2f2;
}

.table-bordered td {
    padding: 5px 10px;
}

td.right-pad-childs {
  width:50px;
}

.table-bordered td .btn {
    padding:0;
    margin-left: 15px;
}

.btn-primary {
    color: #333399 !important;
    background-color: #d6dffe;
}

.form-group {
    font-size: 14px;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}

p.index {
  display: inline;
}

.index+p {
  display: inline;
}

.reference span {
  font-weight:bold;
  color:#333399;
}
.l2 {
  padding-left: 20px;
}

/* .select2-results__option {
  font-size: 24px;
} */

#protocole-nav{
  align-items: center;
  width:30%;
  border: 2px solid#d4d4d4;
  border-radius:1rem;
  padding-bottom:  20px ;
}

#protocole-nav li{
  margin-top: 20px!important;
  text-decoration: none;
  color: #333399;
  font-size: 12px;
}
