/* MEDIA QUERIES PORTABLE VERTICAL */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	html {
		background: #E6E6E6;
	}
	header {
		justify-content: center;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 255, .8);
	}
	h1 {
		font-size: 1.8em;
	}
	.droite {
		display: none;
	}
	.gauche {
		width: 100%;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 255, .8);
	}
	h3.titre {
		text-align: center;
		font-size: 130%;
	}
	nav.hori {
		border: none;
	}
	nav.hori ul {
		flex-direction: column;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 255, .8);
		background: linear-gradient(30deg, #aed6f1,  #2980b9,  #d4e6f1,  #d4e6f1);
	}
	nav.hori li {
		width: calc(100% - 18px);
	}
	.nav-inner {
		position: absolute;
		width: 70vw;
		border: 1px solid #000;
		transform: translateX(-100%) translateZ(0);
		transition: transform .1s;
		will-change: transform;
	}
	input:checked ~ .nav-inner {
		transform: translateX(0);
	}
	.nav-button {
		display: block;
		position: absolute;
		top: 4px;
		right: 4px;
		z-index: 1;
		height: 1.5rem;
		width: 1.5rem;
		background-color: transparent;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);
		background-image: linear-gradient(to right, #aed6f1, #2980b9),
		linear-gradient(to right, #aed6f1, #2980b9),
		linear-gradient(to right, #aed6f1, #2980b9);
		background-position: center top, center, center bottom;
		background-repeat: no-repeat;
		background-size: 1.5rem .4rem;
	}
	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%;
	}
	p.bas {
		min-width: 320px;
	}
	#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: 80%;
		padding: 5px 10%;
		justify-content: center;
		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 PORTABLE HORIZONTAL */
@media only screen and (min-width: 481px) and (max-width: 768px) {
	html {
		background: #E6E6E6;
	}
	header {
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	h1 {
		font-size: 1.8em;
	}
	.gauche {
		width: 100%;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .8);
	}
	.droite {
		display: none;
	}
	h3.titre {
		text-align: center;
		font-size: 130%;
	}
	nav.hori {
		border: none;
	}
	nav.hori ul {
		flex-direction: column;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 255, .8);
		background: linear-gradient(30deg, #aed6f1,  #2980b9,  #d4e6f1,  #d4e6f1);
	}
	nav.hori li {
		width: calc(100% - 18px);
	}
	.nav-inner {
		position: absolute;
		width: 50vw;
		border: 1px solid #000;
		transform: translateX(-100%) translateZ(0);
		transition: transform .1s;
		will-change: transform;
	}
	input:checked ~ .nav-inner {
		transform: translateX(0);
	}
	.nav-button {
		display: block;
		position: absolute;
		top: 4px;
		right: 4px;
		z-index: 1;
		height: 1.5rem;
		width: 1.5rem;
		background-color: transparent;
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);
		background-image: linear-gradient(to right, #aed6f1, #2980b9),
		linear-gradient(to right, #aed6f1, #2980b9),
		linear-gradient(to right, #aed6f1, #2980b9);
		background-position: center top, center, center bottom;
		background-repeat: no-repeat;
		background-size: 1.5rem .4rem;
	}
	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;
		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: 80%;
		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);
	}
}