/* Custom Colors & Utilities */
img.logo {
  max-width: 200px;
  width: 100%;
}
.navbar-brand
{
	max-width:60%
}
.main_option {
  font-weight: 900;
}

a.link_share {
  background: #fff600;
  color: #000;
  padding: 8px 20px 12px 20px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.candidat {
  max-width: 180px;
  margin-top: 30px;
}
.bg-primary {
    background-color: #fff600 !important;
}

.text-primary {
    color: #fff600 !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #fff600 !important;
    border-color: #fff600 !important;
    color: #000000 !important;
}

.btn-outline-primary {
    color: #fff600 !important;
    border-color: #fff600 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: #fff600 !important;
    color: #000000 !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-dark {
    color: #000000 !important;
}

.text-white {
    color: #ffffff !important;
}

/* Specific button styles for color contrast */
.bg-primary .btn-outline-dark {
    color: #000000;
    border-color: #000000;
}
.bg-primary .btn-outline-dark:hover, .bg-primary .btn-outline-dark:focus {
    background-color: #000000 !important;
    color: #fff600;
}

/* Form inputs on dark background */
.bg-dark .form-control {
    background-color: #2c2c2c;
    color: #ffffff;
    border-color: #444;
}
.bg-dark .form-control:focus {
    background-color: #2c2c2c;
    color: #ffffff;
    border-color: #fff600;
    box-shadow: 0 0 0 0.25rem rgba(255, 246, 0, 0.25);
}

.bg-dark .form-label, .bg-dark a {
    color: #ffffff !important;
}

.bg-dark .btn-outline-primary {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.bg-dark .btn-outline-primary:hover, .bg-dark .btn-outline-primary:focus {
    background-color: #fff600 !important;
    color: #000000 !important;
    border-color: #fff600 !important;
}

/* Navigation links on primary background */
.navbar .nav-link {
    font-weight: bold;
    color: #000000 !important;
}

/* General Layout */
body {
    padding-top: 75px;
}

a.btn-primary {
  color: #000 !important;
}

a.btn-primary:hover {
  border-color: #fff600 !important;
  background: #000 !important;
  color: #fff600 !important;
}

#propositionForm {
  text-align: center;
}

.modal {
  --bs-modal-width: 80%;
}

.bg-marron, .btn-marron {
  background-color: #8B4513 !important;
  color:#fff !important;
}

.bg-yellow, .btn-yellow {
  background-color: #FFD700 !important;
}

.bg-bleu-ciel, .btn-bleu-ciel {
  background-color: #08c0fd !important;
}

.bg-bleu-marine, .btn-bleu-marine {
  background-color: #000080 !important;
   color:#fff !important;
}

.bg-green, .btn-green
{
	 background-color: #94f56e !important;
}

.btn-inactive {
  opacity: 0.3;
}

.btn-active {
  font-weight: 700;
  border-bottom: 2px solid black;
}

.btn {
  transition: ease 1s opacity;
  padding-left: 30px;
  padding-right: 30px;
}

h6 {
  font-weight: bold;
}


.liens-revue-presse {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.revue-press-source {
  font-size: 11px;
  font-style: italic;
}