@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong{
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.text-right-md {
    text-align: right;
}
.text-left-md{
    text-align: left;
}
body{
	line-height: 1;
}
#front-content{
	margin-top:63px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ellipsis{
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.margin-bottom-l{
	margin-bottom:45px;
}
/* HEADER */
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.home-color-box-1, .home-color-box-2{
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    position: relative;
    padding: 30px 0;
    color: #fff;
    background-color: #F26766;
}
.home-color-box-2{
	background-color:#d8d8d8;
}
.home-color-box-3{
	background-color:#f7f7f7;
}

.home-color-box-4{
	background-color:#F4EFED;
}

.color-box-1{
    position: relative;
    padding: 30px 0;
    background-color: #F26766;
}
.color-box-1 h2{
    color: #fff;
}
.home-color-box-1 .btn {
    color: #fff;
    background-color: #cc5959;
    border-color:#cc5959;
}
.auteur-citation{
	font-size:0.8em;
}
.home-color-box-1 .btn:hover {
    background-color: #b74f4f;
    border-color:#b74f4f;
}
h1, h2, header nav a.nav-link, footer span.lead, .price-bloc, .btn, .hp-top-actions{
	font-family: "Cardenio-Modern-Bold",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
h3, h4, .short-explain-hp{
	font-family: "Cardenio-Modern-Std",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
header nav a.nav-link{   
    font-size: 1.3em;
}
.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-7 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-8 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.breadcrumb {
    margin-bottom:0;
}
img.garantie-ill{
	height:110px;
    margin: 0 auto 10px;
}
.btn.btn-amazon {
    background-color: #e8e9e9;
}
.btn.btn-amazon img{
	width:120px;	
}
.btn.btn-buy{
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #8bb96b;
    border-color: #8bb96b;
}
.btn.btn-buy:hover{
    background-color: #81ab64;
    border-color: #81ab64;
}

.btn.btn-buy.btn-buy-store{
	padding-top: 8px;
    padding-bottom: 10px;
}

.btn.btn-budgix{
    background-color: #8bb96b;
    border-color: #8bb96b;    
    color:#fff;
}
.btn.btn-budgix:hover{
    background-color: #81ab64;
    border-color: #81ab64;
    color:#fff;
}
.bg-budgix{
    background-color: #8bb96b;
}


.navbar-brand img{
	  width: 135px;
    padding-top: 4px;
}

/* SOCIAL LINKS */
ul.social-list li .social-icon {
    vertical-align: middle;
    width: 40px;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}
ul.social-list li .social-icon svg {
    width: 100%;
    height: auto;
}
ul.social-list li .social-icon.facebook svg .circle {
    fill: #3b5998;
}
ul.social-list li .social-icon.twitter svg .circle {
    fill: #55acee;
}
ul.social-list li .social-icon.youtube svg .circle {
    fill: #cd201f;
}
ul.social-list li .social-icon.instagram svg .circle {
    fill: #3f729b;
}
ul li .social-icon svg .icon {
    fill: #fafafa;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-row;
    white-space: nowrap;
}
ul.social-list  li {
    display: table-cell;
    padding:0 2px;
}
.social-box{
    margin: 10px auto;
    display: table;
    padding: 2px;
    white-space: nowrap;
}
.card .card-header h2, {
    font-size: 1.3em;
}        
.short-explain-hp{
  font-size: 1.7rem;
}            
.btn{
  font-size: 1.2em;
}     
footer .text-muted{
  font-size: 0.9em;
}
#rules-container{
	background-color:#F4EFED;
	border:30px solid #F26766;
	padding:20px;
}
#rules-container h3{
	font-weight:bold;	
}
.img-card-border{
	border-radius:8px;
} 
#rules-container .img-card-border, #rules-container-landing .img-card-border{
	 transform:rotate(15deg); 
} 
.white-link, .white-link:hover{
	 text-decoration:none;
	 color:#fff;
}
.white-link:hover{
	 text-decoration:underline;
}
.post-container h2{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom:1rem;
    padding-top:3rem; 
}
.post-container h3 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-family: "Cardenio-Modern-Bold",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.post-container ul{
    padding-left:1rem;
}
.post-container p{
    padding-bottom:1rem;
}
.post-container a{
    color: inherit;
    background-color: #FFF8CC;
    padding: 0 3px;
}
.post-container h2 a{
    color: inherit;
    background-color: inherit;
    padding: 0;
}
.post-container ul{
   list-style-type: disc;
   margin-left:1rem;
}
.post-container ul li{
   padding-bottom:3px;;
}
.carousel-indicators li{
    width: 85px;
}
.carousel-indicators li img{
    border: 1px solid #ccc;
    border-radius:5px;
    padding:3px;
}
ul.list-bullet{
	list-style-type:disc;
	margin-left:1rem;
}
ul.store-data-picto {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-row;
    white-space: nowrap;
}
ul.store-data-picto li{
	display: table-cell;
    padding: 2px 20px;
	width:80px;
}
ul.store-data-picto li > div{
	font-size:0.9em;
    line-height: 1.2em;
}
ul.store-data-picto li#picto-card img{
	width:90%;
}
ul.store-data-picto li#picto-france img{
	width:75%;
}
.service-info-box{
	font-weight:bold;
	color:#fff;
}
.service-info-box img{
	width:80px;
}
.bg-colorb{
    background-color: #F36766!important;
}
.price-color{
	color:#e22e2d;
}

