
.presentation {

}

.presentation h4 {
    font-size : 1.4rem;
    font-style: italic;
}

.presentation h6 {
    color : black;
}


.presentation .card.card-cascade.wider.reverse .card-body.card-body-cascade {
    margin-top: -4rem;
}



.text-pres {
    padding : 20px;
    text-align: justify;
    font-size : 1.1rem;
}


.userCard {
    /*background : none;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);*/
    max-height : 130px;
    width : 90vw;
    margin-left : 0vw;
    font-size : 1rem;
    font-family: 'RagTime', sans-serif;
    margin-bottom : 20px;
}

.userCard .col-4 {

}

.userCard img {
    height : 130px;
    width : auto;
    padding : 0;

}

.userCard .photo {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    width : 100px;
}

.userCard .userInfos {
    padding: 10px 10px 10px 20px;
    background: white;
    position: absolute;
    left: 110px;
    top: -5px;
    width: 60vw;
    height: 130px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.userCard .userInfos h3 {
    font-size : 1.4rem;
    margin-top : 10px;
}
.userCard .userInfos h4 {
    font-size : 1.1rem;
    color : var(--main-color);
    margin-top : -5px;
}

.text-pres a {
    text-decoration: none;
    color : black;
}

.userCard .fonction {
    background: #000000;
    padding: 5px;
    width: 25vw;
    position: absolute;
    bottom: 5px;
    right: 3px;
    color: white;
    text-align: center;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
    border-top-left-radius: 15px;
}

.userCard #traits-sep {
    position: absolute;
    left: 113px;
    z-index: 4;
    height: 100px;
    top: 20px;
}

.agency {
    margin-top : 80px;
}

.agency-name .city {
    font-size : 1.5rem;
}

.agency-name .city-more {
    font-size : 1rem;
}

.agency-name {
    position : absolute;
    right : 0px;
    top : -45px;
    padding : 10px;
    background : #000000;
    width : 55vw;
    height : 50px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color : white;
    font-family : 'RagTime', sans-serif;
    text-align : center;
}


.messagebox {
    width: 60vw;
    height: 50px;
    font-size: 0.8rem;
    background: white;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    color: black;
    position: fixed;
    top: -150px;
    left: 20vw;
    border-radius: 50px;
    z-index: 20000;
    padding: 5px 15px;
    font-weight: bold;
    text-align: justify;
    display : block;
}

.card-title {
    color : #69131C;
}
