/* CONTAINER RESPONSIVE */
@media (min-width: 1200px) {

    .container {
        max-width: 960px;
    }

    .pt-xl-150 {
        padding-top: 150px;
    }

    .mb-xl-80 {
        margin-bottom: 80px;
    }

}

@media (min-width: 1400px) {

    .container {
        max-width: 1140px;
    }

}


/* SITE REPSONSIVE */

@media (max-width: 1400px) {

    /* MENU */
    .submenu.show {
        left: 50px;
    }

    .submenu {
        left: 0;
    }

    .left.show a,
    .right.show a {
        color: #363531;
    }


    /* HOMEAPGE */
    .accueil .cadre-e22 {
        bottom: 50px;
    }

    .accueil .slick-dots {
        bottom: 0;
    }

    .accueil .slick-accueil.alerted .slick-dots {
        position: absolute;
        bottom: -25px;
        height: auto;
    }

    .home .bg-img {
        height: 600px;
    }

    .home .video iframe {
        height: 350px;
    }


    /* STATIONS */

    .modale .station {
        max-height: 60vh;
    }


    /* POLYGONES */
    .poly-jaune::after,
    .poly-jaune::before {
        left: 0;
        right: 0;
    }


    /* VIDEO */
    .video iframe {
        height: 260px;
    }

    
    /* IMAGE */
    .bg-img h4 {
        font-size: 24px;
    }

}


