* {
    font-family: 'Josefin Sans', sans-serif !important;
}

input.form-control, textarea.form-control{
    text-align: right;
    padding: 30px 30px;
    border: 3px solid #491754;
    border-radius: 15px;
    font-size: 24px;
    color: #491754;
}

::placeholder{
    color: #491754 !important;
}

.form-control:focus{
    color: #491754;
    box-shadow: none;
}

.mt_100{
    margin-top:100px;
}

h1.text_parisienne {
    font-size: 95px;
    color: white;
    border-bottom: 2px solid white;
    display: inline;
}
h2.text_parisienne{
    font-size: 95px;
    color: white;
    border-bottom: 2px solid white;
    display: inline;
}

h3 {
    font-size: 36px;
}

.text-white > * {
    color:white !important;
}

.text-dark > * {
    color: black !important;
}

.text_purple > * {
    color:#491754 !important;
}

.text_blue > * {
    color: #7BB4E5 !important;
}

.text_pink > * {
    color: #DD0063 !important;
}

.text-white > * {
    color: white !important;
}


.text_secondaire > *{
    font-size:32px;
    line-height:42px;
}

.text_blue_titre{
    color: #7BB4E5 !important;
    border-bottom: 2px solid #7BB4E5 !important;
}

.text_pink_titre{
    color: #DD0063 !important;
    border-bottom: 2px solid #DD0063 !important;
}

.div_cours > h4 {
    font-size: 26px;
}

.text_white_titre{
    color: white !important;
    border-bottom: 2px solid white !important;
}

.text_purple_titre{
    color: #491754 !important;
    border-bottom: 2px solid #491754 !important;
}

.text_pink{
    color: #DD0063 !important;
}

.text-dark {
    color: black !important;
}

.text_blue{
    color: #7BB4E5 !important;
}

.bold{
    font-weight: bold;
}

.text_secondaire{
    font-size:32px;
    line-height:42px;
}

.text_purple {
    color: #491754 !important;
    border: none !important;
}

.text_violet{
    color: #A80092 !important;
}

.banner_content h2 {
    font-size: 83px;
    margin-bottom: 35px;
    letter-spacing: 0;
    font-weight: 400;
}

footer{
    background-color:#F3E100;
    color:black !important;
    padding-left: 75px;
}

h2{
    font-size:64px;
}

.btn {
    border-radius: 20px;
    border-width: 2px;
    cursor: pointer;
    padding: 16px 40px;
    text-transform: initial;
    font-size: 21px;
    font-weight: 700;
}

.btn_white{
    color: #DD0063;
    background-color: white;
    border-color: white;
}

.btn_white_blue{
    color: #7BB4E5;
    background-color: white;
    border-color: white;
}

.btn_white_purple{
    color: #491754;
    background-color: white;
    border-color: white;
}

.btn_white_pink{
    color: #DD0063;
    background-color: white;
    border-color: white;
}

.btn_pink{
    color: white;
    background-color: #DD0063;
    border-color: #DD0063;
}

.btn_pink:hover{
    color: white;
    background-color: #81003A;
    border-color: #81003A;
}

.btn_purple{
    color: white;
    background-color: #491754;
    border-color: #491754;
}

.btn_purple:hover{
    color: white;
    background-color: #280C2E;
    border-color: #280C2E;
}


.btn_violet{
    color: white;
    background-color: #A80092;
    border-color: #A80092;
}

.btn_violet:hover{
    color: white;
    background-color: #760066;
    border-color: #760066;
}

.btn_blue{
    color: white;
    background-color: #7BB4E5;
    border-color: #7BB4E5;
}

.btn_blue:hover{
    color: white;
    background-color: #324B61;
    border-color: #324B61;
}

.text_parisienne{
    font-family: "Parisienne", sans-serif !important;
}

.text_parisienne > * {
    font-family: "Parisienne", sans-serif !important;
}

.bg_pink{
    background-color: #DD0063;
}

.bg_purple{
    background-color:#491754;
}

.bg_blue{
    background-color: #79B3E5;
}

.bg_yellow{
    background-color: #F3E100;
}

.bg_grey{
    background-color: #EFEFEF;
}

.py_30{
    padding-top:30px;
    padding-bottom:30px;
}

.py_75{
    padding-top:75px;
    padding-bottom:75px;
}

.navbar{
    padding: 0px 150px;
}

.navbar .navbar-nav li {
    padding: 0 10px;
}

.navbar .navbar-nav > li > .nav-link {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    padding: 35px 10px;
    text-transform: inherit;
    font-size: 18px;
}

