/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	background: #f3f5f7;
}

p{
	font-size: 16px;
	line-height: 25px;
}

/*////////// HEADER /////////// */

header{
	background:#fff;
	padding:10px 0 10px 0;
	text-align:center;
	margin:auto;
	display:flex;
	flex-direction: column;
}

#logoHeader{
	width:300px;
	height:42px;
	margin:auto;
}

#pictoHeader{
	height:100px;
	display:none;
}

.rgpd{
	display: flex;
	flex-direction: row;
	max-width: 290px;
	margin: auto 50px auto 50px;
	height: 37px;
	padding: 3px 5px 5px 5px;
	border: 1px solid #333;
}

.rgpd p{
	display: flex;
	flex-direction: row;
	max-width: 290px;
	font-size: 8.5px;
	line-height: 10px!important;
	font-weight: 300;
	margin: 10px 0;
	text-align: left;
}

.rgpd img{
	width: 40px;
	height: 40px!important;
	margin-right: 7px;
}

/*////////// FIN HEADER /////////// */

/*////////// SECTION1 /////////// */

#section1{
	position: relative;
	z-index: 1;
	background: url('fond4.webp') no-repeat fixed;
	background-size: 100%;
	background-position-y: 100px, center;
	height: 450px;
}

#container1{
	max-width: 1100px;
	display: flex;
	margin: auto;
}

#section2{
	margin: auto;
	max-width: 1100px;
}

#container2{
	margin: auto;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	background-color: #FF9744;
	border-radius: 30px;
}

#etoiles{
	text-align: center;
	margin: 1%;
	width: 33%;
	color: #ffffff;
}

h1{
	font-size: 30px;
	font-weight: 800;
	line-height: 100%;
	color: #3399ff;
	text-align: left;
	background-color: #ffffff69;
	padding: 30px;
}

h1 span{
	line-height: 90%;
	font-size: 24px;
	font-weight: 300;
	text-align: left;
}

/*////////// FORMULAIRE /////////// */

#section3{
	position: relative;
	z-index: 2;
}

#formulaire{
	position: relative;
	margin: -30px auto 30px auto;
	z-index: 3;
}

/*////////// FOOTER /////////// */

footer{
	padding:20px;
	text-align:center;
	background:#3399ff;
	color:#fff!important;
}

#signature{
	margin:auto;
	text-align:center;
	font-size:12px;
}

#signature a{
	text-decoration:none;
	color:#fff;
	transition-duration: 0.5s;
	font-weight: 300;
	cursor:pointer;
}

#signature a:hover{
	text-decoration:none;
	color:#2272ca;
	transition-duration: 0.5s;
}

/*////////// CONTENU AJOUTÉ /////////// */

#contentMutuelle{
	padding: 20px 15px 50px 15px;
	background: #f3f5f7;
}

.contentWrap{
	max-width: 1100px;
	margin: 0 auto;
}

.introBlock{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 18px;
	background: #ffffff;
	border-radius: 16px;
	padding: 26px 30px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.introText{
	width: 58%;
}

.introImage{
	width: 42%;
	text-align: center;
}

.introImage img{
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 12px;
}

#contentMutuelle h2{
	font-size: 22px;
	line-height: 1.15;
	font-weight: 800;
	color: #3399ff;
	margin: 0 0 18px 0;
}

#contentMutuelle h3{
	font-size: 20px;
	line-height: 1.25;
	font-weight: 800;
	color: #1f2d3d;
	margin: 0 0 18px 0;
}

#contentMutuelle p{
	font-size: 15px;
	line-height: 28px;
	color: #4a4a4a;
}

.textCard{
	background: #ffffff;
	border-radius: 16px;
	padding: 26px 30px;
	margin-bottom: 18px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.textCard ul{
	margin: 0;
	padding-left: 18px;
}

.textCard li{
	font-size: 15px;
	line-height: 28px;
	color: #4a4a4a;
	margin-bottom: 10px;
}

.infoBox{
	background: #eef4fb;
	border-left: 4px solid #3399ff;
	padding: 16px 18px;
	border-radius: 8px;
	margin-top: 20px;
}

.infoBox p{
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}

.ctaCard{
	background: #ffffff;
}

.contentButtonWrap{
	text-align: center;
	margin-top: 30px;
}

.backToFormBtn{
	display: inline-block;
	background: #fd9133;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
	padding: 15px 28px;
	border-radius: 999px;
	transition: 0.3s ease;
	box-shadow: 0 8px 20px rgba(253,145,51,0.20);
}

.backToFormBtn:hover{
	background: #FF9744;
	transform: translateY(-2px);
}

/*////////// RESPONSIVE /////////// */

@media (min-width: 650px) {
	#container4{
		display: none;
	}
}

