/**********************************  tablette portrait ********************/


@media (min-width: 481px) and (max-width: 768px) {

    html {
        font-size: 62.5%;
        font-family: Verdana, sans-serif;
    }

    body {
        background-color: beige;
    }


    .title {
        margin: 80px;
        text-transform: uppercase;
        font-family: "Gluten", cursive;
        font-weight: bold;
        font-style: normal;
    }

    .logo  {
        margin : 0 0 10% 30%;
    }

      .logo img {
        width: 35%;
    }

    .listSites {
        margin-top: 5%;
    }

    .listSitesLigne {
        display: flex;
        flex-direction: column;
        margin-left: 20%;
        padding: 1%;
    }

    .listSitesLigne p,
    .btn {
        text-align: center;
        font-family: Verdana;
        font-size: 1.5rem;
        margin: 0 5% 2% -2%;
        padding: 20px 0 20px 0;
        width: 200px;
        text-transform: uppercase;
        color: beige;
    }

    .listSitesLigne a {
        text-decoration: none;
    }

    button .def {
        color: black;
        font-style: italic;
        font-size: 1.5rem;
    }

    button .defAma {
        color: beige;
        font-style: italic;
        font-size: 1.5rem;
    }

    /* ***************** FOOTER ************************ */

    #footer {
        margin-top: 5%;
    }

    #footer a {
        color: darkblue;
        text-decoration: none;
        margin: 10px;
        font-size: 1.3rem;
    }

    #footer a:hover {
        text-decoration: underline;
        color: #212121;
    }
}

/*---------------------------------------------------------- fin du format tablette portrait -------------------------- */




/********************************** version mobile ********************/

@media (max-width: 480px) {

    html {
        font-size: 62.5%;
        font-family: Verdana, sans-serif;
    }

    body {
        background-color: beige;
    }

    .logo  {
        margin : 0 0 10% 30%;
    }

      .logo img {
        width: 50%;
    }

    .title {
        margin: 80px;
        text-transform: uppercase;
        font-family: "Gluten", cursive;
        font-weight: bold;
        font-style: normal;
    }


    .listSites {
        margin-top: 5%;
    }

    .listSitesLigne {
        display: flex;
        flex-direction: column;
        margin-left: 20%;
        padding: 1%;
    }

    .listSitesLigne p,
    .btn {
        text-align: center;
        font-family: Verdana;
        font-size: 1.5rem;
        margin: 0 5% 2% -2%;
        padding: 20px 0 20px 0;
        width: 225px;
        text-transform: uppercase;
        color: beige;
    }

    .listSitesLigne a {
        text-decoration: none;
    }

    button .def {
        color: black;
        font-style: italic;
        font-size: 1.5rem;
    }

    button .defAma {
        color: beige;
        font-style: italic;
        font-size: 1.5rem;
    }

    /* ***************** FOOTER ************************ */

    #footer {
        margin-top: 5%;
    }

    #footer a {
        color: darkblue;
        text-decoration: none;
        margin: 10px;
        font-size: 1.3rem;
    }

    #footer a:hover {
        text-decoration: underline;
        color: #212121;
    }
}