@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/Montserrat-Regular.ttf');
}
html {
  scroll-behavior: smooth;
}
body{
	margin: auto;
}
strong{
	font-weight: inherit;
}
p{
	line-height: 150%;
}

a{
	text-decoration: none;
}
h2{
	text-align: center;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 45px;
	padding-top: 80px;
	padding-bottom: 30px;
}
em{
	font-style: italic;
}
a:hover{
	color: #E4A02E;
	transition: 0.3s;
}
/*/\/\/\/\/\/\/\/\/\/\/\/\--NAV-BAR---/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
nav a{
	text-decoration: none;
	color: black;
	font-family: 'Montserrat';
}
#navBar{
	position: fixed;	
	display: flex;
	justify-content: center;
	width: 100%;
	height: 40px;
	list-style-type: none;
	z-index: 2;
	margin: 0px;
	background-color: rgba(255,255,255,0.95);
	padding-bottom: 12px;
}
nav ul{
	padding-inline-start: 0;
}

nav li{
	padding: 16px 30px 0 30px;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\--HOOK---/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

header{
	background-image: url("goodPics/hook.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 20px;
	height: 840px;
	overflow-x: hidden;
}

#logo{
	display: flex;
	justify-content: center;
	padding-top: 200px;
	padding-bottom: 150px;
}

h1{
	display: flex;
	justify-content: center;
	font-family: 'Lora', serif;
	font-size: 50px;
}


/*/\/\/\/\/\/\/\/\/\/\/\/\--PORTFOLIO---/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

.ligne1, .ligne2, .ligne3{
	display: flex;
	justify-content: center;
}
#pics1, #pics2, #pics5, #pics6{
	width: 460px;
	height: 354px;
	border-radius: 7px;
}
#pics3{
	width: 620px;
	height: 354px;
	border-radius: 7px;
}
#pics4{
	width: 300px;
	height: 354px;
	border-radius: 7px;
}

element a{
	margin: 20px;
}
.gallery{
	display: none;
}
#clickMobile{
	display: none;
	font-family: 'Montserrat';
}
.loading {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .loading div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #fff;
	animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .loading div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s;
  }
  .loading div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
  }
  .loading div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
  }
  @keyframes loading {
	0% {
	  top: 8px;
	  height: 64px;
	}
	50%, 100% {
	  top: 24px;
	  height: 32px;
	}
  }
/*/\/\/\/\/\/\/\/\/\/\/\/\--NOS-PRESTATIONS---/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

#nosPrestations{
	display: flex;
	justify-content: center;
	font-family: 'Lora', serif;
	font-size: 45px;
	margin-top: 40px;
}

#conteneurP1{
	display: flex;
	justify-content: center;
	margin: 80px 0 20px 0;
}
#boxQuestion, #boxGroupEnt{
	width: 510px;
	margin-right: 50px;
	padding: 25px;
	border: 4px solid #E4A02E;
	border-radius: 10px;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 18px;
	color: #E4A02E;
}
#boxList{
	width: 270px;
	padding: 10px;
	border: 4px solid #1B7666;
	border-radius: 10px;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #1B7666;
}
#boxList h5{
	text-align: center;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 22px;
	margin: 10px 10px 22px 10px;
}
#boxList ul{
	display: inline-block;
	list-style-image: url(goodPics/oGreen.svg);
	vertical-align: middle;
}
#boxList li{
	list-style-type: none;
	margin-bottom: 15px;
	font-weight: bold;
}
#boxList img{
	padding-right: 15px;
	vertical-align: middle;
}
.collapsible {
	background-color: #1B7666;
	color: white;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 420px;
	height: 100px;
	margin-top: 100px;
	/*margin-right: 50px;*/
	padding-left: 10px;
	border: none;
	border-radius: 10px;
	text-align: left;
	outline: none;
	font-size: 37px;
	font-family: "Montserrat";
	margin-right: 200px;
}

.collapsibleBis {
	background-color: #E4A02E;
	color: white;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 420px;
	height: 100px;
	margin-top: 100px;
	padding-left: 10px;
	border: none;
	border-radius: 10px;
	text-align: left;
	outline: none;
	font-size: 37px;
	font-family: "Montserrat";
	margin-left: 200px;
}