@media (max-width: 1200px) {

    h2 {
        font-size: 34px;
    }

    ul {
        margin-bottom: 0;
    }

    .grey, .blue, .red, .yellow {
        padding-top: 0;
    }

    /* MENU MOBILE */
    nav .right {
        height: 100%;
        width: 100%;
        top: 0;
        left: 100%;
        text-align: left;
        background-color: white;
        padding: 0 25px;
        font-size: 24px;
        transition: 0.5s;
    }

    nav .right {
        padding-top: 120px;
    }

    nav .right.show {
        left: 0;
    }

    nav .right ul .link {
        width: 60%;
    }
    
    .left svg {
        z-index: 99;
    }

    .lang {
        position: absolute;
        bottom: 25px;
    }

    nav .reseaux {
        bottom: 25px;
        right: -100%;
        z-index: 10;
        transition: 0.3s;
    }

    nav .reseaux a {
        height: 40px;
        width: 40px;
    }

    nav .reseaux.show {
        right: 25px;
    }

    .burger {
        position: absolute;
        top: 45px;
        right: 25px;
        z-index: 1 !important;
        fill: inherit !important;
    }

    .exit {
        position: absolute;
        top: 30px;
        right: 25px;
        fill: inherit;
    }

    .submenu-fond {
        width: 100%;
        border: none;
        background-color: #E5223C;
    }
    
    .submenu-search {
        border-bottom: 100vh solid #363531;
    }

    .close {
        top: 30px;
        right: 25px;
        z-index: 99;
    }

    .submenu {
        top: 45px;
        width: calc(100% - 50px);
    }

    .submenu.show {
        left: 25px;
    }

    .submenu h2 {
        margin-bottom: 100px;
    }

    .logo {
        transition: 0.5s;
        left: 0;
    }

    .logo.hide {
        left: 300px;
        opacity: 0;
        pointer-events: none;
    }

    nav .right ul li {
        margin-bottom: 10px;
        line-height: 25px;
        transition: 0.5s;
        color: #363531;
        font-size: 20px;
    }

    nav .right ul li a{
        color: #363531;
    }

    .submenu li a {
        color: #fff !important;
    }

    .burger g {
        transition: 0.25s;
    }

    .bg-grey .burger g {
        fill: #fff;
    }

    .bg-red .burger g {
        fill: #fff;
    }

    .text-red .burger g {
        fill: #E5223C;
    }

    .text-red .exit g {
        stroke: #E5223C;
    }

    .right ul.hide li:not(.d-table),
    .lang.hide,
    .exit.hide {
        opacity: 0;
        transform: translateX(300px);
        transition: 0.5s;
    }

    .search input {
        width: 100%;
        font-size: 14px;
    }

    #search-results {
        top: 56px;
    }

    .search-list {
        font-size: 16px;
        max-height: 300px;
    }

    /* ACCUEIL */
    .accueil {
        padding: 100px 0;
        height: auto;
    }

    .accueil .slick-accueil h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .accueil .cadre-e22 {
        bottom: -60px;
        width: 100%;
        justify-content: center;
    }

    .accueil .slick-dots {
        position: fixed;
        bottom: 10px;
        transition: 0.5s;
    }
    
    .accueil .slick-track {
        align-items: flex-start;
    }

    .accueil .slick-dots li {
        border-top: none;
        border-bottom: 8px solid  rgba(54, 53, 49, 1);
    }

    .accueil .slick-dots li.slick-active {
        border-top: none;
        border-bottom: 26px solid  rgba(54, 53, 49, 1);
    }

    .home .images .bg-img {
        height: 600px;
        background-size: cover;
    }
    
    .home h4 + p, .home h1 + h4 {
        margin-bottom: 20px;
    }

    .home .slick-item img {
        margin: 0 10px;
        max-width: 230px;
    }
    
    .home .video iframe {
        height: 190px;
    }

    .accueil .expoPoly {
        top: -70px;
    }

    .expos.details .expoPoly {
        top: -50%;
        width: 300px;
        height: 50%;
        left: 30px;
        transform: translateY(100px);
    }

    .poly1::after,
    .poly2::after,
    .poly2::before {
        top: -30px;
        left: -30px;
        bottom: -30px;
        right: -30px;
    }

    /* FOOTER */
    footer {
        padding-top: 0;
    }

    /* ACCES */
    .bg-acces .btn-cadre {
        margin-bottom: 50px;
    }

    /* MANIFESTATIONS */
    .filter-manif .categories {
        position: relative;
        padding: 6px 10px;
        background-image: url(../img/angle-down-light.svg);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: #fff;
        background-size: 12px;
        color: #363531;
        border: 1px solid #363531;
        width: 220px;
    }

    .wrap-categories {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 20px;
        opacity: 0;
        pointer-events: none;
        border: 1px solid #363531;
        background-color: #fff;
        transition: 0.5s;
    }

    .wrap-categories.show {
        top: 40px;
        opacity: 1;
        pointer-events: all;
    }
    
    .phone-categorie label {
        width: 100%;
        padding: 6px 10px;
        border: none;
    }

    .manif .row {
        border-bottom: none;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-resa-phone {
        position: relative;
        overflow: hidden;
        display: inline-block;
    }
    
    .btn-resa-phone p {
        padding: 12px 21px 12px 15px;
        background-color: #E5223C;
        border: 1px solid #E5223C;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        transition: 0.5s;
    }
    
    .btn-resa-phone .circle {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #E5223C;
        top: 50%;
        right: 0;
        transform: translate(50%, -50%);
        background-color: #fff;
        z-index: 1;
        padding: 0;
    }

    .btn-resa-phone.blue,
    .btn-resa-phone.yellow,
    .btn-resa-phone.red {
        padding-bottom: 0;
    }

    .btn-resa-phone.blue p {
        background-color: #4A96D1;
        border: 1px solid #4A96D1;
    }

    .btn-resa-phone.blue .circle {
        border: 1px solid #4A96D1;
    }

    .btn-resa-phone.yellow p {
        background-color: #FDEE65;
        border: 1px solid #FDEE65;
        color: #363531;
    }

    .btn-resa-phone.yellow .circle {
        border: 1px solid #FDEE65;
    }


    /* OBJETS */
    .modale-expo.show {
        overflow-y: scroll;
    }

    .modale-expo .container {
        padding: 0;
        margin-top: 400px;
    }


    /* STATION */
    .phone-station {
        overflow-y: scroll;
    }

    .phone-station .map {
        background-position: 50% 60%;
        width: 100%;
        height: 150px;
    }

    .phone-station .details {
        position: relative;
        bottom: 0;
        margin-top: 30px;
        width: 100%;
        margin-bottom: 50px;
    }

    .phone-station .container {
        padding: 0;
    }

    .phone-station .station {
        margin-top: 200px;
    }


    /* EXPOSITIONS */
    .expoPoly {
        top: 0px;
    }


    /* ARCHIVES */
    .accordion-item {
        margin-top: 20px;
    }

    .archive.accordion {
        margin: 100px 0;
    }


    /* HISTORIQUE */
    .mb-xl-80 {
        margin-bottom: 20px;
    }

    .chronologie:first-child .line.line-home {
        height: 140px;
    }


    /* SLIDER */
    .slick-modale .slick-slide img {
        height: 250px;
    }


    /* FORMULAIRE */
    .reservation {
        padding-top: 0;
        padding-bottom: 100px;
    }

}

@media (max-width:756px) {


    /* STATION */
    .phone-station .station {
        max-width: 100%;
    }

    /* FORMULAIRE */
    #formulaire button {
        width: 100%;
    }


}