@font-face{
    font-family: 'HealthewebA';
    src: url(font/Heal\ The\ Web\ A.otf);
}

@font-face {
    font-family: 'HealthewebB';
    src: url(font/Heal\ The\ Web\ B.otf);
}

body{
    margin: 0;
    margin-bottom: -17px;
    margin-right: 0px;

}

header{
    background-color: #957D95;
    margin: 0px;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #957D95;
    text-decoration: none;
    color: black;
    padding-bottom: 10px;
    margin: 0px;
}

nav > a:nth-child(2){
    align-self:self-end;
}

nav > a:nth-child(3){
    align-self:self-end;
}

nav > a:nth-child(4){
    align-self:self-end;
}

nav > a {
    font-size: x-large;
    text-decoration: none;
    color: white;
    font-family: 'HealthewebA', sans-serif;
    margin-bottom: 15px;
}


main > section > p {
    margin-left: 25px;
}
p{
    font-family: 'HealthewebA', sans-serif;
    font-size: large;
}

h1{
    font-family: 'HealthewebA', sans-serif;
    font-size: 38px;
}

h2{
    font-family: 'HealthewebA', sans-serif;
    font-size: 38px;
}

h3{
    font-family: 'HealthewebA', sans-serif;
}
.photo{
    display: block;
    margin: 0 auto;
    border-radius: 5%;
}

.logo:hover{
    opacity: 75%;
}

figcaption{
    text-align: center;
    font-family: 'HealthewebA', sans-serif;
    margin: 5px;
}

a:hover{
    color: #ECB8A5;
}


.logo{
    height: 100px;
    width: auto;
    margin-top: 25px;
    margin-left: 10px;
    padding-top: 15px;
}

#accueil {
    height: 600px;
}

main{
    margin-left: 65px;
    margin-right: 65px;
    margin-bottom: -380px;
}

footer{
    margin-top: 485px;
    background-color: #957D95;
    padding-top: 5px;
}

ul{
    font-family: 'HealthewebA', sans-serif;
}

ol{
    font-family: 'HealthewebA', sans-serif;
}

.retour{
    color: white;
    font-family: 'HealthewebA', sans-serif;
    font-size: 17.5px;
    text-decoration: none;
    margin-left: 15px;
}

.retour:hover{
    color: black;
}

main section a {
    text-decoration: none;
    color: black;
    font-size: 17PX;
}

.accueilfooter{
    display: flex;
    text-align: center;
    justify-content: center;
}
.suzannefooter{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.galeriefooter{
    display: flex;
    text-align: center;
    justify-content: center;
}
.copy{
    color: white;
    font-family: 'HealthewebA', sans-serif;
    padding-bottom: 5px;
}

.ls:hover{
    color: gray;
    text-decoration: underline;
}

.gal{
    height: 150px;
    width: 280px;
}


td{
    margin-left: 15px;
}

table{
    margin-top: 25pX;
    margin-left: auto;
    margin-right: auto;
}

.acc{
    font-family: 'HealthewebA', sans-serif;
    font-size: 38px;
    text-align: center;
    : center;
}

.accueilp{
    margin: 25px;
    font-family: 'HealthewebA', sans-serif;
    border: solid 2px lavender;
    padding: 10px;
    border-radius: 10px;
    background-color: #AB92BF;
}



#suzane{
    display: block;
    margin: 0 auto;
    border-radius: 5%;
    width: 300px;
    height: auto;

}

.accueilsection{
    margin-bottom: -420px;
    display: flex;
    flex-direction: column;
}

.galeriesection{
    margin-bottom: -420px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.container1{
    display: flex;
    justify-content: space-between;
}

.container2{
    display: flex;
    justify-content: space-between;
    margin-top: -4px;
}
.container3{
    display: flex;
    justify-content: space-between;
    margin-top: -4px;
}
.container4{
    display: flex;
    justify-content: space-between;
    margin-top: -4px;
}

span:hover{
    color: #A23B72;
}

span{
    margin-right: 20px;
}

.mainlanglen{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


h1{
    text-decoration: underline;
}

h1:hover{
    text-decoration: none;
    color: #A23B72;
}