/* ********** FONTS ********** */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@font-face {
    font-family: blackberry;
    src: url(../font/blackberry.ttf);
  }

/* ********** Global Styles ********** */
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
.body_home {
background-color:#FFFAF7;
}

.blackberry{
    font-family: 'Blackberry', sans-serif;
}

.pink{
    color: #ebd1cb;
    font-weight: 500;
}

.ombre {
text-shadow: #D0A9A0 1px 0 20px;
}
.ombre2 {
text-shadow: #6C97A9 1px 0 20px;
}

.bold{
    font-weight: bold;
}

/* ********** MAIN ********** */
/* .main{
    background-image: url(../img/bkg_video.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left;
} */

.main #header-img {
    position: absolute;
    right: 0;
    top: 0;
	max-width:550px;
}

.main .logo img{
    padding-top: 2rem;
    padding-left: 2rem;
    padding-bottom: 5rem;
}

.main h1{
    color: #965A93;
    font-size: 3.5rem;
    font-weight: 900;
}

.main h2{
    display: inline;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 300;
    text-transform: uppercase;
    

    padding: 0 1rem;
    margin: 1rem 0;
    background-color: #965A93;
}

.main .text{
    padding-top: 1rem;
}

.main .scroll{
    margin-top: 10rem;
    text-align: center;
}

.main .scroll img{
    width: 5rem;
}

/* ********** PRESENTATION ********** */
.presentation{
    padding-top: 3rem;
    padding-bottom: 8rem;
}

.presentation .title{
    text-align: center;
    color: #965A93;
	font-size: 2.5rem;
	margin-bottom: 0px;
}

.presentation .title img{
    width: 15rem;
    margin-bottom: 0.8rem;
}

.presentation .text{

}

.presentation .text {
    font-weight: 100;
}

.presentation .prez{
    text-align: center;
    margin-top: 3rem;
}

.presentation .prez img{

}

.presentation .prez .prez_titles{
    margin-top: 1rem;
}

.presentation .prez .prez_title h5{
    color: #965A93;
    font-weight: 900;
    text-transform: uppercase;
}

.presentation .prez .prez_title .blackberry{
    font-size: 2.3rem;
    font-weight: 500;
    margin-top: -1rem;
    text-transform: inherit;

    color: #d0a9a0;
}

.presentation .prez .prez_text{
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 0.7rem;
    text-align: justify;
}

