.cv-hidden {display: none}
.cv-ens{
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.rightCvView{
    flex: 1;
}
.leftCvView{
    width: 232px;
}
#cv-container {clear: both}
#cv-left, #cv-right {

}
.leftCvView .infoProfil{
    background: #fff;
    padding: 25px;
    box-shadow: 0px 5px 18px -11px rgba(150,150,150,0.8);
    border: 1px solid #f3f2f2;
    width: 100%;
    box-sizing: border-box;
}
#cv-right {
    padding: 0px 25px;
    position: relative;
    overflow: hidden;
}

#cv-right .titleEmentCv {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeef;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #203245;
    font-size: 22px;
}
#cv-right .info_title {font-weight: 600}

#cv-nav{
    display: flex;
}

#avatar {
    position: relative;
    margin-top: -110px;
    box-shadow: 0px 5px 18px -11px rgba(150,150,150,0.8);
    border: 1px solid #f3f2f2;
    border-bottom: 0px;
    z-index: 9;
    width: 245px;
    margin-top: -110px;
    width: fit-content;
    box-sizing: border-box;
}

#avatar img {
    width: 230px;
    border: 4px solid #fff;
}

ul#cv-nav {
    margin: 0 0 0 298px;
    padding: 0;
    display: flex;
}

ul#cv-nav li {
    padding: 17px 14px;
    line-height: 13px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-right: 1px solid #405d7d;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: -webkit-center;
}
ul#cv-nav li:first-child {border-top: 0px;}
ul#cv-nav li:hover {
    background: #4b6c90;
    color: #fff;
}

#cv-container .downloadLink{
    display: block;
    margin: 2px 0;
}
#cv-container .downloadLink .btn{
    width: 120px;
    text-align: left;
}

.listUserCv{
    display: flex;
    flex-wrap: wrap;
}


.listUserCv .userCart{
    display: flex;
    width: 200px;
    height: 220px;
    position: relative;
    box-sizing: border-box;
    margin-top: 15px;
}

.listUserCv .userCart .faceCart:before{
    background: red;
    opacity: 0.2;
}

.listUserCv .userCart .faceCart{
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cartInterieur{

}

.elementsCv{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.elementsCv li{
    display: flex;
    padding: 13px 13px;
    border-left:1px solid #eee;
    font-size: 16px;
    font-weight: bold;
}

.elementsCv li:first-child{
    border-left: 0;
}
.bottomElemProfilEns{
    display: flex;

}
.linkToProfil{
    margin-top: -20px;
    color: #fff;
    font-size: 12px;
}

.containerBarNavCv{
    /* height: 50px; */
    background: #2f4f73;
}

body.ENS_CV_PREVIEW .page_container{
    margin:0;
}

.cv-ens.ui.grid{
    margin-top: 0;
}

#profil-name{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.rightCvView .avatar{
    display: none;
    margin: 20px 0;
}
@media only screen and (max-width: 1000px) {
    .containerBarNavCv{
        background: none;
    }
    ul#cv-nav{
        margin: 0;
        flex-direction: row;
    }

    ul#cv-nav li{
        background: #2f4f73;
        border-bottom: 1px solid #eee;
        border-left: 0;
    }

    .leftCvView{
        display: none !important;
    }
    .rightCvView .avatar{
        display: block
    }
    #cv-right{
        padding: 0;
    }
}
/* Less the wrapper */
@media only screen and (max-width: 600px) {

    ul#cv-nav{
        margin: 0;
        flex-direction: column;
    }

}