/*
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
$p1 : 'Lora', serif;*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap");
html, body {
  padding: 0;
  margin: 0;
  font-size: 1.07em;
  letter-spacing: 0.03em;
  font-family: "Nunito", sans-serif;
  background: rgb(255, 255, 255);
  color: rgb(41, 41, 41);
  text-align: justify;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 1.07em;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.5em;
  box-sizing: border-box;
}

h1 {
  font-family: "Julee", cursive;
  font-weight: 400;
}

h2 {
  font-family: "Fondamento", cursive;
  font-weight: 400;
  color: rgb(47, 47, 47);
}

h3 {
  color: rgb(36, 96, 122);
}

h4 {
  font-size: 1.1em;
  color: rgb(36, 96, 122);
}

strong {
  font-weight: 700;
  color: rgb(36, 96, 122);
}

em {
  color: rgb(0, 73, 95);
}

input, textarea {
  font-size: inherit;
  font-family: inherit;
  outline: none;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.strong_plus {
  font-size: 1.2em;
}

.center {
  text-align: center;
}

.main_titre {
  font-size: 3em;
  text-align: center;
  color: rgb(56, 56, 56);
}

.main {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .main {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .main {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .main {
    width: 80%;
  }
}
@media screen and (max-width: 720px) {
  .main {
    width: 90%;
  }
  .citation {
    width: 90%;
  }
  .citation--auteur {
    width: 90%;
  }
}
.separation {
  width: 50%;
  height: 3px;
  background: rgba(51, 51, 51, 0.219);
  margin: auto;
  margin-bottom: 50px;
}

.bouton {
  background: rgb(32, 94, 136);
  font-family: inherit;
  font-size: 1.1em;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 7px 20px;
  z-index: 3;
}
.bouton:hover {
  background: #2a7bb1;
  cursor: pointer;
}

.bouton2 {
  background: rgb(233, 154, 50);
  font-family: inherit;
  font-size: 1.1em;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 7px 20px;
  z-index: 2;
}
.bouton2:hover {
  background: #2a7bb1;
  cursor: pointer;
}

.lien {
  color: #307fa1;
  text-decoration: underline;
  font-weight: 800;
}
.lien:hover {
  color: #FFAF3D;
}

.lien_2 {
  color: #d67e00;
  font-weight: 800;
}
.lien_2:hover {
  color: #FFAF3D;
}

.lien_3 {
  font-weight: bold;
  color: rgb(236, 158, 12);
  padding: 0 5px;
}
.lien_3:hover {
  text-decoration: underline;
}

.bg_img {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0px;
}
.bg_img--justice {
  object-position: 0% 20%;
}

.image1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.image1 img {
  border: 3px solid rgb(36, 96, 122);
  max-width: 100%;
  max-height: 500px;
  position: relative;
  box-shadow: 2px 3px 3px rgb(125, 125, 125);
  border-radius: 9px;
}
.image1 p {
  margin-top: 5px;
  color: gray;
  text-align: center;
  font-size: 0.9em;
}

.image2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.image2 img {
  position: relative;
  max-width: 100%;
  border-radius: 9px;
}
.image2 p {
  margin-top: 15px;
  color: gray;
  font-weight: 600;
  text-align: center;
  font-size: 0.9em;
}

.date {
  font-size: 0.7em;
  color: rgb(155, 155, 155);
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .bg_img--justice {
    object-position: 70% 20%;
  }
  .image1 img {
    max-width: 90%;
    max-height: 400px;
  }
  .image2 img {
    max-width: 90%;
    max-height: 300px;
  }
}
.accueil_bloc1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 100px 0;
}
.accueil_bloc1--imgPc {
  display: inline;
  background: url("./assets/background-img.svg");
  border-radius: 10px;
  border: rgb(255, 192, 74) 2px solid;
}
.accueil_bloc1--imgTel {
  display: none;
  background: url("./assets/background-img-tel.svg");
  border-radius: 10px;
  border: rgb(255, 192, 74) 2px solid;
}
.accueil_bloc1 p {
  width: 600px;
  margin-left: 40px;
}

.accueil_bloc2 h2 {
  font-family: "Fondamento", cursive;
  font-size: 1.5em;
  color: rgb(32, 94, 136);
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.accueil_bloc2 p {
  text-align: center;
}

.voies {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.voies__bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.voies__bloc__img {
  width: 350px;
  position: relative;
}
.voies__bloc__img img {
  width: 100%;
}
.voies__bloc__img svg {
  position: absolute;
  width: 101%;
  transform: translateX(-2px);
}
.voies__bloc h3 {
  font-family: "Fondamento", cursive;
  color: rgb(39, 39, 39);
  font-weight: 450;
  font-size: 1.5em;
  max-width: 350px;
  text-align: center;
  margin-top: 10px;
}

.accueil_bloc3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.accueil_bloc3__cate {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  background: rgba(192, 232, 255, 0.589);
  color: rgba(1, 35, 54, 0.808);
  color: RGB(73, 117, 144);
  font-size: 1.3em;
  font-weight: 500;
  padding-top: 20px;
  margin: 15px;
}
.accueil_bloc3__cate i {
  font-size: 3em;
}
.accueil_bloc3__cate:hover {
  cursor: pointer;
  background: RGB(73, 117, 144);
  color: rgb(192, 232, 255);
}

@media screen and (max-width: 500px) {
  .main_titre {
    font-size: 1.9em;
  }
  .accueil_bloc1--imgPc {
    display: none;
  }
  .accueil_bloc1--imgTel {
    display: inline;
  }
  .accueil_bloc1 img {
    max-width: 50%;
  }
  .accueil_bloc1 p {
    margin-left: 0;
    margin: auto;
    margin-top: 20px;
    width: 90%;
  }
  .accueil_bloc2 p {
    text-align: unset;
  }
  .voies__bloc {
    margin-bottom: 20px;
  }
  .voies__bloc__img {
    max-width: 80%;
  }
  .voies__bloc h3 {
    max-width: 70%;
    font-size: 1.3em;
  }
  .accueil_bloc3 {
    margin-bottom: 30px;
  }
  .accueil_bloc3__cate {
    width: 150px;
    font-size: 1.1em;
    margin: 5px;
  }
}
header {
  height: 400px;
  background: url("../images/header.jpg");
  background-position: 0%;
  position: relative;
  z-index: 3;
}
header nav {
  position: absolute;
  bottom: 0;
  display: flex;
  background: rgba(2, 44, 68, 0.685);
  width: 100%;
  justify-content: center;
  color: rgb(255, 236, 194);
}
header nav a {
  margin: 0px 10px;
  padding-bottom: 15px;
  backdrop-filter: blur(2px);
}
header nav a p {
  margin: 0;
  padding: 5px 15px;
  padding-bottom: 1px;
  font-size: 1.1em;
}
header nav a .header_border {
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgb(255, 236, 194);
  transition: all 0.3s;
}
header nav a:hover {
  color: rgb(255, 206, 126);
}
header nav a:hover .header_border {
  background: rgb(255, 206, 126);
  transform: scaleX(6) scaleY(0.2);
  border-radius: unset;
}

.header_titre {
  color: rgb(255, 236, 194);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header_titre h1 {
  font-size: 3em;
  letter-spacing: 0.2em;
  background: rgba(2, 44, 68, 0.685);
  backdrop-filter: blur(2px);
  padding: 5px 15px;
  border-radius: 15px;
  position: relative;
}
.header_titre img {
  margin-bottom: 30px;
  padding: 5px;
  background: rgba(255, 243, 216, 0.718);
  border-radius: 50%;
  width: 200px;
}

.headerActive p {
  color: rgb(200, 238, 255);
}
.headerActive .header_border {
  background: rgb(200, 238, 255);
  /*
  transform: scaleX(6) scaleY(0.2);
  border-radius: unset;
  */
}

