@charset "UTF-8";
/*
$is-rem:     not $lte-ie8 !default;
$is-flexbox: not $lte-ie8 !default;*/
#access-links {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 0.75em;
  line-height: 1;
  height: 0;
}
#access-links a {
  display: inline-block;
  padding: 7.5px;
}
#access-links a:focus {
  font-weight: bold;
  background: #0C4CA3;
  color: #FFFFFF;
}

.bg-motif {
  background: url("/themes/custom/alpc_eu/css/../images/icons/motif_bg.png") repeat;
  background-size: 106px 174px;
  color: #FFFFFF;
  padding: 0;
}
.bg-motif h4 {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.bg-motif a:not(.button) {
  color: #FFFFFF;
}
.bg-motif a:not(.button):hover, .bg-motif a:not(.button):focus {
  text-decoration: underline !important;
}
.bg-motif .heading-block::after {
  border-top-color: #F8E910;
}
.bg-motif .heading-block h3 {
  color: #FFFFFF;
}
.bg-motif label {
  color: #FFFFFF;
}
.bg-motif .button {
  box-shadow: inset 0 0 0 1px #FFFFFF;
  background: #FFFFFF;
  color: #0C4CA3;
}
.bg-motif .button:hover, .bg-motif .button:focus {
  background: #0C4CA3;
  color: #FFFFFF;
  text-shadow: none;
}
@media (min-width: 1440px) {
  #block-webform, #block-alpc-eu-projetssoutenusinfoblock {
    width: 25%;
  }
  #block-alpc-eu-alpc-kohesio-map-block {
    width: 50%;
  }
}
.bg-motif #block-alpcprojectsblock, #block-webform, #block-alpc-eu-projetssoutenusinfoblock {
  position: relative;
  padding: 60px;
  margin-right: unset;
  margin-bottom: 0 !important;
}
#block-alpc-eu-alpc-kohesio-map-block {
  padding-top: 60px;
}
#block-alpc-eu-alpc-kohesio-map-block .heading-block {
  padding-left: 60px;
}
#block-alpc-eu-alpc-kohesio-map-block, #block-alpc-eu-projetssoutenusinfoblock {
  background: rgba(1, 40, 94, 0.5);
}
.bg-motif #block-alpcprojectsblock::before, .bg-motif #block-alpcprojectsblock::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: rgba(1, 40, 94, 0.5);
  z-index: 1;
}
@media (min-width: 61.9375em) {
  .bg-motif #block-alpcprojectsblock {
    padding: 60px 40px;
  }
  .bg-motif #block-alpcprojectsblock::before {
    content: none;
  }
  .bg-motif #block-alpcprojectsblock::after {
    left: 100%;
  }
}
@media (max-width: 61.9275em) {
  .bg-motif #block-alpcprojectsblock {
    padding: 40px 0 20px;
    width: 100%;
  }
  .bg-motif #block-alpcprojectsblock::before {
    left: 100%;
  }
  .bg-motif #block-alpcprojectsblock::after {
    right: 100%;
  }
}
@media (max-width: 47.9375em) {
  .bg-motif #block-alpcprojectsblock {
    margin-bottom: 0 !important;
  }
}

.dark h4,
.dark .widget h4 {
  color: #FFFFFF;
}
.dark .btn,
.dark .button,
.dark .footer-widgets-wrap .button {
  background: #0C4CA3;
  border: 0;
  color: #FFFFFF;
}
.dark .btn:hover, .dark .btn:focus,
.dark .button:hover,
.dark .button:focus,
.dark .footer-widgets-wrap .button:hover,
.dark .footer-widgets-wrap .button:focus {
  background: rgb(8.5028571429, 53.8514285714, 115.4971428571);
  color: #FFFFFF;
}
.dark .widget_nav_menu li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_archive li a,
.dark .widget_recent_comment li a,
.dark .widget_recent_entries li a,
.dark .widget_categories li a,
.dark .widget_pages li a,
.dark .widget_rss li a {
  color: #FFFFFF;
}
.dark .widget_nav_menu li a:hover, .dark .widget_nav_menu li a:focus,
.dark .widget_links li a:hover,
.dark .widget_links li a:focus,
.dark .widget_meta li a:hover,
.dark .widget_meta li a:focus,
.dark .widget_archive li a:hover,
.dark .widget_archive li a:focus,
.dark .widget_recent_comment li a:hover,
.dark .widget_recent_comment li a:focus,
.dark .widget_recent_entries li a:hover,
.dark .widget_recent_entries li a:focus,
.dark .widget_categories li a:hover,
.dark .widget_categories li a:focus,
.dark .widget_pages li a:hover,
.dark .widget_pages li a:focus,
.dark .widget_rss li a:hover,
.dark .widget_rss li a:focus {
  color: #F8E910;
}
.dark .copyright-links a {
  color: #FFFFFF;
}
.dark .copyright-links a:hover, .dark .copyright-links a:focus {
  color: #F8E910;
}

.well {
  background: #f1f1f1;
}
.well .fancy-title h3 {
  background: #f1f1f1;
}

