@media screen and (max-width: 1200px)
{
	.noScroll{overflow:hidden !important;}
	nav{display:none;}
	header{
		margin:auto;
		margin-bottom:20px;
	}
	#hamburger{
		display:block;
		width: 40px;
	    float: right;
	    margin-top: 7px;    
	    border-radius: 4px;
    	padding: 0 3px;
    	cursor:pointer;
	}
	#hamburger span{
	    display: block;
	    margin: 5px 0;
	    height: 6px;
	    background-color: rgba(0,0,0,1);
	    border-radius: 2px;
	}
	#hamburger.opened{background-color:#000;}	
	#hamburger.opened span{background-color:rgba(255,255,255,0.9);}
	nav.mobile{
	    position: fixed;
	    top: 0;
	    right: calc(100%);
	    background-color: rgba(0,0,0,0.9);
	    width:calc(80% - 40px);
	    padding:10px 30px 10px 10px;
	    text-align: right;
	    display: block;
	    transition: 500ms right;
	    height: 100vh;	    
    	z-index: 99999;
    	overflow-y: auto;
	}
	nav.mobile .inner{padding-bottom: 50px;}
	nav.mobile a{
		display:block;
		padding:5px;
		margin:25px auto;
   		color: rgba(255,255,255,0.9);
   		font-size: 30px;
    	line-height: 25px;
	}
	nav.mobile a.main-nav{
		font-family: 'dk_pisangregular';
	}
	header .logo{
		float: none;
	    margin: 45px auto 0 auto;
	    width: 80%;
	    max-width: 349px;
	    padding: 10% 0;
	    height: auto;
	    background-position: center;
	    background-size: contain;
	}
	#pageWrap{
		background-size:contain !important;
	}
	#contentWrap{
		width: calc(100% - 30px);
		margin:0 auto;
	}
	.pageBrowser{
		max-width:600px;   
		margin: 10px auto;
		display: block;
	}
	footer{
		max-width:600px;
		margin:auto;
		text-align:center;
	}
	.row{
		width:100% !important;
		max-width:600px !important;
	}
	.grid_2demi{
		width:calc(50% - 14px);
	    margin: 10px 7px;
	}
	.grid_2demi+.grid_2demi+.grid_2demi+.grid_2demi+.grid_2demi{display:none;}	
	.accueil-preview a.ctgLabel{display:none;}
	.blocPreview .previewImgContainer{ max-width:100% !important;}	
	.grid_3{
		float: none;
	    display: block;
	    width: 100%;
	    margin: 10px auto;
	}
	.cte_recherche, .cte_afficher{margin:10px auto;}
	.grid_9{
		display:block !important;
		width:100% !important;
		float:none !important;
	}
	.grid_9 iframe{width:100%;height:auto;}
	.grid_12{width:100%;}
	.blocAccroche h2{
		line-height: 61px;
		font-size:30px;
		max-width: 94%;
    	margin: auto;
    }
	.blocAccroche span{
		padding: 12px 0px 10px 0px;	   
	    box-shadow: 10px 0px 0 0px rgba(0,0,0,0.8),
	    			-10px 0 0 0 rgba(0,0,0,0.8);
	    font-size:1em;
	    display:inline;
	}
    
    .blocVideo .blocAccroche h2 span {
        line-height:unset;
        padding-top:12px;
        padding-bottom:10px;
        font-size:1em;
    }
    
	.blocAccroche span+span{margin-left: 20px;}
	h3.soutitre{
		width:250px;
		display:block;
		margin: 10px auto;
	}

	#footerSocial{display:none;}
	.footCredits{
		float: none;
	    text-align: center;
	    width: 100%;
	    margin-top: 20px;
	 }
	#footerCTA a{
		float:none;
	}
	
/*======================== repertoire =============================*/	
	#list .row .row{
		margin:auto;
	}
	#list .logo{
		background-size:contain;
		background-position:center;
	}
	#list h3.listTitle{
	    margin: 13px auto;
	    width: 100%;
	    max-width: 320px;		
	}
	.sortBy {
	    float: none;
        margin: 13px auto;
	    width: 100%;
	    max-width: 320px;
    }
    #list .grid_9 .grid_2{
    	width:calc(50% - 16px);
    	overflow: hidden;
    }
    .verticalaccordion{width:100%;}
    .verticalaccordion ul{width:100%;}    
    #list .grid_3{display:none;}	
	#list .mainCol{margin:auto;}
	
	#filtre-mobile{display:block;}	
	#filtre-mobile #col-municip{display:none;}
	#filtre-mobile #col-cats{display:none;}
	#filtre-mobile .catgFilter{
		width:100%;
		display: flex;
    	flex-flow: column wrap;
	}
	#filtre-mobile ul.catgFilter li a{
		display:block;
		float:none;
	}
	#filtre-mobile .checkbox .cbItem{float:none;}
	.btn-filter{
		text-decoration:none;
		cursor:pointer;
	    background-color: rgba(0,0,0,0.8);
	    display: inline-block;
	    width: calc(50% - 10px);
	    font-size: 30px;
	    font-family: 'dk_pisangregular';
	    color: #dab1a0;
	    text-align: center;
	    margin-bottom: 10px;
	    padding: 15px 0 10px;
	    line-height: 30px;
	    transition:500ms all;
	}
	#btn-cats{padding: 15px 10px 10px;}/* pour forcé le bouton catégorie à tobmé sur 2 ligne en meme temps que municipalité*/
	#btn-municip{float:right;}
	.btn-filter.active{background-color:rgba(148, 107, 90, 0.8);}
	.pageBrowser{
	    width: 100%;
    	text-align: center;
	}
	.pageBrowser a{
		display:inline-block !important;
		border-radius:50% !important;
		width: 20px !important;
		height:20px !important;
	}	
	footer {margin-top: 2em!important;}
	
