@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);

.about,
.topbar,
nav .logo {
    display: flex;
    align-items: center
}

.topbar,
nav {
    display: flex
}

.sinscrireBtn,
.topbar p,
nav ul li a {
    font-family: sans-serif
}

.button-2,
.navbar a,
.nxt-btn,
.section-header,
.topbar p {
    text-align: center
}

.banner a,
.menubar ul li a,
.topbar a,
nav ul li a {
    text-decoration: none
}

.about h1,
.inscrire-grt,
.sinscrireBtn,
button#nextBtn {
    text-transform: uppercase
}

#firSec,
.menubar {
    width: 60%
}

iframe,
section {
    overflow: hidden
}

button#dropdownMenuButton2,
input {
    padding: .8em .5em !important;
    margin-bottom: 1em !important
}

html {
    zoom: 94%
}

body {
    margin: 0
}

div#selectedOptionDisplay {
    font-size: 24px;
    font-weight: 900 !important;
    font-family: Manrope !important;
    padding: 1em 0
}

select#anglais,
select#inputSalon {
    border: 1px solid #1b1921 !important;
    padding: .8em .5em !important;
    border-radius: 100px !important;
    margin-bottom: 1em;
    width: 100%
}

.topbar {
    background-color: #fab20f;
    justify-content: space-between
}

.topbar p {
    color: #fff;
    margin: 0
}

.topbar a {
    color: #ffff
}

.sinscrireBtn {
    background-color: #16c2ed;
    padding: 1em;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    color: #ffff;
    cursor: pointer
}

nav {
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    flex-direction: row;
    padding: 1em
}

nav .logo img {
    height: 100%;
    width: 100%;
    margin-right: 10px
}

