/*Styles généraux
body {line-height:2}*/
article {line-height:2}

h1 {
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.2;
letter-spacing: 0px;
font-style: normal;
text-align:center;
color: #212934;
font-size:2.5em;
}

h3 {
font-weight: 300;
line-height: 1.1;
letter-spacing: 0px;
font-style: normal;
color: #015563;
font-size:1.6em;
margin-top:30px;
}

.tcenter {text-align:center;}

.alerte-verte {
	background:green;
	color:white;
	font-weight:bold;
	padding:3px;
	font-size:1.2em;
}

.alerte-rouge {
	background:red;
	color:white;
	font-weight:bold;
	padding:3px;
	font-size:1.2em;
}

.alerte-blue {
	background:DeepSkyBlue;
	color:white;
	font-weight:bold;
	padding:3px;
	font-size:1.2em;
}

.alerte-orange {
	background:orange;
	color:white;
	font-weight:bold;
	padding:3px;
	font-size:1.2em;
}

.fakeButton {
	background:#015563;
	padding:8px;
	font-size:1.1em;
	color:#fff;
	border-radius:4px;
	text-decoration:none;
}
.fakeButton:hover {
	background:#015893;
}

/*Page d'accueil*/
.compteur {
	border:1px lightgrey solid;
	border-radius:5px;
	text-align:center;
	margin-bottom:10px;
}
.chiffre {
	font-weight:bold;
	color:#1a80b6;
	font-size:1.4em;
}

.cadre {
	border:1px #1a80b6 solid;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
}

.cadre2 {
	border:none;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	color:#fff;
	background:#1a80b6;
}


