/**
 * @file
 * Subtheme specific CSS.
 **/


a {text-decoration: none;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-top: 1rem;}

h1 {
  font-size: 2.8125rem;
  color:#00355f;
}
@media (max-width: 61.9375rem) {
  h1 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 30rem) {
  h1 {
    font-size: 1.875rem;
  }
}


h2 {
  font-size: 1.487em;
  color: #FEBD11;
}


@media (max-width: 61.9375rem) {
  h2 {
    font-size: 1.487rem;
  }
}
@media (max-width: 30rem) {
  h2 {
    font-size: 1.2rem;
  }
}

h3 {
  font-size: 1.387rem;
  color: #00355f;
}
h4 {
  font-size: 1.187rem;
  color: #00355f;
  font-weight: 500;
}


h5 {
  font-size: 1.133rem;
}
@media (max-width: 30rem) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.125rem;
}

@media all and (min-width: 35rem) {
  .node .field--type-image {
    float: unset;
    margin:0;
  }
}


.field--name-field-user-picture img,
/*.field--type-image img */{
  margin: 0;
}
.title{
  color: #FEBD11;
  background: transparent url('../images/divider.png') bottom repeat-x;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  font-size: 2.2rem;
  font-weight: 300;
} 

/*////Background and color////*/
.bg-primary {
  background-color: var(--bs-primary)!important;
}
.bg-gray {
background-color: #e9ecef !important;
}
.bg-green {
  background-color: var(--bs-green) !important;
}
.bg-green-100 {
  background-color: var(--bs-green-100) !important;
}

.bg-blue {
  background-color:#00355F !important;
}
.gray {color: #e9ecef !important;}
.green {color: #13cdc7 !important;}
.blue {color:#00355F !important;}

.bg-bleu-gris {
  background-color: #73bdca;
}
.bg-vert {
  background-color: #b9d96f;
}
.bg-orange {
  background-color: var(--bs-orange);
}
.bg-orange-100 {
  background-color: var(--bs-orange-100);
}
.bg-pink {
  background-color: #ff98b9;
}
.bg-purple {
  background-color: #ce9bee;
}
.bg-jaune-orange {
  background-color: #fdad17;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgb(0, 85, 142) !important;
}
/*////Menu/////////*/

.dropdown-toggle {
  white-space: wrap;
}
.dropdown.active > a {
  font-weight: 600;
}

.dropdown-menu {
  padding: 1.25rem 0.9375rem;
  z-index: 500;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
  background-color: inherit;
}

.dropdown-item.active, .dropdown-item:active {
  color: #13cdc7;
}

.dropdown-menu .dropdown-item > a {
  display: block;
  padding: 0.125rem 0 !important;
}
@media (max-width: 61.9375rem) {
  .dropdown-menu .dropdown-item > a {
    padding-left: 0.5rem !important;
  }
}
.dropdown-menu .dropdown-item.active > a {
  font-weight: 600;
}
@media (max-width: 61.9375rem) {
  .dropdown-menu {
    border: 0;
    padding-top: 0;
  }
}
@media (min-width: 62rem) {
  .dropdown-menu {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25) !important;
  }
}

.searchicon {
  margin: 0 0.625rem;
}
.searchicon a,
.searchicon span {
  background: url("../images/search_icon.svg") no-repeat center center/22px;
  float: left;
  height: 22px;
  text-indent: -9999px;
  width: 22px;
}
.searchicon p {
  margin: 0;
}

.appsicon {
  margin: 0 0.625rem;
}
.appsicon a {
  background: url("../images/applications-icon.svg");
  float: left;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
}
.appsicon p {
  margin: 0;
}

.menu-fa-icon {
  margin: 0 0.3125rem;
}
.menu-fa-icon .fa {
  text-decoration: none;
}
.menu-fa-icon a {
  float: left;
  height: 30px;
}
.menu-fa-icon a span {
  display: none;
}

.region-navigation-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}
.region-navigation-right .menu-fa-icon a {
  width: 30px;
}
@media (min-width: 62rem) {
  .region-navigation-right {
    margin-left: 0.625rem !important;
  }
}

.dropdown.active > a {
  font-weight: 600;
}

.dropdown-menu {
  padding: 1.25rem 0.9375rem;
  z-index: 500;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
  background-color: inherit;
}
.dropdown-menu .dropdown-item > a {
  display: block;
  padding: 0.125rem 0 !important;
}
@media (max-width: 61.9375rem) {
  .dropdown-menu .dropdown-item > a {
    padding-left: 0.5rem !important;
  }
}
.dropdown-menu .dropdown-item.active > a {
  font-weight: 600;
}
@media (max-width: 61.9375rem) {
  .dropdown-menu {
    border: 0;
    padding-top: 0;
  }
}
@media (min-width: 62rem) {
  .dropdown-menu {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25) !important;
  }
}