.blog-post-card{
    color: #495057;
    background-color: #fff;
    padding:1.5em 1em 3.5em ;
    border:1em solid #F26766;
}

.home-color-box-2 .blog-post-card {
    border: 1em solid #d8d8d8;
}

.blog-post-card h2 a{
    color: #495057;
}
.blog-post-card .btn.btn-success {
    background-color: #8bb96b;
    border-color: #8bb96b;
    margin-top:0.7em;
    
    position: absolute;
    bottom: 15px;
    left: 35%;
}
.blog-post-card .btn.btn-success:hover{
    background-color: #81ab64;
    border-color: #81ab64;
}
.blog-post-card .lead {
    font-size: 1.5rem;
    font-weight: 300;
    padding-bottom:0.7em;
}



.presentation-box.budgix-box {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    padding: 0;
}
.presentation-box.budgix-box .logo-budgix{
	width:100px;
	margin:0 auto;
}
.presentation-box.budgix-box  .description-budgix{
    padding: 5px 20px 20px;
    color: #fff;
    background-color: #F26766;
    text-align :center;
}
.presentation-box .description-budgix a.link{
    color: inherit;
    text-decoration:none !important;
    font-weight:normal;
    border:none;
}
.presentation-box .description-budgix a:hover{
   color: #F26766;
   background-color: #fff;
}
.presentation-box .description-budgix .quote{
   font-size:2.8em;
   font-family: "Cardenio-Modern-Std",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.presentation-box .description-budgix .quote strong{
   font-weight:normal;
   font-family: "Cardenio-Modern-Bold",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.presentation-box .description-budgix a.btn{
    color: #F26766;
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-top:20px;
}
.presentation-box .description-budgix a.btn:hover{
   color: #F26766;
   background-color: #fff;
   padding:inherit;
    padding: 6px 12px;
}
.presentation-box .picto-ill-budgix {
    clear: both;
    width: 80%;
    margin: 30px auto 10px;
}

#hp-video{
	height:518px;
}
#hp-video-store{
	height:400px;
}
#promocode-btn{
    padding: 0.2rem .75rem;
}
#promocode-line{
	display:none;
}
.old-price-store{
    font-size: 0.4em;
}
.old-price-store sup {
    top: -.2em;
}
.old-price-store .lead {
    font-size: 0.9rem; 
}


.promo-product .price{
	font-size:2.5em;
	font-weight:bold;
	color:#c91520;
	clear:both;
	display:block;
	padding-top:10px;
	padding-bottom:5px;
}
.promo-product .old-price{
	clear:both;
	display:block;
	font-size:0.9em;	
	padding-bottom:10px;
}
.promo-product .btn-cmb, .promo-product .btn-cmb:hover, .promo-product .btn-cmb:active, .promo-product .btn-cmb:focus{
    background-color: #c91520 !important;
    color: #FFF;	
	margin-top:10px;
}
.promo-product .descr{
	color: #333;
    text-align: justify;
    font-size: 1em;
    padding: 20px 0;
}
.promo-product .title{
	font-size:1.3em;	
	font-weight:bold;
	padding-bottom:5px;
}
.promo-product .close {
    font-size: 30px;
    opacity: 1; 
    color: #000;
    margin-top: -9px;
}
.modal-content {
    border-radius: 0;
}
#modalNewsletter .modal-content, #modalFormationComingSoon .modal-content, .modalBB .modal-content  {
	text-align:center;
}
#modalNewsletter .incentive, #modalFormationComingSoon .incentive, .modalBB .incentive {
	padding:20px;
	text-align:center;
	line-height:1.5em;
     font-weight: normal;
    margin-top: 38px;
}
.modal-header {
    background-color: #2aa1de;
    color: #fff;
    text-transform: uppercase;

}
.modalBB .incentive.text-left {
	text-align:left;
}
#modalNewsletter input, #modalFormationComingSoon input, .modalBB input {
	margin:20px 0;
	text-align:center;
    font-weight: normal;
}
#modalNewsletter .nl-ill-box, #modalFormationComingSoon .nl-ill-box, .modalBB .nl-ill-box {
	margin-top:20px
}
#modalNewsletter .nl-ill-box{
    margin: 15px auto 0;
}
#modalNewsletter .modal-body{
    border: 5px solid #8bb96b;
}
#modalNewsletter .nl-ill-box img{
	margin:auto;
}
#modalNewsletter .conditions-nl, #modalFormationComingSoon .conditions-nl, .modalBB .conditions-nl {
	font-size:0.7em;
     color: #aaa;
    font-weight: normal;
}
#modalNewsletter .error, #modalFormationComingSoon .error, .modalBB .error {
	display:none;
	padding-top:10px;
}
#modalNewsletter .success, #modalFormationComingSoon .success, .modalBB .success {
	display:none;
	margin-top:10px;
	padding:5px;
	background-color:#dff0d8;
}
#modalNewsletter .modal-header{
    background-color: #c91520;
    color: #FFF;
    border-radius: 0;
}
#modalNewsletter h4 { 
    width: 100%;
    font-size: 2em;
    text-align: center;
	font-family: "Cardenio-Modern-Bold",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}