* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

h1 {
	margin: 7px;
}

h2 {
	margin: 7px;
}

h3 {
	margin: 7px;
}

h4 {
	margin: 7px;
}

p {
	margin: 7px;
}

footer div a {
	color: black;
	padding: 4px;
	font-size: 17px;
}

.newsletter_aside {
	display: none;
	border: 2px solid black;
	width: max(30%, 250px);
	background-color: white;
	height: 200px;
	position: fixed;
	top: 100px;
	left: 30px;
}

.newsletter_aside a {
	float: right;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.connexion_aside {
	display: none;
	border: 2px solid black;
	width: 200px;
	background-color: white;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
}

.petit_cadre {
	position: fixed;
	border: solid black;
	margin: 2px;
	padding: 10px;
	width: 250px;
	background-color: white;
	border-radius: 20px;
	right: 0;
	bottom: 0;
}

.cadre {
	align-items: center;
  	justify-content: center;
	text-align: center;
	padding: 10px;
	width: max(60%, 350px);	
	background-color: white;
}

.cadre2 {
	align-items: center;
	text-align: center;
	padding: 20px;
	margin: 20px;
	position: relative;
	width: max(27%, 320px);	
	background-color: white;
	display: inline-block;
}

.cadre3 {
	align-items: center;
	text-align: center;
	padding: 20px;
	margin: 20px;
	position: relative;
	width: max(29%, 300px);	
	background-color: white;
	display: inline-block;
}

.cadre4 {
	align-items: center;
	text-align: center;
	padding: 20px;
	margin: 20px;
	position: relative;
	width: max(45%, 320px);	
	background-color: white;
	display: inline-block;
}

.articles_populaires a {
	padding: 10px;
	float: left;
	font-size: 18px;
}

header {
	background-color: #414fff;
	padding: 20px 30px;
	height: 75px;
}

.logo {
	width: 120px;
	top: 0;
	left: 0;
	position: absolute;
}

.navigation {
	float: right;
}

.navigation li {
	padding: 7px 10px;
	margin: 0 10px;
	font-size: 18px;
	display: inline-block;
}

.navigation li a {
	color: black;
}

.imgmenu {
	display: none;
}

.menu {
	display: none;
}

.petit_logo {
	display: none;
}

#newsletter img {
	margin: 5px;
}

#grand_newsletter {
	display: block;
}

#petit_newsletter {
	display: none;
}

@media screen and (max-width: 650px) {
	
	.partie-footer {
		margin: 0 20px;
		padding: 12px 12px;
		width: 100%;
	}
	#grand_newsletter {
		display: none;
	}
	#petit_newsletter {
		display: block;
	}
	.logo {
		display: none;
	}
	.menu {
		display: none;
		float: right;
		top: 0;
		right: 0;
		height: 100%;
		width: 60%;
		background-color: white;
		position: fixed;
	}
	.anim_menu {
		animation-duration: 1s;
		animation-name: afficher_menu_animation;
	}
	@keyframes afficher_menu_animation {
		0% {
			right: -60%;
		}
		100% {
			right: 0;
		}
	}
	.imgmenu {
		display: flex;
		float: right;
		cursor: pointer;
	}
	.imgmenu :active {
		rotate: 90deg;
	}
	.img_fermer_menu {
		float: left;
		top: 0;
		left: 0;
		margin: 15px;
		cursor: pointer;
	}
	.navigation {
		display: none;
	}
	.petit_logo {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
	}
	.navigation_menu li {
		display: inline-block;
		font-size: 18px;
		cursor: pointer;
		padding: 15px;
	}
	.navigation_menu li a {
		color: black;
	}
}


.trait {
	border-bottom: 1px solid black;
}

.trait2 {
	border-right: 2px solid black;
}

.meme-ligne {
	display: inline-block;
}

.info {
	width: max(50%, 250px);
	height: 30px;
	margin: 5px;
	padding: 13px;
	border-radius: 5px;
	background-color: lightgrey;
}

.info2 {
	width: max(50%, 250px);
	height: 120px;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	background-color: lightgrey;
}

.bouton {
	width: 25%;
	height: 38px;
	border-radius: 4px;
	margin: 5px;
}

.stylenumpage {
	width: 50%;
}

.info:hover {
	width: 51%;
	height: 32px;
	margin: 8px;
	padding: 10px;
	border-radius: 8px;
	background-color: lightgrey;
	border-color: black;
}

.info2:hover {
	width: 51%;
	height: 122px;
	margin: 8px;
	padding: 10px;
	border-radius: 8px;
	background-color: lightgrey;
	border-color: black;
}

.articl {
	font-size: 18px;
}

