@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
:root {
    --primary: #106fdf;
    --light-gray: #f7f7f7;
    --gray: #dcdcdc;
    --blue: #26a6ea;
}
* {
    font-family: 'Roboto', sans-serif !important;
}
body {
    color: rgba(55,69,88,1);
}
table > tbody > tr > td {
    text-align: unset;
}
.btn {
    position: relative;
    display: table;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    padding: 1rem 2rem;
    border: 2px solid var(--primary);
    text-transform: none;
    background-color: unset;
}
.btn.-white {
    border: 2px solid white;
    color: white;
}
.btn.btn-arrow {
    padding: 1rem 4rem 1rem 2rem;
}
.btn.btn-arrow::after {
    position: absolute;
    top: 47%;
    right: 2rem;
    display: block;
    content: url('../img/icon-arrow-forward.svg');
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
}
.btn.-white.btn-arrow::after {
    filter: brightness(0%) invert(1);
}

.pace .pace-progress {
    background: unset;
}
.page-header-wrapper .site-content {
    max-width: unset;
}
.page-header-wrapper.-header-white {
    border-bottom: 0;
}
.page-header-wrapper .header-bottom {
    min-height: unset !important;
    padding: 15px 0 !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}
.page-header-wrapper .header-logo .main-logo {
    height: 40px;
    max-height: unset !important;
    float: left;
}
.page-header-wrapper .header-title {
    margin-right: 1.75rem !important;
    line-height: 11px;
    text-align: left;
    font-size: 10px !important;
    text-transform: unset;
}
.page-header-wrapper .wrapper-oblique-line::before {
    display: none;
}
.page-header-wrapper .wrapper-oblique-line {
    margin-left: 15px !important;
    margin-bottom: 5px;
}
.page-header-wrapper.headroom {
  z-index: 1001;
}
.bk-btn-with-submenu .sub-menu {
    display: block !important;
    all: initial;
}
.bk-btn-with-submenu .sub-menu .sub-menu-wrapper {
    all: initial;
}
.page-header-wrapper .header-wrapper > * + * + * + * {
    display: none;
}
.page-header-wrapper .main-nav {
    z-index: 10;
}
.page-header-wrapper .main-nav .li-level-1 {
    width: unset;
    padding: 0 50px 0 0;
    margin-bottom: 0;
}
.page-header-wrapper .main-nav .li-level-1 .title-wrapper {
    font-weight: 700;
    font-size: 16px;
    color: rgba(55,69,88,1);
    text-transform: unset;
    margin: 0;
}
.page-header-wrapper .main-nav .li-level-1 .title-wrapper .theming-color-hover {
    border-top: 4px solid rgba(208,222,229,0);
    border-bottom: 4px solid rgba(208,222,229,0);
    line-height: 32px;
}
.page-header-wrapper .main-nav .li-level-1 .title-wrapper .theming-color-hover:not(.-white):focus,
.page-header-wrapper .main-nav .li-level-1 .title-wrapper .theming-color-hover:not(.-white):hover {
    color: rgba(55,69,88,1);
    border-bottom: 4px solid rgba(208,222,229,1);
}
.page-header-wrapper .main-nav .li-level-1 .sublevel-wrapper {
    display: none;
}
.page-header-wrapper .main-nav .li-level-1:hover .sublevel-wrapper {
    display: block;
    position: fixed;
    background: white;
    padding: 15px 20px 0;
    margin: 0 -20px;
}
.home-wrapper .page-header-wrapper .main-nav .li-level-1:hover .sublevel-wrapper a {
    background: none;
}
.page-header-wrapper .main-nav > ul {
    margin-bottom: 0;
}
.-header-white .bk-btn-with-submenu .sub-menu {
    background: none;
}
.bk-search-header {
    background-color: rgba(245,245,245,1);
}
.bk-search-header form input {
    border: 1px solid rgba(245,245,245,1);
    color: initial;
    font-size: initial;
}
.bk-search-header form input {
    padding: 8px;
    min-height: 22px;
}
.bk-search-header form .btn.-white {
    padding: 8px;
    min-height: 22px;
    border: 1px solid rgba(245,245,245,1);
    color: initial;
}
.bk-search-header .Icon_awesome-search {
    width: 17px;
    opacity: 0.8;
    fill: rgba(55,69,88,1);
}
.page-content-wrapper .-main {
    padding-top: 70px;
}
.page-content-wrapper .-main::after {
    display: none;
}
#block-breadcrumbs {
    padding: 0 2.25rem;
    position: fixed;
    z-index: 100;
    background-color: white;
    width: 100%;
}
#block-breadcrumbs .bk-breadcrumb {
    margin: 20px 0;
    line-height: 24px;
}
#block-breadcrumbs .bk-breadcrumb li::after {
    content: ">";
    width: 5px;
}
#block-breadcrumbs nav {
    display: inline-block;
}
.logo-siges-breadcrumb {
    display: inline-block;
    color: #4ec5ce;
    font-weight: 700;
    margin-right: 20px;
}
.logo-siges-breadcrumb img {
    margin-right: 5px;
    transform: translateY(6px);
}
#block-brgm-theme-satellite-content {
    margin-top: 64px;
}
article .site-content,
.layout-sidebar-first + div #block-brgm-theme-satellite-content {
    margin-top: 111px;
    background-color: var(--light-gray);
    border-radius: 10px;
}
article .site-content .site-content {
    margin-top: 0;
    background-color: unset;
    border-radius: unset;
}