@media (max-width: 1200px) {
	.logo_cl{
		height: 50px;
		margin: 0 10px;
	}

	.contentWrap{
		max-width: 95%;
	}

	.introBlock{
		gap: 25px;
	}
}

@media (max-width: 992px) {
	.rgpd{
		display:none;
	}

	#texte1{
		display: none;
	}
}

/* Tablette */
@media (min-width: 768px) and (max-width: 1024px) {
	header{
		flex-direction: row;
		justify-content: space-between;
		padding-left: 6%;
		padding-right: 6%;
	}

	#logoHeader{
		width:auto;
		height:52px;
		margin:30px 0 20px 0;
	}

	#pictoHeader{
		height:90px;
		display:block;
	}

	#section1{
		background-size: cover;
		background-position: -600px 80px;
		height: 430px;
	}

	#formulaire{
		width: 92%;
		padding: 20px 0 30px 0;
		margin: -35px auto 30px auto;
	}
}

/* Desktop */
@media (min-width: 1025px) {
	header{
		flex-direction: row;
		justify-content: space-between;
		padding-left:15%;
		padding-right:15%;
	}

	#logoHeader{
		width:auto;
		height:52px;
		margin:30px 0 20px 0;
	}

	#pictoHeader{
		height:90px;
		display:block;
	}

	#formulaire{
		width: 880px;
		padding: 50px 0 50px 0;
		margin: -45px auto 30px auto;
	}
}

/* Mobile */
@media (max-width: 767px) {
	#formulaire{
		width: 100%;
		margin: -10px auto 30px auto;
		padding: 0;
	}

	.introBlock{
		flex-direction: column;
		padding: 20px;
		text-align: left;
	}

	.introText,
	.introImage{
		width: 100%;
	}

	#contentMutuelle{
		padding: 10px 10px 35px 10px;
	}

	#contentMutuelle h2{
		font-size: 20px;
	}

	#contentMutuelle h3{
		font-size: 18px;
	}

	.textCard{
		padding: 20px;
	}

	.textCard li,
	#contentMutuelle p{
		font-size: 14px;
		line-height: 24px;
	}

	.backToFormBtn{
		width: 100%;
		max-width: 320px;
		padding: 14px 22px;
		font-size: 15px;
	}
}

@media (max-width: 650px) {
	#section1{
		background: url('fond4.webp') no-repeat;
		background-size: cover;
		background-position: center top;
		height: auto;
		min-height: 260px;
		padding-bottom: 20px;
	}

	h1{
		font-size: 24px;
		font-weight: 800;
		line-height: 100%;
		color: #3399ff;
		text-align: left;
		background-color: #ffffffde;
		padding: 10px;
		margin-top: 15%;
		margin-left: 0;
		margin-bottom: 0;
		max-width: 75%;
	}

	h1 span{
		line-height: 90%;
		font-size: 18px;
		font-weight: 300;
		text-align: left;
	}

	#container2{
		display: none;
	}

	#etoiles1{
		text-align: center;
		color: #ffffff;
		background-color: #FF9744;
		border-radius: 30px;
		margin: 10px auto 10px auto;
		padding: 10px;
		width: 55%;
	}

	#section3{
		margin-top: 0;
	}

	#formulaire{
		margin: 0 auto 30px auto;
		padding-top: 0;
	}
}

@media (max-width: 480px) {
	#contentMutuelle h2{
		font-size: 18px;
	}

	#contentMutuelle h3{
		font-size: 17px;
	}

	.introBlock{
		border-radius: 14px;
	}

	.textCard{
		border-radius: 14px;
	}

	.infoBox{
		padding: 15px;
	}
}