html,
body {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: #0C4CA3;
}

ol {
  list-style: none;
}
ol li {
  counter-increment: ol-counter;
}
ol li::before {
  content: counter(ol-counter) " - ";
  display: inline-block;
  margin-right: 10px;
  color: #0C4CA3;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  background-color: #0C4CA3;
  color: #FFFFFF;
  padding: 15px;
  border: 1px solid #cccccc;
}
table tr:nth-child(2n) {
  background-color: #F3F6FA;
}
table td {
  border: 1px solid #cccccc;
  padding: 15px;
}

.color {
  color: #0C4CA3 !important;
}

#breadcrumb ol li::before {
  content: none;
}

.button {
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  transition: all 0.3s;
  text-shadow: none;
  background: #0C4CA3;
  color: #FFFFFF;
}
.button.button-hover, .button:hover, .button:focus {
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px #0C4CA3;
  color: #0C4CA3;
}
.button.button-hover {
  box-shadow: inset 0 0 0 1px #cccccc;
}
.button.button-hover:hover {
  box-shadow: inset 0 0 0 1px #0C4CA3;
}
.button-yellow {
  background: #F8E910;
  color: #0C4CA3;
}
.button-yellow:hover, .button-yellow:focus {
  background: #0C4CA3;
  color: #FFFFFF;
}
.button.button-dark:hover, .button.button-dark:focus {
  background: #FFFFFF;
}
.button.button-reveal i {
  height: 50px;
  line-height: 50px;
}

.btn-link {
  color: #0C4CA3;
}
.btn-link:hover, .btn-link:focus {
  color: #01285E;
}

#gotoTop:hover, #gotoTop:focus {
  background: #0C4CA3;
}

.counter.counter-lined {
  color: #0C4CA3;
}
.counter.counter-lined + h5::before {
  border-top-color: #F8E910;
}

#ui-datepicker-div {
  background: #FFFFFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.ui-datepicker td a,
.ui-datepicker td span {
  text-align: center;
}
.ui-datepicker td a:hover,
.ui-datepicker td span:hover {
  background-color: #F8E910;
}
.ui-datepicker td.ui-datepicker-current-day a {
  background: #333;
  color: #FFFFFF;
}
.ui-datepicker td.ui-datepicker-week-end a {
  background: #eeeeee;
}
.ui-datepicker td.ui-datepicker-today a {
  background: #01285E;
  color: #FFFFFF;
  font-weight: bold;
}

