#body-wrapper .container {
  padding: 0;
}

/*
.bckgnd-accueil {
    background: #f5f5f5;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 0;
    z-index: 1;
}
*/

.bckgnd-accueil {
    z-index: 1;
}

.home .banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    height: auto;
    aspect-ratio: 6272 / 1358;

    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;

    margin-bottom: 2em;
}


/*
.home-infos {
    width: 1200px;
    margin: 0 auto 2em auto;
    padding: 0 1em;
    display: grid;
    gap: 10em;
    margin-bottom: 2em;
    margin-left: -120px;
    align-items: stretch;
}
*/

/*
.home-infos {
    width: 130%;
    max-width : 1600px;
    margin: 0 auto 2em auto;
    padding: 0 1em;
    gap: 10em;
    margin-bottom: 2em;
    margin-left: -140px;

    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    align-items: start;
}
*/
/*
.home-infos {
    max-width: 1100px;
    margin: 2em auto;
    padding: 0 1em;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5em;
}
*/



/*
.info-box {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1.5em;

    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.info-box h5 {
    margin-bottom: 10em;
}

.info-box p {
    margin-bottom: 0.8em;
}
*/

/*
.àLaUne {
    flex: 2;
}

.àLaUne img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 30%;
}

.contacts {
    flex: 2;
}
*/



/*
.info-box h5 {
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    font-size: 1.1em;
}

.info-box h4 {
    margin-top: 0.1em;
    margin-bottom: 2em;
    border-bottom: 2px solid #0D4391;
}
*/

/*
.bckgnd-accueil > * {
    max-width: 50%;
    margin: 0 auto;
}
*/

/*
.accueil {
    background-color: #F5F5F5;
}
*/

.accueil h2 {
    text-align: left;
    margin-bottom: 0.05em;
    line-height: 0.1;
}

.accueil p {
    text-align: left;
    margin-bottom: 0.2em;
    line-height: 1.1;
}

.accueil img {
    margin-right: 2em;
}

/*
.àLaUne h6 {
    margin-bottom: 0.01em;
}
*/






.home-bandeaux {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-top: 2em;
}


.bandeau {
    width: 100%;
    padding: 0;
}


.alune-bandeau {
    background-color: #f0f4fb;
}

.contact-bandeau {
    background-color: #ffffff;
}


.bandeau-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2em 2em 2.5em 2em;
    box-sizing: border-box;
}


.bandeau-header {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}

.bandeau-header h4 {
    margin: 0;
    font-size: 1.3em;
    color: #0D4391;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}






.inscription {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3em;
    align-items: center;
}

.inscr-img img {
    width: 300px;
    height: auto;
}

.bandeau-content {
    display: flex;
    gap: 3em;
    align-items: flex-start;
}

.alune-affiche {
    flex: 0 0 220px;
}

.alune-affiche img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: block;
}

.alune-texte {
    flex: 1;
}

.alune-texte h5 {
    margin-top: 0;
    margin-bottom: 1.2em;
    font-size: 1em;
    line-height: 1.5;
}

.alune-texte h5:last-of-type {
    margin-top: 1.5em;
}

.inscr-txt a {
    margin: 0;
    font-size: 1.3em;
    color: #0D4391;
}

.alune-texte h4 {
    margin-bottom: 0.5em;
}

.alune-texte p {
    margin: 0;
    line-height: 1.6;
}




.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    align-items: start;
}

.contact-col {
    font-size: 0.95em;
    line-height: 1.7;
}

.contact-col p {
    margin: 0 0 1em 0;
}

.contact-col b {
    color: #0D4391;
}

.contact-col a {
    color: #0D4391;
    text-decoration: underline;
}

/* Séparateurs verticaux entre colonnes */
.contact-col + .contact-col {
    border-left: 1px solid #c5d3e8;
    padding-left: 2em;
}




@media (max-width: 768px) {
    .bandeau-content {
        flex-direction: column;
        gap: 1.5em;
    }

    .alune-affiche {
        flex: unset;
        width: 60%;
        margin: 0 auto;
    }

    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-col + .contact-col {
        border-left: none;
        padding-left: 0;
    }

    .contact-col:nth-child(odd) {
        border-right: 1px solid #c5d3e8;
        padding-right: 1em;
    }
}

@media (max-width: 768px) {
    .bandeau-inner {
        padding: 1.5em 1em;
    }

    .alune-affiche {
        width: 85%;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-col:nth-child(odd) {
        border-right: none;
        padding-right: 0;
    }

    .contact-col + .contact-col {
        border-top: 1px solid #c5d3e8;
        padding-top: 1em;
    }
}







.navbar-section.logo {
    display: none !important;
}



.navbar-section.desktop-menu {
    flex: 1 1 0% !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start !important;
    display: flex !important;
}



.desktop-menu .dropmenu > ul {
    justify-content: flex-start !important;
}



.navbar {
    justify-content: flex-start !important;
}

.bckgnd-accueil > * {
    max-width: 900px;        
    width: 90%;              
    margin: 0 auto;
    padding: 0 1em;          
    box-sizing: border-box;
}


@media (max-width: 768px) {
  .bckgnd-accueil > * {
    max-width: 98vw;       
    width: 100%;
    padding: 0 0.7em;
  }
  .accueil img {
    display: block;
    /*margin: 0 auto 1em auto !important;*/   
    height: 50px;                        
  }
  .accueil h2 {
    font-size: 1.4em;        
    line-height: 1.2;
    word-break: break-word;
  }
  .accueil p {
    font-size: 1em;
  }

}


.accueil img {
    vertical-align: middle;
    margin-right: 2em;
}

@media (max-width: 768px) {
  .accueil img {
    height: 40px;           
    margin-bottom: 0.7em;
  }
}

.mobile-container .overlay-menu {
    margin-top: 50px;
}

#navbar .navbar-section > li:last-child .dropmenu {
    left: auto;
    right: 0;
}

