/*reset*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--maincolor:#1A6FC4;
	--dark:#0A3D6B;
	--gradient-start:#1565C0;
	--gradient-end:#7FB8E8;
	--gradient-dark-start:#0E5CA8;
	--gradient-dark-end:#6DABE4;
	--accent:#2196F3;
	--btn:#0E5CA8;
	--btn-hover:#0B4A8C;
}
ul, ol {
	list-style: none;
}
a{
	text-decoration: none;
}
html {
	scroll-behavior: smooth;
}
img {
	width: 100%;
}
body {
	overflow-x: hidden;
	font-family: 'roboto', sans-serif;
}
h3{
	font-family: enriuetta, 'sans-serif';
	font-size: 22px;
	font-weight: 500;
}

.wrap1 {max-width: 1400px; width:95%; margin: 0 auto;}
.wrap2 {max-width: 1250px; width:95%; margin: 0 auto;}



/*Header*/
#header{
	position: absolute;
	width: 100%;
}
#header .wrap1 .header-ul{
	padding: 20px 0;
}
#header .wrap1 .header-ul .header-logo{
	width: 175px;
}





/*Home*/
#landing-first-view{
	width: 100%;
	min-height: 100vh;
	background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
}
#landing-first-view .landing-first-view-separator{
	display: flex;
	justify-content: space-between;
	padding-top: 125px;
	height: 100vh;
}
#landing-first-view .landing-first-view-separator-box-img{
	width: 60%;
	padding-left: 5%;
	margin-top: 3vh;
}
#landing-first-view .landing-first-view-separator-box-text{
	width: 40%;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -12vh;
}
#landing-first-view .landing-first-view-separator-box-text h1{
	font-size: 60px;
}
#landing-first-view .landing-first-view-separator-box-text p{
	font-size: 23px;
	padding: 35px 0;
}
#landing-first-view .landing-first-view-separator-box-text a{
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	padding: 15px 10px;
	font-size: 15px;
	width: fit-content;
}

.bubble {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	opacity: 0.8;
	filter: blur(2px);
	z-index: 150;
}
#landing-first-view .bubble:nth-child(1) { bottom: 2%; left: 43%; width: 28px; height: 28px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 3.5s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(2) { top: 18%; left: 10%; width: 15px; height: 15px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.25); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(3) { top: 78%; left: 80%; width: 28px; height: 28px; animation-duration: 4.2s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(4) { top: 70%; left: 28%; width: 20px; height: 20px; animation-duration: 3.8s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(5) { top: 50%; left: 50%; width: 35px; height: 35px; animation-duration: 5s; background-color: rgba(255, 255, 255, 0.5); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(6) { top: 20%; left: 80%; width: 18px; height: 18px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 6s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(7) { top: 85%; left: 10%; width: 18px; height: 18px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.4); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(8) { top: 5%; left: 58%; width: 18px; height: 18px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(9) { top: 60%; left: 93%; width: 16px; height: 16px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.4); 	animation: floatAnimation 7s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(10) { top: 10%; left: 35%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(11) { top: 40%; left: 90%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(12) { top: 55%; left: 5%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(13) { top: 45%; left: 60%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-first-view .bubble:nth-child(14) { top: 80%; left: 55%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 7s infinite ease-in-out alternate;}

@keyframes floatAnimation {
	0% {
		transform: translateY(0) translateX(0);
	}
	100% {
		transform: translateY(-20px) translateX(5px);
	}
}

.wave {
	width: 100%;
}








#landing-info-part{
	position: relative;
}
#landing-info-part .wrap2{
	padding-bottom: 75px;
}
#landing-info-part .info-part-contnaire {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#landing-info-part h2 {
	font-size: 45px;
	text-align: center;
	margin: 125px 0 25px 0;
	width: 75%;
}
#landing-info-part .landing-box-offre{
	display: flex;
	justify-content: space-around;
}
#landing-info-part .landing-box-offre div{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#landing-info-part .landing-box-offre h4{
	font-family: 'roboto-black', sans-serif;
	font-size: 16px;
	color: var(--accent);
	text-align: center;
	margin-top: 27px;
}
#landing-info-part .landing-box-offre h3{
	font-family: 'roboto-bold', sans-serif;
	font-size: 24px;
	width: 280px;
	text-align: center;
	margin: 4px 0 22px 0;
}
#landing-info-part .landing-box-offre .nombre-bureaux{
	color: var(--maincolor);
	font-size: 18px;
	margin-bottom: 10px;
}
#landing-info-part .landing-box-offre p{
	text-align: center;
	width: 75%;
	color: #4e7c7c;
}
#landing-info-part .landing-box-offre a{
	color: #4e7c7c;
	font-family: 'roboto-bold', sans-serif;
	margin-top: 12px;
}

