/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    color: #5a5a5a;
    overflow: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 7.5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

li.nav-item {
    margin-top: 5px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 2rem;
    }

    .featurette-heading2 {
        margin-top: 6rem !important;
    }
}

.navbar-nav.navbar-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

h2{
    margin-bottom: 2rem !important;
}

.dblue {
    color: #225074 !important;
}

.dblueb {
    background-color: #225074 !important;
}

.btn_dblue {
    background-color: #225074 !important;
    color: white;
    border-radius: 15px;
}

.btn_dblue:hover {
    color: white;
}

.dbluext:hover {
    background-color: white;
}

.dbluext {
    color: #225074 !important;
    border-color: #225074 !important;
    border-radius: 15px;
    border: solid 5px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px){
    .covid{
        margin-top: 30px;
    }

    img{
        padding: 2px;
    }

    .btn_dblue{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .navbar .navbar-nav button {
        width: 100%;
    }

    .row {
        margin-right: -15px;
    }

    .socialclub{
        display: none !important;
    }

    .featurette-divider {
        margin: 1rem !important;
    }

    .l14{
        width: 100%;
        padding: 10px;
    }

    .row{
        display: block !important;
    }
}
.imgbase{
    width: 100%;
    height: 100%;
}

.topbarnav{
    display: none;
}

.topbarnav a {
    color: white;
    font-weight: 200;
}

@media (min-width: 768px) {
    a.nav-link.dblue.font-weight-bold.active {
        border-bottom: 5px solid #225073;
    }

    .topbarnav {
        padding-top: 5px;
        z-index: 999999999999;
        top: 0px;
        width: 100%;
        color: white;
        position: fixed;
        display: block;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #225074;
        background-image: linear-gradient(180deg, #225074 25%, #112f47 100%);
        height: 35px;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    a.nav-link.dblue.font-weight-bold {
        font-size: 15px;
        font-weight: 300 !important;
    }

    .imgbase{
        padding: 20px;
    }

    .l5{
        max-height: 730px;
        margin-left: 120px;
        margin-top: -20px !important;
    }

    .socialclub{
        margin-right: 55px;
    }

    .logosite{
        margin-top: 25px;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .covid{
        transform: rotate(-4deg);
        width: 100% !important;
        margin-left: -2rem;
        margin-bottom: 40px;
    }

    .poubelles {
        max-height: 350px;
        margin-left: 120px;
        margin-top: 100px;
    }

    .dbluext {
        margin-left: 0px;
        width: 145px;
    }

    .btn_dblue{
        margin-left: 1rem !important;
        border-color: #225074 !important;
        border-radius: 15px;
        border: solid 5px;
        width: 145px;
    }

    .recrutement{
        margin-left: auto;
        margin-right: auto;
    }

    .vision{
        margin-top: 40px;
    }
}

.recrutement{
    margin-top: -20px;
    color: white;
    font-size: 20px;
}

h2{
    font-family: museo,serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 1rem;
}

button{
    font-family: museo,serif;
    font-weight: 700 !important;
    font-style: normal;
    height: 61px !important;
}

p, body{
    font-family: museo,serif;
    font-weight: 300;
    font-style: normal;
}

.navbar {
    font-size: 20px !important;
    -webkit-box-shadow: 0px 4px 41px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 41px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 41px -12px rgba(0,0,0,0.75);
}

.telmail a {
    color: #225074 !important;
}

.sep-menu{
    color: #c6c6c6 !important;
    font-size: 40px;
    margin-top: -15px;
    font-weight: 100 !important;
}
.maxlogo{
    max-height: 30px;
}

.maxsocial{
    max-height: 60px;
}

.telmail{
    display: block;
}

.socialclub{
    margin-bottom: 5px;
}

img.img-fluid.mx-auto.d-block {
    width: 80%;
}

p.whitetxt {
    color: white;
    font-size: 18px;
    text-align: justify;
}

#Layer1 {
    position: absolute;
    width: 1024px;
    height: 448px;
    z-index: 0;
    top: 0px; left: 50%;
    transform: translate(-50%, 0%);
}
#Layer2 {
    position: absolute;
    width: 1024px;
    height: 56px;
    z-index: 1;
    top: 448px; left: 50%;
    transform: translate(-50%, 0%);

}
#Layer3 {
    position: absolute;
    width: 1024px;
    height: 788px;
    z-index: 1;
    top: 508px; left: 50%;
    transform: translate(-50%, 0%);

}
#Layer4 {
    position: absolute;
    width: 100%;
    height: 110px;
    background-color: #225074;
    z-index: 10;
    top: 1299px; left: 50%;
    transform: translate(-50%, 0%);

}
#Layer5 {
    position: absolute;
    width: 100%;
    background-color: #225074;
    height: 30px;
    z-index: 1;
    top: 0px; left: 0%;
    transform: translate(-0%, 0%);

}
#Layer6 {
    position: absolute;
    width: 100%;
    background-color: #225074;
    height: 130px;
    z-index: 1;
    top: 1299px; left: 0%;
    transform: translate(-0%, 0%);

}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.recrutementfooter{
    background-color: #225074;
    height: 100px;
    -webkit-box-shadow: 0px 4px 41px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 41px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 41px -12px rgba(0,0,0,0.75);
}

form.formulairerecrutement {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.marketing {
    overflow: hidden !important;
}