@media screen and (max-width: 1500px){
    body{
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width: 1300px){
    .banner{margin-left: 0;border-left:0px;}
    .banner::before{display: none;}
    main {margin-left: 0;border-left:0px;}
    .bannerHome{height: max-content;background-position-y: 0;}
    .bannerHome div, .bannerHome nav{width: 100%;}
    .bannerHome__list{width: auto;}
    .bannerHome__prixSous {
        margin-left: 50px;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;        
        text-align: left !important;
    }
    .bannerHome__title, .bannerHome__subTitle, .bannerHome__prixSous{
        margin-left: 50px !important;
    }   
    .ctHome .messageCEO {
        padding-top: 30px;
        padding-left: 10px;
    }    
    .bannerHome .ajuste_home {top: 0px;}
    .ban_home{display: none;}
    
}

@media screen and (max-width: 980px){
    .ctIndex div:first-child {
        width: 100%;
    }
    .index_img {
        display: none;
    }
    .chooseCountry .chooseCountry__btn {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .menu-burger{
        display: block;
        position: fixed;
        margin-left: 0px;
        margin-top: 0px;        
        top: 0;
        background-color: #FFF;        
    }
    .burger{
        position: relative;
        top: 38px;
        left: 38px;        
    }    
    .menu__list{
        display: none;
        position: fixed;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: 100vh;
        width: 100vw;
        top: 0;
        background-color: #fff;
        padding: 30px 120px;
        z-index: 999;
    }
    .menu__item{
        margin-bottom: 30px;
        width: 100%;
        padding: 5px;
        border-bottom: 1px solid #000000;
        margin-top: 30px;
    }
    .menu__item:hover{
        background-color: #cdcdcd;
    }
    .menu__subnav{
        position: initial!important;
        background: none!important;
        border: 0!important;
        padding: 5px!important;
    }
    .header__country {
        margin-bottom: 42px;
    }    


    .banner .bannerContent__prixSous{
        margin-left: 40px;
        text-align: left;
        margin-top: 30px;
    }

    .bannerCaracter{display: none;}
    .banner{width: 100%;background-image: url('https://assets.ake.arkema.com/xnet/2024/images/bannieres_site/background_ban.png');background-size: auto;}


    .strategie_objectifs .levier__list {
        background: none;
        width: auto;
        display: flex;
        align-items: stretch;
        padding: 10px;
        margin-bottom: 40px;
        flex-direction: column;
        flex-wrap: wrap;
    }    
    .strategie_objectifs .levier__list {
        background: none;
        width: auto;
        display: flex;
        align-items: stretch;
        padding: 10px;
        margin-bottom: 40px;
        flex-direction: column;
        flex-wrap: wrap;
    }    
    .strategie_objectifs .keyStats__list {
        background: none;
        width: auto;
        display: flex;
        align-items: stretch;
        padding: 10px;
        margin-bottom: 40px;
        flex-direction: column;
        flex-wrap: wrap;
    }    
    .strategie_objectifs .levier__list li{
        padding: 10px;
    }
    .strategie_objectifs .keyStats__list li{width: 100%;margin-bottom: 20px;}
    .strategie_objectifs .keyStats__list li:not(:first-child) {
        border-left: unset;
    }

    .strategie_objectifs .levier__list li:not(:first-child){border-left: 0;}

    .strategie_objectifs .keyStats__list{width: auto;}

    .footer .footer_link{padding: 20px 10px;}

    .ctHome div:first-child{display: none;}
    .ctHome .messageCEO {width: 100%;}

    #list_docs li{width: 46%;}

    .offre table{width: 100%;}
}


@media screen and (max-width: 720px){
    .bannerHome__list{
        display: flex;
        align-items: stretch;
        justify-content: center;
        width: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .bannerHome__list li{width: 50% !important;}
    .bannerHome__list li:not(:first-child) a{border-left: unset;}

    #list_docs li{width: 100%;}
    .filAriane, #contenu_page {
        margin-left: 2%;
    }    

    .bannerHome__title {font-size: 3rem;line-height: 3.5rem;}
    .bannerHome__subTitle {font-size: 2rem;line-height: 2.5rem;}
    .bannerHome__title, .bannerHome__subTitle, .bannerHome__prixSous {
        margin-left: 20px !important;
    }    
    .bannerContent__title, .bannerContent__prixSous{font-size: 2.5rem !important;line-height: 2.5rem !important;}
    .bannerContent__subTitle{font-size: 1.8rem;line-height: 2rem;}
    .messageCEO__text {column-count: unset !important;text-align: left !important;}
    .ctIndex h1, .ctIndex h2 {    margin-left: 30px;margin-top: 30px;}
    .headerIndex{text-align: left;}

    #nav-select-country{display:  block !important;}
}