@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
@media screen and (max-width: 620px) {
  footer .contain-menu p {
    font-size: 0.6em;
  }
  footer .bloc-black.left p {
    font-size: 0.8em;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: "Poppins";
  font-weight: 400;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #999999;
}
header a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8509803922);
}
@media screen and (max-width: 900px) {
  header {
    margin-bottom: 2rem;
  }
}

.bloc-black {
  background-color: rgba(44, 44, 44, 0.9764705882);
  min-width: 7rem;
  height: 4rem;
  color: rgba(255, 255, 255, 0.8509803922);
  display: flex;
  align-items: center;
}
.bloc-black.left {
  flex-direction: row-reverse;
  width: 20%;
}
.bloc-black h1 {
  font-family: "Pacifico";
  font-size: 1.5em;
  margin-right: 0.5rem;
  cursor: pointer;
}
.bloc-black h1:hover {
  color: white;
}
.bloc-black.right {
  width: 25%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .bloc-black.right {
    display: none;
  }
}
.bloc-black span {
  height: fit-content;
  padding: auto 0;
}

.bloc-transition {
  height: 4rem;
  width: 7.5%;
}
.bloc-transition.left {
  background: linear-gradient(to right, rgba(44, 44, 44, 0.9764705882), rgba(44, 81, 119, 0.9764705882));
}
.bloc-transition.right {
  background: linear-gradient(to left, rgba(44, 44, 44, 0.9764705882), rgba(44, 81, 119, 0.9764705882));
}

.contain-menu {
  width: 40%;
  height: 4rem;
  display: flex;
  background-color: rgba(44, 81, 119, 0.9764705882);
  color: rgba(255, 255, 255, 0.8509803922);
}
@media screen and (max-width: 1023px) {
  .contain-menu {
    width: 65%;
  }
}
.contain-menu nav {
  height: fit-content;
  margin: auto 0;
  width: 65%;
}
@media screen and (max-width: 1365px) {
  .contain-menu nav {
    width: 100%;
  }
}

.menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.menu li {
  list-style-type: none;
}
.menu a {
  margin: 0 auto;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8509803922);
}
.menu a:hover {
  color: white;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4rem 0;
}

.contain-link-back {
  margin-bottom: 1rem;
}
.contain-link-back a {
  color: rgba(44, 81, 119, 0.9764705882);
  text-decoration: none;
}

.contain-list-article {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
  padding: 2rem 4rem;
}
.contain-list-article h2 {
  text-align: left;
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 2em;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .contain-list-article {
    margin: 0 2rem 5rem 2rem;
    padding: 1rem 2rem;
  }
  .contain-list-article h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .contain-list-article {
    margin: 0;
    padding: 1rem;
  }
  .contain-list-article h2 {
    margin-bottom: 1rem;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 700px) and (max-width: 450px) {
  .contain-list-article {
    margin: 0;
  }
  .contain-list-article h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 700px) {
  .contain-list-article .name-merchant span, .contain-list-article .prince span, .contain-list-article .btn-offre span {
    font-size: 0.8em;
  }
}
.contain-list-article.news {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
}
@media screen and (max-width: 1400px) {
  .contain-list-article.news {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 500px) {
  .contain-list-article.news {
    width: 95%;
    padding: 0 1rem;
  }
}

.card-news {
  margin: 2rem 0;
}
@media screen and (max-width: 1400px) {
  .card-news {
    margin: 1rem;
  }
}

.info-article-miniature-news {
  position: relative;
}

.date-publish-news {
  margin-top: 1rem;
  display: inline;
}

.category-name {
  display: inline;
  position: absolute;
  right: 0;
  text-align: center;
  width: fit-content;
  color: rgba(44, 81, 119, 0.9764705882);
  font-size: 0.9em;
  background-color: rgba(44, 82, 119, 0.1450980392);
  padding: 0.2rem 1rem;
  border-radius: 15px;
}
.category-name.news {
  position: relative;
}

.time-to-read {
  margin-bottom: 0.6rem;
}

.bandeau-image {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 0.92em;
  text-align: center;
  color: rgba(255, 255, 255, 0.8509803922);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: linear-gradient(133deg, rgba(2, 0, 36, 0.5774684874), rgba(0, 0, 0, 0.4094012605));
}

.contain-image-miniature-news {
  height: 10rem;
  position: relative;
}

.img-news {
  border-radius: 8px;
  max-width: 320px;
}

.card-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 4rem;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px;
  padding: 2rem 3rem 3rem 3rem;
}
@media screen and (max-width: 990px) {
  .card-article {
    flex-direction: column;
    align-items: center;
    padding: 1rem;
  }
  .card-article .title-test {
    text-align: center;
  }
  .card-article .merchant {
    margin-top: 1rem;
  }
  .card-article .right-card-article {
    padding-top: 10px;
  }
}

.left-card-article {
  flex: 1;
}
.left-card-article .title-test {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2em;
}
.left-card-article .contain-image img {
  max-width: 100%;
  max-height: 240px;
  border-radius: 10px;
}

.right-card-article {
  flex: 2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.description-miniature {
  height: fit-content;
  margin: 0 auto;
  text-align: justify;
  margin-left: 1.6rem;
}
@media screen and (max-width: 880px) {
  .description-miniature {
    margin: 0;
  }
}

.contain-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.contain-link a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8509803922);
  width: 12rem;
  height: 2rem;
  margin: 1rem;
  padding: 0.2rem;
  border: none;
  border-radius: 5px;
  background-color: rgba(44, 81, 119, 0.9764705882);
}
.contain-link a:hover {
  background-color: rgba(44, 82, 119, 0.062745098);
  border-radius: 5px;
  color: rgba(44, 44, 44, 0.9764705882);
}
.contain-link.article {
  color: rgba(255, 255, 255, 0.8509803922);
  margin: 2rem auto 2rem auto;
}
.contain-link.article a {
  height: fit-content;
  padding: 1em;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}
