@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,900,900i");
.navMenu ul.navMenu__cont li.dropdown ul.dropdown-menu .dropdown-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#menu > .container, .navMenu ul.navMenu__cont, .navMenu ul.navMenu__cont li.dropdown .mega-menu-column.second--column .tab-pane.active, .flexRow, .smallNews.horizontal a {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

#menu > .container {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.navbar-header .menu-brand, .navMenu, .smallNews.horizontal .floating, .smallNews.horizontal .smallNews--title, .auteurBox {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.navMenu, .smallNews.horizontal .smallNews--title, .auteurBox, .auteurBox .description {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0; }

.navbar-header .menu-brand, .navMenu ul.navMenu__cont li.dropdown, .navMenu ul.navMenu__cont li.dropdown ul.dropdown-menu .a-postMenu, .smallNews, .smallNews.horizontal .floating, .floatImg, .logoAutore {
  -webkit-box-flex: auto;
  -webkit-flex: auto 0 0;
  -ms-flex: auto 0 0;
  flex: auto 0 0; }

.navMenu ul.navMenu__cont li.dropdown .mega-menu-column.first--column li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

a, a:hover, a:focus, button,
button:hover, .navMenu ul.navMenu__cont li.dropdown > a::before, .navMenu ul.navMenu__cont li.dropdown > a::after, .navMenu ul.navMenu__cont li.dropdown > a:hover::before, .navMenu ul.navMenu__cont li.dropdown > a:hover::after, .titleSection.fascia, .titleSection.fascia::after, .titleSection.fascia.big::after, .titleSection.fascia:hover, .titleSection.fascia:hover::after, .smallNews .smallNews--title .title, .smallNews .smallNews--title .title:hover {
  -webkit-transition: .3s;
  transition: .3s; }

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

:focus {
  outline: none; }

.button {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }

.spip-admin-float {
  z-index: 5500 !important; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.55rem;
  line-height: 1.5; }

