span.tritrepage {
    font-weight: 900;
    font-size: 25px;
    color: #fe8200;
}

.g-recaptcha {
    height: 100%;
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.inputfile-1+label {
    color: white;
    background-color: #fe8200;
}

.inputfile+label {
    max-width: 80%;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: .625rem 1.25rem;
    border-radius: 5px;
}

.js .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.form-control,
.btn {
    border-radius: 5px;
    /*border: 1px solid #bbb;*/
}

.btn-outline-danger {
    color: #fff;
    background-color: #fe8200;
    background-image: none;
    border-color: #fe8200;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-outline-danger:hover {
    color: #fe8200;
    background-color: #fff;
    border-color: #fe8200;
}

.btn-outline-reset {
    color: #fe8200;
    background-color: transparent;
    background-image: none;
    border-color: #fe8200;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-outline-reset:hover {
    color: #fff;
    background-color: #fe8200;
    border-color: #fe8200;
}

p.error {
    display: none;
}

p.a {
    margin: 0;
}

.tritrepage {
    margin: 15px 0 40px;
    /* font-size: 1.6em;
        color: black         */
}


/*h1.tritrepage::after {
        margin: 0 auto;
    }*/

#form_contact .input-group-addon {
    border-radius: 0;
    color: #fff;
    background-color: #fe8200;
    border: 1px solid #fe8200;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.nopaddind {
    padding: 0;
}

.alert-success {
    margin: .5rem;
}

#form_contact .row {
    margin-left: 0;
    margin-right: 0
}

.plusinfois-rgpd,
.sup-rgpd {
    color: #ffac56;
    font-weight: 600;
}

.plusinfois-rgpd:hover,
.sup-rgpd:hover {
}


/*  SUPPRESSION DE DONNEES PERSO*/


/*  SUPPRESSION DE DONNEES PERSO*/


/* SMARTPHONES */

@media (max-width: 380px) {
    .g-recaptcha>div {
        width: 234px !important
    }
}