a{
    text-transform : none;
    text-decoration : none;
    color: #343a40;
}
a:hover{
    text-transform : none;
    text-decoration : none;
}


  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  .alertdiv{
    -webkit-animation-name: clignote;
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count:infinite;
    position: relative;
  }

  @-webkit-keyframes clignote {
  0%{box-shadow:0px 0px 10px #4183C4;}
  50%{box-shadow:0px 0px 0px #4183C4;}
  100%{box-shadow:0px 0px 10px #4183C4;}
  }

  @media (max-width: 700px){
    .vignette{
        border-bottom: 0.5px solid #dadada;
        padding-bottom: 10px;
      }
  }

  /* The ribbons */

  .corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* Custom styles */

  .corner-ribbon.sticky{
    position: fixed;
  }

  .corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
  }

  /* Different positions */

  .corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* common */
  .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #dc3545;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 1rem/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }

  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }

  /* top right*/
  .ribbon-top-right {
    top: -10px;
    right: -10px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
  .ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
  }

  /* bottom left*/
  .ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
  }
  .ribbon-bottom-left::after {
    top: 0;
    left: 0;
  }
  .ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
  }

  /* bottom right*/
  .ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
  }
  .ribbon-bottom-right::after {
    top: 0;
    right: 0;
  }
  .ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
  }

  input[type="search"]{
    border: 0px;
    border-bottom: 2px solid #9E9E9E;
    outline: none;
  }

.dataTables_wrapper select{
    border: 1px solid #f1f1f1;
    padding: 5px;
    outline: none;
}

.dataTables_wrapper tfoot select{
    width: 100%;
}

nav ul{
    margin: auto;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
    color:white;
}

/*.bg-dark {
  background-color: #FF9800 !important;
}*/

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  font-family: 'Lato', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
}

.jumbotron {
  background-color: #343a40;
  color: white;
  border-top: 5px solid white;
}

.jumbotron .display-3 {
  font-size: 3.9rem;
  font-weight: 300;
  line-height: 1.2;
}

.btn-outline-success {
  color: white;
  border-color: white;
}

.home_vignette{
  text-align: center;
}

.home_vignette:hover{
  text-align: center;
  background-color: orange;
  color: white;
  transition-duration: 1s;
  cursor:pointer;
}

.home_vignette:hover i{
  color: white;
  transition-duration: 1s;

}

i{
  font-size: 8rem;
  color: orange;
}
nav i{
  font-size: 1rem;
    color: white;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.card-body i{
  font-size: 100%;
}

.card-body .badge{
  /*width: 100%;*/
}

.link_doc{
    width: 100%;
    display: block;
    border: 1px solid orange;
    padding: 1%;
    color: orange;
    text-align: center;
    margin-top: 2px;
}

.link_doc:hover{
  width: 100%;
  display: block;
  border: 1px solid orange;
  background: orange;
  padding: 1%;
  color: white;
  text-align: center;
  transition-duration: 1s;
}

.remuneration .bg-orange {
  background-color: orange;
  padding: 1%;
  color: white;
  margin-bottom: 3px;
}

.remuneration .bg-green {
  background-color: #40b54e;
  padding: 1%;
  color: white;
  margin-bottom: 3px;
}

.remuneration .col-md-5 p, .remuneration .col-md-6 p{
  font-size: -webkit-xxx-large;
  margin-bottom: 0px;
}
.remuneration .col-md-5 span, .remuneration .col-md-6 span{
  font-size: small;
}
.container{
  overflow: hidden; /* Empêche le dépassement des flottants. */

}
.info h3 {
  background-color: orange;
  color: white;
  padding: 1%;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 0px;
}
.info .content{
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;

  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 10px;
}
.image_profil{
  width: 160px;
  height: 160px;
  background-color: #e7e7e7;
  margin: auto;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  cursor: pointer;
  position: relative;
}

.edit_image_profil {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background-color: #80c688;
  font-weight: bold;
  padding: 7px 5px;
}

.image_profil:hover > .edit_image_profil {
  display: block;
}

body{
  min-height: 0px;
}

.login{
  background-color: orange;
    color: white;
    max-width: 560px;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
}
.login:hover .btn{
  transition-duration: 1s;
}

.question{
  font-weight: bold;
  margin-top: 2%;
}
.btn-primary{
  background-color: orange;
  color: white;
  border: none;
}
.btn-primary:hover{
  background-color:#FF5722;
}
.btn-primary:disabled{
  background-color:#FF5722;
}
.btn-primary:disabled {
  background-color: #ff9800;
}



.thematic{
  position: relative;
  display: block;
  width: 100%;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 5px;
  border: 2px solid #c3c3c3;
  
  padding: 10px;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  
}

[type="checkbox"]:not(:checked) + .thematic{
  background-color:#fff;
  color: #FF9800;
}
[type="checkbox"]:checked + .thematic {
  background-color:#FF9800;
  color: #fff;
}

.form-check {
  padding-left: 0px !important;
}

[type="radio"]:not(:checked) + label{
  background-color:white;
  color: orange;
}
[type="radio"]:checked + label {
  background-color: orange;
  color: white;
}


input[type="radio"], input[type="checkbox"] {
  display: none;
}
.thematic:hover{
  background-color: orange !important;
  color: white !important;
  transition-duration: 1s;
}
.btn-link:hover {
  text-decoration: none;
}

.alert-danger {
  color: #ffffff;
  background-color: #F44336;
  border-color: #E91E63;
}
.card{
  height: 100%;
}
.alert-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.clignote  {
  animation-duration: 1s;
  animation-name: clignoter;
  animation-iteration-count: infinite;
  transition: none;
}
@keyframes clignoter {
 0%   { opacity:1; }
 40%   {opacity:0; }
 100% { opacity:1; }
}
.notification_voyant{
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 100%;
}
.star-empty {
  color: #d6d6d6;
}
.tab-pane.tab-pane-bordered {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0 0 5px 5px;
}