@charset "UTF-8";
/*!
* Start Bootstrap - Business Casual v7.0.9 (https://startbootstrap.com/theme/business-casual)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-casual/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


body {
  /*!
  background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../images/biblio.png");
  */
  /*!
  background-image: linear-gradient(rgba(11,247,109,0.938), rgba(194, 243, 215, 0.938)), url("../images/biblio.png");
  */
  background-image: linear-gradient(rgba(47, 23, 15, 0.65),rgba(11, 247, 109, 0.938)), url("../images/biblio.png");

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

p {
  line-height: 1.75;
}

.text-faded {
  color: #f6e1c5;
}

.bg-fadedcontenubiblio {
  background-color: #85ee6b;
}

.bg-faded {
  background-color: #f6e1c5;
}


.intro {
  position: relative;
}
@media (min-width: 992px) {
  .intro .intro-img {
    width: 55%;    
    float: right;
    
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position:absolute;
  }
  
}
@media (min-width: 1200px) {
  .intro .intro-text {
    width: 55%;
  }
}

form {
  width: 100%;
  background-color: rgba(220, 220, 0, 0.2);
  padding: 5px 0px;
}

.c100 {
  width: 100%;
  margin: 20px;
}

label {
  display: inline-block;
  min-width: 25%;
}

input[type="submit"] {
  color: RGB(200, 100, 0);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  border: 2px solid RGB(200, 100, 0);
}

input[type="submit"]:hover {
  background-color: RGB(200, 100, 0);
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px #777;
}


.surbrillance {
  color: red;
}

.highlight {
  background: yellow;
  border-bottom: 2px inset grey;
  border-radius: 5px;
  font-size: 150%;
}
