@media(max-width: 1440px) {
  .site-carnet .container {
    padding: 0 20px;
  }

  .image-slider .swiper-button-prev {
    /*         left: 38%; */
    left: 47%;
  }

  .image-slider .swiper-button-next {
    left: 41%;
  }
}

@media(max-width: 1024px) {
  .image-slider .swiper-button-prev {
    left: 30%;
  }

  .image-slider .swiper-button-next {
    left: 40.5%;
  }

  .cst-click .swiper-button-next {
    left: 30%;
  }

  .cst-click .swiper-button-prev {
    left: 40%;
  }
}

@media(max-width: 991px) {
  .inner-agence {
    flex-direction: column;
    gap: 60px;
  }

  .inner-agence .content-agence {
    width: 100%;
  }

  .inner-agence .content-agence:first-child {
    order: 2;
  }

  .inner-agence .content-agence:last-child {
    order: 1;
  }

  .agence-img img {
    height: 100%;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding-top: 64px;
  }

  .container,
  .site-agence .container,
  .site-carnet .container {
    max-width: 670px;
  }

  .site-agence .container {
    padding-left: 20px;
  }

  .head-menu ul,
  .head-menu h1 {
    font-size: 50px;
    line-height: 1.6;
    margin-top: -25px;
    margin-right: 1px;
  }

  .toggle-menu {
    top: 64px;
    width: 38px;
    left: 50%;
  }

  .toggle-menu span:nth-child(2) {
    top: 15px;
  }

  .toggle-menu span:nth-child(3) {
    top: 31px;
  }

  .head-menu ul li a {
    font-size: 50px;
    line-height: 1.6;
  }

  .head-logo a {
    font-size: 50px;
    line-height: 0.6;
  }

  /* footer */
  .inner-footer {
    flex-direction: column;
    align-items: start;
  }

  .foot-left {
    order: 2;
    align-items: center;
    margin-bottom: 4px;
  }

  .foot-right {
    order: 1;
    width: 100%;
    gap: 20px;
    margin-bottom: 34.5px;
  }

  .foot-right .foot-right-content {
    width: 50%;
  }

  .foot-right .foot-right-content:first-child,
  .foot-right .foot-right-content:last-child {
    max-width: 100%;
  }

  .foot-right .foot-right-content h2 {
    font-size: 32px;
    margin: 0 0 4px;
  }

  .foot-right .foot-right-content p {
    font-size: 26px;
    line-height: 1.346;
  }

  .foot-left .coppy {
    font-size: 26px;
    margin: 0 18px 0 0;
  }

  .foot-left .privacy {
    margin: 0 23px 0 0;
  }

  .foot-left .privacy a {
    font-size: 26px;
  }

  .foot-left .social a {
    margin: 0;
  }

  .foot-left .social a:last-child {
    display: none;
  }

  .foot-left .social a .social_pc {
    display: none;
  }

  .foot-left .social a .social_mb {
    display: block;
  }

  /* index */
  .site-index {
    padding-top: 198px;
  }

  .list-content .container {
    flex-direction: column;
    padding: 20px 0 15px 5px;
    max-width: 639px;
  }

  .list-content p {
    font-size: 26px;
    line-height: 1.153;
  }

  .list-content.active p:first-child {
    margin: 0 0 20px;
  }

  .list-content {
    position: relative;
  }

  .list-content::before {
    content: url(../images/icon_open.png);
    position: absolute;
    top: 29px;
    right: 60px;
    display: block;
  }

  .list-content::after {
    content: url(../images/icon_close.png);
    position: absolute;
    top: 26px;
    right: 60px;
    display: none;
  }

  .list-content.active::before {
    display: none;
  }

  .list-content.active::after {
    display: block;
  }

  .parent-slider .swiper-wrapper h2 {
    position: relative;
    left: 24.267vw;
    margin: 0 0 52px;
    font-size: 60px;
    line-height: 1.333;
  }

  .swiper-button-next {
    top: 40px;
    left: 24.767vw;
  }

  .swiper-button-prev {
    top: 37px;
    left: 55.6vw;
  }

  .child-slider {
    width: 2068px;
    left: -15px;
  }

  .child-slider .swiper-slide {
    padding: 0 15px;
    height: 100%;
  }

  .child-slider .swiper-slide p {
    font-size: 32px;
    line-height: 1.406;
  }

  .parent-slider .swiper-wrapper .swiper-slide img {
    margin-bottom: 22px;
    height: 100%;
  }

  /*  */
  .content-agence {
    flex-direction: column;
    gap: 52px !important;
  }

  .content-agence .text-desc {
    width: 100%;
  }

  .content-agence .text-desc p {
    font-size: 32px;
    line-height: 1.406;
  }

  .inner-agence {
    padding-top: 156px;
    gap: 52px;
    height: 100%;
    padding-bottom: 60px;
  }

  .content-agence .text-desc p {
    margin: 0 0 45px;
  }

  /* carnet noir */
  .site-carnet {
    padding-top: 158px;
    padding-bottom: 15px;
  }

  .list-image {
    margin-bottom: 60px !important;
  }

  .list-image img {
    width: 100%;
  }

  .list-image-0 img:not(:first-child),
  .list-image-3 img:first-child,
  .list-image-5 img:nth-child(2),
  .list-image-7 .gr-image,
  .list-image:first-child img:not(:first-child),
  .list-image:nth-child(2) img:first-child,
  .list-image:nth-child(3) img:nth-child(2),
  .list-image:nth-child(4) .gr-image {
    display: none;
  }

  .list-image-3 img:nth-child(2),
  .list-image-5 img:first-child,
  .list-image-7 img:first-child,
  .list-image:nth-child(2) img:nth-child(2),
  .list-image:nth-child(3) img:first-child,
  .list-image:nth-child(4)>img:first-child {
    margin-top: 0;
  }

  .list-image-7,
  .list-image:nth-child(4) {
    gap: 30px;
  }

  .list-image-7>img,
  .list-image:nth-child(4)>img {
    width: calc(50% - 15px);
  }

  .list-image-11,
  .list-image:last-child {
    flex-direction: column;
  }

  .list-image-11 img:nth-child(1),
  .list-image:last-child img:nth-child(1) {
    display: block;
    width: 100%;
  }

  /* project */
  .site-projets {
    padding-top: 224px;
    height: 100%;
    overflow: auto;
  }

  .img_respon {
    display: block;
  }

  .img_respon img {
    width: 100%;
  }

  .design-slider {
    display: none;
  }

  .boxtext-slider {
    max-width: 100%;
  }

  .project-detail {
    padding-top: 154px;
    padding-bottom: 73px;
    height: 100%;
  }

  .inner-prjdetail {
    gap: 56px;
  }

  .inner-prjdetail p {
    font-size: 32px;
    line-height: 1.406;
  }

  .inner-prjdetail .swiper {
    height: 100%;
  }

  .boxtext-slider .swiper-slide {
    gap: 53px;
  }

  .boxtext-slider .swiper-slide p {
    margin: 0;
  }

  .cst-click .swiper-button-next,
  .cst-click .swiper-button-prev,
  .texte {
    display: none;
  }

  .image-slider .swiper-slide img {
    top: 0;
    transform: translateY(0);
    width: 100%;
    max-height: 100%;
  }

  .image-slider .swiper-slide:first-child img:last-child {
    display: block;
    margin-top: 56px;
  }

  .inner-prjdetail {
    flex-direction: column;
  }

}

