header{
	background-image: url('goodPics/hookBackgroundMobile.jpg');
	height: 520px;
}

h1{
	font-size: 22px;
}
h2{
	padding-top: 30px;
}
.sTitle{
	overflow: inherit;
}
#logo{
	padding-top: 120px;
	padding-bottom: 55px;
}
/*----------NAV-----------*/
nav{
	display: none;
}

.ligne1, .ligne2, .ligne3{
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
#clickMobile{
	display: inherit;
	position: relative;
	text-align: center;
	width: 90%;
	margin: auto;
	background-color: rgba(256,256, 256, .6);
	border: solid 1px rgb(24, 24, 24);
	border-radius: 5px;
	padding: 3px;
	font-size: 16px;
	font-weight: 500;
	z-index: 4;
	left: auto;
	top: 400px;
	
}
#clickMobile p{
	margin: 0;
}
  
.gallery {
	display: block;
	background: #EEE;
  }
  
.gallery-cell {
	width: auto;
	height: 420px;
	margin-right: 10px;
	background: #fff;
	counter-increment: gallery-cell;
  }
  /* hide disabled button */
.flickity-prev-next-button:disabled {
	display: none;
  }
  
  /* position dots in gallery */
.flickity-page-dots {
	bottom: 0px;
  }
  /* white circles */
