body {
    font-family: Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
}

.titre {
    text-align: center;
    color: #F6C149;
    font-size: 40px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


.flex {
    display: flex;
    flex-wrap: wrap;
}

h2 {
    font-size: 40px;
    color: white;
}

h3 {
    font-size: 24px;
    color: #F6C149;
}

p {
    color: white;
}

/******HEADER******/
header {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #262524;
}

.logo {
    width: 30%;
}

nav {
    width: 50%;
    margin: auto;
}

nav ul {
    justify-content: center;
}

nav li {
    margin-left: 30px;
    margin-right: 30px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 40px;
}

.compte {
    align-items: center;
    justify-content: flex-end;
    width: 20%;
}

#monParagraphe {
    margin-right: 20px;
    position: relative;
    top: 10px;
    color: #F6C149;
    visibility: hidden;
}

#monBouton {
    cursor: pointer;
}

/********SLIDER***********/
.banniere {
    background: #FFD600;
    padding-bottom: 30px;
    padding-top: 30px;
}

/*******Main*********/
main {
    background: radial-gradient(95.4% 95.4% at 51.88% -40.91%, rgba(57, 57, 56, 0.85) 0%, #252525 100%);
}

/*section 1*/
section.container {
    padding-top: 30px;
    padding-bottom: 45px;
    gap: 40px;
}

.image,
.text {
    width: calc(50% - 20px);
}

.text {
    padding-top: 75px;
}

.text h3 {
    margin-bottom: 30px;
}

.text p {
    text-align: justify;
}

#bouton-lire,
#bouton-lire2 {
    color: #F6C149;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 20px;
    text-decoration: underline;
}

/*section 2*/
.maListe {
    padding-top: 30px;
    padding-bottom: 45px;
}

.galerie {
    justify-content: space-between;
}

.galerie h2 {
    width: 100%;
    margin-bottom: 20px;
    color: #FFC700;
}

/******FOOTER*******/
footer {
    background: #262524;
    padding-top: 70px;
    padding-bottom: 90px;
}

footer>div {
    justify-content: space-between;
}

footer a,
footer p {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer li {
    margin-bottom: 12px;
}

.contact p {
    margin-bottom: 20px;
}

input[type="email"] {
    background: #262524;
    border: 2px solid white;
    padding: 10px 80px 10px 5px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="submit"] {
    background: #fff;
    border-radius: 0;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #262524;
    position: relative;
    right: 93px;
    padding: 8px 20px;
    cursor: pointer;
}

.liensAdmin ul li:nth-child(2) {
    margin-bottom: 28px;
}

.rs a {
    display: block;
    width: 100%;
    text-decoration: underline;
    margin-bottom: 25px;
    position: relative;
    left: 5px;
}