@font-face
{
    font-family: Calibri;
    src:
		local('Calibri'),
		url(fonts/calibri.ttf);
}
@font-face
{
    font-family: Calibri;
	font-weight:bold;
	src:
		local('Calibri-Bold'),
		url(fonts/calibrib.ttf);
}
@font-face
{
    font-family: Calibri;
	font-style:italic;
	src:
		local('Calibri-Italic'),
		url(fonts/calibrii.ttf);
}
*
{
	box-sizing: border-box;
	display: block;
	position: relative;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
}
textarea
{
	resize:none;
}
button
{
	cursor:pointer;
}
#searchbutton
{
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	color: black;
	background-color: #EEE;
	font-size: 10pt;
}
#searchbutton:hover
{
	background-color:white;
}
#searchbutton:active
{
	background-color:#DDD;
}
input[type="date"], input[type="time"]
{
	font-family:sans-serif;
}
title, script, style, link
{
	display: none;
}
a {
	color: #C0504D;
}
html
{
	min-width:100%;
	min-height:100vh;
	overflow-x:hidden;
}
body
{
	position: relative;
	font-family:Calibri,sans-serif;
	font-size:13.0pt;
	background-color:white;
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	overflow-x:hidden;
	overflow-y:auto;
	width:100%;
	color:#17365D;
	min-height:100vh;
	transition-property: background-color, color, border-color, filter;
    transition-timing-function: ease;
	transition-duration: 1s;
}
body > header
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:8px;
}
body > header img
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	max-width:100%;
}
body > h1#titresite
{
	font-size:17.0pt;
	font-weight:bold;
	font-style:italic;
	margin-top:24px;
	margin-bottom:24px;
	text-align:center;
}
body > div > b#adminsite
{
	margin-top: 24px;
	text-align: center;
	margin-bottom: 24px;
	color: #C0504D;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
#liste a
{
	color: #C0504D;
	font-style:italic;
	font-size: 14.0pt;
	text-decoration: underline;
}
#liste
{
	display:flex;
	flex-direction:column;
}
#liste > div
{
	display:flex;
	flex-direction:row;
	margin-bottom:5px;
}
#liste .date
{
	font-size: 14.0pt;
	font-weight:bold;
}
#liste .titre
{
	display:flex;
	flex-direction:row;
}
#liste .titre > *
{
	margin-right:5px;
}
#liste .titre > *:last-of-type
{
	margin-right:0px;
}
#liste .date:after
{
	content:"\00a0–\00a0";
}
p
{
	text-align:justify;
}
#content > article, #content > #liste, #content > #erreur404, #content > #optionsadmin, #content > #edit, #content > #searchresults, #content > #commentaires, #content > #authentification
{
	padding-left:76.55pt;
	padding-right:76.55pt;
	width:100%;
	margin-top:41px;
	margin-bottom:41px;
}
#optionsadmin > li
{
	margin-bottom:12px;
}
article a
{
	color:blue;
	text-decoration:underline;
}
article > p
{
	margin-top:0cm;
	margin-bottom:.0001pt;
	width:100%;
}
footer
{
	padding-left:76.55pt;
	padding-right:76.55pt;
	width:100%;
	text-align:right;
}
#iconfooter
{
	display: flex;
	flex-direction: column;
	text-align: right;
	padding-left: 76.55pt;
	padding-right: 76.55pt;
	float:right
}
#iconfooter > p
{
	font-weight:bold;
	font-size:13.0pt;
	text-align: right;
}
#iconfooter > img
{
	width:56px;
	height:56px;
	text-align:right;
}
.datearticle
{
	text-align:right;
	font-style:italic;
	font-size: 13.0pt;
	padding-left:76.55pt;
	padding-right:76.55pt;
}
article img
{
	max-width:100%;
}
body > form#recherche
{
	text-align:center;
	width:100%;
	margin-top:24px;
}
h1.americaine {
	text-align: center;
}
div.renard.blague.merdique.fermier.center
{
	width:100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-content: center;
}
div.renard.blague.merdique.fermier.center > div.twitter-tweet.twitter-tweet-rendered
{
	display: flex;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: center;
}
div.renard.blague.merdique.fermier.center > div.twitter-tweet.twitter-tweet-rendered > iframe
{
	position: static;
	visibility: visible;
	height: 563px;
	display: block;
	width: 580px;
}
div.renard.blague.merdique.fermier.center > .twitter-video
{
	margin-left:auto !important;
	margin-right:auto !important;
	display:block;
	text-align:center;
}
form#recherche > .center
{
	display:flex;
	flex-direction:row;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
form#recherche > .center > input[type="text"]
{
	padding:5px;
	width:250px;
	display:block;
	margin-right:15px;
	margin-left:auto;
	min-width: 10px;
}
form#recherche > .center > button[type="submit"]
{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	display:block;
}
form#edit input
{
	padding:5px;
	flex-grow:1;
}
form#edit > h1
{
	font-size:17.0pt;
	margin-bottom:24px;
}
form#edit > div.element
{
	width:100%;
	margin-bottom:24px;
	display:flex;
	flex-direction:row;
}
form#edit > div.element.boutonsadmin
{
	flex-wrap:wrap;
}
form#edit > div.element.boutonsadmin > button
{
	margin-bottom:8px;
}
div.element > label
{
	font-weight:bold;
	margin-right:8px;
}
form#edit #editor
{
	width:100%;
}
#cke_editor
{
	width:100%;
}
div.element > button, .commentaire > button.supprimercommentaire, #authentification > button, button[name="deconnexion"]
{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	border-radius:5px;
	border-style:solid;
	border-color:grey;
	border-width:1px;
	background: linear-gradient(#EEEEEE, #CCCCCC);
	transition:all 0.2s ease;
}
div.element > button:hover, #authentification > button:hover
{
	background: linear-gradient(#CCCCCC, #EEEEEE);
	transition:all 0.2s ease;
}
form#edit button[name="publier"], form#edit button[name="publier2"]
{
	background: linear-gradient(#3FBC7D, #339966);
	color:white;
	font-weight:bold;
	margin-right:16px;
	border-color:#287B52;
}
form#edit button[name="publier"]:hover, form#edit button[name="publier2"]:hover
{
	background: linear-gradient(#339966, #3FBC7D);
}
form#edit button[name="brouillon"], form#edit button[name="brouillon2"], form#edit button[name="dupliquer"]
{
	margin-right:16px;
}
form#edit button[name="supprimer"], .commentaire > button.supprimercommentaire, button[name="deconnexion"]
{
	background: linear-gradient(#DF0000, #950000);
	font-weight:bold;
	color:white;
	border-color:#640000;
}
form#edit button[name="supprimer"]:hover, .commentaire > button.supprimercommentaire:hover, button[name="deconnexion"]:hover
{
	background: linear-gradient(#950000, #DF0000);
}
div#message
{
	padding:25px;
	width:100%;
	color:white;
	background-color:black;
}
div#message.success
{
	background-color:#00B556;
}
div#message.error
{
	background-color:#FF4F46;
}
#liste a.modifyart
{
	color:black;
}
#liste a.deleteart
{
	color:red;
}
#commentaires
{
	padding-left:76.55pt;
	padding-right:76.55pt;
	width:100%;
	clear:right;
	padding-top:20px;
}
#commentaires > #ajoutercommentaire
{
	border-top-color:black;
	border-top-width:2px;
	border-top-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-top:14px;
	padding-bottom:14px;
}
#commentaires > #ajoutercommentaire > #textecommentaire
{
	padding:10px;
	width:100%;
	font-family:sans-serif;
	min-height:100px;
	height:auto;
	resize: vertical;
}
#commentaires > #ajoutercommentaire > #envoyercommentaire
{
	background: linear-gradient(#3FBC7D, #339966);
	color:white;
	font-weight:bold;
	margin-right:16px;
	border-color:#287B52;
	border-style:solid;
	border-width:1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	border-radius:5px;
	margin-top:14px;
}
#commentaires > #ajoutercommentaire > #envoyercommentaire:hover
{
	background: linear-gradient(#339966, #3FBC7D);
}
#commentaires > #ajoutercommentaire > #pseudocommentaire
{
	padding:10px;
	width:100%;
	margin-bottom:14px;
}
#commentaires > #ajoutercommentaire > h1, #commentaires > h1
{
	margin-bottom:14px;
	font-size:17.0pt;
}
#commentaires > #ajoutercommentaire > #captchacommentaire
{
	margin-top:14px;
	width: 100% !important;
	box-sizing: border-box;
	overflow: hidden;
}
#commentaires > #lescommentaires
{
	display:flex;
	flex-direction:column;
}
#commentaires > #lescommentaires > .commentaire
{
	padding-top:14px;
	padding-bottom:14px;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#commentaires > #lescommentaires > .commentaire > p:first-of-type
{
	font-weight:bold;
}
#commentaires > #lescommentaires > .commentaire > i
{
	font-size:0.8em;
}
#commentaires > #lescommentaires > .commentaire > p:last-of-type
{
	padding-top:14px;
}
.commentaire > button.supprimercommentaire, #authentification > button
{
	margin-top:14px;
}
body > #infofooter
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 9.0pt;
	position: relative;
	bottom: .0001pt;
	width: 100%;
	color: black;
	margin-bottom: 8px;
	margin-top: 12px;
}
body > #infofooter > *
{
	display:inline;
}
body > #infofooter > a
{
	color: #E36C0A;
}
#content > article *
{
	display: initial;
}
#content > article div[class^="spoiler"]
{
	display: block;
}
#content > article div.spoiler-content
{
	display: none;
}
#content > article span
{
	display: inline;
}
#content > article > p {
	display:block;
	margin-left:0px !important;
	margin-right:0px !important;
}
#content > article img
{
	height:auto !important;
}
input[type="checkbox"].cke_dialog_ui_checkbox_input, .cke_dialog_ui_button, .cke_dialog_ui_input_text, .cke_dialog_ui_input_textarea 
{
	display: initial;
}
#content > article .youtube-embed-wrapper
{
	display: block !important;
	position: relative !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	height: auto !important;
	overflow: hidden !important;
	height: auto !important;
}
#searchresults > p
{
	margin-bottom:8px;
}
#content > article a
{
	color: #C0504D;
}
#content > #editerArticle
{
	padding-left:76.55pt;
	padding-right:76.55pt;
	width:100%;
	margin-top:41px;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
}
#editerArticle > a
{
	color:black;
}
.iconelement {
	display:flex;
	flex-direction:row;
	text-decoration:none;
}
.iconelement > .icon {
	margin-right:5px;
}
article .centrer {
	display: flex !important;
	flex-direction:row;
	margin-left:-12px;
	margin-right:auto;
	width:calc(100% + 24px);
	height:auto;
	text-align:center;
	justify-content: center;
}
article .centrer > p {
	flex-wrap:wrap;
	display: flex !important;
	justify-content: center;
	margin-left:0px !important;
	margin-right:0px !important;
	align-items: center;
	width: 100%;
}
article .centrer > p > img {
	margin-left:12px;
	margin-right:12px;
	display: block;
	margin-top:12px;
	/*flex-grow: 1;*/
}
article .centrer > p > img:first-of-type {
	margin-left:12px;
}
article .centrer > p > img:last-of-type {
	margin-right:12px;
}
article .twitter-tweet.twitter-tweet-rendered {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* Tableaux */
article table {
	/*display: flex !important;*/
	display: table !important;
	max-width: 100%;
	flex-direction: column;
	overflow-x: auto;
	table-layout: fixed;
}
article table tr {
	/*display: flex !important;*/
	display: table-row !important;
	max-width: 100%;
	flex-direction: row;
}
article table td, article table th {
	/*display: block !important;*/
	display: table-cell !important;
	text-overflow: ellipsis;
	width: auto !important;
	word-wrap: break-word;
}
article table[align] {
	margin: auto !important;
}
article table > thead {
	display:table-header-group !important;
}
article table > tbody {
	display:table-footer-group !important;
}
article table > caption {
	display: table-caption !important;
}

.commentaire br {
	line-height: 12px;
	height: 12px;
	display: inline;
}
.renard.blague.merdique > iframe, .renard.blague.merdique > twitterwidget, .renard.blague.merdique > twitter-widget {
	margin-left: auto;
	margin-right: auto;
}

#pseudocommentaire {
	font-size: 16px !important;
}

@media screen and (min-width:800px)
{
	.youtube-embed-wrapper > iframe {
		position: relative !important;
		top: 0 !important;
		width: 66% !important;
		display: block !important;
		height: calc(66vw / (16/9)) !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 800px !important;
		min-width: 80vh !important;
		max-height: calc(450px ) !important;
	}
}
@media screen and (max-width:1000px)
{
	body > header img
	{
		width:100%;
	}
	form#recherche > .center
	{
		display:flex;
		flex-direction:row;
		padding-left:60px;
		padding-right:60px;
	}
	body > h1#titresite
	{
		padding-left:60px;
		padding-right:60px;
	}
	#content > article, #content > #liste, #content > #erreur404, #content > #optionsadmin, #content > #edit, #content > #searchresults, #content > #commentaires, #content > #authentification, #content > #editerArticle
	{
		padding-left:60px;
		padding-right:60px;
	}
	.datearticle
	{
		padding-left:60px;
		padding-right:60px;
	}
	footer
	{
		padding-left:60px;
		padding-right:60px;
	}
	#iconfooter {
		padding-left:60px;
		padding-right:60px;
	}
	article .centrer > p {
		flex-wrap:wrap;
	}
	article .centrer {
		flex-wrap: wrap;
	}
	#content > article .youtube-embed-wrapper {
		position: relative !important;
		padding-bottom: 56.25% !important;
		padding-top: 30px !important;
		height: 0 !important;
		overflow: hidden !important;
		height: auto !important;
		display: block !important;
	}
}	
@media screen and (max-width:800px)
{
	form#recherche > .center
	{
		display:flex;
		flex-direction:row;
		padding-left:15px;
		padding-right:15px;
		flex-wrap: wrap;
	}
	body > h1#titresite
	{
		padding-left:15px;
		padding-right:15px;
	}
	#content > #liste, #content > #erreur404, #content > #optionsadmin, #content > #edit, #content > #searchresults, #content > #commentaires, #content > #authentification, #content > #editerArticle
	{
		padding-left:15px;
		padding-right:15px;
	}
	.datearticle
	{
		padding-left:15px;
		padding-right:15px;
	}
	footer
	{
		padding-left:15px;
		padding-right:15px;
	}
	form#recherche > .center > input[type="text"]
	{
		flex-grow:1;
		width:auto !important;
	}
	#liste > div
	{
		display:flex;
		flex-direction:column;
		margin-bottom:18px;
	}
	#liste .date:after
	{
		content:"";
	}
	#commentaires > #ajoutercommentaire > #textecommentaire
	{
		min-height:200px;
	}
	#optionsadmin > li {
		margin-bottom:30px;
	}
	#iconfooter
	{
		padding-left:15px;
		padding-right:15px;
	}
	#content > article img
	{
		max-width:100% !important;
		margin-left:0px !important;
		margin-right:0px !important;
	}
	#content > article div.centrer img {
		flex-wrap:wrap;
		margin-left:0px !important;
	}
	#content > article div.centrer img:first-of-type {
		margin-left:0px !important;
	}
	article .centrer {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	article .centrer > p > img {
		margin-left:0px !important;
		margin-right:0px !important;
	}
	article .centrer > p > img:first-of-type {
		margin-left:0px;
	}
	article .centrer > p > img:last-of-type {
		margin-right:0px;
	}

	#content > article {
		font-size: 14pt !important;
		line-height: 22pt;
		padding-right: 32px;
		padding-left: 32px;
	}

	article p, article > span {
		font-size: 18px !important;
	}

	article > p > strong > em > span, article > p > strong > em > u > span {
		font-size: 22px !important;
	}

	#content > #commentaires {
		padding-right: 32px;
		padding-left: 32px;
	}

	.commentaire > p:first-of-type {
		font-size: 18px !important;
	}

	.commentaire > p:last-of-type {
		font-size: 18px !important;
		line-height: 22pt;
	}

	#iconfooter {
		padding-right: 32px;
		padding-left: 32px;
	}

	div.theme {
		margin-right: 25% !important;
		margin-left: 25% !important;
		margin-top: 25px !important;
		width:100%;
		max-width:300px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#content > article * {
		display: inline;
	}
	article .centrer > p > img {
		flex-grow:0;
	}
}
@media print {
	body > #infofooter {
		display:none;
	}
	form#recherche {
		display:none;
	}
	#commentaires > #ajoutercommentaire {
		display:none;
	}
	body > p.datearticle {
		padding-left:0pt !important;
		padding-right:0pt !important;
		margin-left: 0pt !important;
		margin-right: 0pt !important;
	}
	#content {
		padding-left:0pt !important;
		padding-right:0pt !important;
		margin-left: 0pt !important;
		margin-right: 0pt !important;
	}
	#content > article {
		padding-left:0pt !important;
		padding-right:0pt !important;
		margin-left: 0pt !important;
		margin-right: 0pt !important;
	}
	#content > article > p {
		padding-left:0pt !important;
		padding-right:0pt !important;
		margin-left: 0pt !important;
		margin-right: 0pt !important;
	}
}
.cke_dialog_contents table {
	display:table;
}
.cke_dialog_contents tr {
	display:table-row;
}
.cke_dialog_contents td {
	display:table-cell;
}
.cke_dialog_contents tbody {
	display:table-row-group;
}
.cke_dialog_contents_body .cke_dialog_ui_text, .cke_dialog_contents_body .cke_dialog_ui_select, .cke_dialog_contents_body .cke_dialog_ui_hbox_last > a.cke_dialog_ui_button {
	display: inline-table;
}