.dropdownsearch .contextual {
  left: 78px;
}
.dropdownsearch .dropdown-menu {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25) !important;
  left: auto;
  min-width: 350px;
  padding-top: 0.9375rem;
  right: -8px;
}
.dropdownsearch .dropdown-menu .form-control {
  border: 1px solid #c0c9d6;
  border-radius: 28px 0 0 28px;
  height: 50px;
  width: 100%;
}
.dropdownsearch .dropdown-menu .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdownsearch .dropdown-menu .form-submit {
  background-color: #052d4d;
  border: 1px solid #052d4d !important;
  border-radius: 0 28px 28px 0;
  height: 50px;
  width: 60px;
}
.dropdownsearch .dropdown-menu .form-submit:hover, .dropdownsearch .dropdown-menu .form-submit:focus {
  background-color: #10436b;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}


/*SEARCH FORM */

.path-search .main-content .search-form {
  margin-top: 1.875rem;
}
.path-search .main-content .search-form label {
  color: #5a778d;
}
.path-search .main-content .search-form .form-type-search {
  max-width: 780px;
  width: 100%;
}
.path-search .main-content .search-form .form-type-search label {
  display: none;
}
.path-search .main-content .search-form .search-advanced {
  max-width: 854px;
}

/*search block*/

//* Ajoutez une transition pour l'opacité avec une durée de 0.3s */
.search-bar {
    opacity: 0;
    
}


.form-control {}

.search-block-form, #custom-search-block-form--2 {display: flex; justify-content: space-between;flex-flow:nowrap!important;}


#toggle-search input  {
  background-size: 16px;
  border-radius: 50% !important;
  display: inline-block;
  height: 32px;
  width: 32px;
  padding: 20px;
  background-position: 12px;
}

#search-bar .content {width: 100%;}

.region-highlighted .search-block-form {padding: 2rem;}


.region-featured-top .search-block-form .form-type-search, .region-highlighted .search-block-form .form-type-search{
  display: inline-block;
  width: 100%;
}

.search-block-form .content {width: 100%}

.form-search.form-control {
  border-radius: 28px 0 0 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 56px;
  line-height: 1.875rem;
  padding: 0.625rem 1.5625rem;
  width: 100% !important;
}
.form-type-search {width: 100% }

.search-block-form .search-form .form-submit, #custom-search-block-form--2 .js-form-submit.form-submit {
    background: #16427b url("../images/search_icon_white.svg") no-repeat right 18px center;
    background-size: auto;
    -webkit-background-size: 20px 20px;
    border: 1px solid #0b203d;
    border-radius: 0 28px 28px 0 !important;
    height: 56px;
    padding: 0;
    text-indent: -9999px;
    width: 54px;
}
.custom_search-keys.form-search.form-control {border-radius: 0 !important;}

.path-search .main-content .search-form .form-submit:hover, .path-search .main-content .search-form .form-submit:focus {
  background-color: #10436b;
  outline: none;
}
.path-search .main-content .search-form #edit-basic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.path-search .main-content .search-form #edit-basic .form-control {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
}
.path-search .main-content .search-form #edit-basic .form-submit {
  background: var(--bs-primary) url("../images/search_icon_white.svg") no-repeat right 18px center;
      background-size: auto;
    -webkit-background-size: 20px 20px;
    border: 1px solid var(--bs-primary);
    border-radius: 0 28px 28px 0 !important;
    height: 56px;
    padding: 0;
    text-indent: -9999px;
    width: 54px;
}




