/* Atelier 85 CSS Tools 2019
--------------------------------------------------

By Nicolas EVARISTE (http://www.atelier85.fr)
All rights reserved - Toute reproduction interdite

--------------------------------------------------*/

@media screen and (max-width: 1440px) {

/* Page
--------------------------------------------------*/
div.box-page{
	width: 1100px;
}
div.col-img{
	width: 500px;
	height: 500px;
	display: inline-block;
	vertical-align: middle;
}
div.col-txt{
	width: 585px;
	padding-right: 45px;
}
h1.titre{
	font-size: 40px;
}
hr.hr-titre{
	width: 180px;
	margin-top: 25px;
	margin-bottom: 25px;
}
hr.wp-block-separator{
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Galerie
--------------------------------------------------*/
div#infos-galerie{
	width: 65%;
	right: -65%;
}
h1.titre-gal{
	font-size: 35px;
}
hr.hr-titre-gal{
	width: 180px;
	margin-top: 25px;
	margin-bottom: 25px;
}

}

@media screen and (max-width: 1200px) {

/* Menu
--------------------------------------------------*/ 
ul#menu li a::after{
   	display: none;
}
ul#menu li a:hover::after{
	display: none;
}
ul#menu li.current-menu-item a::after,
ul#menu li.current-menu-parent a::after{
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: width .3s;
}

/* Page
--------------------------------------------------*/
div.box-page{
	width: 100%;	
	max-width: 600px;
	display: block;
	position: relative;
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none;
	padding-top: 120px;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}
div.col-img{
	width: 100%;
	max-width: 600px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
}
div.col-txt{
	width: 100%;
	padding-right: 0px;
}
div.col-txt.col-full{
	width: 100%;
	height: auto;
	vertical-align: top;
}
div.col-txt.col-full.col-top{
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Choix Galeries
--------------------------------------------------*/
div.item-galerie{
	display: block;
	width: 100%;
	max-width: 880px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

/* Galerie
--------------------------------------------------*/
div#infos-galerie{
	width: 75%;
	right: -75%;
}

/* Partenaires
--------------------------------------------------*/
div.item-partenaire{
	display: block;
	float: left;
	width: 50%;
	height: 130px;
	padding-top: 10px;
}	

}

@media screen and (max-width: 800px) {

/* Page
--------------------------------------------------*/
div.box-page{	
	max-width: 550px;
}
div.col-img{
	max-width: 550px;
	height: auto;
}

/* Galerie
--------------------------------------------------*/	 
div#infos-galerie{
	z-index: 99999;
	width: calc(100% - 48px);
	right: calc(-100% + 48px);
}
.wp-block-image figcaption{
	margin-bottom: 10px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.1;
}
.wp-block-image{
	margin-bottom: 80px;
}

}

@media screen and (max-width: 650px) {

/* Menu
--------------------------------------------------*/
div#menu-icon{
    /*background: #ffa;*/
}

/* Menu
--------------------------------------------------*/ 
div#menu-icon{
    top: 35px;
}
ul#menu{
	margin-top : 105px;
	margin-left: 40px;
}
	
/* Content
--------------------------------------------------*/
div#content{
	padding: 20px;
	width: 100%;
	height: 100%;
}
	
/* Page
--------------------------------------------------*/
div.box-page{
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
h1.titre{
	font-size: 30px;
}
hr.hr-titre{
	width: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: auto;
}

/* Partenaires
--------------------------------------------------*/
div.item-partenaire{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}	

/* Choix Galeries
--------------------------------------------------*/
div.item-galerie{
	margin-bottom: 20px;
}
div.item-galerie div.item-galerie-nom{
	font-size: 16px;
}

/* Galerie
--------------------------------------------------*/	 
div#infos-galerie-content{
	font-size: 16px;
	line-height: 23px;
}
div#galerie-icon{
    top: 35px;
}
h1.titre-gal{
	font-size: 30px;
}
hr.hr-titre-gal{
	width: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: auto;
}	 
.wp-block-image{
	margin-bottom: 50px;
}
	 
/* Contact
--------------------------------------------------*/
div#contact-content a{
	font-size: 20px;
}	 
	 
/* Expositions
--------------------------------------------------*/
a.lien-expos-passees,
a.lien-expo-permanente{
	float: none;
	display: block;
	text-align: center;
}

/* Newsletter
--------------------------------------------------*/
.input{
	width: 190px;
}
.wpcf7-submit{
	padding: 10px 20px 10px 20px;
}    
}

@media screen and (max-height: 700px) {

div#menu-wrap-resp{
	position: relative;
	height: 100%;
	overflow: auto;
}
div#menu-bottom{
    position: relative;
	bottom: 0px;
	left: 0;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-top: 50px;
}

}