body {
	margin: 1%;
	background-image: url(https://manzanas2026.fr/data/background/drawbkg.php);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: black;
	font-family: Roboto-Regular, Helevetica, sans-serif;
	font-size:11pt;
	color: white;
}

small {
	font-size:5pt;
}

@font-face {
    font-family: Roboto-Regular;
    src: local('Roboto-Regular'), url(https://io.d4r.pw/central/ui/Roboto-Regular.woff) format("woff"), url(https://io.d4r.pw/central/ui/Roboto-Regular.ttf) format("truetype")
}

.a1, .b2, .d3 {
	margin: 0%;
	width: 50%;
	height: 25%;
	position: absolute;
	transition: background-color 600ms;
	background-color: white;
}

.a2, .b3, .d4 {
	display:none;
}

.a3, .a4, .b1, .b4, .c1, .c2, .c3, .c4, .d1, .d2 {
	margin: 0%;
	width: 25%;
	height: 25%;
	position: absolute;
	transition: background-color 600ms;
	background-color: white;
	overflow: hidden;
}

.a1, .b1, .c1, .d1 {left: 0%;}
.b2, .c2, .d2 {left: 25%;}
.a3, .c3, .d3 {left: 50%;}
.a4, .b4, .c4 {left: 75%;}
.a1, .a3, .a4 {top: 0%;}
.b1, .b2, .b4 {top: 25%;}
.c1, .c2, .c3, .c4 {top: 50%;}
.d1, .d2, .d3 {top: 75%;}

.statement_logo {
	background: url(https://manzanas2026.fr/data/mzs26_logo-white.svg) no-repeat;
	background-position: center;
	height: 50%;
	left: 50%;
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	background-size: contain;
}

#mail {background: url(https://manzanas2026.fr/data/mail.svg) no-repeat;}
#bluesky {background: url(https://manzanas2026.fr/data/bluesky.svg) no-repeat;}
#projects {background: url(https://manzanas2026.fr/data/projects.svg) no-repeat;}
#question {background: url(https://manzanas2026.fr/data/question.svg) no-repeat;}
#fb {background: url(https://manzanas2026.fr/data/fb.svg) no-repeat; left:60%;}
#yt {background: url(https://manzanas2026.fr/data/yt.svg) no-repeat; left:20%;}
#blog {background: url(https://manzanas2026.fr/data/blog.svg) no-repeat;}

#mail, #bluesky, #insta, #projects, #question, #fb, #yt, #blog {
	height: 40%;
	cursor: pointer;
	position: absolute;
	top: 40%;
	color: white;
	transform: translate(-25%, -25%);
	width: 40%;
	background-size: contain;
	background-position: center;
}

#mail, #bluesky, #insta, #projects, #question, #blog {
	left: 40%;
}

.dot {
	height: 42px;
	width: 42px;
	background-color: white;
	background-size: contain;
	border-radius: 30%;
	margin: 9px;
	display: inline-block;
}

.news {
	padding: 1%;
	overflow: scroll;
	height: 90%;
}

.news_title {
	font-family: Roboto-Regular, Helevetica, sans-serif;
	font-size:11pt;
	font-weight: bold;
	color: white;
}

.newsdata {
	display: block;
	margin-bottom: 1em; 
	font-size: 0.85em;
	color : white;
	a:color: white;
}

.conteneur-news {
	height: 100%;
	display: inline;
	flex-direction: column;
	overflow: hidden;
}

a.fill-div, .square_title {
	position: relative;
	display:block;
	bottom: 20px;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: white;
}

.square_title {bottom: -40px;}

a, a:visited  {color: white;}

.pgc_cell_mail {
	display: none;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

input, textarea {
	width: 100%;
	flex: 1;
	margin: 0px;
	padding : 5px;
	color: white;
	border: 0 none;
	-webkit-appearance: none;
	 border-radius: 0;
}

input {
	height: 20%;
	background-color: rgba(255, 255, 255, 0.25);
}

textarea {
	background-color: transparent;
	resize: none;
	height: 60%
}

::placeholder {
	color: white;
	color: filter: invert(1);
	opacity: 1;
}

#projects_list {
	text-align: right
}

#disclaimer {
	display: block;
	text-align: right;
	padding: 20px;
	font-size:9pt;
	overflow: hidden;
}

.content_page {
	margin: 6%
}

.pgc_box_info {
	margin: 6%;
	color: white;
}

.logo_ps{
	background: url(https://manzanas2026.fr/data/parti_logo_ps.svg) no-repeat;
}

.logo_pcf{
	background: url(https://manzanas2026.fr/data/parti_logo_pcf.svg) no-repeat;
}

.logo_ps, .logo_pcf {
	background-size: contain;
	margin: 0px;
	display: inline-block;
	height: 60px;
	width: 90px;
}

@media (max-width: 770px) {
	body {
		font-size: 0.65em;
	}
	#disclaimer {
		padding: 8px;
		font-size: 0.8em;
	}
	input, textarea {
		font-size: 1.0em;
	}
	a.fill-div {
		bottom: 15px;
	}
	.square_title {
		bottom: -10px;
	}
	.logo_parti {
		height: 22px;
	}
	.newsdata {
		font-size: 0.5em;
	}

	.news {
		font-size: 0.7em;
		padding: 5px;

	}

.logo_ps, .logo_pcf {
	height: 30px;
	width: 45px;
	}
}

@media (max-width: 415px) {
	body {
		font-size: 0.8em;
	}
	#disclaimer {
		padding: 8px;
		font-size: 0.8em;
	}
	input, textarea {
		font-size: 0.9em;
	}
	a.fill-div, .square_title  {
		font-size: 0.7em;
	}
	.square_title {
		bottom: -25px;
	}
	.logo_parti {
		height: 35px;
	}
	.newsdata {
		font-size: 0.4em;		
	}
	.news {
		font-size: 0.6em;
		padding: 5px;

	}

	.logo_ps, .logo_pcf {
	height: 30px;
	width: 43px;
	}
}