/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;
	color: #555;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

	opacity: 0.9;
}

a:hover{
	opacity: 1;
	color: #2196F3;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 30px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 80px 100px;
}

@media (max-width: 1000px){

	section{
		padding: 80px 50px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}

}

section h3.title{
	color: #414a4f;
	/* text-transform: capitalize;  */
	font: bold 32px 'Open Sans', sans-serif;
	margin-bottom: 35px;
	text-align: center;
}

section p{
	max-width: 800px;
	text-align: center;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	/* padding: 35px 100px 0; */
	padding: 15px 350px 0 10px;
}

header h2{
	font-family: 'Quicksand', sans-serif;
}

header nav{
	display: flex;
	font-size: 18px;
	font-weight: bold;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}

@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}

@media (max-width: 700px){
	header{
		flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}

/*----------------
 	Hero Section
----------------*/

/* ALTAIR - Ajout NBL - afin de fixer le footer en bas de la page */
#hero-page footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.hero{
	position: relative;
	justify-content: center;
	min-height: 40vh;
	/* Pour le bandeau de l'ADP */
	/* color: #fff; */
	color: #031308;
	text-align: center;
	cursor: pointer;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #031308;
	z-index: -1;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0;
}

.hero h1{
	font: bold 60px 'Open Sans', sans-serif;
	margin-bottom: 15px;
}

.hero h3{
	font: normal 28px 'Open Sans', sans-serif;
	/* margin-bottom: 40px; */
	margin-top: 5%;
}

.hero a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 48px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

}

/*--------------------
 	Ajout NBL
---------------------*/

tr td {
	width: 50%;
}

#collapseInfos .card-body table tbody tr td {
	width: 10%;
}

#collapseOne .card-body table tbody tr td {
	width: 15%;
}

#collapseTwo .card-body table tbody tr td {
	width: 15%;
}

/* tr td #locationField {
	width: 100% !important;
} */

/* espace entre le texte RGPD et l'input du dessus */
#rgpd label {
	/* padding-top: 2em; */
}

/* Afin que le bouton 'Envoyer' soit plus gros */
#valid input {
	padding: 15px;
	margin-top: 1em;
}

#rgpd1 {
	display: inline-flex;
	width: 60%;
	/* border: 1px solid grey; */
}

#rgpd1-check {
	padding-top: 1.5em;
	padding-left: 3.5em;
}

#rgpd1-label {
	text-align: left;
}

#submitBtn {
	width: 30em;
	margin-top: 2em;
}

.redstar {
	color: #e32b2e;
	margin-left: 3px;
}

/* Accordion */

#accordion, #accordion-childs {
	width: 100%;
}

#accordion a, #accordion-childs a {
	font-weight: 600;
}

/* #accordion, #accordion-childs {
	margin-top: 0.5em;
} */

#accordion-childs td {
	width: 400px;
}

.card-header {
	cursor: pointer;
}

#family-infos .card-header {
	background-color: #ffd9cc;
}

#family-member1 .card-header {
	background-color: #F0F5F5;
}

#family-member2 .card-header {
	background-color: #F3F0F5;
}

#contacts-form {
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 1.2em;
}

#childnumber_list {
	/* margin-top: 1.2em; */
	/* width: 58%; */
}

#nbrParents {
	/* width: 3em; */
}

#nbrParentsList {
	/* width: 45%; */
	/* margin-left: 1em; */
	/* margin-top: auto; */
	margin-top: 0px;;
}
 
#family-infos,
#family-member1, 
#family-member2, 
#family-child1,
#family-child2, 
#family-child3,
#family-child4, 
#family-child5,
#family-child6, 
#family-child7, 
#family-child8, 
#family-child9, 
#family-child10 {
	margin-bottom: 9px;
}

#family-child1 .card-header,
#family-child2 .card-header, 
#family-child3 .card-header,
#family-child4 .card-header, 
#family-child5 .card-header,
#family-child6 .card-header, 
#family-child7 .card-header, 
#family-child8 .card-header, 
#family-child9 .card-header, 
#family-child10 .card-header {
	background-color: #9cbdcc; /*  f0f5f1 #faedd9 */
}

/*--------------------
 	Our Work Section
---------------------*/

.info{
	background-color: #fff;
}

.info .grid li{
	padding: 20px;
	height: 350px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #333;
}

.info .grid li.small{
	flex-basis: 40%;
}

.info .grid li.large{
	flex-basis: 60%;
}

@media (max-width: 1000px){

	.info .grid li.small,
	.info .grid li.large{
		flex-basis: 100%;
	}

}

/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #f7f7f7;
}

.features .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}

.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.features .grid li p{
    margin: 0;
}

@media (max-width: 1000px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}

@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
	}

}

/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #fff;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}

/*---------------------
 	inscription Section
---------------------*/

.inscription{
	background-color: #f7f7f7;
}

.inscription form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.inscription form input, textarea, select {
	/* padding: 15px; */ /* ligne originale */
	padding: 0.3em;
	flex: 1;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	width: 100%;
	font-size: 15px;
	color: #555;
}

.inscription textarea {
	resize: vertical;
}

.inscription form .btn{
	padding: 18px 42px;
}

@media (max-width: 800px){

	.inscription form input, textarea, select {
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}

.increase {
    width:15px;
    height:15px;
}

/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #414a4f;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	/* text-transform: uppercase; */
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}

/* -- Demo ads -- */

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}

[class^='select2'] {
	border-radius: 0px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ALTAIR - Ajout NBL - Gestion version mobile */

@media (max-width: 800px) {

	#contacts-table-web {
		display: none;
	}

	#contacts-table-mobile {
		display: block;
	}

	.inscription form {
		width: 100%;
	}

	.inscription form input, textarea, select {
		margin: 0 0 0 0;
	}

	#accordion input, textarea, select, #accordion-childs input, textarea, select {
		margin: 0.5em 0 0 0;
	}
	
}

@media (min-width: 801px) {
	#contacts-table-web {
		display: block;
	}

	#contacts-table-mobile {
		display: none;
	}

	/* input[name=collectdata_adresse] {
		background-color: #e9ecef;
	} */
	
}

/* ALTAIR - Ajout NBL - DEV91 RGPD */
.consent-bg {
	background-color: #F1FBFF; 
}

.consent-pg-lr {
	padding-left: 1em;
	padding-right: 1em;
}

#family_rgpd #rgpd label, #person_rgpd #rgpd label {
	padding-left: 0.5em;
	display: unset;
}

#family_rgpd #rgpd input, #person_rgpd #rgpd label {
	width: unset;
	margin-right: unset;
}

.text-blue {
	color: #0063b2 !important;
}

#collectdata_rgpd1_mobile, #collectdata_rgpd1 {
	width: unset;
}

/* FIN */