/*!
Theme Name: annaPichot v1
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: annaPichot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

annaPichot is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/




body { margin:0;background-color:#f2f2f2; }
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div { border:solid 0px #efefef; }
/* ::-webkit-scrollbar { display:none; } */
.clear { clear:both; }


#colonne_gauche {
	position:fixed;
	top:130px;left:30px;
	padding-top:30px;
	width:250px;height:calc(100% - 130px);
	overflow-y:auto;
	z-index:1000;
	background-color:#fff;
	/*
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	*/
	text-align:center;
}
#logo {
	position:fixed;
	top:0px;left:30px;
	padding-top:30px;
	width:250px;
	height:130px;
	
	/*
	background-image:url(imgs/logo.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center top;*/
	z-index:10000;
	cursor:pointer;
}
#logo div {
	position:relative;
	margin:0 auto;
	width:90%;
	text-align:center;
	font-family: 'Josafronde-Regular';
	font-size:13px;
}
#logo img { width:100%;height:auto; }
#menu {
	top:200px;
	font-family: 'Josafronde-Regular';
	font-size:20px;
	line-height:1.4em;
}


#menu-hamburger, #menu-close {
	position:fixed;
	right:50px;top:20px;
	width:70px;height:100px;
	background:transparent;
	/*
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;*/
	z-index:3000;
	display:none;
	
}
#menu-hamburger { /*background-image:url(imgs/hamburger.svg); */}
#menu-close { border:solid 1px green;background-image:url(imgs/close.svg); }
#menu-smartphone {
	position:fixed;
	overflow-y:auto;
	display:none;
	padding-top:150px;
	top:0;
	width:100%;height:100%;
	background-color:#f2f2f2;
	z-index:2000;
}



/* Tous les elements du menu principal */
#primary-menu { margin:0;padding:0;

	

 }
#primary-menu li { margin-left:0px;list-style-type: none; }

/* Tous les liens du menu principal */
#primary-menu li.menu-item a {
	text-decoration:none;
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	font-family: 'BBBDMSans-Regular';
	font-size:20px;
	line-height:1.4em;
}
#primary-menu .menu-item a:link, #primary-menu .menu-item a:visited { color:#666; }
#primary-menu .menu-item a:hover, #primary-menu .menu-item a:active { color:#000; }

/* Les liens actifs (current, en cours) du menu principal */
#primary-menu li.current-menu-item a {
	text-decoration:none;
	font-family: 'BBBDMSans-Regular';
	font-size:20px;
	line-height:1.4em;
}
#primary-menu .current-menu-item a:link, #primary-menu .current-menu-item a:visited { color:#000; }
#primary-menu .current-menu-item a:hover, #primary-menu .current-menu-item a:active { color:#000; }

/* SMARTPHONE */
#menu-smartphone #primary-menu { padding:100px 0 0 50px; }
#menu-smartphone #primary-menu li.menu-item a { font-size:30px; }
#menu-smartphone #primary-menu li.current-menu-item a { font-size:30px; }




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

INDEX - GRID

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


#grille {
	position:relative;
	margin-top:130px;
	left:350px;
	width:calc(100% - 400px);
	min-height: 300px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
#grille.accueil {
	margin-top: 80px;
}
#contenu {
	position:absolute;
	margin-top:130px;left:350px;
	width:calc(100% - 400px);
	min-height: 300px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	font-family: 'Josafronde-Regular';
	font-size:18px;
	padding-bottom: 50px;
}
/* PLUS GRAND ECRAN */
.case, .case-unit { 
	position:relative;
	height:auto;
	cursor:pointer;
	float:left;
}
.case img, .case-unit img { width:100%;height:auto;
/*max-width:500px;max-height:500px;*/ }
.case, .case-unit { width:42%;margin:20px 4%;border:solid 0px red;cursor: pointer; }

.case-titre {
	font-family: 'Josafronde-Regular';
	font-size:14px; 
	color:#888;
}

.case.stricter { width:23%;margin:20px 1%; }
.case.masonrySmall { width:29.33%;margin:20px 2%; }
.case.accueil, .case-unit.accueil { 
	width:25.33%;
	margin:20px 4%;
	border:solid 0px red; 
	transition: unset;
}





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

FICHE PROJET

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


#contenu-image {
	position:relative;
	float:left;
	width:55%;max-width: 640px;
	min-height:400px;
	border:solid 0px blue;
	padding-bottom: 20px;
}
#contenu-image img {
	width:100%;height:auto;margin-bottom:10px;
}
#contenu-texte {
	position:relative;
	float:left;
	width:35%;
	border:solid 0px green;
	font-family: 'Josafronde-Regular';
	font-size:15px;
}

#contenu-texte-resp {
	position:relative;
	width:100%;max-width: 640px;
	margin-bottom:50px;
	border:solid 0px orange;
	display:none;
	font-family: 'Josafronde-Regular';
	font-size:15px;
}


.projet-titre {
	/*font-family: 'Josafronde-Regular';*/
	font-family: 'BBBDMSans-Regular';
	font-size:32px;
}


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

Bande horizontale

- - - - - - - - - - - - - - */
.projet-galerie {
	position: relative;
	
	width: 100%;
	
	
	padding: 0px;
	height: 620px;
	overflow: hidden;
}
.projet-galerie.cat {
	margin-top: 75px;
	margin-left: 290px;
}

.owl-carousel .item {
    height: 540px;
    padding-right: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
	.owl-carousel .item { height: 500px; }
	
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
	.owl-carousel .item { height: 430px; }
	
}
@media screen and (max-width: 760px) {
	.owl-carousel .item { height: 600px; }
	
}
.item img { height:100%; }
.owl-stage { margin-bottom:25px; }
.owl-dots { margin-top:0px; }
#owl-legend {
	position: relative;width: 100%;height: auto;top:-33px;
	padding: 20px 0;
	border: solid 0px orange;
	/*font-family: 'Proxima Nova Rg';*/
	font-family: 'Josafronde-Regular';
	font-size: 14px;
	line-height: 1.3em;
	color: #7a8ba4;
	/*color: #bec6d2;*/
	font-style: italic;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
#owl-legend:hover { color: #385277; }
.owl-legend {
	padding: 0px 0;
	font-size: 14px;
	line-height: 1.3em;
	color: #7a8ba4;
	/*color: #bec6d2;*/
	font-family: 'Josafronde-Regular';
	font-style: italic;
}
.projet-galerie-resp { display:none;padding-bottom:50px;width:100%; }
.projet-galerie-resp.cat { margin-top: 150px; }
.projet-galerie-resp .item {
	margin-bottom:30px;width:100%;
}
.projet-galerie-resp .item img { max-width:100%; }




/* PAGE */
#page {
	position:relative;
	width:100%;
	font-family: 'Josafronde-Regular';
	font-size:15px;
}
.page_640 { max-width: 640px; }






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

FOOTER

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


#pied {
	position:relative;
	left:350px;
	width:calc(100% - 400px);
	min-height: 80px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}