/* 
Theme Name: Ici la Terre
Theme URI: https://github.com/elementor/hello-theme/
Description: Thème pour le site Ici la Terre
Author: Armstrong
Author https://armstrong.space/
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

body
{
	overflow-x: hidden;
	line-height: 1.2;
}
/*body.admin-bar header .elementor-element-8f2e374
{
	top: 32px !important;
}*/
main#content
{
	overflow-x: hidden;
}
header
{
	position: relative;
}
.elementor-heading-title
{
	line-height: 1.2;
}
.citation p
{
	line-height: 1.5;
}
.citation:before
{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -25px;
	left: -70px;

	background-image: url(https://icilaterre.armstrong.space/wp-content/uploads/2025/09/quote_open_2.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.citation:after
{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	right: -20px;

	background-image: url(https://icilaterre.armstrong.space/wp-content/uploads/2025/09/quote_close_2.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1220px)
{
	.citation:before
	{
		width: 26px;
		height: 26px;
		top: -30px;
		left: -10px;
	}
	.citation:after
	{
		width: 26px;
		height: 26px;
		bottom: -20px;
		right: 10px;
	}
	.bulle
	{
		background-image: none !important;
		background-color: #ffffff;
	}
	.bulle:after
	{
		content: "";
		display: block;
		width: 39px;
		height: 27px;
		position: absolute;
		bottom: -27px;
		left: 40%;

		background-image: url(https://icilaterre.armstrong.space/wp-content/uploads/2025/09/bulle_fleche.png);
		background-size: contain;
    	background-repeat: no-repeat;
    	background-position: center;
	}
	.bulle.bulle-2:after
	{
		top: -27px;
		right: 20%;
		left: auto;

		transform: scale(-1, -1);
	}
	.bulle.bulle-3:after
	{
		top: -27px;
		left: 40%;

		transform: scale(1, -1);
	}
	.bulle.bulle-4:after
	{
		right: 30%;
		left: auto;

		transform: scale(-1, 1);
	}
}
.bt-besoin svg,
.bt-besoin svg path,
.bt-besoin svg rect,
.bt-besoin p
{
	transition: all 0.3s linear;
}
.bt-besoin:hover svg
{
	transform: rotate(-25deg) scale(0.8);
}
.bt-besoin:hover svg path,
.bt-besoin:hover svg rect
{
	fill: #ECFF18;
}
.bt-besoin:hover p
{
	color: #ECFF18;
}

#contact-ilt textarea
{
	min-height: 300px;
}
#contact-ilt .elementor-field-option,
#attestation-ilt .elementor-field-option
{
	display: flex;
	align-items: center;
}
#contact-ilt .elementor-field-option input,
#attestation-ilt .elementor-field-option input
{
	min-width: 30px;
	min-height: 30px;
	border: 3px solid #182602;
	appearance: none;
	margin-right: 10px;
	position: relative;
}
#contact-ilt .elementor-field-option input:checked,
#attestation-ilt .elementor-field-option input:checked
{
	background-color: #ECFF18;
	&:before
	{
	    content: '\f00c';
	    font-family: "Font Awesome 5 Free";
	    display: block;
	    position: absolute;
        left: 0;
        right: 0;
        top: 0;

        text-align: center;
        font-weight: bold;
        font-size: 16px;
	}
}
#contact-ilt .elementor-field-option label,
#attestation-ilt .elementor-field-option label
{
	line-height: 1.2;
}
#contact-ilt .elementor-message,
#attestation-ilt .elementor-message
{
	margin: 10px auto;
	text-align: center;
}
#contact-ilt .elementor-message-success,
#attestation-ilt .elementor-message-success
{
	margin: 40px auto;
}
@media (max-width: 1220px)
{
	#contact-ilt .elementor-button,
	#attestation-ilt .elementor-button
	{
		padding: 12px 24px;
		font-size: 20px;
	}
}

.e-loop-item .btn-dl,
.e-loop-item .btn-more
{
	display: none;
}
.e-loop-item.type-document .btn-dl,
.e-loop-item.type-document .btn-dl
{
	display: inline-block;
}
.e-loop-item.type-post .btn-more,
.e-loop-item.type-post .btn-more
{
	display: inline-block;
}

body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h5,
body.single-post h6
{
	color: #9EAC00;
}

.marquee
{
	animation: defile 15s linear infinite;
}
@keyframes defile
{
	0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}