#cookiesinfo {
	position:fixed;
	bottom:0;
	width:100%;
	font-size:16px;
	font-style:italic;
	padding:20px;
	border-style:solid;
	border-width:12px;
	border-color:#17365d;
	background-color:rgba(255,255,255,0.9);
}

#cookiesinfo > p > a {
	display: inline;
}

#cookiesinfo > #buttons {
	display:flex;
	margin-top:10px;
	font-weight:bold;
	font-size:20px;
}

#cookiesinfo > #buttons > a:first-of-type {
	margin-right:26px;
}

#errorUrl {
	margin-left:10px;
}



/* New home */

#newhome {
	display: flex;
	flex-direction: row;
	width:100%;
	overflow:hidden;
	padding:0px;
	margin:0px;
	position:relative;
	flex-wrap:wrap;
	margin-top:30px;
	margin-bottom:30px;
	justify-content: center;
}

#newhome > a.element {
	width:100%;
	height:auto;
	position:relative;
	padding:0px;
	margin:0px;
	overflow:hidden;
	display:block;
	background-color: black;
	white-space: nowrap;
	border-color:rgba(80,80,80,1);
	border-width:1px;
	border-style:solid;
	color:black !important;
	min-height:120px;
	text-align: center;
}

#newhome > a.element * {
	transition:all ease 0.2s;
}