#landing-info-part .bubble:nth-child(1) { top: 100%; left: 43%; width: 15px; height: 15px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.5); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(2) { top: 6%; left: 15.5%; width: 33px; height: 33px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.30); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(3) { top: 12%; left: 4.5%; width: 18px; height: 18px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.55); 	animation: floatAnimation 3.5s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(4) { top: 37%; left: 82%; width: 30px; height: 30px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.60); 	animation: floatAnimation 6s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(5) { top: 16%; left: 93%; width: 30px; height: 30px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(6) { top: 80%; left: 88%; width: 18px; height: 18px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.4); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(7) { top: 72%; left: 8%; width: 27px; height: 27px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(8) { top: 58%; left: 56%; width: 23px; height: 23px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.22); 	animation: floatAnimation 6s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(9) { top: 37.5%; left: 18.5%; width: 15px; height: 15px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.32); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
#landing-info-part .bubble:nth-child(10) { top: 105%; left: 26%; width: 33px; height: 33px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 7s infinite ease-in-out alternate;}








#landing-contact-part{
	width: 100%;
	position: relative;
}
#landing-contact-part .contnaire-contact-background{
	background: linear-gradient(90deg, var(--gradient-dark-start), var(--gradient-dark-end));
	margin-top: -5px;
	min-height: 900px;
	padding-bottom: 80px;
	width: 100%;
	position: relative;
}
#landing-contact-part .contanire-contact-form {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	width: 90%;
	max-width: 700px;
	bottom: -465px;
	z-index: 5;
}
#landing-contact-part .contanire-contact-form .form-contact{
	width: 100%;
	background-color: white;
	padding: 50px 50px 40px 50px;
	display: flex;
	flex-direction: column;
	border-radius: 20px 20px 0 0;
	max-width: 700px;
	min-width: 550px;
}
#landing-contact-part svg{
	width: 100%;
}
#landing-contact-part .form-contact label {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	display: block;
	margin: 10px 0 5px;
}

#landing-contact-part .form-contact input,
#landing-contact-part .form-contact textarea,
#landing-contact-part .form-contact select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 15px;
}
#landing-contact-part .form-contact textarea{
	padding: 12px 12px 75px 12px;
	resize: none;
}

#landing-contact-part .phone-input {
	display: flex;
	gap: 10px;
}

#landing-contact-part .form-contact select {
	max-width: 120px;
}

#landing-contact-part .form-contact .contact-form-mini{
	width: 49%;
}
#landing-contact-part .form-contact-submit {
	background: var(--btn);
	color: white;
	font-size: 16px;
	padding: 12px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 10px;
}
#landing-contact-part .contact-form-name-input{
	display: flex;
	justify-content: space-between;
}
#landing-contact-part .form-contact-submit:hover {
	background: var(--btn-hover);
}
#landing-contact-part .form-contact strong{
	color: red;
}

#landing-contact-part .contanire-contact-form .info-contact{
	width: 100%;
	border-radius: 0 0 20px 20px;
	background-color: #ececf3;
	padding: 15px 35px;
	max-width: 700px;
	min-width: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}
