#note-dialog,
#cookie-dialog{
	outline: none !important;
}

#cs_m .text-center.btn-line-modale{
    margin-top: 24px;
}

#note-dialog iframe{
	padding-bottom: 30px; 
}

@media screen and (max-width: 992px) {
	#note-dialog iframe{
		padding-bottom: 30px; 
	}
}
@media screen and (max-width: 600px) {
	h2#n-note-dialog-title {
		font: 700 2rem Titillium Web !important;
		letter-spacing: 0px;
		color: #0a2644;
		border-bottom: none;
		margin-top: 15px;
	}
}

@media (max-width: 1446px) and (min-width: 992px){
  header#mainheader.bigger-character-dimension {
    margin-bottom: 150px !important;
  }
   header#mainheader.big-character-dimension {
    margin-bottom: 100px !important;
  }
	#mainheader.ridotto.character-dimension .dropdown-menu.show {
	top: calc(100% - -100px);
	}
}

@media screen and (max-width: 1500px){

  .character-dimension{
    height: 180px !important;
    background-color: white;
    box-shadow: 0 0.5rem 1rem #00000026;
  }

  .logo-character-dimension{
    position: absolute;
    top: 60px;
    left: 10px;
  }

	.search-character-dimension{
	  top: 70px;
	  position: absolute;
	  right: 30px;
	}

  .subnav-character-dimension{
    padding-left: 0 !important;
  }

  .subnav-character-dimension{
    padding-left: 0 !important;
  }

  .subnavspacing-dekstop-character-dimension{
    padding-left: 24px !important;
  }

  
}

@media screen and (max-width: 1200px){
  
  .subnavspacing-tablet-character-dimension{
    padding-left: 100px !important;
  }

}