.boxIcone{
	display: inline-flex;
	justify-content: center;
	width: 90px;
	height: 85px;
	background-color: #2D2D2D;
	border-radius: 10px;
	margin-right: 20px;
}

.enSavoirPlus{
	font-family: 'Montserrat';
	font-size: 17px;
	margin-top: 10px;
}
.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  position: absolute;
  font-size: 15px;
  margin-top: 20px;
  margin-left: 230px;
}
.collapsibleBis:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  position: absolute;
  font-size: 15px;
  margin-top: 19px;
  margin-left: 230px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.content {
	display: inline-block;
	background-color: white;
	flex-direction: column;
	text-align: center;
	padding: 50px 0 0 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.boxP1{
	display: flex;
	justify-content: center;
}
.textP{
	display: inline-block;
	max-width: 600px;
	height: auto;
	font-family: 'Montserrat';
	font-size: 22px;
	margin-top: 50px;
}
.textP1{
	display: inline-block;
	max-width: 600px;
	height: auto;
	font-family: 'Montserrat';
	font-size: 22px;
	margin-top: 0;
}
.content ul{
	list-style-image: url('goodPics/Oo.svg');
	align-self: center;
	vertical-align: middle;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	padding-left: 20px;
	margin: 0;
}
#amenagementList2{
	padding-left: 50px;
}
.content li{
	padding: 10px 0;
	font-size: 24px;
	font-family: 'Montserrat';
}
.content img{
	padding: 0 25px;
}
.boxL{
	display: flex;
	flex-direction: column;
	align-items: center;
	vertical-align: middle;
	/*margin-right: 200px;*/
}
.boxLbis{
	display: flex;
	flex-direction: column;
	align-items: center;
	vertical-align: middle;
	/*margin-left: 200px;*/
}
.titleP{
	font-size: 24px;
}
.titleP1 {
	font-size: 20px;
}
.titleP2{
	font-size: 20px;
}
h4{
	font-family: 'Lora', serif;
	font-size: 30px;

	margin: 0 0 25px 0;
}
li a{
	text-decoration: none;
	color: black;
}

#boxGrpEntreprise{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
#boxGrpEntreprise img{
	max-width: 540px;
	max-height: 360px;
}
#boxGrpEntreprise p{
	font-family: 'Montserrat';
	font-size: 22px;
	max-width: 500px;
	padding-left: 30px;
}
.collapsiblePartners{
	display: flex;
	background-color:#1B7666 ;
	color: #ffff;
	padding: 15px;
	cursor: pointer;
	border: none;
	border-radius: 10px;
}
.collapsiblePartners:hover{
	color: #E4A02E;
	transition: 0.4s ease;
	text-decoration: none;
}
#partners{
	display: flex;
	font-family: 'Montserrat';
	font-size: 21px;
}

.contentPartners{
	display: inline-flex;
	border: none;
	text-align: center;
	padding: 0px 0px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.littleBox{
	z-index: 1;
	cursor: pointer;
	max-width: 350px;
	background-color: #1B7666;
	border-radius: 10px;
	margin: 40px 20px 0 20px;
	padding: 10px;

}
.littleBox:hover{
	background-color: #E4A02E;
	transition: 0.4s ease;
}
.contentPartners p{
	text-decoration: none;
	color: #ffff;
	font-family: 'Montserrat';
	font-size: 18px;
}
h6{
	color: #ffff;
	font-size: 22px;
	font-family: 'Montserrat';
	padding: 10px;
	margin: 0;
}

.boxPartners{
	display: flex;
	flex-direction: column;
	align-items: center;
	vertical-align: middle;
}

/*/\/\/\/\/\/\/\/\/\/\/\/\---A-PROPOS---/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
.text1{
	margin: auto;
	text-align: center;
	max-width: 800px;
	font-family: 'Montserrat';
	font-size: 30px;
	padding-bottom: 50px;
	padding-top: 0px;
}
#fPics{
	max-width: 200px;
	max-height: 220px;
}

#interview{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 150px
}

#text2{
	max-width: 260px;
	font-family: 'Montserrat';
	font-size:17px;
	padding-left: 30px;

}
/*/\/\/\/\/\/\/\/\/\/\/\/\---CONTACT---/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
#contact{
	background-image: url("goodPics/contactBack.jpg");
	background-repeat: round;
	background-size: 100%;
	font-family: 'Montserrat';
	text-align: center;
	font-size: 25px;
	font-weight: bold; 
	height: 900px;
	width: 100%;
}

