body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


#wrapper {
  margin: 0 auto;
  width: 1220px;
  height: 2000px;
  border: 0px solid #ccc;
  position: relative;
   border: 0;
}

#liste {
  margin: 0 auto;
  width: 900px;
  height: 20px;
  border: 5px solid #ccc;
  position: relative;
}

#header {
  color: #333;
  width: 1220px;
  float: left;
  position: relative;
  height: 120px;
  background-repeat: repeat-x;
  margin-right:-20px;
 
}

#navigation {
  float: left;
  font-size: 0.8em;
  width: 1220px;
  overflow: auto;
}




#rightcolumn {
  float: right;
  overflow: auto;
  clear: none;
  color: #333;
  border: 0;
  margin: 1px 0 10px 0;
  min-height: 1500px;
  width: 1220px;
  margin-left:0px;
  margin-right:0px;

}

.flotte {
  float: left;
}

.flotte1 {
  float: bottom;
}

#right {
  border: 0;
  float: left;
  overflow: auto;
  background: #f9f9ed;
  margin: 1px 0 10px 0;
  padding: 11px;
  min-height: 400px;
  width: 600px;
  position: relative;
  margin-left: 5px;
  
}

#afficheart {
  float: left;
  border: 0;
  background: #f9f9ed;
  margin: 0 0 10px 0;
  padding: 0;
  width: 950px;
  margin-left: 0;
  overflow: auto;
}

a img {
  border: 0;
}



@media only screen and (min-width: 320px) and (max-width: 480px) {
  body {
    width: auto;
    min-width: 320px;
    max-width: 480px;
    float: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 780px) {
  body {
    width: auto;
    min-width: 480px;
    max-width: 780px;
    float: none;
  }
}

@media only screen (min-width: 781px) and (max-width: 979px) {
  body {
    width: auto;
    min-width: 781px;
    max-width: 979px;
    float: none;
  }
}

body {
  width: auto;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

table {
  text-align: center;
}

table tr {
  width: 800px;
}

.tble-header th {
  text-align: center;
}

.pagination {
  display: block;
}

.modal-informaton {
  position: absolute;
  left: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 13px 0px  #2874A6;
  opacity: 0;
}

div#block-town-mauritania {
  position: relative;
}

div#block-town-mauritania:hover .modal-informaton {
  opacity: 1;
  transition: .7s ease opacity;
}

.align-middle {
  vertical-align: middle !important;
}

.active {

  background-color: #4A90C2;
  color: #FDFEFE;
}

table {
  text-align: center;
}

table tr {
  width: 720px;
}

.tble-header td {
}



.exemple {
  display: flex;
  margin: 2rem auto;
  max-width: 500px;
}

.svgtip {
  max-width: 100px;
  --mini: 14;
  --maxi: 16;
}

.exemple path {
  transition: .6s fill;
  fill: #2874A6;
  stroke: white;
  stroke-width: 1;
}

.exemple path:hover {
  cursor: pointer;
  fill: #FFFF33;
}
/* Style pour le contenu généré par CKEditor */
.ckeditor-content table {
  width: 100%;
  border-collapse: collapse !important;
  border: 1px solid #000 !important; /* Bordure principale */
}

.ckeditor-content th,
.ckeditor-content td {
  border: 1px solid #000 !important; /* Bordures internes visibles */
  padding: 8px !important;
  text-align: left !important;
}

.ckeditor-content th {
  background-color: #f2f2f2 !important;
  font-weight: bold;
}