.cb_dialog-close:hover,
.m_dialog-close:hover {
  text-decoration: underline;
}
.m_dialog-close:focus-visible,
.cb_dialog-close:focus-visible {
  outline: dotted;
  padding: 0;
}
.m_dialog-close:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
#cookie-dialog a:focus,
#cookie-dialog a:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
#cookie-dialog .col-12 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: -3rem;
}
#cookie-dialog .col-12 svg {
  margin-top: -4px;
}
#cookie-dialog .dialog-content {
  padding: 4em;
}
#cookie-dialog-description {
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.cb-dialog-content {
  font-size: 0.85rem;
  /*padding: 1rem;*/
  color: white;
  background-color: #000000;
  z-index: 9200;
  position: absolute;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 100%;
  width: 100%;
  border-radius: 2px;
  font-family: "Roboto-Regular";
  overflow-y: auto;
  max-height: 100%;
  bottom: 0;
}
 /*fix scroll*/
 .cb-dialog-content h4,
 .cb-dialog-content h5 {
  font-size: 1.2rem;
  font-family: "Roboto-Black";
}
.dialog-content h4,
.dialog-content h5 {
  font-size: 1.2rem;
  font-family: "Roboto-Black";
}
.cb-dialog-content a:hover {
  color: #fff;
}
.cb-dialog-content abbr[title]:hover::after,
abbr[title]:focus::after {
  content: attr(title);
}
@media screen and (min-width: 576px) {
  .cb-dialog-content {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 500px) {
	.m_dialog-close{
		padding: 0px !important;
	  }
}
@media screen and (min-width: 768px) {
  .cb-dialog-content {
    font-size: 1rem;
  }
}
.cb-dialog-content a,
.cb_container a {
  text-decoration: underline;
  color: white;
}
.cb-dialog-content span hd .cb_container span hd {
  display: block;
  margin-top: 0.5em;
  font-family: Roboto-black;
}
.cb_dialog-close {
  color: #ffffff;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: 0;
  /*padding: 0;*/
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px 4px 7px;
}
.cb_dialog-close span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.m_dialog-close {
  color: #000000;
  position: absolute;
  top: 0.7rem;
  right: 0.5rem;
  border: 0;
  /*padding: 0;*/
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px 4px 7px;
}
.m_dialog-close span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
/* modale */
.dialog-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  /* top: 4rem; */
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9200;
  overflow: auto;
  color: rgba(43, 46, 56, 0.9);
}
.dialog-container[aria-hidden="true"] {
  display: none;
}
.cb-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0);
  animation: fade-in 200ms both;
}
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  animation: fade-in 200ms both;
}
.dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 9200;
  position: relative;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 90%;
  /* width: 600px; */
  width: 80%;
  border-radius: 2px;
}
.dialog-content a {
  color: rgba(43, 46, 56, 0.9);
  text-decoration: underline;
}
.dialog-content a:hover {
  color: rgba(43, 46, 56, 0.9);
  text-decoration: underline;
}
.dialog-content a:focus-visible {
  color: rgba(43, 46, 56, 0.9);  
  outline: dotted;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
.dialog h1 {
  margin: 0;
  font-size: 1.25em;
}
.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}
#cookie-dialog {
top: /*15%;*/ 0px;
bottom: /*15%;*/ 0px;
}
#cookie-dialog .dialog-content {
	width:70%;
}
@media only screen and (max-width: 280px) {
  #cookie-dialog .dialog-content {
    /* margin-right:0px; */
    /* margin-left:0px; */
    max-width: max-content;
    width: 90%;
  }
}
@media only screen and (max-width: 380px) {
  #cookie-dialog .dialog-content {
    padding: 4em 1.2em;
	width:80%;
  }
}
@media only screen and (min-width: 381px) and (max-width: 467px) {
  #cookie-dialog .dialog-content {
    padding: 4em 2em;
  }
}
@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}
@media screen and (min-width: 700px) {
  .cb_dialog-close {
    top: 1rem;
    right: 1.2rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #cookie-dialog {
    /*top: 15%; 0px;
	  bottom:15%;*/
    margin-top: 3em;
    margin-bottom: 3em;
    overflow: hidden;
  }
  #cookie-dialog .dialog-content {
    padding: 2rem;
    overflow-y: scroll;
  }
  #cookie-dialog .cb_toggle__div-border {
    margin-left: 10px;
  }
  #cookie-dialog a:focus {
	outline-color: rgba(43, 46, 56, 0.9);
  }
}
.dialog-content button:focus,
.cb-dialog-content button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.dialog-content a:focus {
	outline-color: rgba(43, 46, 56, 0.9);
}
.cb-dialog-content a:focus {
	outline-color: #ffff;
}

.no-before::before {
 content: none !important;
}

