/***************************
 * Partie globale
 ***************************/
 body {
  background-color: #20122c;
  color: white;
}
a > img {
  border:none;
  outline:none;
}
a {
    color: orange;
}
a:hover, a:active, a > *:hover, a > *:active {
  color:rgb(73, 13, 73);
  background-color: orange;
}

pre {
  color:white;
  background-color:transparent;
  border: none;
  padding: 0;
  margin: 0;
}

blockquote footer, blockquote small, blockquote .small {
    color:AntiqueWhite;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '';
}

select {
  color: black;
}
code {
  color:orange;
  background-color:#232323;
  padding: 0px;
  margin: 0px;
}

/***************************
 * Partie HEADER
 ***************************/
#fixed-header {
  background-color: #293831;
}

header {
  text-align: center;
  border-style: none;
  width:95%;
  position:relative;
}

header > * > img {
  max-height: 75px;
  width: auto;
  display: block;
  border-style: none;
  margin: 10px auto;
}

#maintitle{
  position: absolute;
  top:40%;
  left:55%;
  width:35%;
  border:4px solid white;
  border-radius: 10px;
  padding:3%;
}

#contactmail {
    position:absolute;
    top:50%;
    left:100%;
    transform:translate(-90%, -50%);
}

/***************************
 * Partie NAVIGATION BAR
 ***************************/
ul.nav-bar {
  background-color:rgba(119, 100, 129, 0.867);
  margin-left:auto;
  margin-right: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  z-index: 5;
  top: 0;
  width: 100%;
  font-family: 'Comfortaa', cursive;
}

li.nav-item {
  float: left;
  border: none;
  border-style: none;
}
li.nav-item a, .prev-next-item {
  display: block;
  text-align: center;
  font-size-adjust: initial;
  text-decoration: none;
  padding: 10px 20px;
  color: white;
  border:none;
  outline:none;
}
li.nav-item > a.active {
  color: black;
  background-color: orange;
}
li.nav-item > a:hover, .prev-item:hover, .next-item:hover {
  color: black;
  background-color: orange;
}
#nav-item-last-child {
  float: right;
  margin: 0px 0 -2px 0;
}
#nav-item-site {
  background-color: gold;
  color: black;
  margin: 0 0 -2px 0;
}


/***************************
 * Partie FOOTER
 ***************************/
#copyright {
  clear: both;
  text-align: center;
}

/***************************
 * Partie FORMULAIRE
 ***************************/
input, textarea {
  color:rgb(88, 6, 88);
  border-radius: 5px;
  width: 84%;
}

.form-group > * {
    vertical-align: middle;
}

div.form-group > label {
  width: 15%;
}

div.form-group > textarea {
    height: 700px;
}

.btn-primary {
  width: auto !important;
}
.form-select {
    color: black;
    width: 100%;
}

/***************************
 * Partie LOGIN
 ***************************/
.panel-body {
  margin: 0 auto;
  width: 25%;
  text-align: center;
}
div.panel-body > div.form-group {
    width: 100%;
}

div.panel-body > div.form-group * {
  float: left;
  margin : 10px auto;
  text-align: left;
  vertical-align: middle;
}
div.panel-body > div.form-group > label {
    width:40%;
}
div.panel-body > div.form-group > input {
    width:60%;
}

/***************************
 * Partie OTHERS
 ***************************/
h1, h2, h4 {
     color: orange;
}

div.others {
  float: left;
  margin: 10px;
  width: 20%;
  max-width: 20%;
  height: auto;
}

.border {
  border: 1px solid white;
}

.nocursor:hover {
    cursor:not-allowed;
}

details {
    border: 1px solid #d4d4d4;    
    padding: .75em .75em 0;
}

details > summary {	
    font-weight: bold;
    margin: -.75em -.75em 0;
    padding: .5em;
    background-color: rgba(119, 100, 129, 0.867);
    color: #fff;
	cursor: pointer;
	display: list-item;
}

details[open] {
    padding: .75em;
	border-bottom: 1px solid #d4d4d4;
}

details[open] > summary {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 5px;
    color:rgb(73, 13, 73);
    background-color: orange;
}

/***************************
 * Page Home
 ***************************/

.news-title {
    color: #20122c;
    margin-bottom: 20px;
}
.news-title span {
    background-color:orange;
    padding: 10px 15px;
    border-radius: 10px;
}

.news-separator {
    height: 5px;
    background-color: orange;
    border: none;
    margin: 50px auto;
}

.news-separatot-light {
    margin: 10px auto;
}

.news-date {
    margin-bottom: 40px;
    color: white;
}