#newhome > a.element:before {
	content: ' ';
	display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#newhome > a.element > p, #newhome > a.element > h1 {
	position:absolute;
	display: block;
}

#newhome > a.element > img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align:middle;
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
	opacity:0.75;
}

#newhome > a.element > p {
	top:0px;
	left:0px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	font-weight:bold;
	background-color:rgba(0,0,0,0.6);
	color:rgba(255,204,0,0.9);
}

#newhome > a.element > h1 {
	bottom:0px;
	width:100%;
	font-size:22px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	color:rgba(200,200,200,0.95);
	background-color:rgba(0,0,0,0.4);
	padding:8px;
	margin:0px;
	white-space:normal;
}

#newhome > a.element:hover > h1 {
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.75);
}

#newhome > a.element:hover > p {
	color:rgba(255,204,0,1);
	background-color:rgba(0,0,0,0.8);
}

#newhome > a.element:hover > img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity:1;
}

@keyframes blinker {
	50% {
	  opacity: 0;
	}
}

#prechargeicons {
	width:0px;
	height:0px;
} 
#prechargeicons > .error {
	width:0px;
	height:0px;
	background-image: url("images/error.png");
}
#prechargeicons > .check {
	width:0px;
	height:0px;
	background-image: url("images/check.png");
}
#prechargeicons > .save {
	width:0px;
	height:0px;
	background-image: url("images/save.png");
}

