/*

Project   : Offre Privilège Spécial CE - Walibi/Aqualand
Author    : Freelance's l'agence
Version   : v.1.0
Date      : 01/12/2019
*/


/*--------------------------------------------------------*/
/* GLOBAL */
/*--------------------------------------------------------*/
html {
	box-sizing: border-box;
	height: 100%;
	font-size: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	position: relative;
	height: 100%;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: black;
}
/* Typographie */
/*---------------------------------------*/
h1
 {
	font-weight: 700;
	color: #1c1f26;
	line-height: 1.5em;
	margin: 0 0 0.625em 0;
	font-size: 2em;
}

h2 {
	font-size: 13px;
	margin:0;
	
	margin-bottom: 5px;
	font-weight:bold;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}

p {
	margin: 0 0 0.625em 0;
}

.temps {
	font-size: 25px;
	margin:0;
	margin-bottom: 10px;	
	font-weight:bold;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}

/* Links */
/*---------------------------------------*/
a {
	text-decoration: none;
	color: white;
}

footer a
{
	text-decoration: none;
	color: black;
}


/* Grouping content */
/*---------------------------------------*/
img,
audio,
video {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
audio, video {
	vertical-align: bottom;
}


figure {
	margin: 0;
	padding-bottom: 12px;


}


figcaption {
	padding: 8px;
	font-size: 12px;
	line-height: 1.3em;

}




/* buttons */
/*---------------------------------------*/

.bouton {
	padding:6px;
	font-size:12px;
	font-family: 'Raleway', Arial, sans-serif;
	border-radius: 30px;
	background:#478bf9;
	color:#fff;
	width:130px;
	border:none;
	display: block;
	margin: auto;

}



.bouton:hover {
		background-color: #ffb800;
		color: black;
	}

.bouton1 {

background-color: #ee3026;

}

.bouton2 {

background-color: black;

}

.bouton3 {

background-color: #009fe3;

}




/*--------------------------------------------------------*/
/* GRID CSS */
/*--------------------------------------------------------*/

.grid:before,
.grid:after {
	display: block;
	content: "";
	clear: both;
}
[class*="col-"] {
	width: 100%;
}
.grid {
	margin-left: -10px;
	margin-right: -10px;
}
/* cible toutes les classes qui commencent par col- qui ont
un parent qui porte la classe grid  */
.grid [class*="col-"] {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1920px;
}

.col-m-1 {
	width: 8.333%;
}
.col-m-2 {
	width: 16.667%;
}
.col-m-3 {
	width: 25%;
}
.col-m-4 {
	width: 33.333%;
}
.col-m-5 {
	width: 41.667%;
}
.col-m-6 {
	width: 50%;
}
.col-m-7 {
	width: 58.333%;
}
.col-m-8 {
	width: 66.667%;
}
.col-m-9 {
	width: 75%;
}
.col-m-10 {
	width: 83.333%;
}
.col-m-11 {
	width: 91.667%;
}
.col-m-12 {
	width: 100%;
}


/* grid tablet view */
/*--------------------------------------------------*/
@media (min-width: 481px) {

	.col-t-1 {
		width: 8.333%;
	}
	.col-t-2 {
		width: 16.667%;
	}
	.col-t-3 {
		width: 25%;
	}
	.col-t-4 {
		width: 33.333%;
	}
	.col-t-5 {
		width: 41.667%;
	}
	.col-t-6 {
		width: 50%;
	}
	.col-t-7 {
		width: 58.333%;
	}
	.col-t-8 {
		width: 66.667%;
	}
	.col-t-9 {
		width: 75%;
	}
	.col-t-10 {
		width: 83.333%;
	}
	.col-t-11 {
		width: 91.667%;
	}
	.col-t-12 {
		width: 100%;
	}
	.table {
		display: table;
		width: 100%;
	}
	.fixed {
		table-layout: fixed;
	}
	.row {
		display: table-row;
	}
	.cell {
		display: table-cell;
		vertical-align: top;
	}
}/*--------------------------------------------------*/

/* grid desktop view */
/*--------------------------------------------------*/
@media (min-width: 769px) {

	.col-d-1 {
		width: 8.333%;
	}
	.col-d-2 {
		width: 16.667%;
	}
	.col-d-3 {
		width: 25%;
	}
	.col-d-4 {
		width: 33.333%;
	}
	.col-d-5 {
		width: 41.667%;
	}
	.col-d-6 {
		width: 50%;
	}
	.col-d-7 {
		width: 58.333%;
	}
	.col-d-8 {
		width: 66.667%;
	}
	.col-d-9 {
		width: 75%;
	}
	.col-d-10 {
		width: 83.333%;
	}
	.col-d-11 {
		width: 91.667%;
	}
	.col-d-12 {
		width: 100%;
	}
}/*--------------------------------------------------*/


/* helpers */
/*---------------------------------------*/
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-left {
	text-align: left;
}
.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}
.v-bottom {
	vertical-align: bottom;
}