.info-contact .info-contact-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}
.info-contact .info-contact-item strong{
	font-size: 14px;
	color: #333;
}
.info-contact .info-contact-item a{
	font-size: 13px;
	color: var(--maincolor);
}
.info-contact .info-contact-sep{
	color: #999;
	font-size: 18px;
}
.info-contact br{
	display: none;
}
#landing-contact-part .contanire-contact-form .info-contact a{
	color: var(--maincolor);
}
#landing-contact-part .contanire-start-contact{
	display: flex;
	justify-content: center;
}
#landing-contact-part .landing-contact-image{
	width: 50%;
	margin-top: -125px;
	margin-left: -25px;
}
#landing-contact-part .landing-contact-titre{
	width: 40%;
	color: white;
	margin-top: -75px;
	max-width: 550px;
}
#landing-contact-part .landing-contact-titre h2{
	font-size: 40px;
	width: 500px;
}
#landing-contact-part .landing-contact-titre p{
	color: rgba(255, 255, 255, 0.9);
	margin: 25px 0;
}
#landing-contact-part .landing-contact-titre ul{
	margin-left: -15px;
}
#landing-contact-part .landing-contact-titre ul li{
	display: flex;
	margin-bottom: 25px;
}
#landing-contact-part .landing-contact-titre ul li i{
	color: var(--dark);
	width: 100px;
	text-align: center;
	font-size: 50px;
	margin-left: -10px;
}
#landing-contact-part .landing-contact-titre ul li div{
	font-size: 40px;
	font-weight: bolder;
	line-height: 28px;
}
#landing-contact-part .landing-contact-titre ul li div span{
	font-size: 17px;
	padding-left: 5px;
}

/* Personnes de contact */
.contact-personnes{
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 40px 20px 25px 20px;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}
.contact-personne-card{
	display: flex;
	align-items: center;
	gap: 18px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	border-radius: 16px;
	padding: 20px 24px;
	min-width: 260px;
	flex: 0 1 auto;
}
.contact-personne-photo{
	width: 80px !important;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(255, 255, 255, 0.5);
	flex-shrink: 0;
}
.contact-personne-photo-placeholder{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.contact-personne-photo-placeholder i{
	font-size: 32px;
	color: rgba(255, 255, 255, 0.6);
}
.contact-personne-info h4{
	color: white;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
}
.contact-personne-role{
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	margin-bottom: 8px;
}
.contact-personne-link{
	display: block;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 13px;
	margin-top: 3px;
	transition: 0.2s;
}
.contact-personne-link:hover{
	color: white !important;
}
.contact-personne-link i{
	width: 18px;
	text-align: center;
	font-size: 13px !important;
	margin-left: 0 !important;
}

#landing-contact-part .bubble:nth-child(1) { top: 12%; left: 5%; width: 23px; height: 23px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.22); 	animation: floatAnimation 4.5s infinite ease-in-out alternate;}
#landing-contact-part .bubble:nth-child(2) { top: 17%; left: 15%; width: 30px; height: 30px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.29); 	animation: floatAnimation 5.5s infinite ease-in-out alternate;}
#landing-contact-part .bubble:nth-child(3) { top: 72%; left: 11%; width: 27px; height: 27px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.19); 	animation: floatAnimation 5.5s infinite ease-in-out alternate;}
#landing-contact-part .bubble:nth-child(4) { top: 13%; left: 93%; width: 20px; height: 20px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.22); 	animation: floatAnimation 3.5s infinite ease-in-out alternate;}
#landing-contact-part .bubble:nth-child(5) { top: 41%; left: 97%; width: 14px; height: 14px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.33); 	animation: floatAnimation 2.5s infinite ease-in-out alternate;}
#landing-contact-part .bubble:nth-child(6) { top: 69%; left: 80%; width: 26px; height: 26px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.24); 	animation: floatAnimation 6.5s infinite ease-in-out alternate;}
#landing-contact-part .bubble:nth-child(7) { top: 87%; left: 89%; width: 18px; height: 18px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
#landing-contact-part .bubble:nth-child(8) { top: 52%; left: 42%; width: 23px; height: 23px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.24); 	animation: floatAnimation 3.2s infinite ease-in-out alternate;}
#landing-contact-part .bubble:nth-child(9) { top: 44%; left: 3%; width: 25px; height: 25px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.24); 	animation: floatAnimation 4.5s infinite ease-in-out alternate;}


#landing-map{
	padding-top: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 100px;
	position: relative;
}
#landing-map h2{
	font-size: 35px;
	width: 90%;
	text-align: center;
	margin: 0 auto 25px auto;
}
#landing-map #map{
	width: 65vw;
	height: 35vw;
	border-radius: 15px;
	position: relative;
	z-index: 2;
}
#landing-map .map-info {
	text-align: left;
	margin: 15px;
	padding: 15px;
	background: #f8f8f8;
	border-radius: 10px;
	max-width: 500px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
