/*
--------------------------------------
Containers
--------------------------------------
*/

.main-footer__container {
	font-family: var(--e-global-typography-primary-font-family);
	background: #fff;
	position: relative;
	overflow: hidden;
}
.main-footer__container::before{
	position: absolute;
	content:"";
	background-image: url("/wp-content/themes/bwa/assets/img/a.svg");
	width: 280px;
	height: 555px;
	flex-shrink: 0;
	bottom: 0;
	right:0;
	background-position:center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.main-footer__container .main-footer__inner {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	max-width: 450px;
	padding: calc(28px + (48 - 28) * ((100vw - 320px) / (1920 - 320))) 0;
	margin: auto;
}

/*
--------------------------------------
Logo & text & info
--------------------------------------
*/

/*Logo*/

.main-footer__container .footer-logo {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}

.main-footer__container .footer-logo .footer-logo__img {
	width: 100%;
}

/*Info */

.main-footer__container .footer-info {
	padding-top: 20px;
}

/*
--------------------------------------
Menu
--------------------------------------
*/

/*Titre*/

.main-footer__container .footer-links__title {
	padding-bottom: 0.5em;
}

.main-footer__container .footer-links__title .footer-links__title-text {
	font-size: 20px;
	font-weight: 600;
	color: var(--e-global-color-secondary);
	line-height: 1.2;
}

/*Liens*/

.main-footer__container .footer-links__list ul {
	line-height: 2.5em;
}

.main-footer__container .footer-links__list .menu-link {
}

.main-footer__container .footer-links__list .menu-link:hover,
.main-footer__container .footer-links__list .menu-link:focus {
	color: #60605b;
}
.footer-links div nav ul li.menu-item:first-of-type:hover a {
	color: #e8653f !important;
}
.footer-links div nav ul li.menu-item:first-of-type a{
	color: #FE3C00;
	font-family: Barlow;
	display: flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 218.75% */
	letter-spacing: 0.16px;
	text-transform: uppercase;
}
.footer-links div nav ul li.menu-item a{
	color: #1D1D1B;
	font-family: Barlow;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px; /* 233.333% */
	letter-spacing: 0.15px;
}

/*
--------------------------------------
Copyright
--------------------------------------
*/

.footer-copyright__inner {
	display: flex;
	border-top: 1px solid darkgrey;
	max-width: 95%;
	padding: 1em 0;
	margin: auto;
	color: var(--GRIS, #404040);
	font-family: Barlow;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; /* 269.231% */
	letter-spacing: 0.13px;
	text-transform: uppercase;
}

.footer-copyright__text {
	color: var(--e-global-color-text);
	text-align: center;
}
/*
--------------------------------------
Actualité
--------------------------------------
*/
.main-footer__actualite-container h4{
	color: var(--Shades-White, #FFF);
	font-family: Barlow;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.main-footer__actualite-container p{
	color: var(--Color-Text, rgba(255, 255, 255, 0.80));
	font-family: Barlow;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.main-footer__actualite-container .forminator-edit-module{
	display: none;
}

/*
--------------------------------------
Contact
--------------------------------------
*/

.main-footer__contact-container {
	display: flex;
	flex-direction: row;
	background: #FFFFFF;
	border-radius: 35px;
	box-shadow: 0 141px 200px -80px rgba(25, 58, 75, 0.30);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 75%, rgba(254, 60, 0, 1) 74%);

}
.main-footer__contact{
	width: 100%;
	padding: 5% 15%;
	background: #FFE1D8;
}
.footer-contact_1{
	width: 100%;
	padding:42px 16px 32px 16px;


}
.footer-contact_2{
	width: 85%;
	padding:32px 32px 32px 32px;
}

.footer-contact_1-reassurance-item{
	display: flex;
	align-items: center;
}
.footer-contact_1-reassurance-item-text p:first-of-type{
	color: var(--black, #000);
	font-family: Barlow;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 120% */
}

.footer-contact_1-reassurance-item-text p{
	color: #FE3C00;
	font-family: Barlow;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.footer-contact_1-reassurance{
	display: grid;
	grid-template-columns: 25% 30% 45%;
	text-wrap: auto;
	gap: 20px;
}
.footer-contact_1 h3{
	color: var(--ROUGE-ARTDAM, #FF3B00);

	/* TITRE PARTIE */
	font-family: Barlow;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 112% */
	text-transform: uppercase;
}
.footer-contact_1 > p:first-of-type{
	color: #000;
	font-family: Barlow;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 160% */
	letter-spacing: 0.15px;
	margin: 20px 0px;
}
.footer-contact_2 img{
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
#forminator-module-9{
	display: flex;
	border-radius: 200px !important;
	padding:10px 30px 10px 60px !important;
	position: relative;
	min-width: 450px;
	justify-content: space-between;
	margin: 0;
}

#forminator-module-9 .forminator-row{
	margin-bottom: 0 !important;
}
#forminator-module-9::before{
	position: absolute;
	content:"";
	background-image: url("/wp-content/themes/bwa/assets/img/tabler_mail-filled.svg");
	width: 37px;
	height: 37px;
	aspect-ratio: 1/1;
	top: 20%;
	left:5%;
	background-position:center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.footer-contact_1 .forminator-button-submit{
	position: relative;
}
.footer-contact_1 .forminator-button-submit::before {
	position: absolute;
	content: "";
	background-image: url(/wp-content/themes/bwa/assets/img/majesticons_send.svg);
	width: 40px;
	height: 40px;
	aspect-ratio: 1 / 1;
	top: 0%;
	left: 33%;
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.home .main-footer__contact,
.home .main-footer__actualite{
	display: block;
}
.main-footer__contact,
.main-footer__actualite{
	display: none;
}
.single-film .main-footer__contact,
.single-film .main-footer__actualite{
	display: none;
}

.main-footer__phone-container {
	justify-content: space-between;
	max-width: 100%;
	margin: auto 15%;
	margin-bottom: 2%;
}
.main-footer__phone-wrapper{
	display: flex;
	place-content: center;
	flex-direction: row;
}

.home .main-footer__phone-wrapper{
	display: none;
}