p.contact-p {
    padding-left: 40px;
}

p.contact-p::before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    display: block;
    background: url(/wp-content/themes/Divi-child/assets/img/contact-orange.png) no-repeat;
    background-size: contain;
    margin-left: -40px;
    margin-top: -5px;
}

p.contact-p > * {
    color: black;
}

p.contact-p > a {
    font-weight: 700;
}

p.contact-p > a:hover {
    text-decoration: underline;
}

p.contact-adresse {
    padding-left: 40px;
}

p.contact-adresse a{
    color: black;
}

p.contact-adresse a:hover{
    text-decoration: underline
}

p.contact-adresse:before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    display: block;
    background: url(/wp-content/themes/Divi-child/assets/img/tel-orange.png) no-repeat;
    background-size: contain;
    margin-left: -40px;
    margin-top: -5px;
}

p.contact-adresse.adresse:before {
    background: url(/wp-content/themes/Divi-child/assets/img/loc-orange.png) no-repeat;
}
/*formulaire de contact*/
form.wpcf7-form {
    background-color: #db7c26;
    border-radius: 20px;
    padding: 40px;
}

form.wpcf7-form > p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 24px;
}

form.wpcf7-form > p > *:nth-child(n + 5){
    grid-column: 1 / 3;
}

.wpcf7-form input, .wpcf7-form textarea {
    border: 0;
    border-radius: 5px;
    color: black;
    padding: 15px 20px;
    font-size: 16px;
    resize: vertical;
    width: 100% !important;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
    color: black;
    font-weight: 700;
}

form.wpcf7-form label {
    color: white;
}

.form-accepte span.wpcf7-list-item.first.last {
    width: 20px;
    margin: 0;
}

.form-accepte span.wpcf7-list-item.first.last input {
    margin: 0 !important;
}

form.wpcf7-form label a {
    color: white;
    font-weight: 700;
}

form.wpcf7-form label a:hover {
    text-decoration: underline;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7-form textarea {
    height: 160px;
}

.wpcf7-submit.bouton-jaune {
    color: white;
    max-width: max-content;
    background-color: var(--bleu);
    border-radius: 15px 0 0 15px;
    padding: 0.3em 1em!important;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.8;
}

body #page-container .wpcf7-submit.bouton-jaune:after {
    background-color: #08415c;
    border-color: #db7c26 !important;
    margin-top: -5px;
}

body #page-container .wpcf7-submit.bouton-jaune:hover {
    background-color: var(--bleu) !important;
}

body #page-container .wpcf7-submit.bouton-jaune:hover:after {
    background-color: var(--bleulight) !important;
}
@media (max-width: 600px) {
    form.wpcf7-form > p {
        grid-template-columns: 1fr;
    }

    form.wpcf7-form > p > *:nth-child(n + 5){
        grid-column: 1 / 2;
    }

    form.wpcf7-form {
        padding: 40px 20px;
    }
}
/*fin formulaire*/

.et_pb_map {
    border-radius: 20px;
}