@media screen and (max-width: 1450px) {
  .bloc-width, .newsContent {
    width: 80%;
  }
}

@media screen and (max-width: 1366px) {
  .bloc-width, .newsContent {
    width: 85%;
  }

  .banner-content {
    gap: 20px;
  }

  .banner-content .title {
    font-size: 40px;
  }

  .banner-content p {
    line-height: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .banner {
    grid-template-rows: 60px auto;
    background-position: right;
  }

  .navbar {
    height: 60px;
    padding: 15px 0;
  }

  .nav-content {
    height: 60px;
    padding: unset;
  }

  .nav-content .mobile {
    display: block;
  }

  .menu {
    display: none;
  }

  .nav-content .empty-button {
    height: 40px;
    width: 40px;
    padding: 0 2px;
    font-size: 10px;
  }

  .banner-content {
    width: 80%;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 4;
    height: 100vh;
    grid-template-rows: 100px auto;
    grid-template-areas: "." "links";
  }

  .mobile-menu ul {
    grid-area: links;
    width: 90%;
    height: 100%;
    margin: auto;
    justify-content: self-start;
  }

  .mobile-menu ul li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #cccc;
    list-style: none;
    font-size: 15px;
    font-family: "Gill-Sans-Nova";
    text-transform: uppercase;
    display: grid;
    place-items: center;
    justify-content: flex-start;
  }

  .mobile-menu ul li:last-child {
    border: none;
  }
  .mobile-menu ul li a {
    color: #585858;
  }

  .banner-content .title {
    text-align: center;
    margin-top: -55px;
    font-size: 30px;
  }

  .banner-content .empty-button,
  .v-line,
  .vision .about div a .title {
    display: none;
  }

  .banner-content p {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .vision {
    margin-top: -80px;
  }

  .vision .about {
    width: 80%;
    height: fit-content;
    height: -moz-fit-content;
    margin: auto;
    grid-template-columns: unset;
    grid-template-rows: 50px auto 50px auto 50px auto 50px;
  }

  .vision .about div .text-colored {
    font-size: 20px;
  }

  .h-line {
    display: block;
    justify-self: center;
  }

  .vision .vision-content {
    grid-template-columns: unset;
    grid-template-areas: "illustration" "description";
    gap: 40px;
    padding: 40px 0;
  }

  .vision-content .illustration .bold-text span {
    font-size: 30px !important;
    line-height: 50px !important;
  }

  /* .vision .illustration .pictures .picture-container {
    height: 195px;
  } */

  .vision-content .description {
    gap: 20px;
  }

  .signature {
    font-size: 35px !important;
  }

  .news-bloc {
    all: unset;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .news-bloc .headline .thumbnail {
    height: 300px;
  }

  .news-bloc .others .bloc {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .news .content {
    padding: 40px 0;
  }

  .news-bloc .others .bloc .about .title {
    font-size: 20px;
  }

  .mobile-text {
    display: block;
  }

  .desktop-text {
    display: none;
  }

  .white-title {
    font-size: 30px;
    line-height: 30px;
  }

  footer {
    height: unset;
  }

  footer .content {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    padding: 15px 0;
  }

  .footer-content {
    justify-content: flex-start;
    place-items: unset;
  }

  .footer-content:first-child {
    display: none;
  }

  .footer-content:nth-child(3) {
    text-align: left;
  }

  .footer-content:nth-child(2) {
    gap: 15px;
    margin-bottom: unset;
  }

  .footer-content:nth-child(2) h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
  }

  .about div .target .title {
    display: none;
  }

  .active::after {
    all: unset;
  }

  .contact {
    gap: 30px;
  }

  .contact .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .contact .content .text img {
    display: none;
  }

  .contact-form {
    width: 100%;
  }

  .news-bloc .others .bloc {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .news-bloc .others .bloc .about {
    display: grid;
    grid-template-areas: "title" "date" "text";
    gap: 10px;
  }

  .news-bloc .others .bloc .about p {
    grid-area: text;
  }

  .news-bloc .others .bloc .about .title {
    grid-area: title;
  }

  .news-bloc .others .bloc .about .date {
    grid-area: date;
  }

  /* .news-bloc .others .image {
    display: none;
  } */

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

  .img {
    width: 100%;
    max-height: 25em;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1em;
    overflow: hidden;
  }
  
  .img img{
    width: 100%;
    margin: auto;
  }

  .newsAbout {
    width: 100%;
    margin: 0px;
  }
  .newsContent {
    width: 95%;
  }

  .newsTitle {
    margin-top: 0.5em ;
  }
}

@media screen and (max-width: 812px) {
  .banner {
    height: 440px;
  }
  .vision {
    margin-top: -60px;
  }
}