.contain-link.article a:hover {
  background-color: rgba(116, 116, 116, 0.1254901961);
  border-radius: 5px;
  color: rgba(44, 44, 44, 0.9764705882);
}
.contain-link.article span {
  font-size: 1.1em;
}
@media screen and (max-width: 650px) {
  .contain-link.article span {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .contain-link {
    flex-direction: column;
    align-items: center;
  }
  .contain-link a {
    margin: 0.5rem;
  }
}

.market-list-article {
  display: block;
  margin-left: 1.6rem;
}
.market-list-article ul {
  list-style-type: none;
}
.market-list-article ul a {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 880px) {
  .market-list-article {
    margin-left: 0;
  }
}

.merchant {
  color: #999999;
  font-weight: 600;
  font-size: 14px;
}

.list-merchant {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(116, 116, 116, 0.1254901961);
  cursor: pointer;
}
.list-merchant:hover {
  background-color: rgba(44, 81, 119, 0.5019607843);
}

.name-merchant {
  flex: 2;
  display: flex;
  align-items: center;
}
.name-merchant img {
  margin-right: 0.4rem;
  width: 1rem;
}

.price {
  flex: 1;
  text-align: center;
}

.btn-offre {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.8509803922);
  background-color: rgba(44, 81, 119, 0.9764705882);
}
.btn-offre span {
  width: 100%;
  min-width: 82px;
  font-size: 1em;
  padding: 0.2rem;
  text-align: center;
}
.btn-offre span:hover {
  background-color: rgba(44, 44, 44, 0.4392156863);
  border-radius: 5px;
}

.contain-article-news {
  max-width: 730px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contain-article-news {
    padding: 0 1rem;
  }
}

.contain-header-article {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 2.6rem;
}
.contain-header-article img {
  width: 100%;
  max-width: 1068px;
}
.contain-header-article h2 {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .contain-header-article {
    margin-bottom: 0;
  }
  .contain-header-article h2 {
    font-size: 1.6em;
  }
}

.info-article {
  display: flex;
  height: 25px;
  max-width: 400px;
  justify-content: space-between;
  margin-bottom: 1em;
}

.contain-image-article {
  margin-bottom: 2rem;
}
.contain-image-article img {
  border-radius: 10px;
}

.card-skill {
  display: flex;
  flex-direction: column;
  background-color: rgba(116, 116, 116, 0.1254901961);
  padding: 2rem 3rem;
}
.card-skill li {
  list-style-type: none;
}

.list-point li {
  margin: 0.5rem 0;
}
.list-point ul li:before {
  content: "❌";
  margin-right: 0.6rem;
  width: 1rem;
  height: 1rem;
}

.list-point:first-child::after {
  content: "";
  display: block;
  margin: 2rem 0;
  height: 0.0625rem;
  background-color: #c9c9c9;
}

.list-point:first-child ul li:before {
  content: "✔️";
}

.contain-article-tuto {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.article h3 {
  font-weight: 400;
  font-size: 1.4em;
  margin-bottom: 1rem;
}
.article p {
  margin-bottom: 1rem;
}
.article .texte {
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 4rem;
  text-align: justify;
}
.article .texte a {
  text-decoration: none;
  color: rgba(44, 81, 119, 0.9764705882);
  font-weight: 600;
}
.article .texte p {
  font-size: 1.1em;
}
.article .texte .contain-image-modal {
  margin: 2rem 0;
}
.article .texte .image-modal {
  max-width: 720px;
  border-radius: 10px;
}
.article .texte .image-modal.cool-img {
  max-width: 1100px;
}
.article .texte .image-modal.trezor-img {
  max-width: 900px;
}
.article .texte .image-modal.keepkey-img {
  max-height: 600px;
}
@media screen and (max-width: 900px) {
  .article h3 {
    font-size: 1.4em;
  }
  .article .texte p {
    font-size: 1em;
  }
}
.article .contain-two-img {
  display: flex;
  justify-content: space-between;
}
.article .contain-two-img .contain-image-modal {
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .article .contain-two-img {
    flex-direction: column;
  }
  .article .contain-two-img .contain-image-modal {
    max-width: 720px;
    margin: 2rem 0;
  }
}

figure {
  width: fit-content;
}
figure figcaption {
  text-align: center;
  font-weight: 200;
}

.image-modal {
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.image-modal:hover {
  opacity: 0.7;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80% !important;
  max-width: 1100px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, .caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 95% !important;
  }
}
footer {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #999999;
}

.contain-404 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.contain-404 span {
  margin: 3rem auto;
  font-size: 3em;
}
.contain-404 button {
  width: 12rem;
  height: 2rem;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.8509803922);
  cursor: pointer;
  background: rgba(44, 81, 119, 0.9764705882);
  border: 1px solid black;
}

.formulaire {
  height: max(350px, 100vh - 128px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.containForm {
  background-color: white;
  border: 1px solid rgba(44, 44, 44, 0.4392156863);
  border-radius: 20px;
  padding: 5rem;
}

.boxForm {
  display: flex;
  flex-direction: column;
}

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