/*Smartphones*/
@media screen and (max-width: 600px) {
    /*Accueil*/
	* {
		overflow: scroll;
	}
    #page {
    background: linear-gradient( grey, black) fixed;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    }
    #logo_accueil {
    width: 100%;
    }
    #accueil_artistes_peintres {
    display: inline-block;
    width: 100%;
    /*padding-bottom: 15%;*/
    /*position: absolute;*/
    /*top: 75%;*/
    }
    #palette_accueil {
    padding-top: 45%;
    }
	
    footer {
    /*position: fixed;*/
    bottom: 1px;
    left: 0px;
    flex-direction: column;
    }
    /*Galeries Aqua1 et 2 Huiles*/
	#case {
    display: inline-block;
    width: 100%;
	}
    .case {
   	width: 100%;
    background-size: contain !important;
    background-position: center center !important;
    }
    .titre
    {
	display: table;
	width: 100%;
    }

    /*page curiosites*/
    #photos figure {
    display: inline-block;
    width: 100%;
    }
    /*#photos figure img {
    max-width: 500px;
    }*/
    #bulles {
    display: inline-block;
    width: 100%;
    }
    #case1, #case2, #case3, #case4, #case5, #case6 {
	display: inline-block;
	position: static;
    width: 50%;
    /*left: 50%;*/
    /*padding-bottom: 3%;*/
    }
    /*page Expositions*/
    table {
    display: inline-block;
    width: 100%;
    }
    tbody {
    display: inline-block;
    }
    table tr {
    display: inline-block;
    }
    table tr td {
    display: inline-block;
    width : 100%;
    text-align: center;
    }
    /*Page à propos*/
    article {
    width: 90%;
	transform: translateX(0px);
    }
    #encadre_left, #encadre_right {
    display: none;
    }
    /*Page Contact*/
    textarea {
    width: 80%;
    }


    #lightgallery {
        padding: 0;
    }
}
/*Page d'accueil*/
/*@media screen and (max-width: 1200px) {
    #accueil_smartphone {
    display: inline-block;
    }
    #page {
    background: linear-gradient( grey, black) fixed;
    }
    #logo_accueil {
    width: 100%;
    }
    #accueil_artistes_peintres {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 75%;
    }
    #palette_accueil {
    display: none;
    }
}*/