nav .logo h1 {
    font-size: 1.1rem;
    background: linear-gradient(to right, #b927fc 0, #2c64fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

nav ul {
    list-style: none;
    align-items: center
}

nav ul li {
    margin-left: 1.5rem
}

nav ul li a {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    color: #0b0d53;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize
}

nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #feefc2;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}

nav ul li a:hover {
    color: #090033 !important
}

.dropdown-menu2.show,
.menubar.active,
.menubar.active .close-icon {
    display: block
}

.close-icon {
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    display: none
}

.atl-1,
.dates,
.destination,
.header-sect,
.majors,
.menubar,
.programme {
    display: flex
}

.hamburger .line {
    width: 25px;
    height: 2px;
    background-color: #00081c;
    display: block;
    margin: 7px auto;
    transition: .3s ease-in-out
}

.hamburger-active {
    transition: .3s ease-in-out 0.6s;
    transform: rotate(45deg)
}

.hamburger-active .line:nth-child(2) {
    width: 0
}

.hamburger-active .line:first-child,
.hamburger-active .line:nth-child(3) {
    transition-delay: 0.3s
}

.hamburger-active .line:first-child {
    transform: translateY(12px)
}

.hamburger-active .line:nth-child(3) {
    transform: translateY(-5px) rotate(90deg)
}

.menubar {
    position: absolute;
    top: 0;
    left: -60%;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding: 20% 0;
    background: rgba(255, 255, 255);
    transition: .5s ease-in;
    z-index: 2
}

.banner,
.destination {
    background-repeat: no-repeat
}

.active {
    left: 0;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.menubar ul {
    padding: 0;
    list-style: none
}

.menubar ul li {
    margin-bottom: 32px
}

.menubar ul li a {
    color: #000;
    font-size: 95%;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px
}

.menubar ul li a:hover {
    background-color: #f5f5f5
}

section {
    padding: 4% 0 0
}

.navigiation {
    padding: 0
}

.bloc-right-slider {
    padding-left: 5%
}

.navbar a {
    color: var(--color-secondary);
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0
}

.banner {
    background-image: url('../img/accueil/banner.webp');
    background-size: cover
}

.banner h1 {
    text-align: left;
    font-family: system-ui;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.inscrire-grt {
    background-color: #fab20f;
    padding: 1em;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: #ffff;
    font-family: sans-serif;
    cursor: pointer;
    font-weight: 700
}

.banner h2 {
    margin: 0;
    font-family: sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.banner h3,
.banner h4 {
    font-family: system-ui;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-align: center
}

.banner h4 {
    border: 1px solid;
    padding: .1em .4em;
    border-radius: 8px
}

.banner h5 {
    margin: 0;
    font-family: sans-serif;
    color: #fff;
    text-align: center
}

.banner p {
    color: #fff;
    font-weight: 400;
    font-family: system-ui;
    margin: 0
}

.destination h1,
.destination h2 {
    font-size: 80px;
    font-weight: 900;
    margin: 0
}

.about h1,
.about h2,
.about p,
.destination h1,
.destination h2,
.programme h2,
.programme p {
    font-family: sans-serif
}

.div-2,
.div-3 {
    border-left: 2px solid #fff
}

.dates {
    justify-content: center;
    gap: 5em
}

.majors {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 3em
}

.destination {
    background-image: url(../img/accueil/destination.webp);
    padding: 5em 0 6em;
    justify-content: center;
    align-items: center;
    background-size: contain;
    flex-direction: column;
    background-position: center
}

.destination h1 {
    color: #0b0d53
}

.destination h2 {
    color: #16c2ed
}

.about h1 {
    font-weight: 700;
    color: #fab20f;
    margin: 0
}

.about h2 {
    font-weight: 800;
    color: #0b0d53;
    margin: 0;
    padding-bottom: 1em
}

.prg-I h2,
.prg-I p {
    padding-bottom: .5em
}

.about p {
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    line-height: 32px
}

.button-add {
    padding-bottom: 3em
}

.programme {
    background-color: #0b0d53;
    align-items: center
}

.prg-Mobile,
.programme h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: sans-serif;
    color: #fab20f
}

.programme h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #0b0d53
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0 !important
}

.atl-1 {
    background-color: #fff;
    justify-content: space-between;
    border-radius: 8px;
    margin-bottom: 1em
}

.programme p {
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    color: #ffff;
    line-height: 28px
}

.chiffres-2 h2,
.righth3,
div#firSec h1 {
    font-weight: 800;
    font-family: Manrope
}

hr {
    width: 76%;
    float: left
}

.about img,
.abt-1,
.abt-2,
.dropdown-menu.dropdown-menu2.top,
.prg-1,
.prg-2 img,
.prg-II img,
iframe {
    width: 100%
}

.atl-x {
    margin-top: 4em !important
}

.reseaux {
    gap: .5em;
    align-items: center
}

.chiffres-2 {
    padding: 2em 10em
}

.righth3 {
    color: #ce0e2d;
    text-align: center;
    padding-bottom: 20px;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 1.18px
}

div#firSec h1 {
    font-size: 99px;
    color: #fff;
    line-height: 103px
}

.rightP {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 1em;
    line-height: 134%
}

.header-sect {
    padding: 10em 4em;
    gap: 5em;
    align-items: center;
    background-image: url('../img/accueil/banner-form.webp');
    background-size: cover
}

input#consentCheckbox {
    padding: .5em !important;
    border-radius: 5px !important;
    border: 1.5px solid !important
}

button#dropdownMenuButton2 {
    background: 0 0;
    color: #000;
    width: 100%;
    text-align: left;
    border: 1px solid #1b1921 !important;
    border-radius: 100px !important
}

.dropdown-menu2 {
    display: none;
    position: absolute;
    z-index: 1000
}

button#nextBtn {
    background: #000;
    color: #fff !important;
    transition: background-color .3s ease-in-out;
    border-radius: 0;
    padding: 3% 12%;
    text-align: center;
    border: 1px solid transparent;
    margin-top: 2em
}

.crits {
    font-size: 16px
}

div#firSec p {
    font-size: 24px;
    font-family: Manrope;
    font-weight: 500;
    color: #fff
}

