html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {

    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1rem;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: 'Tapestry', cursive;
}

#titresite {
    font-size: 12rem;
    text-align: center;
    margin-top: 9rem;
    color: #fff;
}

#header {
    background-color: transparent;
    background-image: url(../images/header3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar {
    margin-top: 0;
    height: 12rem;
    /*background-color: #2c8cc8 !important;*/
    /*opacity: 0.3;*/
    border-bottom: 2px solid #3a5865;
    /*background: linear-gradient(#2d2911, #71592d);*/
    /*background: linear-gradient(#2c8cc8, #52abe2);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar a {
    font-size: 1.4rem;
    font-family: 'Tapestry', cursive;
}

#menudroit {
    margin-right: 0;
    padding-right: 0;
}

.navbar-center {
    margin: auto;
}

.titrerubrique {
    padding: 3rem;
    text-align: center;
}

.titrerubrique h2 {
    font-size: 5rem;
    font-weight: bold;
    color: #33311f;
    letter-spacing: 1rem;
}

.blocrubrique {
    padding: 3rem;
}

.blocrubrique figcaption {
    font-weight: bold;
}

.blocrubrique h3 {
    border: 2px solid 000 !important;
}

.nav-item {
    margin: auto 3rem !important;
    border-bottom: 10px solid transparent;
}

.nav-item:hover {
    margin: auto 3rem !important;
    border-bottom: 10px solid #3a5865;
    border-radius: 10px;
    /*
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    */

}

.nav-item a {
    color: #3a5865 !important;
    font-size: 2rem;
}

.nav-item a:hover {
    color: #3a5865 !important;
    font-size: 2rem;
}

#footer {
    height: 100%;
    background-color: #33311f;
    color: #2c8cc8;
    padding: 2rem;

}

#footer h2,
#footer h3 {
    font-family: 'Ubuntu', sans-serif;
    color: #2c8cc8;
}

.columntitle {
    margin: 1rem 3rem;
    padding: 1rem;
    border-bottom: 3px #3a5865 dotted !important;
    text-align: center;
}

#numerotel {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #2c8cc8 !important;
}

#footer p {
    padding: 0 3rem;
    color: #2c8cc8;
}

#footer a {
    /*color: #3a5865 !important;*/
    color: #2c8cc8;
}

.zoom {
    transition: transform .2s;
    margin: 0 auto;
    opacity: 0.9;
}

.zoom:hover {
    transform: scale(1.1);
    opacity: 1;
}

#image-domaine {
    opacity: 0.8;
}

#image-domaine:hover {
    opacity: 0.9;
}

#logo {
}

/* formulaire */
input,
textarea {
    color: #3a5865 !important;
    background-color: #eee !important;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #3a5865;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3a5865;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3a5865;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3a5865;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #3a5865;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #3a5865;
}

form label {
    color: #3a5865;
    font-size: 1.3rem;
    font-weight: bold;
}

.navbar-toggler {
    border: 5px;
    border-color: yellow;
}

/* media queries */

@media screen and (max-width: 320px) {
    .navbar-brand {
        font-size: 1.1rem !important;
    }
}

/* extra small */
@media screen and (max-width: 576px) {
    #logo {
        width: 212px;
        height: 95px;
    }

    #header {
        background-color: transparent;
        background-image: url(../images/header-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #titresite {
        font-size: 2rem;
        text-align: center;
        margin-top: 11rem;
        color: #fff;
    }

    #nosvins h2,
    #contact h2 {
        font-size: 1.4rem;
    }

    #footer p {
        padding: 0 1rem;
    }

    .columntitle {
        margin: 0.7rem 1rem;
        padding: 1rem;
        border-bottom: 3px #3a5865 dotted !important;
        text-align: center;
    }

    .columntitle h3 {
        font-size: 1.4rem;
    }

    #navbarNav {
        background-color: #33311f;
        border-radius: 15px;
    }

    #navbarNav .nav-link {
        color: #2c8cc8 !important;
    }

    .navbar img {
        width: 32px;
        height: 32px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 577px) and (max-width: 768px) {
    #navbarNav {
        background-color: #33311f;
        border-radius: 15px;
    }

    #navbarNav .nav-link {
        color: #2c8cc8 !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 769px) and (max-width: 992px) {
    #navbarNav {
        background-color: #33311f;
        border-radius: 15px;
    }

    #navbarNav .nav-link {
        color: #2c8cc8 !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 993px) and (max-width: 1200px) {

    .nav-link {
        font-size: 1.5rem !important;
    }
    
    .nav-item {
        margin: 0 1rem !important;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1201px) {}