.p_low{
    padding: 15px 25px;
}

.fleur_section{
    background-image: url("/assets_web/images/Viniyoga-Signe-Ge-Fleurs-Couleur.svg");
    background-repeat: no-repeat;
    background-position: 100% 15%;
    background-size: 25%;
}

.a_center{
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.multi-item-carousel {
    overflow: hidden;
}
.multi-item-carousel .carousel-indicators {
    margin-right: 17.5%;
    margin-left: 17.5%;
}
.multi-item-carousel .carousel-control-prev,
.multi-item-carousel .carousel-control-next {
    background: rgba(255, 255, 255, 0.3);
    width: 17.5%;
    z-index: 11; /* .carousel-caption has z-index 10 */
}
.multi-item-carousel .carousel-inner {
    width: 205%;
    left: -50%;
}
.multi-item-carousel .carousel-item-next:not(.carousel-item-left),
.multi-item-carousel .carousel-item-right.active {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}
.multi-item-carousel .carousel-item-prev:not(.carousel-item-right),
.multi-item-carousel .carousel-item-left.active {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}
.multi-item-carousel .item__third {
    float: left;
    position: relative;
    width: 33.33333333%;
}
  
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
  
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 24px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #280C2E;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none;
}
  
.carousel-indicators li.active, .carousel-indicators li:hover {
    background-color: #A80092;
}