.cb_dialog-close:hover,
.m_dialog-close:hover {
  text-decoration: underline;
}
.m_dialog-close:focus-visible,
.cb_dialog-close:focus-visible {
  outline: dotted;
  padding: 0;
}
.m_dialog-close:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
#cookie-dialog a:focus,
#cookie-dialog a:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
#cookie-dialog .col-12 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: -3rem;
}
#cookie-dialog .col-12 svg {
  margin-top: -4px;
}
#cookie-dialog .dialog-content {
  padding: 4em;
}
#cookie-dialog-description {
  margin-bottom: 4rem;
  margin-top: 1rem;
}
#cs_m .m_border {
  border-bottom: 1px dotted #ccc;
  padding: 0.7rem 0;
}
#cs_m .m_border:nth-child(4) {
  border-bottom: none;
  /* padding: 0.7rem 0; */
}
/* #cs_m .m_border .m_border{
  border-bottom: none;
} */
/* #cs_m.m_border:last-child {
  border-bottom: none;
  margin-bottom: 2rem;
} */
/* #cs_m label {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  padding: 0.7rem 0;
}
#cs_m label:nth-child(4) {
  border-bottom: none;
  margin-bottom: 2rem;
} */
#cs_m label div.align-self-baseline {
  /* float: left; */
  margin-right: 1rem !important;
  /* margin-bottom: 1.2rem; */
}
#cs_m label div.cb_toggle__div-border {
  border-bottom: none;
}
.cb_container {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background: #000000;
  color: #ffffff;
  font-family: roboto-light;
}
.cb-dialog-content {
  font-size: 0.85rem;
  /*padding: 1rem;*/
  color: white;
  background-color: #000000;
  z-index: 9200;
  position: absolute;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 100%;
  width: 100%;
  border-radius: 2px;
  font-family: "Roboto-Regular";
  overflow-y: auto;
  max-height: 100%;
  bottom: 0;
}
 /*fix scroll*/
 .cb-dialog-content h4,
 .cb-dialog-content h5 {
  font-size: 1.2rem;
  font-family: "Roboto-Black";
}
.dialog-content h4,
.dialog-content h5 {
  font-size: 1.2rem;
  font-family: "Roboto-Black";
}
.cb-dialog-content a:hover {
  color: #fff;
}
.cb-dialog-content abbr[title]:hover::after,
abbr[title]:focus::after {
  content: attr(title);
}
@media screen and (min-width: 576px) {
  .cb-dialog-content {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .cb-dialog-content {
    font-size: 1rem;
  }
}
.btn-coockie {
  border-radius: 50px;
}
.btn-line {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.btn-line button {
  font-family: "Roboto-Bold";
}
@media screen and (min-width: 686px) {
  .btn-line {
    display: block;
  }
  .btn-line button {
    margin-left: 0.5rem;
  }
}
.btn-line-modale {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.btn-line-modale button {
  font-family: "Roboto-Bold";
}
@media screen and (min-width: 686px) {
  .btn-line-modale {
    display: block;
  }
}
.cb-dialog-content a,
.cb_container a {
  text-decoration: underline;
  color: white;
}
.cb-dialog-content span hd .cb_container span hd {
  display: block;
  margin-top: 0.5em;
  font-family: Roboto-black;
}
.cb_toggle {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 1ch;
}
button.cb_toggle {
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
}
.cb_toggle__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cb_toggle__display {
  --offset: 0.125rem;
  --diameter: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: content-box;
  width: 2.05rem;
  height: 1.05rem;
  border: 0.1em solid rgb(0 0 0 / 0.2);
  position: relative;
  border-radius: 100vw;
  background-color: #fbe4e2;
  transition: 250ms;
  padding: 0.3em 0.5em;
}
.cb_toggle__display::before {
  content: "";
  z-index: 9200;
  position: absolute;
  top: 50%;
  left: var(--offset);
  box-sizing: border-box;
  /* width: var(--diameter); */
  width: 1.17rem; /*calc(var(--diameter)*1.3);*/
  height: 1.17rem; /*calc(var(--diameter)*1.3);*/
  /* height: var(--diameter); */
  /* border: 0.1em solid rgb(0 0 0 / 0.2); */
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: white;
  transform: translate(-40%, -50%);
  will-change: transform;
  transition: inherit;
  margin-left: 10px;
}
.cb_toggle__div-border {
  border-bottom: 1px dotted;
}
/*FOCUS ORIGINALE*/
.cb_toggle:focus .cb_toggle__display,
.cb_toggle__input:focus + .cb_toggle__display {
  outline: 1px dotted #212121;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.cb_toggle:focus,
.cb_toggle:focus:not(:focus-visible) .cb_toggle__display,
.cb_toggle__input:focus:not(:focus-visible) + .cb_toggle__display {
  outline: 0;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display,
.cb_toggle__input:checked + .cb_toggle__display {
  background-color: #e3f5eb;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display::before,
.cb_toggle__input:checked + .cb_toggle__display::before {
  transform: translate(70%, -50%);
}
.cb_toggle[disabled] .cb_toggle__display,
.cb_toggle__input:disabled + .cb_toggle__display {
  opacity: 0.6;
  filter: grayscale(40%);
  cursor: not-allowed;
}
.cb_toggle__icon {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  color: inherit;
  fill: currentcolor;
  vertical-align: middle;
  overflow: hidden;
}
.cb_toggle__icon--cross {
  color: #e74c3c;
  font-size: 85%;
  margin-right: -6px;
}
.cb_toggle__icon--checkmark {
  color: #1fb978;
  margin-left: -5px;
}
*,
::before,
::after {
  box-sizing: border-box;
}
.cb_content {
  position: relative;
  height: auto;
  width: 99%;
  /* padding: 0 1rem; */
  margin-left: auto;
  margin-right: auto;
}
.cb_dialog-close {
  color: #ffffff;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: 0;
  /*padding: 0;*/
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px 4px 7px;
}
.cb_dialog-close span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.m_dialog-close {
  color: #000000;
  position: absolute;
  top: 0.7rem;
  right: 0.5rem;
  border: 0;
  /*padding: 0;*/
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px 4px 7px;
}
.m_dialog-close span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.cb_bt-icon,
.cb_bt-icon-text {
  display: inline-block;
  color: black;
}
.cb_bt-icon {
  width: 1rem;
  height: 1rem;
}
/* modale */
.dialog-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  /* top: 4rem; */
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9200;
  overflow: auto;
  color: rgba(43, 46, 56, 0.9);
}
.dialog-container[aria-hidden="true"] {
  display: none;
}
.cb-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0);
  animation: fade-in 200ms both;
}
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  animation: fade-in 200ms both;
}
.dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 9200;
  position: relative;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 90%;
  /* width: 600px; */
  width: 80%;
  border-radius: 2px;
}
.dialog-content a {
  color: rgba(43, 46, 56, 0.9);
  text-decoration: underline;
}
.dialog-content a:hover {
  color: rgba(43, 46, 56, 0.9);
  text-decoration: underline;
}
.dialog-content a:focus-visible {
  color: rgba(43, 46, 56, 0.9);  
  outline: dotted;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
.dialog h1 {
  margin: 0;
  font-size: 1.25em;
}
.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}
#cookie-dialog {
top: /*15%;*/ 0px;
bottom: /*15%;*/ 0px;
}
#cookie-dialog .dialog-content {
	width:70%;
}
@media only screen and (max-width: 280px) {
  #cookie-dialog .dialog-content {
    /* margin-right:0px; */
    /* margin-left:0px; */
    max-width: max-content;
    width: 90%;
  }
}
@media only screen and (max-width: 329px) {
  .cb_bt-icon-text {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 330px) and (max-width: 351px) {
  .cb_bt-icon-text {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 380px) {
  #cookie-dialog .dialog-content {
    padding: 4em 1.2em;
	width:80%;
  }
}
@media only screen and (min-width: 381px) and (max-width: 467px) {
  #cookie-dialog .dialog-content {
    padding: 4em 2em;
  }
}
@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}
@media screen and (min-width: 700px) {
  .cb_dialog-close {
    top: 1rem;
    right: 1.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cb_toggle__display {
    transition-duration: 0ms;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .cb_toggle__display {
    margin-right: 10px;
  }
  .cb_toggle__icon--checkmark {
    margin-left: -16px;
  }
  .cb_toggle__display::before {
    margin-left: -1px;
  }
  #cookie-dialog {
    /*top: 15%; 0px;
	bottom:15%;*/
    margin-top: 3em;
    margin-bottom: 3em;
    overflow: hidden;
  }
  #cookie-dialog .dialog-content {
    padding: 2rem;
    overflow-y: scroll;
  }
  #cookie-dialog .cb_toggle__div-border {
    margin-left: 10px;
  }
  #cookie-dialog a:focus {
	outline-color: rgba(43, 46, 56, 0.9);
  }
}
.dialog-content button:focus,
.cb-dialog-content button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.dialog-content a:focus {
	outline-color: rgba(43, 46, 56, 0.9);
}
.cb-dialog-content a:focus {
	outline-color: #ffff;
}