#secSec {
    width: 45%;
    background: #fff;
    padding: 1em 2em
}

.chiffres-2 h2 {
    color: #37b327;
    text-align: center;
    font-size: 60px;
    margin: 0;
    line-height: 79px
}

.chiffres-2 p {
    font-size: 24px;
    font-family: Manrope;
    font-weight: 400;
    text-align-last: center;
    line-height: 40px;
    padding-top: 1em
}

.chiffre-1 h1,
.chiffre-1 h2 {
    font-weight: 700;
    font-family: sans-serif;
    margin: 0
}

.chiffre-1 h1 {
    color: #16c2ed
}

.chiffre-1 h2 {
    font-size: 27px;
    color: #0b0d53;
    text-align: center;
    padding-top: .5em
}

.prg-I h1,
.prg-I li {
    font-family: Manrope
}

.chiffres-cles {
    display: flex;
    justify-content: space-around;
    padding: 0 10em 6em
}

.form-in {
    text-align: -webkit-center;
    background-color: #efefef
}

iframe {
    border: none;
    transition: height .3s
}

.carousel-item {
    position: relative
}

.carousel-caption {
    position: absolute !important;
    top: 60% !important;
    left: 37% !important;
    transform: translate(-50%, -50%);
    text-align: left !important;
    color: #fff !important;
    width: 65%
}

.carousel-caption h1 {
    font-size: 99px;
    font-weight: 800;
    font-family: Manrope;
    line-height: 103px
}

@media screen and (min-width:768px) {
    .banner {
        display: none
    }
}

@media screen and (max-width:768px) {
    .carousel-inner {
        width: 100% !important;
        border-radius: 0 !important
    }

    div#headerCarousel {
        display: none
    }
}

input {
    border: 1px solid #1b1921 !important;
    border-radius: 100px !important
}

#inputRegion {
    padding-left: 3em !important
}

.prg-I h1 {
    color: #37b327;
    font-size: 50px;
    font-weight: 200
}

.prg-I h2 {
    color: #17233c;
    font-size: 30px;
    font-weight: 400;
    line-height: 62px
}

ul {
    list-style: url("../img/shape.png")
}

.prg-I li {
    font-size: 24px;
    font-weight: 400;
    color: #2e519f
}

.prg-I h5,
.prg-I p {
    color: #17233c;
    font-size: 20px;
    font-family: Manrope
}

.prg-I p {
    font-weight: 600;
    padding-left: 1.7em
}

.prg-I h5 {
    line-height: 34px;
    padding-bottom: .8em
}

.prg-I h4 {
    font-size: 30px;
    color: #2e519f;
    font-weight: 500;
    line-height: 42px;
    font-family: Manrope
}

section.prgrm {
    display: flex;
    padding: 0 7em;
    gap: 4em
}

.ontario h2 {
    color: #000;
    text-align: center;
    font-size: 41px;
    font-weight: 400;
    margin: 0;
    font-family: Manrope;
    line-height: 58px
}

.ontario {
    padding: 2em 1em
}

.prg-II img {
    margin-top: 3%;
    height: 80%
}

.banner button,
.prg-I button {
    background-color: #37b327;
    color: #fff;
    border: none;
    font-family: Manrope;
    font-weight: 500;
    margin-top: 1em
}

.prg-I {
    margin-top: 3%;
    width: 55%
}

.chiffre-1,
.prg-II {
    width: 45%
}

.prg-I button {
    padding: 1em 4em;
    font-size: 14px
}

.label-rad {
    font-size: 18px;
    line-height: 35px
}

@media screen and (min-width:790px) and (max-width:1151px) {
    .cta-scroll {
        bottom: 30% !important
    }

    .cta-scroll button {
        font-size: 14px !important
    }

    .cta-scroll img {
        width: 70px !important;
        height: 70px !important
    }

    .static-text {
        top: 37% !important
    }

    .static-text h1 {
        font-size: 40px !important;
        line-height: 52px !important
    }
}