.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: transparent;
	border: 2px solid white;
  }
  /* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
	background: white;
}


 #conteneurP1{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 0 0px 0;
}
  #boxQuestion{
	width: 80%;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 25px;
	border: 4px solid #E4A02E;
	font-weight: bold;
	font-size: 18px;
}
#boxList{
	width: 80%;
	padding: 10px 10px 10px 50px;
	border: 4px solid #1B7666;
	font-size: 18px;
}
.collapsible {	
	width: 350px;
	height: 70px;
	margin-top: 50px;
	padding-left: 7px;
	font-size: 30px;
	margin-right: 0px;
}
.collapsibleBis {
	width: 350px;
	height: 70px;
	margin-top: 50px;
	padding-left: 7px;
	font-size: 30px;
	margin-left: 0px;
}
.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  position: absolute;
  font-size: 12px;
  margin-top: 22px;
  margin-left: 215px;
}
.collapsibleBis:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  position: absolute;
  font-size: 12px;
  margin-top: 22px;
  margin-left: 215px;
}
.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.boxIcone{
	width: 70px;
	height: 60px;
	margin-left: 0px;
	margin-right: 20px;
}
.boxIcone img{
	align-self: center;
	width: 60%;
	height: 60%;
}
.titleP2{
	font-size: 18px;
}
.content {
	display: inline-block;
	background-color: white;
	flex-direction: column;
	text-align: center;
	padding: 50px 0 0 0;
	max-width: 95%;
}
.boxP1{
	flex-direction: column;
	align-items: center;
}
.picsP{
	display: none;
}
#amenagementList1{
	width: 75%;
}
#amenagementList2 {
	width: 75%;
	padding-left: 0;
}
#boxGrpEntreprise img{
	display: none;
}
#boxGrpEntreprise p{
	font-size: 22px;
	padding: 30px;
}
.content ul{
	padding: 0;
	margin: 0;
}
.content li{
	padding: 10px 0;
	font-size: 18px;
}
.textP{
	text-align: left;
	max-width: 80%;
	font-size: 18px;
}
.textP1{
	text-align: left;
	font-size: 18px;
	max-width: 90%;
	margin: 0 0 50px 0;
}
.text1{
	text-align: left;
	padding:0 30px 50px 30px;
	font-size: 22px;
}
#text2{
	max-width: 250px;
}
#fPics{
	max-width: 145px;
	max-height: 160px;
}
#interview{
	margin-bottom: 50px;
}
#contact{
	background-image: url('goodPics/contactBackgroundMobile.jpg');
	height: 600px;
}
#boxContact{
	padding:20px;
	margin: 0;
}
#boxContact ul{
	padding-inline-start: 10px;
}
.contentPartners{
	flex-direction: column;
}

@media all and (max-width: 330px){
	header{
		height: 330px;
	}
	#logo{
		padding-top: 50px;
	}
	h1{
		font-size: 17px;
	}
	h2{
		font-size: 22px;
	}
	#clickMobile{
		font-size: 16px;
	}
	#boxQuestion{
		width: 85%;
		padding: 10px;
	}
	#boxList{
		width: 85%;
		padding: 10px 10px 10px 0px;
	}
	.collapsible, .collapsibleBis {	
		width: 300px;
	}
	.titleP1, .titleP2{
		font-size: 16px;
	}
	.titleP{
		font-size: 19px;
	}
	.enSavoirPlus{
		font-size: 14px;
	}
	.collapsible:after{
		margin-top: 17px;
		margin-left: 190px;
	}
	.collapsibleBis:after{
		margin-top: 17px;
		margin-left: 190px;	
	}
	.textP{
		width: 95%;
	}
	#text2{
		font-size: 14px;
		padding-left: 15px;
	}
	#boxContact{
		padding: 10px 10px;
	}
	#clickMobile{
		font-size: 14px;
	}
	#nosPrestations{
		font-size: 22px;
	}
}
@media all and (min-widht: 330px) and (max-width: 370px){
	header{
		height: 360px;
	}
	#boxQuestion{
		width: 85%;
		padding: 10px;
	}
	#boxList{
		width: 85%;
		padding: 10px 10px 10px 0px;
	}
	#text2{
		font-size: 14px;
		padding-left: 15px;
	}
	#boxContact{
		padding: 10px 10px;
	}
}
@media all and (min-width: 370px)  and (max-width: 430px){
	header{
		height: 425px;
	}
	#boxQuestion{
		width: 85%;
		padding: 10px;
	}
	#boxList{
		width: 85%;
		padding: 10px 10px 10px 20px;
	}
	#text2{
		font-size: 14px;
		padding-left: 15px;
	}
	#boxContact{
		padding: 10px 10px;
	}
}
@media all and (min-width: 430px) and (max-width: 472px){
	header{
		height: 525px;
	}
	#boxList{
		padding: 10px 10px 10px 30px;
	}
}
@media all and (min-width: 472px) and (max-width: 530px){
	header{
		height: 560px;
	}
}
@media all and (min-width: 530px) and (max-width: 590px){
	header{
		height: 650px;
	}
	#logo{
		padding-bottom: 100px;
	}
}
@media all and (min-width: 590px) and (max-width: 630px){
	header{
		height: 660px;
		background-image: url('goodPics/hookMobileL.jpg');
	}
	#logo{
		padding-bottom: 130px;
	}
	h1{
		font-size: 30px;
	}
}
@media all and (min-width: 630px) and (max-width: 660px){
	header{
		height: 700px;
		background-image: url('goodPics/hookMobileL.jpg');
	}
	#logo{
		padding-bottom: 130px;
	}
	h1{
		font-size: 30px;
	}
}
@media all and (min-width: 660px) and (max-width: 733px){
	header{
		height: 740px;
		background-image: url('goodPics/hookMobileL.jpg');
	}
	#logo{
		padding-bottom: 160px;
	}
	h1{
		font-size: 35px;
	}
	.text1{
		width: 80%;
	}
}
@media all and (min-width: 733px) and (max-width: 799px){
	header{
		height: 765px;
		background-image: url('goodPics/hookMobileL.jpg');
	}
	#logo{
		padding-bottom: 160px;
	}
	h1{
		font-size: 35px;
	}
	.text1{
		width: 70%;
	}
	.collapsible {	
		margin-right: 50px;
	}
	.collapsibleBis {
		margin-left: 50px;
	}
	.boxP1{
		flex-direction: initial;
	}
	#amenagementList1{
		padding-left: 150px;
	}
	.picsP{
		display: initial;
		margin-right: 15px;
	}
}