:root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --sch-font-montserrat: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --sch-font-sora: "Sora",Sans-serif;
    --sch-color-yellow: #fadc32;
    --sch-color-red: #e60a14;
    --sch-color-bleu: #28aaff;
    --sch-color-white: #fff;
}

/*
    Start global style
*/

.bg-yellow {
    background-color: var(--sch-color-yellow);
}

.bg-red {
    background-color: var(--sch-color-red);
}

.bg-bleu {
    background-color: var(--sch-color-bleu);
}

.text-yellow {
    color: var(--sch-color-yellow);
}

.text-red {
    color: var(--sch-color-yellow);
}

.text-bleu {
    color: var(--sch-color-yellow);
}

.p-top-1{
    padding-top : 10px;
}

.p-top-2 {
    padding-top: 20px;
}

.p-top-3 {
    padding-top: 30px;
}

.p-top-4 {
    padding-top: 40px;
}

.p-left-1 {
    padding-left: 10px;
}

.p-left-2 {
    padding-left: 20px;
}

.p-left-3 {
    padding-left: 30px;
}

.p-left-4 {
    padding-left: 40px;
}

.p-right-1 {
    padding-right: 10px;
}

.p-right-2 {
    padding-right: 20px;
}

.p-right-3 {
    padding-right: 30px;
}

.p-right-4 {
    padding-right: 40px;
}

.p-bottom-1 {
    padding-bottom: 10px;
}

.p-bottom-2 {
    padding-bottom: 20px;
}

.p-bottom-3 {
    padding-bottom: 30px;
}

.p-bottom-4 {
    padding-bottom: 40px;
}
/*
    End global style
*/


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/*
    Start Home annimation
*/
header.masthead p {
    text-shadow: 0 0 7px rgba(255,255,255,.3), 0 0 3px rgba(255,255,255,.3);
}

header.masthead .container {
    color: #e5e5e5;
    font-size: 2.26rem;
    text-transform: uppercase;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.masthead .animation {
    height: 86px;
    overflow: hidden;
    margin-left: 1rem;
    padding : 0px;
}

    header.masthead .animation > div > div {
        height: 88px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

header.masthead .animation div:first-child {
    animation: text-animation 8s infinite;
}

header.masthead .first div {
    background-color: #20a7d8;

}

header.masthead .second div {
    background-color: #CD921E;
}

header.masthead .third div {
    background-color: #c10528;
}

@keyframes text-animation {
    0% {
        margin-top: 0;
    }

    10% {
        margin-top: 0;
    }

    20% {
        margin-top: -5.62rem;
    }

    30% {
        margin-top: -5.62rem;
    }

    40% {
        margin-top: -11.24rem;
    }

    60% {
        margin-top: -11.24rem;
    }

    70% {
        margin-top: -5.62rem;
    }

    80% {
        margin-top: -5.62rem;
    }

    90% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }
}

/*
    End Home Annimation
*/

.box-btn-subscribe {
    padding-top: 50px;
    padding-bottom: 50px;
}
.logo {
    font-family: Audiowide;
    text-shadow: 3px 3px 3px #ababab;
}
.home-slide-text{
    font-size: 52px;
}
.font-standard {
   font-family :  "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}
.home-slide-text p {
    line-height: inherit;
    margin: 0px;
    color: #fff;
    font-weight: 300;
}

header.masthead {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.masthead .container {
    background-color: #0000009e;
    width: 100%;
    max-width: 100%;
}
#programmes {
    background-color: #EEE8DF;
    padding-top: 50px;
    padding-bottom : 50px;
}
.programmes-title{
    text-align: center;
}
.col-programme {
    border-radius: 8px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.no-margin{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left : 0px;
    margin-right: 0px;
}
.p-icon{
    font-size : 35px;
}
.box-detail{
    padding-top: 20px;
}
.row-detail {
    /*border-radius: 10px;*/
    padding: 26px;
}
.width-100 {
    width: 100%;
}
.p-note-details{
    font-size: 13px;
}
section {
    font-family: var(--sch-font-sora);
}

.row-detail.box-fundamentals {
    margin-top: 25px;
    color: var(--sch-color-white)
}
.row-detail.box-boost-competences {
    margin-top: 25px;
    color: var(--sch-color-white)
}
.row-detail.box-boost-opportunite {
    margin-top: 25px;
    color: var(--sch-color-white)
}
    .row-detail.box-boost-opportunite .btn-opportunite {
        padding-left: 30px;
        padding-right: 30px;
    }

#inscription .box-img{
    width: 100%;
}
.img-100 {
    width: 100%;
}
.text-align-center{
    text-align: center;
    padding-top: 25px;
}

.inscription-title{
    font-size : 25px;
    font-weight: bold;
}

.error-invalid {
    background-color: #fff;
    border-color: #bc0000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 25%);
}
.no-visible{
    display: none;
}
.title-bar {
    min-height: 95px;
    background-image: url(../images/bg-title-bar.jpg);
}
.img-title-bar{
   width: 100%;
   
}

#nos-formation {
    padding-top: 20px;
}
.nos-formations-title{
    font-weight: bold;
    font-size: 35px;
}
.box-formation-img img {
    width: 100%;
}
.box-formation{
    padding-bottom: 25px;
}
.formation-name{
    font-weight: bold;
}
.box-formation {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.single-formation {
    background-color: #eee8df;
    padding: 10px;
}
.formation-label{
    font-size: 13px;
    min-height: 100px;
}
.no-bullets {
    list-style-type: none;
}
.no-padding-left{
    padding-left: 0px;
}
.formation-info ul li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-formation-detail .btn-inscription{
    padding-left: 45px;
    padding-right: 45px;
}
.s-price-estimer {
    text-decoration: line-through;
    color: #ccc;
}
.formation-competences{
    text-align: center;
}
.box-formation-Competence {
    color: #FFFAF3;
    font-family: "Sora", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    background-color: #ffc800;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-radius: 15px;*/
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
}
.row-section{
    padding-top: 40px;
}
.section-formation-inscription{
    padding-top: 40px;
}
.navbar-toggler {
    outline: none;
    outline-style: none;
    border: none;
    border-color: inherit;
    box-shadow: none;
}