body {
    background-image: url("../images/fond.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#cslf {
    border-top: 1px solid #cac9c9;
    padding-top: 2rem;
    padding-bottom: 1rem;
    background: #e6e4e4;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.xtra-m-b {
    margin-bottom: 1rem;
}

.btn-pres {
    color: #fff !important;
    background-color: #1b75bc !important;
    border-color: #1b75bc !important;
}

.btn-pres:hover {
    color: #fff;
    background-color: #9E1F63 !important;
    border-color: #9E1F63 !important;
}

#ressources a {
    color: #0303cb;
    text-decoration: underline;
    background-color: transparent;
}

#ressources a:hover {
    color: #663366;
    text-decoration: underline;
    background-color: transparent;
}

#ressources a:visited {
    color: #663366;
    text-decoration: underline;
    background-color: transparent;
}

#doc2 a {
    color: #0303cb;
    text-decoration: underline;
    background-color: transparent;
}

#doc2 a:hover {
    color: #663366;
    text-decoration: underline;
    background-color: transparent;
}

#doc2 a:visited {
    color: #663366;
    text-decoration: underline;
    background-color: transparent;
}

#doc2 img {
    border: 1px solid #1b75bc;
}

#doc a {
    color: #0303cb;
    text-decoration: underline;
    background-color: transparent;
}

#doc a:hover {
    color: #663366;
    text-decoration: underline;
    background-color: transparent;
}

#doc a:visited {
    color: #663366;
    text-decoration: underline;
    background-color: transparent;
}

#doc img {
    border: 1px solid #1b75bc;
}

#semaine hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #1b75bc;
}

.jours {
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    margin-right: 1rem;
    border: 1px solid;
    vertical-align: middle;
    padding: 0.75rem;
    display: inline-block;
    min-width: 125px;
}

#pres-jours .btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

#pres-jours2 .btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}


/*fade in*/

.fade-wind {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.zero-pad-gd {
    padding-right: 0;
    padding-left: 0;
}

header {
    background: #1b75bc;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer {
    padding: 1rem;
    color: white;
    background-color: #474646;
}

.contenu-princ {
    background-color: whitesmoke;
}

h1 {
    font-family: 'Raleway', sans-serif !important;
}

.inline-p {
    display: inline;
}

.wdn-text-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h2 {
    font-family: 'Raleway', sans-serif !important;
}

h4 {
    font-family: 'Raleway', sans-serif !important;
}

h3 {
    font-family: 'Raleway', sans-serif !important;
}

h5 {
    font-family: 'Raleway', sans-serif !important;
}

#top-sep img {
    max-width: 100%;
    height: auto;
    vertical-align: top !important;
}

#bottom-sep {
    background: #e6e4e4;
}

#bottom-sep img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom !important;
}

.navbar {
    background-color: #1b75bc;
}

.nav-item a {
    font-family: 'Raleway', sans-serif !important;
    color: black;
    text-decoration: none;
    background-color: #b9c9d4;
    margin-right: 1rem;
    border: 2px solid white;
}

.nav-item a:hover {
    color: white;
    text-decoration: none;
    background-color: #0e6465;
}

.btn-active {
    font-family: 'Raleway', sans-serif !important;
    text-decoration: none;
    color: white !important;
    text-decoration: none !important;
    background-color: #0e6465 !important;
    margin-right: 1rem;
}

.pgd {
    padding-left: 2rem;
    padding-right: 2rem
}

.expanded-btn {
    width: inherit;
}

@media only screen and (max-width: 990px) {
    .nav {
        display: block !important;
    }
    .expanded-btn {
        width: 100%;
    }
    .jours {
        margin-bottom: 0.125rem;
        margin-right: 0rem;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}