/*
 * @Description: Stylesheet of footer.tpl
 * @Author: Lisa
 * @Date: 2021-07-26 17:26:27
 * @LastEditTime: 2021-12-10 14:07:10
 * @LastEditors: Please set LastEditors
 */

main {
    padding-bottom: 420px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 420px;
    background: var(--background-second-color-oblique);
    color: var(--first-color);
    border-radius: 0px 200px 0px 0px;
}

footer a {
    color: var(--first-color);
}

footer a:hover {
    color: var(--first-color);
}

#footer .part-1 {
    padding-top: 70px;
}

#footer {
    padding: 0 5.729% 0;
    position: absolute;
    width: 100%;
}

#footer .col {
    min-width: 100px;
}


/* footer .row>.div {
    position: absolute;
} */


/**
 * @description: social network
 */

#socialNetwork a {
    padding: 3%;
}

#socialNetwork i {
    font-size: 30px;
}

.fa-tiktok {
    background: #170B1A;
}

.fa-google {
    background: var(--logo-google-color);
    -webkit-background-clip: text;
    color: transparent;
}

.fa-facebook-f {
    background: var(--logo-facebbok-color);
    -webkit-background-clip: text;
    color: transparent;
}

.fa-instagram {
    background: var(--logo-instagram-color);
    -webkit-background-clip: text;
    color: transparent;
}


/**
 * @description: stylesheet translater
 */

#translate a {
    cursor: pointer;
}


/* svg */

#translate svg path {
    fill: currentColor;
    color: var(--logo-translate-color);
}

#translate:hover svg path {
    fill: currentColor;
    color: var(--logo-translate-hover-color);
}


/* modal */

#translateModal .modal-body {
    margin: 1rem!important;
    margin-left: 15%!important;
    min-height: 200px;
}

#translateModal .modal-body label {
    font-size: var(--f);
    color: var(--fourth-color);
    font-weight: var(--weight-2);
}

#translateModal .modal-body .custom-control.custom-radio {
    margin: 5% 0;
}


/**
 * @description: contact
 */

#footerContacter div:last-child p {
    line-height: 28.7px;
}


/**
 * @description: scanner image
 */

#footerScanner {
    align-self: flex-end;
    bottom: 0;
    top: auto;
}

#footerScanner p {
    margin-right: 0;
    margin-left: auto;
    max-width: 260px;
}

#footerScanner img {
    margin-bottom: var(--h-main);
    margin-top: auto;
}


/**
 * @description: phone image
 */

#footerPhone {
    height: 608px;
    margin-top: -188px;
}

#footerPhone img {
    margin-left: -1%;
}


/**
 * @description: footer copyright
 */

#copyright {
    border-top: 1px solid var(--first-color);
    height: var(--h-main);
    width: 100%;
    bottom: 0;
    margin-top: auto;
    background: var(--background-second-color-oblique);
}

#copyright .contenu {
    padding: 0 5.729% 0;
}

#copyright p {
    line-height: calc(var(--h-main) - 1px);
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 30px;
}


/* image allergy */

.img-allergy {
    max-width: 100px;
    width: 100%;
    text-align: center;
}

#allergyModal .modal-body {
    margin-left: 34px !important;
    margin-right: 34px !important;
}

@media (max-width:1300px) {
    footer {
        overflow-y: hidden;
        overflow-x: auto;
    }
    /* image phone */
    #footerPhone {
        display: none;
    }
    #footer .col,
    #footerScanner {
        min-width: 200px;
    }
}

@media (max-width:1190px) {
    /* copyright */
    #copyright {
        min-width: 1190px;
    }
}

/* Cookie */

#BLOCTELModal .modal-dialog,
#cookieModal .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100% !important;
    max-height: 260px;
}

#BLOCTELModal .modal-content,
#cookieModal .modal-content {
    padding: 1% 10%;
}

#BLOCTELModal .modal-header,
#cookieModal .modal-header {
    border-bottom: none;
}

#BLOCTELModal .modal-header h1,
#cookieModal .modal-header h1 {
    font-size: 36px !important;
    color: var(--fourth-color);
}

#BLOCTELModal .modal-body p,
#cookieModal .modal-body p {
    font-family: var(--font-family-2);
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    margin-right: 6%;
}

#BLOCTELModal .modal-body button,
#cookieModal .modal-body button {
    width: 160px;
    height: 50px;
}

#BLOCTELModal .modal-dialog-scrollable .modal-body,
#cookieModal .modal-dialog-scrollable .modal-body{
    overflow-y: hidden;
}

#BLOCTELModal .modal-dialog-scrollable .modal-body .textPanel,
#cookieModal .modal-dialog-scrollable .modal-body .textPanel{
    overflow-y: auto;
    height: 90%;
}