@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap");
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translate(-10rem);
  }
  80% {
    transform: translate(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translate(20rem);
  }
  80% {
    transform: translate(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInLCA {
  0% {
    transform: translateY(6rem);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes AmineSlogan {
  0% {
    opacity: 1;
    transform: translateY(3rem);
    color: #000;
  }
  100% {
    color: #00aeef;
    opacity: 1;
    transform: translate(0);
  }
}
* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  padding-bottom: 6rem;
}

.heading-primary-main {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 2rem;
  animation-name: moveInLeft;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
}

.heading-primary-sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  animation: moveInRight 5s ease-in-out;
  color: #7DAD04;
}

.heading-primary-pageone {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 2rem;
  animation-name: moveInLeft;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
}

.slogan-heading {
  display: block;
  color: #000;
  margin-top: 20vh;
  font-size: 4rem;
}

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #035e80, #87defd);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
}
.heading-secondary:hover {
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}

.slogan__paragraphe {
  display: block;
  color: #000;
  margin-top: 2rem;
  font-size: 2rem;
}

.u-center-text {
  text-align: center;
}

.u-margin-bottom-small {
  margin-bottom: 2rem;
}

.u-margin-bottom-mediun {
  margin-bottom: 4rem;
}

.u-margin-bottom-big {
  margin-bottom: 8rem;
}

.u-margin-top-small {
  margin-top: 2rem;
}

.u-margin-top-mediun {
  margin-top: 4rem;
}

.u-margin-top-big {
  margin-top: 8rem;
}

.cards_service {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}

.cards_service h3 {
  padding-left: 0;
}

@media only screen and (max-width: 1000px) {
  .cards_service {
    flex-direction: column;
    margin: 10px;
    height: auto;
  }
}
.carte {
  cursor: pointer;
  width: 340px;
  height: 480px;
  position: relative;
  margin-bottom: 20px;
}

.devant, .derriere {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  position: absolute;
  transition: transform 0.6s linear;
  background-color: rgba(0, 0, 0, 0.2);
}

.devant img {
  height: 100%;
  width: 100%;
  opacity: 100%;
}

.devant h3 {
  width: 100%;
  margin-top: 25px;
  color: #7DAD04;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.entreprisetitre {
  color: #7DAD04 !important;
}

.entreprisetexte {
  color: #fff !important;
}

.enbas {
  top: 90% !important;
}

.devant p {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: 600;
  color: #7DAD04;
  text-align: center;
  background-color: #fff;
}

.devant {
  transform: perspective(600px) rotateY(0deg);
  background: url(../img/27230.jpg);
  background-position: top;
}

.derriere {
  background: #f1f1f1;
  transform: perspective(600px) rotateY(180deg);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.contenu-carte {
  position: relative;
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.contenu-carte h2 {
  color: linear-gradient(253deg, #7DAD04);
  display: block;
  padding-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.contenu-carte p {
  font-size: 12px;
  font-weight: 600;
  text-align: justify;
}

.contenu-carte a {
  position: absolute;
  left: 50px;
  bottom: -50px;
  width: 200px;
  text-align: center;
  width: 200px;
  padding: 10px 10px;
  background: linear-gradient(135deg, transparent 5%, #f1f1f1 20%, white 50%, #f1f1f1 80%, transparent 95%);
  border-radius: 5px;
  text-decoration: none;
  color: #7DAD04;
  font-size: 1em;
  border: 2px solid #7DAD04;
}

.contenu-carte .sophrologie {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}

.carte:hover .devant {
  transform: perspective(600px) rotateY(-180deg);
}

.carte:hover .derriere {
  transform: perspective(600px) rotateY(0deg);
}

.imgicon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.imgicon img {
  width: 200px;
}

.lescartes_events {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
}

.card {
  background-color: #000;
  border: 1px solid #7DAD04;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  width: 300px;
}

.card img {
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 5px;
}

.card-content {
  padding: 15px;
}

.card-title {
  font-size: 1.2em;
  margin: 0 0 10px;
  color: #7DAD04;
}

.card-date {
  font-size: 0.9em;
  color: #fff;
  margin-bottom: 15px;
}

.btn-favorite {
  display: inline-block;
  padding: 10px 15px;
  background-color: #7DAD04;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9em;
  cursor: pointer;
}

.btn-favorite:hover {
  background-color: #e91e63;
}

.lescartes_actus {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
}

.card_actus {
  position: relative;
  width: 300px;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

/* Superposition de contenu */
.card_actus-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4); /* Fond semi-transparent */
  color: white;
  text-align: left;
}

.card_actus-title {
  font-size: 1.5em;
  margin: 0;
}

.card_actus-date,
.card_actus-category {
  font-size: 0.9em;
  margin: 5px 0;
}

.card_actus-category {
  color: #7DAD04; /* Couleur spécifique pour la catégorie */
}

.btn-more {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ff4081;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  margin-top: 10px;
}

.btn-more:hover {
  background-color: #e91e63;
}

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn--white {
  background-color: #fff;
  color: #777;
}
.btn--white::after {
  background-color: #fff;
}
.btn--blue {
  background-color: #87defd;
  color: #fff;
}
.btn--blue::after {
  background-color: #87defd;
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn--animated {
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}

.btn-text:link, .btn-text:visited {
  font-size: 1.6rem;
  color: #00aeef;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #00aeef;
  padding: 3px;
  transition: all 0.2s;
}
.btn-text:hover {
  background-color: #00aeef;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.contact-message {
  text-align: center;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}

.contact-form input, .contact-form textarea {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-bottom: 3px solid #87defd;
  display: block;
  transition: all 0.3s;
}

.zone__input {
  max-width: 100%;
  margin-bottom: 2rem;
}

.form__textarea {
  height: 10rem;
  width: 100%;
  resize: vertical;
}

.zone__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #00aeef;
}

.zone__input:focus:invalid {
  border-bottom: 3px solid #035e80;
}

.zone__input::-webkit-input-placeholder {
  color: #999;
}

.form__textarea:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #00aeef;
}

.form__textarea:focus:invalid {
  border-bottom: 3px solid #035e80;
}

.form__textarea::-webkit-input-placeholder {
  color: #999;
}

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
}

.zone__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}

.form__textarea:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}

.form__envoyer {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.contact {
  position: relative;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
}

.contact .contact_content {
  max-width: 800px;
  text-align: center;
}

.contact .contact_content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
}

.contact .contact_content .box p {
  font-weight: 300;
  color: #000;
}

.contact_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.contact_container .contact_info {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contact_container .contact_info .box {
  position: relative;
  padding: 20px 0;
  display: flex;
}

.contact_container .contact_info .box .icon {
  min-width: 60px;
  height: 60px;
  background: #7DAD04;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}

.contact_container .contact_info .box .text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}

.contact_container .contact_info .box .text h3 {
  font-size: 22px;
  font-weight: 500;
  color: #7DAD04;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

.contact_container .contact_info .box .text p {
  color: #fff;
  font-size: 16px;
}

.contact_form {
  width: 40%;
  padding: 40px;
  background: #fff;
}

.contact_form h2 {
  font-size: 30px;
  color: #7DAD04;
  font-weight: 500;
}

.contact_form .inputbox {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact_form .inputbox input,
.contact_form .inputbox textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #7DAD04;
  outline: none;
  resize: none;
}

.contact_form .inputbox span {
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
}

.contact_form .inputbox input:focus ~ span,
.contact_form .inputbox input:valid ~ span,
.contact_form .inputbox textarea:focus ~ span,
.contact_form .inputbox textarea:valid ~ span {
  color: #7DAD04;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact_form .inputbox input[type=submit] {
  width: 100%;
  background: #7DAD04;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .contact {
    padding: 20px;
  }
  .contact_container {
    flex-direction: column;
  }
  .contact_container .contact_info,
  .contact_container .contact_form {
    margin-bottom: 40px;
    width: 100%;
  }
  .contact_content {
    width: 100%;
  }
  .contact_container .contact_info .box .text p {
    font-size: 12px;
  }
}
.row {
  margin: 0 auto;
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 0 3rem;
  }
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row [class^=col-] {
  float: left;
}
.row [class^=col-]:not(:last-child) {
  margin-right: 6rem;
}
.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}
.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
}
.row .col-1-of-4 {
  width: calc((100% - 3 * 6rem) / 4);
}
.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
}
.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
}

