@import url("https://fonts.cdnfonts.com/css/product-sans");
@import url("https://fonts.cdnfonts.com/css/google-sans");
/*
font-family: 'Product Sans', sans-serif;
font-family: 'Product Sans', sans-serif;
                                                 
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Google Sans", sans-serif;
  -webkit-user-select: none; /* Désactive la sélection pour les navigateurs WebKit (Chrome, Safari) */
  -moz-user-select: none; /* Désactive la sélection pour les navigateurs Gecko (Firefox) */
  -ms-user-select: none; /* Désactive la sélection pour Internet Explorer/Edge */
  user-select: none;
}

body {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f6f8fc;
  z-index: 12;
}

.nav_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 10px 17px;
  background-color: #fff;
}

.logo a {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}

.logo a span {
  font-family: "Product Sans", sans-serif;
  color: #5f6368;
  font-size: 22px;
  line-height: 24px;
  padding: 0px 0px 0px 4px;
}

.help_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
}

.search_panel {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.search_panel input {
  border-radius: 8px;
  background: #f1f3f4;
  font-size: 16px;
  line-height: 46px;
  border: 1px solid transparent;
  height: 46px;
  width: 500px;
  padding-left: 56px;
  overflow: hidden;
  outline: none;
}

.search_panel .icon_search {
  float: left;
  position: absolute;
  top: 0;
}

.icon_search .search_icon {
  padding: 8px;
  margin: 3px;
  font-size: 24px !important;
  color: #5f6368;
  border-radius: 50%;
  cursor: pointer;
}

.icon_search .search_icon:hover {
  background-color: rgba(60, 64, 67, 0.08);
}

.search_panel input:focus {
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3),
    0 1px 3px 1px rgba(65, 69, 73, 0.15);
}

.arrow_icon {
  right: 0;
  position: absolute;
  top: 0;
  margin-right: 30px;
}

.arrow_drop_down {
  padding: 8px;
  margin: 3px;
  color: #5f6368;
  border-radius: 50%;
  cursor: pointer;
}

.help {
  display: flex;
}

.help span {
  padding: 12px;
  margin: 3px;
  color: #5f6368;
  border-radius: 50%;
  cursor: pointer;
}

.help span:hover {
  background-color: rgba(60, 64, 67, 0.08);
}

.connexion {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: fit-content;
}

.connexion img {
  border: 0;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0px;
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 0;
  padding-left: 6px;
  padding: 4px 2px;
  cursor: pointer;
}

.connexion svg {
  border: 0;
  border-radius: 50%;
  display: block;
  margin: 3px;
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 0;
  fill: #5f6368;
  cursor: pointer;
  padding: 4px 2px;
}

.connexion svg:hover {
  background-color: rgba(60, 64, 67, 0.08);
}

/* .connexion span:hover {
    background-color: rgba(60, 64, 67, .08);
}

.connexion button {
    cursor: pointer;
    margin: 0px 8px 0px 10px;
    padding: 9px 23px;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    background: #1a73e8;
    border: 1px solid transparent;
}

.connexion button:hover {
    background: #1b66c9;
    box-shadow: 0 1px 3px 1px rgba(66, 64, 67, .15), 0 1px 2px 0 rgba(60, 64, 67, .3);
} */
.links {
  background-color: #fff;
}

.links ul {
  display: flex;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid #dadce0;
  margin: auto;
  width: fit-content;
}

.links ul li {
  font-size: 0.875rem;
  color: #5f6368;
  margin: 4px 16px;
  margin-bottom: 4px;
  margin-top: auto;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.links ul li::first-letter {
  text-transform: capitalize;
}

.links ul li a {
  color: #5f6368;
  white-space: nowrap;
}

.links ul li a:hover {
  color: #000;
}

.active {
  color: #1a73e8 !important;
}

.active::after {
  position: relative;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: #1a73e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.line {
  padding: 8px 16px;
  margin-top: auto;
  font: 27px;
  color: #dadce0;
}

main {
  background-color: #f6f8fc;
  height: 100%;
  width: 100%;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 16px;
}

.top_informations div:first-child {
  margin-top: 0.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  cursor: pointer;
  font-family: "Google Sans", sans-serif;
  color: inherit;
  font-size: 0.875rem;
}

.top_informations .info_outline:hover {
  color: #1a73e8;
}

.selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.titles {
  font-family: "Google Sans", sans-serif;
  min-height: 72px;
}

.titles h2 {
  font-size: 1.75rem;
  line-height: 1.1428571429;
  font-weight: 400;
  margin-bottom: 8px;
}

.titles span {
  color: #5f6368;
  font-size: 14px;
  line-height: 20px;
}

.weather {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 18px;
  background-color: #fff;
  font-size: 0.75rem;
  font-family: "Google Sans Text", sans-serif;
  line-height: 1.3333333333;
  overflow: hidden;
  font-weight: 400;
}

.weather_info span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400 !important;
  color: #80868b;
}

