#hessRappelProduct p {
    font-size: 16px;
    font-weight: 300;
}

#hessRappelProduct .panel-title-heading {
    font-weight: 600;
}

#hessRappelProduct .content_infos {
    background-color: #EDEEF1;
}

#hessRappelProduct .marque, 
#hessRappelProduct .form-group label, 
#hessRappelProduct .required-text, 
#closeRappelProduct {
    font-size: 12px;
}

#hessRappelProduct .marque,
a#openRappelProduct {
    font-weight: 600;
}

#hessRappelProduct .content_infos .version {
    font-size: 12px;
    font-weight: 400;
    color: #A2A9B2;
}

#hessRappelProduct .content_infos .price {
    font-size: 14px;
    font-weight: 500;
}

#hessRappelProduct .form-group label,
#hessRappelProduct .form-group.custom-checkbox label[for=rappel_acceptation_politique],
#hessRappelProduct .form-group.custom-checkbox label[for=rappel_optin] {
    font-size: 12px;
    font-weight: 300;
}

#hessRappelProduct .form-group.custom-checkbox label {
    font-size: 14px;
}

#hessRappelProduct .form-group textarea {
    border: 1px solid #CED0D3;
}

#hessRappelProduct .alert {
    display: none;
    background-color: transparent;
    font-weight: bold;
}

#hessRappelProduct form fieldset button {
    padding: 8px 50px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1199px) {
    #hessRappelProduct p {
        font-size: 14px;
    }
}

.voir_plus {
    display: none;
}

.form-group #btn_voir_plus {
    cursor: pointer;
}

.needed-fields {
    font-size: 10px !important;
}

@media screen and (max-width: 767px) {
    .right-sidebar #contact-vo-send {
        width: 100%;
        position: fixed;
        left: 100%;
        bottom: 1px;
        z-index: 2;
        transition: all 0.5s ease-in-out;
    }

    .right-sidebar.open #contact-vo-send {
        left: 0;
    }

    #modalRappelProduct .modal-dialog {
        margin-top: 50%;
    }
}

#btn_voir_plus i {
    transition: all 0.5s ease-in-out;
}

#btn_voir_plus:not(.collapsed) i {
    transform: rotateX(180deg);
}

#modalRappelProduct .modal-footer button,
#modalRappelProduct .close i {
    font-size: 20px;
}

#modalRappelProduct .modal-dialog > i {
    background-color: #33A595;
    border-radius: 50% !important;
    padding: 15px;
    color: #fff;
    position: absolute;
    top: -25px;
    z-index: 2;
    left: calc(50% - 25px);
    font-size: 25px;
}

#modalRappelProduct .modal-title::after {
    background-color: #33A595;
}

#modalRappelProduct a.bgcolored-success {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

#modalRappelProduct .modal-body {
    font-size: 16px;
}