@media(max-width: 670px) {
  .parent-slider {
    width: 100%;
  }

  .child-slider {
    width: 100%;
  }

  .child-slider {
    left: 0;
  }

  .list-content::before,
  .list-content::after {
    right: 20px;
  }

  .list-content .container {
    padding-right: 45px;
    padding-left: 20px;
  }

  .parent-slider .swiper-wrapper h2 {
    max-width: fit-content;
    left: 35.267vw;
    font-size: 40px;
  }

  .swiper-button-next {
    top: 30px;
  }

  .swiper-button-prev {
    top: 27px;
  }
}

@media(max-width: 575px) {

  .swiper-button-next,
  .swiper-button-prev {
    scale: 0.6;
  }

  .swiper-button-prev {
    left: 59vw;
  }

  .head-menu ul,
  .head-menu h1 {
    font-size: 35px;
    margin-top: -17px;
  }

  .head-logo a {
    font-size: 35px;
  }

  .toggle-menu {
    scale: 0.7;
  }

  .child-slider .swiper-slide p,
  .content-agence .text-desc p,
  .inner-prjdetail p {
    font-size: 25px;
  }
}

@media(max-width: 425px) {

  .head-menu ul,
  .head-menu h1 {
    font-size: 30px;
    margin-top: -17px;
  }

  .head-logo a {
    font-size: 30px;
  }

  .toggle-menu {
    scale: 0.5;
    top: 54px;
  }
}