#landing-map .map-info-item{
	margin-bottom: 10px;
}
#landing-map .map-info-item:last-child{
	margin-bottom: 0;
}
#landing-map .map-info h3 {
	font-size: 18px;
	color: var(--dark);
	margin-bottom: 3px;
}
#landing-map .map-info p {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
#landing-map .map-contnaire{
	position: relative;
	width: 65vw;
	height: 35vw;
	margin: 0 auto 25px auto;
}
.leaflet-repere-icon{
	background: none !important;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

#landing-map .bubble:nth-child(1) { top: 3.5%; left: 5%; width: 26px; height: 26px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.5); 	animation: floatAnimation 3.5s infinite ease-in-out alternate;}
#landing-map .bubble:nth-child(2) { top: 14%; left: 21%; width: 19px; height: 19px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.27); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-map .bubble:nth-child(3) { top: 8%; left: 83%; width: 29px; height: 29px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
#landing-map .bubble:nth-child(4) { top: 39%; left: 96%; width: 18px; height: 18px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.55); 	animation: floatAnimation 2.5s infinite ease-in-out alternate;}
#landing-map .bubble:nth-child(5) { top: 63%; left: 89%; width: 33px; height: 33px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.24); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
#landing-map .bubble:nth-child(6) { top: 51%; left: 10.5%; width: 22px; height: 22px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.3); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
#landing-map .bubble:nth-child(7) { top: 89%; left: 4%; width: 16px; height: 16px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.55); 	animation: floatAnimation 6s infinite ease-in-out alternate;}
#landing-map .bubble:nth-child(8) { top: 95%; left: 81%; width: 12px; height: 12px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 3s infinite ease-in-out alternate;}


/* Section Confiance */
#landing-trust{
	padding: 60px 0 80px 0;
	position: relative;
	background: #f5f8fc;
	overflow: hidden;
}
#landing-trust h2{
	font-size: 35px;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}
.trust-swiper{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.trust-slide{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
}
.trust-slide img{
	width: 120px;
	height: 80px;
	object-fit: contain;
	transition: 0.3s;
}
.trust-slide:hover img{
	transform: scale(1.1);
}
.trust-slide p{
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

#landing-trust .bubble:nth-child(1) { top: 15%; left: 5%; width: 20px; height: 20px; background-color: rgba(100, 160, 220, 0.3); animation: floatAnimation 4s infinite ease-in-out alternate;}
#landing-trust .bubble:nth-child(2) { top: 60%; left: 92%; width: 25px; height: 25px; background-color: rgba(100, 160, 220, 0.25); animation: floatAnimation 5s infinite ease-in-out alternate;}
#landing-trust .bubble:nth-child(3) { top: 30%; left: 85%; width: 15px; height: 15px; background-color: rgba(100, 160, 220, 0.4); animation: floatAnimation 3.5s infinite ease-in-out alternate;}
#landing-trust .bubble:nth-child(4) { top: 75%; left: 15%; width: 18px; height: 18px; background-color: rgba(100, 160, 220, 0.35); animation: floatAnimation 6s infinite ease-in-out alternate;}
#landing-trust .bubble:nth-child(5) { top: 10%; left: 50%; width: 12px; height: 12px; background-color: rgba(100, 160, 220, 0.3); animation: floatAnimation 4.5s infinite ease-in-out alternate;}
#landing-trust .bubble:nth-child(6) { top: 85%; left: 70%; width: 22px; height: 22px; background-color: rgba(100, 160, 220, 0.2); animation: floatAnimation 5.5s infinite ease-in-out alternate;}



.point-go-form{
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	top: -100px;
}
.error {
	color: red;
	font-size: 0.9em;
	display: block;
	margin-top: -15px;
}
.success-message {
	color: #10d310;
	font-weight: bold;
	margin: -15px 0 10px 0;
	text-align: center;
}




/*Responsive*/

/* Ecran large (>=1480px) : Pas de changement */
@media screen and (max-width: 1479px) {
	#landing-first-view .landing-first-view-separator {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-top: 155px;
		height: auto;
	}
	#landing-first-view .landing-first-view-separator-box-text h1 {
		font-size: 55px;
	}
	#landing-first-view .landing-first-view-separator a {
		margin: 0 auto;
	}
		#landing-first-view .landing-first-view-separator-box-text {
		width: 80%;
		margin-top: 0;
	}
	#landing-first-view .landing-first-view-separator-box-img {
		width: 75%;
		text-align: center;
		padding: 0;
	}
}

