
.dt_tableau tr,td,thead,th {border:none !important;}
.dt_tableau {border:none !important;}

tableau_a:link {
  text-decoration: none;
}

a:link {
    text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.image_v {
  	float: left;
  	width:50% ;
}
.texte_v {
  	float: left;
  	width:50% ;
}

.masonry {
    /*margin: 1.5em 0;
    margin-top:5px; */
    margin: auto;
    width:100% ;
    display:block;
    border: 1px solid #ccc ;
    /* padding: 0; */
    padding: 1.5em 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

 .entry-titre {
  font-size:14px !important;
  font-weight:bold  !important;
  margin-bottom:12px  !important; 
  margin-top:0px  !important;
  line-height:16px !important;
}
.entry-titre_a_la_une
{
  font-size:16px !important;
  font-weight:bold  !important;
  margin-bottom:12px  !important; 
  margin-top:0px  !important;
  line-height:16px !important;

}
.post-excerpt {
   text-align:justify !important;
   text-justify:newspaper !important ;
   padding-top:5px;
}

.leap-button {
  background-color: #444; /* Sets the background color */
  color: white; /* Sets the text color */
  padding:2px 4px 4px 4px; /* Adds space inside the button */
  margin-top:6px;
  border: none; /* Removes the default border */
  border-radius: 4px; /* Rounds the corners */
  cursor: pointer; /* Changes the cursor on hover */
  font-size: 14px; /* Sets the font size */
  line-height: 16px;
  /*transition: background-color 0.3s ease; */ /* Smooth transition for hover effect */
}
.leap-button:hover {
  background-color: #fd0002; /* Changes background on hover */
}


.button_maj {
  background-color: #ccc; 
  /*color: white; */ /* Sets the text color */
  padding:2px 4px 4px 4px; /* Adds space inside the button */
  margin-top:6px;
  /*border: none; *//* Removes the default border */
  border-radius: 4px; /* Rounds the corners */
  cursor: pointer; /* Changes the cursor on hover */
  font-size: 12px; /* Sets the font size */
  line-height: 12px;
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  width:300px;
  height:36px;
  box-shadow: 1px 2px #888888;
}
.button_maj:hover {
  background-color: #eee; /* Changes background on hover */
}

.item {
    display: inline-block !important;
    background: #fff;
    //padding: 1em;
    padding-top:10px;
    padding-bottom:0px;
    width: 100%;
}
.item_sticky {
  //width:100% ;
  width: calc(100% - 20px);
  border: 1px solid #cccccc;
  padding:10px;
  padding-bottom: 0px;
  padding-top: 5px;
}
.attachment-post-thumbnail {
  margin:0px !important;
  padding-bottom:0px !important;
} 

.thumbnail_membre {
  float: left;
  padding-right:10px;
  padding-bottom: 20px;
  min-height : 760px;
  font-size: 0.9em ;
}

   .separateur_logo {
     display:none;
   }
   .separateur_logo2 {
     display:block;
   }

@media only screen and (min-width: 400px) {
    .masonry  {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
   .thumbnail_membre {
	width:100%;
        min-height:600px;
   }

}

@media only screen and (min-width: 700px) {
    .masonry  {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
   .thumbnail_membre {
		width:100%;
      min-height:760px;
   }

}

@media only screen and (min-width: 860px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
   .logo_header {
      width:80%;
      float:right;
   }
   .thumbnail_membre {
	width:calc(50% - 10px);
   }
   .separateur_logo {
     display:block;
   }
   .separateur_logo2 {
     display:none;
   }
}

@media only screen and (min-width: 1100px) {
    .masonry  {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
   .thumbnail_membre {
      width:calc(33% - 10px);
      min-height : 760px;
   }
}


/* Pour ne pas nuire au footable css */
table, table td {
    border:  0 !important;
    background: transparent !important;
}
tr {vertical-align: text-top !important;}

/* Modal content */
.modal-content, .modal-content2 {
   background-color: #fefefe; 
  /*background-color: rgba(0, 0, 0, 0.5); */ /* Black w/ opacity */
  margin: 15% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 8px;
}

/* Close button */
.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


#modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6); /* Black with 60% opacity */
  backdrop-filter: blur(4px); 
}

#modal-content {
  background-color: white;
  border-radius: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 20px 0 #222;
  -webkit-box-shadow: 0 0 20px 0 #222;
  -moz-box-shadow: 0 0 20px 0 #222;
  display: none;
  height: 460px;
  left: 50%;
  margin: -20px 0 0 -160px;
  padding: 10px;
  position: fixed;
  top: 10%;
  width: 300px;
  z-index: 1000;
}

#titre
{
  background-color: #eee ;
  color:#fd0002 ;
  font-weight: 500;
  font-size:1.2em;
  border-radius: 4px 4px 0px 0px;
  width: calc(100% + 6px) ;
  height:40px;
  position:relative;
  top: -11px;
  left: -11px;
  padding:6px 6px 6px 10px;
}

#modal-background.affiche, #modal-content.affiche {
  display: block;
}

#myProgress {
  width: 90%;
  margin:auto;
  display:block;
  background-color: #ccc;
  border-radius: 12px;
}

#myBar {
  width: 0%;
  height: 30px;
  background-color: #ea2936;
  border-radius: 12px 0px 0px 12px;
}

