@media screen and (min-width: 1200px) and (max-height: 800px) {}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }

  .max-width-1340px {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-790px {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-1440px {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  /** Header **/
  .main-header .site-navigation .menu ul li.hover>ul {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }

  .site-branding {
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .site-navigation .menu>ul,
  .site-navigation__menu {
    display: flex;
  }

  .site-navigation .menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-navigation .menu>ul>li>a {
    padding: 31px 0;
    margin-right: 36px;
  }

  .site-navigation .menu>ul>li:last-child>a {
    margin-right: 0;
  }

  .site-navigation .menu ul ul {
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    left: auto;
    top: auto;
    z-index: 99;
    min-width: 268px;
    background: #0f0e0e;
    padding: 20px 22px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    margin-top: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: translate(0, 10px);
  }

  .main-header .site-navigation .menu ul ul li {
    white-space: nowrap;
  }

  /** Content **/
  .intern .about-us-section {
    padding: 120px 0 90px;
  }
}

@media screen and (min-width: 1400px) {
  /** Header **/

  /** Content **/
  .blk-experience {
    font-size: 100px;
  }

  .footer-column__item {
    padding: 90px 50px 23px;
  }

  .footer-column:last-child .footer-column__item {
    padding: 20px 50px 20px;
  }

  .footer-services {
    margin-right: 85px;
  }
}

@media screen and (min-width: 1600px) {
  /**Header**/

  /** Content **/
  .bloc-content.type-2 .img-box .bloc-image {
    margin-left: -15vw;
  }
}

@media screen and (min-width: 1920px) {
  /**Header**/

  /** Content **/
  .bloc-content.type-2 .img-box .bloc-image {
    margin-left: -20vw;
  }
}

@media screen and (max-width: 1199px) {

  /** Header **/
  .main-menu-toggle {
    display: block;
  }

  .sticked-menu {
    display: none !important;
  }

  .main-menu-toggle {
    position: absolute;
    right: 0;
    top: 33px;
    height: 20px;
    width: 31px;
    float: right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main-menu-toggle label {
    cursor: pointer;
    position: static;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }

  .main-menu-toggle .toggle-block {
    position: absolute;
    height: 3px;
    width: 100%;
    padding: 0;
    background-color: #fdfdfd;
  }

  .main-menu-toggle .toggle-blocks-1 {
    position: relative;
    float: left;
  }

  .main-menu-toggle .toggle-blocks-2 {
    position: relative;
    float: left;
    margin-top: 6px;
  }

  .main-menu-toggle .toggle-blocks-3 {
    position: relative;
    float: left;
    margin-top: 6px;
  }

  .main-menu-toggle input[type="checkbox"]:checked~.main-menu-toggle-block>.toggle-blocks-2 {
    opacity: 0;
  }

  .main-menu-toggle input[type="checkbox"]:checked~.main-menu-toggle-block>.toggle-blocks-1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: 10px;
  }

  .main-menu-toggle input[type="checkbox"]:checked~.main-menu-toggle-block>.toggle-blocks-3 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -12px;
  }

  .main-header .site-navigation .menu,
  .main-header .site-navigation .menu>ul>li>ul {
    display: none;
  }

  .main-header .site-navigation .menu.active,
  .main-header .site-navigation .menu>ul>li>ul.active {
    max-height: 55em;
    display: block;
  }

  .main-header .site-navigation .menu>ul ul {
    padding: 2px 0 8px;
  }

  .main-header .site-navigation .menu>ul>li>a {
    padding: 6px 0;
    text-align: left;
    border: 0;
  }

  .main-header .site-navigation .menu ul ul>li a {
    padding: 0 15px 0 20px;
  }

  .site-navigation .menu>ul>li.active>a,
  .site-navigation .menu>ul>li:hover>a,
  .site-navigation .menu>ul>li.hover>a,
  .main-header .site-navigation .menu ul ul>li.active>a,
  .main-header .site-navigation .menu ul ul>li:hover>a,
  .main-header .site-navigation .menu ul ul>li.hover>a {
    background: none;
  }

  .main-header .site-navigation .menu ul>ul,
  .main-header .site-navigation .menu ul>ul>ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none;
  }

  .main-header .site-navigation .menu>ul {
    position: absolute;
    left: 0;
    max-height: calc(100vh - 80px);
    padding: 20px 20px;
    box-shadow:
      0px 4px 4px -1px rgba(12, 12, 13, 0.1),
      0px 4px 4px -1px rgba(12, 12, 13, 0.05);
    z-index: 100;
    width: 100%;
    z-index: 20000;
    top: auto;
    background-color: #000;
    overflow-y: scroll;
    border-top: 0;
  }

  .main-header .site-navigation .menu li,
  .main-header .site-navigation .menu>ul>li {
    display: block;
    overflow: hidden;
  }

  .main-header .site-navigation .menu,
  .main-header .site-navigation .menu>ul>ul {
    max-height: 0;
    background-color: #000;
  }

  .site-navigation.fixed-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .site-navigation:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(29, 29, 27, 0.7);
    backdrop-filter: blur(7.5px);
  }

  .site-navigation .site-branding {
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .site-navigation .site-branding {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
    padding: 10px 0;
    width: 150px;
  }

  .site-navigation .menu__client-area-link {
    position: absolute;
    top: 24px;
    right: 60px;
    border: 0;
    padding: 10px 26px;
    border-right: 1px solid #ddd;
  }

  /** Content **/
  .grid-txt,
  .page section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-column__item {
    padding-top: 70px;
  }

  .width-lg-45 {
    width: 45%;
  }

  .width-lg-40 {
    width: 40%;
  }

  .width-lg-50 {
    width: 50%;
  }

  .bloc-content.img-box--left .img-box {
    margin-right: 30px;
  }

  .bloc-content.img-box--right .img-box {
    margin-left: 30px;
  }

  .blk-experience {
    font-size: 77px;
  }

  .workflow__content .steps-items {
    gap: 10px;
  }

  .workflow__content .steps-items .step-ico {
    width: 170px;
    height: 170px;
  }

  .benefit-item {
    height: 600px;
  }

  .quote-request__inner {
    padding: 46px 70px;
    gap: 40px 50px;
  }

  .footer-services {
    margin-right: 30px;
  }

  .blk-experience {
    white-space: unset;
  }

  .form-quote .form-group button[type="button"],
  .form-quote .next-step button {
    width: 170px;
  }

  .bloc-content.type-2 .img-box .bloc-image {
    margin-left: 0;
    height: 480px;
  }

  .page-project-detail .about-us-section {
    padding-top: 100px;
  }

  .gallery-image {
    gap: 15px;
  }

  .gallery-image-detail {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .company-benefits__items:hover .benefit-image.bg-img {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  /** Header **/

  /** Content **/

  html {
    font-size: clamp(15px, 1vw, 16px);
  }

  .width-lg-40,
  .width-lg-45,
  .width-lg-50 {
    width: auto;
  }

  .w-md-100 {
    width: 100%;
  }

  .bloc-content.img-box--right .img-box,
  .bloc-content.img-box--left .img-box {
    margin-right: 0;
    margin-left: 0;
  }

  .banner-content .line {
    width: 90px;
    height: 6px;
  }

  .bloc-text.column-count-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .bloc-text.column-gap-50px {
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  .blk-experience {
    font-size: 58px;
  }

  .workflow__content .steps-items {
    flex-direction: column;
    gap: 40px;
  }

  .workflow__content .steps-items .step:nth-child(2n) {
    flex-direction: column;
    padding: 90px 0 0;
  }

  .workflow__content .steps-items .step:nth-child(2n) .step-ico:before {
    top: unset;
    bottom: -43px;
  }

  .form-quote__inputs:before,
  .background-panel,
  .workflow__content .steps-text {
    display: none !important;
  }

  .workflow__content .steps-items .step:nth-child(2n),
  .workflow__content .steps-items .step {
    padding-top: 20px;
  }

  .benefit-item {
    height: 500px;
  }

  .quote-request__inner {
    margin: -100px 0 0;
    padding: 46px 50px;
  }

  .benefit-item__inner--hover,
  .benefit-item__inner {
    gap: 20px;
  }

  .project-item__image {
    width: 430px;
  }

  .project-item__text {
    padding: 56px 30px 56px 50px;
  }

  .project-item .project-item__text:before {
    left: -50px;
    right: unset;
  }

  .project-item:nth-child(2n) .project-item__text {
    padding: 56px 50px 56px 30px;
  }

  .project-item:nth-child(2n) .project-item__text:before {
    left: unset;
    right: -50px;
  }

  .footer-usefull-links ul,
  .footer-services ul,
  .project-item {
    width: 100%;
    max-width: 100%;
  }

  .footer-newsletter {
    max-width: 470px;
    margin-top: 50px;
  }

  .footer-column__item {
    padding-top: 50px;
  }

  .footer-services {
    margin-right: 40px;
    width: 50%;
  }

  .footer-column:last-child .footer-column__item {
    padding: 5px 15px;
    text-align: center;
  }

  .footer-column+.footer-column {
    padding: 15px 0;
  }

  .footer-copyright {
    margin-top: 40px;
  }

  .workflow__content .steps-items .step-text {
    display: block;
  }

  .blk-contact-form,
  .services-diag__head,
  .services-diag__content,
  .form-quote {
    max-width: 100%;
  }

  .form-quote__inputs {
    gap: 30px;
  }

  .form-quote__inputs fieldset:first-child {
    margin-right: 0;
  }

  .footer-column__inner>.row>div:not(:last-child) {
    border-right: 0;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .gallery-image {
    -moz-column-count: 2;
    column-count: 2;
  }


}

@media screen and (max-width: 767px) {

  /** Header **/
  .site-navigation .site-branding {
    padding: 6px 0;
    width: 115px;
  }

  .main-menu-toggle {
    top: 20px;
  }

  .site-navigation .menu__client-area-link {
    top: 17px;
    padding: 4px 26px;
  }

  /** Content **/
  html {
    font-size: clamp(14px, 1vw, 16px);
  }

  .page section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.mb-3.mt-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  button#link-avis {
    margin-top: 20px;
  }

  .txt-box.pl-lg-4.pl-xl-0.mt-5.mt-lg-0 {
    margin-top: 20px !important;
  }

  .bloc-text h2,
  .bloc-text .h2,
  .quote-request__content .sect-title .bloc-title,
  .sect-title h2,
  .sect-title .h2,
  .sect-title .bloc-title,
  .sect-title h1,
  .sect-title .h1,
  .page-title {
    font-size: clamp(30px, 1rem + 1.5vw, 40px);
    margin-bottom: 30px;
  }

  .home .banner-inner {
    min-height: 700px;
    height: 100%;
  }

  .banner-content {
    padding: 40px 0;
  }

  .blk-experience {
    font-size: 50px;
  }

  .workflow__content .steps-items .step-ico {
    width: 140px;
    height: 140px;
  }

  .workflow__content .steps-items .step-ico svg {
    width: 55px;
    height: 55px;
  }

  .workflow__content .steps-items .step {
    gap: 50px;
  }

  .workflow__content .steps-items .step:nth-child(2n),
  .workflow__content .steps-items .step {
    padding-top: 0;
  }

  .workflow__content .steps-items .step-ico:before,
  .workflow__content .steps-items .step:nth-child(2n) .step-ico:before {
    bottom: -35px;
  }

  .workflow__content .steps-items .step-ico:before {
    height: 55px;
  }

  .grid-txt {
    padding: 50px 40px;
  }

  .quote-request__inner {
    padding: 40px;
  }

  .footer-usefull-links ul,
  .footer-services ul,
  .project-item {
    flex-direction: column;
  }

  .project-item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .project-item:nth-child(2n) .project-item__text,
  .project-item__text {
    max-width: 100%;
    padding: 50px 30px 30px 30px;
  }

  .project-item__image {
    width: 100%;
  }

  .project-item .project-item__text:before {
    top: -50px;
    left: 50px;
    width: 1px;
    height: 80px;
    border: 0;
    border-left: 1px solid #fdfdfd;
  }

  .project-item:nth-child(2n) .project-item__text:before {
    left: unset;
    right: 50px;
  }

  .bloc-content.type-2 .txt-box .bloc-text {
    padding-top: 40px;
  }

  .blk-free-quote-form .sect-title {
    margin-top: 55px;
    padding-top: 40px;
  }

  .footer-logo img {
    width: 270px;
    height: auto;
  }

  .intern .banner-content {
    gap: 30px;
  }

  .blk-contact-infos ul {
    margin-top: 50px;
  }

  .blk-contact-infos ul {
    gap: 50px;
  }

  .previous-page-link {
    width: 43px;
    height: 43px;
    padding: 8px;
  }

  .gallery-image {
    gap: 10px;
  }

  .gallery-image-detail {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {

  /** Header**/
  .site-navigation .menu__client-area-link span:last-child {
    display: none;
  }

  /** Content **/
  .banner-title {
    font-size: clamp(38px, 1rem + 2.8vw, 60px);
  }

  .intern .banner-title {
    font-size: clamp(38px, 1rem + 2.8vw, 50px);
  }

  .banner-content .line {
    width: 75px;
    height: 4px;
  }

  .banner-content {
    gap: 35px;
  }

  .blk-experience {
    font-size: 35px;
  }

  .quote-request__content .sect-title .bloc-title,
  .bloc-text h2,
  .bloc-text .h2,
  .sect-title h2,
  .sect-title .h2,
  .sect-title .bloc-title,
  .sect-title h1,
  .sect-title .h1,
  .page-title {
    font-size: clamp(26px, 1rem + 1.5vw, 40px);
    margin-bottom: 30px;
  }

  .page div.font-size-30px {
    font-size: clamp(24px, 1rem + 0.9vw, 30px);
  }

  .workflow__content .steps-items .step-ico {
    width: 130px;
    height: 130px;
  }

  .workflow__content .steps-items .step-ico svg {
    width: 50px;
    height: 50px;
  }

  .benefit-ico img {
    height: 65px;
    width: 65px;
  }

  .grid-txt {
    padding: 50px 30px;
  }

  .quote-request__inner {
    padding: 40px 30px;
  }

  .grid-content .grid-img {
    height: 360px;
  }

  .footer-logo img {
    width: 230px;
    height: auto;
  }

  .footer-services {
    margin-right: 0;
    width: 100%;
  }

  .bloc-content.type-2 .img-box .bloc-image {
    height: 400px;
  }

  .footer-column__item {
    padding-left: 0;
    padding-right: 0;
  }

  .blk-contact-infos ul {
    gap: 40px;
  }

  .gallery-image {
    -moz-column-count: 1;
    column-count: 1;
  }

  .previous-page-link {
    width: 40px;
    height: 40px;
  }
}