/* Interface mobile maison - sans jQuery Mobile CSS */
* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: #ffffff;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35;
	text-align: left;
}

#page1 {
	min-height: 100vh;
	background: #ffffff;
}

#entete {
	background-color: #000;
	color: #fff;
	font-size: 1.05rem;
	padding: 10px 12px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font-style: normal;
	text-align: center;
}

#entete p {
	margin: 0;
}

#white {
	background-color: #fff;
	padding: 12px;
	width: 100%;
}

#texteintro {
	display: block;
	width: 100%;
	font-weight: normal;
	text-shadow: none;
	clear: both;
}

#texteintro h2 {
	margin: 0 0 0;
	font-size: 1.35rem;
	line-height: 1.2;
	padding: 12px;
    background-color: #464646;
    text-align: center;
    color: #FFF;
}

#texteintro h3 {
	margin: 0 0 14px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px;
	background-color: #efefef;
}

.image_large {
	width: 100%;
	height: auto;
	border-radius: 0 7px 0 0;
}

.image_logo {
	width: 48px;
	height: 48px;
	object-fit: cover;
	flex: 0 0 auto;
	border-radius: 50%;
}

.image_logovif {
	width: 100px;
	height: auto;
}

/* Listes de choix regions/rubriques */
.choice-list {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	border: 1px solid #d7d7d7;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10;
}

.choice-list li {
	margin: 0;
	padding: 0;
	
	width: 100%;
}

.choice-list li:last-child {
	border-bottom: 0;
}

.choice-list a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 42px 20px 14px;
	color: #111;
	font-weight: 700;
	text-decoration: none;
	background: linear-gradient(#ffffff, #FFFFFF);
	text-shadow: none;
	border-bottom: 1px solid #e5e5e5;
}

.choice-list a:hover,
.choice-list a:focus {
	background: #f5f5f5;
	outline: none;
}

.choice-list a::after {
	content: '›';
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #9b9b9b;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.choice-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 12px;
	flex: 0 0 34px;
	border-radius: 50%;
}

.nav-button {
	display: block;
	width: 100%;
	margin: 12px 0;
	padding: 12px 16px;
	border: 1px solid #cccccc;
	border-radius: 12px;
	background: linear-gradient(#ffffff, #eeeeee);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	color: #111;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.nav-button::before {
	content: '‹ ';
	font-size: 1.2em;
	line-height: 0;
}

a.blanc:link,
a.blanc:hover,
a.blanc:visited {
	color: #fff;
	text-decoration: underline;
}

.liencontact{
	display: inline-block!important;
	width: auto;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #000!important;
	color: #FFF!important;
	margin-top: 10px!important;
	text-decoration: none!important;
	border-radius: 5px!important;
}

a.liencontact:link,
a.liencontact:hover,
a.liencontact:visited {
	color: #000;
	text-decoration: underline;
	text-align: left;
	margin-top: 5px;
	display: block;
}

.liengris{
	margin-top: 5px;
	margin-bottom: 5px;
}

a.liengris:link,
a.liengris:hover,
a.liengris:visited {
	font-weight: bold;
	color: #333;
	font-size: 1em;
	font-style: normal;
	text-shadow: none;
	text-decoration: none;
}

a.copy2d:link,
a.copy2d:hover,
a.copy2d:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 0.8em;
}

.texteintro_old {
	background-image: url(images/transp-blanc50.png);
	background-repeat: repeat;
	padding: 10px;
	width: 100%;
	font-weight: normal;
	color: #333333;
}

.nomgamme {
	font-weight: bold;
	color: #990033;
	font-size: 1.2em;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font-style: normal;
	text-shadow: none;
}

.grisaoc {
	font-weight: bold;
	color: #666;
	font-size: 1em;
	font-style: normal;
	text-shadow: none;
}

#gris {
	padding: 8px 0 4px;
	display: block;
	font-weight: bold;
	color: #555;
	font-size: 1em;
	font-style: normal;
	text-shadow: none;
	text-transform: uppercase;
}

.grisnom {
	font-weight: bold;
	color: #333;
	font-size: 1em;
	font-style: normal;
	text-shadow: none;
	text-transform: uppercase;
}

#placeholder,
#crossslide {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	height: 200px;
}

.textejustifie {
	background-repeat: repeat;
	padding: 10px 10px 10px 0;
	width: 100%;
	font-weight: normal;
	color: #000;
	text-shadow: none;
	text-align: left;
	display: block;
}

#cachemoi {
	visibility: hidden;
}

#photos,
#photos img {
	width: 320px;
	height: 460px;
}

#photos {
	z-index: -1;
}

.champs {
	font-weight: bold;
}

#imagecouchee {
	background-color: #000000;
	width: 100%;
}

.drapeauxbas {
	border-radius: 10px;
}

#partagerezo,
#partagerezoaddthis,
#partagedrapeaux {
	width: 100%;
	display: block;
	padding-bottom: 5px;
	text-align: center;
	height: 40px;
}

#partagerezo {
	padding-left: 3px;
}

#partagedrapeaux {
	margin-left: 5px;
}

#fondblanc {
	display: block;
	background-color: #666666;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	height: 90px;
	margin-top: 10px;
}

#baspage {
	clear: both;
	display: block;
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
}

hr {
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 18px 0;
}

footer {
	padding: 12px;
	background: #f5f5f5;
	text-align: center;
}

footer img {
	max-height: 120px;
	height: auto;
	width: auto;
	margin: 4px;
	vertical-align: middle;
}

@media (max-width: 420px) {
	#white {
		padding: 10px;
	}

	#texteintro h2 {
		font-size: 1.2rem;
	}

	.choice-list a {
		min-height: 48px;
		padding-right: 40px;
		font-size: 0.95rem;
	}

	.choice-icon {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
		margin-right: 10px;
	}
}
