html {
  scroll-behavior: smooth;
}

.modular-features {
    text-align: justify;
}

.modular-features .frame-box {
    padding: 1rem 0;
}

.modular-features .frame-box > p {
    margin-left: 0;
    margin-right: 0;
}

.modular-features .feature-icon {
    text-align: center;
}

.modular-features .feature-icon:hover {
    text-align: center;
}


/*.modular-text h1:nth-child(1) {
    margin-top: 0;
}*/

.modular-text .column > img {
    margin-top: 3rem; /*1rem*/
}

/* form */ 
.form-label {
  font-weight: bold;
}

.form-data {
  margin-left: 1rem;
}

.boutonEnvoi {
  margin: 1em;
  padding: 0.2em 2.5em 0.4em 0.5em;
  width: fit-content;
  font-size: 1.15em;
  color: white;
  background-color: #3e8e41;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: 0 10px #3b533b;
}

.boutonEnvoi:hover {
  background-color: #3e8e41;
  box-shadow: 0 9px #466346;
  transform: translateY(1px);
}

.boutonEnvoi:active {
  background-color: #3e8e41;
  box-shadow: 0 4px #666;
  transform: translateY(8px);
}

/* lang selector */
.langswitcher {
    margin-left: 1rem !important;
    margin-right: 2rem !important;
    display: inline-block;
}

.langswitcher li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 1rem;
    font-size: larger;
}

.langswitcher .active {
    font-weight: bold;
    text-decoration: underline;
}

/* blog list */


/* blog item content */
.e-content {
  text-align: justify;
}

.e-content img {
    display: block;
    margin: auto;
    max-width: 65%;
    min-width: 280px;
}

.e-content img.large {
    max-width: 100%;
}

/* image link */
a:hover img {
    opacity: 0.7;
}

/* comments button */
form .buttons {
    margin-top: 1em;
}

/* hline separator */
.hline {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2rem 0;
  padding: 0;
}

/* footer layout */
#footer {
  padding: 1.5rem 1rem;
}
.bottom-mg {
  margin-bottom: 1rem;
}
.to-bottom {
  margin-top: auto;
}

.comment-container {
  background-color: #f7f7f7;
  padding-bottom: 0.5rem;
}

.comment-header {
  margin: 1rem 1rem 0 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /*border: 1px solid grey;
  border-radius: 5px;
  background-color: grey;*/
}

.comment-logo {
  font-size: 2.5rem;
}

.comment-info {
  padding-top: 0.8rem;
  margin-left: 0.5rem;
}

.comment-content {
  margin: 0 1.5rem 0.5rem 1.5rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}