* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-size: 18px;

}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #f9f7ed;
}

/* barre de navigation*/

.logo {
    margin-left: 25px;
    margin-top: 10px;
}

.topnav a {
    float: right;
    display: block;
    color: #99958d;
    margin-right: 25px;
    margin-top: 25px;

}

.icon {
    display: none;

}


.bordure {
    width: 100%;
    height: 150px;
    margin-top: 10px;
    background-color: lightgrey;
    background: linear-gradient(to right,
            #c3c3c3 40%, #c7bc6a, #000000);
}

.nom_bordure {
    font-size: 50px;
    text-align: center;
    color: #4a473f;
    padding-top: 45px;


}

.plus{
    font-size: 25px;
}

.container{
    width: 80%;
    margin: auto;
    margin-top: 30px;
   
}

.andre_long{
    background-color: #c3c1b8;
    border-radius: 10px;
    float: left;
    margin-bottom: 10px;
    margin-right: 30px;
  
}

.texte_long{
    text-align: justify;
    font-size: 18px;
    color: #4a473f;
    margin-bottom: 20px;

}

.button1{

    width: 200px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    background-color: #000000;
 
}

.button2 {
    width: 200px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    background-color: #000000;

}

.lien{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

/* Pied de page */

.fond_pied {
    width: 100%;
    background-color: black;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}


.text_pied {
    color: white;
    margin-bottom: 20px;
}

.copy {
    color: white;
    font-size: 12px;
    margin-bottom: 20px;

}

.courriel a {
    font-size: 20px;
    color: #d6c116;
    ;
}



@media screen and (max-width: 1030px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .icon {
        float: right;
        display: block;
        margin-right: 25px;
        margin-top: 25px;
    }

}


@media screen and (max-width: 1030px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    margin-left: 25px;
}

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

    .container{
        display: flex;
        flex-direction: column;
        align-content: center;
    }

.andre_long{
    position: relative;
    float: none;
    margin-right: 0px;
    
}

.lien{
    flex-direction: column;
   margin: auto;
   margin-bottom: 30px;
   
}

.button1{
    display: block;
    margin-bottom: 20px;
}

.button2{

    display: block;

}

.bordure{
    height: 125px;
}

.nom_bordure{
    font-size: 25px;
    margin-left: 20px;
}

.plus{
    font-size: 15px;
}
    
}