@media (max-width: 1599px) {
    .details-produits .cols-carou {
        max-height: 470px;
    }
}
@media (max-width: 1439px) {
    .details-produits .cols-carou {
        max-height: 445px;
    }
}
@media (max-width: 1366px) {
    .home .toggle-container {
        height: auto;
    }
}
@media (max-width: 1365px) {
    .details-produits .cols-carou {
        max-height: 390px;
    }
    .cols-half {
        max-height: 865px;
    }
    .cols-half .content .points {
        padding: 50 30px 0 30px;
    }
    .cols-half .content .points .title {
        margin-bottom: 0px;
    }
    .group .applications-slider .owl-prev {
        left: -5px;
    }
    .group .applications-slider .owl-next {
        right: -5px;
    }
}
@media screen and (max-width: 1250px) {
    .menu li {
        width: 18%;
    }
    .menu li i {
        font-size: 3rem;
    }
}
@media (max-width: 1199px) {
    #products-list .product-container .image {
        height: 275px;
    }
    .details-produits .cols-carou {
        max-height: 330px;
    }
    .network .network-details .cols {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .network .network-details .content {
        order: -1;
        max-width: 100%;
    }
    .network .network-details.formations .cols {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .group .made-france .items-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: fit-content;
        gap: 20px;
    }
    .group .made-france .items-container .item {;
        margin: 0;
    }
    /*.group .made-france .items-container .item:nth-child(3) {*/
    /*    grid-column: 1 / span 2;*/
    /*    justify-self: center;*/
    /*    height: auto;*/
    /*}*/
}
@media screen and (max-width: 1050px) {
    .top-header {
        padding: 20px 5px;
    }
    .main-nav {
        flex-grow: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .toggle-nav {
        display: flex;
        z-index: 99999;
    }
    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        height: 100vh;
        background-color: #bd1622;
        z-index: 9999;
        flex-wrap: wrap;
        padding: 10px;
        overflow: scroll;
        transition: all .25s ease;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    .menu {
        /*position: fixed;*/
        /*top: 0;*/
        /*right: -100%;*/
        /*bottom: 0;*/
        /*height: unset;*/
        /*background-color: #bd1622;*/
        /*z-index: 9999;*/
        /*padding: 10px;*/
        /*overflow: scroll;*/
        /*transition: all .25s ease;*/
        /*display: grid;*/
        /*grid-template-columns: 1fr 1fr;*/
        /*column-gap: 30px;*/
        /*row-gap: 30px;*/
        /*box-sizing: border-box;*/
    }
    .menu li {
        width: 45%;
        margin: 10px;
        border-radius: 5px;
        height: 33%;
        background-color: #ae141f;
        color: #fff;
        padding: 20px;
    }
    .menu li::after {
        width: 0px;
        height: 0;
    }
    .menu li a {
        color: #fff;
        font-size: 2rem;
    }
    .menu li i {
        font-size: 4.5rem;
        margin-bottom: 20px;
    }
    .with-sub .submenu {
        width: 100%;
        top: 100%;
        left: 0;
    }
    .with-sub .submenu a {
        color: #707070;
    }
    .menu li:last-child {
        width: 100%;
        margin: 10px;
        /*background-color: #a1131d;*/
    }
    .home .toggle-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-height: unset;
    }
    .home .toggle-container .content {
        max-width: 100%;
        width: 100%;
    }
    .home .toggle-container .toggle-image-container {
        max-width: 100%;
        width: 100%;
    }
    .cols-with-image .content {
        width: 100%;
        order: -1;
    }
    #products-list {
        display: grid;
        margin: 20px;
        flex-wrap: unset;
        justify-content: unset;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .video-container {
        height: 500px;
    }
    .cols-half .content .points::before {
        height: 80px;
        top: -55px;
    }
    .cols-half {
        display: grid;
        height: unset;
        max-height: unset;
    }
    .cols-half figure {
        height: 1000px;
        width: 100%;
    }
    .cols-half .content {
        width: 100%;
        order: -1;
    }
    .details-produits .cols-details-alternate .cols-carou:nth-child(2n+1) {
        flex-direction: column-reverse;
    }
    .details-produits .cols-carou {
        max-height: none;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .details-produits .details {
        width: 100%;
    }
    .details-produits .images {
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 1023px) {
    .banner {
        height: 355px;
    }
    .hooklifts .intro {
        margin: 0px auto 20px auto;
    }
    .cols-half figure {
        height: 760px;
        width: 100%;
    }
    .details-produits .youtube-container iframe {
        min-height: 400px;
    }
    .intro {
        margin: 40px auto;
    }
    .applications-slider {
        /*height: 270px;*/
    }
    .applications-slider .application-image {
        /*height: 270px;*/
    }
    .applications .nav-applications nav {
        grid-template-columns: max-content;
    }
    .group .intro .cols {
        padding: 0 20px;
    }
    .news-open .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .news-open .content img {
        margin: 0 0 20px;
        max-width: 100%;
        float: none;
    }
    .legal-notice h1 {
        font-size: 4rem;
    }
    footer .wrap.cols {
        padding: 0 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 60px;
        row-gap: 40px;
    }
    footer .col {
        width: unset;
        display: block;
        flex-direction: unset;
        align-items: unset;
        justify-content: unset;
    }
    footer .col:first-child {
        order: 4;
    }
    footer .col:last-child {
        order: 1;
    }
    footer a {
        display: block;
    }
}
@media (max-width: 767px) {
    .menu li {
        width: 45%;
    }
    .with-sub .submenu {
        min-width: 90%;
    }
    .home .slider-banner {
        height: 500px;
    }
    .home .slider-banner .slider h1 {
        font-size: 3.5rem;
    }
    .home .slider-banner .slider h1 span {
        font-size: 3rem;
    }
    #products-list {
        grid-template-columns: 1fr;
    }
    #products-list .product-container .image {
        height: 375px;
    }
    .video-container {
        height: 400px;
    }
    .cols-half .content {
        padding: 30px 20px 50px 20px;
    }
    .cols-half figure {
        height: 480px;
    }
    .details-produits .youtube-container iframe {
        min-height: 235px;
    }
    .details-produits .cols-carou h2 {
        font-size: 3.2rem;
    }
    .network .assistance h2 {
        font-size: 3.2rem;
    }
    .group .intro .cols {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .group .intro .cols .img {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .group .applications-slider {
        margin-bottom: 45px;
    }
    .group .buttons {
        padding: 0;
    }
    .group .made-france::before {
        width: 48px;
        height: 60px;
        left: 6px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .group .made-france .intro {
        font-size: 1.6rem;
        line-height: 1.7;
    }
    .group .made-france h2 {
        font-size: 3.4rem;
    }
    .group .made-france .items-container {
        grid-template-columns: 1fr;
    }
    .group .made-france .items-container .item {
        height: auto;
    }
    /*.group .made-france .items-container .item:nth-child(3) {*/
    /*    grid-column: unset;*/
    /*    justify-self: unset;*/
    /*}*/
    .group .made-france .items-container .item h3 {
        height: auto;
    }
    .contact .form-contact form .cols {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact .form-contact form .cols .col {
        width: 60%;
    }
    footer .wrap.cols {
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
    }
}
@media screen and (max-width: 639px) {
    .top-header {
        padding: 5px 0px;
    }
    .choose-lang {
        margin-right: 15px;
    }
    .top-header .button-header {
        display: none;
    }
    .main-header {
        height: 80px;
    }
    .logo {
        max-width: 50%;
        padding: 0 10px;
        position: relative;
        top: -5px;
    }
    .logo img {
        max-width: 100%;
    }
    .main-nav {
        position: relative;
        top: -5px;
    }
    .menu {
        padding: 20px 10px;
    }
    .menu li {
        width: 100%;
        height: min-content;
    }
    .with-sub .submenu {
        position: relative;
        margin-top: 15px;
        top: 0!important;
    }
    .with-sub .submenu a:hover {
        font-weight: 400;
        background-color: #ff4b5c;
    }
    .menu .materiels-mobile, .menu .partenaires-mobile {
        display: flex;
        font-weight: 700;
    }
    .home .slider-banner .slider .content {
        padding: 50px 20px;
        justify-content: center;
    }
    .home .slider-banner .slider .content::before {
        opacity: .45;
    }
    .item-actu {
        height: auto;
        margin: 20px 0;
    }
    .item-actu figure {
        height: 180px;
    }
    .banner {
        height: 225px;
    }
    .banner h1 {
        font-size: 4rem;
        line-height: initial;
    }
    .video-container {
        height: 300px;
    }
    .details-produits .images {
        height: 300px;
    }
    .intro {
        margin: 20px auto;
    }
    .contact .form-contact form {
        padding-top: 20px;
    }
    .contact .form-contact form .cols .col {
        width: 80%;
    }
}
@media (max-width: 479px) {
    /*body {*/
    /*    overflow-x: clip;*/
    /*}*/
    .home .slider-product.owl-carousel .item-product {
        /*width: 255px;*/
        height: 415px;
    }
    .home .toggle-container h2 {
        font-size: 4rem;
        line-height: 1.1;
    }
    .home .toggle-container .nav-toggle {
        margin-bottom: 25px;
    }
    .cols-with-image .content {
        padding: 15px;
    }
    #products-list .product-container .image {
        height: 270px;
    }
    .banner {
        height: 180px;
    }
    .banner h1 {
        font-size: 3.4rem;
    }
    .cols-half figure {
        height: 370px;
    }
    .details-produits .youtube-container h2 {
        font-size: 1.5rem;
    }
    .details-produits .youtube-container iframe {
        min-height: 165px;
    }
    .details-produits .youtube-container iframe {
        min-height: 165px;
    }
    .details-produits .images {
        height: 240px;
    }
    .details-produits .details {
        padding: 50px 15px 15px 15px;
    }
    .details-produits .cols-carou h2 {
        font-size: 2.8rem;
        margin-bottom: 15px;
    }
    .details-produits .cols-carou .description h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.4;
        height: 37px;
        top: 5px;
        position: relative;
    }
    .product h1 {
        font-size: 2.4rem;
    }
    .applications .nav-applications {
        padding: 50px 15px;
    }
    .applications .nav-applications nav {
        grid-template-columns: auto;
    }
    .applications .nav-applications a {
        width: auto;
        height: auto;
    }
    .applications .nav-applications a span {
        margin-top: 10px;
    }
    .network .assistance .intro {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .network .assistance p:last-child {
        font-size: 2rem;
        line-height: initial;
    }
    .contact .form-contact form .cols .col {
        width: 100%;
    }
    footer .wrap.cols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    footer .wrap.cols .col:first-child {
        grid-column: 1 / -1; /* Le 3e div prend toute la largeur de la 2e ligne */
    }
    footer .wrap.cols .col:last-child {
        grid-column: 1 / -1; /* Le 4e div prend toute la largeur de la 3e ligne */
    }
    footer .wrap.cols .col:last-child a:last-child {
        margin-bottom: 0;
    }
    footer .adress a {
        display: inline-block;
    }
}