@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@import url("https://use.typekit.net/ckc4mzq.css");




body {
    font-family: "elza-narrow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

body.int {
    background-color: #d4e4c5;
    background-color: #edbcd2;
    background-color: #e0d096;
    background-color: #f0e4f9;
    
    
}

.headerImg {
    width: 100%;
}

.headerImg.int {
    max-width: 300px;
}

.headerImg.int.cercle {
    position: absolute;
    left: 21px;
    top: 11px;
    max-width: 189px;
    width: 100%;
    z-index: 10;
    display: none;
}

.headerImg.ph {
    position: relative;
    bottom: 0;
    z-index: 0;
    margin-top: 7px;
    margin-bottom: 0px;

}

.header-int {
    /*background-color: white;*/
    position: relative;
}



.login-title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: white;
    background-color: #647832;
    background-color: #673092;
    padding: 10px 0;
}

.loginBox {
    border: 1px solid #647832;
    padding: 20px;
}

.loginBox.int {
    background-color: white;
}

footer {
    margin-top: 50px;
}

.mybtn {
    background-color: #647832;
    border-color: #647832;
    background-color: #673092;
    border-color: #673092;
    color: white;
    margin-top: 30px;
    padding-bottom: 3px;

}


.closeThisBoxPrivacy.mybtn-r {
    background-color: #647832 !important;
    border-color: #647832;
    background-color: #673092 !important;
    border-color: #673092;
    color: white;
}


.mybtn:hover {
    background-color: #333;
    border-color: #333;
    color: white;
}

body a:hover {
    color: #536721;
    color: #673092;
    text-decoration: none;
}

body a {
    color: #647832;
    color: #673092;
    text-decoration: underline;
}

.sel-btn {
    font-size: 22px;
}

ul.sel-ul {
    font-size: 22px;
}

a.linka {
    margin-top: 0;
}

.pageBox h1 {
    text-align: center;
    margin-top: 20px;
}

.pageBox {
    background-color: white;
    border: 1px solid #647832aa;
    padding: 15px;
}

.numb {
    background-color: #647832;
    background-color: #673092;
    
    
    font-size: 30px;
    font-weight: 600;
    color: white;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    width: 70px;
    vertical-align: middle;
    align-items: center;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    display: flex;
  justify-content: center;
  align-items: center;
      padding-top: 5px;


}

.q1 {
    margin-top: 20px;
}

.q2 {
    margin-top: 4px;
}

.q-icone {
    margin-top: 13px;
}

.q-icone.low {
    margin-top: 12px;
}

.logpa {
    position: relative;
}

.link-log-out.int:hover,
.link-log-out:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);

}


.link-log-out {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: white;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 10px;
    width: 50px;
}

.link-log-out.int {
    display: none !important;
    position: absolute;
    right: 20px;
    top: 20px;


    height: 55px;
    background-color: white;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 10px;
    width: 50px;
}


.log-out {
    width: 100%;

    max-width: 50px;
    filter: brightness(0) saturate(100%) invert(45%) sepia(35%) saturate(626%) hue-rotate(36deg) brightness(88%) contrast(89%);
}

.myicone {
    width: 100%;
    max-width: 75px;
    filter: brightness(0) saturate(100%) invert(45%) sepia(35%) saturate(626%) hue-rotate(36deg) brightness(88%) contrast(89%);

    filter: brightness(0) saturate(100%) invert(22%) sepia(21%) saturate(4226%) hue-rotate(249deg) brightness(99%) contrast(97%);


}

.link-highlight p,
.link-highlight div,
.link-highlight {
    cursor: pointer !important;
}

.link-highlight:hover {
    background-color: #d4e4c5;
    background-color: #e2bdff;

    cursor: pointer;
}


.mytitle.mb-0 {
    color: #647832;
    color:#673092;
}



@media screen and (max-width: 1400px) {

    .headerImg.int.cercle {
        position: absolute;
        left: 30px;
        top: 8px;
        max-width: 164px;
        width: 100%;
    }

    .q-icone {
        margin-top: 10px;
    }

}

@media screen and (max-width: 1200px) {

    .headerImg.int.cercle {
        position: absolute;
        left: 30px;
        top: 8px;
        max-width: 139px;
        width: 100%;
    }

    .q-icone {
        margin-top: 13px;
        margin-top: 2px;

    }

}

@media screen and (max-width: 992px) {

    .headerImg.int.cercle {
        position: absolute;
        left: 30px;
        top: 8px;
        max-width: 14%;
        width: 100%;
    }

    .myicone {
        display: block;
        margin: auto;
    }

    .sel-btn.q-icone {
        text-align: center;
    }

.numb {
    margin: auto;
    margin-bottom: 20px;
}


}