@media screen and (max-width: 1024px) {
    html,
    body {
        overflow-x: hidden;
    }
    .itemsmobile .slick-prev {
        left: -25px;
    }
    .itemsmobile .slick-next {
        right: -25px;
    }
    .itemsmobile .slick-arrow {
        top: auto!important;
        bottom: -5px;
    }
    .itemsmobile {
        padding-bottom: 50px;
    }
    .itemsmobile .slick-prev {
        left: calc(50% - 60px);
    }
    .itemsmobile .slick-next {
        right: calc(50% - 60px);
    }
    h2 {
        font-size: 18px;
    }
    #listHistory .slick-prev {
        left: calc(50% - 50px);
    }
    #listHistory .slick-next {
        right: calc(50% - 50px);
    }    
    .btn-mobile {
        display: none!important;
    }
    .titleborder::before {
        width: 45px;
        height: 8px;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 15px;
    }
    #sectFooter .btn {
        font-size: 12px;
    }
    #sectFooter .col-footer .item-about .row > div {
        padding-right: 20px;
    }
    .txt-icn .list-icn-txt {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        grid-gap: 45px;
    }
    #setregional .icn-home i {
        font-size: 57px;
    }
}
@media screen and (max-width: 992px) {
    #listingAgence .agences-search .form-agences .box-field {
      width: 100%;
    }
    #sectReassurance .listReassurance {
        flex-wrap: wrap;
        justify-content: center;
    }
    #sectReassurance .listReassurance .itemReassurane {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .cntTxtimg .listcntimg {
        margin-bottom: 10px;
    }
    .cntTxtimg .boxTxt,
    .imgRigth .boxImg,
    .imgRigth .boxTxt {
        padding-left: 15px;
    }
    .imgRigth .boxTxt, .imgRigth .boxTxt h3 {
        text-align: left;
    }
    .imgRigth .titleborder::after {
        margin-left: 0;
    }
    #sectReassurance {
        padding-bottom: 0;
    }
    .cntNews > div {
        margin-bottom: 30px;
    }
    .cntNews > div:last-child,
    #sectFooter .footerintern .row > div:last-child {
        margin-bottom: 0;
    }
    #sectFooter .footerintern .row > div {
        margin-bottom: 20px;
    }
    #sectFooter .navfooter > li {
        margin-bottom: 3px;
    }
    #sectFooter .titlefooter {
        margin-bottom: 5px;
    }
    .pgTxt #sectBanniere {
        height: 35vh;
    }
    #listingAnnonce .cntlistAnnonce .mainArticle {
        margin-bottom: 20px;
    }
    #listingAnnonce .cntTop {
        flex-wrap: wrap;
    }
    #listingAnnonce .cntTop .cntleft, #listingAnnonce .cntTop .cntleft h2 {
        margin-bottom: 20px;
    }
    .pgDetailAnnonce .cntlistAnnonce .col-lg-8.mainArticle,
    .pgDetailAnnonce .cntlistAnnonce .col-lg-4.mainAside {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pgContact .cnttxtwrapper .boxtxt {
        padding-top: 20px;
    }
    .no-descktop {
        display: block;
    }
    .no-mobile {
        display: none;
    }
    .listpaged {
        margin-bottom: 20px;
    }
    #cntAside .accordionMobile .asideIntern {
        display: none;
    }
    #cntAside .accordionMobile h3 {
        margin-bottom: 0;
        position: relative;
        text-align: left;
        border-radius: 15px;
    }
    #cntAside .accordionMobile.active h3 {
        border-radius: 15px 15px 0 0;
    }
    #cntAside .accordionMobile .asideIntern form {
        margin-top: 17px;
    }
    #cntAside .accordionMobile h3::after {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border: 3px solid #fff;
        border-radius: 2px;
        border-top: none;
        border-left: none;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 7px);
        right: 20px;
        z-index: 1;
        transition: all .3s ease-in-out;
    }
    #cntAside .accordionMobile.active h3::after {
        transform: rotate(-135deg);
        top: calc(50% - 2px);
    }
    .cntTxtimg > .cnttxt {
        margin-bottom: 25px;
    }
    .cnt-carousel .cnt-btn {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin-top: 85px;
    }
    .cntitemCarou .slick-arrow {
        top: auto;
        transform: translateY(0);
        bottom: -60px;
    }
    .cntitemCarou .slick-prev {
        left: calc(50% - 50px);
        right: auto;
    }
    .cntitemCarou .slick-next {
        right: calc(50% - 50px);
    }
    .bg-polygone {
        padding-bottom: 90px;
    }
    .main-col2 .item-title {
        margin-bottom: 70px;
        padding-right: 0;
    }
    #setregional .main-col2 .item-title .cnt-img {
        width: 100%;
    }
    .main-col2 > div {
        grid-column: span 12;
    }
    .bg-polygone::before,
    .bg-polygone2::before {
        -webkit-clip-path: polygon(71% 6%, 100% 0, 100% 100%, 29% 95%, 0 100%, 0 0);
        clip-path: polygon(71% 6%, 100% 0, 100% 100%, 29% 95%, 0 100%, 0 0);
    }
    .bg-polygone,
    .bg-polygone2 {
        padding-bottom: 56px;
    }
    #setregional {
        margin-bottom: 15px;
    }
    #sectcoups {
        padding-bottom: 20px;
    }
    #sectmap .cnt-map {
        border-radius: 15px;
        overflow: hidden;
    }
    #sectparallax .cnt-citation h2.titleborder::before {
        top: 0;
        left: 0;
    }
    #sectparallax .cnt-citation h2 {
        font-size: 40px;
    }
    #sectFooter .col-footer {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #sectFooter .col-footer .item-infos {
        margin-bottom: 20px;
    }
    #sectFooter .col-footer .item-contact {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #sectnewsletter {
        display: none;
    }
    #secttestimonials {
        padding-bottom: 30px;
    }
    #sectBanniere .bannieretxt {
        padding-top: 7.5%;
    }
    #sectBanniere.pgIntern {
        height: 23vh;
    }
    #listingAnnonce {
        padding-top: 0;
    }
    #listingAnnonce .header-annonce {
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }
    #listingAnnonce .header-annonce .item-left {
        margin-bottom: 10px;
    }
    #listingAnnonce .header-annonce .item-right {
        text-align: center;
    }
    #listingAnnonce .header-annonce .item-right .headerright, 
    #listingAnnonce .header-annonce .item-right .headerright .listticket {
        justify-content: center;
    }
    #listingAgence .agences-search {
        margin-top: 12px;
    }
    #listingAnnonce .cntTop .cntright .boxselect {
        margin: 0;
        margin-right: 20px;
    }
    #listingAnnonce .cntTop .cntright {
        margin-top: 17px;
    }
    #sectAbout {
        padding-top: 25px;
    }
    .img-reverse .imginter {
        margin-bottom: 28px;
    }
    #video-txt {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .txt-icn .list-icn-txt {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 35px;
    }
    .cnt-list .cntAccordion .itemAccordion h3::after {
        padding-top: 1px;
        padding-left: 0;
    }
    .pg-testimo #secttestimonials .listCarousel > div {
        max-width: 50%;
        flex: 0 0 50%;
    }
    #sectFooter .col-footer .item-infos,
    #sectFooter .col-footer .item-about {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 635px) {
    #sectHeader .headerIntern .listMenu {
        display: none;
    }
    h1 {
        font-size: 30px;
    }
    .listCarousellong .slick-track {
        margin-left: 0;
    }
    .pgTxt #sectBanniere {
        height: 31vh;
    }
    #cntArticle .listNewsIntern .boxitem,
    #listingAnnonce .cntTop .cntright,
    #cntGallery {
        flex-wrap: wrap;
    }
    #cntArticle .listNewsIntern .boxitem .cntImg {
        max-width: 100%;
    }
    #listingAnnonce .cntTop .cntright .boxselect {
        margin: 0;
    }
    #cntArticle .listCarousel > div,
    #mainGallery,
    #menuGallery,
    .listConsommation > div:first-child,
    .listConsommation > div:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #mainGallery .itemGallery .boxGallery {
        height: 270px;
        margin-bottom: 10px;
    }
    #menuGallery {
        padding-left: 0;
    }
    .cntTxtimg .boxImg .cntimg {
        height: 230px;
    }
    .cntTxtimg .boxTxt h3 {
        font-size: 20px;
    }
    .pgTxt.pgSigleProgr #sectBanniere .bannieretxt h1 {
        font-size: 40px;
    }
    .pgTxt.pgSigleProgr #sectBanniere .bannieretxt .cnttype {
        font-size: 27px;
    }
    .pgTxt.pgSigleProgr #sectBanniere .bannieretxt .cnttype {
        font-size: 22px;
    }
    #listHistory .slick-track {
        margin-left: 0;
    }
    #sectReassurance .listReassurance .itemReassurane {
        max-width: 50%;
        flex: 0 0 50%;
    }
    #listingAnnonce .cntTop .cntright .boxselect .form-control {
        padding-left: 0;
    }
    #listingAnnonce .headerwrapper,
    .listConsommation {
        flex-wrap: wrap;
    }
    .listConsommation > div {
        margin-bottom: 10px;
    }
    .cntconsommation .cntCat {
        margin-left: 0;
    }
    .pgDetailAnnonce .cntlistAnnonce > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    #menuGallery .navGallInter {
        border-radius: 7px;
        height: 80px;
    }
    #cntArticle .listCarousel.viewlist .item .itembox > a,
    .headerwrapper .cntbreadcrumb > ol {
        flex-wrap: wrap;
    }    
    #cntArticle .listCarousel.viewlist .item .itembox .cntimg {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #sectBanniere.pgAnnonce {
        height: 27vh;
    }
    #btnnav .txtmenu {
        display: none;
    }
    #btnnav {
        width: 62px;
    }
    #btnnav .btninter {
        margin-right: 0;
    }
    #sectHeader .headerIntern .cntleft .main-rs,
    #sectHeader .headerIntern .cntleft .item-btn {
        display: none;
    }
    #sectHeader .headerIntern .list-btn .btn {
        font-size: 0;
        width: 25px;
        height: 25px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 3px;
    }
    #sectHeader .headerIntern .list-btn .btn i {
        margin-right: 0;
    }
    #navigation .main-rs {
        display: flex!important;
        justify-content: center;
        align-items: center;
        margin-top: 20px!important;
    }
    #navigation .main-rs > .item-rs {
        margin: 0 5px!important;
        color: #094979!important;
    }
    #boxSearch {
        margin-top: -306px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #boxSearch h3 {
        font-size: 22px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    #boxSearch h3 span {
        width: 100%;
        font-weight: 600;
        text-align: center;
    }
    #sectBanniere {
        height: 60vh;
    }
    #sectBanniere .bannieretxt h1 {
        font-size: 30px;
    }
    #sectBanniere .bannieretxt {
        padding-top: 10.5%;
    }
    #boxSearch .bodySearch form .col-range .range-slider {
        padding-top: 0;
    }
    .cntTxtimg .imginter {
        height: 207px;
    }
    #sectAbout {
        padding-bottom: 10px;
    }
    .main-col2 {
        grid-column-gap: 0;
    }
    .cntTxtimg .multipleimg {
        margin-bottom: 33px;
        position: relative;
        z-index: 2;
    }
    .cntitemCarou .slick-arrow {
        bottom: -40px;
    }
    .cnt-carousel .cnt-btn {
        margin-top: 52px;
    }
    #sectcoups {
        padding-top: 20px;
    }
    #setregional .main-col2 .item-title .cnt-img {
        left: -39px;
        width: 452px;
    }
    .main-col2 .item-title {
        margin-bottom: 0;
        min-height: 315px;
    }
    .list-reassurance > div {
        grid-column: span 6;
    }
    .list-reassurance {
        padding-left: 30px;
        padding-right: 30px;
    }
    #sectmap .cnt-map {
        height: 370px;
    }
    #sectparallax .cnt-citation .btn {
        font-size: 20px;
        text-align: left;
        padding: 20px 39px;
    }
    #sectparallax .cnt-citation h2 {
        font-size: 25px;
    }
    #sectnews .cntitemCarou .slick-arrow {
        bottom: -60px;
    }
    #sectnews .cnt-carousel .cnt-btn {
        margin-top: 81px;
    }
    #pg-agences .about-agence {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
    #cntArticle .box-article .cnttxtcol {
        flex-direction: column;
    }
    #cntArticle .box-article .txtprice {
        justify-content: flex-start;
        flex-direction: column;
    }
    #listingAnnonce .cntlistAnnonce .mainArticle {
        margin-bottom: 0;
    }
    #listingAgence .agences-search {
        max-width: 100%;
    }
    #listingAgence .cnt-map {
        height: 370px;
    }
    #listingAnnonce .cntTop .cnt-title {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #listingAnnonce .cntTop .cnt-title .listTag {
        flex-wrap: wrap;
    }
    #listingAnnonce .cntTop .cnt-title .listTag > .itemtag {
        margin-bottom: 7px;
    }
    #listingAnnonce .cntTop .cntright .boxselect .form-control {
        padding-left: 21px;
        padding-right: 25px;
    }
    .boxselect::after {
        right: 13px;
    }
    #listingAnnonce .cntTop .cntright .cntViews, #listingAnnonce .cntTop .cntright .cntViews .listViews {
        margin-left: 10px;
    }
    #listingAnnonce .cnt-txtimg {
        flex-direction: column;
    }
    #listingAnnonce .cnt-txtimg .boxtxt,
    #listingAnnonce .cnt-txtimg .boximg {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #listingAnnonce .cnt-txtimg .boximg {
        margin-bottom: 15px;
    }
    .cntTxtimg .imginter .cntvideo .videoWrapper169 {
        height: 207px;
    }
    .cnt-list {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .pg-testimo #secttestimonials .listCarousel > div {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 420px) {
    .cntitemCarou .item .itembox .box-footer {
      height: auto;
    }
    
    .home #sectBanniere .bannieretxt h1 {
        font-size: 33px;
    }
    #boxSearch{
            margin-top: -156px;
    }
    
    .home .cntTxtimg > .cnttxt{
        margin-top: 200px;
    }
    
    .cntTxtimg {
        grid-template-columns: repeat(auto-fit, minmax(343px, 1fr));
    }
    .boxchoises {
        font-size: 15px;
    }
    .cntViews{
        display: none!important;
    }
    .ss-titre-last{
        margin-top:-15px;
        margin-bottom: 62px;
    }
    .page-template-tpl-agences .img-fluid{
        width: 100%;
        height: auto;
    }
    
}


