﻿#entete{padding:60px 0;background-color:var(--primary-color);background-image:var(--bg-img-entete);color:var(--color-white);margin-bottom:40px}#entete .container small{margin-bottom:5px;display:flex;align-items:center;font-weight:700;text-transform:uppercase;font-size:inherit}#entete .container small .edglyph{font-size:24px;line-height:0;margin-right:5px}#entete .container h1{font-size:clamp(32px,5vw,48px);font-weight:500;text-transform:uppercase}#entete .container h1+span{align-self:flex-start;display:inline-block;padding:2px 4px;margin-top:10px;border-radius:3px;background:var(--color-white)}#entete .container>div:has(figure){display:flex;align-items:center}#entete .container>div:has(figure) figure{margin-right:20px;flex-basis:20%}#entete .container>div:has(figure)>div{flex:1}#content.template-bleu #entete{background-color:#006b94}#content.template-bleu #entete .container h1+span{color:#006b94}#content.template-bleu-ciel #entete{background-color:#669ca5}#content.template-bleu-ciel #entete .container h1+span{color:#669ca5}#content.template-bleu-marine #entete{background-color:#002740}#content.template-bleu-marine #entete .container h1+span{color:#002740}#content.template-jaune #entete{background-color:#fdc300}#content.template-jaune #entete .container h1+span{color:#fdc300}#content.template-orange #entete{background-color:#e65725}#content.template-orange #entete .container h1+span{color:#e65725}#content.template-rouge #entete{background-color:#bf0634}#content.template-rouge #entete .container h1+span{color:#bf0634}#content.template-saphir #entete{background-color:#5b7ea7}#content.template-saphir #entete .container h1+span{color:#5b7ea7}#content.template-vert #entete{background-color:#0ca089}#content.template-vert #entete .container h1+span{color:#0ca089}#content.template-jaune #entete{color:var(--color-black);--color-link-breadcrumb: var(--color-black)}#content.template-jaune #entete .container h1+span{color:var(--color-black)}@media all and (max-width: 768px){#entete{padding:30px 0}}@media all and (max-width: 500px){#entete .container>div:has(figure){display:block}#entete .container>div:has(figure) figure{margin-right:0;margin-bottom:20px}#entete .container>div:has(figure) figure img{margin:0 auto}}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;padding:20px 0;font-size:18px}.breadcrumb li{display:flex;align-items:center;font-weight:400;color:var(--color-link-breadcrumb)}.breadcrumb li a{font-weight:700}.breadcrumb li:after{content:">";display:block;margin:0 5px}.breadcrumb li:last-child:after{display:none}.alert-danger,.alert-success,.bg-danger,.bg-success{flex:1;flex-basis:auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center;margin:5px 0;padding:10px 48px;line-height:1.4;border-radius:4px;position:relative}.alert-danger:empty,.alert-success:empty,.bg-danger:empty,.bg-success:empty{display:none}.alert-danger .edglyph.ed-circlecross,.alert-success .edglyph.ed-circlecross,.bg-danger .edglyph.ed-circlecross,.bg-success .edglyph.ed-circlecross{cursor:pointer;position:absolute;top:8px;right:10px}.alert-danger a,.alert-success a,.bg-danger a,.bg-success a{display:inline-flex;padding:5px;border-radius:4px;text-decoration:none;background:var(--primary-color);color:var(--color-white)}.alert-danger a:hover,.alert-success a:hover,.bg-danger a:hover,.bg-success a:hover{background:var(--color-white);color:var(--primary-color)}.alert-danger p,.alert-success p,.bg-danger p,.bg-success p{flex-basis:100%;margin:0 0 5px}.alert-danger p:last-child,.alert-success p:last-child,.bg-danger p:last-child,.bg-success p:last-child{margin:0}.alert-danger:before,.alert-success:before,.bg-danger:before,.bg-success:before{content:"";font-family:"EdGlyph";font-size:24px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.alert-danger,.bg-danger{background:var(--error-color);color:var(--color-white)}.alert-danger:before,.bg-danger:before{content:"S"}.alert-success,.bg-success{background:var(--success-color);color:var(--color-white)}.alert-success:before,.bg-success:before{content:"}"}#content{color:var(--color-black);padding-bottom:40px}#content .content{border-radius:20px;padding:40px;margin-bottom:40px;border:2px solid var(--quaternary-color);background:color-mix(in srgb, var(--quaternary-color) 10%, var(--color-white) 100%)}#content .content .align-center{text-align:center}#content .content .align-left{text-align:left}#content .content .align-right{text-align:right}#content .content .align-justify{text-align:justify}#content .content h2{font-size:clamp(28px,5vw,36px);font-weight:700;margin:40px 0;line-height:1;color:inherit;position:relative;letter-spacing:normal}#content .content h2:first-child{margin-top:0}#content .content h2:last-child{margin-bottom:0}#content .content h3{font-size:clamp(24px,5vw,28px);font-weight:600;margin:20px 0;color:inherit;letter-spacing:normal}#content .content h3:first-child{margin-top:0}#content .content h3:last-child{margin-bottom:0}#content .content h4{font-size:clamp(18px,5vw,24px);font-weight:700;text-transform:uppercase;margin:10px 0;color:inherit;letter-spacing:normal}#content .content h4:first-child{margin-top:0}#content .content h4:last-child{margin-bottom:0}#content .content h5{font-size:clamp(16px,5vw,18px);font-weight:600;text-transform:uppercase;margin:5px 0;color:inherit;letter-spacing:normal}#content .content h5 b,#content .content h5 strong{font-weight:600;text-transform:none}#content .content h5:first-child{margin-top:0}#content .content h5:last-child{margin-bottom:0}#content .content h2:has(.edglyph),#content .content h3:has(.edglyph),#content .content h4:has(.edglyph){display:flex;align-items:center}#content .content h2:has(.edglyph) .edglyph,#content .content h3:has(.edglyph) .edglyph,#content .content h4:has(.edglyph) .edglyph{line-height:0;margin-right:10px;font-size:24px}#content .content em,#content .content i{font-weight:300}#content .content strong,#content .content b{font-weight:700;color:var(--primary-color)}#content .content p{line-height:1.4;margin:20px 0}#content .content p.lead{font-weight:500;font-size:22px;margin:40px 0;color:var(--primary-color)}#content .content p.lead .edglyph{font-weight:400;line-height:0;font-size:1.25em;margin:0 5px;margin-top:-5px}#content .content p:first-child{margin-top:0}#content .content p:last-child{margin-bottom:0}#content .content ul:not(.breadcrumb),#content .content ol:not(.breadcrumb){margin:20px 0}#content .content ul:not(.breadcrumb) li,#content .content ol:not(.breadcrumb) li{margin-bottom:5px;display:flex;align-items:flex-start;line-height:1.4}#content .content ul:not(.breadcrumb) li ul,#content .content ol:not(.breadcrumb) li ul{margin-top:10px !important}#content .content ul:not(.breadcrumb) li:before,#content .content ol:not(.breadcrumb) li:before{content:"Ý";font-family:"edglyph";color:var(--primary-color);font-size:10px;margin:0 10px;margin-top:8px}#content .content ul:not(.breadcrumb) li:last-child,#content .content ol:not(.breadcrumb) li:last-child{margin:0}#content .content ul:not(.breadcrumb):first-child,#content .content ol:not(.breadcrumb):first-child{margin-top:0}#content .content ul:not(.breadcrumb):last-child,#content .content ol:not(.breadcrumb):last-child{margin-bottom:0}#content .content ul.check li:before,#content .content ol.check li:before{content:"W"}#content .content ul.align-center li,#content .content ol.align-center li{justify-content:center}#content .content ol:not(.breadcrumb) li{counter-increment:counter}#content .content ol:not(.breadcrumb) li:before{font-family:inherit;font-weight:700;font-size:14px;margin-top:4px;content:counter(counter) "."}#content .content ol:not(.breadcrumb).ordered li:before{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin-top:2px;border-radius:99em;background:var(--primary-color);color:var(--color-white);content:counter(counter)}#content .content address{font-style:normal}#content .content a:not(.btn){color:var(--primary-color);font-weight:500}#content .content a:not(.btn):hover{text-decoration:none;color:var(--secondary-color)}#content .content a:not(.btn):hover span:not(.edglyph){text-decoration:underline}#content .content a:not(.btn)[rel=external]:not(:has(img)),#content .content a:not(.btn)[target=_blank]:not(:has(img)),#content .content a:not(.btn)[href*=".pdf"]:not(:has(img)){display:inline-flex;align-items:flex-start;vertical-align:top}#content .content a:not(.btn)[rel=external]:not(:has(img)):before,#content .content a:not(.btn)[target=_blank]:not(:has(img)):before,#content .content a:not(.btn)[href*=".pdf"]:not(:has(img)):before{content:"y";font-family:"edglyph";line-height:0;font-size:24px;margin-top:15px;margin-right:5px;font-weight:400;color:var(--secondary-color)}#content .content a:not(.btn)[target=_blank]:not(:has(img)):before{content:"y"}#content .content a:not(.btn)[href*=".pdf"]:not(:has(img)):before{content:"«"}#content .content table{width:100%;margin:20px 0}#content .content table:first-child{margin-top:0}#content .content table:last-child{margin-bottom:0}#content .content table thead tr th{text-align:left;padding:10px 20px;font-weight:600;background:var(--secondary-color);color:var(--color-white);border-right:1px solid var(--color-white)}#content .content table thead tr th:first-child{border-top-left-radius:10px}#content .content table thead tr th:last-child{border-top-right-radius:10px;border-right:0 none}#content .content table tbody tr:nth-child(odd) td{background:rgba(var(--color-black-rgb), 0.05)}#content .content table tbody tr:nth-child(even) td{background:rgba(var(--color-white-rgb), 1)}#content .content table tbody tr td{padding:10px 20px;vertical-align:middle;border-right:1px solid rgba(var(--color-black-rgb), 0.1);border-bottom:1px solid rgba(var(--color-black-rgb), 0.1)}#content .content table tbody tr td:last-child{border-right:0 none}#content .content table tbody tr:hover td{background:rgba(var(--color-black-rgb), 0.1)}#content .content table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}#content .content table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}#content .content hr{background:rgba(var(--color-black-rgb), 0.1);height:2px;border:0 none;margin:60px 40px}#content .content hr:first-child{margin-top:0}#content .content hr:last-child{margin-bottom:0}#content .content img{display:block;max-width:100%;height:auto}#content .content iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:20px auto;border:0 none}#content .content iframe:first-child{margin-top:0}#content .content iframe:last-child{margin-bottom:0}#content .content .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}#content .content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0}#content .content .embed-responsive:first-child{margin-top:0}#content .content .embed-responsive:last-child{margin-bottom:0}#content .content figure{margin:20px 0;border-radius:10px;padding:10px;overflow:hidden;box-shadow:0 5px 10px rgba(var(--color-black-rgb), 0.1)}#content .content figure img{margin:0 auto}#content .content figure figcaption{background:var(--color-white);color:var(--primary-color);text-align:center;font-size:14px;font-weight:500;margin:0;padding:10px;padding-bottom:0}#content .content figure figcaption a{color:inherit !important}#content .content figure figcaption a[href*=".pdf"]:not(:has(img)):before{margin-top:10px !important}#content .content figure a.fancybox{display:block;overflow:hidden;position:relative}#content .content figure a.fancybox:after{content:"n";font-family:"edglyph";font-size:24px;position:absolute;top:10px;left:10px;color:var(--color-white);text-shadow:0 0 5px rgba(var(--color-black-rgb), 0.5);transition:.2s ease-in-out}#content .content figure a.fancybox img{transition:transform 3s ease}#content .content figure a.fancybox:hover:after{font-size:42px}#content .content figure a.fancybox:hover img{transform:scale(1.1)}#content .content figure:has(figcaption) img{border-bottom-right-radius:0;border-bottom-left-radius:0}#content .content figure:first-child{margin-top:0}#content .content figure:last-child{margin-bottom:0}#content .content .table_responsive{margin:40px 0;overflow:auto}#content .content .table_responsive table{margin:0}#content .content .table_responsive:first-child{margin-top:0}#content .content .table_responsive:last-child{margin-bottom:0}#content .content .text-right{text-align:right}#content .content .text-center{text-align:center}#content .content .text-left{text-align:left}#content .content .text-justify{text-align:justify}#content #entete{--bg-img-entete: url(../img/annuaire/bg-annuaire.png)}#content ul.pagination{--base-color-pagination: var(--quaternary-color);--bg-action-pagination: var(--quaternary-color);--alt-color-pagination: var(--color-white)}#content .flex.repertoires{flex-wrap:wrap}#content .flex.repertoires>div{flex-grow:0;flex-basis:33.3333333333%;display:flex}#content .flex.repertoires>div .repertoire{flex:1;display:flex;flex-direction:column;border-radius:20px;overflow:hidden;box-shadow:0 0 20px rgba(var(--color-black-rgb), 0.1);margin-bottom:40px;background:var(--quaternary-color);border:2px solid var(--color-black)}#content .flex.repertoires>div .repertoire .image{background:var(--color-white);border-bottom:2px solid var(--color-black)}#content .flex.repertoires>div .repertoire .image a{display:block;padding:10px}#content .flex.repertoires>div .repertoire .image a img{margin:0 auto;max-width:128px;width:auto}#content .flex.repertoires>div .repertoire .objet{flex:1;padding:20px 10px;text-align:center;display:flex;flex-direction:column}#content .flex.repertoires>div .repertoire .objet p{margin:10px 0}#content .flex.repertoires>div .repertoire .objet p:first-child{margin-top:0}#content .flex.repertoires>div .repertoire .objet p:last-child{margin-top:auto;margin-bottom:0}@media all and (max-width: 768px){#content .content{padding:20px}}