.iconTel {
  display: none;
}

.navTel {
  display: none;
}

/*
.header2 {
    height: unset;
    background: unset;
    margin-bottom: 30px;

    nav {
        background: rgba(2, 44, 68, 1);
        position: relative;
    }
}
*/
@media screen and (max-width: 720px) {
  header {
    height: 200px;
    background-size: 300%;
  }
  header nav {
    display: none;
  }
  .header_titre h1 {
    font-size: 1.5em;
  }
  .header_titre img {
    width: 120px;
  }
  .iconTel {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    display: flex;
    align-items: center;
    color: rgb(255, 236, 194);
    background: rgba(2, 44, 68, 0.685);
    font-size: 1em;
    backdrop-filter: blur(2px);
  }
  .iconTel p {
    margin: 0;
    padding-left: 10px;
  }
  .iconTel2 {
    position: relative;
    top: 15px;
  }
  .navTel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: -200px;
    z-index: 22;
    display: flex;
    align-items: center;
  }
  .navTel_bloc {
    background: rgba(2, 44, 68, 0.938);
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 25;
  }
  .navTel_bloc a {
    color: rgb(255, 236, 194);
    font-size: 1.2em;
  }
  .navTel::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    backdrop-filter: blur(5px);
  }
  @keyframes navtelanim {
    from {
      transform: translateX(-200px);
    }
    to {
      transform: translateX(0);
    }
  }
  .headerActive p {
    text-decoration: underline;
  }
}
footer {
  position: relative;
  width: 100%;
  background: url("../images/texture2hd.jpg");
  padding: 15px 0;
}
footer p {
  font-family: "Julee", cursive;
  font-weight: 400;
  text-align: center;
  color: white;
  position: relative;
  z-index: 3;
  font-size: 1.5em;
  margin: 0;
  padding: 15px 0;
}
footer p span {
  font-size: 1.7em;
  color: rgb(251, 207, 136);
}
footer::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(7, 62, 85, 0.924);
  z-index: 2;
}