.container2 {
    width: 100%;
    margin-bottom:12px;
    /* height: 100vh; */
    /*Making the container a flexbox*/
    display: flex;
    /*Making equal spaced divs*/
    justify-content: space-between;
    font-size:0.8em ;
}

.box2 {
    width: 48%;
    margin:4px;
    text-align:justify !important;
    text-justify:newspaper !important;
}
.box-100 {
    width: 100%;
    margin:4px;
    text-align:justify !important;
    text-justify:newspaper !important;
}

.box-image {
    width: 32%;
    margin:4px;
    text-align:justify !important;
    text-justify:newspaper !important;
}
.box-texte {
    width: 65%;
    margin:4px;
    text-align:justify !important;
    text-justify:newspaper !important;
}


/* Media query for screens wider than 768px */
@media (min-width: 769px) {
  .container2 {
    flex-direction: row; /* Arranges children horizontally */
  }
}

/* Optional: For smaller screens, stack them vertically */
@media (max-width: 768px) {
  .container2 {
    flex-direction: column; /* Stacks children vertically */
  }
  .box2 {
      width: 100%;
  }
  .box-image { width: 100%; }
  .box-texte { width: 100%; }

  .multi-line-truncate {
    -webkit-line-clamp: 12; /* Truncates after 8 lines */
  }
}
/* Optional: For smaller screens, stack them vertically */
@media (max-width: 980px) {
  .multi-line-truncate {
    -webkit-line-clamp: 8 !important; /* Truncates after 8 lines */
  }
}
.multi-line-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 12; /* Truncates after 12 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Optional, but recommended for visual clarity */
}
.multi-line-truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Truncates after 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Optional, but recommended for visual clarity */
  font-size:12px;
}

.dots {
   width: 40px;
   height: 9.6px;
   background: radial-gradient(circle closest-side,#fd0002 90%,#0000) 0 0/33% 100% space;
   clip-path: inset(0 100% 0 0);
   animation: dots-e3xtdg 1.5s steps(4) infinite;
}

@keyframes dots-e3xtdg {
   to {
      clip-path: inset(0 -34% 0 0);
   }
}

.svg-lien:before {
  position:relative;
  top:-7px;
  left:12px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23FFFFFF' class='bi bi-link' viewBox='0 0 16 16'%3E%3Cpath d='M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9q-.13 0-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z'/%3E%3Cpath d='M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4 4 0 0 1-.82 1H12a3 3 0 1 0 0-6z'/%3E%3C/svg%3E");
}

.json-key {
    font-weight: bold;
    color: #007bbf; /* Blue color for keys */
}
.json-value {
    color: #008000; /* Green color for values */
}
ul {
    list-style-type: none;
    /*margin-left: 1em; */
    padding-left: 0;
}
li {
    padding: 0px 0;
}

.reload
{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23db2217' class='bi bi-arrow-clockwise' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466'/%3E%3C/svg%3E"); 
}

.reload_spinning
{
	animation: rotation 0.5s infinite linear ;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23db2217' class='bi bi-arrow-clockwise' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466'/%3E%3C/svg%3E"); 
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.spinner{
	display:inline-block; width: 50px; height: 50px;
	border-radius: 50%;
	box-shadow: inset -2px 0 0 2px #db2217;
  }


.menuContextuel 
{
   padding:4px 4px 4px 4px;
   cursor:pointer ;
   width: fit-content;
   min-width: 180px;
   border-radius: 4px;
   cursor: pointer;
}
.menuContextuel:hover
{
   background:#ccc;
}
.menuContextuelAttachment 
{
   padding:4px 4px 4px 4px;
   cursor:pointer ;
   width: fit-content;
   border-radius: 4px;
   cursor: pointer;
}
.menuContextuelAttachment:hover
{
   background:#ccc;
}
.currently-showing-menu
{
   background:#ccc;
   border:1px solid #db2317 ;
}
.context-menu-icon-maj {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23db2217' class='bi bi-arrow-clockwise' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466'/%3E%3C/svg%3E"); 
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.context-menu-icon-maj:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-clockwise' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466'/%3E%3C/svg%3E"); 
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.context-menu-icon-full {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23db2217' class='bi bi-arrows-fullscreen' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707m4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707m0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707m-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.context-menu-icon-full:hover {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ffffff' class='bi bi-arrows-fullscreen' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707m4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707m0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707m-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.context-menu-icon-trash {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23db2217' class='bi bi-trash' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.context-menu-icon-trash:hover {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-trash' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

/* menu header */
.css-title:before {
    content: "Options";
    display: block;
    /* additional styling for appearance */
    padding: 2px;  
    padding-left: 8px; 
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #ccc;
    background-color: #ddd;
    border-radius: 4px 4px 0px 0px;
    position:relative;
    top:-4px;
}
.css-title :first-child {

} 

.check
{
   content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='green' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}
.ref_download
{
   content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-download' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E");
}
.trash
{
   content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-trash3' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5M11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47M8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}
.abstract
{
	width: calc(95% - 40px) ;
	/* margin:-24px 24px 0px 24px; */
	position:relative;
	top:-24px;
	left:24px;
	right:24px;
	display:none;
	font-size:0.9em;
}

.copy_shortcode
{
  font-size:20px;
  font-weight:bold;
  padding:4px 4px 12px 4px !important;
  width: fit-content;
  min-width: 80px !important;
}