.cadre2 a {color:#172E38;}


/*Menu
.navbar {
  overflow: hidden;
  background-color: #1a80b6;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px !important;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  padding-top:7px !important;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px !important;
  background-color: inherit;
  font-family: inherit;
  margin: 0 !important;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: #0c3b4f;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

*/

.topnav {
  overflow: hidden;
  background-color: #1a80b6;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #13516d;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  margin-left:3%;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/*Article*/
article a {	
color:#1a80b6;
	text-decoration:none;
	font-weight:bold;}


/*Footer et Header*/

header {margin:auto;}
footer{width:80%; margin:auto; margin-top:50px;}

#footer2 {background:#1a80b6; color:#fff; padding:10px}
#footer2 a{text-decoration:underline; color:#fff;}

/*Flow chart*/
.cadre_flow {background:#fff; border-radius:20px; box-shadow: 10px 5px 5px lightgrey; color:#1a80b6; padding:10px; border:2px solid #1a80b6}
.fa-arrow-right {color:#1a80b6;}
.fa-arrow-down {color:#1a80b6;}
.fa-long-arrow-down {color:#1a80b6; font-size:2em !important}
.fa-long-arrow-right {color:#1a80b6; font-size:2em !important}
.flow {text-align:center}


#divfiltres { margin: 10px auto; width:80%}
.filtres {background:#fff;color:#000;border-radius:12px;padding:15px 0; text-align:center}
.focus {background:#458fab;}
.soustitre {font-weight:bold; font-size:1.2em; text-align:left}
tr {border-top:1px solid black}

/*le tableau pop-up*/
.popup { border-collapse: collapse; border-bottom: 1px solid #000; border-top: 1px solid #000;}
.popup .borderbottom{ border-collapse: collapse;   border-bottom: 1px solid #000;}
.popup th, .popup td {
  padding: 15px;
  text-align: left;
}

/*les couleurs des risques de biais*/
.rob_low {color:green; font-size:25px !important;}
.rob_concerns {color:Gold; font-size:25px !important;}
.rob_high {color:red; font-size:25px !important;}
.rob_severe {color:purple; font-size:25px !important;}
.rob_serious {color:Chocolate; font-size:25px !important;}



.main_o {color:#FFF; font-size:1.2em; margin-bottom:15px;}


figure {text-align:center; width:80%; margin:auto;}

.descSev{width:250px !important; white-space: normal !important;}

h3 {text-transform: uppercase; color:#1a80b6;}
h2 {font-size:1.6em;}

.w80 {width:80%;}
.mAuto {margin:auto}
table {font-size:14px !important}
table th{font-size:14px !important}
table td{font-size:14px !important}

.fancybox-button div {color:white;font-size:3em; }
.fancybox-button {background-color:red !important; }
.fancybox-navigation .fancybox-button {
  padding: 50px 15px 50px 16px;
}

/*Menu déroulant*/
#selectBox {font-size:1.5em; border:1px solid #458fab; padding:3px;}


.compo {cursor:pointer; color:#1a80b6; text-decoration:none}
.compo:hover {color:Crimson;}



/*SOF*/
    @font-face {
      font-family: "GRADE-quality";
      src: url();
      src: url('https://gradepro.org/fonts/GRADE-quality.eot');
      src: url('https://gradepro.org/fonts/GRADE-quality.eot?#iefix')
          format('embedded-opentype'),
        url('https://gradepro.org/fonts/GRADE-quality.woff') format('woff'),
        url('https://gradepro.org/fonts/GRADE-quality.ttf') format('truetype'),
        url('https://gradepro.org/fonts/GRADE-quality.svg#GRADE-quality')
          format('svg');
      font-weight: normal;
      font-style: normal;
    }
    
    @media print {
      @page {
        size: portrait;
          
          
          
          
      }
    }

    

   .outcomes-container table {
      valign: top;
      border-collapse: collapse;
      font: normal 6.5pt 'Arial Narrow', Arial, sans-serif;
    }

    thead { display: table-row-group }

    .outcomes-table tr {
      page-break-inside: avoid !important;
    }

    sup span.underline {
      margin: 0;
      padding: 0;
      text-decoration: underline;
    }

    .outcomes-table td {
      text-align: center;
      vertical-align: top;
    }

    .outcomes-table th {
      padding: 5px;
      font-weight: bold;
      text-align: center;
      border: 2px solid #ffffff;
      color: #ffffff;
      background-color: #2f5496;
    }

    th.outcome-cell {
      font-weight: normal;
      padding: 1px 2px;
      text-align: left;
    }

    th.impact {
      width: 32%;
    }

    th.quality {
      width: 10%;
    }

    td.quality {
       text-align: center;
       width: 50px;
    }

    td.relative-effect,
    td.absolute-effect,
    td.intervention,
    td.control {
      text-align: center;
    }

    td.narrative-desc {
      text-align: left;
    }

    td.quality img {
      width: 8px;
      height: 8px;
    }

    .outcomes-table thead {
      background: #dddddd;
    }

    .outcomes-table .outcome-label {
      text-align: left;
    }
    .outcome-label .ellipsis-wrapper {
      display: inline-block;
    }

    td.outcome-label-row {
      text-align: left;
      font-weight: bold;
      background-color: #ffffff;
      padding-top: 5px;
      color: #000000;
      vertical-align: middle;
    }

    .outcome-one-row-printout-row td {
      border: 1px solid #000000;
    }

    .outcome-edit-block {
      display: none;
    }
    .outcomes-table .outcome-cell {
        background: #ebebeb;
    }
    .outcomes-table button.save,
    .outcomes-table button.edit,
    .outcomes-table button.delete {
      display: none;
    }
    .cell-content {
      position: relative;
    }
    .cell-footnotes {
      font-style: italic;
      float: right;
      padding: 2px;
    }
    .footnote-sup {
      vertical-align: super;
    }
    .quality-sign {
        font-family: 'GRADE-quality', Cambria, Helvetica, Arial;
        font-size: 14px;
    }

    ol {
      padding-left: 15px;
    }

    .no-of-studies {
      width: 5%;
    }
    .risk-of-bias ,
    .inconsistency,
    .indirectness,
    .imprecision {
      width: 7%
    }
    .no-of-patients {
      width: 16%
    }
    .relative-effect,
    .intervention,
    .control {
      width: 8%
    }
    .other-considerations {
      width: 11%
    }
    .design-studies,
    .quality {
      width: 6%
    }
    .importance {
      width: 10%
    }
	
	.Vmiddle {
		vertical-align:middle;
	}
	
/*les dataviz*/
/* #delay-from-the-start-of-the-pandemic-to-trial-registration {width:100% !important;} */