ul.spip {
  list-style: none; }
  ul.spip li::before {
    content: "•";
    color: #003A54; }

dl.spip_documents {
  background: #e5ebed;
  position: relative;
  border-left: 5px solid #003A54;
  padding: 10px 15px 10px 15px;
  margin: 3rem 0; }
  dl.spip_documents::before, dl.spip_documents::after {
    content: "";
    clear: both;
    display: table; }
  dl.spip_documents img {
    height: auto;
    width: auto;
    margin: 0.5rem 0.5rem 2rem; }
  dl.spip_documents .spip_doc_titre {
    width: 100% !important; }
  dl.spip_documents .spip_doc_descriptif {
    width: 100% !important;
    margin-top: 0.5rem; }


.spip_document_file .spip_doc_inner {display:flex;flex-wrap:wrap;align-items:center;}
.spip_document_file .spip_doc_inner .spip_doc_lien{ display: flex;flex: 20% 0 0;}
.spip_document_file .spip_doc_inner .spip_doc_legende{ flex: 80% 0 0;}
.spip_document_file .spip_doc_titre{margin-bottom:10px}
.spip_document_file .spip_documents img,.spip_document_file dt{margin-right:15px}
.spip_documents img{max-width:100%;height: auto;}
.spip_document_file .spip_doc_descriptif,.spip_document_file dd{margin-top:10px;}
.spip_document_file .spip_documents img,.spip_document_file dt{float:none;margin-right:0}
.spip_document_file .spip_doc_titre{width:100%!important}

blockquote.spip {
  padding-left: -6rem;
  font-style: italic;
  border: none;
  color: #337ab7;
  font-size: 1.55rem; }

.topPage::before {
  font-family: 'Glyphicons Halflings';
  content: "";
  position: fixed;
  bottom: 75px;
  right: 15px;
  padding: 13px 17px;
  background: #989ca2;
  height: 50px;
  width: 50px;
  color: #ffffff; }

a {
  color: inherit; }
  a:hover, a:focus {
    color: #00283a;
    text-decoration: none; }

.gptslot:not(.sticky) {
  text-align: center; }

.gptslot > div {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.gptslot.sticky > div {
  margin: 0; }

hr {
  border-top-color: #989ca2;
  margin: 0; }

.strong {
  font-weight: 700; }

.sectionBlock__main {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative; }
  .sectionBlock__main::before, .sectionBlock__main::after {
    content: "";
    clear: both;
    display: table; }

.positionRelative {
  position: relative; }

.breadcrumbCont {
  margin-bottom: 0;
  list-style: none;
  color: #353a41;
  font-size: 1.15rem;
  padding-left: 0; }
  .breadcrumbCont .breadcrumbList {
    display: inline-block;
    text-transform: uppercase;
    padding: 1.5rem 0; }
    .breadcrumbCont .breadcrumbList a {
      color: #353a41; }
      .breadcrumbCont .breadcrumbList a:hover {
        color: #00283a; }

.articleBody {
  text-align: justify; }

.form-control {
  color: #353a41;
  font-weight: 700; }
  .form-control:focus {
    border-color: #001d2a;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #353a41; }
  .form-control::-moz-placeholder {
    color: #353a41; }
  .form-control:-ms-input-placeholder {
    color: #353a41; }
  .form-control:-moz-placeholder {
    color: #353a41; }

strong {
  font-weight: 900; }

.pagination_page{
  margin-bottom: 3rem;
  display: block; }

.sep {
  display: none; }

.pagination-item{
  padding: 3px 5px 5px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  background: #003A54;
  border: 1px solid #001d2a;
  color: #ffffff;
  margin-right: 5px;
  margin-bottom: 0; }


.pagination-item:hover, .pagination-item-label:hover {
  background: #00283a;
  color: #ffffff; }

.next .pagination-item,
.prev .pagination-item,
.next .on,
.prev .on {
  width: auto;
  margin-bottom: 3rem; }

h3.spip {
  font-family: "Rubik", sans-serif;
  color: #353a41;
  line-height: 1.4;
  margin-top: 6rem;
  margin-bottom: 3rem;
  text-align: left;
  font-weight: bold;
  opacity: 1; }

.spip_documents img {
  margin: 3rem; }

.table-responsive {
  border: none; }

form table td input,
form table td select {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  margin: 10px; }

table {
  max-width: 100%;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem; }
  table tr {
    border: 1px solid #e5ebed; }
    table tr:nth-child(odd) {
      background: #e5ebed; }
  table thead tr {
    background: none !important; }
  table caption {
    background: #003A54;
    border-color: #001d2a;
    color: #ffffff;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
  table th {
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 700; }
    table th:not(:last-child) {
      border-right: 1px solid #e5ebed; }
  table td {
    padding: 8px 10px;
    line-height: 1.4;
    text-align: left; }
    table td:not(:last-child) {
      border-right: 1px solid #e5ebed; }

.social-link .social-link__item:last-child {
  margin-right: 0 !important; }

.social-link .social-link__item.facebook {
  background: url("../images/social/facebook.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.facebook:hover {
    opacity: 0.5; }

.social-link .social-link__item.twitter {
  background: url("../images/social/twitter.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.twitter:hover {
    opacity: 0.5; }

.social-link .social-link__item.google {
  background: url("../images/social/googleplus.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.google:hover {
    opacity: 0.5; }

.social-link .social-link__item.linkedin {
  background: url("../images/social/linkedin.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.linkedin:hover {
    opacity: 0.5; }

.social-link .social-link__item.flipboard {
  background: url("../images/social/flipboard.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.flipboard:hover {
    opacity: 0.5; }

.social-link .social-link__item.whatsapp {
  background: url("../images/social/whatsapp.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.whatsapp:hover {
    opacity: 0.5; }

.social-link .social-link__item.mail {
  background: url("../images/social/mail.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.mail:hover {
    opacity: 0.5; }

.social-link .social-link__item.telegram {
  background: url("../images/social/telegram.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.telegram:hover {
    opacity: 0.5; }

.social-link .social-link__item.youtube {
  background: url("../images/social/youtube.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.youtube:hover {
    opacity: 0.5; }

.social-link .social-link__item.print {
  background: url("../images/social/print.svg");
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
  .social-link .social-link__item.print:hover {
    opacity: 0.5; }

.social-link .social-link__item.print_new {
  background: url("../images/social/print.png") no-repeat center center;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-right: 15px;
  display: inline-block; }
.social-link .social-link__item.print_new:hover {
    opacity: 0.5; }

html {
  font-size: 60%; }

#menu {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: #e5ebed; }
  #menu > .container {
    position: relative; }

main > .container {
  background: #fff; }

.navbar-header {
  padding: 0; }
  .navbar-header .menu-brand {
    padding: 3px;
    display: inline-block; }
  .navbar-header .navbar-toggle .icon-bar {
    background: #003A54; }

.navMenu ul.navMenu__cont {
  margin-left: auto;
  margin-bottom: 0;
  list-style-type: none; }
  .navMenu ul.navMenu__cont li.dropdown {
    position: static;
    font-family: "Rubik", sans-serif; }
    .navMenu ul.navMenu__cont li.dropdown a {
      display: block;
      padding: 15px 10px;
      font-size: 1.45rem; }
      .navMenu ul.navMenu__cont li.dropdown a:hover {
        background: #eef2f3; }
      .navMenu ul.navMenu__cont li.dropdown a.active {
        background: #003A54;
        color: #fff; }
    .navMenu ul.navMenu__cont li.dropdown > a {
      position: relative; }
      .navMenu ul.navMenu__cont li.dropdown > a::before {
        content: "";
        height: 15px;
        width: 15px;
        border-right: 1px solid;
        border-top: 1px solid;
        position: absolute;
        right: 0px;
        top: 0px;
        opacity: 0; }
      .navMenu ul.navMenu__cont li.dropdown > a::after {
        content: "";
        height: 10px;
        width: 10px;
        border-left: 1px solid;
        border-bottom: 1px solid;
        position: absolute;
        left: 0px;
        bottom: 0px;
        opacity: 0; }
      .navMenu ul.navMenu__cont li.dropdown > a:hover::before, .navMenu ul.navMenu__cont li.dropdown > a:hover::after {
        opacity: 1; }
    .navMenu ul.navMenu__cont li.dropdown ul.dropdown-menu {
      border: none;
      border-radius: 0;
      margin: 0;
      padding: 0;
      left: 15px;
      right: 15px; }
      .navMenu ul.navMenu__cont li.dropdown ul.dropdown-menu .dropdown-row {
        width: 100%; }
      .navMenu ul.navMenu__cont li.dropdown ul.dropdown-menu .a-postMenu {
        margin: 0 auto; }
        .navMenu ul.navMenu__cont li.dropdown ul.dropdown-menu .a-postMenu .a-postMenu__title {
          margin: 0;
          margin-top: 1.5rem;
          max-width: 188px;
          white-space: normal; }
    .navMenu ul.navMenu__cont li.dropdown:hover ul.dropdown-menu {
      display: block; }
    .navMenu ul.navMenu__cont li.dropdown .mega-menu-column {
      padding: 0;
      list-style-type: none; }
      .navMenu ul.navMenu__cont li.dropdown .mega-menu-column a {
        text-align: left; }
      .navMenu ul.navMenu__cont li.dropdown .mega-menu-column.first--column {
        background: #001d2a;
        min-width: 260px; }
        .navMenu ul.navMenu__cont li.dropdown .mega-menu-column.first--column li a {
          position: relative;
          color: #ffffff; }
          .navMenu ul.navMenu__cont li.dropdown .mega-menu-column.first--column li a:hover {
            background: #003A54; }
            .navMenu ul.navMenu__cont li.dropdown .mega-menu-column.first--column li a:hover::after {
              right: 1.5rem;
              position: absolute;
              color: #90A4AE;
              font-family: 'Glyphicons Halflings';
              content: ""; }
      .navMenu ul.navMenu__cont li.dropdown .mega-menu-column.second--column {
        background: #90A4AE; }

.title {
  font-weight: 700;
  line-height: 1.3;
  color: #003A54;
  font-family: "Rubik", sans-serif;
  margin-top: 0; }
  .title.white {
    color: #ffffff; }
  .title.primary {
    color: #003A54; }
  .title.secondary {
    color: #90A4AE; }

.titleSection {
  font-size: 1.55rem;
  background: #003A54;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.5rem; }
  .titleSection.fascia {
    text-transform: uppercase;
    background: #003A54;
    padding: 5px 10px 7px;
    padding-right: 45px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    border-left: 5px solid #001d2a;
    bottom: 0; }
    .titleSection.fascia::after {
      content: "";
      top: 0;
      right: -15px;
      border-bottom: 2.8rem solid transparent;
      border-left: 15px solid #003A54;
      position: absolute; }
    .titleSection.fascia.big::after {
      content: "";
      border-bottom: 4.5rem solid transparent; }
    .titleSection.fascia:hover {
      background: #001d2a; }
      .titleSection.fascia:hover::after {
        border-left-color: #001d2a; }
  .titleSection.text-center {
    text-align: center; }
  .titleSection.big {
    font-size: 2.635rem;
    margin-bottom: 2.5rem; }

.titleRub {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }
  .titleRub::before {
    content: "";
    height: 30px;
    width: 30px;
    border-top: 2px solid #90A4AE;
    border-right: 2px solid #90A4AE;
    position: absolute;
    right: -5px;
    top: -5px; }
  .titleRub::after {
    content: "";
    height: 30px;
    width: 30px;
    border-left: 2px solid #90A4AE;
    border-bottom: 2px solid #90A4AE;
    position: absolute;
    left: -5px;
    bottom: -5px; }

.overlayNews {
  margin-bottom: 3rem; }

.etichetta {
  color: #003A54;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1.5rem; }

.titleSidebar {
  font-family: "Rubik", sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
  color: #003A54;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  .titleSidebar.bordered {
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    margin-bottom: 2rem;
    margin-top: 3rem; }
  .titleSidebar small {
    color: #003A54;
    font-size: 1.15rem;
    display: block;
    font-weight: 700;
    margin-bottom: 5px; }

.white {
  color: #ffffff; }

.primary {
  color: #ffffff; }

.bodyColor {
  color: #353a41; }

.button {
  padding: 10px 30px;
  font-size: 1.55rem;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 3px;
  position: relative;
  margin-top: 15px;
  font-weight: bold;
  overflow: hidden;
  display: inline-block; }
  .button.primary {
    background: #003A54;
    color: #ffffff;
    border: 1px solid #00283a; }
    .button.primary:hover {
      background: #001d2a;
      color: #ffffff; }
    .button.primary.active {
      background: #fff;
      color: #003A54; }
  .button.bordered-white {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }
    .button.bordered-white:hover {
      background: #ffffff;
      color: #353a41; }
  .button.centered {
    margin-right: auto;
    margin-left: auto; }
  .button.wide {
    width: 100%;
    display: block;
    text-align: center; }
  .button.small {
    font-size: 1.4rem;
    padding: 3px 8px; }
  .button .effect::after {
    content: "";
    position: relative;
    overflow: hidden;
    padding: 20px; }
    .button .effect::after:hover {
      cursor: pointer; }

.circle {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.075);
  border-radius: 50%;
  transform: scale(0); }
  .circle.animate {
    animation: effect 0.65s linear; }

@keyframes effect {
  100% {
    opacity: 0;
    transform: scale(2.5); } }

/*HOME*/
.logo-articolo {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  position: relative; }
  .logo-articolo:hover {
    opacity: .8;
    transition: all 0.3s; }
  .logo-articolo.pg-articolo:hover {
    opacity: 1; }

.data-blocco-news {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #003A54;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  z-index: 4;
  font-size: 1.15rem;
  text-transform: uppercase; }

.info-articolo {
  font-size: 1.15rem;
  margin-top: 10px; }
  .info-articolo .nome-autore {
    font-weight: 600;
    display: inline-block; }
  .info-articolo .nome-categoria {
    text-transform: uppercase;
    font-weight: 300;
    color: #90A4AE;
    letter-spacing: .5px;
    display: inline-block; }

.relative {
  position: relative; }

footer {
  background: #003A54;
  padding: 1.5rem 0;
  padding-bottom: 0;
  color: #ffffff;
  font-size: 1.15rem;
  text-align: left;
  position: relative;
  z-index: 3; }
  footer a,
  footer a:hover {
    color: #ffffff; }
  footer .social-link .social-link__item {
    height: 30px;
    width: 30px; }

.tag-wrap {
  margin: 25px 0; }
  .tag-wrap .tag-item {
    display: inline-block;
    margin: 10px 0; }
    .tag-wrap .tag-item a {
      padding: 10px 13px;
      margin-right: 5px;
      background: #efefef;
      font-weight: 600;
      color: #90A4AE;
      display: inline-block;
      font-size: 1.15rem; }
      .tag-wrap .tag-item a:hover {
        background: #74848c;
        color: #fff; }

.bigNews .title.big {
  position: absolute;
  bottom: 0;
  margin: 0 10px 15px;
  color: #fff;
  z-index: 6;
  font-size: 2.635rem; }

.bigNews .ombra-news {
  position: absolute;
  bottom: 0;
  margin: 0;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  left: 0; }

.evidenza .smallNews {
  position: relative;
  margin-left: 30px; }
  .evidenza .smallNews.calcolatore::before {
    content: "";
    background: url("../images/calcolatori-li.png");
    height: 20px;
    width: 20px;
    position: absolute;
    left: -30px;
    top: 3px; }
  .evidenza .smallNews.evidenza::before {
    content: "";
    background: url("../images/highlight.png");
    height: 20px;
    width: 20px;
    position: absolute;
    left: -30px;
    top: 3px; }

.smallNews:not(:last-child) {
  margin-bottom: 3rem; }

.smallNews .smallNews--title .title {
  font-size: 1.86rem;
  color: #353a41;
  margin-top: 1.2rem; }
  .smallNews .smallNews--title .title:hover {
    color: #74848c; }
  .smallNews .smallNews--title .title.big {
    font-size: 1.86rem; }
  .smallNews .smallNews--title .title.small {
    font-weight: 400;
    font-size: 1.55rem; }

.smallNews .smallNews--title .descriptif {
  opacity: 0.9; }

.smallNews .smallNews--title.classified .title {
  font-weight: 400;
  margin-top: 0;
  font-size: 1.55rem;
  line-height: 1.5; }

.smallNews .smallNews--title.classified .tag {
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  font-size: 1.15rem; }

.smallNews.horizontal .floating {
  margin-right: 10px; }

.smallNews.fascia {
  background: #ffffff;
  padding: 0.8rem;
  border: 1px solid #e5ebed; }

.moreNews {
  padding-left: 15px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  border-bottom: 2px solid #001d2a; }
  .moreNews .smallNews {
    margin-bottom: 1.5rem;
    position: relative;
    list-style-type: none; }
    .moreNews .smallNews::before {
      content: "";
      position: absolute;
      left: -15px;
      bottom: -4px;
      border-left: 10px solid #90A4AE;
      border-top: 10px solid transparent;
      height: 10px;
      width: 10px; }

.intestazione-sezioni {
  background: #eef2f3;
  height: 31px;
  margin-bottom: 25px;
  margin-top: 30px; }
  .intestazione-sezioni.mt-0 {
    margin-bottom: 0; }
  .intestazione-sezioni a.link-sezione .titolo-sezione {
    font-size: 1.86rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 5% 5px 40px;
    position: relative;
    background: #003A54;
    display: inline-block;
    margin: 0;
    min-width: 150px;
    transition: all .4s;
    height: 31px;
    line-height: 1.2; }
  .intestazione-sezioni .titolo-sezione {
    font-size: 1.86rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 5% 5px 40px;
    position: relative;
    background: #003A54;
    display: inline-block;
    margin: 0;
    min-width: 150px;
    transition: all .4s;
    height: 31px;
    line-height: 1.2; }
    .intestazione-sezioni .titolo-sezione:before {
      position: absolute;
      content: "";
      right: -25px;
      border-width: 31px 25px 0 0;
      border-style: solid;
      border-color: #003A54 transparent transparent;
      z-index: 1;
      top: 0; }
  .intestazione-sezioni a.link-sezione span {
    padding: 6px 10px;
    color: #353a41;
    text-transform: uppercase;
    font-size: 1.55rem; }
  .intestazione-sezioni a.link-sezione:hover .titolo-sezione {
    padding: 5px 15% 5px 40px;
    transition: all 0.4s; }

.mt-2 {
  margin-top: 2rem; }

.mb-2 {
  margin-bottom: 2rem; }

.sectionNews--horizontal {
  margin-bottom: 2rem;
  display: block; }

.floatImg {
  margin-right: 5px; }
  .floatImg img {
    height: 100%;
    object-fit: cover; }

.bg-grey-light {
  padding-top: 15px;
  background: #f7f9fa; }

.bg-grey {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eef2f3; }

.bg-grey-dark {
  padding-top: 15px;
  background: #e5ebed; }

.testoarticolo a {
  color: #337ab7 !important; }

.contentFloat {
  padding-left: 6rem; }

.descriptionBox {
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.55rem; }

.content {
  text-align: justify;
  line-height: 1.7;
  margin-top: 2rem;
  opacity: 0.8; }
  .content form {
    clear: both; }

.logoArticolo {
  margin-bottom: 2rem; }

.infoArticolo {
  margin-top: 1rem; }
  .infoArticolo .data {
    font-size: 1.15rem;
    color: #90A4AE; }

.tag {
  color: #90A4AE;
  padding: 0;
  font-weight: 700; }

.link-articoloPrint {
  display: none; }

.mt-3 {
  margin-top: 3rem; }

.auteurBox {
  padding: 0 15px; }
  .auteurBox .description {
    padding-left: 1rem; }
  .auteurBox .linkAutore {
    margin-bottom: 2rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #90A4AE; }
    .auteurBox .linkAutore .social-link__item {
      height: 30px !important;
      width: 30px !important; }
  .auteurBox .qualifica {
    margin-bottom: 1rem !important;
    font-weight: 700;
    text-transform: uppercase; }

.logoAutore {
  margin-right: 15px;
  margin-bottom: 3rem; }

/* CSS VECCHI CALCOLATORI */
a.cas:link {
  text-decoration: none;
  color: #009; }

a.cas:visited {
  text-decoration: none;
  color: #5151ff; }

a.cas:hover {
  text-decoration: underline;
  color: #5151ff; }

a.nodec:link, a.nodec:visited, a.nodec:hover {
  text-decoration: none;
  color: #000; }

a.stri:link, a.stri:visited {
  text-decoration: none;
  color: #009; }

a.stri:hover {
  text-decoration: none;
  background-color: #c1c1ff; }

a.info {
  position: relative;
  z-index: 24;
  text-decoration: none;
  vertical-align: middle;
  color: transparent; }
  a.info:hover {
    z-index: 25;
    text-decoration: underline; }
  a.info span {
    display: none; }

input[type=radio] {
  margin: 8px; }

a.info:hover span {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 50;
  width: 15em;
  font-weight: 100;
  background-color: #fff5ea;
  border: 1px solid #ff6300;
  color: #ff6300;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px; }

.modulo {
  font-size: 14px;
  text-align: left;
  font-family: Verdana,Arial;
  color: #009;
  font-weight: 700;
  background-color: #e6e6ff; }

.modulorilievo {
  font-size: 14px;
  text-align: left;
  font-family: Verdana,Arial;
  color: #009;
  font-weight: 700;
  background-color: #c8c8ff; }

.tasto {
  font-size: 14px;
  font-family: Verdana,Arial;
  color: #009;
  margin-top: 16px;
  width: 100px; }

.cella {
  text-align: center;
  height: 31px;
  border-top: 1px solid; }

.gabbia {
  text-align: left;
  padding-top: 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid; }

.tabverde {
  width: 850px;
  background-color: #eef;
  border: 1px solid;
  border-color: #008a8a;
  border-collapse: collapse;
  margin-top: 16px; }

.taborange {
  width: 850px;
  background-color: #eef;
  border: 1px solid;
  border-color: #ff6300;
  border-collapse: collapse;
  margin-top: 16px; }

.testata {
  border-color: #008a8a;
  border-top: 2px solid;
  border-bottom: 2px solid; }

.testatina {
  text-align: left;
  font-size: 13px;
  text-indent: 0;
  vertical-align: top;
  border-color: #ff6300;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid; }

.linkoni {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px; }

.imbocco {
  font-weight: 700;
  margin-bottom: 0;
  display: inline; }

.domanda {
  font-weight: 700;
  margin-bottom: 0; }

.gabbiadestra {
  font-size: 15px;
  text-align: right;
  margin-right: 220px; }

.gabbiadestrapiu {
  font-size: 15px;
  text-align: right;
  margin-right: 170px; }

.modulobianco {
  font-size: 15px;
  font-family: Verdana,Arial;
  color: #009;
  margin-left: 4px; }

.lunghissimo {
  width: 220px;
  text-align: right; }

.lungo {
  width: 180px;
  text-align: right; }

.medio {
  width: 130px;
  text-align: right; }

.corto {
  width: 80px;
  text-align: right; }

.cortissimo {
  width: 50px;
  text-align: right; }

.avviso {
  font-size: 15px;
  font-weight: 700;
  font-family: Verdana,Arial;
  color: red;
  text-align: center; }

.verde {
  border-color: #008a8a; }

.orange {
  border-color: #ff6300; }

.nero {
  font-weight: 700; }

.superbreve {
  width: 20px; }

.breve {
  width: 40px; }

.brevino {
  width: 44px; }

.moderato {
  width: 80px; }

.lunghetto {
  width: 160px; }

.superlungo {
  width: 220px; }

.tabbianco {
  font-size: 15px;
  text-align: right;
  border-top: thin dotted #ff6300;
  border-bottom: thin dotted #ff6300; }

.tab2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #000;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f1f1ff; }

.titolopagina {
  font-size: 26px;
  font-family: Verdana,Arial;
  color: #000;
  margin-left: 6px;
  margin-top: 6px;
  margin-bottom: 6px; }

.titolo2pag {
  font-size: 20px;
  font-family: Verdana,Arial;
  color: #000;
  margin-left: 6px;
  margin-top: 4px;
  margin-bottom: 4px; }

.titolo3pag {
  font-size: 16px;
  font-family: Verdana,Arial;
  color: #000;
  margin-left: 6px;
  margin-top: 4px;
  margin-bottom: 4px; }

.titolotab2 {
  font-size: 14px;
  font-family: Verdana,Arial;
  font-weight: 700;
  text-align: center;
  color: #005a82; }

.titoloriq {
  color: #ff6300;
  text-align: center;
  font-weight: 700; }

.titolinoriq {
  font-size: 16px;
  background-color: #005a82;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-weight: 700; }

.coldestra {
  text-align: right;
  font-style: italic; }

.pagina {
  border: thin dotted #ff6300;
  background-color: #fff; }

.testopagina {
  font-size: 14px;
  color: #000;
  margin: 6px;
  line-height: 1.4; }

.striscia {
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f1f1ff;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  border-color: #009; }

.rigatab {
  font-size: 14px;
  font-family: Verdana,Arial;
  margin-left: 4px;
  margin-top: 3px;
  padding: 0; }

.riquadro {
  text-align: left;
  font-size: 14px;
  text-indent: 0;
  vertical-align: top;
  border: 1px dotted;
  border-color: #ff6300;
  color: #ff6300;
  background-color: #fff5ea; }

.casella {
  text-align: left;
  font-size: 13px;
  text-indent: 0;
  vertical-align: top;
  border-color: #ff6300;
  border: 1px solid; }

.modulotab2 {
  font-size: 14px;
  font-family: Verdana,Arial;
  margin-left: 4px; }

.bordopuntini {
  border: thin dotted #ff6300; }

.titcel {
  font-size: 17px;
  font-family: Verdana,Arial;
  color: #009;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  background-color: #e6e6ff; }

.domanda {
  font-size: 14px;
  color: #000;
  margin-top: 20px;
  margin-left: 6px;
  margin-right: 6px;
  text-align: left;
  font-weight: 700; }

.pubbox {
  margin-top: 10px;
  margin-bottom: 10px; }

.titolinotema {
  font-size: 14px;
  color: #ff6300;
  text-align: left;
  margin-left: 6px;
  margin-top: 10px;
  font-weight: 700; }

.posticcio {
  display: inline;
  color: transparent;
  background-color: transparent;
  border-color: transparent; }

@media (max-width: 767px) {
  html {
    font-size: 64%; }
  .gptslot img {
    width: 100% !important; }
  .margin-top-3 {
    margin-top: 3rem; }
  .margin-bottom-3 {
    margin-top: 3rem; }
  .intestazione-sezioni a.link-sezione .titolo-sezione {
    padding: 5px 5% 5px 10px; }
  form table td {
    display: table-row; } }

@media (max-width: 991px) {
  .navbar-header {
    width: 100%;
    margin: 0 !important;
    padding: 0; }
    .navbar-header .navbar-toggle {
      margin-right: 0;
      margin-top: 12px; }
    .navbar-header .menu-brand img {
      height: auto; }
  .navMenu {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0; }
    .navMenu.navbar-collapse.collapse {
      padding-right: 0;
      display: none !important; }
      .navMenu.navbar-collapse.collapse.in {
        display: block !important; }
    .navMenu ul.navMenu__cont {
      display: block;
      width: 100%;
      margin: 0 !important;
      border-top: 0;
      box-shadow: none; }
      .navMenu ul.navMenu__cont li.dropdown {
        display: block;
        float: none; }
      .navMenu ul.navMenu__cont .navbar-nav {
        display: block; }
        .navMenu ul.navMenu__cont .navbar-nav .dropdown {
          -webkit-box-flex: 100%;
          -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
          border-left: 0; }
          .navMenu ul.navMenu__cont .navbar-nav .dropdown:last-child {
            border-right: 0; }
          .navMenu ul.navMenu__cont .navbar-nav .dropdown .dropdown-menu {
            position: static;
            width: 100%;
            box-shadow: none;
            border: none; }
          .navMenu ul.navMenu__cont .navbar-nav .dropdown .dropdown-toggle,
          .navMenu ul.navMenu__cont .navbar-nav .dropdown .dropdown-toggle:hover,
          .navMenu ul.navMenu__cont .navbar-nav .dropdown .dropdown-toggle:focus {
            border-bottom: none;
            text-align: left; }
  .navbar-toggle {
    display: block; } }

@media (min-width: 768px) {
  .gptslot.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; } }

@media (min-width: 992px) {
  html {
    font-size: 65%; }
  .navMenu.navbar-collapse.collapse {
    display: -webkit-flex;
    /* Safari */
    display: flex !important;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-right: 0; }
  .wideNews .wideNews__content {
    position: absolute;
    top: 6rem;
    left: 6rem; }
    .wideNews .wideNews__content .title {
      font-size: 3.41rem;
      color: #ffffff;
      width: 50%;
      display: block;
      line-height: 1.1; }
  .overlayNews {
    margin-bottom: 0; }
    .overlayNews .--relative {
      position: relative; }
      .overlayNews .--relative::after {
        content: "";
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .overlayNews .smallNews--title {
      position: absolute;
      top: 3rem;
      left: 3rem;
      right: 3rem;
      text-align: center; }
      .overlayNews .smallNews--title .title, .overlayNews .smallNews--title .descriptif {
        color: #ffffff; }
  .titleRub {
    padding-left: 0px; }
    .titleRub::before {
      right: -15px; }
    .titleRub::after {
      left: -15px; } }

@media (max-width: 500px) {
  .socialFixed {
    position: fixed;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0; }
    .socialFixed .social-link {
      background: #fff;
      width: 100%;
      padding: 1rem;
      border-left: none !important;
      display: flex; }
      .socialFixed .social-link .social-link__item {
        margin-right: 0;
        flex: 1 0 0;
        background-repeat: no-repeat; } }

@media (max-width: 1099px) {
  .socialFixed {
    position: fixed;
    bottom: 0;
    z-index: 2; }
    .socialFixed .social-link {
      background: #fff;
      width: 100%;
      padding: 1rem;
      border-left: 5px solid; } }

@media (min-width: 1100px) {
  .container {
    width: 1117px; }
  .socialFixed {
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 2; }
    .socialFixed .social-link__item {
      display: block !important;
      height: 45px !important;
      width: 45px !important; }
  .border-left {
    border-left: 1px solid #90A4AE; } }