.cadre2:hover {
	align-items: center;
	text-align: center;
	padding: 20px;
	margin: 20px;
	position: relative;
	width: max(27%, 320px);	
	background-color: #D6D6D6;
	display: inline-block;
}

.cadre3:hover {
	align-items: center;
	text-align: center;
	padding: 20px;
	margin: 20px;
	position: relative;
	width: max(29%, 300px);	
	background-color: #D6D6D6;
	display: inline-block;
}

.cadre_commentaire {
	width: max(40%, 200px);
	background-color: lightgrey;
	border-radius: 15px;
	padding: 7px;
	margin: 2px 2px 2px 52px;
	text-align: left;
}

.commentaires img {
	float: left;
	padding: 2px;
}

.commentaires a {
	float: left;
	padding: 3px;
	color: blue;
}

.reponse {
	margin-left: 100px;
}

.imgreponse {
	margin: 20px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

footer {
	background: white;
	width: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}

.partie-footer {
	margin: 0 20px;
	padding: 12px 12px;
	width: 20%;
}

.contenu {
	flex-grow: 1;
}

.soustitre {
	font-family: "Calambria";
	font-size: 20px;
}

.cookies {
	font-size: 17px;
	position: fixed;
	display: flex;
	bottom: 0;
	width: 100%;
	align-items: center;
	text-align: center;
	padding: 12px;
	background-color: black;
	color: white;
	z-index: 1000;
	animation: cookiesAnimationCss 2.5s ease-in-out;
	animation-delay: 1ms;
}

@keyframes cookiesAnimationCss {
    0% {
        bottom: -200px;
    }
    100% {
        bottom: 0;
    }
}

.cookies p {
	margin: 0 20px;
}

.cookiesA {
	font-size: 17px;
	border: 0;
	background-color: green;
	margin: 5px;
	padding: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.cookiesR {
	font-size: 17px;
	border: 0;
	background-color: red;
	margin: 5px;
	padding: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.chargement {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	justify-content: center;
	align-items: center;
}

.lettres-chargement {
	color: #484848;
	font-size: 7%;
	letter-spacing: 15px;
	animation: anim-chargement 1.25s linear infinite;
}

@keyframes anim-chargement {
	0% {
		color: #0fdc00;
		text-shadow: 0 0 8px #0fdc00;
	}
	85% {
		color: #054700;
		text-shadow: none;
	}
	100% {
		color: #0fdc00;
		text-shadow: 0 0 7px #0fdc00;
	}
}

.lettres-chargement:nth-child(1) {
	animation-delay: 0.1s;
}

.lettres-chargement:nth-child(2) {
	animation-delay: 0.2s;
}

.lettres-chargement:nth-child(3) {
	animation-delay: 0.3s;
}

.lettres-chargement:nth-child(4) {
	animation-delay: 0.4s;
}

.lettres-chargement:nth-child(5) {
	animation-delay: 0.5s;
}

.lettres-chargement:nth-child(6) {
	animation-delay: 0.6s;
}

.lettres-chargement:nth-child(7) {
	animation-delay: 0.7s;
}

.lettres-chargement:nth-child(8) {
	animation-delay: 0.8s;
}

.lettres-chargement:nth-child(9) {
	animation-delay: 0.9s;
}

.lettres-chargement:nth-child(10) {
	animation-delay: 1s;
}

.action-chargement {
	opacity: 0;
	transition: opacity 0.4s ease-out;
}

.action2-chargement {
	display: none;
}

.E1Newsletter {
	border: 1px solid black;
	padding: 12px;
	height: 35px;
	margin: -2px;
	border-radius: 0px;
	background-color: white;
	color: black;
}

.E2Newsletter {
	border: 1px solid black;
	padding: 12px;
	height: 35px;
	margin: -2px;
	width: max(40%, 200px);
	border-radius: 0px;
	background-color: white;
	color: black;
}

.B1Newsletter {
	border-radius: 0px;
	padding: 7px;
	height: 35px;
	margin: -2px;
	background-color: black;
	color: white;
	border: solid black;
	cursor: pointer;
}

#petit {
	display: none;
}

@media screen and (max-width: 1400px) {
	#grand { 
		display: none;
	}
	#petit { 
		display: block;
	}
	.partie-footer {
		width: 45%;
	}
}

.commentaire h2 {
	padding: 10px;
}

.alalune {
	height: 100px;
}

@media screen and (max-width: 1250px) {
	.alalune {
		height: 125px;
	}
}

.newsletter_aside a {
	margin: 10px;
}

table tr td {
	width: 25px;
	height: 25px;
}

table tr td input {
	width: 25px;
	height: 25px;
	padding: 2px;
	padding-left: 4px;
}

.barre_sudoku {
	border-right: 1px solid black;
}

.barre_sudoku2 {
	border-bottom: 1px solid black;
}