main {
    margin-left: 15em;
    margin-right: 20em;
    border-style: double;
    font-size: 1.3em;
    padding-bottom: 1.2em;
}

main > ul {
    padding-left: 8em;
    padding-right: 3em;
    font-size: 1.2em;
    color: white;
}

.contact {
    margin-bottom: 4em;
    margin-top: 1em;
    padding-bottom: 2em;
    border-bottom-style: solid;
    border-bottom-style: 3px;
    border-bottom-color: red;
}

main > h1 {
    text-align: center;
    margin-bottom: 2em;
    border-bottom-style: solid;
	border-left: none;
    padding-bottom: 0.6em;
}

#recherche {
    color: black;
}

button {
    color: black;
}

@media screen and (max-width : 1200px) {
    main {
        margin-left: 1em;
        margin-right: 0.5em;
        border-style: double;
    }

    main > ul {
        text-align: center;
        padding-left: 1em;
        padding-right: 0.1em;
        color: white;
        list-style-type: none;
    }

    .contact {
        margin-bottom: 0.2em;
        margin-top: 0.1em;
        padding-bottom: 0.2em;
        border-bottom-style: solid;
        border-bottom-style: 3px;
        border-bottom-color: red;
    }

    main > h1 {
        text-align: center;
        margin-bottom: 1em;
        border-bottom-style: double;
        padding-bottom: 0.6em;
    }
    
    main p{
        text-align: center;
        margin-top : 1em;
        padding : 0em 2em 0em 2em;
    }
    
    strong{
        font-size : 1.2em;
    }
    
}
