/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from Alternetis
 * Use, copy, modification or distribution of this source file without written
 * license agreement from Alternetis is strictly forbidden.
 * In order to obtain a license, please contact us: contact@alternetis.fr
 *
 * @author    Alternetis <contact@alternetis.fr>
 * @copyright Copyright(c) 2009-2016 Alternetis - http://www.alternetis.fr
 * @license   Commercial license
 */

#aec_reinsurance ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 10px;
}

#aec_reinsurance li {
    text-align:center;
    padding-bottom: 0!important;
}

#aec_reinsurance li a{
    display: inline-block;
    font-size: 4em;
    text-align: center;
    font-weight: normal!important;
    height: 55px;
    width: 55px;
    color: #4B08A1!important;
}

#aec_reinsurance li .rein_text{
    padding: 15px 10px !important;
    font-size: 1.2em;
    color: #4B08A1;
}

@media (max-width:992px) {
    #aec_reinsurance ul {
        justify-content: flex-start;
    }
}

@media (max-width:480px) {
    #aec_reinsurance ul{
        flex-flow: column wrap;
    
}