/* Begin Additional CSS Styles */
.art-blockheader .t, .art-vmenublockheader .t {white-space: nowrap;}

.banneritem {
    float: left;
}

button.btn.btn-primary.btn-details {
    display: none !important;
}

.details .modal-header {
    display: none !important;
}


/* End Additional CSS Styles */
/* End Additional CSS Styles */

/* ===== JOLIETTE-MODERNE ===== */

html, body {
  height: 100%;
}

#art-main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.art-sheet {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.art-layout-wrapper {
  flex: 1;
}



body {
  background: #f0f0f0 !important;
  min-width: 0 !important;
}

#art-main {
  background: transparent !important;
  width: 100% !important;
}

.art-sheet {
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Header pleine largeur */
.modern-header {
  background: #1a1a1a;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0;
   overflow: visible;
}

.modern-header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modern-logo {
  height: 130px;
  margin-bottom: -50px;
  position: relative;
  z-index: 10;
}

/* Zone de contenu centrée et étroite */
.art-layout-wrapper {
  max-width: 1320px !important;
  margin: 60px auto !important;
  background: #ffffff;
  padding: 0 !important;
}

/* Enlever la bordure autour du contenu */
.art-post {
  border: none !important;
  box-shadow: none !important;
}

/*sidebar*/
.art-content-layout {
  display: table !important;
  width: 100% !important;
}

.art-content-layout-row {
  display: table-row !important;
}

.art-layout-cell.art-sidebar1 {
  display: table-cell !important;
  width: 30% !important;
}

.art-layout-cell.art-content {
  display: table-cell !important;
}

.art-content {
  width: 100% !important;
  padding: 30px 40px !important;
  background: #ffffff;
}

/*sidebar page login*/
.page-login .art-sidebar1 {
  display: none !important;
}


/*page login*/
.page-login .art-postcontent {
    display: flex;
    justify-content: center;
    align-items: center;
  text-align: left;
  font-size:14px;
}

.page-login .art-content input {
    margin-bottom: 10px;
}

.page-login .art-content button.btn.art-button {
    background: #7a9e1c;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
  margin-top: 10px !important;
    margin-bottom: 10px !important;
}


.page-login input[type="checkbox"], input[type="radio"] {
  margin-left:10px;
  margin-bottom:2px;
}



/* Boutons header */
.btn-retour {
  color: #44423c;
  text-decoration: none;
  margin-right: 15px;
  font-size: 13px;
  border: 1px solid #666;
  padding: 10px 14px;
  border-radius: 4px;
  background: #fff;
  font-weight: 600;
}

.btn-retour:hover {
  background: #7a9e1c;
  color: #fff;
}

.btn-contact {
  background: #7a9e1c;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}

.btn-contact:hover {
   background: #fff;
   color: #44423c;
}


/* Footer pleine largeur */
.art-footer {
  background: #2b2b2b !important;
  color: #ffffff !important;
  text-align: center;
  padding: 20px !important;
  width: 100% !important;
}
.art-footer a { color: #ffffff; }
.art-footer a:hover { color:#98a906;}

.art-page-footer {
  background: #2b2b2b !important;
  text-align: center;
  padding: 10px !important;
}
.art-page-footer a { color: #888 !important; }

.modern-footer {
  background: #2b2b2b;
 color: #fff;;
  padding: 40px 0 0 0;
  margin-top: 0px;
}

.modern-footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo img {
  height: 80px;
}

.footer-adresse {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.8;
}

.footer-social a {
  color: #ffffff;
  margin-left: 15px;
  font-size: 20px;
  text-decoration: none;
}

.footer-social a:hover {
color:#98a906;
}


.footer-bloc3 a[href^="tel"] {
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer-copyright {
  text-align: center;
  color: #888;
  font-size: 12px;
  padding: 20px;
  margin-top: 30px;
  border-top: 1px solid #444;
}

.footer-bloc1 {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.footer-logo {
  height: 100px;
}

.footer-bloc2 {
  text-align: center;
}

.footer-bloc3 {
  text-align: right;
  color: #ffffff;
  font-size: 13px;
  line-height: 2;
}

.footer-bloc3 p {
  margin: 0;
  color: #ffffff;
}

.footer-bloc3 i {
  margin-right: 8px;
}

/*responsive*/

@media (max-width: 1060px) and (min-width: 769px) {
  .art-layout-cell.art-sidebar1 {
    width: 235px !important;
  }
}


@media (max-width: 768px) {

  /* Header */
.modern-header-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 20px;
  text-align: center;
}

.modern-header-inner div {
  display: flex;
  justify-content: center;
  width: 100%;
  gap:15px;
}

  .modern-logo {
    height: 100px;
    margin-bottom: 0;
  }

  .btn-retour, .btn-contact {
  display: block;
  text-align: center;
  width: 200px;
}


.art-content-layout {
  display: block !important;
}

.art-content-layout-row {
  display: flex !important;
  flex-direction: column !important;
}

.art-layout-cell.art-sidebar1,
.art-layout-cell.art-content {
  display: block !important;
  width: 100% !important;
}

.art-layout-cell.art-content {
  order: 1;
}

.art-layout-cell.art-sidebar1 {
  order: 2;
  margin-top: 20px;
}
  
  
 /*sidebar login*/
  .page-login .art-layout-cell.art-sidebar1 {
    display: none !important;
}
  
 
 /* Footer */
  .modern-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-bloc3 {
    text-align: center;
  }
  
  .footer-social {
    margin-bottom: 50px;
}

}