.elementor-carredas-imageTitle-container{
    position: relative;
    display: inline-block;
    /*width: 100%;*/
}

.elementor-carredas-imageTitle-title-container {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.elementor-carredas-imageTitle-absolute{
    position: absolute;
    top: 0px;
    left: 0;
    height: 40px;
    width: 50%;
    background-image: url("/wp-content/uploads/2019/03/pattern.png");
    background-repeat: repeat-x;
    background-position: right center;
}

.elementor-carredas-imageTitle-title{
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    color: #003764;
    font-weight: 600;
    text-align: center;
    padding: 0px 25px;
    background-color: #ffd100;
    border-radius: 20px;
    position: relative;
    min-width: 400px;
    z-index: 2;
}

/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.elementor-carredas-othersLink-container{
    position: relative;
    margin-bottom: 20px;
}
.elementor-carredas-othersLink-image-container{
    overflow: hidden;
    position: relative;
    display: flex;
    max-height: 220px;
}
.elementor-carredas-othersLink-image-container img{
    width: 100%;
}
.elementor-carredas-othersLink-image-overlay{
    background-color: #003764;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.elementor-carredas-othersLink-texte{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
}
.elementor-carredas-othersLink-link-bottom-container{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.elementor-carredas-othersLink-absolute-bottom{
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    width: 50%;
    background-image: url("/wp-content/uploads/2019/03/pattern.png");
    background-repeat: repeat-x;
    background-position: right center;
    background-size: contain
}
.elementor-carredas-othersLink-link-bottom{
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    color: #003764;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 40px;
    background-color: white;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    z-index: 9;
}

.elementor-carredas-othersLink-link-bottom span{
    color: #ffd100;
    font-size: 20px;
    margin-left: 15px;
}


@media screen and (max-width: 639px){
    .elementor-carredas-imageTitle-title-container {
        bottom: -13px;
        background-size: 50% 26px;
    }
    .elementor-carredas-imageTitle-title{
        font-size: 20px;
    }
    .elementor-carredas-imageTitle-absolute{
        display: none;
    }
    /*-------------------------------------------------------------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/

}

