@charset "UTF-8";

/******************************* PARTENAIRES ********************************/
/********************** Nouveau style le 07 octobre 2019 ********************/
/****************************************************************************/

/* Suggestion (form espace.css) */

.suggestion,
.advice {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cdcdcd2e;
    padding: 20px;
}

.suggestion a.text-link {
    color: #232558 !important;
    text-decoration: underline;
    font-size: 12px;
}

.suggestion a.text-link:hover {
    color: #232558 !important;
    text-decoration: none;
}

.suggestion p,
.advice p {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    color: #a6a6a6;
}

.suggestion::before,
.advice::before {
    content: '';
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.suggestion::before {
    width: 33px;
    height: 33px;
    background: url("../../img/angular/espace/icon_idea.png") no-repeat;
}

.advice::before {
    width: 20px;
    height: 20px;
    background: url("../../img/angular/espace/icon_info.png") no-repeat;
}

/**/
.comp_related-content .card-body,
.comp_widgets-list .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comp_widgets-list h2 {
    font-size: 18px;
    color: #232558;
}

.comp_widgets-list h2 span {
    font-size: 14px;
    color: #232558;
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    display: inline-block;
}

.comp_related-content h3 {
    text-align: left;
    font-size: 18px;
}

.comp_related-content .preview-thumbnail {
    background-color: #ededed;
    width: 100%;
    height: 155px;
    display: block;
}

.comp_related-content .preview-thumbnail.guide-juridique {
    background: url("../../img/angularjs/partenaires/bg_guide-juridique.jpg") no-repeat center center;
    background-size: cover;
}

.comp_related-content .preview-thumbnail.partners-list {
    background: url("../../img/angularjs/partenaires/bg_list-partners-02.jpg") no-repeat center center;
    background-size: cover;
}

.comp_related-content .preview-thumbnail.users-manuals {
    background: url("../../img/angularjs/partenaires/bg_users-manuals.jpg") no-repeat center center;
    background-size: cover;
}

.comp_related-content .services .badge-service {
    position: absolute;
    width: 51px;
    height: 51px;
    background: transparent url("../../img/angularjs/partenaires/badge_free-service.png") no-repeat center center;
    background-size: cover;
    top: 15px;
    right: 15px;
}

/* Tabs */

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    padding: 10px 20px;
    border: none;
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
}

.nav-tabs .nav-link.active {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: rgba(27, 55, 68, 0.1);
    color: #232558;
}

.tab-content {
    padding: 20px;
    background-color: rgba(27, 55, 68, 0.1);
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .tab-content {
        padding: 20px 18px !important;
    }
}

/* Code block */

.widget-code-block .text-link {
    display: inline-block;
    text-decoration: underline !important;
    font-size: 12px;
}

.widget-code-block .text-link:hover {
    text-decoration: none !important;
}

/* Widget */

.apec-widget-iframe {
    width: calc(100% + 16px);
    height: 275px;
    margin: -8px;
    border: 0;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .apec-widget-iframe {
        height: 395px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .apec-widget-iframe {
        height: 275px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .apec-widget-iframe {
        height: 451px;
    }
}

/* Flux XML */

.comp_export-flux-xml .form-apec {
    max-width: 787px;
    margin-left: auto;
    margin-right: auto;
}