/* ===================================================================================

* Theme Name: Novao Child
* Author: insy2s
* Author URI: https://insy2s.com
* Description: Novao learning theme 
* Template: zibber
====================================================================================== */

.encart-infos-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 2rem;
  max-width: 800px;
  margin: 2rem auto;
}

.encart-image img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.encart-infos {
  width: 100%;
}

.encart-infos dt {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.encart-infos dd {
  margin: 0.25rem 0 1rem 1.5rem;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.encart-infos hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 1rem 0;
}

/*.btn-doc {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #0073e6;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
*/
.encart-infos a.btn-doc {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #0078D4;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.encart-infos a.btn-doc:hover {
  background: #0078D4;
  color: #fff;
  border-color: #0078D4;
}

.encart-infos a.btn-doc i {
  margin-right: 0.5rem; 
}

.bloc-content .title {
  font-weight: 700!important;
/*   color : #0078D4; */
}
