/*
Theme Name: Larivière
Author: Guillaume Hugot <guillaume.hugot@gmail.com>
Version: 1.0
*/

body {
  background-color: #000;
  color: rgba(0, 0, 0, 0.83);
}

.body {
  background-color: #fff;
  margin-top: -1px;
}

a {
  text-decoration: none;
}

.mt-6 {
  margin-top: 4.5rem!important
}

.pb-6 {
  padding-bottom: 4.5rem!important
}

@media (max-width: 767px) {
  .la-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .la-mobile {
    display: none !important;
  }
}

.la-container {
  position: relative;
  margin: 0;
  padding: 1rem 2rem;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .la-container {
    margin: 0 auto;
    padding: 0;
    max-width: 1100px;
  }
}

.la-button1,
.la-button2,
.la-button3,
.la-button4 {
  position: relative;
  overflow: hidden;
  padding: 13px 28px;
  border-radius: 12px;
  font-family: "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  white-space: nowrap;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
} 

.la-button1:hover,
.la-button2:hover,
.la-button3:hover,
.la-button4:hover {
  transform: scale(1.07);
  box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.3);
}

.la-button1:active,
.la-button2:active,
.la-button3:active,
.la-button4:active {
  transform: scale(0.96);
}

.la-button1 {
  background-color: #000;
  color: #fff;
}

.la-button2 {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.83);
}

.la-button3 {
  background-color: #BB1313;
  color: #fff;
}

.la-button4 {
  background-color: #ffed4a;
  color: rgba(0, 0, 0, 0.83);
}

.la-mouse-effect {
  display: inline-block;
  transition: transform 0.2s ease;
}

.la-mouse-effect:hover {
  transform: scale(1.07);
}

.la-mouse-effect:active  {
  transform: scale(0.96);
}

.la-burger {
  cursor: pointer;
}

.la-burger > div {
  background-color: #000;
  width: 25px;
  height: 4px;
  margin-bottom: 5px;
}

.la-posts {
  padding: 0;
}

.la-post {
  display: block;
  font-family: "Lexend", sans-serif;
  list-style-type: none;
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  border-radius: 12px;
}

.la-post.regular {
  display: flex;
}

.la-post.regular .image {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 200px;
  min-width: 200px;
  min-height: 124px;
  border-radius: 12px 0 0 12px;
}

.la-post.regular .title {
  flex-grow: 1;
  padding: 1rem;
  color: #595959;
  font-size: 15px;
}

.la-post.regular .title .type {
  color: #ED282C;
  font-weight: 700;
}

.la-post.regular .title .date {
  color: #ED282C;
}

.la-post.regular .title .name {
  font-family: "Bricolage Grotesque", sans-serif;
  color: rgba(0, 0, 0, 0.83);
  font-weight: 700;
  font-size: 20px;
}

.la-post.regular .buttons {
  padding: 3rem;
}