.candidature h3 {
    margin-bottom: 0;
}

.bts-assurance {
    text-align: justify;
}

.bts-assurance {
    position: relative;
    z-index: 1;
}

.bts-assurance .banner-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 61vh;
    min-height: 400px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 2em;
}

.bts-cg {
    text-align: justify;
}

.bts-cg {
    position: relative;
    z-index: 1;
}

.bts-cg .banner-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 61vh;
    min-height: 400px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 2em;
}


.bts-pi {
    text-align: justify;
    position: relative;
    z-index: 1;
}

.bts-pi .banner-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 61vh;
    min-height: 400px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 2em;
}

.pi-layout {
    display: flex;
    gap: 2em;
    align-items: flex-start;
}

.pi-txt {
    flex: 2;
}



.pi-ytb {
    flex: 2;
    position: relative;
    padding-bottom: 0;
}


.pi-ytb iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: -50px;
    margin-left: -100px;
}


@media (max-width: 768px) {
    .pi-ytb {
        width: 100%;
        flex: unset;
    }

    .pi-ytb iframe {
        width: 100%;
        margin-top: unset;
        margin-left: unset;
    }
}

@media (max-width: 768px) {
    .pi-layout {
        flex-direction: column;
    }
    
    .pi-txt, .pi-ytb {
        width: 100%;
    }
}

.pi b {
    margin-bottom: 10em;
}

.bts-cjn {
    text-align: justify;
}

.bts-cjn {
    position: relative;
    z-index: 1;
}

.bts-cjn .banner-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 61vh;
    min-height: 400px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 2em;
}

/*
.bts-gpi {
    color: #000000;
}*/

.bts-gpi.b {
    color: #0D4391;
}

.bts-gpi {
    text-align: justify;
    position: relative;
    z-index: 1;
}

.bts-gpi .banner-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 61vh;
    min-height: 400px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 2em;
}



@media (max-width: 768px) {
    .bts-assurance .banner-parallax,
    .bts-cg .banner-parallax,
    .bts-pi .banner-parallax,
    .bts-cjn .banner-parallax,
    .bts-gpi .banner-parallax,
    .indicateurs-satisfaction .banner,
    .status-apprentissage .sa-parallax,
    .aide-banner,
    .ip-parallax {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
        height: auto !important;
        min-height: unset !important;
        aspect-ratio: 16 / 9 !important;
    }
}


.treemenu li {
    padding: 0;
}

.treemenu li a {
    padding: 13px 0;
}



.treemenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.treemenu ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.treemenu .toggler {
    line-height: 1rem;
    padding: 0 10px; 
    float: none;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aide-apprentissage {
    text-align: justify;
}

.aide-banner {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    height: 66vh;

    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;

    margin-bottom: 2em;

}

.aide-layout {
    display: flex;
    gap: 4em;
    align-items: flex-start;
}

.aide-texte {
    flex: 2;
}

.indicateurs-satisfaction .banner {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    height: 61vh;

    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;

    margin-bottom: 2em;

    filter: opacity(70%);
}

.indics {
    position: relative;
    z-index: 1;
}

.indicateurs-satisfaction h3 {
    text-align: center;
    margin-bottom: 30px;
}

.indicateurs-reussite-examens h3{
    text-align: center;
    margin-bottom: 30px;
}

.indicateurs-taux-insertion h3 {
    text-align: center;
    margin-bottom: -10px;
}

.indicateurs-taux-insertion h6 {
    margin-bottom: -20px;
}


.indicateurs-satisfaction table td,
.indicateurs-reussite-examens table td,
.indicateurs-taux-insertion table td {
    border: 1px solid #E0E0E0;
}


.appr-banner {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    height: 65vh;

    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;

    margin-bottom: 2em;

    filter: opacity(70%);
}

.texte-justifie {
    text-align: justify;
    hyphens: auto;        
}

.texte-justifie p {
    margin-bottom: 1em;
}

.texte-justifie ul {
    margin-left: 1.2em;
}





.status-apprentissage {
    text-align: justify;
    position: relative;
    z-index: 1;
}


.sa-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 61vh;
    min-height: 400px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 2em;
}




.texte-justifie {
    text-align: justify;
}



@media (max-width: 768px) {
    .sa-parallax {
        background-attachment: scroll;
        height: 40vh;
    }

    .sa-parallax h1 {
        font-size: 1.3em;
    }
}

















.infos-pratiques {
    text-align: justify;
    position: relative;
    z-index: 1;
}


.ip-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 61vh;
    min-height: 400px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 2em;
}
.gp-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 1.5em 0;
    font-size: 0.9em;
}

.gp-table th {
    background-color: #0D4391;
    color: #fff;
    padding: 0.5em 0.8em;
    text-align: left;
}

.gp-table td {
    padding: 0.5em 0.8em;
    border-bottom: 1px solid #ddd;
}

.gp-table tr:nth-child(even) td {
    background-color: #f0f4fb;
}








.tableau table td {
    border: 1px solid #E0E0E0;
}


.professionnalisation-remuneration table td {
    border: 1px solid #E0E0E0;
}



.mentions-legales {
    text-align: justify;
}
