body {
    background-color: #ede4d8;
    font-family: "Roboto",sans-serif;
    color: #58554A;
    width: 100%;
}

/* ------------ DEBUT DU HEADER ------------ */

header {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
	margin-top: 1%;
    padding: 0;
    border: 0;
    font-size: 100%;
}

.bigContent1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: space-between;
}

.content1 {
    margin-left: 30%;
}

.content2 {
    margin-left: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.english img {
    width: 70x;
    max-width: 70px;
    max-height: 70px;
}

.logo {
    display: block;
    width: 260px;
    max-width: 260px;
    max-height: 120px;
    margin-top: 2%;
}

.slogan {
    text-align: center;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
	font-size: 1.70em;
}

li a {
    text-decoration: none;
    color: #58554A;
}

li a:hover{
    color: #fd8037;
}

/* ------------ FIN DU HEADER ------------ */

#scrollUp {
    position: fixed;
    bottom : 10px;
    right: 4%;
    z-index: 100;
}

#corps {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5%;
}

.title {
    border-top: 3px solid #58554A;
    border-bottom: 5px solid #58554A;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}


#carouselExampleSlidesOnly img {
    height: 500px;
    margin-bottom: 2%;
}

.wafElse {
    margin-bottom: 3%;
}

.menu {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.presentation {
    font-size: x-large;
    color: rgb(245, 95, 41);
    font-weight: bold;
}

.adoption {
    margin-bottom: 2%;
}

.adoption p {
    text-align: center;
    font-size: 19px;
    border: 2px solid #58554A;
    border-radius: 21px;
    padding: 2%;
}

.warning {
    font-size: large;
    color: red;
    text-align: center;
}

/* ------------ DEBUT DE PERMANENT ------------ */

.permanent {
    width: 100%;
    margin-right: 3%;
}

.doggos {
    display: flex;
    justify-content: space-evenly;
}

.doggos div {
    width: 500px;
    position: relative; /* ! Important pour que le texte en Absolute ne déborde pas ! */
    margin-bottom: 2%;
    font-size: large;
}

.doggos img {
    width: 500px;
    height: 600px;
}

.doggos p {
    color: black;
    position: absolute;
    text-align: justify;
    opacity: 0;
    top: 0;
    height: 100%;
    padding-top: 20%;
    padding-left: 25%;
    padding-right: 20%;
}

.doggos span {
    margin-left: 40%;
    color: #ede4d8;
    font-weight: bold;
    text-shadow: 4px 3px 0px rgb(0, 0, 0, 0.5);
}

/* ------------ ANIMATION BEANS ------------ */

.doggos .BEANS p:hover {
    opacity: 1;
    transition: 2s ease;
    background-color: rgb(245, 95, 41, 0.70);
}

/* ------------ ANIMATION PATATE ------------ */

.doggos .PATATE p:hover {
    opacity: 1;
    transition: 2s ease;
    background-color: rgb(245, 95, 41, 0.70);
}

/* ------------ ANIMATION JO ------------ */

.doggos .JO p:hover {
    opacity: 1;
    transition: 2s ease;
    background-color: rgb(245, 95, 41, 0.70);
}

/* ------------ ANIMATION GYPSIE ------------ */

.doggos .GYPSIE p:hover {
    opacity: 1;
    transition: 2s ease;
    background-color: rgb(245, 95, 41, 0.80);
}

/* ------------ FIN DE PERMANENT ------------ */

/* ------------ DEBUT DU FOOTER ------------ */

footer {
    background-color: #575550;
    color: white;
    padding: 3%;
    position: relative;
}

footer .reseau a {
    color: #ede4d8;
    margin-right: 15%;
}

footer .reseau a:hover {
    color: #fd8037;
}

footer h3 {
    border-bottom: 2px solid rgb(245, 95, 41);
}

.foot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin-left: 5%;
    margin-right: 10%;
}

.contact span {
    font-size: larger;
}

.autre {
    margin-top: 6%;
}

.autre a {
    font-size: larger;
    text-decoration: none;
    color: #ede4d8;
}

.autre a:hover {
    color: #fd8037;
}

/* ------------ FIN DU FOOTER ------------ */

@media (max-width: 576px) {
    body {
        max-width: 576px;
    }

    .bigContent1 {
        flex-direction: column;
        justify-content: center;
    }

    .content1 {
        margin-left: auto;
        margin-right: auto;
    }

    #donation {
        width: 150px;
        height: auto;
    }

    .content2{
        flex-direction: row;
        justify-content: space-evenly;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar {
        flex-direction: column;
    }

    ul {
        padding: 0;
    }

    li {
        margin: 1%;
    }

    #carouselExampleSlidesOnly img {
        height: 252px;
        margin-bottom: 5%;
    }

    .menu {
        width: 330px;
        height: 750px;
        margin: 0;
    }

    #reservation {
        width: 300px;
        height: 370px;
        margin: 0;
    }

    #corps {
        margin-left: 5%;
        margin-right: 5%;
    }

    .permanent {
        margin: 0;
    }

    .doggos {
        flex-direction: column;
    }

    .doggos div {
        width: 250px;
        font-size: 13px;
    }

    .doggos p {
        padding-top: 10%;
        padding-left: 15%;
        padding-right: 10%;
    }

    .doggos img {
        width: 250px;
        height: 350px;
    }

    .dogs1{
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .dogs2{
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    #scrollUp {
        position: absolute;
        visibility: hidden;
        bottom : 10px;
        left: 0;
    }

    .foot {
        flex-direction: column;
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
    }

    .reseau {
        margin-bottom: 15%;
    }
}