.weather_info h2 {
  color: #202124;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
}

.weather_info a {
  color: #1967d2;
  line-height: 12px;
  font-size: 12px;
  font-weight: 400;
}

.weather_info a:hover {
  text-decoration: underline;
}

.weather_localisation {
  display: flex;
  align-items: center;
}

.weather_localisation svg {
  margin-left: 16px;
  fill: rgb(95, 99, 104);
}

.weather_localisation svg:hover {
  fill: #202124;
}

.weather > svg {
  height: 60px;
  margin-top: 10px;
  fill: rgb(95, 99, 104);
}

.main_articles {
  display: flex;
  gap: 22px;
  margin-top: 16px;
}

.left {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 18px;
  background-color: #fff;
}

/* .left .a_la_une{
    display: flex !important;
} */
.left a h2 {
  color: #1867dc;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Google Sans" sans-serif;
}

.left a h2::first-letter {
  text-transform: capitalize;
}

.left_article {
  width: 280px;
}

.container_left_article {
  display: flex;
  border-top: 1px solid #e3e3e3;
  margin-top: 16px;
  padding-top: 16px;
}

.left_article .image_article {
  width: 280px;
  height: 168px;
  margin-bottom: 8px;
  border-radius: 16px;
}

.image_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 16px;
  margin-bottom: 4px;
}