.footer_res {
  position: relative;
  z-index: 3;
  color: rgb(255, 231, 194);
  font-size: 2.3em;
  display: flex;
  justify-content: center;
}
.footer_res a {
  margin: 0 10px;
}
.footer_res a:hover {
  color: rgb(251, 207, 136);
}

@media screen and (max-width: 720px) {
  footer p {
    font-size: 1.2em;
  }
  .footer_res {
    font-size: 2.3em;
  }
  .footer_res i {
    margin: 0 10px;
  }
}
form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  margin-top: 30px;
  width: 500px;
  margin-bottom: 90px;
}
form input, form textarea {
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  outline: none;
  border: none;
  padding: 3px;
  background: transparent;
}
form label {
  font-weight: 600;
  color: rgb(36, 96, 122);
  letter-spacing: 0.1em;
}

.form_bloc {
  margin: 10px 0;
  width: 100%;
  border: 1px solid rgba(134, 134, 134, 0.582);
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  background: white;
}

.form_confirm {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_confirm i {
  font-size: 4em;
}
.form_confirm p {
  font-size: 1.1em;
  margin-left: 10px;
}
.form_confirm--valide i, .form_confirm--valide p {
  color: rgb(83, 161, 46);
}
.form_confirm--erreur i, .form_confirm--erreur p {
  color: rgb(228, 82, 77);
}

@media screen and (max-width: 500px) {
  form {
    width: 90%;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  height: 0 !important;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  transform: scale(0.8);
  transition: all 0.3s;
}
.search input {
  padding: 15px;
  font-size: 1.5em;
  color: gray;
  border-radius: 30px;
  padding-left: 50px;
  border: 1px rgba(128, 128, 128, 0.518) solid;
}
.search input::placeholder {
  color: rgb(145, 145, 145);
}
.search i {
  position: absolute;
  left: 10px;
  font-size: 1.5em;
  color: rgba(255, 160, 36, 0.623);
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .search input {
    font-size: 1.2em;
    padding: 13px;
    padding-right: 45px;
  }
  .search i {
    left: unset;
    right: 0px;
    background: RGB(73, 117, 144);
    color: #FDD090;
    padding: 15px 20px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
  }
}

.howMany {
  text-align: center;
  color: rgb(36, 96, 122);
}

.liste2_bloc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
  margin: auto;
  margin-bottom: 100px;
}
.liste2_bloc h2 {
  font-size: 2em;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .liste2_bloc {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .liste2_bloc {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .liste2_bloc {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .liste2_bloc {
    width: 95%;
  }
}
.liste_elem {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  border: 2px solid rgba(116, 156, 182, 0.358);
  overflow: hidden;
  margin: 30px 0;
  background: rgb(253, 237, 208);
  box-shadow: 3px 3px 5px rgba(69, 75, 80, 0.198);
}
.liste_elem .img {
  width: 30%;
  height: 100%;
}
.liste_elem .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.liste_elem .txt {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  /*         & .genre {
              font-size: 0.8em;
              p {
                  margin-bottom: 5px;
              }
              ul {
                  display:  flex;
                  margin-top: 5px;

                  li {
                      margin: 7px;
                      list-style: none;
                      background: rgb(235, 167, 64);
                      color: white;
                      padding: 7px 12px;
                      border-radius: 30px;

                      &:hover {
                          background: $blue4;
                      }
                  }
              }
          } */
}
.liste_elem .txt h3 {
  font-size: 1.4em;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  margin-left: 50px;
  color: rgb(238, 148, 29);
}
.liste_elem .txt h3 span {
  font-size: 0.8em;
}
.liste_elem .txt .body {
  width: 90%;
  margin: auto;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 10px solid rgb(235, 167, 64);
}
.liste_elem .txt .date {
  font-size: 0.8em;
  padding-bottom: 10px;
}
.liste_elem:hover {
  cursor: pointer;
  box-shadow: 3px 3px 7px rgba(76, 124, 165, 0.718);
}
.liste_elem:hover .txt .body {
  border-left: 10px solid rgb(29, 124, 175);
}

@media screen and (max-width: 700px) {
  .liste_elem {
    flex-direction: column;
    height: 600px;
  }
  .liste_elem .img {
    width: 100%;
    height: 300px;
  }
  .liste_elem .txt {
    width: 90%;
  }
  .liste_elem .txt h3 {
    margin: 0;
    font-size: 1.2em;
  }
  .liste_elem .txt .date {
    padding-bottom: 5px;
  }
  .liste_elem .txt p span {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .liste_elem {
    flex-direction: column;
    height: unset;
  }
  .liste_elem .img {
    width: 100%;
    height: 200px;
  }
  .liste_elem .txt {
    width: 90%;
  }
  .liste_elem .txt .body {
    width: 95%;
    padding-left: 10px;
    border-left: 5px solid rgb(235, 167, 64);
  }
}
.article_mainTitre {
  position: relative;
  z-index: 2;
  background: rgb(255, 255, 255);
}
.article_mainTitre h1 {
  font-size: 2.7em;
  margin: 0;
  padding: 30px 0;
  font-family: "Fondamento", cursive;
  text-align: center;
}
.article_mainTitre h1 span {
  font-size: 0.6em;
}

.article_titre {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 200px 0;
}
.article_titre h2 {
  font-family: "Fondamento", cursive;
  color: white;
  font-size: 2em;
  font-weight: 400;
  backdrop-filter: blur(3px);
  margin: 0;
  padding: 30px 0;
  text-align: center;
}
.article_titre__separation {
  width: 300px;
  height: 3px;
  background: white;
}
.article_titre--2 {
  background: url("../images/texture3.jpg");
  border-radius: 5px 40px;
  position: relative;
  width: 70%;
  margin: auto;
  margin-top: 70px;
}
.article_titre--2 h3 {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}
.article_titre--2::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(18, 99, 146, 0.863);
  border-radius: 5px 40px;
}
.article_titre--2:first-of-type {
  margin-top: 0;
}
.article_titre--news h2 {
  font-family: "Merienda", cursive;
}
.article_titre--news p {
  color: white;
}
.article_titre--news small {
  color: rgba(255, 255, 255, 0.294);
  font-size: 0.6em;
  margin-bottom: 10px;
  max-width: 80%;
  text-align: center;
}

.sommaire {
  border-left: 7px solid #ef900b;
  margin-bottom: 70px;
  color: rgb(36, 96, 122);
}
.sommaire p {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ef900b;
}
.sommaire a:hover {
  color: #ef900b;
  font-weight: 600;
}

.article_newsletter {
  position: relative;
  margin-bottom: 20px;
  max-width: 90%;
}
.article_newsletter input {
  font-size: inherit;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s;
  padding: 20px 10px;
  padding-right: 70px;
  width: 470px;
  max-width: 90%;
  border-radius: 15px;
  border: none;
  background: white;
}
.article_newsletter button {
  position: absolute;
  right: 0;
  height: 100%;
  font-size: inherit;
  font-family: inherit;
  border: none;
  color: white;
  background: rgb(32, 94, 136);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.article_newsletter button:hover {
  background: #2a7bb1;
  cursor: pointer;
}
.article_newsletter--2 button {
  background: rgb(233, 154, 50);
}

.news_valid {
  margin: auto;
  width: 90%;
  font-size: 1.8em;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(45, 144, 32);
  border-radius: 15px;
}

.article_bloc {
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.article_bloc p {
  margin-top: 50px;
  margin-bottom: 50px;
}
.article_bloc p:first-of-type {
  margin-top: 5px;
}
.article_bloc--1 li {
  padding-bottom: 20px;
}
.article_bloc--1 .ul {
  margin-bottom: 0;
}
.article_bloc--1 .li2 li {
  padding-bottom: 5px;
}
.article_bloc--1 .li3 li {
  padding-bottom: 0;
}
.article_bloc--1 .p1 {
  text-align: center;
}
.article_bloc--2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  padding-bottom: 50px;
}

.article_blocAuteur {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.article_blocAuteur p {
  margin: 0;
}
.article_blocAuteur__img {
  height: 100px;
  background: rgba(78, 78, 78, 0.692);
  background: rgba(30, 87, 121, 0.808);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.article_blocAuteur__img img {
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.article_blocAuteur__txt {
  padding-left: 5px;
  padding-right: 10px;
  background: rgba(30, 87, 121, 0.808);
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.article_blocAuteur__txt p strong {
  color: rgb(255, 247, 237);
}

.article_averti {
  width: 70%;
  margin: auto;
  color: rgb(33, 83, 37);
  box-sizing: border-box;
  padding: 7px;
  border: 1px solid rgba(33, 83, 41, 0.3);
  border-radius: 15px;
  background: rgb(240, 255, 232);
}
.article_averti strong {
  color: rgb(33, 83, 41);
}

.article_end {
  position: relative;
  z-index: 2;
  background: rgb(255, 255, 255);
  padding-bottom: 50px;
}

.article_partage {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(83, 83, 83, 0.164);
  color: rgb(36, 96, 122);
}

.article_enlien {
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 20;
  padding-bottom: 50px;
  padding-top: 50px;
}
.article_enlien .liste2_bloc {
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .article_mainTitre h1 {
    max-width: 90%;
    margin: auto;
  }
  .article_mainTitre h1 {
    font-size: 1.9em;
  }
  .article_titre h1, .article_titre h2 {
    max-width: 90%;
  }
  .article_titre h2 {
    font-size: 1.7em;
    backdrop-filter: none;
  }
  .article_titre--2 {
    width: 100%;
  }
  .article_titre--news h2 {
    font-size: 1.3em;
  }
  .article_blocAuteur__img {
    height: 80px;
  }
  .article_blocAuteur__txt {
    height: 80px;
    width: unset;
  }
  .article_end {
    padding-bottom: 30px;
  }
  .article_averti {
    width: 100%;
  }
  .article_enlien__bloc {
    max-width: 90%;
  }
  .article_enlien__bloc p {
    text-align: initial;
  }
  .article_enlien__bloc h4 {
    font-size: 1.2em;
  }
  .article_enlien ul {
    padding-left: 0;
  }
  .news_valid {
    font-size: 1.5em;
  }
}
.notDispo {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.735);
  display: flex;
  justify-content: center;
  align-items: center;
}
.notDispo_bloc {
  width: 500px;
  max-width: 80%;
  text-align: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border: 5px solid RGB(73, 117, 144);
  padding: 10px;
}
.notDispo_bloc h3 {
  color: #d67e00;
  margin: 0;
  font-size: 1.5em;
  max-width: 80%;
}
.notDispo_bloc .close {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 1.7em;
  color: RGB(73, 117, 144);
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}
.article_alchi_bloc1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 10px;
  border: 2px solid rgb(7, 83, 92);
  border-radius: 10px;
  background: rgba(192, 232, 255, 0.589);
}
.article_alchi_bloc1 h4 {
  font-family: "Fondamento", cursive;
  color: rgb(7, 83, 92);
  font-size: 2em;
  margin-bottom: 0;
}
.article_alchi_bloc1 img {
  width: 200px;
  opacity: 0.9;
}
.article_alchi_bloc1 ul {
  color: rgb(7, 83, 92);
  position: relative;
  top: -10px;
}

@media screen and (max-width: 500px) {
  .article_alchi_bloc1 {
    min-width: 150px;
  }
  .article_alchi_bloc1 img {
    width: 100px;
  }
}
.commentaires_8ghh5jj {
  position: relative;
  z-index: 9;
  background: rgb(255, 255, 255);
  padding-bottom: 30px;
}
.commentaires_8ghh5jj h2 {
  font-family: "Julee", cursive;
  font-size: 2em;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200, 200, 200, 0.613);
}
.commentaires_8ghh5jj form {
  margin: 0;
  width: 100%;
}
.commentaires_8ghh5jj .newCom--actif textarea {
  height: 120px;
}
.commentaires_8ghh5jj .com {
  margin: 15px 0;
  padding: 0px 10px;
}
.commentaires_8ghh5jj .com .head {
  display: flex;
  align-items: center;
}
.commentaires_8ghh5jj .com .head p {
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 15px;
}
.commentaires_8ghh5jj .com img {
  width: 70px;
}
.commentaires_8ghh5jj .com .txt {
  margin-left: 35px;
  margin-top: 0;
}
.commentaires_8ghh5jj .com-user img {
  border-radius: 10px;
}
.commentaires_8ghh5jj .com-admin {
  background: rgba(192, 232, 255, 0.589);
  padding-bottom: 5px;
}
.commentaires_8ghh5jj .com-admin .head {
  color: RGB(73, 117, 144);
}
.commentaires_8ghh5jj .com-rep {
  border-left: 5px solid RGB(73, 117, 144);
  margin-left: 10%;
}

.newCom__plus {
  width: 100%;
  margin-bottom: 30px;
}
.newCom__plus .infos input {
  width: 50%;
  padding: 20px 10px;
}
.newCom__plus .options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 50px;
  margin-top: 20px;
}
.newCom__plus .options .option {
  display: flex;
  align-items: center;
}
.newCom__plus .options .option label {
  margin: 5px;
  font-size: 0.85em;
  letter-spacing: normal;
}
.newCom__plus .options .option input {
  width: 17px;
  height: 17px;
}
.newCom__plus .bloc_btn {
  display: flex;
  justify-content: flex-start;
  margin: 30px;
  font-size: 0.85em;
}
.newCom__plus .bloc_btn button {
  margin-right: 15px;
}

.livre {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0;
  text-align: center;
}
.livre img {
  width: 45%;
  border-radius: 10px;
}
.livre h2 {
  font-family: unset;
  font-size: 2em;
  margin: 0;
  margin-bottom: 20px;
  color: rgb(32, 94, 136);
}
.livre h2 span {
  font-size: 0.7em;
}
.livre .desc {
  margin-top: 0;
  font-size: 0.9em;
}
.livre .prix {
  font-family: "Julee", cursive;
  color: #ef900b;
  font-size: 2.7em;
  margin: 0;
  margin-bottom: 30px;
}
.livre .bloc {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.livres_err {
  text-align: center;
  color: rgb(156, 32, 32);
  background: rgb(255, 215, 215);
  padding-top: 10px;
  padding-bottom: 30px;
  border-radius: 20px;
  margin: 30px;
}
.livres_err span {
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .livre {
    flex-direction: column;
  }
  .livre img {
    width: 80%;
    max-width: 300px;
  }
  .livre .bloc {
    width: 100%;
  }
  .livre .prix {
    margin-bottom: 15px;
  }
  .livres_err {
    margin: 30px 0;
  }
}
.citation {
  font-size: 1.2em;
  font-style: italic;
  color: rgb(90, 98, 105);
  width: 70%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 0 !important;
}
.citation--auteur {
  font-style: normal;
  font-weight: bold;
  text-align: right;
  width: 70%;
  font-size: 1.1em;
  margin: auto;
  margin-top: 10px !important;
  color: rgb(36, 96, 122);
}

.cr {
  cursor: pointer;
}

.erreur {
  color: rgb(189, 44, 44);
  border-left: 3px solid rgb(189, 44, 44);
  padding-left: 5px;
}

.red_border {
  border: 2px solid rgba(255, 105, 100, 0.842);
}

.overflow {
  overflow: hidden;
}

.displayNone {
  display: none;
}

/*# sourceMappingURL=style.css.map */
