:root {

	--footer-bottom-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
	--footer-bottom-color: #11101A;

	--footer-padding-mobile: 0;
	--footer-padding-tablet: 0;
	--footer-padding-laptop: 0;
	--footer-padding-desktop: 0;
	--footer-padding-sm-laptop: 0;

	--footer-row-padding-mobile: 5% 5%;
	--footer-row-padding-tablet: 4% 5%;
	--footer-row-padding-laptop: 4% 12%;
	--footer-row-padding-desktop: 4% 15%;
	--footer-row-padding-sm-laptop: 4% 10%;

	--footer-font: Outfit, Sans-serif;
	--footer-font-2: Amandine, Sans-serif;

}

.site-footer {
	background-color: #252525;
}

.site-footer__row-logo .footer-row__column {
	gap: 2em;
	align-items: center;
}

.footer-bottom__mentions{
	color:#A4A4A4 !important;
	font-family: 'Work Sans';
}

.footer-bottom__mentions2{
	color:#A4A4A4 !important;
	font-family: 'Work Sans';
}


.site-footer__row-barre{
	background-color: #FF8324;
	height:40px;
}

.footer-menu-liens{
	gap:15px;
}

.footer-menu-contacts{
	font-family: "Roboto Light";
	margin-right:50px !important;
}

.site-footer__row-bottom {
	margin-bottom: 2.5%;
}
.column__bordertop__left{
	border-top: 1px solid rgba(112,112,112,0.4);
	padding-top: 30px;
	margin-left: 10%;
}
.column__bordertop__right{
	border-top: 1px solid rgba(112,112,112,0.4);
	padding-top: 30px;
	margin-right: 10%;
}

.site-footer__row-bottom2 {
	margin-top: 3% !important;
	margin-bottom: 3% !important;
	align-content: center;
}
.footer-row__column_center{
	align-items: center !important;
	margin-bottom: 5%;
}
.site-menu__links{
	display:flex;
}
.site-menu__links .menu-link{
	color:white;
}
.site-footer-logo {
	max-width: 417px;
}

.site-footer-logo img {
	width: 100%;
	height: auto;
}

.site-footer-title {
	color: #ffffff;
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 1.8px;
	font-family: var(--footer-font-2);

}
.footer-menu-link{
	display:flex;
	flex-direction: row !important;
	gap:1em;
}
.title-first {
	font-size: 1.925rem;
}

.site-footer-texts {
	padding: 1em 0;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: rgb(255, 255, 255);
	font-family: var(--footer-font);
}
.footer_link{
	margin-right: 20px;
}
.site-footer-menu ul li{
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 17px;
	letter-spacing: 0.5px;
}

.footer-menu {
	align-self: center;
}

.footer__copyright img{
	max-width: 220px;
	max-height: 93px;
	align-self: center;
	margin-top: 5%;
	margin-bottom: 3%;
}


.footer-menu li a {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgb(255, 255, 255);
	font-family: var(--footer-font);
	transition: all 0.3s ease-in-out;
}

.footer-row__column_flex{
	flex-direction: row;
	justify-content: center;
	margin-bottom: 3%;
}

.footer-menu li a:hover {
	color: #ffffff;
}

.footer-menu li a[href="#"] {
	pointer-events: none;
}

.footer-menu-socials {
	gap: 1em;
	flex-direction: row;
}


.footer-menu-socials li a {
	width: 35px;
	height: 35px;
	display: flex;
	color: #1D1C23;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.footer-menu-socials li a:hover {
	opacity: 0.8;
	color: #1D1C23;
}

.footer-menu-socials li a i {
	font-size: 1.5rem;
	line-height: 1.5em;
	margin: 0 !important;
}
.site-footer-newsletter{gap:10px;}
.site-footer-newsletter input:first-child{
	border-radius:10px !important;
}
.site-footer-newsletter input{
	border-radius:40px;
	background-color: transparent;
	border: solid white 1px;
	height:44px;
}
.site-footer-newsletter input:nth-child(2):hover{
	border-radius:40px;
	background-color: rgba(255, 255, 255, 0.4);
	border: solid white 1px;
	height:44px;
}

