/**********/
/* COMMON */
/**********/

body {
	overflow-x: hidden;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

a, button {
	transition: all 0.25s ease;
}

.onlymobile { display: none; }
.onlydesktop { display: block; }
.onlymobileflex { display: none; }
.onlydesktopflex { display: flex; }
.tel-link { 
	pointer-events: none;
  cursor: default; 
}

.container-small {
	width: 40%;
	margin: auto;
}



/**********/
/* HEADER */
/**********/

header {
	position: relative;
	background-color: #B70A10;
}

header.noImg {
	height: 60vh;
}

header img {
	display: block;
	height: auto;
}

.logo {
	background-color: #000;
	padding: 0 1rem 1rem 1rem;
	width: 20vw;
	position: absolute;
	top: 0;
}

.logoBlanc {
	padding: 0 1rem 1rem 1rem;
	width: 20vw;
	position: absolute;
	top: 0;
}

h1.pastille-rouge {
	background-color: #B70A10;
	padding: .75rem 1rem;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	margin: 0;
	border-radius: 2rem;
	text-align: center;
	margin: auto;
	display: inline-block;
	position: absolute;
	bottom: -2rem;
}

h1.pastille-blanc {
	background-color: #fff;
	padding: .75rem 1rem;
	color: #B70A10;
	font-weight: 700;
	font-size: 2rem;
	margin: 0;
	border-radius: 2rem;
	text-align: center;
	margin: auto;
	display: inline-block;
	position: absolute;
	bottom: 2rem;
}


/***********/
/* CONTENT */
/***********/

h2 {
	color: #17345D;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 2rem 0 2rem 0;
	display: block;
}

h3 {
	color: #17345D;
	font-size: 1.75rem;
	font-weight: 700;
	display: block;
}

h4 {
	color: #17345D;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 3rem 0;
	display: block;
}

h5 {
	color: #B70A10;
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0 0 3rem 0;
	display: block;
}

p { 
	font-size: 1rem;
	line-height: 1.4; 
	color: #17345D;
}

ol li { 
	font-size: 1rem;
	line-height: 1.4; 
	color: #17345D;
	margin-bottom: .5rem;
}

.icon-xsmall {
	width: auto;
	height: 2rem;
	display: inline-block;
}

.icon-small {
	width: auto;
	height: 7rem;
	display: inline-block;
}

.icon-medium {
	width: auto;
	height: 6rem;
	display: inline-block;
}

.icon-big {
	width: auto;
	height: 8rem;
	display: inline-block;
}

section {
	padding: 7rem 0;
	text-align: center;
}

.morePadding {
	padding: 3rem 0;
}

#etapes {
	background-color: #17345D;
	color: #fff !important;
	padding: 5rem 0;
}

#etapes .icon-small  {
	width: auto;
	height: 4rem;
	display: inline-block;	
}

#etapes a {
	color: #fff;
}

.sofa { height: 4.5rem; }

.lampe { height: 7rem; }

.ordi { height: 7rem; }

#etapes h2, #etapes p {
	color: #fff;
}

#conseils {
	padding: 0;
}

#conseils .icon-medium {
	padding: 0 3rem;
}

.colBorder {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 3rem !important;
}

.colPaddingLeft {
	padding: 0 3rem 0 0;
}

.colPaddingRight {
	padding: 0 0 0 3rem;
}

footer {
	padding: 3rem 0;	
	text-align: center;
}

footer .social {
	display: inline-block;
	margin: 1rem;
}

footer .smallText, footer .smallText a {
	color: #DBDBDB;
	font-size: .75rem;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .05rem
}

footer .smallText a:hover {
	text-decoration: underline
}

#ageVerification {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100;
	top: 0;
	left: 0;
}

.aField {
	border: 2px solid #17345D;
	padding: 1rem;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
}

.aButton {
	background-color: #B70A10;
	border: 2px solid #B70A10;
	padding: 1rem;
	color: #fff;
	text-transform: uppercase;
}

.aButton:hover {
	background-color: #17345D;
	border: 2px solid #17345D;
}

#inputMonth { width: 100px; }
#inputDay { width: 100px; }
#inputYear { width: 120px; }



/* Age */

label {
display:inline-block;
}

#group {
float:left;
margin-right:10px;
}

#heading {
margin-bottom:10px;
}

#error {
	font-size:1rem;
	color:#B70A10;
	margin-top: 1rem;
}

#mask {
position:fixed;
z-index:9000;
background-color:#fff;
display:none;
width:100%;
height:100%;
top:0;
left:0;
}

#boxes {
height:100%;
width:100%;
position:fixed;
top: 0;
left: 0;
}

#boxes .window {
text-align: center;
color:#FFF;
display:block;
z-index:9999;
} 

#reglements {
	padding: 3rem;
} 

#faq {
	background-color: #17345D;
	padding: 2rem 5rem;
}

#faq h2 { color: #fff; }

#faq .aFaq { 
	position: relative; 
	margin-bottom: 2rem;
	transition: all 0.25s ease;
}

#faq .title {
	color: #fff;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.2;
	display: block;
	border-bottom: 1px solid #fff;
	text-align: left;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	padding-right: 5vw;
	cursor: pointer;
}

#faq .title:hover {
	
}

#faq .question p {
	color: #fff;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.2;
	margin: 0;
	padding: 0 5vw 0 0;
	text-align: left;
}

#faq i.fas { 
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.25s ease;
	font-size: 1.5rem;
}

#faq .question {
	opacity: 1;
	transition: all 0.25s ease;
	width: 100%;
}

.close {
	opacity: 0 !important;
	height: 1px !important;
}




/*--------------------------
 Mobile
--------------------------*/
@media (max-width: 1024px) { 

	.container-small { width: 80%; }

}



@media (max-width: 768px) {

.onlymobile { display: block !important; }
.onlydesktop { display: none !important; }  
.onlymobileflex { display: flex !important; }
.onlydesktopflex { display: none !important; }	

.aField { width: 100% !important; display: block; margin-bottom: .5rem; text-align: center; }
.aButton { width: 100%; }
.window { padding: 3rem; }
h1.pastille-rouge { font-size: 1rem; }
.logo { width: inherit; }
.logo img, .logoBlanc img { width: auto; height: 35vh; }
.container-small { width: 80%; }
.colPaddingLeft, .colPaddingRight { padding: 3rem; }
.colBorder { border: 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 3rem !important; margin: 3rem 0 !important; }
.text-right, .text-left { text-align: center !important; }
#conseils .icon-medium { margin-bottom: 1.5rem; }
.morePadding { padding: 3rem 0; }
header.noImg { text-align: center; height: inherit; }
.logoBlanc { width: auto; position: static; padding: 0; top: inherit; }
.logoBlanc img { width: auto; margin: auto; }
h1.pastille-blanc { position: static; bottom: inherit; margin: 3rem auto 3rem; font-size: 1.5rem; }
#faq { padding: 1rem 3rem; }

}