.carousel-indicators li::before {
    background-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
  
.carousel-indicators .active {
    opacity: 1;
}
  

.video_fixed_right{
    position:absolute; 
    bottom:0px;
    right:0px;
    height:90%; 
    width:50%;
}

.video_fixed_left{
    position:absolute; 
    bottom:0px;
    left:0px;
    height:90%; 
    width:50%;
}

.iframe_border{
    width:100%;
    height:100%;
    border-top-left-radius: 75px;
}

.fleur_fixed_right{
    position: absolute;
    right: -35px;
    top: -35px;
    width: 75px;
}

.img_fixed_bottom{
    position:absolute;
    bottom:0px;
    right:0px;
    height:90%;
    width:50%;
}

.radius_left{
    border-top-left-radius: 75px;
}

.radius_right{
    border-top-right-radius: 75px;
}

.border_bottom_3_blue{
    border-bottom:3px solid #79B3E5;
}

.border_bottom_3_purple{
    border-bottom:3px solid  #491754;
}

.border_bottom_3_pink{
    border-bottom:3px solid #DD0063;
}


.chevron{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 40px;
    width: 30px;
    transition:0.5s;
}

.bloc_cours{
    border-radius:15px;
    height:300px;
    width:100%;
    position:relative;
}

.bloc{
    cursor:pointer;
}

.radius_carousel{
    border-radius: 70px;
    padding: 0px 15px;
}

.bg_fleur{
    background-image: url('/assets_web/images/Viniyoga-Signe-Ge-Fleurs-Couleur-2.svg');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 0px 100%;
}

.bg_fleur_2{
    background-image: url('/assets_web/images/Viniyoga-Signe-Ge-Fleurs-Couleur-2.svg');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 0px 100%;
}

.chevron.active {
    transform: rotate(-90deg);
    right: 0px;
    top: 35%;
}

.adresse_panier{
    font-weight: bold;
    font-size: 20px;
    color: #777;
}

.div_accueil_video{
    position: absolute; 
    width: 100%;
    height: 100%;
    max-width: initial;
    top: 0px;
}

.card_header_radius{
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.card_body_radius{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.border_0{
    border: none;
}

a:hover {
    color: #F32B56;
    text-decoration: none;
}

.nav-link:hover{
    color: #79B3E5 !important;
}

.nav-link.active{
    color: #79B3E5 !important;
}

.nav-link:hover > div {
    border-bottom: 1px solid #79B3E5;
}

.nav-link.active > div {
    border-bottom: 1px solid #79B3E5;
}

.nav-link.active > span::before{
    content: "";
    position: absolute;
    bottom: -23px;
    border-bottom: 1px solid #79B3E5;
    width: 35px;
}

.bv-video-wrap.accueil_iframe-wrap-0 {
    height: 100% !important;
}

.img_cours{
    border-radius: 50px;
    filter: brightness(0.5);
}

.div_cours{
    bottom:0px;
    width: 97%;
    padding: 30px;
}

.radius_25{
    border-radius: 25px;
}

.div_en_ligne.text-white > p {
    color: white !important;
    margin-bottom: 0px !important; 
}

.cours_card{
    cursor:pointer;
}

.bg_transparent{
    background: transparent;
}

.bloc_cours::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(123,180,229,0);
    border-radius: 15px;
    transition:0.5s;
}

.bloc_cours.active::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(123,180,229,0.7);
    border-radius: 15px;
}

.cat_histoire{
    font-size: 16px;
    margin-right:15px;
    cursor:pointer;
    padding-bottom: 10px;
}
.cat_histoire:hover{
    color: #DD0063;
    border-bottom:1px solid #DD0063;
}
.cat_histoire.active{
    color: #DD0063;
    border-bottom:1px solid #DD0063;
}

.video_cours{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.container_video{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.half_width{
    width:50%;
    margin-top: 30px;
    color: black !important;
    padding-left:15px;
    padding-right:15px;
}

.full_width{
    width:100%;
    margin-top: 30px;
    color: black !important;
    padding-left:15px;
    padding-right:15px;
}

.half_width.text_parisienne{
    font-size: 52px;
    line-height: 59px;
    color: #491754 !important;
}

    .lien_zoom{
        position: fixed;
        bottom: 0;
        background-color: #491754;
        width: 100%;
        text-align: center;
        z-index: 2000;
        padding: 30px;
        color: white;
    }
  
  
    .btn_zoom{
        padding: 20px;
        border-radius: 8px;
        background-color: #dd0063;
    }

    .border_article{
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        background-image: url('/assets_web/images/flat-white-caff-macchiato-cortado-coffee-cafe-au-lait-ristretto-1620990-pxhere.com-1080.jpg');
        min-height: 350px; 
        background-size: cover;
    }

    .opacity_article{
        opacity: 0.6;
    }

    .text_footer{
        font-size: 17px;
    }

:-webkit-full-page-media body{background-color: white !important}

@media screen and (max-width: 768px){
    h1.text_parisienne {
        font-size: 40px;
    }

    h2.text_parisienne {
        font-size: 32px;
    }

    .padding_bloc{
        padding: 0px;
    }
    .pb_0{
        padding-bottom:0px !important;
    }
    
    .navbar {
        padding: 0;
    }
    
    .radius_carousel {
        border-radius: 15px;
        padding: 0px 5px;
    }

    .radius_right_mobile{
        border-top-left-radius: 0px;
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
    }

    .radius_left_mobile{
        border-top-left-radius: 75px;
        border-bottom-left-radius: 75px;
        border-top-right-radius: 0px;
    }

    .btn-xs-block{
        width: 100% !important;
    }

    .chevron {
        top: 35%;
    }
    
    h3{
        font-size: 22px;
    }

    .navbar-nav li {
        width: -webkit-fill-available;
    }

    .navbar .navbar-nav > li > .nav-link {
        padding: 20px 10px;
        font-size: 24px;
    }

    .navbar .navbar-nav > li > .nav-link::before, .navbar .navbar-nav > li > .nav-link::after {
        content: "";
        position: absolute;
        border-bottom: 2px solid #79B3E5;
        width: 90%;
        bottom: 0px;
    }

    .navbar .navbar-nav > li > .nav-link > div {
        text-align: center;
    }

    .nav-link:hover > div {
        border-bottom: none;
    }
    .navbar-nav {
        height: 100vh;
    }

    .ion-android-menu {
        color: #7BB4E5;
        font-size: 32px;
    }

    .navbar-toggler[aria-expanded="true"] span::before {
        font-size: 22px;
    }

    .navbar-toggler{
        background-color: white;
        box-shadow: none;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-brand{
        width:100%;
    }

    .nav-link.active > div {
        border-bottom: none;
    }

    .nom_cours{
        font-size: 16px;
    }

    .parallax_mobile{
        background-image: url("/assets_web/images/parallax.png");
        height: 400px !important;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 25%;
        margin-top: 0px;
    }
    .fixed-top {
        position: initial;
    }
    .border_article{
        border-radius: 25px;
        min-height: 180px;
        max-width: 345px;
    }

    .mt_100{
        margin-top: 0px;
    }

    .accueil_iframe{
        display: none;
    }

    .text_footer{
        font-size: 14px;
    }
    footer{
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px){
    #navbarSupportedContent .navbar-nav {
        max-height: initial;
   }
}
@media only screen and (max-width: 767px){
    .navbar .navbar-nav > li > .nav-link, .nav-fixed .navbar .navbar-nav > li > .nav-link, .bottom-header .navbar .navbar-nav > li > .nav-link {
        padding: 20px 10px;
    }
}