.image_title svg {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.image_title svg:hover {
  background-color: rgba(60, 64, 67, 0.08);
}

.news:hover .image_title svg {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.news:hover .sujet h4 {
  text-decoration: underline;
}

.left_article article {
  display: flex;
  flex-direction: column;
}

.sujet h4 {
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.3;
}

.time {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Google Sans Text", "Roboto", sans-serif;
  line-height: 1.3333333333;
  height: 16px;
  color: #444746;
  margin-top: 8px;
  width: 100%;
}

.time span {
  font-size: 0.75rem;
  font-family: "Google Sans Text", sans-serif;
  line-height: 1.3333333333;
  color: #444746;
}

.right_article {
  display: flex;
  flex-direction: column;
  width: 390px;
  display: flex;
  flex-grow: 1;
  margin-left: 24px;
}

.sub_article {
  font-size: 0.875rem;
  color: #444746;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
}

.sub_article {
  margin-top: 16px;
}

.sub_article h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  cursor: pointer;
}

.sub_article h4:hover {
  text-decoration: underline;
}

.title_subarticle svg {
  opacity: 0;
  font-size: 24px !important;
  fill: #5f6368;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.title_subarticle svg:hover {
  background-color: rgba(60, 64, 67, 0.08);
}

.sub_article:hover .title_subarticle svg {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.title_subarticle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_subarticle img {
  height: 14px;
  margin-right: 3px;
}

.title_subarticle h5 {
  font-weight: bold;
}

.title_subarticle div:first-child {
  display: flex;
  align-items: center;
}

.big_articles {
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  margin-top: 16px;
  padding-top: 16px;
}

.content:hover .title_subarticle svg {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.content h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "Google Sans", sans-serif;
  line-height: 1.25;
  font-weight: 400;
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex-grow: 1;
  cursor: pointer;
}

.content h4:hover {
  text-decoration: underline;
}

.right {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 18px;
  background-color: #fff;
  height: fit-content;
}

.right h3 {
  color: #592fd0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.right h3::first-letter {
  text-transform: capitalize;
}

/* .button_container p{
    font-size: .875rem;
    line-height: 1.4285714286;
    font-family: "Google Sans", sans-serif;
  }
  .button_container button{
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    margin-top: 12px;
    padding: 12px 0;
    font-family: "Google Sans Text", "Roboto", sans-serif;
    color: #fff;
    background-color: rgb(26, 115, 232);
    border: 1px solid transparent;
    cursor: pointer;
  }
  .button_container button:hover{
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    background-color: #1A65C7;
  } */
.big_articles {
  width: 100%;
}

.right .big_articles h4 {
  font-size: 1rem;
  font-family: "Google Sans", sans-serif;
  line-height: 1.25;
  font-weight: 400;
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -moz-box-flex: 1;
}

.right .big_articles figure img {
  height: 64px;
  width: 64px;
}

.search {
  display: none;
}

/* responsive index */
@media (max-width: 1098px) {
  .links ul {
    max-width: 95%;
    overflow: scroll;
  }

  .right_article {
    width: 260px;
  }
}

@media (max-width: 980px) {
  .main_articles {
    flex-direction: column;
  }

  .big_articles {
    justify-content: space-between;
  }

  .footer {
    padding: 16px !important;
  }

  .help {
    display: none;
  }
}

@media (max-width: 840px) {
  .search_panel input {
    width: 300px;
  }
}

@media (max-width: 660px) {
    .help {
        display: flex;
      }
      
  .container_left_article {
    flex-direction: column;
  }

  .left_article {
    width: 100%;
  }

  .left_article .image_article {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .right_article {
    margin-left: 0;
    width: 100%;
  }

  .search_panel {
    display: none;
  }

  .search {
    display: block;
  }

  .search iconify-icon {
    font-size: 22px;
    cursor: pointer;
  }

  .search svg {
    cursor: pointer;
  }

  #search_btn {
    display: none;
  }

  #checkbtn4 {
    z-index: 10;
  }

  .search_pannel {
    display: none;
    left: 12px;
    width: 70%;
    height: 10%;
    background-color: white;
    z-index: 1;
    position: absolute;
    transition: all 0.8s ease-in-out;
  }

  .search_pannel input {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: #f1f3f4;
    font-size: 16px;
    line-height: 46px;
    border: 1px solid transparent;
    height: 46px;
    width: 100%;
    padding-left: 56px;
    overflow: hidden;
    outline: none;
  }

  .search_pannel label {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    color: black;
  }

  .search_pannel iconify-icon {
    position: absolute;
    top: 38%;
    right: 23%;
    cursor: pointer;
    font-size: 26px;
  }

  #search_btn:checked ~ .search_pannel {
    top: 0;
    display: block;
    transition: all 0.8s ease-in-out;
  }
  .weather_localisation svg {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 540px) {
  .search_pannel {
    width: 60%;
  }
}

@media (max-width: 430px) {
  .search_pannel {
    width: 55%;
  }

  .search_pannel input {
    padding-left: 20px;
  }
}

/* footer */

.footer {
  padding: 0 9%;
  margin-bottom: 30px;
}

.top_footer {
  display: flex;
  align-items: center;
  background-color: #003d60;
  padding: 15px;
  border-radius: 15px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.top_footer div {
  width: 33.33%;
  display: flex;
}

.channels {
  margin-right: auto;
}

.channels img {
  padding-left: 10px;
}

.appdownload {
  display: flex;
  justify-content: space-between;
}

.social_media {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.social_media span {
  margin-right: 20px;
}

.social_media_icon {
  gap: 1.5rem;
  margin-top: 5px;
}

.footer .box-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}

.footer .box-container .box h3::first-letter {
  text-transform: capitalize;
}

.footer .box-container .box h3 {
  font-size: 14px;
  padding: 10px 0;
  font-family: "Google Sans", sans-serif;
}

.footer .box-container .box a {
  font-family: "Google Sans", sans-serif;
  display: block;
  padding: 10px 0;
  letter-spacing: -0.472px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #1f1f1f;
  cursor: pointer;
}

.footer .box-container .box a::first-letter {
  text-transform: capitalize;
}

.footer .box-container .box a:hover {
  color: #000;
  transition: 0.3s;
}

.footer .credit {
  text-align: center;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  padding: 0.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

/* profile */

.body-1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  background-color: #f6f8fc;
  margin-top: 50px;
  margin-bottom: 50px;
}
.form-titles {
  max-width: 900px;
  padding: 20px;
  font-family: "Google Sans", sans-serif;
}
.form-titles h1 {
  font-weight: bolder;
}
.container-1 {
  position: relative;
  max-width: 900px;
  width: 100%;
  background: #ffffff;
  padding: 8px 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-family: "Google Sans", sans-serif;
}

.container-1 .form {
  margin-top: 30px;
}

.form .input-box {
  width: 100%;
  margin-top: 20px;
}

.input-box label {
  color: #202021;
}
.form .input-box button {
  height: 40px;
  width: 100%;

  color: #202021;
  font-size: 1rem;
  margin-top: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #f6f8fc;
  border: 1px solid rgb(191, 191, 191);
}

.form .input-box button:hover {
  color: #f6f8fc;
  background: #202021;
}

.form :where(.input-box input, .select-box) {
  position: relative;
  height: 40px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #5f6368;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
  background-color: #f6f8fc;
  font-family: "Google Sans", sans-serif;
}

.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.input-box .date {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.input-box .sub-date {
  display: flex;
  flex-direction: column;
}
.input-box .sub-date label {
  width: 10%;
  font-size: 12px;
  color: #65696e;
  font-weight: normal00;
}
.input-box .sub-date input {
  -moz-appearance: textfield;
  margin-right: 0;
}
.date {
  column-gap: 20px;
}
.sub-date input {
  margin-top: 15px;
  width: 60px;
  text-align: center;
}
.sub-date:nth-child(3) input {
  width: 90px !important;
}

.form .column {
  display: flex;
  column-gap: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form .gender-box {
  margin-top: 20px;
  margin-bottom: 35px;
}

.gender-box h3 {
  color: #202021;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: normal;
}

.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}

.form .gender {
  column-gap: 5px;
}

.gender input {
  accent-color: #1a73e8;
}

.form :where(.gender input, .gender label) {
  cursor: pointer;
}

.gender label {
  color: #5f6368;
}

.address :where(input, .select-box) {
  margin-top: 15px;
}

.select-box select {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #5f6368;
  font-size: 1rem;
  background-color: #f6f8fc;
}
.buttons {
  margin-left: 0;
  max-width: 900px;
  width: 100%;
  padding: 10px;
}
.buttons button {
  height: 40px;
  width: 15%;
  color: #1a73e8;
  font-size: 1rem;
  margin-top: 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #ffffff;
  border: 1px solid rgb(191, 191, 191);
}

.buttons .supp {
  height: 40px;
  width: 30%;
  background: #ffffff;
  color: #202021;
  float: right;
  border: 1px solid rgb(191, 191, 191);
}

.buttons button:hover {
  color: #ffffff;
  background: #1a73e8;
  border-color: transparent;
}

.buttons .supp:hover {
  background: #202021;
  color: #ddd;
}

/*Responsive*/
@media screen and (max-width: 700px) {
  .buttons .supp {
    width: 42%;
  }
}
@media screen and (max-width: 500px) {
  .form .column {
    flex-wrap: wrap;
  }

  .form :where(.gender-option, .gender) {
    row-gap: 15px;
  }
  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buttons button {
    width: 100% !important;
  }
}

.profile {
  filter: invert(92%) sepia(100%) saturate(0) hue-rotate(202deg)
    brightness(106%) contrast(106%);
}

@media (min-width: 768px) {
  .container-bottom-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* article */

.magazine {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 9fr 1fr;
  gap: 1.5em;
  background-color: #ffffff;

  padding: 3rem 5px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-family: "Google Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .magazine {
    grid-template-columns: auto 1fr auto;
    gap: 1em;
  }
}

.magazine__title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  grid-column: 2;

  /* text-align: center; */
}

.magazine__title_place_top {
  box-sizing: border-box;
  margin: 0 0 -30px;
  padding: 0;
  display: block;
  text-align: center;
  font-family: "Uchen", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.magazine__title_place_middle {
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  transform: translateY(50%);
  background-color: #eef5f8;
}

.magazine__title_place_bottom {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 -4px 1px #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.magazine__citation {
  margin: 0;
  padding: 0;
  grid-column: 2;
  font-size: 16px;

  text-align: center;
}

.magazine__aside {
  margin: 0;
  padding: 0;
  grid-column: 1;
}

@media screen and (max-width: 768px) {
  .magazine__aside {
    margin-top: 1em;
    grid-column: 2;
  }
}

.magazine__aside-para {
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px 0 0;
  font-style: italic;
  color: #1c629e;
  background-color: #e3f5ff;
  background-image: linear-gradient(to right, #e3f5ff 0% 40%, #fff 60% 100%);
  text-align: right;
  border-right: 4px solid #1c629e;
}

@media screen and (max-width: 768px) {
  .magazine__aside-para {
    padding: 0 0 0 5px;
    text-align: justify;
    background-image: linear-gradient(to left, #e3f5ff 0% 40%, #fff 60% 100%);
    border-left: 4px solid #1c629e;
    border-right: none;
  }
}

.magazine__main-content {
  margin: 0;
  padding: 0;
  grid-column: 2;
  background-color: #fff;
}
.magazine__main-content h3 {
  margin: 2rem 0;
}
.magazine__main-content h3 {
  margin: 2rem 0;
}
.magazine__main-content p {
  line-height: 1.5rem;
}
.magazine__main-content ol {
  margin-top: 1rem;
  list-style: decimal !important;
}
.magazine__main-content ol li {
  line-height: 1.5rem;
}

.magazine__para {
  margin: 0;
  padding: 0;
  text-align: justify;
}

.magazine__para + .magazine__para {
  margin-top: 20px;
}

.magazine__para-first-letter {
  font-family: "Uchen", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.figure {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  grid-column: 2;
  width: 100%;
  overflow: hidden;
}

.figure__img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 1px solid #fff;
}

.figure__caption {
  margin: 0;
  padding: 5px 15px;
  position: absolute;
  bottom: -35px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in;
}

.figure:hover .figure__caption {
  bottom: 0;
}

.gallery {
  margin: 0;
  padding: 0;
  grid-column: 2;
}

.gallery__title {
  margin: 0;
  padding: 5px 0 5px 10px;
  font-family: "Uchen", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1c629e;
  background-color: #e3f5ff;
  background-image: linear-gradient(to left, #e3f5ff 0% 40%, #fff 60% 100%);
  border-left: 4px solid #1c629e;
}

.photo-grid {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 140px;
  grid-auto-flow: dense;
  list-style: none;
}

.photo-grid__item {
  margin: 0;
  padding: 0;
  grid-column: span 1;
}

.photo-grid__item_pos_horizontal {
  grid-column: span 2;
}

@media screen and (max-width: 768px) {
  .photo-grid__item_pos_horizontal {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.photo-grid__item_pos_vertical {
  grid-column: span 1;
  grid-row: span 2;
}

@media screen and (max-width: 768px) {
  .photo-grid__item_pos_vertical {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.photo-grid__img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 1px solid #fff;
  outline-offset: -5px;
}

/* tous les articles séléctionner */

.container_tousArticles {
  display: flex;
  flex-flow: column nowrap;
  max-width: 1140px;
  margin: auto;
  padding: 16px;
}
/*CSS Grid*/
.section-grid {
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}
.grid-prod {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
}
.prod-grid {
  flex: 1 1 25%;
  margin: 2%;
  padding: 12px;
  border: 1px solid #c7c7c7;
  border-radius: 16px;
  height: fit-content;
}
.journal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 6px;
}

.journal svg{
    margin-right: 8px;
}
.follow{
    display: flex;
    align-items: center;
    border-radius: 36px;
    border: 1px solid #c7c7c7;
    padding: 0 15px 0 11px;
    height: 36px;
}
.follow span{
    color: #444746;
    font-size: 14px;
    letter-spacing: 0.15px;
    font-weight: 500;
}
.prod-grid .date{
    border-radius: 8px;
    margin: 4px 0;
    padding: 6px 8px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
}

.prod-grid .big_articles a {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    border-top: none;
    padding: 16px 0 18px;
    border-bottom: 1px solid #e3e3e3;
    column-gap: 5px;
  }
  .prod-grid .big_articles a:last-child{
    border-bottom: none;
  }
  
  @media (max-width: 660px) {
    .search_panel {
      display: none; /* Sembunyikan panel pencarian di mobile */
    }
  
    .search_icon {
      display: block; /* Tampilkan ikon pencarian di mobile */
    }
  
    #back-arrow {
      display: none; /* Sembunyikan ikon panah kembali di mobile */
    }

   
}
 
  
  .prod-grid.content h4 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: "Google Sans", sans-serif;
    line-height: 1.25;
    font-weight: 400;
    color: #1f1f1f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    flex-grow: 1;
    cursor: pointer;
  }
  
  .prod-grid.content h4:hover {
    text-decoration: underline;
  }
  .prod-grid .title_subarticle span{
    grid-column: 1; 
    grid-row: 1; 
    font-family: "Google Sans Text","Roboto",sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.33333333;
    letter-spacing: .1px;
    margin-bottom: 4px;
    color: #444746;
    display: -webkit-box; 
    overflow-y: hidden; 
  }
 .prod-grid .content h4 {
    font-family: "Google Sans",sans-serif;
    font-weight: 500;
    font-size:12px;
    line-height: 20px;
    display: block;
    cursor: pointer;
  }
  
  .prod-grid.content h4:hover {
    text-decoration: underline;
  }