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 ------------ */

#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: 3%;
}

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

.adoption h3 {
    text-decoration: underline;
    margin-bottom: 3%;
}

.adoption p {
    font-size: 1.2em;
    padding: 1%;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #fd7f37 5%, #e04728 100%);
	background-color:#fd7f37;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
    margin: 2%;
}
.myButton:hover {
	background:linear-gradient(to bottom, #e04728 5%, #fd7f37 100%);
	background-color:#e04728;
}
.myButton:active {
	position:relative;
	top:1px;
}


.block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.refuge {
    border: 2px solid #58554A;
    border-radius: 21px;
    padding: 2%;
    width: 49%;
}

.asso {
    border: 2px solid #58554A;
    border-radius: 21px;
    padding: 2%;
    width: 49%;
}


/* ------------ 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%;
    }

    .block {
        flex-direction: column;
    }

    .refuge {
        width: 100%;
    }

    .asso {
        margin-top: 3%;
        width: 100%;
    }

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

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