/* MEDIA QUERIES TABLETTE HORIZONTAL */
@media only screen and (min-width: 769px) and (max-width: 1280px) {
	html {
		background: #E6E6E6;
	}
	header {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	h1 {
		font-size: 2em;
	}
	.gauche {
		width: 100%;
	}
	h3.titre {
		text-align: center;
		font-size: 130%;
	}
	nav.hori {
		width: 100%;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	nav.hori ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	nav.hori li {
		width: auto;
		padding: 3px 40px;
	}
	main {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	nav.verti {
		display: none;
	}
	footer {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	nav.bas-grand {
		display: none;
	}
	nav.bas-petit {
		display: inline;
	}
	nav.bas-petit ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	nav.bas-petit li {
		border: 1px solid #F00;
		border-radius: 10px;
		margin: 5px;
		padding: 5px;
		text-align: center;
		flex: 1 0 42%;
	}
	#reseaux-sociaux {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	#fb, #tw {
		width: 50px;
		height: 50px;
		border-radius: 10px;
	}
	#fb {
		background-image: url(https://sd-5.archive-host.com/membres/images/19781621016846866/fb.png);
		background-position: 0px 0px;
	}
	#tw {
		background-image: url(https://sd-5.archive-host.com/membres/images/19781621016846866/tw.png);
		background-position: -50px 0px;
		margin-left: 10px;
	}
	.cookie-alert {
		width: 50%;
		padding: 5px 10%;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	.cookie-alert a.cookie {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
}
/* MEDIA QUERIES TABLETTE VERTICAL */
@media only screen and (min-width: 769px) and (max-width: 1280px) and (orientation:portrait) {
	html {
		background: #E6E6E6;
	}
	header {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	h1 {
		font-size: 170%;
	}
	.gauche {
		width: 100%;
	}
	h3.titre {
		text-align: center;
		font-size: 130%;
	}
	nav.hori {
		width: 100%;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	nav.hori ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	nav.hori li {
		width: auto;
	}
	main {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	nav.verti {
		display: none;
	}
	footer {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	nav.bas-grand {
		display: none;
	}
	nav.bas-petit {
		display: inline;
	}
	nav.bas-petit ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	nav.bas-petit li {
		border: 1px solid #F00;
		border-radius: 10px;
		margin: 5px;
		padding: 5px;
		text-align: center;
		flex: 1 0 42%;
	}
	#reseaux-sociaux {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	#fb, #tw {
		width: 50px;
		height: 50px;
		border-radius: 10px;
	}
	#fb {
		background-image: url(https://sd-5.archive-host.com/membres/images/19781621016846866/fb.png);
		background-position: 0px 0px;
	}
	#tw {
		background-image: url(https://sd-5.archive-host.com/membres/images/19781621016846866/tw.png);
		background-position: -50px 0px;
		margin-left: 10px;
	}
	.cookie-alert {
		width: 50%;
		padding: 5px 10%;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	.cookie-alert a.cookie {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}