details>summary { 
  list-style: none;
  font-size: .8rem;
  font-family: Roboto-Light;
}
summary::-webkit-details-marker {
  display: none
}

summary::after {
  /* content: ' ►'; */
  content: ' \25B6';
}
details[open] summary:after {
  /* content: " ▼"; */
  content: " \25BC";
}
.m_border details {
  /* margin-top: -1rem; */
  margin-left: 4.875rem; /*78px*/
}
/* CSS styles for "GDRP for videos", by Rik de Boer, Melbourne 2021 */
.video-img-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.video-text-overlay {
  background-color: #f6f6f6;
  border: 1px solid #555;
  border-radius: 10px;
  color: #555;
  font-family: Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 auto;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
  top: 30px;
  width: 80%;
}
.video-text-overlay > button {
  background-color: #555;
  border: none;
  border-radius: 6px;
  color: white;
  display: block;
  height: 2.5rem;
  margin: 0.75rem auto 0;
}
.video-text-overlay > button:hover {
  background-color: #111;
}

/** Font and padding adjustments for narrow screens */
@media all and (max-width: 540px) {
  .video-text-overlay {
    font-size: 0.8rem;
    padding: 0.8rem;
    top: 20px;
    width: 85%;
  }
  .video-text-overlay > button {
    height: 1.75rem;
  }
}