/* HOME */
.global-wrapper {
    background-color: var(--light-gray);
    background-image: linear-gradient(to right, #25a5ea, #67bed6);
    background-size: 100% 228px;
    background-repeat: no-repeat;
}
.home-wrapper {
    background: var(--light-gray) url('../img/bg-home.png') no-repeat center top;
}
.home-wrapper .page-header-wrapper {
    position: initial;
    background: none !important;
}
.home-wrapper .page-header-wrapper .header-bottom {
    box-shadow: unset;
}
.home-wrapper .page-header-wrapper .header-logo .main-logo {
    filter: brightness(0%) invert(1);
}
.home-wrapper .page-header-wrapper.-header-white .header-title,
.home-wrapper .page-header-wrapper .main-nav .li-level-1 .title-wrapper,
.home-wrapper .page-header-wrapper .main-nav .li-level-1 .title-wrapper .theming-color-hover:not(.-white):focus,
.home-wrapper .page-header-wrapper .main-nav .li-level-1 .title-wrapper .theming-color-hover:not(.-white):hover {
    color: white;
}
.home-wrapper h1 {
    text-align: center;
    font-size: 34px;
    line-height: 1.3;
    color: white;
    padding: 0;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.161));
}
.homepage-search p {
    text-align: center;
    font-size: 22px;
    color: white;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.161));
}
.home-wrapper .bk-banner {
    background: none;
    padding: 0;
    min-height: unset;
    margin: 0 !important;
}
.home-wrapper .bk-banner .site-content {
    max-width: 800px;
}
.home-wrapper .content-search {
    display: none;
}
.home-wrapper .page-search {
    margin-bottom: 0 !important;
}
.home-wrapper .page-search .bk-formulaire {
    margin: 0 0 6rem;
}
.homepage-quicklinks .site-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: var(--light-gray);
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 10px;
    margin-bottom: 3rem;
}
#searchblock-form {
    background-color: white;
    border-radius: 10px;
}
#searchblock-form .form-text,
#searchblock-form button {
    border: 0;
    color: rgba(122,134,146,1);
}
#searchblock-form button::before {
    display: none;
}
#searchblock-form .Icon_awesome-search {
    width: 17px;
    opacity: 0.8;
    fill: rgba(55,69,88,1);
}
#searchblock-form input {
    outline: 0 !important;
    box-shadow: unset !important;
}
.homepage-quicklinks .quicklink {
    text-align: center;
    text-decoration: none;
    padding: 0px 4rem;
}
.homepage-quicklinks .quicklink img,
.homepage-quicklinks .quicklink span {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}
.homepage-quicklinks .quicklink span {
    font-weight: 700;
    font-size: 18px;
    height: 70px;
}
.bk-article .article-content .article-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}
.homepage-map {
    background-color: var(--blue);
}
.homepage-map .site-content {
    background: url('../img/homepage-map.png') no-repeat 75% bottom;
    padding: 4rem 12rem;
}
.homepage-map p {
    color: white;
    font-weight: 700;
    font-size: 18px;
}
#block-views-block-actualites-block-1 {
    padding-top: 64px;
    letter-spacing: 0.2px;
}
#block-views-block-actualites-block-1 img {
    border: 1px solid var(--gray);
    margin-bottom: 1rem;
}
#block-views-block-actualites-block-1 .views-field-created {    
    line-height: 22px;
    font-size: 14px;
    color: rgba(113,118,126,1);
}
#block-views-block-actualites-block-1 .views-field-title {
    position: relative;
    margin-bottom: 1rem;
}
#block-views-block-actualites-block-1 .views-field-title::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background-color: var(--primary);
    width: 34px;
    height: 4px;
    content: "";
}
#block-views-block-actualites-block-1 .views-field-title a {
    line-height: 22px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
}
#block-views-block-actualites-block-1 .views-field-field-chapo {
    line-height: 30px;
    font-size: 14px;
    margin-right: 6rem;
    margin-bottom: 1rem;
}
#block-views-block-actualites-block-1 .views-field-view-node a {
    line-height: 22px;
    font-size: 14px;
    color: var(--primary);
    text-decoration: none;
}
#block-views-block-actualites-block-1 .more-link a {
    position: relative;
    display: table;
    text-align: center;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    padding: 1rem 4rem 1rem 2rem;
    border: 2px solid var(--primary);
    margin: 0 auto;
    line-height: 1;
}
#block-views-block-actualites-block-1 .more-link a::after {
    position: absolute;
    top: 47%;
    right: 2rem;
    display: block;
    content: url('../img/icon-arrow-forward.svg');
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
}

