.title1 {
  text-align: center;
}

.nav-blog {
  display: flex;
  gap: 20px;
}
.nav-blog .B1 {
  width: 250px;
}
.nav-blog h1 {
  font-weight: 400;
  margin: auto 0;
}

/* page blog */
.list-sujet {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.list-sujet .sujet {
  width: 100%;
  display: flex;
  background: white;
  border-radius: 9px;
  overflow: hidden;
}
.list-sujet .sujet .div-img {
  width: 40%;
  height: 100%;
  min-height: 400px;
}
.list-sujet .sujet .list-article {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
.list-sujet .sujet .list-article h3 {
  text-align: left;
}
.list-sujet .sujet .list-article .link {
  margin-left: 20px;
  transition: 0.2s;
  font-size: 20px;
}
.list-sujet .sujet .list-article .link:hover {
  transition: 0.2s;
  font-weight: 800;
}
@media only screen and (max-width: 1150px) {
  .list-sujet .sujet {
    flex-direction: column;
  }
  .list-sujet .sujet .div-img {
    width: 100%;
  }
}

.B2 {
  margin: 0 auto;
}

/* page liste-sujet */
.title-sujet {
  height: 200px;
  display: flex;
  border-radius: 6px;
}
.title-sujet h1 {
  color: white;
  font-family: "GilroyB";
  margin: auto 50px;
  font-size: 60px;
}

.list-article {
  display: flex;
  flex-direction: column;
}
.list-article .div-article {
  width: 100%;
  min-height: 500px;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
.list-article .div-article .div-img {
  width: 35%;
  min-height: 500px;
}
.list-article .div-article .info {
  width: 65%;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
}
.list-article .div-article .info p {
  margin: auto;
}
.list-article .div-article .info a {
  transition: 0.2s;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  margin: auto 0 0 auto;
}
.list-article .div-article .info a:hover {
  transition: 0.2s;
  font-weight: 500;
}

/* page article */
.article {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
  /* title */
  /* text */
  /* paragraph */
  /* image */
}
.article .art-title1-left {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 60px;
  text-align: left;
}
.article .art-title1-center {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 60px;
  text-align: center;
}
.article .art-title1-right {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 60px;
  text-align: right;
}
.article .art-title2-left {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 30px;
  text-align: left;
}
.article .art-title2-center {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
}
.article .art-title2-right {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 30px;
  text-align: right;
}
.article .art-text1 {
  font-size: 18px;
}
.article .art-paragraph1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article .art-paragraph1 .fond-color1 {
  width: 100%;
  padding: 50px 0;
  background: rgb(187, 165, 136);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article .art-paragraph1 .div-flex-horizontal {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.article .art-paragraph1 .div-flex-vertical {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article .art-img50 {
  background-position: center;
  background-size: cover;
  min-width: 50%;
  min-height: 300px;
  border-radius: 6px;
}
.article .art-img30 {
  background-position: center;
  background-size: cover;
  min-width: 30%;
  min-height: 300px;
  border-radius: 6px;
}
.article .art-img70 {
  background-position: center;
  background-size: cover;
  min-width: 70%;
  min-height: 300px;
  border-radius: 6px;
}
.article .art-img100 {
  background-position: center;
  background-size: cover;
  min-width: 30%;
  min-height: 400px;
  border-radius: 6px;
}/*# sourceMappingURL=blog.css.map */