img.video-config-thumbnail {
  max-height: 64px;
  vertical-align: middle;
}


.custom-active-scroll{
	border-left: 2px solid hsl(221, 88.679245283%, 31.27%);
	padding-left: 22px !important;
}

.navbar.it-navscroll-wrapper #mefPageNavbar .link-list-wrapper ul li > .nav-link.active {
 	border-left: none !important;
}

.navbar.it-navscroll-wrapper #mefPageNavbar .link-list-wrapper ul li > .nav-link.custom-active-scroll.active {
	border-left: 2px solid hsl(221,88.679245283%,31.27%) !important;
}

.gsc-results .gsc-cursor{
  display: flex !important;
  flex-wrap: wrap;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page{
	  display: flex !important;
    align-items: center;
    justify-content: center;
    height: 2.5rem !important;
    min-width: 2.5rem !important;
    border-radius: 4px;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    color: #5d7083 !important;
    background-color: transparent !important;
    height: 3rem !important;
    min-width: 3rem !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
	border: 1px solid hsl(221, 88.679245283%, 31.27%) !important;
	color: #093696 !important;
  background-color: transparent !important;
	pointer-events: none;
}

@media (min-width: 576px){
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
      height: 3rem;
      min-width: 3rem;
  }
}


@media (min-width: 992px){
	.it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand:focus{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}


@media (min-width: 992px){
	#mainheader .it-header-slim-wrapper .nav-item.language-list .dropdown-toggle:focus {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	#mainheader .it-header-slim-wrapper .nav-item.language-list .dropdown-toggle:focus .span-to-focus{
		padding-top: 1px !important;
	}
}
    
    
#mefPageNavbar .nav-link{
	outline: none !important;
}

@media (min-width: 992px){
	#mefPageNavbar .nav-link:focus{
		outline: 0.2rem solid #ff8c00 !important;
		outline-offset: 0px !important;
		border-color: unset !important;
		box-shadow: unset!important;
	}
}

@media (max-width: 992px){

	#mefPageNavbar .nav-link.custom-active-scroll{
		outline: 0.2rem solid #ff8c00 !important;
		outline-offset: 0px !important;
		border-color: unset !important;
		box-shadow: unset!important;
	}

}
  
@media (min-width: 1920px){
	.tp-ricerca h2, h2.agenda-mef {
		font-size:2.7rem !important;
		line-height:3.3rem !important
	}
}

@media (min-width: 1200px) and (max-width: 1919px){
	.tp-ricerca h2, h2.agenda-mef {
		font-size: 2.4rem !important;
		line-height: 3rem !important;
	}
}


@media (min-width: 992px ) and (max-width: 1199px){
	.tp-ricerca h2, h2.agenda-mef {
		font-size:2.2rem!important;
		line-height:2.8rem!important
	}
}

@media (max-width: 991px ){
	.tp-ricerca h2, h2.agenda-mef {
		font-size: 2rem !important;
		line-height: 2.1rem !important;
	}
}

#searchicon-form{
  padding: 0.475rem 0.5rem;
}

