@font-face {
	font-family: 'Source Sans Pro';
	src: url('/wp-content/themes/netinair/fonts/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/netinair/fonts/Roboto-Regular.ttf') format('truetype');
}
*>*:not(.woocommerce) {
	/* border: 1px solid black;
	*/
	--Netinair-blue-1: #007094;
	--Netinair-blue-2: #6CD9E7;
	--Netinair-orange: #FF9B86;
	--Netinair-fonce: #1A3741;
	--Netinair-disabled-light: #999999;
	--Netinair-grey: #444444;
	/* --Netinair-success-green: */
}
header {
	min-height: 96px;
	width: 100%;
}
button {
	background-color: var(--Netinair-fonce);
	color: white;
	padding: 1rem 1.5rem;
	border: none;
	cursor: pointer;
	font-size: 1.1rem;
	transition: background-color 0.3s ease;
	text-transform: uppercase;
	font-family: "Source Sans Pro";
	font-weight: lighter;
	border-radius: 0.18rem;
	width: fit-content;
}
button:hover {
	background-color: var(--Netinair-blue-1);
}
@media(min-width:300px) {
	html,body {
		height: 100%;
		width: 100%;
		font-size: 100%;
		font-family: "Source Sans Pro";
	}
}
@media(max-width:300px) {
	html,body {
		font-size: 75%;
		font-family: "Source Sans Pro";
	}
}
a {
	/*color: inherit;
	*/
	/* blue colors for links too */
	text-decoration: inherit;
	/* no underline */
}
ul,li {
	/* display: inherit;
	*/
	list-style-type: none;
}
.flex-row-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	padding-bottom: 2rem;
	color: var(--Netinair-blue-1);
	font-family: "Roboto";
	font-weight: bold;
	letter-spacing: 0;
}
h3 {
	color: var(--Netinair-orange);
	font-family: "Roboto";
	font-weight: bold;
}
p {
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
}
section>h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	padding-bottom: 2rem;
	color: var(--Netinair-blue-1);
	font-family: "Roboto";
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
/* ancres */
.index_header {
	text-align: center;
	font-size: 2rem;
	font-family: "Roboto", sans-serif;
	color: white;
	z-index: 1;
	/* Ensure it appears above other content */
	background-color: var(--Netinair-blue-1);
}
.index_header h1 {
	margin: 0;
	padding: 1em;
}
.font_ancres {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	padding-bottom: 1rem;
	padding-top: 1rem;
	gap: 4rem;
	background: linear-gradient(180deg, var(--Netinair-blue-1) 50%, rgba(255, 255, 255, 1) 50%);
}
.ancre {
	background-color: #a2d4e6;
	border-radius: 8px;
	padding: 3em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	/* box-shadow: 0 0.12rem 1rem 0 rgba(26, 55, 65, 0.2); */
    -webkit-box-shadow: 6px 5px 12px 0px rgba(0,0,0,0.89); 
    box-shadow: 6px 5px 12px 0px rgba(0,0,0,0.89);
	text-align: center;
	max-width: 30%;
	position: relative;
	font-family: "Source Sans Pro";
	/* Ensures it stays in its own layout context */
	z-index: 0;
	/* Keeps it under the header */
}
.ancre2 {
	background: linear-gradient(0deg, #C1F3F9 0%, var(--Netinair-blue-2) 100%);
}
.ancre1 {
	background: linear-gradient(0deg, var(--Netinair-blue-1) 0%, var(--Netinair-fonce) 100%);
	color: white;
}
.ancre h1 {
	font-size: 2.7rem;
	line-height: 3rem;
	font-family: "Roboto";
	font-weight: bold;
}
.ancre .price {
	font-size: 2.2rem;
	line-height: 2.5rem;
}

.ancre button{
	font-weight: bold;
	font-family: "Source Sans Pro";
}

.txt,.price,.txt2,.or {
	margin-bottom: 1rem;
	
}
.ancre1 .txt2,.ancre1 .txt,.ancre1 h1,.ancre1 .txt,.or {
	color: white;
}
.ancre2 .txt2,.ancre2 .txt,.ancre2 h1,.ancre2 .txt,.ancre2 .price {
	color: var(--Netinair-fonce);
}
.ancre .or{
	font-size: 1.2rem;
}

.ancre .txt {
	font-size: 1.2rem;
}
.ancre1 button {
	color: #222222;
	background-color: var(--Netinair-blue-2);
}
.ancre1 button:hover {
	color: var(--Netinair-blue-1);
	background-color: white;
}
.ancre2 button {
	color: white;
	background-color: var(--Netinair-blue-1);
}
.ancre2 button:hover {
	color: var(--Netinair-blue-1);
	background-color: white;
}
@media (max-width: 768px) {
	.font_ancres {
		flex-direction: column;
		align-items: center;
	}
	.ancre {
		max-width: 90%;
		margin-bottom: 20px;
	}
	.index_header {
		position: relative;
		/* Make it relative for mobile view to avoid overlap */
		top: 0;
		left: 0;
		transform: none;
		padding: 1rem;
		z-index: 1;
	}
}
/* fin ancres */
.index_content {
	/*min-height: 945px;
	*/
	width: 100%;
	min-height: 59rem;
	background: url("/wp-content/themes/netinair/imgs/index/waves.svg") no-repeat right rgba(255, 255, 255, 0.3);
}
.wifi {
	/*padding-top:50px;
	height:30px;
	width:55px;
	*/
	padding-top: 3.12rem;
	height: 1.87rem;
	width: 3.43rem;
	margin: auto;
	display: block;
}
.index_content>h2 {
	/*min-height: 40px;
	font-size: 32px;
	line-height: 40px;
	*/
	min-height: 2.5rem;
	font-size: 2rem;
	line-height: 2.5rem;
	color: var(--Netinair-blue-1);
	font-family: "Roboto";
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
.index_content>p {
	/*min-height: 64px;
	line-height: 32px;
	font-size: 20px;
	*/
	min-height: 4rem;
	line-height: 2rem;
	font-size: 1.25rem;
	width: 70%;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: center;
	margin: auto;
}
.index_content .row {
	/*min-height:342px;
	*/
	min-height: 21.37rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}
.index_content .row .col-sector {
	/*max-height: 314px;
	max-width: 384px;
	padding-right:16px;
	padding-left:16px;
	*/
	max-height: 19.6rem;
	max-width: 24rem;
	padding-right: 1rem;
	padding-left: 1rem;
	display: block;
	margin: auto;
}
.index_content .row .col-sector>img {
	/*height: 258px;
	width: 384px;
	border-radius: 8px;
	*/
	max-height: 16.12rem;
	max-width: 24rem;
	border-radius: 0.5rem;
	text-align: center;
	display: block;
	margin: auto;
}
.index_content .row .col-sector>p {
	/*height: 32px;
	width: 384px;
	font-size: 24px;
	line-height: 32px;
	*/
	height: 2rem;
	width: 24rem;
	font-size: 1.5rem;
	line-height: 2rem;
	color: var(--Netinair-fonce);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: center;
	display: block;
	margin: auto;
}
.fond_ancres_bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.gauche,.droite,.center {
	min-width: 33.33%;
	/*min-height: 400px;
	*/
	min-height: 25rem;
}
.droite {
	background: linear-gradient(315deg, #FD785D 0.03%, #FC8E77 100%);
}
.gauche {
	background: linear-gradient(315deg, #15A8BB 0%, #46D8EB 100%, var(--Netinair-blue-2) 100%);
}
.center {
	background-color: var(--Netinair-blue-1);
}
.gauche>h3,.center>h3,.droite>h3 {
	color: white;
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: center;
	margin: auto;
	font-weight: bold;
	/*font-size: 28px;
	line-height: 32px;
	padding-top:63px;
	*/
	font-size: 1.75rem;
	line-height: 2rem;
	padding-top: 3.9rem;
}
.gauche>p,.center>p,.droite>p {
	color: white;
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: center;
	margin: auto;
	/*padding-bottom:16px;
	*/
	padding-bottom: 1rem;
	min-height: 3.5rem;
	max-width: 26rem;
	min-width: 359.8px;
}
.topP {
	/*padding-top:64px;
	*/
	padding-top: 4rem;
}
.bottomP {
	font-weight: bold;
}

.fond_ancres_bottom button {
	display: block;
	margin: auto;
}

/* Law / Mentions Légales */
.law {
	width: 80%;
	display: flex;
	margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.law>h1 {
	/*font-size: 32px;
	line-height: 40px;
	*/
	font-size: 2rem;
	line-height: 2.5rem;
	color: var(--Netinair-blue-1);
	font-family: "Roboto";
	font-weight: bold;
}
.law>p {
	/*font-size: 14px;
	*/
	font-size: 0.87rem;
	letter-spacing: 0;
	color: var(--Netinair-fonce);
	font-family: "Source Sans Pro";
}
.law .left img {
	min-width: 15rem;
	margin: 2rem;
}
/* MyHotSpot */
.myhotspot_header {
	background: linear-gradient(90deg, #C1F3F9 0%, var(--Netinair-blue-2) 100%);
}
.myhotspot_header .left {
	display: flex;
	flex-direction: column;
}
.myhotspot_header .left button {
	margin-top: 1rem;
}
.myhotspot_header .wp-block-button {
	float: left;
	margin-left: 15%;
	margin-top: 5%;
}
.myhotspot_header .wp-block-button,.myhotspot_header .wp-block-button__link {
	background-color: var(--Netinair-blue-1);
	color: white;
	width: fit-content;
	border-radius: 5px;
}
.myhotspot_header .wp-block-button:hover,.myhotspot_header .wp-block-button__link:hover {
	background-color: white;
	color: var(--Netinair-blue-1);
}
.myhotspot_header.row .col-6>h1 {
	display: block;
	color: var(--Netinair-fonce);
}
.myhotspot_header.row .col-6>h2 {
	display: block;
	color: var(--Netinair-orange);
	font-size: 2rem;
	line-height: 2.5rem;
	margin-left: 15%;
	font-family: "Roboto";
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	float: left;
}
.myhotspot_header.row .col-6>p {
	color: var(--Netinair-fonce);
}
.myhotspot_header.row .col-6>button {
	background-color: var(--Netinair-blue-1);
	color: white;
}
.myhotspot_header.row .col-6>button:hover {
	background-color: white;
	color: var(--Netinair-blue-1);
}
.mentras {
	min-height: 19.62rem;
	position: relative;
}
.mentras.row {
	width: 100%;
	background-color: var(--Netinair-blue-1);
	background-image: url("/wp-content/themes/netinair/imgs/myhotspot/wifi-couleur-crop.svg");
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: bottom;
}
.mentras h1 {
	color: white;
	font-family: 'Roboto';
	position: absolute;
	top: 50%;
	/* Middle vertically */
	left: 50%;
	/* Center horizontally */
	transform: translate(-50%, -50%);
	/* Adjust position to truly center */
	margin: 0;
}
.mentras.row .col-4>img {
	/*height: 72px;
	width: 72px;
	padding-top:85px;
	padding-bottom:24px;
	*/
	height: 4.5rem;
	width: 4.5rem;
	padding-top: 5.3rem;
	padding-bottom: 1.5rem;
	display: block;
	margin: auto;
}
.mentras.row .col-4>p {
	/*font-size: 20px;
	line-height: 32px;
	*/
	font-size: 1.25rem;
	line-height: 2rem;
	color: var(--Netinair-blue-2);
	font-family: "Roboto";
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	display: block;
	margin: auto;
}
.hotspot-content {
	/*min-height:900px;
	*/
	width: 100%;
	min-height: 56.25rem;
}
.hotspot-content .row {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
	/*min-height: 520px;
	*/
	min-height: 32.5rem;
}
.hotspot-content .row .col-content>img {
	/*height: 240px;
	width: 384px;
	padding-bottom:32px;
	*/
	height: 15rem;
	width: 23rem;
	padding-bottom: 2rem;
	margin: auto;
	display: block;
}
.hotspot-content .row .col-content>h3 {
	/*height: 64px;
	width: 384px;
	font-size: 24px;
	*/
	height: 4rem;
	width: 23rem;
	font-size: 1.5rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
	text-align: left;
	margin: auto;
	display: block;
}
.hotspot-content .row .col-content>p {
	/*height: 96px;
	width: 384px;
	font-size: 16px;
	line-height: 24px;
	padding:16px 0 25px 0;
	*/
	height: 6rem;
	width: 23rem;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 1rem 0 1.5rem 0;
	color: var(--Netinair-grey);
	text-align: left;
	font-family: "Source Sans Pro";
	margin: auto;
	display: block;
}
.hotspot-content2 {
	/*min-height: 632px;
	*/
	min-height: 39.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}
.hotspot-content2 .row {
	/*min-height: 480px;
	*/
	min-height: 30rem;
	width: 100%;
}
.hotspot-content2 .row .col-6>img {
	/*min-height: 400px;
	width: 505px;
	*/
	/*max-height: 25rem;
	*/
	max-width: 60%;
	margin: auto;
	display: block;
}
.hotspot-content2 .row .col-6>h3 {
	/*height: 40px;
	width: 488px;
	line-height: 40px;
	padding-bottom:16px;
	font-size: 32px;
	*/
	height: 2.5rem;
	width: 30.5rem;
	line-height: 2.5rem;
	padding-bottom: 1rem;
	font-size: 2rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
	text-align: left;
	margin: 0;
	display: block;
}
.hotspot-content2 .row .col-6>p {
	/*width: 488px;
	line-height: 24px;
	padding-bottom:16px;
	font-size: 16px;
	*/
	max-width: 30.5rem;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	font-size: 1rem;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: left;
	display: block;
	margin: 0;
}
/*experience */
.experience {
	/*min-height: 504px;
	*/
	min-height: 31.5rem;
	width: 100%;
	background: url("/wp-content/themes/netinair/imgs/myhotspot/myhotspot-3etapes.jpg");
	background-size: cover;
	display: block;
	color: white;
}
.experience>h3 {
	/*height: 40px;
	width: 488px;
	line-height: 40px;
	padding-top:88px;
	font-size: 32px;
	*/
	min-height: 2.5rem;
	max-width: 30.5rem;
	line-height: 2.5rem;
	padding-top: 5.5rem;
	font-size: 2rem;
	color: white;
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
	text-align: center;
	margin: auto;
}
.breadcrumb-container {
	position: relative;
	margin-top: 1.88rem;
	margin-right: 1rem;
	margin-bottom: 0;
	margin-left: 1rem;
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	list-style-type: none;
}
.breadcrumb-container:before {
	/*barre du stepper*/
	/*top: 160px;
	left: 5px;
	*/
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 24rem);
	margin-left: 11rem;
	top: 10rem;
	left: 0.32rem;
	background-color: var(--Netinair-blue-2);
	z-index: 1;
}
.experience .breadcrumb-container .steps {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
	z-index: 2;
}
.experience .breadcrumb-container .steps>img {
	/*height: 72px;
	width: 72px;
	padding-top:37px;
	padding-bottom:28px;
	*/
	height: 4.5rem;
	width: 4.5rem;
	padding-top: 2.31rem;
	padding-bottom: 1.75rem;
	margin: auto;
	display: block;
}
.experience .breadcrumb-container .step-number {
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	font-family: "Roboto";
	font-weight: bold;
	align-items: center;
	background-color: var(--Netinair-blue-2);
	border: 1px solid var(--Netinair-blue-2);
	border-radius: 50%;
	z-index: 3;
}
.experience .breadcrumb-container .step-text {
	display: none;
}
@media (min-width: 568px) {
	.experience .breadcrumb-container .step-text {
		display: flex;
		color: var(--Netinair-fonce);
		font-family: "Roboto";
		font-size: 1rem;
		justify-content: center;
		line-height: 1.5rem;
		text-align: center;
		max-width: 5rem;
		/*padding-top: 10px;
		*/
		padding-top: 0.63rem;
	}
}
.experience .breadcrumb-container .step-text.center-smallcontainer {
	/*min-height: 64px;
	max-width: 384px;
	font-size: 20px;
	line-height: 32px;
	margin:20px auto 0 auto;
	*/
	min-height: 4rem;
	max-width: 24rem;
	font-size: 1.25rem;
	line-height: 2rem;
	margin: 1.25rem auto 0 auto;
	color: var(--Netinair-blue-2);
	font-family: "Roboto";
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	display: block;
}
.queditloi {
	/*min-height: 1168px;
	*/
	min-height: 76rem;
	width: 100%;
	background: url("/wp-content/themes/netinair/imgs/index/waves.svg") no-repeat rgba(255, 255, 255, 0.3);
	background-position: bottom right;
}
.queditloi .row {
	/*min-height: 568px;
	padding-top:56px;
	padding-bottom:96px;
	*/
	min-height: 35.5rem;
	padding-top: 3.5rem;
	padding-bottom: 6rem;
	display: flex;
	margin: auto;
	flex-wrap: wrap;
}
.queditloi .row .col-6 {
	/*min-width: 505px;
	*/
	max-width: 31.56rem;
}
.queditloi .row .col-6>img {
	/*height: 480px;
	width: 505px;
	*/
	max-width: 90%;
	display: block;
	margin: auto;
}
.queditloi .row .col-6>h3 {
	/*width: 488px;
	font-size: 32px;
	line-height: 40px;
	padding-bottom:16px;
	*/
	max-width: 30.5rem;
	font-size: 2rem;
	line-height: 2.5rem;
	padding-bottom: 1rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
	margin: 0;
}
.queditloi .row .col-6>p {
	/*width: 488px;
	line-height: 24px;
	font-size: 16px;
	*/
	max-width: 30.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
}
.queditloi .row .col-6>ul li {
	/*width: 488px;
	line-height: 24px;
	font-size: 16px;
	*/
	max-width: 30.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	list-style-image: url('/wp-content/themes/netinair/imgs/myhotspot/check-liste.svg');
	letter-spacing: 0;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
}
.queditloi .row2 {
	/*min-height: 370px;
	width: 1010px;
	border: 2px solid var(--Netinair-orange);
	border-radius: 8px;
	*/
	min-height: 23.13rem;
	max-width: 63.13rem;
	border: 0.125rem solid var(--Netinair-orange);
	border-radius: 0.5rem;
	box-sizing: border-box;
	background-color: white;
	display: flex;
	margin: auto;
	flex-wrap: wrap;
}
.queditloi .row2 .leftlogo {
	/*min-width:178px;
	*/
	max-width: 11.125rem;
}
.queditloi .row2 .leftlogo>img {
	/*height: 97.5px;
	width: 96px;
	*/
	height: 6.09rem;
	width: 6rem;
	display: block;
	margin: auto;
}
.queditloi .row2 .rightcontent>h3 {
	/*min-width: 784px;
	height: 80px;
	line-height: 40px;
	padding-top:49px;
	padding-bottom:16px;
	font-size: 32px;
	*/
	max-width: 49rem;
	min-height: 5rem;
	line-height: 2.5rem;
	padding-top: 3.06rem;
	padding-bottom: 1rem;
	font-size: 2rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}
.queditloi .row2 .rightcontent>p {
	/*min-width: 784px;
	height: 96px;
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 16px;
	*/
	max-width: 49rem;
	min-height: 6rem;
	line-height: 1.5rem;
	font-size: 1rem;
	padding-bottom: 1rem;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}
.queditloi .row2 .rightcontent>button {
	/*height: 48px;
	width: 176px;
	border-radius: 3px;
	*/
	height: 3rem;
	width: 11rem;
	border-radius: 0.18rem;
	border-style: none;
	background-color: var(--Netinair-fonce);
	cursor: pointer;
	text-align: center;
	color: white;
	display: block;
	text-transform: uppercase;
}
.queditloi .row2 .rightcontent>button:hover {
	background-color: var(--Netinair-blue-1);
}
/* MyVPnBox */
.myvpnbox_header {
	background: linear-gradient(0deg, var(--Netinair-blue-1) 0%, var(--Netinair-fonce) 100%);
	box-shadow: 0 2px 16px 0 rgba(26, 55, 65, 0.2);
}
.myvpnbox_header.row .col-6>h1 {
	color: white;
}
.myvpnbox_header.row .col-6>p {
	color: white;
}
.myvpnbox_header.row .col-6>button {
	background-color: var(--Netinair-orange);
	color: white;
}
.myvpnbox_header.row .col-6>button:hover {
	color: var(--Netinair-blue-1);
}
.a_in_button {
	color: white;
}
.a_in_button_main {
	color: white;
}
.a_in_button_main:hover {
	color: var(--Netinair-blue-1);
}
.myvpnbox_content {
	/*min-height: 1640px;
	*/
	min-height: 102.5rem;
	width: 100%;
	background-color: #FFFFFF;
}
.myvpnbox-content .row .col-6>img {
	/*height: 280px;
	width: 384px;
	*/
	height: 17.5rem;
	max-width: 24rem;
	display: block;
	margin: auto;
}
.myvpnbox-content .row .col-6>h3 {
	/*min-height: 32px;
	width: 384px;
	font-size: 24px;
	line-height: 32px;
	margin:16px auto 16px auto;
	*/
	min-height: 2rem;
	max-width: 24rem;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 1rem auto 1rem auto;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: center;
	display: block;
}
.myvpnbox-content .row .col-6>p {
	/*height: 120px;
	width: 384px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom:32px;
	*/
	min-height: 7.5rem;
	max-width: 24rem;
	font-size: 1rem;
	line-height: 1.5rem;
	padding-bottom: 2rem;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: center;
	display: block;
	margin: auto;
}
.myvpnbox-content>p {
	padding-top: 2rem;
}
.schema-myvpnbox {
	/*height: 631px;
	width: 1006.29px;
	*/
	max-width: 100%;
	display: block;
	margin: auto;
}
/* COMMON MyHotspot MyVPnBox */
.myhotspot_header,.myvpnbox_header {
	/*min-height: 520px;
	*/
	min-height: 32.5rem;
	width: 100%;
}
.myhotspot_header.row .col-6,.myvpnbox_header.row .col-6 {
	/*min-height: 520px;
	*/
	min-height: 32.5rem;
	margin: auto;
}
.myhotspot_header.row .col-6>h1,.myvpnbox_header.row .col-6>h1 {
	/*font-size: 40px;
	line-height: 48px;
	margin:113px auto 15px 112px;
	*/
	font-size: 2.5rem;
	line-height: 3rem;
	margin-left: 15%;
	font-family: "Roboto";
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	float: left;
}
.myhotspot_header.row .col-6>p,.myvpnbox_header.row .col-6>p {
	/*font-size: 18px;
	line-height: 28px;
	margin:0 auto 16px 112px;
	*/
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin: 0 auto 1rem 15%;
	font-family: "Source Sans Pro";
	text-align: left;
	letter-spacing: 0;
}
.myvpnbox_header.row .col-6>button {
	/*height: 56px;
	width: 196px;
	border-radius: 3px;
	margin:0 auto 168px 112px;
	*/
	height: 3.5rem;
	width: 12.25rem;
	border-radius: 0.18rem;
	margin: 0 auto 10.5rem 15%;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	text-align: center;
	border-style: none;
	font-weight: lighter;
}
.myhotspot_header button {
	width: fit-content;
	margin: 0 auto 10.5rem 15%;
	margin-bottom: 2rem;
	display: block;
	text-align: center;
	border-style: none;
	font-weight: lighter;
}
.myhotspot_header.row .col-6>img,.myvpnbox_header.row .col-6>img {
	/*height: 520px;
	width: 520px;
	*/
	max-width: 60%;
	margin: auto;
	display: block;
}
.hotspot-content>h2,.myvpnbox-content>h2 {
	/*font-size: 32px;
	line-height: 40px;
	padding-bottom:32px;
	*/
	font-size: 2rem;
	line-height: 2.5rem;
	padding-bottom: 2rem;
	color: var(--Netinair-blue-1);
	font-family: "Roboto";
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
.hotspot-content>p,.myvpnbox-content>p {
	/*height: 64px;
	width: 800px;
	font-size: 20px;
	line-height: 32px;
	padding-bottom:48px;
	*/
	min-height: 4rem;
	max-width: 50rem;
	font-size: 1.25rem;
	line-height: 2rem;
	padding-bottom: 3rem;
	display: block;
	margin: auto;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: center;
}
.hotspot-content>button,.myvpnbox-content>button {
	/*height: 48px;
	width: 176px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	*/
	height: 3rem;
	width: 11rem;
	font-size: 0.87rem;
	line-height: 1.5rem;
	border-radius: 0.18rem;
	margin: auto;
	background-color: var(--Netinair-fonce);
	color: white;
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	text-align: center;
	border-style: none;
}
.hotspot-content>button:hover,.myvpnbox-content>button:hover {
	background-color: var(--Netinair-blue-1);
	color: white;
}
/* COMMON Secteur, à propos, contact */

.secteur-content {
	/*min-height: 1640px;
	*/
	min-height: 102.5rem;
	background: url("/wp-content/themes/netinair/imgs/index/waves.svg") no-repeat rgba(255, 255, 255, 0.3);
	background-position: bottom right;
}
.secteur-content>h2 {
	/*min-height: 80px;
	width: 1008px;
	font-size: 32px;
	line-height: 40px;
	padding-top:9px;
	padding-bottom: 64px;
	*/
	min-height: 5rem;
	max-width: 63rem;
	font-size: 2rem;
	line-height: 2.5rem;
	padding-top: 0.56rem;
	padding-bottom: 4rem;
	color: var(--Netinair-blue-1);
	font-family: "Roboto";
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	display: block;
	margin: auto;
}
.secteur-content .row,.apropos-content .row {
	/*padding-bottom:96px;
	min-height: 376px;
	max-width: 1184px;
	*/
	padding-bottom: 6rem;
	padding-top: 6rem;
	min-height: 23.5rem;
	display: flex;
	justify-content: center;
	margin: auto;
	flex-wrap: wrap;
}
.secteur-content .row img,.apropos-content .row img,.apropos-content img {
	/*height: 376px;
	width: 560px;
	padding-right:16px;
	padding-left:16px;
	*/
	max-height: 23.5rem;
	max-width: 90%;
	padding-right: 1rem;
	padding-left: 1rem;
}
.secteur-content .row h3,.apropos-content h3 {
	/*width: 560px;
	font-size: 32px;
	line-height: 40px;
	*/
	font-size: 2rem;
	line-height: 2.5rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	font-weight: lighter;
	display: block;
	margin: 0;
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}
.secteur-content .row p,.apropos-content p {
	/*width:500px;
	line-height: 24px;
	font-size: 16px;
	*/
	max-width: 31.25rem;
	line-height: 1.5rem;
	font-size: 1.2rem;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	display: block;
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}
.apropos-content .color {
	color: var(--Netinair-orange);
}
/* A PROPOS */
.apropos-content {
	/*min-height: 400px;
	*/
	min-height: 25rem;
	width: 100%;
	margin:auto;
	margin-bottom:1rem;
	margin-top: 1rem;
	max-width: 2000px;
	
}
.apropos-content .row ul,.apropos-content .row li {
	/*width: 468px;
	line-height: 24px;
	font-size: 16px;
	*/
	max-width: 29.25rem;
	line-height: 1.5rem;
	font-size: 1rem;
	list-style-image: url('/wp-content/themes/netinair/imgs/apropos/list-dot.svg');
	letter-spacing: 0;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
}
.engagements,.applications {
	/*ligne sur les engagements clients avec le font bleu transparent */
	/*min-height: 480px;
	*/
	min-height: 30rem;
	width: 100%;
	background-color: rgba(0, 112, 148, 0.05);
	/* #007094 opacity 0.05 */
	display: block;
	margin: auto;
}

.applications::before{
        content: "";
        width: 392px;
        height: 377px;
        background: url('/wp-content/themes/netinair/imgs/myhotspot/greywifi.svg') 0 0 no-repeat transparent;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
}
.engagements>h2 {
	/*height: 40px;
	width: 488px;
	font-size: 32px;
	line-height: 40px;
	padding-top:56px;
	padding-bottom:56px;
	*/
	min-height: 2.5rem;
	/*width: 30.5rem;
	*/
	font-size: 2rem;
	line-height: 2.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
	text-align: center;
	margin: auto;
	display: block;
}
.engagements .row {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.engagements .row .col-engagement {
	/*min-height: 232px;
	max-width: 384px;
	*/
	min-height: 14.5rem;
	/*max-width: 24rem;
	*/
	background-color: white;
}
.engagements .row .col-engagement .demi-teinte {
	/*ligne autour du cercle*/
	background: linear-gradient(180deg, rgba(0, 112, 148, 0.05) 50%, rgba(255, 255, 255, 1) 50%);
	/*max-width:384px;
	*/
	/*max-width:24rem;
	*/
}
.engagements .row .col-engagement .demi-teinte .circle-apropos {
	/*height: 49px;
	width: 49px;
	border: 1px solid var(--Netinair-blue-1);
	*/
	height: 3.06rem;
	width: 3.06rem;
	border: 1px solid var(--Netinair-blue-1);
	box-sizing: border-box;
	border-radius: 50%;
	background-color: var(--Netinair-blue-1);
	display: flex;
	margin: auto;
	align-items: baseline;
	align-items: center;
	justify-content: center;
	position: relative;
}
.engagements .row .col-engagement .demi-teinte .circle-apropos>span {
	/*height: 28px;
	width: 10px;
	line-height: 28px;
	font-size: 18px;
	*/
	height: 1.75rem;
	width: 0.625rem;
	line-height: 1.75rem;
	font-size: 1.125rem;
	color: white;
	font-family: "Source Sans Pro";
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	margin: auto;
}
.engagements .row .col-engagement .engagement {
	/*min-height: 185px;
	width: 384px;
	border-radius: 8px;
	*/
	min-height: 11.56rem;
	max-width: 24rem;
	border-radius: 0.5rem;
	background-color: white;
}
.engagements .row .col-engagement .engagement>p {
	/*font-size: 18px;
	line-height: 28px;
	margin: 50px 16px auto 16px;
	*/
	font-size: 1.125rem;
	line-height: 1.75rem;
	/*margin: 3.125rem 16rem auto 16rem;
	*/
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	text-align: center;
	display: block;
}
/* CONTACT */
.info-contact {
	width: 100%;
	background-color: white;
}
.info-contact .row {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.info-contact .row div {
    margin-top: 1rem;
    margin-left:2rem;
    margin-right:2rem;
}
/*
.map {
	width: 100%;
	padding-right: 2.5rem;
}
.info-contact .row .coordonnees {
	min-height: 19rem;
	max-width: 32rem;
	padding-left: 2.5rem;
}
.info-contact .row .coordonnees>h2 {
	line-height: 2.5rem;
	font-size: 2rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
}
.info-contact .row .coordonnees p {
	line-height: 1.5rem;
	font-size: 1rem;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	margin: 0;
}
.info-contact .row .coordonnees strong {
	font-family: inherit;
	color: inherit;
}
.info-contact .row .coordonnees>h3 {
	font-size: 1.25rem;
	line-height: 2rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
} */
.form-contact {
	/*min-height: 877px;
	*/
	min-height: 54.8rem;
	width: 100%;
	background-color: rgba(0, 112, 148, 0.05);
}
.form-contact>h2 {
	/*height: 64px;
	width: 800px;
	font-size: 24px;
	line-height: 32px;
	padding-top:62px;
	padding-bottom:58px;
	*/
	height: 4rem;
	font-size: 1.5rem;
	line-height: 2rem;
	padding-top: 3.875rem;
	padding-bottom: 3.625rem;
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 0;
	text-align: center;
	display: block;
	margin: auto;
}
.form-contact-button {
	/* height: 48px;
	width: 124px;
	line-height: 24px;
	font-size: 16px;
	border-radius: 3px;
	*/
	height: 3rem;
	width: 7.75rem;
	line-height: 1.5rem;
	font-size: 1rem;
	border-radius: 0.18rem;
	border-style: none;
	background-color: var(--Netinair-fonce);
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	font-family: "Source Sans Pro";
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	display: block;
	margin: auto;
}
.form-contact-button:hover {
	background-color: var(--Netinair-blue-1);
}
.form-contact>div form table {
	display: flex;
	margin: auto;
	justify-content: center;
}
.form-contact div form table tbody {
	/*min-width: 384px;
	max-width:800px;
	*/
	min-width: 24rem;
	max-width: 50rem;
}
.form-contact div form table label,.form-contact form p {
	/*font-size: 16px;
	line-height: 24px;
	*/
	font-size: 1rem;
	line-height: 1.5rem;
	color: var(--Netinair-grey);
	font-family: "Source Sans Pro";
	letter-spacing: 0;
	font-weight: lighter;
	display: block;
	margin: auto;
}
.form-contact div form table tr input {
	box-sizing: border-box;
	border: 1px solid rgba(185, 185, 185, 0.7);
	border-radius: 4px;
}
.form-contact div form table tr textarea {
	box-sizing: border-box;
	border: 1px solid rgba(185, 185, 185, 0.7);
	/*border-radius: 4px;
	min-height: 132px;
	max-width: 800px;
	*/
	border-radius: 0.25rem;
	min-height: 8.25rem;
	max-width: 50rem;
}
.colors {
	display: flex;
	justify-content: center;
	/* Center both image and text */
	align-items: center;
	gap: 10px;
	/* Reduce spacing between the image and text */
	padding-bottom: 20px;
	padding-top: 20px;
}
.colors .left{
	text-align: center;
}
.colors img{
	min-width: 20rem;
}
.left img {
	max-width: 40%;
	/* Adjust width to make it more balanced */
	height: auto;
	border-radius: 8px;
}
.right {
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	max-width: 50%;
	text-align: left;
	/* Ensure the text remains left-aligned */
}
.right h2 {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.right p {
	font-size: 1.1rem;
}
@media (max-width: 768px) {
	.colors {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.right {
		text-align: center;
		max-width: 90%;
	}
}
.custom-list {
	list-style-type: none;
	/* Remove default bullet points */
	padding-left: 0;
	/* Remove default padding */
}
.custom-list li {
	position: relative;
	padding-left: 2rem;
	/* Add space for the line */
	margin-bottom: 1rem;
	/* Spacing between list items */
	margin-top: 1rem;
	/* Spacing between list items */
	font-size: 1.5rem;
}
.custom-list li::before {
	/* content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 4px;
	*/
	/* background-color: #ff9c87;
	*/
	content: '';
	display: inline-block;
	background-image: url('/wp-content/themes/netinair/imgs/check.svg');
	background-size: 2rem 2rem;
	/* Control the size here */
	background-repeat: no-repeat;
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
	top: 0;
}
/* inputs */
input[type=text],input[type=tel],input[type=date],input[type=email],input[type=password],input[type=number],select {
	height: 2.5rem;

	width: calc(100% - 22px);
	color: var(--Netinair-blue-1);
}

.form-contact input,.form-contact select{
	max-width: 60%;
}

select {
	padding: inherit;
	height: 10rem;
	line-height: 2.5rem;
	-webkit-appearance: menulist-button;
	-moz-appearance: none;
	width: inherit;
}
textarea {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	overflow: auto;
	line-height: 1.5;
	width: 70%;
	color: #666666;
	padding: 12.5px 7.5px 12.5px 12.5px;
	width: calc(100% - 22px);
}
input:focus {
	outline: var(--Netinair-blue-2) auto 2px;
}
.img-boxes {
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
}
.img-boxes img {
	max-height: 20rem;
}
.img-boxes {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
	/* Espace entre les colonnes */
	flex-wrap: wrap;
	/* Permet de passer à la ligne si nécessaire */
}
.img-boxes .img-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* Aligner le contenu au centre si nécessaire */
	text-align: center;
	/* Centrer le texte */
	padding: 1.25rem;
	/* Espacement interne */
	min-height: 25rem;
	/* Hauteur minimum des colonnes pour uniformité */
}
/* S'assurer que les images ne dépassent pas */
.img-boxes .img-box img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1.25rem;
	/* Espacement entre l'image et le titre */
}
/* Espacement pour aligner les titres et le contenu */
.img-boxes .img-box h3 {
	margin-top: auto;
	/* Force les titres à être alignés en bas de la colonne */
	margin-bottom: 0.625rem;
	/* Espacement sous le titre */
}
.img-boxes .img-box p {
	margin-bottom: 0;
	margin-top: 0.625rem;
	/* Espacement au-dessus du paragraphe */
}
/* Media query pour les petits écrans */
@media (max-width: 768px) {
	.img-boxes {
		flex-direction: column;
		/* Colonne unique sur petits écrans */
		gap: 1rem;
		/* Réduit l'espace entre les boxes sur petits écrans */
	}
	.img-boxes .img-box {
		min-height: auto;
		/* Désactiver la hauteur minimum sur petits écrans */
	}
}
.with-you {
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	/* padding: 1.25rem; */
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
	text-align: center;
}
.with-you p {
	max-width: 50rem;
	text-align: center;
	margin: auto;
}
.laws {
	width: 100%;
	background: url(/wp-content/themes/netinair/imgs/index/waves.svg) no-repeat rgba(255, 255, 255, 0.3);
	background-position: bottom right;
	background-size: auto;
	background-repeat: no-repeat;
	padding-bottom: 1rem;
}
.law {
	color: var(--Netinair-blue-1);
	font-family: "Source Sans Pro";
	display: flex;
	justify-content: center;
	/* Centers horizontally */
	align-items: center;
	/* Centers vertically */
	margin-bottom: 1rem;
}
.law img {
	max-width: 70%;
}
.law h4 {
	color: var(--Netinair-orange);
}
.law li {
	position: relative;
	padding-left: 1rem;
	/* Add space for the line */
	margin-bottom: 1rem;
	/* Spacing between list items */
	margin-top: 1rem;
	/* Spacing between list items */
}
.law li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 1px;
	/* Height of the line */
	background-color: #ff9c87;
	/* Color of the line */
}
.law2 {
	min-height: 23.13rem;
	max-width: 63.13rem;
	border: 0.125rem solid var(--Netinair-orange);
	border-radius: 0.5rem;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	padding: 1rem;
}
.button-center {
	left: 50%;
	transform: translate(-50%, 0%);
	position: relative;
	margin-bottom: 1rem;
}
.banner,.banner2 {
	min-height: 16rem;
	/* width: unset;
	*/
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	font-family: "Roboto";
	text-align: center;
	flex-direction: column;
}
.banner {
	background-image: url(/wp-content/themes/netinair/imgs/myhotspot-hero-internes.jpg);
}
.banner2 {
	background: rgb(0, 112, 148);
	background: linear-gradient(90deg, rgba(0, 112, 148, 1) 0%, rgba(0, 112, 148, 1) 35%, rgba(108, 217, 231, 1) 100%);
}
.banner h1 {
	color: white;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 2.5rem;
	text-align: center;
}
.flex-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}
.flex-2-box {
	display: flex;
	flex-direction: column;
	max-width: 50%;
}
.needs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom:1rem;
}
.needs::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: url(/wp-content/themes/netinair/imgs/index/waves.svg) no-repeat rgba(255, 255, 255, 0.3);
	*/
	/* background-position: bottom right;
	transform: scaleX(-1);
	*/
	z-index: -1;
	/* Ensure the background stays behind the content */
}
.needs h2{
	display: inline-block;
	width: fit-content;
	padding: 0;
}
.sur-mesure img {
	max-height: 17rem;
	border-radius: 8px;
	margin-bottom: 1rem;
}
/* faq */
.faq {
	width: 80%;
	min-height: 20.5rem;
	margin: auto;
	margin-top: 1.5rem;
}
.faq h2 {
	color: var(--Netinair-blue-1);
	font-family: "Roboto";
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.question_card {
	box-shadow: 0 0.125rem 1rem 0 rgba(18, 43, 95, 0.2);
	border-radius: 0.5rem;
	min-height: 5rem;
	display: block;
}
.question_card .question_card_title {
	display: flex;
	cursor: pointer;
	justify-content: center;
	/* Centre horizontalement */
	align-items: center;
	/* Centre verticalement */
	flex-wrap: wrap;
	/* Garde les éléments bien répartis */
	margin: auto;
	padding: 1rem;
}
.question_card_title h2 {
	flex: 1;
	/* Pour permettre à l'élément de s'étendre et occuper l'espace */
	text-align: center;
	/* Centre le texte */
}
.question_card_title div {
	display: flex;
	justify-content: flex-end;
	/* Aligne l'icône à droite */
	align-items: center;
	/* Centre verticalement */
	height: 100%;
}
.question_card .question_card_title img {
	height: 1.5rem;
	width: 1.5rem;
	margin: 0 0px 0.3125rem 1.75rem;
}
.question_card .question_card_content {
	display: block;
	padding: 0 1.5rem 1.5rem 1.5rem;
}
details summary::-webkit-details-marker {
	display: none;
}
summary::before {
	position: absolute;
	top: 1rem;
	left: 0.8rem;
	transition: 0.2s transform ease;
}
details {
	overflow: hidden;
}
details summary {
	position: relative;
	z-index: 10;
}
@keyframes details-show {
	from {
		/* margin-bottom: -80%;
		*/
		opacity: 0;
		/*transform: translateY(-100%);
		*/
	}
}
details>*:not(summary) {
	animation: details-show 500ms ease-in-out;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	transition: none;
	color: transparent;
	overflow: hidden;
}
details[open]>*:not(summary) {
	color: inherit;
}
details summary::-webkit-details-marker {
	display: none;
}
summary::before {
	position: absolute;
	top: 1rem;
	left: 0.8rem;
	transition: 0.2s transform ease;
}
/* fin faq */
/* nos offres */
.pricings {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	gap: 2rem;
	position: relative;
}
.pricings .pricing {
	background: rgb(0, 112, 148);
	background: linear-gradient(180deg, rgba(0, 112, 148, 1) 65%, rgba(255, 255, 255, 1) 65%);
	width: 100%;
}
/* .pricings::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background: var(--Netinair-blue-1);
	z-index: -1;
	border-radius: 0.75rem 0.75rem 0 0;
}
*/
.prices-25,.prices-50 {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	justify-content: center;
}
.offer {
	background: var(--Netinair-blue-2);
	border-radius: 0.75rem;
	box-shadow: 0rem 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
	width: 18.75rem;
	padding: 2.5rem;
	text-align: center;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}
/* .offer.promo {
	transform: scale(1.15);
	margin-top: -1.5625rem;
	border: 0.01rem solid var(--Netinair-orange);
}
*/
.offer.promo {
	z-index: 100;
	transform: scale(1.05);
	background-color: var(--Netinair-orange);
	padding: 2.5rem;
	border-radius: 0.75rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.offer.promo:hover {
	transform: scale(1.15);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.offer.promo::before {
	content: "Meilleure offre";
	position: absolute;
	top: -0.7rem;
	left: 50%;
	transform: translateX(-50%);
	background: var(--Netinair-orange);
	color: #fff;
	padding: 0.625rem 1.25rem;
	border-radius: 1rem;
	font-weight: bold;
	font-size: 1rem;
	box-shadow: 0rem 0.375rem 0.9375rem rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.offer p {
	color: #fff;
}
.offer:nth-child(2) {
	background: var(--Netinair-blue-1);
}
.offer:nth-child(2).promo {
	background: var(--Netinair-blue-1);
}
.offer:nth-child(3) {
	background: var(--Netinair-orange);
}
.offer:hover {
	transform: translateY(-0.625rem);
	box-shadow: 0rem 0.75rem 1.5625rem rgba(0, 0, 0, 0.3);
}
.price {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1.5625rem;
	color: #fff;
}
.pricings button {
	background: var(--Netinair-blue-1);
	color: var(--Netinair-fonce);
	border: none;
	border-radius: 1.5625rem;
	padding: 0.9375rem 1.5625rem;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: block;
	margin: 0 auto;
	margin-top: 1.5625rem;
	text-transform: uppercase;
	font-size: 1rem;
}
.offer:nth-child(2) button {
	background-color: var(--Netinair-blue-2);
}
.offer:nth-child(3) button {
	background-color: var(--Netinair-blue-1);
}
.pricings .infos {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.5625rem;
	color: var(--Netinair-grey);
}
.pricing h1 {
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2rem;
	text-align: center;
}

/* new */
.pricing-table {
	font-family: 'Roboto', sans-serif;
	margin: 2rem auto;
	max-width: 800px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	color: #007094;
}
.pricing-table table {
	width: 100%;
	border-collapse: collapse;
	/* Suppression des doublons de bordures */
}
.pricing-table th,.pricing-table td {
	padding: 1rem;
	text-align: center;
	vertical-align: middle;
}
.pricing-table thead {
	background-color: #007094;
	/* Bleu canard */
	color: #fff;
	border-bottom: 2px solid #005f73;
	/* Bordure plus épaisse pour séparer le header */
}
.pricing-table .price {
	font-size: 1.1rem;
	color: #007094;
	background: #ffffff;
	/* Fond blanc par défaut */
}
.pricing-table .highlight {
	background-color: #f0faff;
	/* Légère teinte bleue pour l'offre annuelle */
	border: none;
	/* Supprimer les bordures internes pour éviter les conflits */
	padding: 0.5rem 1rem;
}
.pricing-table .price-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	min-height: 120px;
	/* Hauteur uniforme */
}
.pricing-table .price-content span {
	margin-bottom: 0.5rem;
}
.pricing-table table button {
	padding: 0.4rem 1rem;
	background-color: #ff9c87;
	/* Orange corail */
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: 100%;
	max-width: 150px;
	margin-top: auto;
	/* Assure que le bouton reste aligné en bas */
}
.pricing-table table button:hover {
	background-color: #e08676;
	/* Orange corail légèrement plus foncé */
}
.pricing-table .badge {
	background-color: rgba(0, 112, 148, 0.1);
	color: #007094;
	padding: 0.3rem 0.5rem;
	border-radius: 1rem;
	font-size: 0.8rem;
	display: inline-block;
}
.pricing-table h2 {
	font-size: 1.4rem;
	color: #007094;
	text-align: center;
	margin: 1.5rem 0;
}
.pricing-table p {
	text-align: center;
	font-size: 1rem;
	color: #333;
}
.pricing-table tbody tr td:first-child {
	font-weight: bold;
	color: #007094;
	padding-left: 1.5rem;
	font-size: 1.1rem;
}
.pricing-table .border td {
	border-top: 1px solid #e0e0e0;
}
.pricing-table tbody tr:last-child {
	border-bottom: 1px solid #e0e0e0;
	/* Exemple de bordure plus épaisse et colorée */
}
.highlight-text {
	text-decoration: underline;
	text-decoration-color: #ff9c87;
	/* Couleur corail */
	text-decoration-thickness: 2px;
	/* Épaisseur de la ligne soulignée */
}
button.contact {
	display: block;
	margin: 1.5rem auto;
	/* Centrer le bouton horizontalement et ajouter un espace au-dessus */
	max-width: 200px;
	/* Limite de largeur spécifique pour le bouton "Nous contacter" */
}
/* Conteneur principal */
.container-features {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url('/wp-content/themes/netinair/imgs/myhotspot/features/wireless-icon - modif.svg') no-repeat center center;
	opacity: 0.9;
	margin-bottom: 1rem;
}
/* Bannière Netinair */
.netinair-banner {
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
	text-align: center;
	padding: 1rem;
	border-radius: 0.5rem;
}
.netinair-banner img {
	width: 10rem;
	margin-right: 1rem;
}
.netinair-banner p {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--Netinair-blue-2);
}
/* Cartes de fonctionnalités */
.feature-card {
	width: 15.625rem;
	height: 9.375rem;
	border-radius: 0.625rem;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px solid var(--Netinair-blue-1);
	overflow: hidden;
	margin: 1.25rem;
	position: relative;
	opacity: 0;
	padding:0.7rem;
}
/* Images et textes des cartes */
.feature-card img {
	width: 3rem;
	height: 3rem;
	margin-bottom: 0.625rem;
	object-fit: contain;
}
.feature-card p {
	font-weight: bold;
	color: var(--Netinair-orange);
}
.feature-card .more-info {
	cursor: pointer;
	font-size: 1.5rem;
	color: var(--Netinair-blue-2);
}
.feature-card .extra-text {
	display: none;
	font-size: 1rem;
	margin-top: 0.5rem;
	color: var(--Netinair-orange);
}
/* Animation au survol */
.feature-card:hover {
	transform: scale(1.1);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
	background-color: var(--Netinair-light-blue);
}
/* Disposition en cercle avec Flexbox */
@media (min-width: 70rem) {
	.container-features {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50rem;
        max-width: 100rem;
        margin:auto;
		margin-bottom: 1.5rem;;
	}
	.feature-card {
		flex: 0 0 auto;
		position: absolute;
	}
	/* Positionnement des cartes en cercle */
	.feature-card:nth-child(2) {
		top: 0;
	}
	.feature-card:nth-child(3) {
		top: 25%;
		right:0;
	}
	.feature-card:nth-child(4) {
		top: 60%;
		right: 0;
	}
	.feature-card:nth-child(5) {
		top: 75%;
	}
	.feature-card:nth-child(6) {
		top: 60%;
		left: 0%;
	}
	.feature-card:nth-child(7) {
		top: 25%;
		left: 0;
	}
}
/* Disposition en colonne pour les petits écrans */
@media (max-width: 45rem) {
    
	.container-features {
		flex-direction: column;
		position: relative;
		height: auto;
        background: none;
	}
	.feature-card {
		position: static;
		margin: 1.25rem auto;
		transform: none;
		width: 90%;
	}
}
.feature-card {
	opacity: 0;
	/* Commence invisible */
	transition: transform 0.3s, background-color 0.3s;
}
/* Animation lors de l'entrée en vue */
.feature-card.in-view {
	animation: slideInFromBottom 1s ease-out forwards;
	/* Utilise l'animation modifiée */
}
@keyframes slideInFromBottom {
	0% {
		opacity: 0;
		transform: translateY(20rem);
		/* Départ légèrement en bas */
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		/* Arrive à la position finale */
	}
}
.applications {
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
}
.applications h1 {
	text-align: center;
	position: relative;
	left: -10%;
	color: var(--Netinair-blue-1);
	font-size: 2em;
	margin-bottom: 2rem;
}
.applications .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	max-width: 700px;
	margin: 0 auto;
}
.applications .tag {
	background-color: white;
	color: var(--Netinair-orange);
	padding: 1.5rem;
	border-radius: 1rem;
	font-weight: bold;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.applications h2 {
	text-align: center;
	position: absolute;
	bottom: 2rem;
	right: 25%;
	color: var(--Netinair-blue-1);
	font-size: 1.5em;
	padding-bottom: 1rem;
}
@media (max-width: 600px) {
	.applications .tags {
		flex-direction: column;
		align-items: center;
	}
	.applications h2 {
		position: initial;
	}
}

h1.underline-orange{
	display: inline-block;
}
.underline-orange {
	position: relative;
}
.underline-orange:after {
	content: "";
	width: 100%;
	height: 20px;
	background: var(--Netinair-orange);
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(-50%);
	z-index: -1;
}
@media (min-width: 700px) {
	.underline-orange:after,.underline-blue:after {
		height: 25px;
		top: inherit;
		bottom: -10px;
		transform: inherit;
	}
}
.underline-blue {
	position: relative;
}
.underline-blue:after {
	content: "";
	width: 95%;
	height: 20px;
	background: var(--Netinair-blue-2);
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(-50%);
	z-index: -1;
}

.woocommerce .single-product{
    padding-left:3rem;
    padding-right:3rem;
}

.woocommerce h2{
    text-align: center;

}

@media (min-width: 1800px) {
    .woocommerce .single-product{
        max-width: 1600px;
        margin:auto;
    }
}


/* PAIEMENT */
/* Styles généraux du formulaire */
.woocommerce form.checkout,.woocommerce-cart-form, .cart-collaterals,.woocommerce-order {
	background-color: var(--Netinair-light-gray);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 900px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
  }
  
  div>.woocommerce h3,.woocommerce-order h3 {
	color: var(--Netinair-orange);
	font-weight: bold;
	border-bottom: 2px solid var(--Netinair-blue-1);
	padding-bottom: 10px;
	margin-bottom: 20px;
  }
  
  /* Champs du formulaire */
  .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-additional-fields__field-wrapper .form-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
  }
  
  .woocommerce label {
	font-weight: bold;
	color: var(--Netinair-dark-gray);
	margin-bottom: 5px;
  }
  
.woocommerce input.input-text,.woocommerce textarea.input-text {
	padding: 10px;
	border: 1px solid var(--Netinair-blue-1);
	border-radius: 5px;
	transition: border 0.3s;
  }
  
 .woocommerce input.input-text:focus,.woocommerce textarea.input-text:focus {
	outline: none;
	border: 2px solid var(--Netinair-blue-1);
  }
  
  /* Bouton de commande */
 .woocommerce button.button.alt,.woocommerce a.button.alt,.xoo-wsc-btn,.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
	background-color: var(--Netinair-blue-1);
	color: white;
	padding: 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s;
  }
  
 .woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover,.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover  {
	background-color: white;
	color:var(--Netinair-blue-1);
	border: 2px solid var(--Netinair-blue-1);
  }
.xoo-wsc-btn:hover .amount   {
	color:var(--Netinair-blue-1);
  }
  


  /* Checkbox pour les termes et conditions */
  .woocommerce-terms-and-conditions-wrapper label {
	display: flex;
	align-items: center;
	color: var(--Netinair-dark-gray);
  }
  
  .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
	margin-right: 10px;
  }
  
  /* Messages d'erreur et de succès */
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
	/* padding: 10px; */
	margin-bottom: 20px;
	border-radius: 5px;
  }
  
  .woocommerce-error {
	background-color: var(--Netinair-error-red);
	color: rgb(201, 30, 30);
  }
  
  .woocommerce-message {
	background-color: var(--Netinair-success-green);
	color: white;
  }
  
  /* Table de révision de commande */
  .woocommerce-checkout-review-order-table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
  }
  
  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td {
	border: 1px solid var(--Netinair-blue-1);
	padding: 10px;
	text-align: left;
  }
  
  .woocommerce-checkout-review-order-table th {
	background-color: var(--Netinair-blue-1);
	color: white;
  }
  
  .woocommerce-checkout-review-order-table tfoot tr th,
  .woocommerce-checkout-review-order-table tfoot tr td {
	font-weight: bold;
  }
  
  /* Champs de paiement */
  .wc-stripe-elements-field {
	padding: 10px;
	border: 1px solid var(--Netinair-blue-1);
	border-radius: 5px;
  }
  
  .wc-stripe-elements-field iframe {
	border-radius: 5px;
  } 
  
  /* Responsiveness */
  @media (max-width: 768px) {
.woocommerce form.checkout {
	  padding: 15px;
	}
	.woocommerce-billing-fields__field-wrapper .form-row,
	.woocommerce-shipping-fields__field-wrapper .form-row,
	.woocommerce-additional-fields__field-wrapper .form-row {
	  flex-direction: column;
	}
	button.button.alt {
	  width: 100%;
	}
  }
  

  .payment_box .ElementsApp input {
	padding: 10px;
	border: 1px solid var(--Netinair-blue-1);
	border-radius: 5px;
	transition: border 0.3s;
  }
  
  .payment_box .ElementsApp input:focus{
	outline: none;
	border: 2px solid var(--Netinair-blue-1);
  }

  .woocommerce-checkout #payment{
	background-color: rgba(255, 155, 134, 0.4);
	opacity: 0.9;
	color: var(--Netinair-blue-1);
  }

  #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: rgba(255, 155, 134, 1);
    color: var(--Netinair-blue-1);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid rgba(255, 155, 134, 1);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}


