/* RESPONSIVE */



/*---------------------------------------------------*/
/*     > 1366 = LARGE                                */
/*---------------------------------------------------*/
/*
@media screen and (min-width: 1367px) {
    
    
}
*/

/*---------------------------------------------------*/
/*     ENTRE 1025 et 1366 = LAPTOPS                  */
/*---------------------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1366px) {
   #hamburger { right:-500px;display:none; }

   #pastilles-projet { display: flex; }
   .pastille-projet { display: block; }


	.case,  .case-unit { width:33.33%; }


   .projet-galerie { height: 620px; }
    .projet-galerie-resp { display:none; }

	#fiche-col0 { display:none; }
	#fiche-col2 { display:block; }

    #pied, #pied2 {
    	font-size: 14px;
    }

}


/*---------------------------------------------------*/
/*     IPAD                                          */
/*---------------------------------------------------*/
@media screen and (min-width: 761px) and (max-width: 1024px) {
    
	#hamburger { right:50px;display:block; }

	.pastille-info {
		-webkit-border-radius: 25px;
	 	-moz-border-radius: 25px;
		border-radius: 25px;
		padding:5px 35px 5px 15px;
	 	border:solid 2px #000;
	 	font-family: "laca", sans-serif;
		font-weight: 400;
		font-style: normal;
	 	font-size:18px;
	 	background-color:#fff;
	}
	.pastille-clic { width:20px;right: 10px; }
	.pastille-clic img { width:100%; }

	#pastilles-projet { display: none; }
	.pastille-projet { display: none; }
	.pastille-titre {
		line-height:1.15em;
		border: solid 0px #000;
	}
    

	.case,  .case-unit { width:50%; }

    .projet { width:50%; }

	#fiche-col0 { display:none; }
	#fiche-col2 { display:block; }


    #contenu, #galerie { padding-right: 20%; }

    .projet-galerie { height: 550px; }
    .projet-galerie-resp { display:none; }

    #pied, #pied2 {
    	font-size: 12px;
    }


}


/*---------------------------------------------------*/
/*     < 760 = SMALL                                 */
/*---------------------------------------------------*/

@media screen and (max-width: 760px) {
    
	#entete { width:80%; }

    #hamburger { right:10px;display:block; }

	.pastille-info {
		-webkit-border-radius: 25px;
	 	-moz-border-radius: 25px;
		border-radius: 25px;
		padding:5px 35px 5px 15px;
	 	border:solid 2px #000;
	 	font-family: "laca", sans-serif;
		font-weight: 400;
		font-style: normal;
	 	font-size:18px;
	 	background-color:#fff;
	}
	.pastille-clic { width:20px;right: 10px; }
	.pastille-clic img { width:100%; }

	#pastilles-projet { display: none; }
	.pastille-projet { display: none; }
	.pastille-titre { top:-50px;border: solid 0px #000; }

	.case,  .case-unit { width:100%;height:auto; }
    .projet { width:100%; }

	#fiche { margin-top:0;padding-top:0; }
	#fiche-col0, #fiche-col1, #fiche-col2 { width:100%; }
	#fiche-col0 { display:block; }
	#fiche-col2 { display:none; }
	#fiche-col1 { margin-left:0; }
	#fiche-description {padding-top:40px; }

    #contenu, #galerie { padding-right: 50px; }

    .projet-galerie { display:none; }
    .projet-galerie-resp { display:block; }
    #owl-legend { font-size: 12px; }

    #pied, #pied2 {
    	font-size: 11px;
    }
    
}