/* ********** BACKGROUND ********** */
.background{
    background-image: url(../img/bkg_new.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ********** PROGRAMS ********** */
.programs{
    background-image: url(../img/bkg_prog_exo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 3rem;
    padding-top: 6.5rem;
}

.programs h3{
    text-align: center;
    font-size: 2.3rem;
}

.programs .blackberry{
    font-size: 5rem;
    color: #d0a9a0;
    margin-top: -1rem;
}

.programs .programs_2 .blackberry{
    color: #6c97a9;
}

.programs h5{
    font-size: 1.7rem;
    font-weight: 300;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 3rem;
}

.programs .number{
    width: 3.5rem;
    position: relative;
    left: 2.5vw;
    top: -0.2rem;
}

.programs .text{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.3rem 3rem;
}

.programs .programs_2 .text{
font-weight: inherit;
line-height: 25px;
padding-top: 8px;
margin-bottom: 15px;
min-height: 55px;
}

.programs .circle{
    background-image: url(../img/bkg_circle.png);
    background-repeat: no-repeat;
    background-size: 2.7rem;
    background-position: 2rem 0.2rem;
}

/* ********** PROGRAMS 1 & 2 ********** */
.p1_2{
    background-image: url(../img/bkg_section_1-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -1rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.p1_2 .prog{
    text-align: center;
}

.p1_2 .prog img{

}

.p1_2 .number{
    font-size: 5rem;
    font-weight: bold;
    text-align: right;
}

.color_1{
    color: #7D7E95 !important;
}

.color_2{
    color: #7A7BC2 !important;
}

.p1_2 .title{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.p1_2 .text{
    font-size: 1.1rem;
    font-weight: 200;
    margin-top: 0.5rem;
    text-align: justify;
}

/* ********** PROGRAMS 3 & 4 ********** */
.p3_4{
    background-image: url(../img/bkg_section_3-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -1rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.p3_4 .prog{
    text-align: center;
}

.p3_4 .prog img{
}

.p3_4 .number{
    font-size: 5rem;
    font-weight: bold;
	text-align: right;
}

.color_3{
    color: #57A582 !important;
}

.color_4{
    color: #B9A11B !important;
}

.p3_4 .title{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.p3_4 .text{
    font-size: 1.1rem;
    font-weight: 200;
    margin-top: 0.5rem;
    text-align: justify;
}

/* ********** BUYING ********** */
.buying{
    background-image: url(../img/bkg_payement.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -1rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.buying .title{
    text-align: center;
    color: #965A93;
    margin-bottom: 2rem; 
}

.buying .title h2{
    font-size: 3rem;
    font-weight: 900;
}

.buying .text{
    margin-top: 0.5rem;
    color: #4a4a4a;
}

.buying .text h3{
    font-weight: bold;
}

.buying .text .circle{
    background-image: url(../img/bkg_pay_circle.png);
    background-repeat: no-repeat;
    background-size: 4.7rem;
    background-position: 2.5rem 0.5rem;
    padding: 1rem 4rem;
	min-height: 85px;
}

.buying .payement{
    text-align: center;
}

.buying .old_price{
    font-size: 3.5rem;
    font-weight: 900;
    color: #edd2cb;

    position: relative;
    left: -5rem;

}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    width: 9%;
    position: absolute;
    content: "";
    left: 43.5%;
    top: 45%;
    right: 0;
    border-top: 5px solid;
    border-color: inherit;

    -webkit-transform:rotate(20deg);
    -moz-transform:rotate(20deg);
    -ms-transform:rotate(20deg);
    -o-transform:rotate(20deg);
    transform:rotate(20deg);
}

.buying .new_price{
    font-size: 7rem;
    font-weight: 900;
    color: #fff;
    margin-top: -55px;
}
.buying .new_price_label{
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}

.buying .pay img{
margin-top: 40px;
margin-bottom: 25px;
}
.buying .packcouple {
margin-top: 25px;
margin-bottom: 15px;
max-width: 400px;
}
.noticepackcouple {
color:white;
}

.buying .go{
    margin-top: 25px;
	margin-bottom: 25px;
}

.buying .button{
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #965A93;

    padding: 1.3rem 6.7rem;
    border-radius: 10rem;
}
.buying .button:hover {
text-decoration:none;
}

/* ********** NEWSLETTER ********** */
.newsletter{
    padding-top: 5rem;
    padding-bottom: 7rem;
    text-align: center;
    background-color: #edebdf;
    margin-top: -1rem;
}

.newsletter h3{
    font-weight: 300;
    margin-bottom: 3rem;
}

.newsletter .pink{
    color: #965A93;
}

.newsletter input{
    width: 60%;
    border: 3px solid #965A93;
    border-radius: 10rem;
    padding: 9px 22vw 8px 2px;
	font-size: 24px;
}

.newsletter input::placeholder{
    color: #d0d0d0;
}

.newsletter button{
    position: absolute;
    /* right: 24.5rem; */
    right: 20.4vw;
    top: 0.2vh;

    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #965A93;
    border: 3px solid #965A93;
	cursor:pointer;
    padding: 0.5rem 4rem;
    border-radius: 0rem 10rem 10rem 0;
}

/* ********** TESTIMONIALS ********** */
.testimonials{
    background-color: #f5f4ef;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.testimonials .title{
    text-align: center;
    margin-bottom: 4rem;
	font-size: 48px;
	margin-top:0px;
}

.testimonials .title h2{
    font-weight: 900;
}

.testimonials .testimony{
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    margin: 0 1rem;
}

.testimonials .testimony .profil_pic{
    margin-right: 10px;
}

.testimonials .testimony .name{
    font-size: 23px;
    font-weight: bold;
}

.testimonials .testimony .text{
    font-size: 1rem;
    font-weight: normal;
    text-align: justify;
}

/* ********** FOOTER ********** */
.footer{
    background-color: #a5a59d;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer a{
    color: #fff;
}

.footer .logo{
    width: 0;
}

.footer img{
    width: 15rem;
    margin-top:-180px;
}

.bloc_exercices {
font-size: 20px;
text-align: justify;
line-height: 28px;
margin-top: 15px;
margin-bottom: 25px;
font-style: italic;
}

.header-logo {
max-width:200px;
}

.header-page {
background-color:#FEFEFE;
padding-top:15px;
padding-bottom:15px;
}
.header-page a {
color:#8F8F8F;
}

.content_html h2 {
color:#965A93;
font-size:18px;
}
.title {
text-align:center;
color:#965A93;
margin-top: 20px;
margin-bottom: 25px;
}
.title_manuscrit {
font-family: 'Blackberry', sans-serif;
font-size: 35px;
}

.rose-control {
background-color:#FFE3DC !important;
border:1px solid #5B7196 !important;
}
.btn-100 {
width:100%;
}
.btn-primary{
font-weight:bold;
border-color:#965A93 !important;
background:none !important;
background-color:#965A93 !important;
color:white !important;
}
.btn-module1{
font-weight:bold;
border-color:#F1D1EE !important;
background:none !important;
background-color:#F1D1EE !important;
color:#7D7E95 !important;
}
.bg_body_module1 {
background-color:#F1D1EE;
}
.btn-module2{
font-weight:bold;
border-color:#DBD1F5 !important;
background:none !important;
background-color:#DBD1F5 !important;
color:#7A7BC2 !important;
}
.bg_body_module2 {
background-color:#DBD1F5;
}
.btn-module3{
font-weight:bold;
border-color:#CAE9DB !important;
background:none !important;
background-color:#CAE9DB !important;
color:#57A582 !important;
}
.bg_body_module3 {
background-color:#CAE9DB;
}
.btn-module4{
font-weight:bold;
border-color:#F1E894 !important;
background:none !important;
background-color:#F1E894 !important;
color:#B9A11B !important;
}
.bg_body_module4 {
background-color:#F1E894;
}

.bleu {
color:#965A93;
}

.btn-orange {
border-color:#E5957D !important;
background:none !important;
background-color:#E5957D !important;
}

.badge-panier {
background-color: #F9EAE7;
padding: 3px;
border-radius: 10px;
}
.badgeactif{
background-color: #5C7296;
font-weight: bold;
border-radius: 10px;
color: white;
}

.body_shop {
background-color:#F5F4EF;
}
.table-shop {
background-color: #F9F9F9;
}

a {
color:#965A93;
}

.bg_body_1 {
background-color:#F4D8D1;
}
.container-layout {
margin-top:15px;
padding-bottom:40px;
background-color:#FEFEFE;
border-radius: 10px;
}

.form-rose {
background-color:#F9EAE7;
border-color:#5C7296;
}

.title_top{
margin-top:40px;
}
.title_bottom{
margin-bottom:40px;
}

.modal-dialog {
max-width:800px !important;
}
.video-intro {
cursor:pointer;
box-shadow: 0px 8px 16px 10px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 8px 8px 0 rgba(0,0,0,.12);
}

.boxombre {
box-shadow: 0px 8px 16px 10px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 8px 8px 0 rgba(0,0,0,.12);
}

.intromodule {
font-weight:bold;
font-size: 19px;
}
.vignettevideo {
width:370px;
}
.btn-modules {
width:100%;
white-space:normal !important;
word-wrap:break-word;
}

.btn-contour-bleu {
border-radius:15px;
margin-bottom:8px;
padding-top:5px;
padding-bottom:5px;
padding-left:30px;
padding-right:30px;
cursor:pointer;
background-color:#F9F9F9;
white-space: pre-line;
}
.btn-contour-bleu-hover,
.btn-contour-bleu:hover {
border:1px solid #965A93;
background-color:#DBD1F5;
color:#965A93 !important;
}

.titre_question {
margin-bottom:8px;
font-size:20px;
display: inline-block;
}

#div_profil_box_questions {
min-height:300px;
padding-top:20px;
}
.div-img-loader {
width:100%;
text-align:center;
margin-top:50px;
}

.banderessources {
background-color: #EEECDF;
}
.banderessources .title {
margin-top: 15px;
display: inline-block;
margin-bottom: 0px;
font-size: 20px;
}
.presentation strong {
color:#965A93;
}


.auteurs .auteurs_bloc{
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    margin: 0 1rem;
	font-size: 1rem;
    font-weight: normal;
    text-align: justify;
	margin-bottom:70px;
}
.auteurs .title img {
    width: 15rem;
    margin-bottom: 0.8rem;
}
.auteurs .title {
    text-align: center;
    color: #965A93;
    font-size: 2.5rem;
	margin-top:40px;
}
.situation_titre {
font-weight: 900;
font-size: 33px;
color: #965A93;
line-height: 35px;
}

.check-vert {
color:#719907;
}
.check-rouge {
color:#E85242;
}
.btn-paiement {
padding-top:15px;
padding-bottom:15px;
border-radius:25px;
font-size:22px;
}

.text-introduction {
font-weight:bold;
}
.presentation-blog {
padding-top:0px;
}
#blog_bk{
text-align:center;
margin-bottom:30px;
}
#blog_bk img{
max-height:200px;
}
.text-blog {
text-align:justify
}
.vignette_blog_title {
color:#965A93;
font-weight:bold;
font-size:20px;
line-height:20px;
margin-bottom:10px;
}
.vignette_blog_title a:hover {
color:#676767;
text-decoration:none;
}
.vignette_blog_description {
color:#746765;
font-size:18px;
line-height:18px;
}
.vignette_blog_content {
background-color:#EBD4DA;
display: inline-block;
width: 100%;
padding: 25px;
min-height:160px;
margin-bottom:15px;
border-radius: 5px;
}
.vignette_blog_img {
max-height:160px;
border-radius: 5px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus,
.pagination>.active>span:focus {
background-color: #F1E894;
border-color: #BABCCA;
}
.pagination > li {
margin-right:5px;
float:left;
}
.active .btn {
background-color: #F1E894 !important;
color: #965A93 !important;
}
.vignette_blog_description {
text-align:justify;
}
.title-blog {
line-height: 47px;
}
.text-blog { 
line-height: 29px;
}
.text-blog h1 { 
line-height: 35px;
font-size:35px !important;
}

.blog-left {
padding:0px;
list-style:none;
}
.blog-left hr {
margin:5px;
}
.blog-articles {
text-align:left;
color:#965A93;
}
.blog-left a:hover {
color:#676767;
text-decoration:none;
}
.img-blog {
margin-right: 25px;
margin-bottom: 15px;
float:left;
max-width:215px;
}