@import url("fonts.css");

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  /*-ms-transition: 0.5s all ease;*/
}

body a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h3, div.goodbs h3 {
  color: #d95459;
  font-size: 3em;
  margin-bottom: 1em;
  text-align: center;
  font-family: 'Marvel', sans-serif;
}

h4 {
  font-size: 14px;
  color: #99abd5;
  margin: 0 0 .5em;
  line-height: 1.6em;
  font-weight: 600;
}

h5 {
  font-size: 14px;
  color: black;
  margin: 0 0 .5em;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 20px 0;
}

p {
  margin: 0;
}

ul, label {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ul li.rouge, ul li.rouge a {
  color: #d95459;
}

ul li.rouge:hover {
  background: none;
}

ul li.nonevaluee, ul li.nonevaluee a {
  color: #404040;
  font-size: 0.9em;
}

footer {
  text-align: center;
  padding-bottom: 20px;
  margin-top: 0;
  vertical-align: middle;
}

footer div {
  background: url('../images/logo-enac.png') no-repeat center center;
  width: 65px;
  height: 45px;
  display: inline-block;
}

footer span {
  vertical-align: middle;
  padding-bottom: 45px;
}

textarea.tinymce {
  margin-left: 0;
}

blockquote.legende {
  font-size: 13px;
  font-weight: bold;
}

/*#############################################*/
/*div particulieres*/
div.menu-icon { /*icone de menu pour mobile*/
  display: none;
  width: 40px;
  height: 40px;
  border: 2px solid #F0747D;
  border-radius: 20px;
  padding: 2px;
  color: #F0747D;
  font-size: 1.7em;
}

div.clearfix {
  clear: both;
}

section.alter {
  text-align: right;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

div.espace {
  float: right;
  margin-right: 55px;
}

div.textcenter {
  width: 100%;
  text-align: center;
}

div.promo {
  float: right;
  margin-right: 10px;
}

div.corps {
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
}

div.accueil {
  float: right;
  color: #99abd5;
  margin-right: 20px;
}

div.accueil a {
  color: #99abd5;
}

div.accueil a:hover {
  color: #2e6da4;
}

div.espace .btn-primary,
div.promo .btn-primary,
div.promo1 .btn-primary,
div.synth .btn-primary {
  color: #99abd5;
  background-color: #ffffff;
  border: 1px solid #99abd5;
}

div.promo1 .btn-primary {
  cursor: pointer;
}

div.corps .btn-primary {
  color: #d95459;
  background-color: #ffffff;
  /*border:1px solid #d95459;*/
  font-size: 0.9em;
  font-family: 'Fredericka the Great', cursive;
  padding: 0;
  border: 0;
  border-radius: 0;
}

div.espace .dropdown-toggle,
div.promo .dropdown-toggle,
div.promo1 .dropdown-toggle,
div.synth .dropdown-toggle {
  background-color: #99abd5;
  color: #ffffff;
}

div.corps .dropdown-toggle {
  background-color: #F0747D;
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;

}

div.promo .dropdown-menu,
div.promo1 .dropdown-menu,
div.corps .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
}

div.corps .dropdown-menu, div.promo1 .dropdown-menu {
  cursor: pointer;
}

div.echec {
  width: 100%;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

/*emoticon*/
div.tresmauvais {
  float: left;
  width: 32px;
  height: 32px;
  background: transparent url('../images/emoticon/icontexto-emoticons-14-032x032.png') no-repeat center center;
}

div.mauvais {
  float: left;
  width: 32px;
  height: 32px;
  background: transparent url('../images/emoticon/icontexto-emoticons-12-032x032.png') no-repeat center center;
}

div.bon {
  float: left;
  width: 32px;
  height: 32px;
  background: transparent url('../images/emoticon/icontexto-emoticons-07-032x032.png') no-repeat center center;
}

div.tresbon {
  float: left;
  width: 32px;
  height: 32px;
  background: transparent url('../images/emoticon/icontexto-emoticons-01-032x032.png') no-repeat center center;
}

/*--Top navigationHide default border to remove 1px line.--*/

div.boite_r {
  float: left;
  width: 32px;
  text-align: center;
}

div.boite_r_100 {
  float: left;
  width: 100px;
  text-align: center;
}

div.boite_rlong {
  float: left;
}

/*################################*/
/*-- Sidebar--*/

aside {
  display: block;
  padding: 3em 0 0 2em;
  text-align: center;
  font-size: 12px;
  border-right: 1px solid rgb(234, 227, 227);
}

aside header {
  margin: 0 auto;
}

aside header a {
  font-size: 4em;
  color: #99abd5;
  font-family: 'Fredericka the Great', cursive;
}

aside p {
  color: #99abd5;
  margin: 2em 0;
}

aside p a {
  color: #99abd5;
}

aside p a:hover {
  color: #d95459;
  text-decoration: underline;
}

aside div.francais,
aside div.anglais {
  /*drapeau français par défaut*/
  width: 36px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  margin: 10px;

  border: 0;
  border-left: 12px solid #504BD8;
  border-right: 12px solid #D84B4B;
  outline: 1px solid #d3d3d3;

}

aside div.anglais /*drapeau anglais*/
{
  /* united_kingdom */
  border: 1px solid #d3d3d3;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K') no-repeat center center;
  background-size: 100% 100%;
  width: 36px;
  height: 25px;
  opacity: 0.85;
  outline: 0;
}

aside div.conn {
  color: #404040;
  font-size: 1.1em;
}

aside div.out {
  display: none;
}

aside div.conn h4 {
  color: #404040;
  margin-top: 5px;
}

/*################################*/
/* menu navigation */
nav {
  margin: 0;
  padding: 0;
  width: 100%;

}

nav ul {
  margin: 2em 0 0 0;
}

nav ul li {
  margin-bottom: 0.5em;
  padding: 0.2em 0;
  border: none;
  /*font-size: 19px;*/
  font-size: 1.5em;
  color: #d95459;
  font-weight: 600;
  font-family: 'Marvel', sans-serif;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;

}

nav ul li.inactive {
  color: darkgrey;
  cursor: default;
  border: none;
  border-bottom: 1px dotted darkgrey;
  text-align: right;
  font-style: italic;
  padding: 0;
  display: block;
}

nav ul li.inactive a {
  color: darkgrey;
  cursor: default;
  padding: 0;

}

nav ul li:focus,
nav ul li:hover {
  border-top: 2px solid #99abd5;
  border-bottom: 2px solid #99abd5;
  cursor: pointer;
}

nav ul li:focus.inactive,
nav ul li:hover.inactive {
  border: none;
  cursor: default;
  border-bottom: 1px dotted darkgrey;

}

nav ul li a {
  color: #d95459;
}

nav ul li.active > a,
nav ul li:focus > a,
nav ul li:hover > a {
  color: #99abd5;
}

/* fin menu navigation */

/*-- fin Sidebar--*/

/*################################*/
/*  section */

section {
  padding: 2em;
}

section.auth {
  text-align: center;
}

section.auth h1 {
  font-size: 4em;
  color: #99abd5;
  font-family: 'Fredericka the Great', cursive;
  margin: 0.5em 0 0 0;
  text-align: center;

}

section.auth h3 {
  font-size: 2em;
  margin-top: 2em;
}

section.auth h4 {
  font-style: italic;
}

section div.icone_accueil {
  margin-bottom: 60px;
  margin-top: 100px;
  color: #99abd5;
  text-align: center;
}

section div.icone_accueil a {
  color: #99abd5;
}

section div.icone_accueil a h6 {
  font-size: 1.2em;
  color: #45577d;
}

section div.icone_accueil a:hover,
section div.icone_accueil a:hover h6 {
  color: #2e6da4;
}

/*################################*/
/*gestion des langues*/

section.auth div.francais,
section.auth div.anglais {
  width: 64px;
  height: 64px;
  background: url("../images/france-icon.png") no-repeat center center;
  cursor: pointer;
  display: inline-block;
  margin: 10px;
}

section.auth div.anglais {
  background-image: url("../images/uk-icon.png");
}

/*################################*/
/*  formulaire d'authentification */

section.auth form {
  margin: 3em auto 0.5em auto;
  width: 350px;
  text-align: center;
}

section.auth form div {
  margin: 1.5em 0;
}

div#tree_users i.fa-times,
div#tree_users_DE i.fa-times {
  color: #ef717a;
  font-size: 1.5em;
  margin-right: 10px;
  cursor: pointer;
}

section.auth form button[type="submit"] {
  background: #ef717a;
  border: 1px solid #ef717a;
  border-radius: 5px;
  padding: .6em;
  margin: 2em auto 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  outline: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  /*-ms-transition: 0.5s all ease;*/
}

section.auth form button[type="submit"]:hover {
  background-color: #d95459;
}

/* #######################################################################################################*/
/* main */

section.main {
  padding: 10px;
}

section.main h3 {
  font-family: 'Fredericka the Great', cursive;
}

section.main h4 {
  font-size: 1.5em;
  margin-top: 20px;

}

section.main div#formens h4 {
  text-align: center;
  font-size: 2em;
}