.ui-datepicker-prev {
  background-image: url("/themes/custom/alpc_eu/css/../images/svg/stripex16.svg");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
.ui-datepicker-prev span {
  display: none;
}

.ui-datepicker-next {
  background-image: url("/themes/custom/alpc_eu/css/../images/svg/stripex16.svg");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ui-datepicker-next span {
  display: none;
}

.entry-title h2 a:hover, .entry-title h2 a:focus {
  color: #0C4CA3;
}

.entry-meta li i {
  color: #0C4CA3;
}

.facet-item a:hover, .facet-item a:focus {
  font-weight: bold;
}
.facet-item a.is-active {
  font-weight: bold;
  color: #0C4CA3;
}

.flexslider ol li::before {
  content: none;
}

input,
button,
select,
textarea {
  width: 100%;
  color: #4A4A4A;
}

.checkbox-style:checked + .checkbox-style-1-label::before {
  background: #0C4CA3;
}

.webform-submission-form legend {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 10px;
  cursor: pointer;
  width: auto;
  border: none;
}

.form-managed-file .description {
  font-size: 12px;
  font-style: italic;
  color: #949b9f;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
.kv-fileinput-caption,
form .btn,
form button,
select {
  height: 40px;
}

.icon-map-marker2 {
  color: #0C4CA3;
}

.list-group li {
  padding-left: 15px;
  border: none;
  border-top: 1px solid #dddddd;
}
.list-group li:last-child {
  border-bottom: 1px solid #dddddd;
}
.list-group li i {
  color: #0C4CA3;
  margin: 0 15px !important;
}
.list-group .file a {
  color: #4A4A4A;
}

.media_link {
  padding-left: 0 !important;
  color: #4A4A4A;
  background: none !important;
}
.media_link figure {
  position: relative;
}
.media_link figure::before {
  position: absolute;
  bottom: 1.5rem;
  top: auto;
  left: 0;
  right: 0;
  z-index: 10;
  content: "En savoir plus";
  background: rgba(0, 0, 0, 0.65);
  background-size: 16px 16px;
  padding: 0.625rem;
  color: #FFFFFF;
}
.masonry-thumbs .media_link figure::before, .slide .media_link figure::before {
  bottom: 0;
}
.media_link[target=_blank] figure::before {
  background: url(/themes/custom/alpc_eu/css/../images/svg/lien-ext.svg) no-repeat 15px center rgba(0, 0, 0, 0.65);
  background-size: 16px 16px;
  padding: 0.625rem 0.625rem 0.625rem 2.8125rem;
}
.media_link[target=_blank] figure::after {
  background: url(/themes/custom/alpc_eu/css/../images/svg/lien-ext.svg) no-repeat center center rgba(0, 0, 0, 0.65);
}
.media_link:hover figure::before {
  display: none;
}
.media_link:hover figure::after {
  display: block;
}

.mpost .entry-title h4 {
  font-size: 18px;
}
.mpost .entry-title h4 a {
  color: #0C4CA3;
}
.mpost .entry-title h4 a:hover, .mpost .entry-title h4 a:focus {
  color: #01285E;
  text-decoration: underline !important;
}
.mpost .entry-meta li {
  font-style: normal;
}
.mpost .entry-meta li i {
  color: #0C4CA3;
}

@media (min-width: 61.9375em) {
  #primary-menu {
    float: none;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    /* menu écran large */
  }
  #primary-menu > ul {
    float: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  #primary-menu > ul li {
    float: none;
  }
  #primary-menu > ul li:last-child {
    flex-grow: 1;
    align-self: center;
    display: flex;
  }
  #primary-menu > ul li:last-child a {
    border-radius: 4px;
  }
  #primary-menu > ul li > a {
    color: #0C4CA3;
    font-size: 14px;
  }
  #primary-menu > ul li .button {
    padding: 0 22px !important;
    transition: all 0.3s;
    line-height: 50px;
  }
  #primary-menu > ul li:hover > a:not(.button), #primary-menu > ul li:focus > a:not(.button) {
    color: rgb(8.5028571429, 53.8514285714, 115.4971428571);
    text-decoration: underline !important;
  }
  #primary-menu > ul li:hover > .button-yellow, #primary-menu > ul li:focus > .button-yellow {
    color: #FFFFFF;
  }
  #primary-menu > ul li > span {
    color: #0C4CA3;
    font-size: 14px;
    cursor: pointer;
  }
  #primary-menu > ul ul li.menuparent > span {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: "Lato", sans-serif;
    transition: all 0.2s ease-in-out;
  }
  #primary-menu > ul#superfish-menu-principal-deroulant > li:last-child {
    flex-grow: 1;
    align-self: center;
    display: flex;
    justify-content: flex-end;
  }
  #primary-menu > ul#superfish-menu-principal-deroulant > li:last-child a {
    padding: 15px 30px;
    border-radius: 4px;
  }
  #primary-menu > ul#superfish-menu-principal-deroulant > li:last-child a:hover {
    text-decoration: none !important;
  }
  #primary-menu .sf-depth-1 ul {
    top: 80% !important;
    border-top: 2px solid #0A4CA3 !important;
  }
  #primary-menu .show {
    display: inherit !important;
  }
}

#superfish-menu-principal-deroulant {
  z-index: 1;
}

.submenu-nav {
  background: #F3F6FA;
  border-top: 4px solid #0C4CA3 !important;
  padding: 30px 15px;
  margin-bottom: 30px;
}
.submenu-nav h4 a {
  color: #000000;
}
.submenu-nav h4 i {
  color: #0C4CA3;
  position: relative;
  top: 1px;
}
.submenu-nav a {
  color: #4A4A4A;
}
.submenu-nav a.is-active {
  font-weight: bold;
  color: #0C4CA3;
}
.submenu-nav a:hover {
  text-decoration: underline !important;
  color: #0C4CA3;
}
.submenu-nav ul {
  list-style: none;
  margin-bottom: 0;
}
.submenu-nav ul li {
  margin-bottom: 0.9375em;
}
.submenu-nav ul li:last-child {
  margin-bottom: 0;
}
.submenu-nav ul li::before {
  content: "〉";
  color: #0C4CA3;
  font-weight: bold;
  font-size: 12px;
}
.submenu-nav ul li ul {
  padding-left: 15px;
}
.submenu-nav ul li ul li {
  font-size: 14px;
}
.submenu-nav ul li ul li::before {
  content: "- ";
  font-size: 18px;
  color: #555555;
  top: 2px;
  position: relative;
  font-weight: normal;
}

.pagination > li > a {
  color: #0C4CA3 !important;
  padding: 8px 15px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  background: #0C4CA3 !important;
  border-color: #0C4CA3 !important;
  color: #FFFFFF !important;
}

.panel-default > .panel-heading {
  background: #0C4CA3;
  color: #FFFFFF;
  border: 0;
  margin: -1px -1px 0;
}

.section {
  overflow: unset;
}
.section.full-screen {
  height: auto !important;
  padding: 0;
}
.section.full-screen .divcenter {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  color: #4A4A4A;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  background-color: #0C4CA3;
  color: #FFFFFF;
}

.skills li .progress {
  background-color: #F8E910;
}

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
  border-top: 4px solid #F8E910;
  color: #0C4CA3;
}

.tagcloud a {
  color: #4B9747;
  border-color: #4B9747;
}
.tagcloud a:hover, .tagcloud a:focus {
  background: #4B9747;
  border-color: #4B9747 !important;
  color: #FFFFFF !important;
}

.testimonial .flex-control-nav li a {
  background-color: #0C4CA3;
}