#saveicon {
	background-image: initial;
	position: fixed;
	right: 0px;
	top: 0px;
	margin: 0px;
	opacity: 0;
	
	display: block;
	background-size: 48px 48px;
	width: 48px;
	height: 0px;
	background-repeat: no-repeat;
	box-sizing: content-box;
	background-color:rgba(180, 180, 180, 0.5);
	padding: 12px;
	background-position: center;
	transition: height 0.5s linear 0s, opacity 0.5s linear 0s, background-image 0.6s linear 2s;
	z-index:999999;
}

#saveicon.load {
	background-image: url("images/save.png");
	opacity: 1;
	overflow: hidden;
	height: 48px;
	animation: blinker 1s linear infinite;
}

#saveicon.checked {
	background-image: url("images/check.png");
	animation: none;
	opacity: 1;
	overflow: hidden;
	height: 48px;
}

#saveicon.error {
	background-image: url("images/error.png");
	animation: none;
	opacity: 1;
	overflow: hidden;
	height: 48px;
}

@media screen and (min-width:800px)
{
	#newhome > a.element {
		width:calc(100% / 3);
	}

	#newhome > a.element:first-of-type {
		width:100%;
	}

	#newhome > a.element:first-of-type > p {
		font-size:calc(16px * 2);
	}

	#newhome > a.element:first-of-type > h1 {
		font-size:calc(22px * 2);
	}
}


