.ccr-modal {
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.ccr-modal-content {
    background: #fff;
    max-width: 1280px;
    margin: 150px auto;
    position: relative;
	overflow-y: scroll;
	scrollbar-width: thin;
	max-height: 75%;
}

.ccr-modal-top {
	background: url(/wp-content/uploads/2025/02/Fond-Texture.png) no-repeat scroll 51% 72%/cover;
	padding: 30px;
	border-radius: 0 0 18px 18px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
}

.filters-modal {
	font-size: 28px;
	font-family: poppins;
	font-weight: 700;
	color: #fff;
	border-bottom: solid 1px;
  padding-bottom: 30px;
}

.modal-text {
	font-size: 22px;
	font-family: montserrat;
	font-weight: 700;
	color: #fff;
}

.ccr-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}

.ccr-modal-close::hover {
    font-size: 35px;
    background: none !important;
}

.ccr-modal-bottom  {
	padding:50px 30px;
}

.modal-result-title::before {
  position: absolute;
  content: "";
  top: unset !important;
  left: unset !important;
  width: 67px;
  height: 4px;
  background-color: #005f86;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transform: translate(0, -15px);
}

.modal-result-title {
	font-size: 28px;
	font-family: poppins;
	font-weight: 700;
}

.ccr-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1000px;
	margin: 0px auto 20px;
	justify-content: center;
	align-items: center;
}

.ccr-filters button {
    padding: 10px 20px;
    background: none;
	color: white;
	border: solid 1px;
    border-radius: 50px;
  cursor: pointer;
  width: 270px;
  height: 70px;
}

.ccr-filters button p {
	margin: 0;
}

.modal-button-desc {
	font-size: 10px;
	font-family: montserrat;
	font-weight: normal;
	line-height: 1;
}

.ccr-profile-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
	margin-top: 15px;
}

.ccr-profile-list li {
    margin: 8px 0;
}

.ccr-profile-card {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.ccr-profile-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.ccr-profile-card img {
    max-width: 265px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.ccr-profile-card h3 {
    font-size: 1.1rem;
    margin: 0 0 8px 0;
}

.ccr-profile-card p {
    font-size: 0.9rem;
    color: #333;
}

.ccr-profile-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ccr-card-inner {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}

.ccr-card-image {
    flex: 0 0 100px;
}

.ccr-card-image img {
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.ccr-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ccr-card-content h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #003366;
}

.ccr-card-content p {
    font-size: 14px;
    margin: 0;
    color: #333;
}

.ccr-card-date {
    display: block;
    margin-top: 10px;
    font-size: 0.75rem;
    color: #005F86;
    font-weight: 500;
}
