@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;
}

.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: 31px;

}

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



.login-title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: white;
    background-color: #647832;
    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;
    color: white;
    margin-top: 30px;
    padding-bottom: 3px;

}


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


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

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

body a {
    color: #647832;
    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;
    padding: 25px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: white;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 41px;

}

.q1 {
    margin-top: 27px;
}

.q2 {
    margin-top: 11px;
}

.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%);
}

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

.link-highlight:hover {
    background-color: #d4e4c5;
    cursor: pointer;
}


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



@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;
    }


  }