#section-contact .section-inner {
    padding: 100px 0 250px 0;
}

#section-contact .image-fond{
    opacity: .5;
}

#section-contact .section-title{
    position: relative;
}
#section-contact .section-title {
    text-align: center;
    color: var(--pink-color);
}

#section-contact .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-contact .contacts {
    width: 83%;
    margin: 40px 0;
    margin-top: 70px;
}
#section-contact .contact-wrapper {
    display:flex;
    column-gap: 80px;
    width: 100%;
    padding:40px;
    margin: 0;
    background:#f7f2ee;
}
#section-contact .contacts > div{
    flex-grow : 1;
}
#section-contact .contacts h3{
    color: var(--pink-color);
}

#section-contact .contact {
    width: 20%;
}
#section-contact .contact p {
    margin: 0;
}
#section-contact .contact .email {
    display: block;
    margin-bottom: 8px;
}
#section-contact .contact .lien-plaquette {
    display: flex;
    align-items: center;
    text-decoration: underline;
    display: flex;
    align-items: center;
}
#section-contact .contact a span {
    display: flex;
    margin-right: 5px;
    margin-top: -1px;
}

#section-contact .tarif {
    width: 31%;
}
#section-contact .tarif .email {
    display: block;
    margin-bottom: 12px;
    text-decoration: underline;
}
#section-contact .tarif p {
    margin: 0;
}

#section-contact .reseau {
    display: flex;
    flex-direction: column;
    width: 34%;
}
#section-contact .reseau p{
    margin-bottom: 0;
}
#section-contact .reseau .lien-facebook,
#section-contact .reseau .lien-instagram {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
#section-contact .reseau .lien-facebook {
    margin-top: 8px;
    margin-bottom: 15px;
}
#section-contact .reseau a span{
    display: flex;
    margin-right: 10px;
    margin-top: -5px;
}
#section-contact .reseau .wpcf7-form {
    display: flex;
    column-gap: 10px;
}
#section-contact .reseau .wpcf7-form .wpcf7-spinner {
    display: none;
}
#section-contact .reseau .wpcf7-form > p {
    margin-bottom: 0;
}
#section-contact .reseau .wpcf7-form > p:first-of-type {
    width: 70%;
}
#section-contact .reseau .wpcf7-form > p:nth-of-type(2) {
    width: 30%;
}
#section-contact .reseau input {
    width: 100%;
    background-color: #fff;
    border: 0;
    padding: 5px 20px 2px 20px;
    color: var(--pink-color);
    margin-top: 5px;
}
#section-contact .reseau input:focus{
    outline: 0;
}

#section-contact .carte-wrapper {
    position:relative;
    overflow: hidden;
    width: 100%;
}
#section-contact .carte-wrapper-wrapper,
#section-contact #carte {
    width:100%;
    height:300px;
}
#section-contact #carte .leaflet-marker-icon.label {
    width: 75px !important;
    white-space: normal;
    text-align: center;
    font-family: 'filosofia';
    color: #000000;
    font-size: 13px;
    transition: .25s;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 4px rgba(255, 255, 255, .3);
}
#section-contact #carte .leaflet-overlay-pane {
    mix-blend-mode: color;
}
#section-contact #carte .leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    color: var(--bordeaux-color);
}
#section-contact #carte .leaflet-marker-icon:not(.label) {
    z-index: 999 !important;
}
/* #section-contact #marker-infos {
    position: absolute;
    top:30px !important;
    bottom:30px !important;
    left: 5%;
    width:25%;
    background: rgba(255, 255, 255, .8);
    color: #000000;
    padding: 15px 15px 15px 15px;
    opacity:0;
}
#section-contact #marker-infos #marker-infos-inner {
    padding-right: 30px;
}
#section-contact #marker-infos h3 {
    color:var(--bordeaux-color);
}
#section-contact #marker-infos #marker-infos-close {
    font-weight: bold;
    color: var(--bordeaux-color);
    text-decoration: underline;
    cursor:pointer;
} */

