.inputfile-1+label {
    color: #fff;
    background-color: #000;
}

.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: 0.625rem 1.25rem;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form-control,
.btn {
    border-radius: 0;
    /*border: 1px solid #bbb;*/
}

.input-group-addon {
  padding: 4px 10px;
}

.form-control {
  display: block !important;
  width: 100% !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group-addon, .input-group-btn {
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-outline-danger {
    color: #fff;
    background-color: #e22b7c;
    background-image: none;
    border-color: #e22b7c;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 30px;
}

.btn-outline-danger:hover {
    color: #e22b7c;
    background-color: #fff;
    border-color: #e22b7c;
}

.btn-outline-reset {
    color: #e22b7c;
    background-color: transparent;
    background-image: none;
    border-color: #e22b7c;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-outline-reset:hover {
    color: #fff;
    background-color: #e22b7c;
    border-color: #e22b7c;
}

p.error {
    display: none;
}

p.a {
    margin: 0;
}

.tritrepage {

margin: 15px 0 40px;

font-size: 1.6em;

color: #772128;

font-weight: 600;

width: 100%;
}

/*h1.tritrepage::after {
        margin: 0 auto;
    }*/
#form_contact .input-group-addon {
    border-radius: 0 !important;
    color: #000;
}

.nopaddind {
    padding: 0!important;
}

.alert-success {
    margin: .5rem;
}

#form_contact .row {
    margin-left: 0;
    margin-right: 0
}

.plusinfois-rgpd {
    color: #000;
    font-weight: bold;
}

.sup-rgpd {
    color: #000;
    font-weight: bold;
}

/*  SUPPRESSION DE DONNEES PERSO*/



/* SMARTPHONES */
@media only screen and (min-width: 320px) {
    section#newsletter.blockn {
        width: 280px;
        min-height: 80px;
        margin-bottom: 1em;
        display: block;
        margin: 1% auto;
    }

    .g-recaptcha {
        width: 260px;
        overflow: hidden;
    }

    section#newsletter.blockn header {
        width: 280px;
        text-align: center;
        border-bottom: 0;
        padding: 3px 0;
    }

    section#newsletter.block div.blockn_content {
        padding: 5px;
    }


    #newsletter input {
        width: 70%;
        text-align: center;
    }

    #newsletter select {
        width: 94%;
    }

    #newsletter input[type="text"],
    #newsletter select {
        box-shadow: inset 0 1px 5px #fff;
        border: 1px solid #fff;
        font-size: 1em;
        margin-left: 3%;
    }

    #newsletter input[type="text"]:focus,
    #newsletter select:focus {
        box-shadow: none;
    }

    #newsletter input[type="submit"] {
        color: white;
        padding: 2px 10px;
        border-radius: 0px;
        cursor: pointer;
        margin: 0 0 0 8%;
        width: 15%;
        font-size: 1em;
    }

    #newsletter input[type="submit"]:hover {
        background-color: #ef8e7d;
        color: black;
    }

    .news_message {
        background-color: #d1f3cc;
        border-radius: 3px;
        border: 1px solid #c2dbbf;
        padding: 2px 4px;
    }
}

/* TABLETTES */
@media only screen and (min-width: 768px) {
    #newsletter select {
        width: 50%;
    }

    .g-recaptcha {
        width: 100%;
        height: auto;
    }
}

/* ORDINATEURS */
@media only screen and (min-width: 1024px) {

    section#newsletter.blockn {
        float: left;
    }

}