@media screen and (min-width:1151px) and (max-width:1300px) {
    .static-text {
        top: 45%
    }

    .cta-scroll button {
        font-size: 16px !important
    }

    .cta-scroll {
        bottom: 12% !important
    }

    .static-text h1 {
        font-size: 49px !important;
        line-height: 57px !important
    }
}

@media screen and (max-width:790px) {

    #firSec,
    #secSec,
    .prg-I {
        width: 100%
    }

    .card.cardx11,
    .card.cardx12,
    .cta-scroll,
    .prg-II,
    .static-text {
        display: none
    }

    .prg-I h1 {
        font-size: 30px
    }

    .ontario h2 {
        text-align: justify;
        font-size: 21px;
        line-height: 36px
    }

    section.prgrm {
        padding: 0 1em
    }

    .header-sect {
        flex-direction: column;
        padding: 4em 1em;
        gap: 3em
    }

    div#firSec h1 {
        font-size: 44px;
        line-height: 54px
    }

    #secSec {
        padding: 1em
    }

    .chiffres-2 {
        padding: 2em 1em
    }

    .righth3 {
        font-size: 33px;
        line-height: 45px
    }

    .chiffre-1 h2 {
        text-align: left !important
    }

    .sinscrireBtn {
        font-size: 17px !important
    }

    .lire {
        padding-bottom: 1.5em
    }

    .chiffres-cles {
        padding: 0 2em .5em;
        align-content: center;
        gap: 1em;
        flex-wrap: wrap
    }

    .chiffres-2 h2 {
        font-size: 22px;
        text-align: justify;
        line-height: 40px
    }

    .prg-I h2 {
        font-size: 18px;
        line-height: 28px
    }

    prg-I h5 {
        font-size: 18px;
        text-align: justify
    }
}

.banner h1,
.chiffres-2 h1,
.exp-1 h1 {
    font-size: 33px
}

.chiffre-1-1 {
    width: 50% !important
}

.atl-1,
.atl-2 {
    width: auto
}

.chiffre-1 h1 {
    font-size: 45px
}

.exp-1 h2 {
    font-size: 24px
}

.topbar {
    padding: .7em 2em !important;
    justify-content: center !important
}

.about,
.banner-div {
    flex-direction: column
}

.topbar a,
.topbar p {
    font-size: 12px
}

.reseaux,
.to-hide,
nav ul {
    display: none
}

.form-in {
    padding: 1em 0
}

.about h2 {
    font-size: 40px
}

.about h1 {
    font-size: 36px
}

.about {
    padding: 2em 1em
}

.hamburger {
    cursor: pointer;
    display: block
}

.banner {
    padding: 11em .5em 4em
}

.banner-div {
    display: flex;
    align-items: center;
    padding-top: 4em
}

.banner img {
    width: 70px
}

.banner button {
    padding: .8em 1em;
    font-size: 14px
}

.banner h4,
.banner p {
    font-size: 20px
}

.banner h2 {
    font-size: 23px;
    line-height: 44px
}

.prg-2 img {
    padding-bottom: 2em
}

.banner h3 {
    font-size: 27px
}

.banner h5 {
    font-size: 38px;
    font-weight: 800;
    padding-bottom: .2em;
    padding-top: 1em
}

.dates {
    gap: 1em;
    padding: 1em;
    flex-direction: column
}

.div-1,
.div-2,
.div-3 {
    border-left: none;
    padding-left: 0;
    padding-bottom: .4em;
    text-align: center;
    padding-right: 0
}

.div-1,
.div-2 {
    border-bottom: 1px solid #fff
}

.inscrire-grt {
    margin-bottom: 0
}

.day {
    font-size: 27px !important;
    font-weight: 300 !important
}

.programme {
    padding: 3em 1em;
    flex-direction: column-reverse
}

.atl-1 {
    padding: .5em
}