div.spoiler {
	display: block !important;
}

div.spoiler > div.spoiler-title {
	display: block !important;
}

div.spoiler > div.spoiler-content {
	display: none;
}

div.spoiler > div.spoiler-content * {
	display: none;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
	display: inline-block !important;
}

div.spoiler > div.spoiler-content p {
	display: block !important;
}

div.spoiler > div.spoiler-content p * {
	display: inline !important;
}

div.spoiler-content div.centrer > p {
	display: flex !important;
}



div.theme {
	margin-right: auto;
	margin-left: 15px;
}

div#daynight {
	position:relative;
	display:block;
	overflow:hidden;
	cursor:pointer;
	border-radius: 50px;
	border: 1px solid grey;
}

div#daynight > span {
	margin-left:0px;
	width:200%;
	position: relative;
	display: block;
	transition: margin .4s ease-out 0s;
	-webkit-transition: margin .4s ease-out 0s;
	-o-transition: margin .4s ease-out 0s;
}

div#daynight > span.daynight_label:before, div#daynight > span.daynight_label:after {
	display: block;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 27px;
	padding: 0;
	padding-left: 0px;
	color: #fff;
	font-size: .75rem;
	line-height: 1.6875rem;
	letter-spacing: 0rem;
}

div#daynight > span.daynight_label:before {
	padding-left: 32px;
	content: "Lecture de nuit";
	color: #909090;
	border-radius: 50px;
	background-color: #f8f8f8;
}

div#daynight > span.daynight_label:after {
	padding-left: 12px;
	content: "Lecture de jour";
	color: #fff;
	border-radius: 50px;
	background-color: #1d1d1d;
}

div#daynight > span.daynight_icon:before {
	right: 0;
	width: 27px;
	height: 27px;
	vertical-align: middle;
	background-image: url("images/day.svg");
	background-repeat: no-repeat;
	content:"";
	position: absolute;
	padding: 0;
	content: "";
}

div#daynight > span.daynight_icon:after {
	left: 0;
	width: 27px;
	height: 27px;
	vertical-align: middle;
	background-image: url("images/night.svg");
	background-repeat: no-repeat;
	position: absolute;
	padding: 0;
	content: "";
}

.mentionslegales {
	margin-top:70px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:70px;
}

.mentionslegales a, .mentionslegales b, .mentionslegales i {
	display: inline;
}
.mentionslegales > div {
	display: block;
	margin-bottom:30px;
}

.mentionslegales > h1 {
	margin-bottom: 10px;
}

.mentionslegales h2 {
	margin-bottom: 5px;
}

.mentionslegales p {
	margin-bottom: 5px;
}