/*footer */

footer{
    padding-bottom: 2rem;
	background-color:var(--primary);
}

footer p,footer a{
	font-size:14px;
	color:var(--white);
}

/* liens footers*/
footer a{
	text-decoration:underline;
}

footer a:hover{
	text-decoration:none;
	color: var(--secondary);
}

/*font du footer*/
footer p{
	font-family:'Arial', sans-serif;
    font-weight: 300;
}

/*footer logo*/
footer .address .ce-gallery img {
    padding-left: 13px;
    height: 80px;
    width: auto;
}

/*footer address*/
footer .address {
	padding: 5px 2rem;
}


footer .address .ce-gallery {
    float: none;
}

footer .address .ce-bodytext {
    padding: 0 10px;
}

/* biais footer*/

.prefooter {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding-left: 1rem;
    background-clip: content-box;
	margin-bottom:1rem;
}

.prefooter a:focus {
    outline: -webkit-focus-ring-color auto 1px;
	border: 2px solid #000;
}

footer .obliquefooter {
    -moz-box-shadow: 1px 19px 11px -11px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 19px 11px -11px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-shadow: 1px 19px 11px -11px rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 80px;
    padding: 0;
    position: relative;
    top: -78px;
    transform: skewY(-2deg);
    transform-origin: 100% 0;
    z-index: 2;
}

footer .frame-type-ce_container {
    padding: 1rem 1rem;
}


/**** footer link ****/
footer ul.footerlink{
	justify-content: center;
    flex-direction: column;
}

footer .footer__bottom__accessibility {
	text-align: center;
}




/***** filigrane double coeur ******/

footer #doublecoeur{
	background-image:url("/fileadmin/template/assets/double-coeur-gris.png");	
	height: 100%;
    width: 265px;
    z-index: 10000;
    background-size: cover;
    background-position-y: bottom;
    background-repeat: no-repeat;
    right: 7rem;
    top: 11px;
    position: absolute;
}	
	
/* RS */

footer .rs p{
	font-size:24px;
}

footer .rs li {
    padding: 0 1rem;
}

footer .rs a i {
    font-size: 25px;
    color: var(--white);
    padding: 0 7px;
}

footer .rs a:hover i {
    color: var(--secondary);
}

footer address{
    text-transform: uppercase;
}


footer .row {
    align-items: initial;
}

footer ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	justify-content: center;
    text-align: center;
	padding: 0 1rem 2rem;
}



footer li a{
	text-decoration:none;
}

footer li a:hover{
	text-decoration:underline;
}

/***** footer menu ******/
footer .frame-type-menu_pages ul {
    flex-direction: column;
    align-items: flex-start;
}

footer .frame-type-menu_pages li a:hover {
    text-decoration: none;
}

#back-to-top {
	display:none!important;
}

/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/

/*breackpoint bootstrap sm */
@media (min-width:576px) {
	footer .address .ce-gallery {
		float: left;
	}
	
	footer .address .ce-bodytext {
		padding: 0;
	}
	
	/**** filigrane double coeur ****/	
	footer #doublecoeur {
		height: 62%;
		width: 360px;
		right: 8rem;
		top:auto;
	}
}

/*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 .socials ul li{
    padding-right: 24px;
	}

	/*footer address*/
	footer .address p {
		line-height:1.3;
		padding-top:0;
		text-align:left;
	}
	
	footer {
		padding-bottom: 0;
		top: -40px;
		position: relative;
	}
	
	footer ul.footerlink::before,footer ul.footerlink::after{
    flex: 1;
    background: var(--white);
    content: "";
    height: 1px;
	}

	footer ul.footerlink li {
		display: inline;
		padding-right: 10px;
	}

	footer ul.footerlink li::after {
		content: "|";
		color: var(--white);
		padding-left: 5px;
	}

	footer ul.footerlink li:last-child::after{
		content: "";
	}

	footer ul.footerlink li:last-child{
		padding-right:2rem;
	}

	footer ul.footerlink li:first-child{
		padding-left:2rem;
	}
	
	/**** footer link ****/
	footer ul.footerlink{
		flex-direction: row;
	}
	
	/**** filigrane double coeur ****/	
	footer #doublecoeur {
    width: 276px;
    height: 93%;
    top: 2rem;
    right: 6rem;
	}
	
	
	#back-to-top {
    background-color: #34675c66;
    border: none;
    position: fixed;
    bottom: 100px;
    padding: 15px;
    width: 70px;
    right: 20px;
	z-index:1000;
	display:inline!important;
	}

	#back-to-top i{
		font-size:40px;
		font-weight:700;
	}
	
	a#back-to-top:hover {
    background-color: #34675ca1;
}

	footer .footer__bottom__accessibility {
		position: absolute;
		bottom: -32px;
		left: 50%;
		transform: translateX(-50%);
	}
	footer .footer__bottom__accessibility a {
		color: #000;
	}
	
}

/*breackpoint bootstrap lg */
@media (min-width:992px) {

	/*footer socials */
	footer .socials ul {
		justify-content: flex-end;
	}
	
}

/*breackpoint bootstrap xl */
@media (min-width:1200px) {

	footer .socials ul li a {
		font-size: 30px;
		width: 45px;
		height: 45px;
		line-height:46px;
	}
	
	.prefooter{
		margin-bottom:0;
	}
	
	/**** filigrane double coeur ****/	
	footer #doublecoeur {
		width: 260px;
		right: 7rem;
	}
}

/*breackpoint bootstrap xxl */
@media (min-width:1400px) {
		/**** filigrane double coeur ****/	
	footer #doublecoeur {
		width: 240px;
		right:20rem;
	}
}