/*
m = margin
a, t, b = all, top, bottom
n, s, m, l = none, small, medium, large
*/

.man {
	margin: 0px !important;
}
.mas {
	margin: 20px !important;
}
.mam {
	margin: 40px !important;
}
.mal {
	margin: 60px !important;
}

.mtn {
	margin-top: 0px !important;
}
.mts {
	margin-top: 20px !important;
}
.mtm {
	margin-top: 40px !important;
}
.mtl {
	margin-top: 60px !important;
}

.mbn {
	margin-bottom: 0px !important;
}
.mbs {
	margin-bottom: 20px !important;
}
.mbm {
	margin-bottom: 40px !important;
}
.mbl {
	margin-bottom: 60px !important;
}

.right {
	float: right!important;
}


.bg-medium {
	background-color: white;
	padding: 0px 0;
	
}


.txt-lighten {
	color: #fff;
}
/* others */
/*---------------------------------------*/
.browsehappy {
	background-color: #5ab1ab;
	color: #324b4b;
	padding: 20px;
	margin: 20px 0;
	border: 10px solid;
	text-align: center;
}

.browsehappy a {
	color: #fff;
	text-decoration: underline;
}
.browsehappy a:hover {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------*/
/* CONTENT */
/*--------------------------------------------------------*/

.wrap {
	max-width: 1440px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* header */
/*---------------------------------------*/


/* main */
/*---------------------------------------*/
.container {
  color: #333;
  text-align: center;


}



#days
{
  font-weight: bold;
}
#hours
{
  font-weight: bold;
}
#minutes
{
   font-weight: bold;
}
#seconds
{
   font-weight: bold;
}
li {
  display: inline-block;
  font-size: 22px;
  list-style-type: none;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  line-height: 45px;

}

li span {
  display: block;
  font-size: 40px;

  
}


/* footer */
/*---------------------------------------*/

footer small {
	display: block;
	text-align: center;
}


/*--------------------------------------------------------*/
/* RWD */
/*--------------------------------------------------------*/
@media (max-width: 500px) {
		.arrow {
		display:none;
	}
}

	@media (max-width: 450px) {
		.arrow {
		display:none;
	}
		
		li {
  display: inline-block;
  font-size: 10px;
  list-style-type: none;
  margin-left: 2px;
  margin-right: 2px;
  text-transform: uppercase;
  line-height: 20px;
  padding-inline-start:0!important;

}

li span {
  display: block;
  font-size: 15px;
}

.temps {
  width: 60%;
}
  
}
/* tablet view */
/*--------------------------------------------------*/
@media (min-width: 481px) {

	footer small {
		display: inline;
		text-align: left;
	}

}
/*end tablet view----------------------------------*/

/* desktop view */
/*-------------------------------------------------*/
@media (min-width: 769px) {

	/* links */
	/*---------------------------------------*/
	a {
		-webkit-transition: all 0.3s ease-in-out ;
		transition: all 0.3s ease-in-out ;
	}
	a:active, a:hover {
		
	}
}

.opacity1 {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.opacity1:hover {
	opacity: .5;
}


/*end desktop view---------------------------------*/