.la-post.billboard {
  font-family: "Lexend", sans-serif;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.la-post.billboard .filter {
  padding: 1rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  border-radius: 12px;
}

.la-post.billboard .headline {
  color: #fff;
  font-size: 15px;
}

.la-post.billboard .headline .date {
  color: #ED282C;
}

.la-post.billboard .type {
  color: #ED282C;
  font-weight: 700;
  font-weight: 17px;
  font-size: 17px;
  margin-top: 6rem;
}

.la-post.billboard .title {
  display: flex;
}

.la-post.billboard .title .name {
  flex-grow: 1;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-right: 1.5rem;
  min-width: 0;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .la-post.small .title .name {
    font-size: 20px;
  }
}

.la-post.billboard .buttons {
  min-width: 100px;
}

.la-post.billboard .buttons button {
  min-width: 100px;
  font-size: 13px;
  padding: 10px;
}

.la-post.small {
  font-family: "Lexend", sans-serif;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.la-post.small .filter {
  padding: 1rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  border-radius: 12px;
}

.la-post.small .headline {
  color: #fff;
  font-size: 15px;
}

.la-post.small .headline .date {
  color: #ED282C;
}

.la-post.small .headline .type {
  color: #ED282C;
  font-weight: 700;
}

.la-post.small .title {
  display: flex;
}

.la-post.small .title .name {
  flex-grow: 1;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-right: 1.5rem;
  min-width: 0;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .la-post.small .title .name {
    font-size: 20px;
  }
}

.la-post.small .buttons {
  min-width: 100px;
}

.la-post.small .buttons button {
  min-width: 100px;
  font-size: 13px;
  padding: 10px;
}

header {
  background-color: #fff;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  header {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}

header .header-container {
    background-image: linear-gradient(to right, transparent, #666, transparent);
    background-size: 100% 0.5px;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media (min-width: 768px) {
  header .header-container {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  header .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

header .logo
{
  display: block; 
}

header .logo img {
  width: 125px;
  height: 60px;
}
@media (min-width: 768px) {
  header .logo img {
    position: absolute;
    width: 174px;
    height: 83px;
    margin-top: -7px;
  }
}

header .menu {
  display: flex;
}

/* menu */
header .menu .menu-navbar {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: right;
}

header .menu .menu-navbar a,
header .menu .menu-navbar .a
{
  font-family: "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  text-align: center;
  padding: 14px 6px;
  margin-right: 1.5rem;
}

header .menu .menu-dropdown {
  float: left;
  overflow: hidden;
  font-family: Arial, sans-serif;
  margin-right: 1.5rem;
}

header .menu .menu-dropdown .menu-dropbtn {
  font-family: "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.83);
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  padding: 14px 6px;
}

header .menu .menu-dropdown .menu-dropbtn a,
header .menu .menu-dropdown .menu-dropbtn .a
{
  padding: 0;
}

header .menu .menu-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  z-index: 99999;
}

header .menu .menu-dropdown-content a,
header .menu .menu-dropdown-content .a {
  float: none;
  color: #000;
  padding: 12px 16px;
  font-family: "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  display: block;
  text-align: left;
}

header .menu .menu-dropdown:hover .menu-dropdown-content,
header .menu .menu-dropdown:hover .menu-dropdown-content-search
{
  display: block;
}
/* end */

header .bi-person-circle {
  width: 32px;
  height: 32px;
  color: #6E6E6E;
  margin-right: 0.5rem;
}

header .menu .name a {
  font-family: "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.83);
  line-height: 20px;
}

.alertend-wrapper {
  margin-top: -1rem;
}

.alertend {
  background-color: #fef538;
  font-family: "Lexend", sans-serif;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 13px;
}
@media (min-width: 768px) {
  .alertend {
    font-size: 16px;
  }
}

.alertend a {
  min-width: 120px;
  font-size: 13px;
    padding: 10px;

}
@media (min-width: 768px) {
  .alertend a {
    font-size: 14px;
    padding: 13px 28px;
  }
}

h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.83);
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.excerp {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.83);
  width: 100%;
}

.participation {
  position: relative;
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  border-radius: 12px;
  padding: 2rem;
}

.participation-container .participation {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.participation .subscribe {
  display: none;
}

.participation.active .subscribe {
  display: block;
}

.participation.active .non-subscribe {
  display: none;
}

.participation::before {
  content: ' ';
  position: absolute;
  top: -5px;
  left: 10%;
  width: 80%;
  display: block;
  background: #ED282C;
  height: 10px;
}

.participation .title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.participation p span {
  font-weight: 700;
}


.participation form {
  text-align: center;
}

.participation form input,
.participation form .input {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  margin: 0 auto;
  border: 1px solid #E8E8E8;
  background: #efefef;
  border-radius: 12px;
  padding: 5px 20px;
  width: 100%;
}

.participation .error {
  display: none;
  color: #ED282C;
}

.participation .error.active {
  display: block;
}

.participation .date {
  color: #ED282C;
  font-size: 12px;
}

.participation .date span {
  font-weight: 700;
}

footer {
  color: #fff;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
}

footer > div {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  footer > div {
    margin-bottom: 0;
    flex: 1 0 0;
  }
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer .logo img {
  width: 174px;
  height: 83px;
}
@media (min-width: 768px) {
  footer .logo img {
    width: 130px;
    height: 62px;
  }
}

footer .title {
  font-weight: 700;
}

footer .social svg {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  footer .social svg {
    width: 25px;
    height: 25px;
  }
}

footer .menu a {
  font-size: 16px;
  display: block;
}
@media (min-width: 768px) {
  footer .menu a {
    font-size: 13px;
  }
}

footer .magazine img {
  max-width: 100px;
}

.mobile-menu {
  position: fixed;
  background-color: #fff;
  box-shadow: 8px 0 4px -2px rgba(0, 0, 0, 0.25);
  top: 0;
  left: -75rem;
  height: 100vh;
  width: 75vw;
  text-align: left;
  overflow-y: scroll;
  padding: 2rem;
  transition: left 0.3s ease;
}

.mobile-menu.opened {
  left: 0;
}

.mobile-menu .bi-x-circle {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 30px;
  height: 30px; 
  cursor: pointer;
}

.mobile-menu .bi-person-circle {
  width: 32px;
  height: 32px;
  color: #6E6E6E;
  margin-right: 0.5rem;
}

.mobile-menu .menu-link,
.mobile-menu .account a {
  font-family: "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.83);
}

.mobile-menu-submenu-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.mobile-menu-submenu-content.opened {
  max-height: 800px;
}

.mobile-menu .menu-sublink {
  font-family: "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  font-weight: 300;
  padding-right: 1.5rem;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.83);
}

.mobile-menu .magazine img {
  max-width: 70%;
}

.single .ariane a {
  color: #BB1313;
  text-decoration: none;
}

.post-legal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
}
.post-legal.visible {
  display: block;
}

.post-legal .post-legal-wrapper {
  position: relative;
  display: block;
  background: #fff;
  border: 5px solid #ccc;
  border-radius: 20px;
  margin: 10vh 20px;
  max-height: 90vh;
}
@media (min-width: 768px) {
  .post-legal .post-legal-wrapper {
    margin: 10vh 20vw;
  }
}

.post-legal .post-legal-wrapper .legal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.post-legal .post-legal-wrapper .post-legal-content {
  padding: 70px 50px 50px 50px;
  max-height: calc(90vh - 100px);
  overflow-y: scroll;
}

.page-template-homepage header {
  padding-bottom: 0;
}

.page-template-homepage .alertend-wrapper {
  display: none;
}

.page-template-homepage .hero {
  background-image: url('/wp-content/themes/lariviere/images/background4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-template-homepage .hero .hero-content {
  position: absolute;
  text-align: center;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .page-template-homepage .hero .hero-content {
    top: 250px;
    padding: 0;
  }
}

.page-template-homepage .hero h1 {
  font-size: 37px;
  line-height: 45px;
  text-transform: none;
  color: #fff;
  text-shadow:
    0 0 3px rgba(0, 0, 0, 0.7),
    0 0 6px rgba(0, 0, 0, 0.4),
    1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .page-template-homepage .hero h1 {
    font-size: 47px;
    line-height: 52px;
  }
}

.page-template-homepage .hero a.la-button2 {
  margin-top: 5rem;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .page-template-homepage .hero a.la-button2 {
    margin-top: 4rem;
  }
}

.page-template-homepage .hero .filter {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  padding-bottom: 350px;
}
@media (min-width: 768px) {
  .page-template-homepage .hero .filter {
    padding-bottom: 500px;
  }
}

.page-template-homepage .expertises .expertise {
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  border-radius: 18px;
}

.page-template-homepage .expertises .expertise h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.page-template-homepage .expertises .expertise p {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  color: #6E6E6E;
}

.page-template-homepage .expertises .expertise a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #656363;
  text-decoration: none;
}

.page-template-homepage .section-top-title {
  color: #BB1313;
  text-transform: uppercase;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
}
@media (min-width: 768px) {
  .page-template-homepage .section-top-title {
    font-size: 15px;
  }
}

.page-template-homepage .section-title {
  color: rgba(0, 0, 0, 0.83);
  text-transform: uppercase;
  font-family: "Lexend", sans-serif;
  font-size: 21px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-template-homepage .section-title {
    font-size: 28px;
  }
}

.page-template-homepage .section-see-all {
  color: rgba(0, 0, 0, 0.83);
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.page-template-homepage .how {
  background-color: #eaeaea;
}

.page-template-homepage .how p {
  color: #6E6E6E;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
}

.page-template-homepage .how .box {
  background: #ffffff;
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  border-radius: 12px;
  padding: 3rem 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .page-template-homepage .how .box {
    padding: 3rem;
  }
}

.page-template-homepage .how .box p {
  color: rgba(0, 0, 0, 0.83);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.page-template-homepage .how .box p span {
  color: #BB1313;
}

.page-template-homepage .comments .quote {
  color: #D0021B;
  font-family: "Bricolage Grotesque";
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  top: 30px;
  text-transform: capitalize;
  position: relative;
}

.page-template-homepage .question .quest {
  color: rgba(0, 0, 0, 0.83);
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.page-template-homepage .question .quest .circle {
  display: block;
  position: relative;
  border: 1px solid #6E6E6E;
  color: #6E6E6E;
  width: 30px;
  height: 30px; 
  border-radius: 15px;
  float: left;
}

.page-template-homepage .question .quest .circle svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 4px;
  transition: transform 0.3s ease;
}

.page-template-homepage .question:hover .circle svg {
    transform: rotate(90deg);
}

.page-template-homepage .question .answer {
  padding-left: 2rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.page-template-homepage .question.opened .answer {
  max-height: 800px;
}

.page-template-homepage .question.opened .circle svg {
    transform: rotate(90deg);
}

.page-template-authentification .subscribe {
  background-color: #eaeaea;
}

.page-template-authentification .box {
  display: block;
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  border-radius: 18px;
  padding: 2rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.page-template-authentification .box h1 {
  color: rgba(0, 0, 0, 0.83);
  position: relative;
  top: 0;
  text-transform: none;
  font-size: 25px;
  width: 100%;
}

.page-template-authentification .box p,
.page-template-authentification .box li {
  color: #6E6E6E;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
}

.page-template-authentification .box ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.page-template-signin .box {
  display: block;
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  border-radius: 18px;
  padding: 3rem;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.page-template-signin .box h1 {
  color: rgba(0, 0, 0, 0.83);
  position: relative;
  top: 0;
  text-transform: none;
  text-align: center;
  font-size: 25px;
  width: 100%;
}

.page-template-signin .box .content {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  text-align: center;
}

.page-template-signin .box input {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  padding: 5px 20px;
  display: block;
}

.page-template-signin .box input::placeholder {
  color: rgba(188, 188, 188, 0.83);
}

.page-template-signin .box button {
  margin: 0 auto;
  display: block;
}

.page-template-account .page-title {
  font-family: "Lexend", sans-serif;
  font-size: 34px;
  color: #000;
}

.page-template-account .page-title span {
  font-weight: 700;
}

.page-template-account .box {
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  border-radius: 18px;
  padding: 2rem 1.5rem;
}

.page-template-account .box a {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.page-template-account .box a.active {
  color: #BB1313;
}

.page-template-account .subscription {
  border: 1px solid #ccc;
  border-radius: 18px;
  display: flex;
  font-family: "Lexend", sans-serif;
}

.page-template-account .subscription img {
  max-width: 125px;
}

.page-template-account .subscription .title {
  font-weight: bold;
  font-size: 18px;
}

.page-template-account .subscription ul {
  list-style-type: none;
  padding: 0;
  color: #6E6E6E;
}

.page-template-account .avis textarea,
.page-template-account .avis .textarea {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  width: 100%;
  height: 150px;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  padding: 5px 20px;
  display: block;
}

.page-template-account .avis button {
  display: block;
  margin: 0 auto;
}

.page-template-homepage .comment .tag,
.page-template-comments .comment .tag {
  background: #eee;
  color: #D0021B;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.page-template-homepage .comment p,
.page-template-comments .comment p{
  font-size: 13px;
}

.page-template-homepage .comment img,
.page-template-comments .comment img {
  max-width: 100%;
}

.jeuxconcours-template-default h1,
.avantages-template-default h1,
.rencontres-template-default h1 {
  text-transform: none;
  font-size: 25px;
  line-height: 30px;
}

.jeuxconcours-template-default .description,
.avantages-template-default .description,
.rencontres-template-default .description {
  color: #6E6E6E;
}

.jeuxconcours-template-default .thumbnail,
.avantages-template-default .thumbnail,
.rencontres-template-default .thumbnail {
  width: 100%;
  max-width: 100%;
}