header {
  height: 105vh;
  background-image: linear-gradient(to right bottom, rgba(69, 70, 69, 0.8), rgba(0, 0, 0, 0.8)), url(../img/background.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 95vh, 0 100%);
}

.logo-box {
  margin-top: 4rem;
  margin-left: 4rem;
}

.logo {
  height: 10rem;
}

.header-content {
  width: 100%;
  height: 100%;
  margin-top: 250px;
  align-items: center;
  padding-left: 100px;
}

.header-menu {
  margin: 20px auto;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content p {
  color: #fff;
}

.btn-accueil {
  border-radius: 10px;
  color: #222731;
  background: #f1f1f1;
  text-align: center;
  font-size: 18px;
  display: block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-decoration: none;
  margin: 30px auto 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn-accueil:hover {
  background: #7DAD04;
  color: #f1f1f1;
}

.text-box {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box_annexe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.animation-lca {
  width: 3rem;
  height: 3rem;
  animation-name: moveInLCA;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

footer {
  width: 100%;
  background-color: #333;
}

.main-content {
  display: flex;
}

.main-content .box {
  flex-basis: 50%;
  padding: 10px 20px;
}

.footer__logo {
  height: 5rem;
  margin-top: 1rem;
}

.box h2 {
  margin-top: 3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.box h3 {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.box .content {
  margin: 20px 0 0 0;
  position: relative;
}

.box .content:before {
  position: absolute;
  content: "";
  top: -10px;
  height: 2px;
  width: 100%;
  background: #fff;
}

.box .content:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15%;
  background: #7DAD04;
  top: -10px;
}

.left .content p, .center .content p {
  font-size: 1.2rem;
  color: #fff;
  text-align: justify;
  width: 80%;
}

.center .content .social {
  margin: 20px 0 0 0;
  text-align: center;
}

.center .content .social a {
  padding: 0 10px;
}

.center .content .social a span {
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #7DAD04;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.center .content .social a span:hover {
  color: #7DAD04;
  background-color: #fff;
}

.right .liens a span {
  color: #fff;
  font-size: 1.2rem;
}

.right .liens a {
  text-decoration: none;
}

.right .liens a span:hover {
  color: #7DAD04;
}

.bottom center {
  padding: 5px;
  font-size: 1rem;
  background: #7DAD04;
}

.bottom center span {
  color: #fff;
  font-size: 1rem;
}

.bottom center a {
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}

.bottom center a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  footer {
    position: relative;
    bottom: 0px;
  }
  .main-content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box {
    margin: 5px 0;
    padding: 10px 10px;
  }
  .left .content p {
    width: 100%;
  }
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-left: 20px;
  position: relative;
  z-index: 3;
}

.logo img {
  height: 250px;
}

.nav-links {
  display: flex;
  margin-top: 25px;
  padding-right: 100px;
  padding-left: 25px;
  list-style: none;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px 0 0 20px;
}

.nav-links li {
  margin: 0 15px;
  padding: 10px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #7DAD04;
  border-bottom: 3px solid #7DAD04;
}

/* Menu burger */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #7DAD04;
  margin: 4px 0;
  transition: 0.4s;
}

/* Styles responsives */
@media (max-width: 768px) {
  .navbar {
    width: 100%;
  }
  .navbar.active {
    height: 600px;
  }
  .logo img {
    height: 150px;
  }
  .nav-links {
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.5s;
  }
  .nav-links.active {
    left: 0;
  }
  .nav-links li {
    margin: 20px 0;
    padding-left: 20px;
  }
  .nav-links:hover li {
    margin: 20px 0;
    padding-left: 20px;
    color: #00aeef;
  }
  .menu-toggle {
    display: flex;
    padding: 10px;
  }
}
.events {
  width: 100%;
  height: 70vh;
}

.actus {
  width: 100%;
  height: 70vh;
  background-color: black;
}

.lereseaumv {
  margin-top: -200px;
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(67.5deg, rgb(6, 6, 6) 0%, rgb(6, 6, 6) 6%, rgb(29, 29, 29) 6%, rgb(29, 29, 29) 57%, rgb(52, 52, 52) 57%, rgb(52, 52, 52) 58%, rgb(75, 75, 75) 58%, rgb(75, 75, 75) 79%, rgb(97, 97, 97) 79%, rgb(97, 97, 97) 93%, rgb(120, 120, 120) 93%, rgb(120, 120, 120) 95%, rgb(143, 143, 143) 95%, rgb(143, 143, 143) 100%), linear-gradient(90deg, rgb(6, 6, 6) 0%, rgb(6, 6, 6) 6%, rgb(29, 29, 29) 6%, rgb(29, 29, 29) 57%, rgb(52, 52, 52) 57%, rgb(52, 52, 52) 58%, rgb(75, 75, 75) 58%, rgb(75, 75, 75) 79%, rgb(97, 97, 97) 79%, rgb(97, 97, 97) 93%, rgb(120, 120, 120) 93%, rgb(120, 120, 120) 95%, rgb(143, 143, 143) 95%, rgb(143, 143, 143) 100%), linear-gradient(135deg, rgb(6, 6, 6) 0%, rgb(6, 6, 6) 6%, rgb(29, 29, 29) 6%, rgb(29, 29, 29) 57%, rgb(52, 52, 52) 57%, rgb(52, 52, 52) 58%, rgb(75, 75, 75) 58%, rgb(75, 75, 75) 79%, rgb(97, 97, 97) 79%, rgb(97, 97, 97) 93%, rgb(120, 120, 120) 93%, rgb(120, 120, 120) 95%, rgb(143, 143, 143) 95%, rgb(143, 143, 143) 100%), linear-gradient(0deg, rgb(6, 6, 6) 0%, rgb(6, 6, 6) 6%, rgb(29, 29, 29) 6%, rgb(29, 29, 29) 57%, rgb(52, 52, 52) 57%, rgb(52, 52, 52) 58%, rgb(75, 75, 75) 58%, rgb(75, 75, 75) 79%, rgb(97, 97, 97) 79%, rgb(97, 97, 97) 93%, rgb(120, 120, 120) 93%, rgb(120, 120, 120) 95%, rgb(143, 143, 143) 95%, rgb(143, 143, 143) 100%), linear-gradient(90deg, rgb(8, 8, 8), rgb(125, 173, 4));
  background-blend-mode: overlay, overlay, overlay, overlay, normal;
}

.lereseaumv-vb {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(67.5deg, rgb(6, 6, 6) 0%, rgb(6, 6, 6) 6%, rgb(29, 29, 29) 6%, rgb(29, 29, 29) 57%, rgb(52, 52, 52) 57%, rgb(52, 52, 52) 58%, rgb(75, 75, 75) 58%, rgb(75, 75, 75) 79%, rgb(97, 97, 97) 79%, rgb(97, 97, 97) 93%, rgb(120, 120, 120) 93%, rgb(120, 120, 120) 95%, rgb(143, 143, 143) 95%, rgb(143, 143, 143) 100%), linear-gradient(90deg, rgb(6, 6, 6) 0%, rgb(6, 6, 6) 6%, rgb(29, 29, 29) 6%, rgb(29, 29, 29) 57%, rgb(52, 52, 52) 57%, rgb(52, 52, 52) 58%, rgb(75, 75, 75) 58%, rgb(75, 75, 75) 79%, rgb(97, 97, 97) 79%, rgb(97, 97, 97) 93%, rgb(120, 120, 120) 93%, rgb(120, 120, 120) 95%, rgb(143, 143, 143) 95%, rgb(143, 143, 143) 100%), linear-gradient(135deg, rgb(6, 6, 6) 0%, rgb(6, 6, 6) 6%, rgb(29, 29, 29) 6%, rgb(29, 29, 29) 57%, rgb(52, 52, 52) 57%, rgb(52, 52, 52) 58%, rgb(75, 75, 75) 58%, rgb(75, 75, 75) 79%, rgb(97, 97, 97) 79%, rgb(97, 97, 97) 93%, rgb(120, 120, 120) 93%, rgb(120, 120, 120) 95%, rgb(143, 143, 143) 95%, rgb(143, 143, 143) 100%), linear-gradient(0deg, rgb(6, 6, 6) 0%, rgb(6, 6, 6) 6%, rgb(29, 29, 29) 6%, rgb(29, 29, 29) 57%, rgb(52, 52, 52) 57%, rgb(52, 52, 52) 58%, rgb(75, 75, 75) 58%, rgb(75, 75, 75) 79%, rgb(97, 97, 97) 79%, rgb(97, 97, 97) 93%, rgb(120, 120, 120) 93%, rgb(120, 120, 120) 95%, rgb(143, 143, 143) 95%, rgb(143, 143, 143) 100%), linear-gradient(90deg, rgb(8, 8, 8), rgb(125, 173, 4));
  background-blend-mode: overlay, overlay, overlay, overlay, normal;
  display: flex;
  align-items: center;
}

.contact {
  width: 100%;
  height: 80vh;
  background-color: black;
}

.events h2, .actus h2, .lesoffres h2, .contact h2 {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  animation: moveInRight 5s ease-in-out;
  color: #7DAD04;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}

.lesoffres p {
  text-align: center;
}

.article {
  padding: 250px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.article-vb {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.article p, .article-vb p {
  color: #fff;
  text-align: justify;
  padding: 5px;
}

.article img, .article-vb img {
  border-radius: 25px;
}

.signature {
  font-family: "Herr Von Muellerhoff", cursive;
  color: #7DAD04 !important;
  font-size: 40px;
  width: 80%;
  text-align: right !important;
}

/*# sourceMappingURL=tams-editions.css.map */