section h5 {
  color: #99abd5;
}

section.main .gras {
  font-weight: bold;
}

section.main .bleu {
  color: #99abd5;
}

section.main td.supp {
  font-weight: bold;
  cursor: pointer;
}

section.main table.legend th {
  border: 0;
}

section.main table.legend i.fa-plus-circle,
section.main .menu_ajout i.fa-plus-circle {
  color: #67b168;
  cursor: pointer;
}

section.main table.etatmat td {
  text-align: center;
}

section.main table.etatmat td:nth-child(2) {
  text-align: left;
}

/*longeur du bouton de modification du nombre d'étudiants pour une matière*/
section.main table.etatmat .editable-container.editable-inline .control-group.form-group .editable-input input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  width: 70px;
}

section.main table.MatensProf td {
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

section.main table.MatensProf td:nth-child(2) {
  text-align: left;
}

section.main table.MatensProf td:nth-child(1) {
  width: 150px;
}

section table.MatensProf td.border_bleu {
  border-left: 7px solid #286090;
}

section table.MatensProf td.border_rouge {
  border-left: 7px solid #CA312D;
}

section table.MatensProf td.border_vert {
  border-left: 7px solid #459E45;
}

section.main .bootlong {
  width: 500px;
}

.about-grids h4 {
  font-size: 15px;
  color: #99abd5;
  margin: 0 0 .5em;
  line-height: 1.6em;
  font-weight: 500;
}

.about-grids ul {
  margin-top: 2em;
}

.about-grids ul li {
  padding: 1em 0;
  border-top: 1px dotted rgb(207, 223, 234);
  font-size: 15px;
  color: #616156;
}

section button.ui-datepicker-trigger span.ui-icon-calendar {
  font-size: 20px;
}

/*####################################################
Ajouter une promotion
####################################################*/

section form div.col-md-12,
section div#part2 div.col-md-12 {
  text-align: center;
  font-size: 1em;
  color: #404040;
}

