@font-face {
    font-family: "RalewayBlack";
    font-style: normal;
    src: url("../fonts/raleway/Raleway-Black.ttf") format("opentype");
}
@font-face {
    font-family: "RalewayBold";
    font-style: normal;
    src: url("../fonts/raleway/Raleway-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "RalewayRegular";
    font-style: normal;
    src: url("../fonts/raleway/Raleway-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "RalewayExtraBold";
    font-style: normal;
    src: url("../fonts/raleway/Raleway-ExtraBold.ttf") format("opentype");
}
@font-face {
    font-family: "RalewayMediun";
    font-style: normal;
    src: url("../fonts/raleway/Raleway-Medium.ttf") format("opentype");
}
@font-face {
    font-family: "RalewayLightItalic";
    font-style: normal;
    src: url("../fonts/raleway/Raleway-LightItalic.ttf") format("opentype");
}

:root{
    --color-seashell: #FFF7F0;
    --color-indian-yellow: #ECA04B;
    --color-dark-slate-gray: #28465E;
    --color-dark-slate-gray-trans-29: rgba(40, 70, 94, 0.16);
    --color-dark-slate-gray-trans: rgba(40, 70, 94, 0.63);
    --color-white: #fff;
    --color-white-trans:rgba(255, 255, 255, 0.50);;
    --color-white-trans-link:rgba(255, 255, 255, 0.728);
    --color-dark: #212121;
}

/* BG */

.bg-seashell{
    background-color: var(--color-seashell);
}
.bg-dark-slate-gray{
    background-color: var(--color-dark-slate-gray);
}
.bg-dark-slate-gray-trans-29{
    background-color: var(--color-dark-slate-gray-trans-29);
}
.bg-white{
    background-color: var(--color-white);
}
.bg-indian-yellow{ background-color: var(--color-indian-yellow);}


/* COLOR */

.color-dark-slate{
    color: var(--color-dark-slate-gray)!important;
}
.color-indian-yellow{
    color: var(--color-indian-yellow)!important;
}
.color-dark{
    color: var(--color-dark);
}
.color-white{
    color: var(--color-white);
}
.p-none{
    padding: 0;
}
.m-none{
    margin: 0;
}
.mt-5{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 3rem;
}
.mr-3{
    margin-right: 3rem;
}
.mr-05{
    margin-right: 1rem;
}
.pl-2{
    padding-left: 2rem;
}
.font-size-2{
    font-size: 1.3rem;
}
.text-bold{
    font-weight: bold;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.nav-link{
    text-decoration: none;
    color: var(--color-dark);
    font-family: "RalewayBold";
}
.nav-link:hover{
    color: var(--color-dark-slate-gray);
}
.nav-link:focus{
    color: var(--color-dark-slate-gray);
}
.nav-link.active{
    color: var(--color-dark-slate-gray);
}
#navbarSupportedContent{
    position: relative;
}
.w-100{width: 100%;}
.picture-block{min-height: 30rem!important;object-position: center center;}
.btn-connect{
    position: absolute;
    right: 0;
    top: -0.5rem;
    font-family: "RalewayBold";
}
.nav-menu li:last-child{
    margin-left: 6rem!important;
}
.sub-menu li:last-child{
    margin-left: 0!important;
}
.list-none{
    list-style: none;
}
.link-none{
    text-decoration: none;
}
.px-3-rem{ padding: 0 3rem!important;}
.btn-yellow-not-hover{
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-family: "RalewayBold";
    border: 1px solid var(--color-indian-yellow);
    background-color: var(--color-indian-yellow);
    color: var(--color-white);
    border-radius: 0.5rem;
    transition: all ease 0.6s;
}
.btn-yellow{
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-family: "RalewayBold";
    border: 1px solid var(--color-indian-yellow);
    background-color: var(--color-indian-yellow);
    color: var(--color-white);
    border-radius: 0.5rem;
    transition: all ease 0.6s;
}
.btn-yellow:hover{
    transition: all ease 0.6s;
    color: var(--color-indian-yellow);
    background-color: var(--color-white);
}
.btn-dark-slate-gray-not-hover{
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-family: "RalewayBold";
    border: 1px solid var(--color-dark-slate-gray);
    background-color: var(--color-dark-slate-gray);
    color: var(--color-white);border-radius: 0.5rem;
    transition: all ease 0.6s;
}
.btn-dark-slate-gray{
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-family: "RalewayBold";
    border: 1px solid var(--color-dark-slate-gray);
    background-color: var(--color-dark-slate-gray);
    color: var(--color-white);border-radius: 0.5rem;
    transition: all ease 0.6s;
}
.btn-dark-slate-gray:hover{
    transition: all ease 0.6s;
    color: var(--color-dark-slate-gray);
    background-color: var(--color-white);
}
.font-RalewayLightItalic{
    font-family: "RalewayLightItalic";
}
.font-RalewayExtraBold{
    font-family: "RalewayExtraBold";
}
.font-RalewayBold{
    font-family: "RalewayBold";
}
.font-RalewayMediun{
    font-family: "RalewayMediun";
}
h2, h4, h1{
    font-family: "RalewayBlack";
}
h4{
    margin-bottom: 2rem;
}
.tile-block{
    color: var(--color-dark-slate-gray);
    margin-bottom: 2rem;
}
p{
    font-family: "RalewayRegular";
    text-align: justify;
}
.icon-contact{
    border: 1px solid var(--color-indian-yellow);
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 1s;
}
.icon-contact:hover{
    background-color: var(--color-indian-yellow);
    transition: all ease 1s;
}
.icon-contact:hover i{
    color: white;
    transition: all ease 1s;
}
.button-formation{
    margin-right: 3rem;
}
.border-right{ border-radius: 0 5rem 0 0!important;}
.z-index-mid{ z-index: 50!important;}
.p-relative { position: relative;}
.opacity-0-5{opacity: 0.5!important;}
.logo-body{
    position: relative;
    z-index: 20!important;
}
.logo-body::after{
    content: "";
    position: absolute;
    top: -8rem;left: -10%;
    height: 100vh;
    width: 35%;
    z-index: 3!important;
    background-image: url('../img/grand_cercle.png');
    background-repeat: no-repeat;
}
.logo-hero-section{
    height: 12rem;
    margin-bottom: 1.5rem;
}
.picture-first-block{
    height: 4rem;
    width: 4rem;
}
.picture-block-indian-yellow{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picture-block-dark-slate-gray{
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
.menu{
    z-index: 100!important;
    position: relative;
}
.hero-section{
    position: relative;
    z-index: 10!important;
    margin-top: 5rem;
}
.hero-section::after{
    content: "";
    position: absolute;
    bottom: -10%;left: 0;
    height: 18rem;
    width: 10rem;
    background-image: url(../img/demi_cercle_hachuré.png);
    background-repeat: no-repeat;
    background-size: 6rem;
}
.hero-section h2{
    letter-spacing: 2px;
    font-size: 2rem;
    word-spacing: 5px;
    margin-top: 1rem;
}
.profil-picture.first-picture{
    margin-left: 0rem;
}
.profil-picture{
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    margin-left: -1.5rem;
    object-fit: cover;
}
.first-stars{
    margin-left: 1rem;
}
.notice{
    border-bottom: 1px solid var(--color-indian-yellow);
    width: fit-content;
    padding: 0.5rem;
}
.picture-video{
    height: 100%;
    z-index: 5!important;
    border-radius: 3rem;
    max-height: 70vh;
    position: relative;
}
.img-hero-section-content{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1!important;
}
.img-hero-section-content::before{
    content: "";
    position: absolute;
    top: 0;right: 0;
    border: 3px solid var(--color-indian-yellow);
    height: 100%;
    width: 90%;
    border-radius: 3rem;
    margin-top: 5%;
    margin-right: 15%;
    z-index: -1!important;
}
.img-hero-section{
    height: 100%;
    width: 90%;
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 3rem;
    z-index: 1500!important;
}
.block-default h2{
    margin: 3rem 0;
    color: var(--color-dark-slate-gray);
}
.block-default-content h1{
    font-size: 3rem!important;
}
.block-default a{
    color: var(--color-indian-yellow)!important;
}
.padding-default-block{
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}
@media (min-width: 1200px) {
    .col-xl-8 {
    flex: 0 0 auto;
    width: 83.33333333%!important;
    }
}
@media (min-width: 1700px) {
    .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%!important;
    }
}

.play-video{
    position: absolute;
    top: 40%;right: 26%;
    z-index: 10!important;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 0px;
    background-color: var(--color-dark-slate-gray-trans);
}
.first-block{
    border-radius: 5rem 0 0 0;
    position: relative;
    padding-top: 3rem!important;
    padding-bottom: 1rem!important;
}
.first-block::after{
    content: "";
    position: absolute;
    top: 5%;right: 0%;
    height: 100%;
    width: 5rem;
    background-image: url(../img/points_blanc.png);
    background-repeat: no-repeat;
    background-size: 6rem;
}
.block-indian-yellow{
    color: var(--color-dark);
}
.block-indian-yellow-content, .block-indian-yellow-picture{
    border: 4px solid var(--color-indian-yellow);
}
.block-indian-yellow-content{
    background-color: var(--color-white);
}
.block-indian-yellow-picture{
    border-left: 0px;
    border-radius: 0 5rem 0 0;
    overflow: hidden;
}
.block-dark-slate-gray{
    color: var(--color-dark);
}
.block-dark-slate-gray-content, .block-dark-slate-gray-picture{
    border: 4px solid var(--color-dark-slate-gray);
}
.block-dark-slate-gray-content{
    background-color: var(--color-white);
}
.block-dark-slate-gray-picture{
    border-right: 0px;
    border-radius: 5rem 0 0 0;
    overflow: hidden;
}
.blok-info-training p{
    color: var(--color-dark-slate-gray);
    font-family: "RalewayBold";
    margin-bottom: 0rem!important;
}
.blok-info-training i{
    font-weight: bold;
}
.block-price{
    font-family: "RalewayBold";
    color: var(--color-dark-slate-gray);
    font-size: 2rem;
}
.background-point{
    position: relative;
}
.background-point::after{
    content: "";
    height: 15rem;
    width: 5rem;
    background-image: url(../img/points_bleus.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    position: absolute;
    top: 5%;
    left: -1%;
}
.background-point::before{
    content: "";
    height: 15rem;
    width: 4rem;
    background-image: url(../img/DEMI_CERCLE_RAYÉ_BLANC.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    position: absolute;
    bottom: 1%;
    right: 0%;
}
.footer-dark-slate-gray{
    padding-top: 4rem;
    border-radius: 9rem 0 0 0;
    position: relative;
}
.footer-dark-slate-gray::after{
    position: absolute;
    content: "";
    height: 12rem;
    width: 4rem;
    background-image: url(../img/points_blanc.png);
    background-size: 5rem;
    background-repeat: no-repeat;
    bottom: 7%;right: 0;
}
.logo-footer{
    width: 70%;
    object-fit: contain;
    margin-bottom: 1.5rem;
    max-height: 10rem;
}
.icon-footer{
    text-decoration: none;
    color: var(--color-white);
    margin: 0 0.5rem;
}
.icon-footer:hover{
    text-decoration: none;
    color: var(--color-white);
    margin: 0 0.5rem;
}
.link-footer{
    text-decoration: none;
    opacity: 0.5;
    color: var(--color-white);
    transition: all ease 0.5s;
}
.link-footer:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--color-white);
    transition: all ease 0.5s;
}
.border-footer{
    border-bottom: 1px solid var(--color-white-trans);
}
.text-footer{
    color: var(--color-white-trans);
}
.text-footer-link{
    color: var(--color-white-trans-link)!important;
}
.accordion-button::after{
    width: 0;
}
.accordion-button:not(.collapsed){
    color: var(--color-white);
    background-color: var(--color-dark-slate-gray);
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-item{    
    background-color: #fff;
    border: 0;
}
.accordion-header{
    border-top: 1px solid rgba(0,0,0,.125);
}
.accordion-header button{
    letter-spacing: 2px;
}
.icon-plus{
    margin-right: 2rem;
    color: var(--color-indian-yellow);
}
#row-avis{
    position: relative;
    padding: 3rem 0;
}
.block-avis{
    border-bottom: 2px solid var(--color-indian-yellow);
    margin: 1rem;
    border-radius: 0 3rem 0 0;
    box-shadow: 0 8px 16px rgba(236,160,75,0.4);
}
#row-avis::after{
    content: "";
    position: absolute;
    top: 15%;right: 0;
    background-image: url(../img/POINTILLES_ORANGE.png);
    background-repeat: no-repeat;
    background-size: 6rem;
    height: 16rem;
    width: 5rem;
}
#row-avis::before{
    content: "";
    position: absolute;
    bottom: 4%;left: 0;
    background-image: url(../img/CERCLE\ RAYÉ\ ORANGE.png);
    background-repeat: no-repeat;
    background-size: 6rem;
    width: 9rem;
    height: 15rem;
}
.first-block-title{
    letter-spacing: 2px;
}
.nav-menu{
    width: fit-content;
}
.dropdown-menu{
    text-align: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    background-color: var(--color-white);
    left:-60%;
}
nav.navbar ul.navbar-nav li.nav-item {
  position: relative;
}
nav.navbar ul.navbar-nav li.nav-item:hover ul.sub-menu {
    display: block;
  }
  nav.navbar ul.navbar-nav ul.sub-menu {
    display: none;
    position: absolute;
    background-color: var(--color-dark-slate-gray);
    z-index:9999!important;
    border-radius: 2rem;
  }
  ul.sub-menu {
    padding-left: 0;
    top:100%;
    left: -25%;
    width: 150%;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
  ul.sub-menu:hover {
    display: block;
  }
  ul.sub-menu li.sub-menu-item {
    list-style: none;
    text-align: left;
    text-transform: lowercase;
  }
  ul.sub-menu li.sub-menu-item a {
    color:var(--color-white)!important;
    text-decoration: none;
    font-family: 1.1rem;
    transition: all ease 0.6s;
  }
  ul.sub-menu li.sub-menu-item:hover a {
    color: var(--color-indian-yellow)!important;
    font-family: 1.1rem;
    transition: all ease 0.6s;
  }
.splide__arrow{
    border-radius: 0.7rem!important;
    background-color: var(--color-white)!important;
    box-shadow: 0 0 1rem var(--color-indian-yellow); 
    height: 3em!important;
    width: 3em!important;
    color: var(--color-indian-yellow);
}
.splide__arrow:disabled{
    color: gray!important;
}
.splide__arrow--prev{
    left: -4em!important;
}
.splide__arrow--next{
    right: -4em!important;
}
.default-value h2,.default-value h1{
    color: var(--color-dark-slate-gray);
}
.default-value a{
    color: var(--color-indian-yellow);
}
.padding-5{ padding: 3rem!important;}
.titre-logo{ display: flex;justify-content: space-around;}
@media (max-width: 1300px){ 
    .logo-body::after{
        height: 100vh;
        width: 33rem;
        z-index: 3!important;
        top: -2%;left: -5%;
        background-size: 17rem;
    }
    .logo-body::before{
        height: 10rem;
        z-index: 5!important;
        top: 0;left: 7%;
        background-size: 10rem;
    }
    .picture-block-indian-yellow,.picture-block-dark-slate-gray{
        width: 114%;
        max-height: 70vh;
        height: 70vh;
    }
}
@media (max-width: 995px){
    .margin-responcive{margin-left: 3rem;}
    .responcive-postion-relative{
        position: relative;
    }
    .responcive-postion-absolute{
        background-color: var(--color-indian-yellow);
        margin-bottom: 1rem;
    }
    .font-menu-responcive{
        font-size: 2rem!important;
    }
    .logo-body::before{
        content: "";
        position: absolute;
        background-size: 8rem;
        height: 8rem;
        top: 3rem;left:2%;    
        height: 100vh;
        width: 35%;
        z-index: 10!important;
        background-image: url('../img/LOGO.png');
        background-repeat: no-repeat;
    }
    .padding-default-block{
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .block-default-content{
        justify-content: start!important;
    }
    .block-default-content h1{
        font-size: 2rem!important;
    }
    .button-formation{
        margin: 0 auto!important;
    }
    .pl-2{
        padding: 0;
    }
    .px-3-rem{ padding: 0 1rem;}
    .padding-5{ padding: 0.5rem!important;}
    .logo-footer{width: 50%;}
    .hero-section h2{
        margin-bottom: 2rem;
    }
    .titre-logo img{ display: none;}
    .splide__track{ margin: 0 1rem!important;}
    .first-block::after{
        display: none;
    }
    .first-block h3{
        margin-top: 1rem!important;
    }
    .hero-section::after{
        display: none;
    }
    .description-training{
        padding: 1.5rem!important;
    }
    .img-hero-section-content{
        height: 70%;
        width: 70%;
    }
    .img-hero-section{
        height: 70%;
        width: 80%;
        margin: 4rem 3rem!important;
    }
    .logo-hero-section{
        display: none;
        height: 0;
    }
    .first-sub-menu-item{
        margin-left: auto!important;
    }
    .logo-body::after{
        left: -5rem;top: -5rem;
        width: 15rem;
        background-size: 15rem;
    }
    .navbar-collapse{
        position: fixed;
        top: 0;left: 0;
        height: 100vh;width: 100vw;
        background-color: var(--color-indian-yellow);
        padding: 50% 0;
    }
    nav.navbar ul.navbar-nav li.nav-item{
        margin-bottom: 1rem;
    }
    nav.navbar ul.navbar-nav li.nav-item{
        margin-bottom: 1rem;
    }
    .menu.my-4{
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .navbar>.container-fluid{
        justify-content: end!important;
    }
    .nav-menu{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }
    .nav-menu li:first-child{
        margin-left:0!important;
    }
    .nav-menu li:last-child{
        margin-left: 0!important;
        margin-top: 1rem;
    }
    .btn-connect{
        position: relative;
    }
    .hero-section{
        margin-top: 0;
    }
    .video-hero{
        height: 100%;
        width: fit-content;
        margin-bottom: 0;
        border: 0;
    }
    .picture-video{
        border-radius: 0;
        height: 50vh;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .picture-video::before{
        height: 70%;
        width: 80%;
        margin-right: 5rem;
    }
    .row-indian-yellow{
        flex-direction: column-reverse;
    }
    .training-block{
        display: flex;
        justify-content: start;
    }
    .block-indian-yellow{
        margin: 2rem 0!important;
        border: 0;
    }
    .picture-block-indian-yellow, .block-indian-yellow-picture{
        border: 0;
        height: 30vh;
    }
    .block-indian-yellow-content, .block-indian-yellow-picture{
        border: 0;
    }
    .blok-info-training{
        margin-top: 2rem;
        display: block!important;
    }
    .block-info-training-second{
        display: flex;
        flex-direction: column-reverse;
    }
    .block-price{
        margin: 0.5rem auto;
    }
    .tile-block{
        text-align: center;
    }
    .block-dark-slate-gray-picture,.block-dark-slate-gray-content, .block-dark-slate-gray-picture{
        border: 0;
    }
    .picture-block-dark-slate-gray{
        border: 0;
        border-radius: 0;
        height: 30vh!important;
        min-height: 30vh!important;
    }
    .background-point::after{
        display: none;
    }
    .block-avis{
        border-radius: 0;
    }
    .row-hero-section{
        --bs-gutter-x: 0;
        flex-direction: column-reverse;
        margin: 0 auto;
        justify-content: center;
    }
    .text-hero-section{
        margin: 0 auto!important;
        padding: 1rem!important;
    }
    .first-stars{
        margin-left: 0.5rem;
    }
    .stars{
        height: 0.7rem;
    }
    #row-avis::before,#row-avis::after{
        display: none;
    }
    .footer-dark-slate-gray::after{
        display: none;
    }
    .row-final{
        display: flex;
        flex-direction: column-reverse;
    }
    .col-final{
        justify-content: center!important;
    }
    .text-footer{
        text-align: center!important;
    }
    .splide__arrow--prev{
        left: -1.5em!important;
    }
    .splide__arrow--next{
        right: -1.5em!important;
    }
    .block-avis{
        margin: 2rem!important;
    }
    .blok-info-training{
        flex-direction: column!important;
    }
    .blok-info-training i{
        margin-left: 0!important;
    }
    .row-first-block-training{
        margin: 0 auto!important;
    }
    .background-point::before{
        display: none;
    }
}
.dropdown-toggle::after{ display: none;}
label{ font-family: "RalewayBold";text-align: justify;}