﻿#entete{background:url(../img/interface/bg_entete.jpg) no-repeat center var(--quaternary-color);background-size:cover;padding:40px 0;margin-bottom:60px;min-height:200px;display:flex}#entete .container{flex:1;display:flex;flex-direction:column}#entete .container>.flex>figure{flex:0}#entete .container>.flex>div{flex:1}#entete .container h1{text-transform:uppercase;font-weight:400;font-size:clamp(32px,4vw,40px);text-align:center}#entete .container .btn-group-justified{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 -10px}#entete .container .btn-group-justified .btn-group{padding:0 10px;display:flex;align-items:center;width:auto;color:var(--tertiary-color)}#entete .container .btn-group-justified .btn-group h1,#entete .container .btn-group-justified .btn-group h2{font-size:clamp(32px,4vw,40px);font-weight:400}#entete .container .btn-group-justified .btn-group h2{font-size:24px}#entete .container .btn-group-justified .btn-group.active{color:var(--primary-color)}#entete .container .btn-group-justified .btn-group:after{content:">";display:block;margin-left:10px}#entete .container .btn-group-justified .btn-group:last-child:after{display:none}#entete .container .breadcrumb{margin:0;margin-top:auto}ul.breadcrumb{background:none;padding:0}ul.breadcrumb li{font-weight:500;color:var(--tertiary-color)}ul.breadcrumb li.active{color:var(--primary-color)}ul.breadcrumb li:before{content:"|";color:var(--tertiary-color)}ul.breadcrumb li:first-child:before{display:none}#content .container.small .content .align-center{text-align:center}#content .container.small .content .align-left{text-align:left}#content .container.small .content .align-right{text-align:right}#content .container.small .content .align-justify{text-align:justify}#content .container.small .content .text-right{text-align:right}#content .container.small .content .text-center{text-align:center}#content .container.small .content .text-left{text-align:left}#content .container.small .content .text-justify{text-align:justify}#content .container.small .content h2{margin:20px 0;text-align:left}#content .container.small .content h2:first-child{margin-top:0}#content .container.small .content h2:last-child{margin-bottom:0}#content .container.small .content h3{color:var(--primary-color);font-size:24px;text-transform:uppercase;margin:10px 0;font-weight:500}#content .container.small .content h3:first-child{margin-top:0}#content .container.small .content h3:last-child{margin-bottom:0}#content .container.small .content h4{font-size:18px;margin:10px 0;font-weight:500}#content .container.small .content h4:first-child{margin-top:0}#content .container.small .content h4:last-child{margin-bottom:0}#content .container.small .content p{line-height:1.4;margin:20px 0}#content .container.small .content p:first-child{margin-top:0}#content .container.small .content p:last-child{margin-bottom:0}#content .container.small .content p strong,#content .container.small .content p b{color:var(--primary-color);font-weight:600}#content .container.small .content p.lead{font-weight:700;font-size:18px;color:var(--primary-color);margin:40px 0}#content .container.small .content p.lead:first-child{margin-top:0}#content .container.small .content p.lead:last-child{margin-bottom:0}#content .container.small .content p:last-child{margin:0}#content .container.small .content ul,#content .container.small .content ol{margin:20px 0 20px 20px}#content .container.small .content ul li,#content .container.small .content ol li{margin:0 0 10px}#content .container.small .content ul li:before,#content .container.small .content ol li:before{content:"•";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-align:center;font-size:24px;color:var(--secondary-color);margin:0 5px 0 0}#content .container.small .content ul li:last-child,#content .container.small .content ol li:last-child{margin:0}#content .container.small .content ul:first-child,#content .container.small .content ol:first-child{margin-top:0}#content .container.small .content ul:last-child,#content .container.small .content ol:last-child{margin-bottom:0}#content .container.small .content ol li{counter-increment:counter}#content .container.small .content ol li:before{font-family:inherit;width:24px;height:24px;font-size:14px;border-radius:99em;color:var(--color-white);background:var(--secondary-color);content:counter(counter)}#content .container.small .content a:not(.btn){color:inherit;font-style:italic;text-decoration:underline}#content .container.small .content a:not(.btn):hover{text-decoration:none}#content .container.small .content .table-responsive{overflow:auto;margin:20px 0}#content .container.small .content .table-responsive table{margin:0}#content .container.small .content .table-responsive:first-child{margin-top:0}#content .container.small .content .table-responsive:last-child{margin-bottom:0}#content .container.small .content table{width:100%;table-layout:fixed;border-bottom:5px solid var(--secondary-color);border-radius:4px;box-shadow:var(--shadow-elevation-1);margin:20px 0}#content .container.small .content table:first-child{margin-top:0}#content .container.small .content table:last-child{margin-bottom:0}#content .container.small .content table thead tr th{text-align:left;padding:10px;background:var(--secondary-color);color:var(--color-white)}#content .container.small .content table thead tr th:first-child{border-radius:4px 0 0}#content .container.small .content table thead tr th:last-child{border-radius:0 4px 0 0}#content .container.small .content table tbody tr:nth-child(odd) td{background:var(--color-background-table-odd)}#content .container.small .content table tbody tr:nth-child(even) td{background:var(--color-background-table-even)}#content .container.small .content table tbody tr td{vertical-align:top;padding:10px;vertical-align:middle;background:var(--color-background-base);border-bottom:1px solid var(--color-border-base);border-right:1px solid var(--color-border-base)}#content .container.small .content table tbody tr td:last-child{border-right:0 none}#content .container.small .content table tbody tr:hover td{background:var(--color-background-table-hover)}#content .container.small .content table tbody tr:last-child td{border-bottom:0 none}#content .container.small .content hr{background:var(--color-black);height:1px;border:0 none;margin:60px}#content .container.small .content hr:first-child{margin-top:0}#content .container.small .content hr:last-child{margin-bottom:0}#content .container.small .content .embed-responsive{padding:56.25% 0 0;position:relative;margin:20px 0}#content .container.small .content .embed-responsive:first-child{margin-top:0}#content .container.small .content .embed-responsive:last-child{margin-bottom:0}#content .container.small .content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0;border:0 none}#content .container.small .content figure{margin:20px 0;position:relative}#content .container.small .content figure img{display:block;max-width:100%;height:auto}#content .container.small .content figure figcaption{background:var(--primary-color);font-size:12px;padding:10px}#content .container.small .content figure iframe{width:100%;height:50vh;min-height:256px;max-height:512px;border:0 none}#content .container.small .content figure:first-child{margin-top:0}#content .container.small .content figure:last-child{margin-bottom:0}