/* Tablettes et petits ecrans (1200px - 1479px) */
@media screen and (max-width: 1199px) {

	#landing-map{
		padding-top: 325px;
		padding-bottom: 150px;
	}
	#landing-map .map-contnaire{
		width: 90%;
	}
	#landing-map h2{
		width: 90%;
	}
	#landing-first-view .landing-first-view-separator-box-img {
		width: 85%;
	}

	#landing-first-view .landing-first-view-separator-box-text h1 {
		font-size: 50px;
	}

	#landing-first-view .landing-first-view-separator-box-text p {
		font-size: 20px;
		padding: 20px 0;
	}

	#landing-first-view .landing-first-view-separator-box-text a {
		padding: 12px 8px;
		font-size: 14px;
	}

	#landing-info-part h2 {
		font-size: 35px;
		width: 80%;
	}
	#landing-map #map{
		width: 100%;
		height: 45vw;
		margin: 0 auto;

	}

	#landing-contact-part .landing-contact-titre h2 {
		font-size: 35px;
	}

	#landing-contact-part .landing-contact-titre p {
		font-size: 15px;
	}

	#landing-contact-part .landing-contact-titre ul li i {
		font-size: 45px;
		width: 75px;
	}

	#landing-contact-part .landing-contact-titre ul li div {
		font-size: 25px;
		line-height: 24px;
	}

	#landing-contact-part .landing-contact-titre ul li div span {
		font-size: 14px;
	}

	#landing-contact-part .landing-contact-titre {
		margin-top: 0;
	}

	#landing-info-part .landing-box-offre {
		flex-direction: column;
		align-items: center;
	}

	#landing-info-part .landing-box-offre div {
		margin-bottom: 20px;
	}

	#landing-contact-part .contnaire-contact-background {
		min-height: 1000px;
	}

	#landing-contact-part .landing-contact-image {
		margin-top: 0;
		width: 30%;
	}

	#landing-contact-part .landing-contact-image img {
		width: 200%;
	}

	#landing-contact-part .landing-contact-titre{
		width: 65%;
	}
	#landing-map h2{
		width: 75%;
	}

	.contact-personnes{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}

