@media screen and (max-width: 1024px) and (min-width: 439px) {
    /* Fonts */
    h1::before {
        width: 100%;
    }

    #titre-horaires::after{
        width: 73%;
    }

    /* header */
    .custom-logo-link {
        width: 200px;
        height: auto;
    }

    .custom-logo-link img{
        width: 100%;
    height: auto;
    }

    .menu-menu-principal-container {
        display: none;
	width: 100vw;
    height: 596px!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    }

    #icon-close{
	        height: auto;
    width: 43px;
        position: absolute;
    right: 70px;
    z-index: 999;
        fill: white;
}

    nav ul{
	        flex-direction: column;
		height: fit-content;
	}
nav ul li{
	    margin: 20px 0;
	   }

	   nav ul li a{
		   text-transform: uppercase;
		   color: white;
	   }

	   nav ul.sub-menu{
		   display: block;
		   box-shadow: none;
		   text-align: left;
		   width: 100%;
		       text-transform: uppercase;
		           padding-left: 200px;
	   }

	   #menu-item-259{
		       max-width: 100%;
		           text-align: left;
	       }


    #icon-menu {
        display: block;
        width: 43px;
        height: auto;
    }

    .menu-menu-principal-container{
	    padding-bottom: 0;
	    border-radius: 0 0 30px 30px;
	}

	nav ul.sub-menu li:hover{
		transition: none;
		background-color: var(--main-color);
	}

	nav ul li{
		transition: none;
	}

	nav a:hover{
		transition: none;
		color: var(--white-color);
	}

    /* HOME PAGE */
    #content-background-site {
        display: none;
    }

    #content-home-text {
        text-align: center;
    }

    #slogan {
        margin-top: 80px;
        text-align: center;
        width: 100%;
    }

    /* ABOUT */
    #content-apropos{
        flex-direction: column;
    }

    .content-article{
        margin-top: 100px;
    }

    /* VIGNETTES */
    #container-vignettes{
        margin-top: 200px;
        margin-bottom: 150px;
    }

    #content-vignettes li{
        width: 40%;
    margin: 0 20px;
    height: 300px;
    }

    #content-vignettes{
        padding-bottom: 80px;
    }

    /* LOCALISATION */
    #content-localisation{
        flex-direction: column;
    }

    .right{
        margin: 0;
    }

    /* PRESTA */
    #content-presta{
        flex-direction: column;
    }

    #content-presta li{
        width: 50%;
        margin: 30px auto;
    }

    /* CONTACT */
    #content-contact-grid{
        display: flex;
        padding: 0;
    }
    #container-thumbnail-contact{
        display: none;
    }

    .wpcf7-form{
	    grid-template-columns: none;
	}

    /* FOOTER */
    #container-footer{
        display: flex;
        flex-direction: column;
    }

    #content-horaires-footer, #content-coordonnes-footer{
        width: 100%;
    }
    
    #container-horaires{
        margin-bottom: 50px;
    }

    #container-map{
        width: 400px;
        margin-top: 50px;
    }

    .icon-info{
        margin-left: 35%;
    }

    /* PAGE PRESTA */
    #title-page-presta{
       text-align: center;
    }

    #title-page-presta::after{
        margin: 20px auto;
    }

    .container-desc-presta{
        display: flex;
    flex-direction: column;
    }

    .content-second-desc-presta, .content-first-desc-presta{
        padding: 0;
    }

    .content-second-desc-presta{
        margin-top: 50px;
        margin-bottom: 0;
    }

    /* Page Nouveautés */
    #container-news{
	    display: flex;
	    flex-direction: column;
}
.slick-list .slick-track{
    height: 500px;
}
}