/* Panier */
.xoo-wsc-icon-basket1:before,.xoo-wsch-top {
	color: var(--Netinair-blue-1);
}

.xoo-wsc-items-count{
	background-color: var(--Netinair-blue-1);
}



/*******/

.pricings3 {
	/* background: linear-gradient(180deg, rgba(0, 112, 148, 1) 35%, rgba(255, 255, 255, 1) 35%); */
    display: flex;
	width: 100%;
	max-width: 1200px;;
    align-items: baseline;
	color: #fff;
	justify-content:space-around;
	margin:auto;
	margin-bottom: 3rem;
	padding-top: 5rem;
}

.pricing-card {
    background-color: rgba(108, 217, 231, 0.8);
    width: 18.75rem;
    text-align: center;
    color: var(--Netinair-fonce);
    position: relative;
	border-radius: 20px;
	box-shadow: 0rem 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
	transition: transform 0.3s, box-shadow 0.3s;
}
.pricing-card:hover {
	transform: translateY(-0.625rem);
	box-shadow: 0rem 0.75rem 1.5625rem rgba(0, 0, 0, 0.3);
}
.pricing-card .top-section{
	padding-top: 2rem;
	background-color: rgba(108, 217, 231, 1);
	border-radius: 20px;
	padding-bottom: 2rem;
	position: relative;
	box-shadow: 0rem 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
}
.pricing-card .bottom-section{
	padding-bottom: 2rem;
	transform: translateY(-1rem);
}