/* Mobile et ecrans reduits (768px - 1199px) */
@media screen and (max-width: 768px) {
    #landing-contact-part .contanire-contact-form .info-contact{
        min-width:100px;
    }
	#landing-first-view .bubble:nth-child(1) { top: 98%; left: 43%; width: 28px; height: 28px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 3.5s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(2) { top: 18%; left: 10%; width: 15px; height: 15px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.25); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(3) { top: 78%; left: 80%; width: 28px; height: 28px; animation-duration: 4.2s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(4) { top: 70%; left: 28%; width: 20px; height: 20px; animation-duration: 3.8s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(5) { top: 50%; left: 50%; width: 35px; height: 35px; animation-duration: 5s; background-color: rgba(255, 255, 255, 0.5); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(6) { top: 20%; left: 80%; width: 18px; height: 18px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 6s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(7) { top: 85%; left: 10%; width: 18px; height: 18px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.4); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(8) { top: 5%; left: 58%; width: 18px; height: 18px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(9) { top: 60%; left: 93%; width: 16px; height: 16px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.4); 	animation: floatAnimation 7s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(10) { top: 10%; left: 35%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(11) { top: 40%; left: 90%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(12) { top: 55%; left: 5%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(13) { top: 45%; left: 60%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-first-view .bubble:nth-child(14) { top: 80%; left: 55%; width: 8px; height: 8px; animation-duration: 4.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 7s infinite ease-in-out alternate;}

	#landing-info-part .bubble:nth-child(1) { top: 100%; left: 43%; width: 15px; height: 15px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.5); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(2) { top: 6%; left: 15.5%; width: 33px; height: 33px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.30); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(3) { top: 12%; left: 4.5%; width: 18px; height: 18px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.55); 	animation: floatAnimation 3.5s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(4) { top: 37%; left: 82%; width: 30px; height: 30px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.60); 	animation: floatAnimation 6s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(5) { top: 16%; left: 93%; width: 30px; height: 30px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(6) { top: 80%; left: 88%; width: 18px; height: 18px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.4); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(7) { top: 72%; left: 8%; width: 27px; height: 27px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(8) { top: 58%; left: 56%; width: 23px; height: 23px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.22); 	animation: floatAnimation 6s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(9) { top: 37.5%; left: 18.5%; width: 15px; height: 15px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.32); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
	#landing-info-part .bubble:nth-child(10) { top: 105%; left: 26%; width: 33px; height: 33px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 7s infinite ease-in-out alternate;}

	#landing-contact-part .bubble:nth-child(1) { top: 12%; left: 5%; width: 23px; height: 23px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.22); 	animation: floatAnimation 4.5s infinite ease-in-out alternate;}
	#landing-contact-part .bubble:nth-child(2) { top: 17%; left: 15%; width: 30px; height: 30px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.29); 	animation: floatAnimation 5.5s infinite ease-in-out alternate;}
	#landing-contact-part .bubble:nth-child(3) { top: 72%; left: 11%; width: 27px; height: 27px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.19); 	animation: floatAnimation 5.5s infinite ease-in-out alternate;}
	#landing-contact-part .bubble:nth-child(4) { top: 13%; left: 93%; width: 20px; height: 20px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.22); 	animation: floatAnimation 3.5s infinite ease-in-out alternate;}
	#landing-contact-part .bubble:nth-child(5) { top: 41%; left: 97%; width: 14px; height: 14px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.33); 	animation: floatAnimation 2.5s infinite ease-in-out alternate;}
	#landing-contact-part .bubble:nth-child(6) { top: 69%; left: 80%; width: 26px; height: 26px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.24); 	animation: floatAnimation 6.5s infinite ease-in-out alternate;}
	#landing-contact-part .bubble:nth-child(7) { top: 87%; left: 89%; width: 18px; height: 18px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.35); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
	#landing-contact-part .bubble:nth-child(8) { top: 52%; left: 42%; width: 23px; height: 23px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.24); 	animation: floatAnimation 3.2s infinite ease-in-out alternate;}
	#landing-contact-part .bubble:nth-child(9) { top: 44%; left: 3%; width: 25px; height: 25px; animation-duration: 3.5s; background-color: rgba(255, 255, 255, 0.24); 	animation: floatAnimation 4.5s infinite ease-in-out alternate;}

	#landing-map .bubble:nth-child(1) { top: 3.5%; left: 5%; width: 26px; height: 26px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.5); 	animation: floatAnimation 3.5s infinite ease-in-out alternate;}
	#landing-map .bubble:nth-child(2) { top: 14%; left: 21%; width: 19px; height: 19px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.27); 	animation: floatAnimation 5s infinite ease-in-out alternate;}
	#landing-map .bubble:nth-child(3) { top: 8%; left: 83%; width: 29px; height: 29px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
	#landing-map .bubble:nth-child(4) { top: 39%; left: 96%; width: 18px; height: 18px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.55); 	animation: floatAnimation 2.5s infinite ease-in-out alternate;}
	#landing-map .bubble:nth-child(5) { top: 63%; left: 89%; width: 33px; height: 33px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.24); 	animation: floatAnimation 4s infinite ease-in-out alternate;}
	#landing-map .bubble:nth-child(6) { top: 51%; left: 10.5%; width: 22px; height: 22px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.3); 	animation: floatAnimation 3s infinite ease-in-out alternate;}
	#landing-map .bubble:nth-child(7) { top: 89%; left: 4%; width: 16px; height: 16px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.55); 	animation: floatAnimation 6s infinite ease-in-out alternate;}
	#landing-map .bubble:nth-child(8) { top: 95%; left: 81%; width: 12px; height: 12px; animation-duration: 3.5s; background-color: rgba(100, 160, 220, 0.35); 	animation: floatAnimation 3s infinite ease-in-out alternate;}




	#landing-contact-part .contanire-contact-form {
		bottom: -400px;
		width: 80%;
	}
	.info-contact{
		flex-direction: column;
		line-height: 30px;
	}
	.info-contact br{
		display: block;
		margin-bottom:15px ;
	}
	.info-contact .info-contact-sep{
		display: none;
	}
	#landing-contact-part .contnaire-contact-background {
		min-height: 950px;
	}
	#landing-contact-part .landing-contact-image {
		display: none;
	}
	#landing-contact-part .landing-contact-titre{
		text-align: center;
		margin-top: 45px;
	}
	#landing-contact-part .landing-contact-titre ul{
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		gap: 4%;
	}
	#landing-contact-part .landing-contact-titre ul li{
		width: 45%;
	}
		#landing-first-view .landing-first-view-separator-box-text h1 {
		font-size: 35px;
	}
	#landing-first-view .landing-first-view-separator-box-text p {
		font-size: 18px;
		padding: 15px 0;
	}
	#landing-first-view .landing-first-view-separator-box-text a {
		font-size: 14px;
	}

	#landing-contact-part .contanire-contact-form {
		width: 90%;
		min-width: auto;
		max-width: none;
	}
	#landing-contact-part .contanire-contact-form .form-contact {
		padding: 30px;
		min-width: auto;
	}
	#landing-contact-part .landing-contact-titre {
		width: 90%;
	}
	#landing-first-view .landing-first-view-separator-box-img {
		width: 90%;
		text-align: center;
	}
	.map-info{
		display: none;
	}
	#landing-map{
		padding-top: 350px;
	}

	.contact-personnes{
		flex-direction: column;
		align-items: center;
		gap: 15px;
		padding: 25px 15px 15px 15px;
	}
	.contact-personne-card{
		min-width: auto;
		width: 90%;
		max-width: 400px;
	}
}

