
.bloc1 {
    text-align: center;
    padding-bottom: 3rem;
}

h1 {

    font-family: var(--font-family-2);
    text-transform: uppercase;
    
    color: #000;
    
}

.bloc1 img {
    width: 100%;
    max-width: 800px;
    height: auto;
}






hr {
    border: 0;
    border-bottom: 2px dotted #c89d66;
    background-color: inherit;
    height: 1px;
    margin-bottom: 1.5em;
}



.nom {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-weight: 300;
    color: #243e69;
    font-size: 1.2rem;
}

h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: #243e69;
}




.contacts-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.contacts-items > div {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media screen and (min-width: 961px) {

    .contacts-items {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    

}


.contact-nom {
    font-weight: bold;
}

.contact-tel, .contact-email {
    font-size: 90%;
}

.contacts-items .fa-solid {
    color: #c89d66;
}