#boxContact{
	background-color: white;
	display: inline-block;
	text-align: center;
	justify-content: center;
	padding: 50px 100px;
	margin-top: 80px;
}
#phone{
	justify-content: center;
}
#media{
	display: flex;
	justify-content: center;
}
.iconeMedia{
	margin-left: 30px;
	margin-right: 30px;
	width: 28px;
	height: 28px;
}

#boxContact li a{
	text-decoration: none;
	color: black;
	font-family: 'Montserrat';
}
#boxContact li a:hover{
	color: #E4A02E;
	transition: 0.3s;
}

#boxContact li{
	list-style-type: none;
	padding-bottom: 25px;
	text-align: left;
}

#boxContact li img{
	margin-right: 15px;
	justify-content: center;
	vertical-align: middle;
}




/*-----------FOOTER-----------*/
footer{
	font-family: 'Montserrat';
	font-size: 10px;
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.referencement{
	display: none;
}
@media all and (min-width: 1266px) and (max-width: 1365px){
	header{
		height: 750px;
	}
	#logo{
		padding-bottom: 100px;
	}
}
@media all and (min-width: 1113px) and (max-width: 1265px){
	header{
		height: 700px;
	}
	#logo{
		padding-bottom: 80px;
	}
}
@media all and (min-width: 1024px) and (max-width: 1112px){
	header{
		height: 600px;
	}
	#logo{
		padding-bottom: 60px;
	}
	#contact{
		height: 740px;
	}
	#boxContact{
		margin-top: 0;
	}
	#boxGrpEntreprise{
	flex-direction: column;
	}
	#boxGrpEntreprise img{
		padding-bottom: 35px;	
	}
}
@media all and (min-width: 923px) and (max-width: 1023px){
	header{
		height: 550px;
	}
	h1{
		font-size: 45px;
	}
	#logo{
		padding-top: 170px;
		padding-bottom: 50px;
	}
	#pics1, #pics2{
		width: 400px;
		height: 309px;
		border-radius: 5px;
	}
	#pics3{
		width: 540px;
		height: 309px;
		border-radius: 5px;
	}
	#pics4{
		width: 260px;
		height: 309px;
		border-radius: 5px;
	}
	#contact{
		height: 740px;
	}
	#boxContact{
		margin-top: 0;
	}
	#boxGrpEntreprise{
	flex-direction: column;
	}
	#boxGrpEntreprise img{
		padding-bottom: 35px;	
	}
}
@media all and (min-width: 850px) and (max-width: 923px){
	header{
		height: 500px;
	}
	h1{
		font-size: 40px;
	}
	#logo{
		padding-top: 150px;
		padding-bottom: 40px;
	}
	#pics1, #pics2{
		width: 380px;
		height: 292px;
		border-radius: 4px;
	}
	#pics3{
		width: 511px;
		height: 292px;
		border-radius: 4px;
	}
	#pics4{
		width: 247px;
		height: 292px;
		border-radius: 4px;
	}
	#contact{
		height: 740px;
	}
	#boxContact{
		margin-top: 0;
		padding: 20px 45px;
	}
	#conteneurP1{
		margin: 80px 20px 20px 20px;
	}
	#boxGrpEntreprise{
	flex-direction: column;
	}
	#boxGrpEntreprise img{
		padding-bottom: 35px;	
	}
}
@media all and (min-width: 800px) and (max-width: 850px){
	#navBar li{
		padding:15px 20px;
	}
	header{
		height: 450px;
	}
	h1{
		font-size: 40px;
	}
	#logo{
		padding-top: 120px;
		padding-bottom: 30px;
	}
	#pics1, #pics2{
		width: 352px;
		height: 271px;
		border-radius: 3px;
	}
	#pics3{
		width: 473px;
		height: 271px;
		border-radius: 3px;
	}
	#pics4{
		width: 229px;
		height: 271px;
		border-radius: 3px;
	}
	#contact{
		height: 740px;
	}
	#boxContact{
		margin-top: 0;
		padding: 20px 45px;
	}
	#conteneurP1{
		margin: 80px 20px 20px 20px;
	}
	#boxGrpEntreprise{
	flex-direction: column;
	}
	#boxGrpEntreprise img{
		padding-bottom: 35px;	
	}
}