html{
    --font-celtic:'Celtic', Arial, sans-serif;
    --font-arial:'Arial Rounded', Arial, sans-serif;

}

@font-face {
    font-family: 'Celtic';
    src: url('../fonts/CELTG___.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Rounded';
    src: url('../fonts/arlrdbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    background-color: black;
}

.titre_h1{
    font-weight: bold;
    background: linear-gradient(45deg, #bf9535, #996533, #bf9535);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.h3_reseau{
    font-weight: bold;
    color: #996533;
    font-family: var(--font-arial);
    font-size: 1.4rem;
    padding: 1rem;
}

.wrap{
    display: flex;
}

.coordonnee_map{
    width: 50%;
}

.partie_logo_img{
    width: 100%;
}

.coordonnee{
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
}

.coordonnee_item{
    margin: 1rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #996533;
    font-family: var(--font-arial);
    font-size: 1.6rem;
}

.coordonnee_item p{
    margin-left: 1rem;
}

.reaseau{
    display: flex;
    flex-direction: column;
}

.coord_reseau{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.instagram{
    display: flex;
        flex-direction: row;
        align-items: center;
}

.coordonnee_item-instagram{
    text-decoration: none;
    color: #996533;
    font-family: var(--font-arial);
    font-size: 1.6rem;
    padding: 0.3rem;
    display: flex
    ;
        align-items: center;
}

.coordonnee_item-instagram img{
    width: 4rem;
    margin: 1rem;
}

.contact_facebook{
    display: flex;
    align-items: center;
}

.coordonnee_item-facebook{
    text-decoration: none;
    color: #996533;
    font-family: var(--font-arial);
    font-size: 1.6rem;
    padding: 0.3rem;
}

.contact_facebook img{
    margin: 0.7rem;
}

/*.coordonnee_map{
    display: flex;
    justify-content: space-around;
    align-items: center;
}*/

.map{
    margin-left: 10%;
}

@media screen and (max-width: 990px){

    .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .coordonnee_map{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    
    .coordonnee{
        display: flex;
        justify-content: center;
        margin-left: 0;
    }
}

/* Media Queries pour les tablettes */
@media screen and (max-width: 1024px) {
    .titre_h1 {
        font-size: 2.2rem;
        margin: 1.5rem 0;
    }
    
    .wrap {
        padding: 0 1.5rem;
    }
    
    .coordonnee_item {
        font-size: 1.4rem;
    }
}

/* Media Queries pour les mobiles */
@media screen and (max-width: 768px) {
    .titre_h1 {
        font-size: 1.8rem;
        margin: 1.2rem 0;
    }
    
    .wrap {
        flex-direction: column;
        padding: 0 1rem;
    }
    
    .partie_logo {
        margin-bottom: 2rem;
        width: 70%;
    }
    
    .coordonnee {
        margin-left: 0;
        width: 100%;
    }
    
    .coordonnee_item {
        font-size: 1.3rem;
        margin: 0.8rem;
    }
    .map{
        margin: auto;
    }
}

/* Media Queries pour les petits mobiles */
@media screen and (max-width: 480px) {
    .titre_h1 {
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    
    .partie_logo {
        width: 90%;
    }
    
    .coordonnee_item {
        font-size: 1.1rem;
        margin: 0.6rem;
    }
    
    .coordonnee_item p {
        margin-left: 0.7rem;
    }
    .map{
        margin: auto;
    }
}

/* Media Queries pour très petits écrans */
@media screen and (max-width: 360px) {
    .titre_h1 {
        font-size: 1.3rem;
    }
    
    .partie_logo {
        width: 95%;
    }
    
    .coordonnee_item {
        font-size: 1rem;
        margin: 0.5rem;
    }
    .map{
        margin: auto;
    }
}
