/*footer */
footer .container a {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
}

footer .container {
	background: var(--third);
    background: linear-gradient(0deg, var(--darkprimary) 21%, var(--lightthird) 82%, var(--primary) 100%);
    margin-top: 1px;
    padding-top: 1rem;
    position: relative;
	font-family: var(--fontprimary);
    font-weight: 300;
}

footer hr {
	display: block;
	color: var(--darkgrey);
}

footer p, footer a, footer li {
	font-size: 15px;
	color: var(--darkgrey);
}

/* liens footers*/
footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: none;
}

footer ul li a:hover, footer a:hover {
    color: var(--white);
	text-decoration: underline;
}

/*footer menu-links*/
footer .menu-links {
    position: relative;
    bottom: 0;
    right: 0;
	background-color: var(--white);
	padding-bottom: 50px;
}

footer .menu-links .frame-type-html {
	text-align: center;
}

footer .menu-links ul {
	display: flex;
    justify-content: left;
    padding-left: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

footer .menu-links ul li {
    padding: 0 0.5rem;
}

footer .menu-links ul li a, footer .menu-links a.cookie-link {
	font-size: small;
	color: var(--lightblack);
}

footer .menu-links ul li a:hover, footer .menu-links a.cookie-link:hover {
	text-decoration: underline;
}

footer .menu-links a.cookie-link {
    display: block;
    position: relative;
    top: 0;
    right: 0;
}

/*footer socials*/
footer .socials ul {
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
	padding: 0;
}

footer .socials ul li {
    padding-right: 0;
}

footer .socials ul li::last-child {
    padding-right: 0;
}

footer .socials ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #f39c12;
    border-radius: 3px;
	font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--secondary);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

footer .socials ul li a:hover {
	background: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--white);
}

/*footer address*/
footer .address p {
    padding-top: 2rem;
    line-height: 1.5;
    text-align: center;
}

footer .address strong {
	font-weight: 600;
}

footer .address a[href^="tel:"] {
    color: var(--secondary);
    text-decoration: none;
}

footer a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
}

footer address strong {
    text-transform: uppercase;
}


/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/

/*breackpoint bootstrap sm */
@media (min-width:576px) {

}

/*breackpoint bootstrap md */
@media (min-width:768px) {

	footer hr {
		display: none;
	}

	/*footer socials */
	footer .socials ul {
		justify-content: center;
	}

	footer .socials ul li a {
		font-size: 22px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	footer .menu-links ul {
		display: flex;
		justify-content: flex-start;
		padding-left: 0;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
	}

	footer .socials ul li {
		padding-right: 24px;
	}

	/*footer address*/
	footer .address p {
		line-height: 1.3;
		padding-top: 0;
		text-align: left;
	}

	footer .menu-links .frame-type-html {
		text-align: initial;
	}

	footer .menu-links a.cookie-link {
		display: inline-block;
		position: relative;
	}
}

/*breackpoint bootstrap lg */
@media (min-width:992px) {

	/*footer socials */
	footer .socials ul {
		justify-content: flex-end;
	}

	footer .menu-links a.cookie-link {
		display: inline;
		position: absolute;
		top: 14px;
		right: 9.5rem;
	}
}

/*breackpoint bootstrap xl */
@media (min-width:1200px) {

	footer .socials ul li a {
		font-size: 30px;
		width: 45px;
		height: 45px;
		line-height: 46px;
	}
}

/*breackpoint bootstrap xxl */
@media (min-width:1400px) {

}

/*breackpoint bootstrap xxl */
@media (min-width:1600px) {

}
