html, body {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
    font-family: 'Questrial', sans-serif;
    font-size: 12pt;
    color: rgba(0,0,0,.6);
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    color: #404040;
    font-family: "Times New Roman";
	
}
p, ol, ul {
    margin-top: 0;
}
ol, ul {
    padding: 0;
    list-style: none;
}
p {
    line-height: 180%;
	size:auto;
}
strong {
}
a {
    color: #CC3399;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.container {
    text-align: center;
    margin: 0px auto;
    width: 100%;
}
.button {
    background-color: #3bb3e0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 10px;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
.button {
    width: 50%;
}
.button {
    border-radius: 8px;
}
.button:active {
    top: 3px;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(62,184,229)), color-stop(1, rgb(44,160,202)) );
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    text-decoration: none;
}
.button::before {
    background-color: #2591b4;
    background-image: url(/images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: auto;
    margin-top: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}
.button:active::before {
    text-decoration: none;
    top: 50%;
    margin-top: -12px;
    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}
.footer {
    margin-bottom: 3em;
}
.title-page {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title {
    margin-bottom: 1em;
    text-align: justify;
    border-radius: 25px;
    border: 2px solid #000;
    padding: 20px;
    height: auto;
    margin-left : 5%;
    margin-right : 5%;
}
.title-mat {
    margin-bottom: 1em;
    text-align: center;
    
}

.Contenu {
    margin-bottom: 1em;
    text-align: justify;
    padding: 20px;
    height: auto;
    margin-left : 5%;
    margin-right : 5%;
}
.table-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2%;
    overflow-x: auto;
}
.unit {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}
.table-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.title h2 {
    font-size: 2em;
}
.title h3 {
    font-size: 1em;
    text-align: left;
    font-family: Calibri;
    font-weight: inherit;
}
.title .byline {
    font-size: 1em;
    color: #6F6F6F;
}
#header-wrapper {
    background: #FFF;
    text-align: center;
    margin-bottom: 2em;
}
#header {
    background: #FFF;
    text-align: center;
}
#logo {
    text-align: center;
    width: 100%;
    padding: 1em 0em 1em 0em;
    background: #008FD4 url(images/overlay.png) repeat;
}
#logo h1 {
    display: inline-block;
    font-size: 2.5em;
}
#logo a {
    text-decoration: none;
    color: #FFF;
}
#logo span {
    padding-right: 0.5em;
    text-transform: uppercase;
    font-size: 0.90em;
    color: rgba(255,255,255,1);
}
#logo span a {
    color: rgba(255,255,255,0.8);
}
.wrapper {
    padding: 0em 0em 0em 0em;
    background: #FFF;
    text-align: center;
}
#content {
    float: left;
    width: 700px;
    padding-right: 100px;
    border-right: 1px solid rgba(0,0,0,.1);
}
 <style type="text/css"> .tg {
border-collapse:collapse;
border-spacing:0;
}
.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}
.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}
.tg .tg-baqh {
    text-align: center;
    vertical-align: top;
}
.tg .tg-baqh2 {
    text-align: center;
    vertical-align: top;
    width: auto;
}
.tg .tg-b2p7 {
    background-color: #ffc300;
    border-color: #000000;
    text-align: center;
    vertical-align: top
}
.tg .tg-34fe {
    background-color: #c0c0c0;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-wml1 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #e5e8e8;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-o627 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-c3ow {
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-8rlz {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    border-color: #000000;
    text-align: center;
    vertical-align: top
}
.tg .tg-0tc6 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #c0c0c0;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-llyw {
    background-color: #c0c0c0;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-45wh {
    background-color: #ffc300;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-757w {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-tlzb {
    font-size: 20px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-bzth {
    font-size: 20px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-qp4b {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    border-color: #000000;
    text-align: left;
    vertical-align: top
}
.tg .tg-kb0j {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-zi48 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    text-align: left;
    vertical-align: top
}
.tg .tg-jow6 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    text-align: center;
    vertical-align: top
}
.tg .tg-id24 {
    background-color: #ffc300;
    text-align: left;
    vertical-align: top
}
.tg .tg-ewug {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}
.tg .tg-1y4a {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    border-color: #333333;
    text-align: left;
    vertical-align: top
}
.tg .tg-0nzz {
    font-size: 20px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}
.tg .tg-p9ma {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-s534 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-ptzw {
    background-color: #aed6f1;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-ewm5 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #e5e8e8;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-uho9 {
    background-color: #e5e8e8;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-2uy4 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #c0c0c0;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg {
    border-collapse: collapse;
    border-spacing: 0;
}
.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}
.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    soverflow: hidden;
    word-break: normal;
    border-color: black;
}
.tg .tg-zv4m {
    width: 8%;
    text-decoration: underline;
    border-color: #ffffff;
    text-align: center;
    vertical-align: top;
    color: black;
	
}
a:link {
    color: #000;
}      /* unvisited link */
a:visited {
    color: #000;
}  /* visited link */
a:hover {
    color: #FF0004;
}  /* mouse over link */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* 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 */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    size : auto; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.tg .tg-6nbd {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    text-align: center;
    vertical-align: top
}
.tg .tg-34fe {
    background-color: #c0c0c0;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-c3ow {
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-8rlz {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    border-color: #000000;
    text-align: center;
    vertical-align: top
}
.tg .tg-0tc6 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #c0c0c0;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-757w {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-tlzb {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-bzth {
    font-size: 20px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-qp4b {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    border-color: #000000;
    text-align: left;
    vertical-align: top
}
.tg .tg-h1io {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #ffc300;
    border-color: #000000;
    text-align: center;
    vertical-align: top
}
.tg .tg-s534 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-p9ma {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-3eqx {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    text-align: left;
    vertical-align: top
}
.tg .tg-s7a8 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #aed6f1;
    text-align: center;
    vertical-align: top
}
.tg .tg-m9ot {
    background-color: #aed6f1;
    text-align: left;
    vertical-align: top
}
.tg .tg-2uy4 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #c0c0c0;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-ozsh {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #c0c0c0;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
.tg .tg-ewm5 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #e5e8e8;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
.tg .tg-wml1 {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
    ;
    background-color: #e5e8e8;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}
#fade { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}
/* Popup Box */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8888; /* Sit on top */
    left: 0;
    top: 0;
	size:auto;
   
    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 */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
}
@media (min-width: 1366px) {
  .modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    }
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a.buttonsavoir {
 color: black;
cursor: pointer;
	  
}

.panel-title {
  text-align: center;
  position: relative;
	margin: 25px;
}

.panel-title .back {
   position: absolute;
   left:3%;
   /* vertically center the icon */
   top: 50%; transform: translateY(-50%);
}

.panel-title .title-filiere {
  font-size: 2em;
  padding: 0 20px; /* leave space for the icon adjust this value depending on how big your icon is */
}