
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
body {
  background-color: #ffffff;
  color: #141414;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
/*navbar*/
.navbar {
  height: 2.4rem;
  padding: 1rem;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0rem;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.85rem;
  animation-delay: 0.4s;
}
.ul_center_navbar {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%);
  height: 2.4rem;
}
.ul_center_navbar .btn {
  margin-left: 20px;
}
.ul_center_navbar li:first-child {
  margin-left: 0px;
}
.ul_center_navbar a {
  font-weight: 600;
}
.ul_right_navbar {
  display: flex;
  align-items: center;
  z-index: 50;
  right: calc(20px);
  position: absolute;
  margin-top: 5px;
}
.logo {
  display: flex;
}
.C_logo {
  margin-top: -11.5px;
  margin-right: -5px;
}
#title {
  font-weight: 900;
  font-size: 1.7rem;
  z-index: 50;
  cursor: pointer;
  font-weight: 600;
}
.menu {
  display: none;
}
.fond {
  display: none;
}
/*navbar*/
.card_container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  display: flex;
  align-items: center;
  width: calc(25% - 20px);
  box-sizing: border-box;
  border: 2px solid #141414;
  border-radius: 7px;
  text-align: center;
  min-width: 280px;
  padding: 1rem;
  margin: 10px;
  cursor: pointer;
}
span {
  color: #ff385c;
}
a.link {
  text-decoration: underline;
  color: #ff385c;
}
.img {
  width: 100%;
  max-width: 650px;
  margin-left: 50%;
  transform: translate(-50%);
}
.title_container {
  width: 90%;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titre_article {
  margin-top: 50px;
  text-align: left;
  font-size: calc(10px + 1.3vw);
  font-weight: 800;
}
.intro {
  text-align: left;
  margin-top: 55px;
}
.blog_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article_container{
  display: flex;
  align-items:self-start;
  justify-content: center;
}
.paragraphe_container {
  margin-top: 20px;
  text-align: left;
  width: 60%;
  margin-left: 10%;
}
.title_paragraphe {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.paragraphe {
  font-size: 1.43rem;
  font-family: "Montserrat", sans-serif;
  word-break: keep-all;
  line-height: 30px;
}
.pop_container {
  position: sticky;
  top: 40px;
  right: 0%;
  width: 30%;
  height: min-content;
  display: grid;
  justify-content: center;
}
.pop {
  margin-left: 10%;
  box-sizing: border-box;
  padding: 0rem 1rem 1.8rem 1rem;
  border-radius: 7px;
  background-color: #ff385c;
  color: #fff;
  width: 80%;
  text-align: center;
}
.pop h2 {
  font-weight: 800;
}
.p_pub {
  font-size: 1.3rem;
}
.btn_pub {
  border: 2px solid #fff;
  padding: 0.25rem 1rem 0.25rem 1rem;
  border-radius: 7px;
  font-weight: bold;
}
/*footer*/
.footer {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 0px 15px;
  border-top-left-radius: 5px;
  display: grid;
  justify-content: center;
  align-items: start;
  text-align: center;
  border-top-right-radius: 5px;
  margin-top: 100px;
  padding: 1rem;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 0px;
}
.footer .title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.container_element_footer {
  display: flex;
  flex-wrap: wrap;
  width: 90vw;
  justify-content: space-around;
}
.page {
  display: grid;
  text-align: left;
  align-items: start;
  margin: 0 20px 0 20px;
}
.condition {
  display: grid;
  align-items: start;
}
.header_title {
  width: fit-content;
}
@media screen and (max-width: 1300px) {
  .paragraphe_container {
    margin-left: 5%;
  }
  .pop_container {
    width: 35%;
  }
  .pop {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1140px) {
  .container_element_footer {
    display: grid;
  }
  .header_title {
    margin-left: auto;
    margin-right: auto;
  }
  .page {
    display: grid;
    text-align: center;
    margin: 0 0 0 0;
    margin-bottom: 20px;
  }
  .condition {
    display: grid;
    align-items: center;
  }
}
@media screen and (max-width: 930px) {
  .pop_container {
    display: none;
  }
  .titre_article {
    margin-top: 10px;
    font-size: calc(24px + 1vw);
    text-align: center;
  }
  .title_paragraphe {
    font-size: 27px;
  }
  .paragraphe {
    text-align: center;
    font-size: 1.3rem;
  }
  .title_paragraphe {
    text-align: center;
  }
  .intro {
    margin-top: 30px;
  }
  .paragraphe_container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  .ul_center_navbar {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .footer a {
    margin-left: auto;
    margin-right: auto;
  }
}