.toggle .togglet {
  color: #0C4CA3;
}

#top-bar {
  background: #0C4CA3;
  color: #FFFFFF;
}

.top-links ul li {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.top-links li:hover {
  background: none;
}
.top-links li > a {
  color: #FFFFFF;
  transition: all 0.3s;
}
.top-links li > a:hover, .top-links li > a:focus {
  background: rgb(8.5028571429, 53.8514285714, 115.4971428571);
}

.contextual-region.col_one_third.block-content .widget h4 {
  margin-top: 25px;
}

#alpcgraphblock1 .bottommargin:nth-child(2) .progress-percent {
  min-width: 120px;
  right: -60px;
}

#alpcgraphblock1 .bottommargin:nth-child(1) .progress-percent {
  min-width: 110px;
  right: -55px;
}

@media (max-width: 480px) {
  #alpcgraphblock1 .bottommargin:nth-child(2) .progress-percent {
    right: -80px !important;
  }
  #alpcgraphblock1 .bottommargin:nth-child(2) .progress-percent::before {
    left: 33% !important;
  }
  #alpcgraphblock1 .bottommargin:nth-child(2) .progress-percent::after {
    left: 33% !important;
  }
}
#block-alpcmentioncommune p {
  text-align: center;
  margin-bottom: 0;
  padding-right: 55px;
  font-style: italic;
}

#block-phrasepieddepage {
  margin-top: 30px;
}

#block-phrasepieddepage p {
  margin-bottom: 0;
}

.alpc_paragraphe_image_seule_align .general_content_img .inner_content_img_size_1,
.alpc_paragraphe_bloc_txt_img_align .general_content_img .inner_content_img_txt_size_1 {
  width: 220px;
}

.alpc_paragraphe_image_seule_align .general_content_img .inner_content_img_size_2,
.alpc_paragraphe_bloc_txt_img_align .general_content_img .inner_content_img_txt_size_2 {
  width: 350px;
}

.alpc_paragraphe_image_seule_align .general_content_img .inner_content_img_size_3,
.alpc_paragraphe_bloc_txt_img_align .general_content_img .inner_content_img_txt_size_3 {
  width: 480px;
}

.alpc_paragraphe_bloc_txt_img_align .general_content_img .inner_content_txt_size_1 {
  width: 580px;
}

.alpc_paragraphe_bloc_txt_img_align .general_content_img .inner_content_txt_size_2 {
  width: 450px;
}

.alpc_paragraphe_bloc_txt_img_align .general_content_img .inner_content_txt_size_3 {
  width: 320px;
}

.alpc_paragraphe_image_seule_align .general_content_img .inner_content_img_size_4 {
  width: 100%;
}

.alpc_paragraphe_image_seule_align .general_content_img .inner_content_img_align_1 {
  margin: 0 auto;
}

.alpc_paragraphe_image_seule_align .general_content_img .inner_content_img_align_2 {
  margin: 0 auto 0 0;
}

.alpc_paragraphe_image_seule_align .general_content_img .inner_content_img_align_3 {
  margin: 0 0 0 auto;
}

.alpc_paragraphe_bloc_txt_img_align .general_content_img .inner_content_img_txt_align_1 {
  float: left;
}

.alpc_paragraphe_bloc_txt_img_align .general_content_img .inner_content_img_txt_align_2 {
  float: right;
}

/***************************************************
******** Modifications CSS EUROPE Home PAGE ********
***************************************************/
/* 1/ Menu */
#top-search form {
  height: 100px !important;
  top: inherit;
  bottom: 0;
}

#logo {
  height: 130px;
}

#logo img {
  margin: 10px auto 0;
}

