@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Poissonnerie La Marée Gourmande à Pont-Audemer
Theme URI: http://www.la-maree-gourmande.fr
Description: Thème Poissonnerie La Marée Gourmande à Pont-Audemer
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
*/



/*************************************************************************/
/*****************min-width:481px et max-width:890px**********************/

body{
	font-size:18px;
}

main{
	padding-top:0;
}

main#main-accueil{
}

main.largeur92{
	width:100%;
}

#conteneur{
	width:100%;
	margin:0 auto 0 auto;
	z-index:0;
}



/*******************header*********************/

header{
	position:relative;
}

#top-header{
	
}

#bandeau-img-accueil,
#bandeau-img-page{padding:100px 0 30px 0;}

#bandeau-img-accueil #logo-site,
#bandeau-img-page #logo-site{
	display:block;
	width:100%;
	max-width:600px;
	padding:15px;
	height:auto;
	/*z-index:1001;*/
}

#bandeau-img-accueil #logo-site{margin:0 auto 140px auto; /*140px = les coordonnées qui se superposent*/}
#bandeau-img-page #logo-site{margin:0 auto 0 auto;}




nav#menu-principal{
	width:100%;
	background-color:transparent;
	text-align:left;
	margin:0 0 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1000; /* Pour passer par dessus diapo accueil*/
}

#menu{
	height:100px;
	background:transparent;
}


#barre-top-header{
	float:right;
	margin:0 0 0 20px;
	padding:0 20px 0 20px;
	background-color:#a3235d;
	display:table;
}

/*Form de recherche*/
#searchform input[type="text"]{
		width:160px;
	}


#outils{
	/*clear:both;*/
}


/*Le diaporama*/
#diapo-accueil{
	
}


/***************fin header*********************/





/************************Page d'accueil**************************************/


/**********************Coordonnees**********************************/

#tel-adresse-accueil a span#icon-tel-accueil,
#tel-adresse-accueil a span#icon-adresse-accueil{
	width:30px;
	height:30px;
	background-size:88px 180px;
}

#tel-adresse-accueil a span#icon-tel-accueil{background-position:0 0;}
#tel-adresse-accueil a span#icon-adresse-accueil{background-position:0 -30px;}

#tel-adresse-accueil a span#intitule-tel-accueil{font-weight:400;}
#tel-adresse-accueil a span#intitule-adresse-accueil{max-width:200px;}


#bloc-coordonnees-accueil #horaires-accueil{
	margin-top:30px;
}

#bloc-coordonnees-accueil span#icon-horaires-accueil{
	/*display:block;
	width:40px;
	height:40px;
	background-size:88px 180px;
	margin:40px auto 10px auto;
	background-position:0 -90px;*/
	display:none;
}

@media screen and (max-width:639px){
	
	#coordonnees-accueil{
		display:block;
		width:100%;
	}


	#gauche-coordonnees-accueil,
	#droite-coordonnees-accueil{
		display:block;
		width:100%;
	}


	#gauche-coordonnees-accueil{border-right:none;}
	#droite-coordonnees-accueil{border-left:none;}

	#tel-adresse-accueil a span#intitule-adresse-accueil{font-size:1em;}

}

/*******************fin coordonnees*********************************/



/**********************ligne1**********************************/


	
#fond-ligne1{
	padding:25px 0 25px 0;
}

/****Les accès rapides***/

ul#acces-rapides{
	display:block;
	text-align:center;
}

ul#acces-rapides li{
	display:inline-block;
	padding:25px;
	width:48%;
}

ul#acces-rapides li a{
	font-size:0.8em;
}


@media screen and (max-width:640px){
	
	ul#acces-rapides li{
		display:inline-block;
		padding:25px;
		width:100%;
	}

}



/*******************fin ligne1*********************************/


/**********************ligne2**********************************/