/* FOOTER */
.footer-logo {
    float: left;
    display: flex;
    align-items: center;
}
.footer-logo img {
    height: 40px;
}
.footer-logo .footer-title {
    line-height: 11px;
    font-size: 10px;
    margin-left: 15px;
    margin-bottom: 5px;
}
.page-footer-wrapper {
    background-color: white;
    padding: 4rem 0;
}
#block-pieddepage ul {
    text-align: right;
    margin-bottom: 3rem;
}
#block-pieddepage li {
    display: inline-block;
    font-size: 12px;
}
#block-pieddepage li:not(:last-child)::after {
    content: " |";
}
#block-pieddepage li a {
    text-decoration: none;
}
#block-pieddepage li a:hover {
    text-decoration: underline;
}
#block-basdepage > ul {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
}
#block-basdepage li {
    margin: 0;
}
#block-basdepage > ul li:nth-child(2) ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#block-basdepage span {
    display: block;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}
#block-basdepage span::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background-color: var(--primary);
    width: 34px;
    height: 4px;
    content: "";
}
#block-basdepage a {
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
}
#block-basdepage a:hover {
    text-decoration: underline;
}
.local-tasks {
    left: 0;
}

 /* PAGE */
.row.site-content {
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.layout-sidebar-first {
    padding-top: 12rem;
}

/* PAGE ACTUALITES */
#block-formulaireexposeactualitespage-1 h2 {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;
}
#block-formulaireexposeactualitespage-1 h2::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    background-color: rgba(55,69,88,1);
    width: 45px;
    height: 4px;
    content: "";
}
#block-formulaireexposeactualitespage-1 .form-item--label {
    margin-left: 0;
    font-weight: 700;
}
.custom-fields [type="checkbox"] + label {
    padding-left: 1.5rem;
}
.custom-fields [type="checkbox"] + label::before {
    width: 1rem;
    height: 1rem;
    top: 4px;
}
.form-item-rgpd label::before {
    top: 0 !important;
}
.custom-fields [type="checkbox"] + label::after {
    top: 7px;
    left: 2px;
    font-size: 12px;
}
.radio-check {
    margin-bottom: 0;
}
.like-h1, h1 {
    font-size: 42px;
    padding-top: 1.5rem;
}
.page-actualites h1 {
    padding: 1.5rem 2.25rem 0;
}
.actualite {
    display: grid;
    grid-template-columns: 240px 1fr;
    padding: 1rem 0;
}
.actualite .views-field-field-image-promoted {
    grid-column: 1;
    grid-row: 1 / 4;
}

.actualite .views-field-field-image-promoted img {
    border: 1px solid var(--gray);
}
.actualite .views-field-created {    
    line-height: 22px;
    font-size: 14px;
    color: rgba(113,118,126,1);
}
.actualite .views-field-title {
    position: relative;
    margin-bottom: 1rem;
}
.actualite .views-field-title::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background-color: var(--primary);
    width: 34px;
    height: 4px;
    content: "";
}
.actualite .views-field-title a {
    line-height: 22px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
}
.actualite .views-field-field-chapo {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 1rem;
}

/* PAGE MON TERRITOIRE */
#block-views-block-siges-block-1 h2,
#block-views-block-siges-block-1 header {
    max-width: 1376px;
    margin: 0 auto;
    padding: 0 2.25rem 1rem;
}
#block-views-block-siges-block-1 h2 {
    font-size: 16px;
}
.siges {
    display: grid;
    grid-template-columns: 240px 1fr;
    padding: 1rem 0;
}
.siges .views-field-field-image-promoted {
    grid-column: 1;
    grid-row: 1 / 4;
}

.siges .views-field-field-image-promoted img {
    border: 1px solid var(--gray);
    width: 207px;
}
.siges .views-field-title {
    position: relative;
    margin-bottom: 1rem;
}
.siges .views-field-title::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background-color: var(--primary);
    width: 34px;
    height: 4px;
    content: "";
}
.siges .views-field-title a {
    line-height: 22px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
}
.siges .views-field-field-chapo {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 1rem;
}

