.fa-rotate-minus-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.list-style-square {
  list-style-type: square !important; }

.list-style-none {
  list-style-type: none !important; }

.boxImageUserReply {
  width: 60px;
  height: 60px; }

body header {
  background-color: #fff; }
  body header section {
    border-bottom: 1px solid #000; }
    body header section div img {
      width: 60px;
      height: 60px; }
    body header section div:last-child, body header section form {
      margin-top: 15px; }
  body header nav {
    background-color: #000;
    font-size: x-small;
    min-height: 5.5em; }
    body header nav div a.linkPage .constWidthHeight {
      width: 28px;
      height: 28px; }
    body header nav a.linkPage {
      text-decoration: none;
      color: #000; }
    body header nav a.linkPage:hover, body header nav a.linkPage.active {
      font-weight: bold; }
      body header nav a.linkPage:hover div:first-child div:first-child, body header nav a.linkPage.active div:first-child div:first-child {
        background-color: transparent !important;
        color: #fff;
        border: 1px solid #fff; }
body main aside nav ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  display: inline-block;
  font-weight: bold; }
body main section {
  min-height: 100px;
  border-bottom: 1px solid #000; }
  body main section div.row1 h1 {
    font-size: large;
    font-weight: bold; }
  body main section section .rowArticle div:first-child div:first-child .userPicture {
    width: 100px;
    height: 100px;
    border-radius: 100%; }
body main #top {
  position: fixed;
  bottom: 280px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%; }
  body main #top div > span.fas.fa-rocket {
    font-size: large; }
body footer {
  background-color: #000; }
  body footer section:first-child div:last-child div div {
    width: 35px;
    height: 35px; }
    body footer section:first-child div:last-child div div .fab.fa-facebook-f, body footer section:first-child div:last-child div div .fab.fa-google-plus-g,
    body footer section:first-child div:last-child div div .fab.fa-instagram, body footer section:first-child div:last-child div div .fab.fa-twitter {
      font-size: 1.5em; }
  body footer section:last-child aside {
    border-bottom: 1px solid #fff;
    margin-top: -40px; }
    body footer section:last-child aside div {
      z-index: 99;
      position: relative;
      top: 20px; }
body #modalNewsletter .modal-dialog .modal-content {
  border: 2px solid #000;
  border-radius: 10px;
  background-color: gray; }
  body #modalNewsletter .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center; }
  body #modalNewsletter .modal-dialog .modal-content .modal-header div {
    position: absolute;
    top: -40px;
    width: 70px;
    height: 70px; }
  body #modalNewsletter .modal-dialog .modal-content .modal-body #emailNewsletter {
    width: 320px; }
  body #modalNewsletter .modal-dialog .modal-content .modal-footer button {
    border-radius: 10px; }

@media (max-width: 768px) {
  .w-max-25 {
    max-width: 25%; } }
/* small */
@media (min-width: 576px) {
  nav {
    font-size: small !important; } }
/* medium */
@media (min-width: 768px) {
  nav {
    font-size: medium !important;
    min-height: 110px !important; }
    nav div a.linkPage .constWidthHeight {
      width: 60px !important;
      height: 60px !important; }

  footer {
    background-color: #000; }
    footer section:first-child div:last-child div div {
      width: 45px !important;
      height: 45px !important; } }
/* large */
/* extra large */

/*# sourceMappingURL=article.css.map */
