body {
    font-family: 'Lora', serif;
    color:#323232;
}

h1 {
    font-size: 1.75rem;
    font-weight: bold;
}

h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #5f5f5f;
}

ul a {
    color: #323232;
    font-weight: bold;
}

ul a:hover {
    color: #333333;
}

.fa-ul {
    margin-left: 1.75rem;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #333333;
}

.underline {
    border-bottom: 1px solid #4a4a4a;
}

.transparentMenu {
    z-index: 100;
}

@keyframes menu1 {
    from {background-color: rgba(255, 255, 255, 0.7);}
    to {background-color: white;}
}

.whiteMenu{
    animation-name: menu1;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    border-bottom: 6px solid rgba(0,0,0,0.2);
}

@keyframes menu2{
    from {background-color: white;}
    to {background-color: rgba(255, 255, 255, 0.7);}
}

.topMenu {
    animation-name: menu2;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
}

#whiteContainer {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 6px solid rgba(0,0,0,0.2);
}

.anchor {
    padding-top: 100px;
    margin-top: -100px;
}

.textImage {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

.textImageCarousel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    border: 1px solid rgba(0,0,0, 0.3);
    background-color: rgba(0,0,0, 0.4);
    width: 50%;
    padding: 5rem;
}

@media (max-width: /*575.98*/768px) {
    .textImageCarousel h1 {
        font-size: 1rem;
    }

    .textImageCarousel {
        padding: 2rem;
    }

    /*.navbar-brand img {
        width: 75%;
    }*/

    .textImage h1 {
        font-size: 1.25rem;
    }

    .navbar-brand img {
        max-width: 200px;
    }

    .carousel-item img{
        height: 100vh;
    }
}

.customList {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#carouselControls {
    top: -101px;
    bottom: 101px;
    z-index: -120;
}

@media (min-width: 992px) {
    .carousel-item {
        height: 100vh;
    }
}

.customCard {
    background-color: lightgrey;
    border-radius: 0;
    border: none;
}

.footer h2 {color: #c7c7c7;}
.footer {
    bottom: 0;
    min-width: 100%;
    min-height: 20rem;
    background: url("../images/footer.jpg") no-repeat center top;
    background-size: cover;
    color: #FFFFFF;
}
.footer a:hover{color : #d7d7d7;text-decoration: underline;}
.footer a{color: white; text-decoration: none;}

#map {
    min-height: 20rem;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
}

.parallax-window {
    height: 250px;
    background: transparent;
    color: white;
    display: block;
    -webkit-box-shadow: inset 0 0 30px 10px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0 0 30px 10px rgba(0,0,0,0.35);
    box-shadow: inset 0 0 30px 10px rgba(0,0,0,0.35);
}

hr.line {
    background: #9a9a9a none repeat scroll 0 0;
    border: 0 none;
    height: 2px;
    margin: 11px auto 0;
    width: 96px;
}

.enseignant {
    padding: 38px 23px 30px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.enseignant:hover {
    -webkit-box-shadow: 0 3px 30px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 3px 30px -2px rgba(0,0,0,0.75);
    box-shadow: 0 3px 30px -2px rgba(0,0,0,0.75);
}

.content {
    margin-top: 80px;
    margin-bottom: 80px;
}