#texte-secrets{
	width:73%;
}

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

	#img-secrets{
		float:none;
		width:100%;
		padding:0 10px 0 10px;
	}

	#texte-secrets{
		width:100%;
		position:relative;
		top:0;
		transform:none;
	}
	
}



/*******************fin ligne2*********************************/




#ligne-outils{
	margin-right:0;
}

@media screen and (max-width:650px){
	#taille_texte{
		display:none;
	}
}



/*Pour n'afficher l'outil carnet de route qu'à partir de l'ipad portrait 768px */
@media screen and (max-width:767px){
	#outils #afficher-carnet-voyage,
	#outils #krea3outils_selectpages,
	#outils ul,
	#share_buttons,
	#outils #afficher-carnet-voyage{
	display:none;
	}
	
	#voir-selection{display:none;}
	
	/*Lien carnet dans annuaires agenda*/
	li.listeBoutonCarnetVoyage{
		display:none;
	}
	
}


/***************page****************************/

#image-header-page{
	padding-top:0;
}

#la-page{
	display:block;
	width:100%;
	padding:0 0 0 0;
	margin:0;
	overflow:hidden;
}

/***************************************/
/*Pour le menu (filtres) des annuaires*/
/*#gauche*/
#gauche {
    float: none;
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 3;
	background-color:#FFF;
}

/*#gauche:hover*/
#gauche:hover{
	left:0;
	
}

#bt-filtrer{
	display:block;
    background-color:#004C8E;
	color:#FFF;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	font-size:0.9em;
	text-transform:uppercase;
	text-align:center;
    padding:15px 5px 15px 5px;
	margin:0;
    width:70px;
	position:absolute;
	top:0;
	right:-70px;
}

.sidebar ul#menu_pages{display:none;}

.sidebar ul#menu_annuaire,
.sidebar #filtres-carte{
	margin:0 0 0 0;
    width:100%;
	border:10px solid #004C8E;
	padding:10px 30px 20px 10px;
}

#sidebar-carto{
	padding-right:0;
}

#fil_ariane{
	/*margin-left:80px;*/ /*Pour laisser la place au bouton "Filtrer" quand il y a des annuaires*/
	/*text-align:right;*/
}

/*Fin du menu (filtres) des annuaires*/
/***************************************/


#content{
	float:none;
	width:100%;
	height:auto !important;
	min-height:100px;
	padding:10px 15px 30px 15px;
	margin:50px 0 0 0;
	color:#666;
	border-right:none;
}

#content_large{
	width:100%;
	padding:10px 15px 30px 15px;
	margin:0 0 0 0;
	border-top:none;
	color:#666;
}

/***********fin page****************************/


/***************form contact envoyer ami***********/
.krea3_formulaire p.obligatoire{
	margin-left:0%;
}

.krea3_formulaire fieldset{
	padding:10px 15px 100px 15px;
}


.krea3_formulaire label{
	display: block;
	width:100%; /*En % pour un meilleur rendu lors du changement de taille du texte*/
	float:none;
	padding-right:0;
	text-align:left;
	font-size:1em;
}



.krea3_formulaire input, .krea3_formulaire select,
.krea3_formulaire textarea{
	margin-left: 0%;
	width:100%;  /*En % pour un meilleur rendu lors du changement de taille du texte*/
	margin-bottom:10px;
}
/***********fin form contact envoyer ami***********/


/******************************Liens Enfants / Menu page par défaut********************************/


/****************************Liens Enfants / fin menu page par défaut******************************/


/****************footer*********************/ 

footer{
	background-size:cover;
}

#top-footer{
	width:75%;
}

#bottom-footer{
	width:75%;
}

@media screen and (max-width:639px){
	footer{
	padding:100px 0 0 0;
	background-size:cover;
}

#top-footer{
	padding:30px 20px 0 20px;
	margin:0;
	width:100%;
	font-size:1em;
	text-align:center;
}

#bottom-footer{
	width:100%;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.3);
	padding:10px 10px 60px 10px;
}
}



/************fin footer*********************/ 