@media (min-width: 480px) {
  #logo {
    height: 160px;
  }
}
@media (min-width: 560px) {
  #logo img {
    height: 55px;
  }
}
@media (min-width: 768px) {
  #logo {
    height: 100px;
  }
  #logo .main-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }
  #logo .main-logo img {
    height: 65px;
  }
}
@media (min-width: 991px) {
  #logo .main-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
  #logo img {
    margin: 0;
  }
  #header.sticky-header,
  #header.sticky-header #header-wrap {
    height: 200px !important;
  }
  #header.sticky-header:not(.static-sticky) #primary-menu > ul > li:last-child > a {
    padding: 15px 30px;
  }
  #header.sticky-header #logo img {
    height: 65px !important;
  }
  .inner {
    position: relative;
    flex-direction: column;
  }
  #logo {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home h1#logo {
    margin-left: -15px;
  }
  #logo a:first-child img {
    margin-right: 30px;
  }
  #primary-menu #superfish-menu-principal-deroulant li .sf-depth-1 {
    padding-left: 0px;
    padding-right: 30px;
    font-size: 12px;
  }
  #header.sticky-header #superfish-menu-principal-deroulant {
    height: 100px !important;
  }
  #header.sticky-header:not(.static-sticky) #top-search {
    margin: 40px 0 40px 15px !important;
  }
}
/* Container Réalisations attendues en NAQ */
/* 1/ Liste */
@media (min-width: 991px) {
  .fancy-title.title-double-border:before,
  .fancy-title.title-border:before,
  .fancy-title.title-border-color:before {
    width: 100%;
    left: 0;
    right: auto;
  }
  #block-alpcobjectifblock {
    width: 100%;
  }
  .section.notopborder.nomargin.noborder.nobg > .container.clearfix {
    display: flex;
    flex-direction: column;
  }
  .container.clearfix > #block-alpcgraphblock {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .container.clearfix > #block-alpcgraphblock #alpcgraphblock1,
  .container.clearfix > #block-alpcgraphblock #alpcgraphblock2 {
    width: 30.63%;
  }
}
/* Section pictos */
.picto-grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.picto-grid a figure {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.picto-grid a figure img {
  width: 80%;
}

.picto-grid .picto-grid__title {
  max-width: 90%;
  text-align: center;
  color: #5E5E5E;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  font-family: "Raleway", sans-serif;
}

/*  Responsive  */
@media (min-width: 480px) {
  .picto-grid {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .picto-grid ul li {
    max-width: 25%;
  }
  .picto-grid a {
    margin-bottom: 30px;
  }
  figure {
    margin-bottom: 10px;
  }
  .picto-grid .picto-grid__title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .picto-grid a {
    margin-bottom: 30px;
  }
  .picto-grid .picto-grid__title {
    font-size: 22px;
    line-height: 26px;
  }
}
/*
 * Modification ajout hover et réorganisation grille
 */
.picto-grid ul {
  position: relative;
  clear: both;
  float: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 3%;
}

.picto-grid ul li {
  padding: 20px 5px 10px;
  list-style: none;
  max-width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f1f1f1;
  margin-right: 20px;
}

.picto-grid ul li:nth-child(2n) {
  margin-right: 0px;
}

.picto-grid ul li .picto-grid__title {
  max-width: 250px;
}

.picto-grid ul li:hover img,
.picto-grid ul li:hover span {
  filter: brightness(0) invert(1);
}

/* changement couleur icons au hover */
.picto-grid ul #transition:hover {
  background-color: #359690;
}

.picto-grid ul #cooperation:hover {
  background-color: #A366B2;
}

.picto-grid ul #developpement:hover {
  background-color: #7E9AB3;
}

.picto-grid ul #numerique:hover {
  background-color: #CA5C9B;
}

.picto-grid ul #peche:hover {
  background-color: #45A0C8;
}

.picto-grid ul #agriculture:hover {
  background-color: #23B36B;
}

.picto-grid ul #innovation:hover {
  background-color: #DD5E5E;
}

.picto-grid ul #formation:hover {
  background-color: #F4B658;
}

/******** Modification ajout hover et réorganisation grille - Responsive  */
@media (min-width: 768px) {
  .picto-grid ul li {
    max-width: calc(25% - 15px);
  }
  .picto-grid ul li:nth-child(2n) {
    margin-right: 20px;
  }
  .picto-grid ul li:nth-child(4n) {
    margin-right: 0;
  }
  .picto-grid ul li .picto-grid__title {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .picto-grid ul li .picto-grid__title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .picto-grid ul li .picto-grid__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  #header.sticky-header:not(.static-sticky) {
    /* height: 200px !important; */
  }
}
.button-openagenda {
  margin-bottom: 45px;
}

.oa-event.oa-event--list:hover {
  box-shadow: none;
  color: inherit;
  background: #f1f1f1;
}

.legende-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.legende-rectangle {
  width: 40px;
  height: 20px;
  background-color: #CEE5F2;
  margin-right: 10px;
}

.legende-texte {
  font-size: 14px;
}

.div-colored {
  background-color: #CEE5F2 !important; /* Remplacez par la couleur que vous souhaitez */
}

@media (min-width: 768px) {
  .container-flex-list {
    display: flex;
    justify-content: space-between;
  }
}
.section-list-link {
  position: relative;
  margin-bottom: 20px; /* Ajustez si nécessaire */
}

.section-list-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
  background: url("/themes/custom/alpc_eu/images/icons/motif_bg.png") repeat;
  background-size: auto;
  background-size: 106px 174px;
  color: #FFFFFF;
  padding: 0;
}

.section-list-link .heading-block h3 {
  color: #FFFFFF;
  font-size: 26px;
}

.section-list-link .heading-block::after {
  border-top-color: #F8E910;
}

.section-list-link .button {
  box-shadow: inset 0 0 0 1px #FFFFFF;
  background: #FFFFFF;
  color: #0C4CA3;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.section-list-link .button:hover {
  background: #0C4CA3;
  color: #FFFFFF;
  text-shadow: none;
  box-shadow: inset 0 0 0 1px #0C4CA3;
}

.section-list-link .container {
  padding-left: 0px !important;
}

