﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}


.navbe {
    background-color: blue;
   // border: none;
    color:wheat;
   // padding: 20px;
   // text-align: center;
  //  text-decoration: none;
    
   // display: inline-block;
   // font-size: 16px;
   // margin: 4px 2px;
    border-radius: 2px
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 🌊 Style des paragraphes avec un bleu doux et transparent */
.paragraphe-fond {
    background-color: rgba(0, 153, 255, 0.25); /* Bleu clair turquoise, 25 % transparence */
    padding: 18px;
    border-radius: 12px;
    margin: 25px auto;
    max-width: 900px;
    text-align: justify;
    color: #002b4d; /* Bleu foncé lisible */
    font-size: 1.1em;
    line-height: 1.7;
    transition: background-color 0.4s ease, transform 0.3s ease, box-shadow 0.4s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ✨ Effet de survol : couleur plus vive et légère mise en avant */
.paragraphe-fond:hover {
    background-color: rgba(0, 153, 255, 0.5); /* 50 % d’opacité */
    transform: scale(1.02);
    box-shadow: 0 4px 20px rgba(0, 153, 255, 0.4);
}

/* 🧭 Style général des titres et de l'image */
.text-center h1, .text-center h2, .text-center h3 {
    margin-bottom: 10px;
    color: #003366;
}

.text-center img {
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}



.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
  color:#ffd800
}


.lefond {
    background-color: lightblue;
}



.custom-orange {
    background-color: #fd7e14; /* Example hex code for orange */
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}



body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;


}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