/*---- Menu Book----*/
.menu-item.menu-item--expanded.menu-item--active-trail .menu-item.menu-item--active-trail a {
  color:#ffffff;}

.block-menu .nav.flex-column, .block-menu.sommaire .nav {padding: .5rem;}

.block-menu .nav.flex-column .nav-link, .block-menu.sommaire .nav .nav-link {
  display: inline-block;
  padding:.2rem;
  color:#fff;
}

.block-menu .nav.flex-column .nav-link::before, .block-menu.sommaire .nav .nav-link::before {
  content: "\f054";
  margin-right: 0.2em;
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  font-size: .8rem; 
}
.block-menu .nav.flex-column .nav-link:hover, .block-menu.sommaire .nav .nav-link:hover {
  color:#00355f;
}
.block-menu .nav.flex-column .menu-item--active-trail .nav-link, .block-menu.sommaire .nav .menu-item--active-trail .nav-link   {
  color: #00355f;
}



/**
/////Page d'ccueil////
**/
/* Mise en evidence*/


@media (min-width: 767px) {
  .highlighted {height: 460px;} 
  }

.highlighted{ 
  min-height: 360px;
    padding: 100px 0;
    background-image: url("../images/banner-geronto.jpg");
    background-position: center; /* Center the image*/
    background-repeat: no-repeat; /* Do not repeat the image*/
    background-size: cover; /* Resize the background image to cover the entire container */
  //background-attachment:fixed;
    position:relative;
}
.highlighted::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 3, 6, 0.57);
}

/*/////OWL//////*/

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  background: #16427b !important;
  height: 50px;
  position: absolute;
  top: 35%;
  color: #fff;}
  .owl-next {right: 0}
  .owl-prev {left: 0}

/*Overlay owl*/
#block-gerontopole-views-block-actualites-block-2 .card-img-overlay a {color:#FEBD11;}
#block-gerontopole-views-block-actualites-block-2 .card-img-overlay {
    background-color: #00000080;
   -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
} 

#block-gerontopole-views-block-actualites-block-2 .card-img-overlay:hover{background-color: #FFF;box-shadow: 0px 5px 10px -2px #00000080;}
#block-gerontopole-views-block-actualites-block-2 .card-img-overlay:hover .boutonplus {display: none;}
#block-gerontopole-views-block-actualites-block-2 a .card :hover{color: orange}





.owl-carousel .owl-item h1, .owl-carousel .owl-item h2 {
  color: #fff;
  font-size: 2rem;
  font-weight:600;
}

.owl-carousel .owl-item .field--type-image img {
  margin: 0;
}


