:root {
	--osug-blue: #3a7bc8;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.breadcrumbs {
	font-size: 12pt;
	margin-left: 5pt;
}
.breadcrumbs > .home,
.breadcrumbs > a > .home {
	height: 16pt;
	width: 16pt;
}

/*---------------- bandeau du haut -----------------------------*/

/*
.header
{
	border-bottom: 10pt solid var(--osug-blue); 
	margin-bottom: 20pt;
}
*/

.logos {
	display : flex;
	flex-direction : row;
	align-items : center;
	width : 100%;
}

img.imgosug {
	width: 100%;
}
.titre
{
	flex: 1;
	font-size: 150%;
	text-align: center;
}
.version
{
	font-size : 0.6em;
	text-align : right;	
}

.page-header {
	background-color: var(--osug-blue);
	color: white;
	font-size: 14pt; 
	line-height: 28pt; 
	font-weight: 200;
	margin-bottom: 8pt;
}

/*-------------- dispatching sur la page d'accueil --------------*/

.type-select {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
}
.type-button {
	width: 26.5%;
	position: relative;
}
.type-title {
	position: absolute;
	bottom: 10pt;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #D3D3D3;
}
.type-button a {
	width: 100%;
	position: relative;
}
.type-button a .type-image {
	width: 100%;
	padding: 6px;
}
.type-button a:hover .type-image {
	border: 4px solid var(--osug-blue);
	padding: 2px;
}


/*------------- pages de requête (fosiles, roches et minéraux) -------------------*/
.photo-banner
{
	margin-bottom: 0;
}

form {
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);
	position: relative;
}

.form-part {
	display : flex;
	flex-wrap : wrap;
	flex-direction: row;
	align-items : center;
	width : calc(100% - 20px);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color :  #e6f2ff;
	border-bottom: 1px dashed black;
	line-height: 3em;
}
.field-box
{   
	display : flex;
	flex-direction: row;
	padding-right : 5px;
	align-items : center;
}

label
{
	color : var(--osug-blue);
	text-align:right;
	margin-right: 5pt;
}


label.field_cb /*associé à "orthographe stricte " */
{
	/*position : relative;
	top : 15px;
	left : -25px;*/
	font-size: 0.8em;
	color: var(--osug-blue);
	margin-right: 10px;
}

/* ---- 3 tailles possibles pour les champs d'entrée : s, l, xl --------------*/
.field_s
{	
	border-radius : 10px;
	background-color :  #ccebff;
	height : 18px;
	text-align : center;
	margin-right: 10px;
}
.field_s:hover
{
    border: 2px solid #3973ac; ;	
}

.width_s {
	width: 120px;
}
.width_l {
	width: 140px;
}
.width_xl {
	width: 180px
}

.loupeSubmit
{ 
	width : 25px;
	height : 25px;
	background-image :url("loupe_s.png");
	margin-left : 5px;
}


/*---------------------- css pour le bas de la page d'accueil ----------------------*/
footer{
	margin-top: 12pt;
	display : flex;
	flex-wrap : wrap;
	flex-direction: row;
}
footer > div {
	flex: 1;
	padding-left: 10pt;
}
footer > div > p {
	margin: 0;
}
.p1 { 
	font-size: 1.2em;	
	font-weight:bold;
}
.p2 {
	font-size: 1em;
}

/*========================           pager         ====================*/

.pager-line {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.pager-info {
	flex: auto;
}

.pager { 
	flex: initial;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
.pager > button {
	height: 24pt;
	width: 24pt;
	border: 0;
	padding: 0;
	background-color: var(--osug-blue);
	color: white;
	font-weight: bold;
	font-size: 12pt;
	margin-left: 2pt;
}

.pager > div {
	display: inline-block;
	text-align: center;
	height: 24pt;
	width: 76pt;
}

/*========================   lignes de résultats   ====================*/

.search-item {
	display: flex;
	border-bottom: 1px solid #ccc;
	flex-direction: row;
	align-items: flex-start;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: black;
}
.search-item:last-of-type {
	border-bottom: none;
}

.search-item-photo {
	flex: none;
	width: 128px;
	height: 128px;
}

.search-item-details {
	flex: auto;
	padding-left: 10px;
}

.mentions-legales {
	position: absolute;
	bottom: 0;
	line-height: 20pt;
	height: 20pt;
	background-color: var(--osug-blue);
	width: 100%;
}
.mentions-legales a {
	padding-left: 5pt;
	text-decoration: none;
	color: white;
}

#mentions-legales {
	padding-left: 5pt;
}

#mentions-legales .date {
	font-style: italic;
}

/*======================== amorce pour media query ====================*/
@media all and (max-width: 800px)
{
	.titreSelection
	{
		font-size: 0.8em;
	}
	.titre
	{
		font-size : 100%;
	}
	.version
	{
		font-size : 0.55em;
	}	
	
	.p1 {
		min-width : 250px;
		font-size: 1em;	
	}
	.p2 {
		font-size: 0.9em;
		padding-left : 5px;
		text-align : left;
		min-width : 160px;
	}
	.footer_input
	{
		height : 18px;
		width : 100px;
	}
	.p3 {
		margin : 0px;
		font-size: 0.9em;
		min-width : 180px;
	}
	.imgDispatch
	{
		padding : 1px;
	}

	.imgDispatch:hover
	{
		border: 2px #3973ac solid ;
	}
	
}