/*=============== a propos =========================*/
	#about .blocAccroche{text-align:center;margin:auto;}
	#about .blocAccroche h2{
	    line-height:30px;
	    margin-bottom: 10px;
    }
    #about .blocAccroche span{line-height: 1em;}
	#about .blocAccroche span.subtitle{
		margin:0;
		padding:7px;
		font-size:22px;
	}
	.row.about{
		width:calc(100%) !important;
		display:block;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap:0;
		-moz-column-gap:0;
		column-gap:0;
	}
	.about .grid_5{
		width:100%;
		margin: auto;
    	margin-bottom: 15px;
    }
	.about article.grid_6{
		width: 100%;
    	margin: auto;
	}
	.mobOversize{
		font-size:20px;
	}
	.mobOversize .steps{
		font-size: 19px;
	    line-height: 19px;
	    text-align: center;
	}
	
	.row.terms{
		width:calc(100%) !important;
		display:block;
	}
	.terms .grid_6{
		width:100%;
		float:none;
		display:block;
	}
	.terms .grid_6 img{max-width:100%;height:auto;}
	.terms .grid_5{
		width:100% !important;
		display:block;
		float:none;
	}
/*======== formulaire ============*/
	.formulaire #form_insc{
		max-width:600px;
		margin:auto;
		display:block;
		padding:1px 10px;
	}
	.formulaire h1{
	    color: #fff;
	    width: calc(100% - 20px);
	    max-width:600px;
	    text-align: center;
	    margin: auto;
	    margin-bottom: 10px;
	}
	.formulaire h1 span{
		background-color: rgba(0,0,0,0.8);
	    line-height: 1.3em;
	    box-shadow: 10px 0 0 0 rgba(0,0,0,0.8),-10px 0 0 0 rgba(0,0,0,0.8);
	}
	.combo_item{
		width:50% !important;
		vertical-align:top;
	}
	#info_categorie br{display:none;}
	.formulaire .customFile{height:30px;}
	.formulaire .customFile .nomFich{
		vertical-align:top;
		line-height: 30px;
		width:calc(70% - 15px);
		overflow:hidden;	   
		text-overflow: ellipsis;
    	white-space: nowrap;
	}
	.formulaire .customFile .boutonFich{
		height:30px;
		line-height: 30px;
		width:30%;	
		overflow:hidden;	   
		text-overflow: ellipsis;
    	white-space: nowrap;    	
	    transition-duration:1s !important;
	}
	.formulaire .customFile:hover .boutonFich{
    	background-color:#ccc;
        border-color:#bbb;
    }
    .formulaire .customFile:active .boutonFich{
		background-color:#fff;
		border-color:#ccc;
	}
	#ajout_oeuvre, #send{
	    margin: auto;
	    display: block;
	    width: 60%;   	
	    outline:none;
	    transition-duration:1s !important;
	}
	#ajout_oeuvre:hover, #send:hover{
		background-color:#ccc;
        border-color:#bbb;
	}
	#ajout_oeuvre:active, #send:active{
		background-color:#fff;
		border-color:#ccc;
	}
	#form_insc .combo_item label {
		line-height: 1.2em;
		margin:10px 0 !important;
	}
	#form_insc .combo_item .custom_chkbox{
		margin:0;
		margin-right:10px;
		float:left;
	}
/*=================== single ========================*/
	#single .logo{
		background-size:contain !important;
		background-position:center !important;
	}
	iframe, img{max-width:100% !important;}
	#single .row{display:block;margin:auto;}
	.grid_8{
		width:100%;
		display:block;
		float:none;
		margin:auto;
	}
	#single .grid_4{
		width:100%;
		float:none;
		margin:auto;   
		display: block;
    	max-width: 420px;
    	margin-top:40px;
	}
	.fiche h2.profilName{
		margin:auto;
	}
	body#single #bkg_top{background-size:100% 38%;}
	.profile .profilPic{
		width:320px;
		margin:auto;
		display:block;
	}
	.profilText{
		margin-bottom:30px;
	}
	.contact a[href^="tel"]{
		color:#fff;
		text-decoration:none;
	}
    
    .sortBy input, .sortBy select, .sortBy .SumoSelect {
        width:100%;
    }
    
    .sortBy input:not(:last-child), .sortBy select:not(:last-child), .sortBy .SumoSelect:not(:last-child) {
        margin-bottom:6px;
    }
}
@media screen and (max-width: 420px){	
	body#home #bkg_top{background-image:url(../img/fond_haut_mobile.png);}
	#contentWrap{padding-top:5%;}
	.grid_2demi{
		display:block;
		width:calc(100% - 14px);
	}
	#footerCTA a{display:block;}
/*======================== repertoire =============================*/	
	#list .grid_9 .grid_2{
    	width:calc(100% - 16px);
    }
    
/*================= formulaire ==============================*/
	.formulaire .customFile .boutonFich{width:45%;}
	.formulaire .customFile .nomFich{width:calc(55% - 15px);}
}
	