.footer__agencies {
	gap: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer__agencies-item-title {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	font-family: var(--footer-font);
}

.footer-bottom__infos {
	font-family: var(--footer-font);
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.5px;
	color:white;
	display: flex;
	flex-direction: column;
}


.footer-bottom__infos a:hover {
	opacity: 1;
	color: #ffffff !important;
}

.site-footer__row-logo .footer-row__column {
	position: relative;
}

.site-footer__row-logo {
	padding-top: 10em!important;
}




.footer__reinsurance {
	z-index: 10;
	width: 100%;
	padding: 1em;
	display: flex;
	min-height: 150px;
	margin-top: -15em;
	position: absolute;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	background-color: #0B8457;
}

.footer__reinsurance-wrapper {
	gap: 1em;
	width: 100%;
	padding: 1em;
	display: grid;
	border: solid 1px red;
	grid-template-columns: repeat(4, 1fr);
}

.footer__reinsurance-item {
	gap: 0.5em;
	flex: 1 1 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border: solid 1px greenyellow;
}

.footer__reinsurance-item img {
	max-height: 46px;
}

.footer__reinsurance-item span {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	font-family: var(--footer-font);
}

.sticky-cta {
	right: 1%;
	bottom: 5%;
	z-index: 999;
	position: fixed;
}

.sticky-cta a {
	gap: 0.5em;
	margin: auto;
	height: 50px;
	display: flex;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1rem;
	width: fit-content;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 6px;
	position: relative;
	align-items: center;
	justify-content: center;
	border: solid 2px #0B8457;
	background-color: #0B8457;
	font-family: "Poppins", sans-serif;
}

.sticky-cta a::before {
	left: 5%;
	top: -18px;
	width: 40px;
	height: 20px;
	content: " ";
	position: absolute;
	background-color: #0B8457;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.footer-bottom__infos_first{
	align-self:flex-start;
}
.footer-bottom__infos_second{
	align-self: flex-end;
}
.copyright_link{
	color:#A4A4A4;
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {


	.footer-row__column_flex{
		flex-direction: column;
	}

	.footer-menu-contacts{
		flex-direction: column;
		gap: 10px;
		text-align: center;
		margin-right: unset !important;
	}

	#menu-contact-3{
		margin-top:10px !important;
	}

	.sticky-cta {
		display: none;
	}

	.site-footer {
		padding: var(--footer-padding-mobile);
	}

	.site-footer__row {
		padding: var(--footer-row-padding-mobile);
	}

	.site-footer-logo {
		max-width: 280px;
	}

	.site-footer__row-logo {
		padding-top: 10em!important;
	}

	.footer__agencies {
		gap: 2em;
		row-gap: 1.5em;
	}

	.footer__reinsurance {
		margin-top: -15em;
		min-height: unset;
	}

	.footer__reinsurance-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer__reinsurance-item img {
		max-height: 30px;
	}

	.footer__reinsurance-item span {
		font-size: 0.75rem;
	}
	.footer-bottom__mentions{
		/*font-size: 12px !important;*/
	}
	.column__bordertop:first-child{
		order:1;
		border:unset;
		padding-top:10px;
	}


}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.site-footer {
		padding: var(--footer-padding-tablet);
	}
	.footer-bottom__mentions{
		text-align: left;
	}
	.site-footer__row {
		padding: var(--footer-row-padding-tablet);
	}

	.site-footer-logo {
		max-width: 300px;
	}

	.site-footer__row-logo {
		padding-top: 5em !important;
	}

	.footer__agencies {
		gap: 2em;
		row-gap: 1.5em;
	}

	.footer__reinsurance {
		margin-top: -10em;
		min-height: unset;
	}

	.footer__reinsurance-item img {
		max-height: 30px;
	}

	.footer__reinsurance-item span {
		font-size: 0.75rem;
	}

}


/*mobile and tablet*/
@media (max-width: 1024px) {

	.footer__copyright img{
		max-width: 100%;
		height: auto;
		margin-bottom: 5%;
	}
	.site-footer-texts {
		font-size: 0.95rem;
		line-height: 2rem;
	}
	.site-footer__row-infos .footer-row__column:nth-child(2) > .footer-menu {
		display: flex;
		flex-direction: column;
		align-self: center;
	}
	.footer__agencies {
		justify-content: center;
	}
	.footer-bottom__infos2 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-bottom__mentions{
		margin-right: unset;
		margin-left: unset;
	}
	.footer-bottom__mentions2{
		margin-right: unset;
		margin-left: unset;
	}
	.column__bordertop{
		padding-bottom: 30px;
	}

}

/*desktop*/
@media (min-width: 1025px) {

	.site-footer {
		padding: var(--footer-padding-desktop);
	}

	.site-footer__row {
		/*padding: var(--footer-row-padding-desktop);*/
	}

	.site-footer__row-infos .footer-row__column:nth-child(1) {
		align-items: flex-start;
	}

	.site-footer__row-infos .footer-row__column:nth-child(2) > .footer-menu {
		display: flex;
		align-self: center;
	}
	.footer-menu li:not(:last-child) a {

	}
	.site-footer__row-infos .footer-row__column:nth-child(3) {
		align-items: flex-end;
	}

	.site-footer__row-infos .footer-row__column:nth-child(3) > div {
		min-width: 230px;
	}



	.site-footer__row-infos .footer-row__column:nth-child(3) > div {
		min-width: 170px;
	}

}

/*laptop 1*/
@media (min-width: 1024px) and (max-width: 1439px) {

	.site-footer {
		/*padding: var(--footer-padding-sm-laptop);*/
	}

	.site-footer__row {
		/*padding: var(--footer-row-padding-sm-laptop);*/
	}
	.site-footer__row-infos .footer-row__column:nth-child(2) > .footer-menu {
		display: flex;
		align-self: center;
		flex-direction: column;
	}
	.footer-menu li:not(:last-child) a {
		border-right: unset;
		padding: unset;
	}
	.site-footer-logo {
		max-width: 345px;
	}


}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

	.site-footer {
		/*padding: var(--footer-padding-laptop);*/
	}
	.site-footer__row-infos .footer-row__column:nth-child(2) > .footer-menu {
		display: flex;
		align-self: center;
	}
	.footer-menu li:not(:last-child) a {
		padding:0px 10px 0px 5px;
	}
	.site-footer__row {
		/*padding: var(--footer-row-padding-laptop);*/
	}


}

/*RESPONSIVE*/
