#page_garantie {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #384146;
    text-align: center;
}

#page_garantie img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

#eg_header {
    max-width: 100%;
    height: auto;
}

#page_garantie h1 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -1.6px;
    color: #1a58aa;
    margin: 33px 0 17px 0;
    text-align: center;
}

#page_garantie h3 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 1.2rem;
    line-height: 2.0999999999999996rem;
    font-weight: 700;
    padding: 15px 10px 15px 40px;
    margin: 0;
    background: url(images/picto-faq-blitz.png) 15px center no-repeat !important;
}

a.open-tab {
    background: url(images/faq-arrow-close.png) 99% center no-repeat !important;
    font-size: 1.4rem !important;
    text-decoration: underline !important;
}

#page_garantie h3 a {
    background: url(images/faq-arrow-open.png) 99% center no-repeat;
    color: #3e3e3e;
    outline: 0;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    border-left: 1px solid #CCC;
    text-decoration: none;
}

#page_garantie p {
    padding: 0 8px;
}

#page_garantie a {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-weight: 600;
    color: #1a58aa;
}

.faq-pane {
    margin: 0 20px 10px;
    border: 1px solid #ededed;
    -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
}

.clear {
    display: block;
    height: 50px;
}

.eg_consoles_neuves_pc {
    display: block;
}

.eg_consoles_neuves_mobile {
    display: none;
}

.eg_consoles_occaz_pc {
    display: block;
}

.eg_consoles_occaz_mobile {
    display: none;
}

.eg_tarifs_pc {
    display: block;
}

.eg_tarifs_mobile {
    display: none;
}

.eg_message_pc {
    display: block;
}

.eg_message_mobile {
    display: none;
}

.eg_activation_pc {
    display: block;
}

.eg_activation_mobile {
    display: none;
}

.eg_declaration_pc {
    display: block;
}

.eg_declaration_mobile {
    display: none;
}














/* ======================================
	         	RWD
====================================== */

@media screen and (max-width: 544px) {
    .eg_consoles_neuves_pc {
        display: none;
    }

    .eg_consoles_neuves_mobile {
        display: block;
    }

    .eg_consoles_occaz_pc {
        display: none;
    }

    .eg_consoles_occaz_mobile {
        display: block;
    }

    .eg_tarifs_pc {
        display: none;
    }

    .eg_tarifs_mobile {
        display: block;
    }

    .eg_message_pc {
        display: none;
    }

    .eg_message_mobile {
        display: block;
    }

    .eg_activation_pc {
        display: none;
    }

    .eg_activation_mobile {
        display: block;
    }

    .eg_declaration_pc {
        display: none;
    }

    .eg_declaration_mobile {
        display: block;
    }
}
