.page-wrap:after {
  content: "";
  display: block;
  height: 100px;
}

#idCartouche {
    /* transform: translate(-75.402px, 0px) rotate(0.000deg) skew(0.000deg) scale(1.000, 1.000);
    transform-origin: 0% 0%;
    transform-origin: 0% 0%; */
    padding-left: 45px;
    width: 900px;
    height: 100%;
    border-top-right-radius: 30px;
    background-color: #8687a3;
}

#idCartouche > div.footer-left > div.footer-contact > a {
    text-decoration: none;
    color: white;
}

.footer-logo  img {
    width: 80%;
}

.site-footer {
    margin-top: auto;
    overflow: hidden;
		margin-top: 80px ;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1000;

}

.div-footer {
    box-sizing: border-box;
    padding: 18px 20px 14px 26px;
    background: #0008ff;
    border-top-right-radius: 34px;

    display: grid;
    grid-template-columns: 250px 300px 150px;
    column-gap: 25px;

    font-family: Arial, sans-serif;
    color: #ffffff;
}


.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.footer-logo {
/*    display: flex;
    align-items: flex-start;
    gap: 3px;

    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;*/

    margin-bottom: 24px;
}

.footer-logo-text {
    display: block;
    position: relative;
    top: 0;
}

.footer-logo-symbol {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 8px;
    flex: 0 0 26px;
    top: -2px;
}

.footer-logo-bar {
    position: absolute;
    left: 0;
    top: 13px;
    width: 26px;
    height: 6px;
    display: block;
}

.footer-logo-dot {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 7px;
    height: 7px;
    display: block;
}

.footer-address {
    font-size: 15px;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 6px;
}

.footer-contact {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 900;
    color: #eeeae6;
    margin-bottom: 24px;
	font-family: "Avenir Heavy", sans-serif;
	font-style: normal;
}

/* span.CharOverride-11 {
    color: #eeeae6;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 240px;
    font-style: normal;
    font-weight: 900;
} */


.footer-copy {
    font-size: 12px;
    line-height: 1.2;
/*    margin-top: auto;*/
}


.footer-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
/*    width: 260px;*/
}

.footer-center a,
.footer-link {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    white-space: normal;
}

.footer-link.active {
    background: rgba(255, 255, 255, 0.2);
    padding-left: 2px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
/*    width: 120px;*/
    margin-top: 8px;
	margin-left: 20px;
}

.footer-search-label {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #ffffff;
}

.footer-search-input {
    width: 140%;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #d9d9e2;
    background: #ffffff;
    color: #000000;
    font-size: 15px;
    padding: 1px 4px;
    outline: none;
}

.footer-search-input::placeholder {
    color: #000000;
    opacity: 1;
}