@media (min-width: 61.9275em) {
  .section-list-link #block-alpcprojectsblock::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: rgba(1, 40, 94, 0.5);
    z-index: 1;
    left: 100%;
  }
  .section-list-link #block-alpcprojectsblock {
    width: 50% !important;
  }
  .section-list-link .col_one_third {
    width: 50% !important;
    margin-right: 0% !important;
  }
  .section-list-link .col_one_third .heading-block {
    padding-top: 60px;
  }
}
.section-list-link #block-alpcprojectsblock {
  position: relative;
  background: rgba(1, 40, 94, 0.5);
  padding: 60px 40px;
  padding-right: 0px;
}

.section-list-link {
  padding: inherit !important;
}

@media (max-width: 61.9275em) {
  .section-list-link #block-alpcprojectsblock {
    padding: 40px 0 20px;
    width: 100%;
    margin-bottom: 0px !important;
  }
  .section-list-link .contextual-region {
    padding: 40px 0 0;
    width: 100%;
  }
  .section-list-link #block-alpcprojectsblock::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: rgba(1, 40, 94, 0.5);
    z-index: 1;
    left: 100%;
  }
  .section-list-link #block-alpcprojectsblock::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: rgba(1, 40, 94, 0.5);
    z-index: 1;
    right: 100%;
  }
}
.selectpicker {
  visibility: hidden; /* Cachez l'élément initialement */
}

.selectpicker.initialized {
  visibility: visible; /* Affichez l'élément après l'initialisation */
}

.title-block {
  border-left-color: #0C4CA3;
}

#eu-cookie-compliance {
  background-color: #4B9747;
  color: #FFFFFF;
  border-top-color: #4B9747;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  z-index: 999;
  transition: all 0.3s;
}
#eu-cookie-compliance .button {
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  color: #4B9747;
  border: 1px solid #4B9747;
}
#eu-cookie-compliance .button i {
  height: 40px;
  line-height: 40px;
}
#eu-cookie-compliance .button:hover, #eu-cookie-compliance .button:focus {
  box-shadow: none;
  border-color: #FFFFFF;
  background: #4B9747 !important;
  color: #FFFFFF;
}
#eu-cookie-compliance a:not(.button) {
  color: #FFFFFF;
  text-decoration: underline !important;
}
#eu-cookie-compliance a:not(.button):hover, #eu-cookie-compliance a:not(.button):focus {
  text-decoration: none !important;
}
@media (max-width: 61.9375em) {
  #eu-cookie-compliance #popup-text,
  #eu-cookie-compliance #popup-buttons {
    margin: 10px 0 !important;
  }
}

.events .entry-content p {
  margin: 0;
}
.events .readmore {
  margin-top: 15px !important;
}
.events .eusub-link {
  font-size: 16px;
}
.events .eusub-link a {
  transition: all 0.3s;
}
.events .eusub-link a:hover, .events .eusub-link a:focus {
  padding-left: 15px;
}

.copyrights-menu .social-icon {
  float: right;
}

#footer span.required {
  color: #F8E910;
}

html,
body {
  overflow-x: hidden;
}

* {
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style-position: inside;
}

.alpc-bgcolor {
  background-color: #f1f1f1;
}

.topmargin-xs {
  margin-top: 0.9375rem;
}

.bottommargin-xs {
  margin-bottom: 0.9375rem;
}

[data-bgcolor] a {
  display: block;
}

.g-recaptcha {
  margin-bottom: 1.875rem;
}

.sitemap .sitemap-box-menu h2 {
  display: none;
}
.sitemap .sitemap-box-menu ul li {
  background: url("/themes/custom/alpc_eu/css/../images/icons/widget-link.png") left 1px no-repeat;
  list-style: none;
  padding-left: 15px;
}

.portfolio-notitle .portfolio-desc {
  background-color: #0C4CA3;
}
.portfolio-notitle .portfolio-desc span {
  margin-top: 0;
}
.portfolio-notitle .portfolio-desc span a {
  color: #FFFFFF;
}

.heading-block::after {
  border-color: #0C4CA3;
  margin-top: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

.widget h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}

.skills li .progress-percent {
  right: -15px;
}

@media (max-width: 46.24em) {
  .content-wrap {
    padding: 40px 0;
  }
}
#header {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  z-index: 200;
}
#header #top-search #edit-actions {
  display: none;
}
#header.sticky-header #logo img {
  margin-top: 0;
}
#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap {
  top: 80px;
}

@media (min-width: 61.9375em) {
  #header-wrap .inner {
    display: flex;
  }
}
#logo {
  float: none;
}
#logo img {
  height: 86px;
  margin-top: 7px;
}
@media (max-width: 46.24em) {
  #logo img {
    margin: 0 auto;
  }
}
@media (max-width: 34.99em) {
  #logo img {
    max-width: 65%;
    height: auto;
    margin: 30px auto 0;
  }
}

#top-search {
  float: none;
}
#top-search form .form-actions {
  display: none;
}
#top-search form input {
  font-size: 18px;
}
.sticky-header #top-search label {
  margin-bottom: 0;
}
.sticky-header #top-search input {
  padding: 0 0 0 20px;
}

