.contVal .arrow {
    right: 10%;
    bottom: 50%;
}
.contVal .arrow .arrow_right, .contVal .arrow .arrow_left {
    font-size: 1.3em;
    cursor: pointer;
    color: #005d9f;
}
.contVal .arrow .arrow_right {
    margin-left: 25px;
}

@media screen and (max-width: 992px) {
    .contVal .arrow {
        right: 14%;
        bottom: 67%;
    }
}

/*****************************
********* FORMATION AJAX *****
******************************/
.fp_pub
{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;

    display: flex;
}
.fp_pub span
{
    font-size: 3em;
    font-weight: 700;
    padding-left: 10px;
}
.row_fp_top
{
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 3px solid #EBEBEB
}
#fp_search_searchMenu
{
    background: #005497;
    width: 100%;
    padding: 10px;
}
#fp_search_searchMenu h4
{
    color: #fff;
    line-height: 1.25em;
    font-weight: 600;
}

.col_fp_info
{
    color: #fff;
    padding: 20px;
}
.font-500
{
    font-weight: 500;
}
.font-300
{
    font-weight: 300;
}

.searchTitle
{
    margin-bottom: 15px !important;
    font-weight: 500;
}

.container_form_plan .search-sec {
    background-color: #005497;
}
.container_form_plan hr
{
    width: 50%;
    background: #fff;
    height: .1em;
    margin: 50px auto 0;
    opacity: 1;
}
.col_fp_inti
{
    font-weight: 900;
}


a.col_fp_info:hover
{
    color: #dfdfdf;
    text-decoration: none;
}

.col_fp_info
{
    min-width: 500px;
}
.pubL
{
    font-size: 1.2em;
}
h3.section_title
{
    font-size: 2em;
}
@media screen and (max-width: 1600px)
{
    h3.section_title
    {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 800px)
{
    .fp_pub span
    {
        font-size: 1.5em;
    }
    .row_fp_top .section_title
    {
        padding-bottom: 20px;
    }

    .fp_pub
    {
        display: flex;
        flex-direction: column;
    }

    .pubLNum
    {
        text-align: center;
    }
    .pubL
    {
        margin: auto;
        padding-bottom: 10px;
    }
    .col_fp_info
    {
        font-size: 0.8em;
    }
    .pubL
    {
        font-size: 1em;
    }
}