/* categories colors */
/* caterories colors */
/**
 * Helper mixins
*/
.node--type-livre-des-experts.node--view-mode-minimal-teaser {
  box-shadow: 0 5px 20px rgba(34, 36, 46, 0.07);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:991px) {
  .node--type-livre-des-experts.node--view-mode-minimal-teaser {
    padding: 0 0 1rem 0;
    flex-direction: column;
    overflow: auto;
  }
}
.node--type-livre-des-experts.node--view-mode-minimal-teaser .left {
  width: 150px;
  height: 232px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  .node--type-livre-des-experts.node--view-mode-minimal-teaser .left {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.node--type-livre-des-experts.node--view-mode-minimal-teaser .left img {
  position: absolute;
  width: auto;
  height: 232px;
  object-fit: cover;
}
@media only screen and (max-width:991px) {
  .node--type-livre-des-experts.node--view-mode-minimal-teaser .left img {
    position: static;
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 auto;
  }
}
.node--type-livre-des-experts.node--view-mode-minimal-teaser .right {
  width: calc(100% - 150px - 2rem);
  max-height: 232px;
  padding: 1rem 1rem 1rem 0;
}
@media only screen and (max-width:991px) {
  .node--type-livre-des-experts.node--view-mode-minimal-teaser .right {
    width: auto;
    max-height: unset;
    padding: 1rem;
  }
}
.node--type-livre-des-experts.node--view-mode-minimal-teaser .right h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.node--type-livre-des-experts.node--view-mode-minimal-teaser .right .field--name-field-voting form {
  display: flex;
}
.node--type-livre-des-experts.node--view-mode-minimal-teaser .right .field--name-field-voting form .form-item {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width:991px) {
  .node--type-livre-des-experts.node--view-mode-full {
    padding: 0 2rem;
  }
}
.node--type-livre-des-experts.node--view-mode-full h1 {
  margin: 0 auto;
  max-width: 1170px;
  text-align: center;
}
.node--type-livre-des-experts.node--view-mode-full p {
  margin-bottom: 1rem;
}
.node--type-livre-des-experts.node--view-mode-full .widgets {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}
.node--type-livre-des-experts.node--view-mode-full .widgets .vote-form {
  display: flex;
}
.node--type-livre-des-experts.node--view-mode-full .widgets .form-item {
  margin-bottom: 0;
  margin-top: 0;
}
.node--type-livre-des-experts.node--view-mode-full .widgets .br-widget {
  display: flex;
  justify-content: center;
}
.node--type-livre-des-experts.node--view-mode-full .chapeau {
  margin: 0 auto;
  max-width: 670px;
  text-align: center;
}
.node--type-livre-des-experts.node--view-mode-full .a2a_kit {
  display: flex;
  justify-content: center;
}
.node--type-livre-des-experts.node--view-mode-full .a2a_kit a {
  background: var(--primary-color-light);
  border-radius: 1.5rem;
  padding: 0.4rem;
  margin: 0 0.5rem;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.node--type-livre-des-experts.node--view-mode-full .a2a_kit a img {
  max-height: 1.4rem;
  fill: #000;
}
.node--type-livre-des-experts.node--view-mode-full .image {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.node--type-livre-des-experts.node--view-mode-full .image img {
  width: 270px;
  height: auto;
  object-fit: cover;
  margin: 2rem auto;
}
.node--type-livre-des-experts.node--view-mode-full .field__label {
  display: none;
}
.node--type-livre-des-experts.node--view-mode-full .body {
  margin: 0 auto;
  max-width: 770px;
  width: 100%;
  padding: 0;
}
.node--type-livre-des-experts.node--view-mode-full .comments {
  padding: 0;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.node--type-livre-des-experts.node--view-mode-full .comments .field--name-comment {
  padding: 0;
}
.node--type-livre-des-experts.node--view-mode-full .comments .field--name-comment h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.node--type-livre-des-experts.node--view-mode-full .login_form {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  max-width: max-content;
  margin: 50px auto;
  padding: 45px;
  width: 100%;
}
.node--type-livre-des-experts.node--view-mode-full .login_form h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #22242E;
  margin-bottom: 40px;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc {
  max-width: 438px;
  padding: 0;
  margin: 0 auto;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc nav {
  display: none;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc label {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #22242E;
  margin-bottom: 17px;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc .input {
  margin-bottom: 17px;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc .input input {
  background: #FFFFFF;
  border: 1.5px solid #BFC9D5;
  border-radius: 12px;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc .forget {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: var(--primary-color, #2598FF);
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc #loginInc {
  width: 100%;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc #loginInc .connexion-reseau ul li {
  width: 50%;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc button {
  display: flex;
  margin: 24px auto 16px auto;
  height: 48px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc .or-choice {
  margin: 17px 0;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc .no-account {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #22242E;
}
.node--type-livre-des-experts.node--view-mode-full .login_form .ctnrLoginInc .no-account a {
  color: var(--primary-color, #2598FF);
  font-weight: 700;
}

@media only screen and (max-width:991px) {
  .views-livres {
    padding: 0 2rem;
  }
}
.views-livres .header {
  margin-bottom: 2rem;
}
