﻿.we_container {
    background-color: #e0e4e9 !important;
    border-bottom: none !important;
}

/* Hero */
.extranet-hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.extranet-hero-banner-title {
    padding: 60px 40px;
}

.extranet-hero-banner-title h1 {
    font-family: "Montserrat black", sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    color: #003da5;
    margin: 0 0 16px !important;
}

.extranet-hero-banner-title p {
    font-size: 17px !important;
    margin: 0 !important;
}

/* Intro + bouton */

.conteneur-texte-intro {
    display: flex;
    margin: 36px 16px;
    justify-content: space-between;
}

.conteneur-texte-intro .texte-intro {
    max-width: 485px;
}

.conteneur-texte-intro .texte-intro h2{
    font-family: 'Montserrat Bold';
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 16px;
}

.conteneur-texte-intro .texte-intro p {
    margin: 0;
}

.conteneur-texte-intro .ia-button-primary-text {
    padding: 14px 32px;
    border-radius: 25px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
    background-color: #003da5;
    color: #ffffff;
    font-family: 'Open Sans Semi Bold';
    font-size: 17px;
    margin-top: auto;
}

.conteneur-texte-intro .ia-button-primary-text:hover {
    background-color: #2062d4;
    color: #ffffff;
    text-decoration: none;
}

.tab-description .separateur {
    margin: 0 16px;
    border-color: #d8d8d8;
    color: #d8d8d8;
    height: 1px;
    border: 0;
    background-color: #d8d8d8;
}

/* Results */

.CoveoSearchInterface .coveo-results-column {
    padding: 0 !important;
    width: 100%;
}

.CoveoResultList {
    margin: 0 0 20px !important;
    padding-left: 16px !important;
}

.coveo-card-layout-container {
    margin-right: 0px !important;
}

.coveo-card-layout.CoveoResult {
    margin: 0 16px 16px 0 !important;
    background-color: #e3f2fd;
    border-radius: 4px !important;
    border: none !important;
    filter: none;
}

.coveo-card-layout .coveo-result-frame {
    padding: 24px 16px !important;
}

.coveoforsitecore-template .coveoforsitecore-information-section {
    padding-left: 0 !important;
}

.coveo-card-layout.CoveoResult .coveo-result-row {
    margin-bottom: 0 !important;
}

.CoveoLogo {
    display: none !important;
}

.CoveoResult .coveo-title {
    white-space: normal !important;
    display: flex !important;
    flex-direction: column;
    gap: 16px;
}

.CoveoResult .coveo-title .coveo-tag-container {
    display: flex;
    gap: 8px;
}

.CoveoResult .coveo-title .coveo-tag {
    padding: 3px 12px;
    margin: 0;
    width: fit-content;
    background-color: #ffffff;
    border-radius: 25px;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.CoveoResult .CoveoResultLink {
    color: #2062d4 !important;
    font-size: 14px !important;
    font-family: 'Open Sans semi bold';
    text-decoration: none;
    margin: 0 !important;
}

.CoveoResult .CoveoResultLink:visited {
    color: #2062d4 !important;
}

.CoveoResult .CoveoResultLink:hover {
    text-decoration: underline;
} 

.open-in-new {
    fill: #2062d4;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    left: 4px;
}

/* Recherche */

.coveo-search-section {
    margin: 36px 16px 24px !important;
    padding: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    max-width: 100% !important;
}

.magic-box .magic-box-input, .magic-box-underlay,
.CoveoSearchbox .magic-box {
    height: 40px !important;
}

.magic-box .magic-box-clear {
    background-color: transparent !important;
    line-height: 35px !important;
}

.magic-box .magic-box-input input {
    height: 38px !important;
    color: #6b6b6b !important;
    font-size: 14px !important;
}

.magic-box .magic-box-input input::placeholder {
    color: #6b6b6b;
}

.CoveoSearchbox .magic-box {
    border-radius: 4px 0 0 4px !important;
    border: solid 1px #7f7f7f !important;
    border-right: none !important;
}

.CoveoSearchbox .magic-box:focus-within,
.CoveoSearchbox .magic-box:focus-within .CoveoSearchButton {
    border: solid 1px #2062d4 !important;
    border-right: none !important;
}

.magic-box .magic-box-input,
.magic-box .magic-box-input:active,
.magic-box .magic-box-input:hover {
    background-color: unset !important;
}

.CoveoSearchButton {
    height: 40px !important;
    border-radius: 0 4px 4px 0 !important;
    border: none !important;
    background-color: #003da5;
}

.coveo-search-button {
    width: 18px;
    height: 18px;
}

.coveo-search-button-svg {
    color: #ffffff !important;
}

.CoveoSearchButton:hover .coveo-magnifier-circle-svg {
    fill: #ffffff !important;
}

.coveo-search-button-loading {
    fill: #ffffff !important;
    color: #ffffff !important;
}

.CoveoSearchbox .magic-box .magic-box-clear-svg {
    color: #003da5 !important;
}

.magic-box .magic-box-input input:focus {
    box-shadow: none !important;
    background-color: unset !important;
}

/*Filter*/
.filter-button:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #2062D4;
}

.filter-button span {
    font-weight: 650;
    font-style: normal;
    font-size: 14px;
    color: #2062D4;
    text-align: center;
}

.filter-button {
    display: flex;
    column-gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
}

.filter-button div {
    width: 25px;
}

.CoveoSearchInterface .coveo-facet-column {
    max-width: 300px;
    width: auto !important;
    height: 40px;
    padding: 11px 0px 11px 30px !important;
    position: relative;
}

.coveo-topSpace {
    height: unset !important;
}

.CoveoFacet {
    padding: 24px 12px !important;
    margin: 0 !important;
    min-width: 300px;
    border-radius: 4px !important;
    border: solid 1px #7f7f7f !important;
    background-color: #fff !important;
    z-index: 10;
    position: absolute !important;
    right: 0;
    top: 52px;
}

.coveo-facet-header {
    padding: 0 !important;
    background-color: #ffffff !important;
}

.coveo-facet-header-title {
    font-family: 'Open Sans Bold';
    font-size: 14px !important;
    font-weight: normal;
    color: #1b1b1b !important;
    margin: 0 !important;
}

.coveo-facet-values {
    padding-top: 16px !important;
}

.coveo-facet-value {
    padding: 0 !important;
}

.coveo-facet-value:hover {
    background-color: unset !important;
}

.coveo-facet-value-label {
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.coveo-facet-value-label-wrapper {
    align-items: center;
}

.coveo-facet-value-exclude {
    display: none !important;
}

.coveo-facet-value .coveo-facet-value-checkbox {
    margin-right: 8px !important;
    top: 0 !important;
}

.coveo-facet-value .coveo-facet-value-checkbox[aria-pressed=true] {
    background-color: #2062d4 !important;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg {
     width: 18px !important; 
     height: 18px !important; 
     bottom: 0 !important;
}

.coveo-facet-value.coveo-with-hover:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg {
    width: 18px !important;
    height: 18px !important;
    bottom: 0 !important;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
    fill: #ffffff !important;
}

.coveo-facet-search, .coveo-facet-search-button, .coveo-facet-footer {
    display: none !important;
}

/* Footer */

div .we_footer {
    padding: 36px 0 !important;
}

.legalNotice {
    padding-bottom: 0 !important;
}

.legalNotice hr {
    margin: 36px 0 !important;
}

.display-none {
    display: none !important;
}