@media screen and (max-width: 375px) {
    h1 {
        font-size: 26px;
    }
    h3 {
        font-size: 17px;
    }
    h2 {
        font-size: 16px;
    }
    #sectPromo h2 {
        font-size: 24px;
    }
    .pgTxt.pgSigleProgr #sectBanniere .bannieretxt h1 {
        font-size: 30px;
    }
    .pgTxt.pgSigleProgr #sectBanniere .bannieretxt .cnttitle .toptitle {
        font-size: 22px;
    }
    .pgTxt.pgSigleProgr #sectBanniere .bannieretxt .cntCat {
        font-size: 38px;
    }
    #cntMap .boxmap {
        height: 310px;
    }
    .boxhistory .itemhistory .cntimg {
        height: 200px;
    }
    #sectHeader .headerIntern .cntLogo {
        width: 160px;
    }
    #mainWrapper {
        padding-top: 54px;
    }
    #sectBanniere {
        height: 65vh;
    }
    #sectparallax .cnt-citation .btn {
        font-size: 17px;
        padding: 20px 35px;
    }
    #secttestimonials .listCarousel .item .itembox .footer-testimo .note-estimo {
        max-width: 100px;
    }
    #sectBanniere .bannieretxt h1 {
        font-size: 23px;
    }
    #listingAnnonce .header-annonce h2 {
        font-size: 28px;
    }
    #menuGallery .navGallInter {
        height: 50px;
    }
    #listingAgence .agences-search .form-agences .box-field .inputloca {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    #listingAnnonce .cntTop .cntright .cntViews, #listingAnnonce .cntTop .cntright .cntViews .listViews {
        margin-left: 0;
        margin-top: 10px;
    }
    .cnt-txtimg .boximg {
        min-height: 100%;
    }
}
@media screen and (max-width: 320px) {
    #navigation, #navigation .menu-item-has-children .menu-item-has-children {
        width: 100%;
    }
    #sectHeader .headerIntern .btn {
        display: none;
    }
    #sectBanniere.pgAnnonce {
        height: 34vh;
    }
    #sectBanniere {
        height: 72vh;
    }
    .cntTxtimg {
        grid-template-columns: repeat(auto-fit, minmax(289px, 1fr));
    }
    #setregional .main-col2 .item-title .cnt-img {
        left: -39px;
        width: 372px;
    }
    .main-col2 .item-title {
        min-height: 245px;
    }
    #sectparallax .cnt-citation .btn {
        font-size: 14px;
        padding: 14px 35px;
    }
    #secttestimonials {
        padding-top: 40px;
    }
    #secttestimonials .listCarousel .item .itembox .footer-testimo {
        flex-direction: column;
    }
    #pg-agences .about-agence .box-horaires table {
        font-size: 13px;
    }
}