/* Mobile tres petit (jusqu'a 579px) */

@media screen and (max-width: 580px) {
	#landing-contact-part .contanire-contact-form {
		bottom: -500px;
	}
	#landing-contact-part .landing-contact-titre h2{
		width: 100%;
	}
		#landing-first-view .landing-first-view-separator-box-img{
		margin-top: 100px;
	}
	#landing-contact-part .landing-contact-titre{
		width: 85%;
	}
	#landing-contact-part .landing-contact-titre ul{
		width: 100%;
		justify-content: start;
		flex-direction: column;
		text-align: start;
		align-items: center;
		margin: 0 auto;
	}
	#landing-contact-part .landing-contact-titre ul li{
		width: 100%;
		justify-content: center;
	}
		#landing-first-view .landing-first-view-separator-box-text h1 {
		font-size: 28px;
	}
	#landing-first-view .landing-first-view-separator-box-text p {
		font-size: 16px;
		padding: 10px 0;
	}
	#landing-first-view .landing-first-view-separator-box-text a {
		font-size: 13px;
	}

	#landing-info-part h2 {
		font-size: 25px;
	}

	#landing-contact-part .contanire-contact-form .form-contact {
		padding: 20px;
	}
	#landing-contact-part .contanire-contact-form .info-contact {
		flex-direction: column;
		text-align: center;
	}

	#landing-map{
		padding-top:450px ;
	}
	#landing-map h2 {
		font-size: 24px;
	}
	#landing-map #map {
		width: 100%;
		height: 50vw;
	}

	#landing-trust h2{
		font-size: 24px;
	}
	.trust-slide img{
		width: 80px;
		height: 60px;
	}

	.contact-personne-card{
		padding: 15px 20px;
		gap: 14px;
	}
	.contact-personne-photo{
		width: 65px !important;
		height: 65px;
	}
}
