html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #3e3e3e;
    color: #eee;
}

#titredusite {
    font-size: 5rem;
    color: #111 !important;
    border-top: outset 10px #eee;
    border-bottom: inset 10px #eee;
    border-width: thin;
}

#soustitredusite {
    text-decoration-color: #111;
    text-decoration-line: overline underline;
}

#theheader {
    border-bottom: solid #fff 2px;
    background-image: url('../img/background-mountain.jpg');
    background-size: cover;
}

#boutonsnav {
    margin: -1.2rem;
}

#titleappear {
    margin-top: 5rem;
    padding: 7rem;
    background-color: #47daf6;
}

#mesactivites {
    margin: 5rem;
}

.picture {
    border: solid 5px transparent;
}

.picture:hover {
    transition-delay: 100ms;
    transition-duration: 350ms;
    border: solid 5px #eee;
}

.bmenu {
    font-weight: bold;
    color: #000;
    background-color: #eee;
    border: 0;
    transform: scale(1);
}

.bmenu:hover {
    color: #eee;
    background-color: #000;
    transform: scale(1.15);
    transition: all 0.75s ease 0s;
}

.bmenu > a {
    color: #000;
}

.bmenu:hover > a {
    color: #eee;
}

.btn {
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 10rem;
    transform: scale(1);
    transition: transform 400ms;
}

.btn:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 10rem;
    transform: scale(1.15);
    transition: transform 400ms;
}

.roundedimage {
    border-radius: 1rem;
}

.navbar {
    height: 10rem;
    background-color: #068fc5;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.navbar-burger,
.navbar-item,
.navbar-link {
    color: #e5f9f6;
    background-color: #068fc5 !important;
}

.navbar-burger:hover {
    color: #aacdc7 !important;
}

.navbar-dropdown {
    background-color: #068fc5 !important;
}

.navbar-dropdown > a {
    color: #e5f9f6;
    background-color: #068fc5 !important;
}

.navbar-item:hover,
.navbar-link:hover {
    color: #204c59 !important;
}

h1,
h2,
h3,
h4,
.navbar-item,
.navbar-link {
    font-family: 'Abril Fatface', cursive;
}

h1,
h2 {
    color: #eee !important;
}

h3,
h4 {
    color: #e5f9f6 !important;
    font-family: 'Open Sans', sans-serif;

}

#portfolio {
    padding: 8rem;
}

#footer {
    border-top: solid 5px #000;
    height: auto;
    /*background-color: #eee;*/
    color: #eee;
}

#toparrow {
    position: fixed;
    top: 10rem;
    right: 0;
    width: 32px;
    height: 32px;
}

.link {
    color: #bbb;
    padding: 0 2rem;
}

.link:hover {
    color: #eee;
}

.titleanim {
    text-decoration: none;
    transform: scale(1);
    transition: transform 400ms;
}

.titleanim:hover {
    transform: scale(1.25);
    transition: transform 400ms;
}


.modal-content {
    width: 75%;
    height: auto;
    padding: 2rem;
    margin: auto;
}

/*****************/
/* media queries */
/*****************/
@media screen and (max-width: 768px) {
    #portfolio {
        padding: 1rem;
    }

    #soustitredusite {
        color: #eee;
        text-decoration: none;
    }

}

@media screen and (min-width: 320px) and (max-width: 375px) {
    #portfolio {
        padding: 0.7rem;
        font-size: 1rem;
    }

    #titredusite {
        font-size: 3rem;
        color: #111 !important;
        border-top: outset 10px #eee;
        border-bottom: inset 10px #eee;
        border-width: thin;
    }

    #soustitredusite {
        color: #eee;
        text-decoration: none;
        font-size: 2rem;
    }

    #footer h2.title,
    #footer h3.title {
        font-size: 1.4rem;
    }

    .bmenu {
        font-size: 0.7rem;
        font-weight: bold;
        color: #000;
        background-color: #eee;
        border: 0;
        transform: scale(1);
    }

    .bmenu:hover {
        color: #eee;
        background-color: #000;
        transform: scale(1.15);
        transition: all 0.75s ease 0s;
    }

    #bloc-reseau-social img {
        width: 16px;
        height: 16px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    #bloc-reseau-social a.link {
        padding: 1rem 1rem;
    }
}