section form a.btn.btn-primary {
  background-color: #99abd5;
  border-color: #7C9ED1;
}

section form a.btn.btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

section form ul li label,
section div#part2 ul li label {
  float: left;
  width: 250px;
  margin-right: 15px;
  font-size: 0.9em;

}

section form input {
  width: 150px;
}

section form input[type='number'] {
  width: 60px;
}

section div#part2 {
  display: none;
}

section div#part2 ul div {
  display: inline-block;
}

/*####################################################
formulaires dévaluation
####################################################*/

section div.titrecat,
div.dialog_synth div.titrecat {
  border-radius: 3px;
  color: white;
  padding: 5px 0;
  text-align: center;
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-size: 1.1em;

  background: rgb(125, 126, 125); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(58, 58, 58, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125, 126, 125, 1)), color-stop(100%, rgba(58, 58, 58, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(58, 58, 58, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(58, 58, 58, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(58, 58, 58, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(58, 58, 58, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#3a3a3a', GradientType=0); /* IE6-9 */

}

section.main div#formet,
section.main div#formens {
  margin-bottom: 30px;
}

section.main div.rubri {
  font-size: 1em;
  margin-bottom: 10px;
}

section.main div.rubri:hover {
  font-weight: bold;
}

section.main div.nom_mat {
  font-size: 2.5em;
  color: #d95459;
  font-weight: 800;
  font-family: 'Marvel', sans-serif;
  text-align: center;
  margin: 20px auto;
}

section.main div.nom_mat i {
  display: none;
}

section.main div.tab-pane ul li,
section.main ul.choix_mat li {
  cursor: pointer;
  background-color: transparent;
}

.choix_mat{
  overflow-y: auto;
  max-height: 400px;
}

section.main div.tab-pane ul li a,
section.main ul.choix_mat li a {
  color: black;
  font-weight: normal;
}

section.main div.tab-pane ul li.rouge a,
section.main ul.choix_mat li.rouge a {
  color: #d95459;
}

section.main div.tab-pane ul li:hover,
section.main ul.choix_mat li:hover {
  background-color: rgb(207, 223, 234);
}

section.main div.tab-pane ul li.rouge:hover,
section.main ul.choix_mat li.rouge:hover {
  background: none;
}

/*####################################################
fiches évaluation
####################################################*/

section div.commentaire,
div.dialog_synth div.commentaire {
  border: 1px solid black;
  border-left: 3px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px;
  margin-right: 10px;
  width: 100%;
}

section div.commentaire div.X1,
div.dialog_synth div.commentaire div.X1 {
  border-bottom: 1px dashed #494949;
  margin-bottom: 5px;
  font-style: italic;
}

div.boutform {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

div.boutform a {
  margin: 0 5px;
}

div.boutform a:nth-child(3),
div.boutform a:last-child,
section.main div.brating,
section.main div.etape2 {
  display: none;
}

section.main div.separe {
  margin: 40px 0;
  width: 100%;
  height: 40px;
  background: url('../images/separation.png') no-repeat 50% 50%;

}

section.main i.fa-file-pdf-o {
  color: #d95459;
  margin-right: 20px;
  margin-bottom: 20px;
}

section.main i.fa-file-archive-o {
  color: #696969;
  margin-right: 20px;
  margin-bottom: 20px;
}

section.main i.fa-print {
  margin-bottom: 20px;
  margin-right: 10px;
  color: #696969;
}

section.main i.fa-floppy-o,
section.main i.fa-random {
  color: white;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

section.main i.fa-random {
  display: none;
}

section.main div.barre_bleue,
section.main div.barre_rouge,
div.barre_bleue, div.barre_rouge {
  border: 1px solid black;
  background: #949bc5; /* Old browsers */
  background: -moz-linear-gradient(top, #949bc5 0%, #a4afdd 7%, #9dade0 13%, #a6bbf0 20%, #abc6fd 27%, #a7c6fd 33%, #90b3e9 47%, #7797ca 60%, #546da3 80%, #495f90 87%, #45577d 93%, #394666 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #949bc5), color-stop(7%, #a4afdd), color-stop(13%, #9dade0), color-stop(20%, #a6bbf0), color-stop(27%, #abc6fd), color-stop(33%, #a7c6fd), color-stop(47%, #90b3e9), color-stop(60%, #7797ca), color-stop(80%, #546da3), color-stop(87%, #495f90), color-stop(93%, #45577d), color-stop(100%, #394666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #949bc5 0%, #a4afdd 7%, #9dade0 13%, #a6bbf0 20%, #abc6fd 27%, #a7c6fd 33%, #90b3e9 47%, #7797ca 60%, #546da3 80%, #495f90 87%, #45577d 93%, #394666 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #949bc5 0%, #a4afdd 7%, #9dade0 13%, #a6bbf0 20%, #abc6fd 27%, #a7c6fd 33%, #90b3e9 47%, #7797ca 60%, #546da3 80%, #495f90 87%, #45577d 93%, #394666 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #949bc5 0%, #a4afdd 7%, #9dade0 13%, #a6bbf0 20%, #abc6fd 27%, #a7c6fd 33%, #90b3e9 47%, #7797ca 60%, #546da3 80%, #495f90 87%, #45577d 93%, #394666 100%); /* IE10+ */
  background: linear-gradient(to bottom, #949bc5 0%, #a4afdd 7%, #9dade0 13%, #a6bbf0 20%, #abc6fd 27%, #a7c6fd 33%, #90b3e9 47%, #7797ca 60%, #546da3 80%, #495f90 87%, #45577d 93%, #394666 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949bc5', endColorstr='#394666', GradientType=0); /* IE6-9 */

  float: left;
  margin-right: 5px;
  margin-top: 2px;
  height: 15px;
}

section.main div.barre_rouge,
div.barre_rouge {
  background: #b47c7f; /* Old browsers */
  background: -moz-linear-gradient(top, #b47c7f 0%, #d6848a 13%, #f69398 25%, #fa9394 38%, #de7876 50%, #c35f5f 63%, #a44a4a 75%, #7f3337 88%, #521b1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b47c7f), color-stop(13%, #d6848a), color-stop(25%, #f69398), color-stop(38%, #fa9394), color-stop(50%, #de7876), color-stop(63%, #c35f5f), color-stop(75%, #a44a4a), color-stop(88%, #7f3337), color-stop(100%, #521b1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b47c7f 0%, #d6848a 13%, #f69398 25%, #fa9394 38%, #de7876 50%, #c35f5f 63%, #a44a4a 75%, #7f3337 88%, #521b1e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b47c7f 0%, #d6848a 13%, #f69398 25%, #fa9394 38%, #de7876 50%, #c35f5f 63%, #a44a4a 75%, #7f3337 88%, #521b1e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b47c7f 0%, #d6848a 13%, #f69398 25%, #fa9394 38%, #de7876 50%, #c35f5f 63%, #a44a4a 75%, #7f3337 88%, #521b1e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #b47c7f 0%, #d6848a 13%, #f69398 25%, #fa9394 38%, #de7876 50%, #c35f5f 63%, #a44a4a 75%, #7f3337 88%, #521b1e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b47c7f', endColorstr='#521b1e', GradientType=0); /* IE6-9 */
}

/*####################################################
document synthèse
####################################################*/

ul.choix_dept li a {
  cursor: pointer;
}

ul.choix_sem li a {
  cursor: pointer;
}

div.nom_dept {
  color: #333;
  font-size: 1.8em;
  margin-bottom: 50px;
}

ol li.SyntTitre {
  color: #d95459;
  font-size: 1.5em;
  margin-top: 50px;
}

ol h4.SyntTitre, h4.SyntTitreGen,
div.dialog_synth h4.SyntTitre {
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  color: #333;

}

div.dialog_synth h4 {
  font-size: 1.5em;
}

hr.style-one,
hr.style-two {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  width: 50%;
}

hr.style-one {
  margin-top: 50px;
}

hr.style-two {
  margin-bottom: 40px;
}

ol h5.SyntTitre,
div.dialog_synth h5.SyntTitre {
  color: #7C9ED1;
}

section div hr.fancy-line {
  padding: 0;
  border: none;
  border-top: medium double #d95459;
  color: #d95459;
  text-align: center;
}

div hr.fancy-line:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 4em;
  padding: 0 0.25em;
  background: white;

}

div.tophr {
  margin-top: 50px;
  margin-bottom: 30px;
}

div.tete_synt {

  margin-left: 20px;
  font-weight: bold;
}

div.load_synth {
  text-align: center;
  color: #45577d;
}

div.load_synth i {
  font-size: 4em;
}

/*Afficher / cacher les matières d'un module dans le tableau des matières*/
ul.nav li.dropdown ul.dropdown-menu {
  padding: 2px;
  max-height: 200px;
  overflow-y: auto;
  position: relative;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

ul.nav li {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

ul.nav a.dropdown-toggle {
  margin: 0;
  color: #404040;
  padding: 0;
}

/* Anchors appears above the header navigation */
#affich_synthese :target {
  padding-top: 93px;
  margin-top: -80px !important;
}

#action-bar {
  background-color: #ffffff;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  z-index: 1;
  top: 0;
}

.sticky thead {
  display: none;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + ol {
  padding-top: 140px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-in-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  max-width: 565px;
  max-height: 630px;
  border-radius: 4px;
  padding: 0.2em;
}

.modal-main-title {
  background: #cccccc url("../images/images_jquery/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  padding: .4em 1em;
  color: black;
  border: 1px solid #888;
  border-radius: 4px;
  width: 100%;
  cursor: all-scroll;
  font-size: 1.1em;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
}

#close {
  float: right;
  height: 22px;
}

#close:hover,
#close:focus {
}

.modal-main-content {
  background-color: #fefefe;
  padding: 10px 10px;
  width: 100%;
}

.modal-main-content-title {
  padding-bottom: 10px;
  font-size: 16px;
  font-style: unset;
}

.subjects-list {
  border: 1px solid #a7a7a7;
  overflow: auto;
  height: 230px;
}

.modal-submit {
  margin: 5px 10px;
  padding-left: 10px;
  float: right;
  text-transform: uppercase;
  font-size: 1em;
}

.denied {
  cursor: not-allowed;
}

.allowed {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

#error_modal {
  color: red;
  padding-top: 5px;
  visibility: hidden;
}

.custom-seperator {
  background-color: black;
  height: 1px;
  margin: 5px auto;
}

.margin-top-20 {
  margin-top: 20px;
}

/*---- responsive-design -----*/
/* #######################################################################################################*/
/* #######################################################################################################*/
/* #######################################################################################################*/

/*changement apparence menu de navigation*/
@media all and (max-width: 992px) {

  body {
    font-size: 15px;
  }

  section.main {
    padding: 0;
  }

  aside {
    padding: 1em 1em 1.5em 0;
    width: 100%;
    position: initial;
    border: none;
    border-bottom: 1px solid rgb(234, 227, 227);

  }

  aside p {
    display: none;
  }

  aside header {
    width: 37%;
    float: left;
    margin-top: -10px;

  }

  div.menu-icon {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0 0 1.5em 0;
    z-index: 11;
    float: right;

  }

  aside div.conn {
    display: none;
  }

  aside div.out {
    display: block;
    float: left;
    color: #99abd5;
    cursor: pointer;
    padding-top: 7px;
  }

  aside div.out a {
    color: #99abd5;
  }

  aside div.out a:hover {
    color: #2e6da4;
  }

  /* menu navigation */
  nav {
    /* width: 12.5%;*/
    float: right;
    text-align: right;

  }

  nav ul {
    display: none;
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(153, 171, 213, 1);
    margin: 0;
    text-align: center;
  }

  nav ul li.inactive {
    display: none;
  }

  nav ul li a {
    padding: 0.5em 0;
    font-size: 1.2em;
    border: none;
    color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  nav ul li:hover, nav ul li.active {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }

  nav ul li.active > a,
  nav ul li:focus > a,
  nav ul li:hover > a {
    color: white;
  }

  /* fin de menu navigation */
  h3 {
    font-size: 2.3em;
  }

  div.accueil {
    display: none;
  }

  div.espace, div.promo, div.promo1 {
    float: none;
    clear: both;
    margin: 0;
  }

  section.main div.nom_mat,
  section div.nom_mat {
    font-size: 1.5em;
  }

  div.espace ul li, div.promo ul li, div.promo1 ul li {
    font-size: 1.2em;
  }

  section.auth h1 {
    font-size: 2.5em;
  }

  section.auth form {
    width: 100%;
  }

  section div.icone_accueil {
    font-size: 0.6em;
    margin: 0;
    text-align: center;
  }

  section div.icone_accueil h6 {
    font-size: 1.2em;
  }

  section div.titrecat {
    margin: 0;
  }

  section div.rubri {
    font-size: 1.2em;
    margin: 15px 0 15px 0;
    padding-left: 15px;
    border-bottom: 1px solid gainsboro;

  }

  section div.rubri:hover {
    font-weight: bold;
  }

  div.brating {
    padding: 15px 10px 0 0;
    margin-bottom: 10px;
  }

  section ul.choix_mat {
    margin: 0;
  }

  section ul.choix_mat li {
    padding: 15px 0 15px 0;

  }

}

/* #######################################################################################################*/
/* #######################################################################################################*/
/* #######################################################################################################*/
@media all and (min-width: 769px) and (max-width: 992px) {

  aside {
    padding: 1.5em 1em 1em 0;
    width: 100%;
    position: initial;
    border: none;
    border-bottom: 1px solid rgb(234, 227, 227);
    height: auto;
  }

  div.accueil {
    display: none;
  }

  aside div.conn {
    display: none;
  }

  aside div.out {
    display: block;
    float: left;
  }

}

/* #######################################################################################################*/
/* #######################################################################################################*/
/* #######################################################################################################*/
@media all and (min-width: 993px) {

  nav ul,
  nav ul li,
  nav ul li a {
    display: block;
  }

  h3 {
    font-size: 3.5em;
  }

  div.accueil {
    display: block;
  }

  div.espace ul li, div.promo ul li, div.promo1 ul li {
    font-size: 1em;
  }

  nav ul li.inactive {
    display: block;
  }

}