.cb-dialog-content #cb-cookie-dialog-title,
.cb-dialog-content #cb-cookie-dialog-description, 
.cb-dialog-content .cb_bt-icon-text, 
.cb-dialog-content .cb_dialog-close{
  font: normal normal 600 20px/31px Titillium Web;
}
.cb-dialog-content button:focus .cb_bt-icon-text,
.cb-dialog-content button:focus .cb_bt-icon,
.cb-dialog-content button:hover .cb_bt-icon-text,
.cb-dialog-content button:hover .cb_bt-icon {
  /* color: #FFF !important; */
  color: black !important;
}

.cb-dialog-content button:hover,
.cb-dialog-content button:active,
.cb-dialog-content button:focus-visible {
  /* outline: 1px solid #FFF !important; */
  /* background-color: transparent !important; */
  background-color: #e9e6f2 !important;
}

.cb-dialog-content .cb_dialog-close:active,
.cb-dialog-content .cb_dialog-close:focus-visible {
  background-color: transparent !important;
  padding: 4px 7px 4px 7px;
}

.cb-dialog-content .cb_dialog-close span {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

/*
.cb-dialog-content button:focus .cb_bt-icon,
.cb-dialog-content button:focus .cb_bt-icon-text{
  color: #FFF !important;
}*/
.cb-dialog-content .cb_dialog-close:hover {
  background-color: transparent !important;
}

.text-center.btn-line-modale #m-RejectAll .cb_bt-icon-text,
.text-center.btn-line-modale #m-AcceptAll .cb_bt-icon-text,
.text-center.btn-line-modale #m-AcceptSelected .cb_bt-icon-text{
  font: normal normal 600 20px/31px Titillium Web
}

.text-center.btn-line-modale #m-RejectAll,
.text-center.btn-line-modale #m-AcceptAll{
  margin-right: 0.5rem;
}

.splide-not-focused .card.card-noafter:after{
  display: none !important;
}

@media (max-width: 576px){
  .mef-notizie--wrapper .card .card-body a{
    font-size: 1.1rem;
  }

}
.mef-notizie--wrapper .card .card-body a {
    font-size: 1.25rem;
}


@media (max-width: 400px){
    .button-indice-agenda > a:first-child {
        padding-left: 8px !important;
        padding-right: 14px !important;
    }
    .button-indice-agenda > a:last-child{
        padding-right: 8px !important;
        padding-left: 14px !important;
    }
}
.splide__slide.splide__slide-tabindexnone.focus--mouse:not(.btn){
    outline: none !important;
}


@media (min-width: 1400px) {
	#mainheader .it-header-navbar-wrapper .container {
		max-width:95vw !important;
	}
	#mainheader.ridotto .it-header-navbar-wrapper .container {
		max-width:1736px !important;
	}
}



.ytp-cued-thumbnail-overlay .ytp-cued-thumbnail-overlay-image:before {
padding-top: 56.25% !important;
}


.page-item.active .page-link{
  height: 3rem !important;
  min-width: 3rem !important;
}
@media (max-width: 425px){
  .page-item.precsucc{
    display: block;
  }
  .page-item.precsucc .page-link{
    height: 3rem !important;
    min-width: 3rem !important;
  }
  .page-item.active{
    display: block;
  }
  .page-item.abbr{
    display: none;
  }
  .page-item{
    display: none;
  }
  .page-item.page-item-annigenerico{
  	display: block;
  }
}

.chip:has(>button[data-bs-dismiss=alert]) {
  justify-content: start;
  padding: 2px 40px 0 16px;
  height: fit-content !important;

}

.chip.chip-square {
  min-height: 47px !important;
}

.submit-btn.formpagesizeele{
    border: 1px solid #093697;
    background: transparent;
    border-radius: 0px;
    padding-inline: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font: 600 1rem Titillium Web, sans-serif;
    color: #093697;
}

.notify-bell {
  cursor: pointer;
}
.notify-bell .notify-bell-count {
	border-radius: 50%;
    color: white;
    background-color: white;
    z-index: 999;
    /* font-size: 0.6rem; */
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    text-align: center;
    padding: 1px 1px 1px 1px;
    font-weight: 400;
    right: 18px;
    border: 2px solid hsl(221, 88.679245283%, 21.2%);
}