#breadcrumb ol {
  list-style: none;
  margin: 0;
  display: flex;
}
@media (max-width: 46.24em) {
  #breadcrumb ol {
    flex-direction: column;
    text-align: left;
  }
}
#breadcrumb ol li {
  margin-right: 7.5px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 46.24em) {
  #breadcrumb ol li {
    width: 100%;
  }
}
#breadcrumb ol li::after {
  content: " > ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#breadcrumb ol li:last-child::after {
  display: none;
}

.not-logged-in #page-menu {
  display: none;
}

#page-menu-wrap {
  background: #0C4CA3;
}

.home h1#logo {
  margin: 0 60px 0 0;
}
.home #page-title {
  display: none;
}
.home .carousel-caption {
  padding: 0;
  left: 10%;
  right: 10%;
  bottom: 25px;
  z-index: 2;
}
.home .carousel-caption h4 {
  margin: 0;
  line-height: 1.5;
}
.home .carousel-caption h4 a {
  color: #FFFFFF;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.home .carousel-caption h4 a:hover, .home .carousel-caption h4 a:focus {
  text-decoration: underline !important;
}
.home .entry-image.big {
  position: relative;
}
@media (min-width: 61.9375em) {
  .home .entry-image.big h4 {
    font-size: 36px;
  }
  .home .entry-image.big .carousel-caption {
    bottom: 50px;
  }
}
.home .entry-title {
  font-size: 18px;
  font-weight: 600;
}
.home .entry-meta i {
  color: #0C4CA3;
  margin-right: 10px;
}
.home .entry-meta span {
  font-style: normal;
}

@media (max-width: 61.9275em) {
  #block-alpcgraphblock,
  #block-alpcobjectifblock {
    width: 100%;
  }
}
.entry-meta.appel-projets {
  margin-bottom: 0;
}
.entry-meta.appel-projets li::before {
  display: none;
}

a.print__link .i-rounded,
a.print__link .i-plain,
a.print__link .i-circled,
a.print__link .i-bordered,
a.print__link .social-icon {
  float: none;
}

article .description {
  display: block;
  font-weight: 300;
  color: #4A4A4A;
  font-size: 1.375em;
}
article #node-project-map {
  height: 300px;
}
article #node-project-map #info_bubble #info_content h1 {
  font-size: 16px;
}
article .ck {
  overflow-x: auto;
}
article .ck a {
  text-decoration: underline;
}
article .ck a[target=_blank] {
  padding-left: 1.25em;
  background: url("/themes/custom/alpc_eu/css/../images/icons/external-link.png") no-repeat left center;
}
article .ck a.button.button-rounded.button-small {
  background: #0C4CA3;
}
article .ck a.button.button-rounded.button-small:hover {
  background: #FFFFFF;
  border: solid 1px #0C4CA3;
  color: #0C4CA3;
}
article .ck p {
  margin-bottom: 15px;
}
article .ck ol {
  padding-left: 30px;
  margin-bottom: 15px;
}
article .ck ul {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 15px;
}
article .ck ul li::before {
  content: "〉";
  color: #0C4CA3;
  font-weight: bold;
  font-size: 12px;
}
article .ck table {
  max-width: 100%;
  min-width: 667px;
  margin-bottom: 15px;
}
article .tagcloud.fright {
  float: none !important;
  width: 100%;
  margin-bottom: 1.875em;
}
article .toggle {
  clear: both;
}

.page-node-type-alpc-heading .heading-block::after {
  border-color: #0C4CA3;
  margin-top: 15px;
}
.page-node-type-alpc-heading .heading-block h2 {
  font-weight: 500;
}
.page-node-type-alpc-heading .bg-motif .heading-block::after {
  border-color: #F8E910;
}

.toggle-bg .togglet {
  margin-bottom: 1px;
}
.toggle-bg .togglec .list-group {
  padding: 0;
}
.toggle-bg .togglec .list-group-item {
  border: none;
  padding: 7.5px 0;
}
.toggle-bg .togglec .list-group-item::before {
  display: none;
}
.toggle-bg .togglec .list-group-item i {
  margin-left: 0 !important;
}
.toggle-bg .togglec .file a[target=_blank] {
  padding: 0;
  background: none;
}

.masonry-thumbs .media_link,
.masonry-thumbs [data-lightbox=gallery-item] {
  padding-bottom: 1px;
}
.masonry-thumbs .media_link figure,
.masonry-thumbs [data-lightbox=gallery-item] figure {
  position: relative;
}
.masonry-thumbs .media_link figure img,
.masonry-thumbs [data-lightbox=gallery-item] figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: optimizeQuality;
}
.masonry-thumbs .media_link figcaption,
.masonry-thumbs [data-lightbox=gallery-item] figcaption {
  display: none;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 0;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.25);
}
.masonry-thumbs .media_link figcaption > span,
.masonry-thumbs [data-lightbox=gallery-item] figcaption > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: block;
  text-align: right;
  font-size: 0.85em;
}
.masonry-thumbs .media_link:hover figcaption,
.masonry-thumbs [data-lightbox=gallery-item]:hover figcaption {
  display: block;
}