.featured-bottom {background: #65B2BA33;}


plateforme .card-img-overlay {
    background-color: #00000080;
   -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
} 

.plateforme .card-img-overlay:hover{background-color: #FFF;box-shadow: 0px 5px 10px -2px #00000080;}
.plateforme .card-img-overlay:hover .boutonplus {display: none;}
.plateforme a .card :hover{color: orange}



/*Featured top Home*/

#block-gerontopole-views-block-actualites-block-1 .overflow-hidden.border-bottom {
  height: 160px;
}

.block-title, .home .block-title {
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px auto;
  color: #FEBD11;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}


.block-title::after, .home .block-title::after {
  position: absolute;
  margin: 0 auto;
  content: "";
  border-bottom: 4px solid #FEBD11;
  width: 10%;
  bottom: -10px;
  left: 0;
  right: 0;
}
.site-footer .block {
  border: none;
}

.site-footer__top h2 {
  border: 0;
  color: #ccc;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px auto;
  position: relative;
  display: inline-block;
  width: 100%;
}
.site-footer__top h2::after {
  position: absolute;
  margin: 0 auto;
  content: "";
  border-bottom: 2px solid #FEBD11;
  width: 10%;
  bottom: -10px;
  left: 0;
}
/*
////Components Bootstrap/////
*/

.accordion-button{
	background-color: #13cdc7;
	color:#fff;
	border-color:#13cdc7;
} 

blockquote {
  margin: 20px;
  padding: 0 20px;
  font-family: Georgia, Times, serif;
  font-size: 1rem;
  font-style: italic;
  border-left: 4px solid #13CDC7;
  background-image: none;
  color: #81807f;
}

td p, th p  {margin: 0}


.note {
  background: #F6FBFD none repeat scroll 0 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.note::before {
  background: #DDF2F8 none repeat scroll 0 0;
  border-color: #fff #fff #DDF2F8 #DDF2F8;
  border-style: solid;
  border-width: 0 16px 16px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

#edit_field_tableau_de_bord_target_id_chosen {background-image:none; padding: .3rem;}

.view-filters {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: .75rem;
}

/*Font awesome */

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-right: .3em;
    }

.plus::before {
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f0fe"; margin-right: 5px;
    }
h3.plus{font-size: 1.071em; color: #13cdc7;margin-bottom: 1rem;}
h3.plus > span {
  background: #13cdc7;
  padding: 5px;
  float: right;
  display: block;
  color: white;
  font-size: .7rem;
  position: relative;
  top: -15px;
}

.login::before {
      font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f007";
    }

.tps::before {
      font-family: "Font Awesome 6 Free"; font-weight: 400; content: "\f1ea";
    }

.twitter::before {
      font-family: "Font Awesome 6 Brands"; content: "\f099";
    }

.file::before, .file-download-pdf::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  font-size: 1.3em;
  padding-right: .3em;
  display: inline-block;
  position: relative;
}

.field--type-link a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  font-size: inherit;
  margin-right: .3em;
  display: inline-block;
  position: relative;
}


/*Sidebare second*/

#sidebar_second .block .title > span {
  color: #ccc;
  display: inline-block;
  float: right;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 2px;
}

.sidebar h2 {
  text-shadow: none;
  border:none;
}

/*/////Simplenews////////*/

#block-simplenews-0 .content {
padding: 20px;
background: #f5f5f5;
border-left: 1px solid #13CDC7;
}


#edit-newsletters{
border: 1px solid #eee;
padding: 5px;
margin-bottom: 10px;
color: #00355f;}

.node--type-simplenews-issue .field.field-name-field-simplenews-term {
    padding: 10px;
    border: 1px solid #ecf0f1;
    margin-top: 5px;
    font-size: 14px;
}

/*media="screen*/

.ExternalClass * {line-height: 100%}
/* Début style responsive (via media queries) */
@media only screen and (max-width: 480px) {
    *[id=email-penrose-conteneur] {width: 100% !important;}
    table[class=resp-full-table] {width: 100%!important; clear: both;}
    td[class=resp-full-td] {width: 100%!important; clear: both;}
    img[class="email-penrose-img-header"] {width:100% !important; max-width: 340px !important;}
        }

/* Fin style responsive */
 

.node--type-simplenews-issue table {
    width: auto;
    max-width: 660px;
}

.node--type-simplenews-issue .node__content .field--name-body {
    background-color: #ecf0f1;
    padding: 60px 0;
    margin-bottom: 20px;
}
.node--type-simplenews-issue table {margin: 0 auto;}
.node--type-simplenews-issue table tbody {border:none;}
.node--type-simplenews-issue table hr {background-image:none;margin: 10px auto;}

.node--type-simplenews-issue table tr {
    border: none;
    background-color: inherit;
}
.node--type-simplenews-issue table tr td {
    border: none;
    padding: 5px;
    text-align: center;
  }
.node--type-simplenews-issue table a {
    outline: none;
    text-decoration: none;
    color: #00355f;
    border: none;
}


/*//////views filter/////*/
.view-filters {
  margin-bottom: .75rem;
  background: var(--bs-gray-100);
  padding: 1.5rem;
}

.view-filters label {
  font-size: .9rem;
  color: var(--bs-gray-600);
  margin-bottom: 5px;
}
.js-form-type-select.form-type-select {padding:5px;}
.views-exposed-form.bef-exposed-form .d-flex {align-items: center;}

/*///// Fields ////*/
.group-right .field__label {
  color: #76b0b7;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.field .field__label {
  font-weight: bold;
}