
/* Définition des polices pesonnalisées situées dans le dossier polices.*/
@font-face
{
   font-family: 'against';
   src: url(font/against\ regular.otf);
}
 
p
{
   font-family: taFont;
}
body {
    background-image: url(img/backphone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar {
    background-color: #748CAB;
    text-align: center;
    margin: 0% auto 10px;
    width: 40%;
    padding: 5%;
    border-radius: 50px;
    display: flex;
    flex-direction: row;

}

#navbar {
    text-align: center;
    margin: auto;
    width: 25%;

}

#logo {
    margin: 50% 10% 50% 10%;
    width: 80%;

}
/*section a propos*/
.apropos {
    background-color: #0C1220;
    padding: 5%;
    border-radius: 35px;

}

#petitlogo {
    width: 70%;
    margin: auto 20%;

}

#img1 {
    height: 200px;

}

#top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #F0EBD8;

}

#against {
    font-family: against;
    font-size: 27px;
    margin: 30% 0% 10% 20%;

}

.apropos button {
    padding: 2%;
    width: 100%;
    border-radius: 80px;
    height: 70px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;

}

.apropos button img {
    height: 30px;
    margin: auto;

}

.p1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0EBD8;

}

.decplus h2 {
    font-size: 25px;
    margin: auto;

}

.decplus {
    display: flex;
    align-items: baseline;
    justify-content: space-between;

}