body {
    margin: 0;
    background-image: url(../../../assets/images/serpe/FDaccueil.jpg);
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
}

main {
    margin: 30px;
}

/* header */
.entete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 20px;
}

.nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_title {
    font-size: 40px;
    margin: 0;
}

.search_logo, .flecheRetour {
    height: 60px;
}

.flecheRetour {
    margin: 0 10px;
}

.inputSearch {
    position: absolute;
    right: 350px;
    top: 13px;
    display: flex;
}

.search, .submit {
   cursor: pointer; 
   font-size: 20px;
}

.search {
    border: 2px solid #146132;
    border-radius: 17px 0 0 17px;
    padding-left: 15px;
}

.search:focus {
    outline: none;
}

.submit {
    width: 50px;
    height: 35px;
    border: 2px solid #146132;
    border-radius: 0 17px 17px 0 ;
    background-color: #146132;
    color: white;
}

.btnFormatBE {
    width: 100px;
    height: 35px;
    border: 2px solid #146132;
    border-radius: 17px;
    background-color: #146132;
}

.lienFormatBE {
    text-decoration: none;
    color: white;
}


/* organigramme */
.direction {
    padding: 20px;
    width: auto;
    border: solid 3px #146132;
    padding: 20px;
    background: rgba(141, 204, 173, 0.6);
    border-radius: 20px;
    margin-bottom: 30px;
}

.x {
    display: flex;
    align-items: center;
    justify-content: center;
}

.y {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: none;
    color: black;
}

.agences {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    width: auto;
}

.agence {
    list-style-type: none;
}

.lien_agence {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 600; 
    background-color: rgba(141, 204, 173, 0.6);
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #146132;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-right: 10px;
}
