/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
#mainNav {
    min-height: 56px;
    background-color: #fff
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: .75rem;
    color: #E7302A;
    border: 1px solid #E7302A
}

#mainNav .navbar-toggler:focus {
    outline: 0
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

.nav-item {
    float: right !important;
}


.carousel-cell {
    width: 100%;
    /* full width */
    height: 850px;
    /* height of carousel */
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.is-fullscreen .carousel-cell {
    height: 100%;
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color .3s ease-in-out
    }

    @media (max-width: @screen-sm-max) {
        .container {
            padding: 0;
            overflow-x: hidden;
        }
    }

    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, .5)
    }

    #mainNav .nav-link {
        transition: none;
        padding: 1rem 1rem;
        color: rgba(255, 255, 255, .5)
    }

    #mainNav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }

    #mainNav .nav-link:active {
        color: #fff
    }

    #mainNav.navbar-shrink {
        background-color: #fff
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #161616
    }

    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        padding: 2rem 1rem 1rem;
        border-bottom: .25rem solid transparent
    }

    #mainNav.navbar-shrink .nav-link:hover {
        color: #E7302A
    }

    #mainNav.navbar-shrink .nav-link:active {
        color: #b62b05
    }

    #mainNav.navbar-shrink .nav-link.active {
        color: #E7302A;
        outline: 0;
        border-bottom: .25rem solid #E7302A
    }
}

.masthead {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, .5) 0, rgba(22, 22, 22, .5) 40%);
    /* background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover; */
    color: #fff;
}

#Accueil {
    width: 100%;
}

.masthead h1 {
    font-size: 2rem;
    line-height: 1.4;
    color: #fff
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem;
    color: #0000
}

.masthead img {
    max-width: 100%;
}

@media (min-width:768px) {
    .masthead img {
        max-width: 400px
    }
}

@media (min-width:768px) {
    .masthead h1 {
        font-size: 4rem
    }
}

@media (min-width:992px) {
    .masthead {
        height: 100vh;
        padding: 0
    }

    .masthead h1 {
        font-size: 5rem;
        letter-spacing: .1rem
    }

    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem
    }
}

.masthead .btn-primary {
    margin-right: 1rem
}

.masthead p {
    letter-spacing: .2rem
}

.btn {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1.25rem 2rem;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    justify-items: right;

}

.btn-primary {
    background-color: #E7302A;
    border: 1;
    border-color: #E7302A;
    float: right;
}

.btn-primary:hover {
    background-color: transparent;
    border-color: #E7302A;
    color: white;

}

.btn-primary:focus {
    background-color: #E7302A;
    color: #fff
}

.btn-primary:active {
    background-color: #E7302A !important
}

.contact:hover {
    background-color: transparent;
    border-color: #E7302A;
    color: black;
}

.btn-secondary {
    background-color: #F9B223;
    border: 1;
    border-color: #F9B223;
    float: right;
}

.btn-secondary:hover {
    background-color: transparent;
    border-color: #F9B223;
    color: white;
    justify-items: right;
}

.btn-secondary:focus {
    background-color: #F9B223;
    color: #fff
}

.btn-secondary:active {
    background-color: #F9B223 !important
}

.about-section {
    padding-top: 10rem;
    background: linear-gradient(to bottom, #161616 0, rgba(22, 22, 22, .9) 75%, rgba(22, 22, 22, .8) 100%)
}

.about-section p {
    margin-bottom: 5rem
}

/*.projects-section{
        padding:10rem ;

    }*/

.projects-section .project-text {
    padding: 3rem;
    font-size: 90%
}

@media (min-width:992px) {
    .projects-section .project-text {
        padding: 5rem
    }

    .projects-section .project-text hr {
        border-color: #E7302A;
        border-width: .25rem;
        width: 30%
    }
}

.signup-section {
    padding: 10rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, .1) 0, rgba(22, 22, 22, .5) 75%, #161616 100%), url(../img/bg-signup.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.signup-section .form-inline input {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.contact-section {
    padding: 5rem 0 0
}

.contact-section .card {
    border: 0;
    border-bottom: .25rem solid #E7302A
}

.contact-section .card h4 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .15rem
}

.contact-section .card hr {
    border-color: #E7302A;
    border-width: .25rem;
    width: 3rem
}

.contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: white;
    border-radius: 100%;
    line-height: 3rem;
    color: #161616 !important;
}