.pricing-card p{
	color: #fff;
	margin: 10px 0;
    font-size: 14px;
}
.pricing-card.best-offer {
    color: #fff;
    position: relative;
    transform: scale(1.1);
	background-color: rgba(0, 112, 148, 0.8); 
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card.best-offer:hover {
	transform: scale(1.15);
	transition: transform 0.3s, box-shadow 0.3s;
}
.pricing-card.best-offer .top-section{
	background-color: rgba(0, 112, 148, 1);
}

.pricing-card.best-offer::before {
    content: "Meilleure offre";
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--Netinair-orange);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
	z-index: 50;
}

.pricing-card h2 {
    font-size: 32px;
    margin: 0;
	color: #fff;
}

.pricing-card h2 sup {
    font-size: 18px;
}

.subscribe-button {
    background-color: var(--Netinair-blue-1);
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.1rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.best-offer .subscribe-button {
	background-color: var(--Netinair-blue-2);
}

.best-offer .subscribe-button:hover {
	background-color: #fff;
	color: var(--Netinair-blue-2);
}
.subscribe-button:hover {
	background-color: #fff;
	color: var(--Netinair-blue-1);
}


.pricing-card .or {
    color: #fff;
    font-weight: bold;
	border-radius: 20px;
    margin: auto;
    display: block;
    font-size: 16px;
	width: fit-content;
	padding: 1rem;
	background-color: var(--Netinair-orange);
	padding: 0.5rem 2rem;
}

.pricing-card .price {
    font-size: 28px;
    font-weight: bold;
}

.pricing-card .details {
    font-size: 20px;
}

.pricing-card .disabled {
    color: #b34646;
    font-size: 14px;
	font-weight: bold;
}

.netinair-switch {
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: var(--Netinair-blue-1, #007bff); /* Fond de l'élément switch */
    padding: 8px;
    border-radius: 25px;
    max-width: 200px;
    margin: 20px auto;
}

.netinair-switch label {
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
}

.netinair-switch input[type="radio"] {
    display: none;
}

.netinair-switch label span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    transition: background-color 0.3s;
}

.netinair-switch input[type="radio"]:checked + span {
    background-color: #ffffff; /* couleur de fond sélectionnée */
    color: var(--Netinair-blue-1, #007bff); /* couleur du texte en fonction du fond */
}