/* PAGE ACCUEIL SIGES */
.anchor {
    display: block;
    height: 134px; /*same height as header*/
    margin-top: -134px; /*same height as header*/
    visibility: hidden;
}
#block-menuflottant {
    position: fixed;
    padding: 0;
    background-color: unset;
    border: 0;
    max-height: unset;
    max-width: 326px;
}
#block-menuflottant .like-h2 {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
}
#block-menuflottant a {
    text-decoration: none;
    font-weight: 700;
}
#block-menuflottant a:hover {
    color: var(--primary);
}
#block-menuflottant .like-h2::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    background-color: rgba(55,69,88,1);
    width: 45px;
    height: 4px;
    content: "";
}
#block-views-block-actualites-block-siges--2 {display: none;}
.entete-siges {
    display: flex;
    align-items: center;
}
.entete-siges h1 {
    flex: 1;
    padding-left: 2rem;
    padding-right: 2rem;
}
.entete-siges .partenaire-siges {
    display: none;
}
.partenaire-siges {
    float: right;
    padding-top: 7px;
}
.partenaire-siges img {
    height: 50px;
    width: auto;
}
.banner-siges .banner-img {
    display: block;
}
.bk-tooltip-img__wrapper .original {
    display: none !important;
}
.banner-siges .bk-tooltip-img {display: none;}
#block-views-block-actualites-block-siges {
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    border-radius: 0 0 20px 20px;
    margin-bottom: 2rem;
}
.entete-actualite-regionales {
    display: flex;
    align-items: center;
}
.entete-actualite-regionales h2 {
    margin-top: 27px;
    flex: 1;
    font-size: 18px;
}
.entete-actualite-regionales .more-link a {
    font-size: 14px;
    color: var(--primary);
}
.paragraph--view-mode--default {
    max-width: 1304px;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    border-radius: 20px;
    margin-bottom: 2rem;
    padding: 2.25rem 0 !important;
}
.paragraph--view-mode--default.paragraph-accordeon:not(.open) {
    padding-bottom: 0 !important;
}
.paragraph--view-mode--default h2 {
    font-size: 18px;
    margin-bottom: 2.25rem;
}
.accordion-header {
    position: relative;
    padding: 2.25rem 0;
    margin-top: -2.25rem;
    margin-bottom: 0 !important;
    cursor: pointer;
    padding-right: 1rem;
}
.accordion-header::after {
    content: url('../img/chevron-accordeon.png');
    position: absolute;
    top: 2.25rem;
    right: 0;
}
.open.accordion-header::after {
    transform: rotate(180deg);
}
.paragraph-menu-siges .small-edito-content,
.page-content-wrapper .small-edito-content {
    width: 100%;
}
.menu-siges {
    display: flex;
    gap: 2rem;
}
.menu-siges a {
    flex: 1;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: var(--primary);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    padding: 25px 0;
}
.menu-siges img {
    height: 36px;
}
.content-siges .full-width {
    width: unset;
}
.content-siges .bk-liens li a .icon {
    width: 1rem;
    margin-right: 0;
}
.content-siges ul,
.content-siges .bk-liens li {
    margin-bottom: 0;
  }
.content-siges .icon-link::before {
    content: "•";
}

.bk-img-text .img-wrapper {
    width: unset !important;
}
.bk-zone-title .zt-chapo {
  font-size: 1.4em;
  line-height: 1.4;
}

/* PAGE SOMMAIRE */
.bk-rubrique {
    box-shadow: unset;
    background: none;
}
.bk-rubrique .rubrique-img-wrapper {
    height: auto;
    padding-bottom: 0;
}
.bk-rubrique .bk-tooltip-img__wrapper {
    display: flex;
    justify-content: center;
}
.bk-rubrique .rubrique-img-wrapper img {
    width: 100px;
    margin: 0 auto 15px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}
.bk-rubrique .rubrique-content {
    padding: 0 4rem;
    display: grid;
    text-align: center;
}
.bk-rubrique .rubrique-content .rubrique-title {
    font-size: 18px;
}
.bk-slider-images .swiper-container {
    max-width: 834px;
}

/* FORMULAIRES */
.form-item--label,
.bk-formulaire form .field-wrapper label {
  font-weight: 700;
  margin-left: 0;
}
.custom-fields [type="radio"] + label::before {
  width: 1.5rem;
  height: 1.5rem;
  top: 0px;
}
.custom-fields [type="radio"] + label::after { 
  top: .5rem;
  left: .4375rem;
}
.bk-formulaire .form-actions {
  margin-bottom: 1.375rem;
}

@media (min-width: 61em) {
  .gin--horizontal-toolbar #toolbar-administration {
    z-index: 1002 !important;
  }
}