.slide figure {
  position: relative;
  display: block;
}
.slide figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: optimizeQuality;
  width: auto !important;
}
.slide figure figcaption {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.25);
}
.slide figure figcaption > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: block;
  text-align: right;
  font-size: 0.85em;
}
.slide figure figcaption > span p,
.slide figure figcaption > span ol,
.slide figure figcaption > span ul {
  margin: 0;
}
.slide figure:hover figcaption {
  display: block;
}

.twitter-block {
  padding: 1.875em 0;
}

.post-grid .entry-image .partner-logo img {
  width: auto;
  max-width: 100%;
}

.panel {
  margin-bottom: 30px;
}

.file span {
  color: #0C4CA3;
  font-weight: 700;
}

.home .carousel-caption h4.paragraph--gallery-img-title {
  color: #FFFFFF;
  font-family: "Raleway";
}

.masonry-thumbs a.media_img_link_gallery {
  position: relative;
}
.masonry-thumbs .prg_img_title {
  position: absolute;
  bottom: 30px;
  color: #FFFFFF;
  right: 10%;
  left: 10%;
  font-size: 30px;
}
.masonry-thumbs .prg_img_title:hover {
  font-weight: 500;
  text-decoration: underline;
}
.masonry-thumbs.col-3 .prg_img_title {
  font-size: 25px;
  bottom: 30px;
}
.masonry-thumbs.col-4 .prg_img_title {
  font-size: 20px;
  bottom: 15px;
}

@media (min-width: 46.25em) {
  .prg-right div:first-child {
    float: right;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 46.25em) {
  .prg-left div:first-child {
    float: left;
    margin-bottom: 0 !important;
  }
}

.sidebar-widgets-wrap .widget {
  padding-top: 30px;
  margin-top: 30px;
}
.sidebar-widgets-wrap .widget:first-child {
  margin-top: 0;
}

.views-exposed-form-wrapper {
  margin-top: 0;
  margin-bottom: 1.875rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  overflow: inherit;
}
.views-exposed-form-wrapper form {
  margin-bottom: 0;
}
.views-exposed-form-wrapper form #edit-actions {
  clear: both;
  width: 100%;
  text-align: center;
}
.views-exposed-form-wrapper form input[type=submit] {
  width: auto;
}
.views-exposed-form-wrapper .col_one_fourth:nth-child(4n) {
  margin-right: 0;
}
.views-exposed-form-wrapper .col_one_third:nth-child(3n) {
  margin-right: 0;
}
.views-exposed-form-wrapper .col_half:nth-child(2n) {
  margin-right: 0;
}

.events .entry-meta .label,
.views-row .entry-meta .label {
  font-weight: 500;
}
.events .entry-meta li,
.views-row .entry-meta li {
  margin-bottom: 0;
}
.events .entry-meta li::before,
.views-row .entry-meta li::before {
  display: none;
}
.events .tagcloud,
.views-row .tagcloud {
  max-width: 66.6666666667%;
  margin-top: 25px;
}
.events .tagcloud a,
.views-row .tagcloud a {
  float: right;
}

.views-result-count h2 {
  font-weight: normal !important;
}

.views-block-title {
  margin-bottom: 30px;
}
.views-block-title h1,
.views-block-title h2,
.views-block-title h3,
.views-block-title h4 {
  color: #0C4CA3;
}

.spost:first-child {
  border-top: none;
}
.spost .entry-meta li {
  float: none;
}

.flex-list {
  display: flex;
}

.views-element-container header p {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #4A4A4A;
  font-size: 1.375em;
}

#views-project-map {
  height: 600px;
}
#views-project-map #info_bubble #info_content h1 {
  font-size: 16px;
}

.multipleMap #info_bubble #info_content h1 {
  font-size: 16px;
  line-height: 1.2;
}

#tabs-map .legend .flex-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  list-style: none;
}
#tabs-map .legend a {
  display: block;
  padding: 15px;
  color: #979797;
  font-size: 14px;
  font-family: "Crete Round", serif;
  font-style: italic;
}
#tabs-map .legend a.marker_hidden {
  opacity: 0.4;
}
#tabs-map .legend a.marker_hidden:hover {
  opacity: 1;
}
#tabs-map .legend a.marker_hidden:hover img {
  opacity: 0.4;
}

.home .col-full .views-row.col_one_fourth:nth-child(4n) {
  margin-right: 0;
}

.flex-list-eusub .views-row {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  position: relative;
}
.flex-list-eusub .views-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #d0d0d0;
}
.flex-list-eusub .views-row:last-child::after {
  content: none;
}
.flex-list-eusub a {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
}

[data-bgcolor] a {
  position: relative;
  padding-bottom: 10px;
}
[data-bgcolor] a:hover::after, [data-bgcolor] a:focus::after {
  left: -20px;
  right: -20px;
}
[data-bgcolor] a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: currentColor;
  transition: all 0.3s;
}

.field-alpc-pr-contact-project-contact-name {
  font-weight: 700;
  padding-bottom: 10px;
}

body.path-j-ai-un-projethtml #content {
  overflow: inherit;
}