.contact-section .social a:hover {
    color: rgba(255, 255, 255, .5);
}

.contact-section .social a:active {
    color: #fff;
}

.cards {
    display: flex;
}

.cardemie {
    width: 50%;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.625em;
    letter-spacing: .01em;
    font-size: 1em;
    color: #3A3C3D;
}

h1,
h2,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #161616;
}

a {
    color: #E7302A
}

a:focus,
a:hover {
    text-decoration: none;
    color: #9d2605
}

.bg-black {
    background-color: #3A3C3D !important
}

.bg-primary {
    background-color: #E7302A !important
}

.text-primary {
    color: #E7302A !important
}

footer {
    padding: 5rem 0;
    color: lightgray;
}

section {
    padding: 6rem 0
}

.accordion .fas {
    font-size: .8rem;
    transform: rotate(90deg);
    transition: transform .3s ease
}

.accordion .collapsed .fas {
    transform: rotate(0)
}

.enseignements-section {
    background-color: #fff
}

.enseignements-section h1,
.enseignements-section h2,
.enseignements-section h3,
.enseignements-section h4,
.enseignements-section h5 {
    color: #0000
}

.enseignements-section p {
    color: #fff
}

.card-header {
    background-color: #F39200;
    color: #fff
}

.card-footer {
    background-color: rgba(76, 57, 233, .2)
}

.card-footer h4,
.card-footer i,
.card-footer p {
    color: #161616
}

img {
    max-width: 100%;
    height: auto
}

.img-section {
    min-height: 600px;
    background: linear-gradient(to bottom, rgba(22, 22, 22, .8) 0, rgba(22, 22, 22, .8) 100%);
    background-position: center center, center center;
    background-size: cover
}

.strong {
    color: #F39200;
}

strong {
    color: #3A3C3D;
}


.p-header {
    color: #3A3C3D;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1rem !important;
    margin-top: 3rem !important;
}

h5 {
    font-weight: 600;
    font-size: medium;
}

h6 {
    font-weight: 400;
    color: white;
    font-family: 'Roboto' sans-serif;
}


.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    float: center;
}

.img-header {
    float: center;
    padding-bottom: 5rem;
}

.btn-header {
    float: none;

}

.font-weight-bold {
    font-weight: bold !important;
}

.lien-footer {
    color: #F39200 !important;
}

.lien-footer:hover {
    color: #F9B223 !important;
}

.lien-footer:focus {
    color: #F9B223;
}

.lien-footer:active {
    color: #F9B223
}

.myHalfCol {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none;
}


.of {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none;
}

.vl {
    border-left: 1px solid darkgray;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 55px;
}

.hericourt {
    text-align: center !important;
}

.mt .my-2 {
    margin-bottom: 0;
}

.card-body {
    text-align: center !important;
    height: 125px;
}

h4.header {
    font-size: 25px;
    font-weight: 300;
    color: #fff !important;
    margin-top: 7rem !important;
}

p.contact {
    margin-bottom: 3rem !important;
    margin-top: 1rem !important;
    font-size: 25px;

}

#eapps-instagram-feed-1 {
    margin: auto;
}

.cache {
    height: 75px;
    width: 100%;
    background: white;
    margin-top: -50px;
    z-index: 99999;
    position: relative;
}

h2.h1 {
    color: black;
}

li.home {
    float: left !important;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

.Container-fluid {
    padding-left: 15px;

}

.logoOf {
    display: flex;
    list-style: none;
    height: 80px;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.greta {
    height: 100%;
}

.greta img {
    height: 100%;
}

.acerep {
    height: 100%;
}

.acerep img {
    height: 100%;
}

.adch {
    height: 100%;
}

.adch img {
    height: 100%;
}

.afpa {
    height: 100%;
}

.afpa img {
    height: 100%;
}

.cfa {
    height: 100%;
}

.cfa img {
    height: 100%;
}

.cfppa {
    height: 100%;
}

.cfppa img {
    height: 100%;
}

/* LOGOS */
#mainNav .logo-dark {
    display: none;
}

#mainNav .logo-white {
    display: block;
}

/* NAVBAR AU SCROLL */
#mainNav.navbar-shrink {
    background-color: #fff;
}

#mainNav.navbar-shrink .logo-white {
    display: none;
}

#mainNav.navbar-shrink .logo-dark {
    display: block;
}