@font-face
{
font-family: "SF Fedora";
src: url("../fonts/SF-Fedora.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
* 
{
box-sizing: border-box;
}
html
{
font-size: 16px;
}
body
{
margin: 0;
background: #f5faf3;
color: #172018;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.45;
}
a
{
color: #176b2a;
}
.site-shell
{
width: min(1220px, calc(100% - 32px));
margin: 24px auto;
background: #ffffff;
border: 1px solid #9bcb94;
box-shadow: 0 2px 14px rgba(20, 70, 28, 0.08);
}
.site-header
{
border-bottom: 3px solid #25963a;
}
.brand-row
{
display: flex;
align-items: center;
justify-content: space-between;
gap: 36px;
padding: 18px 28px 14px;
background: linear-gradient(90deg, #ffffff 0%, #ffffff 60%, #eef8ea 100%);
}
.brand-logo img
{
display: block;
width: 500px;
max-width: 48vw;
height: auto;
}
.section-title
{
display: flex;
align-items: center;
justify-content: center;
width: 520px;
max-width: 43vw;
min-height: 150px;
padding: 0 18px 8px;
font-family: "SF Fedora", "Trebuchet MS", Arial, sans-serif;
font-size: clamp(3.2rem, 6vw, 5.8rem);
line-height: 0.95;
color: #25963a;
background: linear-gradient(to bottom, #35a54b 0%, #29983f 48%, #218736 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
white-space: nowrap;
text-shadow: -7px 10px 0 rgba(120, 120, 120, 0.24);
}
.site-nav
{
display: flex;
align-items: stretch;
justify-content: center;
background: #d9f2d6;
border-top: 1px solid #9bcb94;
}
.site-nav a
{
position: relative;
padding: 14px 28px 12px;
color: #176b2a;
font-weight: 700;
text-decoration: none;
white-space: nowrap;
}
.site-nav a:hover
{
background: #c6ebc0;
}
.site-nav a.active
{
background: #25963a;
color: #ffffff;
}
.site-main
{
padding: 28px;
}
.database-count
{
display: flex;
align-items: baseline;
justify-content: center;
gap: 9px;
margin-bottom: 20px;
padding: 12px 18px;
background: #d9f2d6;
border: 1px solid #9bcb94;
font-size: 1.1rem;
}
.database-count strong
{
color: #176b2a;
font-size: 1.65rem;
}
.home-news
{
display: grid;
grid-template-columns: auto 1fr;
align-items: stretch;
margin-bottom: 20px;
background: #fff9df;
border: 1px solid #d7c96c;
}
.home-news-label
{
display: flex;
align-items: center;
padding: 12px 16px;
background: #e7ef79;
color: #315c25;
font-weight: 700;
white-space: nowrap;
}
.home-news-content
{
padding: 12px 18px;
color: #33452f;
}
.home-news-content a
{
font-weight: 700;
}
.search-primary,
.search-secondary,
.base-tools
{
border: 1px solid #9bcb94;
background: #eff9ed;
}
.search-primary
{
padding: 24px 28px;
}
.search-primary h1,
.search-secondary h2
{
margin: 0 0 20px;
color: #176b2a;
font-size: 1.45rem;
}
.field-label
{
display: block;
margin-bottom: 7px;
font-weight: 700;
}
.field-help
{
margin: 18px 0 9px;
}
.text-input
{
display: block;
width: 100%;
max-width: 580px;
padding: 10px 12px;
border: 1px solid #84b77c;
background: #ffffff;
font: inherit;
}
.text-input:focus
{
outline: 2px solid #25963a;
outline-offset: 1px;
}
.text-input-wide
{
max-width: 760px;
}
.radio-list
{
display: flex;
flex-wrap: wrap;
gap: 10px 28px;
margin-bottom: 20px;
}
.radio-list label
{
white-space: nowrap;
}
.radio-list-inline
{
margin-bottom: 14px;
}
.button-primary
{
display: inline-block;
margin: 2px 0 12px;
padding: 10px 20px;
border: 1px solid #176b2a;
background: #25963a;
color: #ffffff;
font: inherit;
font-weight: 700;
text-decoration: none;
cursor: pointer;
}
.button-primary:hover
{
background: #176b2a;
}
.search-warning
{
margin: 2px 0 4px;
color: #9d2525;
font-size: 0.92rem;
font-style: italic;
}
.text-link
{
font-size: 0.95rem;
}
.search-secondary-grid
{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-top: 16px;
}
.search-secondary
{
padding: 22px 26px;
}
.search-secondary p
{
margin: 0 0 18px;
}
.search-secondary .text-input
{
margin-bottom: 14px;
}
.search-secondary .text-link
{
display: block;
}
.base-tools
{
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-top: 16px;
}
.base-tool
{
display: flex;
flex-direction: column;
gap: 5px;
min-height: 115px;
padding: 20px 22px;
border-right: 1px solid #9bcb94;
color: #172018;
text-decoration: none;
}
.base-tool:last-child
{
border-right: 0;
}
a.base-tool:hover
{
background: #d9f2d6;
}
.base-tool strong
{
color: #176b2a;
font-size: 1.05rem;
}
.base-tool span
{
font-size: 0.92rem;
}
.language-links
{
display: flex;
gap: 9px;
margin-top: 7px;
}
.language-links img
{
display: block;
border: 0;
}
.legacy-content
{
padding: 20px;
background: #ffffff;
}
.site-footer
{
display: flex;
align-items: center;
justify-content: space-between;
gap: 28px;
padding: 20px 28px;
border-top: 2px solid #25963a;
background: #d9f2d6;
color: #176b2a;
}
.footer-identity
{
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 6px 14px;
}
.footer-brand
{
font-family: "SF Fedora", "Trebuchet MS", Arial, sans-serif;
font-size: 1.8rem;
line-height: 1;
color: #25963a;
}
.footer-tagline
{
font-size: 0.95rem;
font-style: italic;
color: #416a3e;
}
.footer-links
{
display: flex;
gap: 10px;
}
.footer-links a
{
font-weight: 700;
text-decoration: none;
}
@media (max-width: 900px)
{
.brand-row
{
flex-direction: column;
align-items: flex-start;
}
.brand-logo img,
.section-title
{
max-width: 100%;
}
.site-nav
{
flex-wrap: wrap;
justify-content: flex-start;
}
.search-secondary-grid,
.base-tools
{
grid-template-columns: 1fr;
}
.base-tool
{
border-right: 0;
border-bottom: 1px solid #9bcb94;
}
.base-tool:last-child
{
border-bottom: 0;
}
}
@media (max-width: 600px)
{
.site-shell
{
width: 100%;
margin: 0;
border-left: 0;
border-right: 0;
}
.brand-row,
.site-main
{
padding-left: 16px;
padding-right: 16px;
}
.site-nav a
{
padding: 12px 14px;
}
.database-count
{
flex-wrap: wrap;
text-align: center;
}
.site-footer
{
flex-direction: column;
align-items: flex-start;
}
}

@media (max-width: 600px)
{
.home-news
{
grid-template-columns: 1fr;
}
.home-news-label
{
justify-content: center;
}
.footer-identity
{
flex-direction: column;
align-items: flex-start;
}
}


/* Articles */
.articles-intro
{
margin-bottom: 18px;
}
.articles-intro h1
{
margin: 0 0 6px;
color: #176b2a;
font-size: 1.65rem;
}
.articles-intro p
{
margin: 0;
color: #526052;
}
.articles-grid
{
display: grid;
grid-template-columns: 1fr 1fr;
border-top: 1px solid #9bcb94;
border-left: 1px solid #9bcb94;
}
.article-category
{
min-width: 0;
padding: 22px 24px;
background: #eff9ed;
border-right: 1px solid #9bcb94;
border-bottom: 1px solid #9bcb94;
}
.article-category:nth-child(4n+2),
.article-category:nth-child(4n+3)
{
background: #e4f5e1;
}
.article-category h2
{
margin: 0 0 14px;
color: #176b2a;
font-size: 1.16rem;
}
.article-category ul
{
margin: 0;
padding: 0;
list-style: none;
}
.article-category li
{
position: relative;
margin: 0 0 8px;
padding-left: 17px;
}
.article-category li::before
{
content: "›";
position: absolute;
left: 0;
top: -1px;
color: #25963a;
font-size: 1.15em;
font-weight: 700;
}
.article-category a
{
font-weight: 700;
text-decoration: none;
}
.article-category a:hover
{
text-decoration: underline;
}
.article-category li span
{
display: block;
margin-top: 1px;
color: #526052;
font-size: 0.9rem;
font-style: italic;
}
.category-note
{
margin: -5px 0 12px;
color: #526052;
font-size: 0.9rem;
font-style: italic;
}
.article-unavailable
{
color: #677067;
}
.research-archive
{
margin-top: 18px;
padding: 20px 24px;
background: #fff0f0;
border: 1px solid #dba3a3;
border-top: 4px solid #b63d3d;
}
.research-archive h2
{
margin: 0 0 10px;
color: #8f2727;
font-size: 1.18rem;
}
.research-archive p
{
margin: 0 0 10px;
}
.research-links
{
display: grid;
gap: 5px;
}
.research-links a
{
color: #8f2727;
font-weight: 700;
}
.article-content
{
margin-top: 28px;
padding: 28px;
overflow-x: auto;
background: #ffffff;
border: 1px solid #9bcb94;
}
.article-content img
{
max-width: 100%;
height: auto;
}
.article-content table
{
max-width: 100%;
}
.article-content a
{
overflow-wrap: anywhere;
}
.article-back
{
margin: 16px 0 4px;
text-align: center;
}
.article-back a
{
font-weight: 700;
}
@media (max-width: 760px)
{
.articles-grid
{
grid-template-columns: 1fr;
}
.article-category:nth-child(odd),
.article-category:nth-child(even)
{
background: #eff9ed;
}
.article-category:nth-child(even)
{
background: #e4f5e1;
}
.article-content
{
padding: 18px;
}
}


/* Articles — styles historiques indispensables au contenu */
.article-content
{
background: #e0f4e0;
color: #000099;
}
.article-content .caseverte
{
background-color: #e0f4e0;
padding: 10px;
}
.article-content .paternel
{
background-color: #ffffff;
border: 1px solid #6699ff;
text-align: center;
font-weight: bold;
}
.article-content .maternel
{
background-color: #ffffff;
border: 1px solid #ff99ff;
text-align: center;
font-weight: bold;
}
.article-content .groe
{
background-color: #ffffff;
border: 2px solid #000000;
text-align: center;
font-weight: bold;
}
.article-content .tervu
{
background-color: #ffffff;
border: 2px solid #ff6600;
text-align: center;
font-weight: bold;
}
.article-content .fauve
{
background-color: #ffffff;
border: 2px solid #ff9933;
text-align: center;
font-weight: bold;
}
.article-content .sable
{
background-color: #ffffff;
border: 2px solid #666666;
text-align: center;
font-weight: bold;
}
.article-content .mendel
{
background-color: #ffffff;
text-align: center;
}
.article-content .StyleTitreRouge
{
color: #ff0000;
font-size: 36px;
font-family: "Monotype Corsiva", Georgia, serif;
}
.article-content .StyleNoir1
{
color: #000000;
}
.article-content .StyleNoir2
{
color: #000000;
font-style: italic;
}
.article-content .StyleNoir3
{
color: #000000;
font-weight: bold;
}
.article-content .StyleNoir4
{
color: #000000;
font-weight: bold;
font-style: italic;
}
.article-content .StyleGris1
{
color: #333333;
}
.article-content .StyleGris2
{
color: #666666;
font-weight: bold;
}
.article-content .StyleRouge1
{
color: #ff0000;
}
.article-content .StyleRougeGras
{
color: #ff0000;
font-weight: bold;
}
.article-content .StyleRougeGrasSurligne
{
color: #ff0000;
font-weight: bold;
background-color: #ffff00;
}
.article-content .StyleViolet1
{
color: #990066;
font-size: large;
}
.article-content .StyleViolet2
{
color: #990066;
font-size: x-large;
font-style: italic;
}
.article-content .StyleViolet3
{
color: #cc0066;
font-weight: bold;
}
.article-content .StyleOrange1
{
color: #ff6600;
font-weight: bold;
}
.article-content .StyleOrange2
{
color: #ff9933;
font-weight: bold;
}
.article-content .StyleVert1
{
color: #8fba91;
font-weight: bold;
}

/* Articles — sommaire 2 x 3 plus nettement matérialisé */
.articles-grid
{
gap: 0;
background: #9bcb94;
border: 1px solid #9bcb94;
}
.article-category
{
border: 0;
border-right: 1px solid #9bcb94;
border-bottom: 1px solid #9bcb94;
}
.article-category:nth-child(2n)
{
border-right: 0;
}
.article-category:nth-child(5),
.article-category:nth-child(6)
{
border-bottom: 0;
}
.article-category h2
{
padding-bottom: 8px;
border-bottom: 1px solid rgba(37, 150, 58, 0.22);
}
@media (max-width: 760px)
{
.article-category,
.article-category:nth-child(2n),
.article-category:nth-child(5)
{
border-right: 0;
border-bottom: 1px solid #9bcb94;
}
.article-category:nth-child(6)
{
border-bottom: 0;
}
}


.article-category .pdf-note
{
font-size: 0.78em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.article-unavailable-note
{
margin-top: 24px;
}


.research-archive .research-links
{
margin-bottom: 18px;
}


/* Noms de chiens */
.names-intro
{
padding: 22px 26px;
background: #eff9ed;
border: 1px solid #9bcb94;
}
.names-intro p
{
margin: 0 0 9px;
}
.names-help
{
margin-top: 18px !important;
font-weight: 700;
color: #176b2a;
}
.letter-nav
{
display: flex;
flex-wrap: wrap;
gap: 7px;
margin: 12px 0 18px;
}
.letter-nav a
{
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #ffffff;
border: 1px solid #84b77c;
color: #176b2a;
font-weight: 700;
text-decoration: none;
}
.letter-nav a:hover
{
background: #d9f2d6;
}
.letter-nav a.active
{
background: #25963a;
border-color: #176b2a;
color: #ffffff;
}
.names-suggestion
{
margin-bottom: 0 !important;
color: #526052;
}
.names-content
{
margin-top: 18px;
padding: 20px;
overflow-x: auto;
background: #ffffff;
border: 1px solid #9bcb94;
}
.names-content > center
{
margin-bottom: 16px;
}
.names-content .StyleTitreBleu
{
color: #176b2a;
font-size: 1.5rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
.names-content > table
{
width: 100% !important;
max-width: 1000px;
margin: 0 auto;
border-collapse: collapse;
border: 1px solid #9bcb94 !important;
}
.names-content > table > tbody > tr > td
{
padding: 18px !important;
background: #eff9ed !important;
}
.names-content table table
{
width: 100% !important;
max-width: 900px;
border-collapse: collapse;
table-layout: fixed;
}
.names-content table table td
{
padding: 7px 10px;
border-bottom: 1px solid #d8ead5;
color: #172018;
font-family: Arial, Helvetica, sans-serif;
white-space: normal;
overflow-wrap: anywhere;
}
.names-content table table tr:nth-child(even) td
{
background: #e7f5e4;
}
@media (max-width: 760px)
{
.names-content
{
padding: 10px;
}
.names-content > table > tbody > tr > td
{
padding: 10px !important;
}
.names-content table table
{
table-layout: auto;
min-width: 700px;
}
}


.names-year
{
margin-top: 18px !important;
}
.names-origin
{
margin: 18px 0 10px !important;
padding-top: 14px;
border-top: 1px solid #c8dfc4;
}
.names-bottom-nav
{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
margin: 18px 0 0;
}
.names-bottom-nav a
{
display: inline-block;
padding: 9px 14px;
background: #eff9ed;
border: 1px solid #84b77c;
color: #176b2a;
font-weight: 700;
text-decoration: none;
}
.names-bottom-nav a:hover
{
background: #d9f2d6;
}


/* News */
.news-list
{
display: grid;
gap: 16px;
}
.news-item
{
display: grid;
grid-template-columns: 120px minmax(0, 1fr);
background: #eff9ed;
border: 1px solid #9bcb94;
}
.news-date
{
padding: 20px 16px;
background: #d9f2d6;
border-right: 1px solid #9bcb94;
color: #176b2a;
font-weight: 700;
text-align: center;
}
.news-content
{
min-width: 0;
padding: 20px 24px;
color: #172018;
}
.news-content img
{
max-width: 100%;
height: auto;
}
.news-content a
{
font-weight: 700;
overflow-wrap: anywhere;
}
.news-content font[color]
{
font-weight: inherit;
}
.news-empty
{
padding: 24px;
background: #eff9ed;
border: 1px solid #9bcb94;
text-align: center;
}
@media (max-width: 650px)
{
.news-item
{
grid-template-columns: 1fr;
}
.news-date
{
padding: 10px 16px;
border-right: 0;
border-bottom: 1px solid #9bcb94;
text-align: left;
}
.news-content
{
padding: 18px;
}
}


.section-title
{
container-type: inline-size;
}
@media (min-width: 901px)
{
.section-title
{
font-size: clamp(3.2rem, 5.2vw, 5.5rem);
}
}
@media (max-width: 900px)
{
.section-title
{
width: 100%;
min-height: 110px;
font-size: clamp(2.8rem, 11vw, 5.2rem);
}
}
@media (max-width: 600px)
{
.section-title
{
min-height: 90px;
padding-left: 4px;
padding-right: 4px;
font-size: clamp(2.2rem, 10vw, 4rem);
white-space: normal;
}
}


/* Mentions légales */
.legal-page
{
max-width: 1050px;
margin: 0 auto;
}
.legal-section
{
padding: 24px 0;
border-bottom: 1px solid #c9dfc8;
}
.legal-section:first-child
{
padding-top: 0;
}
.legal-section:last-child
{
border-bottom: 0;
}
.legal-section h2
{
margin: 0 0 16px;
color: #08752a;
font-size: 1.45rem;
}
.legal-section h3
{
margin: 24px 0 12px;
color: #08752a;
font-size: 1.1rem;
}
.legal-section p
{
margin: 0 0 14px;
line-height: 1.65;
}
.legal-section ul
{
margin: 0 0 16px 22px;
padding: 0;
line-height: 1.65;
}
.legal-section a
{
color: #08752a;
}


/* Page BBP */
.bbp-page
{
max-width: 1050px;
margin: 0 auto;
}
.bbp-intro
{
margin-bottom: 34px;
padding: 26px 30px;
background: #eff9ed;
border: 1px solid #9bcb94;
}
.bbp-intro p
{
margin: 0 0 14px;
line-height: 1.7;
}
.bbp-intro p:last-child
{
margin-bottom: 0;
}
.bbp-lead
{
color: #176b2a;
font-size: 1.15rem;
font-weight: 700;
}
.bbp-section
{
padding: 30px 0;
border-top: 1px solid #c9dfc8;
}
.bbp-section h2
{
margin: 0 0 18px;
color: #08752a;
font-size: 1.5rem;
}
.bbp-section p
{
margin: 0 0 14px;
line-height: 1.7;
}
.bbp-highlight
{
margin: 28px 0 4px;
padding: 22px 26px;
background: #f7fbf5;
border-left: 5px solid #54a34f;
}
.bbp-highlight h3
{
margin: 0 0 14px;
color: #08752a;
font-size: 1.2rem;
}
.bbp-highlight p:last-child
{
margin-bottom: 0;
}
.bbp-thanks
{
padding-bottom: 10px;
}
.bbp-memory
{
margin-top: 24px !important;
padding-top: 20px;
border-top: 1px solid #c9dfc8;
}
@media (max-width: 650px)
{
.bbp-intro
{
padding: 20px;
}
.bbp-highlight
{
padding: 18px 20px;
}
}


/* Correctifs finaux : titre Noms, conseils de recherche, statistiques et FAQ */
.section-title-noms
{
font-size: clamp(2.8rem, 4.5vw, 4.5rem);
}
.search-advice
{
margin-top: 8px;
max-width: 820px;
}
.search-advice summary
{
display: inline-block;
color: #176b2a;
font-size: 0.95rem;
font-weight: 700;
text-decoration: underline;
cursor: pointer;
}
.search-advice summary:hover
{
color: #25963a;
}
.search-advice-content
{
margin-top: 10px;
padding: 14px 16px;
background: #ffffff;
border-left: 3px solid #84b77c;
}
.search-advice-content p
{
margin: 0 0 10px;
line-height: 1.5;
}
.search-advice-content p:last-child
{
margin-bottom: 0;
}
.stats_males
{
color: blue;
}
.stats_femelles
{
color: deeppink;
}
.faq-table
{
width: 100% !important;
max-width: 900px;
margin: 0 auto;
border-collapse: collapse;
font-family: Arial, Helvetica, sans-serif;
font-size: 1rem;
line-height: 1.5;
}
.faq-table td
{
padding: 3px 2px;
}
.faq-table font
{
font-family: inherit !important;
font-size: inherit !important;
}
.faq-table .faq-general td
{
color: #172018;
}
.faq-table .faq-general font
{
color: inherit !important;
}
.faq-table .faq-general a
{
color: #176b2a;
}

.search-advice summary::before
{
content: "▸";
display: inline-block;
margin-right: 6px;
text-decoration: none;
}
.search-advice[open] summary::before
{
content: "▾";
}
.faq-table .faq-general td[bgcolor="#FFFFFF"]
{
color: #176b2a;
background: #f2f8f1;
}
.faq-table .faq-general td[bgcolor="#FFFFFF"] font
{
color: inherit !important;
}
