/* Ecrane mari (min-width: 980px) */
@media (min-width: 981px) {
	.bottom0 {
		bottom: 0;
	}

	footer {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		/* position: absolute; */
		/* display: inline-block; */
		font-size: 0.8em;
		text-align: left;
		display: grid;
		/* grid-template-rows: repeat(2, 1fr); */

	}

	#footer1 h4,
	#footer2 h4,
	#footer3 h4 {
		font-size: 18px;
		margin: 0;
	}

	#footer1 p,
	#footer2 p,
	#footer3 p {
		font-size: 12px;
		margin: 0;
		line-height: 2em;
	}

	#footer1,
	#footer2 {
		/* width: 33.33%; */
		padding: 1%;
		float: left;

	}

	#footer3 {
		/* width: 33.33%; */
		padding: 1%;
		float: left;

	}

	#footer1 a,
	#footer2 a,
	#footer3 a {
		text-decoration: none;
		color: white;
		text-align: left;
		font-size: 12px;
		margin: 0;
		line-height: 2em;
	}

	#footer1 a:hover,
	#footer2 a:hover,
	#footer3 a:hover {
		text-decoration: none;
		color: rgb(16, 221, 204);
		text-align: left;
	}

	footer b {
		display: inline-block;
	}

	.design {
		padding: 5px;
		background-color: #0046FF;
		color: white;
		/* padding-top: 10px; */
		/*padding-bottom: 10px;*/
		width: 100%;
		position: relative;
		text-align: center;
		display: inline-block;
		font-size: 1em;
	}

	.design a {
		text-decoration: none;
		color: white;

	}

	.design p {
		text-align: center;
		font-size: 12px;
	}

	.link-fb-footer {
		display: none;
	}

	.iframe-fb-footer {
		border: none;
		overflow: hidden;
		width: 40vw;
		height: 16vh;
	}

	.footer-mare {
		display: grid;
		grid-template-columns: 30vw 30vw 40vw;
	}
}

/* Ecrane medii (641px - 980px) */
@media (min-width: 641px) and (max-width: 980px) {
	.bottom0 {
		bottom: 0;
	}

	footer {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		position: absolute;
		/* display: inline-block; */
		font-size: 0.8em;
		text-align: left;
		display: grid;

	}

	#footer1 h4,
	#footer2 h4,
	#footer3 h4 {
		font-size: 12px;
		margin: 0;
	}

	#footer1 p,
	#footer2 p,
	#footer3 p {
		font-size: 10px;
		margin: 0;
		line-height: 2em;
	}

	#footer1,
	#footer2 {
		/* width: 33.33%; */
		padding: 1%;
		float: left;

	}

	#footer3 {
		/* width: 33.33%; */
		padding: 1%;
		float: left;

	}

	#footer1 a,
	#footer2 a,
	#footer3 a {
		text-decoration: none;
		color: white;
		text-align: left;
		font-size: 10px;
		line-height: 2em;
	}

	#footer1 a:hover,
	#footer2 a:hover,
	#footer3 a:hover {
		text-decoration: none;
		color: rgb(16, 221, 204);
		text-align: left;
	}

	footer b {
		display: inline-block;
	}

	.design {
		padding: 5px;
		background-color: #0046FF;
		color: white;
		/* padding-top: 10px; */
		/*padding-bottom: 10px;*/
		width: 100%;
		position: relative;
		text-align: center;
		display: inline-block;
		font-size: 1em;
	}

	.design a {
		text-decoration: none;
		color: white;

	}

	.design p {
		text-align: center;
		font-size: 10px;
	}

	.link-fb-footer {
		display: none;
	}

	.iframe-fb-footer {
		border: none;
		overflow: hidden;
		width: 100%;
		height: 15vh;
	}

	.footer-mare {
		display: grid;
		grid-template-columns: repeat(2, 1fr);

	}
}

/* Ecrane mici (max-width: 640px) */
@media (max-width: 640px) {
	.bottom0 {
		bottom: 0;
	}

	footer {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		position: absolute;
		/* display: inline-block; */
		font-size: 0.8em;
		text-align: left;
		display: grid;

	}

	#footer1 h4,
	#footer2 h4,
	#footer3 h4 {
		font-size: 10px;
		margin: 0;
	}

	#footer1 p,
	#footer2 p,
	#footer3 p {
		font-size: 8px;
		margin: 0;
		line-height: 2em;
	}

	#footer1,
	#footer2 {
		/* width: 33.33%; */
		padding: 1%;
		float: left;

	}

	#footer3 {
		/* width: 33.33%; */
		padding: 1%;
		float: left;

	}

	#footer1 a,
	#footer2 a,
	#footer3 a {
		text-decoration: none;
		color: white;
		text-align: left;
		font-size: 8px;
		margin: 0;
		line-height: 2em;
	}

	#footer1 a:hover,
	#footer2 a:hover,
	#footer3 a:hover {
		text-decoration: none;
		color: rgb(16, 221, 204);
		text-align: left;
	}

	footer b {
		display: inline-block;
	}

	.design {
		padding: 5px;
		background-color: #0046FF;
		color: white;
		/* padding-top: 10px; */
		/*padding-bottom: 10px;*/
		width: 100%;
		position: relative;
		text-align: center;
		display: inline-block;
		font-size: 1em;
	}

	.design a {
		text-decoration: none;
		color: white;

	}

	.design p {
		text-align: center;
		font-size: 8px;
	}

	.link-fb-footer {
		display: block;
	}

	.iframe-fb-footer {
		display: none;
	}

	.footer-mare {
		display: grid;
		grid-template-columns: repeat(1, 1fr);

	}
}