body {
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800 !important;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 2rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(0rem + 72px);
  padding-bottom: 2rem;
  /*background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #f5245f;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../../images/perdrerapidement/bg2.jpeg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.masthead-heading {
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 2rem;
  padding: 0 5px;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 1rem;
  font-style: italic;
}


@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(0rem + 55px);
    padding-bottom: 2rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 3rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
	padding-top: 20px;
  }
}

.bg-pink{
	background-color: #f5245f;
	color: #fff;
}

.bg-primary {
  background-color: #EEEEEE !important;
}

.btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #f5245f;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #16171d !important;
  border-color: #16171d !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  color: #FFF;
}

.btn-secondary {
  background-color: #f5245f;
  border-color: #f5245f;
	white-space: normal;
	word-wrap: break-word;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #16171d !important;
  border-color: #16171d !important;
}

.btn-secondary:focus {
  box-shadow: none;
}


.btn-on-dark-bg {
  background-color: #fff;
  border-color: #fff;
  color: #f5245f;
}

.btn-on-dark-bg:active, .btn-on-dark-bg:focus, .btn-on-dark-bg:hover {
  background-color: #f5245f !important;
  border-color: #f5245f !important;
  color: #FFF !important;
}

.btn-on-dark-bg:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  color: #FFF;
}


/*** HHI ***/
.form-gift{
	padding-top:20px;
	color:#FFF;
}

.form-gift form{
	padding-top:20px;
}

.display-4{
	font-size: 2rem;
}

@media (min-width: 992px) {
	.display-4{
		font-size: 2rem;
	}
	
	.display{
		padding-bottom: 4rem !important;
	}
}

.display{
	padding-top: 2rem;
    padding-bottom: 1rem;
}

.display .display-item {
    max-width: 18rem;
}

.display .display-item img {
    max-width: 12rem;
    box-shadow: 0 5px 5px 0 #adb5bd;
}

.bg-secondary{
	background-color: #16171d !important;
}

footer{
	border-top: 1px solid #FFF !important;
}

.pb-5, .py-5 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}

.p-5 .img-fluid{
	max-width: 14rem;
}

.p-5 {
    padding-left: 3rem!important;
    padding-right: 2rem!important;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

@media (max-width: 320px) {
	.p-5 {
		padding-left: 2rem!important;
	}
}

@media (min-width: 992px) {
	.p-5 {
		padding: 3rem!important;
	}
}

/*Generic Template*/
#social-proof{
	color: #FFF;
    padding-top: 13px;
}

#social-proof2{
	color: #000;
    padding-top: 13px;
	font-weight: 700;
	
}

/*Modal close email form*/
.close-button{
	top: -17px;
    position: relative;
    right: -13px;
}

.progress-bar {
    background-color: #f5245f !important;
}

#video iframe{
	padding-bottom: 20px;
}

.header-bg-text{
	background-color: #00000061;
	color:#FFF;
	padding: 23px 0px;
}

b, strong {
    font-weight: bold;
}

#title2{
	line-height: 30px;
	padding: 1rem 0;
	font-size : 1.5rem;
}

ul{
	list-style: none;
}
li {
	padding: 5px 0px;
}

.mt-5, .my-5 {
    margin-top: 1rem!important;
}

.mb-0, .my-0 {
    margin-bottom: 1rem !important;
}



@media (min-width: 992px) {
	#title2{
		font-size : 1.5rem;
	}
	
	li {
		font-size: 1.2rem;
	}
	
	.bonus-list li {
		text-indent: -1.28571429em !important;
	}
}


.bonus-list li {
    padding-left: 1.28571429em;
    text-indent: -1.58571429em;
}

.bonus-list i {
    padding-right: 20px;
}

.text5{
	
	font-size: 1.2rem;
}

.fa-6{
	font-size: 9rem !important;
}

#date-event{
	color: #303030;
}

#countdown-title{
	padding-bottom: 25px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	
}

#content-freemium2{
	padding-top: 20px;
}

#content-freemium2 h3{
	text-shadow: 0 1px 2px rgba(0,0,0,0.6) !important;
}

#content-freemium2-details{
	/*border: 1px dotted #16171d;*/
	/*background-color : #303030;*/
	color: #FFF;
	margin: 10px 0px;
	
}

#content-freemium2-details h4{
	padding-bottom:20px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.flex{
	margin:auto;
}

/* If the browser window is smaller than 600px, make the columns stack on top of each other */
@media only screen and (min-width: 768px) {
    .flex, .flex > div[class*='col-'] {  
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex:1 0 auto;
	}
}

.panel{
	margin-bottom:10px;
}

.panel.panel-plain {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #eee;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}

.panel-plain {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
}

.panel-plain > .panel-heading{
	background-color: #fff;
	border-bottom:0;
}

.panel-plain > .panel-footer{
	border-top: 1px dotted #999 !important;
	background-color: #eee;
	border-top:0;
}

.refit-panels{
	margin:auto -15px !important;
}