.container {
  max-width: 960px;
}

/*
 * Custom translucent site header rgba(13, 5, 80);
 */

.site-header {
  background-color: rgba(33, 48, 92);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: 1;
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
  z-index: 1;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
  z-index: 1;
}


/*
 * Extra utilities
 */

.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); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.ecritureBoite {
  color: black;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  font-size: 17px;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	/*background-color: #EEE;*/
	display: table-header-group;
}
.divTableCell {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHead {
	/*background-color: #EEE;*/
  color: rgb(214, 84, 33);
	display: table-cell;
	font-weight: bold;
}
.divTableHeading {
	/*background-color: #EEE;*/
  color: rgb(214, 84, 33);
	display: table-header-group;
	font-weight: bold;
	padding: 3px 10px;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.alignCenter {
  text-align:center;
}
.alignRight { 
  text-align:right;
}
.divCellSmall{
  width:15%;
}
.divCell50{
  width:50%;
}
.mentionBasDeTableau{
  font-style:italic;
  padding-left:15px;
  padding-right:15px;
}
.noteElement {
  font-style: italic;
  font-size: 11px;
}
.enleverLigneDuHaut{
  border-top:none;
}
.enleverLigneDuBas{
  border-bottom:none;
}
.enleverToutesLesLignes{
  border:none;
}
.ligneNoire{
  border: solid black 2px;
}
/* Appliquer le style à l'élément parent */
.list-item {
  list-style-type: none; /* Supprime les puces par défaut */
  padding-left: 20px; /* Ajoute un espace pour les puces personnalisées */
  position: relative; /* Nécessaire pour positionner le pseudo-élément */
}

/* Ajouter le point avant chaque élément */
.list-item::before {
  content: '•'; /* Le caractère de la puce */
  position: absolute; /* Positionner le point */
  left: 0; /* Positionner à gauche */
  color: black; /* Couleur de la puce */
}
